aws-sdk-imagebuilder 1.11.0 → 1.12.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/lib/aws-sdk-imagebuilder.rb +1 -1
- data/lib/aws-sdk-imagebuilder/client.rb +5 -1
- data/lib/aws-sdk-imagebuilder/types.rb +4 -0
- 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: 8acec2cecee5877f59c036d612a2174c35b12b23fd882d1eb2160d558e7b5175
|
|
4
|
+
data.tar.gz: 07a285284eb85c91ce47a78cf8a1992c69b171ad4bccd131eb2b216a6bde4e42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc9a3ef44ebaecef5209cab3052bf1c1bceadf16c354bd665022686337af71e3f28e75a1cc0825db54413cbc0c171bd12a452524b42d92e8017d73d5ca590836
|
|
7
|
+
data.tar.gz: f8877e4fdb6f125cb9f5b6843abce6ee31c6af33374796fb7b72c8f2859fb81d01789663e865601ee61b0b25bc3f86139430d08b0febb89eb3718fa674eb0038
|
data/lib/aws-sdk-imagebuilder.rb
CHANGED
|
@@ -1741,6 +1741,10 @@ module Aws::Imagebuilder
|
|
|
1741
1741
|
# @option params [Array<Types::Filter>] :filters
|
|
1742
1742
|
# The filters.
|
|
1743
1743
|
#
|
|
1744
|
+
# * `name` - The name of this distribution configuration.
|
|
1745
|
+
#
|
|
1746
|
+
# ^
|
|
1747
|
+
#
|
|
1744
1748
|
# @option params [Integer] :max_results
|
|
1745
1749
|
# The maximum items to return in a request.
|
|
1746
1750
|
#
|
|
@@ -2703,7 +2707,7 @@ module Aws::Imagebuilder
|
|
|
2703
2707
|
params: params,
|
|
2704
2708
|
config: config)
|
|
2705
2709
|
context[:gem_name] = 'aws-sdk-imagebuilder'
|
|
2706
|
-
context[:gem_version] = '1.
|
|
2710
|
+
context[:gem_version] = '1.12.0'
|
|
2707
2711
|
Seahorse::Client::Request.new(handlers, context)
|
|
2708
2712
|
end
|
|
2709
2713
|
|
|
@@ -2910,6 +2910,10 @@ module Aws::Imagebuilder
|
|
|
2910
2910
|
#
|
|
2911
2911
|
# @!attribute [rw] filters
|
|
2912
2912
|
# The filters.
|
|
2913
|
+
#
|
|
2914
|
+
# * `name` - The name of this distribution configuration.
|
|
2915
|
+
#
|
|
2916
|
+
# ^
|
|
2913
2917
|
# @return [Array<Types::Filter>]
|
|
2914
2918
|
#
|
|
2915
2919
|
# @!attribute [rw] max_results
|
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.12.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: 2020-07-
|
|
11
|
+
date: 2020-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|