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 +4 -4
- data/lib/aws-sdk-ssm.rb +1 -1
- data/lib/aws-sdk-ssm/client.rb +9 -2
- data/lib/aws-sdk-ssm/types.rb +16 -2
- 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: 72e43f5042db28d8ed4f3704c0e8b5336cb461a2f8a7da710cfd129a1a07591a
|
|
4
|
+
data.tar.gz: ad614166ed3c23d09679636c0c8844c0785c093258972f31df2798e7dcb3a9e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3004f46e1173b58b7a83a248952dda98e8da85ab8e46ffb8db5d706c208dcbb85c02db293563b9df5efbf9949b81b0b91317f8ba7b6dd4dcc203d040148df521
|
|
7
|
+
data.tar.gz: e482e0eb0292eca9d5e58a0f4f94ccc0cb8997d3b189a5b54c0c7aee5a088da49700a00e6d83c43e29ba93a11babe5f0a4a8e2ee40bf4e0459ad947ad3dfae60
|
data/lib/aws-sdk-ssm.rb
CHANGED
data/lib/aws-sdk-ssm/client.rb
CHANGED
|
@@ -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.
|
|
9792
|
+
context[:gem_version] = '1.98.0'
|
|
9786
9793
|
Seahorse::Client::Request.new(handlers, context)
|
|
9787
9794
|
end
|
|
9788
9795
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|