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 +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 +1 -1
- data/lib/aws-sdk-imagebuilder/types.rb +5 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1bbdab14db8a934ea2649b963f16a6ff91254280feaf00533a1f50c0717450ec
|
|
4
|
+
data.tar.gz: 41659df5a16d4c5b29bf95b6879aae395174235be38cac6aa4efe2fbaf971804
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
1
|
+
1.25.0
|
data/lib/aws-sdk-imagebuilder.rb
CHANGED
|
@@ -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.
|
|
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
|
-
#
|
|
5133
|
-
#
|
|
5134
|
-
#
|
|
5135
|
-
#
|
|
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.
|
|
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-
|
|
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
|