aws-sdk-ec2 1.505.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +48 -31
- data/lib/aws-sdk-ec2/client_api.rb +1 -0
- data/lib/aws-sdk-ec2/types.rb +22 -7
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/types.rbs +1 -0
- 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: d451c49071f90afe5dc86473fc4cb3e2eceea98fafd4cf25d4d3e080fd456d8c
|
4
|
+
data.tar.gz: 4c85574dcceb4ee64e069abb67cec426749a23aeb7ce22f8d06d21e864d1ba11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9283508417e7d4e119cd36b49b43aa9944b6a78e30fdc05c0766f2b765fe223e32f3a0ef5cf7a9ad9cbe7ec81f107a21f1e7d2a7147728ac06da2f590e5b1b61
|
7
|
+
data.tar.gz: f4a60131eb9dfe16d0783d6de99d87a4935e6116e608ac02305f4721ae7efad5ceb43a9d9c18764322aef4d28dff38cd904ffc8b8af050fa241bf2cc531fe5fd
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.506.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.505.0 (2025-02-11)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.507.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -7,36 +7,36 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/ec2
|
38
|
-
require 'aws-sdk-ec2/plugins/copy_encrypted_snapshot
|
39
|
-
require 'aws-sdk-ec2/plugins/region_validation
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/ec2'
|
38
|
+
require 'aws-sdk-ec2/plugins/copy_encrypted_snapshot'
|
39
|
+
require 'aws-sdk-ec2/plugins/region_validation'
|
40
40
|
|
41
41
|
module Aws::EC2
|
42
42
|
# An API client for EC2. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -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.
|
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
|
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -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
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.
|
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-
|
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
|