aws-sdk-ssm 1.97.0 → 1.98.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2330df3ff4f94678d00b962e86eb1f3a47f659655c9769abca0246983275d268
4
- data.tar.gz: 2b617cf0a065a761aaabdfb95cc870380f2b1e60881591a55d4337f1c5d7e447
3
+ metadata.gz: 72e43f5042db28d8ed4f3704c0e8b5336cb461a2f8a7da710cfd129a1a07591a
4
+ data.tar.gz: ad614166ed3c23d09679636c0c8844c0785c093258972f31df2798e7dcb3a9e9
5
5
  SHA512:
6
- metadata.gz: 6aa65c28996b22858179a5e2c2688fe66a854cd5f49e9267ffc700b5fa21465d0a12195c37cdc518fabd60f309774a1e967725b2a11b2deb16c921df63ce224e
7
- data.tar.gz: 363ac52b72cc63aed81b3f5a636f7fee011a006e01f98751ae64263c7a81d95681c36e714450f8473337dc658af1c86471ee4ef635d0e835459285f82ba15a43
6
+ metadata.gz: 3004f46e1173b58b7a83a248952dda98e8da85ab8e46ffb8db5d706c208dcbb85c02db293563b9df5efbf9949b81b0b91317f8ba7b6dd4dcc203d040148df521
7
+ data.tar.gz: e482e0eb0292eca9d5e58a0f4f94ccc0cb8997d3b189a5b54c0c7aee5a088da49700a00e6d83c43e29ba93a11babe5f0a4a8e2ee40bf4e0459ad947ad3dfae60
@@ -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.97.0'
52
+ GEM_VERSION = '1.98.0'
53
53
 
54
54
  end
@@ -4372,7 +4372,7 @@ module Aws::SSM
4372
4372
  # next_token: "NextToken",
4373
4373
  # filters: [
4374
4374
  # {
4375
- # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status
4375
+ # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status, SessionId
4376
4376
  # value: "SessionFilterValue", # required
4377
4377
  # },
4378
4378
  # ],
@@ -6018,6 +6018,13 @@ 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
+ #
6021
6028
  # @option params [Integer] :max_results
6022
6029
  # The maximum number of items to return for this call. The call also
6023
6030
  # returns a token that you can specify in a subsequent call to get the
@@ -9782,7 +9789,7 @@ module Aws::SSM
9782
9789
  params: params,
9783
9790
  config: config)
9784
9791
  context[:gem_name] = 'aws-sdk-ssm'
9785
- context[:gem_version] = '1.97.0'
9792
+ context[:gem_version] = '1.98.0'
9786
9793
  Seahorse::Client::Request.new(handlers, context)
9787
9794
  end
9788
9795
 
@@ -620,6 +620,10 @@ 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>
623
627
  # @return [String]
624
628
  #
625
629
  # @!attribute [rw] value
@@ -6168,7 +6172,7 @@ module Aws::SSM
6168
6172
  # next_token: "NextToken",
6169
6173
  # filters: [
6170
6174
  # {
6171
- # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status
6175
+ # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status, SessionId
6172
6176
  # value: "SessionFilterValue", # required
6173
6177
  # },
6174
6178
  # ],
@@ -10607,6 +10611,13 @@ module Aws::SSM
10607
10611
  # @!attribute [rw] association_filter_list
10608
10612
  # One or more filters. Use a filter to return a more specific list of
10609
10613
  # 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>
10610
10621
  # @return [Array<Types::AssociationFilter>]
10611
10622
  #
10612
10623
  # @!attribute [rw] max_results
@@ -16010,7 +16021,7 @@ module Aws::SSM
16010
16021
  # data as a hash:
16011
16022
  #
16012
16023
  # {
16013
- # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status
16024
+ # key: "InvokedAfter", # required, accepts InvokedAfter, InvokedBefore, Target, Owner, Status, SessionId
16014
16025
  # value: "SessionFilterValue", # required
16015
16026
  # }
16016
16027
  #
@@ -16049,6 +16060,9 @@ module Aws::SSM
16049
16060
  # * Terminating
16050
16061
  #
16051
16062
  # * Failed
16063
+ #
16064
+ # * SessionId: Specify a session ID to return details about the
16065
+ # session.
16052
16066
  # @return [String]
16053
16067
  #
16054
16068
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SessionFilter AWS API Documentation
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.97.0
4
+ version: 1.98.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-09 00:00:00.000000000 Z
11
+ date: 2020-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core