aws-sdk-ec2 1.614.0 → 1.615.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 +10 -2
- data/lib/aws-sdk-ec2/client_api.rb +4 -0
- data/lib/aws-sdk-ec2/types.rb +15 -2
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +2 -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: f1c6a1f612cd5fc104688b360517e76ecadef902bab7c0f8b68b7d9dd91bcdc6
|
|
4
|
+
data.tar.gz: 4c8dcdc971a5efc8cc8191c6a93566bb1947dd763588884a3f6012da3d9a4d16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e42247e62a3c62da59f88e3a654400f4881bb7f362b1525c955cc5bccb68276a9af50a540a4e7777d92ab1bfc8ea0bbe713739f6db8d64a9c0b42569b6873edb
|
|
7
|
+
data.tar.gz: f3cc23a28ea31cabdc342a331dddf61b3915a71ad6cca797aec32a9afea800e3550026a2e3df0b84d066bdfe8e384e1d884b9d4705e4d5ee74b06c25a5a88df9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.615.0 (2026-05-07)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - DescribeInstanceTypes now accepts an IncludeUnsupportedInRegion parameter. When set, the response also lists instance types that are not available in the current Region. Each instance type includes a SupportedInRegion field indicating its regional availability.
|
|
8
|
+
|
|
4
9
|
1.614.0 (2026-05-04)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.615.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -31757,7 +31757,8 @@ module Aws::EC2
|
|
|
31757
31757
|
|
|
31758
31758
|
# Describes the specified instance types. By default, all instance types
|
|
31759
31759
|
# for the current Region are described. Alternatively, you can filter
|
|
31760
|
-
# the results.
|
|
31760
|
+
# the results. To include instance types that are not supported in the
|
|
31761
|
+
# current Region, set `IncludeUnsupportedInRegion` to `true`.
|
|
31761
31762
|
#
|
|
31762
31763
|
# @option params [Boolean] :dry_run
|
|
31763
31764
|
# Checks whether you have the required permissions for the action,
|
|
@@ -31963,6 +31964,11 @@ module Aws::EC2
|
|
|
31963
31964
|
# The token returned from a previous paginated request. Pagination
|
|
31964
31965
|
# continues from the end of the items returned by the previous request.
|
|
31965
31966
|
#
|
|
31967
|
+
# @option params [Boolean] :include_unsupported_in_region
|
|
31968
|
+
# If `true`, the response includes instance types that are not supported
|
|
31969
|
+
# in the current Region, in addition to the supported types. Default:
|
|
31970
|
+
# `false`.
|
|
31971
|
+
#
|
|
31966
31972
|
# @return [Types::DescribeInstanceTypesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
31967
31973
|
#
|
|
31968
31974
|
# * {Types::DescribeInstanceTypesResult#instance_types #instance_types} => Array<Types::InstanceTypeInfo>
|
|
@@ -31983,6 +31989,7 @@ module Aws::EC2
|
|
|
31983
31989
|
# ],
|
|
31984
31990
|
# max_results: 1,
|
|
31985
31991
|
# next_token: "NextToken",
|
|
31992
|
+
# include_unsupported_in_region: false,
|
|
31986
31993
|
# })
|
|
31987
31994
|
#
|
|
31988
31995
|
# @example Response structure
|
|
@@ -32121,6 +32128,7 @@ module Aws::EC2
|
|
|
32121
32128
|
# resp.instance_types[0].neuron_info.total_neuron_device_memory_in_mi_b #=> Integer
|
|
32122
32129
|
# resp.instance_types[0].phc_support #=> String, one of "unsupported", "supported"
|
|
32123
32130
|
# resp.instance_types[0].reboot_migration_support #=> String, one of "unsupported", "supported"
|
|
32131
|
+
# resp.instance_types[0].supported_in_region #=> Boolean
|
|
32124
32132
|
# resp.next_token #=> String
|
|
32125
32133
|
#
|
|
32126
32134
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypes AWS API Documentation
|
|
@@ -73555,7 +73563,7 @@ module Aws::EC2
|
|
|
73555
73563
|
tracer: tracer
|
|
73556
73564
|
)
|
|
73557
73565
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
73558
|
-
context[:gem_version] = '1.
|
|
73566
|
+
context[:gem_version] = '1.615.0'
|
|
73559
73567
|
Seahorse::Client::Request.new(handlers, context)
|
|
73560
73568
|
end
|
|
73561
73569
|
|
|
@@ -2078,6 +2078,7 @@ module Aws::EC2
|
|
|
2078
2078
|
ImportVolumeRequest = Shapes::StructureShape.new(name: 'ImportVolumeRequest')
|
|
2079
2079
|
ImportVolumeResult = Shapes::StructureShape.new(name: 'ImportVolumeResult')
|
|
2080
2080
|
ImportVolumeTaskDetails = Shapes::StructureShape.new(name: 'ImportVolumeTaskDetails')
|
|
2081
|
+
IncludeUnsupportedInRegion = Shapes::BooleanShape.new(name: 'IncludeUnsupportedInRegion')
|
|
2081
2082
|
InferenceAcceleratorInfo = Shapes::StructureShape.new(name: 'InferenceAcceleratorInfo')
|
|
2082
2083
|
InferenceDeviceCount = Shapes::IntegerShape.new(name: 'InferenceDeviceCount')
|
|
2083
2084
|
InferenceDeviceInfo = Shapes::StructureShape.new(name: 'InferenceDeviceInfo')
|
|
@@ -3573,6 +3574,7 @@ module Aws::EC2
|
|
|
3573
3574
|
SummaryStatus = Shapes::StringShape.new(name: 'SummaryStatus')
|
|
3574
3575
|
SupportedAdditionalProcessorFeature = Shapes::StringShape.new(name: 'SupportedAdditionalProcessorFeature')
|
|
3575
3576
|
SupportedAdditionalProcessorFeatureList = Shapes::ListShape.new(name: 'SupportedAdditionalProcessorFeatureList')
|
|
3577
|
+
SupportedInRegion = Shapes::BooleanShape.new(name: 'SupportedInRegion')
|
|
3576
3578
|
SupportedIpAddressTypes = Shapes::ListShape.new(name: 'SupportedIpAddressTypes')
|
|
3577
3579
|
SupportedRegionDetail = Shapes::StructureShape.new(name: 'SupportedRegionDetail')
|
|
3578
3580
|
SupportedRegionSet = Shapes::ListShape.new(name: 'SupportedRegionSet')
|
|
@@ -8655,6 +8657,7 @@ module Aws::EC2
|
|
|
8655
8657
|
DescribeInstanceTypesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
8656
8658
|
DescribeInstanceTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DITMaxResults, location_name: "MaxResults"))
|
|
8657
8659
|
DescribeInstanceTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
8660
|
+
DescribeInstanceTypesRequest.add_member(:include_unsupported_in_region, Shapes::ShapeRef.new(shape: IncludeUnsupportedInRegion, location_name: "IncludeUnsupportedInRegion"))
|
|
8658
8661
|
DescribeInstanceTypesRequest.struct_class = Types::DescribeInstanceTypesRequest
|
|
8659
8662
|
|
|
8660
8663
|
DescribeInstanceTypesResult.add_member(:instance_types, Shapes::ShapeRef.new(shape: InstanceTypeInfoList, location_name: "instanceTypeSet"))
|
|
@@ -13114,6 +13117,7 @@ module Aws::EC2
|
|
|
13114
13117
|
InstanceTypeInfo.add_member(:neuron_info, Shapes::ShapeRef.new(shape: NeuronInfo, location_name: "neuronInfo"))
|
|
13115
13118
|
InstanceTypeInfo.add_member(:phc_support, Shapes::ShapeRef.new(shape: PhcSupport, location_name: "phcSupport"))
|
|
13116
13119
|
InstanceTypeInfo.add_member(:reboot_migration_support, Shapes::ShapeRef.new(shape: RebootMigrationSupport, location_name: "rebootMigrationSupport"))
|
|
13120
|
+
InstanceTypeInfo.add_member(:supported_in_region, Shapes::ShapeRef.new(shape: SupportedInRegion, location_name: "supportedInRegion"))
|
|
13117
13121
|
InstanceTypeInfo.struct_class = Types::InstanceTypeInfo
|
|
13118
13122
|
|
|
13119
13123
|
InstanceTypeInfoFromInstanceRequirements.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -26654,6 +26654,12 @@ module Aws::EC2
|
|
|
26654
26654
|
# request.
|
|
26655
26655
|
# @return [String]
|
|
26656
26656
|
#
|
|
26657
|
+
# @!attribute [rw] include_unsupported_in_region
|
|
26658
|
+
# If `true`, the response includes instance types that are not
|
|
26659
|
+
# supported in the current Region, in addition to the supported types.
|
|
26660
|
+
# Default: `false`.
|
|
26661
|
+
# @return [Boolean]
|
|
26662
|
+
#
|
|
26657
26663
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypesRequest AWS API Documentation
|
|
26658
26664
|
#
|
|
26659
26665
|
class DescribeInstanceTypesRequest < Struct.new(
|
|
@@ -26661,7 +26667,8 @@ module Aws::EC2
|
|
|
26661
26667
|
:instance_types,
|
|
26662
26668
|
:filters,
|
|
26663
26669
|
:max_results,
|
|
26664
|
-
:next_token
|
|
26670
|
+
:next_token,
|
|
26671
|
+
:include_unsupported_in_region)
|
|
26665
26672
|
SENSITIVE = []
|
|
26666
26673
|
include Aws::Structure
|
|
26667
26674
|
end
|
|
@@ -53671,6 +53678,11 @@ module Aws::EC2
|
|
|
53671
53678
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/schedevents_actions_reboot.html#reboot-migration
|
|
53672
53679
|
# @return [String]
|
|
53673
53680
|
#
|
|
53681
|
+
# @!attribute [rw] supported_in_region
|
|
53682
|
+
# Indicates whether the instance type is supported in the current
|
|
53683
|
+
# Region.
|
|
53684
|
+
# @return [Boolean]
|
|
53685
|
+
#
|
|
53674
53686
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceTypeInfo AWS API Documentation
|
|
53675
53687
|
#
|
|
53676
53688
|
class InstanceTypeInfo < Struct.new(
|
|
@@ -53704,7 +53716,8 @@ module Aws::EC2
|
|
|
53704
53716
|
:media_accelerator_info,
|
|
53705
53717
|
:neuron_info,
|
|
53706
53718
|
:phc_support,
|
|
53707
|
-
:reboot_migration_support
|
|
53719
|
+
:reboot_migration_support,
|
|
53720
|
+
:supported_in_region)
|
|
53708
53721
|
SENSITIVE = []
|
|
53709
53722
|
include Aws::Structure
|
|
53710
53723
|
end
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -7294,7 +7294,8 @@ module Aws
|
|
|
7294
7294
|
},
|
|
7295
7295
|
],
|
|
7296
7296
|
?max_results: ::Integer,
|
|
7297
|
-
?next_token: ::String
|
|
7297
|
+
?next_token: ::String,
|
|
7298
|
+
?include_unsupported_in_region: bool
|
|
7298
7299
|
) -> _DescribeInstanceTypesResponseSuccess
|
|
7299
7300
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstanceTypesResponseSuccess
|
|
7300
7301
|
|
data/sig/types.rbs
CHANGED
|
@@ -6006,6 +6006,7 @@ module Aws::EC2
|
|
|
6006
6006
|
attr_accessor filters: ::Array[Types::Filter]
|
|
6007
6007
|
attr_accessor max_results: ::Integer
|
|
6008
6008
|
attr_accessor next_token: ::String
|
|
6009
|
+
attr_accessor include_unsupported_in_region: bool
|
|
6009
6010
|
SENSITIVE: []
|
|
6010
6011
|
end
|
|
6011
6012
|
|
|
@@ -11633,6 +11634,7 @@ module Aws::EC2
|
|
|
11633
11634
|
attr_accessor neuron_info: Types::NeuronInfo
|
|
11634
11635
|
attr_accessor phc_support: ("unsupported" | "supported")
|
|
11635
11636
|
attr_accessor reboot_migration_support: ("unsupported" | "supported")
|
|
11637
|
+
attr_accessor supported_in_region: bool
|
|
11636
11638
|
SENSITIVE: []
|
|
11637
11639
|
end
|
|
11638
11640
|
|