aws-sdk-ssm 1.135.0 → 1.136.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +24 -13
- data/lib/aws-sdk-ssm/client_api.rb +1 -0
- data/lib/aws-sdk-ssm/types.rb +26 -13
- data/lib/aws-sdk-ssm.rb +1 -1
- 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: d80512efa1f3f803ec5144b0bd8e21bf32fb58c82eef2ba5dc3e0ca31d3e1f9f
|
4
|
+
data.tar.gz: bf353d941300f8a96fe21f650cffc47e54115f50f05edc451efcee0a9519d228
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3faddfd6a97fe84e57577545419810c8d44ace5c10534f8c1f603306088e0f44ba99768c2865033c7dfe07146fe21d4c7d6edc8827ab084855ff0342f2ec2e7
|
7
|
+
data.tar.gz: c9c94913d9fb27707cfad282e322ea8c8951f3bf631f9b0523a8cdf870ab8fe83f854076e157958f6968d6e9a2b3bebe4095e548c98e9e3108008b647606bf73
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.136.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -2878,6 +2878,10 @@ module Aws::SSM
|
|
2878
2878
|
# resp.automation_execution_metadata_list[0].runbooks[0].targets[0].key #=> String
|
2879
2879
|
# resp.automation_execution_metadata_list[0].runbooks[0].targets[0].values #=> Array
|
2880
2880
|
# resp.automation_execution_metadata_list[0].runbooks[0].targets[0].values[0] #=> String
|
2881
|
+
# resp.automation_execution_metadata_list[0].runbooks[0].target_maps #=> Array
|
2882
|
+
# resp.automation_execution_metadata_list[0].runbooks[0].target_maps[0] #=> Hash
|
2883
|
+
# resp.automation_execution_metadata_list[0].runbooks[0].target_maps[0]["TargetMapKey"] #=> Array
|
2884
|
+
# resp.automation_execution_metadata_list[0].runbooks[0].target_maps[0]["TargetMapKey"][0] #=> String
|
2881
2885
|
# resp.automation_execution_metadata_list[0].runbooks[0].max_concurrency #=> String
|
2882
2886
|
# resp.automation_execution_metadata_list[0].runbooks[0].max_errors #=> String
|
2883
2887
|
# resp.automation_execution_metadata_list[0].runbooks[0].target_locations #=> Array
|
@@ -5136,6 +5140,10 @@ module Aws::SSM
|
|
5136
5140
|
# resp.automation_execution.runbooks[0].targets[0].key #=> String
|
5137
5141
|
# resp.automation_execution.runbooks[0].targets[0].values #=> Array
|
5138
5142
|
# resp.automation_execution.runbooks[0].targets[0].values[0] #=> String
|
5143
|
+
# resp.automation_execution.runbooks[0].target_maps #=> Array
|
5144
|
+
# resp.automation_execution.runbooks[0].target_maps[0] #=> Hash
|
5145
|
+
# resp.automation_execution.runbooks[0].target_maps[0]["TargetMapKey"] #=> Array
|
5146
|
+
# resp.automation_execution.runbooks[0].target_maps[0]["TargetMapKey"][0] #=> String
|
5139
5147
|
# resp.automation_execution.runbooks[0].max_concurrency #=> String
|
5140
5148
|
# resp.automation_execution.runbooks[0].max_errors #=> String
|
5141
5149
|
# resp.automation_execution.runbooks[0].target_locations #=> Array
|
@@ -5242,20 +5250,18 @@ module Aws::SSM
|
|
5242
5250
|
# Manager.
|
5243
5251
|
#
|
5244
5252
|
# @option params [String] :plugin_name
|
5245
|
-
# The name of the
|
5246
|
-
# document contains only one
|
5247
|
-
#
|
5248
|
-
#
|
5249
|
-
#
|
5250
|
-
#
|
5251
|
-
# Plugin names are also referred to as *step names* in Systems Manager
|
5252
|
-
# documents (SSM documents). For example, `aws:RunShellScript` is a
|
5253
|
-
# plugin.
|
5253
|
+
# The name of the step for which you want detailed results. If the
|
5254
|
+
# document contains only one step, you can omit the name and details for
|
5255
|
+
# that step. If the document contains more than one step, you must
|
5256
|
+
# specify the name of the step for which you want to view details. Be
|
5257
|
+
# sure to specify the name of the step, not the name of a plugin like
|
5258
|
+
# `aws:RunShellScript`.
|
5254
5259
|
#
|
5255
5260
|
# To find the `PluginName`, check the document content and find the name
|
5256
|
-
# of the
|
5257
|
-
# `CommandId` and `Details` parameters.
|
5258
|
-
#
|
5261
|
+
# of the step you want details for. Alternatively, use
|
5262
|
+
# ListCommandInvocations with the `CommandId` and `Details` parameters.
|
5263
|
+
# The `PluginName` is the `Name` attribute of the `CommandPlugin` object
|
5264
|
+
# in the `CommandPlugins` list.
|
5259
5265
|
#
|
5260
5266
|
# @return [Types::GetCommandInvocationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5261
5267
|
#
|
@@ -9604,6 +9610,11 @@ module Aws::SSM
|
|
9604
9610
|
# values: ["TargetValue"],
|
9605
9611
|
# },
|
9606
9612
|
# ],
|
9613
|
+
# target_maps: [
|
9614
|
+
# {
|
9615
|
+
# "TargetMapKey" => ["TargetMapValue"],
|
9616
|
+
# },
|
9617
|
+
# ],
|
9607
9618
|
# max_concurrency: "MaxConcurrency",
|
9608
9619
|
# max_errors: "MaxErrors",
|
9609
9620
|
# target_locations: [
|
@@ -11561,7 +11572,7 @@ module Aws::SSM
|
|
11561
11572
|
params: params,
|
11562
11573
|
config: config)
|
11563
11574
|
context[:gem_name] = 'aws-sdk-ssm'
|
11564
|
-
context[:gem_version] = '1.
|
11575
|
+
context[:gem_version] = '1.136.0'
|
11565
11576
|
Seahorse::Client::Request.new(handlers, context)
|
11566
11577
|
end
|
11567
11578
|
|
@@ -4064,6 +4064,7 @@ module Aws::SSM
|
|
4064
4064
|
Runbook.add_member(:parameters, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Parameters"))
|
4065
4065
|
Runbook.add_member(:target_parameter_name, Shapes::ShapeRef.new(shape: AutomationParameterKey, location_name: "TargetParameterName"))
|
4066
4066
|
Runbook.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
|
4067
|
+
Runbook.add_member(:target_maps, Shapes::ShapeRef.new(shape: TargetMaps, location_name: "TargetMaps"))
|
4067
4068
|
Runbook.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
4068
4069
|
Runbook.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
4069
4070
|
Runbook.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations", metadata: {"box"=>true}))
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -8159,21 +8159,18 @@ module Aws::SSM
|
|
8159
8159
|
# @return [String]
|
8160
8160
|
#
|
8161
8161
|
# @!attribute [rw] plugin_name
|
8162
|
-
# The name of the
|
8163
|
-
# document contains only one
|
8164
|
-
# for that
|
8165
|
-
#
|
8166
|
-
#
|
8167
|
-
#
|
8168
|
-
# Plugin names are also referred to as *step names* in Systems Manager
|
8169
|
-
# documents (SSM documents). For example, `aws:RunShellScript` is a
|
8170
|
-
# plugin.
|
8162
|
+
# The name of the step for which you want detailed results. If the
|
8163
|
+
# document contains only one step, you can omit the name and details
|
8164
|
+
# for that step. If the document contains more than one step, you must
|
8165
|
+
# specify the name of the step for which you want to view details. Be
|
8166
|
+
# sure to specify the name of the step, not the name of a plugin like
|
8167
|
+
# `aws:RunShellScript`.
|
8171
8168
|
#
|
8172
8169
|
# To find the `PluginName`, check the document content and find the
|
8173
|
-
# name of the
|
8174
|
-
# the `CommandId` and `Details`
|
8175
|
-
# `
|
8176
|
-
# `CommandPlugins` list.
|
8170
|
+
# name of the step you want details for. Alternatively, use
|
8171
|
+
# ListCommandInvocations with the `CommandId` and `Details`
|
8172
|
+
# parameters. The `PluginName` is the `Name` attribute of the
|
8173
|
+
# `CommandPlugin` object in the `CommandPlugins` list.
|
8177
8174
|
# @return [String]
|
8178
8175
|
#
|
8179
8176
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCommandInvocationRequest AWS API Documentation
|
@@ -17997,6 +17994,11 @@ module Aws::SSM
|
|
17997
17994
|
# values: ["TargetValue"],
|
17998
17995
|
# },
|
17999
17996
|
# ],
|
17997
|
+
# target_maps: [
|
17998
|
+
# {
|
17999
|
+
# "TargetMapKey" => ["TargetMapValue"],
|
18000
|
+
# },
|
18001
|
+
# ],
|
18000
18002
|
# max_concurrency: "MaxConcurrency",
|
18001
18003
|
# max_errors: "MaxErrors",
|
18002
18004
|
# target_locations: [
|
@@ -18033,6 +18035,11 @@ module Aws::SSM
|
|
18033
18035
|
# performs tasks on. Required if you specify `TargetParameterName`.
|
18034
18036
|
# @return [Array<Types::Target>]
|
18035
18037
|
#
|
18038
|
+
# @!attribute [rw] target_maps
|
18039
|
+
# A key-value mapping of runbook parameters to target resources. Both
|
18040
|
+
# Targets and TargetMaps can't be specified together.
|
18041
|
+
# @return [Array<Hash<String,Array<String>>>]
|
18042
|
+
#
|
18036
18043
|
# @!attribute [rw] max_concurrency
|
18037
18044
|
# The `MaxConcurrency` value specified by the user when the operation
|
18038
18045
|
# started, indicating the maximum number of resources that the runbook
|
@@ -18058,6 +18065,7 @@ module Aws::SSM
|
|
18058
18065
|
:parameters,
|
18059
18066
|
:target_parameter_name,
|
18060
18067
|
:targets,
|
18068
|
+
:target_maps,
|
18061
18069
|
:max_concurrency,
|
18062
18070
|
:max_errors,
|
18063
18071
|
:target_locations)
|
@@ -18943,6 +18951,11 @@ module Aws::SSM
|
|
18943
18951
|
# values: ["TargetValue"],
|
18944
18952
|
# },
|
18945
18953
|
# ],
|
18954
|
+
# target_maps: [
|
18955
|
+
# {
|
18956
|
+
# "TargetMapKey" => ["TargetMapValue"],
|
18957
|
+
# },
|
18958
|
+
# ],
|
18946
18959
|
# max_concurrency: "MaxConcurrency",
|
18947
18960
|
# max_errors: "MaxErrors",
|
18948
18961
|
# target_locations: [
|
data/lib/aws-sdk-ssm.rb
CHANGED
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.136.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: 2022-04-
|
11
|
+
date: 2022-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|