aws-sdk-core 2.9.17 → 2.9.18

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d55eaaeacc5dd0a34c62b71498dee42985dc625e
4
- data.tar.gz: 6c80caccdab7e5909a86d827e2906fec6a18a674
3
+ metadata.gz: 4a6ab6fa8e57f93222ff97dbc0e7ad7da2ee9618
4
+ data.tar.gz: 6eac35a58ed01a62d22babfbf6a83e8a413b9870
5
5
  SHA512:
6
- metadata.gz: 91a32714084811233dd75202190966c5a39ae7b24f8f9cd05a313fe6b98e39a38d98e8629921d8500611e846a68a28df8b8ac7744778505e77cf4b676f339a9c
7
- data.tar.gz: 4c2c7d0181cbb9de3d6ab1cc9e41adca6a08f1271567b93ba7f362007f4627472e1deb9b249522d5f2568d00f3a32c02a62f7573bf6eefbc357cd7222ee33871
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":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.17'
2
+ VERSION = '2.9.18'
3
3
  end
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.17
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 00:00:00.000000000 Z
11
+ date: 2017-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath