aws-sdk-apigatewayv2 1.16.0 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/lib/aws-sdk-apigatewayv2.rb +1 -1
- data/lib/aws-sdk-apigatewayv2/client.rb +363 -44
- data/lib/aws-sdk-apigatewayv2/client_api.rb +242 -18
- data/lib/aws-sdk-apigatewayv2/resource.rb +1 -7
- data/lib/aws-sdk-apigatewayv2/types.rb +710 -153
- metadata +3 -3
@@ -64,6 +64,10 @@ module Aws::ApiGatewayV2
|
|
64
64
|
CreateStageInput = Shapes::StructureShape.new(name: 'CreateStageInput')
|
65
65
|
CreateStageRequest = Shapes::StructureShape.new(name: 'CreateStageRequest')
|
66
66
|
CreateStageResponse = Shapes::StructureShape.new(name: 'CreateStageResponse')
|
67
|
+
CreateVpcLinkInput = Shapes::StructureShape.new(name: 'CreateVpcLinkInput')
|
68
|
+
CreateVpcLinkRequest = Shapes::StructureShape.new(name: 'CreateVpcLinkRequest')
|
69
|
+
CreateVpcLinkResponse = Shapes::StructureShape.new(name: 'CreateVpcLinkResponse')
|
70
|
+
DeleteAccessLogSettingsRequest = Shapes::StructureShape.new(name: 'DeleteAccessLogSettingsRequest')
|
67
71
|
DeleteApiMappingRequest = Shapes::StructureShape.new(name: 'DeleteApiMappingRequest')
|
68
72
|
DeleteApiRequest = Shapes::StructureShape.new(name: 'DeleteApiRequest')
|
69
73
|
DeleteAuthorizerRequest = Shapes::StructureShape.new(name: 'DeleteAuthorizerRequest')
|
@@ -74,9 +78,12 @@ module Aws::ApiGatewayV2
|
|
74
78
|
DeleteIntegrationResponseRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationResponseRequest')
|
75
79
|
DeleteModelRequest = Shapes::StructureShape.new(name: 'DeleteModelRequest')
|
76
80
|
DeleteRouteRequest = Shapes::StructureShape.new(name: 'DeleteRouteRequest')
|
81
|
+
DeleteRouteRequestParameterRequest = Shapes::StructureShape.new(name: 'DeleteRouteRequestParameterRequest')
|
77
82
|
DeleteRouteResponseRequest = Shapes::StructureShape.new(name: 'DeleteRouteResponseRequest')
|
78
83
|
DeleteRouteSettingsRequest = Shapes::StructureShape.new(name: 'DeleteRouteSettingsRequest')
|
79
84
|
DeleteStageRequest = Shapes::StructureShape.new(name: 'DeleteStageRequest')
|
85
|
+
DeleteVpcLinkRequest = Shapes::StructureShape.new(name: 'DeleteVpcLinkRequest')
|
86
|
+
DeleteVpcLinkResponse = Shapes::StructureShape.new(name: 'DeleteVpcLinkResponse')
|
80
87
|
Deployment = Shapes::StructureShape.new(name: 'Deployment')
|
81
88
|
DeploymentStatus = Shapes::StringShape.new(name: 'DeploymentStatus')
|
82
89
|
Deployments = Shapes::StructureShape.new(name: 'Deployments')
|
@@ -86,6 +93,9 @@ module Aws::ApiGatewayV2
|
|
86
93
|
DomainNameStatus = Shapes::StringShape.new(name: 'DomainNameStatus')
|
87
94
|
DomainNames = Shapes::StructureShape.new(name: 'DomainNames')
|
88
95
|
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
96
|
+
ExportApiRequest = Shapes::StructureShape.new(name: 'ExportApiRequest')
|
97
|
+
ExportApiResponse = Shapes::StructureShape.new(name: 'ExportApiResponse')
|
98
|
+
ExportedApi = Shapes::BlobShape.new(name: 'ExportedApi')
|
89
99
|
GetApiMappingRequest = Shapes::StructureShape.new(name: 'GetApiMappingRequest')
|
90
100
|
GetApiMappingResponse = Shapes::StructureShape.new(name: 'GetApiMappingResponse')
|
91
101
|
GetApiMappingsRequest = Shapes::StructureShape.new(name: 'GetApiMappingsRequest')
|
@@ -134,13 +144,17 @@ module Aws::ApiGatewayV2
|
|
134
144
|
GetStagesResponse = Shapes::StructureShape.new(name: 'GetStagesResponse')
|
135
145
|
GetTagsRequest = Shapes::StructureShape.new(name: 'GetTagsRequest')
|
136
146
|
GetTagsResponse = Shapes::StructureShape.new(name: 'GetTagsResponse')
|
147
|
+
GetVpcLinkRequest = Shapes::StructureShape.new(name: 'GetVpcLinkRequest')
|
148
|
+
GetVpcLinkResponse = Shapes::StructureShape.new(name: 'GetVpcLinkResponse')
|
149
|
+
GetVpcLinksRequest = Shapes::StructureShape.new(name: 'GetVpcLinksRequest')
|
150
|
+
GetVpcLinksResponse = Shapes::StructureShape.new(name: 'GetVpcLinksResponse')
|
137
151
|
Id = Shapes::StringShape.new(name: 'Id')
|
138
152
|
IdentitySourceList = Shapes::ListShape.new(name: 'IdentitySourceList')
|
139
153
|
ImportApiInput = Shapes::StructureShape.new(name: 'ImportApiInput')
|
140
154
|
ImportApiRequest = Shapes::StructureShape.new(name: 'ImportApiRequest')
|
141
155
|
ImportApiResponse = Shapes::StructureShape.new(name: 'ImportApiResponse')
|
142
156
|
IntegerWithLengthBetween0And3600 = Shapes::IntegerShape.new(name: 'IntegerWithLengthBetween0And3600')
|
143
|
-
|
157
|
+
IntegerWithLengthBetween50And30000 = Shapes::IntegerShape.new(name: 'IntegerWithLengthBetween50And30000')
|
144
158
|
IntegerWithLengthBetweenMinus1And86400 = Shapes::IntegerShape.new(name: 'IntegerWithLengthBetweenMinus1And86400')
|
145
159
|
Integration = Shapes::StructureShape.new(name: 'Integration')
|
146
160
|
IntegrationParameters = Shapes::MapShape.new(name: 'IntegrationParameters')
|
@@ -169,6 +183,7 @@ module Aws::ApiGatewayV2
|
|
169
183
|
RouteSettings = Shapes::StructureShape.new(name: 'RouteSettings')
|
170
184
|
RouteSettingsMap = Shapes::MapShape.new(name: 'RouteSettingsMap')
|
171
185
|
Routes = Shapes::StructureShape.new(name: 'Routes')
|
186
|
+
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
172
187
|
SecurityPolicy = Shapes::StringShape.new(name: 'SecurityPolicy')
|
173
188
|
SelectionExpression = Shapes::StringShape.new(name: 'SelectionExpression')
|
174
189
|
SelectionKey = Shapes::StringShape.new(name: 'SelectionKey')
|
@@ -184,12 +199,15 @@ module Aws::ApiGatewayV2
|
|
184
199
|
StringWithLengthBetween1And256 = Shapes::StringShape.new(name: 'StringWithLengthBetween1And256')
|
185
200
|
StringWithLengthBetween1And512 = Shapes::StringShape.new(name: 'StringWithLengthBetween1And512')
|
186
201
|
StringWithLengthBetween1And64 = Shapes::StringShape.new(name: 'StringWithLengthBetween1And64')
|
202
|
+
SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
|
187
203
|
TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
|
188
204
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
189
205
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
190
206
|
Tags = Shapes::MapShape.new(name: 'Tags')
|
191
207
|
Template = Shapes::StructureShape.new(name: 'Template')
|
192
208
|
TemplateMap = Shapes::MapShape.new(name: 'TemplateMap')
|
209
|
+
TlsConfig = Shapes::StructureShape.new(name: 'TlsConfig')
|
210
|
+
TlsConfigInput = Shapes::StructureShape.new(name: 'TlsConfigInput')
|
193
211
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
194
212
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
195
213
|
UpdateApiInput = Shapes::StructureShape.new(name: 'UpdateApiInput')
|
@@ -225,7 +243,14 @@ module Aws::ApiGatewayV2
|
|
225
243
|
UpdateStageInput = Shapes::StructureShape.new(name: 'UpdateStageInput')
|
226
244
|
UpdateStageRequest = Shapes::StructureShape.new(name: 'UpdateStageRequest')
|
227
245
|
UpdateStageResponse = Shapes::StructureShape.new(name: 'UpdateStageResponse')
|
246
|
+
UpdateVpcLinkInput = Shapes::StructureShape.new(name: 'UpdateVpcLinkInput')
|
247
|
+
UpdateVpcLinkRequest = Shapes::StructureShape.new(name: 'UpdateVpcLinkRequest')
|
248
|
+
UpdateVpcLinkResponse = Shapes::StructureShape.new(name: 'UpdateVpcLinkResponse')
|
228
249
|
UriWithLengthBetween1And2048 = Shapes::StringShape.new(name: 'UriWithLengthBetween1And2048')
|
250
|
+
VpcLink = Shapes::StructureShape.new(name: 'VpcLink')
|
251
|
+
VpcLinkStatus = Shapes::StringShape.new(name: 'VpcLinkStatus')
|
252
|
+
VpcLinkVersion = Shapes::StringShape.new(name: 'VpcLinkVersion')
|
253
|
+
VpcLinks = Shapes::StructureShape.new(name: 'VpcLinks')
|
229
254
|
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
230
255
|
__double = Shapes::FloatShape.new(name: '__double')
|
231
256
|
__integer = Shapes::IntegerShape.new(name: '__integer')
|
@@ -240,6 +265,7 @@ module Aws::ApiGatewayV2
|
|
240
265
|
__listOfRoute = Shapes::ListShape.new(name: '__listOfRoute')
|
241
266
|
__listOfRouteResponse = Shapes::ListShape.new(name: '__listOfRouteResponse')
|
242
267
|
__listOfStage = Shapes::ListShape.new(name: '__listOfStage')
|
268
|
+
__listOfVpcLink = Shapes::ListShape.new(name: '__listOfVpcLink')
|
243
269
|
__listOf__string = Shapes::ListShape.new(name: '__listOf__string')
|
244
270
|
__long = Shapes::IntegerShape.new(name: '__long')
|
245
271
|
__string = Shapes::StringShape.new(name: '__string')
|
@@ -459,7 +485,8 @@ module Aws::ApiGatewayV2
|
|
459
485
|
CreateIntegrationInput.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
|
460
486
|
CreateIntegrationInput.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
|
461
487
|
CreateIntegrationInput.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
|
462
|
-
CreateIntegrationInput.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape:
|
488
|
+
CreateIntegrationInput.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
|
489
|
+
CreateIntegrationInput.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfigInput, location_name: "tlsConfig"))
|
463
490
|
CreateIntegrationInput.struct_class = Types::CreateIntegrationInput
|
464
491
|
|
465
492
|
CreateIntegrationRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
|
@@ -476,7 +503,8 @@ module Aws::ApiGatewayV2
|
|
476
503
|
CreateIntegrationRequest.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
|
477
504
|
CreateIntegrationRequest.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
|
478
505
|
CreateIntegrationRequest.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
|
479
|
-
CreateIntegrationRequest.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape:
|
506
|
+
CreateIntegrationRequest.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
|
507
|
+
CreateIntegrationRequest.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfigInput, location_name: "tlsConfig"))
|
480
508
|
CreateIntegrationRequest.struct_class = Types::CreateIntegrationRequest
|
481
509
|
|
482
510
|
CreateIntegrationResponseInput.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
|
@@ -519,7 +547,8 @@ module Aws::ApiGatewayV2
|
|
519
547
|
CreateIntegrationResult.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
|
520
548
|
CreateIntegrationResult.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
|
521
549
|
CreateIntegrationResult.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
|
522
|
-
CreateIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape:
|
550
|
+
CreateIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
|
551
|
+
CreateIntegrationResult.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
|
523
552
|
CreateIntegrationResult.struct_class = Types::CreateIntegrationResult
|
524
553
|
|
525
554
|
CreateModelInput.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And256, location_name: "contentType"))
|
@@ -646,6 +675,33 @@ module Aws::ApiGatewayV2
|
|
646
675
|
CreateStageResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
647
676
|
CreateStageResponse.struct_class = Types::CreateStageResponse
|
648
677
|
|
678
|
+
CreateVpcLinkInput.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "name"))
|
679
|
+
CreateVpcLinkInput.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
|
680
|
+
CreateVpcLinkInput.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, required: true, location_name: "subnetIds"))
|
681
|
+
CreateVpcLinkInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
682
|
+
CreateVpcLinkInput.struct_class = Types::CreateVpcLinkInput
|
683
|
+
|
684
|
+
CreateVpcLinkRequest.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "name"))
|
685
|
+
CreateVpcLinkRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
|
686
|
+
CreateVpcLinkRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, required: true, location_name: "subnetIds"))
|
687
|
+
CreateVpcLinkRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
688
|
+
CreateVpcLinkRequest.struct_class = Types::CreateVpcLinkRequest
|
689
|
+
|
690
|
+
CreateVpcLinkResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
|
691
|
+
CreateVpcLinkResponse.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
|
692
|
+
CreateVpcLinkResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
|
693
|
+
CreateVpcLinkResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
|
694
|
+
CreateVpcLinkResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
695
|
+
CreateVpcLinkResponse.add_member(:vpc_link_id, Shapes::ShapeRef.new(shape: Id, location_name: "vpcLinkId"))
|
696
|
+
CreateVpcLinkResponse.add_member(:vpc_link_status, Shapes::ShapeRef.new(shape: VpcLinkStatus, location_name: "vpcLinkStatus"))
|
697
|
+
CreateVpcLinkResponse.add_member(:vpc_link_status_message, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "vpcLinkStatusMessage"))
|
698
|
+
CreateVpcLinkResponse.add_member(:vpc_link_version, Shapes::ShapeRef.new(shape: VpcLinkVersion, location_name: "vpcLinkVersion"))
|
699
|
+
CreateVpcLinkResponse.struct_class = Types::CreateVpcLinkResponse
|
700
|
+
|
701
|
+
DeleteAccessLogSettingsRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
|
702
|
+
DeleteAccessLogSettingsRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "stageName"))
|
703
|
+
DeleteAccessLogSettingsRequest.struct_class = Types::DeleteAccessLogSettingsRequest
|
704
|
+
|
649
705
|
DeleteApiMappingRequest.add_member(:api_mapping_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiMappingId"))
|
650
706
|
DeleteApiMappingRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "domainName"))
|
651
707
|
DeleteApiMappingRequest.struct_class = Types::DeleteApiMappingRequest
|
@@ -684,13 +740,18 @@ module Aws::ApiGatewayV2
|
|
684
740
|
DeleteRouteRequest.add_member(:route_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeId"))
|
685
741
|
DeleteRouteRequest.struct_class = Types::DeleteRouteRequest
|
686
742
|
|
743
|
+
DeleteRouteRequestParameterRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
|
744
|
+
DeleteRouteRequestParameterRequest.add_member(:request_parameter_key, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "requestParameterKey"))
|
745
|
+
DeleteRouteRequestParameterRequest.add_member(:route_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeId"))
|
746
|
+
DeleteRouteRequestParameterRequest.struct_class = Types::DeleteRouteRequestParameterRequest
|
747
|
+
|
687
748
|
DeleteRouteResponseRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
|
688
749
|
DeleteRouteResponseRequest.add_member(:route_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeId"))
|
689
750
|
DeleteRouteResponseRequest.add_member(:route_response_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeResponseId"))
|
690
751
|
DeleteRouteResponseRequest.struct_class = Types::DeleteRouteResponseRequest
|
691
752
|
|
692
753
|
DeleteRouteSettingsRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
|
693
|
-
DeleteRouteSettingsRequest.add_member(:route_key, Shapes::ShapeRef.new(shape:
|
754
|
+
DeleteRouteSettingsRequest.add_member(:route_key, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeKey"))
|
694
755
|
DeleteRouteSettingsRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "stageName"))
|
695
756
|
DeleteRouteSettingsRequest.struct_class = Types::DeleteRouteSettingsRequest
|
696
757
|
|
@@ -698,6 +759,11 @@ module Aws::ApiGatewayV2
|
|
698
759
|
DeleteStageRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "stageName"))
|
699
760
|
DeleteStageRequest.struct_class = Types::DeleteStageRequest
|
700
761
|
|
762
|
+
DeleteVpcLinkRequest.add_member(:vpc_link_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "vpcLinkId"))
|
763
|
+
DeleteVpcLinkRequest.struct_class = Types::DeleteVpcLinkRequest
|
764
|
+
|
765
|
+
DeleteVpcLinkResponse.struct_class = Types::DeleteVpcLinkResponse
|
766
|
+
|
701
767
|
Deployment.add_member(:auto_deployed, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoDeployed"))
|
702
768
|
Deployment.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
|
703
769
|
Deployment.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Id, location_name: "deploymentId"))
|
@@ -733,6 +799,19 @@ module Aws::ApiGatewayV2
|
|
733
799
|
DomainNames.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
734
800
|
DomainNames.struct_class = Types::DomainNames
|
735
801
|
|
802
|
+
ExportApiRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
|
803
|
+
ExportApiRequest.add_member(:export_version, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "exportVersion"))
|
804
|
+
ExportApiRequest.add_member(:include_extensions, Shapes::ShapeRef.new(shape: __boolean, location: "querystring", location_name: "includeExtensions"))
|
805
|
+
ExportApiRequest.add_member(:output_type, Shapes::ShapeRef.new(shape: __string, required: true, location: "querystring", location_name: "outputType", metadata: {"enum"=>["YAML", "JSON"]}))
|
806
|
+
ExportApiRequest.add_member(:specification, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "specification", metadata: {"enum"=>["OAS30"]}))
|
807
|
+
ExportApiRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "stageName"))
|
808
|
+
ExportApiRequest.struct_class = Types::ExportApiRequest
|
809
|
+
|
810
|
+
ExportApiResponse.add_member(:body, Shapes::ShapeRef.new(shape: ExportedApi, location_name: "body"))
|
811
|
+
ExportApiResponse.struct_class = Types::ExportApiResponse
|
812
|
+
ExportApiResponse[:payload] = :body
|
813
|
+
ExportApiResponse[:payload_member] = ExportApiResponse.member(:body)
|
814
|
+
|
736
815
|
GetApiMappingRequest.add_member(:api_mapping_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiMappingId"))
|
737
816
|
GetApiMappingRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "domainName"))
|
738
817
|
GetApiMappingRequest.struct_class = Types::GetApiMappingRequest
|
@@ -884,7 +963,8 @@ module Aws::ApiGatewayV2
|
|
884
963
|
GetIntegrationResult.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
|
885
964
|
GetIntegrationResult.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
|
886
965
|
GetIntegrationResult.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
|
887
|
-
GetIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape:
|
966
|
+
GetIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
|
967
|
+
GetIntegrationResult.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
|
888
968
|
GetIntegrationResult.struct_class = Types::GetIntegrationResult
|
889
969
|
|
890
970
|
GetIntegrationsRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
|
@@ -1005,9 +1085,31 @@ module Aws::ApiGatewayV2
|
|
1005
1085
|
GetTagsRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
|
1006
1086
|
GetTagsRequest.struct_class = Types::GetTagsRequest
|
1007
1087
|
|
1008
|
-
GetTagsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags,
|
1088
|
+
GetTagsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1009
1089
|
GetTagsResponse.struct_class = Types::GetTagsResponse
|
1010
1090
|
|
1091
|
+
GetVpcLinkRequest.add_member(:vpc_link_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "vpcLinkId"))
|
1092
|
+
GetVpcLinkRequest.struct_class = Types::GetVpcLinkRequest
|
1093
|
+
|
1094
|
+
GetVpcLinkResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
|
1095
|
+
GetVpcLinkResponse.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
|
1096
|
+
GetVpcLinkResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
|
1097
|
+
GetVpcLinkResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
|
1098
|
+
GetVpcLinkResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1099
|
+
GetVpcLinkResponse.add_member(:vpc_link_id, Shapes::ShapeRef.new(shape: Id, location_name: "vpcLinkId"))
|
1100
|
+
GetVpcLinkResponse.add_member(:vpc_link_status, Shapes::ShapeRef.new(shape: VpcLinkStatus, location_name: "vpcLinkStatus"))
|
1101
|
+
GetVpcLinkResponse.add_member(:vpc_link_status_message, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "vpcLinkStatusMessage"))
|
1102
|
+
GetVpcLinkResponse.add_member(:vpc_link_version, Shapes::ShapeRef.new(shape: VpcLinkVersion, location_name: "vpcLinkVersion"))
|
1103
|
+
GetVpcLinkResponse.struct_class = Types::GetVpcLinkResponse
|
1104
|
+
|
1105
|
+
GetVpcLinksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
|
1106
|
+
GetVpcLinksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
1107
|
+
GetVpcLinksRequest.struct_class = Types::GetVpcLinksRequest
|
1108
|
+
|
1109
|
+
GetVpcLinksResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfVpcLink, location_name: "items"))
|
1110
|
+
GetVpcLinksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1111
|
+
GetVpcLinksResponse.struct_class = Types::GetVpcLinksResponse
|
1112
|
+
|
1011
1113
|
IdentitySourceList.member = Shapes::ShapeRef.new(shape: __string)
|
1012
1114
|
|
1013
1115
|
ImportApiInput.add_member(:body, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "body"))
|
@@ -1050,7 +1152,8 @@ module Aws::ApiGatewayV2
|
|
1050
1152
|
Integration.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
|
1051
1153
|
Integration.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
|
1052
1154
|
Integration.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
|
1053
|
-
Integration.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape:
|
1155
|
+
Integration.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
|
1156
|
+
Integration.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
|
1054
1157
|
Integration.struct_class = Types::Integration
|
1055
1158
|
|
1056
1159
|
IntegrationParameters.key = Shapes::ShapeRef.new(shape: __string)
|
@@ -1169,6 +1272,8 @@ module Aws::ApiGatewayV2
|
|
1169
1272
|
Routes.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1170
1273
|
Routes.struct_class = Types::Routes
|
1171
1274
|
|
1275
|
+
SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: __string)
|
1276
|
+
|
1172
1277
|
Stage.add_member(:access_log_settings, Shapes::ShapeRef.new(shape: AccessLogSettings, location_name: "accessLogSettings"))
|
1173
1278
|
Stage.add_member(:api_gateway_managed, Shapes::ShapeRef.new(shape: __boolean, location_name: "apiGatewayManaged"))
|
1174
1279
|
Stage.add_member(:auto_deploy, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoDeploy"))
|
@@ -1192,6 +1297,8 @@ module Aws::ApiGatewayV2
|
|
1192
1297
|
Stages.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1193
1298
|
Stages.struct_class = Types::Stages
|
1194
1299
|
|
1300
|
+
SubnetIdList.member = Shapes::ShapeRef.new(shape: __string)
|
1301
|
+
|
1195
1302
|
TagResourceInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1196
1303
|
TagResourceInput.struct_class = Types::TagResourceInput
|
1197
1304
|
|
@@ -1210,6 +1317,12 @@ module Aws::ApiGatewayV2
|
|
1210
1317
|
TemplateMap.key = Shapes::ShapeRef.new(shape: __string)
|
1211
1318
|
TemplateMap.value = Shapes::ShapeRef.new(shape: StringWithLengthBetween0And32K)
|
1212
1319
|
|
1320
|
+
TlsConfig.add_member(:server_name_to_verify, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And512, location_name: "serverNameToVerify"))
|
1321
|
+
TlsConfig.struct_class = Types::TlsConfig
|
1322
|
+
|
1323
|
+
TlsConfigInput.add_member(:server_name_to_verify, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And512, location_name: "serverNameToVerify"))
|
1324
|
+
TlsConfigInput.struct_class = Types::TlsConfigInput
|
1325
|
+
|
1213
1326
|
TooManyRequestsException.add_member(:limit_type, Shapes::ShapeRef.new(shape: __string, location_name: "limitType"))
|
1214
1327
|
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1215
1328
|
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
@@ -1352,7 +1465,8 @@ module Aws::ApiGatewayV2
|
|
1352
1465
|
UpdateIntegrationInput.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
|
1353
1466
|
UpdateIntegrationInput.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
|
1354
1467
|
UpdateIntegrationInput.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
|
1355
|
-
UpdateIntegrationInput.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape:
|
1468
|
+
UpdateIntegrationInput.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
|
1469
|
+
UpdateIntegrationInput.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfigInput, location_name: "tlsConfig"))
|
1356
1470
|
UpdateIntegrationInput.struct_class = Types::UpdateIntegrationInput
|
1357
1471
|
|
1358
1472
|
UpdateIntegrationRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
|
@@ -1370,7 +1484,8 @@ module Aws::ApiGatewayV2
|
|
1370
1484
|
UpdateIntegrationRequest.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
|
1371
1485
|
UpdateIntegrationRequest.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
|
1372
1486
|
UpdateIntegrationRequest.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
|
1373
|
-
UpdateIntegrationRequest.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape:
|
1487
|
+
UpdateIntegrationRequest.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
|
1488
|
+
UpdateIntegrationRequest.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfigInput, location_name: "tlsConfig"))
|
1374
1489
|
UpdateIntegrationRequest.struct_class = Types::UpdateIntegrationRequest
|
1375
1490
|
|
1376
1491
|
UpdateIntegrationResponseInput.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
|
@@ -1414,7 +1529,8 @@ module Aws::ApiGatewayV2
|
|
1414
1529
|
UpdateIntegrationResult.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
|
1415
1530
|
UpdateIntegrationResult.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
|
1416
1531
|
UpdateIntegrationResult.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
|
1417
|
-
UpdateIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape:
|
1532
|
+
UpdateIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
|
1533
|
+
UpdateIntegrationResult.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
|
1418
1534
|
UpdateIntegrationResult.struct_class = Types::UpdateIntegrationResult
|
1419
1535
|
|
1420
1536
|
UpdateModelInput.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And256, location_name: "contentType"))
|
@@ -1541,6 +1657,39 @@ module Aws::ApiGatewayV2
|
|
1541
1657
|
UpdateStageResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1542
1658
|
UpdateStageResponse.struct_class = Types::UpdateStageResponse
|
1543
1659
|
|
1660
|
+
UpdateVpcLinkInput.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
|
1661
|
+
UpdateVpcLinkInput.struct_class = Types::UpdateVpcLinkInput
|
1662
|
+
|
1663
|
+
UpdateVpcLinkRequest.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
|
1664
|
+
UpdateVpcLinkRequest.add_member(:vpc_link_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "vpcLinkId"))
|
1665
|
+
UpdateVpcLinkRequest.struct_class = Types::UpdateVpcLinkRequest
|
1666
|
+
|
1667
|
+
UpdateVpcLinkResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
|
1668
|
+
UpdateVpcLinkResponse.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
|
1669
|
+
UpdateVpcLinkResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
|
1670
|
+
UpdateVpcLinkResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
|
1671
|
+
UpdateVpcLinkResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1672
|
+
UpdateVpcLinkResponse.add_member(:vpc_link_id, Shapes::ShapeRef.new(shape: Id, location_name: "vpcLinkId"))
|
1673
|
+
UpdateVpcLinkResponse.add_member(:vpc_link_status, Shapes::ShapeRef.new(shape: VpcLinkStatus, location_name: "vpcLinkStatus"))
|
1674
|
+
UpdateVpcLinkResponse.add_member(:vpc_link_status_message, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "vpcLinkStatusMessage"))
|
1675
|
+
UpdateVpcLinkResponse.add_member(:vpc_link_version, Shapes::ShapeRef.new(shape: VpcLinkVersion, location_name: "vpcLinkVersion"))
|
1676
|
+
UpdateVpcLinkResponse.struct_class = Types::UpdateVpcLinkResponse
|
1677
|
+
|
1678
|
+
VpcLink.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
|
1679
|
+
VpcLink.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "name"))
|
1680
|
+
VpcLink.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, required: true, location_name: "securityGroupIds"))
|
1681
|
+
VpcLink.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, required: true, location_name: "subnetIds"))
|
1682
|
+
VpcLink.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1683
|
+
VpcLink.add_member(:vpc_link_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "vpcLinkId"))
|
1684
|
+
VpcLink.add_member(:vpc_link_status, Shapes::ShapeRef.new(shape: VpcLinkStatus, location_name: "vpcLinkStatus"))
|
1685
|
+
VpcLink.add_member(:vpc_link_status_message, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "vpcLinkStatusMessage"))
|
1686
|
+
VpcLink.add_member(:vpc_link_version, Shapes::ShapeRef.new(shape: VpcLinkVersion, location_name: "vpcLinkVersion"))
|
1687
|
+
VpcLink.struct_class = Types::VpcLink
|
1688
|
+
|
1689
|
+
VpcLinks.add_member(:items, Shapes::ShapeRef.new(shape: __listOfVpcLink, location_name: "items"))
|
1690
|
+
VpcLinks.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1691
|
+
VpcLinks.struct_class = Types::VpcLinks
|
1692
|
+
|
1544
1693
|
__listOfApi.member = Shapes::ShapeRef.new(shape: Api)
|
1545
1694
|
|
1546
1695
|
__listOfApiMapping.member = Shapes::ShapeRef.new(shape: ApiMapping)
|
@@ -1563,6 +1712,8 @@ module Aws::ApiGatewayV2
|
|
1563
1712
|
|
1564
1713
|
__listOfStage.member = Shapes::ShapeRef.new(shape: Stage)
|
1565
1714
|
|
1715
|
+
__listOfVpcLink.member = Shapes::ShapeRef.new(shape: VpcLink)
|
1716
|
+
|
1566
1717
|
__listOf__string.member = Shapes::ShapeRef.new(shape: __string)
|
1567
1718
|
|
1568
1719
|
|
@@ -1716,6 +1867,26 @@ module Aws::ApiGatewayV2
|
|
1716
1867
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1717
1868
|
end)
|
1718
1869
|
|
1870
|
+
api.add_operation(:create_vpc_link, Seahorse::Model::Operation.new.tap do |o|
|
1871
|
+
o.name = "CreateVpcLink"
|
1872
|
+
o.http_method = "POST"
|
1873
|
+
o.http_request_uri = "/v2/vpclinks"
|
1874
|
+
o.input = Shapes::ShapeRef.new(shape: CreateVpcLinkRequest)
|
1875
|
+
o.output = Shapes::ShapeRef.new(shape: CreateVpcLinkResponse)
|
1876
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1877
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1878
|
+
end)
|
1879
|
+
|
1880
|
+
api.add_operation(:delete_access_log_settings, Seahorse::Model::Operation.new.tap do |o|
|
1881
|
+
o.name = "DeleteAccessLogSettings"
|
1882
|
+
o.http_method = "DELETE"
|
1883
|
+
o.http_request_uri = "/v2/apis/{apiId}/stages/{stageName}/accesslogsettings"
|
1884
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAccessLogSettingsRequest)
|
1885
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1886
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1887
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1888
|
+
end)
|
1889
|
+
|
1719
1890
|
api.add_operation(:delete_api, Seahorse::Model::Operation.new.tap do |o|
|
1720
1891
|
o.name = "DeleteApi"
|
1721
1892
|
o.http_method = "DELETE"
|
@@ -1817,6 +1988,16 @@ module Aws::ApiGatewayV2
|
|
1817
1988
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1818
1989
|
end)
|
1819
1990
|
|
1991
|
+
api.add_operation(:delete_route_request_parameter, Seahorse::Model::Operation.new.tap do |o|
|
1992
|
+
o.name = "DeleteRouteRequestParameter"
|
1993
|
+
o.http_method = "DELETE"
|
1994
|
+
o.http_request_uri = "/v2/apis/{apiId}/routes/{routeId}/requestparameters/{requestParameterKey}"
|
1995
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRouteRequestParameterRequest)
|
1996
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1997
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1998
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1999
|
+
end)
|
2000
|
+
|
1820
2001
|
api.add_operation(:delete_route_response, Seahorse::Model::Operation.new.tap do |o|
|
1821
2002
|
o.name = "DeleteRouteResponse"
|
1822
2003
|
o.http_method = "DELETE"
|
@@ -1847,6 +2028,27 @@ module Aws::ApiGatewayV2
|
|
1847
2028
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1848
2029
|
end)
|
1849
2030
|
|
2031
|
+
api.add_operation(:delete_vpc_link, Seahorse::Model::Operation.new.tap do |o|
|
2032
|
+
o.name = "DeleteVpcLink"
|
2033
|
+
o.http_method = "DELETE"
|
2034
|
+
o.http_request_uri = "/v2/vpclinks/{vpcLinkId}"
|
2035
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteVpcLinkRequest)
|
2036
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteVpcLinkResponse)
|
2037
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2038
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2039
|
+
end)
|
2040
|
+
|
2041
|
+
api.add_operation(:export_api, Seahorse::Model::Operation.new.tap do |o|
|
2042
|
+
o.name = "ExportApi"
|
2043
|
+
o.http_method = "GET"
|
2044
|
+
o.http_request_uri = "/v2/apis/{apiId}/exports/{specification}"
|
2045
|
+
o.input = Shapes::ShapeRef.new(shape: ExportApiRequest)
|
2046
|
+
o.output = Shapes::ShapeRef.new(shape: ExportApiResponse)
|
2047
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2048
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2049
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2050
|
+
end)
|
2051
|
+
|
1850
2052
|
api.add_operation(:get_api, Seahorse::Model::Operation.new.tap do |o|
|
1851
2053
|
o.name = "GetApi"
|
1852
2054
|
o.http_method = "GET"
|
@@ -2101,6 +2303,26 @@ module Aws::ApiGatewayV2
|
|
2101
2303
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2102
2304
|
end)
|
2103
2305
|
|
2306
|
+
api.add_operation(:get_vpc_link, Seahorse::Model::Operation.new.tap do |o|
|
2307
|
+
o.name = "GetVpcLink"
|
2308
|
+
o.http_method = "GET"
|
2309
|
+
o.http_request_uri = "/v2/vpclinks/{vpcLinkId}"
|
2310
|
+
o.input = Shapes::ShapeRef.new(shape: GetVpcLinkRequest)
|
2311
|
+
o.output = Shapes::ShapeRef.new(shape: GetVpcLinkResponse)
|
2312
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2313
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2314
|
+
end)
|
2315
|
+
|
2316
|
+
api.add_operation(:get_vpc_links, Seahorse::Model::Operation.new.tap do |o|
|
2317
|
+
o.name = "GetVpcLinks"
|
2318
|
+
o.http_method = "GET"
|
2319
|
+
o.http_request_uri = "/v2/vpclinks"
|
2320
|
+
o.input = Shapes::ShapeRef.new(shape: GetVpcLinksRequest)
|
2321
|
+
o.output = Shapes::ShapeRef.new(shape: GetVpcLinksResponse)
|
2322
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2323
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2324
|
+
end)
|
2325
|
+
|
2104
2326
|
api.add_operation(:import_api, Seahorse::Model::Operation.new.tap do |o|
|
2105
2327
|
o.name = "ImportApi"
|
2106
2328
|
o.http_method = "PUT"
|
@@ -2281,13 +2503,15 @@ module Aws::ApiGatewayV2
|
|
2281
2503
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2282
2504
|
end)
|
2283
2505
|
|
2284
|
-
api.
|
2285
|
-
|
2286
|
-
|
2287
|
-
|
2288
|
-
|
2289
|
-
|
2290
|
-
|
2506
|
+
api.add_operation(:update_vpc_link, Seahorse::Model::Operation.new.tap do |o|
|
2507
|
+
o.name = "UpdateVpcLink"
|
2508
|
+
o.http_method = "PATCH"
|
2509
|
+
o.http_request_uri = "/v2/vpclinks/{vpcLinkId}"
|
2510
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateVpcLinkRequest)
|
2511
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateVpcLinkResponse)
|
2512
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2513
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2514
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2291
2515
|
end)
|
2292
2516
|
end
|
2293
2517
|
|