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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44138387cae0d7bfc4d80f10a76f888b90df34a0cc09419c490f274d343d6921
4
- data.tar.gz: e06d7822230b121672aa1a28954090cd8f0c938faf38f94b620dc80b69a9d24d
3
+ metadata.gz: 69143284db688aae19edd61f1d62a717dd515c90ba44ba8adef324d6940053ce
4
+ data.tar.gz: 161091a4f71e990481809b26cdc3767e71af31bdd616d80ebe195355a0da9c10
5
5
  SHA512:
6
- metadata.gz: 3ceb93d258bf5aca867e98731916705607cb4578a246a67be0eb8e24123a928e021cf5ae4c52fbfa83d40aa895134cf48e83a68474e09cc3e6804ab907f47a55
7
- data.tar.gz: 5cad892a4176059d6e44045f073690fb6db7cf9ad05fbef0a6c044c0d20e6f46fea3bfefa58297845a2c7b1d7abd30bb8d71ff6f97d2707bb1c0065ff6d45a2c
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.80.0
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
- # Set to true to disable SDK automatically adding host prefix
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 of the image recipe. The value of the string can be the
1247
- # ARN of the base image or an AMI ID. The format for the ARN follows
1248
- # this example:
1249
- # `arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x`.
1250
- # You can provide the specific version that you want to use, or you can
1251
- # use a wildcard in all of the fields. If you enter an AMI ID for the
1252
- # string value, you must have access to the AMI, and the AMI must be in
1253
- # the same Region in which you are using Image Builder.
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.80.0'
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 of the image recipe. The value of the string can be
1406
- # the ARN of the base image or an AMI ID. The format for the ARN
1407
- # follows this example:
1408
- # `arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x`.
1409
- # You can provide the specific version that you want to use, or you
1410
- # can use a wildcard in all of the fields. If you enter an AMI ID for
1411
- # the string value, you must have access to the AMI, and the AMI must
1412
- # be in the same Region in which you are using Image Builder.
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
@@ -54,7 +54,7 @@ module Aws::Imagebuilder
54
54
  autoload :EndpointProvider, 'aws-sdk-imagebuilder/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-imagebuilder/endpoints'
56
56
 
57
- GEM_VERSION = '1.80.0'
57
+ GEM_VERSION = '1.82.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-imagebuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.80.0
4
+ version: 1.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services