aws-sdk-core 2.9.17 → 2.9.18
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/ssm/2014-11-06/api-2.json +16 -3
- 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: 4a6ab6fa8e57f93222ff97dbc0e7ad7da2ee9618
|
|
4
|
+
data.tar.gz: 6eac35a58ed01a62d22babfbf6a83e8a413b9870
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 040476f51f12260dad984f737fc2d66ad0cba59a3e3bda529d5a1cb0e559fb63d055b21788732b475ef22d126f7b94c71f9d26032b3a7395da24713c1410034d
|
|
7
|
+
data.tar.gz: 63d770a8d52ef0cbe2b7ea6cde32cbff8783aeff8ee29f14e0136b9311466927354601bf8db66a361991c52b27930af060340d87320f1a9fcf51889f7bfcead4
|
|
@@ -1071,7 +1071,9 @@
|
|
|
1071
1071
|
{"shape":"InvalidDocumentVersion"},
|
|
1072
1072
|
{"shape":"AssociationDoesNotExist"},
|
|
1073
1073
|
{"shape":"InvalidUpdate"},
|
|
1074
|
-
{"shape":"TooManyUpdates"}
|
|
1074
|
+
{"shape":"TooManyUpdates"},
|
|
1075
|
+
{"shape":"InvalidDocument"},
|
|
1076
|
+
{"shape":"InvalidTarget"}
|
|
1075
1077
|
]
|
|
1076
1078
|
},
|
|
1077
1079
|
"UpdateAssociationStatus":{
|
|
@@ -2744,6 +2746,14 @@
|
|
|
2744
2746
|
"locationName":"FailedCreateAssociationEntry"
|
|
2745
2747
|
}
|
|
2746
2748
|
},
|
|
2749
|
+
"FailureDetails":{
|
|
2750
|
+
"type":"structure",
|
|
2751
|
+
"members":{
|
|
2752
|
+
"FailureStage":{"shape":"String"},
|
|
2753
|
+
"FailureType":{"shape":"String"},
|
|
2754
|
+
"Details":{"shape":"AutomationParameterMap"}
|
|
2755
|
+
}
|
|
2756
|
+
},
|
|
2747
2757
|
"Fault":{
|
|
2748
2758
|
"type":"string",
|
|
2749
2759
|
"enum":[
|
|
@@ -5014,7 +5024,8 @@
|
|
|
5014
5024
|
"Inputs":{"shape":"NormalStringMap"},
|
|
5015
5025
|
"Outputs":{"shape":"AutomationParameterMap"},
|
|
5016
5026
|
"Response":{"shape":"String"},
|
|
5017
|
-
"FailureMessage":{"shape":"String"}
|
|
5027
|
+
"FailureMessage":{"shape":"String"},
|
|
5028
|
+
"FailureDetails":{"shape":"FailureDetails"}
|
|
5018
5029
|
}
|
|
5019
5030
|
},
|
|
5020
5031
|
"StepExecutionList":{
|
|
@@ -5152,7 +5163,9 @@
|
|
|
5152
5163
|
"Parameters":{"shape":"Parameters"},
|
|
5153
5164
|
"DocumentVersion":{"shape":"DocumentVersion"},
|
|
5154
5165
|
"ScheduleExpression":{"shape":"ScheduleExpression"},
|
|
5155
|
-
"OutputLocation":{"shape":"InstanceAssociationOutputLocation"}
|
|
5166
|
+
"OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
|
|
5167
|
+
"Name":{"shape":"DocumentName"},
|
|
5168
|
+
"Targets":{"shape":"Targets"}
|
|
5156
5169
|
}
|
|
5157
5170
|
},
|
|
5158
5171
|
"UpdateAssociationResult":{
|
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.9.
|
|
4
|
+
version: 2.9.18
|
|
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: 2017-05-
|
|
11
|
+
date: 2017-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|