aws-sdk-ec2 1.453.0 → 1.454.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc3e9f6c92b601cd3025b14f6d8b9a6d225676d75b19ad097cb4dd27daf6b2d8
4
- data.tar.gz: 981d42d6e51654112be8341ebbc8e39fc90bf5d568fb0f54a88a68ca4bec9359
3
+ metadata.gz: 3434f26b012725ec2fac3a31acb147529ba847ee60228a32f3d70ee95f38283d
4
+ data.tar.gz: 41d21aeef55038e017ca8b2e7a9d7dfd77f50631dc8c316236b313419662c857
5
5
  SHA512:
6
- metadata.gz: 1d0879eeca3ba51044fe092488ccbef9474af8b1a5a4026f403141d9e600d2d98c2a458ef6a83a057e10bba3ef5037fc115153f2dbd0e73faf901fce79a7cbf7
7
- data.tar.gz: a448e284f11ca2907bfe6f4ed9e7073c84c89ce2df5fd2b0dfa7ccbe80da68c987ef06526936a16da61729ac2c25431bd5ffc0d9a79aca913d72bf09d9f6cb66
6
+ metadata.gz: 71cb3bc764e06e53ba73f68648fa11440c72b9cbaf98d4cd188358d2750628000e522586969faba1ff4c2937d29e58dd4c6b29e71cc94859994fa54109bff5a1
7
+ data.tar.gz: a70ae56d4ff810917fbe26cc8bbf94b11b528e0b28a7556bd0c1557477ec9e0fa1ede81b50ae4f788254c5e24d65a061b5fde18c55cf53c6b806f8fbc56c24e3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.454.0 (2024-05-01)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon EC2.
8
+
4
9
  1.453.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.453.0
1
+ 1.454.0
@@ -18229,9 +18229,11 @@ module Aws::EC2
18229
18229
  req.send_request(options)
18230
18230
  end
18231
18231
 
18232
- # Deletes the specified transit gateway route table. You must
18233
- # disassociate the route table from any transit gateway route tables
18234
- # before you can delete it.
18232
+ # Deletes the specified transit gateway route table. If there are any
18233
+ # route tables associated with the transit gateway route table, you must
18234
+ # first run DisassociateRouteTable before you can delete the transit
18235
+ # gateway route table. This removes any route tables associated with the
18236
+ # transit gateway route table.
18235
18237
  #
18236
18238
  # @option params [required, String] :transit_gateway_route_table_id
18237
18239
  # The ID of the transit gateway route table.
@@ -35217,6 +35219,12 @@ module Aws::EC2
35217
35219
  #
35218
35220
  # * `transit-gateway-id` - The ID of the transit gateway.
35219
35221
  #
35222
+ # * `tag-key `- The key/value combination of a tag assigned to the
35223
+ # resource. Use the tag key in the filter name and the tag value as
35224
+ # the filter value. For example, to find all resources that have a tag
35225
+ # with the key `Owner` and the value `TeamA`, specify `tag:Owner` for
35226
+ # the filter name and `TeamA` for the filter value.
35227
+ #
35220
35228
  # @option params [Integer] :max_results
35221
35229
  # The maximum number of results to return with a single call. To
35222
35230
  # retrieve the remaining results, make another call with the returned
@@ -59294,7 +59302,7 @@ module Aws::EC2
59294
59302
  params: params,
59295
59303
  config: config)
59296
59304
  context[:gem_name] = 'aws-sdk-ec2'
59297
- context[:gem_version] = '1.453.0'
59305
+ context[:gem_version] = '1.454.0'
59298
59306
  Seahorse::Client::Request.new(handlers, context)
59299
59307
  end
59300
59308
 
@@ -26399,6 +26399,12 @@ module Aws::EC2
26399
26399
  # `deleted` \| `deleting` \| `modifying` \| `pending`).
26400
26400
  #
26401
26401
  # * `transit-gateway-id` - The ID of the transit gateway.
26402
+ #
26403
+ # * `tag-key `- The key/value combination of a tag assigned to the
26404
+ # resource. Use the tag key in the filter name and the tag value as
26405
+ # the filter value. For example, to find all resources that have a
26406
+ # tag with the key `Owner` and the value `TeamA`, specify
26407
+ # `tag:Owner` for the filter name and `TeamA` for the filter value.
26402
26408
  # @return [Array<Types::Filter>]
26403
26409
  #
26404
26410
  # @!attribute [rw] max_results
@@ -44928,7 +44934,11 @@ module Aws::EC2
44928
44934
  # @return [String]
44929
44935
  #
44930
44936
  # @!attribute [rw] device_index
44931
- # The device index for the network interface attachment.
44937
+ # The device index for the network interface attachment. Each network
44938
+ # interface requires a device index. If you create a launch template
44939
+ # that includes secondary network interfaces but not a primary network
44940
+ # interface, then you must add a primary network interface as a launch
44941
+ # parameter when you launch an instance from the template.
44932
44942
  # @return [Integer]
44933
44943
  #
44934
44944
  # @!attribute [rw] groups
@@ -67418,6 +67428,10 @@ module Aws::EC2
67418
67428
  # Describes a volume.
67419
67429
  #
67420
67430
  # @!attribute [rw] attachments
67431
+ # <note markdown="1"> This parameter is not returned by CreateVolume.
67432
+ #
67433
+ # </note>
67434
+ #
67421
67435
  # Information about the volume attachments.
67422
67436
  # @return [Array<Types::VolumeAttachment>]
67423
67437
  #
@@ -67476,6 +67490,10 @@ module Aws::EC2
67476
67490
  # @return [String]
67477
67491
  #
67478
67492
  # @!attribute [rw] fast_restored
67493
+ # <note markdown="1"> This parameter is not returned by CreateVolume.
67494
+ #
67495
+ # </note>
67496
+ #
67479
67497
  # Indicates whether the volume was created using fast snapshot
67480
67498
  # restore.
67481
67499
  # @return [Boolean]
@@ -67489,6 +67507,10 @@ module Aws::EC2
67489
67507
  # @return [Integer]
67490
67508
  #
67491
67509
  # @!attribute [rw] sse_type
67510
+ # <note markdown="1"> This parameter is not returned by CreateVolume.
67511
+ #
67512
+ # </note>
67513
+ #
67492
67514
  # Reserved for future use.
67493
67515
  # @return [String]
67494
67516
  #
@@ -35,6 +35,10 @@ module Aws::EC2
35
35
  end
36
36
  alias :volume_id :id
37
37
 
38
+ # <note markdown="1"> This parameter is not returned by CreateVolume.
39
+ #
40
+ # </note>
41
+ #
38
42
  # Information about the volume attachments.
39
43
  # @return [Array<Types::VolumeAttachment>]
40
44
  def attachments
@@ -112,6 +116,10 @@ module Aws::EC2
112
116
  data[:volume_type]
113
117
  end
114
118
 
119
+ # <note markdown="1"> This parameter is not returned by CreateVolume.
120
+ #
121
+ # </note>
122
+ #
115
123
  # Indicates whether the volume was created using fast snapshot restore.
116
124
  # @return [Boolean]
117
125
  def fast_restored
@@ -130,6 +138,10 @@ module Aws::EC2
130
138
  data[:throughput]
131
139
  end
132
140
 
141
+ # <note markdown="1"> This parameter is not returned by CreateVolume.
142
+ #
143
+ # </note>
144
+ #
133
145
  # Reserved for future use.
134
146
  # @return [String]
135
147
  def sse_type
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.453.0'
79
+ GEM_VERSION = '1.454.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.453.0
4
+ version: 1.454.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core