aws-sdk-ec2 1.506.0 → 1.507.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: d6d57aeaa9a6f8d2fbaf6c998593fe65d7a8d044c9a774c83b1919b0d3bb701f
4
- data.tar.gz: 8a65a5b9f1661fd33026b60ca5b43414c5abff93274a5d1302e16ac2a4834fb4
3
+ metadata.gz: d451c49071f90afe5dc86473fc4cb3e2eceea98fafd4cf25d4d3e080fd456d8c
4
+ data.tar.gz: 4c85574dcceb4ee64e069abb67cec426749a23aeb7ce22f8d06d21e864d1ba11
5
5
  SHA512:
6
- metadata.gz: 412bc50edee024aa823f5e7284416d8cd6deb25b76ee380fe156de7d2bc6924b61e36d3728853fce8a9e0da7a8a81f16c8eab02c91d9066e6ea4e56cfd5bc894
7
- data.tar.gz: '019d9d82de703954d1983bcfc0175ab9a5bf98c8ee89174260e4e017e42e532f3b5a7ee5c7f3bf959f813274bcb4829861c8b4b1f8f898d7484dfb0c65364e95'
6
+ metadata.gz: 9283508417e7d4e119cd36b49b43aa9944b6a78e30fdc05c0766f2b765fe223e32f3a0ef5cf7a9ad9cbe7ec81f107a21f1e7d2a7147728ac06da2f590e5b1b61
7
+ data.tar.gz: f4a60131eb9dfe16d0783d6de99d87a4935e6116e608ac02305f4721ae7efad5ceb43a9d9c18764322aef4d28dff38cd904ffc8b8af050fa241bf2cc531fe5fd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.507.0 (2025-02-25)
5
+ ------------------
6
+
7
+ * Feature - Adds support for time-based EBS-backed AMI copy operations. Time-based copy ensures that EBS-backed AMIs are copied within and across Regions in a specified timeframe.
8
+
4
9
  1.506.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.506.0
1
+ 1.507.0
@@ -4899,6 +4899,22 @@ module Aws::EC2
4899
4899
  #
4900
4900
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html
4901
4901
  #
4902
+ # @option params [Integer] :snapshot_copy_completion_duration_minutes
4903
+ # Specify a completion duration, in 15 minute increments, to initiate a
4904
+ # time-based AMI copy. The specified completion duration applies to each
4905
+ # of the snapshots associated with the AMI. Each snapshot associated
4906
+ # with the AMI will be completed within the specified completion
4907
+ # duration, regardless of their size.
4908
+ #
4909
+ # If you do not specify a value, the AMI copy operation is completed on
4910
+ # a best-effort basis.
4911
+ #
4912
+ # For more information, see [ Time-based copies][1].
4913
+ #
4914
+ #
4915
+ #
4916
+ # [1]: https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html
4917
+ #
4902
4918
  # @option params [Boolean] :dry_run
4903
4919
  # Checks whether you have the required permissions for the action,
4904
4920
  # without actually making the request, and provides an error response.
@@ -4949,6 +4965,7 @@ module Aws::EC2
4949
4965
  # ],
4950
4966
  # },
4951
4967
  # ],
4968
+ # snapshot_copy_completion_duration_minutes: 1,
4952
4969
  # dry_run: false,
4953
4970
  # })
4954
4971
  #
@@ -63212,7 +63229,7 @@ module Aws::EC2
63212
63229
  tracer: tracer
63213
63230
  )
63214
63231
  context[:gem_name] = 'aws-sdk-ec2'
63215
- context[:gem_version] = '1.506.0'
63232
+ context[:gem_version] = '1.507.0'
63216
63233
  Seahorse::Client::Request.new(handlers, context)
63217
63234
  end
63218
63235
 
@@ -4801,6 +4801,7 @@ module Aws::EC2
4801
4801
  CopyImageRequest.add_member(:destination_outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "DestinationOutpostArn"))
4802
4802
  CopyImageRequest.add_member(:copy_image_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "CopyImageTags"))
4803
4803
  CopyImageRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
4804
+ CopyImageRequest.add_member(:snapshot_copy_completion_duration_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "SnapshotCopyCompletionDurationMinutes"))
4804
4805
  CopyImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4805
4806
  CopyImageRequest.struct_class = Types::CopyImageRequest
4806
4807
 
@@ -7137,6 +7137,23 @@ module Aws::EC2
7137
7137
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html
7138
7138
  # @return [Array<Types::TagSpecification>]
7139
7139
  #
7140
+ # @!attribute [rw] snapshot_copy_completion_duration_minutes
7141
+ # Specify a completion duration, in 15 minute increments, to initiate
7142
+ # a time-based AMI copy. The specified completion duration applies to
7143
+ # each of the snapshots associated with the AMI. Each snapshot
7144
+ # associated with the AMI will be completed within the specified
7145
+ # completion duration, regardless of their size.
7146
+ #
7147
+ # If you do not specify a value, the AMI copy operation is completed
7148
+ # on a best-effort basis.
7149
+ #
7150
+ # For more information, see [ Time-based copies][1].
7151
+ #
7152
+ #
7153
+ #
7154
+ # [1]: https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html
7155
+ # @return [Integer]
7156
+ #
7140
7157
  # @!attribute [rw] dry_run
7141
7158
  # Checks whether you have the required permissions for the action,
7142
7159
  # without actually making the request, and provides an error response.
@@ -7157,6 +7174,7 @@ module Aws::EC2
7157
7174
  :destination_outpost_arn,
7158
7175
  :copy_image_tags,
7159
7176
  :tag_specifications,
7177
+ :snapshot_copy_completion_duration_minutes,
7160
7178
  :dry_run)
7161
7179
  SENSITIVE = []
7162
7180
  include Aws::Structure
@@ -13051,7 +13069,8 @@ module Aws::EC2
13051
13069
  # @return [String]
13052
13070
  #
13053
13071
  # @!attribute [rw] subnet_ids
13054
- # The IDs of the subnets.
13072
+ # The IDs of the subnets. You can specify only one subnet per
13073
+ # Availability Zone.
13055
13074
  # @return [Array<String>]
13056
13075
  #
13057
13076
  # @!attribute [rw] port_ranges
@@ -13116,7 +13135,8 @@ module Aws::EC2
13116
13135
  # @return [String]
13117
13136
  #
13118
13137
  # @!attribute [rw] subnet_ids
13119
- # The IDs of the subnets.
13138
+ # The IDs of the subnets. You can specify only one subnet per
13139
+ # Availability Zone.
13120
13140
  # @return [Array<String>]
13121
13141
  #
13122
13142
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVerifiedAccessEndpointRdsOptions AWS API Documentation
@@ -65087,11 +65107,6 @@ module Aws::EC2
65087
65107
  # @return [String]
65088
65108
  #
65089
65109
  # @!attribute [rw] transit_gateway_id
65090
- # <note markdown="1"> This parameter is in preview and may not be available for your
65091
- # account.
65092
- #
65093
- # </note>
65094
- #
65095
65110
  # The ID of the transit gateway (if applicable).
65096
65111
  # @return [String]
65097
65112
  #
data/lib/aws-sdk-ec2.rb CHANGED
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.506.0'
81
+ GEM_VERSION = '1.507.0'
82
82
 
83
83
  end
84
84
 
data/sig/client.rbs CHANGED
@@ -1030,6 +1030,7 @@ module Aws
1030
1030
  ]?
1031
1031
  },
1032
1032
  ],
1033
+ ?snapshot_copy_completion_duration_minutes: ::Integer,
1033
1034
  ?dry_run: bool
1034
1035
  ) -> _CopyImageResponseSuccess
1035
1036
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyImageResponseSuccess
data/sig/types.rbs CHANGED
@@ -1681,6 +1681,7 @@ module Aws::EC2
1681
1681
  attr_accessor destination_outpost_arn: ::String
1682
1682
  attr_accessor copy_image_tags: bool
1683
1683
  attr_accessor tag_specifications: ::Array[Types::TagSpecification]
1684
+ attr_accessor snapshot_copy_completion_duration_minutes: ::Integer
1684
1685
  attr_accessor dry_run: bool
1685
1686
  SENSITIVE: []
1686
1687
  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.506.0
4
+ version: 1.507.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core