aws-sdk-ec2 1.533.0 → 1.536.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 474327e6ea7ba2514a819e932f476c5e05cb00b91d629dacb832ca7ad776b60e
4
- data.tar.gz: f00f99edbe1112cbf883099496d3aae12f25052ed7d10033d32b768c9c25e732
3
+ metadata.gz: c8056a0745c47a51f605d86324255d46db353e813374056a0fb0eea544f709fc
4
+ data.tar.gz: e760e73f9f19dc16235ae95c05338058b88a54e97691356ee85c24ab9678f20b
5
5
  SHA512:
6
- metadata.gz: 311445ed8d83e35a8df89b923874249ba7648521f69c8025a329224792682fac248d991ccaba5e24a9d429ab51302792e133d749b54553b3e19f2c9772d3d174
7
- data.tar.gz: a9900e1f6a37bb1f259856975053e7fd3ff0a4a7038d6c59b19d6f183b703ce6a91be5bca2b7ee3c06647c8119e4ca80c31671da7108c3e0f7aff05873966f86
6
+ metadata.gz: 26039e6247ab28ad4acd457e8ca24d71ba298a7eea32bc0d4bb2d0dc4b7e42f8c7cf8996a57ceae644072147d0fd2bdefd756c97b7eb9778b7d2a50175f4a933
7
+ data.tar.gz: 13270cd903139365297517a29b1b715f91a57f16f68adac751401022102e581d71b62bc9c8d74de9b7e82c96548060d4fdd5917491544c6a5c94c30ef8a10439
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.536.0 (2025-07-03)
5
+ ------------------
6
+
7
+ * Feature - This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated).
8
+
9
+ 1.535.0 (2025-07-02)
10
+ ------------------
11
+
12
+ * Feature - AWS Site-to-Site VPN now supports IPv6 addresses on outer tunnel IPs, making it easier for customers to build or transition to IPv6-only networks.
13
+
14
+ 1.534.0 (2025-07-01)
15
+ ------------------
16
+
17
+ * Feature - Add Context to GetInstanceTypesFromInstanceRequirements API
18
+
4
19
  1.533.0 (2025-06-26)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.533.0
1
+ 1.536.0
@@ -2559,7 +2559,7 @@ module Aws::EC2
2559
2559
  # * You can associate the security group with another VPC if your
2560
2560
  # account owns the VPC or if the VPC was shared with you.
2561
2561
  #
2562
- # * You must own the security group and the VPC that it was created in.
2562
+ # * You must own the security group.
2563
2563
  #
2564
2564
  # * You cannot use this feature with default security groups.
2565
2565
  #
@@ -6436,11 +6436,11 @@ module Aws::EC2
6436
6436
  # Length Constraints: Up to 255 characters.
6437
6437
  #
6438
6438
  # @option params [String] :ip_address
6439
- # IPv4 address for the customer gateway device's outside interface. The
6440
- # address must be static. If `OutsideIpAddressType` in your VPN
6439
+ # The IP address for the customer gateway device's outside interface.
6440
+ # The address must be static. If `OutsideIpAddressType` in your VPN
6441
6441
  # connection options is set to `PrivateIpv4`, you can use an RFC6598 or
6442
6442
  # RFC1918 private IPv4 address. If `OutsideIpAddressType` is set to
6443
- # `PublicIpv4`, you can use a public IPv4 address.
6443
+ # `Ipv6`, you can use an IPv6 address.
6444
6444
  #
6445
6445
  # @option params [Integer] :bgp_asn_extended
6446
6446
  # For customer gateway devices that support BGP, specify the device's
@@ -35759,6 +35759,8 @@ module Aws::EC2
35759
35759
  #
35760
35760
  # * `group-id`: The security group ID.
35761
35761
  #
35762
+ # * `group-owner-id`: The group owner ID.
35763
+ #
35762
35764
  # * `vpc-id`: The ID of the associated VPC.
35763
35765
  #
35764
35766
  # * `vpc-owner-id`: The account ID of the VPC owner.
@@ -35823,8 +35825,15 @@ module Aws::EC2
35823
35825
  # resp.security_group_vpc_associations[0].vpc_owner_id #=> String
35824
35826
  # resp.security_group_vpc_associations[0].state #=> String, one of "associating", "associated", "association-failed", "disassociating", "disassociated", "disassociation-failed"
35825
35827
  # resp.security_group_vpc_associations[0].state_reason #=> String
35828
+ # resp.security_group_vpc_associations[0].group_owner_id #=> String
35826
35829
  # resp.next_token #=> String
35827
35830
  #
35831
+ #
35832
+ # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
35833
+ #
35834
+ # * security_group_vpc_association_associated
35835
+ # * security_group_vpc_association_disassociated
35836
+ #
35828
35837
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupVpcAssociations AWS API Documentation
35829
35838
  #
35830
35839
  # @overload describe_security_group_vpc_associations(params = {})
@@ -47081,6 +47090,9 @@ module Aws::EC2
47081
47090
  # The token returned from a previous paginated request. Pagination
47082
47091
  # continues from the end of the items returned by the previous request.
47083
47092
  #
47093
+ # @option params [String] :context
47094
+ # Reserved.
47095
+ #
47084
47096
  # @return [Types::GetInstanceTypesFromInstanceRequirementsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
47085
47097
  #
47086
47098
  # * {Types::GetInstanceTypesFromInstanceRequirementsResult#instance_types #instance_types} => Array<Types::InstanceTypeInfoFromInstanceRequirements>
@@ -47158,6 +47170,7 @@ module Aws::EC2
47158
47170
  # },
47159
47171
  # max_results: 1,
47160
47172
  # next_token: "String",
47173
+ # context: "String",
47161
47174
  # })
47162
47175
  #
47163
47176
  # @example Response structure
@@ -66147,7 +66160,7 @@ module Aws::EC2
66147
66160
  tracer: tracer
66148
66161
  )
66149
66162
  context[:gem_name] = 'aws-sdk-ec2'
66150
- context[:gem_version] = '1.533.0'
66163
+ context[:gem_version] = '1.536.0'
66151
66164
  Seahorse::Client::Request.new(handlers, context)
66152
66165
  end
66153
66166
 
@@ -66213,44 +66226,46 @@ module Aws::EC2
66213
66226
  # The following table lists the valid waiter names, the operations they call,
66214
66227
  # and the default `:delay` and `:max_attempts` values.
66215
66228
  #
66216
- # | waiter_name | params | :delay | :max_attempts |
66217
- # | ------------------------------- | ----------------------------------------- | -------- | ------------- |
66218
- # | bundle_task_complete | {Client#describe_bundle_tasks} | 15 | 40 |
66219
- # | conversion_task_cancelled | {Client#describe_conversion_tasks} | 15 | 40 |
66220
- # | conversion_task_completed | {Client#describe_conversion_tasks} | 15 | 40 |
66221
- # | conversion_task_deleted | {Client#describe_conversion_tasks} | 15 | 40 |
66222
- # | customer_gateway_available | {Client#describe_customer_gateways} | 15 | 40 |
66223
- # | export_task_cancelled | {Client#describe_export_tasks} | 15 | 40 |
66224
- # | export_task_completed | {Client#describe_export_tasks} | 15 | 40 |
66225
- # | image_available | {Client#describe_images} | 15 | 40 |
66226
- # | image_exists | {Client#describe_images} | 15 | 40 |
66227
- # | instance_exists | {Client#describe_instances} | 5 | 40 |
66228
- # | instance_running | {Client#describe_instances} | 15 | 40 |
66229
- # | instance_status_ok | {Client#describe_instance_status} | 15 | 40 |
66230
- # | instance_stopped | {Client#describe_instances} | 15 | 40 |
66231
- # | instance_terminated | {Client#describe_instances} | 15 | 40 |
66232
- # | internet_gateway_exists | {Client#describe_internet_gateways} | 5 | 6 |
66233
- # | key_pair_exists | {Client#describe_key_pairs} | 5 | 6 |
66234
- # | nat_gateway_available | {Client#describe_nat_gateways} | 15 | 40 |
66235
- # | nat_gateway_deleted | {Client#describe_nat_gateways} | 15 | 40 |
66236
- # | network_interface_available | {Client#describe_network_interfaces} | 20 | 10 |
66237
- # | password_data_available | {Client#get_password_data} | 15 | 40 |
66238
- # | security_group_exists | {Client#describe_security_groups} | 5 | 6 |
66239
- # | snapshot_completed | {Client#describe_snapshots} | 15 | 40 |
66240
- # | snapshot_imported | {Client#describe_import_snapshot_tasks} | 15 | 40 |
66241
- # | spot_instance_request_fulfilled | {Client#describe_spot_instance_requests} | 15 | 40 |
66242
- # | store_image_task_complete | {Client#describe_store_image_tasks} | 5 | 40 |
66243
- # | subnet_available | {Client#describe_subnets} | 15 | 40 |
66244
- # | system_status_ok | {Client#describe_instance_status} | 15 | 40 |
66245
- # | volume_available | {Client#describe_volumes} | 15 | 40 |
66246
- # | volume_deleted | {Client#describe_volumes} | 15 | 40 |
66247
- # | volume_in_use | {Client#describe_volumes} | 15 | 40 |
66248
- # | vpc_available | {Client#describe_vpcs} | 15 | 40 |
66249
- # | vpc_exists | {Client#describe_vpcs} | 1 | 5 |
66250
- # | vpc_peering_connection_deleted | {Client#describe_vpc_peering_connections} | 15 | 40 |
66251
- # | vpc_peering_connection_exists | {Client#describe_vpc_peering_connections} | 15 | 40 |
66252
- # | vpn_connection_available | {Client#describe_vpn_connections} | 15 | 40 |
66253
- # | vpn_connection_deleted | {Client#describe_vpn_connections} | 15 | 40 |
66229
+ # | waiter_name | params | :delay | :max_attempts |
66230
+ # | -------------------------------------------- | ------------------------------------------------- | -------- | ------------- |
66231
+ # | bundle_task_complete | {Client#describe_bundle_tasks} | 15 | 40 |
66232
+ # | conversion_task_cancelled | {Client#describe_conversion_tasks} | 15 | 40 |
66233
+ # | conversion_task_completed | {Client#describe_conversion_tasks} | 15 | 40 |
66234
+ # | conversion_task_deleted | {Client#describe_conversion_tasks} | 15 | 40 |
66235
+ # | customer_gateway_available | {Client#describe_customer_gateways} | 15 | 40 |
66236
+ # | export_task_cancelled | {Client#describe_export_tasks} | 15 | 40 |
66237
+ # | export_task_completed | {Client#describe_export_tasks} | 15 | 40 |
66238
+ # | image_available | {Client#describe_images} | 15 | 40 |
66239
+ # | image_exists | {Client#describe_images} | 15 | 40 |
66240
+ # | instance_exists | {Client#describe_instances} | 5 | 40 |
66241
+ # | instance_running | {Client#describe_instances} | 15 | 40 |
66242
+ # | instance_status_ok | {Client#describe_instance_status} | 15 | 40 |
66243
+ # | instance_stopped | {Client#describe_instances} | 15 | 40 |
66244
+ # | instance_terminated | {Client#describe_instances} | 15 | 40 |
66245
+ # | internet_gateway_exists | {Client#describe_internet_gateways} | 5 | 6 |
66246
+ # | key_pair_exists | {Client#describe_key_pairs} | 5 | 6 |
66247
+ # | nat_gateway_available | {Client#describe_nat_gateways} | 15 | 40 |
66248
+ # | nat_gateway_deleted | {Client#describe_nat_gateways} | 15 | 40 |
66249
+ # | network_interface_available | {Client#describe_network_interfaces} | 20 | 10 |
66250
+ # | password_data_available | {Client#get_password_data} | 15 | 40 |
66251
+ # | security_group_exists | {Client#describe_security_groups} | 5 | 6 |
66252
+ # | security_group_vpc_association_associated | {Client#describe_security_group_vpc_associations} | 10 | 7 |
66253
+ # | security_group_vpc_association_disassociated | {Client#describe_security_group_vpc_associations} | 10 | 7 |
66254
+ # | snapshot_completed | {Client#describe_snapshots} | 15 | 40 |
66255
+ # | snapshot_imported | {Client#describe_import_snapshot_tasks} | 15 | 40 |
66256
+ # | spot_instance_request_fulfilled | {Client#describe_spot_instance_requests} | 15 | 40 |
66257
+ # | store_image_task_complete | {Client#describe_store_image_tasks} | 5 | 40 |
66258
+ # | subnet_available | {Client#describe_subnets} | 15 | 40 |
66259
+ # | system_status_ok | {Client#describe_instance_status} | 15 | 40 |
66260
+ # | volume_available | {Client#describe_volumes} | 15 | 40 |
66261
+ # | volume_deleted | {Client#describe_volumes} | 15 | 40 |
66262
+ # | volume_in_use | {Client#describe_volumes} | 15 | 40 |
66263
+ # | vpc_available | {Client#describe_vpcs} | 15 | 40 |
66264
+ # | vpc_exists | {Client#describe_vpcs} | 1 | 5 |
66265
+ # | vpc_peering_connection_deleted | {Client#describe_vpc_peering_connections} | 15 | 40 |
66266
+ # | vpc_peering_connection_exists | {Client#describe_vpc_peering_connections} | 15 | 40 |
66267
+ # | vpn_connection_available | {Client#describe_vpn_connections} | 15 | 40 |
66268
+ # | vpn_connection_deleted | {Client#describe_vpn_connections} | 15 | 40 |
66254
66269
  #
66255
66270
  # @raise [Errors::FailureStateError] Raised when the waiter terminates
66256
66271
  # because the waiter has entered a state that it will not transition
@@ -66322,6 +66337,8 @@ module Aws::EC2
66322
66337
  network_interface_available: Waiters::NetworkInterfaceAvailable,
66323
66338
  password_data_available: Waiters::PasswordDataAvailable,
66324
66339
  security_group_exists: Waiters::SecurityGroupExists,
66340
+ security_group_vpc_association_associated: Waiters::SecurityGroupVpcAssociationAssociated,
66341
+ security_group_vpc_association_disassociated: Waiters::SecurityGroupVpcAssociationDisassociated,
66325
66342
  snapshot_completed: Waiters::SnapshotCompleted,
66326
66343
  snapshot_imported: Waiters::SnapshotImported,
66327
66344
  spot_instance_request_fulfilled: Waiters::SpotInstanceRequestFulfilled,
@@ -10236,6 +10236,7 @@ module Aws::EC2
10236
10236
  GetInstanceTypesFromInstanceRequirementsRequest.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, required: true, location_name: "InstanceRequirements"))
10237
10237
  GetInstanceTypesFromInstanceRequirementsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
10238
10238
  GetInstanceTypesFromInstanceRequirementsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
10239
+ GetInstanceTypesFromInstanceRequirementsRequest.add_member(:context, Shapes::ShapeRef.new(shape: String, location_name: "Context"))
10239
10240
  GetInstanceTypesFromInstanceRequirementsRequest.struct_class = Types::GetInstanceTypesFromInstanceRequirementsRequest
10240
10241
 
10241
10242
  GetInstanceTypesFromInstanceRequirementsResult.add_member(:instance_types, Shapes::ShapeRef.new(shape: InstanceTypeInfoFromInstanceRequirementsSet, location_name: "instanceTypeSet"))
@@ -15604,6 +15605,7 @@ module Aws::EC2
15604
15605
  SecurityGroupVpcAssociation.add_member(:vpc_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcOwnerId"))
15605
15606
  SecurityGroupVpcAssociation.add_member(:state, Shapes::ShapeRef.new(shape: SecurityGroupVpcAssociationState, location_name: "state"))
15606
15607
  SecurityGroupVpcAssociation.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "stateReason"))
15608
+ SecurityGroupVpcAssociation.add_member(:group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "groupOwnerId"))
15607
15609
  SecurityGroupVpcAssociation.struct_class = Types::SecurityGroupVpcAssociation
15608
15610
 
15609
15611
  SecurityGroupVpcAssociationList.member = Shapes::ShapeRef.new(shape: SecurityGroupVpcAssociation, location_name: "item")
@@ -8662,11 +8662,11 @@ module Aws::EC2
8662
8662
  # @return [String]
8663
8663
  #
8664
8664
  # @!attribute [rw] ip_address
8665
- # IPv4 address for the customer gateway device's outside interface.
8665
+ # The IP address for the customer gateway device's outside interface.
8666
8666
  # The address must be static. If `OutsideIpAddressType` in your VPN
8667
8667
  # connection options is set to `PrivateIpv4`, you can use an RFC6598
8668
8668
  # or RFC1918 private IPv4 address. If `OutsideIpAddressType` is set to
8669
- # `PublicIpv4`, you can use a public IPv4 address.
8669
+ # `Ipv6`, you can use an IPv6 address.
8670
8670
  # @return [String]
8671
8671
  #
8672
8672
  # @!attribute [rw] bgp_asn_extended
@@ -15483,11 +15483,13 @@ module Aws::EC2
15483
15483
  # @return [String]
15484
15484
  #
15485
15485
  # @!attribute [rw] ip_address
15486
- # IPv4 address for the customer gateway device's outside interface.
15486
+ # The IP address for the customer gateway device's outside interface.
15487
15487
  # The address must be static. If `OutsideIpAddressType` in your VPN
15488
15488
  # connection options is set to `PrivateIpv4`, you can use an RFC6598
15489
15489
  # or RFC1918 private IPv4 address. If `OutsideIpAddressType` is set to
15490
- # `PublicIpv4`, you can use a public IPv4 address.
15490
+ # `PublicIpv4`, you can use a public IPv4 address. If
15491
+ # `OutsideIpAddressType` is set to `Ipv6`, you can use a public IPv6
15492
+ # address.
15491
15493
  # @return [String]
15492
15494
  #
15493
15495
  # @!attribute [rw] bgp_asn
@@ -27726,6 +27728,8 @@ module Aws::EC2
27726
27728
  #
27727
27729
  # * `group-id`: The security group ID.
27728
27730
  #
27731
+ # * `group-owner-id`: The group owner ID.
27732
+ #
27729
27733
  # * `vpc-id`: The ID of the associated VPC.
27730
27734
  #
27731
27735
  # * `vpc-owner-id`: The account ID of the VPC owner.
@@ -39637,6 +39641,10 @@ module Aws::EC2
39637
39641
  # request.
39638
39642
  # @return [String]
39639
39643
  #
39644
+ # @!attribute [rw] context
39645
+ # Reserved.
39646
+ # @return [String]
39647
+ #
39640
39648
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetInstanceTypesFromInstanceRequirementsRequest AWS API Documentation
39641
39649
  #
39642
39650
  class GetInstanceTypesFromInstanceRequirementsRequest < Struct.new(
@@ -39645,7 +39653,8 @@ module Aws::EC2
39645
39653
  :virtualization_types,
39646
39654
  :instance_requirements,
39647
39655
  :max_results,
39648
- :next_token)
39656
+ :next_token,
39657
+ :context)
39649
39658
  SENSITIVE = []
39650
39659
  include Aws::Structure
39651
39660
  end
@@ -68857,6 +68866,11 @@ module Aws::EC2
68857
68866
  # The association's state reason.
68858
68867
  # @return [String]
68859
68868
  #
68869
+ # @!attribute [rw] group_owner_id
68870
+ # The Amazon Web Services account ID of the owner of the security
68871
+ # group.
68872
+ # @return [String]
68873
+ #
68860
68874
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupVpcAssociation AWS API Documentation
68861
68875
  #
68862
68876
  class SecurityGroupVpcAssociation < Struct.new(
@@ -68864,7 +68878,8 @@ module Aws::EC2
68864
68878
  :vpc_id,
68865
68879
  :vpc_owner_id,
68866
68880
  :state,
68867
- :state_reason)
68881
+ :state_reason,
68882
+ :group_owner_id)
68868
68883
  SENSITIVE = []
68869
68884
  include Aws::Structure
68870
68885
  end
@@ -77731,7 +77746,7 @@ module Aws::EC2
77731
77746
  # The type of IPv4 address assigned to the outside interface of the
77732
77747
  # customer gateway.
77733
77748
  #
77734
- # Valid values: `PrivateIpv4` \| `PublicIpv4`
77749
+ # Valid values: `PrivateIpv4` \| `PublicIpv4` \| `Ipv6`
77735
77750
  #
77736
77751
  # Default: `PublicIpv4`
77737
77752
  # @return [String]
@@ -77810,10 +77825,10 @@ module Aws::EC2
77810
77825
  # @return [String]
77811
77826
  #
77812
77827
  # @!attribute [rw] outside_ip_address_type
77813
- # The type of IPv4 address assigned to the outside interface of the
77828
+ # The type of IP address assigned to the outside interface of the
77814
77829
  # customer gateway device.
77815
77830
  #
77816
- # Valid values: `PrivateIpv4` \| `PublicIpv4`
77831
+ # Valid values: `PrivateIpv4` \| `PublicIpv4` \| `Ipv6`
77817
77832
  #
77818
77833
  # Default: `PublicIpv4`
77819
77834
  # @return [String]
@@ -67,44 +67,46 @@ module Aws::EC2
67
67
  # The following table lists the valid waiter names, the operations they call,
68
68
  # and the default `:delay` and `:max_attempts` values.
69
69
  #
70
- # | waiter_name | params | :delay | :max_attempts |
71
- # | ------------------------------- | ----------------------------------------- | -------- | ------------- |
72
- # | bundle_task_complete | {Client#describe_bundle_tasks} | 15 | 40 |
73
- # | conversion_task_cancelled | {Client#describe_conversion_tasks} | 15 | 40 |
74
- # | conversion_task_completed | {Client#describe_conversion_tasks} | 15 | 40 |
75
- # | conversion_task_deleted | {Client#describe_conversion_tasks} | 15 | 40 |
76
- # | customer_gateway_available | {Client#describe_customer_gateways} | 15 | 40 |
77
- # | export_task_cancelled | {Client#describe_export_tasks} | 15 | 40 |
78
- # | export_task_completed | {Client#describe_export_tasks} | 15 | 40 |
79
- # | image_available | {Client#describe_images} | 15 | 40 |
80
- # | image_exists | {Client#describe_images} | 15 | 40 |
81
- # | instance_exists | {Client#describe_instances} | 5 | 40 |
82
- # | instance_running | {Client#describe_instances} | 15 | 40 |
83
- # | instance_status_ok | {Client#describe_instance_status} | 15 | 40 |
84
- # | instance_stopped | {Client#describe_instances} | 15 | 40 |
85
- # | instance_terminated | {Client#describe_instances} | 15 | 40 |
86
- # | internet_gateway_exists | {Client#describe_internet_gateways} | 5 | 6 |
87
- # | key_pair_exists | {Client#describe_key_pairs} | 5 | 6 |
88
- # | nat_gateway_available | {Client#describe_nat_gateways} | 15 | 40 |
89
- # | nat_gateway_deleted | {Client#describe_nat_gateways} | 15 | 40 |
90
- # | network_interface_available | {Client#describe_network_interfaces} | 20 | 10 |
91
- # | password_data_available | {Client#get_password_data} | 15 | 40 |
92
- # | security_group_exists | {Client#describe_security_groups} | 5 | 6 |
93
- # | snapshot_completed | {Client#describe_snapshots} | 15 | 40 |
94
- # | snapshot_imported | {Client#describe_import_snapshot_tasks} | 15 | 40 |
95
- # | spot_instance_request_fulfilled | {Client#describe_spot_instance_requests} | 15 | 40 |
96
- # | store_image_task_complete | {Client#describe_store_image_tasks} | 5 | 40 |
97
- # | subnet_available | {Client#describe_subnets} | 15 | 40 |
98
- # | system_status_ok | {Client#describe_instance_status} | 15 | 40 |
99
- # | volume_available | {Client#describe_volumes} | 15 | 40 |
100
- # | volume_deleted | {Client#describe_volumes} | 15 | 40 |
101
- # | volume_in_use | {Client#describe_volumes} | 15 | 40 |
102
- # | vpc_available | {Client#describe_vpcs} | 15 | 40 |
103
- # | vpc_exists | {Client#describe_vpcs} | 1 | 5 |
104
- # | vpc_peering_connection_deleted | {Client#describe_vpc_peering_connections} | 15 | 40 |
105
- # | vpc_peering_connection_exists | {Client#describe_vpc_peering_connections} | 15 | 40 |
106
- # | vpn_connection_available | {Client#describe_vpn_connections} | 15 | 40 |
107
- # | vpn_connection_deleted | {Client#describe_vpn_connections} | 15 | 40 |
70
+ # | waiter_name | params | :delay | :max_attempts |
71
+ # | -------------------------------------------- | ------------------------------------------------- | -------- | ------------- |
72
+ # | bundle_task_complete | {Client#describe_bundle_tasks} | 15 | 40 |
73
+ # | conversion_task_cancelled | {Client#describe_conversion_tasks} | 15 | 40 |
74
+ # | conversion_task_completed | {Client#describe_conversion_tasks} | 15 | 40 |
75
+ # | conversion_task_deleted | {Client#describe_conversion_tasks} | 15 | 40 |
76
+ # | customer_gateway_available | {Client#describe_customer_gateways} | 15 | 40 |
77
+ # | export_task_cancelled | {Client#describe_export_tasks} | 15 | 40 |
78
+ # | export_task_completed | {Client#describe_export_tasks} | 15 | 40 |
79
+ # | image_available | {Client#describe_images} | 15 | 40 |
80
+ # | image_exists | {Client#describe_images} | 15 | 40 |
81
+ # | instance_exists | {Client#describe_instances} | 5 | 40 |
82
+ # | instance_running | {Client#describe_instances} | 15 | 40 |
83
+ # | instance_status_ok | {Client#describe_instance_status} | 15 | 40 |
84
+ # | instance_stopped | {Client#describe_instances} | 15 | 40 |
85
+ # | instance_terminated | {Client#describe_instances} | 15 | 40 |
86
+ # | internet_gateway_exists | {Client#describe_internet_gateways} | 5 | 6 |
87
+ # | key_pair_exists | {Client#describe_key_pairs} | 5 | 6 |
88
+ # | nat_gateway_available | {Client#describe_nat_gateways} | 15 | 40 |
89
+ # | nat_gateway_deleted | {Client#describe_nat_gateways} | 15 | 40 |
90
+ # | network_interface_available | {Client#describe_network_interfaces} | 20 | 10 |
91
+ # | password_data_available | {Client#get_password_data} | 15 | 40 |
92
+ # | security_group_exists | {Client#describe_security_groups} | 5 | 6 |
93
+ # | security_group_vpc_association_associated | {Client#describe_security_group_vpc_associations} | 10 | 7 |
94
+ # | security_group_vpc_association_disassociated | {Client#describe_security_group_vpc_associations} | 10 | 7 |
95
+ # | snapshot_completed | {Client#describe_snapshots} | 15 | 40 |
96
+ # | snapshot_imported | {Client#describe_import_snapshot_tasks} | 15 | 40 |
97
+ # | spot_instance_request_fulfilled | {Client#describe_spot_instance_requests} | 15 | 40 |
98
+ # | store_image_task_complete | {Client#describe_store_image_tasks} | 5 | 40 |
99
+ # | subnet_available | {Client#describe_subnets} | 15 | 40 |
100
+ # | system_status_ok | {Client#describe_instance_status} | 15 | 40 |
101
+ # | volume_available | {Client#describe_volumes} | 15 | 40 |
102
+ # | volume_deleted | {Client#describe_volumes} | 15 | 40 |
103
+ # | volume_in_use | {Client#describe_volumes} | 15 | 40 |
104
+ # | vpc_available | {Client#describe_vpcs} | 15 | 40 |
105
+ # | vpc_exists | {Client#describe_vpcs} | 1 | 5 |
106
+ # | vpc_peering_connection_deleted | {Client#describe_vpc_peering_connections} | 15 | 40 |
107
+ # | vpc_peering_connection_exists | {Client#describe_vpc_peering_connections} | 15 | 40 |
108
+ # | vpn_connection_available | {Client#describe_vpn_connections} | 15 | 40 |
109
+ # | vpn_connection_deleted | {Client#describe_vpn_connections} | 15 | 40 |
108
110
  #
109
111
  module Waiters
110
112
 
@@ -1042,6 +1044,112 @@ module Aws::EC2
1042
1044
 
1043
1045
  end
1044
1046
 
1047
+ class SecurityGroupVpcAssociationAssociated
1048
+
1049
+ # @param [Hash] options
1050
+ # @option options [required, Client] :client
1051
+ # @option options [Integer] :max_attempts (7)
1052
+ # @option options [Integer] :delay (10)
1053
+ # @option options [Proc] :before_attempt
1054
+ # @option options [Proc] :before_wait
1055
+ def initialize(options)
1056
+ @client = options.fetch(:client)
1057
+ @waiter = Aws::Waiters::Waiter.new({
1058
+ max_attempts: 7,
1059
+ delay: 10,
1060
+ poller: Aws::Waiters::Poller.new(
1061
+ operation_name: :describe_security_group_vpc_associations,
1062
+ acceptors: [
1063
+ {
1064
+ "expected" => "associated",
1065
+ "matcher" => "pathAll",
1066
+ "state" => "success",
1067
+ "argument" => "security_group_vpc_associations[].state"
1068
+ },
1069
+ {
1070
+ "expected" => "associating",
1071
+ "matcher" => "pathAny",
1072
+ "state" => "retry",
1073
+ "argument" => "security_group_vpc_associations[].state"
1074
+ },
1075
+ {
1076
+ "expected" => "association-failed",
1077
+ "matcher" => "pathAny",
1078
+ "state" => "failure",
1079
+ "argument" => "security_group_vpc_associations[].state"
1080
+ }
1081
+ ]
1082
+ )
1083
+ }.merge(options))
1084
+ end
1085
+
1086
+ # @option (see Client#describe_security_group_vpc_associations)
1087
+ # @return (see Client#describe_security_group_vpc_associations)
1088
+ def wait(params = {})
1089
+ @waiter.wait(client: @client, params: params)
1090
+ end
1091
+
1092
+ # @api private
1093
+ attr_reader :waiter
1094
+
1095
+ end
1096
+
1097
+ class SecurityGroupVpcAssociationDisassociated
1098
+
1099
+ # @param [Hash] options
1100
+ # @option options [required, Client] :client
1101
+ # @option options [Integer] :max_attempts (7)
1102
+ # @option options [Integer] :delay (10)
1103
+ # @option options [Proc] :before_attempt
1104
+ # @option options [Proc] :before_wait
1105
+ def initialize(options)
1106
+ @client = options.fetch(:client)
1107
+ @waiter = Aws::Waiters::Waiter.new({
1108
+ max_attempts: 7,
1109
+ delay: 10,
1110
+ poller: Aws::Waiters::Poller.new(
1111
+ operation_name: :describe_security_group_vpc_associations,
1112
+ acceptors: [
1113
+ {
1114
+ "expected" => "disassociated",
1115
+ "matcher" => "pathAll",
1116
+ "state" => "success",
1117
+ "argument" => "security_group_vpc_associations[].state"
1118
+ },
1119
+ {
1120
+ "expected" => "disassociating",
1121
+ "matcher" => "pathAny",
1122
+ "state" => "retry",
1123
+ "argument" => "security_group_vpc_associations[].state"
1124
+ },
1125
+ {
1126
+ "expected" => "disassociation-failed",
1127
+ "matcher" => "pathAny",
1128
+ "state" => "failure",
1129
+ "argument" => "security_group_vpc_associations[].state"
1130
+ },
1131
+ {
1132
+ "expected" => true,
1133
+ "matcher" => "path",
1134
+ "state" => "success",
1135
+ "argument" => "length(security_group_vpc_associations[]) == `0`"
1136
+ }
1137
+ ]
1138
+ )
1139
+ }.merge(options))
1140
+ end
1141
+
1142
+ # @option (see Client#describe_security_group_vpc_associations)
1143
+ # @return (see Client#describe_security_group_vpc_associations)
1144
+ def wait(params = {})
1145
+ @waiter.wait(client: @client, params: params)
1146
+ end
1147
+
1148
+ # @api private
1149
+ attr_reader :waiter
1150
+
1151
+ end
1152
+
1045
1153
  class SnapshotCompleted
1046
1154
 
1047
1155
  # @param [Hash] options
data/lib/aws-sdk-ec2.rb CHANGED
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.533.0'
81
+ GEM_VERSION = '1.536.0'
82
82
 
83
83
  end
84
84
 
data/sig/client.rbs CHANGED
@@ -9777,7 +9777,8 @@ module Aws
9777
9777
  }?
9778
9778
  },
9779
9779
  ?max_results: ::Integer,
9780
- ?next_token: ::String
9780
+ ?next_token: ::String,
9781
+ ?context: ::String
9781
9782
  ) -> _GetInstanceTypesFromInstanceRequirementsResponseSuccess
9782
9783
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetInstanceTypesFromInstanceRequirementsResponseSuccess
9783
9784
 
@@ -14549,6 +14550,30 @@ module Aws
14549
14550
  ]
14550
14551
  ) -> Client::_DescribeSecurityGroupsResponseSuccess
14551
14552
  | (:security_group_exists waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeSecurityGroupsResponseSuccess
14553
+ | (:security_group_vpc_association_associated waiter_name,
14554
+ ?filters: Array[
14555
+ {
14556
+ name: ::String?,
14557
+ values: Array[::String]?
14558
+ },
14559
+ ],
14560
+ ?next_token: ::String,
14561
+ ?max_results: ::Integer,
14562
+ ?dry_run: bool
14563
+ ) -> Client::_DescribeSecurityGroupVpcAssociationsResponseSuccess
14564
+ | (:security_group_vpc_association_associated waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeSecurityGroupVpcAssociationsResponseSuccess
14565
+ | (:security_group_vpc_association_disassociated waiter_name,
14566
+ ?filters: Array[
14567
+ {
14568
+ name: ::String?,
14569
+ values: Array[::String]?
14570
+ },
14571
+ ],
14572
+ ?next_token: ::String,
14573
+ ?max_results: ::Integer,
14574
+ ?dry_run: bool
14575
+ ) -> Client::_DescribeSecurityGroupVpcAssociationsResponseSuccess
14576
+ | (:security_group_vpc_association_disassociated waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeSecurityGroupVpcAssociationsResponseSuccess
14552
14577
  | (:snapshot_completed waiter_name,
14553
14578
  ?max_results: ::Integer,
14554
14579
  ?next_token: ::String,
data/sig/types.rbs CHANGED
@@ -8737,6 +8737,7 @@ module Aws::EC2
8737
8737
  attr_accessor instance_requirements: Types::InstanceRequirementsRequest
8738
8738
  attr_accessor max_results: ::Integer
8739
8739
  attr_accessor next_token: ::String
8740
+ attr_accessor context: ::String
8740
8741
  SENSITIVE: []
8741
8742
  end
8742
8743
 
@@ -14907,6 +14908,7 @@ module Aws::EC2
14907
14908
  attr_accessor vpc_owner_id: ::String
14908
14909
  attr_accessor state: ("associating" | "associated" | "association-failed" | "disassociating" | "disassociated" | "disassociation-failed")
14909
14910
  attr_accessor state_reason: ::String
14911
+ attr_accessor group_owner_id: ::String
14910
14912
  SENSITIVE: []
14911
14913
  end
14912
14914
 
data/sig/waiters.rbs CHANGED
@@ -376,6 +376,42 @@ module Aws
376
376
  | (?Hash[Symbol, untyped]) -> Client::_DescribeSecurityGroupsResponseSuccess
377
377
  end
378
378
 
379
+ class SecurityGroupVpcAssociationAssociated
380
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
381
+ | (?Hash[Symbol, untyped]) -> void
382
+
383
+ def wait: (
384
+ ?filters: Array[
385
+ {
386
+ name: ::String?,
387
+ values: Array[::String]?
388
+ },
389
+ ],
390
+ ?next_token: ::String,
391
+ ?max_results: ::Integer,
392
+ ?dry_run: bool
393
+ ) -> Client::_DescribeSecurityGroupVpcAssociationsResponseSuccess
394
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeSecurityGroupVpcAssociationsResponseSuccess
395
+ end
396
+
397
+ class SecurityGroupVpcAssociationDisassociated
398
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
399
+ | (?Hash[Symbol, untyped]) -> void
400
+
401
+ def wait: (
402
+ ?filters: Array[
403
+ {
404
+ name: ::String?,
405
+ values: Array[::String]?
406
+ },
407
+ ],
408
+ ?next_token: ::String,
409
+ ?max_results: ::Integer,
410
+ ?dry_run: bool
411
+ ) -> Client::_DescribeSecurityGroupVpcAssociationsResponseSuccess
412
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeSecurityGroupVpcAssociationsResponseSuccess
413
+ end
414
+
379
415
  class SnapshotCompleted
380
416
  def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
381
417
  | (?Hash[Symbol, untyped]) -> void
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.533.0
4
+ version: 1.536.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services