Upgrade AWS SDK to the latest version

This commit is contained in:
Andrey Smirnov
2017-09-28 17:57:05 +03:00
parent 9a767b7631
commit 182c21e38c
1096 changed files with 309697 additions and 132612 deletions
@@ -150,6 +150,23 @@
{"shape":"TooManyRequestsException"}
]
},
"CreateRequestValidator":{
"name":"CreateRequestValidator",
"http":{
"method":"POST",
"requestUri":"/restapis/{restapi_id}/requestvalidators",
"responseCode":201
},
"input":{"shape":"CreateRequestValidatorRequest"},
"output":{"shape":"RequestValidator"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"TooManyRequestsException"}
]
},
"CreateResource":{
"name":"CreateResource",
"http":{
@@ -278,6 +295,8 @@
"errors":[
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"ConflictException"},
{"shape":"BadRequestException"},
{"shape":"TooManyRequestsException"}
]
},
@@ -357,6 +376,22 @@
{"shape":"TooManyRequestsException"}
]
},
"DeleteGatewayResponse":{
"name":"DeleteGatewayResponse",
"http":{
"method":"DELETE",
"requestUri":"/restapis/{restapi_id}/gatewayresponses/{response_type}",
"responseCode":202
},
"input":{"shape":"DeleteGatewayResponseRequest"},
"errors":[
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"TooManyRequestsException"},
{"shape":"BadRequestException"},
{"shape":"ConflictException"}
]
},
"DeleteIntegration":{
"name":"DeleteIntegration",
"http":{
@@ -435,6 +470,22 @@
{"shape":"ConflictException"}
]
},
"DeleteRequestValidator":{
"name":"DeleteRequestValidator",
"http":{
"method":"DELETE",
"requestUri":"/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}",
"responseCode":202
},
"input":{"shape":"DeleteRequestValidatorRequest"},
"errors":[
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"TooManyRequestsException"},
{"shape":"BadRequestException"},
{"shape":"ConflictException"}
]
},
"DeleteResource":{
"name":"DeleteResource",
"http":{
@@ -814,6 +865,36 @@
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"BadRequestException"},
{"shape":"ConflictException"},
{"shape":"TooManyRequestsException"}
]
},
"GetGatewayResponse":{
"name":"GetGatewayResponse",
"http":{
"method":"GET",
"requestUri":"/restapis/{restapi_id}/gatewayresponses/{response_type}"
},
"input":{"shape":"GetGatewayResponseRequest"},
"output":{"shape":"GatewayResponse"},
"errors":[
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"TooManyRequestsException"}
]
},
"GetGatewayResponses":{
"name":"GetGatewayResponses",
"http":{
"method":"GET",
"requestUri":"/restapis/{restapi_id}/gatewayresponses"
},
"input":{"shape":"GetGatewayResponsesRequest"},
"output":{"shape":"GatewayResponses"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"TooManyRequestsException"}
]
},
@@ -917,6 +998,35 @@
{"shape":"TooManyRequestsException"}
]
},
"GetRequestValidator":{
"name":"GetRequestValidator",
"http":{
"method":"GET",
"requestUri":"/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}"
},
"input":{"shape":"GetRequestValidatorRequest"},
"output":{"shape":"RequestValidator"},
"errors":[
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"TooManyRequestsException"}
]
},
"GetRequestValidators":{
"name":"GetRequestValidators",
"http":{
"method":"GET",
"requestUri":"/restapis/{restapi_id}/requestvalidators"
},
"input":{"shape":"GetRequestValidatorsRequest"},
"output":{"shape":"RequestValidators"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"TooManyRequestsException"}
]
},
"GetResource":{
"name":"GetResource",
"http":{
@@ -987,6 +1097,7 @@
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"BadRequestException"},
{"shape":"ConflictException"},
{"shape":"TooManyRequestsException"}
]
},
@@ -1173,6 +1284,23 @@
{"shape":"ConflictException"}
]
},
"PutGatewayResponse":{
"name":"PutGatewayResponse",
"http":{
"method":"PUT",
"requestUri":"/restapis/{restapi_id}/gatewayresponses/{response_type}",
"responseCode":201
},
"input":{"shape":"PutGatewayResponseRequest"},
"output":{"shape":"GatewayResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"TooManyRequestsException"}
]
},
"PutIntegration":{
"name":"PutIntegration",
"http":{
@@ -1433,6 +1561,21 @@
{"shape":"TooManyRequestsException"}
]
},
"UpdateGatewayResponse":{
"name":"UpdateGatewayResponse",
"http":{
"method":"PATCH",
"requestUri":"/restapis/{restapi_id}/gatewayresponses/{response_type}"
},
"input":{"shape":"UpdateGatewayResponseRequest"},
"output":{"shape":"GatewayResponse"},
"errors":[
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"BadRequestException"},
{"shape":"TooManyRequestsException"}
]
},
"UpdateIntegration":{
"name":"UpdateIntegration",
"http":{
@@ -1515,6 +1658,21 @@
{"shape":"TooManyRequestsException"}
]
},
"UpdateRequestValidator":{
"name":"UpdateRequestValidator",
"http":{
"method":"PATCH",
"requestUri":"/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}"
},
"input":{"shape":"UpdateRequestValidatorRequest"},
"output":{"shape":"RequestValidator"},
"errors":[
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"BadRequestException"},
{"shape":"TooManyRequestsException"}
]
},
"UpdateResource":{
"name":"UpdateResource",
"http":{
@@ -1667,6 +1825,7 @@
"type":"string",
"enum":[
"TOKEN",
"REQUEST",
"COGNITO_USER_POOLS"
]
},
@@ -1783,8 +1942,7 @@
"required":[
"restApiId",
"name",
"type",
"identitySource"
"type"
],
"members":{
"restApiId":{
@@ -1902,6 +2060,20 @@
"contentType":{"shape":"String"}
}
},
"CreateRequestValidatorRequest":{
"type":"structure",
"required":["restApiId"],
"members":{
"restApiId":{
"shape":"String",
"location":"uri",
"locationName":"restapi_id"
},
"name":{"shape":"String"},
"validateRequestBody":{"shape":"Boolean"},
"validateRequestParameters":{"shape":"Boolean"}
}
},
"CreateResourceRequest":{
"type":"structure",
"required":[
@@ -2112,6 +2284,25 @@
}
}
},
"DeleteGatewayResponseRequest":{
"type":"structure",
"required":[
"restApiId",
"responseType"
],
"members":{
"restApiId":{
"shape":"String",
"location":"uri",
"locationName":"restapi_id"
},
"responseType":{
"shape":"GatewayResponseType",
"location":"uri",
"locationName":"response_type"
}
}
},
"DeleteIntegrationRequest":{
"type":"structure",
"required":[
@@ -2243,6 +2434,25 @@
}
}
},
"DeleteRequestValidatorRequest":{
"type":"structure",
"required":[
"restApiId",
"requestValidatorId"
],
"members":{
"restApiId":{
"shape":"String",
"location":"uri",
"locationName":"restapi_id"
},
"requestValidatorId":{
"shape":"String",
"location":"uri",
"locationName":"requestvalidator_id"
}
}
},
"DeleteResourceRequest":{
"type":"structure",
"required":[
@@ -2492,6 +2702,51 @@
}
}
},
"GatewayResponse":{
"type":"structure",
"members":{
"responseType":{"shape":"GatewayResponseType"},
"statusCode":{"shape":"StatusCode"},
"responseParameters":{"shape":"MapOfStringToString"},
"responseTemplates":{"shape":"MapOfStringToString"},
"defaultResponse":{"shape":"Boolean"}
}
},
"GatewayResponseType":{
"type":"string",
"enum":[
"DEFAULT_4XX",
"DEFAULT_5XX",
"RESOURCE_NOT_FOUND",
"UNAUTHORIZED",
"INVALID_API_KEY",
"ACCESS_DENIED",
"AUTHORIZER_FAILURE",
"AUTHORIZER_CONFIGURATION_ERROR",
"INVALID_SIGNATURE",
"EXPIRED_TOKEN",
"MISSING_AUTHENTICATION_TOKEN",
"INTEGRATION_FAILURE",
"INTEGRATION_TIMEOUT",
"API_CONFIGURATION_ERROR",
"UNSUPPORTED_MEDIA_TYPE",
"BAD_REQUEST_PARAMETERS",
"BAD_REQUEST_BODY",
"REQUEST_TOO_LARGE",
"THROTTLED",
"QUOTA_EXCEEDED"
]
},
"GatewayResponses":{
"type":"structure",
"members":{
"position":{"shape":"String"},
"items":{
"shape":"ListOfGatewayResponse",
"locationName":"item"
}
}
},
"GenerateClientCertificateRequest":{
"type":"structure",
"members":{
@@ -2671,6 +2926,11 @@
"shape":"String",
"location":"uri",
"locationName":"deployment_id"
},
"embed":{
"shape":"ListOfString",
"location":"querystring",
"locationName":"embed"
}
}
},
@@ -2850,6 +3110,46 @@
}
}
},
"GetGatewayResponseRequest":{
"type":"structure",
"required":[
"restApiId",
"responseType"
],
"members":{
"restApiId":{
"shape":"String",
"location":"uri",
"locationName":"restapi_id"
},
"responseType":{
"shape":"GatewayResponseType",
"location":"uri",
"locationName":"response_type"
}
}
},
"GetGatewayResponsesRequest":{
"type":"structure",
"required":["restApiId"],
"members":{
"restApiId":{
"shape":"String",
"location":"uri",
"locationName":"restapi_id"
},
"position":{
"shape":"String",
"location":"querystring",
"locationName":"position"
},
"limit":{
"shape":"NullableInteger",
"location":"querystring",
"locationName":"limit"
}
}
},
"GetIntegrationRequest":{
"type":"structure",
"required":[
@@ -3026,6 +3326,46 @@
}
}
},
"GetRequestValidatorRequest":{
"type":"structure",
"required":[
"restApiId",
"requestValidatorId"
],
"members":{
"restApiId":{
"shape":"String",
"location":"uri",
"locationName":"restapi_id"
},
"requestValidatorId":{
"shape":"String",
"location":"uri",
"locationName":"requestvalidator_id"
}
}
},
"GetRequestValidatorsRequest":{
"type":"structure",
"required":["restApiId"],
"members":{
"restApiId":{
"shape":"String",
"location":"uri",
"locationName":"restapi_id"
},
"position":{
"shape":"String",
"location":"querystring",
"locationName":"position"
},
"limit":{
"shape":"NullableInteger",
"location":"querystring",
"locationName":"limit"
}
}
},
"GetResourceRequest":{
"type":"structure",
"required":[
@@ -3042,6 +3382,11 @@
"shape":"String",
"location":"uri",
"locationName":"resource_id"
},
"embed":{
"shape":"ListOfString",
"location":"querystring",
"locationName":"embed"
}
}
},
@@ -3063,6 +3408,11 @@
"shape":"NullableInteger",
"location":"querystring",
"locationName":"limit"
},
"embed":{
"shape":"ListOfString",
"location":"querystring",
"locationName":"embed"
}
}
},
@@ -3452,6 +3802,10 @@
"type":"list",
"member":{"shape":"DomainName"}
},
"ListOfGatewayResponse":{
"type":"list",
"member":{"shape":"GatewayResponse"}
},
"ListOfLong":{
"type":"list",
"member":{"shape":"Long"}
@@ -3464,6 +3818,10 @@
"type":"list",
"member":{"shape":"PatchOperation"}
},
"ListOfRequestValidator":{
"type":"list",
"member":{"shape":"RequestValidator"}
},
"ListOfResource":{
"type":"list",
"member":{"shape":"Resource"}
@@ -3562,6 +3920,7 @@
"authorizationType":{"shape":"String"},
"authorizerId":{"shape":"String"},
"apiKeyRequired":{"shape":"NullableBoolean"},
"requestValidatorId":{"shape":"String"},
"operationName":{"shape":"String"},
"requestParameters":{"shape":"MapOfStringToBoolean"},
"requestModels":{"shape":"MapOfStringToString"},
@@ -3655,6 +4014,28 @@
"value":{"shape":"MapOfMethodSnapshot"}
},
"ProviderARN":{"type":"string"},
"PutGatewayResponseRequest":{
"type":"structure",
"required":[
"restApiId",
"responseType"
],
"members":{
"restApiId":{
"shape":"String",
"location":"uri",
"locationName":"restapi_id"
},
"responseType":{
"shape":"GatewayResponseType",
"location":"uri",
"locationName":"response_type"
},
"statusCode":{"shape":"StatusCode"},
"responseParameters":{"shape":"MapOfStringToString"},
"responseTemplates":{"shape":"MapOfStringToString"}
}
},
"PutIntegrationRequest":{
"type":"structure",
"required":[
@@ -3758,7 +4139,8 @@
"apiKeyRequired":{"shape":"Boolean"},
"operationName":{"shape":"String"},
"requestParameters":{"shape":"MapOfStringToBoolean"},
"requestModels":{"shape":"MapOfStringToString"}
"requestModels":{"shape":"MapOfStringToString"},
"requestValidatorId":{"shape":"String"}
}
},
"PutMethodResponseRequest":{
@@ -3847,6 +4229,25 @@
"period":{"shape":"QuotaPeriodType"}
}
},
"RequestValidator":{
"type":"structure",
"members":{
"id":{"shape":"String"},
"name":{"shape":"String"},
"validateRequestBody":{"shape":"Boolean"},
"validateRequestParameters":{"shape":"Boolean"}
}
},
"RequestValidators":{
"type":"structure",
"members":{
"position":{"shape":"String"},
"items":{
"shape":"ListOfRequestValidator",
"locationName":"item"
}
}
},
"Resource":{
"type":"structure",
"members":{
@@ -4245,6 +4646,26 @@
"patchOperations":{"shape":"ListOfPatchOperation"}
}
},
"UpdateGatewayResponseRequest":{
"type":"structure",
"required":[
"restApiId",
"responseType"
],
"members":{
"restApiId":{
"shape":"String",
"location":"uri",
"locationName":"restapi_id"
},
"responseType":{
"shape":"GatewayResponseType",
"location":"uri",
"locationName":"response_type"
},
"patchOperations":{"shape":"ListOfPatchOperation"}
}
},
"UpdateIntegrationRequest":{
"type":"structure",
"required":[
@@ -4381,6 +4802,26 @@
"patchOperations":{"shape":"ListOfPatchOperation"}
}
},
"UpdateRequestValidatorRequest":{
"type":"structure",
"required":[
"restApiId",
"requestValidatorId"
],
"members":{
"restApiId":{
"shape":"String",
"location":"uri",
"locationName":"restapi_id"
},
"requestValidatorId":{
"shape":"String",
"location":"uri",
"locationName":"requestvalidator_id"
},
"patchOperations":{"shape":"ListOfPatchOperation"}
}
},
"UpdateResourceRequest":{
"type":"structure",
"required":[
File diff suppressed because one or more lines are too long