aws-sdk-ec2 1.576.0 → 1.577.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +4 -1
- data/lib/aws-sdk-ec2/client_api.rb +1 -0
- data/lib/aws-sdk-ec2/types.rb +7 -1
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/types.rbs +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be9d29318128a01884205cc9e06932adecf80da40f613889ba6e5b161e127300
|
|
4
|
+
data.tar.gz: 298028c67323c7ba5724297ea639f73ab5011bbdf3efa71e506dcba584d713c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23f04ac050f068c049283acd91c8972fc5ac9878202b5550a8abb13b4d51ff4ae9d807a4c31650485375241446a5a6a050ff4889b117401fc08c7bfe6b6b25ec
|
|
7
|
+
data.tar.gz: 3e7f5c1dcab4d968b3a82fef11d61cd17506a0603ebe4455e8f5936d7170cf347bee9ed81edd5b057d70a877d65d1b18edc2292d7a40c5cabc3459fe1671a9bd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.577.0 (2025-11-14)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds AvailabilityZoneId support for CreateInstanceConnectEndpoint, DescribeInstanceConnectEndpoints, and DeleteInstanceConnectEndpoint APIs.
|
|
8
|
+
|
|
4
9
|
1.576.0 (2025-11-13)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.577.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -8606,6 +8606,7 @@ module Aws::EC2
|
|
|
8606
8606
|
# resp.instance_connect_endpoint.public_dns_names.ipv_4.fips_dns_name #=> String
|
|
8607
8607
|
# resp.instance_connect_endpoint.public_dns_names.dualstack.dns_name #=> String
|
|
8608
8608
|
# resp.instance_connect_endpoint.public_dns_names.dualstack.fips_dns_name #=> String
|
|
8609
|
+
# resp.instance_connect_endpoint.availability_zone_id #=> String
|
|
8609
8610
|
# resp.client_token #=> String
|
|
8610
8611
|
#
|
|
8611
8612
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateInstanceConnectEndpoint AWS API Documentation
|
|
@@ -19009,6 +19010,7 @@ module Aws::EC2
|
|
|
19009
19010
|
# resp.instance_connect_endpoint.public_dns_names.ipv_4.fips_dns_name #=> String
|
|
19010
19011
|
# resp.instance_connect_endpoint.public_dns_names.dualstack.dns_name #=> String
|
|
19011
19012
|
# resp.instance_connect_endpoint.public_dns_names.dualstack.fips_dns_name #=> String
|
|
19013
|
+
# resp.instance_connect_endpoint.availability_zone_id #=> String
|
|
19012
19014
|
#
|
|
19013
19015
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteInstanceConnectEndpoint AWS API Documentation
|
|
19014
19016
|
#
|
|
@@ -29005,6 +29007,7 @@ module Aws::EC2
|
|
|
29005
29007
|
# resp.instance_connect_endpoints[0].public_dns_names.ipv_4.fips_dns_name #=> String
|
|
29006
29008
|
# resp.instance_connect_endpoints[0].public_dns_names.dualstack.dns_name #=> String
|
|
29007
29009
|
# resp.instance_connect_endpoints[0].public_dns_names.dualstack.fips_dns_name #=> String
|
|
29010
|
+
# resp.instance_connect_endpoints[0].availability_zone_id #=> String
|
|
29008
29011
|
# resp.next_token #=> String
|
|
29009
29012
|
#
|
|
29010
29013
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceConnectEndpoints AWS API Documentation
|
|
@@ -69211,7 +69214,7 @@ module Aws::EC2
|
|
|
69211
69214
|
tracer: tracer
|
|
69212
69215
|
)
|
|
69213
69216
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
69214
|
-
context[:gem_version] = '1.
|
|
69217
|
+
context[:gem_version] = '1.577.0'
|
|
69215
69218
|
Seahorse::Client::Request.new(handlers, context)
|
|
69216
69219
|
end
|
|
69217
69220
|
|
|
@@ -9881,6 +9881,7 @@ module Aws::EC2
|
|
|
9881
9881
|
Ec2InstanceConnectEndpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
9882
9882
|
Ec2InstanceConnectEndpoint.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
|
9883
9883
|
Ec2InstanceConnectEndpoint.add_member(:public_dns_names, Shapes::ShapeRef.new(shape: InstanceConnectEndpointPublicDnsNames, location_name: "publicDnsNames"))
|
|
9884
|
+
Ec2InstanceConnectEndpoint.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "availabilityZoneId"))
|
|
9884
9885
|
Ec2InstanceConnectEndpoint.struct_class = Types::Ec2InstanceConnectEndpoint
|
|
9885
9886
|
|
|
9886
9887
|
EfaInfo.add_member(:maximum_efa_interfaces, Shapes::ShapeRef.new(shape: MaximumEfaInterfaces, location_name: "maximumEfaInterfaces"))
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -36776,6 +36776,11 @@ module Aws::EC2
|
|
|
36776
36776
|
# The public DNS names of the endpoint.
|
|
36777
36777
|
# @return [Types::InstanceConnectEndpointPublicDnsNames]
|
|
36778
36778
|
#
|
|
36779
|
+
# @!attribute [rw] availability_zone_id
|
|
36780
|
+
# The ID of the Availability Zone of the EC2 Instance Connect
|
|
36781
|
+
# Endpoint.
|
|
36782
|
+
# @return [String]
|
|
36783
|
+
#
|
|
36779
36784
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Ec2InstanceConnectEndpoint AWS API Documentation
|
|
36780
36785
|
#
|
|
36781
36786
|
class Ec2InstanceConnectEndpoint < Struct.new(
|
|
@@ -36795,7 +36800,8 @@ module Aws::EC2
|
|
|
36795
36800
|
:security_group_ids,
|
|
36796
36801
|
:tags,
|
|
36797
36802
|
:ip_address_type,
|
|
36798
|
-
:public_dns_names
|
|
36803
|
+
:public_dns_names,
|
|
36804
|
+
:availability_zone_id)
|
|
36799
36805
|
SENSITIVE = []
|
|
36800
36806
|
include Aws::Structure
|
|
36801
36807
|
end
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -8047,6 +8047,7 @@ module Aws::EC2
|
|
|
8047
8047
|
attr_accessor tags: ::Array[Types::Tag]
|
|
8048
8048
|
attr_accessor ip_address_type: ("ipv4" | "dualstack" | "ipv6")
|
|
8049
8049
|
attr_accessor public_dns_names: Types::InstanceConnectEndpointPublicDnsNames
|
|
8050
|
+
attr_accessor availability_zone_id: ::String
|
|
8050
8051
|
SENSITIVE: []
|
|
8051
8052
|
end
|
|
8052
8053
|
|