aws-sdk-imagebuilder 1.24.0 → 1.25.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: 369f134281103a25c59f2dcb1a265f8bb4f2808aa64c3596461728212ef66622
4
- data.tar.gz: b29a97da2710e35f5849ca281ad297f37877f43dbc51944dd90ebd7e13395837
3
+ metadata.gz: 1bbdab14db8a934ea2649b963f16a6ff91254280feaf00533a1f50c0717450ec
4
+ data.tar.gz: 41659df5a16d4c5b29bf95b6879aae395174235be38cac6aa4efe2fbaf971804
5
5
  SHA512:
6
- metadata.gz: fcdbf885f23d57df20e4e36fcc4015db22a4c69d50471ab16b1ee5efd318bdb18073a4bb45271c977ebfe7a17cd8e4102671bffc0d1fe934efaa969d51538cb6
7
- data.tar.gz: f56bf97767486b1a08bdf5a771bace8855d41e7855567d20828036af604c623b9e4d61dc78d73875ebcb3d63a721cc82887021be710251ecbfdcd86717c09200
6
+ metadata.gz: be591e4627c51741eb40700a165228afa40b9bc66618dc714edca2845bfb7f66d6387ee84bca13d53ffa160d80868d1fdba78f5c4a1e42807bde8b35d8029afd
7
+ data.tar.gz: ecc8befb019326129f9d09dac6fb5f6682c004edb27662132b90544c8c8d014410dffe5abeb16f3a31cf799b7e317e72470e9bf8c99327dc1886602b7667f72d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2021-07-23)
5
+ ------------------
6
+
7
+ * Feature - Update to documentation to reapply missing change to SSM uninstall switch default value and improve description.
8
+
4
9
  1.24.0 (2021-07-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.25.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.24.0'
51
+ GEM_VERSION = '1.25.0'
52
52
 
53
53
  end
@@ -3417,7 +3417,7 @@ module Aws::Imagebuilder
3417
3417
  params: params,
3418
3418
  config: config)
3419
3419
  context[:gem_name] = 'aws-sdk-imagebuilder'
3420
- context[:gem_version] = '1.24.0'
3420
+ context[:gem_version] = '1.25.0'
3421
3421
  Seahorse::Client::Request.new(handlers, context)
3422
3422
  end
3423
3423
 
@@ -5129,10 +5129,11 @@ module Aws::Imagebuilder
5129
5129
  # }
5130
5130
  #
5131
5131
  # @!attribute [rw] uninstall_after_build
5132
- # This property defaults to true. If Image Builder installs the SSM
5133
- # agent on a build instance, it removes the agent before creating a
5134
- # snapshot for the AMI. To ensure that the AMI you create includes the
5135
- # SSM agent, set this property to false.
5132
+ # Controls whether the SSM agent is removed from your final build
5133
+ # image, prior to creating the new AMI. If this is set to true, then
5134
+ # the agent is removed from the final image. If it's set to false,
5135
+ # then the agent is left in, so that it is included in the new AMI.
5136
+ # The default value is false.
5136
5137
  # @return [Boolean]
5137
5138
  #
5138
5139
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/SystemsManagerAgent AWS API Documentation
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.24.0
4
+ version: 1.25.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-07-19 00:00:00.000000000 Z
11
+ date: 2021-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core