aws-sdk-core 2.11.103 → 2.11.104
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/apis/secretsmanager/2017-10-17/api-2.json +4 -0
- data/apis/ssm/2014-11-06/api-2.json +34 -5
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e56806a4dd875035ba4e3a0d9297df614f1daa52
|
|
4
|
+
data.tar.gz: c867f87159b408dd0b4532f7cd6bfdf46ed81f9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f43d121d5d8db72cb62ac40e7a176987aed1a5fcc5cf58eae3c2c1da744eb332e86392bddfa986b97a628dc6e39f1bef91b88a946df48fbafdaed8272ba58ba4
|
|
7
|
+
data.tar.gz: cb07cbdc9105ba2ded14a5285b919ffcb39419c355d030158e0895ccf799fc423b39acbd5b51029fae1f1faa574b893c63c091ad4e7ee183546966d81b8c09f1
|
|
@@ -1962,6 +1962,7 @@
|
|
|
1962
1962
|
"CurrentAction":{"shape":"String"},
|
|
1963
1963
|
"TargetParameterName":{"shape":"AutomationParameterKey"},
|
|
1964
1964
|
"Targets":{"shape":"Targets"},
|
|
1965
|
+
"TargetMaps":{"shape":"TargetMaps"},
|
|
1965
1966
|
"ResolvedTargets":{"shape":"ResolvedTargets"},
|
|
1966
1967
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
|
1967
1968
|
"MaxErrors":{"shape":"MaxErrors"},
|
|
@@ -2039,6 +2040,7 @@
|
|
|
2039
2040
|
"FailureMessage":{"shape":"String"},
|
|
2040
2041
|
"TargetParameterName":{"shape":"AutomationParameterKey"},
|
|
2041
2042
|
"Targets":{"shape":"Targets"},
|
|
2043
|
+
"TargetMaps":{"shape":"TargetMaps"},
|
|
2042
2044
|
"ResolvedTargets":{"shape":"ResolvedTargets"},
|
|
2043
2045
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
|
2044
2046
|
"MaxErrors":{"shape":"MaxErrors"},
|
|
@@ -2194,20 +2196,17 @@
|
|
|
2194
2196
|
"enum":[
|
|
2195
2197
|
"InvokedAfter",
|
|
2196
2198
|
"InvokedBefore",
|
|
2197
|
-
"Status"
|
|
2198
|
-
"ExecutionStage",
|
|
2199
|
-
"DocumentName"
|
|
2199
|
+
"Status"
|
|
2200
2200
|
]
|
|
2201
2201
|
},
|
|
2202
2202
|
"CommandFilterList":{
|
|
2203
2203
|
"type":"list",
|
|
2204
2204
|
"member":{"shape":"CommandFilter"},
|
|
2205
|
-
"max":
|
|
2205
|
+
"max":3,
|
|
2206
2206
|
"min":1
|
|
2207
2207
|
},
|
|
2208
2208
|
"CommandFilterValue":{
|
|
2209
2209
|
"type":"string",
|
|
2210
|
-
"max":128,
|
|
2211
2210
|
"min":1
|
|
2212
2211
|
},
|
|
2213
2212
|
"CommandId":{
|
|
@@ -6840,6 +6839,7 @@
|
|
|
6840
6839
|
"Mode":{"shape":"ExecutionMode"},
|
|
6841
6840
|
"TargetParameterName":{"shape":"AutomationParameterKey"},
|
|
6842
6841
|
"Targets":{"shape":"Targets"},
|
|
6842
|
+
"TargetMaps":{"shape":"TargetMaps"},
|
|
6843
6843
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
|
6844
6844
|
"MaxErrors":{"shape":"MaxErrors"}
|
|
6845
6845
|
}
|
|
@@ -7038,6 +7038,35 @@
|
|
|
7038
7038
|
"min":1,
|
|
7039
7039
|
"pattern":"^[\\p{L}\\p{Z}\\p{N}_.:/=\\-@]*$"
|
|
7040
7040
|
},
|
|
7041
|
+
"TargetMap":{
|
|
7042
|
+
"type":"map",
|
|
7043
|
+
"key":{"shape":"TargetMapKey"},
|
|
7044
|
+
"value":{"shape":"TargetMapValueList"},
|
|
7045
|
+
"max":20,
|
|
7046
|
+
"min":1
|
|
7047
|
+
},
|
|
7048
|
+
"TargetMapKey":{
|
|
7049
|
+
"type":"string",
|
|
7050
|
+
"max":50,
|
|
7051
|
+
"min":1
|
|
7052
|
+
},
|
|
7053
|
+
"TargetMapValue":{
|
|
7054
|
+
"type":"string",
|
|
7055
|
+
"max":50,
|
|
7056
|
+
"min":1
|
|
7057
|
+
},
|
|
7058
|
+
"TargetMapValueList":{
|
|
7059
|
+
"type":"list",
|
|
7060
|
+
"member":{"shape":"TargetMapValue"},
|
|
7061
|
+
"max":25,
|
|
7062
|
+
"min":0
|
|
7063
|
+
},
|
|
7064
|
+
"TargetMaps":{
|
|
7065
|
+
"type":"list",
|
|
7066
|
+
"member":{"shape":"TargetMap"},
|
|
7067
|
+
"max":300,
|
|
7068
|
+
"min":0
|
|
7069
|
+
},
|
|
7041
7070
|
"TargetParameterList":{
|
|
7042
7071
|
"type":"list",
|
|
7043
7072
|
"member":{"shape":"ParameterValue"}
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.11.
|
|
4
|
+
version: 2.11.104
|
|
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: 2018-08-
|
|
11
|
+
date: 2018-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|