aws-sdk-ssm 1.96.0 → 1.97.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: c9a49c5f7c8fd230a389cbd929bdc633848dfd43303712d84b4894d6cc13a41d
4
- data.tar.gz: 72e8a1b93ae63ef70a9359dd55cce7a8162fc761a9fdf1e329f0cbd33b507f62
3
+ metadata.gz: 2330df3ff4f94678d00b962e86eb1f3a47f659655c9769abca0246983275d268
4
+ data.tar.gz: 2b617cf0a065a761aaabdfb95cc870380f2b1e60881591a55d4337f1c5d7e447
5
5
  SHA512:
6
- metadata.gz: 1b9b1e3e606a7b4adfbe7e40da965abe4a7d1be8c748549cd3e5bc7b90dbb7db537006a14854de55c615d9183a7ae7c80f301c12ab47a76e569fc99bfeaf1d07
7
- data.tar.gz: 7d5af9d613045c2863aea54ac2a166f70cd67f7f2d77bb6981fe23b08c291e76d62f762567232cf2244d694756a83496256d17941f588b70f4e7123f698905f6
6
+ metadata.gz: 6aa65c28996b22858179a5e2c2688fe66a854cd5f49e9267ffc700b5fa21465d0a12195c37cdc518fabd60f309774a1e967725b2a11b2deb16c921df63ce224e
7
+ data.tar.gz: 363ac52b72cc63aed81b3f5a636f7fee011a006e01f98751ae64263c7a81d95681c36e714450f8473337dc658af1c86471ee4ef635d0e835459285f82ba15a43
@@ -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.96.0'
52
+ GEM_VERSION = '1.97.0'
53
53
 
54
54
  end
@@ -2448,7 +2448,7 @@ module Aws::SSM
2448
2448
  # resp = client.describe_automation_executions({
2449
2449
  # filters: [
2450
2450
  # {
2451
- # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey
2451
+ # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey, TargetResourceGroup
2452
2452
  # values: ["AutomationExecutionFilterValue"], # required
2453
2453
  # },
2454
2454
  # ],
@@ -6018,13 +6018,6 @@ module Aws::SSM
6018
6018
  # One or more filters. Use a filter to return a more specific list of
6019
6019
  # results.
6020
6020
  #
6021
- # <note markdown="1"> Filtering associations using the `InstanceID` attribute only returns
6022
- # legacy associations created using the `InstanceID` attribute.
6023
- # Associations targeting the instance that are part of the Target
6024
- # Attributes `ResourceGroup` or `Tags` are not returned.
6025
- #
6026
- # </note>
6027
- #
6028
6021
  # @option params [Integer] :max_results
6029
6022
  # The maximum number of items to return for this call. The call also
6030
6023
  # returns a token that you can specify in a subsequent call to get the
@@ -9789,7 +9782,7 @@ module Aws::SSM
9789
9782
  params: params,
9790
9783
  config: config)
9791
9784
  context[:gem_name] = 'aws-sdk-ssm'
9792
- context[:gem_version] = '1.96.0'
9785
+ context[:gem_version] = '1.97.0'
9793
9786
  Seahorse::Client::Request.new(handlers, context)
9794
9787
  end
9795
9788
 
@@ -620,10 +620,6 @@ module Aws::SSM
620
620
  #
621
621
  # @!attribute [rw] key
622
622
  # The name of the filter.
623
- #
624
- # <note markdown="1"> `InstanceId` has been deprecated.
625
- #
626
- # </note>
627
623
  # @return [String]
628
624
  #
629
625
  # @!attribute [rw] value
@@ -1146,7 +1142,7 @@ module Aws::SSM
1146
1142
  # data as a hash:
1147
1143
  #
1148
1144
  # {
1149
- # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey
1145
+ # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey, TargetResourceGroup
1150
1146
  # values: ["AutomationExecutionFilterValue"], # required
1151
1147
  # }
1152
1148
  #
@@ -4384,7 +4380,7 @@ module Aws::SSM
4384
4380
  # {
4385
4381
  # filters: [
4386
4382
  # {
4387
- # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey
4383
+ # key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey, TargetResourceGroup
4388
4384
  # values: ["AutomationExecutionFilterValue"], # required
4389
4385
  # },
4390
4386
  # ],
@@ -10611,13 +10607,6 @@ module Aws::SSM
10611
10607
  # @!attribute [rw] association_filter_list
10612
10608
  # One or more filters. Use a filter to return a more specific list of
10613
10609
  # results.
10614
- #
10615
- # <note markdown="1"> Filtering associations using the `InstanceID` attribute only returns
10616
- # legacy associations created using the `InstanceID` attribute.
10617
- # Associations targeting the instance that are part of the Target
10618
- # Attributes `ResourceGroup` or `Tags` are not returned.
10619
- #
10620
- # </note>
10621
10610
  # @return [Array<Types::AssociationFilter>]
10622
10611
  #
10623
10612
  # @!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.96.0
4
+ version: 1.97.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-11-06 00:00:00.000000000 Z
11
+ date: 2020-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core