aws-sdk-ssm 1.102.0 → 1.103.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: 20a95c41aa2032ee33398423c9b154cf5416bfc31978988e45727831fa200bdb
4
- data.tar.gz: 2bc8a5b554eaf0e663a9ca7faa9fa07359026f5cc574d73d6f206e6ee9e8b5e8
3
+ metadata.gz: 1e77bf4f76a3b850fe7d3c8b06101b2e0f55dce63e49b733b6d0d39c2545f939
4
+ data.tar.gz: 50c80be0d182e344bf8d118940110c70fb6562877757118ca975f2daf9e137f5
5
5
  SHA512:
6
- metadata.gz: d1c7af8640342cc5fe822baefc9e9dda629e4ee37d348488c9234fb0dd2de6e06871d143fb791a570573fa77b3aa67dd47c55159efa738464e910e5e05195a50
7
- data.tar.gz: e5f4ef1445c2215127d13be942fb55c5cc15700187fa9cdd21ae35c949f38ec414eeb466d885e58a67bb8340ff6663edef700db80f060453b8bc87b3eba4b10a
6
+ metadata.gz: 82370b06d21ef96a08f787b4ce62188d3d4f0d1dcead7cd7028502b3b0d98a9929a0b4c62144364824042bdb780d7b7c8b9f5eb8e3048ac00157ab920a3107d8
7
+ data.tar.gz: 3b84c690e5524c4dd448f834f990b384053e96a047c6a10d2074d49c04e483fe0a0f4bb0206ca5522410ecde1f973c6879408bf536513c7ab2356299e6f236c6
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ssm/customizations'
49
49
  # @!group service
50
50
  module Aws::SSM
51
51
 
52
- GEM_VERSION = '1.102.0'
52
+ GEM_VERSION = '1.103.0'
53
53
 
54
54
  end
@@ -6857,14 +6857,20 @@ module Aws::SSM
6857
6857
  # This data type is deprecated. Instead, use `Filters`.
6858
6858
  #
6859
6859
  # @option params [Array<Types::DocumentKeyValuesFilter>] :filters
6860
- # One or more DocumentKeyValuesFilter objects. Use a filter to return a
6861
- # more specific list of results. For keys, you can specify one or more
6860
+ # One or more `DocumentKeyValuesFilter` objects. Use a filter to return
6861
+ # a more specific list of results. For keys, you can specify one or more
6862
6862
  # key-value pair tags that have been applied to a document. Other valid
6863
6863
  # keys include `Owner`, `Name`, `PlatformTypes`, `DocumentType`, and
6864
6864
  # `TargetType`. For example, to return documents you own use
6865
6865
  # `Key=Owner,Values=Self`. To specify a custom key-value pair, use the
6866
6866
  # format `Key=tag:tagName,Values=valueName`.
6867
6867
  #
6868
+ # <note markdown="1"> This API action only supports filtering documents by using a single
6869
+ # tag key and one or more tag values. For example:
6870
+ # `Key=tag:tagName,Values=valueName1,valueName2`
6871
+ #
6872
+ # </note>
6873
+ #
6868
6874
  # @option params [Integer] :max_results
6869
6875
  # The maximum number of items to return for this call. The call also
6870
6876
  # returns a token that you can specify in a subsequent call to get the
@@ -10622,7 +10628,7 @@ module Aws::SSM
10622
10628
  params: params,
10623
10629
  config: config)
10624
10630
  context[:gem_name] = 'aws-sdk-ssm'
10625
- context[:gem_version] = '1.102.0'
10631
+ context[:gem_version] = '1.103.0'
10626
10632
  Seahorse::Client::Request.new(handlers, context)
10627
10633
  end
10628
10634
 
@@ -11631,13 +11631,19 @@ module Aws::SSM
11631
11631
  # @return [Array<Types::DocumentFilter>]
11632
11632
  #
11633
11633
  # @!attribute [rw] filters
11634
- # One or more DocumentKeyValuesFilter objects. Use a filter to return
11635
- # a more specific list of results. For keys, you can specify one or
11636
- # more key-value pair tags that have been applied to a document. Other
11637
- # valid keys include `Owner`, `Name`, `PlatformTypes`, `DocumentType`,
11638
- # and `TargetType`. For example, to return documents you own use
11639
- # `Key=Owner,Values=Self`. To specify a custom key-value pair, use the
11640
- # format `Key=tag:tagName,Values=valueName`.
11634
+ # One or more `DocumentKeyValuesFilter` objects. Use a filter to
11635
+ # return a more specific list of results. For keys, you can specify
11636
+ # one or more key-value pair tags that have been applied to a
11637
+ # document. Other valid keys include `Owner`, `Name`, `PlatformTypes`,
11638
+ # `DocumentType`, and `TargetType`. For example, to return documents
11639
+ # you own use `Key=Owner,Values=Self`. To specify a custom key-value
11640
+ # pair, use the format `Key=tag:tagName,Values=valueName`.
11641
+ #
11642
+ # <note markdown="1"> This API action only supports filtering documents by using a single
11643
+ # tag key and one or more tag values. For example:
11644
+ # `Key=tag:tagName,Values=valueName1,valueName2`
11645
+ #
11646
+ # </note>
11641
11647
  # @return [Array<Types::DocumentKeyValuesFilter>]
11642
11648
  #
11643
11649
  # @!attribute [rw] max_results
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.102.0
4
+ version: 1.103.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-01-12 00:00:00.000000000 Z
11
+ date: 2021-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core