aws-sdk-ec2 1.628.0 → 1.629.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 +29 -1
- data/lib/aws-sdk-ec2/client_api.rb +1 -0
- data/lib/aws-sdk-ec2/image.rb +7 -0
- data/lib/aws-sdk-ec2/resource.rb +27 -0
- data/lib/aws-sdk-ec2/types.rb +33 -0
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/image.rbs +3 -0
- data/sig/types.rbs +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0daa7dbc043f3a92ea7543ab66b91b63ded7318f434710d900ce7c047071fc6
|
|
4
|
+
data.tar.gz: 04a8bcde927606fcaea71edd7fce05f5031543a6c718207670628e34f031f6e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88c9bcabd40adf4f6a566996452a97a1414466ece6c9ca531e3e144d1c645de9e0905ab055a79449f3103844bae94c49cac11c57adac5b91328c31250947c67a
|
|
7
|
+
data.tar.gz: 8a6bcc9f0cd78fe97d8bfddfe1835839129c7741dff49d2399c133430b5e160603d70dc509e2585de4f97275180270e8f93ea3cf5b00705e7261b9598baa8803
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.629.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -30343,6 +30343,27 @@ module Aws::EC2
|
|
|
30343
30343
|
#
|
|
30344
30344
|
# * `image-id` - The ID of the image.
|
|
30345
30345
|
#
|
|
30346
|
+
# * `image-watermark.source-image-creation-time` - The creation date of
|
|
30347
|
+
# the source AMI, in the ISO 8601 format in the UTC time zone (`
|
|
30348
|
+
# YYYY-MM-DDTHH:MM:SS.ssssss+HH:MM `). You can use a wildcard (`*`),
|
|
30349
|
+
# for example, `2021-09-29T*`, which matches an entire day.
|
|
30350
|
+
#
|
|
30351
|
+
# * `image-watermark.source-image-id` - The ID of the AMI to which the
|
|
30352
|
+
# watermark was originally attached.
|
|
30353
|
+
#
|
|
30354
|
+
# * `image-watermark.source-image-region` - The Region where the
|
|
30355
|
+
# watermark was originally attached.
|
|
30356
|
+
#
|
|
30357
|
+
# * `image-watermark.watermark-creation-time` - The date and time the
|
|
30358
|
+
# watermark was attached to the AMI, in the ISO 8601 format in the UTC
|
|
30359
|
+
# time zone (` YYYY-MM-DDTHH:MM:SS.ssssss+HH:MM `). You can use a
|
|
30360
|
+
# wildcard (`*`), for example, `2021-09-29T*`, which matches an entire
|
|
30361
|
+
# day.
|
|
30362
|
+
#
|
|
30363
|
+
# * `image-watermark.watermark-key` - The watermark identifier, in
|
|
30364
|
+
# `accountId:watermarkName` format (for example,
|
|
30365
|
+
# `123456789012:approvedAmi`).
|
|
30366
|
+
#
|
|
30346
30367
|
# * `image-type` - The image type (`machine` \| `kernel` \| `ramdisk`).
|
|
30347
30368
|
#
|
|
30348
30369
|
# * `is-public` - A Boolean that indicates whether the image is public.
|
|
@@ -30369,6 +30390,12 @@ module Aws::EC2
|
|
|
30369
30390
|
#
|
|
30370
30391
|
# * `product-code.type` - The type of the product code (`marketplace`).
|
|
30371
30392
|
#
|
|
30393
|
+
# * `public-ssm-parameter-name` - The name of a public Systems Manager
|
|
30394
|
+
# parameter associated with the AMI. The parameter must be in a
|
|
30395
|
+
# trusted Amazon Web Services namespace under `aws/service/`. Returns
|
|
30396
|
+
# all AMIs that have ever been associated with the parameter,
|
|
30397
|
+
# including previous versions.
|
|
30398
|
+
#
|
|
30372
30399
|
# * `ramdisk-id` - The RAM disk ID.
|
|
30373
30400
|
#
|
|
30374
30401
|
# * `root-device-name` - The device name of the root device volume (for
|
|
@@ -30531,6 +30558,7 @@ module Aws::EC2
|
|
|
30531
30558
|
# resp.images[0].source_image_id #=> String
|
|
30532
30559
|
# resp.images[0].source_image_region #=> String
|
|
30533
30560
|
# resp.images[0].free_tier_eligible #=> Boolean
|
|
30561
|
+
# resp.images[0].public_ssm_parameter_name #=> String
|
|
30534
30562
|
# resp.images[0].image_watermarks #=> Array
|
|
30535
30563
|
# resp.images[0].image_watermarks[0].watermark_key #=> String
|
|
30536
30564
|
# resp.images[0].image_watermarks[0].source_image_region #=> String
|
|
@@ -74347,7 +74375,7 @@ module Aws::EC2
|
|
|
74347
74375
|
tracer: tracer
|
|
74348
74376
|
)
|
|
74349
74377
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
74350
|
-
context[:gem_version] = '1.
|
|
74378
|
+
context[:gem_version] = '1.629.0'
|
|
74351
74379
|
Seahorse::Client::Request.new(handlers, context)
|
|
74352
74380
|
end
|
|
74353
74381
|
|
|
@@ -12357,6 +12357,7 @@ module Aws::EC2
|
|
|
12357
12357
|
Image.add_member(:source_image_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceImageId"))
|
|
12358
12358
|
Image.add_member(:source_image_region, Shapes::ShapeRef.new(shape: String, location_name: "sourceImageRegion"))
|
|
12359
12359
|
Image.add_member(:free_tier_eligible, Shapes::ShapeRef.new(shape: Boolean, location_name: "freeTierEligible"))
|
|
12360
|
+
Image.add_member(:public_ssm_parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "publicSsmParameterName"))
|
|
12360
12361
|
Image.add_member(:image_watermarks, Shapes::ShapeRef.new(shape: ImageWatermarkList, location_name: "imageWatermarkSet"))
|
|
12361
12362
|
Image.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
|
|
12362
12363
|
Image.add_member(:image_location, Shapes::ShapeRef.new(shape: String, location_name: "imageLocation"))
|
data/lib/aws-sdk-ec2/image.rb
CHANGED
|
@@ -264,6 +264,13 @@ module Aws::EC2
|
|
|
264
264
|
data[:free_tier_eligible]
|
|
265
265
|
end
|
|
266
266
|
|
|
267
|
+
# The name of the public Systems Manager parameter that resolves to this
|
|
268
|
+
# AMI, under the `aws/service/` namespace.
|
|
269
|
+
# @return [String]
|
|
270
|
+
def public_ssm_parameter_name
|
|
271
|
+
data[:public_ssm_parameter_name]
|
|
272
|
+
end
|
|
273
|
+
|
|
267
274
|
# The watermarks attached to the AMI.
|
|
268
275
|
# @return [Array<Types::ImageWatermark>]
|
|
269
276
|
def image_watermarks
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
|
@@ -2498,6 +2498,27 @@ module Aws::EC2
|
|
|
2498
2498
|
#
|
|
2499
2499
|
# * `image-id` - The ID of the image.
|
|
2500
2500
|
#
|
|
2501
|
+
# * `image-watermark.source-image-creation-time` - The creation date of
|
|
2502
|
+
# the source AMI, in the ISO 8601 format in the UTC time zone (`
|
|
2503
|
+
# YYYY-MM-DDTHH:MM:SS.ssssss+HH:MM `). You can use a wildcard (`*`),
|
|
2504
|
+
# for example, `2021-09-29T*`, which matches an entire day.
|
|
2505
|
+
#
|
|
2506
|
+
# * `image-watermark.source-image-id` - The ID of the AMI to which the
|
|
2507
|
+
# watermark was originally attached.
|
|
2508
|
+
#
|
|
2509
|
+
# * `image-watermark.source-image-region` - The Region where the
|
|
2510
|
+
# watermark was originally attached.
|
|
2511
|
+
#
|
|
2512
|
+
# * `image-watermark.watermark-creation-time` - The date and time the
|
|
2513
|
+
# watermark was attached to the AMI, in the ISO 8601 format in the UTC
|
|
2514
|
+
# time zone (` YYYY-MM-DDTHH:MM:SS.ssssss+HH:MM `). You can use a
|
|
2515
|
+
# wildcard (`*`), for example, `2021-09-29T*`, which matches an entire
|
|
2516
|
+
# day.
|
|
2517
|
+
#
|
|
2518
|
+
# * `image-watermark.watermark-key` - The watermark identifier, in
|
|
2519
|
+
# `accountId:watermarkName` format (for example,
|
|
2520
|
+
# `123456789012:approvedAmi`).
|
|
2521
|
+
#
|
|
2501
2522
|
# * `image-type` - The image type (`machine` \| `kernel` \| `ramdisk`).
|
|
2502
2523
|
#
|
|
2503
2524
|
# * `is-public` - A Boolean that indicates whether the image is public.
|
|
@@ -2524,6 +2545,12 @@ module Aws::EC2
|
|
|
2524
2545
|
#
|
|
2525
2546
|
# * `product-code.type` - The type of the product code (`marketplace`).
|
|
2526
2547
|
#
|
|
2548
|
+
# * `public-ssm-parameter-name` - The name of a public Systems Manager
|
|
2549
|
+
# parameter associated with the AMI. The parameter must be in a
|
|
2550
|
+
# trusted Amazon Web Services namespace under `aws/service/`. Returns
|
|
2551
|
+
# all AMIs that have ever been associated with the parameter,
|
|
2552
|
+
# including previous versions.
|
|
2553
|
+
#
|
|
2527
2554
|
# * `ramdisk-id` - The RAM disk ID.
|
|
2528
2555
|
#
|
|
2529
2556
|
# * `root-device-name` - The device name of the root device volume (for
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -25776,6 +25776,27 @@ module Aws::EC2
|
|
|
25776
25776
|
#
|
|
25777
25777
|
# * `image-id` - The ID of the image.
|
|
25778
25778
|
#
|
|
25779
|
+
# * `image-watermark.source-image-creation-time` - The creation date
|
|
25780
|
+
# of the source AMI, in the ISO 8601 format in the UTC time zone (`
|
|
25781
|
+
# YYYY-MM-DDTHH:MM:SS.ssssss+HH:MM `). You can use a wildcard (`*`),
|
|
25782
|
+
# for example, `2021-09-29T*`, which matches an entire day.
|
|
25783
|
+
#
|
|
25784
|
+
# * `image-watermark.source-image-id` - The ID of the AMI to which the
|
|
25785
|
+
# watermark was originally attached.
|
|
25786
|
+
#
|
|
25787
|
+
# * `image-watermark.source-image-region` - The Region where the
|
|
25788
|
+
# watermark was originally attached.
|
|
25789
|
+
#
|
|
25790
|
+
# * `image-watermark.watermark-creation-time` - The date and time the
|
|
25791
|
+
# watermark was attached to the AMI, in the ISO 8601 format in the
|
|
25792
|
+
# UTC time zone (` YYYY-MM-DDTHH:MM:SS.ssssss+HH:MM `). You can use
|
|
25793
|
+
# a wildcard (`*`), for example, `2021-09-29T*`, which matches an
|
|
25794
|
+
# entire day.
|
|
25795
|
+
#
|
|
25796
|
+
# * `image-watermark.watermark-key` - The watermark identifier, in
|
|
25797
|
+
# `accountId:watermarkName` format (for example,
|
|
25798
|
+
# `123456789012:approvedAmi`).
|
|
25799
|
+
#
|
|
25779
25800
|
# * `image-type` - The image type (`machine` \| `kernel` \|
|
|
25780
25801
|
# `ramdisk`).
|
|
25781
25802
|
#
|
|
@@ -25806,6 +25827,12 @@ module Aws::EC2
|
|
|
25806
25827
|
# * `product-code.type` - The type of the product code
|
|
25807
25828
|
# (`marketplace`).
|
|
25808
25829
|
#
|
|
25830
|
+
# * `public-ssm-parameter-name` - The name of a public Systems Manager
|
|
25831
|
+
# parameter associated with the AMI. The parameter must be in a
|
|
25832
|
+
# trusted Amazon Web Services namespace under `aws/service/`.
|
|
25833
|
+
# Returns all AMIs that have ever been associated with the
|
|
25834
|
+
# parameter, including previous versions.
|
|
25835
|
+
#
|
|
25809
25836
|
# * `ramdisk-id` - The RAM disk ID.
|
|
25810
25837
|
#
|
|
25811
25838
|
# * `root-device-name` - The device name of the root device volume
|
|
@@ -48745,6 +48772,11 @@ module Aws::EC2
|
|
|
48745
48772
|
# * If `false`, the AMI is not eligible for Free Tier.
|
|
48746
48773
|
# @return [Boolean]
|
|
48747
48774
|
#
|
|
48775
|
+
# @!attribute [rw] public_ssm_parameter_name
|
|
48776
|
+
# The name of the public Systems Manager parameter that resolves to
|
|
48777
|
+
# this AMI, under the `aws/service/` namespace.
|
|
48778
|
+
# @return [String]
|
|
48779
|
+
#
|
|
48748
48780
|
# @!attribute [rw] image_watermarks
|
|
48749
48781
|
# The watermarks attached to the AMI.
|
|
48750
48782
|
# @return [Array<Types::ImageWatermark>]
|
|
@@ -48831,6 +48863,7 @@ module Aws::EC2
|
|
|
48831
48863
|
:source_image_id,
|
|
48832
48864
|
:source_image_region,
|
|
48833
48865
|
:free_tier_eligible,
|
|
48866
|
+
:public_ssm_parameter_name,
|
|
48834
48867
|
:image_watermarks,
|
|
48835
48868
|
:image_id,
|
|
48836
48869
|
:image_location,
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/image.rbs
CHANGED
|
@@ -93,6 +93,9 @@ module Aws
|
|
|
93
93
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Image.html#free_tier_eligible-instance_method
|
|
94
94
|
def free_tier_eligible: () -> bool
|
|
95
95
|
|
|
96
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Image.html#public_ssm_parameter_name-instance_method
|
|
97
|
+
def public_ssm_parameter_name: () -> ::String
|
|
98
|
+
|
|
96
99
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Image.html#image_watermarks-instance_method
|
|
97
100
|
def image_watermarks: () -> ::Array[Types::ImageWatermark]
|
|
98
101
|
|
data/sig/types.rbs
CHANGED
|
@@ -10786,6 +10786,7 @@ module Aws::EC2
|
|
|
10786
10786
|
attr_accessor source_image_id: ::String
|
|
10787
10787
|
attr_accessor source_image_region: ::String
|
|
10788
10788
|
attr_accessor free_tier_eligible: bool
|
|
10789
|
+
attr_accessor public_ssm_parameter_name: ::String
|
|
10789
10790
|
attr_accessor image_watermarks: ::Array[Types::ImageWatermark]
|
|
10790
10791
|
attr_accessor image_id: ::String
|
|
10791
10792
|
attr_accessor image_location: ::String
|