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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: afc56c1088a8e968723a1010a8210801e64f53bf514a6ea440c2a66178f61a36
4
- data.tar.gz: 2057bf07fb5f68b5c92cee2c31a96ff84eba2e55139b5fcd6801c43873298de8
3
+ metadata.gz: efce08172d9f3fc257e9ce4eed1dbcc7fe446a45cc36c46e562de2d7fa550e86
4
+ data.tar.gz: 533271bb23f6e9a762001540ccd3fffb9ad9ce21446f53eb0bd3af2bfcefd1f5
5
5
  SHA512:
6
- metadata.gz: 9862c403833ee476cbd3632bff82951afe255cf21f72cac5a974a8a025cc60a52309a97377b8bb10f365a0a97d2d2ebae830d002834ca9ab01fc5b2cb1ae8d99
7
- data.tar.gz: ee71e42866fb77f2a5eae753e6918b2a3dda85cc9de2e3942238d43461e4ac2a8af61e297d8641cb5d5afc37cc3a73825b598e4680e12520692b9c77e5432a19
6
+ metadata.gz: cd1ca976f638258402781aad39554a3c76914a21ab791c0e024d57da3ed19234c65579d6c71d24666193ed1f19ff24ecc474671a8029e1d7ac7551b585a46752
7
+ data.tar.gz: ee4215723ee7922651bb0ab730b1e1059f127d9f937bb9b8791297add7e4fb70972a33c94b7f880ee3e15f79984930bf9062430c94496d66c8bd23af728796bd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2021-05-14)
5
+ ------------------
6
+
7
+ * Feature - Text-only updates for bundled documentation feedback tickets - spring 2021.
8
+
4
9
  1.21.0 (2021-04-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-imagebuilder/customizations'
48
48
  # @!group service
49
49
  module Aws::Imagebuilder
50
50
 
51
- GEM_VERSION = '1.21.0'
51
+ GEM_VERSION = '1.22.0'
52
52
 
53
53
  end
@@ -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/xxxx.x.x`.
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 a new image pipeline. Image pipelines enable you to automate
3073
- # the creation and distribution of images.
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.21.0'
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/xxxx.x.x`.
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.21.0
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-04-02 00:00:00.000000000 Z
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
- rubyforge_project:
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