aws-sdk-imagebuilder 1.21.0 → 1.22.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.rb +1 -1
- data/lib/aws-sdk-imagebuilder/client.rb +12 -5
- data/lib/aws-sdk-imagebuilder/types.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: efce08172d9f3fc257e9ce4eed1dbcc7fe446a45cc36c46e562de2d7fa550e86
|
|
4
|
+
data.tar.gz: 533271bb23f6e9a762001540ccd3fffb9ad9ce21446f53eb0bd3af2bfcefd1f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd1ca976f638258402781aad39554a3c76914a21ab791c0e024d57da3ed19234c65579d6c71d24666193ed1f19ff24ecc474671a8029e1d7ac7551b585a46752
|
|
7
|
+
data.tar.gz: ee4215723ee7922651bb0ab730b1e1059f127d9f937bb9b8791297add7e4fb70972a33c94b7f880ee3e15f79984930bf9062430c94496d66c8bd23af728796bd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.22.0
|
data/lib/aws-sdk-imagebuilder.rb
CHANGED
|
@@ -675,7 +675,8 @@ module Aws::Imagebuilder
|
|
|
675
675
|
|
|
676
676
|
# Creates a new image. This request will create a new image along with
|
|
677
677
|
# all of the configured output resources defined in the distribution
|
|
678
|
-
# configuration.
|
|
678
|
+
# configuration. You must specify exactly one recipe for your image,
|
|
679
|
+
# using either a ContainerRecipeArn or an ImageRecipeArn.
|
|
679
680
|
#
|
|
680
681
|
# @option params [String] :image_recipe_arn
|
|
681
682
|
# The Amazon Resource Name (ARN) of the image recipe that defines how
|
|
@@ -867,7 +868,7 @@ module Aws::Imagebuilder
|
|
|
867
868
|
# The parent image of the image recipe. The value of the string can be
|
|
868
869
|
# the ARN of the parent image or an AMI ID. The format for the ARN
|
|
869
870
|
# follows this example:
|
|
870
|
-
# `arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/
|
|
871
|
+
# `arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x`.
|
|
871
872
|
# You can provide the specific version that you want to use, or you can
|
|
872
873
|
# use a wildcard in all of the fields. If you enter an AMI ID for the
|
|
873
874
|
# string value, you must have access to the AMI, and the AMI must be in
|
|
@@ -3069,8 +3070,14 @@ module Aws::Imagebuilder
|
|
|
3069
3070
|
req.send_request(options)
|
|
3070
3071
|
end
|
|
3071
3072
|
|
|
3072
|
-
# Updates
|
|
3073
|
-
#
|
|
3073
|
+
# Updates an image pipeline. Image pipelines enable you to automate the
|
|
3074
|
+
# creation and distribution of images.
|
|
3075
|
+
#
|
|
3076
|
+
# <note markdown="1"> UpdateImagePipeline does not support selective updates for the
|
|
3077
|
+
# pipeline. You must specify all of the required properties in the
|
|
3078
|
+
# update request, not just the properties that have changed.
|
|
3079
|
+
#
|
|
3080
|
+
# </note>
|
|
3074
3081
|
#
|
|
3075
3082
|
# @option params [required, String] :image_pipeline_arn
|
|
3076
3083
|
# The Amazon Resource Name (ARN) of the image pipeline that you want to
|
|
@@ -3270,7 +3277,7 @@ module Aws::Imagebuilder
|
|
|
3270
3277
|
params: params,
|
|
3271
3278
|
config: config)
|
|
3272
3279
|
context[:gem_name] = 'aws-sdk-imagebuilder'
|
|
3273
|
-
context[:gem_version] = '1.
|
|
3280
|
+
context[:gem_version] = '1.22.0'
|
|
3274
3281
|
Seahorse::Client::Request.new(handlers, context)
|
|
3275
3282
|
end
|
|
3276
3283
|
|
|
@@ -1201,7 +1201,7 @@ module Aws::Imagebuilder
|
|
|
1201
1201
|
# The parent image of the image recipe. The value of the string can be
|
|
1202
1202
|
# the ARN of the parent image or an AMI ID. The format for the ARN
|
|
1203
1203
|
# follows this example:
|
|
1204
|
-
# `arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/
|
|
1204
|
+
# `arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x`.
|
|
1205
1205
|
# You can provide the specific version that you want to use, or you
|
|
1206
1206
|
# can use a wildcard in all of the fields. If you enter an AMI ID for
|
|
1207
1207
|
# the string value, you must have access to the AMI, and the AMI must
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-imagebuilder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.22.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
84
|
version: '0'
|
|
85
85
|
requirements: []
|
|
86
|
-
|
|
87
|
-
rubygems_version: 2.7.6.2
|
|
86
|
+
rubygems_version: 3.1.6
|
|
88
87
|
signing_key:
|
|
89
88
|
specification_version: 4
|
|
90
89
|
summary: AWS SDK for Ruby - imagebuilder
|