aws-sdk-ec2 1.372.0 → 1.373.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 +15 -2
- data/lib/aws-sdk-ec2/resource.rb +11 -0
- data/lib/aws-sdk-ec2/subnet.rb +11 -0
- data/lib/aws-sdk-ec2/types.rb +15 -1
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2843ee2be76ff2b44d1d5392cb0ee48405b891b61cc92132b63a52fe75878306
|
|
4
|
+
data.tar.gz: 4a34c7f3b94e64a9b51730d7f220c00c124f4eed9fb5a34b1ab70265613db15f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fce350e60b21f569a813a6d6c5878b080788c504cb69fcb1a72bc22d0e80f40713bd272bf94c4dd18afc4ab14f6bf190002444a2d09decb7dc8981a0d7ba133
|
|
7
|
+
data.tar.gz: 6f851039f449d28dba5df5b7361926ed71a60fcb8375e7c6de8fed0f46054e3e7d90364e9bf83f2421b48b81de0b6d33581b01592491ff0af9696387e30b669f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.373.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -39867,7 +39867,9 @@ module Aws::EC2
|
|
|
39867
39867
|
# added.
|
|
39868
39868
|
#
|
|
39869
39869
|
# @option params [required, String] :capacity_reservation_id
|
|
39870
|
-
# The ID of the Capacity Reservation.
|
|
39870
|
+
# The ID of the Capacity Reservation. If you specify a Capacity
|
|
39871
|
+
# Reservation that is shared with you, the operation returns only
|
|
39872
|
+
# Capacity Reservation groups that you own.
|
|
39871
39873
|
#
|
|
39872
39874
|
# @option params [String] :next_token
|
|
39873
39875
|
# The token to use to retrieve the next page of results.
|
|
@@ -53807,6 +53809,17 @@ module Aws::EC2
|
|
|
53807
53809
|
# You cannot specify accelerators from different generations in the same
|
|
53808
53810
|
# request.
|
|
53809
53811
|
#
|
|
53812
|
+
# <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
|
|
53813
|
+
# customers to Amazon Elastic Inference (EI), and will help current
|
|
53814
|
+
# customers migrate their workloads to options that offer better price
|
|
53815
|
+
# and performance. After April 15, 2023, new customers will not be able
|
|
53816
|
+
# to launch instances with Amazon EI accelerators in Amazon SageMaker,
|
|
53817
|
+
# Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
|
|
53818
|
+
# at least once during the past 30-day period are considered current
|
|
53819
|
+
# customers and will be able to continue using the service.
|
|
53820
|
+
#
|
|
53821
|
+
# </note>
|
|
53822
|
+
#
|
|
53810
53823
|
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
|
53811
53824
|
# The tags to apply to the resources that are created during instance
|
|
53812
53825
|
# launch.
|
|
@@ -56818,7 +56831,7 @@ module Aws::EC2
|
|
|
56818
56831
|
params: params,
|
|
56819
56832
|
config: config)
|
|
56820
56833
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
56821
|
-
context[:gem_version] = '1.
|
|
56834
|
+
context[:gem_version] = '1.373.0'
|
|
56822
56835
|
Seahorse::Client::Request.new(handlers, context)
|
|
56823
56836
|
end
|
|
56824
56837
|
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
|
@@ -482,6 +482,17 @@ module Aws::EC2
|
|
|
482
482
|
#
|
|
483
483
|
# You cannot specify accelerators from different generations in the same
|
|
484
484
|
# request.
|
|
485
|
+
#
|
|
486
|
+
# <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
|
|
487
|
+
# customers to Amazon Elastic Inference (EI), and will help current
|
|
488
|
+
# customers migrate their workloads to options that offer better price
|
|
489
|
+
# and performance. After April 15, 2023, new customers will not be able
|
|
490
|
+
# to launch instances with Amazon EI accelerators in Amazon SageMaker,
|
|
491
|
+
# Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
|
|
492
|
+
# at least once during the past 30-day period are considered current
|
|
493
|
+
# customers and will be able to continue using the service.
|
|
494
|
+
#
|
|
495
|
+
# </note>
|
|
485
496
|
# @option options [Array<Types::TagSpecification>] :tag_specifications
|
|
486
497
|
# The tags to apply to the resources that are created during instance
|
|
487
498
|
# launch.
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
|
@@ -701,6 +701,17 @@ module Aws::EC2
|
|
|
701
701
|
#
|
|
702
702
|
# You cannot specify accelerators from different generations in the same
|
|
703
703
|
# request.
|
|
704
|
+
#
|
|
705
|
+
# <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
|
|
706
|
+
# customers to Amazon Elastic Inference (EI), and will help current
|
|
707
|
+
# customers migrate their workloads to options that offer better price
|
|
708
|
+
# and performance. After April 15, 2023, new customers will not be able
|
|
709
|
+
# to launch instances with Amazon EI accelerators in Amazon SageMaker,
|
|
710
|
+
# Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
|
|
711
|
+
# at least once during the past 30-day period are considered current
|
|
712
|
+
# customers and will be able to continue using the service.
|
|
713
|
+
#
|
|
714
|
+
# </note>
|
|
704
715
|
# @option options [Array<Types::TagSpecification>] :tag_specifications
|
|
705
716
|
# The tags to apply to the resources that are created during instance
|
|
706
717
|
# launch.
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -32504,7 +32504,9 @@ module Aws::EC2
|
|
|
32504
32504
|
end
|
|
32505
32505
|
|
|
32506
32506
|
# @!attribute [rw] capacity_reservation_id
|
|
32507
|
-
# The ID of the Capacity Reservation.
|
|
32507
|
+
# The ID of the Capacity Reservation. If you specify a Capacity
|
|
32508
|
+
# Reservation that is shared with you, the operation returns only
|
|
32509
|
+
# Capacity Reservation groups that you own.
|
|
32508
32510
|
# @return [String]
|
|
32509
32511
|
#
|
|
32510
32512
|
# @!attribute [rw] next_token
|
|
@@ -55140,6 +55142,18 @@ module Aws::EC2
|
|
|
55140
55142
|
#
|
|
55141
55143
|
# You cannot specify accelerators from different generations in the
|
|
55142
55144
|
# same request.
|
|
55145
|
+
#
|
|
55146
|
+
# <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
|
|
55147
|
+
# customers to Amazon Elastic Inference (EI), and will help current
|
|
55148
|
+
# customers migrate their workloads to options that offer better price
|
|
55149
|
+
# and performance. After April 15, 2023, new customers will not be
|
|
55150
|
+
# able to launch instances with Amazon EI accelerators in Amazon
|
|
55151
|
+
# SageMaker, Amazon ECS, or Amazon EC2. However, customers who have
|
|
55152
|
+
# used Amazon EI at least once during the past 30-day period are
|
|
55153
|
+
# considered current customers and will be able to continue using the
|
|
55154
|
+
# service.
|
|
55155
|
+
#
|
|
55156
|
+
# </note>
|
|
55143
55157
|
# @return [Array<Types::ElasticInferenceAccelerator>]
|
|
55144
55158
|
#
|
|
55145
55159
|
# @!attribute [rw] tag_specifications
|
data/lib/aws-sdk-ec2.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ec2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.373.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-03-
|
|
11
|
+
date: 2023-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|