aws-sdk-ec2 1.480.0 → 1.482.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
27
27
  class Handler < Seahorse::Client::Handler
28
28
  def call(context)
29
29
  unless context[:discovered_endpoint]
30
- params = parameters_for_operation(context)
30
+ params = Aws::EC2::Endpoints.parameters_for_operation(context)
31
31
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
32
 
33
33
  context.http_request.endpoint = endpoint.url
@@ -67,1267 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
67
67
  context.http_request.headers[key] = value
68
68
  end
69
69
  end
70
-
71
- def parameters_for_operation(context)
72
- case context.operation_name
73
- when :accept_address_transfer
74
- Aws::EC2::Endpoints::AcceptAddressTransfer.build(context)
75
- when :accept_reserved_instances_exchange_quote
76
- Aws::EC2::Endpoints::AcceptReservedInstancesExchangeQuote.build(context)
77
- when :accept_transit_gateway_multicast_domain_associations
78
- Aws::EC2::Endpoints::AcceptTransitGatewayMulticastDomainAssociations.build(context)
79
- when :accept_transit_gateway_peering_attachment
80
- Aws::EC2::Endpoints::AcceptTransitGatewayPeeringAttachment.build(context)
81
- when :accept_transit_gateway_vpc_attachment
82
- Aws::EC2::Endpoints::AcceptTransitGatewayVpcAttachment.build(context)
83
- when :accept_vpc_endpoint_connections
84
- Aws::EC2::Endpoints::AcceptVpcEndpointConnections.build(context)
85
- when :accept_vpc_peering_connection
86
- Aws::EC2::Endpoints::AcceptVpcPeeringConnection.build(context)
87
- when :advertise_byoip_cidr
88
- Aws::EC2::Endpoints::AdvertiseByoipCidr.build(context)
89
- when :allocate_address
90
- Aws::EC2::Endpoints::AllocateAddress.build(context)
91
- when :allocate_hosts
92
- Aws::EC2::Endpoints::AllocateHosts.build(context)
93
- when :allocate_ipam_pool_cidr
94
- Aws::EC2::Endpoints::AllocateIpamPoolCidr.build(context)
95
- when :apply_security_groups_to_client_vpn_target_network
96
- Aws::EC2::Endpoints::ApplySecurityGroupsToClientVpnTargetNetwork.build(context)
97
- when :assign_ipv_6_addresses
98
- Aws::EC2::Endpoints::AssignIpv6Addresses.build(context)
99
- when :assign_private_ip_addresses
100
- Aws::EC2::Endpoints::AssignPrivateIpAddresses.build(context)
101
- when :assign_private_nat_gateway_address
102
- Aws::EC2::Endpoints::AssignPrivateNatGatewayAddress.build(context)
103
- when :associate_address
104
- Aws::EC2::Endpoints::AssociateAddress.build(context)
105
- when :associate_client_vpn_target_network
106
- Aws::EC2::Endpoints::AssociateClientVpnTargetNetwork.build(context)
107
- when :associate_dhcp_options
108
- Aws::EC2::Endpoints::AssociateDhcpOptions.build(context)
109
- when :associate_enclave_certificate_iam_role
110
- Aws::EC2::Endpoints::AssociateEnclaveCertificateIamRole.build(context)
111
- when :associate_iam_instance_profile
112
- Aws::EC2::Endpoints::AssociateIamInstanceProfile.build(context)
113
- when :associate_instance_event_window
114
- Aws::EC2::Endpoints::AssociateInstanceEventWindow.build(context)
115
- when :associate_ipam_byoasn
116
- Aws::EC2::Endpoints::AssociateIpamByoasn.build(context)
117
- when :associate_ipam_resource_discovery
118
- Aws::EC2::Endpoints::AssociateIpamResourceDiscovery.build(context)
119
- when :associate_nat_gateway_address
120
- Aws::EC2::Endpoints::AssociateNatGatewayAddress.build(context)
121
- when :associate_route_table
122
- Aws::EC2::Endpoints::AssociateRouteTable.build(context)
123
- when :associate_subnet_cidr_block
124
- Aws::EC2::Endpoints::AssociateSubnetCidrBlock.build(context)
125
- when :associate_transit_gateway_multicast_domain
126
- Aws::EC2::Endpoints::AssociateTransitGatewayMulticastDomain.build(context)
127
- when :associate_transit_gateway_policy_table
128
- Aws::EC2::Endpoints::AssociateTransitGatewayPolicyTable.build(context)
129
- when :associate_transit_gateway_route_table
130
- Aws::EC2::Endpoints::AssociateTransitGatewayRouteTable.build(context)
131
- when :associate_trunk_interface
132
- Aws::EC2::Endpoints::AssociateTrunkInterface.build(context)
133
- when :associate_vpc_cidr_block
134
- Aws::EC2::Endpoints::AssociateVpcCidrBlock.build(context)
135
- when :attach_classic_link_vpc
136
- Aws::EC2::Endpoints::AttachClassicLinkVpc.build(context)
137
- when :attach_internet_gateway
138
- Aws::EC2::Endpoints::AttachInternetGateway.build(context)
139
- when :attach_network_interface
140
- Aws::EC2::Endpoints::AttachNetworkInterface.build(context)
141
- when :attach_verified_access_trust_provider
142
- Aws::EC2::Endpoints::AttachVerifiedAccessTrustProvider.build(context)
143
- when :attach_volume
144
- Aws::EC2::Endpoints::AttachVolume.build(context)
145
- when :attach_vpn_gateway
146
- Aws::EC2::Endpoints::AttachVpnGateway.build(context)
147
- when :authorize_client_vpn_ingress
148
- Aws::EC2::Endpoints::AuthorizeClientVpnIngress.build(context)
149
- when :authorize_security_group_egress
150
- Aws::EC2::Endpoints::AuthorizeSecurityGroupEgress.build(context)
151
- when :authorize_security_group_ingress
152
- Aws::EC2::Endpoints::AuthorizeSecurityGroupIngress.build(context)
153
- when :bundle_instance
154
- Aws::EC2::Endpoints::BundleInstance.build(context)
155
- when :cancel_bundle_task
156
- Aws::EC2::Endpoints::CancelBundleTask.build(context)
157
- when :cancel_capacity_reservation
158
- Aws::EC2::Endpoints::CancelCapacityReservation.build(context)
159
- when :cancel_capacity_reservation_fleets
160
- Aws::EC2::Endpoints::CancelCapacityReservationFleets.build(context)
161
- when :cancel_conversion_task
162
- Aws::EC2::Endpoints::CancelConversionTask.build(context)
163
- when :cancel_export_task
164
- Aws::EC2::Endpoints::CancelExportTask.build(context)
165
- when :cancel_image_launch_permission
166
- Aws::EC2::Endpoints::CancelImageLaunchPermission.build(context)
167
- when :cancel_import_task
168
- Aws::EC2::Endpoints::CancelImportTask.build(context)
169
- when :cancel_reserved_instances_listing
170
- Aws::EC2::Endpoints::CancelReservedInstancesListing.build(context)
171
- when :cancel_spot_fleet_requests
172
- Aws::EC2::Endpoints::CancelSpotFleetRequests.build(context)
173
- when :cancel_spot_instance_requests
174
- Aws::EC2::Endpoints::CancelSpotInstanceRequests.build(context)
175
- when :confirm_product_instance
176
- Aws::EC2::Endpoints::ConfirmProductInstance.build(context)
177
- when :copy_fpga_image
178
- Aws::EC2::Endpoints::CopyFpgaImage.build(context)
179
- when :copy_image
180
- Aws::EC2::Endpoints::CopyImage.build(context)
181
- when :copy_snapshot
182
- Aws::EC2::Endpoints::CopySnapshot.build(context)
183
- when :create_capacity_reservation
184
- Aws::EC2::Endpoints::CreateCapacityReservation.build(context)
185
- when :create_capacity_reservation_by_splitting
186
- Aws::EC2::Endpoints::CreateCapacityReservationBySplitting.build(context)
187
- when :create_capacity_reservation_fleet
188
- Aws::EC2::Endpoints::CreateCapacityReservationFleet.build(context)
189
- when :create_carrier_gateway
190
- Aws::EC2::Endpoints::CreateCarrierGateway.build(context)
191
- when :create_client_vpn_endpoint
192
- Aws::EC2::Endpoints::CreateClientVpnEndpoint.build(context)
193
- when :create_client_vpn_route
194
- Aws::EC2::Endpoints::CreateClientVpnRoute.build(context)
195
- when :create_coip_cidr
196
- Aws::EC2::Endpoints::CreateCoipCidr.build(context)
197
- when :create_coip_pool
198
- Aws::EC2::Endpoints::CreateCoipPool.build(context)
199
- when :create_customer_gateway
200
- Aws::EC2::Endpoints::CreateCustomerGateway.build(context)
201
- when :create_default_subnet
202
- Aws::EC2::Endpoints::CreateDefaultSubnet.build(context)
203
- when :create_default_vpc
204
- Aws::EC2::Endpoints::CreateDefaultVpc.build(context)
205
- when :create_dhcp_options
206
- Aws::EC2::Endpoints::CreateDhcpOptions.build(context)
207
- when :create_egress_only_internet_gateway
208
- Aws::EC2::Endpoints::CreateEgressOnlyInternetGateway.build(context)
209
- when :create_fleet
210
- Aws::EC2::Endpoints::CreateFleet.build(context)
211
- when :create_flow_logs
212
- Aws::EC2::Endpoints::CreateFlowLogs.build(context)
213
- when :create_fpga_image
214
- Aws::EC2::Endpoints::CreateFpgaImage.build(context)
215
- when :create_image
216
- Aws::EC2::Endpoints::CreateImage.build(context)
217
- when :create_instance_connect_endpoint
218
- Aws::EC2::Endpoints::CreateInstanceConnectEndpoint.build(context)
219
- when :create_instance_event_window
220
- Aws::EC2::Endpoints::CreateInstanceEventWindow.build(context)
221
- when :create_instance_export_task
222
- Aws::EC2::Endpoints::CreateInstanceExportTask.build(context)
223
- when :create_internet_gateway
224
- Aws::EC2::Endpoints::CreateInternetGateway.build(context)
225
- when :create_ipam
226
- Aws::EC2::Endpoints::CreateIpam.build(context)
227
- when :create_ipam_external_resource_verification_token
228
- Aws::EC2::Endpoints::CreateIpamExternalResourceVerificationToken.build(context)
229
- when :create_ipam_pool
230
- Aws::EC2::Endpoints::CreateIpamPool.build(context)
231
- when :create_ipam_resource_discovery
232
- Aws::EC2::Endpoints::CreateIpamResourceDiscovery.build(context)
233
- when :create_ipam_scope
234
- Aws::EC2::Endpoints::CreateIpamScope.build(context)
235
- when :create_key_pair
236
- Aws::EC2::Endpoints::CreateKeyPair.build(context)
237
- when :create_launch_template
238
- Aws::EC2::Endpoints::CreateLaunchTemplate.build(context)
239
- when :create_launch_template_version
240
- Aws::EC2::Endpoints::CreateLaunchTemplateVersion.build(context)
241
- when :create_local_gateway_route
242
- Aws::EC2::Endpoints::CreateLocalGatewayRoute.build(context)
243
- when :create_local_gateway_route_table
244
- Aws::EC2::Endpoints::CreateLocalGatewayRouteTable.build(context)
245
- when :create_local_gateway_route_table_virtual_interface_group_association
246
- Aws::EC2::Endpoints::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation.build(context)
247
- when :create_local_gateway_route_table_vpc_association
248
- Aws::EC2::Endpoints::CreateLocalGatewayRouteTableVpcAssociation.build(context)
249
- when :create_managed_prefix_list
250
- Aws::EC2::Endpoints::CreateManagedPrefixList.build(context)
251
- when :create_nat_gateway
252
- Aws::EC2::Endpoints::CreateNatGateway.build(context)
253
- when :create_network_acl
254
- Aws::EC2::Endpoints::CreateNetworkAcl.build(context)
255
- when :create_network_acl_entry
256
- Aws::EC2::Endpoints::CreateNetworkAclEntry.build(context)
257
- when :create_network_insights_access_scope
258
- Aws::EC2::Endpoints::CreateNetworkInsightsAccessScope.build(context)
259
- when :create_network_insights_path
260
- Aws::EC2::Endpoints::CreateNetworkInsightsPath.build(context)
261
- when :create_network_interface
262
- Aws::EC2::Endpoints::CreateNetworkInterface.build(context)
263
- when :create_network_interface_permission
264
- Aws::EC2::Endpoints::CreateNetworkInterfacePermission.build(context)
265
- when :create_placement_group
266
- Aws::EC2::Endpoints::CreatePlacementGroup.build(context)
267
- when :create_public_ipv_4_pool
268
- Aws::EC2::Endpoints::CreatePublicIpv4Pool.build(context)
269
- when :create_replace_root_volume_task
270
- Aws::EC2::Endpoints::CreateReplaceRootVolumeTask.build(context)
271
- when :create_reserved_instances_listing
272
- Aws::EC2::Endpoints::CreateReservedInstancesListing.build(context)
273
- when :create_restore_image_task
274
- Aws::EC2::Endpoints::CreateRestoreImageTask.build(context)
275
- when :create_route
276
- Aws::EC2::Endpoints::CreateRoute.build(context)
277
- when :create_route_table
278
- Aws::EC2::Endpoints::CreateRouteTable.build(context)
279
- when :create_security_group
280
- Aws::EC2::Endpoints::CreateSecurityGroup.build(context)
281
- when :create_snapshot
282
- Aws::EC2::Endpoints::CreateSnapshot.build(context)
283
- when :create_snapshots
284
- Aws::EC2::Endpoints::CreateSnapshots.build(context)
285
- when :create_spot_datafeed_subscription
286
- Aws::EC2::Endpoints::CreateSpotDatafeedSubscription.build(context)
287
- when :create_store_image_task
288
- Aws::EC2::Endpoints::CreateStoreImageTask.build(context)
289
- when :create_subnet
290
- Aws::EC2::Endpoints::CreateSubnet.build(context)
291
- when :create_subnet_cidr_reservation
292
- Aws::EC2::Endpoints::CreateSubnetCidrReservation.build(context)
293
- when :create_tags
294
- Aws::EC2::Endpoints::CreateTags.build(context)
295
- when :create_traffic_mirror_filter
296
- Aws::EC2::Endpoints::CreateTrafficMirrorFilter.build(context)
297
- when :create_traffic_mirror_filter_rule
298
- Aws::EC2::Endpoints::CreateTrafficMirrorFilterRule.build(context)
299
- when :create_traffic_mirror_session
300
- Aws::EC2::Endpoints::CreateTrafficMirrorSession.build(context)
301
- when :create_traffic_mirror_target
302
- Aws::EC2::Endpoints::CreateTrafficMirrorTarget.build(context)
303
- when :create_transit_gateway
304
- Aws::EC2::Endpoints::CreateTransitGateway.build(context)
305
- when :create_transit_gateway_connect
306
- Aws::EC2::Endpoints::CreateTransitGatewayConnect.build(context)
307
- when :create_transit_gateway_connect_peer
308
- Aws::EC2::Endpoints::CreateTransitGatewayConnectPeer.build(context)
309
- when :create_transit_gateway_multicast_domain
310
- Aws::EC2::Endpoints::CreateTransitGatewayMulticastDomain.build(context)
311
- when :create_transit_gateway_peering_attachment
312
- Aws::EC2::Endpoints::CreateTransitGatewayPeeringAttachment.build(context)
313
- when :create_transit_gateway_policy_table
314
- Aws::EC2::Endpoints::CreateTransitGatewayPolicyTable.build(context)
315
- when :create_transit_gateway_prefix_list_reference
316
- Aws::EC2::Endpoints::CreateTransitGatewayPrefixListReference.build(context)
317
- when :create_transit_gateway_route
318
- Aws::EC2::Endpoints::CreateTransitGatewayRoute.build(context)
319
- when :create_transit_gateway_route_table
320
- Aws::EC2::Endpoints::CreateTransitGatewayRouteTable.build(context)
321
- when :create_transit_gateway_route_table_announcement
322
- Aws::EC2::Endpoints::CreateTransitGatewayRouteTableAnnouncement.build(context)
323
- when :create_transit_gateway_vpc_attachment
324
- Aws::EC2::Endpoints::CreateTransitGatewayVpcAttachment.build(context)
325
- when :create_verified_access_endpoint
326
- Aws::EC2::Endpoints::CreateVerifiedAccessEndpoint.build(context)
327
- when :create_verified_access_group
328
- Aws::EC2::Endpoints::CreateVerifiedAccessGroup.build(context)
329
- when :create_verified_access_instance
330
- Aws::EC2::Endpoints::CreateVerifiedAccessInstance.build(context)
331
- when :create_verified_access_trust_provider
332
- Aws::EC2::Endpoints::CreateVerifiedAccessTrustProvider.build(context)
333
- when :create_volume
334
- Aws::EC2::Endpoints::CreateVolume.build(context)
335
- when :create_vpc
336
- Aws::EC2::Endpoints::CreateVpc.build(context)
337
- when :create_vpc_endpoint
338
- Aws::EC2::Endpoints::CreateVpcEndpoint.build(context)
339
- when :create_vpc_endpoint_connection_notification
340
- Aws::EC2::Endpoints::CreateVpcEndpointConnectionNotification.build(context)
341
- when :create_vpc_endpoint_service_configuration
342
- Aws::EC2::Endpoints::CreateVpcEndpointServiceConfiguration.build(context)
343
- when :create_vpc_peering_connection
344
- Aws::EC2::Endpoints::CreateVpcPeeringConnection.build(context)
345
- when :create_vpn_connection
346
- Aws::EC2::Endpoints::CreateVpnConnection.build(context)
347
- when :create_vpn_connection_route
348
- Aws::EC2::Endpoints::CreateVpnConnectionRoute.build(context)
349
- when :create_vpn_gateway
350
- Aws::EC2::Endpoints::CreateVpnGateway.build(context)
351
- when :delete_carrier_gateway
352
- Aws::EC2::Endpoints::DeleteCarrierGateway.build(context)
353
- when :delete_client_vpn_endpoint
354
- Aws::EC2::Endpoints::DeleteClientVpnEndpoint.build(context)
355
- when :delete_client_vpn_route
356
- Aws::EC2::Endpoints::DeleteClientVpnRoute.build(context)
357
- when :delete_coip_cidr
358
- Aws::EC2::Endpoints::DeleteCoipCidr.build(context)
359
- when :delete_coip_pool
360
- Aws::EC2::Endpoints::DeleteCoipPool.build(context)
361
- when :delete_customer_gateway
362
- Aws::EC2::Endpoints::DeleteCustomerGateway.build(context)
363
- when :delete_dhcp_options
364
- Aws::EC2::Endpoints::DeleteDhcpOptions.build(context)
365
- when :delete_egress_only_internet_gateway
366
- Aws::EC2::Endpoints::DeleteEgressOnlyInternetGateway.build(context)
367
- when :delete_fleets
368
- Aws::EC2::Endpoints::DeleteFleets.build(context)
369
- when :delete_flow_logs
370
- Aws::EC2::Endpoints::DeleteFlowLogs.build(context)
371
- when :delete_fpga_image
372
- Aws::EC2::Endpoints::DeleteFpgaImage.build(context)
373
- when :delete_instance_connect_endpoint
374
- Aws::EC2::Endpoints::DeleteInstanceConnectEndpoint.build(context)
375
- when :delete_instance_event_window
376
- Aws::EC2::Endpoints::DeleteInstanceEventWindow.build(context)
377
- when :delete_internet_gateway
378
- Aws::EC2::Endpoints::DeleteInternetGateway.build(context)
379
- when :delete_ipam
380
- Aws::EC2::Endpoints::DeleteIpam.build(context)
381
- when :delete_ipam_external_resource_verification_token
382
- Aws::EC2::Endpoints::DeleteIpamExternalResourceVerificationToken.build(context)
383
- when :delete_ipam_pool
384
- Aws::EC2::Endpoints::DeleteIpamPool.build(context)
385
- when :delete_ipam_resource_discovery
386
- Aws::EC2::Endpoints::DeleteIpamResourceDiscovery.build(context)
387
- when :delete_ipam_scope
388
- Aws::EC2::Endpoints::DeleteIpamScope.build(context)
389
- when :delete_key_pair
390
- Aws::EC2::Endpoints::DeleteKeyPair.build(context)
391
- when :delete_launch_template
392
- Aws::EC2::Endpoints::DeleteLaunchTemplate.build(context)
393
- when :delete_launch_template_versions
394
- Aws::EC2::Endpoints::DeleteLaunchTemplateVersions.build(context)
395
- when :delete_local_gateway_route
396
- Aws::EC2::Endpoints::DeleteLocalGatewayRoute.build(context)
397
- when :delete_local_gateway_route_table
398
- Aws::EC2::Endpoints::DeleteLocalGatewayRouteTable.build(context)
399
- when :delete_local_gateway_route_table_virtual_interface_group_association
400
- Aws::EC2::Endpoints::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation.build(context)
401
- when :delete_local_gateway_route_table_vpc_association
402
- Aws::EC2::Endpoints::DeleteLocalGatewayRouteTableVpcAssociation.build(context)
403
- when :delete_managed_prefix_list
404
- Aws::EC2::Endpoints::DeleteManagedPrefixList.build(context)
405
- when :delete_nat_gateway
406
- Aws::EC2::Endpoints::DeleteNatGateway.build(context)
407
- when :delete_network_acl
408
- Aws::EC2::Endpoints::DeleteNetworkAcl.build(context)
409
- when :delete_network_acl_entry
410
- Aws::EC2::Endpoints::DeleteNetworkAclEntry.build(context)
411
- when :delete_network_insights_access_scope
412
- Aws::EC2::Endpoints::DeleteNetworkInsightsAccessScope.build(context)
413
- when :delete_network_insights_access_scope_analysis
414
- Aws::EC2::Endpoints::DeleteNetworkInsightsAccessScopeAnalysis.build(context)
415
- when :delete_network_insights_analysis
416
- Aws::EC2::Endpoints::DeleteNetworkInsightsAnalysis.build(context)
417
- when :delete_network_insights_path
418
- Aws::EC2::Endpoints::DeleteNetworkInsightsPath.build(context)
419
- when :delete_network_interface
420
- Aws::EC2::Endpoints::DeleteNetworkInterface.build(context)
421
- when :delete_network_interface_permission
422
- Aws::EC2::Endpoints::DeleteNetworkInterfacePermission.build(context)
423
- when :delete_placement_group
424
- Aws::EC2::Endpoints::DeletePlacementGroup.build(context)
425
- when :delete_public_ipv_4_pool
426
- Aws::EC2::Endpoints::DeletePublicIpv4Pool.build(context)
427
- when :delete_queued_reserved_instances
428
- Aws::EC2::Endpoints::DeleteQueuedReservedInstances.build(context)
429
- when :delete_route
430
- Aws::EC2::Endpoints::DeleteRoute.build(context)
431
- when :delete_route_table
432
- Aws::EC2::Endpoints::DeleteRouteTable.build(context)
433
- when :delete_security_group
434
- Aws::EC2::Endpoints::DeleteSecurityGroup.build(context)
435
- when :delete_snapshot
436
- Aws::EC2::Endpoints::DeleteSnapshot.build(context)
437
- when :delete_spot_datafeed_subscription
438
- Aws::EC2::Endpoints::DeleteSpotDatafeedSubscription.build(context)
439
- when :delete_subnet
440
- Aws::EC2::Endpoints::DeleteSubnet.build(context)
441
- when :delete_subnet_cidr_reservation
442
- Aws::EC2::Endpoints::DeleteSubnetCidrReservation.build(context)
443
- when :delete_tags
444
- Aws::EC2::Endpoints::DeleteTags.build(context)
445
- when :delete_traffic_mirror_filter
446
- Aws::EC2::Endpoints::DeleteTrafficMirrorFilter.build(context)
447
- when :delete_traffic_mirror_filter_rule
448
- Aws::EC2::Endpoints::DeleteTrafficMirrorFilterRule.build(context)
449
- when :delete_traffic_mirror_session
450
- Aws::EC2::Endpoints::DeleteTrafficMirrorSession.build(context)
451
- when :delete_traffic_mirror_target
452
- Aws::EC2::Endpoints::DeleteTrafficMirrorTarget.build(context)
453
- when :delete_transit_gateway
454
- Aws::EC2::Endpoints::DeleteTransitGateway.build(context)
455
- when :delete_transit_gateway_connect
456
- Aws::EC2::Endpoints::DeleteTransitGatewayConnect.build(context)
457
- when :delete_transit_gateway_connect_peer
458
- Aws::EC2::Endpoints::DeleteTransitGatewayConnectPeer.build(context)
459
- when :delete_transit_gateway_multicast_domain
460
- Aws::EC2::Endpoints::DeleteTransitGatewayMulticastDomain.build(context)
461
- when :delete_transit_gateway_peering_attachment
462
- Aws::EC2::Endpoints::DeleteTransitGatewayPeeringAttachment.build(context)
463
- when :delete_transit_gateway_policy_table
464
- Aws::EC2::Endpoints::DeleteTransitGatewayPolicyTable.build(context)
465
- when :delete_transit_gateway_prefix_list_reference
466
- Aws::EC2::Endpoints::DeleteTransitGatewayPrefixListReference.build(context)
467
- when :delete_transit_gateway_route
468
- Aws::EC2::Endpoints::DeleteTransitGatewayRoute.build(context)
469
- when :delete_transit_gateway_route_table
470
- Aws::EC2::Endpoints::DeleteTransitGatewayRouteTable.build(context)
471
- when :delete_transit_gateway_route_table_announcement
472
- Aws::EC2::Endpoints::DeleteTransitGatewayRouteTableAnnouncement.build(context)
473
- when :delete_transit_gateway_vpc_attachment
474
- Aws::EC2::Endpoints::DeleteTransitGatewayVpcAttachment.build(context)
475
- when :delete_verified_access_endpoint
476
- Aws::EC2::Endpoints::DeleteVerifiedAccessEndpoint.build(context)
477
- when :delete_verified_access_group
478
- Aws::EC2::Endpoints::DeleteVerifiedAccessGroup.build(context)
479
- when :delete_verified_access_instance
480
- Aws::EC2::Endpoints::DeleteVerifiedAccessInstance.build(context)
481
- when :delete_verified_access_trust_provider
482
- Aws::EC2::Endpoints::DeleteVerifiedAccessTrustProvider.build(context)
483
- when :delete_volume
484
- Aws::EC2::Endpoints::DeleteVolume.build(context)
485
- when :delete_vpc
486
- Aws::EC2::Endpoints::DeleteVpc.build(context)
487
- when :delete_vpc_endpoint_connection_notifications
488
- Aws::EC2::Endpoints::DeleteVpcEndpointConnectionNotifications.build(context)
489
- when :delete_vpc_endpoint_service_configurations
490
- Aws::EC2::Endpoints::DeleteVpcEndpointServiceConfigurations.build(context)
491
- when :delete_vpc_endpoints
492
- Aws::EC2::Endpoints::DeleteVpcEndpoints.build(context)
493
- when :delete_vpc_peering_connection
494
- Aws::EC2::Endpoints::DeleteVpcPeeringConnection.build(context)
495
- when :delete_vpn_connection
496
- Aws::EC2::Endpoints::DeleteVpnConnection.build(context)
497
- when :delete_vpn_connection_route
498
- Aws::EC2::Endpoints::DeleteVpnConnectionRoute.build(context)
499
- when :delete_vpn_gateway
500
- Aws::EC2::Endpoints::DeleteVpnGateway.build(context)
501
- when :deprovision_byoip_cidr
502
- Aws::EC2::Endpoints::DeprovisionByoipCidr.build(context)
503
- when :deprovision_ipam_byoasn
504
- Aws::EC2::Endpoints::DeprovisionIpamByoasn.build(context)
505
- when :deprovision_ipam_pool_cidr
506
- Aws::EC2::Endpoints::DeprovisionIpamPoolCidr.build(context)
507
- when :deprovision_public_ipv_4_pool_cidr
508
- Aws::EC2::Endpoints::DeprovisionPublicIpv4PoolCidr.build(context)
509
- when :deregister_image
510
- Aws::EC2::Endpoints::DeregisterImage.build(context)
511
- when :deregister_instance_event_notification_attributes
512
- Aws::EC2::Endpoints::DeregisterInstanceEventNotificationAttributes.build(context)
513
- when :deregister_transit_gateway_multicast_group_members
514
- Aws::EC2::Endpoints::DeregisterTransitGatewayMulticastGroupMembers.build(context)
515
- when :deregister_transit_gateway_multicast_group_sources
516
- Aws::EC2::Endpoints::DeregisterTransitGatewayMulticastGroupSources.build(context)
517
- when :describe_account_attributes
518
- Aws::EC2::Endpoints::DescribeAccountAttributes.build(context)
519
- when :describe_address_transfers
520
- Aws::EC2::Endpoints::DescribeAddressTransfers.build(context)
521
- when :describe_addresses
522
- Aws::EC2::Endpoints::DescribeAddresses.build(context)
523
- when :describe_addresses_attribute
524
- Aws::EC2::Endpoints::DescribeAddressesAttribute.build(context)
525
- when :describe_aggregate_id_format
526
- Aws::EC2::Endpoints::DescribeAggregateIdFormat.build(context)
527
- when :describe_availability_zones
528
- Aws::EC2::Endpoints::DescribeAvailabilityZones.build(context)
529
- when :describe_aws_network_performance_metric_subscriptions
530
- Aws::EC2::Endpoints::DescribeAwsNetworkPerformanceMetricSubscriptions.build(context)
531
- when :describe_bundle_tasks
532
- Aws::EC2::Endpoints::DescribeBundleTasks.build(context)
533
- when :describe_byoip_cidrs
534
- Aws::EC2::Endpoints::DescribeByoipCidrs.build(context)
535
- when :describe_capacity_block_offerings
536
- Aws::EC2::Endpoints::DescribeCapacityBlockOfferings.build(context)
537
- when :describe_capacity_reservation_fleets
538
- Aws::EC2::Endpoints::DescribeCapacityReservationFleets.build(context)
539
- when :describe_capacity_reservations
540
- Aws::EC2::Endpoints::DescribeCapacityReservations.build(context)
541
- when :describe_carrier_gateways
542
- Aws::EC2::Endpoints::DescribeCarrierGateways.build(context)
543
- when :describe_classic_link_instances
544
- Aws::EC2::Endpoints::DescribeClassicLinkInstances.build(context)
545
- when :describe_client_vpn_authorization_rules
546
- Aws::EC2::Endpoints::DescribeClientVpnAuthorizationRules.build(context)
547
- when :describe_client_vpn_connections
548
- Aws::EC2::Endpoints::DescribeClientVpnConnections.build(context)
549
- when :describe_client_vpn_endpoints
550
- Aws::EC2::Endpoints::DescribeClientVpnEndpoints.build(context)
551
- when :describe_client_vpn_routes
552
- Aws::EC2::Endpoints::DescribeClientVpnRoutes.build(context)
553
- when :describe_client_vpn_target_networks
554
- Aws::EC2::Endpoints::DescribeClientVpnTargetNetworks.build(context)
555
- when :describe_coip_pools
556
- Aws::EC2::Endpoints::DescribeCoipPools.build(context)
557
- when :describe_conversion_tasks
558
- Aws::EC2::Endpoints::DescribeConversionTasks.build(context)
559
- when :describe_customer_gateways
560
- Aws::EC2::Endpoints::DescribeCustomerGateways.build(context)
561
- when :describe_dhcp_options
562
- Aws::EC2::Endpoints::DescribeDhcpOptions.build(context)
563
- when :describe_egress_only_internet_gateways
564
- Aws::EC2::Endpoints::DescribeEgressOnlyInternetGateways.build(context)
565
- when :describe_elastic_gpus
566
- Aws::EC2::Endpoints::DescribeElasticGpus.build(context)
567
- when :describe_export_image_tasks
568
- Aws::EC2::Endpoints::DescribeExportImageTasks.build(context)
569
- when :describe_export_tasks
570
- Aws::EC2::Endpoints::DescribeExportTasks.build(context)
571
- when :describe_fast_launch_images
572
- Aws::EC2::Endpoints::DescribeFastLaunchImages.build(context)
573
- when :describe_fast_snapshot_restores
574
- Aws::EC2::Endpoints::DescribeFastSnapshotRestores.build(context)
575
- when :describe_fleet_history
576
- Aws::EC2::Endpoints::DescribeFleetHistory.build(context)
577
- when :describe_fleet_instances
578
- Aws::EC2::Endpoints::DescribeFleetInstances.build(context)
579
- when :describe_fleets
580
- Aws::EC2::Endpoints::DescribeFleets.build(context)
581
- when :describe_flow_logs
582
- Aws::EC2::Endpoints::DescribeFlowLogs.build(context)
583
- when :describe_fpga_image_attribute
584
- Aws::EC2::Endpoints::DescribeFpgaImageAttribute.build(context)
585
- when :describe_fpga_images
586
- Aws::EC2::Endpoints::DescribeFpgaImages.build(context)
587
- when :describe_host_reservation_offerings
588
- Aws::EC2::Endpoints::DescribeHostReservationOfferings.build(context)
589
- when :describe_host_reservations
590
- Aws::EC2::Endpoints::DescribeHostReservations.build(context)
591
- when :describe_hosts
592
- Aws::EC2::Endpoints::DescribeHosts.build(context)
593
- when :describe_iam_instance_profile_associations
594
- Aws::EC2::Endpoints::DescribeIamInstanceProfileAssociations.build(context)
595
- when :describe_id_format
596
- Aws::EC2::Endpoints::DescribeIdFormat.build(context)
597
- when :describe_identity_id_format
598
- Aws::EC2::Endpoints::DescribeIdentityIdFormat.build(context)
599
- when :describe_image_attribute
600
- Aws::EC2::Endpoints::DescribeImageAttribute.build(context)
601
- when :describe_images
602
- Aws::EC2::Endpoints::DescribeImages.build(context)
603
- when :describe_import_image_tasks
604
- Aws::EC2::Endpoints::DescribeImportImageTasks.build(context)
605
- when :describe_import_snapshot_tasks
606
- Aws::EC2::Endpoints::DescribeImportSnapshotTasks.build(context)
607
- when :describe_instance_attribute
608
- Aws::EC2::Endpoints::DescribeInstanceAttribute.build(context)
609
- when :describe_instance_connect_endpoints
610
- Aws::EC2::Endpoints::DescribeInstanceConnectEndpoints.build(context)
611
- when :describe_instance_credit_specifications
612
- Aws::EC2::Endpoints::DescribeInstanceCreditSpecifications.build(context)
613
- when :describe_instance_event_notification_attributes
614
- Aws::EC2::Endpoints::DescribeInstanceEventNotificationAttributes.build(context)
615
- when :describe_instance_event_windows
616
- Aws::EC2::Endpoints::DescribeInstanceEventWindows.build(context)
617
- when :describe_instance_status
618
- Aws::EC2::Endpoints::DescribeInstanceStatus.build(context)
619
- when :describe_instance_topology
620
- Aws::EC2::Endpoints::DescribeInstanceTopology.build(context)
621
- when :describe_instance_type_offerings
622
- Aws::EC2::Endpoints::DescribeInstanceTypeOfferings.build(context)
623
- when :describe_instance_types
624
- Aws::EC2::Endpoints::DescribeInstanceTypes.build(context)
625
- when :describe_instances
626
- Aws::EC2::Endpoints::DescribeInstances.build(context)
627
- when :describe_internet_gateways
628
- Aws::EC2::Endpoints::DescribeInternetGateways.build(context)
629
- when :describe_ipam_byoasn
630
- Aws::EC2::Endpoints::DescribeIpamByoasn.build(context)
631
- when :describe_ipam_external_resource_verification_tokens
632
- Aws::EC2::Endpoints::DescribeIpamExternalResourceVerificationTokens.build(context)
633
- when :describe_ipam_pools
634
- Aws::EC2::Endpoints::DescribeIpamPools.build(context)
635
- when :describe_ipam_resource_discoveries
636
- Aws::EC2::Endpoints::DescribeIpamResourceDiscoveries.build(context)
637
- when :describe_ipam_resource_discovery_associations
638
- Aws::EC2::Endpoints::DescribeIpamResourceDiscoveryAssociations.build(context)
639
- when :describe_ipam_scopes
640
- Aws::EC2::Endpoints::DescribeIpamScopes.build(context)
641
- when :describe_ipams
642
- Aws::EC2::Endpoints::DescribeIpams.build(context)
643
- when :describe_ipv_6_pools
644
- Aws::EC2::Endpoints::DescribeIpv6Pools.build(context)
645
- when :describe_key_pairs
646
- Aws::EC2::Endpoints::DescribeKeyPairs.build(context)
647
- when :describe_launch_template_versions
648
- Aws::EC2::Endpoints::DescribeLaunchTemplateVersions.build(context)
649
- when :describe_launch_templates
650
- Aws::EC2::Endpoints::DescribeLaunchTemplates.build(context)
651
- when :describe_local_gateway_route_table_virtual_interface_group_associations
652
- Aws::EC2::Endpoints::DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations.build(context)
653
- when :describe_local_gateway_route_table_vpc_associations
654
- Aws::EC2::Endpoints::DescribeLocalGatewayRouteTableVpcAssociations.build(context)
655
- when :describe_local_gateway_route_tables
656
- Aws::EC2::Endpoints::DescribeLocalGatewayRouteTables.build(context)
657
- when :describe_local_gateway_virtual_interface_groups
658
- Aws::EC2::Endpoints::DescribeLocalGatewayVirtualInterfaceGroups.build(context)
659
- when :describe_local_gateway_virtual_interfaces
660
- Aws::EC2::Endpoints::DescribeLocalGatewayVirtualInterfaces.build(context)
661
- when :describe_local_gateways
662
- Aws::EC2::Endpoints::DescribeLocalGateways.build(context)
663
- when :describe_locked_snapshots
664
- Aws::EC2::Endpoints::DescribeLockedSnapshots.build(context)
665
- when :describe_mac_hosts
666
- Aws::EC2::Endpoints::DescribeMacHosts.build(context)
667
- when :describe_managed_prefix_lists
668
- Aws::EC2::Endpoints::DescribeManagedPrefixLists.build(context)
669
- when :describe_moving_addresses
670
- Aws::EC2::Endpoints::DescribeMovingAddresses.build(context)
671
- when :describe_nat_gateways
672
- Aws::EC2::Endpoints::DescribeNatGateways.build(context)
673
- when :describe_network_acls
674
- Aws::EC2::Endpoints::DescribeNetworkAcls.build(context)
675
- when :describe_network_insights_access_scope_analyses
676
- Aws::EC2::Endpoints::DescribeNetworkInsightsAccessScopeAnalyses.build(context)
677
- when :describe_network_insights_access_scopes
678
- Aws::EC2::Endpoints::DescribeNetworkInsightsAccessScopes.build(context)
679
- when :describe_network_insights_analyses
680
- Aws::EC2::Endpoints::DescribeNetworkInsightsAnalyses.build(context)
681
- when :describe_network_insights_paths
682
- Aws::EC2::Endpoints::DescribeNetworkInsightsPaths.build(context)
683
- when :describe_network_interface_attribute
684
- Aws::EC2::Endpoints::DescribeNetworkInterfaceAttribute.build(context)
685
- when :describe_network_interface_permissions
686
- Aws::EC2::Endpoints::DescribeNetworkInterfacePermissions.build(context)
687
- when :describe_network_interfaces
688
- Aws::EC2::Endpoints::DescribeNetworkInterfaces.build(context)
689
- when :describe_placement_groups
690
- Aws::EC2::Endpoints::DescribePlacementGroups.build(context)
691
- when :describe_prefix_lists
692
- Aws::EC2::Endpoints::DescribePrefixLists.build(context)
693
- when :describe_principal_id_format
694
- Aws::EC2::Endpoints::DescribePrincipalIdFormat.build(context)
695
- when :describe_public_ipv_4_pools
696
- Aws::EC2::Endpoints::DescribePublicIpv4Pools.build(context)
697
- when :describe_regions
698
- Aws::EC2::Endpoints::DescribeRegions.build(context)
699
- when :describe_replace_root_volume_tasks
700
- Aws::EC2::Endpoints::DescribeReplaceRootVolumeTasks.build(context)
701
- when :describe_reserved_instances
702
- Aws::EC2::Endpoints::DescribeReservedInstances.build(context)
703
- when :describe_reserved_instances_listings
704
- Aws::EC2::Endpoints::DescribeReservedInstancesListings.build(context)
705
- when :describe_reserved_instances_modifications
706
- Aws::EC2::Endpoints::DescribeReservedInstancesModifications.build(context)
707
- when :describe_reserved_instances_offerings
708
- Aws::EC2::Endpoints::DescribeReservedInstancesOfferings.build(context)
709
- when :describe_route_tables
710
- Aws::EC2::Endpoints::DescribeRouteTables.build(context)
711
- when :describe_scheduled_instance_availability
712
- Aws::EC2::Endpoints::DescribeScheduledInstanceAvailability.build(context)
713
- when :describe_scheduled_instances
714
- Aws::EC2::Endpoints::DescribeScheduledInstances.build(context)
715
- when :describe_security_group_references
716
- Aws::EC2::Endpoints::DescribeSecurityGroupReferences.build(context)
717
- when :describe_security_group_rules
718
- Aws::EC2::Endpoints::DescribeSecurityGroupRules.build(context)
719
- when :describe_security_groups
720
- Aws::EC2::Endpoints::DescribeSecurityGroups.build(context)
721
- when :describe_snapshot_attribute
722
- Aws::EC2::Endpoints::DescribeSnapshotAttribute.build(context)
723
- when :describe_snapshot_tier_status
724
- Aws::EC2::Endpoints::DescribeSnapshotTierStatus.build(context)
725
- when :describe_snapshots
726
- Aws::EC2::Endpoints::DescribeSnapshots.build(context)
727
- when :describe_spot_datafeed_subscription
728
- Aws::EC2::Endpoints::DescribeSpotDatafeedSubscription.build(context)
729
- when :describe_spot_fleet_instances
730
- Aws::EC2::Endpoints::DescribeSpotFleetInstances.build(context)
731
- when :describe_spot_fleet_request_history
732
- Aws::EC2::Endpoints::DescribeSpotFleetRequestHistory.build(context)
733
- when :describe_spot_fleet_requests
734
- Aws::EC2::Endpoints::DescribeSpotFleetRequests.build(context)
735
- when :describe_spot_instance_requests
736
- Aws::EC2::Endpoints::DescribeSpotInstanceRequests.build(context)
737
- when :describe_spot_price_history
738
- Aws::EC2::Endpoints::DescribeSpotPriceHistory.build(context)
739
- when :describe_stale_security_groups
740
- Aws::EC2::Endpoints::DescribeStaleSecurityGroups.build(context)
741
- when :describe_store_image_tasks
742
- Aws::EC2::Endpoints::DescribeStoreImageTasks.build(context)
743
- when :describe_subnets
744
- Aws::EC2::Endpoints::DescribeSubnets.build(context)
745
- when :describe_tags
746
- Aws::EC2::Endpoints::DescribeTags.build(context)
747
- when :describe_traffic_mirror_filter_rules
748
- Aws::EC2::Endpoints::DescribeTrafficMirrorFilterRules.build(context)
749
- when :describe_traffic_mirror_filters
750
- Aws::EC2::Endpoints::DescribeTrafficMirrorFilters.build(context)
751
- when :describe_traffic_mirror_sessions
752
- Aws::EC2::Endpoints::DescribeTrafficMirrorSessions.build(context)
753
- when :describe_traffic_mirror_targets
754
- Aws::EC2::Endpoints::DescribeTrafficMirrorTargets.build(context)
755
- when :describe_transit_gateway_attachments
756
- Aws::EC2::Endpoints::DescribeTransitGatewayAttachments.build(context)
757
- when :describe_transit_gateway_connect_peers
758
- Aws::EC2::Endpoints::DescribeTransitGatewayConnectPeers.build(context)
759
- when :describe_transit_gateway_connects
760
- Aws::EC2::Endpoints::DescribeTransitGatewayConnects.build(context)
761
- when :describe_transit_gateway_multicast_domains
762
- Aws::EC2::Endpoints::DescribeTransitGatewayMulticastDomains.build(context)
763
- when :describe_transit_gateway_peering_attachments
764
- Aws::EC2::Endpoints::DescribeTransitGatewayPeeringAttachments.build(context)
765
- when :describe_transit_gateway_policy_tables
766
- Aws::EC2::Endpoints::DescribeTransitGatewayPolicyTables.build(context)
767
- when :describe_transit_gateway_route_table_announcements
768
- Aws::EC2::Endpoints::DescribeTransitGatewayRouteTableAnnouncements.build(context)
769
- when :describe_transit_gateway_route_tables
770
- Aws::EC2::Endpoints::DescribeTransitGatewayRouteTables.build(context)
771
- when :describe_transit_gateway_vpc_attachments
772
- Aws::EC2::Endpoints::DescribeTransitGatewayVpcAttachments.build(context)
773
- when :describe_transit_gateways
774
- Aws::EC2::Endpoints::DescribeTransitGateways.build(context)
775
- when :describe_trunk_interface_associations
776
- Aws::EC2::Endpoints::DescribeTrunkInterfaceAssociations.build(context)
777
- when :describe_verified_access_endpoints
778
- Aws::EC2::Endpoints::DescribeVerifiedAccessEndpoints.build(context)
779
- when :describe_verified_access_groups
780
- Aws::EC2::Endpoints::DescribeVerifiedAccessGroups.build(context)
781
- when :describe_verified_access_instance_logging_configurations
782
- Aws::EC2::Endpoints::DescribeVerifiedAccessInstanceLoggingConfigurations.build(context)
783
- when :describe_verified_access_instances
784
- Aws::EC2::Endpoints::DescribeVerifiedAccessInstances.build(context)
785
- when :describe_verified_access_trust_providers
786
- Aws::EC2::Endpoints::DescribeVerifiedAccessTrustProviders.build(context)
787
- when :describe_volume_attribute
788
- Aws::EC2::Endpoints::DescribeVolumeAttribute.build(context)
789
- when :describe_volume_status
790
- Aws::EC2::Endpoints::DescribeVolumeStatus.build(context)
791
- when :describe_volumes
792
- Aws::EC2::Endpoints::DescribeVolumes.build(context)
793
- when :describe_volumes_modifications
794
- Aws::EC2::Endpoints::DescribeVolumesModifications.build(context)
795
- when :describe_vpc_attribute
796
- Aws::EC2::Endpoints::DescribeVpcAttribute.build(context)
797
- when :describe_vpc_classic_link
798
- Aws::EC2::Endpoints::DescribeVpcClassicLink.build(context)
799
- when :describe_vpc_classic_link_dns_support
800
- Aws::EC2::Endpoints::DescribeVpcClassicLinkDnsSupport.build(context)
801
- when :describe_vpc_endpoint_connection_notifications
802
- Aws::EC2::Endpoints::DescribeVpcEndpointConnectionNotifications.build(context)
803
- when :describe_vpc_endpoint_connections
804
- Aws::EC2::Endpoints::DescribeVpcEndpointConnections.build(context)
805
- when :describe_vpc_endpoint_service_configurations
806
- Aws::EC2::Endpoints::DescribeVpcEndpointServiceConfigurations.build(context)
807
- when :describe_vpc_endpoint_service_permissions
808
- Aws::EC2::Endpoints::DescribeVpcEndpointServicePermissions.build(context)
809
- when :describe_vpc_endpoint_services
810
- Aws::EC2::Endpoints::DescribeVpcEndpointServices.build(context)
811
- when :describe_vpc_endpoints
812
- Aws::EC2::Endpoints::DescribeVpcEndpoints.build(context)
813
- when :describe_vpc_peering_connections
814
- Aws::EC2::Endpoints::DescribeVpcPeeringConnections.build(context)
815
- when :describe_vpcs
816
- Aws::EC2::Endpoints::DescribeVpcs.build(context)
817
- when :describe_vpn_connections
818
- Aws::EC2::Endpoints::DescribeVpnConnections.build(context)
819
- when :describe_vpn_gateways
820
- Aws::EC2::Endpoints::DescribeVpnGateways.build(context)
821
- when :detach_classic_link_vpc
822
- Aws::EC2::Endpoints::DetachClassicLinkVpc.build(context)
823
- when :detach_internet_gateway
824
- Aws::EC2::Endpoints::DetachInternetGateway.build(context)
825
- when :detach_network_interface
826
- Aws::EC2::Endpoints::DetachNetworkInterface.build(context)
827
- when :detach_verified_access_trust_provider
828
- Aws::EC2::Endpoints::DetachVerifiedAccessTrustProvider.build(context)
829
- when :detach_volume
830
- Aws::EC2::Endpoints::DetachVolume.build(context)
831
- when :detach_vpn_gateway
832
- Aws::EC2::Endpoints::DetachVpnGateway.build(context)
833
- when :disable_address_transfer
834
- Aws::EC2::Endpoints::DisableAddressTransfer.build(context)
835
- when :disable_aws_network_performance_metric_subscription
836
- Aws::EC2::Endpoints::DisableAwsNetworkPerformanceMetricSubscription.build(context)
837
- when :disable_ebs_encryption_by_default
838
- Aws::EC2::Endpoints::DisableEbsEncryptionByDefault.build(context)
839
- when :disable_fast_launch
840
- Aws::EC2::Endpoints::DisableFastLaunch.build(context)
841
- when :disable_fast_snapshot_restores
842
- Aws::EC2::Endpoints::DisableFastSnapshotRestores.build(context)
843
- when :disable_image
844
- Aws::EC2::Endpoints::DisableImage.build(context)
845
- when :disable_image_block_public_access
846
- Aws::EC2::Endpoints::DisableImageBlockPublicAccess.build(context)
847
- when :disable_image_deprecation
848
- Aws::EC2::Endpoints::DisableImageDeprecation.build(context)
849
- when :disable_image_deregistration_protection
850
- Aws::EC2::Endpoints::DisableImageDeregistrationProtection.build(context)
851
- when :disable_ipam_organization_admin_account
852
- Aws::EC2::Endpoints::DisableIpamOrganizationAdminAccount.build(context)
853
- when :disable_serial_console_access
854
- Aws::EC2::Endpoints::DisableSerialConsoleAccess.build(context)
855
- when :disable_snapshot_block_public_access
856
- Aws::EC2::Endpoints::DisableSnapshotBlockPublicAccess.build(context)
857
- when :disable_transit_gateway_route_table_propagation
858
- Aws::EC2::Endpoints::DisableTransitGatewayRouteTablePropagation.build(context)
859
- when :disable_vgw_route_propagation
860
- Aws::EC2::Endpoints::DisableVgwRoutePropagation.build(context)
861
- when :disable_vpc_classic_link
862
- Aws::EC2::Endpoints::DisableVpcClassicLink.build(context)
863
- when :disable_vpc_classic_link_dns_support
864
- Aws::EC2::Endpoints::DisableVpcClassicLinkDnsSupport.build(context)
865
- when :disassociate_address
866
- Aws::EC2::Endpoints::DisassociateAddress.build(context)
867
- when :disassociate_client_vpn_target_network
868
- Aws::EC2::Endpoints::DisassociateClientVpnTargetNetwork.build(context)
869
- when :disassociate_enclave_certificate_iam_role
870
- Aws::EC2::Endpoints::DisassociateEnclaveCertificateIamRole.build(context)
871
- when :disassociate_iam_instance_profile
872
- Aws::EC2::Endpoints::DisassociateIamInstanceProfile.build(context)
873
- when :disassociate_instance_event_window
874
- Aws::EC2::Endpoints::DisassociateInstanceEventWindow.build(context)
875
- when :disassociate_ipam_byoasn
876
- Aws::EC2::Endpoints::DisassociateIpamByoasn.build(context)
877
- when :disassociate_ipam_resource_discovery
878
- Aws::EC2::Endpoints::DisassociateIpamResourceDiscovery.build(context)
879
- when :disassociate_nat_gateway_address
880
- Aws::EC2::Endpoints::DisassociateNatGatewayAddress.build(context)
881
- when :disassociate_route_table
882
- Aws::EC2::Endpoints::DisassociateRouteTable.build(context)
883
- when :disassociate_subnet_cidr_block
884
- Aws::EC2::Endpoints::DisassociateSubnetCidrBlock.build(context)
885
- when :disassociate_transit_gateway_multicast_domain
886
- Aws::EC2::Endpoints::DisassociateTransitGatewayMulticastDomain.build(context)
887
- when :disassociate_transit_gateway_policy_table
888
- Aws::EC2::Endpoints::DisassociateTransitGatewayPolicyTable.build(context)
889
- when :disassociate_transit_gateway_route_table
890
- Aws::EC2::Endpoints::DisassociateTransitGatewayRouteTable.build(context)
891
- when :disassociate_trunk_interface
892
- Aws::EC2::Endpoints::DisassociateTrunkInterface.build(context)
893
- when :disassociate_vpc_cidr_block
894
- Aws::EC2::Endpoints::DisassociateVpcCidrBlock.build(context)
895
- when :enable_address_transfer
896
- Aws::EC2::Endpoints::EnableAddressTransfer.build(context)
897
- when :enable_aws_network_performance_metric_subscription
898
- Aws::EC2::Endpoints::EnableAwsNetworkPerformanceMetricSubscription.build(context)
899
- when :enable_ebs_encryption_by_default
900
- Aws::EC2::Endpoints::EnableEbsEncryptionByDefault.build(context)
901
- when :enable_fast_launch
902
- Aws::EC2::Endpoints::EnableFastLaunch.build(context)
903
- when :enable_fast_snapshot_restores
904
- Aws::EC2::Endpoints::EnableFastSnapshotRestores.build(context)
905
- when :enable_image
906
- Aws::EC2::Endpoints::EnableImage.build(context)
907
- when :enable_image_block_public_access
908
- Aws::EC2::Endpoints::EnableImageBlockPublicAccess.build(context)
909
- when :enable_image_deprecation
910
- Aws::EC2::Endpoints::EnableImageDeprecation.build(context)
911
- when :enable_image_deregistration_protection
912
- Aws::EC2::Endpoints::EnableImageDeregistrationProtection.build(context)
913
- when :enable_ipam_organization_admin_account
914
- Aws::EC2::Endpoints::EnableIpamOrganizationAdminAccount.build(context)
915
- when :enable_reachability_analyzer_organization_sharing
916
- Aws::EC2::Endpoints::EnableReachabilityAnalyzerOrganizationSharing.build(context)
917
- when :enable_serial_console_access
918
- Aws::EC2::Endpoints::EnableSerialConsoleAccess.build(context)
919
- when :enable_snapshot_block_public_access
920
- Aws::EC2::Endpoints::EnableSnapshotBlockPublicAccess.build(context)
921
- when :enable_transit_gateway_route_table_propagation
922
- Aws::EC2::Endpoints::EnableTransitGatewayRouteTablePropagation.build(context)
923
- when :enable_vgw_route_propagation
924
- Aws::EC2::Endpoints::EnableVgwRoutePropagation.build(context)
925
- when :enable_volume_io
926
- Aws::EC2::Endpoints::EnableVolumeIO.build(context)
927
- when :enable_vpc_classic_link
928
- Aws::EC2::Endpoints::EnableVpcClassicLink.build(context)
929
- when :enable_vpc_classic_link_dns_support
930
- Aws::EC2::Endpoints::EnableVpcClassicLinkDnsSupport.build(context)
931
- when :export_client_vpn_client_certificate_revocation_list
932
- Aws::EC2::Endpoints::ExportClientVpnClientCertificateRevocationList.build(context)
933
- when :export_client_vpn_client_configuration
934
- Aws::EC2::Endpoints::ExportClientVpnClientConfiguration.build(context)
935
- when :export_image
936
- Aws::EC2::Endpoints::ExportImage.build(context)
937
- when :export_transit_gateway_routes
938
- Aws::EC2::Endpoints::ExportTransitGatewayRoutes.build(context)
939
- when :get_associated_enclave_certificate_iam_roles
940
- Aws::EC2::Endpoints::GetAssociatedEnclaveCertificateIamRoles.build(context)
941
- when :get_associated_ipv_6_pool_cidrs
942
- Aws::EC2::Endpoints::GetAssociatedIpv6PoolCidrs.build(context)
943
- when :get_aws_network_performance_data
944
- Aws::EC2::Endpoints::GetAwsNetworkPerformanceData.build(context)
945
- when :get_capacity_reservation_usage
946
- Aws::EC2::Endpoints::GetCapacityReservationUsage.build(context)
947
- when :get_coip_pool_usage
948
- Aws::EC2::Endpoints::GetCoipPoolUsage.build(context)
949
- when :get_console_output
950
- Aws::EC2::Endpoints::GetConsoleOutput.build(context)
951
- when :get_console_screenshot
952
- Aws::EC2::Endpoints::GetConsoleScreenshot.build(context)
953
- when :get_default_credit_specification
954
- Aws::EC2::Endpoints::GetDefaultCreditSpecification.build(context)
955
- when :get_ebs_default_kms_key_id
956
- Aws::EC2::Endpoints::GetEbsDefaultKmsKeyId.build(context)
957
- when :get_ebs_encryption_by_default
958
- Aws::EC2::Endpoints::GetEbsEncryptionByDefault.build(context)
959
- when :get_flow_logs_integration_template
960
- Aws::EC2::Endpoints::GetFlowLogsIntegrationTemplate.build(context)
961
- when :get_groups_for_capacity_reservation
962
- Aws::EC2::Endpoints::GetGroupsForCapacityReservation.build(context)
963
- when :get_host_reservation_purchase_preview
964
- Aws::EC2::Endpoints::GetHostReservationPurchasePreview.build(context)
965
- when :get_image_block_public_access_state
966
- Aws::EC2::Endpoints::GetImageBlockPublicAccessState.build(context)
967
- when :get_instance_metadata_defaults
968
- Aws::EC2::Endpoints::GetInstanceMetadataDefaults.build(context)
969
- when :get_instance_tpm_ek_pub
970
- Aws::EC2::Endpoints::GetInstanceTpmEkPub.build(context)
971
- when :get_instance_types_from_instance_requirements
972
- Aws::EC2::Endpoints::GetInstanceTypesFromInstanceRequirements.build(context)
973
- when :get_instance_uefi_data
974
- Aws::EC2::Endpoints::GetInstanceUefiData.build(context)
975
- when :get_ipam_address_history
976
- Aws::EC2::Endpoints::GetIpamAddressHistory.build(context)
977
- when :get_ipam_discovered_accounts
978
- Aws::EC2::Endpoints::GetIpamDiscoveredAccounts.build(context)
979
- when :get_ipam_discovered_public_addresses
980
- Aws::EC2::Endpoints::GetIpamDiscoveredPublicAddresses.build(context)
981
- when :get_ipam_discovered_resource_cidrs
982
- Aws::EC2::Endpoints::GetIpamDiscoveredResourceCidrs.build(context)
983
- when :get_ipam_pool_allocations
984
- Aws::EC2::Endpoints::GetIpamPoolAllocations.build(context)
985
- when :get_ipam_pool_cidrs
986
- Aws::EC2::Endpoints::GetIpamPoolCidrs.build(context)
987
- when :get_ipam_resource_cidrs
988
- Aws::EC2::Endpoints::GetIpamResourceCidrs.build(context)
989
- when :get_launch_template_data
990
- Aws::EC2::Endpoints::GetLaunchTemplateData.build(context)
991
- when :get_managed_prefix_list_associations
992
- Aws::EC2::Endpoints::GetManagedPrefixListAssociations.build(context)
993
- when :get_managed_prefix_list_entries
994
- Aws::EC2::Endpoints::GetManagedPrefixListEntries.build(context)
995
- when :get_network_insights_access_scope_analysis_findings
996
- Aws::EC2::Endpoints::GetNetworkInsightsAccessScopeAnalysisFindings.build(context)
997
- when :get_network_insights_access_scope_content
998
- Aws::EC2::Endpoints::GetNetworkInsightsAccessScopeContent.build(context)
999
- when :get_password_data
1000
- Aws::EC2::Endpoints::GetPasswordData.build(context)
1001
- when :get_reserved_instances_exchange_quote
1002
- Aws::EC2::Endpoints::GetReservedInstancesExchangeQuote.build(context)
1003
- when :get_security_groups_for_vpc
1004
- Aws::EC2::Endpoints::GetSecurityGroupsForVpc.build(context)
1005
- when :get_serial_console_access_status
1006
- Aws::EC2::Endpoints::GetSerialConsoleAccessStatus.build(context)
1007
- when :get_snapshot_block_public_access_state
1008
- Aws::EC2::Endpoints::GetSnapshotBlockPublicAccessState.build(context)
1009
- when :get_spot_placement_scores
1010
- Aws::EC2::Endpoints::GetSpotPlacementScores.build(context)
1011
- when :get_subnet_cidr_reservations
1012
- Aws::EC2::Endpoints::GetSubnetCidrReservations.build(context)
1013
- when :get_transit_gateway_attachment_propagations
1014
- Aws::EC2::Endpoints::GetTransitGatewayAttachmentPropagations.build(context)
1015
- when :get_transit_gateway_multicast_domain_associations
1016
- Aws::EC2::Endpoints::GetTransitGatewayMulticastDomainAssociations.build(context)
1017
- when :get_transit_gateway_policy_table_associations
1018
- Aws::EC2::Endpoints::GetTransitGatewayPolicyTableAssociations.build(context)
1019
- when :get_transit_gateway_policy_table_entries
1020
- Aws::EC2::Endpoints::GetTransitGatewayPolicyTableEntries.build(context)
1021
- when :get_transit_gateway_prefix_list_references
1022
- Aws::EC2::Endpoints::GetTransitGatewayPrefixListReferences.build(context)
1023
- when :get_transit_gateway_route_table_associations
1024
- Aws::EC2::Endpoints::GetTransitGatewayRouteTableAssociations.build(context)
1025
- when :get_transit_gateway_route_table_propagations
1026
- Aws::EC2::Endpoints::GetTransitGatewayRouteTablePropagations.build(context)
1027
- when :get_verified_access_endpoint_policy
1028
- Aws::EC2::Endpoints::GetVerifiedAccessEndpointPolicy.build(context)
1029
- when :get_verified_access_group_policy
1030
- Aws::EC2::Endpoints::GetVerifiedAccessGroupPolicy.build(context)
1031
- when :get_vpn_connection_device_sample_configuration
1032
- Aws::EC2::Endpoints::GetVpnConnectionDeviceSampleConfiguration.build(context)
1033
- when :get_vpn_connection_device_types
1034
- Aws::EC2::Endpoints::GetVpnConnectionDeviceTypes.build(context)
1035
- when :get_vpn_tunnel_replacement_status
1036
- Aws::EC2::Endpoints::GetVpnTunnelReplacementStatus.build(context)
1037
- when :import_client_vpn_client_certificate_revocation_list
1038
- Aws::EC2::Endpoints::ImportClientVpnClientCertificateRevocationList.build(context)
1039
- when :import_image
1040
- Aws::EC2::Endpoints::ImportImage.build(context)
1041
- when :import_instance
1042
- Aws::EC2::Endpoints::ImportInstance.build(context)
1043
- when :import_key_pair
1044
- Aws::EC2::Endpoints::ImportKeyPair.build(context)
1045
- when :import_snapshot
1046
- Aws::EC2::Endpoints::ImportSnapshot.build(context)
1047
- when :import_volume
1048
- Aws::EC2::Endpoints::ImportVolume.build(context)
1049
- when :list_images_in_recycle_bin
1050
- Aws::EC2::Endpoints::ListImagesInRecycleBin.build(context)
1051
- when :list_snapshots_in_recycle_bin
1052
- Aws::EC2::Endpoints::ListSnapshotsInRecycleBin.build(context)
1053
- when :lock_snapshot
1054
- Aws::EC2::Endpoints::LockSnapshot.build(context)
1055
- when :modify_address_attribute
1056
- Aws::EC2::Endpoints::ModifyAddressAttribute.build(context)
1057
- when :modify_availability_zone_group
1058
- Aws::EC2::Endpoints::ModifyAvailabilityZoneGroup.build(context)
1059
- when :modify_capacity_reservation
1060
- Aws::EC2::Endpoints::ModifyCapacityReservation.build(context)
1061
- when :modify_capacity_reservation_fleet
1062
- Aws::EC2::Endpoints::ModifyCapacityReservationFleet.build(context)
1063
- when :modify_client_vpn_endpoint
1064
- Aws::EC2::Endpoints::ModifyClientVpnEndpoint.build(context)
1065
- when :modify_default_credit_specification
1066
- Aws::EC2::Endpoints::ModifyDefaultCreditSpecification.build(context)
1067
- when :modify_ebs_default_kms_key_id
1068
- Aws::EC2::Endpoints::ModifyEbsDefaultKmsKeyId.build(context)
1069
- when :modify_fleet
1070
- Aws::EC2::Endpoints::ModifyFleet.build(context)
1071
- when :modify_fpga_image_attribute
1072
- Aws::EC2::Endpoints::ModifyFpgaImageAttribute.build(context)
1073
- when :modify_hosts
1074
- Aws::EC2::Endpoints::ModifyHosts.build(context)
1075
- when :modify_id_format
1076
- Aws::EC2::Endpoints::ModifyIdFormat.build(context)
1077
- when :modify_identity_id_format
1078
- Aws::EC2::Endpoints::ModifyIdentityIdFormat.build(context)
1079
- when :modify_image_attribute
1080
- Aws::EC2::Endpoints::ModifyImageAttribute.build(context)
1081
- when :modify_instance_attribute
1082
- Aws::EC2::Endpoints::ModifyInstanceAttribute.build(context)
1083
- when :modify_instance_capacity_reservation_attributes
1084
- Aws::EC2::Endpoints::ModifyInstanceCapacityReservationAttributes.build(context)
1085
- when :modify_instance_cpu_options
1086
- Aws::EC2::Endpoints::ModifyInstanceCpuOptions.build(context)
1087
- when :modify_instance_credit_specification
1088
- Aws::EC2::Endpoints::ModifyInstanceCreditSpecification.build(context)
1089
- when :modify_instance_event_start_time
1090
- Aws::EC2::Endpoints::ModifyInstanceEventStartTime.build(context)
1091
- when :modify_instance_event_window
1092
- Aws::EC2::Endpoints::ModifyInstanceEventWindow.build(context)
1093
- when :modify_instance_maintenance_options
1094
- Aws::EC2::Endpoints::ModifyInstanceMaintenanceOptions.build(context)
1095
- when :modify_instance_metadata_defaults
1096
- Aws::EC2::Endpoints::ModifyInstanceMetadataDefaults.build(context)
1097
- when :modify_instance_metadata_options
1098
- Aws::EC2::Endpoints::ModifyInstanceMetadataOptions.build(context)
1099
- when :modify_instance_placement
1100
- Aws::EC2::Endpoints::ModifyInstancePlacement.build(context)
1101
- when :modify_ipam
1102
- Aws::EC2::Endpoints::ModifyIpam.build(context)
1103
- when :modify_ipam_pool
1104
- Aws::EC2::Endpoints::ModifyIpamPool.build(context)
1105
- when :modify_ipam_resource_cidr
1106
- Aws::EC2::Endpoints::ModifyIpamResourceCidr.build(context)
1107
- when :modify_ipam_resource_discovery
1108
- Aws::EC2::Endpoints::ModifyIpamResourceDiscovery.build(context)
1109
- when :modify_ipam_scope
1110
- Aws::EC2::Endpoints::ModifyIpamScope.build(context)
1111
- when :modify_launch_template
1112
- Aws::EC2::Endpoints::ModifyLaunchTemplate.build(context)
1113
- when :modify_local_gateway_route
1114
- Aws::EC2::Endpoints::ModifyLocalGatewayRoute.build(context)
1115
- when :modify_managed_prefix_list
1116
- Aws::EC2::Endpoints::ModifyManagedPrefixList.build(context)
1117
- when :modify_network_interface_attribute
1118
- Aws::EC2::Endpoints::ModifyNetworkInterfaceAttribute.build(context)
1119
- when :modify_private_dns_name_options
1120
- Aws::EC2::Endpoints::ModifyPrivateDnsNameOptions.build(context)
1121
- when :modify_reserved_instances
1122
- Aws::EC2::Endpoints::ModifyReservedInstances.build(context)
1123
- when :modify_security_group_rules
1124
- Aws::EC2::Endpoints::ModifySecurityGroupRules.build(context)
1125
- when :modify_snapshot_attribute
1126
- Aws::EC2::Endpoints::ModifySnapshotAttribute.build(context)
1127
- when :modify_snapshot_tier
1128
- Aws::EC2::Endpoints::ModifySnapshotTier.build(context)
1129
- when :modify_spot_fleet_request
1130
- Aws::EC2::Endpoints::ModifySpotFleetRequest.build(context)
1131
- when :modify_subnet_attribute
1132
- Aws::EC2::Endpoints::ModifySubnetAttribute.build(context)
1133
- when :modify_traffic_mirror_filter_network_services
1134
- Aws::EC2::Endpoints::ModifyTrafficMirrorFilterNetworkServices.build(context)
1135
- when :modify_traffic_mirror_filter_rule
1136
- Aws::EC2::Endpoints::ModifyTrafficMirrorFilterRule.build(context)
1137
- when :modify_traffic_mirror_session
1138
- Aws::EC2::Endpoints::ModifyTrafficMirrorSession.build(context)
1139
- when :modify_transit_gateway
1140
- Aws::EC2::Endpoints::ModifyTransitGateway.build(context)
1141
- when :modify_transit_gateway_prefix_list_reference
1142
- Aws::EC2::Endpoints::ModifyTransitGatewayPrefixListReference.build(context)
1143
- when :modify_transit_gateway_vpc_attachment
1144
- Aws::EC2::Endpoints::ModifyTransitGatewayVpcAttachment.build(context)
1145
- when :modify_verified_access_endpoint
1146
- Aws::EC2::Endpoints::ModifyVerifiedAccessEndpoint.build(context)
1147
- when :modify_verified_access_endpoint_policy
1148
- Aws::EC2::Endpoints::ModifyVerifiedAccessEndpointPolicy.build(context)
1149
- when :modify_verified_access_group
1150
- Aws::EC2::Endpoints::ModifyVerifiedAccessGroup.build(context)
1151
- when :modify_verified_access_group_policy
1152
- Aws::EC2::Endpoints::ModifyVerifiedAccessGroupPolicy.build(context)
1153
- when :modify_verified_access_instance
1154
- Aws::EC2::Endpoints::ModifyVerifiedAccessInstance.build(context)
1155
- when :modify_verified_access_instance_logging_configuration
1156
- Aws::EC2::Endpoints::ModifyVerifiedAccessInstanceLoggingConfiguration.build(context)
1157
- when :modify_verified_access_trust_provider
1158
- Aws::EC2::Endpoints::ModifyVerifiedAccessTrustProvider.build(context)
1159
- when :modify_volume
1160
- Aws::EC2::Endpoints::ModifyVolume.build(context)
1161
- when :modify_volume_attribute
1162
- Aws::EC2::Endpoints::ModifyVolumeAttribute.build(context)
1163
- when :modify_vpc_attribute
1164
- Aws::EC2::Endpoints::ModifyVpcAttribute.build(context)
1165
- when :modify_vpc_endpoint
1166
- Aws::EC2::Endpoints::ModifyVpcEndpoint.build(context)
1167
- when :modify_vpc_endpoint_connection_notification
1168
- Aws::EC2::Endpoints::ModifyVpcEndpointConnectionNotification.build(context)
1169
- when :modify_vpc_endpoint_service_configuration
1170
- Aws::EC2::Endpoints::ModifyVpcEndpointServiceConfiguration.build(context)
1171
- when :modify_vpc_endpoint_service_payer_responsibility
1172
- Aws::EC2::Endpoints::ModifyVpcEndpointServicePayerResponsibility.build(context)
1173
- when :modify_vpc_endpoint_service_permissions
1174
- Aws::EC2::Endpoints::ModifyVpcEndpointServicePermissions.build(context)
1175
- when :modify_vpc_peering_connection_options
1176
- Aws::EC2::Endpoints::ModifyVpcPeeringConnectionOptions.build(context)
1177
- when :modify_vpc_tenancy
1178
- Aws::EC2::Endpoints::ModifyVpcTenancy.build(context)
1179
- when :modify_vpn_connection
1180
- Aws::EC2::Endpoints::ModifyVpnConnection.build(context)
1181
- when :modify_vpn_connection_options
1182
- Aws::EC2::Endpoints::ModifyVpnConnectionOptions.build(context)
1183
- when :modify_vpn_tunnel_certificate
1184
- Aws::EC2::Endpoints::ModifyVpnTunnelCertificate.build(context)
1185
- when :modify_vpn_tunnel_options
1186
- Aws::EC2::Endpoints::ModifyVpnTunnelOptions.build(context)
1187
- when :monitor_instances
1188
- Aws::EC2::Endpoints::MonitorInstances.build(context)
1189
- when :move_address_to_vpc
1190
- Aws::EC2::Endpoints::MoveAddressToVpc.build(context)
1191
- when :move_byoip_cidr_to_ipam
1192
- Aws::EC2::Endpoints::MoveByoipCidrToIpam.build(context)
1193
- when :move_capacity_reservation_instances
1194
- Aws::EC2::Endpoints::MoveCapacityReservationInstances.build(context)
1195
- when :provision_byoip_cidr
1196
- Aws::EC2::Endpoints::ProvisionByoipCidr.build(context)
1197
- when :provision_ipam_byoasn
1198
- Aws::EC2::Endpoints::ProvisionIpamByoasn.build(context)
1199
- when :provision_ipam_pool_cidr
1200
- Aws::EC2::Endpoints::ProvisionIpamPoolCidr.build(context)
1201
- when :provision_public_ipv_4_pool_cidr
1202
- Aws::EC2::Endpoints::ProvisionPublicIpv4PoolCidr.build(context)
1203
- when :purchase_capacity_block
1204
- Aws::EC2::Endpoints::PurchaseCapacityBlock.build(context)
1205
- when :purchase_host_reservation
1206
- Aws::EC2::Endpoints::PurchaseHostReservation.build(context)
1207
- when :purchase_reserved_instances_offering
1208
- Aws::EC2::Endpoints::PurchaseReservedInstancesOffering.build(context)
1209
- when :purchase_scheduled_instances
1210
- Aws::EC2::Endpoints::PurchaseScheduledInstances.build(context)
1211
- when :reboot_instances
1212
- Aws::EC2::Endpoints::RebootInstances.build(context)
1213
- when :register_image
1214
- Aws::EC2::Endpoints::RegisterImage.build(context)
1215
- when :register_instance_event_notification_attributes
1216
- Aws::EC2::Endpoints::RegisterInstanceEventNotificationAttributes.build(context)
1217
- when :register_transit_gateway_multicast_group_members
1218
- Aws::EC2::Endpoints::RegisterTransitGatewayMulticastGroupMembers.build(context)
1219
- when :register_transit_gateway_multicast_group_sources
1220
- Aws::EC2::Endpoints::RegisterTransitGatewayMulticastGroupSources.build(context)
1221
- when :reject_transit_gateway_multicast_domain_associations
1222
- Aws::EC2::Endpoints::RejectTransitGatewayMulticastDomainAssociations.build(context)
1223
- when :reject_transit_gateway_peering_attachment
1224
- Aws::EC2::Endpoints::RejectTransitGatewayPeeringAttachment.build(context)
1225
- when :reject_transit_gateway_vpc_attachment
1226
- Aws::EC2::Endpoints::RejectTransitGatewayVpcAttachment.build(context)
1227
- when :reject_vpc_endpoint_connections
1228
- Aws::EC2::Endpoints::RejectVpcEndpointConnections.build(context)
1229
- when :reject_vpc_peering_connection
1230
- Aws::EC2::Endpoints::RejectVpcPeeringConnection.build(context)
1231
- when :release_address
1232
- Aws::EC2::Endpoints::ReleaseAddress.build(context)
1233
- when :release_hosts
1234
- Aws::EC2::Endpoints::ReleaseHosts.build(context)
1235
- when :release_ipam_pool_allocation
1236
- Aws::EC2::Endpoints::ReleaseIpamPoolAllocation.build(context)
1237
- when :replace_iam_instance_profile_association
1238
- Aws::EC2::Endpoints::ReplaceIamInstanceProfileAssociation.build(context)
1239
- when :replace_network_acl_association
1240
- Aws::EC2::Endpoints::ReplaceNetworkAclAssociation.build(context)
1241
- when :replace_network_acl_entry
1242
- Aws::EC2::Endpoints::ReplaceNetworkAclEntry.build(context)
1243
- when :replace_route
1244
- Aws::EC2::Endpoints::ReplaceRoute.build(context)
1245
- when :replace_route_table_association
1246
- Aws::EC2::Endpoints::ReplaceRouteTableAssociation.build(context)
1247
- when :replace_transit_gateway_route
1248
- Aws::EC2::Endpoints::ReplaceTransitGatewayRoute.build(context)
1249
- when :replace_vpn_tunnel
1250
- Aws::EC2::Endpoints::ReplaceVpnTunnel.build(context)
1251
- when :report_instance_status
1252
- Aws::EC2::Endpoints::ReportInstanceStatus.build(context)
1253
- when :request_spot_fleet
1254
- Aws::EC2::Endpoints::RequestSpotFleet.build(context)
1255
- when :request_spot_instances
1256
- Aws::EC2::Endpoints::RequestSpotInstances.build(context)
1257
- when :reset_address_attribute
1258
- Aws::EC2::Endpoints::ResetAddressAttribute.build(context)
1259
- when :reset_ebs_default_kms_key_id
1260
- Aws::EC2::Endpoints::ResetEbsDefaultKmsKeyId.build(context)
1261
- when :reset_fpga_image_attribute
1262
- Aws::EC2::Endpoints::ResetFpgaImageAttribute.build(context)
1263
- when :reset_image_attribute
1264
- Aws::EC2::Endpoints::ResetImageAttribute.build(context)
1265
- when :reset_instance_attribute
1266
- Aws::EC2::Endpoints::ResetInstanceAttribute.build(context)
1267
- when :reset_network_interface_attribute
1268
- Aws::EC2::Endpoints::ResetNetworkInterfaceAttribute.build(context)
1269
- when :reset_snapshot_attribute
1270
- Aws::EC2::Endpoints::ResetSnapshotAttribute.build(context)
1271
- when :restore_address_to_classic
1272
- Aws::EC2::Endpoints::RestoreAddressToClassic.build(context)
1273
- when :restore_image_from_recycle_bin
1274
- Aws::EC2::Endpoints::RestoreImageFromRecycleBin.build(context)
1275
- when :restore_managed_prefix_list_version
1276
- Aws::EC2::Endpoints::RestoreManagedPrefixListVersion.build(context)
1277
- when :restore_snapshot_from_recycle_bin
1278
- Aws::EC2::Endpoints::RestoreSnapshotFromRecycleBin.build(context)
1279
- when :restore_snapshot_tier
1280
- Aws::EC2::Endpoints::RestoreSnapshotTier.build(context)
1281
- when :revoke_client_vpn_ingress
1282
- Aws::EC2::Endpoints::RevokeClientVpnIngress.build(context)
1283
- when :revoke_security_group_egress
1284
- Aws::EC2::Endpoints::RevokeSecurityGroupEgress.build(context)
1285
- when :revoke_security_group_ingress
1286
- Aws::EC2::Endpoints::RevokeSecurityGroupIngress.build(context)
1287
- when :run_instances
1288
- Aws::EC2::Endpoints::RunInstances.build(context)
1289
- when :run_scheduled_instances
1290
- Aws::EC2::Endpoints::RunScheduledInstances.build(context)
1291
- when :search_local_gateway_routes
1292
- Aws::EC2::Endpoints::SearchLocalGatewayRoutes.build(context)
1293
- when :search_transit_gateway_multicast_groups
1294
- Aws::EC2::Endpoints::SearchTransitGatewayMulticastGroups.build(context)
1295
- when :search_transit_gateway_routes
1296
- Aws::EC2::Endpoints::SearchTransitGatewayRoutes.build(context)
1297
- when :send_diagnostic_interrupt
1298
- Aws::EC2::Endpoints::SendDiagnosticInterrupt.build(context)
1299
- when :start_instances
1300
- Aws::EC2::Endpoints::StartInstances.build(context)
1301
- when :start_network_insights_access_scope_analysis
1302
- Aws::EC2::Endpoints::StartNetworkInsightsAccessScopeAnalysis.build(context)
1303
- when :start_network_insights_analysis
1304
- Aws::EC2::Endpoints::StartNetworkInsightsAnalysis.build(context)
1305
- when :start_vpc_endpoint_service_private_dns_verification
1306
- Aws::EC2::Endpoints::StartVpcEndpointServicePrivateDnsVerification.build(context)
1307
- when :stop_instances
1308
- Aws::EC2::Endpoints::StopInstances.build(context)
1309
- when :terminate_client_vpn_connections
1310
- Aws::EC2::Endpoints::TerminateClientVpnConnections.build(context)
1311
- when :terminate_instances
1312
- Aws::EC2::Endpoints::TerminateInstances.build(context)
1313
- when :unassign_ipv_6_addresses
1314
- Aws::EC2::Endpoints::UnassignIpv6Addresses.build(context)
1315
- when :unassign_private_ip_addresses
1316
- Aws::EC2::Endpoints::UnassignPrivateIpAddresses.build(context)
1317
- when :unassign_private_nat_gateway_address
1318
- Aws::EC2::Endpoints::UnassignPrivateNatGatewayAddress.build(context)
1319
- when :unlock_snapshot
1320
- Aws::EC2::Endpoints::UnlockSnapshot.build(context)
1321
- when :unmonitor_instances
1322
- Aws::EC2::Endpoints::UnmonitorInstances.build(context)
1323
- when :update_security_group_rule_descriptions_egress
1324
- Aws::EC2::Endpoints::UpdateSecurityGroupRuleDescriptionsEgress.build(context)
1325
- when :update_security_group_rule_descriptions_ingress
1326
- Aws::EC2::Endpoints::UpdateSecurityGroupRuleDescriptionsIngress.build(context)
1327
- when :withdraw_byoip_cidr
1328
- Aws::EC2::Endpoints::WithdrawByoipCidr.build(context)
1329
- end
1330
- end
1331
70
  end
1332
71
 
1333
72
  def add_handlers(handlers, _config)