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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a91d47c1524d39c01b76e7f65383ab6f4704523557a7def82604fa44fa7f5927
4
- data.tar.gz: 97d6953f1367677fb88e85b456e0dabd95e71cecf1d8aebc45b41d23a1d53b78
3
+ metadata.gz: 2843ee2be76ff2b44d1d5392cb0ee48405b891b61cc92132b63a52fe75878306
4
+ data.tar.gz: 4a34c7f3b94e64a9b51730d7f220c00c124f4eed9fb5a34b1ab70265613db15f
5
5
  SHA512:
6
- metadata.gz: 223046d91512e11ef61c7214c72e8b1087d5d0b67c93e8cefd30b305ec8cd965bbdd733480c53f56014368e96c16b5b49fc2a27d6fc7a3ef1c6f1bb5ae5c536b
7
- data.tar.gz: 7c795dbc637a976499f0ddee89759774a6a78df799bbe2fb101807d48bd3b170637f2051ea2286880e4319d08ef79f55dcd8f055d35e73ab986741f29ff6372c
6
+ metadata.gz: 4fce350e60b21f569a813a6d6c5878b080788c504cb69fcb1a72bc22d0e80f40713bd272bf94c4dd18afc4ab14f6bf190002444a2d09decb7dc8981a0d7ba133
7
+ data.tar.gz: 6f851039f449d28dba5df5b7361926ed71a60fcb8375e7c6de8fed0f46054e3e7d90364e9bf83f2421b48b81de0b6d33581b01592491ff0af9696387e30b669f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.373.0 (2023-03-31)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for EC2 On Demand Capacity Reservations
8
+
4
9
  1.372.0 (2023-03-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.372.0
1
+ 1.373.0
@@ -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.372.0'
56834
+ context[:gem_version] = '1.373.0'
56822
56835
  Seahorse::Client::Request.new(handlers, context)
56823
56836
  end
56824
56837
 
@@ -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.
@@ -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.
@@ -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
@@ -76,6 +76,6 @@ require_relative 'aws-sdk-ec2/customizations'
76
76
  # @!group service
77
77
  module Aws::EC2
78
78
 
79
- GEM_VERSION = '1.372.0'
79
+ GEM_VERSION = '1.373.0'
80
80
 
81
81
  end
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.372.0
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-30 00:00:00.000000000 Z
11
+ date: 2023-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4