aws-sdk-core 2.2.17 → 2.2.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/autoscaling/2011-01-01/resources-1.json +1613 -0
- data/apis/autoscaling/2011-01-01/waiters-2.json +62 -0
- data/apis/codedeploy/2014-10-06/api-2.json +328 -663
- data/apis/codedeploy/2014-10-06/examples-1.json +5 -0
- data/apis/marketplacecommerceanalytics/2015-07-01/api-2.json +1 -0
- data/apis/monitoring/2010-08-01/api-2.json +57 -184
- data/apis/monitoring/2010-08-01/examples-1.json +5 -0
- data/apis/monitoring/2010-08-01/resources-1.json +334 -0
- data/apis/rds/2014-10-31/resources-1.json +3255 -65
- data/apis/rds/2014-10-31/waiters-2.json +6 -0
- data/apis/storagegateway/2013-06-30/api-2.json +221 -610
- data/apis/storagegateway/2013-06-30/examples-1.json +5 -0
- data/lib/aws-sdk-core/autoscaling.rb +2 -0
- data/lib/aws-sdk-core/cloudwatch.rb +2 -0
- data/lib/aws-sdk-core/codedeploy.rb +1 -0
- data/lib/aws-sdk-core/storagegateway.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/xml/builder.rb +6 -1
- metadata +8 -2
@@ -0,0 +1,62 @@
|
|
1
|
+
{
|
2
|
+
"version": 2,
|
3
|
+
"waiters": {
|
4
|
+
"GroupExists": {
|
5
|
+
"acceptors": [
|
6
|
+
{
|
7
|
+
"argument": "length(AutoScalingGroups)",
|
8
|
+
"expected": 1,
|
9
|
+
"matcher": "pathAll",
|
10
|
+
"state": "success"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"argument": "length(AutoScalingGroups)",
|
14
|
+
"expected": 0,
|
15
|
+
"matcher": "pathAll",
|
16
|
+
"state": "retry"
|
17
|
+
}
|
18
|
+
],
|
19
|
+
"delay": 5,
|
20
|
+
"maxAttempts": 10,
|
21
|
+
"operation": "DescribeAutoScalingGroups"
|
22
|
+
},
|
23
|
+
"GroupInService": {
|
24
|
+
"acceptors": [
|
25
|
+
{
|
26
|
+
"argument": "contains(AutoScalingGroups[].[length(Instances[?LifecycleState=='InService']) >= MinSize][], `false`)",
|
27
|
+
"expected": false,
|
28
|
+
"matcher": "pathAll",
|
29
|
+
"state": "success"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"argument": "contains(AutoScalingGroups[].[length(Instances[?LifecycleState=='InService']) >= MinSize][], `false`)",
|
33
|
+
"expected": true,
|
34
|
+
"matcher": "pathAll",
|
35
|
+
"state": "retry"
|
36
|
+
}
|
37
|
+
],
|
38
|
+
"delay": 15,
|
39
|
+
"maxAttempts": 40,
|
40
|
+
"operation": "DescribeAutoScalingGroups"
|
41
|
+
},
|
42
|
+
"GroupNotExists": {
|
43
|
+
"acceptors": [
|
44
|
+
{
|
45
|
+
"argument": "length(AutoScalingGroups)",
|
46
|
+
"expected": 0,
|
47
|
+
"matcher": "pathAll",
|
48
|
+
"state": "success"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"argument": "length(AutoScalingGroups)",
|
52
|
+
"expected": 1,
|
53
|
+
"matcher": "pathAll",
|
54
|
+
"state": "retry"
|
55
|
+
}
|
56
|
+
],
|
57
|
+
"delay": 15,
|
58
|
+
"maxAttempts": 40,
|
59
|
+
"operation": "DescribeAutoScalingGroups"
|
60
|
+
}
|
61
|
+
}
|
62
|
+
}
|
@@ -4,11 +4,12 @@
|
|
4
4
|
"apiVersion":"2014-10-06",
|
5
5
|
"endpointPrefix":"codedeploy",
|
6
6
|
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceAbbreviation":"CodeDeploy",
|
7
9
|
"serviceFullName":"AWS CodeDeploy",
|
8
10
|
"signatureVersion":"v4",
|
9
11
|
"targetPrefix":"CodeDeploy_20141006",
|
10
|
-
"timestampFormat":"unixTimestamp"
|
11
|
-
"protocol":"json"
|
12
|
+
"timestampFormat":"unixTimestamp"
|
12
13
|
},
|
13
14
|
"operations":{
|
14
15
|
"AddTagsToOnPremisesInstances":{
|
@@ -19,30 +20,29 @@
|
|
19
20
|
},
|
20
21
|
"input":{"shape":"AddTagsToOnPremisesInstancesInput"},
|
21
22
|
"errors":[
|
22
|
-
{
|
23
|
-
|
24
|
-
|
25
|
-
},
|
26
|
-
{
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
},
|
42
|
-
{
|
43
|
-
|
44
|
-
|
45
|
-
}
|
23
|
+
{"shape":"InstanceNameRequiredException"},
|
24
|
+
{"shape":"TagRequiredException"},
|
25
|
+
{"shape":"InvalidTagException"},
|
26
|
+
{"shape":"TagLimitExceededException"},
|
27
|
+
{"shape":"InstanceLimitExceededException"},
|
28
|
+
{"shape":"InstanceNotRegisteredException"}
|
29
|
+
]
|
30
|
+
},
|
31
|
+
"BatchGetApplicationRevisions":{
|
32
|
+
"name":"BatchGetApplicationRevisions",
|
33
|
+
"http":{
|
34
|
+
"method":"POST",
|
35
|
+
"requestUri":"/"
|
36
|
+
},
|
37
|
+
"input":{"shape":"BatchGetApplicationRevisionsInput"},
|
38
|
+
"output":{"shape":"BatchGetApplicationRevisionsOutput"},
|
39
|
+
"errors":[
|
40
|
+
{"shape":"ApplicationDoesNotExistException"},
|
41
|
+
{"shape":"ApplicationNameRequiredException"},
|
42
|
+
{"shape":"InvalidApplicationNameException"},
|
43
|
+
{"shape":"RevisionRequiredException"},
|
44
|
+
{"shape":"InvalidRevisionException"},
|
45
|
+
{"shape":"BatchLimitExceededException"}
|
46
46
|
]
|
47
47
|
},
|
48
48
|
"BatchGetApplications":{
|
@@ -54,18 +54,27 @@
|
|
54
54
|
"input":{"shape":"BatchGetApplicationsInput"},
|
55
55
|
"output":{"shape":"BatchGetApplicationsOutput"},
|
56
56
|
"errors":[
|
57
|
-
{
|
58
|
-
|
59
|
-
|
60
|
-
}
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
57
|
+
{"shape":"ApplicationNameRequiredException"},
|
58
|
+
{"shape":"InvalidApplicationNameException"},
|
59
|
+
{"shape":"ApplicationDoesNotExistException"},
|
60
|
+
{"shape":"BatchLimitExceededException"}
|
61
|
+
]
|
62
|
+
},
|
63
|
+
"BatchGetDeploymentInstances":{
|
64
|
+
"name":"BatchGetDeploymentInstances",
|
65
|
+
"http":{
|
66
|
+
"method":"POST",
|
67
|
+
"requestUri":"/"
|
68
|
+
},
|
69
|
+
"input":{"shape":"BatchGetDeploymentInstancesInput"},
|
70
|
+
"output":{"shape":"BatchGetDeploymentInstancesOutput"},
|
71
|
+
"errors":[
|
72
|
+
{"shape":"DeploymentIdRequiredException"},
|
73
|
+
{"shape":"DeploymentDoesNotExistException"},
|
74
|
+
{"shape":"InstanceIdRequiredException"},
|
75
|
+
{"shape":"InvalidDeploymentIdException"},
|
76
|
+
{"shape":"InvalidInstanceNameException"},
|
77
|
+
{"shape":"BatchLimitExceededException"}
|
69
78
|
]
|
70
79
|
},
|
71
80
|
"BatchGetDeployments":{
|
@@ -77,14 +86,9 @@
|
|
77
86
|
"input":{"shape":"BatchGetDeploymentsInput"},
|
78
87
|
"output":{"shape":"BatchGetDeploymentsOutput"},
|
79
88
|
"errors":[
|
80
|
-
{
|
81
|
-
|
82
|
-
|
83
|
-
},
|
84
|
-
{
|
85
|
-
"shape":"InvalidDeploymentIdException",
|
86
|
-
"exception":true
|
87
|
-
}
|
89
|
+
{"shape":"DeploymentIdRequiredException"},
|
90
|
+
{"shape":"InvalidDeploymentIdException"},
|
91
|
+
{"shape":"BatchLimitExceededException"}
|
88
92
|
]
|
89
93
|
},
|
90
94
|
"BatchGetOnPremisesInstances":{
|
@@ -96,14 +100,9 @@
|
|
96
100
|
"input":{"shape":"BatchGetOnPremisesInstancesInput"},
|
97
101
|
"output":{"shape":"BatchGetOnPremisesInstancesOutput"},
|
98
102
|
"errors":[
|
99
|
-
{
|
100
|
-
|
101
|
-
|
102
|
-
},
|
103
|
-
{
|
104
|
-
"shape":"InvalidInstanceNameException",
|
105
|
-
"exception":true
|
106
|
-
}
|
103
|
+
{"shape":"InstanceNameRequiredException"},
|
104
|
+
{"shape":"InvalidInstanceNameException"},
|
105
|
+
{"shape":"BatchLimitExceededException"}
|
107
106
|
]
|
108
107
|
},
|
109
108
|
"CreateApplication":{
|
@@ -115,22 +114,10 @@
|
|
115
114
|
"input":{"shape":"CreateApplicationInput"},
|
116
115
|
"output":{"shape":"CreateApplicationOutput"},
|
117
116
|
"errors":[
|
118
|
-
{
|
119
|
-
|
120
|
-
|
121
|
-
}
|
122
|
-
{
|
123
|
-
"shape":"InvalidApplicationNameException",
|
124
|
-
"exception":true
|
125
|
-
},
|
126
|
-
{
|
127
|
-
"shape":"ApplicationAlreadyExistsException",
|
128
|
-
"exception":true
|
129
|
-
},
|
130
|
-
{
|
131
|
-
"shape":"ApplicationLimitExceededException",
|
132
|
-
"exception":true
|
133
|
-
}
|
117
|
+
{"shape":"ApplicationNameRequiredException"},
|
118
|
+
{"shape":"InvalidApplicationNameException"},
|
119
|
+
{"shape":"ApplicationAlreadyExistsException"},
|
120
|
+
{"shape":"ApplicationLimitExceededException"}
|
134
121
|
]
|
135
122
|
},
|
136
123
|
"CreateDeployment":{
|
@@ -142,54 +129,18 @@
|
|
142
129
|
"input":{"shape":"CreateDeploymentInput"},
|
143
130
|
"output":{"shape":"CreateDeploymentOutput"},
|
144
131
|
"errors":[
|
145
|
-
{
|
146
|
-
|
147
|
-
|
148
|
-
},
|
149
|
-
{
|
150
|
-
|
151
|
-
|
152
|
-
},
|
153
|
-
{
|
154
|
-
|
155
|
-
|
156
|
-
}
|
157
|
-
{
|
158
|
-
"shape":"DeploymentGroupNameRequiredException",
|
159
|
-
"exception":true
|
160
|
-
},
|
161
|
-
{
|
162
|
-
"shape":"InvalidDeploymentGroupNameException",
|
163
|
-
"exception":true
|
164
|
-
},
|
165
|
-
{
|
166
|
-
"shape":"DeploymentGroupDoesNotExistException",
|
167
|
-
"exception":true
|
168
|
-
},
|
169
|
-
{
|
170
|
-
"shape":"RevisionRequiredException",
|
171
|
-
"exception":true
|
172
|
-
},
|
173
|
-
{
|
174
|
-
"shape":"InvalidRevisionException",
|
175
|
-
"exception":true
|
176
|
-
},
|
177
|
-
{
|
178
|
-
"shape":"InvalidDeploymentConfigNameException",
|
179
|
-
"exception":true
|
180
|
-
},
|
181
|
-
{
|
182
|
-
"shape":"DeploymentConfigDoesNotExistException",
|
183
|
-
"exception":true
|
184
|
-
},
|
185
|
-
{
|
186
|
-
"shape":"DescriptionTooLongException",
|
187
|
-
"exception":true
|
188
|
-
},
|
189
|
-
{
|
190
|
-
"shape":"DeploymentLimitExceededException",
|
191
|
-
"exception":true
|
192
|
-
}
|
132
|
+
{"shape":"ApplicationNameRequiredException"},
|
133
|
+
{"shape":"InvalidApplicationNameException"},
|
134
|
+
{"shape":"ApplicationDoesNotExistException"},
|
135
|
+
{"shape":"DeploymentGroupNameRequiredException"},
|
136
|
+
{"shape":"InvalidDeploymentGroupNameException"},
|
137
|
+
{"shape":"DeploymentGroupDoesNotExistException"},
|
138
|
+
{"shape":"RevisionRequiredException"},
|
139
|
+
{"shape":"InvalidRevisionException"},
|
140
|
+
{"shape":"InvalidDeploymentConfigNameException"},
|
141
|
+
{"shape":"DeploymentConfigDoesNotExistException"},
|
142
|
+
{"shape":"DescriptionTooLongException"},
|
143
|
+
{"shape":"DeploymentLimitExceededException"}
|
193
144
|
]
|
194
145
|
},
|
195
146
|
"CreateDeploymentConfig":{
|
@@ -201,26 +152,11 @@
|
|
201
152
|
"input":{"shape":"CreateDeploymentConfigInput"},
|
202
153
|
"output":{"shape":"CreateDeploymentConfigOutput"},
|
203
154
|
"errors":[
|
204
|
-
{
|
205
|
-
|
206
|
-
|
207
|
-
},
|
208
|
-
{
|
209
|
-
"shape":"DeploymentConfigNameRequiredException",
|
210
|
-
"exception":true
|
211
|
-
},
|
212
|
-
{
|
213
|
-
"shape":"DeploymentConfigAlreadyExistsException",
|
214
|
-
"exception":true
|
215
|
-
},
|
216
|
-
{
|
217
|
-
"shape":"InvalidMinimumHealthyHostValueException",
|
218
|
-
"exception":true
|
219
|
-
},
|
220
|
-
{
|
221
|
-
"shape":"DeploymentConfigLimitExceededException",
|
222
|
-
"exception":true
|
223
|
-
}
|
155
|
+
{"shape":"InvalidDeploymentConfigNameException"},
|
156
|
+
{"shape":"DeploymentConfigNameRequiredException"},
|
157
|
+
{"shape":"DeploymentConfigAlreadyExistsException"},
|
158
|
+
{"shape":"InvalidMinimumHealthyHostValueException"},
|
159
|
+
{"shape":"DeploymentConfigLimitExceededException"}
|
224
160
|
]
|
225
161
|
},
|
226
162
|
"CreateDeploymentGroup":{
|
@@ -232,62 +168,23 @@
|
|
232
168
|
"input":{"shape":"CreateDeploymentGroupInput"},
|
233
169
|
"output":{"shape":"CreateDeploymentGroupOutput"},
|
234
170
|
"errors":[
|
235
|
-
{
|
236
|
-
|
237
|
-
|
238
|
-
},
|
239
|
-
{
|
240
|
-
|
241
|
-
|
242
|
-
},
|
243
|
-
{
|
244
|
-
|
245
|
-
|
246
|
-
},
|
247
|
-
{
|
248
|
-
|
249
|
-
|
250
|
-
},
|
251
|
-
{
|
252
|
-
"shape":"InvalidDeploymentGroupNameException",
|
253
|
-
"exception":true
|
254
|
-
},
|
255
|
-
{
|
256
|
-
"shape":"DeploymentGroupAlreadyExistsException",
|
257
|
-
"exception":true
|
258
|
-
},
|
259
|
-
{
|
260
|
-
"shape":"InvalidEC2TagException",
|
261
|
-
"exception":true
|
262
|
-
},
|
263
|
-
{
|
264
|
-
"shape":"InvalidTagException",
|
265
|
-
"exception":true
|
266
|
-
},
|
267
|
-
{
|
268
|
-
"shape":"InvalidAutoScalingGroupException",
|
269
|
-
"exception":true
|
270
|
-
},
|
271
|
-
{
|
272
|
-
"shape":"InvalidDeploymentConfigNameException",
|
273
|
-
"exception":true
|
274
|
-
},
|
275
|
-
{
|
276
|
-
"shape":"DeploymentConfigDoesNotExistException",
|
277
|
-
"exception":true
|
278
|
-
},
|
279
|
-
{
|
280
|
-
"shape":"RoleRequiredException",
|
281
|
-
"exception":true
|
282
|
-
},
|
283
|
-
{
|
284
|
-
"shape":"InvalidRoleException",
|
285
|
-
"exception":true
|
286
|
-
},
|
287
|
-
{
|
288
|
-
"shape":"DeploymentGroupLimitExceededException",
|
289
|
-
"exception":true
|
290
|
-
}
|
171
|
+
{"shape":"ApplicationNameRequiredException"},
|
172
|
+
{"shape":"InvalidApplicationNameException"},
|
173
|
+
{"shape":"ApplicationDoesNotExistException"},
|
174
|
+
{"shape":"DeploymentGroupNameRequiredException"},
|
175
|
+
{"shape":"InvalidDeploymentGroupNameException"},
|
176
|
+
{"shape":"DeploymentGroupAlreadyExistsException"},
|
177
|
+
{"shape":"InvalidEC2TagException"},
|
178
|
+
{"shape":"InvalidTagException"},
|
179
|
+
{"shape":"InvalidAutoScalingGroupException"},
|
180
|
+
{"shape":"InvalidDeploymentConfigNameException"},
|
181
|
+
{"shape":"DeploymentConfigDoesNotExistException"},
|
182
|
+
{"shape":"RoleRequiredException"},
|
183
|
+
{"shape":"InvalidRoleException"},
|
184
|
+
{"shape":"DeploymentGroupLimitExceededException"},
|
185
|
+
{"shape":"LifecycleHookLimitExceededException"},
|
186
|
+
{"shape":"InvalidTriggerConfigException"},
|
187
|
+
{"shape":"TriggerTargetsLimitExceededException"}
|
291
188
|
]
|
292
189
|
},
|
293
190
|
"DeleteApplication":{
|
@@ -298,14 +195,8 @@
|
|
298
195
|
},
|
299
196
|
"input":{"shape":"DeleteApplicationInput"},
|
300
197
|
"errors":[
|
301
|
-
{
|
302
|
-
|
303
|
-
"exception":true
|
304
|
-
},
|
305
|
-
{
|
306
|
-
"shape":"InvalidApplicationNameException",
|
307
|
-
"exception":true
|
308
|
-
}
|
198
|
+
{"shape":"ApplicationNameRequiredException"},
|
199
|
+
{"shape":"InvalidApplicationNameException"}
|
309
200
|
]
|
310
201
|
},
|
311
202
|
"DeleteDeploymentConfig":{
|
@@ -316,22 +207,10 @@
|
|
316
207
|
},
|
317
208
|
"input":{"shape":"DeleteDeploymentConfigInput"},
|
318
209
|
"errors":[
|
319
|
-
{
|
320
|
-
|
321
|
-
|
322
|
-
}
|
323
|
-
{
|
324
|
-
"shape":"DeploymentConfigNameRequiredException",
|
325
|
-
"exception":true
|
326
|
-
},
|
327
|
-
{
|
328
|
-
"shape":"DeploymentConfigInUseException",
|
329
|
-
"exception":true
|
330
|
-
},
|
331
|
-
{
|
332
|
-
"shape":"InvalidOperationException",
|
333
|
-
"exception":true
|
334
|
-
}
|
210
|
+
{"shape":"InvalidDeploymentConfigNameException"},
|
211
|
+
{"shape":"DeploymentConfigNameRequiredException"},
|
212
|
+
{"shape":"DeploymentConfigInUseException"},
|
213
|
+
{"shape":"InvalidOperationException"}
|
335
214
|
]
|
336
215
|
},
|
337
216
|
"DeleteDeploymentGroup":{
|
@@ -343,26 +222,11 @@
|
|
343
222
|
"input":{"shape":"DeleteDeploymentGroupInput"},
|
344
223
|
"output":{"shape":"DeleteDeploymentGroupOutput"},
|
345
224
|
"errors":[
|
346
|
-
{
|
347
|
-
|
348
|
-
|
349
|
-
},
|
350
|
-
{
|
351
|
-
"shape":"InvalidApplicationNameException",
|
352
|
-
"exception":true
|
353
|
-
},
|
354
|
-
{
|
355
|
-
"shape":"DeploymentGroupNameRequiredException",
|
356
|
-
"exception":true
|
357
|
-
},
|
358
|
-
{
|
359
|
-
"shape":"InvalidDeploymentGroupNameException",
|
360
|
-
"exception":true
|
361
|
-
},
|
362
|
-
{
|
363
|
-
"shape":"InvalidRoleException",
|
364
|
-
"exception":true
|
365
|
-
}
|
225
|
+
{"shape":"ApplicationNameRequiredException"},
|
226
|
+
{"shape":"InvalidApplicationNameException"},
|
227
|
+
{"shape":"DeploymentGroupNameRequiredException"},
|
228
|
+
{"shape":"InvalidDeploymentGroupNameException"},
|
229
|
+
{"shape":"InvalidRoleException"}
|
366
230
|
]
|
367
231
|
},
|
368
232
|
"DeregisterOnPremisesInstance":{
|
@@ -373,14 +237,8 @@
|
|
373
237
|
},
|
374
238
|
"input":{"shape":"DeregisterOnPremisesInstanceInput"},
|
375
239
|
"errors":[
|
376
|
-
{
|
377
|
-
|
378
|
-
"exception":true
|
379
|
-
},
|
380
|
-
{
|
381
|
-
"shape":"InvalidInstanceNameException",
|
382
|
-
"exception":true
|
383
|
-
}
|
240
|
+
{"shape":"InstanceNameRequiredException"},
|
241
|
+
{"shape":"InvalidInstanceNameException"}
|
384
242
|
]
|
385
243
|
},
|
386
244
|
"GetApplication":{
|
@@ -392,18 +250,9 @@
|
|
392
250
|
"input":{"shape":"GetApplicationInput"},
|
393
251
|
"output":{"shape":"GetApplicationOutput"},
|
394
252
|
"errors":[
|
395
|
-
{
|
396
|
-
|
397
|
-
|
398
|
-
},
|
399
|
-
{
|
400
|
-
"shape":"InvalidApplicationNameException",
|
401
|
-
"exception":true
|
402
|
-
},
|
403
|
-
{
|
404
|
-
"shape":"ApplicationDoesNotExistException",
|
405
|
-
"exception":true
|
406
|
-
}
|
253
|
+
{"shape":"ApplicationNameRequiredException"},
|
254
|
+
{"shape":"InvalidApplicationNameException"},
|
255
|
+
{"shape":"ApplicationDoesNotExistException"}
|
407
256
|
]
|
408
257
|
},
|
409
258
|
"GetApplicationRevision":{
|
@@ -415,30 +264,12 @@
|
|
415
264
|
"input":{"shape":"GetApplicationRevisionInput"},
|
416
265
|
"output":{"shape":"GetApplicationRevisionOutput"},
|
417
266
|
"errors":[
|
418
|
-
{
|
419
|
-
|
420
|
-
|
421
|
-
},
|
422
|
-
{
|
423
|
-
|
424
|
-
"exception":true
|
425
|
-
},
|
426
|
-
{
|
427
|
-
"shape":"InvalidApplicationNameException",
|
428
|
-
"exception":true
|
429
|
-
},
|
430
|
-
{
|
431
|
-
"shape":"RevisionDoesNotExistException",
|
432
|
-
"exception":true
|
433
|
-
},
|
434
|
-
{
|
435
|
-
"shape":"RevisionRequiredException",
|
436
|
-
"exception":true
|
437
|
-
},
|
438
|
-
{
|
439
|
-
"shape":"InvalidRevisionException",
|
440
|
-
"exception":true
|
441
|
-
}
|
267
|
+
{"shape":"ApplicationDoesNotExistException"},
|
268
|
+
{"shape":"ApplicationNameRequiredException"},
|
269
|
+
{"shape":"InvalidApplicationNameException"},
|
270
|
+
{"shape":"RevisionDoesNotExistException"},
|
271
|
+
{"shape":"RevisionRequiredException"},
|
272
|
+
{"shape":"InvalidRevisionException"}
|
442
273
|
]
|
443
274
|
},
|
444
275
|
"GetDeployment":{
|
@@ -450,18 +281,9 @@
|
|
450
281
|
"input":{"shape":"GetDeploymentInput"},
|
451
282
|
"output":{"shape":"GetDeploymentOutput"},
|
452
283
|
"errors":[
|
453
|
-
{
|
454
|
-
|
455
|
-
|
456
|
-
},
|
457
|
-
{
|
458
|
-
"shape":"InvalidDeploymentIdException",
|
459
|
-
"exception":true
|
460
|
-
},
|
461
|
-
{
|
462
|
-
"shape":"DeploymentDoesNotExistException",
|
463
|
-
"exception":true
|
464
|
-
}
|
284
|
+
{"shape":"DeploymentIdRequiredException"},
|
285
|
+
{"shape":"InvalidDeploymentIdException"},
|
286
|
+
{"shape":"DeploymentDoesNotExistException"}
|
465
287
|
]
|
466
288
|
},
|
467
289
|
"GetDeploymentConfig":{
|
@@ -473,18 +295,9 @@
|
|
473
295
|
"input":{"shape":"GetDeploymentConfigInput"},
|
474
296
|
"output":{"shape":"GetDeploymentConfigOutput"},
|
475
297
|
"errors":[
|
476
|
-
{
|
477
|
-
|
478
|
-
|
479
|
-
},
|
480
|
-
{
|
481
|
-
"shape":"DeploymentConfigNameRequiredException",
|
482
|
-
"exception":true
|
483
|
-
},
|
484
|
-
{
|
485
|
-
"shape":"DeploymentConfigDoesNotExistException",
|
486
|
-
"exception":true
|
487
|
-
}
|
298
|
+
{"shape":"InvalidDeploymentConfigNameException"},
|
299
|
+
{"shape":"DeploymentConfigNameRequiredException"},
|
300
|
+
{"shape":"DeploymentConfigDoesNotExistException"}
|
488
301
|
]
|
489
302
|
},
|
490
303
|
"GetDeploymentGroup":{
|
@@ -496,30 +309,12 @@
|
|
496
309
|
"input":{"shape":"GetDeploymentGroupInput"},
|
497
310
|
"output":{"shape":"GetDeploymentGroupOutput"},
|
498
311
|
"errors":[
|
499
|
-
{
|
500
|
-
|
501
|
-
|
502
|
-
},
|
503
|
-
{
|
504
|
-
|
505
|
-
"exception":true
|
506
|
-
},
|
507
|
-
{
|
508
|
-
"shape":"ApplicationDoesNotExistException",
|
509
|
-
"exception":true
|
510
|
-
},
|
511
|
-
{
|
512
|
-
"shape":"DeploymentGroupNameRequiredException",
|
513
|
-
"exception":true
|
514
|
-
},
|
515
|
-
{
|
516
|
-
"shape":"InvalidDeploymentGroupNameException",
|
517
|
-
"exception":true
|
518
|
-
},
|
519
|
-
{
|
520
|
-
"shape":"DeploymentGroupDoesNotExistException",
|
521
|
-
"exception":true
|
522
|
-
}
|
312
|
+
{"shape":"ApplicationNameRequiredException"},
|
313
|
+
{"shape":"InvalidApplicationNameException"},
|
314
|
+
{"shape":"ApplicationDoesNotExistException"},
|
315
|
+
{"shape":"DeploymentGroupNameRequiredException"},
|
316
|
+
{"shape":"InvalidDeploymentGroupNameException"},
|
317
|
+
{"shape":"DeploymentGroupDoesNotExistException"}
|
523
318
|
]
|
524
319
|
},
|
525
320
|
"GetDeploymentInstance":{
|
@@ -531,26 +326,12 @@
|
|
531
326
|
"input":{"shape":"GetDeploymentInstanceInput"},
|
532
327
|
"output":{"shape":"GetDeploymentInstanceOutput"},
|
533
328
|
"errors":[
|
534
|
-
{
|
535
|
-
|
536
|
-
|
537
|
-
},
|
538
|
-
{
|
539
|
-
|
540
|
-
"exception":true
|
541
|
-
},
|
542
|
-
{
|
543
|
-
"shape":"InstanceIdRequiredException",
|
544
|
-
"exception":true
|
545
|
-
},
|
546
|
-
{
|
547
|
-
"shape":"InvalidDeploymentIdException",
|
548
|
-
"exception":true
|
549
|
-
},
|
550
|
-
{
|
551
|
-
"shape":"InstanceDoesNotExistException",
|
552
|
-
"exception":true
|
553
|
-
}
|
329
|
+
{"shape":"DeploymentIdRequiredException"},
|
330
|
+
{"shape":"DeploymentDoesNotExistException"},
|
331
|
+
{"shape":"InstanceIdRequiredException"},
|
332
|
+
{"shape":"InvalidDeploymentIdException"},
|
333
|
+
{"shape":"InstanceDoesNotExistException"},
|
334
|
+
{"shape":"InvalidInstanceNameException"}
|
554
335
|
]
|
555
336
|
},
|
556
337
|
"GetOnPremisesInstance":{
|
@@ -562,18 +343,9 @@
|
|
562
343
|
"input":{"shape":"GetOnPremisesInstanceInput"},
|
563
344
|
"output":{"shape":"GetOnPremisesInstanceOutput"},
|
564
345
|
"errors":[
|
565
|
-
{
|
566
|
-
|
567
|
-
|
568
|
-
},
|
569
|
-
{
|
570
|
-
"shape":"InstanceNotRegisteredException",
|
571
|
-
"exception":true
|
572
|
-
},
|
573
|
-
{
|
574
|
-
"shape":"InvalidInstanceNameException",
|
575
|
-
"exception":true
|
576
|
-
}
|
346
|
+
{"shape":"InstanceNameRequiredException"},
|
347
|
+
{"shape":"InstanceNotRegisteredException"},
|
348
|
+
{"shape":"InvalidInstanceNameException"}
|
577
349
|
]
|
578
350
|
},
|
579
351
|
"ListApplicationRevisions":{
|
@@ -585,46 +357,16 @@
|
|
585
357
|
"input":{"shape":"ListApplicationRevisionsInput"},
|
586
358
|
"output":{"shape":"ListApplicationRevisionsOutput"},
|
587
359
|
"errors":[
|
588
|
-
{
|
589
|
-
|
590
|
-
|
591
|
-
},
|
592
|
-
{
|
593
|
-
|
594
|
-
|
595
|
-
},
|
596
|
-
{
|
597
|
-
|
598
|
-
"exception":true
|
599
|
-
},
|
600
|
-
{
|
601
|
-
"shape":"InvalidSortByException",
|
602
|
-
"exception":true
|
603
|
-
},
|
604
|
-
{
|
605
|
-
"shape":"InvalidSortOrderException",
|
606
|
-
"exception":true
|
607
|
-
},
|
608
|
-
{
|
609
|
-
"shape":"InvalidBucketNameFilterException",
|
610
|
-
"exception":true
|
611
|
-
},
|
612
|
-
{
|
613
|
-
"shape":"InvalidKeyPrefixFilterException",
|
614
|
-
"exception":true
|
615
|
-
},
|
616
|
-
{
|
617
|
-
"shape":"BucketNameFilterRequiredException",
|
618
|
-
"exception":true
|
619
|
-
},
|
620
|
-
{
|
621
|
-
"shape":"InvalidDeployedStateFilterException",
|
622
|
-
"exception":true
|
623
|
-
},
|
624
|
-
{
|
625
|
-
"shape":"InvalidNextTokenException",
|
626
|
-
"exception":true
|
627
|
-
}
|
360
|
+
{"shape":"ApplicationDoesNotExistException"},
|
361
|
+
{"shape":"ApplicationNameRequiredException"},
|
362
|
+
{"shape":"InvalidApplicationNameException"},
|
363
|
+
{"shape":"InvalidSortByException"},
|
364
|
+
{"shape":"InvalidSortOrderException"},
|
365
|
+
{"shape":"InvalidBucketNameFilterException"},
|
366
|
+
{"shape":"InvalidKeyPrefixFilterException"},
|
367
|
+
{"shape":"BucketNameFilterRequiredException"},
|
368
|
+
{"shape":"InvalidDeployedStateFilterException"},
|
369
|
+
{"shape":"InvalidNextTokenException"}
|
628
370
|
]
|
629
371
|
},
|
630
372
|
"ListApplications":{
|
@@ -636,10 +378,7 @@
|
|
636
378
|
"input":{"shape":"ListApplicationsInput"},
|
637
379
|
"output":{"shape":"ListApplicationsOutput"},
|
638
380
|
"errors":[
|
639
|
-
{
|
640
|
-
"shape":"InvalidNextTokenException",
|
641
|
-
"exception":true
|
642
|
-
}
|
381
|
+
{"shape":"InvalidNextTokenException"}
|
643
382
|
]
|
644
383
|
},
|
645
384
|
"ListDeploymentConfigs":{
|
@@ -651,10 +390,7 @@
|
|
651
390
|
"input":{"shape":"ListDeploymentConfigsInput"},
|
652
391
|
"output":{"shape":"ListDeploymentConfigsOutput"},
|
653
392
|
"errors":[
|
654
|
-
{
|
655
|
-
"shape":"InvalidNextTokenException",
|
656
|
-
"exception":true
|
657
|
-
}
|
393
|
+
{"shape":"InvalidNextTokenException"}
|
658
394
|
]
|
659
395
|
},
|
660
396
|
"ListDeploymentGroups":{
|
@@ -666,22 +402,10 @@
|
|
666
402
|
"input":{"shape":"ListDeploymentGroupsInput"},
|
667
403
|
"output":{"shape":"ListDeploymentGroupsOutput"},
|
668
404
|
"errors":[
|
669
|
-
{
|
670
|
-
|
671
|
-
|
672
|
-
}
|
673
|
-
{
|
674
|
-
"shape":"InvalidApplicationNameException",
|
675
|
-
"exception":true
|
676
|
-
},
|
677
|
-
{
|
678
|
-
"shape":"ApplicationDoesNotExistException",
|
679
|
-
"exception":true
|
680
|
-
},
|
681
|
-
{
|
682
|
-
"shape":"InvalidNextTokenException",
|
683
|
-
"exception":true
|
684
|
-
}
|
405
|
+
{"shape":"ApplicationNameRequiredException"},
|
406
|
+
{"shape":"InvalidApplicationNameException"},
|
407
|
+
{"shape":"ApplicationDoesNotExistException"},
|
408
|
+
{"shape":"InvalidNextTokenException"}
|
685
409
|
]
|
686
410
|
},
|
687
411
|
"ListDeploymentInstances":{
|
@@ -693,30 +417,12 @@
|
|
693
417
|
"input":{"shape":"ListDeploymentInstancesInput"},
|
694
418
|
"output":{"shape":"ListDeploymentInstancesOutput"},
|
695
419
|
"errors":[
|
696
|
-
{
|
697
|
-
|
698
|
-
|
699
|
-
},
|
700
|
-
{
|
701
|
-
|
702
|
-
"exception":true
|
703
|
-
},
|
704
|
-
{
|
705
|
-
"shape":"DeploymentNotStartedException",
|
706
|
-
"exception":true
|
707
|
-
},
|
708
|
-
{
|
709
|
-
"shape":"InvalidNextTokenException",
|
710
|
-
"exception":true
|
711
|
-
},
|
712
|
-
{
|
713
|
-
"shape":"InvalidDeploymentIdException",
|
714
|
-
"exception":true
|
715
|
-
},
|
716
|
-
{
|
717
|
-
"shape":"InvalidInstanceStatusException",
|
718
|
-
"exception":true
|
719
|
-
}
|
420
|
+
{"shape":"DeploymentIdRequiredException"},
|
421
|
+
{"shape":"DeploymentDoesNotExistException"},
|
422
|
+
{"shape":"DeploymentNotStartedException"},
|
423
|
+
{"shape":"InvalidNextTokenException"},
|
424
|
+
{"shape":"InvalidDeploymentIdException"},
|
425
|
+
{"shape":"InvalidInstanceStatusException"}
|
720
426
|
]
|
721
427
|
},
|
722
428
|
"ListDeployments":{
|
@@ -728,42 +434,15 @@
|
|
728
434
|
"input":{"shape":"ListDeploymentsInput"},
|
729
435
|
"output":{"shape":"ListDeploymentsOutput"},
|
730
436
|
"errors":[
|
731
|
-
{
|
732
|
-
|
733
|
-
|
734
|
-
},
|
735
|
-
{
|
736
|
-
|
737
|
-
|
738
|
-
},
|
739
|
-
{
|
740
|
-
"shape":"ApplicationDoesNotExistException",
|
741
|
-
"exception":true
|
742
|
-
},
|
743
|
-
{
|
744
|
-
"shape":"InvalidDeploymentGroupNameException",
|
745
|
-
"exception":true
|
746
|
-
},
|
747
|
-
{
|
748
|
-
"shape":"DeploymentGroupDoesNotExistException",
|
749
|
-
"exception":true
|
750
|
-
},
|
751
|
-
{
|
752
|
-
"shape":"DeploymentGroupNameRequiredException",
|
753
|
-
"exception":true
|
754
|
-
},
|
755
|
-
{
|
756
|
-
"shape":"InvalidTimeRangeException",
|
757
|
-
"exception":true
|
758
|
-
},
|
759
|
-
{
|
760
|
-
"shape":"InvalidDeploymentStatusException",
|
761
|
-
"exception":true
|
762
|
-
},
|
763
|
-
{
|
764
|
-
"shape":"InvalidNextTokenException",
|
765
|
-
"exception":true
|
766
|
-
}
|
437
|
+
{"shape":"ApplicationNameRequiredException"},
|
438
|
+
{"shape":"InvalidApplicationNameException"},
|
439
|
+
{"shape":"ApplicationDoesNotExistException"},
|
440
|
+
{"shape":"InvalidDeploymentGroupNameException"},
|
441
|
+
{"shape":"DeploymentGroupDoesNotExistException"},
|
442
|
+
{"shape":"DeploymentGroupNameRequiredException"},
|
443
|
+
{"shape":"InvalidTimeRangeException"},
|
444
|
+
{"shape":"InvalidDeploymentStatusException"},
|
445
|
+
{"shape":"InvalidNextTokenException"}
|
767
446
|
]
|
768
447
|
},
|
769
448
|
"ListOnPremisesInstances":{
|
@@ -775,18 +454,9 @@
|
|
775
454
|
"input":{"shape":"ListOnPremisesInstancesInput"},
|
776
455
|
"output":{"shape":"ListOnPremisesInstancesOutput"},
|
777
456
|
"errors":[
|
778
|
-
{
|
779
|
-
|
780
|
-
|
781
|
-
},
|
782
|
-
{
|
783
|
-
"shape":"InvalidTagFilterException",
|
784
|
-
"exception":true
|
785
|
-
},
|
786
|
-
{
|
787
|
-
"shape":"InvalidNextTokenException",
|
788
|
-
"exception":true
|
789
|
-
}
|
457
|
+
{"shape":"InvalidRegistrationStatusException"},
|
458
|
+
{"shape":"InvalidTagFilterException"},
|
459
|
+
{"shape":"InvalidNextTokenException"}
|
790
460
|
]
|
791
461
|
},
|
792
462
|
"RegisterApplicationRevision":{
|
@@ -797,30 +467,12 @@
|
|
797
467
|
},
|
798
468
|
"input":{"shape":"RegisterApplicationRevisionInput"},
|
799
469
|
"errors":[
|
800
|
-
{
|
801
|
-
|
802
|
-
|
803
|
-
},
|
804
|
-
{
|
805
|
-
|
806
|
-
"exception":true
|
807
|
-
},
|
808
|
-
{
|
809
|
-
"shape":"InvalidApplicationNameException",
|
810
|
-
"exception":true
|
811
|
-
},
|
812
|
-
{
|
813
|
-
"shape":"DescriptionTooLongException",
|
814
|
-
"exception":true
|
815
|
-
},
|
816
|
-
{
|
817
|
-
"shape":"RevisionRequiredException",
|
818
|
-
"exception":true
|
819
|
-
},
|
820
|
-
{
|
821
|
-
"shape":"InvalidRevisionException",
|
822
|
-
"exception":true
|
823
|
-
}
|
470
|
+
{"shape":"ApplicationDoesNotExistException"},
|
471
|
+
{"shape":"ApplicationNameRequiredException"},
|
472
|
+
{"shape":"InvalidApplicationNameException"},
|
473
|
+
{"shape":"DescriptionTooLongException"},
|
474
|
+
{"shape":"RevisionRequiredException"},
|
475
|
+
{"shape":"InvalidRevisionException"}
|
824
476
|
]
|
825
477
|
},
|
826
478
|
"RegisterOnPremisesInstance":{
|
@@ -831,30 +483,12 @@
|
|
831
483
|
},
|
832
484
|
"input":{"shape":"RegisterOnPremisesInstanceInput"},
|
833
485
|
"errors":[
|
834
|
-
{
|
835
|
-
|
836
|
-
|
837
|
-
},
|
838
|
-
{
|
839
|
-
|
840
|
-
"exception":true
|
841
|
-
},
|
842
|
-
{
|
843
|
-
"shape":"InstanceNameRequiredException",
|
844
|
-
"exception":true
|
845
|
-
},
|
846
|
-
{
|
847
|
-
"shape":"IamUserArnRequiredException",
|
848
|
-
"exception":true
|
849
|
-
},
|
850
|
-
{
|
851
|
-
"shape":"InvalidInstanceNameException",
|
852
|
-
"exception":true
|
853
|
-
},
|
854
|
-
{
|
855
|
-
"shape":"InvalidIamUserArnException",
|
856
|
-
"exception":true
|
857
|
-
}
|
486
|
+
{"shape":"InstanceNameAlreadyRegisteredException"},
|
487
|
+
{"shape":"IamUserArnAlreadyRegisteredException"},
|
488
|
+
{"shape":"InstanceNameRequiredException"},
|
489
|
+
{"shape":"IamUserArnRequiredException"},
|
490
|
+
{"shape":"InvalidInstanceNameException"},
|
491
|
+
{"shape":"InvalidIamUserArnException"}
|
858
492
|
]
|
859
493
|
},
|
860
494
|
"RemoveTagsFromOnPremisesInstances":{
|
@@ -865,30 +499,12 @@
|
|
865
499
|
},
|
866
500
|
"input":{"shape":"RemoveTagsFromOnPremisesInstancesInput"},
|
867
501
|
"errors":[
|
868
|
-
{
|
869
|
-
|
870
|
-
|
871
|
-
},
|
872
|
-
{
|
873
|
-
|
874
|
-
"exception":true
|
875
|
-
},
|
876
|
-
{
|
877
|
-
"shape":"InvalidTagException",
|
878
|
-
"exception":true
|
879
|
-
},
|
880
|
-
{
|
881
|
-
"shape":"TagLimitExceededException",
|
882
|
-
"exception":true
|
883
|
-
},
|
884
|
-
{
|
885
|
-
"shape":"InstanceLimitExceededException",
|
886
|
-
"exception":true
|
887
|
-
},
|
888
|
-
{
|
889
|
-
"shape":"InstanceNotRegisteredException",
|
890
|
-
"exception":true
|
891
|
-
}
|
502
|
+
{"shape":"InstanceNameRequiredException"},
|
503
|
+
{"shape":"TagRequiredException"},
|
504
|
+
{"shape":"InvalidTagException"},
|
505
|
+
{"shape":"TagLimitExceededException"},
|
506
|
+
{"shape":"InstanceLimitExceededException"},
|
507
|
+
{"shape":"InstanceNotRegisteredException"}
|
892
508
|
]
|
893
509
|
},
|
894
510
|
"StopDeployment":{
|
@@ -900,22 +516,10 @@
|
|
900
516
|
"input":{"shape":"StopDeploymentInput"},
|
901
517
|
"output":{"shape":"StopDeploymentOutput"},
|
902
518
|
"errors":[
|
903
|
-
{
|
904
|
-
|
905
|
-
|
906
|
-
}
|
907
|
-
{
|
908
|
-
"shape":"DeploymentDoesNotExistException",
|
909
|
-
"exception":true
|
910
|
-
},
|
911
|
-
{
|
912
|
-
"shape":"DeploymentAlreadyCompletedException",
|
913
|
-
"exception":true
|
914
|
-
},
|
915
|
-
{
|
916
|
-
"shape":"InvalidDeploymentIdException",
|
917
|
-
"exception":true
|
918
|
-
}
|
519
|
+
{"shape":"DeploymentIdRequiredException"},
|
520
|
+
{"shape":"DeploymentDoesNotExistException"},
|
521
|
+
{"shape":"DeploymentAlreadyCompletedException"},
|
522
|
+
{"shape":"InvalidDeploymentIdException"}
|
919
523
|
]
|
920
524
|
},
|
921
525
|
"UpdateApplication":{
|
@@ -926,22 +530,10 @@
|
|
926
530
|
},
|
927
531
|
"input":{"shape":"UpdateApplicationInput"},
|
928
532
|
"errors":[
|
929
|
-
{
|
930
|
-
|
931
|
-
|
932
|
-
}
|
933
|
-
{
|
934
|
-
"shape":"InvalidApplicationNameException",
|
935
|
-
"exception":true
|
936
|
-
},
|
937
|
-
{
|
938
|
-
"shape":"ApplicationAlreadyExistsException",
|
939
|
-
"exception":true
|
940
|
-
},
|
941
|
-
{
|
942
|
-
"shape":"ApplicationDoesNotExistException",
|
943
|
-
"exception":true
|
944
|
-
}
|
533
|
+
{"shape":"ApplicationNameRequiredException"},
|
534
|
+
{"shape":"InvalidApplicationNameException"},
|
535
|
+
{"shape":"ApplicationAlreadyExistsException"},
|
536
|
+
{"shape":"ApplicationDoesNotExistException"}
|
945
537
|
]
|
946
538
|
},
|
947
539
|
"UpdateDeploymentGroup":{
|
@@ -953,58 +545,22 @@
|
|
953
545
|
"input":{"shape":"UpdateDeploymentGroupInput"},
|
954
546
|
"output":{"shape":"UpdateDeploymentGroupOutput"},
|
955
547
|
"errors":[
|
956
|
-
{
|
957
|
-
|
958
|
-
|
959
|
-
},
|
960
|
-
{
|
961
|
-
|
962
|
-
|
963
|
-
},
|
964
|
-
{
|
965
|
-
|
966
|
-
|
967
|
-
},
|
968
|
-
{
|
969
|
-
|
970
|
-
|
971
|
-
}
|
972
|
-
{
|
973
|
-
"shape":"DeploymentGroupAlreadyExistsException",
|
974
|
-
"exception":true
|
975
|
-
},
|
976
|
-
{
|
977
|
-
"shape":"DeploymentGroupNameRequiredException",
|
978
|
-
"exception":true
|
979
|
-
},
|
980
|
-
{
|
981
|
-
"shape":"DeploymentGroupDoesNotExistException",
|
982
|
-
"exception":true
|
983
|
-
},
|
984
|
-
{
|
985
|
-
"shape":"InvalidEC2TagException",
|
986
|
-
"exception":true
|
987
|
-
},
|
988
|
-
{
|
989
|
-
"shape":"InvalidTagException",
|
990
|
-
"exception":true
|
991
|
-
},
|
992
|
-
{
|
993
|
-
"shape":"InvalidAutoScalingGroupException",
|
994
|
-
"exception":true
|
995
|
-
},
|
996
|
-
{
|
997
|
-
"shape":"InvalidDeploymentConfigNameException",
|
998
|
-
"exception":true
|
999
|
-
},
|
1000
|
-
{
|
1001
|
-
"shape":"DeploymentConfigDoesNotExistException",
|
1002
|
-
"exception":true
|
1003
|
-
},
|
1004
|
-
{
|
1005
|
-
"shape":"InvalidRoleException",
|
1006
|
-
"exception":true
|
1007
|
-
}
|
548
|
+
{"shape":"ApplicationNameRequiredException"},
|
549
|
+
{"shape":"InvalidApplicationNameException"},
|
550
|
+
{"shape":"ApplicationDoesNotExistException"},
|
551
|
+
{"shape":"InvalidDeploymentGroupNameException"},
|
552
|
+
{"shape":"DeploymentGroupAlreadyExistsException"},
|
553
|
+
{"shape":"DeploymentGroupNameRequiredException"},
|
554
|
+
{"shape":"DeploymentGroupDoesNotExistException"},
|
555
|
+
{"shape":"InvalidEC2TagException"},
|
556
|
+
{"shape":"InvalidTagException"},
|
557
|
+
{"shape":"InvalidAutoScalingGroupException"},
|
558
|
+
{"shape":"InvalidDeploymentConfigNameException"},
|
559
|
+
{"shape":"DeploymentConfigDoesNotExistException"},
|
560
|
+
{"shape":"InvalidRoleException"},
|
561
|
+
{"shape":"LifecycleHookLimitExceededException"},
|
562
|
+
{"shape":"InvalidTriggerConfigException"},
|
563
|
+
{"shape":"TriggerTargetsLimitExceededException"}
|
1008
564
|
]
|
1009
565
|
}
|
1010
566
|
},
|
@@ -1050,8 +606,8 @@
|
|
1050
606
|
},
|
1051
607
|
"ApplicationName":{
|
1052
608
|
"type":"string",
|
1053
|
-
"
|
1054
|
-
"
|
609
|
+
"max":100,
|
610
|
+
"min":1
|
1055
611
|
},
|
1056
612
|
"ApplicationNameRequiredException":{
|
1057
613
|
"type":"structure",
|
@@ -1092,6 +648,25 @@
|
|
1092
648
|
"type":"list",
|
1093
649
|
"member":{"shape":"AutoScalingGroupName"}
|
1094
650
|
},
|
651
|
+
"BatchGetApplicationRevisionsInput":{
|
652
|
+
"type":"structure",
|
653
|
+
"required":[
|
654
|
+
"applicationName",
|
655
|
+
"revisions"
|
656
|
+
],
|
657
|
+
"members":{
|
658
|
+
"applicationName":{"shape":"ApplicationName"},
|
659
|
+
"revisions":{"shape":"RevisionLocationList"}
|
660
|
+
}
|
661
|
+
},
|
662
|
+
"BatchGetApplicationRevisionsOutput":{
|
663
|
+
"type":"structure",
|
664
|
+
"members":{
|
665
|
+
"applicationName":{"shape":"ApplicationName"},
|
666
|
+
"errorMessage":{"shape":"ErrorMessage"},
|
667
|
+
"revisions":{"shape":"RevisionInfoList"}
|
668
|
+
}
|
669
|
+
},
|
1095
670
|
"BatchGetApplicationsInput":{
|
1096
671
|
"type":"structure",
|
1097
672
|
"members":{
|
@@ -1104,6 +679,24 @@
|
|
1104
679
|
"applicationsInfo":{"shape":"ApplicationsInfoList"}
|
1105
680
|
}
|
1106
681
|
},
|
682
|
+
"BatchGetDeploymentInstancesInput":{
|
683
|
+
"type":"structure",
|
684
|
+
"required":[
|
685
|
+
"deploymentId",
|
686
|
+
"instanceIds"
|
687
|
+
],
|
688
|
+
"members":{
|
689
|
+
"deploymentId":{"shape":"DeploymentId"},
|
690
|
+
"instanceIds":{"shape":"InstancesList"}
|
691
|
+
}
|
692
|
+
},
|
693
|
+
"BatchGetDeploymentInstancesOutput":{
|
694
|
+
"type":"structure",
|
695
|
+
"members":{
|
696
|
+
"instancesSummary":{"shape":"InstanceSummaryList"},
|
697
|
+
"errorMessage":{"shape":"ErrorMessage"}
|
698
|
+
}
|
699
|
+
},
|
1107
700
|
"BatchGetDeploymentsInput":{
|
1108
701
|
"type":"structure",
|
1109
702
|
"members":{
|
@@ -1128,6 +721,12 @@
|
|
1128
721
|
"instanceInfos":{"shape":"InstanceInfoList"}
|
1129
722
|
}
|
1130
723
|
},
|
724
|
+
"BatchLimitExceededException":{
|
725
|
+
"type":"structure",
|
726
|
+
"members":{
|
727
|
+
},
|
728
|
+
"exception":true
|
729
|
+
},
|
1131
730
|
"Boolean":{"type":"boolean"},
|
1132
731
|
"BucketNameFilterRequiredException":{
|
1133
732
|
"type":"structure",
|
@@ -1185,7 +784,8 @@
|
|
1185
784
|
"ec2TagFilters":{"shape":"EC2TagFilterList"},
|
1186
785
|
"onPremisesInstanceTagFilters":{"shape":"TagFilterList"},
|
1187
786
|
"autoScalingGroups":{"shape":"AutoScalingGroupNameList"},
|
1188
|
-
"serviceRoleArn":{"shape":"Role"}
|
787
|
+
"serviceRoleArn":{"shape":"Role"},
|
788
|
+
"triggerConfigurations":{"shape":"TriggerConfigList"}
|
1189
789
|
}
|
1190
790
|
},
|
1191
791
|
"CreateDeploymentGroupOutput":{
|
@@ -1285,8 +885,8 @@
|
|
1285
885
|
},
|
1286
886
|
"DeploymentConfigName":{
|
1287
887
|
"type":"string",
|
1288
|
-
"
|
1289
|
-
"
|
888
|
+
"max":100,
|
889
|
+
"min":1
|
1290
890
|
},
|
1291
891
|
"DeploymentConfigNameRequiredException":{
|
1292
892
|
"type":"structure",
|
@@ -1335,7 +935,8 @@
|
|
1335
935
|
"onPremisesInstanceTagFilters":{"shape":"TagFilterList"},
|
1336
936
|
"autoScalingGroups":{"shape":"AutoScalingGroupList"},
|
1337
937
|
"serviceRoleArn":{"shape":"Role"},
|
1338
|
-
"targetRevision":{"shape":"RevisionLocation"}
|
938
|
+
"targetRevision":{"shape":"RevisionLocation"},
|
939
|
+
"triggerConfigurations":{"shape":"TriggerConfigList"}
|
1339
940
|
}
|
1340
941
|
},
|
1341
942
|
"DeploymentGroupLimitExceededException":{
|
@@ -1346,8 +947,8 @@
|
|
1346
947
|
},
|
1347
948
|
"DeploymentGroupName":{
|
1348
949
|
"type":"string",
|
1349
|
-
"
|
1350
|
-
"
|
950
|
+
"max":100,
|
951
|
+
"min":1
|
1351
952
|
},
|
1352
953
|
"DeploymentGroupNameRequiredException":{
|
1353
954
|
"type":"structure",
|
@@ -1719,6 +1320,10 @@
|
|
1719
1320
|
"lifecycleEvents":{"shape":"LifecycleEventList"}
|
1720
1321
|
}
|
1721
1322
|
},
|
1323
|
+
"InstanceSummaryList":{
|
1324
|
+
"type":"list",
|
1325
|
+
"member":{"shape":"InstanceSummary"}
|
1326
|
+
},
|
1722
1327
|
"InstancesList":{
|
1723
1328
|
"type":"list",
|
1724
1329
|
"member":{"shape":"InstanceId"}
|
@@ -1867,6 +1472,12 @@
|
|
1867
1472
|
},
|
1868
1473
|
"exception":true
|
1869
1474
|
},
|
1475
|
+
"InvalidTriggerConfigException":{
|
1476
|
+
"type":"structure",
|
1477
|
+
"members":{
|
1478
|
+
},
|
1479
|
+
"exception":true
|
1480
|
+
},
|
1870
1481
|
"Key":{"type":"string"},
|
1871
1482
|
"LifecycleErrorCode":{
|
1872
1483
|
"type":"string",
|
@@ -1905,6 +1516,12 @@
|
|
1905
1516
|
"Unknown"
|
1906
1517
|
]
|
1907
1518
|
},
|
1519
|
+
"LifecycleHookLimitExceededException":{
|
1520
|
+
"type":"structure",
|
1521
|
+
"members":{
|
1522
|
+
},
|
1523
|
+
"exception":true
|
1524
|
+
},
|
1908
1525
|
"LifecycleMessage":{"type":"string"},
|
1909
1526
|
"ListApplicationRevisionsInput":{
|
1910
1527
|
"type":"structure",
|
@@ -2090,6 +1707,17 @@
|
|
2090
1707
|
},
|
2091
1708
|
"exception":true
|
2092
1709
|
},
|
1710
|
+
"RevisionInfo":{
|
1711
|
+
"type":"structure",
|
1712
|
+
"members":{
|
1713
|
+
"revisionLocation":{"shape":"RevisionLocation"},
|
1714
|
+
"genericRevisionInfo":{"shape":"GenericRevisionInfo"}
|
1715
|
+
}
|
1716
|
+
},
|
1717
|
+
"RevisionInfoList":{
|
1718
|
+
"type":"list",
|
1719
|
+
"member":{"shape":"RevisionInfo"}
|
1720
|
+
},
|
2093
1721
|
"RevisionLocation":{
|
2094
1722
|
"type":"structure",
|
2095
1723
|
"members":{
|
@@ -2214,6 +1842,42 @@
|
|
2214
1842
|
}
|
2215
1843
|
},
|
2216
1844
|
"Timestamp":{"type":"timestamp"},
|
1845
|
+
"TriggerConfig":{
|
1846
|
+
"type":"structure",
|
1847
|
+
"members":{
|
1848
|
+
"triggerName":{"shape":"TriggerName"},
|
1849
|
+
"triggerTargetArn":{"shape":"TriggerTargetArn"},
|
1850
|
+
"triggerEvents":{"shape":"TriggerEventTypeList"}
|
1851
|
+
}
|
1852
|
+
},
|
1853
|
+
"TriggerConfigList":{
|
1854
|
+
"type":"list",
|
1855
|
+
"member":{"shape":"TriggerConfig"}
|
1856
|
+
},
|
1857
|
+
"TriggerEventType":{
|
1858
|
+
"type":"string",
|
1859
|
+
"enum":[
|
1860
|
+
"DeploymentStart",
|
1861
|
+
"DeploymentSuccess",
|
1862
|
+
"DeploymentFailure",
|
1863
|
+
"DeploymentStop",
|
1864
|
+
"InstanceStart",
|
1865
|
+
"InstanceSuccess",
|
1866
|
+
"InstanceFailure"
|
1867
|
+
]
|
1868
|
+
},
|
1869
|
+
"TriggerEventTypeList":{
|
1870
|
+
"type":"list",
|
1871
|
+
"member":{"shape":"TriggerEventType"}
|
1872
|
+
},
|
1873
|
+
"TriggerName":{"type":"string"},
|
1874
|
+
"TriggerTargetArn":{"type":"string"},
|
1875
|
+
"TriggerTargetsLimitExceededException":{
|
1876
|
+
"type":"structure",
|
1877
|
+
"members":{
|
1878
|
+
},
|
1879
|
+
"exception":true
|
1880
|
+
},
|
2217
1881
|
"UpdateApplicationInput":{
|
2218
1882
|
"type":"structure",
|
2219
1883
|
"members":{
|
@@ -2235,7 +1899,8 @@
|
|
2235
1899
|
"ec2TagFilters":{"shape":"EC2TagFilterList"},
|
2236
1900
|
"onPremisesInstanceTagFilters":{"shape":"TagFilterList"},
|
2237
1901
|
"autoScalingGroups":{"shape":"AutoScalingGroupNameList"},
|
2238
|
-
"serviceRoleArn":{"shape":"Role"}
|
1902
|
+
"serviceRoleArn":{"shape":"Role"},
|
1903
|
+
"triggerConfigurations":{"shape":"TriggerConfigList"}
|
2239
1904
|
}
|
2240
1905
|
},
|
2241
1906
|
"UpdateDeploymentGroupOutput":{
|