vendor: update all dependencies to latest versions
This commit is contained in:
parent
8e83fb6fb9
commit
7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions
394
vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/api-2.json
generated
vendored
394
vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/api-2.json
generated
vendored
|
@ -5,6 +5,7 @@
|
|||
"endpointPrefix":"apigateway",
|
||||
"protocol":"rest-json",
|
||||
"serviceFullName":"Amazon API Gateway",
|
||||
"serviceId":"API Gateway",
|
||||
"signatureVersion":"v4",
|
||||
"uid":"apigateway-2015-07-09"
|
||||
},
|
||||
|
@ -254,6 +255,21 @@
|
|||
{"shape":"TooManyRequestsException"}
|
||||
]
|
||||
},
|
||||
"CreateVpcLink":{
|
||||
"name":"CreateVpcLink",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/vpclinks",
|
||||
"responseCode":202
|
||||
},
|
||||
"input":{"shape":"CreateVpcLinkRequest"},
|
||||
"output":{"shape":"VpcLink"},
|
||||
"errors":[
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"BadRequestException"},
|
||||
{"shape":"TooManyRequestsException"}
|
||||
]
|
||||
},
|
||||
"DeleteApiKey":{
|
||||
"name":"DeleteApiKey",
|
||||
"http":{
|
||||
|
@ -563,6 +579,21 @@
|
|||
{"shape":"TooManyRequestsException"}
|
||||
]
|
||||
},
|
||||
"DeleteVpcLink":{
|
||||
"name":"DeleteVpcLink",
|
||||
"http":{
|
||||
"method":"DELETE",
|
||||
"requestUri":"/vpclinks/{vpclink_id}",
|
||||
"responseCode":202
|
||||
},
|
||||
"input":{"shape":"DeleteVpcLinkRequest"},
|
||||
"errors":[
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"TooManyRequestsException"},
|
||||
{"shape":"BadRequestException"}
|
||||
]
|
||||
},
|
||||
"FlushStageAuthorizersCache":{
|
||||
"name":"FlushStageAuthorizersCache",
|
||||
"http":{
|
||||
|
@ -1156,6 +1187,22 @@
|
|||
{"shape":"TooManyRequestsException"}
|
||||
]
|
||||
},
|
||||
"GetTags":{
|
||||
"name":"GetTags",
|
||||
"http":{
|
||||
"method":"GET",
|
||||
"requestUri":"/tags/{resource_arn}"
|
||||
},
|
||||
"input":{"shape":"GetTagsRequest"},
|
||||
"output":{"shape":"Tags"},
|
||||
"errors":[
|
||||
{"shape":"BadRequestException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"TooManyRequestsException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"LimitExceededException"}
|
||||
]
|
||||
},
|
||||
"GetUsage":{
|
||||
"name":"GetUsage",
|
||||
"http":{
|
||||
|
@ -1233,6 +1280,34 @@
|
|||
{"shape":"NotFoundException"}
|
||||
]
|
||||
},
|
||||
"GetVpcLink":{
|
||||
"name":"GetVpcLink",
|
||||
"http":{
|
||||
"method":"GET",
|
||||
"requestUri":"/vpclinks/{vpclink_id}"
|
||||
},
|
||||
"input":{"shape":"GetVpcLinkRequest"},
|
||||
"output":{"shape":"VpcLink"},
|
||||
"errors":[
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"TooManyRequestsException"}
|
||||
]
|
||||
},
|
||||
"GetVpcLinks":{
|
||||
"name":"GetVpcLinks",
|
||||
"http":{
|
||||
"method":"GET",
|
||||
"requestUri":"/vpclinks"
|
||||
},
|
||||
"input":{"shape":"GetVpcLinksRequest"},
|
||||
"output":{"shape":"VpcLinks"},
|
||||
"errors":[
|
||||
{"shape":"BadRequestException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"TooManyRequestsException"}
|
||||
]
|
||||
},
|
||||
"ImportApiKeys":{
|
||||
"name":"ImportApiKeys",
|
||||
"http":{
|
||||
|
@ -1389,6 +1464,23 @@
|
|||
{"shape":"ConflictException"}
|
||||
]
|
||||
},
|
||||
"TagResource":{
|
||||
"name":"TagResource",
|
||||
"http":{
|
||||
"method":"PUT",
|
||||
"requestUri":"/tags/{resource_arn}",
|
||||
"responseCode":204
|
||||
},
|
||||
"input":{"shape":"TagResourceRequest"},
|
||||
"errors":[
|
||||
{"shape":"BadRequestException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"TooManyRequestsException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"LimitExceededException"},
|
||||
{"shape":"ConflictException"}
|
||||
]
|
||||
},
|
||||
"TestInvokeAuthorizer":{
|
||||
"name":"TestInvokeAuthorizer",
|
||||
"http":{
|
||||
|
@ -1419,6 +1511,22 @@
|
|||
{"shape":"TooManyRequestsException"}
|
||||
]
|
||||
},
|
||||
"UntagResource":{
|
||||
"name":"UntagResource",
|
||||
"http":{
|
||||
"method":"DELETE",
|
||||
"requestUri":"/tags/{resource_arn}",
|
||||
"responseCode":204
|
||||
},
|
||||
"input":{"shape":"UntagResourceRequest"},
|
||||
"errors":[
|
||||
{"shape":"BadRequestException"},
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"TooManyRequestsException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"ConflictException"}
|
||||
]
|
||||
},
|
||||
"UpdateAccount":{
|
||||
"name":"UpdateAccount",
|
||||
"http":{
|
||||
|
@ -1751,9 +1859,32 @@
|
|||
{"shape":"NotFoundException"},
|
||||
{"shape":"ConflictException"}
|
||||
]
|
||||
},
|
||||
"UpdateVpcLink":{
|
||||
"name":"UpdateVpcLink",
|
||||
"http":{
|
||||
"method":"PATCH",
|
||||
"requestUri":"/vpclinks/{vpclink_id}"
|
||||
},
|
||||
"input":{"shape":"UpdateVpcLinkRequest"},
|
||||
"output":{"shape":"VpcLink"},
|
||||
"errors":[
|
||||
{"shape":"UnauthorizedException"},
|
||||
{"shape":"NotFoundException"},
|
||||
{"shape":"BadRequestException"},
|
||||
{"shape":"ConflictException"},
|
||||
{"shape":"TooManyRequestsException"}
|
||||
]
|
||||
}
|
||||
},
|
||||
"shapes":{
|
||||
"AccessLogSettings":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"format":{"shape":"String"},
|
||||
"destinationArn":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"Account":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -1784,6 +1915,13 @@
|
|||
"warnings":{"shape":"ListOfString"}
|
||||
}
|
||||
},
|
||||
"ApiKeySourceType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"HEADER",
|
||||
"AUTHORIZER"
|
||||
]
|
||||
},
|
||||
"ApiKeys":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -1890,6 +2028,15 @@
|
|||
"FLUSH_IN_PROGRESS"
|
||||
]
|
||||
},
|
||||
"CanarySettings":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"percentTraffic":{"shape":"Double"},
|
||||
"deploymentId":{"shape":"String"},
|
||||
"stageVariableOverrides":{"shape":"MapOfStringToString"},
|
||||
"useStageCache":{"shape":"Boolean"}
|
||||
}
|
||||
},
|
||||
"ClientCertificate":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -1918,6 +2065,13 @@
|
|||
"error":{"httpStatusCode":409},
|
||||
"exception":true
|
||||
},
|
||||
"ConnectionType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"INTERNET",
|
||||
"VPC_LINK"
|
||||
]
|
||||
},
|
||||
"ContentHandlingStrategy":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
|
@ -1992,7 +2146,8 @@
|
|||
"description":{"shape":"String"},
|
||||
"cacheClusterEnabled":{"shape":"NullableBoolean"},
|
||||
"cacheClusterSize":{"shape":"CacheClusterSize"},
|
||||
"variables":{"shape":"MapOfStringToString"}
|
||||
"variables":{"shape":"MapOfStringToString"},
|
||||
"canarySettings":{"shape":"DeploymentCanarySettings"}
|
||||
}
|
||||
},
|
||||
"CreateDocumentationPartRequest":{
|
||||
|
@ -2038,7 +2193,10 @@
|
|||
"certificateBody":{"shape":"String"},
|
||||
"certificatePrivateKey":{"shape":"String"},
|
||||
"certificateChain":{"shape":"String"},
|
||||
"certificateArn":{"shape":"String"}
|
||||
"certificateArn":{"shape":"String"},
|
||||
"regionalCertificateName":{"shape":"String"},
|
||||
"regionalCertificateArn":{"shape":"String"},
|
||||
"endpointConfiguration":{"shape":"EndpointConfiguration"}
|
||||
}
|
||||
},
|
||||
"CreateModelRequest":{
|
||||
|
@ -2103,7 +2261,10 @@
|
|||
"description":{"shape":"String"},
|
||||
"version":{"shape":"String"},
|
||||
"cloneFrom":{"shape":"String"},
|
||||
"binaryMediaTypes":{"shape":"ListOfString"}
|
||||
"binaryMediaTypes":{"shape":"ListOfString"},
|
||||
"minimumCompressionSize":{"shape":"NullableInteger"},
|
||||
"apiKeySource":{"shape":"ApiKeySourceType"},
|
||||
"endpointConfiguration":{"shape":"EndpointConfiguration"}
|
||||
}
|
||||
},
|
||||
"CreateStageRequest":{
|
||||
|
@ -2125,7 +2286,9 @@
|
|||
"cacheClusterEnabled":{"shape":"Boolean"},
|
||||
"cacheClusterSize":{"shape":"CacheClusterSize"},
|
||||
"variables":{"shape":"MapOfStringToString"},
|
||||
"documentationVersion":{"shape":"String"}
|
||||
"documentationVersion":{"shape":"String"},
|
||||
"canarySettings":{"shape":"CanarySettings"},
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
"CreateUsagePlanKeyRequest":{
|
||||
|
@ -2156,6 +2319,18 @@
|
|||
"quota":{"shape":"QuotaSettings"}
|
||||
}
|
||||
},
|
||||
"CreateVpcLinkRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"name",
|
||||
"targetArns"
|
||||
],
|
||||
"members":{
|
||||
"name":{"shape":"String"},
|
||||
"description":{"shape":"String"},
|
||||
"targetArns":{"shape":"ListOfString"}
|
||||
}
|
||||
},
|
||||
"DeleteApiKeyRequest":{
|
||||
"type":"structure",
|
||||
"required":["apiKey"],
|
||||
|
@ -2532,6 +2707,17 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"DeleteVpcLinkRequest":{
|
||||
"type":"structure",
|
||||
"required":["vpcLinkId"],
|
||||
"members":{
|
||||
"vpcLinkId":{
|
||||
"shape":"String",
|
||||
"location":"uri",
|
||||
"locationName":"vpclink_id"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Deployment":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -2541,6 +2727,14 @@
|
|||
"apiSummary":{"shape":"PathToMapOfMethodSnapshot"}
|
||||
}
|
||||
},
|
||||
"DeploymentCanarySettings":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"percentTraffic":{"shape":"Double"},
|
||||
"stageVariableOverrides":{"shape":"MapOfStringToString"},
|
||||
"useStageCache":{"shape":"Boolean"}
|
||||
}
|
||||
},
|
||||
"Deployments":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -2633,7 +2827,13 @@
|
|||
"certificateName":{"shape":"String"},
|
||||
"certificateArn":{"shape":"String"},
|
||||
"certificateUploadDate":{"shape":"Timestamp"},
|
||||
"distributionDomainName":{"shape":"String"}
|
||||
"regionalDomainName":{"shape":"String"},
|
||||
"regionalHostedZoneId":{"shape":"String"},
|
||||
"regionalCertificateName":{"shape":"String"},
|
||||
"regionalCertificateArn":{"shape":"String"},
|
||||
"distributionDomainName":{"shape":"String"},
|
||||
"distributionHostedZoneId":{"shape":"String"},
|
||||
"endpointConfiguration":{"shape":"EndpointConfiguration"}
|
||||
}
|
||||
},
|
||||
"DomainNames":{
|
||||
|
@ -2647,6 +2847,19 @@
|
|||
}
|
||||
},
|
||||
"Double":{"type":"double"},
|
||||
"EndpointConfiguration":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"types":{"shape":"ListOfEndpointType"}
|
||||
}
|
||||
},
|
||||
"EndpointType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"REGIONAL",
|
||||
"EDGE"
|
||||
]
|
||||
},
|
||||
"ExportResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -3007,6 +3220,11 @@
|
|||
"shape":"NullableInteger",
|
||||
"location":"querystring",
|
||||
"locationName":"limit"
|
||||
},
|
||||
"locationStatus":{
|
||||
"shape":"LocationStatusType",
|
||||
"location":"querystring",
|
||||
"locationName":"locationStatus"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -3532,6 +3750,27 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"GetTagsRequest":{
|
||||
"type":"structure",
|
||||
"required":["resourceArn"],
|
||||
"members":{
|
||||
"resourceArn":{
|
||||
"shape":"String",
|
||||
"location":"uri",
|
||||
"locationName":"resource_arn"
|
||||
},
|
||||
"position":{
|
||||
"shape":"String",
|
||||
"location":"querystring",
|
||||
"locationName":"position"
|
||||
},
|
||||
"limit":{
|
||||
"shape":"NullableInteger",
|
||||
"location":"querystring",
|
||||
"locationName":"limit"
|
||||
}
|
||||
}
|
||||
},
|
||||
"GetUsagePlanKeyRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
|
@ -3648,6 +3887,32 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"GetVpcLinkRequest":{
|
||||
"type":"structure",
|
||||
"required":["vpcLinkId"],
|
||||
"members":{
|
||||
"vpcLinkId":{
|
||||
"shape":"String",
|
||||
"location":"uri",
|
||||
"locationName":"vpclink_id"
|
||||
}
|
||||
}
|
||||
},
|
||||
"GetVpcLinksRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"position":{
|
||||
"shape":"String",
|
||||
"location":"querystring",
|
||||
"locationName":"position"
|
||||
},
|
||||
"limit":{
|
||||
"shape":"NullableInteger",
|
||||
"location":"querystring",
|
||||
"locationName":"limit"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ImportApiKeysRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
|
@ -3719,11 +3984,14 @@
|
|||
"type":{"shape":"IntegrationType"},
|
||||
"httpMethod":{"shape":"String"},
|
||||
"uri":{"shape":"String"},
|
||||
"connectionType":{"shape":"ConnectionType"},
|
||||
"connectionId":{"shape":"String"},
|
||||
"credentials":{"shape":"String"},
|
||||
"requestParameters":{"shape":"MapOfStringToString"},
|
||||
"requestTemplates":{"shape":"MapOfStringToString"},
|
||||
"passthroughBehavior":{"shape":"String"},
|
||||
"contentHandling":{"shape":"ContentHandlingStrategy"},
|
||||
"timeoutInMillis":{"shape":"Integer"},
|
||||
"cacheNamespace":{"shape":"String"},
|
||||
"cacheKeyParameters":{"shape":"ListOfString"},
|
||||
"integrationResponses":{"shape":"MapOfIntegrationResponse"}
|
||||
|
@ -3802,6 +4070,10 @@
|
|||
"type":"list",
|
||||
"member":{"shape":"DomainName"}
|
||||
},
|
||||
"ListOfEndpointType":{
|
||||
"type":"list",
|
||||
"member":{"shape":"EndpointType"}
|
||||
},
|
||||
"ListOfGatewayResponse":{
|
||||
"type":"list",
|
||||
"member":{"shape":"GatewayResponse"}
|
||||
|
@ -3862,6 +4134,17 @@
|
|||
"type":"list",
|
||||
"member":{"shape":"UsagePlanKey"}
|
||||
},
|
||||
"ListOfVpcLink":{
|
||||
"type":"list",
|
||||
"member":{"shape":"VpcLink"}
|
||||
},
|
||||
"LocationStatusType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"DOCUMENTED",
|
||||
"UNDOCUMENTED"
|
||||
]
|
||||
},
|
||||
"Long":{"type":"long"},
|
||||
"MapOfHeaderValues":{
|
||||
"type":"map",
|
||||
|
@ -3925,7 +4208,8 @@
|
|||
"requestParameters":{"shape":"MapOfStringToBoolean"},
|
||||
"requestModels":{"shape":"MapOfStringToString"},
|
||||
"methodResponses":{"shape":"MapOfMethodResponse"},
|
||||
"methodIntegration":{"shape":"Integration"}
|
||||
"methodIntegration":{"shape":"Integration"},
|
||||
"authorizationScopes":{"shape":"ListOfString"}
|
||||
}
|
||||
},
|
||||
"MethodResponse":{
|
||||
|
@ -4066,13 +4350,16 @@
|
|||
"locationName":"httpMethod"
|
||||
},
|
||||
"uri":{"shape":"String"},
|
||||
"connectionType":{"shape":"ConnectionType"},
|
||||
"connectionId":{"shape":"String"},
|
||||
"credentials":{"shape":"String"},
|
||||
"requestParameters":{"shape":"MapOfStringToString"},
|
||||
"requestTemplates":{"shape":"MapOfStringToString"},
|
||||
"passthroughBehavior":{"shape":"String"},
|
||||
"cacheNamespace":{"shape":"String"},
|
||||
"cacheKeyParameters":{"shape":"ListOfString"},
|
||||
"contentHandling":{"shape":"ContentHandlingStrategy"}
|
||||
"contentHandling":{"shape":"ContentHandlingStrategy"},
|
||||
"timeoutInMillis":{"shape":"NullableInteger"}
|
||||
}
|
||||
},
|
||||
"PutIntegrationResponseRequest":{
|
||||
|
@ -4140,7 +4427,8 @@
|
|||
"operationName":{"shape":"String"},
|
||||
"requestParameters":{"shape":"MapOfStringToBoolean"},
|
||||
"requestModels":{"shape":"MapOfStringToString"},
|
||||
"requestValidatorId":{"shape":"String"}
|
||||
"requestValidatorId":{"shape":"String"},
|
||||
"authorizationScopes":{"shape":"ListOfString"}
|
||||
}
|
||||
},
|
||||
"PutMethodResponseRequest":{
|
||||
|
@ -4277,7 +4565,10 @@
|
|||
"createdDate":{"shape":"Timestamp"},
|
||||
"version":{"shape":"String"},
|
||||
"warnings":{"shape":"ListOfString"},
|
||||
"binaryMediaTypes":{"shape":"ListOfString"}
|
||||
"binaryMediaTypes":{"shape":"ListOfString"},
|
||||
"minimumCompressionSize":{"shape":"NullableInteger"},
|
||||
"apiKeySource":{"shape":"ApiKeySourceType"},
|
||||
"endpointConfiguration":{"shape":"EndpointConfiguration"}
|
||||
}
|
||||
},
|
||||
"RestApis":{
|
||||
|
@ -4363,6 +4654,9 @@
|
|||
"methodSettings":{"shape":"MapOfMethodSettings"},
|
||||
"variables":{"shape":"MapOfStringToString"},
|
||||
"documentationVersion":{"shape":"String"},
|
||||
"accessLogSettings":{"shape":"AccessLogSettings"},
|
||||
"canarySettings":{"shape":"CanarySettings"},
|
||||
"tags":{"shape":"MapOfStringToString"},
|
||||
"createdDate":{"shape":"Timestamp"},
|
||||
"lastUpdatedDate":{"shape":"Timestamp"}
|
||||
}
|
||||
|
@ -4385,6 +4679,27 @@
|
|||
"pattern":"[1-5]\\d\\d"
|
||||
},
|
||||
"String":{"type":"string"},
|
||||
"TagResourceRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"resourceArn",
|
||||
"tags"
|
||||
],
|
||||
"members":{
|
||||
"resourceArn":{
|
||||
"shape":"String",
|
||||
"location":"uri",
|
||||
"locationName":"resource_arn"
|
||||
},
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
"Tags":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
"Template":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -4504,6 +4819,25 @@
|
|||
"error":{"httpStatusCode":401},
|
||||
"exception":true
|
||||
},
|
||||
"UntagResourceRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"resourceArn",
|
||||
"tagKeys"
|
||||
],
|
||||
"members":{
|
||||
"resourceArn":{
|
||||
"shape":"String",
|
||||
"location":"uri",
|
||||
"locationName":"resource_arn"
|
||||
},
|
||||
"tagKeys":{
|
||||
"shape":"ListOfString",
|
||||
"location":"querystring",
|
||||
"locationName":"tagKeys"
|
||||
}
|
||||
}
|
||||
},
|
||||
"UpdateAccountRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -4906,6 +5240,18 @@
|
|||
"patchOperations":{"shape":"ListOfPatchOperation"}
|
||||
}
|
||||
},
|
||||
"UpdateVpcLinkRequest":{
|
||||
"type":"structure",
|
||||
"required":["vpcLinkId"],
|
||||
"members":{
|
||||
"vpcLinkId":{
|
||||
"shape":"String",
|
||||
"location":"uri",
|
||||
"locationName":"vpclink_id"
|
||||
},
|
||||
"patchOperations":{"shape":"ListOfPatchOperation"}
|
||||
}
|
||||
},
|
||||
"Usage":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -4959,6 +5305,36 @@
|
|||
"locationName":"item"
|
||||
}
|
||||
}
|
||||
},
|
||||
"VpcLink":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"id":{"shape":"String"},
|
||||
"name":{"shape":"String"},
|
||||
"description":{"shape":"String"},
|
||||
"targetArns":{"shape":"ListOfString"},
|
||||
"status":{"shape":"VpcLinkStatus"},
|
||||
"statusMessage":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"VpcLinkStatus":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"AVAILABLE",
|
||||
"PENDING",
|
||||
"DELETING",
|
||||
"FAILED"
|
||||
]
|
||||
},
|
||||
"VpcLinks":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"position":{"shape":"String"},
|
||||
"items":{
|
||||
"shape":"ListOfVpcLink",
|
||||
"locationName":"item"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
323
vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/docs-2.json
generated
vendored
323
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
6
vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/paginators-1.json
generated
vendored
6
vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/paginators-1.json
generated
vendored
|
@ -65,6 +65,12 @@
|
|||
"limit_key": "limit",
|
||||
"output_token": "position",
|
||||
"result_key": "items"
|
||||
},
|
||||
"GetVpcLinks": {
|
||||
"input_token": "position",
|
||||
"limit_key": "limit",
|
||||
"output_token": "position",
|
||||
"result_key": "items"
|
||||
}
|
||||
}
|
||||
}
|
20
vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/smoke.json
generated
vendored
Normal file
20
vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/smoke.json
generated
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-west-2",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "GetDomainNames",
|
||||
"input": {},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "CreateUsagePlanKey",
|
||||
"input": {
|
||||
"usagePlanId": "foo",
|
||||
"keyId": "bar",
|
||||
"keyType": "fixx"
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue