aws-sdk-imagebuilder 1.11.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc7748b42071c50117bbec58861e622d51182914c8cb390335a266450f5a042d
4
- data.tar.gz: 57bd3dfdca3c69d268a94ebbedbd7550dc72d08d742a8451366002265ae9673b
3
+ metadata.gz: 8acec2cecee5877f59c036d612a2174c35b12b23fd882d1eb2160d558e7b5175
4
+ data.tar.gz: 07a285284eb85c91ce47a78cf8a1992c69b171ad4bccd131eb2b216a6bde4e42
5
5
  SHA512:
6
- metadata.gz: 026fbd3c85338cc67590745b7aff86abcf04b1dbc40268f3548458d71e5213520b457e894dc359ef69c96d78ddba784c18c3b2dc0d2621b92a08f24ebdc74c5a
7
- data.tar.gz: dfc9d9b39e4427ee5d4ad4d612b92f9e5b410d0705494c45ad093707908c3c7753bb2ce0ea163d6befa80906c2274b788e80e1e9d48ba54b068d6123151e946b
6
+ metadata.gz: fc9a3ef44ebaecef5209cab3052bf1c1bceadf16c354bd665022686337af71e3f28e75a1cc0825db54413cbc0c171bd12a452524b42d92e8017d73d5ca590836
7
+ data.tar.gz: f8877e4fdb6f125cb9f5b6843abce6ee31c6af33374796fb7b72c8f2859fb81d01789663e865601ee61b0b25bc3f86139430d08b0febb89eb3718fa674eb0038
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-imagebuilder/customizations'
47
47
  # @service
48
48
  module Aws::Imagebuilder
49
49
 
50
- GEM_VERSION = '1.11.0'
50
+ GEM_VERSION = '1.12.0'
51
51
 
52
52
  end
@@ -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.11.0'
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.11.0
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-01 00:00:00.000000000 Z
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