vendor: update all dependencies
This commit is contained in:
parent
0b6fba34a3
commit
eb87cf6f12
2008 changed files with 352633 additions and 1004750 deletions
229
vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/api-2.json
generated
vendored
229
vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/api-2.json
generated
vendored
|
@ -374,6 +374,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":{
|
||||
|
@ -847,6 +863,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"}
|
||||
]
|
||||
},
|
||||
|
@ -1049,6 +1095,7 @@
|
|||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"BadRequestException"},
|
||||
{"shape":"ConflictException"},
|
||||
{"shape":"TooManyRequestsException"}
|
||||
]
|
||||
},
|
||||
|
@ -1235,6 +1282,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":{
|
||||
|
@ -1495,6 +1559,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":{
|
||||
|
@ -2203,6 +2282,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":[
|
||||
|
@ -2602,6 +2700,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":{
|
||||
|
@ -2965,6 +3108,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":[
|
||||
|
@ -3617,6 +3800,10 @@
|
|||
"type":"list",
|
||||
"member":{"shape":"DomainName"}
|
||||
},
|
||||
"ListOfGatewayResponse":{
|
||||
"type":"list",
|
||||
"member":{"shape":"GatewayResponse"}
|
||||
},
|
||||
"ListOfLong":{
|
||||
"type":"list",
|
||||
"member":{"shape":"Long"}
|
||||
|
@ -3825,6 +4012,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":[
|
||||
|
@ -4435,6 +4644,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":[
|
||||
|
|
269
vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/docs-2.json
generated
vendored
269
vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/docs-2.json
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue