aws-sdk-imagebuilder 1.80.0 → 1.81.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-imagebuilder/client.rb +16 -9
- data/lib/aws-sdk-imagebuilder/types.rb +16 -8
- data/lib/aws-sdk-imagebuilder.rb +1 -1
- 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: 860ca0ef36a4e77a1e25a4db5fb8ed4dd8366a04cce5a3bf83ec1fbac130dba6
|
4
|
+
data.tar.gz: 2ccb6ab7c551ea1b22c82a26d1eafe0f8c323507fbd13de736646741960ef8d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9e0479088fab0616ab0807ac54eeae45e5743ec0019ad8ad40571112de07518177926b5eea42c94bcd28b7a58863b13eaabacc3b9b5c647958ea518fad13cfd
|
7
|
+
data.tar.gz: d763714ddb7bd1107d66de76a46e3c3df7a9266a54525e32ee929ea8ee05fb0b9725c6b7a40db46ae981f020ea9bf052ec0e7240edb1494bfd2afc5e98456182
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.81.0 (2025-05-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the CreateImageRecipeRequest ParentImage description to include all valid values as updated with the SSM Parameters project.
|
8
|
+
|
4
9
|
1.80.0 (2025-05-01)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.81.0
|
@@ -1243,14 +1243,21 @@ module Aws::Imagebuilder
|
|
1243
1243
|
# The components included in the image recipe.
|
1244
1244
|
#
|
1245
1245
|
# @option params [required, String] :parent_image
|
1246
|
-
# The base image
|
1247
|
-
#
|
1248
|
-
#
|
1249
|
-
#
|
1250
|
-
#
|
1251
|
-
#
|
1252
|
-
#
|
1253
|
-
#
|
1246
|
+
# The base image for customizations specified in the image recipe. You
|
1247
|
+
# can specify the parent image using one of the following options:
|
1248
|
+
#
|
1249
|
+
# * AMI ID
|
1250
|
+
#
|
1251
|
+
# * Image Builder image Amazon Resource Name (ARN)
|
1252
|
+
#
|
1253
|
+
# * Amazon Web Services Systems Manager (SSM) Parameter Store Parameter,
|
1254
|
+
# prefixed by `ssm:`, followed by the parameter name or ARN.
|
1255
|
+
#
|
1256
|
+
# * Amazon Web Services Marketplace product ID
|
1257
|
+
#
|
1258
|
+
# If you enter an AMI ID or an SSM parameter that contains the AMI ID,
|
1259
|
+
# you must have access to the AMI, and the AMI must be in the source
|
1260
|
+
# Region.
|
1254
1261
|
#
|
1255
1262
|
# @option params [Array<Types::InstanceBlockDeviceMapping>] :block_device_mappings
|
1256
1263
|
# The block device mappings of the image recipe.
|
@@ -5814,7 +5821,7 @@ module Aws::Imagebuilder
|
|
5814
5821
|
tracer: tracer
|
5815
5822
|
)
|
5816
5823
|
context[:gem_name] = 'aws-sdk-imagebuilder'
|
5817
|
-
context[:gem_version] = '1.
|
5824
|
+
context[:gem_version] = '1.81.0'
|
5818
5825
|
Seahorse::Client::Request.new(handlers, context)
|
5819
5826
|
end
|
5820
5827
|
|
@@ -1402,14 +1402,22 @@ module Aws::Imagebuilder
|
|
1402
1402
|
# @return [Array<Types::ComponentConfiguration>]
|
1403
1403
|
#
|
1404
1404
|
# @!attribute [rw] parent_image
|
1405
|
-
# The base image
|
1406
|
-
#
|
1407
|
-
#
|
1408
|
-
#
|
1409
|
-
#
|
1410
|
-
#
|
1411
|
-
#
|
1412
|
-
#
|
1405
|
+
# The base image for customizations specified in the image recipe. You
|
1406
|
+
# can specify the parent image using one of the following options:
|
1407
|
+
#
|
1408
|
+
# * AMI ID
|
1409
|
+
#
|
1410
|
+
# * Image Builder image Amazon Resource Name (ARN)
|
1411
|
+
#
|
1412
|
+
# * Amazon Web Services Systems Manager (SSM) Parameter Store
|
1413
|
+
# Parameter, prefixed by `ssm:`, followed by the parameter name or
|
1414
|
+
# ARN.
|
1415
|
+
#
|
1416
|
+
# * Amazon Web Services Marketplace product ID
|
1417
|
+
#
|
1418
|
+
# If you enter an AMI ID or an SSM parameter that contains the AMI ID,
|
1419
|
+
# you must have access to the AMI, and the AMI must be in the source
|
1420
|
+
# Region.
|
1413
1421
|
# @return [String]
|
1414
1422
|
#
|
1415
1423
|
# @!attribute [rw] block_device_mappings
|
data/lib/aws-sdk-imagebuilder.rb
CHANGED