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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44138387cae0d7bfc4d80f10a76f888b90df34a0cc09419c490f274d343d6921
4
- data.tar.gz: e06d7822230b121672aa1a28954090cd8f0c938faf38f94b620dc80b69a9d24d
3
+ metadata.gz: 860ca0ef36a4e77a1e25a4db5fb8ed4dd8366a04cce5a3bf83ec1fbac130dba6
4
+ data.tar.gz: 2ccb6ab7c551ea1b22c82a26d1eafe0f8c323507fbd13de736646741960ef8d6
5
5
  SHA512:
6
- metadata.gz: 3ceb93d258bf5aca867e98731916705607cb4578a246a67be0eb8e24123a928e021cf5ae4c52fbfa83d40aa895134cf48e83a68474e09cc3e6804ab907f47a55
7
- data.tar.gz: 5cad892a4176059d6e44045f073690fb6db7cf9ad05fbef0a6c044c0d20e6f46fea3bfefa58297845a2c7b1d7abd30bb8d71ff6f97d2707bb1c0065ff6d45a2c
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.80.0
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 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.
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.80.0'
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 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.81.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.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services