aws-sdk-ec2 1.479.0 → 1.481.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/VERSION +1 -1
  4. data/lib/aws-sdk-ec2/classic_address.rb +11 -11
  5. data/lib/aws-sdk-ec2/client.rb +3074 -2792
  6. data/lib/aws-sdk-ec2/client_api.rb +562 -438
  7. data/lib/aws-sdk-ec2/dhcp_options.rb +6 -6
  8. data/lib/aws-sdk-ec2/endpoints.rb +55 -0
  9. data/lib/aws-sdk-ec2/image.rb +82 -82
  10. data/lib/aws-sdk-ec2/instance.rb +291 -289
  11. data/lib/aws-sdk-ec2/key_pair.rb +12 -12
  12. data/lib/aws-sdk-ec2/key_pair_info.rb +27 -27
  13. data/lib/aws-sdk-ec2/network_acl.rb +60 -60
  14. data/lib/aws-sdk-ec2/network_interface.rb +65 -65
  15. data/lib/aws-sdk-ec2/placement_group.rb +11 -14
  16. data/lib/aws-sdk-ec2/plugins/endpoints.rb +10 -0
  17. data/lib/aws-sdk-ec2/resource.rb +594 -602
  18. data/lib/aws-sdk-ec2/route.rb +30 -30
  19. data/lib/aws-sdk-ec2/route_table.rb +37 -37
  20. data/lib/aws-sdk-ec2/security_group.rb +137 -137
  21. data/lib/aws-sdk-ec2/snapshot.rb +77 -77
  22. data/lib/aws-sdk-ec2/subnet.rb +279 -287
  23. data/lib/aws-sdk-ec2/types.rb +3640 -3368
  24. data/lib/aws-sdk-ec2/volume.rb +93 -93
  25. data/lib/aws-sdk-ec2/vpc.rb +143 -146
  26. data/lib/aws-sdk-ec2/vpc_address.rb +17 -17
  27. data/lib/aws-sdk-ec2.rb +1 -1
  28. data/sig/classic_address.rbs +5 -5
  29. data/sig/client.rbs +948 -881
  30. data/sig/dhcp_options.rbs +3 -3
  31. data/sig/image.rbs +41 -41
  32. data/sig/instance.rbs +108 -108
  33. data/sig/key_pair.rbs +6 -6
  34. data/sig/key_pair_info.rbs +3 -3
  35. data/sig/network_acl.rbs +16 -16
  36. data/sig/network_interface.rbs +22 -22
  37. data/sig/placement_group.rbs +3 -3
  38. data/sig/resource.rbs +201 -201
  39. data/sig/route.rbs +9 -9
  40. data/sig/route_table.rbs +10 -10
  41. data/sig/security_group.rbs +110 -110
  42. data/sig/snapshot.rbs +34 -34
  43. data/sig/subnet.rbs +116 -116
  44. data/sig/types.rbs +525 -443
  45. data/sig/volume.rbs +33 -33
  46. data/sig/vpc.rbs +46 -46
  47. data/sig/vpc_address.rbs +8 -8
  48. data/sig/waiters.rbs +113 -113
  49. metadata +2 -2
data/sig/client.rbs CHANGED
@@ -97,6 +97,17 @@ module Aws
97
97
  ) -> _AcceptAddressTransferResponseSuccess
98
98
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AcceptAddressTransferResponseSuccess
99
99
 
100
+ interface _AcceptCapacityReservationBillingOwnershipResponseSuccess
101
+ include ::Seahorse::Client::_ResponseSuccess[Types::AcceptCapacityReservationBillingOwnershipResult]
102
+ def return: () -> bool
103
+ end
104
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#accept_capacity_reservation_billing_ownership-instance_method
105
+ def accept_capacity_reservation_billing_ownership: (
106
+ ?dry_run: bool,
107
+ capacity_reservation_id: ::String
108
+ ) -> _AcceptCapacityReservationBillingOwnershipResponseSuccess
109
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AcceptCapacityReservationBillingOwnershipResponseSuccess
110
+
100
111
  interface _AcceptReservedInstancesExchangeQuoteResponseSuccess
101
112
  include ::Seahorse::Client::_ResponseSuccess[Types::AcceptReservedInstancesExchangeQuoteResult]
102
113
  def exchange_id: () -> ::String
@@ -187,7 +198,6 @@ module Aws
187
198
 
188
199
  interface _AllocateAddressResponseSuccess
189
200
  include ::Seahorse::Client::_ResponseSuccess[Types::AllocateAddressResult]
190
- def public_ip: () -> ::String
191
201
  def allocation_id: () -> ::String
192
202
  def public_ipv_4_pool: () -> ::String
193
203
  def network_border_group: () -> ::String
@@ -195,6 +205,7 @@ module Aws
195
205
  def customer_owned_ip: () -> ::String
196
206
  def customer_owned_ipv_4_pool: () -> ::String
197
207
  def carrier_ip: () -> ::String
208
+ def public_ip: () -> ::String
198
209
  end
199
210
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#allocate_address-instance_method
200
211
  def allocate_address: (
@@ -203,7 +214,6 @@ module Aws
203
214
  ?public_ipv_4_pool: ::String,
204
215
  ?network_border_group: ::String,
205
216
  ?customer_owned_ipv_4_pool: ::String,
206
- ?dry_run: bool,
207
217
  ?tag_specifications: Array[
208
218
  {
209
219
  resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
@@ -215,7 +225,8 @@ module Aws
215
225
  ]?
216
226
  },
217
227
  ],
218
- ?ipam_pool_id: ::String
228
+ ?ipam_pool_id: ::String,
229
+ ?dry_run: bool
219
230
  ) -> _AllocateAddressResponseSuccess
220
231
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AllocateAddressResponseSuccess
221
232
 
@@ -225,12 +236,7 @@ module Aws
225
236
  end
226
237
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#allocate_hosts-instance_method
227
238
  def allocate_hosts: (
228
- ?auto_placement: ("on" | "off"),
229
- availability_zone: ::String,
230
- ?client_token: ::String,
231
- ?instance_type: ::String,
232
239
  ?instance_family: ::String,
233
- ?quantity: ::Integer,
234
240
  ?tag_specifications: Array[
235
241
  {
236
242
  resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
@@ -245,7 +251,12 @@ module Aws
245
251
  ?host_recovery: ("on" | "off"),
246
252
  ?outpost_arn: ::String,
247
253
  ?host_maintenance: ("on" | "off"),
248
- ?asset_ids: Array[::String]
254
+ ?asset_ids: Array[::String],
255
+ ?auto_placement: ("on" | "off"),
256
+ ?client_token: ::String,
257
+ ?instance_type: ::String,
258
+ ?quantity: ::Integer,
259
+ availability_zone: ::String
249
260
  ) -> _AllocateHostsResponseSuccess
250
261
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AllocateHostsResponseSuccess
251
262
 
@@ -288,11 +299,11 @@ module Aws
288
299
  end
289
300
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#assign_ipv_6_addresses-instance_method
290
301
  def assign_ipv_6_addresses: (
291
- ?ipv_6_address_count: ::Integer,
292
- ?ipv_6_addresses: Array[::String],
293
302
  ?ipv_6_prefix_count: ::Integer,
294
303
  ?ipv_6_prefixes: Array[::String],
295
- network_interface_id: ::String
304
+ network_interface_id: ::String,
305
+ ?ipv_6_addresses: Array[::String],
306
+ ?ipv_6_address_count: ::Integer
296
307
  ) -> _AssignIpv6AddressesResponseSuccess
297
308
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssignIpv6AddressesResponseSuccess
298
309
 
@@ -304,12 +315,12 @@ module Aws
304
315
  end
305
316
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#assign_private_ip_addresses-instance_method
306
317
  def assign_private_ip_addresses: (
307
- ?allow_reassignment: bool,
318
+ ?ipv_4_prefixes: Array[::String],
319
+ ?ipv_4_prefix_count: ::Integer,
308
320
  network_interface_id: ::String,
309
321
  ?private_ip_addresses: Array[::String],
310
322
  ?secondary_private_ip_address_count: ::Integer,
311
- ?ipv_4_prefixes: Array[::String],
312
- ?ipv_4_prefix_count: ::Integer
323
+ ?allow_reassignment: bool
313
324
  ) -> _AssignPrivateIpAddressesResponseSuccess
314
325
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssignPrivateIpAddressesResponseSuccess
315
326
 
@@ -336,13 +347,25 @@ module Aws
336
347
  ?allocation_id: ::String,
337
348
  ?instance_id: ::String,
338
349
  ?public_ip: ::String,
339
- ?allow_reassociation: bool,
340
350
  ?dry_run: bool,
341
351
  ?network_interface_id: ::String,
342
- ?private_ip_address: ::String
352
+ ?private_ip_address: ::String,
353
+ ?allow_reassociation: bool
343
354
  ) -> _AssociateAddressResponseSuccess
344
355
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateAddressResponseSuccess
345
356
 
357
+ interface _AssociateCapacityReservationBillingOwnerResponseSuccess
358
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateCapacityReservationBillingOwnerResult]
359
+ def return: () -> bool
360
+ end
361
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#associate_capacity_reservation_billing_owner-instance_method
362
+ def associate_capacity_reservation_billing_owner: (
363
+ ?dry_run: bool,
364
+ capacity_reservation_id: ::String,
365
+ unused_reservation_billing_owner_id: ::String
366
+ ) -> _AssociateCapacityReservationBillingOwnerResponseSuccess
367
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateCapacityReservationBillingOwnerResponseSuccess
368
+
346
369
  interface _AssociateClientVpnTargetNetworkResponseSuccess
347
370
  include ::Seahorse::Client::_ResponseSuccess[Types::AssociateClientVpnTargetNetworkResult]
348
371
  def association_id: () -> ::String
@@ -471,10 +494,10 @@ module Aws
471
494
  end
472
495
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#associate_route_table-instance_method
473
496
  def associate_route_table: (
497
+ ?gateway_id: ::String,
474
498
  ?dry_run: bool,
475
- route_table_id: ::String,
476
499
  ?subnet_id: ::String,
477
- ?gateway_id: ::String
500
+ route_table_id: ::String
478
501
  ) -> _AssociateRouteTableResponseSuccess
479
502
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateRouteTableResponseSuccess
480
503
 
@@ -485,10 +508,10 @@ module Aws
485
508
  end
486
509
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#associate_subnet_cidr_block-instance_method
487
510
  def associate_subnet_cidr_block: (
488
- ?ipv_6_cidr_block: ::String,
489
- subnet_id: ::String,
490
511
  ?ipv_6_ipam_pool_id: ::String,
491
- ?ipv_6_netmask_length: ::Integer
512
+ ?ipv_6_netmask_length: ::Integer,
513
+ subnet_id: ::String,
514
+ ?ipv_6_cidr_block: ::String
492
515
  ) -> _AssociateSubnetCidrBlockResponseSuccess
493
516
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateSubnetCidrBlockResponseSuccess
494
517
 
@@ -553,16 +576,16 @@ module Aws
553
576
  end
554
577
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#associate_vpc_cidr_block-instance_method
555
578
  def associate_vpc_cidr_block: (
556
- ?amazon_provided_ipv_6_cidr_block: bool,
557
579
  ?cidr_block: ::String,
558
- vpc_id: ::String,
559
580
  ?ipv_6_cidr_block_network_border_group: ::String,
560
581
  ?ipv_6_pool: ::String,
561
582
  ?ipv_6_cidr_block: ::String,
562
583
  ?ipv_4_ipam_pool_id: ::String,
563
584
  ?ipv_4_netmask_length: ::Integer,
564
585
  ?ipv_6_ipam_pool_id: ::String,
565
- ?ipv_6_netmask_length: ::Integer
586
+ ?ipv_6_netmask_length: ::Integer,
587
+ vpc_id: ::String,
588
+ ?amazon_provided_ipv_6_cidr_block: bool
566
589
  ) -> _AssociateVpcCidrBlockResponseSuccess
567
590
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateVpcCidrBlockResponseSuccess
568
591
 
@@ -573,9 +596,9 @@ module Aws
573
596
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#attach_classic_link_vpc-instance_method
574
597
  def attach_classic_link_vpc: (
575
598
  ?dry_run: bool,
576
- groups: Array[::String],
577
599
  instance_id: ::String,
578
- vpc_id: ::String
600
+ vpc_id: ::String,
601
+ groups: Array[::String]
579
602
  ) -> _AttachClassicLinkVpcResponseSuccess
580
603
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AttachClassicLinkVpcResponseSuccess
581
604
 
@@ -594,17 +617,17 @@ module Aws
594
617
  end
595
618
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#attach_network_interface-instance_method
596
619
  def attach_network_interface: (
597
- device_index: ::Integer,
598
- ?dry_run: bool,
599
- instance_id: ::String,
600
- network_interface_id: ::String,
601
620
  ?network_card_index: ::Integer,
602
621
  ?ena_srd_specification: {
603
622
  ena_srd_enabled: bool?,
604
623
  ena_srd_udp_specification: {
605
624
  ena_srd_udp_enabled: bool?
606
625
  }?
607
- }
626
+ },
627
+ ?dry_run: bool,
628
+ network_interface_id: ::String,
629
+ instance_id: ::String,
630
+ device_index: ::Integer
608
631
  ) -> _AttachNetworkInterfaceResponseSuccess
609
632
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AttachNetworkInterfaceResponseSuccess
610
633
 
@@ -624,14 +647,14 @@ module Aws
624
647
 
625
648
  interface _AttachVolumeResponseSuccess
626
649
  include ::Seahorse::Client::_ResponseSuccess[Types::VolumeAttachment]
627
- def attach_time: () -> ::Time
628
- def device: () -> ::String
629
- def instance_id: () -> ::String
630
- def state: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
631
- def volume_id: () -> ::String
632
650
  def delete_on_termination: () -> bool
633
651
  def associated_resource: () -> ::String
634
652
  def instance_owning_service: () -> ::String
653
+ def volume_id: () -> ::String
654
+ def instance_id: () -> ::String
655
+ def device: () -> ::String
656
+ def state: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
657
+ def attach_time: () -> ::Time
635
658
  end
636
659
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#attach_volume-instance_method
637
660
  def attach_volume: (
@@ -677,61 +700,61 @@ module Aws
677
700
  end
678
701
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#authorize_security_group_egress-instance_method
679
702
  def authorize_security_group_egress: (
703
+ ?tag_specifications: Array[
704
+ {
705
+ resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
706
+ tags: Array[
707
+ {
708
+ key: ::String?,
709
+ value: ::String?
710
+ },
711
+ ]?
712
+ },
713
+ ],
680
714
  ?dry_run: bool,
681
715
  group_id: ::String,
716
+ ?source_security_group_name: ::String,
717
+ ?source_security_group_owner_id: ::String,
718
+ ?ip_protocol: ::String,
719
+ ?from_port: ::Integer,
720
+ ?to_port: ::Integer,
721
+ ?cidr_ip: ::String,
682
722
  ?ip_permissions: Array[
683
723
  {
684
- from_port: ::Integer?,
685
724
  ip_protocol: ::String?,
686
- ip_ranges: Array[
725
+ from_port: ::Integer?,
726
+ to_port: ::Integer?,
727
+ user_id_group_pairs: Array[
687
728
  {
688
- cidr_ip: ::String?,
689
- description: ::String?
729
+ description: ::String?,
730
+ user_id: ::String?,
731
+ group_name: ::String?,
732
+ group_id: ::String?,
733
+ vpc_id: ::String?,
734
+ vpc_peering_connection_id: ::String?,
735
+ peering_status: ::String?
690
736
  },
691
737
  ]?,
692
- ipv_6_ranges: Array[
738
+ ip_ranges: Array[
693
739
  {
694
- cidr_ipv_6: ::String?,
695
- description: ::String?
740
+ description: ::String?,
741
+ cidr_ip: ::String?
696
742
  },
697
743
  ]?,
698
- prefix_list_ids: Array[
744
+ ipv_6_ranges: Array[
699
745
  {
700
746
  description: ::String?,
701
- prefix_list_id: ::String?
747
+ cidr_ipv_6: ::String?
702
748
  },
703
749
  ]?,
704
- to_port: ::Integer?,
705
- user_id_group_pairs: Array[
750
+ prefix_list_ids: Array[
706
751
  {
707
752
  description: ::String?,
708
- group_id: ::String?,
709
- group_name: ::String?,
710
- peering_status: ::String?,
711
- user_id: ::String?,
712
- vpc_id: ::String?,
713
- vpc_peering_connection_id: ::String?
714
- },
715
- ]?
716
- },
717
- ],
718
- ?tag_specifications: Array[
719
- {
720
- resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
721
- tags: Array[
722
- {
723
- key: ::String?,
724
- value: ::String?
753
+ prefix_list_id: ::String?
725
754
  },
726
755
  ]?
727
756
  },
728
- ],
729
- ?cidr_ip: ::String,
730
- ?from_port: ::Integer,
731
- ?ip_protocol: ::String,
732
- ?to_port: ::Integer,
733
- ?source_security_group_name: ::String,
734
- ?source_security_group_owner_id: ::String
757
+ ]
735
758
  ) -> _AuthorizeSecurityGroupEgressResponseSuccess
736
759
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AuthorizeSecurityGroupEgressResponseSuccess
737
760
 
@@ -748,36 +771,36 @@ module Aws
748
771
  ?group_name: ::String,
749
772
  ?ip_permissions: Array[
750
773
  {
751
- from_port: ::Integer?,
752
774
  ip_protocol: ::String?,
753
- ip_ranges: Array[
775
+ from_port: ::Integer?,
776
+ to_port: ::Integer?,
777
+ user_id_group_pairs: Array[
754
778
  {
755
- cidr_ip: ::String?,
756
- description: ::String?
779
+ description: ::String?,
780
+ user_id: ::String?,
781
+ group_name: ::String?,
782
+ group_id: ::String?,
783
+ vpc_id: ::String?,
784
+ vpc_peering_connection_id: ::String?,
785
+ peering_status: ::String?
757
786
  },
758
787
  ]?,
759
- ipv_6_ranges: Array[
788
+ ip_ranges: Array[
760
789
  {
761
- cidr_ipv_6: ::String?,
762
- description: ::String?
790
+ description: ::String?,
791
+ cidr_ip: ::String?
763
792
  },
764
793
  ]?,
765
- prefix_list_ids: Array[
794
+ ipv_6_ranges: Array[
766
795
  {
767
796
  description: ::String?,
768
- prefix_list_id: ::String?
797
+ cidr_ipv_6: ::String?
769
798
  },
770
799
  ]?,
771
- to_port: ::Integer?,
772
- user_id_group_pairs: Array[
800
+ prefix_list_ids: Array[
773
801
  {
774
802
  description: ::String?,
775
- group_id: ::String?,
776
- group_name: ::String?,
777
- peering_status: ::String?,
778
- user_id: ::String?,
779
- vpc_id: ::String?,
780
- vpc_peering_connection_id: ::String?
803
+ prefix_list_id: ::String?
781
804
  },
782
805
  ]?
783
806
  },
@@ -786,7 +809,6 @@ module Aws
786
809
  ?source_security_group_name: ::String,
787
810
  ?source_security_group_owner_id: ::String,
788
811
  ?to_port: ::Integer,
789
- ?dry_run: bool,
790
812
  ?tag_specifications: Array[
791
813
  {
792
814
  resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
@@ -797,7 +819,8 @@ module Aws
797
819
  },
798
820
  ]?
799
821
  },
800
- ]
822
+ ],
823
+ ?dry_run: bool
801
824
  ) -> _AuthorizeSecurityGroupIngressResponseSuccess
802
825
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AuthorizeSecurityGroupIngressResponseSuccess
803
826
 
@@ -857,8 +880,8 @@ module Aws
857
880
 
858
881
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#cancel_conversion_task-instance_method
859
882
  def cancel_conversion_task: (
860
- conversion_task_id: ::String,
861
883
  ?dry_run: bool,
884
+ conversion_task_id: ::String,
862
885
  ?reason_message: ::String
863
886
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
864
887
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -930,8 +953,8 @@ module Aws
930
953
 
931
954
  interface _ConfirmProductInstanceResponseSuccess
932
955
  include ::Seahorse::Client::_ResponseSuccess[Types::ConfirmProductInstanceResult]
933
- def owner_id: () -> ::String
934
956
  def return: () -> bool
957
+ def owner_id: () -> ::String
935
958
  end
936
959
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#confirm_product_instance-instance_method
937
960
  def confirm_product_instance: (
@@ -970,7 +993,6 @@ module Aws
970
993
  source_image_id: ::String,
971
994
  source_region: ::String,
972
995
  ?destination_outpost_arn: ::String,
973
- ?dry_run: bool,
974
996
  ?copy_image_tags: bool,
975
997
  ?tag_specifications: Array[
976
998
  {
@@ -982,14 +1004,15 @@ module Aws
982
1004
  },
983
1005
  ]?
984
1006
  },
985
- ]
1007
+ ],
1008
+ ?dry_run: bool
986
1009
  ) -> _CopyImageResponseSuccess
987
1010
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyImageResponseSuccess
988
1011
 
989
1012
  interface _CopySnapshotResponseSuccess
990
1013
  include ::Seahorse::Client::_ResponseSuccess[Types::CopySnapshotResult]
991
- def snapshot_id: () -> ::String
992
1014
  def tags: () -> ::Array[Types::Tag]
1015
+ def snapshot_id: () -> ::String
993
1016
  end
994
1017
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#copy_snapshot-instance_method
995
1018
  def copy_snapshot: (
@@ -1283,8 +1306,8 @@ module Aws
1283
1306
  ],
1284
1307
  ?device_name: ::String,
1285
1308
  ?ip_address: ::String,
1286
- ?dry_run: bool,
1287
- ?bgp_asn_extended: ::Integer
1309
+ ?bgp_asn_extended: ::Integer,
1310
+ ?dry_run: bool
1288
1311
  ) -> _CreateCustomerGatewayResponseSuccess
1289
1312
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCustomerGatewayResponseSuccess
1290
1313
 
@@ -1413,7 +1436,6 @@ module Aws
1413
1436
  weighted_capacity: ::Float?,
1414
1437
  priority: ::Float?,
1415
1438
  placement: {
1416
- availability_zone: ::String?,
1417
1439
  affinity: ::String?,
1418
1440
  group_name: ::String?,
1419
1441
  partition_number: ::Integer?,
@@ -1421,7 +1443,8 @@ module Aws
1421
1443
  tenancy: ("default" | "dedicated" | "host")?,
1422
1444
  spread_domain: ::String?,
1423
1445
  host_resource_group_arn: ::String?,
1424
- group_id: ::String?
1446
+ group_id: ::String?,
1447
+ availability_zone: ::String?
1425
1448
  }?,
1426
1449
  instance_requirements: {
1427
1450
  v_cpu_count: {
@@ -1586,10 +1609,24 @@ module Aws
1586
1609
  end
1587
1610
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_image-instance_method
1588
1611
  def create_image: (
1612
+ ?tag_specifications: Array[
1613
+ {
1614
+ resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
1615
+ tags: Array[
1616
+ {
1617
+ key: ::String?,
1618
+ value: ::String?
1619
+ },
1620
+ ]?
1621
+ },
1622
+ ],
1623
+ ?dry_run: bool,
1624
+ instance_id: ::String,
1625
+ name: ::String,
1626
+ ?description: ::String,
1627
+ ?no_reboot: bool,
1589
1628
  ?block_device_mappings: Array[
1590
1629
  {
1591
- device_name: ::String?,
1592
- virtual_name: ::String?,
1593
1630
  ebs: {
1594
1631
  delete_on_termination: bool?,
1595
1632
  iops: ::Integer?,
@@ -1601,23 +1638,9 @@ module Aws
1601
1638
  outpost_arn: ::String?,
1602
1639
  encrypted: bool?
1603
1640
  }?,
1604
- no_device: ::String?
1605
- },
1606
- ],
1607
- ?description: ::String,
1608
- ?dry_run: bool,
1609
- instance_id: ::String,
1610
- name: ::String,
1611
- ?no_reboot: bool,
1612
- ?tag_specifications: Array[
1613
- {
1614
- resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
1615
- tags: Array[
1616
- {
1617
- key: ::String?,
1618
- value: ::String?
1619
- },
1620
- ]?
1641
+ no_device: ::String?,
1642
+ device_name: ::String?,
1643
+ virtual_name: ::String?
1621
1644
  },
1622
1645
  ]
1623
1646
  ) -> _CreateImageResponseSuccess
@@ -1686,15 +1709,6 @@ module Aws
1686
1709
  end
1687
1710
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_instance_export_task-instance_method
1688
1711
  def create_instance_export_task: (
1689
- ?description: ::String,
1690
- export_to_s3_task: {
1691
- container_format: ("ova")?,
1692
- disk_image_format: ("VMDK" | "RAW" | "VHD")?,
1693
- s3_bucket: ::String?,
1694
- s3_prefix: ::String?
1695
- },
1696
- instance_id: ::String,
1697
- target_environment: ("citrix" | "vmware" | "microsoft"),
1698
1712
  ?tag_specifications: Array[
1699
1713
  {
1700
1714
  resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
@@ -1705,7 +1719,16 @@ module Aws
1705
1719
  },
1706
1720
  ]?
1707
1721
  },
1708
- ]
1722
+ ],
1723
+ ?description: ::String,
1724
+ instance_id: ::String,
1725
+ target_environment: ("citrix" | "vmware" | "microsoft"),
1726
+ export_to_s3_task: {
1727
+ disk_image_format: ("VMDK" | "RAW" | "VHD")?,
1728
+ container_format: ("ova")?,
1729
+ s3_bucket: ::String?,
1730
+ s3_prefix: ::String?
1731
+ }
1709
1732
  ) -> _CreateInstanceExportTaskResponseSuccess
1710
1733
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInstanceExportTaskResponseSuccess
1711
1734
 
@@ -1883,16 +1906,15 @@ module Aws
1883
1906
 
1884
1907
  interface _CreateKeyPairResponseSuccess
1885
1908
  include ::Seahorse::Client::_ResponseSuccess[Types::KeyPair]
1886
- def key_fingerprint: () -> ::String
1887
- def key_material: () -> ::String
1888
- def key_name: () -> ::String
1889
1909
  def key_pair_id: () -> ::String
1890
1910
  def tags: () -> ::Array[Types::Tag]
1911
+ def key_name: () -> ::String
1912
+ def key_fingerprint: () -> ::String
1913
+ def key_material: () -> ::String
1891
1914
  end
1892
1915
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_key_pair-instance_method
1893
1916
  def create_key_pair: (
1894
1917
  key_name: ::String,
1895
- ?dry_run: bool,
1896
1918
  ?key_type: ("rsa" | "ed25519"),
1897
1919
  ?tag_specifications: Array[
1898
1920
  {
@@ -1905,7 +1927,8 @@ module Aws
1905
1927
  ]?
1906
1928
  },
1907
1929
  ],
1908
- ?key_format: ("pem" | "ppk")
1930
+ ?key_format: ("pem" | "ppk"),
1931
+ ?dry_run: bool
1909
1932
  ) -> _CreateKeyPairResponseSuccess
1910
1933
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateKeyPairResponseSuccess
1911
1934
 
@@ -2557,8 +2580,6 @@ module Aws
2557
2580
  end
2558
2581
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_network_acl-instance_method
2559
2582
  def create_network_acl: (
2560
- ?dry_run: bool,
2561
- vpc_id: ::String,
2562
2583
  ?tag_specifications: Array[
2563
2584
  {
2564
2585
  resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
@@ -2570,28 +2591,30 @@ module Aws
2570
2591
  ]?
2571
2592
  },
2572
2593
  ],
2573
- ?client_token: ::String
2594
+ ?client_token: ::String,
2595
+ ?dry_run: bool,
2596
+ vpc_id: ::String
2574
2597
  ) -> _CreateNetworkAclResponseSuccess
2575
2598
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateNetworkAclResponseSuccess
2576
2599
 
2577
2600
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_network_acl_entry-instance_method
2578
2601
  def create_network_acl_entry: (
2579
- ?cidr_block: ::String,
2580
2602
  ?dry_run: bool,
2603
+ network_acl_id: ::String,
2604
+ rule_number: ::Integer,
2605
+ protocol: ::String,
2606
+ rule_action: ("allow" | "deny"),
2581
2607
  egress: bool,
2608
+ ?cidr_block: ::String,
2609
+ ?ipv_6_cidr_block: ::String,
2582
2610
  ?icmp_type_code: {
2583
2611
  code: ::Integer?,
2584
2612
  type: ::Integer?
2585
2613
  },
2586
- ?ipv_6_cidr_block: ::String,
2587
- network_acl_id: ::String,
2588
2614
  ?port_range: {
2589
2615
  from: ::Integer?,
2590
2616
  to: ::Integer?
2591
- },
2592
- protocol: ::String,
2593
- rule_action: ("allow" | "deny"),
2594
- rule_number: ::Integer
2617
+ }
2595
2618
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2596
2619
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2597
2620
 
@@ -2761,24 +2784,6 @@ module Aws
2761
2784
  end
2762
2785
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_network_interface-instance_method
2763
2786
  def create_network_interface: (
2764
- ?description: ::String,
2765
- ?dry_run: bool,
2766
- ?groups: Array[::String],
2767
- ?ipv_6_address_count: ::Integer,
2768
- ?ipv_6_addresses: Array[
2769
- {
2770
- ipv_6_address: ::String?,
2771
- is_primary_ipv_6: bool?
2772
- },
2773
- ],
2774
- ?private_ip_address: ::String,
2775
- ?private_ip_addresses: Array[
2776
- {
2777
- primary: bool?,
2778
- private_ip_address: ::String?
2779
- },
2780
- ],
2781
- ?secondary_private_ip_address_count: ::Integer,
2782
2787
  ?ipv_4_prefixes: Array[
2783
2788
  {
2784
2789
  ipv_4_prefix: ::String?
@@ -2792,7 +2797,6 @@ module Aws
2792
2797
  ],
2793
2798
  ?ipv_6_prefix_count: ::Integer,
2794
2799
  ?interface_type: ("efa" | "branch" | "trunk"),
2795
- subnet_id: ::String,
2796
2800
  ?tag_specifications: Array[
2797
2801
  {
2798
2802
  resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
@@ -2810,33 +2814,49 @@ module Aws
2810
2814
  tcp_established_timeout: ::Integer?,
2811
2815
  udp_stream_timeout: ::Integer?,
2812
2816
  udp_timeout: ::Integer?
2813
- }
2814
- ) -> _CreateNetworkInterfaceResponseSuccess
2815
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateNetworkInterfaceResponseSuccess
2816
-
2817
- interface _CreateNetworkInterfacePermissionResponseSuccess
2818
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateNetworkInterfacePermissionResult]
2819
- def interface_permission: () -> Types::NetworkInterfacePermission
2820
- end
2821
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_network_interface_permission-instance_method
2822
- def create_network_interface_permission: (
2823
- network_interface_id: ::String,
2824
- ?aws_account_id: ::String,
2825
- ?aws_service: ::String,
2826
- permission: ("INSTANCE-ATTACH" | "EIP-ASSOCIATE"),
2827
- ?dry_run: bool
2828
- ) -> _CreateNetworkInterfacePermissionResponseSuccess
2829
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateNetworkInterfacePermissionResponseSuccess
2830
-
2817
+ },
2818
+ subnet_id: ::String,
2819
+ ?description: ::String,
2820
+ ?private_ip_address: ::String,
2821
+ ?groups: Array[::String],
2822
+ ?private_ip_addresses: Array[
2823
+ {
2824
+ primary: bool?,
2825
+ private_ip_address: ::String?
2826
+ },
2827
+ ],
2828
+ ?secondary_private_ip_address_count: ::Integer,
2829
+ ?ipv_6_addresses: Array[
2830
+ {
2831
+ ipv_6_address: ::String?,
2832
+ is_primary_ipv_6: bool?
2833
+ },
2834
+ ],
2835
+ ?ipv_6_address_count: ::Integer,
2836
+ ?dry_run: bool
2837
+ ) -> _CreateNetworkInterfaceResponseSuccess
2838
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateNetworkInterfaceResponseSuccess
2839
+
2840
+ interface _CreateNetworkInterfacePermissionResponseSuccess
2841
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateNetworkInterfacePermissionResult]
2842
+ def interface_permission: () -> Types::NetworkInterfacePermission
2843
+ end
2844
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_network_interface_permission-instance_method
2845
+ def create_network_interface_permission: (
2846
+ network_interface_id: ::String,
2847
+ ?aws_account_id: ::String,
2848
+ ?aws_service: ::String,
2849
+ permission: ("INSTANCE-ATTACH" | "EIP-ASSOCIATE"),
2850
+ ?dry_run: bool
2851
+ ) -> _CreateNetworkInterfacePermissionResponseSuccess
2852
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateNetworkInterfacePermissionResponseSuccess
2853
+
2831
2854
  interface _CreatePlacementGroupResponseSuccess
2832
2855
  include ::Seahorse::Client::_ResponseSuccess[Types::CreatePlacementGroupResult]
2833
2856
  def placement_group: () -> Types::PlacementGroup
2834
2857
  end
2835
2858
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_placement_group-instance_method
2836
2859
  def create_placement_group: (
2837
- ?dry_run: bool,
2838
- ?group_name: ::String,
2839
- ?strategy: ("cluster" | "spread" | "partition"),
2840
2860
  ?partition_count: ::Integer,
2841
2861
  ?tag_specifications: Array[
2842
2862
  {
@@ -2849,7 +2869,10 @@ module Aws
2849
2869
  ]?
2850
2870
  },
2851
2871
  ],
2852
- ?spread_level: ("host" | "rack")
2872
+ ?spread_level: ("host" | "rack"),
2873
+ ?dry_run: bool,
2874
+ ?group_name: ::String,
2875
+ ?strategy: ("cluster" | "spread" | "partition")
2853
2876
  ) -> _CreatePlacementGroupResponseSuccess
2854
2877
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePlacementGroupResponseSuccess
2855
2878
 
@@ -2907,16 +2930,16 @@ module Aws
2907
2930
  end
2908
2931
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_reserved_instances_listing-instance_method
2909
2932
  def create_reserved_instances_listing: (
2910
- client_token: ::String,
2933
+ reserved_instances_id: ::String,
2911
2934
  instance_count: ::Integer,
2912
2935
  price_schedules: Array[
2913
2936
  {
2914
- currency_code: ("USD")?,
2937
+ term: ::Integer?,
2915
2938
  price: ::Float?,
2916
- term: ::Integer?
2939
+ currency_code: ("USD")?
2917
2940
  },
2918
2941
  ],
2919
- reserved_instances_id: ::String
2942
+ client_token: ::String
2920
2943
  ) -> _CreateReservedInstancesListingResponseSuccess
2921
2944
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateReservedInstancesListingResponseSuccess
2922
2945
 
@@ -2950,22 +2973,22 @@ module Aws
2950
2973
  end
2951
2974
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_route-instance_method
2952
2975
  def create_route: (
2953
- ?destination_cidr_block: ::String,
2954
- ?destination_ipv_6_cidr_block: ::String,
2955
2976
  ?destination_prefix_list_id: ::String,
2956
- ?dry_run: bool,
2957
2977
  ?vpc_endpoint_id: ::String,
2958
- ?egress_only_internet_gateway_id: ::String,
2959
- ?gateway_id: ::String,
2960
- ?instance_id: ::String,
2961
- ?nat_gateway_id: ::String,
2962
2978
  ?transit_gateway_id: ::String,
2963
2979
  ?local_gateway_id: ::String,
2964
2980
  ?carrier_gateway_id: ::String,
2965
- ?network_interface_id: ::String,
2981
+ ?core_network_arn: ::String,
2982
+ ?dry_run: bool,
2966
2983
  route_table_id: ::String,
2984
+ ?destination_cidr_block: ::String,
2985
+ ?gateway_id: ::String,
2986
+ ?destination_ipv_6_cidr_block: ::String,
2987
+ ?egress_only_internet_gateway_id: ::String,
2988
+ ?instance_id: ::String,
2989
+ ?network_interface_id: ::String,
2967
2990
  ?vpc_peering_connection_id: ::String,
2968
- ?core_network_arn: ::String
2991
+ ?nat_gateway_id: ::String
2969
2992
  ) -> _CreateRouteResponseSuccess
2970
2993
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRouteResponseSuccess
2971
2994
 
@@ -2976,8 +2999,6 @@ module Aws
2976
2999
  end
2977
3000
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_route_table-instance_method
2978
3001
  def create_route_table: (
2979
- ?dry_run: bool,
2980
- vpc_id: ::String,
2981
3002
  ?tag_specifications: Array[
2982
3003
  {
2983
3004
  resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
@@ -2989,7 +3010,9 @@ module Aws
2989
3010
  ]?
2990
3011
  },
2991
3012
  ],
2992
- ?client_token: ::String
3013
+ ?client_token: ::String,
3014
+ ?dry_run: bool,
3015
+ vpc_id: ::String
2993
3016
  ) -> _CreateRouteTableResponseSuccess
2994
3017
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRouteTableResponseSuccess
2995
3018
 
@@ -3020,24 +3043,24 @@ module Aws
3020
3043
 
3021
3044
  interface _CreateSnapshotResponseSuccess
3022
3045
  include ::Seahorse::Client::_ResponseSuccess[Types::Snapshot]
3023
- def data_encryption_key_id: () -> ::String
3024
- def description: () -> ::String
3025
- def encrypted: () -> bool
3026
- def kms_key_id: () -> ::String
3027
- def owner_id: () -> ::String
3028
- def progress: () -> ::String
3029
- def snapshot_id: () -> ::String
3030
- def start_time: () -> ::Time
3031
- def state: () -> ("pending" | "completed" | "error" | "recoverable" | "recovering")
3032
- def state_message: () -> ::String
3033
- def volume_id: () -> ::String
3034
- def volume_size: () -> ::Integer
3035
3046
  def owner_alias: () -> ::String
3036
3047
  def outpost_arn: () -> ::String
3037
3048
  def tags: () -> ::Array[Types::Tag]
3038
3049
  def storage_tier: () -> ("archive" | "standard")
3039
3050
  def restore_expiry_time: () -> ::Time
3040
3051
  def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
3052
+ def snapshot_id: () -> ::String
3053
+ def volume_id: () -> ::String
3054
+ def state: () -> ("pending" | "completed" | "error" | "recoverable" | "recovering")
3055
+ def state_message: () -> ::String
3056
+ def start_time: () -> ::Time
3057
+ def progress: () -> ::String
3058
+ def owner_id: () -> ::String
3059
+ def description: () -> ::String
3060
+ def volume_size: () -> ::Integer
3061
+ def encrypted: () -> bool
3062
+ def kms_key_id: () -> ::String
3063
+ def data_encryption_key_id: () -> ::String
3041
3064
  end
3042
3065
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_snapshot-instance_method
3043
3066
  def create_snapshot: (
@@ -3094,8 +3117,8 @@ module Aws
3094
3117
  end
3095
3118
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_spot_datafeed_subscription-instance_method
3096
3119
  def create_spot_datafeed_subscription: (
3097
- bucket: ::String,
3098
3120
  ?dry_run: bool,
3121
+ bucket: ::String,
3099
3122
  ?prefix: ::String
3100
3123
  ) -> _CreateSpotDatafeedSubscriptionResponseSuccess
3101
3124
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSpotDatafeedSubscriptionResponseSuccess
@@ -3141,12 +3164,12 @@ module Aws
3141
3164
  ?ipv_6_cidr_block: ::String,
3142
3165
  ?outpost_arn: ::String,
3143
3166
  vpc_id: ::String,
3144
- ?dry_run: bool,
3145
3167
  ?ipv_6_native: bool,
3146
3168
  ?ipv_4_ipam_pool_id: ::String,
3147
3169
  ?ipv_4_netmask_length: ::Integer,
3148
3170
  ?ipv_6_ipam_pool_id: ::String,
3149
- ?ipv_6_netmask_length: ::Integer
3171
+ ?ipv_6_netmask_length: ::Integer,
3172
+ ?dry_run: bool
3150
3173
  ) -> _CreateSubnetResponseSuccess
3151
3174
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSubnetResponseSuccess
3152
3175
 
@@ -3719,16 +3742,7 @@ module Aws
3719
3742
 
3720
3743
  interface _CreateVolumeResponseSuccess
3721
3744
  include ::Seahorse::Client::_ResponseSuccess[Types::Volume]
3722
- def attachments: () -> ::Array[Types::VolumeAttachment]
3723
- def availability_zone: () -> ::String
3724
- def create_time: () -> ::Time
3725
- def encrypted: () -> bool
3726
- def kms_key_id: () -> ::String
3727
3745
  def outpost_arn: () -> ::String
3728
- def size: () -> ::Integer
3729
- def snapshot_id: () -> ::String
3730
- def state: () -> ("creating" | "available" | "in-use" | "deleting" | "deleted" | "error")
3731
- def volume_id: () -> ::String
3732
3746
  def iops: () -> ::Integer
3733
3747
  def tags: () -> ::Array[Types::Tag]
3734
3748
  def volume_type: () -> ("standard" | "io1" | "io2" | "gp2" | "sc1" | "st1" | "gp3")
@@ -3736,6 +3750,15 @@ module Aws
3736
3750
  def multi_attach_enabled: () -> bool
3737
3751
  def throughput: () -> ::Integer
3738
3752
  def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
3753
+ def volume_id: () -> ::String
3754
+ def size: () -> ::Integer
3755
+ def snapshot_id: () -> ::String
3756
+ def availability_zone: () -> ::String
3757
+ def state: () -> ("creating" | "available" | "in-use" | "deleting" | "deleted" | "error")
3758
+ def create_time: () -> ::Time
3759
+ def attachments: () -> ::Array[Types::VolumeAttachment]
3760
+ def encrypted: () -> bool
3761
+ def kms_key_id: () -> ::String
3739
3762
  end
3740
3763
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_volume-instance_method
3741
3764
  def create_volume: (
@@ -3747,7 +3770,6 @@ module Aws
3747
3770
  ?size: ::Integer,
3748
3771
  ?snapshot_id: ::String,
3749
3772
  ?volume_type: ("standard" | "io1" | "io2" | "gp2" | "sc1" | "st1" | "gp3"),
3750
- ?dry_run: bool,
3751
3773
  ?tag_specifications: Array[
3752
3774
  {
3753
3775
  resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
@@ -3761,7 +3783,8 @@ module Aws
3761
3783
  ],
3762
3784
  ?multi_attach_enabled: bool,
3763
3785
  ?throughput: ::Integer,
3764
- ?client_token: ::String
3786
+ ?client_token: ::String,
3787
+ ?dry_run: bool
3765
3788
  ) -> _CreateVolumeResponseSuccess
3766
3789
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVolumeResponseSuccess
3767
3790
 
@@ -3772,15 +3795,12 @@ module Aws
3772
3795
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_vpc-instance_method
3773
3796
  def create_vpc: (
3774
3797
  ?cidr_block: ::String,
3775
- ?amazon_provided_ipv_6_cidr_block: bool,
3776
3798
  ?ipv_6_pool: ::String,
3777
3799
  ?ipv_6_cidr_block: ::String,
3778
3800
  ?ipv_4_ipam_pool_id: ::String,
3779
3801
  ?ipv_4_netmask_length: ::Integer,
3780
3802
  ?ipv_6_ipam_pool_id: ::String,
3781
3803
  ?ipv_6_netmask_length: ::Integer,
3782
- ?dry_run: bool,
3783
- ?instance_tenancy: ("default" | "dedicated" | "host"),
3784
3804
  ?ipv_6_cidr_block_network_border_group: ::String,
3785
3805
  ?tag_specifications: Array[
3786
3806
  {
@@ -3792,7 +3812,10 @@ module Aws
3792
3812
  },
3793
3813
  ]?
3794
3814
  },
3795
- ]
3815
+ ],
3816
+ ?dry_run: bool,
3817
+ ?instance_tenancy: ("default" | "dedicated" | "host"),
3818
+ ?amazon_provided_ipv_6_cidr_block: bool
3796
3819
  ) -> _CreateVpcResponseSuccess
3797
3820
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVpcResponseSuccess
3798
3821
 
@@ -3889,10 +3912,6 @@ module Aws
3889
3912
  end
3890
3913
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_vpc_peering_connection-instance_method
3891
3914
  def create_vpc_peering_connection: (
3892
- ?dry_run: bool,
3893
- ?peer_owner_id: ::String,
3894
- ?peer_vpc_id: ::String,
3895
- vpc_id: ::String,
3896
3915
  ?peer_region: ::String,
3897
3916
  ?tag_specifications: Array[
3898
3917
  {
@@ -3904,7 +3923,11 @@ module Aws
3904
3923
  },
3905
3924
  ]?
3906
3925
  },
3907
- ]
3926
+ ],
3927
+ ?dry_run: bool,
3928
+ vpc_id: ::String,
3929
+ ?peer_vpc_id: ::String,
3930
+ ?peer_owner_id: ::String
3908
3931
  ) -> _CreateVpcPeeringConnectionResponseSuccess
3909
3932
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVpcPeeringConnectionResponseSuccess
3910
3933
 
@@ -3918,10 +3941,20 @@ module Aws
3918
3941
  type: ::String,
3919
3942
  ?vpn_gateway_id: ::String,
3920
3943
  ?transit_gateway_id: ::String,
3944
+ ?tag_specifications: Array[
3945
+ {
3946
+ resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
3947
+ tags: Array[
3948
+ {
3949
+ key: ::String?,
3950
+ value: ::String?
3951
+ },
3952
+ ]?
3953
+ },
3954
+ ],
3921
3955
  ?dry_run: bool,
3922
3956
  ?options: {
3923
3957
  enable_acceleration: bool?,
3924
- static_routes_only: bool?,
3925
3958
  tunnel_inside_ip_version: ("ipv4" | "ipv6")?,
3926
3959
  tunnel_options: Array[
3927
3960
  {
@@ -3986,19 +4019,9 @@ module Aws
3986
4019
  local_ipv_6_network_cidr: ::String?,
3987
4020
  remote_ipv_6_network_cidr: ::String?,
3988
4021
  outside_ip_address_type: ::String?,
3989
- transport_transit_gateway_attachment_id: ::String?
3990
- },
3991
- ?tag_specifications: Array[
3992
- {
3993
- resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
3994
- tags: Array[
3995
- {
3996
- key: ::String?,
3997
- value: ::String?
3998
- },
3999
- ]?
4000
- },
4001
- ]
4022
+ transport_transit_gateway_attachment_id: ::String?,
4023
+ static_routes_only: bool?
4024
+ }
4002
4025
  ) -> _CreateVpnConnectionResponseSuccess
4003
4026
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVpnConnectionResponseSuccess
4004
4027
 
@@ -4355,9 +4378,9 @@ module Aws
4355
4378
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#delete_network_acl_entry-instance_method
4356
4379
  def delete_network_acl_entry: (
4357
4380
  ?dry_run: bool,
4358
- egress: bool,
4359
4381
  network_acl_id: ::String,
4360
- rule_number: ::Integer
4382
+ rule_number: ::Integer,
4383
+ egress: bool
4361
4384
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4362
4385
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4363
4386
 
@@ -4457,11 +4480,11 @@ module Aws
4457
4480
 
4458
4481
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#delete_route-instance_method
4459
4482
  def delete_route: (
4460
- ?destination_cidr_block: ::String,
4461
- ?destination_ipv_6_cidr_block: ::String,
4462
4483
  ?destination_prefix_list_id: ::String,
4463
4484
  ?dry_run: bool,
4464
- route_table_id: ::String
4485
+ route_table_id: ::String,
4486
+ ?destination_cidr_block: ::String,
4487
+ ?destination_ipv_6_cidr_block: ::String
4465
4488
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4466
4489
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4467
4490
 
@@ -4919,8 +4942,8 @@ module Aws
4919
4942
  end
4920
4943
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_account_attributes-instance_method
4921
4944
  def describe_account_attributes: (
4922
- ?attribute_names: Array[("supported-platforms" | "default-vpc")],
4923
- ?dry_run: bool
4945
+ ?dry_run: bool,
4946
+ ?attribute_names: Array[("supported-platforms" | "default-vpc")]
4924
4947
  ) -> _DescribeAccountAttributesResponseSuccess
4925
4948
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAccountAttributesResponseSuccess
4926
4949
 
@@ -4944,15 +4967,15 @@ module Aws
4944
4967
  end
4945
4968
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_addresses-instance_method
4946
4969
  def describe_addresses: (
4970
+ ?public_ips: Array[::String],
4971
+ ?dry_run: bool,
4947
4972
  ?filters: Array[
4948
4973
  {
4949
4974
  name: ::String?,
4950
4975
  values: Array[::String]?
4951
4976
  },
4952
4977
  ],
4953
- ?public_ips: Array[::String],
4954
- ?allocation_ids: Array[::String],
4955
- ?dry_run: bool
4978
+ ?allocation_ids: Array[::String]
4956
4979
  ) -> _DescribeAddressesResponseSuccess
4957
4980
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAddressesResponseSuccess
4958
4981
 
@@ -4988,16 +5011,16 @@ module Aws
4988
5011
  end
4989
5012
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_availability_zones-instance_method
4990
5013
  def describe_availability_zones: (
5014
+ ?zone_names: Array[::String],
5015
+ ?zone_ids: Array[::String],
5016
+ ?all_availability_zones: bool,
5017
+ ?dry_run: bool,
4991
5018
  ?filters: Array[
4992
5019
  {
4993
5020
  name: ::String?,
4994
5021
  values: Array[::String]?
4995
5022
  },
4996
- ],
4997
- ?zone_names: Array[::String],
4998
- ?zone_ids: Array[::String],
4999
- ?all_availability_zones: bool,
5000
- ?dry_run: bool
5023
+ ]
5001
5024
  ) -> _DescribeAvailabilityZonesResponseSuccess
5002
5025
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAvailabilityZonesResponseSuccess
5003
5026
 
@@ -5027,13 +5050,13 @@ module Aws
5027
5050
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_bundle_tasks-instance_method
5028
5051
  def describe_bundle_tasks: (
5029
5052
  ?bundle_ids: Array[::String],
5053
+ ?dry_run: bool,
5030
5054
  ?filters: Array[
5031
5055
  {
5032
5056
  name: ::String?,
5033
5057
  values: Array[::String]?
5034
5058
  },
5035
- ],
5036
- ?dry_run: bool
5059
+ ]
5037
5060
  ) -> _DescribeBundleTasksResponseSuccess
5038
5061
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeBundleTasksResponseSuccess
5039
5062
 
@@ -5068,6 +5091,27 @@ module Aws
5068
5091
  ) -> _DescribeCapacityBlockOfferingsResponseSuccess
5069
5092
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeCapacityBlockOfferingsResponseSuccess
5070
5093
 
5094
+ interface _DescribeCapacityReservationBillingRequestsResponseSuccess
5095
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeCapacityReservationBillingRequestsResult]
5096
+ def next_token: () -> ::String
5097
+ def capacity_reservation_billing_requests: () -> ::Array[Types::CapacityReservationBillingRequest]
5098
+ end
5099
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_capacity_reservation_billing_requests-instance_method
5100
+ def describe_capacity_reservation_billing_requests: (
5101
+ ?capacity_reservation_ids: Array[::String],
5102
+ role: ("odcr-owner" | "unused-reservation-billing-owner"),
5103
+ ?next_token: ::String,
5104
+ ?max_results: ::Integer,
5105
+ ?filters: Array[
5106
+ {
5107
+ name: ::String?,
5108
+ values: Array[::String]?
5109
+ },
5110
+ ],
5111
+ ?dry_run: bool
5112
+ ) -> _DescribeCapacityReservationBillingRequestsResponseSuccess
5113
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeCapacityReservationBillingRequestsResponseSuccess
5114
+
5071
5115
  interface _DescribeCapacityReservationFleetsResponseSuccess
5072
5116
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeCapacityReservationFleetsResult]
5073
5117
  def capacity_reservation_fleets: () -> ::Array[Types::CapacityReservationFleet]
@@ -5135,16 +5179,16 @@ module Aws
5135
5179
  end
5136
5180
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_classic_link_instances-instance_method
5137
5181
  def describe_classic_link_instances: (
5182
+ ?dry_run: bool,
5183
+ ?instance_ids: Array[::String],
5138
5184
  ?filters: Array[
5139
5185
  {
5140
5186
  name: ::String?,
5141
5187
  values: Array[::String]?
5142
5188
  },
5143
5189
  ],
5144
- ?dry_run: bool,
5145
- ?instance_ids: Array[::String],
5146
- ?max_results: ::Integer,
5147
- ?next_token: ::String
5190
+ ?next_token: ::String,
5191
+ ?max_results: ::Integer
5148
5192
  ) -> _DescribeClassicLinkInstancesResponseSuccess
5149
5193
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeClassicLinkInstancesResponseSuccess
5150
5194
 
@@ -5275,8 +5319,8 @@ module Aws
5275
5319
  end
5276
5320
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_conversion_tasks-instance_method
5277
5321
  def describe_conversion_tasks: (
5278
- ?conversion_task_ids: Array[::String],
5279
- ?dry_run: bool
5322
+ ?dry_run: bool,
5323
+ ?conversion_task_ids: Array[::String]
5280
5324
  ) -> _DescribeConversionTasksResponseSuccess
5281
5325
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeConversionTasksResponseSuccess
5282
5326
 
@@ -5299,21 +5343,21 @@ module Aws
5299
5343
 
5300
5344
  interface _DescribeDhcpOptionsResponseSuccess
5301
5345
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDhcpOptionsResult]
5302
- def dhcp_options: () -> ::Array[Types::DhcpOptions]
5303
5346
  def next_token: () -> ::String
5347
+ def dhcp_options: () -> ::Array[Types::DhcpOptions]
5304
5348
  end
5305
5349
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_dhcp_options-instance_method
5306
5350
  def describe_dhcp_options: (
5307
5351
  ?dhcp_options_ids: Array[::String],
5352
+ ?next_token: ::String,
5353
+ ?max_results: ::Integer,
5354
+ ?dry_run: bool,
5308
5355
  ?filters: Array[
5309
5356
  {
5310
5357
  name: ::String?,
5311
5358
  values: Array[::String]?
5312
5359
  },
5313
- ],
5314
- ?dry_run: bool,
5315
- ?next_token: ::String,
5316
- ?max_results: ::Integer
5360
+ ]
5317
5361
  ) -> _DescribeDhcpOptionsResponseSuccess
5318
5362
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDhcpOptionsResponseSuccess
5319
5363
 
@@ -5384,13 +5428,13 @@ module Aws
5384
5428
  end
5385
5429
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_export_tasks-instance_method
5386
5430
  def describe_export_tasks: (
5387
- ?export_task_ids: Array[::String],
5388
5431
  ?filters: Array[
5389
5432
  {
5390
5433
  name: ::String?,
5391
5434
  values: Array[::String]?
5392
5435
  },
5393
- ]
5436
+ ],
5437
+ ?export_task_ids: Array[::String]
5394
5438
  ) -> _DescribeExportTasksResponseSuccess
5395
5439
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeExportTasksResponseSuccess
5396
5440
 
@@ -5593,15 +5637,15 @@ module Aws
5593
5637
  end
5594
5638
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_hosts-instance_method
5595
5639
  def describe_hosts: (
5640
+ ?host_ids: Array[::String],
5641
+ ?next_token: ::String,
5642
+ ?max_results: ::Integer,
5596
5643
  ?filter: Array[
5597
5644
  {
5598
5645
  name: ::String?,
5599
5646
  values: Array[::String]?
5600
5647
  },
5601
- ],
5602
- ?host_ids: Array[::String],
5603
- ?max_results: ::Integer,
5604
- ?next_token: ::String
5648
+ ]
5605
5649
  ) -> _DescribeHostsResponseSuccess
5606
5650
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeHostsResponseSuccess
5607
5651
 
@@ -5640,17 +5684,13 @@ module Aws
5640
5684
  end
5641
5685
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_identity_id_format-instance_method
5642
5686
  def describe_identity_id_format: (
5643
- principal_arn: ::String,
5644
- ?resource: ::String
5687
+ ?resource: ::String,
5688
+ principal_arn: ::String
5645
5689
  ) -> _DescribeIdentityIdFormatResponseSuccess
5646
5690
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeIdentityIdFormatResponseSuccess
5647
5691
 
5648
5692
  interface _DescribeImageAttributeResponseSuccess
5649
5693
  include ::Seahorse::Client::_ResponseSuccess[Types::ImageAttribute]
5650
- def block_device_mappings: () -> ::Array[Types::BlockDeviceMapping]
5651
- def image_id: () -> ::String
5652
- def launch_permissions: () -> ::Array[Types::LaunchPermission]
5653
- def product_codes: () -> ::Array[Types::ProductCode]
5654
5694
  def description: () -> Types::AttributeValue
5655
5695
  def kernel_id: () -> Types::AttributeValue
5656
5696
  def ramdisk_id: () -> Types::AttributeValue
@@ -5661,6 +5701,10 @@ module Aws
5661
5701
  def last_launched_time: () -> Types::AttributeValue
5662
5702
  def imds_support: () -> Types::AttributeValue
5663
5703
  def deregistration_protection: () -> Types::AttributeValue
5704
+ def image_id: () -> ::String
5705
+ def launch_permissions: () -> ::Array[Types::LaunchPermission]
5706
+ def product_codes: () -> ::Array[Types::ProductCode]
5707
+ def block_device_mappings: () -> ::Array[Types::BlockDeviceMapping]
5664
5708
  end
5665
5709
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_image_attribute-instance_method
5666
5710
  def describe_image_attribute: (
@@ -5672,25 +5716,25 @@ module Aws
5672
5716
 
5673
5717
  interface _DescribeImagesResponseSuccess
5674
5718
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeImagesResult]
5675
- def images: () -> ::Array[Types::Image]
5676
5719
  def next_token: () -> ::String
5720
+ def images: () -> ::Array[Types::Image]
5677
5721
  end
5678
5722
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_images-instance_method
5679
5723
  def describe_images: (
5680
5724
  ?executable_users: Array[::String],
5681
- ?filters: Array[
5682
- {
5683
- name: ::String?,
5684
- values: Array[::String]?
5685
- },
5686
- ],
5687
5725
  ?image_ids: Array[::String],
5688
5726
  ?owners: Array[::String],
5689
5727
  ?include_deprecated: bool,
5690
5728
  ?include_disabled: bool,
5691
- ?dry_run: bool,
5692
5729
  ?max_results: ::Integer,
5693
- ?next_token: ::String
5730
+ ?next_token: ::String,
5731
+ ?dry_run: bool,
5732
+ ?filters: Array[
5733
+ {
5734
+ name: ::String?,
5735
+ values: Array[::String]?
5736
+ },
5737
+ ]
5694
5738
  ) -> _DescribeImagesResponseSuccess
5695
5739
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeImagesResponseSuccess
5696
5740
 
@@ -5736,7 +5780,6 @@ module Aws
5736
5780
 
5737
5781
  interface _DescribeInstanceAttributeResponseSuccess
5738
5782
  include ::Seahorse::Client::_ResponseSuccess[Types::InstanceAttribute]
5739
- def groups: () -> ::Array[Types::GroupIdentifier]
5740
5783
  def block_device_mappings: () -> ::Array[Types::InstanceBlockDeviceMapping]
5741
5784
  def disable_api_termination: () -> Types::AttributeBooleanValue
5742
5785
  def ena_support: () -> Types::AttributeBooleanValue
@@ -5753,12 +5796,13 @@ module Aws
5753
5796
  def sriov_net_support: () -> Types::AttributeValue
5754
5797
  def user_data: () -> Types::AttributeValue
5755
5798
  def disable_api_stop: () -> Types::AttributeBooleanValue
5799
+ def groups: () -> ::Array[Types::GroupIdentifier]
5756
5800
  end
5757
5801
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_instance_attribute-instance_method
5758
5802
  def describe_instance_attribute: (
5759
- attribute: ("instanceType" | "kernel" | "ramdisk" | "userData" | "disableApiTermination" | "instanceInitiatedShutdownBehavior" | "rootDeviceName" | "blockDeviceMapping" | "productCodes" | "sourceDestCheck" | "groupSet" | "ebsOptimized" | "sriovNetSupport" | "enaSupport" | "enclaveOptions" | "disableApiStop"),
5760
5803
  ?dry_run: bool,
5761
- instance_id: ::String
5804
+ instance_id: ::String,
5805
+ attribute: ("instanceType" | "kernel" | "ramdisk" | "userData" | "disableApiTermination" | "instanceInitiatedShutdownBehavior" | "rootDeviceName" | "blockDeviceMapping" | "productCodes" | "sourceDestCheck" | "groupSet" | "ebsOptimized" | "sriovNetSupport" | "enaSupport" | "enclaveOptions" | "disableApiStop")
5762
5806
  ) -> _DescribeInstanceAttributeResponseSuccess
5763
5807
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstanceAttributeResponseSuccess
5764
5808
 
@@ -5839,16 +5883,16 @@ module Aws
5839
5883
  end
5840
5884
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_instance_status-instance_method
5841
5885
  def describe_instance_status: (
5886
+ ?instance_ids: Array[::String],
5887
+ ?max_results: ::Integer,
5888
+ ?next_token: ::String,
5889
+ ?dry_run: bool,
5842
5890
  ?filters: Array[
5843
5891
  {
5844
5892
  name: ::String?,
5845
5893
  values: Array[::String]?
5846
5894
  },
5847
5895
  ],
5848
- ?instance_ids: Array[::String],
5849
- ?max_results: ::Integer,
5850
- ?next_token: ::String,
5851
- ?dry_run: bool,
5852
5896
  ?include_all_instances: bool
5853
5897
  ) -> _DescribeInstanceStatusResponseSuccess
5854
5898
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstanceStatusResponseSuccess
@@ -5916,21 +5960,21 @@ module Aws
5916
5960
 
5917
5961
  interface _DescribeInstancesResponseSuccess
5918
5962
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInstancesResult]
5919
- def reservations: () -> ::Array[Types::Reservation]
5920
5963
  def next_token: () -> ::String
5964
+ def reservations: () -> ::Array[Types::Reservation]
5921
5965
  end
5922
5966
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_instances-instance_method
5923
5967
  def describe_instances: (
5968
+ ?instance_ids: Array[::String],
5969
+ ?dry_run: bool,
5924
5970
  ?filters: Array[
5925
5971
  {
5926
5972
  name: ::String?,
5927
5973
  values: Array[::String]?
5928
5974
  },
5929
5975
  ],
5930
- ?instance_ids: Array[::String],
5931
- ?dry_run: bool,
5932
- ?max_results: ::Integer,
5933
- ?next_token: ::String
5976
+ ?next_token: ::String,
5977
+ ?max_results: ::Integer
5934
5978
  ) -> _DescribeInstancesResponseSuccess
5935
5979
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstancesResponseSuccess
5936
5980
 
@@ -5941,16 +5985,16 @@ module Aws
5941
5985
  end
5942
5986
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_internet_gateways-instance_method
5943
5987
  def describe_internet_gateways: (
5988
+ ?next_token: ::String,
5989
+ ?max_results: ::Integer,
5990
+ ?dry_run: bool,
5991
+ ?internet_gateway_ids: Array[::String],
5944
5992
  ?filters: Array[
5945
5993
  {
5946
5994
  name: ::String?,
5947
5995
  values: Array[::String]?
5948
5996
  },
5949
- ],
5950
- ?dry_run: bool,
5951
- ?internet_gateway_ids: Array[::String],
5952
- ?next_token: ::String,
5953
- ?max_results: ::Integer
5997
+ ]
5954
5998
  ) -> _DescribeInternetGatewaysResponseSuccess
5955
5999
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInternetGatewaysResponseSuccess
5956
6000
 
@@ -6113,16 +6157,16 @@ module Aws
6113
6157
  end
6114
6158
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_key_pairs-instance_method
6115
6159
  def describe_key_pairs: (
6160
+ ?key_names: Array[::String],
6161
+ ?key_pair_ids: Array[::String],
6162
+ ?include_public_key: bool,
6163
+ ?dry_run: bool,
6116
6164
  ?filters: Array[
6117
6165
  {
6118
6166
  name: ::String?,
6119
6167
  values: Array[::String]?
6120
6168
  },
6121
- ],
6122
- ?key_names: Array[::String],
6123
- ?key_pair_ids: Array[::String],
6124
- ?dry_run: bool,
6125
- ?include_public_key: bool
6169
+ ]
6126
6170
  ) -> _DescribeKeyPairsResponseSuccess
6127
6171
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeKeyPairsResponseSuccess
6128
6172
 
@@ -6358,16 +6402,16 @@ module Aws
6358
6402
  end
6359
6403
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_moving_addresses-instance_method
6360
6404
  def describe_moving_addresses: (
6405
+ ?dry_run: bool,
6406
+ ?public_ips: Array[::String],
6407
+ ?next_token: ::String,
6361
6408
  ?filters: Array[
6362
6409
  {
6363
6410
  name: ::String?,
6364
6411
  values: Array[::String]?
6365
6412
  },
6366
6413
  ],
6367
- ?dry_run: bool,
6368
- ?max_results: ::Integer,
6369
- ?next_token: ::String,
6370
- ?public_ips: Array[::String]
6414
+ ?max_results: ::Integer
6371
6415
  ) -> _DescribeMovingAddressesResponseSuccess
6372
6416
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeMovingAddressesResponseSuccess
6373
6417
 
@@ -6398,16 +6442,16 @@ module Aws
6398
6442
  end
6399
6443
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_network_acls-instance_method
6400
6444
  def describe_network_acls: (
6445
+ ?next_token: ::String,
6446
+ ?max_results: ::Integer,
6447
+ ?dry_run: bool,
6448
+ ?network_acl_ids: Array[::String],
6401
6449
  ?filters: Array[
6402
6450
  {
6403
6451
  name: ::String?,
6404
6452
  values: Array[::String]?
6405
6453
  },
6406
- ],
6407
- ?dry_run: bool,
6408
- ?network_acl_ids: Array[::String],
6409
- ?next_token: ::String,
6410
- ?max_results: ::Integer
6454
+ ]
6411
6455
  ) -> _DescribeNetworkAclsResponseSuccess
6412
6456
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeNetworkAclsResponseSuccess
6413
6457
 
@@ -6508,9 +6552,9 @@ module Aws
6508
6552
  end
6509
6553
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_network_interface_attribute-instance_method
6510
6554
  def describe_network_interface_attribute: (
6511
- ?attribute: ("description" | "groupSet" | "sourceDestCheck" | "attachment" | "associatePublicIpAddress"),
6512
6555
  ?dry_run: bool,
6513
- network_interface_id: ::String
6556
+ network_interface_id: ::String,
6557
+ ?attribute: ("description" | "groupSet" | "sourceDestCheck" | "attachment" | "associatePublicIpAddress")
6514
6558
  ) -> _DescribeNetworkInterfaceAttributeResponseSuccess
6515
6559
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeNetworkInterfaceAttributeResponseSuccess
6516
6560
 
@@ -6540,16 +6584,16 @@ module Aws
6540
6584
  end
6541
6585
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_network_interfaces-instance_method
6542
6586
  def describe_network_interfaces: (
6587
+ ?next_token: ::String,
6588
+ ?max_results: ::Integer,
6589
+ ?dry_run: bool,
6590
+ ?network_interface_ids: Array[::String],
6543
6591
  ?filters: Array[
6544
6592
  {
6545
6593
  name: ::String?,
6546
6594
  values: Array[::String]?
6547
6595
  },
6548
- ],
6549
- ?dry_run: bool,
6550
- ?network_interface_ids: Array[::String],
6551
- ?next_token: ::String,
6552
- ?max_results: ::Integer
6596
+ ]
6553
6597
  ) -> _DescribeNetworkInterfacesResponseSuccess
6554
6598
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeNetworkInterfacesResponseSuccess
6555
6599
 
@@ -6559,15 +6603,15 @@ module Aws
6559
6603
  end
6560
6604
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_placement_groups-instance_method
6561
6605
  def describe_placement_groups: (
6606
+ ?group_ids: Array[::String],
6607
+ ?dry_run: bool,
6608
+ ?group_names: Array[::String],
6562
6609
  ?filters: Array[
6563
6610
  {
6564
6611
  name: ::String?,
6565
6612
  values: Array[::String]?
6566
6613
  },
6567
- ],
6568
- ?dry_run: bool,
6569
- ?group_names: Array[::String],
6570
- ?group_ids: Array[::String]
6614
+ ]
6571
6615
  ) -> _DescribePlacementGroupsResponseSuccess
6572
6616
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePlacementGroupsResponseSuccess
6573
6617
 
@@ -6630,15 +6674,15 @@ module Aws
6630
6674
  end
6631
6675
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_regions-instance_method
6632
6676
  def describe_regions: (
6677
+ ?region_names: Array[::String],
6678
+ ?all_regions: bool,
6679
+ ?dry_run: bool,
6633
6680
  ?filters: Array[
6634
6681
  {
6635
6682
  name: ::String?,
6636
6683
  values: Array[::String]?
6637
6684
  },
6638
- ],
6639
- ?region_names: Array[::String],
6640
- ?dry_run: bool,
6641
- ?all_regions: bool
6685
+ ]
6642
6686
  ) -> _DescribeRegionsResponseSuccess
6643
6687
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeRegionsResponseSuccess
6644
6688
 
@@ -6668,15 +6712,15 @@ module Aws
6668
6712
  end
6669
6713
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_reserved_instances-instance_method
6670
6714
  def describe_reserved_instances: (
6715
+ ?offering_class: ("standard" | "convertible"),
6716
+ ?reserved_instances_ids: Array[::String],
6717
+ ?dry_run: bool,
6671
6718
  ?filters: Array[
6672
6719
  {
6673
6720
  name: ::String?,
6674
6721
  values: Array[::String]?
6675
6722
  },
6676
6723
  ],
6677
- ?offering_class: ("standard" | "convertible"),
6678
- ?reserved_instances_ids: Array[::String],
6679
- ?dry_run: bool,
6680
6724
  ?offering_type: ("Heavy Utilization" | "Medium Utilization" | "Light Utilization" | "No Upfront" | "Partial Upfront" | "All Upfront")
6681
6725
  ) -> _DescribeReservedInstancesResponseSuccess
6682
6726
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeReservedInstancesResponseSuccess
@@ -6687,14 +6731,14 @@ module Aws
6687
6731
  end
6688
6732
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_reserved_instances_listings-instance_method
6689
6733
  def describe_reserved_instances_listings: (
6734
+ ?reserved_instances_id: ::String,
6735
+ ?reserved_instances_listing_id: ::String,
6690
6736
  ?filters: Array[
6691
6737
  {
6692
6738
  name: ::String?,
6693
6739
  values: Array[::String]?
6694
6740
  },
6695
- ],
6696
- ?reserved_instances_id: ::String,
6697
- ?reserved_instances_listing_id: ::String
6741
+ ]
6698
6742
  ) -> _DescribeReservedInstancesListingsResponseSuccess
6699
6743
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeReservedInstancesListingsResponseSuccess
6700
6744
 
@@ -6705,31 +6749,25 @@ module Aws
6705
6749
  end
6706
6750
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_reserved_instances_modifications-instance_method
6707
6751
  def describe_reserved_instances_modifications: (
6752
+ ?reserved_instances_modification_ids: Array[::String],
6753
+ ?next_token: ::String,
6708
6754
  ?filters: Array[
6709
6755
  {
6710
6756
  name: ::String?,
6711
6757
  values: Array[::String]?
6712
6758
  },
6713
- ],
6714
- ?reserved_instances_modification_ids: Array[::String],
6715
- ?next_token: ::String
6759
+ ]
6716
6760
  ) -> _DescribeReservedInstancesModificationsResponseSuccess
6717
6761
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeReservedInstancesModificationsResponseSuccess
6718
6762
 
6719
6763
  interface _DescribeReservedInstancesOfferingsResponseSuccess
6720
6764
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeReservedInstancesOfferingsResult]
6721
- def reserved_instances_offerings: () -> ::Array[Types::ReservedInstancesOffering]
6722
6765
  def next_token: () -> ::String
6766
+ def reserved_instances_offerings: () -> ::Array[Types::ReservedInstancesOffering]
6723
6767
  end
6724
6768
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_reserved_instances_offerings-instance_method
6725
6769
  def describe_reserved_instances_offerings: (
6726
6770
  ?availability_zone: ::String,
6727
- ?filters: Array[
6728
- {
6729
- name: ::String?,
6730
- values: Array[::String]?
6731
- },
6732
- ],
6733
6771
  ?include_marketplace: bool,
6734
6772
  ?instance_type: ("a1.medium" | "a1.large" | "a1.xlarge" | "a1.2xlarge" | "a1.4xlarge" | "a1.metal" | "c1.medium" | "c1.xlarge" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5.metal" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c5ad.large" | "c5ad.xlarge" | "c5ad.2xlarge" | "c5ad.4xlarge" | "c5ad.8xlarge" | "c5ad.12xlarge" | "c5ad.16xlarge" | "c5ad.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c5d.metal" | "c5n.large" | "c5n.xlarge" | "c5n.2xlarge" | "c5n.4xlarge" | "c5n.9xlarge" | "c5n.18xlarge" | "c5n.metal" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "c6g.metal" | "c6gd.medium" | "c6gd.large" | "c6gd.xlarge" | "c6gd.2xlarge" | "c6gd.4xlarge" | "c6gd.8xlarge" | "c6gd.12xlarge" | "c6gd.16xlarge" | "c6gd.metal" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "c6i.32xlarge" | "c6i.metal" | "cc1.4xlarge" | "cc2.8xlarge" | "cg1.4xlarge" | "cr1.8xlarge" | "d2.xlarge" | "d2.2xlarge" | "d2.4xlarge" | "d2.8xlarge" | "d3.xlarge" | "d3.2xlarge" | "d3.4xlarge" | "d3.8xlarge" | "d3en.xlarge" | "d3en.2xlarge" | "d3en.4xlarge" | "d3en.6xlarge" | "d3en.8xlarge" | "d3en.12xlarge" | "dl1.24xlarge" | "f1.2xlarge" | "f1.4xlarge" | "f1.16xlarge" | "g2.2xlarge" | "g2.8xlarge" | "g3.4xlarge" | "g3.8xlarge" | "g3.16xlarge" | "g3s.xlarge" | "g4ad.xlarge" | "g4ad.2xlarge" | "g4ad.4xlarge" | "g4ad.8xlarge" | "g4ad.16xlarge" | "g4dn.xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g4dn.metal" | "g5.xlarge" | "g5.2xlarge" | "g5.4xlarge" | "g5.8xlarge" | "g5.12xlarge" | "g5.16xlarge" | "g5.24xlarge" | "g5.48xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge" | "g5g.metal" | "hi1.4xlarge" | "hpc6a.48xlarge" | "hs1.8xlarge" | "h1.2xlarge" | "h1.4xlarge" | "h1.8xlarge" | "h1.16xlarge" | "i2.xlarge" | "i2.2xlarge" | "i2.4xlarge" | "i2.8xlarge" | "i3.large" | "i3.xlarge" | "i3.2xlarge" | "i3.4xlarge" | "i3.8xlarge" | "i3.16xlarge" | "i3.metal" | "i3en.large" | "i3en.xlarge" | "i3en.2xlarge" | "i3en.3xlarge" | "i3en.6xlarge" | "i3en.12xlarge" | "i3en.24xlarge" | "i3en.metal" | "im4gn.large" | "im4gn.xlarge" | "im4gn.2xlarge" | "im4gn.4xlarge" | "im4gn.8xlarge" | "im4gn.16xlarge" | "inf1.xlarge" | "inf1.2xlarge" | "inf1.6xlarge" | "inf1.24xlarge" | "is4gen.medium" | "is4gen.large" | "is4gen.xlarge" | "is4gen.2xlarge" | "is4gen.4xlarge" | "is4gen.8xlarge" | "m1.small" | "m1.medium" | "m1.large" | "m1.xlarge" | "m2.xlarge" | "m2.2xlarge" | "m2.4xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m4.16xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5.metal" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m5ad.large" | "m5ad.xlarge" | "m5ad.2xlarge" | "m5ad.4xlarge" | "m5ad.8xlarge" | "m5ad.12xlarge" | "m5ad.16xlarge" | "m5ad.24xlarge" | "m5d.large" | "m5d.xlarge" | "m5d.2xlarge" | "m5d.4xlarge" | "m5d.8xlarge" | "m5d.12xlarge" | "m5d.16xlarge" | "m5d.24xlarge" | "m5d.metal" | "m5dn.large" | "m5dn.xlarge" | "m5dn.2xlarge" | "m5dn.4xlarge" | "m5dn.8xlarge" | "m5dn.12xlarge" | "m5dn.16xlarge" | "m5dn.24xlarge" | "m5dn.metal" | "m5n.large" | "m5n.xlarge" | "m5n.2xlarge" | "m5n.4xlarge" | "m5n.8xlarge" | "m5n.12xlarge" | "m5n.16xlarge" | "m5n.24xlarge" | "m5n.metal" | "m5zn.large" | "m5zn.xlarge" | "m5zn.2xlarge" | "m5zn.3xlarge" | "m5zn.6xlarge" | "m5zn.12xlarge" | "m5zn.metal" | "m6a.large" | "m6a.xlarge" | "m6a.2xlarge" | "m6a.4xlarge" | "m6a.8xlarge" | "m6a.12xlarge" | "m6a.16xlarge" | "m6a.24xlarge" | "m6a.32xlarge" | "m6a.48xlarge" | "m6g.metal" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "m6gd.metal" | "m6gd.medium" | "m6gd.large" | "m6gd.xlarge" | "m6gd.2xlarge" | "m6gd.4xlarge" | "m6gd.8xlarge" | "m6gd.12xlarge" | "m6gd.16xlarge" | "m6i.large" | "m6i.xlarge" | "m6i.2xlarge" | "m6i.4xlarge" | "m6i.8xlarge" | "m6i.12xlarge" | "m6i.16xlarge" | "m6i.24xlarge" | "m6i.32xlarge" | "m6i.metal" | "mac1.metal" | "p2.xlarge" | "p2.8xlarge" | "p2.16xlarge" | "p3.2xlarge" | "p3.8xlarge" | "p3.16xlarge" | "p3dn.24xlarge" | "p4d.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5.metal" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r5ad.large" | "r5ad.xlarge" | "r5ad.2xlarge" | "r5ad.4xlarge" | "r5ad.8xlarge" | "r5ad.12xlarge" | "r5ad.16xlarge" | "r5ad.24xlarge" | "r5b.large" | "r5b.xlarge" | "r5b.2xlarge" | "r5b.4xlarge" | "r5b.8xlarge" | "r5b.12xlarge" | "r5b.16xlarge" | "r5b.24xlarge" | "r5b.metal" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "r5d.metal" | "r5dn.large" | "r5dn.xlarge" | "r5dn.2xlarge" | "r5dn.4xlarge" | "r5dn.8xlarge" | "r5dn.12xlarge" | "r5dn.16xlarge" | "r5dn.24xlarge" | "r5dn.metal" | "r5n.large" | "r5n.xlarge" | "r5n.2xlarge" | "r5n.4xlarge" | "r5n.8xlarge" | "r5n.12xlarge" | "r5n.16xlarge" | "r5n.24xlarge" | "r5n.metal" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "r6g.metal" | "r6gd.medium" | "r6gd.large" | "r6gd.xlarge" | "r6gd.2xlarge" | "r6gd.4xlarge" | "r6gd.8xlarge" | "r6gd.12xlarge" | "r6gd.16xlarge" | "r6gd.metal" | "r6i.large" | "r6i.xlarge" | "r6i.2xlarge" | "r6i.4xlarge" | "r6i.8xlarge" | "r6i.12xlarge" | "r6i.16xlarge" | "r6i.24xlarge" | "r6i.32xlarge" | "r6i.metal" | "t1.micro" | "t2.nano" | "t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "t2.xlarge" | "t2.2xlarge" | "t3.nano" | "t3.micro" | "t3.small" | "t3.medium" | "t3.large" | "t3.xlarge" | "t3.2xlarge" | "t3a.nano" | "t3a.micro" | "t3a.small" | "t3a.medium" | "t3a.large" | "t3a.xlarge" | "t3a.2xlarge" | "t4g.nano" | "t4g.micro" | "t4g.small" | "t4g.medium" | "t4g.large" | "t4g.xlarge" | "t4g.2xlarge" | "u-6tb1.56xlarge" | "u-6tb1.112xlarge" | "u-9tb1.112xlarge" | "u-12tb1.112xlarge" | "u-6tb1.metal" | "u-9tb1.metal" | "u-12tb1.metal" | "u-18tb1.metal" | "u-24tb1.metal" | "vt1.3xlarge" | "vt1.6xlarge" | "vt1.24xlarge" | "x1.16xlarge" | "x1.32xlarge" | "x1e.xlarge" | "x1e.2xlarge" | "x1e.4xlarge" | "x1e.8xlarge" | "x1e.16xlarge" | "x1e.32xlarge" | "x2iezn.2xlarge" | "x2iezn.4xlarge" | "x2iezn.6xlarge" | "x2iezn.8xlarge" | "x2iezn.12xlarge" | "x2iezn.metal" | "x2gd.medium" | "x2gd.large" | "x2gd.xlarge" | "x2gd.2xlarge" | "x2gd.4xlarge" | "x2gd.8xlarge" | "x2gd.12xlarge" | "x2gd.16xlarge" | "x2gd.metal" | "z1d.large" | "z1d.xlarge" | "z1d.2xlarge" | "z1d.3xlarge" | "z1d.6xlarge" | "z1d.12xlarge" | "z1d.metal" | "x2idn.16xlarge" | "x2idn.24xlarge" | "x2idn.32xlarge" | "x2iedn.xlarge" | "x2iedn.2xlarge" | "x2iedn.4xlarge" | "x2iedn.8xlarge" | "x2iedn.16xlarge" | "x2iedn.24xlarge" | "x2iedn.32xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6a.32xlarge" | "c6a.48xlarge" | "c6a.metal" | "m6a.metal" | "i4i.large" | "i4i.xlarge" | "i4i.2xlarge" | "i4i.4xlarge" | "i4i.8xlarge" | "i4i.16xlarge" | "i4i.32xlarge" | "i4i.metal" | "x2idn.metal" | "x2iedn.metal" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "mac2.metal" | "c6id.large" | "c6id.xlarge" | "c6id.2xlarge" | "c6id.4xlarge" | "c6id.8xlarge" | "c6id.12xlarge" | "c6id.16xlarge" | "c6id.24xlarge" | "c6id.32xlarge" | "c6id.metal" | "m6id.large" | "m6id.xlarge" | "m6id.2xlarge" | "m6id.4xlarge" | "m6id.8xlarge" | "m6id.12xlarge" | "m6id.16xlarge" | "m6id.24xlarge" | "m6id.32xlarge" | "m6id.metal" | "r6id.large" | "r6id.xlarge" | "r6id.2xlarge" | "r6id.4xlarge" | "r6id.8xlarge" | "r6id.12xlarge" | "r6id.16xlarge" | "r6id.24xlarge" | "r6id.32xlarge" | "r6id.metal" | "r6a.large" | "r6a.xlarge" | "r6a.2xlarge" | "r6a.4xlarge" | "r6a.8xlarge" | "r6a.12xlarge" | "r6a.16xlarge" | "r6a.24xlarge" | "r6a.32xlarge" | "r6a.48xlarge" | "r6a.metal" | "p4de.24xlarge" | "u-3tb1.56xlarge" | "u-18tb1.112xlarge" | "u-24tb1.112xlarge" | "trn1.2xlarge" | "trn1.32xlarge" | "hpc6id.32xlarge" | "c6in.large" | "c6in.xlarge" | "c6in.2xlarge" | "c6in.4xlarge" | "c6in.8xlarge" | "c6in.12xlarge" | "c6in.16xlarge" | "c6in.24xlarge" | "c6in.32xlarge" | "m6in.large" | "m6in.xlarge" | "m6in.2xlarge" | "m6in.4xlarge" | "m6in.8xlarge" | "m6in.12xlarge" | "m6in.16xlarge" | "m6in.24xlarge" | "m6in.32xlarge" | "m6idn.large" | "m6idn.xlarge" | "m6idn.2xlarge" | "m6idn.4xlarge" | "m6idn.8xlarge" | "m6idn.12xlarge" | "m6idn.16xlarge" | "m6idn.24xlarge" | "m6idn.32xlarge" | "r6in.large" | "r6in.xlarge" | "r6in.2xlarge" | "r6in.4xlarge" | "r6in.8xlarge" | "r6in.12xlarge" | "r6in.16xlarge" | "r6in.24xlarge" | "r6in.32xlarge" | "r6idn.large" | "r6idn.xlarge" | "r6idn.2xlarge" | "r6idn.4xlarge" | "r6idn.8xlarge" | "r6idn.12xlarge" | "r6idn.16xlarge" | "r6idn.24xlarge" | "r6idn.32xlarge" | "c7g.metal" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "m7g.metal" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "r7g.metal" | "c6in.metal" | "m6in.metal" | "m6idn.metal" | "r6in.metal" | "r6idn.metal" | "inf2.xlarge" | "inf2.8xlarge" | "inf2.24xlarge" | "inf2.48xlarge" | "trn1n.32xlarge" | "i4g.large" | "i4g.xlarge" | "i4g.2xlarge" | "i4g.4xlarge" | "i4g.8xlarge" | "i4g.16xlarge" | "hpc7g.4xlarge" | "hpc7g.8xlarge" | "hpc7g.16xlarge" | "c7gn.medium" | "c7gn.large" | "c7gn.xlarge" | "c7gn.2xlarge" | "c7gn.4xlarge" | "c7gn.8xlarge" | "c7gn.12xlarge" | "c7gn.16xlarge" | "p5.48xlarge" | "m7i.large" | "m7i.xlarge" | "m7i.2xlarge" | "m7i.4xlarge" | "m7i.8xlarge" | "m7i.12xlarge" | "m7i.16xlarge" | "m7i.24xlarge" | "m7i.48xlarge" | "m7i-flex.large" | "m7i-flex.xlarge" | "m7i-flex.2xlarge" | "m7i-flex.4xlarge" | "m7i-flex.8xlarge" | "m7a.medium" | "m7a.large" | "m7a.xlarge" | "m7a.2xlarge" | "m7a.4xlarge" | "m7a.8xlarge" | "m7a.12xlarge" | "m7a.16xlarge" | "m7a.24xlarge" | "m7a.32xlarge" | "m7a.48xlarge" | "m7a.metal-48xl" | "hpc7a.12xlarge" | "hpc7a.24xlarge" | "hpc7a.48xlarge" | "hpc7a.96xlarge" | "c7gd.medium" | "c7gd.large" | "c7gd.xlarge" | "c7gd.2xlarge" | "c7gd.4xlarge" | "c7gd.8xlarge" | "c7gd.12xlarge" | "c7gd.16xlarge" | "m7gd.medium" | "m7gd.large" | "m7gd.xlarge" | "m7gd.2xlarge" | "m7gd.4xlarge" | "m7gd.8xlarge" | "m7gd.12xlarge" | "m7gd.16xlarge" | "r7gd.medium" | "r7gd.large" | "r7gd.xlarge" | "r7gd.2xlarge" | "r7gd.4xlarge" | "r7gd.8xlarge" | "r7gd.12xlarge" | "r7gd.16xlarge" | "r7a.medium" | "r7a.large" | "r7a.xlarge" | "r7a.2xlarge" | "r7a.4xlarge" | "r7a.8xlarge" | "r7a.12xlarge" | "r7a.16xlarge" | "r7a.24xlarge" | "r7a.32xlarge" | "r7a.48xlarge" | "c7i.large" | "c7i.xlarge" | "c7i.2xlarge" | "c7i.4xlarge" | "c7i.8xlarge" | "c7i.12xlarge" | "c7i.16xlarge" | "c7i.24xlarge" | "c7i.48xlarge" | "mac2-m2pro.metal" | "r7iz.large" | "r7iz.xlarge" | "r7iz.2xlarge" | "r7iz.4xlarge" | "r7iz.8xlarge" | "r7iz.12xlarge" | "r7iz.16xlarge" | "r7iz.32xlarge" | "c7a.medium" | "c7a.large" | "c7a.xlarge" | "c7a.2xlarge" | "c7a.4xlarge" | "c7a.8xlarge" | "c7a.12xlarge" | "c7a.16xlarge" | "c7a.24xlarge" | "c7a.32xlarge" | "c7a.48xlarge" | "c7a.metal-48xl" | "r7a.metal-48xl" | "r7i.large" | "r7i.xlarge" | "r7i.2xlarge" | "r7i.4xlarge" | "r7i.8xlarge" | "r7i.12xlarge" | "r7i.16xlarge" | "r7i.24xlarge" | "r7i.48xlarge" | "dl2q.24xlarge" | "mac2-m2.metal" | "i4i.12xlarge" | "i4i.24xlarge" | "c7i.metal-24xl" | "c7i.metal-48xl" | "m7i.metal-24xl" | "m7i.metal-48xl" | "r7i.metal-24xl" | "r7i.metal-48xl" | "r7iz.metal-16xl" | "r7iz.metal-32xl" | "c7gd.metal" | "m7gd.metal" | "r7gd.metal" | "g6.xlarge" | "g6.2xlarge" | "g6.4xlarge" | "g6.8xlarge" | "g6.12xlarge" | "g6.16xlarge" | "g6.24xlarge" | "g6.48xlarge" | "gr6.4xlarge" | "gr6.8xlarge" | "c7i-flex.large" | "c7i-flex.xlarge" | "c7i-flex.2xlarge" | "c7i-flex.4xlarge" | "c7i-flex.8xlarge" | "u7i-12tb.224xlarge" | "u7in-16tb.224xlarge" | "u7in-24tb.224xlarge" | "u7in-32tb.224xlarge" | "u7ib-12tb.224xlarge" | "c7gn.metal" | "r8g.medium" | "r8g.large" | "r8g.xlarge" | "r8g.2xlarge" | "r8g.4xlarge" | "r8g.8xlarge" | "r8g.12xlarge" | "r8g.16xlarge" | "r8g.24xlarge" | "r8g.48xlarge" | "r8g.metal-24xl" | "r8g.metal-48xl" | "mac2-m1ultra.metal" | "g6e.xlarge" | "g6e.2xlarge" | "g6e.4xlarge" | "g6e.8xlarge" | "g6e.12xlarge" | "g6e.16xlarge" | "g6e.24xlarge" | "g6e.48xlarge"),
6735
6773
  ?max_duration: ::Integer,
@@ -6739,10 +6777,16 @@ module Aws
6739
6777
  ?product_description: ("Linux/UNIX" | "Linux/UNIX (Amazon VPC)" | "Windows" | "Windows (Amazon VPC)"),
6740
6778
  ?reserved_instances_offering_ids: Array[::String],
6741
6779
  ?dry_run: bool,
6780
+ ?filters: Array[
6781
+ {
6782
+ name: ::String?,
6783
+ values: Array[::String]?
6784
+ },
6785
+ ],
6742
6786
  ?instance_tenancy: ("default" | "dedicated" | "host"),
6743
- ?max_results: ::Integer,
6787
+ ?offering_type: ("Heavy Utilization" | "Medium Utilization" | "Light Utilization" | "No Upfront" | "Partial Upfront" | "All Upfront"),
6744
6788
  ?next_token: ::String,
6745
- ?offering_type: ("Heavy Utilization" | "Medium Utilization" | "Light Utilization" | "No Upfront" | "Partial Upfront" | "All Upfront")
6789
+ ?max_results: ::Integer
6746
6790
  ) -> _DescribeReservedInstancesOfferingsResponseSuccess
6747
6791
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeReservedInstancesOfferingsResponseSuccess
6748
6792
 
@@ -6753,16 +6797,16 @@ module Aws
6753
6797
  end
6754
6798
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_route_tables-instance_method
6755
6799
  def describe_route_tables: (
6800
+ ?next_token: ::String,
6801
+ ?max_results: ::Integer,
6802
+ ?dry_run: bool,
6803
+ ?route_table_ids: Array[::String],
6756
6804
  ?filters: Array[
6757
6805
  {
6758
6806
  name: ::String?,
6759
6807
  values: Array[::String]?
6760
6808
  },
6761
- ],
6762
- ?dry_run: bool,
6763
- ?route_table_ids: Array[::String],
6764
- ?next_token: ::String,
6765
- ?max_results: ::Integer
6809
+ ]
6766
6810
  ) -> _DescribeRouteTablesResponseSuccess
6767
6811
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeRouteTablesResponseSuccess
6768
6812
 
@@ -6855,30 +6899,30 @@ module Aws
6855
6899
 
6856
6900
  interface _DescribeSecurityGroupsResponseSuccess
6857
6901
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeSecurityGroupsResult]
6858
- def security_groups: () -> ::Array[Types::SecurityGroup]
6859
6902
  def next_token: () -> ::String
6903
+ def security_groups: () -> ::Array[Types::SecurityGroup]
6860
6904
  end
6861
6905
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_security_groups-instance_method
6862
6906
  def describe_security_groups: (
6907
+ ?group_ids: Array[::String],
6908
+ ?group_names: Array[::String],
6909
+ ?next_token: ::String,
6910
+ ?max_results: ::Integer,
6911
+ ?dry_run: bool,
6863
6912
  ?filters: Array[
6864
6913
  {
6865
6914
  name: ::String?,
6866
6915
  values: Array[::String]?
6867
6916
  },
6868
- ],
6869
- ?group_ids: Array[::String],
6870
- ?group_names: Array[::String],
6871
- ?dry_run: bool,
6872
- ?next_token: ::String,
6873
- ?max_results: ::Integer
6917
+ ]
6874
6918
  ) -> _DescribeSecurityGroupsResponseSuccess
6875
6919
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSecurityGroupsResponseSuccess
6876
6920
 
6877
6921
  interface _DescribeSnapshotAttributeResponseSuccess
6878
6922
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeSnapshotAttributeResult]
6879
- def create_volume_permissions: () -> ::Array[Types::CreateVolumePermission]
6880
6923
  def product_codes: () -> ::Array[Types::ProductCode]
6881
6924
  def snapshot_id: () -> ::String
6925
+ def create_volume_permissions: () -> ::Array[Types::CreateVolumePermission]
6882
6926
  end
6883
6927
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_snapshot_attribute-instance_method
6884
6928
  def describe_snapshot_attribute: (
@@ -6909,23 +6953,23 @@ module Aws
6909
6953
 
6910
6954
  interface _DescribeSnapshotsResponseSuccess
6911
6955
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeSnapshotsResult]
6912
- def snapshots: () -> ::Array[Types::Snapshot]
6913
6956
  def next_token: () -> ::String
6957
+ def snapshots: () -> ::Array[Types::Snapshot]
6914
6958
  end
6915
6959
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_snapshots-instance_method
6916
6960
  def describe_snapshots: (
6917
- ?filters: Array[
6918
- {
6919
- name: ::String?,
6920
- values: Array[::String]?
6921
- },
6922
- ],
6923
6961
  ?max_results: ::Integer,
6924
6962
  ?next_token: ::String,
6925
6963
  ?owner_ids: Array[::String],
6926
6964
  ?restorable_by_user_ids: Array[::String],
6927
6965
  ?snapshot_ids: Array[::String],
6928
- ?dry_run: bool
6966
+ ?dry_run: bool,
6967
+ ?filters: Array[
6968
+ {
6969
+ name: ::String?,
6970
+ values: Array[::String]?
6971
+ },
6972
+ ]
6929
6973
  ) -> _DescribeSnapshotsResponseSuccess
6930
6974
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSnapshotsResponseSuccess
6931
6975
 
@@ -6948,9 +6992,9 @@ module Aws
6948
6992
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_spot_fleet_instances-instance_method
6949
6993
  def describe_spot_fleet_instances: (
6950
6994
  ?dry_run: bool,
6951
- ?max_results: ::Integer,
6995
+ spot_fleet_request_id: ::String,
6952
6996
  ?next_token: ::String,
6953
- spot_fleet_request_id: ::String
6997
+ ?max_results: ::Integer
6954
6998
  ) -> _DescribeSpotFleetInstancesResponseSuccess
6955
6999
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSpotFleetInstancesResponseSuccess
6956
7000
 
@@ -6965,11 +7009,11 @@ module Aws
6965
7009
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_spot_fleet_request_history-instance_method
6966
7010
  def describe_spot_fleet_request_history: (
6967
7011
  ?dry_run: bool,
7012
+ spot_fleet_request_id: ::String,
6968
7013
  ?event_type: ("instanceChange" | "fleetRequestChange" | "error" | "information"),
6969
- ?max_results: ::Integer,
7014
+ start_time: ::Time,
6970
7015
  ?next_token: ::String,
6971
- spot_fleet_request_id: ::String,
6972
- start_time: ::Time
7016
+ ?max_results: ::Integer
6973
7017
  ) -> _DescribeSpotFleetRequestHistoryResponseSuccess
6974
7018
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSpotFleetRequestHistoryResponseSuccess
6975
7019
 
@@ -6981,9 +7025,9 @@ module Aws
6981
7025
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_spot_fleet_requests-instance_method
6982
7026
  def describe_spot_fleet_requests: (
6983
7027
  ?dry_run: bool,
6984
- ?max_results: ::Integer,
7028
+ ?spot_fleet_request_ids: Array[::String],
6985
7029
  ?next_token: ::String,
6986
- ?spot_fleet_request_ids: Array[::String]
7030
+ ?max_results: ::Integer
6987
7031
  ) -> _DescribeSpotFleetRequestsResponseSuccess
6988
7032
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSpotFleetRequestsResponseSuccess
6989
7033
 
@@ -6994,16 +7038,16 @@ module Aws
6994
7038
  end
6995
7039
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_spot_instance_requests-instance_method
6996
7040
  def describe_spot_instance_requests: (
7041
+ ?next_token: ::String,
7042
+ ?max_results: ::Integer,
7043
+ ?dry_run: bool,
7044
+ ?spot_instance_request_ids: Array[::String],
6997
7045
  ?filters: Array[
6998
7046
  {
6999
7047
  name: ::String?,
7000
7048
  values: Array[::String]?
7001
7049
  },
7002
- ],
7003
- ?dry_run: bool,
7004
- ?spot_instance_request_ids: Array[::String],
7005
- ?next_token: ::String,
7006
- ?max_results: ::Integer
7050
+ ]
7007
7051
  ) -> _DescribeSpotInstanceRequestsResponseSuccess
7008
7052
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSpotInstanceRequestsResponseSuccess
7009
7053
 
@@ -7014,6 +7058,11 @@ module Aws
7014
7058
  end
7015
7059
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_spot_price_history-instance_method
7016
7060
  def describe_spot_price_history: (
7061
+ ?dry_run: bool,
7062
+ ?start_time: ::Time,
7063
+ ?end_time: ::Time,
7064
+ ?instance_types: Array[("a1.medium" | "a1.large" | "a1.xlarge" | "a1.2xlarge" | "a1.4xlarge" | "a1.metal" | "c1.medium" | "c1.xlarge" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5.metal" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c5ad.large" | "c5ad.xlarge" | "c5ad.2xlarge" | "c5ad.4xlarge" | "c5ad.8xlarge" | "c5ad.12xlarge" | "c5ad.16xlarge" | "c5ad.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c5d.metal" | "c5n.large" | "c5n.xlarge" | "c5n.2xlarge" | "c5n.4xlarge" | "c5n.9xlarge" | "c5n.18xlarge" | "c5n.metal" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "c6g.metal" | "c6gd.medium" | "c6gd.large" | "c6gd.xlarge" | "c6gd.2xlarge" | "c6gd.4xlarge" | "c6gd.8xlarge" | "c6gd.12xlarge" | "c6gd.16xlarge" | "c6gd.metal" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "c6i.32xlarge" | "c6i.metal" | "cc1.4xlarge" | "cc2.8xlarge" | "cg1.4xlarge" | "cr1.8xlarge" | "d2.xlarge" | "d2.2xlarge" | "d2.4xlarge" | "d2.8xlarge" | "d3.xlarge" | "d3.2xlarge" | "d3.4xlarge" | "d3.8xlarge" | "d3en.xlarge" | "d3en.2xlarge" | "d3en.4xlarge" | "d3en.6xlarge" | "d3en.8xlarge" | "d3en.12xlarge" | "dl1.24xlarge" | "f1.2xlarge" | "f1.4xlarge" | "f1.16xlarge" | "g2.2xlarge" | "g2.8xlarge" | "g3.4xlarge" | "g3.8xlarge" | "g3.16xlarge" | "g3s.xlarge" | "g4ad.xlarge" | "g4ad.2xlarge" | "g4ad.4xlarge" | "g4ad.8xlarge" | "g4ad.16xlarge" | "g4dn.xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g4dn.metal" | "g5.xlarge" | "g5.2xlarge" | "g5.4xlarge" | "g5.8xlarge" | "g5.12xlarge" | "g5.16xlarge" | "g5.24xlarge" | "g5.48xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge" | "g5g.metal" | "hi1.4xlarge" | "hpc6a.48xlarge" | "hs1.8xlarge" | "h1.2xlarge" | "h1.4xlarge" | "h1.8xlarge" | "h1.16xlarge" | "i2.xlarge" | "i2.2xlarge" | "i2.4xlarge" | "i2.8xlarge" | "i3.large" | "i3.xlarge" | "i3.2xlarge" | "i3.4xlarge" | "i3.8xlarge" | "i3.16xlarge" | "i3.metal" | "i3en.large" | "i3en.xlarge" | "i3en.2xlarge" | "i3en.3xlarge" | "i3en.6xlarge" | "i3en.12xlarge" | "i3en.24xlarge" | "i3en.metal" | "im4gn.large" | "im4gn.xlarge" | "im4gn.2xlarge" | "im4gn.4xlarge" | "im4gn.8xlarge" | "im4gn.16xlarge" | "inf1.xlarge" | "inf1.2xlarge" | "inf1.6xlarge" | "inf1.24xlarge" | "is4gen.medium" | "is4gen.large" | "is4gen.xlarge" | "is4gen.2xlarge" | "is4gen.4xlarge" | "is4gen.8xlarge" | "m1.small" | "m1.medium" | "m1.large" | "m1.xlarge" | "m2.xlarge" | "m2.2xlarge" | "m2.4xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m4.16xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5.metal" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m5ad.large" | "m5ad.xlarge" | "m5ad.2xlarge" | "m5ad.4xlarge" | "m5ad.8xlarge" | "m5ad.12xlarge" | "m5ad.16xlarge" | "m5ad.24xlarge" | "m5d.large" | "m5d.xlarge" | "m5d.2xlarge" | "m5d.4xlarge" | "m5d.8xlarge" | "m5d.12xlarge" | "m5d.16xlarge" | "m5d.24xlarge" | "m5d.metal" | "m5dn.large" | "m5dn.xlarge" | "m5dn.2xlarge" | "m5dn.4xlarge" | "m5dn.8xlarge" | "m5dn.12xlarge" | "m5dn.16xlarge" | "m5dn.24xlarge" | "m5dn.metal" | "m5n.large" | "m5n.xlarge" | "m5n.2xlarge" | "m5n.4xlarge" | "m5n.8xlarge" | "m5n.12xlarge" | "m5n.16xlarge" | "m5n.24xlarge" | "m5n.metal" | "m5zn.large" | "m5zn.xlarge" | "m5zn.2xlarge" | "m5zn.3xlarge" | "m5zn.6xlarge" | "m5zn.12xlarge" | "m5zn.metal" | "m6a.large" | "m6a.xlarge" | "m6a.2xlarge" | "m6a.4xlarge" | "m6a.8xlarge" | "m6a.12xlarge" | "m6a.16xlarge" | "m6a.24xlarge" | "m6a.32xlarge" | "m6a.48xlarge" | "m6g.metal" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "m6gd.metal" | "m6gd.medium" | "m6gd.large" | "m6gd.xlarge" | "m6gd.2xlarge" | "m6gd.4xlarge" | "m6gd.8xlarge" | "m6gd.12xlarge" | "m6gd.16xlarge" | "m6i.large" | "m6i.xlarge" | "m6i.2xlarge" | "m6i.4xlarge" | "m6i.8xlarge" | "m6i.12xlarge" | "m6i.16xlarge" | "m6i.24xlarge" | "m6i.32xlarge" | "m6i.metal" | "mac1.metal" | "p2.xlarge" | "p2.8xlarge" | "p2.16xlarge" | "p3.2xlarge" | "p3.8xlarge" | "p3.16xlarge" | "p3dn.24xlarge" | "p4d.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5.metal" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r5ad.large" | "r5ad.xlarge" | "r5ad.2xlarge" | "r5ad.4xlarge" | "r5ad.8xlarge" | "r5ad.12xlarge" | "r5ad.16xlarge" | "r5ad.24xlarge" | "r5b.large" | "r5b.xlarge" | "r5b.2xlarge" | "r5b.4xlarge" | "r5b.8xlarge" | "r5b.12xlarge" | "r5b.16xlarge" | "r5b.24xlarge" | "r5b.metal" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "r5d.metal" | "r5dn.large" | "r5dn.xlarge" | "r5dn.2xlarge" | "r5dn.4xlarge" | "r5dn.8xlarge" | "r5dn.12xlarge" | "r5dn.16xlarge" | "r5dn.24xlarge" | "r5dn.metal" | "r5n.large" | "r5n.xlarge" | "r5n.2xlarge" | "r5n.4xlarge" | "r5n.8xlarge" | "r5n.12xlarge" | "r5n.16xlarge" | "r5n.24xlarge" | "r5n.metal" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "r6g.metal" | "r6gd.medium" | "r6gd.large" | "r6gd.xlarge" | "r6gd.2xlarge" | "r6gd.4xlarge" | "r6gd.8xlarge" | "r6gd.12xlarge" | "r6gd.16xlarge" | "r6gd.metal" | "r6i.large" | "r6i.xlarge" | "r6i.2xlarge" | "r6i.4xlarge" | "r6i.8xlarge" | "r6i.12xlarge" | "r6i.16xlarge" | "r6i.24xlarge" | "r6i.32xlarge" | "r6i.metal" | "t1.micro" | "t2.nano" | "t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "t2.xlarge" | "t2.2xlarge" | "t3.nano" | "t3.micro" | "t3.small" | "t3.medium" | "t3.large" | "t3.xlarge" | "t3.2xlarge" | "t3a.nano" | "t3a.micro" | "t3a.small" | "t3a.medium" | "t3a.large" | "t3a.xlarge" | "t3a.2xlarge" | "t4g.nano" | "t4g.micro" | "t4g.small" | "t4g.medium" | "t4g.large" | "t4g.xlarge" | "t4g.2xlarge" | "u-6tb1.56xlarge" | "u-6tb1.112xlarge" | "u-9tb1.112xlarge" | "u-12tb1.112xlarge" | "u-6tb1.metal" | "u-9tb1.metal" | "u-12tb1.metal" | "u-18tb1.metal" | "u-24tb1.metal" | "vt1.3xlarge" | "vt1.6xlarge" | "vt1.24xlarge" | "x1.16xlarge" | "x1.32xlarge" | "x1e.xlarge" | "x1e.2xlarge" | "x1e.4xlarge" | "x1e.8xlarge" | "x1e.16xlarge" | "x1e.32xlarge" | "x2iezn.2xlarge" | "x2iezn.4xlarge" | "x2iezn.6xlarge" | "x2iezn.8xlarge" | "x2iezn.12xlarge" | "x2iezn.metal" | "x2gd.medium" | "x2gd.large" | "x2gd.xlarge" | "x2gd.2xlarge" | "x2gd.4xlarge" | "x2gd.8xlarge" | "x2gd.12xlarge" | "x2gd.16xlarge" | "x2gd.metal" | "z1d.large" | "z1d.xlarge" | "z1d.2xlarge" | "z1d.3xlarge" | "z1d.6xlarge" | "z1d.12xlarge" | "z1d.metal" | "x2idn.16xlarge" | "x2idn.24xlarge" | "x2idn.32xlarge" | "x2iedn.xlarge" | "x2iedn.2xlarge" | "x2iedn.4xlarge" | "x2iedn.8xlarge" | "x2iedn.16xlarge" | "x2iedn.24xlarge" | "x2iedn.32xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6a.32xlarge" | "c6a.48xlarge" | "c6a.metal" | "m6a.metal" | "i4i.large" | "i4i.xlarge" | "i4i.2xlarge" | "i4i.4xlarge" | "i4i.8xlarge" | "i4i.16xlarge" | "i4i.32xlarge" | "i4i.metal" | "x2idn.metal" | "x2iedn.metal" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "mac2.metal" | "c6id.large" | "c6id.xlarge" | "c6id.2xlarge" | "c6id.4xlarge" | "c6id.8xlarge" | "c6id.12xlarge" | "c6id.16xlarge" | "c6id.24xlarge" | "c6id.32xlarge" | "c6id.metal" | "m6id.large" | "m6id.xlarge" | "m6id.2xlarge" | "m6id.4xlarge" | "m6id.8xlarge" | "m6id.12xlarge" | "m6id.16xlarge" | "m6id.24xlarge" | "m6id.32xlarge" | "m6id.metal" | "r6id.large" | "r6id.xlarge" | "r6id.2xlarge" | "r6id.4xlarge" | "r6id.8xlarge" | "r6id.12xlarge" | "r6id.16xlarge" | "r6id.24xlarge" | "r6id.32xlarge" | "r6id.metal" | "r6a.large" | "r6a.xlarge" | "r6a.2xlarge" | "r6a.4xlarge" | "r6a.8xlarge" | "r6a.12xlarge" | "r6a.16xlarge" | "r6a.24xlarge" | "r6a.32xlarge" | "r6a.48xlarge" | "r6a.metal" | "p4de.24xlarge" | "u-3tb1.56xlarge" | "u-18tb1.112xlarge" | "u-24tb1.112xlarge" | "trn1.2xlarge" | "trn1.32xlarge" | "hpc6id.32xlarge" | "c6in.large" | "c6in.xlarge" | "c6in.2xlarge" | "c6in.4xlarge" | "c6in.8xlarge" | "c6in.12xlarge" | "c6in.16xlarge" | "c6in.24xlarge" | "c6in.32xlarge" | "m6in.large" | "m6in.xlarge" | "m6in.2xlarge" | "m6in.4xlarge" | "m6in.8xlarge" | "m6in.12xlarge" | "m6in.16xlarge" | "m6in.24xlarge" | "m6in.32xlarge" | "m6idn.large" | "m6idn.xlarge" | "m6idn.2xlarge" | "m6idn.4xlarge" | "m6idn.8xlarge" | "m6idn.12xlarge" | "m6idn.16xlarge" | "m6idn.24xlarge" | "m6idn.32xlarge" | "r6in.large" | "r6in.xlarge" | "r6in.2xlarge" | "r6in.4xlarge" | "r6in.8xlarge" | "r6in.12xlarge" | "r6in.16xlarge" | "r6in.24xlarge" | "r6in.32xlarge" | "r6idn.large" | "r6idn.xlarge" | "r6idn.2xlarge" | "r6idn.4xlarge" | "r6idn.8xlarge" | "r6idn.12xlarge" | "r6idn.16xlarge" | "r6idn.24xlarge" | "r6idn.32xlarge" | "c7g.metal" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "m7g.metal" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "r7g.metal" | "c6in.metal" | "m6in.metal" | "m6idn.metal" | "r6in.metal" | "r6idn.metal" | "inf2.xlarge" | "inf2.8xlarge" | "inf2.24xlarge" | "inf2.48xlarge" | "trn1n.32xlarge" | "i4g.large" | "i4g.xlarge" | "i4g.2xlarge" | "i4g.4xlarge" | "i4g.8xlarge" | "i4g.16xlarge" | "hpc7g.4xlarge" | "hpc7g.8xlarge" | "hpc7g.16xlarge" | "c7gn.medium" | "c7gn.large" | "c7gn.xlarge" | "c7gn.2xlarge" | "c7gn.4xlarge" | "c7gn.8xlarge" | "c7gn.12xlarge" | "c7gn.16xlarge" | "p5.48xlarge" | "m7i.large" | "m7i.xlarge" | "m7i.2xlarge" | "m7i.4xlarge" | "m7i.8xlarge" | "m7i.12xlarge" | "m7i.16xlarge" | "m7i.24xlarge" | "m7i.48xlarge" | "m7i-flex.large" | "m7i-flex.xlarge" | "m7i-flex.2xlarge" | "m7i-flex.4xlarge" | "m7i-flex.8xlarge" | "m7a.medium" | "m7a.large" | "m7a.xlarge" | "m7a.2xlarge" | "m7a.4xlarge" | "m7a.8xlarge" | "m7a.12xlarge" | "m7a.16xlarge" | "m7a.24xlarge" | "m7a.32xlarge" | "m7a.48xlarge" | "m7a.metal-48xl" | "hpc7a.12xlarge" | "hpc7a.24xlarge" | "hpc7a.48xlarge" | "hpc7a.96xlarge" | "c7gd.medium" | "c7gd.large" | "c7gd.xlarge" | "c7gd.2xlarge" | "c7gd.4xlarge" | "c7gd.8xlarge" | "c7gd.12xlarge" | "c7gd.16xlarge" | "m7gd.medium" | "m7gd.large" | "m7gd.xlarge" | "m7gd.2xlarge" | "m7gd.4xlarge" | "m7gd.8xlarge" | "m7gd.12xlarge" | "m7gd.16xlarge" | "r7gd.medium" | "r7gd.large" | "r7gd.xlarge" | "r7gd.2xlarge" | "r7gd.4xlarge" | "r7gd.8xlarge" | "r7gd.12xlarge" | "r7gd.16xlarge" | "r7a.medium" | "r7a.large" | "r7a.xlarge" | "r7a.2xlarge" | "r7a.4xlarge" | "r7a.8xlarge" | "r7a.12xlarge" | "r7a.16xlarge" | "r7a.24xlarge" | "r7a.32xlarge" | "r7a.48xlarge" | "c7i.large" | "c7i.xlarge" | "c7i.2xlarge" | "c7i.4xlarge" | "c7i.8xlarge" | "c7i.12xlarge" | "c7i.16xlarge" | "c7i.24xlarge" | "c7i.48xlarge" | "mac2-m2pro.metal" | "r7iz.large" | "r7iz.xlarge" | "r7iz.2xlarge" | "r7iz.4xlarge" | "r7iz.8xlarge" | "r7iz.12xlarge" | "r7iz.16xlarge" | "r7iz.32xlarge" | "c7a.medium" | "c7a.large" | "c7a.xlarge" | "c7a.2xlarge" | "c7a.4xlarge" | "c7a.8xlarge" | "c7a.12xlarge" | "c7a.16xlarge" | "c7a.24xlarge" | "c7a.32xlarge" | "c7a.48xlarge" | "c7a.metal-48xl" | "r7a.metal-48xl" | "r7i.large" | "r7i.xlarge" | "r7i.2xlarge" | "r7i.4xlarge" | "r7i.8xlarge" | "r7i.12xlarge" | "r7i.16xlarge" | "r7i.24xlarge" | "r7i.48xlarge" | "dl2q.24xlarge" | "mac2-m2.metal" | "i4i.12xlarge" | "i4i.24xlarge" | "c7i.metal-24xl" | "c7i.metal-48xl" | "m7i.metal-24xl" | "m7i.metal-48xl" | "r7i.metal-24xl" | "r7i.metal-48xl" | "r7iz.metal-16xl" | "r7iz.metal-32xl" | "c7gd.metal" | "m7gd.metal" | "r7gd.metal" | "g6.xlarge" | "g6.2xlarge" | "g6.4xlarge" | "g6.8xlarge" | "g6.12xlarge" | "g6.16xlarge" | "g6.24xlarge" | "g6.48xlarge" | "gr6.4xlarge" | "gr6.8xlarge" | "c7i-flex.large" | "c7i-flex.xlarge" | "c7i-flex.2xlarge" | "c7i-flex.4xlarge" | "c7i-flex.8xlarge" | "u7i-12tb.224xlarge" | "u7in-16tb.224xlarge" | "u7in-24tb.224xlarge" | "u7in-32tb.224xlarge" | "u7ib-12tb.224xlarge" | "c7gn.metal" | "r8g.medium" | "r8g.large" | "r8g.xlarge" | "r8g.2xlarge" | "r8g.4xlarge" | "r8g.8xlarge" | "r8g.12xlarge" | "r8g.16xlarge" | "r8g.24xlarge" | "r8g.48xlarge" | "r8g.metal-24xl" | "r8g.metal-48xl" | "mac2-m1ultra.metal" | "g6e.xlarge" | "g6e.2xlarge" | "g6e.4xlarge" | "g6e.8xlarge" | "g6e.12xlarge" | "g6e.16xlarge" | "g6e.24xlarge" | "g6e.48xlarge")],
7065
+ ?product_descriptions: Array[::String],
7017
7066
  ?filters: Array[
7018
7067
  {
7019
7068
  name: ::String?,
@@ -7021,13 +7070,8 @@ module Aws
7021
7070
  },
7022
7071
  ],
7023
7072
  ?availability_zone: ::String,
7024
- ?dry_run: bool,
7025
- ?end_time: ::Time,
7026
- ?instance_types: Array[("a1.medium" | "a1.large" | "a1.xlarge" | "a1.2xlarge" | "a1.4xlarge" | "a1.metal" | "c1.medium" | "c1.xlarge" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5.metal" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c5ad.large" | "c5ad.xlarge" | "c5ad.2xlarge" | "c5ad.4xlarge" | "c5ad.8xlarge" | "c5ad.12xlarge" | "c5ad.16xlarge" | "c5ad.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c5d.metal" | "c5n.large" | "c5n.xlarge" | "c5n.2xlarge" | "c5n.4xlarge" | "c5n.9xlarge" | "c5n.18xlarge" | "c5n.metal" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "c6g.metal" | "c6gd.medium" | "c6gd.large" | "c6gd.xlarge" | "c6gd.2xlarge" | "c6gd.4xlarge" | "c6gd.8xlarge" | "c6gd.12xlarge" | "c6gd.16xlarge" | "c6gd.metal" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "c6i.32xlarge" | "c6i.metal" | "cc1.4xlarge" | "cc2.8xlarge" | "cg1.4xlarge" | "cr1.8xlarge" | "d2.xlarge" | "d2.2xlarge" | "d2.4xlarge" | "d2.8xlarge" | "d3.xlarge" | "d3.2xlarge" | "d3.4xlarge" | "d3.8xlarge" | "d3en.xlarge" | "d3en.2xlarge" | "d3en.4xlarge" | "d3en.6xlarge" | "d3en.8xlarge" | "d3en.12xlarge" | "dl1.24xlarge" | "f1.2xlarge" | "f1.4xlarge" | "f1.16xlarge" | "g2.2xlarge" | "g2.8xlarge" | "g3.4xlarge" | "g3.8xlarge" | "g3.16xlarge" | "g3s.xlarge" | "g4ad.xlarge" | "g4ad.2xlarge" | "g4ad.4xlarge" | "g4ad.8xlarge" | "g4ad.16xlarge" | "g4dn.xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g4dn.metal" | "g5.xlarge" | "g5.2xlarge" | "g5.4xlarge" | "g5.8xlarge" | "g5.12xlarge" | "g5.16xlarge" | "g5.24xlarge" | "g5.48xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge" | "g5g.metal" | "hi1.4xlarge" | "hpc6a.48xlarge" | "hs1.8xlarge" | "h1.2xlarge" | "h1.4xlarge" | "h1.8xlarge" | "h1.16xlarge" | "i2.xlarge" | "i2.2xlarge" | "i2.4xlarge" | "i2.8xlarge" | "i3.large" | "i3.xlarge" | "i3.2xlarge" | "i3.4xlarge" | "i3.8xlarge" | "i3.16xlarge" | "i3.metal" | "i3en.large" | "i3en.xlarge" | "i3en.2xlarge" | "i3en.3xlarge" | "i3en.6xlarge" | "i3en.12xlarge" | "i3en.24xlarge" | "i3en.metal" | "im4gn.large" | "im4gn.xlarge" | "im4gn.2xlarge" | "im4gn.4xlarge" | "im4gn.8xlarge" | "im4gn.16xlarge" | "inf1.xlarge" | "inf1.2xlarge" | "inf1.6xlarge" | "inf1.24xlarge" | "is4gen.medium" | "is4gen.large" | "is4gen.xlarge" | "is4gen.2xlarge" | "is4gen.4xlarge" | "is4gen.8xlarge" | "m1.small" | "m1.medium" | "m1.large" | "m1.xlarge" | "m2.xlarge" | "m2.2xlarge" | "m2.4xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m4.16xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5.metal" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m5ad.large" | "m5ad.xlarge" | "m5ad.2xlarge" | "m5ad.4xlarge" | "m5ad.8xlarge" | "m5ad.12xlarge" | "m5ad.16xlarge" | "m5ad.24xlarge" | "m5d.large" | "m5d.xlarge" | "m5d.2xlarge" | "m5d.4xlarge" | "m5d.8xlarge" | "m5d.12xlarge" | "m5d.16xlarge" | "m5d.24xlarge" | "m5d.metal" | "m5dn.large" | "m5dn.xlarge" | "m5dn.2xlarge" | "m5dn.4xlarge" | "m5dn.8xlarge" | "m5dn.12xlarge" | "m5dn.16xlarge" | "m5dn.24xlarge" | "m5dn.metal" | "m5n.large" | "m5n.xlarge" | "m5n.2xlarge" | "m5n.4xlarge" | "m5n.8xlarge" | "m5n.12xlarge" | "m5n.16xlarge" | "m5n.24xlarge" | "m5n.metal" | "m5zn.large" | "m5zn.xlarge" | "m5zn.2xlarge" | "m5zn.3xlarge" | "m5zn.6xlarge" | "m5zn.12xlarge" | "m5zn.metal" | "m6a.large" | "m6a.xlarge" | "m6a.2xlarge" | "m6a.4xlarge" | "m6a.8xlarge" | "m6a.12xlarge" | "m6a.16xlarge" | "m6a.24xlarge" | "m6a.32xlarge" | "m6a.48xlarge" | "m6g.metal" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "m6gd.metal" | "m6gd.medium" | "m6gd.large" | "m6gd.xlarge" | "m6gd.2xlarge" | "m6gd.4xlarge" | "m6gd.8xlarge" | "m6gd.12xlarge" | "m6gd.16xlarge" | "m6i.large" | "m6i.xlarge" | "m6i.2xlarge" | "m6i.4xlarge" | "m6i.8xlarge" | "m6i.12xlarge" | "m6i.16xlarge" | "m6i.24xlarge" | "m6i.32xlarge" | "m6i.metal" | "mac1.metal" | "p2.xlarge" | "p2.8xlarge" | "p2.16xlarge" | "p3.2xlarge" | "p3.8xlarge" | "p3.16xlarge" | "p3dn.24xlarge" | "p4d.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5.metal" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r5ad.large" | "r5ad.xlarge" | "r5ad.2xlarge" | "r5ad.4xlarge" | "r5ad.8xlarge" | "r5ad.12xlarge" | "r5ad.16xlarge" | "r5ad.24xlarge" | "r5b.large" | "r5b.xlarge" | "r5b.2xlarge" | "r5b.4xlarge" | "r5b.8xlarge" | "r5b.12xlarge" | "r5b.16xlarge" | "r5b.24xlarge" | "r5b.metal" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "r5d.metal" | "r5dn.large" | "r5dn.xlarge" | "r5dn.2xlarge" | "r5dn.4xlarge" | "r5dn.8xlarge" | "r5dn.12xlarge" | "r5dn.16xlarge" | "r5dn.24xlarge" | "r5dn.metal" | "r5n.large" | "r5n.xlarge" | "r5n.2xlarge" | "r5n.4xlarge" | "r5n.8xlarge" | "r5n.12xlarge" | "r5n.16xlarge" | "r5n.24xlarge" | "r5n.metal" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "r6g.metal" | "r6gd.medium" | "r6gd.large" | "r6gd.xlarge" | "r6gd.2xlarge" | "r6gd.4xlarge" | "r6gd.8xlarge" | "r6gd.12xlarge" | "r6gd.16xlarge" | "r6gd.metal" | "r6i.large" | "r6i.xlarge" | "r6i.2xlarge" | "r6i.4xlarge" | "r6i.8xlarge" | "r6i.12xlarge" | "r6i.16xlarge" | "r6i.24xlarge" | "r6i.32xlarge" | "r6i.metal" | "t1.micro" | "t2.nano" | "t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "t2.xlarge" | "t2.2xlarge" | "t3.nano" | "t3.micro" | "t3.small" | "t3.medium" | "t3.large" | "t3.xlarge" | "t3.2xlarge" | "t3a.nano" | "t3a.micro" | "t3a.small" | "t3a.medium" | "t3a.large" | "t3a.xlarge" | "t3a.2xlarge" | "t4g.nano" | "t4g.micro" | "t4g.small" | "t4g.medium" | "t4g.large" | "t4g.xlarge" | "t4g.2xlarge" | "u-6tb1.56xlarge" | "u-6tb1.112xlarge" | "u-9tb1.112xlarge" | "u-12tb1.112xlarge" | "u-6tb1.metal" | "u-9tb1.metal" | "u-12tb1.metal" | "u-18tb1.metal" | "u-24tb1.metal" | "vt1.3xlarge" | "vt1.6xlarge" | "vt1.24xlarge" | "x1.16xlarge" | "x1.32xlarge" | "x1e.xlarge" | "x1e.2xlarge" | "x1e.4xlarge" | "x1e.8xlarge" | "x1e.16xlarge" | "x1e.32xlarge" | "x2iezn.2xlarge" | "x2iezn.4xlarge" | "x2iezn.6xlarge" | "x2iezn.8xlarge" | "x2iezn.12xlarge" | "x2iezn.metal" | "x2gd.medium" | "x2gd.large" | "x2gd.xlarge" | "x2gd.2xlarge" | "x2gd.4xlarge" | "x2gd.8xlarge" | "x2gd.12xlarge" | "x2gd.16xlarge" | "x2gd.metal" | "z1d.large" | "z1d.xlarge" | "z1d.2xlarge" | "z1d.3xlarge" | "z1d.6xlarge" | "z1d.12xlarge" | "z1d.metal" | "x2idn.16xlarge" | "x2idn.24xlarge" | "x2idn.32xlarge" | "x2iedn.xlarge" | "x2iedn.2xlarge" | "x2iedn.4xlarge" | "x2iedn.8xlarge" | "x2iedn.16xlarge" | "x2iedn.24xlarge" | "x2iedn.32xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6a.32xlarge" | "c6a.48xlarge" | "c6a.metal" | "m6a.metal" | "i4i.large" | "i4i.xlarge" | "i4i.2xlarge" | "i4i.4xlarge" | "i4i.8xlarge" | "i4i.16xlarge" | "i4i.32xlarge" | "i4i.metal" | "x2idn.metal" | "x2iedn.metal" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "mac2.metal" | "c6id.large" | "c6id.xlarge" | "c6id.2xlarge" | "c6id.4xlarge" | "c6id.8xlarge" | "c6id.12xlarge" | "c6id.16xlarge" | "c6id.24xlarge" | "c6id.32xlarge" | "c6id.metal" | "m6id.large" | "m6id.xlarge" | "m6id.2xlarge" | "m6id.4xlarge" | "m6id.8xlarge" | "m6id.12xlarge" | "m6id.16xlarge" | "m6id.24xlarge" | "m6id.32xlarge" | "m6id.metal" | "r6id.large" | "r6id.xlarge" | "r6id.2xlarge" | "r6id.4xlarge" | "r6id.8xlarge" | "r6id.12xlarge" | "r6id.16xlarge" | "r6id.24xlarge" | "r6id.32xlarge" | "r6id.metal" | "r6a.large" | "r6a.xlarge" | "r6a.2xlarge" | "r6a.4xlarge" | "r6a.8xlarge" | "r6a.12xlarge" | "r6a.16xlarge" | "r6a.24xlarge" | "r6a.32xlarge" | "r6a.48xlarge" | "r6a.metal" | "p4de.24xlarge" | "u-3tb1.56xlarge" | "u-18tb1.112xlarge" | "u-24tb1.112xlarge" | "trn1.2xlarge" | "trn1.32xlarge" | "hpc6id.32xlarge" | "c6in.large" | "c6in.xlarge" | "c6in.2xlarge" | "c6in.4xlarge" | "c6in.8xlarge" | "c6in.12xlarge" | "c6in.16xlarge" | "c6in.24xlarge" | "c6in.32xlarge" | "m6in.large" | "m6in.xlarge" | "m6in.2xlarge" | "m6in.4xlarge" | "m6in.8xlarge" | "m6in.12xlarge" | "m6in.16xlarge" | "m6in.24xlarge" | "m6in.32xlarge" | "m6idn.large" | "m6idn.xlarge" | "m6idn.2xlarge" | "m6idn.4xlarge" | "m6idn.8xlarge" | "m6idn.12xlarge" | "m6idn.16xlarge" | "m6idn.24xlarge" | "m6idn.32xlarge" | "r6in.large" | "r6in.xlarge" | "r6in.2xlarge" | "r6in.4xlarge" | "r6in.8xlarge" | "r6in.12xlarge" | "r6in.16xlarge" | "r6in.24xlarge" | "r6in.32xlarge" | "r6idn.large" | "r6idn.xlarge" | "r6idn.2xlarge" | "r6idn.4xlarge" | "r6idn.8xlarge" | "r6idn.12xlarge" | "r6idn.16xlarge" | "r6idn.24xlarge" | "r6idn.32xlarge" | "c7g.metal" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "m7g.metal" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "r7g.metal" | "c6in.metal" | "m6in.metal" | "m6idn.metal" | "r6in.metal" | "r6idn.metal" | "inf2.xlarge" | "inf2.8xlarge" | "inf2.24xlarge" | "inf2.48xlarge" | "trn1n.32xlarge" | "i4g.large" | "i4g.xlarge" | "i4g.2xlarge" | "i4g.4xlarge" | "i4g.8xlarge" | "i4g.16xlarge" | "hpc7g.4xlarge" | "hpc7g.8xlarge" | "hpc7g.16xlarge" | "c7gn.medium" | "c7gn.large" | "c7gn.xlarge" | "c7gn.2xlarge" | "c7gn.4xlarge" | "c7gn.8xlarge" | "c7gn.12xlarge" | "c7gn.16xlarge" | "p5.48xlarge" | "m7i.large" | "m7i.xlarge" | "m7i.2xlarge" | "m7i.4xlarge" | "m7i.8xlarge" | "m7i.12xlarge" | "m7i.16xlarge" | "m7i.24xlarge" | "m7i.48xlarge" | "m7i-flex.large" | "m7i-flex.xlarge" | "m7i-flex.2xlarge" | "m7i-flex.4xlarge" | "m7i-flex.8xlarge" | "m7a.medium" | "m7a.large" | "m7a.xlarge" | "m7a.2xlarge" | "m7a.4xlarge" | "m7a.8xlarge" | "m7a.12xlarge" | "m7a.16xlarge" | "m7a.24xlarge" | "m7a.32xlarge" | "m7a.48xlarge" | "m7a.metal-48xl" | "hpc7a.12xlarge" | "hpc7a.24xlarge" | "hpc7a.48xlarge" | "hpc7a.96xlarge" | "c7gd.medium" | "c7gd.large" | "c7gd.xlarge" | "c7gd.2xlarge" | "c7gd.4xlarge" | "c7gd.8xlarge" | "c7gd.12xlarge" | "c7gd.16xlarge" | "m7gd.medium" | "m7gd.large" | "m7gd.xlarge" | "m7gd.2xlarge" | "m7gd.4xlarge" | "m7gd.8xlarge" | "m7gd.12xlarge" | "m7gd.16xlarge" | "r7gd.medium" | "r7gd.large" | "r7gd.xlarge" | "r7gd.2xlarge" | "r7gd.4xlarge" | "r7gd.8xlarge" | "r7gd.12xlarge" | "r7gd.16xlarge" | "r7a.medium" | "r7a.large" | "r7a.xlarge" | "r7a.2xlarge" | "r7a.4xlarge" | "r7a.8xlarge" | "r7a.12xlarge" | "r7a.16xlarge" | "r7a.24xlarge" | "r7a.32xlarge" | "r7a.48xlarge" | "c7i.large" | "c7i.xlarge" | "c7i.2xlarge" | "c7i.4xlarge" | "c7i.8xlarge" | "c7i.12xlarge" | "c7i.16xlarge" | "c7i.24xlarge" | "c7i.48xlarge" | "mac2-m2pro.metal" | "r7iz.large" | "r7iz.xlarge" | "r7iz.2xlarge" | "r7iz.4xlarge" | "r7iz.8xlarge" | "r7iz.12xlarge" | "r7iz.16xlarge" | "r7iz.32xlarge" | "c7a.medium" | "c7a.large" | "c7a.xlarge" | "c7a.2xlarge" | "c7a.4xlarge" | "c7a.8xlarge" | "c7a.12xlarge" | "c7a.16xlarge" | "c7a.24xlarge" | "c7a.32xlarge" | "c7a.48xlarge" | "c7a.metal-48xl" | "r7a.metal-48xl" | "r7i.large" | "r7i.xlarge" | "r7i.2xlarge" | "r7i.4xlarge" | "r7i.8xlarge" | "r7i.12xlarge" | "r7i.16xlarge" | "r7i.24xlarge" | "r7i.48xlarge" | "dl2q.24xlarge" | "mac2-m2.metal" | "i4i.12xlarge" | "i4i.24xlarge" | "c7i.metal-24xl" | "c7i.metal-48xl" | "m7i.metal-24xl" | "m7i.metal-48xl" | "r7i.metal-24xl" | "r7i.metal-48xl" | "r7iz.metal-16xl" | "r7iz.metal-32xl" | "c7gd.metal" | "m7gd.metal" | "r7gd.metal" | "g6.xlarge" | "g6.2xlarge" | "g6.4xlarge" | "g6.8xlarge" | "g6.12xlarge" | "g6.16xlarge" | "g6.24xlarge" | "g6.48xlarge" | "gr6.4xlarge" | "gr6.8xlarge" | "c7i-flex.large" | "c7i-flex.xlarge" | "c7i-flex.2xlarge" | "c7i-flex.4xlarge" | "c7i-flex.8xlarge" | "u7i-12tb.224xlarge" | "u7in-16tb.224xlarge" | "u7in-24tb.224xlarge" | "u7in-32tb.224xlarge" | "u7ib-12tb.224xlarge" | "c7gn.metal" | "r8g.medium" | "r8g.large" | "r8g.xlarge" | "r8g.2xlarge" | "r8g.4xlarge" | "r8g.8xlarge" | "r8g.12xlarge" | "r8g.16xlarge" | "r8g.24xlarge" | "r8g.48xlarge" | "r8g.metal-24xl" | "r8g.metal-48xl" | "mac2-m1ultra.metal" | "g6e.xlarge" | "g6e.2xlarge" | "g6e.4xlarge" | "g6e.8xlarge" | "g6e.12xlarge" | "g6e.16xlarge" | "g6e.24xlarge" | "g6e.48xlarge")],
7027
7073
  ?max_results: ::Integer,
7028
- ?next_token: ::String,
7029
- ?product_descriptions: Array[::String],
7030
- ?start_time: ::Time
7074
+ ?next_token: ::String
7031
7075
  ) -> _DescribeSpotPriceHistoryResponseSuccess
7032
7076
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSpotPriceHistoryResponseSuccess
7033
7077
 
@@ -7067,8 +7111,8 @@ module Aws
7067
7111
 
7068
7112
  interface _DescribeSubnetsResponseSuccess
7069
7113
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeSubnetsResult]
7070
- def subnets: () -> ::Array[Types::Subnet]
7071
7114
  def next_token: () -> ::String
7115
+ def subnets: () -> ::Array[Types::Subnet]
7072
7116
  end
7073
7117
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_subnets-instance_method
7074
7118
  def describe_subnets: (
@@ -7079,9 +7123,9 @@ module Aws
7079
7123
  },
7080
7124
  ],
7081
7125
  ?subnet_ids: Array[::String],
7082
- ?dry_run: bool,
7083
7126
  ?next_token: ::String,
7084
- ?max_results: ::Integer
7127
+ ?max_results: ::Integer,
7128
+ ?dry_run: bool
7085
7129
  ) -> _DescribeSubnetsResponseSuccess
7086
7130
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSubnetsResponseSuccess
7087
7131
 
@@ -7529,43 +7573,43 @@ module Aws
7529
7573
  end
7530
7574
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_volume_status-instance_method
7531
7575
  def describe_volume_status: (
7576
+ ?max_results: ::Integer,
7577
+ ?next_token: ::String,
7578
+ ?volume_ids: Array[::String],
7579
+ ?dry_run: bool,
7532
7580
  ?filters: Array[
7533
7581
  {
7534
7582
  name: ::String?,
7535
7583
  values: Array[::String]?
7536
7584
  },
7537
- ],
7538
- ?max_results: ::Integer,
7539
- ?next_token: ::String,
7540
- ?volume_ids: Array[::String],
7541
- ?dry_run: bool
7585
+ ]
7542
7586
  ) -> _DescribeVolumeStatusResponseSuccess
7543
7587
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeVolumeStatusResponseSuccess
7544
7588
 
7545
7589
  interface _DescribeVolumesResponseSuccess
7546
7590
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeVolumesResult]
7547
- def volumes: () -> ::Array[Types::Volume]
7548
7591
  def next_token: () -> ::String
7592
+ def volumes: () -> ::Array[Types::Volume]
7549
7593
  end
7550
7594
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_volumes-instance_method
7551
7595
  def describe_volumes: (
7596
+ ?volume_ids: Array[::String],
7597
+ ?dry_run: bool,
7552
7598
  ?filters: Array[
7553
7599
  {
7554
7600
  name: ::String?,
7555
7601
  values: Array[::String]?
7556
7602
  },
7557
7603
  ],
7558
- ?volume_ids: Array[::String],
7559
- ?dry_run: bool,
7560
- ?max_results: ::Integer,
7561
- ?next_token: ::String
7604
+ ?next_token: ::String,
7605
+ ?max_results: ::Integer
7562
7606
  ) -> _DescribeVolumesResponseSuccess
7563
7607
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeVolumesResponseSuccess
7564
7608
 
7565
7609
  interface _DescribeVolumesModificationsResponseSuccess
7566
7610
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeVolumesModificationsResult]
7567
- def volumes_modifications: () -> ::Array[Types::VolumeModification]
7568
7611
  def next_token: () -> ::String
7612
+ def volumes_modifications: () -> ::Array[Types::VolumeModification]
7569
7613
  end
7570
7614
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_volumes_modifications-instance_method
7571
7615
  def describe_volumes_modifications: (
@@ -7584,10 +7628,10 @@ module Aws
7584
7628
 
7585
7629
  interface _DescribeVpcAttributeResponseSuccess
7586
7630
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeVpcAttributeResult]
7587
- def vpc_id: () -> ::String
7588
7631
  def enable_dns_hostnames: () -> Types::AttributeBooleanValue
7589
7632
  def enable_dns_support: () -> Types::AttributeBooleanValue
7590
7633
  def enable_network_address_usage_metrics: () -> Types::AttributeBooleanValue
7634
+ def vpc_id: () -> ::String
7591
7635
  end
7592
7636
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_vpc_attribute-instance_method
7593
7637
  def describe_vpc_attribute: (
@@ -7603,14 +7647,14 @@ module Aws
7603
7647
  end
7604
7648
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_vpc_classic_link-instance_method
7605
7649
  def describe_vpc_classic_link: (
7650
+ ?dry_run: bool,
7651
+ ?vpc_ids: Array[::String],
7606
7652
  ?filters: Array[
7607
7653
  {
7608
7654
  name: ::String?,
7609
7655
  values: Array[::String]?
7610
7656
  },
7611
- ],
7612
- ?dry_run: bool,
7613
- ?vpc_ids: Array[::String]
7657
+ ]
7614
7658
  ) -> _DescribeVpcClassicLinkResponseSuccess
7615
7659
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeVpcClassicLinkResponseSuccess
7616
7660
 
@@ -7621,9 +7665,9 @@ module Aws
7621
7665
  end
7622
7666
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_vpc_classic_link_dns_support-instance_method
7623
7667
  def describe_vpc_classic_link_dns_support: (
7668
+ ?vpc_ids: Array[::String],
7624
7669
  ?max_results: ::Integer,
7625
- ?next_token: ::String,
7626
- ?vpc_ids: Array[::String]
7670
+ ?next_token: ::String
7627
7671
  ) -> _DescribeVpcClassicLinkDnsSupportResponseSuccess
7628
7672
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeVpcClassicLinkDnsSupportResponseSuccess
7629
7673
 
@@ -7754,23 +7798,23 @@ module Aws
7754
7798
  end
7755
7799
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_vpc_peering_connections-instance_method
7756
7800
  def describe_vpc_peering_connections: (
7801
+ ?next_token: ::String,
7802
+ ?max_results: ::Integer,
7803
+ ?dry_run: bool,
7804
+ ?vpc_peering_connection_ids: Array[::String],
7757
7805
  ?filters: Array[
7758
7806
  {
7759
7807
  name: ::String?,
7760
7808
  values: Array[::String]?
7761
7809
  },
7762
- ],
7763
- ?dry_run: bool,
7764
- ?vpc_peering_connection_ids: Array[::String],
7765
- ?next_token: ::String,
7766
- ?max_results: ::Integer
7810
+ ]
7767
7811
  ) -> _DescribeVpcPeeringConnectionsResponseSuccess
7768
7812
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeVpcPeeringConnectionsResponseSuccess
7769
7813
 
7770
7814
  interface _DescribeVpcsResponseSuccess
7771
7815
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeVpcsResult]
7772
- def vpcs: () -> ::Array[Types::Vpc]
7773
7816
  def next_token: () -> ::String
7817
+ def vpcs: () -> ::Array[Types::Vpc]
7774
7818
  end
7775
7819
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_vpcs-instance_method
7776
7820
  def describe_vpcs: (
@@ -7781,9 +7825,9 @@ module Aws
7781
7825
  },
7782
7826
  ],
7783
7827
  ?vpc_ids: Array[::String],
7784
- ?dry_run: bool,
7785
7828
  ?next_token: ::String,
7786
- ?max_results: ::Integer
7829
+ ?max_results: ::Integer,
7830
+ ?dry_run: bool
7787
7831
  ) -> _DescribeVpcsResponseSuccess
7788
7832
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeVpcsResponseSuccess
7789
7833
 
@@ -7843,8 +7887,8 @@ module Aws
7843
7887
 
7844
7888
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#detach_network_interface-instance_method
7845
7889
  def detach_network_interface: (
7846
- attachment_id: ::String,
7847
7890
  ?dry_run: bool,
7891
+ attachment_id: ::String,
7848
7892
  ?force: bool
7849
7893
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
7850
7894
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -7865,14 +7909,14 @@ module Aws
7865
7909
 
7866
7910
  interface _DetachVolumeResponseSuccess
7867
7911
  include ::Seahorse::Client::_ResponseSuccess[Types::VolumeAttachment]
7868
- def attach_time: () -> ::Time
7869
- def device: () -> ::String
7870
- def instance_id: () -> ::String
7871
- def state: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
7872
- def volume_id: () -> ::String
7873
7912
  def delete_on_termination: () -> bool
7874
7913
  def associated_resource: () -> ::String
7875
7914
  def instance_owning_service: () -> ::String
7915
+ def volume_id: () -> ::String
7916
+ def instance_id: () -> ::String
7917
+ def device: () -> ::String
7918
+ def state: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
7919
+ def attach_time: () -> ::Time
7876
7920
  end
7877
7921
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#detach_volume-instance_method
7878
7922
  def detach_volume: (
@@ -8084,6 +8128,18 @@ module Aws
8084
8128
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
8085
8129
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
8086
8130
 
8131
+ interface _DisassociateCapacityReservationBillingOwnerResponseSuccess
8132
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateCapacityReservationBillingOwnerResult]
8133
+ def return: () -> bool
8134
+ end
8135
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#disassociate_capacity_reservation_billing_owner-instance_method
8136
+ def disassociate_capacity_reservation_billing_owner: (
8137
+ ?dry_run: bool,
8138
+ capacity_reservation_id: ::String,
8139
+ unused_reservation_billing_owner_id: ::String
8140
+ ) -> _DisassociateCapacityReservationBillingOwnerResponseSuccess
8141
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateCapacityReservationBillingOwnerResponseSuccess
8142
+
8087
8143
  interface _DisassociateClientVpnTargetNetworkResponseSuccess
8088
8144
  include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateClientVpnTargetNetworkResult]
8089
8145
  def association_id: () -> ::String
@@ -8179,8 +8235,8 @@ module Aws
8179
8235
 
8180
8236
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#disassociate_route_table-instance_method
8181
8237
  def disassociate_route_table: (
8182
- association_id: ::String,
8183
- ?dry_run: bool
8238
+ ?dry_run: bool,
8239
+ association_id: ::String
8184
8240
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
8185
8241
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
8186
8242
 
@@ -8646,14 +8702,14 @@ module Aws
8646
8702
  interface _GetConsoleOutputResponseSuccess
8647
8703
  include ::Seahorse::Client::_ResponseSuccess[Types::GetConsoleOutputResult]
8648
8704
  def instance_id: () -> ::String
8649
- def output: () -> ::String
8650
8705
  def timestamp: () -> ::Time
8706
+ def output: () -> ::String
8651
8707
  end
8652
8708
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#get_console_output-instance_method
8653
8709
  def get_console_output: (
8654
8710
  instance_id: ::String,
8655
- ?dry_run: bool,
8656
- ?latest: bool
8711
+ ?latest: bool,
8712
+ ?dry_run: bool
8657
8713
  ) -> _GetConsoleOutputResponseSuccess
8658
8714
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetConsoleOutputResponseSuccess
8659
8715
 
@@ -9089,8 +9145,8 @@ module Aws
9089
9145
  interface _GetPasswordDataResponseSuccess
9090
9146
  include ::Seahorse::Client::_ResponseSuccess[Types::GetPasswordDataResult]
9091
9147
  def instance_id: () -> ::String
9092
- def password_data: () -> ::String
9093
9148
  def timestamp: () -> ::Time
9149
+ def password_data: () -> ::String
9094
9150
  end
9095
9151
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#get_password_data-instance_method
9096
9152
  def get_password_data: (
@@ -9555,31 +9611,18 @@ module Aws
9555
9611
  end
9556
9612
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#import_instance-instance_method
9557
9613
  def import_instance: (
9558
- ?description: ::String,
9559
- ?disk_images: Array[
9560
- {
9561
- description: ::String?,
9562
- image: {
9563
- bytes: ::Integer,
9564
- format: ("VMDK" | "RAW" | "VHD"),
9565
- import_manifest_url: ::String
9566
- }?,
9567
- volume: {
9568
- size: ::Integer
9569
- }?
9570
- },
9571
- ],
9572
9614
  ?dry_run: bool,
9615
+ ?description: ::String,
9573
9616
  ?launch_specification: {
9574
- additional_info: ::String?,
9575
9617
  architecture: ("i386" | "x86_64" | "arm64" | "x86_64_mac" | "arm64_mac")?,
9576
- group_ids: Array[::String]?,
9577
9618
  group_names: Array[::String]?,
9578
- instance_initiated_shutdown_behavior: ("stop" | "terminate")?,
9619
+ group_ids: Array[::String]?,
9620
+ additional_info: ::String?,
9621
+ user_data: {
9622
+ data: ::String?
9623
+ }?,
9579
9624
  instance_type: ("a1.medium" | "a1.large" | "a1.xlarge" | "a1.2xlarge" | "a1.4xlarge" | "a1.metal" | "c1.medium" | "c1.xlarge" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5.metal" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c5ad.large" | "c5ad.xlarge" | "c5ad.2xlarge" | "c5ad.4xlarge" | "c5ad.8xlarge" | "c5ad.12xlarge" | "c5ad.16xlarge" | "c5ad.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c5d.metal" | "c5n.large" | "c5n.xlarge" | "c5n.2xlarge" | "c5n.4xlarge" | "c5n.9xlarge" | "c5n.18xlarge" | "c5n.metal" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "c6g.metal" | "c6gd.medium" | "c6gd.large" | "c6gd.xlarge" | "c6gd.2xlarge" | "c6gd.4xlarge" | "c6gd.8xlarge" | "c6gd.12xlarge" | "c6gd.16xlarge" | "c6gd.metal" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "c6i.32xlarge" | "c6i.metal" | "cc1.4xlarge" | "cc2.8xlarge" | "cg1.4xlarge" | "cr1.8xlarge" | "d2.xlarge" | "d2.2xlarge" | "d2.4xlarge" | "d2.8xlarge" | "d3.xlarge" | "d3.2xlarge" | "d3.4xlarge" | "d3.8xlarge" | "d3en.xlarge" | "d3en.2xlarge" | "d3en.4xlarge" | "d3en.6xlarge" | "d3en.8xlarge" | "d3en.12xlarge" | "dl1.24xlarge" | "f1.2xlarge" | "f1.4xlarge" | "f1.16xlarge" | "g2.2xlarge" | "g2.8xlarge" | "g3.4xlarge" | "g3.8xlarge" | "g3.16xlarge" | "g3s.xlarge" | "g4ad.xlarge" | "g4ad.2xlarge" | "g4ad.4xlarge" | "g4ad.8xlarge" | "g4ad.16xlarge" | "g4dn.xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g4dn.metal" | "g5.xlarge" | "g5.2xlarge" | "g5.4xlarge" | "g5.8xlarge" | "g5.12xlarge" | "g5.16xlarge" | "g5.24xlarge" | "g5.48xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge" | "g5g.metal" | "hi1.4xlarge" | "hpc6a.48xlarge" | "hs1.8xlarge" | "h1.2xlarge" | "h1.4xlarge" | "h1.8xlarge" | "h1.16xlarge" | "i2.xlarge" | "i2.2xlarge" | "i2.4xlarge" | "i2.8xlarge" | "i3.large" | "i3.xlarge" | "i3.2xlarge" | "i3.4xlarge" | "i3.8xlarge" | "i3.16xlarge" | "i3.metal" | "i3en.large" | "i3en.xlarge" | "i3en.2xlarge" | "i3en.3xlarge" | "i3en.6xlarge" | "i3en.12xlarge" | "i3en.24xlarge" | "i3en.metal" | "im4gn.large" | "im4gn.xlarge" | "im4gn.2xlarge" | "im4gn.4xlarge" | "im4gn.8xlarge" | "im4gn.16xlarge" | "inf1.xlarge" | "inf1.2xlarge" | "inf1.6xlarge" | "inf1.24xlarge" | "is4gen.medium" | "is4gen.large" | "is4gen.xlarge" | "is4gen.2xlarge" | "is4gen.4xlarge" | "is4gen.8xlarge" | "m1.small" | "m1.medium" | "m1.large" | "m1.xlarge" | "m2.xlarge" | "m2.2xlarge" | "m2.4xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m4.16xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5.metal" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m5ad.large" | "m5ad.xlarge" | "m5ad.2xlarge" | "m5ad.4xlarge" | "m5ad.8xlarge" | "m5ad.12xlarge" | "m5ad.16xlarge" | "m5ad.24xlarge" | "m5d.large" | "m5d.xlarge" | "m5d.2xlarge" | "m5d.4xlarge" | "m5d.8xlarge" | "m5d.12xlarge" | "m5d.16xlarge" | "m5d.24xlarge" | "m5d.metal" | "m5dn.large" | "m5dn.xlarge" | "m5dn.2xlarge" | "m5dn.4xlarge" | "m5dn.8xlarge" | "m5dn.12xlarge" | "m5dn.16xlarge" | "m5dn.24xlarge" | "m5dn.metal" | "m5n.large" | "m5n.xlarge" | "m5n.2xlarge" | "m5n.4xlarge" | "m5n.8xlarge" | "m5n.12xlarge" | "m5n.16xlarge" | "m5n.24xlarge" | "m5n.metal" | "m5zn.large" | "m5zn.xlarge" | "m5zn.2xlarge" | "m5zn.3xlarge" | "m5zn.6xlarge" | "m5zn.12xlarge" | "m5zn.metal" | "m6a.large" | "m6a.xlarge" | "m6a.2xlarge" | "m6a.4xlarge" | "m6a.8xlarge" | "m6a.12xlarge" | "m6a.16xlarge" | "m6a.24xlarge" | "m6a.32xlarge" | "m6a.48xlarge" | "m6g.metal" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "m6gd.metal" | "m6gd.medium" | "m6gd.large" | "m6gd.xlarge" | "m6gd.2xlarge" | "m6gd.4xlarge" | "m6gd.8xlarge" | "m6gd.12xlarge" | "m6gd.16xlarge" | "m6i.large" | "m6i.xlarge" | "m6i.2xlarge" | "m6i.4xlarge" | "m6i.8xlarge" | "m6i.12xlarge" | "m6i.16xlarge" | "m6i.24xlarge" | "m6i.32xlarge" | "m6i.metal" | "mac1.metal" | "p2.xlarge" | "p2.8xlarge" | "p2.16xlarge" | "p3.2xlarge" | "p3.8xlarge" | "p3.16xlarge" | "p3dn.24xlarge" | "p4d.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5.metal" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r5ad.large" | "r5ad.xlarge" | "r5ad.2xlarge" | "r5ad.4xlarge" | "r5ad.8xlarge" | "r5ad.12xlarge" | "r5ad.16xlarge" | "r5ad.24xlarge" | "r5b.large" | "r5b.xlarge" | "r5b.2xlarge" | "r5b.4xlarge" | "r5b.8xlarge" | "r5b.12xlarge" | "r5b.16xlarge" | "r5b.24xlarge" | "r5b.metal" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "r5d.metal" | "r5dn.large" | "r5dn.xlarge" | "r5dn.2xlarge" | "r5dn.4xlarge" | "r5dn.8xlarge" | "r5dn.12xlarge" | "r5dn.16xlarge" | "r5dn.24xlarge" | "r5dn.metal" | "r5n.large" | "r5n.xlarge" | "r5n.2xlarge" | "r5n.4xlarge" | "r5n.8xlarge" | "r5n.12xlarge" | "r5n.16xlarge" | "r5n.24xlarge" | "r5n.metal" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "r6g.metal" | "r6gd.medium" | "r6gd.large" | "r6gd.xlarge" | "r6gd.2xlarge" | "r6gd.4xlarge" | "r6gd.8xlarge" | "r6gd.12xlarge" | "r6gd.16xlarge" | "r6gd.metal" | "r6i.large" | "r6i.xlarge" | "r6i.2xlarge" | "r6i.4xlarge" | "r6i.8xlarge" | "r6i.12xlarge" | "r6i.16xlarge" | "r6i.24xlarge" | "r6i.32xlarge" | "r6i.metal" | "t1.micro" | "t2.nano" | "t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "t2.xlarge" | "t2.2xlarge" | "t3.nano" | "t3.micro" | "t3.small" | "t3.medium" | "t3.large" | "t3.xlarge" | "t3.2xlarge" | "t3a.nano" | "t3a.micro" | "t3a.small" | "t3a.medium" | "t3a.large" | "t3a.xlarge" | "t3a.2xlarge" | "t4g.nano" | "t4g.micro" | "t4g.small" | "t4g.medium" | "t4g.large" | "t4g.xlarge" | "t4g.2xlarge" | "u-6tb1.56xlarge" | "u-6tb1.112xlarge" | "u-9tb1.112xlarge" | "u-12tb1.112xlarge" | "u-6tb1.metal" | "u-9tb1.metal" | "u-12tb1.metal" | "u-18tb1.metal" | "u-24tb1.metal" | "vt1.3xlarge" | "vt1.6xlarge" | "vt1.24xlarge" | "x1.16xlarge" | "x1.32xlarge" | "x1e.xlarge" | "x1e.2xlarge" | "x1e.4xlarge" | "x1e.8xlarge" | "x1e.16xlarge" | "x1e.32xlarge" | "x2iezn.2xlarge" | "x2iezn.4xlarge" | "x2iezn.6xlarge" | "x2iezn.8xlarge" | "x2iezn.12xlarge" | "x2iezn.metal" | "x2gd.medium" | "x2gd.large" | "x2gd.xlarge" | "x2gd.2xlarge" | "x2gd.4xlarge" | "x2gd.8xlarge" | "x2gd.12xlarge" | "x2gd.16xlarge" | "x2gd.metal" | "z1d.large" | "z1d.xlarge" | "z1d.2xlarge" | "z1d.3xlarge" | "z1d.6xlarge" | "z1d.12xlarge" | "z1d.metal" | "x2idn.16xlarge" | "x2idn.24xlarge" | "x2idn.32xlarge" | "x2iedn.xlarge" | "x2iedn.2xlarge" | "x2iedn.4xlarge" | "x2iedn.8xlarge" | "x2iedn.16xlarge" | "x2iedn.24xlarge" | "x2iedn.32xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6a.32xlarge" | "c6a.48xlarge" | "c6a.metal" | "m6a.metal" | "i4i.large" | "i4i.xlarge" | "i4i.2xlarge" | "i4i.4xlarge" | "i4i.8xlarge" | "i4i.16xlarge" | "i4i.32xlarge" | "i4i.metal" | "x2idn.metal" | "x2iedn.metal" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "mac2.metal" | "c6id.large" | "c6id.xlarge" | "c6id.2xlarge" | "c6id.4xlarge" | "c6id.8xlarge" | "c6id.12xlarge" | "c6id.16xlarge" | "c6id.24xlarge" | "c6id.32xlarge" | "c6id.metal" | "m6id.large" | "m6id.xlarge" | "m6id.2xlarge" | "m6id.4xlarge" | "m6id.8xlarge" | "m6id.12xlarge" | "m6id.16xlarge" | "m6id.24xlarge" | "m6id.32xlarge" | "m6id.metal" | "r6id.large" | "r6id.xlarge" | "r6id.2xlarge" | "r6id.4xlarge" | "r6id.8xlarge" | "r6id.12xlarge" | "r6id.16xlarge" | "r6id.24xlarge" | "r6id.32xlarge" | "r6id.metal" | "r6a.large" | "r6a.xlarge" | "r6a.2xlarge" | "r6a.4xlarge" | "r6a.8xlarge" | "r6a.12xlarge" | "r6a.16xlarge" | "r6a.24xlarge" | "r6a.32xlarge" | "r6a.48xlarge" | "r6a.metal" | "p4de.24xlarge" | "u-3tb1.56xlarge" | "u-18tb1.112xlarge" | "u-24tb1.112xlarge" | "trn1.2xlarge" | "trn1.32xlarge" | "hpc6id.32xlarge" | "c6in.large" | "c6in.xlarge" | "c6in.2xlarge" | "c6in.4xlarge" | "c6in.8xlarge" | "c6in.12xlarge" | "c6in.16xlarge" | "c6in.24xlarge" | "c6in.32xlarge" | "m6in.large" | "m6in.xlarge" | "m6in.2xlarge" | "m6in.4xlarge" | "m6in.8xlarge" | "m6in.12xlarge" | "m6in.16xlarge" | "m6in.24xlarge" | "m6in.32xlarge" | "m6idn.large" | "m6idn.xlarge" | "m6idn.2xlarge" | "m6idn.4xlarge" | "m6idn.8xlarge" | "m6idn.12xlarge" | "m6idn.16xlarge" | "m6idn.24xlarge" | "m6idn.32xlarge" | "r6in.large" | "r6in.xlarge" | "r6in.2xlarge" | "r6in.4xlarge" | "r6in.8xlarge" | "r6in.12xlarge" | "r6in.16xlarge" | "r6in.24xlarge" | "r6in.32xlarge" | "r6idn.large" | "r6idn.xlarge" | "r6idn.2xlarge" | "r6idn.4xlarge" | "r6idn.8xlarge" | "r6idn.12xlarge" | "r6idn.16xlarge" | "r6idn.24xlarge" | "r6idn.32xlarge" | "c7g.metal" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "m7g.metal" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "r7g.metal" | "c6in.metal" | "m6in.metal" | "m6idn.metal" | "r6in.metal" | "r6idn.metal" | "inf2.xlarge" | "inf2.8xlarge" | "inf2.24xlarge" | "inf2.48xlarge" | "trn1n.32xlarge" | "i4g.large" | "i4g.xlarge" | "i4g.2xlarge" | "i4g.4xlarge" | "i4g.8xlarge" | "i4g.16xlarge" | "hpc7g.4xlarge" | "hpc7g.8xlarge" | "hpc7g.16xlarge" | "c7gn.medium" | "c7gn.large" | "c7gn.xlarge" | "c7gn.2xlarge" | "c7gn.4xlarge" | "c7gn.8xlarge" | "c7gn.12xlarge" | "c7gn.16xlarge" | "p5.48xlarge" | "m7i.large" | "m7i.xlarge" | "m7i.2xlarge" | "m7i.4xlarge" | "m7i.8xlarge" | "m7i.12xlarge" | "m7i.16xlarge" | "m7i.24xlarge" | "m7i.48xlarge" | "m7i-flex.large" | "m7i-flex.xlarge" | "m7i-flex.2xlarge" | "m7i-flex.4xlarge" | "m7i-flex.8xlarge" | "m7a.medium" | "m7a.large" | "m7a.xlarge" | "m7a.2xlarge" | "m7a.4xlarge" | "m7a.8xlarge" | "m7a.12xlarge" | "m7a.16xlarge" | "m7a.24xlarge" | "m7a.32xlarge" | "m7a.48xlarge" | "m7a.metal-48xl" | "hpc7a.12xlarge" | "hpc7a.24xlarge" | "hpc7a.48xlarge" | "hpc7a.96xlarge" | "c7gd.medium" | "c7gd.large" | "c7gd.xlarge" | "c7gd.2xlarge" | "c7gd.4xlarge" | "c7gd.8xlarge" | "c7gd.12xlarge" | "c7gd.16xlarge" | "m7gd.medium" | "m7gd.large" | "m7gd.xlarge" | "m7gd.2xlarge" | "m7gd.4xlarge" | "m7gd.8xlarge" | "m7gd.12xlarge" | "m7gd.16xlarge" | "r7gd.medium" | "r7gd.large" | "r7gd.xlarge" | "r7gd.2xlarge" | "r7gd.4xlarge" | "r7gd.8xlarge" | "r7gd.12xlarge" | "r7gd.16xlarge" | "r7a.medium" | "r7a.large" | "r7a.xlarge" | "r7a.2xlarge" | "r7a.4xlarge" | "r7a.8xlarge" | "r7a.12xlarge" | "r7a.16xlarge" | "r7a.24xlarge" | "r7a.32xlarge" | "r7a.48xlarge" | "c7i.large" | "c7i.xlarge" | "c7i.2xlarge" | "c7i.4xlarge" | "c7i.8xlarge" | "c7i.12xlarge" | "c7i.16xlarge" | "c7i.24xlarge" | "c7i.48xlarge" | "mac2-m2pro.metal" | "r7iz.large" | "r7iz.xlarge" | "r7iz.2xlarge" | "r7iz.4xlarge" | "r7iz.8xlarge" | "r7iz.12xlarge" | "r7iz.16xlarge" | "r7iz.32xlarge" | "c7a.medium" | "c7a.large" | "c7a.xlarge" | "c7a.2xlarge" | "c7a.4xlarge" | "c7a.8xlarge" | "c7a.12xlarge" | "c7a.16xlarge" | "c7a.24xlarge" | "c7a.32xlarge" | "c7a.48xlarge" | "c7a.metal-48xl" | "r7a.metal-48xl" | "r7i.large" | "r7i.xlarge" | "r7i.2xlarge" | "r7i.4xlarge" | "r7i.8xlarge" | "r7i.12xlarge" | "r7i.16xlarge" | "r7i.24xlarge" | "r7i.48xlarge" | "dl2q.24xlarge" | "mac2-m2.metal" | "i4i.12xlarge" | "i4i.24xlarge" | "c7i.metal-24xl" | "c7i.metal-48xl" | "m7i.metal-24xl" | "m7i.metal-48xl" | "r7i.metal-24xl" | "r7i.metal-48xl" | "r7iz.metal-16xl" | "r7iz.metal-32xl" | "c7gd.metal" | "m7gd.metal" | "r7gd.metal" | "g6.xlarge" | "g6.2xlarge" | "g6.4xlarge" | "g6.8xlarge" | "g6.12xlarge" | "g6.16xlarge" | "g6.24xlarge" | "g6.48xlarge" | "gr6.4xlarge" | "gr6.8xlarge" | "c7i-flex.large" | "c7i-flex.xlarge" | "c7i-flex.2xlarge" | "c7i-flex.4xlarge" | "c7i-flex.8xlarge" | "u7i-12tb.224xlarge" | "u7in-16tb.224xlarge" | "u7in-24tb.224xlarge" | "u7in-32tb.224xlarge" | "u7ib-12tb.224xlarge" | "c7gn.metal" | "r8g.medium" | "r8g.large" | "r8g.xlarge" | "r8g.2xlarge" | "r8g.4xlarge" | "r8g.8xlarge" | "r8g.12xlarge" | "r8g.16xlarge" | "r8g.24xlarge" | "r8g.48xlarge" | "r8g.metal-24xl" | "r8g.metal-48xl" | "mac2-m1ultra.metal" | "g6e.xlarge" | "g6e.2xlarge" | "g6e.4xlarge" | "g6e.8xlarge" | "g6e.12xlarge" | "g6e.16xlarge" | "g6e.24xlarge" | "g6e.48xlarge")?,
9580
- monitoring: bool?,
9581
9625
  placement: {
9582
- availability_zone: ::String?,
9583
9626
  affinity: ::String?,
9584
9627
  group_name: ::String?,
9585
9628
  partition_number: ::Integer?,
@@ -9587,30 +9630,40 @@ module Aws
9587
9630
  tenancy: ("default" | "dedicated" | "host")?,
9588
9631
  spread_domain: ::String?,
9589
9632
  host_resource_group_arn: ::String?,
9590
- group_id: ::String?
9633
+ group_id: ::String?,
9634
+ availability_zone: ::String?
9591
9635
  }?,
9592
- private_ip_address: ::String?,
9636
+ monitoring: bool?,
9593
9637
  subnet_id: ::String?,
9594
- user_data: {
9595
- data: ::String?
9596
- }?
9638
+ instance_initiated_shutdown_behavior: ("stop" | "terminate")?,
9639
+ private_ip_address: ::String?
9597
9640
  },
9598
- platform: ("Windows")
9599
- ) -> _ImportInstanceResponseSuccess
9600
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportInstanceResponseSuccess
9601
-
9602
- interface _ImportKeyPairResponseSuccess
9603
- include ::Seahorse::Client::_ResponseSuccess[Types::ImportKeyPairResult]
9604
- def key_fingerprint: () -> ::String
9605
- def key_name: () -> ::String
9641
+ ?disk_images: Array[
9642
+ {
9643
+ description: ::String?,
9644
+ image: {
9645
+ format: ("VMDK" | "RAW" | "VHD"),
9646
+ bytes: ::Integer,
9647
+ import_manifest_url: ::String
9648
+ }?,
9649
+ volume: {
9650
+ size: ::Integer
9651
+ }?
9652
+ },
9653
+ ],
9654
+ platform: ("Windows")
9655
+ ) -> _ImportInstanceResponseSuccess
9656
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportInstanceResponseSuccess
9657
+
9658
+ interface _ImportKeyPairResponseSuccess
9659
+ include ::Seahorse::Client::_ResponseSuccess[Types::ImportKeyPairResult]
9660
+ def key_fingerprint: () -> ::String
9661
+ def key_name: () -> ::String
9606
9662
  def key_pair_id: () -> ::String
9607
9663
  def tags: () -> ::Array[Types::Tag]
9608
9664
  end
9609
9665
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#import_key_pair-instance_method
9610
9666
  def import_key_pair: (
9611
- ?dry_run: bool,
9612
- key_name: ::String,
9613
- public_key_material: ::String,
9614
9667
  ?tag_specifications: Array[
9615
9668
  {
9616
9669
  resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
@@ -9621,7 +9674,10 @@ module Aws
9621
9674
  },
9622
9675
  ]?
9623
9676
  },
9624
- ]
9677
+ ],
9678
+ ?dry_run: bool,
9679
+ key_name: ::String,
9680
+ public_key_material: ::String
9625
9681
  ) -> _ImportKeyPairResponseSuccess
9626
9682
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportKeyPairResponseSuccess
9627
9683
 
@@ -9675,14 +9731,14 @@ module Aws
9675
9731
  end
9676
9732
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#import_volume-instance_method
9677
9733
  def import_volume: (
9678
- availability_zone: ::String,
9679
- ?description: ::String,
9680
9734
  ?dry_run: bool,
9735
+ availability_zone: ::String,
9681
9736
  image: {
9682
- bytes: ::Integer,
9683
9737
  format: ("VMDK" | "RAW" | "VHD"),
9738
+ bytes: ::Integer,
9684
9739
  import_manifest_url: ::String
9685
9740
  },
9741
+ ?description: ::String,
9686
9742
  volume: {
9687
9743
  size: ::Integer
9688
9744
  }
@@ -9877,7 +9933,6 @@ module Aws
9877
9933
  weighted_capacity: ::Float?,
9878
9934
  priority: ::Float?,
9879
9935
  placement: {
9880
- availability_zone: ::String?,
9881
9936
  affinity: ::String?,
9882
9937
  group_name: ::String?,
9883
9938
  partition_number: ::Integer?,
@@ -9885,7 +9940,8 @@ module Aws
9885
9940
  tenancy: ("default" | "dedicated" | "host")?,
9886
9941
  spread_domain: ::String?,
9887
9942
  host_resource_group_arn: ::String?,
9888
- group_id: ::String?
9943
+ group_id: ::String?,
9944
+ availability_zone: ::String?
9889
9945
  }?,
9890
9946
  instance_requirements: {
9891
9947
  v_cpu_count: {
@@ -9996,12 +10052,12 @@ module Aws
9996
10052
  end
9997
10053
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#modify_hosts-instance_method
9998
10054
  def modify_hosts: (
9999
- ?auto_placement: ("on" | "off"),
10000
- host_ids: Array[::String],
10001
10055
  ?host_recovery: ("on" | "off"),
10002
10056
  ?instance_type: ::String,
10003
10057
  ?instance_family: ::String,
10004
- ?host_maintenance: ("on" | "off")
10058
+ ?host_maintenance: ("on" | "off"),
10059
+ host_ids: Array[::String],
10060
+ ?auto_placement: ("on" | "off")
10005
10061
  ) -> _ModifyHostsResponseSuccess
10006
10062
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyHostsResponseSuccess
10007
10063
 
@@ -10014,9 +10070,9 @@ module Aws
10014
10070
 
10015
10071
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#modify_identity_id_format-instance_method
10016
10072
  def modify_identity_id_format: (
10017
- principal_arn: ::String,
10018
10073
  resource: ::String,
10019
- use_long_ids: bool
10074
+ use_long_ids: bool,
10075
+ principal_arn: ::String
10020
10076
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
10021
10077
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
10022
10078
 
@@ -10028,18 +10084,18 @@ module Aws
10028
10084
  ?launch_permission: {
10029
10085
  add: Array[
10030
10086
  {
10031
- group: ("all")?,
10032
- user_id: ::String?,
10033
10087
  organization_arn: ::String?,
10034
- organizational_unit_arn: ::String?
10088
+ organizational_unit_arn: ::String?,
10089
+ user_id: ::String?,
10090
+ group: ("all")?
10035
10091
  },
10036
10092
  ]?,
10037
10093
  remove: Array[
10038
10094
  {
10039
- group: ("all")?,
10040
- user_id: ::String?,
10041
10095
  organization_arn: ::String?,
10042
- organizational_unit_arn: ::String?
10096
+ organizational_unit_arn: ::String?,
10097
+ user_id: ::String?,
10098
+ group: ("all")?
10043
10099
  },
10044
10100
  ]?
10045
10101
  },
@@ -10048,10 +10104,10 @@ module Aws
10048
10104
  ?user_groups: Array[::String],
10049
10105
  ?user_ids: Array[::String],
10050
10106
  ?value: ::String,
10051
- ?dry_run: bool,
10052
10107
  ?organization_arns: Array[::String],
10053
10108
  ?organizational_unit_arns: Array[::String],
10054
- ?imds_support: untyped
10109
+ ?imds_support: untyped,
10110
+ ?dry_run: bool
10055
10111
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
10056
10112
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
10057
10113
 
@@ -10060,40 +10116,40 @@ module Aws
10060
10116
  ?source_dest_check: {
10061
10117
  value: bool?
10062
10118
  },
10119
+ ?disable_api_stop: {
10120
+ value: bool?
10121
+ },
10122
+ ?dry_run: bool,
10123
+ instance_id: ::String,
10063
10124
  ?attribute: ("instanceType" | "kernel" | "ramdisk" | "userData" | "disableApiTermination" | "instanceInitiatedShutdownBehavior" | "rootDeviceName" | "blockDeviceMapping" | "productCodes" | "sourceDestCheck" | "groupSet" | "ebsOptimized" | "sriovNetSupport" | "enaSupport" | "enclaveOptions" | "disableApiStop"),
10125
+ ?value: ::String,
10064
10126
  ?block_device_mappings: Array[
10065
10127
  {
10066
10128
  device_name: ::String?,
10067
10129
  ebs: {
10068
- delete_on_termination: bool?,
10069
- volume_id: ::String?
10130
+ volume_id: ::String?,
10131
+ delete_on_termination: bool?
10070
10132
  }?,
10071
- no_device: ::String?,
10072
- virtual_name: ::String?
10133
+ virtual_name: ::String?,
10134
+ no_device: ::String?
10073
10135
  },
10074
10136
  ],
10075
10137
  ?disable_api_termination: {
10076
10138
  value: bool?
10077
10139
  },
10078
- ?dry_run: bool,
10079
- ?ebs_optimized: {
10080
- value: bool?
10081
- },
10082
- ?ena_support: {
10083
- value: bool?
10084
- },
10085
- ?groups: Array[::String],
10086
- instance_id: ::String,
10087
- ?instance_initiated_shutdown_behavior: untyped,
10088
10140
  ?instance_type: untyped,
10089
10141
  ?kernel: untyped,
10090
10142
  ?ramdisk: untyped,
10091
- ?sriov_net_support: untyped,
10092
10143
  ?user_data: {
10093
10144
  value: ::String?
10094
10145
  },
10095
- ?value: ::String,
10096
- ?disable_api_stop: {
10146
+ ?instance_initiated_shutdown_behavior: untyped,
10147
+ ?groups: Array[::String],
10148
+ ?ebs_optimized: {
10149
+ value: bool?
10150
+ },
10151
+ ?sriov_net_support: untyped,
10152
+ ?ena_support: {
10097
10153
  value: bool?
10098
10154
  }
10099
10155
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -10234,14 +10290,14 @@ module Aws
10234
10290
  end
10235
10291
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#modify_instance_placement-instance_method
10236
10292
  def modify_instance_placement: (
10237
- ?affinity: ("default" | "host"),
10238
10293
  ?group_name: ::String,
10239
- ?host_id: ::String,
10240
- instance_id: ::String,
10241
- ?tenancy: ("default" | "dedicated" | "host"),
10242
10294
  ?partition_number: ::Integer,
10243
10295
  ?host_resource_group_arn: ::String,
10244
- ?group_id: ::String
10296
+ ?group_id: ::String,
10297
+ instance_id: ::String,
10298
+ ?tenancy: ("default" | "dedicated" | "host"),
10299
+ ?affinity: ("default" | "host"),
10300
+ ?host_id: ::String
10245
10301
  ) -> _ModifyInstancePlacementResponseSuccess
10246
10302
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyInstancePlacementResponseSuccess
10247
10303
 
@@ -10404,17 +10460,6 @@ module Aws
10404
10460
 
10405
10461
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#modify_network_interface_attribute-instance_method
10406
10462
  def modify_network_interface_attribute: (
10407
- ?attachment: {
10408
- attachment_id: ::String?,
10409
- delete_on_termination: bool?
10410
- },
10411
- ?description: untyped,
10412
- ?dry_run: bool,
10413
- ?groups: Array[::String],
10414
- network_interface_id: ::String,
10415
- ?source_dest_check: {
10416
- value: bool?
10417
- },
10418
10463
  ?ena_srd_specification: {
10419
10464
  ena_srd_enabled: bool?,
10420
10465
  ena_srd_udp_specification: {
@@ -10427,7 +10472,18 @@ module Aws
10427
10472
  udp_stream_timeout: ::Integer?,
10428
10473
  udp_timeout: ::Integer?
10429
10474
  },
10430
- ?associate_public_ip_address: bool
10475
+ ?associate_public_ip_address: bool,
10476
+ ?dry_run: bool,
10477
+ network_interface_id: ::String,
10478
+ ?description: untyped,
10479
+ ?source_dest_check: {
10480
+ value: bool?
10481
+ },
10482
+ ?groups: Array[::String],
10483
+ ?attachment: {
10484
+ attachment_id: ::String?,
10485
+ delete_on_termination: bool?
10486
+ }
10431
10487
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
10432
10488
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
10433
10489
 
@@ -10497,14 +10553,14 @@ module Aws
10497
10553
  ?create_volume_permission: {
10498
10554
  add: Array[
10499
10555
  {
10500
- group: ("all")?,
10501
- user_id: ::String?
10556
+ user_id: ::String?,
10557
+ group: ("all")?
10502
10558
  },
10503
10559
  ]?,
10504
10560
  remove: Array[
10505
10561
  {
10506
- group: ("all")?,
10507
- user_id: ::String?
10562
+ user_id: ::String?,
10563
+ group: ("all")?
10508
10564
  },
10509
10565
  ]?
10510
10566
  },
@@ -10535,7 +10591,6 @@ module Aws
10535
10591
  end
10536
10592
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#modify_spot_fleet_request-instance_method
10537
10593
  def modify_spot_fleet_request: (
10538
- ?excess_capacity_termination_policy: ("noTermination" | "default"),
10539
10594
  ?launch_template_configs: Array[
10540
10595
  {
10541
10596
  launch_template_specification: {
@@ -10608,10 +10663,11 @@ module Aws
10608
10663
  ]?
10609
10664
  },
10610
10665
  ],
10666
+ ?on_demand_target_capacity: ::Integer,
10667
+ ?context: ::String,
10611
10668
  spot_fleet_request_id: ::String,
10612
10669
  ?target_capacity: ::Integer,
10613
- ?on_demand_target_capacity: ::Integer,
10614
- ?context: ::String
10670
+ ?excess_capacity_termination_policy: ("noTermination" | "default")
10615
10671
  ) -> _ModifySpotFleetRequestResponseSuccess
10616
10672
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifySpotFleetRequestResponseSuccess
10617
10673
 
@@ -11379,12 +11435,12 @@ module Aws
11379
11435
  def purchase_reserved_instances_offering: (
11380
11436
  instance_count: ::Integer,
11381
11437
  reserved_instances_offering_id: ::String,
11438
+ ?purchase_time: ::Time,
11382
11439
  ?dry_run: bool,
11383
11440
  ?limit_price: {
11384
11441
  amount: ::Float?,
11385
11442
  currency_code: ("USD")?
11386
- },
11387
- ?purchase_time: ::Time
11443
+ }
11388
11444
  ) -> _PurchaseReservedInstancesOfferingResponseSuccess
11389
11445
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PurchaseReservedInstancesOfferingResponseSuccess
11390
11446
 
@@ -11419,11 +11475,31 @@ module Aws
11419
11475
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#register_image-instance_method
11420
11476
  def register_image: (
11421
11477
  ?image_location: ::String,
11478
+ ?billing_products: Array[::String],
11479
+ ?boot_mode: ("legacy-bios" | "uefi" | "uefi-preferred"),
11480
+ ?tpm_support: ("v2.0"),
11481
+ ?uefi_data: ::String,
11482
+ ?imds_support: ("v2.0"),
11483
+ ?tag_specifications: Array[
11484
+ {
11485
+ resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
11486
+ tags: Array[
11487
+ {
11488
+ key: ::String?,
11489
+ value: ::String?
11490
+ },
11491
+ ]?
11492
+ },
11493
+ ],
11494
+ ?dry_run: bool,
11495
+ name: ::String,
11496
+ ?description: ::String,
11422
11497
  ?architecture: ("i386" | "x86_64" | "arm64" | "x86_64_mac" | "arm64_mac"),
11498
+ ?kernel_id: ::String,
11499
+ ?ramdisk_id: ::String,
11500
+ ?root_device_name: ::String,
11423
11501
  ?block_device_mappings: Array[
11424
11502
  {
11425
- device_name: ::String?,
11426
- virtual_name: ::String?,
11427
11503
  ebs: {
11428
11504
  delete_on_termination: bool?,
11429
11505
  iops: ::Integer?,
@@ -11435,34 +11511,14 @@ module Aws
11435
11511
  outpost_arn: ::String?,
11436
11512
  encrypted: bool?
11437
11513
  }?,
11438
- no_device: ::String?
11514
+ no_device: ::String?,
11515
+ device_name: ::String?,
11516
+ virtual_name: ::String?
11439
11517
  },
11440
11518
  ],
11441
- ?description: ::String,
11442
- ?dry_run: bool,
11443
- ?ena_support: bool,
11444
- ?kernel_id: ::String,
11445
- name: ::String,
11446
- ?billing_products: Array[::String],
11447
- ?ramdisk_id: ::String,
11448
- ?root_device_name: ::String,
11449
- ?sriov_net_support: ::String,
11450
11519
  ?virtualization_type: ::String,
11451
- ?boot_mode: ("legacy-bios" | "uefi" | "uefi-preferred"),
11452
- ?tpm_support: ("v2.0"),
11453
- ?uefi_data: ::String,
11454
- ?imds_support: ("v2.0"),
11455
- ?tag_specifications: Array[
11456
- {
11457
- resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
11458
- tags: Array[
11459
- {
11460
- key: ::String?,
11461
- value: ::String?
11462
- },
11463
- ]?
11464
- },
11465
- ]
11520
+ ?sriov_net_support: ::String,
11521
+ ?ena_support: bool
11466
11522
  ) -> _RegisterImageResponseSuccess
11467
11523
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterImageResponseSuccess
11468
11524
 
@@ -11506,6 +11562,17 @@ module Aws
11506
11562
  ) -> _RegisterTransitGatewayMulticastGroupSourcesResponseSuccess
11507
11563
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterTransitGatewayMulticastGroupSourcesResponseSuccess
11508
11564
 
11565
+ interface _RejectCapacityReservationBillingOwnershipResponseSuccess
11566
+ include ::Seahorse::Client::_ResponseSuccess[Types::RejectCapacityReservationBillingOwnershipResult]
11567
+ def return: () -> bool
11568
+ end
11569
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#reject_capacity_reservation_billing_ownership-instance_method
11570
+ def reject_capacity_reservation_billing_ownership: (
11571
+ ?dry_run: bool,
11572
+ capacity_reservation_id: ::String
11573
+ ) -> _RejectCapacityReservationBillingOwnershipResponseSuccess
11574
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RejectCapacityReservationBillingOwnershipResponseSuccess
11575
+
11509
11576
  interface _RejectTransitGatewayMulticastDomainAssociationsResponseSuccess
11510
11577
  include ::Seahorse::Client::_ResponseSuccess[Types::RejectTransitGatewayMulticastDomainAssociationsResult]
11511
11578
  def associations: () -> Types::TransitGatewayMulticastDomainAssociations
@@ -11617,52 +11684,52 @@ module Aws
11617
11684
  end
11618
11685
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#replace_network_acl_association-instance_method
11619
11686
  def replace_network_acl_association: (
11620
- association_id: ::String,
11621
11687
  ?dry_run: bool,
11688
+ association_id: ::String,
11622
11689
  network_acl_id: ::String
11623
11690
  ) -> _ReplaceNetworkAclAssociationResponseSuccess
11624
11691
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ReplaceNetworkAclAssociationResponseSuccess
11625
11692
 
11626
11693
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#replace_network_acl_entry-instance_method
11627
11694
  def replace_network_acl_entry: (
11628
- ?cidr_block: ::String,
11629
11695
  ?dry_run: bool,
11696
+ network_acl_id: ::String,
11697
+ rule_number: ::Integer,
11698
+ protocol: ::String,
11699
+ rule_action: ("allow" | "deny"),
11630
11700
  egress: bool,
11701
+ ?cidr_block: ::String,
11702
+ ?ipv_6_cidr_block: ::String,
11631
11703
  ?icmp_type_code: {
11632
11704
  code: ::Integer?,
11633
11705
  type: ::Integer?
11634
11706
  },
11635
- ?ipv_6_cidr_block: ::String,
11636
- network_acl_id: ::String,
11637
11707
  ?port_range: {
11638
11708
  from: ::Integer?,
11639
11709
  to: ::Integer?
11640
- },
11641
- protocol: ::String,
11642
- rule_action: ("allow" | "deny"),
11643
- rule_number: ::Integer
11710
+ }
11644
11711
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
11645
11712
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
11646
11713
 
11647
11714
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#replace_route-instance_method
11648
11715
  def replace_route: (
11649
- ?destination_cidr_block: ::String,
11650
- ?destination_ipv_6_cidr_block: ::String,
11651
11716
  ?destination_prefix_list_id: ::String,
11652
- ?dry_run: bool,
11653
11717
  ?vpc_endpoint_id: ::String,
11654
- ?egress_only_internet_gateway_id: ::String,
11655
- ?gateway_id: ::String,
11656
- ?instance_id: ::String,
11657
11718
  ?local_target: bool,
11658
- ?nat_gateway_id: ::String,
11659
11719
  ?transit_gateway_id: ::String,
11660
11720
  ?local_gateway_id: ::String,
11661
11721
  ?carrier_gateway_id: ::String,
11662
- ?network_interface_id: ::String,
11722
+ ?core_network_arn: ::String,
11723
+ ?dry_run: bool,
11663
11724
  route_table_id: ::String,
11725
+ ?destination_cidr_block: ::String,
11726
+ ?gateway_id: ::String,
11727
+ ?destination_ipv_6_cidr_block: ::String,
11728
+ ?egress_only_internet_gateway_id: ::String,
11729
+ ?instance_id: ::String,
11730
+ ?network_interface_id: ::String,
11664
11731
  ?vpc_peering_connection_id: ::String,
11665
- ?core_network_arn: ::String
11732
+ ?nat_gateway_id: ::String
11666
11733
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
11667
11734
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
11668
11735
 
@@ -11673,8 +11740,8 @@ module Aws
11673
11740
  end
11674
11741
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#replace_route_table_association-instance_method
11675
11742
  def replace_route_table_association: (
11676
- association_id: ::String,
11677
11743
  ?dry_run: bool,
11744
+ association_id: ::String,
11678
11745
  route_table_id: ::String
11679
11746
  ) -> _ReplaceRouteTableAssociationResponseSuccess
11680
11747
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ReplaceRouteTableAssociationResponseSuccess
@@ -11708,13 +11775,13 @@ module Aws
11708
11775
 
11709
11776
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#report_instance_status-instance_method
11710
11777
  def report_instance_status: (
11711
- ?description: ::String,
11712
11778
  ?dry_run: bool,
11713
- ?end_time: ::Time,
11714
11779
  instances: Array[::String],
11715
- reason_codes: Array[("instance-stuck-in-state" | "unresponsive" | "not-accepting-credentials" | "password-not-available" | "performance-network" | "performance-instance-store" | "performance-ebs-volume" | "performance-other" | "other")],
11780
+ status: ("ok" | "impaired"),
11716
11781
  ?start_time: ::Time,
11717
- status: ("ok" | "impaired")
11782
+ ?end_time: ::Time,
11783
+ reason_codes: Array[("instance-stuck-in-state" | "unresponsive" | "not-accepting-credentials" | "password-not-available" | "performance-network" | "performance-instance-store" | "performance-ebs-volume" | "performance-other" | "other")],
11784
+ ?description: ::String
11718
11785
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
11719
11786
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
11720
11787
 
@@ -11741,17 +11808,9 @@ module Aws
11741
11808
  iam_fleet_role: ::String,
11742
11809
  launch_specifications: Array[
11743
11810
  {
11744
- security_groups: Array[
11745
- {
11746
- group_name: ::String?,
11747
- group_id: ::String?
11748
- },
11749
- ]?,
11750
11811
  addressing_type: ::String?,
11751
11812
  block_device_mappings: Array[
11752
11813
  {
11753
- device_name: ::String?,
11754
- virtual_name: ::String?,
11755
11814
  ebs: {
11756
11815
  delete_on_termination: bool?,
11757
11816
  iops: ::Integer?,
@@ -11763,7 +11822,9 @@ module Aws
11763
11822
  outpost_arn: ::String?,
11764
11823
  encrypted: bool?
11765
11824
  }?,
11766
- no_device: ::String?
11825
+ no_device: ::String?,
11826
+ device_name: ::String?,
11827
+ virtual_name: ::String?
11767
11828
  },
11768
11829
  ]?,
11769
11830
  ebs_optimized: bool?,
@@ -11904,7 +11965,13 @@ module Aws
11904
11965
  }?,
11905
11966
  allowed_instance_types: Array[::String]?,
11906
11967
  max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer?
11907
- }?
11968
+ }?,
11969
+ security_groups: Array[
11970
+ {
11971
+ group_id: ::String?,
11972
+ group_name: ::String?
11973
+ },
11974
+ ]?
11908
11975
  },
11909
11976
  ]?,
11910
11977
  launch_template_configs: Array[
@@ -12030,20 +12097,12 @@ module Aws
12030
12097
  end
12031
12098
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#request_spot_instances-instance_method
12032
12099
  def request_spot_instances: (
12033
- ?availability_zone_group: ::String,
12034
- ?block_duration_minutes: ::Integer,
12035
- ?client_token: ::String,
12036
- ?dry_run: bool,
12037
- ?instance_count: ::Integer,
12038
- ?launch_group: ::String,
12039
12100
  ?launch_specification: {
12040
12101
  security_group_ids: Array[::String]?,
12041
12102
  security_groups: Array[::String]?,
12042
12103
  addressing_type: ::String?,
12043
12104
  block_device_mappings: Array[
12044
12105
  {
12045
- device_name: ::String?,
12046
- virtual_name: ::String?,
12047
12106
  ebs: {
12048
12107
  delete_on_termination: bool?,
12049
12108
  iops: ::Integer?,
@@ -12055,7 +12114,9 @@ module Aws
12055
12114
  outpost_arn: ::String?,
12056
12115
  encrypted: bool?
12057
12116
  }?,
12058
- no_device: ::String?
12117
+ no_device: ::String?,
12118
+ device_name: ::String?,
12119
+ virtual_name: ::String?
12059
12120
  },
12060
12121
  ]?,
12061
12122
  ebs_optimized: bool?,
@@ -12132,10 +12193,6 @@ module Aws
12132
12193
  subnet_id: ::String?,
12133
12194
  user_data: ::String?
12134
12195
  },
12135
- ?spot_price: ::String,
12136
- ?type: ("one-time" | "persistent"),
12137
- ?valid_from: ::Time,
12138
- ?valid_until: ::Time,
12139
12196
  ?tag_specifications: Array[
12140
12197
  {
12141
12198
  resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
@@ -12147,7 +12204,17 @@ module Aws
12147
12204
  ]?
12148
12205
  },
12149
12206
  ],
12150
- ?instance_interruption_behavior: ("hibernate" | "stop" | "terminate")
12207
+ ?instance_interruption_behavior: ("hibernate" | "stop" | "terminate"),
12208
+ ?dry_run: bool,
12209
+ ?spot_price: ::String,
12210
+ ?client_token: ::String,
12211
+ ?instance_count: ::Integer,
12212
+ ?type: ("one-time" | "persistent"),
12213
+ ?valid_from: ::Time,
12214
+ ?valid_until: ::Time,
12215
+ ?launch_group: ::String,
12216
+ ?availability_zone_group: ::String,
12217
+ ?block_duration_minutes: ::Integer
12151
12218
  ) -> _RequestSpotInstancesResponseSuccess
12152
12219
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RequestSpotInstancesResponseSuccess
12153
12220
 
@@ -12195,9 +12262,9 @@ module Aws
12195
12262
 
12196
12263
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#reset_instance_attribute-instance_method
12197
12264
  def reset_instance_attribute: (
12198
- attribute: ("instanceType" | "kernel" | "ramdisk" | "userData" | "disableApiTermination" | "instanceInitiatedShutdownBehavior" | "rootDeviceName" | "blockDeviceMapping" | "productCodes" | "sourceDestCheck" | "groupSet" | "ebsOptimized" | "sriovNetSupport" | "enaSupport" | "enclaveOptions" | "disableApiStop"),
12199
12265
  ?dry_run: bool,
12200
- instance_id: ::String
12266
+ instance_id: ::String,
12267
+ attribute: ("instanceType" | "kernel" | "ramdisk" | "userData" | "disableApiTermination" | "instanceInitiatedShutdownBehavior" | "rootDeviceName" | "blockDeviceMapping" | "productCodes" | "sourceDestCheck" | "groupSet" | "ebsOptimized" | "sriovNetSupport" | "enaSupport" | "enclaveOptions" | "disableApiStop")
12201
12268
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
12202
12269
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
12203
12270
 
@@ -12311,51 +12378,51 @@ module Aws
12311
12378
  end
12312
12379
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#revoke_security_group_egress-instance_method
12313
12380
  def revoke_security_group_egress: (
12381
+ ?security_group_rule_ids: Array[::String],
12314
12382
  ?dry_run: bool,
12315
12383
  group_id: ::String,
12384
+ ?source_security_group_name: ::String,
12385
+ ?source_security_group_owner_id: ::String,
12386
+ ?ip_protocol: ::String,
12387
+ ?from_port: ::Integer,
12388
+ ?to_port: ::Integer,
12389
+ ?cidr_ip: ::String,
12316
12390
  ?ip_permissions: Array[
12317
12391
  {
12318
- from_port: ::Integer?,
12319
12392
  ip_protocol: ::String?,
12320
- ip_ranges: Array[
12393
+ from_port: ::Integer?,
12394
+ to_port: ::Integer?,
12395
+ user_id_group_pairs: Array[
12321
12396
  {
12322
- cidr_ip: ::String?,
12323
- description: ::String?
12397
+ description: ::String?,
12398
+ user_id: ::String?,
12399
+ group_name: ::String?,
12400
+ group_id: ::String?,
12401
+ vpc_id: ::String?,
12402
+ vpc_peering_connection_id: ::String?,
12403
+ peering_status: ::String?
12324
12404
  },
12325
12405
  ]?,
12326
- ipv_6_ranges: Array[
12406
+ ip_ranges: Array[
12327
12407
  {
12328
- cidr_ipv_6: ::String?,
12329
- description: ::String?
12408
+ description: ::String?,
12409
+ cidr_ip: ::String?
12330
12410
  },
12331
12411
  ]?,
12332
- prefix_list_ids: Array[
12412
+ ipv_6_ranges: Array[
12333
12413
  {
12334
12414
  description: ::String?,
12335
- prefix_list_id: ::String?
12415
+ cidr_ipv_6: ::String?
12336
12416
  },
12337
12417
  ]?,
12338
- to_port: ::Integer?,
12339
- user_id_group_pairs: Array[
12418
+ prefix_list_ids: Array[
12340
12419
  {
12341
12420
  description: ::String?,
12342
- group_id: ::String?,
12343
- group_name: ::String?,
12344
- peering_status: ::String?,
12345
- user_id: ::String?,
12346
- vpc_id: ::String?,
12347
- vpc_peering_connection_id: ::String?
12421
+ prefix_list_id: ::String?
12348
12422
  },
12349
12423
  ]?
12350
12424
  },
12351
- ],
12352
- ?security_group_rule_ids: Array[::String],
12353
- ?cidr_ip: ::String,
12354
- ?from_port: ::Integer,
12355
- ?ip_protocol: ::String,
12356
- ?to_port: ::Integer,
12357
- ?source_security_group_name: ::String,
12358
- ?source_security_group_owner_id: ::String
12425
+ ]
12359
12426
  ) -> _RevokeSecurityGroupEgressResponseSuccess
12360
12427
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RevokeSecurityGroupEgressResponseSuccess
12361
12428
 
@@ -12372,36 +12439,36 @@ module Aws
12372
12439
  ?group_name: ::String,
12373
12440
  ?ip_permissions: Array[
12374
12441
  {
12375
- from_port: ::Integer?,
12376
12442
  ip_protocol: ::String?,
12377
- ip_ranges: Array[
12443
+ from_port: ::Integer?,
12444
+ to_port: ::Integer?,
12445
+ user_id_group_pairs: Array[
12378
12446
  {
12379
- cidr_ip: ::String?,
12380
- description: ::String?
12447
+ description: ::String?,
12448
+ user_id: ::String?,
12449
+ group_name: ::String?,
12450
+ group_id: ::String?,
12451
+ vpc_id: ::String?,
12452
+ vpc_peering_connection_id: ::String?,
12453
+ peering_status: ::String?
12381
12454
  },
12382
12455
  ]?,
12383
- ipv_6_ranges: Array[
12456
+ ip_ranges: Array[
12384
12457
  {
12385
- cidr_ipv_6: ::String?,
12386
- description: ::String?
12458
+ description: ::String?,
12459
+ cidr_ip: ::String?
12387
12460
  },
12388
12461
  ]?,
12389
- prefix_list_ids: Array[
12462
+ ipv_6_ranges: Array[
12390
12463
  {
12391
12464
  description: ::String?,
12392
- prefix_list_id: ::String?
12465
+ cidr_ipv_6: ::String?
12393
12466
  },
12394
12467
  ]?,
12395
- to_port: ::Integer?,
12396
- user_id_group_pairs: Array[
12468
+ prefix_list_ids: Array[
12397
12469
  {
12398
12470
  description: ::String?,
12399
- group_id: ::String?,
12400
- group_name: ::String?,
12401
- peering_status: ::String?,
12402
- user_id: ::String?,
12403
- vpc_id: ::String?,
12404
- vpc_peering_connection_id: ::String?
12471
+ prefix_list_id: ::String?
12405
12472
  },
12406
12473
  ]?
12407
12474
  },
@@ -12410,25 +12477,23 @@ module Aws
12410
12477
  ?source_security_group_name: ::String,
12411
12478
  ?source_security_group_owner_id: ::String,
12412
12479
  ?to_port: ::Integer,
12413
- ?dry_run: bool,
12414
- ?security_group_rule_ids: Array[::String]
12480
+ ?security_group_rule_ids: Array[::String],
12481
+ ?dry_run: bool
12415
12482
  ) -> _RevokeSecurityGroupIngressResponseSuccess
12416
12483
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RevokeSecurityGroupIngressResponseSuccess
12417
12484
 
12418
12485
  interface _RunInstancesResponseSuccess
12419
12486
  include ::Seahorse::Client::_ResponseSuccess[Types::Reservation]
12420
- def groups: () -> ::Array[Types::GroupIdentifier]
12421
- def instances: () -> ::Array[Types::Instance]
12487
+ def reservation_id: () -> ::String
12422
12488
  def owner_id: () -> ::String
12423
12489
  def requester_id: () -> ::String
12424
- def reservation_id: () -> ::String
12490
+ def groups: () -> ::Array[Types::GroupIdentifier]
12491
+ def instances: () -> ::Array[Types::Instance]
12425
12492
  end
12426
12493
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#run_instances-instance_method
12427
12494
  def run_instances: (
12428
12495
  ?block_device_mappings: Array[
12429
12496
  {
12430
- device_name: ::String?,
12431
- virtual_name: ::String?,
12432
12497
  ebs: {
12433
12498
  delete_on_termination: bool?,
12434
12499
  iops: ::Integer?,
@@ -12440,7 +12505,9 @@ module Aws
12440
12505
  outpost_arn: ::String?,
12441
12506
  encrypted: bool?
12442
12507
  }?,
12443
- no_device: ::String?
12508
+ no_device: ::String?,
12509
+ device_name: ::String?,
12510
+ virtual_name: ::String?
12444
12511
  },
12445
12512
  ],
12446
12513
  ?image_id: ::String,
@@ -12460,7 +12527,6 @@ module Aws
12460
12527
  enabled: bool
12461
12528
  },
12462
12529
  ?placement: {
12463
- availability_zone: ::String?,
12464
12530
  affinity: ::String?,
12465
12531
  group_name: ::String?,
12466
12532
  partition_number: ::Integer?,
@@ -12468,77 +12534,14 @@ module Aws
12468
12534
  tenancy: ("default" | "dedicated" | "host")?,
12469
12535
  spread_domain: ::String?,
12470
12536
  host_resource_group_arn: ::String?,
12471
- group_id: ::String?
12537
+ group_id: ::String?,
12538
+ availability_zone: ::String?
12472
12539
  },
12473
12540
  ?ramdisk_id: ::String,
12474
12541
  ?security_group_ids: Array[::String],
12475
12542
  ?security_groups: Array[::String],
12476
12543
  ?subnet_id: ::String,
12477
12544
  ?user_data: ::String,
12478
- ?additional_info: ::String,
12479
- ?client_token: ::String,
12480
- ?disable_api_termination: bool,
12481
- ?dry_run: bool,
12482
- ?ebs_optimized: bool,
12483
- ?iam_instance_profile: {
12484
- arn: ::String?,
12485
- name: ::String?
12486
- },
12487
- ?instance_initiated_shutdown_behavior: ("stop" | "terminate"),
12488
- ?network_interfaces: Array[
12489
- {
12490
- associate_public_ip_address: bool?,
12491
- delete_on_termination: bool?,
12492
- description: ::String?,
12493
- device_index: ::Integer?,
12494
- groups: Array[::String]?,
12495
- ipv_6_address_count: ::Integer?,
12496
- ipv_6_addresses: Array[
12497
- {
12498
- ipv_6_address: ::String?,
12499
- is_primary_ipv_6: bool?
12500
- },
12501
- ]?,
12502
- network_interface_id: ::String?,
12503
- private_ip_address: ::String?,
12504
- private_ip_addresses: Array[
12505
- {
12506
- primary: bool?,
12507
- private_ip_address: ::String?
12508
- },
12509
- ]?,
12510
- secondary_private_ip_address_count: ::Integer?,
12511
- subnet_id: ::String?,
12512
- associate_carrier_ip_address: bool?,
12513
- interface_type: ::String?,
12514
- network_card_index: ::Integer?,
12515
- ipv_4_prefixes: Array[
12516
- {
12517
- ipv_4_prefix: ::String?
12518
- },
12519
- ]?,
12520
- ipv_4_prefix_count: ::Integer?,
12521
- ipv_6_prefixes: Array[
12522
- {
12523
- ipv_6_prefix: ::String?
12524
- },
12525
- ]?,
12526
- ipv_6_prefix_count: ::Integer?,
12527
- primary_ipv_6: bool?,
12528
- ena_srd_specification: {
12529
- ena_srd_enabled: bool?,
12530
- ena_srd_udp_specification: {
12531
- ena_srd_udp_enabled: bool?
12532
- }?
12533
- }?,
12534
- connection_tracking_specification: {
12535
- tcp_established_timeout: ::Integer?,
12536
- udp_stream_timeout: ::Integer?,
12537
- udp_timeout: ::Integer?
12538
- }?
12539
- },
12540
- ],
12541
- ?private_ip_address: ::String,
12542
12545
  ?elastic_gpu_specification: Array[
12543
12546
  {
12544
12547
  type: ::String
@@ -12618,7 +12621,71 @@ module Aws
12618
12621
  auto_recovery: ("disabled" | "default")?
12619
12622
  },
12620
12623
  ?disable_api_stop: bool,
12621
- ?enable_primary_ipv_6: bool
12624
+ ?enable_primary_ipv_6: bool,
12625
+ ?dry_run: bool,
12626
+ ?disable_api_termination: bool,
12627
+ ?instance_initiated_shutdown_behavior: ("stop" | "terminate"),
12628
+ ?private_ip_address: ::String,
12629
+ ?client_token: ::String,
12630
+ ?additional_info: ::String,
12631
+ ?network_interfaces: Array[
12632
+ {
12633
+ associate_public_ip_address: bool?,
12634
+ delete_on_termination: bool?,
12635
+ description: ::String?,
12636
+ device_index: ::Integer?,
12637
+ groups: Array[::String]?,
12638
+ ipv_6_address_count: ::Integer?,
12639
+ ipv_6_addresses: Array[
12640
+ {
12641
+ ipv_6_address: ::String?,
12642
+ is_primary_ipv_6: bool?
12643
+ },
12644
+ ]?,
12645
+ network_interface_id: ::String?,
12646
+ private_ip_address: ::String?,
12647
+ private_ip_addresses: Array[
12648
+ {
12649
+ primary: bool?,
12650
+ private_ip_address: ::String?
12651
+ },
12652
+ ]?,
12653
+ secondary_private_ip_address_count: ::Integer?,
12654
+ subnet_id: ::String?,
12655
+ associate_carrier_ip_address: bool?,
12656
+ interface_type: ::String?,
12657
+ network_card_index: ::Integer?,
12658
+ ipv_4_prefixes: Array[
12659
+ {
12660
+ ipv_4_prefix: ::String?
12661
+ },
12662
+ ]?,
12663
+ ipv_4_prefix_count: ::Integer?,
12664
+ ipv_6_prefixes: Array[
12665
+ {
12666
+ ipv_6_prefix: ::String?
12667
+ },
12668
+ ]?,
12669
+ ipv_6_prefix_count: ::Integer?,
12670
+ primary_ipv_6: bool?,
12671
+ ena_srd_specification: {
12672
+ ena_srd_enabled: bool?,
12673
+ ena_srd_udp_specification: {
12674
+ ena_srd_udp_enabled: bool?
12675
+ }?
12676
+ }?,
12677
+ connection_tracking_specification: {
12678
+ tcp_established_timeout: ::Integer?,
12679
+ udp_stream_timeout: ::Integer?,
12680
+ udp_timeout: ::Integer?
12681
+ }?
12682
+ },
12683
+ ],
12684
+ ?iam_instance_profile: {
12685
+ arn: ::String?,
12686
+ name: ::String?
12687
+ },
12688
+ ?ebs_optimized: bool
12622
12689
  ) -> _RunInstancesResponseSuccess
12623
12690
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RunInstancesResponseSuccess
12624
12691
 
@@ -12881,17 +12948,17 @@ module Aws
12881
12948
  end
12882
12949
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#unassign_ipv_6_addresses-instance_method
12883
12950
  def unassign_ipv_6_addresses: (
12884
- ?ipv_6_addresses: Array[::String],
12885
12951
  ?ipv_6_prefixes: Array[::String],
12886
- network_interface_id: ::String
12952
+ network_interface_id: ::String,
12953
+ ?ipv_6_addresses: Array[::String]
12887
12954
  ) -> _UnassignIpv6AddressesResponseSuccess
12888
12955
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UnassignIpv6AddressesResponseSuccess
12889
12956
 
12890
12957
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#unassign_private_ip_addresses-instance_method
12891
12958
  def unassign_private_ip_addresses: (
12959
+ ?ipv_4_prefixes: Array[::String],
12892
12960
  network_interface_id: ::String,
12893
- ?private_ip_addresses: Array[::String],
12894
- ?ipv_4_prefixes: Array[::String]
12961
+ ?private_ip_addresses: Array[::String]
12895
12962
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
12896
12963
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
12897
12964
 
@@ -12942,36 +13009,36 @@ module Aws
12942
13009
  ?group_name: ::String,
12943
13010
  ?ip_permissions: Array[
12944
13011
  {
12945
- from_port: ::Integer?,
12946
13012
  ip_protocol: ::String?,
12947
- ip_ranges: Array[
13013
+ from_port: ::Integer?,
13014
+ to_port: ::Integer?,
13015
+ user_id_group_pairs: Array[
12948
13016
  {
12949
- cidr_ip: ::String?,
12950
- description: ::String?
13017
+ description: ::String?,
13018
+ user_id: ::String?,
13019
+ group_name: ::String?,
13020
+ group_id: ::String?,
13021
+ vpc_id: ::String?,
13022
+ vpc_peering_connection_id: ::String?,
13023
+ peering_status: ::String?
12951
13024
  },
12952
13025
  ]?,
12953
- ipv_6_ranges: Array[
13026
+ ip_ranges: Array[
12954
13027
  {
12955
- cidr_ipv_6: ::String?,
12956
- description: ::String?
13028
+ description: ::String?,
13029
+ cidr_ip: ::String?
12957
13030
  },
12958
13031
  ]?,
12959
- prefix_list_ids: Array[
13032
+ ipv_6_ranges: Array[
12960
13033
  {
12961
13034
  description: ::String?,
12962
- prefix_list_id: ::String?
13035
+ cidr_ipv_6: ::String?
12963
13036
  },
12964
13037
  ]?,
12965
- to_port: ::Integer?,
12966
- user_id_group_pairs: Array[
13038
+ prefix_list_ids: Array[
12967
13039
  {
12968
13040
  description: ::String?,
12969
- group_id: ::String?,
12970
- group_name: ::String?,
12971
- peering_status: ::String?,
12972
- user_id: ::String?,
12973
- vpc_id: ::String?,
12974
- vpc_peering_connection_id: ::String?
13041
+ prefix_list_id: ::String?
12975
13042
  },
12976
13043
  ]?
12977
13044
  },
@@ -12996,36 +13063,36 @@ module Aws
12996
13063
  ?group_name: ::String,
12997
13064
  ?ip_permissions: Array[
12998
13065
  {
12999
- from_port: ::Integer?,
13000
13066
  ip_protocol: ::String?,
13001
- ip_ranges: Array[
13067
+ from_port: ::Integer?,
13068
+ to_port: ::Integer?,
13069
+ user_id_group_pairs: Array[
13002
13070
  {
13003
- cidr_ip: ::String?,
13004
- description: ::String?
13071
+ description: ::String?,
13072
+ user_id: ::String?,
13073
+ group_name: ::String?,
13074
+ group_id: ::String?,
13075
+ vpc_id: ::String?,
13076
+ vpc_peering_connection_id: ::String?,
13077
+ peering_status: ::String?
13005
13078
  },
13006
13079
  ]?,
13007
- ipv_6_ranges: Array[
13080
+ ip_ranges: Array[
13008
13081
  {
13009
- cidr_ipv_6: ::String?,
13010
- description: ::String?
13082
+ description: ::String?,
13083
+ cidr_ip: ::String?
13011
13084
  },
13012
13085
  ]?,
13013
- prefix_list_ids: Array[
13086
+ ipv_6_ranges: Array[
13014
13087
  {
13015
13088
  description: ::String?,
13016
- prefix_list_id: ::String?
13089
+ cidr_ipv_6: ::String?
13017
13090
  },
13018
13091
  ]?,
13019
- to_port: ::Integer?,
13020
- user_id_group_pairs: Array[
13092
+ prefix_list_ids: Array[
13021
13093
  {
13022
13094
  description: ::String?,
13023
- group_id: ::String?,
13024
- group_name: ::String?,
13025
- peering_status: ::String?,
13026
- user_id: ::String?,
13027
- vpc_id: ::String?,
13028
- vpc_peering_connection_id: ::String?
13095
+ prefix_list_id: ::String?
13029
13096
  },
13030
13097
  ]?
13031
13098
  },
@@ -13053,28 +13120,28 @@ module Aws
13053
13120
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#wait_until-instance_method
13054
13121
  def wait_until: (:bundle_task_complete waiter_name,
13055
13122
  ?bundle_ids: Array[::String],
13123
+ ?dry_run: bool,
13056
13124
  ?filters: Array[
13057
13125
  {
13058
13126
  name: ::String?,
13059
13127
  values: Array[::String]?
13060
13128
  },
13061
- ],
13062
- ?dry_run: bool
13129
+ ]
13063
13130
  ) -> Client::_DescribeBundleTasksResponseSuccess
13064
13131
  | (:bundle_task_complete waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeBundleTasksResponseSuccess
13065
13132
  | (:conversion_task_cancelled waiter_name,
13066
- ?conversion_task_ids: Array[::String],
13067
- ?dry_run: bool
13133
+ ?dry_run: bool,
13134
+ ?conversion_task_ids: Array[::String]
13068
13135
  ) -> Client::_DescribeConversionTasksResponseSuccess
13069
13136
  | (:conversion_task_cancelled waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeConversionTasksResponseSuccess
13070
13137
  | (:conversion_task_completed waiter_name,
13071
- ?conversion_task_ids: Array[::String],
13072
- ?dry_run: bool
13138
+ ?dry_run: bool,
13139
+ ?conversion_task_ids: Array[::String]
13073
13140
  ) -> Client::_DescribeConversionTasksResponseSuccess
13074
13141
  | (:conversion_task_completed waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeConversionTasksResponseSuccess
13075
13142
  | (:conversion_task_deleted waiter_name,
13076
- ?conversion_task_ids: Array[::String],
13077
- ?dry_run: bool
13143
+ ?dry_run: bool,
13144
+ ?conversion_task_ids: Array[::String]
13078
13145
  ) -> Client::_DescribeConversionTasksResponseSuccess
13079
13146
  | (:conversion_task_deleted waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeConversionTasksResponseSuccess
13080
13147
  | (:customer_gateway_available waiter_name,
@@ -13089,149 +13156,149 @@ module Aws
13089
13156
  ) -> Client::_DescribeCustomerGatewaysResponseSuccess
13090
13157
  | (:customer_gateway_available waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeCustomerGatewaysResponseSuccess
13091
13158
  | (:export_task_cancelled waiter_name,
13092
- ?export_task_ids: Array[::String],
13093
13159
  ?filters: Array[
13094
13160
  {
13095
13161
  name: ::String?,
13096
13162
  values: Array[::String]?
13097
13163
  },
13098
- ]
13164
+ ],
13165
+ ?export_task_ids: Array[::String]
13099
13166
  ) -> Client::_DescribeExportTasksResponseSuccess
13100
13167
  | (:export_task_cancelled waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeExportTasksResponseSuccess
13101
13168
  | (:export_task_completed waiter_name,
13102
- ?export_task_ids: Array[::String],
13103
13169
  ?filters: Array[
13104
13170
  {
13105
13171
  name: ::String?,
13106
13172
  values: Array[::String]?
13107
13173
  },
13108
- ]
13174
+ ],
13175
+ ?export_task_ids: Array[::String]
13109
13176
  ) -> Client::_DescribeExportTasksResponseSuccess
13110
13177
  | (:export_task_completed waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeExportTasksResponseSuccess
13111
13178
  | (:image_available waiter_name,
13112
13179
  ?executable_users: Array[::String],
13113
- ?filters: Array[
13114
- {
13115
- name: ::String?,
13116
- values: Array[::String]?
13117
- },
13118
- ],
13119
13180
  ?image_ids: Array[::String],
13120
13181
  ?owners: Array[::String],
13121
13182
  ?include_deprecated: bool,
13122
13183
  ?include_disabled: bool,
13123
- ?dry_run: bool,
13124
13184
  ?max_results: ::Integer,
13125
- ?next_token: ::String
13126
- ) -> Client::_DescribeImagesResponseSuccess
13127
- | (:image_available waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeImagesResponseSuccess
13128
- | (:image_exists waiter_name,
13129
- ?executable_users: Array[::String],
13185
+ ?next_token: ::String,
13186
+ ?dry_run: bool,
13130
13187
  ?filters: Array[
13131
13188
  {
13132
13189
  name: ::String?,
13133
13190
  values: Array[::String]?
13134
13191
  },
13135
- ],
13192
+ ]
13193
+ ) -> Client::_DescribeImagesResponseSuccess
13194
+ | (:image_available waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeImagesResponseSuccess
13195
+ | (:image_exists waiter_name,
13196
+ ?executable_users: Array[::String],
13136
13197
  ?image_ids: Array[::String],
13137
13198
  ?owners: Array[::String],
13138
13199
  ?include_deprecated: bool,
13139
13200
  ?include_disabled: bool,
13140
- ?dry_run: bool,
13141
13201
  ?max_results: ::Integer,
13142
- ?next_token: ::String
13202
+ ?next_token: ::String,
13203
+ ?dry_run: bool,
13204
+ ?filters: Array[
13205
+ {
13206
+ name: ::String?,
13207
+ values: Array[::String]?
13208
+ },
13209
+ ]
13143
13210
  ) -> Client::_DescribeImagesResponseSuccess
13144
13211
  | (:image_exists waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeImagesResponseSuccess
13145
13212
  | (:instance_exists waiter_name,
13213
+ ?instance_ids: Array[::String],
13214
+ ?dry_run: bool,
13146
13215
  ?filters: Array[
13147
13216
  {
13148
13217
  name: ::String?,
13149
13218
  values: Array[::String]?
13150
13219
  },
13151
13220
  ],
13152
- ?instance_ids: Array[::String],
13153
- ?dry_run: bool,
13154
- ?max_results: ::Integer,
13155
- ?next_token: ::String
13221
+ ?next_token: ::String,
13222
+ ?max_results: ::Integer
13156
13223
  ) -> Client::_DescribeInstancesResponseSuccess
13157
13224
  | (:instance_exists waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeInstancesResponseSuccess
13158
13225
  | (:instance_running waiter_name,
13226
+ ?instance_ids: Array[::String],
13227
+ ?dry_run: bool,
13159
13228
  ?filters: Array[
13160
13229
  {
13161
13230
  name: ::String?,
13162
13231
  values: Array[::String]?
13163
13232
  },
13164
13233
  ],
13165
- ?instance_ids: Array[::String],
13166
- ?dry_run: bool,
13167
- ?max_results: ::Integer,
13168
- ?next_token: ::String
13234
+ ?next_token: ::String,
13235
+ ?max_results: ::Integer
13169
13236
  ) -> Client::_DescribeInstancesResponseSuccess
13170
13237
  | (:instance_running waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeInstancesResponseSuccess
13171
13238
  | (:instance_status_ok waiter_name,
13239
+ ?instance_ids: Array[::String],
13240
+ ?max_results: ::Integer,
13241
+ ?next_token: ::String,
13242
+ ?dry_run: bool,
13172
13243
  ?filters: Array[
13173
13244
  {
13174
13245
  name: ::String?,
13175
13246
  values: Array[::String]?
13176
13247
  },
13177
13248
  ],
13178
- ?instance_ids: Array[::String],
13179
- ?max_results: ::Integer,
13180
- ?next_token: ::String,
13181
- ?dry_run: bool,
13182
13249
  ?include_all_instances: bool
13183
13250
  ) -> Client::_DescribeInstanceStatusResponseSuccess
13184
13251
  | (:instance_status_ok waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeInstanceStatusResponseSuccess
13185
13252
  | (:instance_stopped waiter_name,
13253
+ ?instance_ids: Array[::String],
13254
+ ?dry_run: bool,
13186
13255
  ?filters: Array[
13187
13256
  {
13188
13257
  name: ::String?,
13189
13258
  values: Array[::String]?
13190
13259
  },
13191
13260
  ],
13192
- ?instance_ids: Array[::String],
13193
- ?dry_run: bool,
13194
- ?max_results: ::Integer,
13195
- ?next_token: ::String
13261
+ ?next_token: ::String,
13262
+ ?max_results: ::Integer
13196
13263
  ) -> Client::_DescribeInstancesResponseSuccess
13197
13264
  | (:instance_stopped waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeInstancesResponseSuccess
13198
13265
  | (:instance_terminated waiter_name,
13266
+ ?instance_ids: Array[::String],
13267
+ ?dry_run: bool,
13199
13268
  ?filters: Array[
13200
13269
  {
13201
13270
  name: ::String?,
13202
13271
  values: Array[::String]?
13203
13272
  },
13204
13273
  ],
13205
- ?instance_ids: Array[::String],
13206
- ?dry_run: bool,
13207
- ?max_results: ::Integer,
13208
- ?next_token: ::String
13274
+ ?next_token: ::String,
13275
+ ?max_results: ::Integer
13209
13276
  ) -> Client::_DescribeInstancesResponseSuccess
13210
13277
  | (:instance_terminated waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeInstancesResponseSuccess
13211
13278
  | (:internet_gateway_exists waiter_name,
13279
+ ?next_token: ::String,
13280
+ ?max_results: ::Integer,
13281
+ ?dry_run: bool,
13282
+ ?internet_gateway_ids: Array[::String],
13212
13283
  ?filters: Array[
13213
13284
  {
13214
13285
  name: ::String?,
13215
13286
  values: Array[::String]?
13216
13287
  },
13217
- ],
13218
- ?dry_run: bool,
13219
- ?internet_gateway_ids: Array[::String],
13220
- ?next_token: ::String,
13221
- ?max_results: ::Integer
13288
+ ]
13222
13289
  ) -> Client::_DescribeInternetGatewaysResponseSuccess
13223
13290
  | (:internet_gateway_exists waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeInternetGatewaysResponseSuccess
13224
13291
  | (:key_pair_exists waiter_name,
13292
+ ?key_names: Array[::String],
13293
+ ?key_pair_ids: Array[::String],
13294
+ ?include_public_key: bool,
13295
+ ?dry_run: bool,
13225
13296
  ?filters: Array[
13226
13297
  {
13227
13298
  name: ::String?,
13228
13299
  values: Array[::String]?
13229
13300
  },
13230
- ],
13231
- ?key_names: Array[::String],
13232
- ?key_pair_ids: Array[::String],
13233
- ?dry_run: bool,
13234
- ?include_public_key: bool
13301
+ ]
13235
13302
  ) -> Client::_DescribeKeyPairsResponseSuccess
13236
13303
  | (:key_pair_exists waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeKeyPairsResponseSuccess
13237
13304
  | (:nat_gateway_available waiter_name,
@@ -13261,16 +13328,16 @@ module Aws
13261
13328
  ) -> Client::_DescribeNatGatewaysResponseSuccess
13262
13329
  | (:nat_gateway_deleted waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeNatGatewaysResponseSuccess
13263
13330
  | (:network_interface_available waiter_name,
13331
+ ?next_token: ::String,
13332
+ ?max_results: ::Integer,
13333
+ ?dry_run: bool,
13334
+ ?network_interface_ids: Array[::String],
13264
13335
  ?filters: Array[
13265
13336
  {
13266
13337
  name: ::String?,
13267
13338
  values: Array[::String]?
13268
13339
  },
13269
- ],
13270
- ?dry_run: bool,
13271
- ?network_interface_ids: Array[::String],
13272
- ?next_token: ::String,
13273
- ?max_results: ::Integer
13340
+ ]
13274
13341
  ) -> Client::_DescribeNetworkInterfacesResponseSuccess
13275
13342
  | (:network_interface_available waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeNetworkInterfacesResponseSuccess
13276
13343
  | (:password_data_available waiter_name,
@@ -13279,32 +13346,32 @@ module Aws
13279
13346
  ) -> Client::_GetPasswordDataResponseSuccess
13280
13347
  | (:password_data_available waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetPasswordDataResponseSuccess
13281
13348
  | (:security_group_exists waiter_name,
13282
- ?filters: Array[
13283
- {
13284
- name: ::String?,
13285
- values: Array[::String]?
13286
- },
13287
- ],
13288
13349
  ?group_ids: Array[::String],
13289
13350
  ?group_names: Array[::String],
13290
- ?dry_run: bool,
13291
13351
  ?next_token: ::String,
13292
- ?max_results: ::Integer
13293
- ) -> Client::_DescribeSecurityGroupsResponseSuccess
13294
- | (:security_group_exists waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeSecurityGroupsResponseSuccess
13295
- | (:snapshot_completed waiter_name,
13352
+ ?max_results: ::Integer,
13353
+ ?dry_run: bool,
13296
13354
  ?filters: Array[
13297
13355
  {
13298
13356
  name: ::String?,
13299
13357
  values: Array[::String]?
13300
13358
  },
13301
- ],
13359
+ ]
13360
+ ) -> Client::_DescribeSecurityGroupsResponseSuccess
13361
+ | (:security_group_exists waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeSecurityGroupsResponseSuccess
13362
+ | (:snapshot_completed waiter_name,
13302
13363
  ?max_results: ::Integer,
13303
13364
  ?next_token: ::String,
13304
13365
  ?owner_ids: Array[::String],
13305
13366
  ?restorable_by_user_ids: Array[::String],
13306
13367
  ?snapshot_ids: Array[::String],
13307
- ?dry_run: bool
13368
+ ?dry_run: bool,
13369
+ ?filters: Array[
13370
+ {
13371
+ name: ::String?,
13372
+ values: Array[::String]?
13373
+ },
13374
+ ]
13308
13375
  ) -> Client::_DescribeSnapshotsResponseSuccess
13309
13376
  | (:snapshot_completed waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeSnapshotsResponseSuccess
13310
13377
  | (:snapshot_imported waiter_name,
@@ -13321,16 +13388,16 @@ module Aws
13321
13388
  ) -> Client::_DescribeImportSnapshotTasksResponseSuccess
13322
13389
  | (:snapshot_imported waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeImportSnapshotTasksResponseSuccess
13323
13390
  | (:spot_instance_request_fulfilled waiter_name,
13391
+ ?next_token: ::String,
13392
+ ?max_results: ::Integer,
13393
+ ?dry_run: bool,
13394
+ ?spot_instance_request_ids: Array[::String],
13324
13395
  ?filters: Array[
13325
13396
  {
13326
13397
  name: ::String?,
13327
13398
  values: Array[::String]?
13328
13399
  },
13329
- ],
13330
- ?dry_run: bool,
13331
- ?spot_instance_request_ids: Array[::String],
13332
- ?next_token: ::String,
13333
- ?max_results: ::Integer
13400
+ ]
13334
13401
  ) -> Client::_DescribeSpotInstanceRequestsResponseSuccess
13335
13402
  | (:spot_instance_request_fulfilled waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeSpotInstanceRequestsResponseSuccess
13336
13403
  | (:store_image_task_complete waiter_name,
@@ -13354,62 +13421,62 @@ module Aws
13354
13421
  },
13355
13422
  ],
13356
13423
  ?subnet_ids: Array[::String],
13357
- ?dry_run: bool,
13358
13424
  ?next_token: ::String,
13359
- ?max_results: ::Integer
13425
+ ?max_results: ::Integer,
13426
+ ?dry_run: bool
13360
13427
  ) -> Client::_DescribeSubnetsResponseSuccess
13361
13428
  | (:subnet_available waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeSubnetsResponseSuccess
13362
13429
  | (:system_status_ok waiter_name,
13430
+ ?instance_ids: Array[::String],
13431
+ ?max_results: ::Integer,
13432
+ ?next_token: ::String,
13433
+ ?dry_run: bool,
13363
13434
  ?filters: Array[
13364
13435
  {
13365
13436
  name: ::String?,
13366
13437
  values: Array[::String]?
13367
13438
  },
13368
13439
  ],
13369
- ?instance_ids: Array[::String],
13370
- ?max_results: ::Integer,
13371
- ?next_token: ::String,
13372
- ?dry_run: bool,
13373
13440
  ?include_all_instances: bool
13374
13441
  ) -> Client::_DescribeInstanceStatusResponseSuccess
13375
13442
  | (:system_status_ok waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeInstanceStatusResponseSuccess
13376
13443
  | (:volume_available waiter_name,
13444
+ ?volume_ids: Array[::String],
13445
+ ?dry_run: bool,
13377
13446
  ?filters: Array[
13378
13447
  {
13379
13448
  name: ::String?,
13380
13449
  values: Array[::String]?
13381
13450
  },
13382
13451
  ],
13383
- ?volume_ids: Array[::String],
13384
- ?dry_run: bool,
13385
- ?max_results: ::Integer,
13386
- ?next_token: ::String
13452
+ ?next_token: ::String,
13453
+ ?max_results: ::Integer
13387
13454
  ) -> Client::_DescribeVolumesResponseSuccess
13388
13455
  | (:volume_available waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeVolumesResponseSuccess
13389
13456
  | (:volume_deleted waiter_name,
13457
+ ?volume_ids: Array[::String],
13458
+ ?dry_run: bool,
13390
13459
  ?filters: Array[
13391
13460
  {
13392
13461
  name: ::String?,
13393
13462
  values: Array[::String]?
13394
13463
  },
13395
13464
  ],
13396
- ?volume_ids: Array[::String],
13397
- ?dry_run: bool,
13398
- ?max_results: ::Integer,
13399
- ?next_token: ::String
13465
+ ?next_token: ::String,
13466
+ ?max_results: ::Integer
13400
13467
  ) -> Client::_DescribeVolumesResponseSuccess
13401
13468
  | (:volume_deleted waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeVolumesResponseSuccess
13402
13469
  | (:volume_in_use waiter_name,
13470
+ ?volume_ids: Array[::String],
13471
+ ?dry_run: bool,
13403
13472
  ?filters: Array[
13404
13473
  {
13405
13474
  name: ::String?,
13406
13475
  values: Array[::String]?
13407
13476
  },
13408
13477
  ],
13409
- ?volume_ids: Array[::String],
13410
- ?dry_run: bool,
13411
- ?max_results: ::Integer,
13412
- ?next_token: ::String
13478
+ ?next_token: ::String,
13479
+ ?max_results: ::Integer
13413
13480
  ) -> Client::_DescribeVolumesResponseSuccess
13414
13481
  | (:volume_in_use waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeVolumesResponseSuccess
13415
13482
  | (:vpc_available waiter_name,
@@ -13420,9 +13487,9 @@ module Aws
13420
13487
  },
13421
13488
  ],
13422
13489
  ?vpc_ids: Array[::String],
13423
- ?dry_run: bool,
13424
13490
  ?next_token: ::String,
13425
- ?max_results: ::Integer
13491
+ ?max_results: ::Integer,
13492
+ ?dry_run: bool
13426
13493
  ) -> Client::_DescribeVpcsResponseSuccess
13427
13494
  | (:vpc_available waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeVpcsResponseSuccess
13428
13495
  | (:vpc_exists waiter_name,
@@ -13433,35 +13500,35 @@ module Aws
13433
13500
  },
13434
13501
  ],
13435
13502
  ?vpc_ids: Array[::String],
13436
- ?dry_run: bool,
13437
13503
  ?next_token: ::String,
13438
- ?max_results: ::Integer
13504
+ ?max_results: ::Integer,
13505
+ ?dry_run: bool
13439
13506
  ) -> Client::_DescribeVpcsResponseSuccess
13440
13507
  | (:vpc_exists waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeVpcsResponseSuccess
13441
13508
  | (:vpc_peering_connection_deleted waiter_name,
13509
+ ?next_token: ::String,
13510
+ ?max_results: ::Integer,
13511
+ ?dry_run: bool,
13512
+ ?vpc_peering_connection_ids: Array[::String],
13442
13513
  ?filters: Array[
13443
13514
  {
13444
13515
  name: ::String?,
13445
13516
  values: Array[::String]?
13446
13517
  },
13447
- ],
13448
- ?dry_run: bool,
13449
- ?vpc_peering_connection_ids: Array[::String],
13450
- ?next_token: ::String,
13451
- ?max_results: ::Integer
13518
+ ]
13452
13519
  ) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
13453
13520
  | (:vpc_peering_connection_deleted waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
13454
13521
  | (:vpc_peering_connection_exists waiter_name,
13522
+ ?next_token: ::String,
13523
+ ?max_results: ::Integer,
13524
+ ?dry_run: bool,
13525
+ ?vpc_peering_connection_ids: Array[::String],
13455
13526
  ?filters: Array[
13456
13527
  {
13457
13528
  name: ::String?,
13458
13529
  values: Array[::String]?
13459
13530
  },
13460
- ],
13461
- ?dry_run: bool,
13462
- ?vpc_peering_connection_ids: Array[::String],
13463
- ?next_token: ::String,
13464
- ?max_results: ::Integer
13531
+ ]
13465
13532
  ) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
13466
13533
  | (:vpc_peering_connection_exists waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
13467
13534
  | (:vpn_connection_available waiter_name,