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 +4 -4
- data/lib/aws-sdk-ssm.rb +1 -1
- data/lib/aws-sdk-ssm/client.rb +2 -9
- data/lib/aws-sdk-ssm/types.rb +2 -13
- 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: 2330df3ff4f94678d00b962e86eb1f3a47f659655c9769abca0246983275d268
|
4
|
+
data.tar.gz: 2b617cf0a065a761aaabdfb95cc870380f2b1e60881591a55d4337f1c5d7e447
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6aa65c28996b22858179a5e2c2688fe66a854cd5f49e9267ffc700b5fa21465d0a12195c37cdc518fabd60f309774a1e967725b2a11b2deb16c921df63ce224e
|
7
|
+
data.tar.gz: 363ac52b72cc63aed81b3f5a636f7fee011a006e01f98751ae64263c7a81d95681c36e714450f8473337dc658af1c86471ee4ef635d0e835459285f82ba15a43
|
data/lib/aws-sdk-ssm.rb
CHANGED
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -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.
|
9785
|
+
context[:gem_version] = '1.97.0'
|
9793
9786
|
Seahorse::Client::Request.new(handlers, context)
|
9794
9787
|
end
|
9795
9788
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -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.
|
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-
|
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
|