aws-sdk-core 2.6.14 → 2.6.15

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 574f9cf197ecb4a827459939f2e82f15e846e05f
4
- data.tar.gz: e4e70f6085ad2e2deeea6fe1d838374363a7c9cd
3
+ metadata.gz: e745024a6005cd405e7b713144d80e4e97801dbc
4
+ data.tar.gz: 0505c8f8cd4e7da8ec3dbfc3f71909ba687b04ae
5
5
  SHA512:
6
- metadata.gz: dadf461c52497053acabb7ba12004a6f9ed9931f37b6a8bf7bdb3049cb9857b8abd79de7f988844c2f4b55f44fa1b0ce1c6e3e23c2d0fd3bfb8ea9d6cdb565cc
7
- data.tar.gz: 7950a170da596028a0296519e94e8b6272cadc445df1972a190f40c08777942cec8ad91bf5e54761c2bfdb9d21b2159656315081a3af41ef246c4ea50179b88c
6
+ metadata.gz: 90a9055598a878ed5e3a6f97d26d9e8e97f47f03af3f3aed3464115f9506f55a95d2ea5ae0711c04e84d7659803ff16ed12d6c5a69727055052d895c2d20e5ec
7
+ data.tar.gz: f19331fc577087e99670df461a1b43d9165049dbfe388e932d046faf1a3852788422929af2bccebd3a12ef32ac14fca7a012c6fa2cba66a6297028e6e110362e
@@ -237,6 +237,18 @@
237
237
  "resultWrapper":"ListChangeSetsResult"
238
238
  }
239
239
  },
240
+ "ListExports":{
241
+ "name":"ListExports",
242
+ "http":{
243
+ "method":"POST",
244
+ "requestUri":"/"
245
+ },
246
+ "input":{"shape":"ListExportsInput"},
247
+ "output":{
248
+ "shape":"ListExportsOutput",
249
+ "resultWrapper":"ListExportsResult"
250
+ }
251
+ },
240
252
  "ListStackResources":{
241
253
  "name":"ListStackResources",
242
254
  "http":{
@@ -425,6 +437,13 @@
425
437
  "Description":{"shape":"Description"}
426
438
  }
427
439
  },
440
+ "ChangeSetType":{
441
+ "type":"string",
442
+ "enum":[
443
+ "CREATE",
444
+ "UPDATE"
445
+ ]
446
+ },
428
447
  "ChangeSource":{
429
448
  "type":"string",
430
449
  "enum":[
@@ -453,7 +472,8 @@
453
472
  "required":["StackName"],
454
473
  "members":{
455
474
  "StackName":{"shape":"StackNameOrId"},
456
- "RoleARN":{"shape":"RoleARN"}
475
+ "RoleARN":{"shape":"RoleARN"},
476
+ "ResourcesToSkip":{"shape":"ResourcesToSkip"}
457
477
  }
458
478
  },
459
479
  "ContinueUpdateRollbackOutput":{
@@ -480,13 +500,15 @@
480
500
  "Tags":{"shape":"Tags"},
481
501
  "ChangeSetName":{"shape":"ChangeSetName"},
482
502
  "ClientToken":{"shape":"ClientToken"},
483
- "Description":{"shape":"Description"}
503
+ "Description":{"shape":"Description"},
504
+ "ChangeSetType":{"shape":"ChangeSetType"}
484
505
  }
485
506
  },
486
507
  "CreateChangeSetOutput":{
487
508
  "type":"structure",
488
509
  "members":{
489
- "Id":{"shape":"ChangeSetId"}
510
+ "Id":{"shape":"ChangeSetId"},
511
+ "StackId":{"shape":"StackId"}
490
512
  }
491
513
  },
492
514
  "CreateStackInput":{
@@ -692,6 +714,20 @@
692
714
  "OBSOLETE"
693
715
  ]
694
716
  },
717
+ "Export":{
718
+ "type":"structure",
719
+ "members":{
720
+ "ExportingStackId":{"shape":"StackId"},
721
+ "Name":{"shape":"ExportName"},
722
+ "Value":{"shape":"ExportValue"}
723
+ }
724
+ },
725
+ "ExportName":{"type":"string"},
726
+ "ExportValue":{"type":"string"},
727
+ "Exports":{
728
+ "type":"list",
729
+ "member":{"shape":"Export"}
730
+ },
695
731
  "GetStackPolicyInput":{
696
732
  "type":"structure",
697
733
  "required":["StackName"],
@@ -707,15 +743,17 @@
707
743
  },
708
744
  "GetTemplateInput":{
709
745
  "type":"structure",
710
- "required":["StackName"],
711
746
  "members":{
712
- "StackName":{"shape":"StackName"}
747
+ "StackName":{"shape":"StackName"},
748
+ "ChangeSetName":{"shape":"ChangeSetNameOrId"},
749
+ "TemplateStage":{"shape":"TemplateStage"}
713
750
  }
714
751
  },
715
752
  "GetTemplateOutput":{
716
753
  "type":"structure",
717
754
  "members":{
718
- "TemplateBody":{"shape":"TemplateBody"}
755
+ "TemplateBody":{"shape":"TemplateBody"},
756
+ "StagesAvailable":{"shape":"StageList"}
719
757
  }
720
758
  },
721
759
  "GetTemplateSummaryInput":{
@@ -735,7 +773,8 @@
735
773
  "CapabilitiesReason":{"shape":"CapabilitiesReason"},
736
774
  "ResourceTypes":{"shape":"ResourceTypes"},
737
775
  "Version":{"shape":"Version"},
738
- "Metadata":{"shape":"Metadata"}
776
+ "Metadata":{"shape":"Metadata"},
777
+ "DeclaredTransforms":{"shape":"TransformsList"}
739
778
  }
740
779
  },
741
780
  "InsufficientCapabilitiesException":{
@@ -789,6 +828,19 @@
789
828
  "NextToken":{"shape":"NextToken"}
790
829
  }
791
830
  },
831
+ "ListExportsInput":{
832
+ "type":"structure",
833
+ "members":{
834
+ "NextToken":{"shape":"NextToken"}
835
+ }
836
+ },
837
+ "ListExportsOutput":{
838
+ "type":"structure",
839
+ "members":{
840
+ "Exports":{"shape":"Exports"},
841
+ "NextToken":{"shape":"NextToken"}
842
+ }
843
+ },
792
844
  "ListStackResourcesInput":{
793
845
  "type":"structure",
794
846
  "required":["StackName"],
@@ -981,6 +1033,10 @@
981
1033
  "RequiresRecreation":{"shape":"RequiresRecreation"}
982
1034
  }
983
1035
  },
1036
+ "ResourceToSkip":{
1037
+ "type":"string",
1038
+ "pattern":"[a-zA-Z0-9]+|[a-zA-Z][-a-zA-Z0-9]*\\.[a-zA-Z0-9]+"
1039
+ },
984
1040
  "ResourceType":{
985
1041
  "type":"string",
986
1042
  "max":256,
@@ -990,6 +1046,10 @@
990
1046
  "type":"list",
991
1047
  "member":{"shape":"ResourceType"}
992
1048
  },
1049
+ "ResourcesToSkip":{
1050
+ "type":"list",
1051
+ "member":{"shape":"ResourceToSkip"}
1052
+ },
993
1053
  "RetainResources":{
994
1054
  "type":"list",
995
1055
  "member":{"shape":"LogicalResourceId"}
@@ -1037,6 +1097,7 @@
1037
1097
  "members":{
1038
1098
  "StackId":{"shape":"StackId"},
1039
1099
  "StackName":{"shape":"StackName"},
1100
+ "ChangeSetId":{"shape":"ChangeSetId"},
1040
1101
  "Description":{"shape":"Description"},
1041
1102
  "Parameters":{"shape":"Parameters"},
1042
1103
  "CreationTime":{"shape":"CreationTime"},
@@ -1188,7 +1249,8 @@
1188
1249
  "UPDATE_ROLLBACK_IN_PROGRESS",
1189
1250
  "UPDATE_ROLLBACK_FAILED",
1190
1251
  "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
1191
- "UPDATE_ROLLBACK_COMPLETE"
1252
+ "UPDATE_ROLLBACK_COMPLETE",
1253
+ "REVIEW_IN_PROGRESS"
1192
1254
  ]
1193
1255
  },
1194
1256
  "StackStatusFilter":{
@@ -1222,6 +1284,10 @@
1222
1284
  "type":"list",
1223
1285
  "member":{"shape":"Stack"}
1224
1286
  },
1287
+ "StageList":{
1288
+ "type":"list",
1289
+ "member":{"shape":"TemplateStage"}
1290
+ },
1225
1291
  "Tag":{
1226
1292
  "type":"structure",
1227
1293
  "members":{
@@ -1253,6 +1319,13 @@
1253
1319
  "type":"list",
1254
1320
  "member":{"shape":"TemplateParameter"}
1255
1321
  },
1322
+ "TemplateStage":{
1323
+ "type":"string",
1324
+ "enum":[
1325
+ "Original",
1326
+ "Processed"
1327
+ ]
1328
+ },
1256
1329
  "TemplateURL":{
1257
1330
  "type":"string",
1258
1331
  "max":1024,
@@ -1263,6 +1336,11 @@
1263
1336
  "min":1
1264
1337
  },
1265
1338
  "Timestamp":{"type":"timestamp"},
1339
+ "TransformName":{"type":"string"},
1340
+ "TransformsList":{
1341
+ "type":"list",
1342
+ "member":{"shape":"TransformName"}
1343
+ },
1266
1344
  "UpdateStackInput":{
1267
1345
  "type":"structure",
1268
1346
  "required":["StackName"],
@@ -1305,7 +1383,8 @@
1305
1383
  "Parameters":{"shape":"TemplateParameters"},
1306
1384
  "Description":{"shape":"Description"},
1307
1385
  "Capabilities":{"shape":"Capabilities"},
1308
- "CapabilitiesReason":{"shape":"CapabilitiesReason"}
1386
+ "CapabilitiesReason":{"shape":"CapabilitiesReason"},
1387
+ "DeclaredTransforms":{"shape":"TransformsList"}
1309
1388
  }
1310
1389
  },
1311
1390
  "Version":{"type":"string"}
@@ -78,6 +78,14 @@
78
78
  ]
79
79
  }
80
80
  },
81
+ "Create": {
82
+ "request": {
83
+ "operation": "CreateStack",
84
+ "params": [
85
+ { "target": "StackName", "source": "identifier", "name": "Name" }
86
+ ]
87
+ }
88
+ },
81
89
  "Delete": {
82
90
  "request": {
83
91
  "operation": "DeleteStack",
@@ -25,51 +25,39 @@
25
25
  "description": "Wait until stack status is CREATE_COMPLETE.",
26
26
  "acceptors": [
27
27
  {
28
+ "argument": "Stacks[].StackStatus",
28
29
  "expected": "CREATE_COMPLETE",
29
30
  "matcher": "pathAll",
30
- "state": "success",
31
- "argument": "Stacks[].StackStatus"
31
+ "state": "success"
32
32
  },
33
33
  {
34
+ "argument": "Stacks[].StackStatus",
34
35
  "expected": "CREATE_FAILED",
35
36
  "matcher": "pathAny",
36
- "state": "failure",
37
- "argument": "Stacks[].StackStatus"
37
+ "state": "failure"
38
38
  },
39
39
  {
40
+ "argument": "Stacks[].StackStatus",
40
41
  "expected": "DELETE_COMPLETE",
41
42
  "matcher": "pathAny",
42
- "argument": "Stacks[].StackStatus",
43
43
  "state": "failure"
44
44
  },
45
45
  {
46
- "expected": "DELETE_IN_PROGRESS",
47
- "matcher": "pathAny",
48
46
  "argument": "Stacks[].StackStatus",
49
- "state": "failure"
50
- },
51
- {
52
47
  "expected": "DELETE_FAILED",
53
48
  "matcher": "pathAny",
54
- "argument": "Stacks[].StackStatus",
55
49
  "state": "failure"
56
50
  },
57
51
  {
58
- "expected": "ROLLBACK_COMPLETE",
59
- "matcher": "pathAny",
60
- "state": "failure",
61
- "argument": "Stacks[].StackStatus"
62
- },
63
- {
52
+ "argument": "Stacks[].StackStatus",
64
53
  "expected": "ROLLBACK_FAILED",
65
54
  "matcher": "pathAny",
66
- "state": "failure",
67
- "argument": "Stacks[].StackStatus"
55
+ "state": "failure"
68
56
  },
69
57
  {
70
- "expected": "ROLLBACK_IN_PROGRESS",
71
- "matcher": "pathAny",
72
58
  "argument": "Stacks[].StackStatus",
59
+ "expected": "ROLLBACK_COMPLETE",
60
+ "matcher": "pathAny",
73
61
  "state": "failure"
74
62
  },
75
63
  {
@@ -86,25 +74,19 @@
86
74
  "description": "Wait until stack status is DELETE_COMPLETE.",
87
75
  "acceptors": [
88
76
  {
77
+ "argument": "Stacks[].StackStatus",
89
78
  "expected": "DELETE_COMPLETE",
90
79
  "matcher": "pathAll",
91
- "state": "success",
92
- "argument": "Stacks[].StackStatus"
80
+ "state": "success"
93
81
  },
94
82
  {
95
83
  "expected": "ValidationError",
96
84
  "matcher": "error",
97
85
  "state": "success"
98
86
  },
99
- {
100
- "expected": "DELETE_FAILED",
101
- "matcher": "pathAny",
102
- "state": "failure",
103
- "argument": "Stacks[].StackStatus"
104
- },
105
87
  {
106
88
  "argument": "Stacks[].StackStatus",
107
- "expected": "CREATE_COMPLETE",
89
+ "expected": "DELETE_FAILED",
108
90
  "matcher": "pathAny",
109
91
  "state": "failure"
110
92
  },
@@ -114,60 +96,12 @@
114
96
  "matcher": "pathAny",
115
97
  "state": "failure"
116
98
  },
117
- {
118
- "argument": "Stacks[].StackStatus",
119
- "expected": "CREATE_IN_PROGRESS",
120
- "matcher": "pathAny",
121
- "state": "failure"
122
- },
123
- {
124
- "argument": "Stacks[].StackStatus",
125
- "expected": "ROLLBACK_COMPLETE",
126
- "matcher": "pathAny",
127
- "state": "failure"
128
- },
129
99
  {
130
100
  "argument": "Stacks[].StackStatus",
131
101
  "expected": "ROLLBACK_FAILED",
132
102
  "matcher": "pathAny",
133
103
  "state": "failure"
134
104
  },
135
- {
136
- "argument": "Stacks[].StackStatus",
137
- "expected": "ROLLBACK_IN_PROGRESS",
138
- "matcher": "pathAny",
139
- "state": "failure"
140
- },
141
- {
142
- "argument": "Stacks[].StackStatus",
143
- "expected": "UPDATE_COMPLETE",
144
- "matcher": "pathAny",
145
- "state": "failure"
146
- },
147
- {
148
- "argument": "Stacks[].StackStatus",
149
- "expected": "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS",
150
- "matcher": "pathAny",
151
- "state": "failure"
152
- },
153
- {
154
- "argument": "Stacks[].StackStatus",
155
- "expected": "UPDATE_IN_PROGRESS",
156
- "matcher": "pathAny",
157
- "state": "failure"
158
- },
159
- {
160
- "argument": "Stacks[].StackStatus",
161
- "expected": "UPDATE_ROLLBACK_COMPLETE",
162
- "matcher": "pathAny",
163
- "state": "failure"
164
- },
165
- {
166
- "argument": "Stacks[].StackStatus",
167
- "expected": "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
168
- "matcher": "pathAny",
169
- "state": "failure"
170
- },
171
105
  {
172
106
  "argument": "Stacks[].StackStatus",
173
107
  "expected": "UPDATE_ROLLBACK_FAILED",
@@ -189,10 +123,10 @@
189
123
  "description": "Wait until stack status is UPDATE_COMPLETE.",
190
124
  "acceptors": [
191
125
  {
126
+ "argument": "Stacks[].StackStatus",
192
127
  "expected": "UPDATE_COMPLETE",
193
128
  "matcher": "pathAll",
194
- "state": "success",
195
- "argument": "Stacks[].StackStatus"
129
+ "state": "success"
196
130
  },
197
131
  {
198
132
  "expected": "UPDATE_FAILED",
@@ -200,29 +134,17 @@
200
134
  "state": "failure",
201
135
  "argument": "Stacks[].StackStatus"
202
136
  },
203
- {
204
- "expected": "UPDATE_ROLLBACK_COMPLETE",
205
- "matcher": "pathAny",
206
- "state": "failure",
207
- "argument": "Stacks[].StackStatus"
208
- },
209
- {
210
- "expected": "UPDATE_ROLLBACK_FAILED",
211
- "matcher": "pathAny",
212
- "state": "failure",
213
- "argument": "Stacks[].StackStatus"
214
- },
215
137
  {
216
138
  "argument": "Stacks[].StackStatus",
217
- "expected": "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
139
+ "expected": "UPDATE_ROLLBACK_FAILED",
218
140
  "matcher": "pathAny",
219
141
  "state": "failure"
220
142
  },
221
143
  {
222
- "argument": "Stacks[].StackStatus",
223
- "expected": "UPDATE_ROLLBACK_IN_PROGRESS",
144
+ "expected": "UPDATE_ROLLBACK_COMPLETE",
224
145
  "matcher": "pathAny",
225
- "state": "failure"
146
+ "state": "failure",
147
+ "argument": "Stacks[].StackStatus"
226
148
  },
227
149
  {
228
150
  "expected": "ValidationError",
@@ -1,16 +1,22 @@
1
1
  {
2
2
  "pagination": {
3
- "DescribeRepositories": {
4
- "result_key": "repositories",
3
+ "ListImages": {
5
4
  "input_token": "nextToken",
6
5
  "output_token": "nextToken",
7
- "limit_key": "maxResults"
6
+ "limit_key": "maxResults",
7
+ "result_key": "imageIds"
8
8
  },
9
- "ListImages": {
10
- "result_key": "imageIds",
9
+ "DescribeImages": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "imageDetails"
14
+ },
15
+ "DescribeRepositories": {
11
16
  "input_token": "nextToken",
12
17
  "output_token": "nextToken",
13
- "limit_key": "maxResults"
18
+ "limit_key": "maxResults",
19
+ "result_key": "repositories"
14
20
  }
15
21
  }
16
22
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.14'
2
+ VERSION = '2.6.15'
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.6.14
4
+ version: 2.6.15
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: 2016-10-25 00:00:00.000000000 Z
11
+ date: 2016-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath