|
|
@@ -100,6 +100,7 @@ type DescribeDeployedApiResponse struct {
|
|
|
FailResultSample string `json:"FailResultSample" xml:"FailResultSample"`
|
|
|
DeployedTime string `json:"DeployedTime" xml:"DeployedTime"`
|
|
|
AllowSignatureMethod string `json:"AllowSignatureMethod" xml:"AllowSignatureMethod"`
|
|
|
+ ResultBodyModel string `json:"ResultBodyModel" xml:"ResultBodyModel"`
|
|
|
RequestConfig RequestConfig `json:"RequestConfig" xml:"RequestConfig"`
|
|
|
ServiceConfig ServiceConfig `json:"ServiceConfig" xml:"ServiceConfig"`
|
|
|
OpenIdConnectConfig OpenIdConnectConfig `json:"OpenIdConnectConfig" xml:"OpenIdConnectConfig"`
|
|
|
@@ -118,7 +119,7 @@ func CreateDescribeDeployedApiRequest() (request *DescribeDeployedApiRequest) {
|
|
|
request = &DescribeDeployedApiRequest{
|
|
|
RpcRequest: &requests.RpcRequest{},
|
|
|
}
|
|
|
- request.InitWithApiInfo("CloudAPI", "2016-07-14", "DescribeDeployedApi", "apigateway", "openAPI")
|
|
|
+ request.InitWithApiInfo("CloudAPI", "2016-07-14", "DescribeDeployedApi", "", "")
|
|
|
return
|
|
|
}
|
|
|
|