aws-sdk-imagebuilder 1.80.0 → 1.82.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-imagebuilder/client.rb +17 -11
- 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: 69143284db688aae19edd61f1d62a717dd515c90ba44ba8adef324d6940053ce
|
4
|
+
data.tar.gz: 161091a4f71e990481809b26cdc3767e71af31bdd616d80ebe195355a0da9c10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7677ab27cfec945174cb2cf0c08a65c77c2585a29515d36ff926b305c4bbf7a81fa450a495b6686db7e19d56f30b250336465a9061387d4b28129ab59445cac7
|
7
|
+
data.tar.gz: 3f5e0d44c8f8fb439e35e1ef7a17aadb05711bab7c9e990f84248279681e84c4cd0a2acd2c661acd0701c8a4d86720355f6a0d78b8966a97b2c172177e5c81bb
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.82.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.81.0 (2025-05-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the CreateImageRecipeRequest ParentImage description to include all valid values as updated with the SSM Parameters project.
|
13
|
+
|
4
14
|
1.80.0 (2025-05-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.82.0
|
@@ -200,8 +200,7 @@ module Aws::Imagebuilder
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -1243,14 +1242,21 @@ module Aws::Imagebuilder
|
|
1243
1242
|
# The components included in the image recipe.
|
1244
1243
|
#
|
1245
1244
|
# @option params [required, String] :parent_image
|
1246
|
-
# The base image
|
1247
|
-
#
|
1248
|
-
#
|
1249
|
-
#
|
1250
|
-
#
|
1251
|
-
#
|
1252
|
-
#
|
1253
|
-
#
|
1245
|
+
# The base image for customizations specified in the image recipe. You
|
1246
|
+
# can specify the parent image using one of the following options:
|
1247
|
+
#
|
1248
|
+
# * AMI ID
|
1249
|
+
#
|
1250
|
+
# * Image Builder image Amazon Resource Name (ARN)
|
1251
|
+
#
|
1252
|
+
# * Amazon Web Services Systems Manager (SSM) Parameter Store Parameter,
|
1253
|
+
# prefixed by `ssm:`, followed by the parameter name or ARN.
|
1254
|
+
#
|
1255
|
+
# * Amazon Web Services Marketplace product ID
|
1256
|
+
#
|
1257
|
+
# If you enter an AMI ID or an SSM parameter that contains the AMI ID,
|
1258
|
+
# you must have access to the AMI, and the AMI must be in the source
|
1259
|
+
# Region.
|
1254
1260
|
#
|
1255
1261
|
# @option params [Array<Types::InstanceBlockDeviceMapping>] :block_device_mappings
|
1256
1262
|
# The block device mappings of the image recipe.
|
@@ -5814,7 +5820,7 @@ module Aws::Imagebuilder
|
|
5814
5820
|
tracer: tracer
|
5815
5821
|
)
|
5816
5822
|
context[:gem_name] = 'aws-sdk-imagebuilder'
|
5817
|
-
context[:gem_version] = '1.
|
5823
|
+
context[:gem_version] = '1.82.0'
|
5818
5824
|
Seahorse::Client::Request.new(handlers, context)
|
5819
5825
|
end
|
5820
5826
|
|
@@ -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