aws-sdk-core 2.9.29 → 2.9.30

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: 5fd2cb0f3bcd1484dd6f7b32f80c13c2dd58625e
4
- data.tar.gz: b32a114f431eaaaf8fad98e282b1304a174c753b
3
+ metadata.gz: 3011cacbd13cb7bbf02a90048501a38977a1bde8
4
+ data.tar.gz: af552096d76315eb1a890c874cfe070ff1c18a4f
5
5
  SHA512:
6
- metadata.gz: d00c0d86ca218d50b9ec2c96a16761160e282888491952b478e3ac50282d66e23efcad98e900706447d4e955597da475bf4fd8eb5ebee9505c42ef90911940b4
7
- data.tar.gz: 5c3d0ecd63fae6ebb5dea15960dcd94416237587f016566a2764ff04b98ee07baad3347d98251d40287155258f06c5d7ee9e426570f441db300bc52c98a39961
6
+ metadata.gz: f20289d0aa30bce64ace62067b4e59e8531d5d9ff63a01105638b248711c504a03801ccbcb945ed54146898413863f2a665d14a55295fd4e9e6492b1992b5aaa
7
+ data.tar.gz: ff6c3839baa59cf08395ad716ec81304262d0313e4ed12b78817fd08eb6270d0e533e4556da19b8b4215ce7ec6abe8e9fda940c592b8877d50e62ae4ac6c8e9c
@@ -252,7 +252,6 @@
252
252
  {"shape":"ResourceNotFoundException"},
253
253
  {"shape":"ResourceInUseException"},
254
254
  {"shape":"InvalidRoleException"},
255
- {"shape":"ResourceNotFoundException"},
256
255
  {"shape":"InvalidParameterCombinationException"},
257
256
  {"shape":"LimitExceededException"},
258
257
  {"shape":"IncompatibleImageException"}
@@ -300,7 +299,8 @@
300
299
  "type":"string",
301
300
  "enum":[
302
301
  "API",
303
- "SAML"
302
+ "SAML",
303
+ "USERPOOL"
304
304
  ]
305
305
  },
306
306
  "Boolean":{"type":"boolean"},
@@ -545,6 +545,17 @@
545
545
  "EnableDefaultInternetAccess":{"shape":"BooleanObject"}
546
546
  }
547
547
  },
548
+ "FleetAttribute":{
549
+ "type":"string",
550
+ "enum":[
551
+ "VPC_CONFIGURATION",
552
+ "VPC_CONFIGURATION_SECURITY_GROUP_IDS"
553
+ ]
554
+ },
555
+ "FleetAttributes":{
556
+ "type":"list",
557
+ "member":{"shape":"FleetAttribute"}
558
+ },
548
559
  "FleetError":{
549
560
  "type":"structure",
550
561
  "members":{
@@ -743,6 +754,11 @@
743
754
  },
744
755
  "exception":true
745
756
  },
757
+ "SecurityGroupIdList":{
758
+ "type":"list",
759
+ "member":{"shape":"String"},
760
+ "max":5
761
+ },
746
762
  "Session":{
747
763
  "type":"structure",
748
764
  "required":[
@@ -872,10 +888,14 @@
872
888
  "VpcConfig":{"shape":"VpcConfig"},
873
889
  "MaxUserDurationInSeconds":{"shape":"Integer"},
874
890
  "DisconnectTimeoutInSeconds":{"shape":"Integer"},
875
- "DeleteVpcConfig":{"shape":"Boolean"},
891
+ "DeleteVpcConfig":{
892
+ "shape":"Boolean",
893
+ "deprecated":true
894
+ },
876
895
  "Description":{"shape":"Description"},
877
896
  "DisplayName":{"shape":"DisplayName"},
878
- "EnableDefaultInternetAccess":{"shape":"BooleanObject"}
897
+ "EnableDefaultInternetAccess":{"shape":"BooleanObject"},
898
+ "AttributesToDelete":{"shape":"FleetAttributes"}
879
899
  }
880
900
  },
881
901
  "UpdateFleetResult":{
@@ -916,7 +936,8 @@
916
936
  "VpcConfig":{
917
937
  "type":"structure",
918
938
  "members":{
919
- "SubnetIds":{"shape":"SubnetIdList"}
939
+ "SubnetIds":{"shape":"SubnetIdList"},
940
+ "SecurityGroupIds":{"shape":"SecurityGroupIdList"}
920
941
  }
921
942
  }
922
943
  }
@@ -569,7 +569,8 @@
569
569
  "source": "data",
570
570
  "path": "Tags[].ResourceType"
571
571
  }
572
- ]
572
+ ],
573
+ "path": "Tags[]"
573
574
  }
574
575
  }
575
576
  },
@@ -1511,10 +1512,20 @@
1511
1512
  "target": "Filters[0].Values[0]",
1512
1513
  "source": "identifier",
1513
1514
  "name": "Key"
1515
+ },
1516
+ {
1517
+ "target": "Filters[1].Name",
1518
+ "source": "identifier",
1519
+ "name": "ResourceType"
1520
+ },
1521
+ {
1522
+ "target": "Filters[1].Values[0]",
1523
+ "source": "identifier",
1524
+ "name": "ResourceId"
1514
1525
  }
1515
1526
  ]
1516
1527
  },
1517
- "path": "Tags[]"
1528
+ "path": "Tags[0]"
1518
1529
  },
1519
1530
  "actions": {
1520
1531
  "Create": {
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"iot-2015-05-28",
5
4
  "apiVersion":"2015-05-28",
6
5
  "endpointPrefix":"iot",
6
+ "protocol":"rest-json",
7
7
  "serviceFullName":"AWS IoT",
8
8
  "signatureVersion":"v4",
9
9
  "signingName":"execute-api",
10
- "protocol":"rest-json"
10
+ "uid":"iot-2015-05-28"
11
11
  },
12
12
  "operations":{
13
13
  "AcceptCertificateTransfer":{
@@ -18,43 +18,13 @@
18
18
  },
19
19
  "input":{"shape":"AcceptCertificateTransferRequest"},
20
20
  "errors":[
21
- {
22
- "shape":"ResourceNotFoundException",
23
- "error":{"httpStatusCode":404},
24
- "exception":true
25
- },
26
- {
27
- "shape":"TransferAlreadyCompletedException",
28
- "error":{"httpStatusCode":410},
29
- "exception":true
30
- },
31
- {
32
- "shape":"InvalidRequestException",
33
- "error":{"httpStatusCode":400},
34
- "exception":true
35
- },
36
- {
37
- "shape":"ThrottlingException",
38
- "error":{"httpStatusCode":429},
39
- "exception":true
40
- },
41
- {
42
- "shape":"UnauthorizedException",
43
- "error":{"httpStatusCode":401},
44
- "exception":true
45
- },
46
- {
47
- "shape":"ServiceUnavailableException",
48
- "error":{"httpStatusCode":503},
49
- "exception":true,
50
- "fault":true
51
- },
52
- {
53
- "shape":"InternalFailureException",
54
- "error":{"httpStatusCode":500},
55
- "exception":true,
56
- "fault":true
57
- }
21
+ {"shape":"ResourceNotFoundException"},
22
+ {"shape":"TransferAlreadyCompletedException"},
23
+ {"shape":"InvalidRequestException"},
24
+ {"shape":"ThrottlingException"},
25
+ {"shape":"UnauthorizedException"},
26
+ {"shape":"ServiceUnavailableException"},
27
+ {"shape":"InternalFailureException"}
58
28
  ]
59
29
  },
60
30
  "AttachPrincipalPolicy":{
@@ -65,43 +35,13 @@
65
35
  },
66
36
  "input":{"shape":"AttachPrincipalPolicyRequest"},
67
37
  "errors":[
68
- {
69
- "shape":"ResourceNotFoundException",
70
- "error":{"httpStatusCode":404},
71
- "exception":true
72
- },
73
- {
74
- "shape":"InvalidRequestException",
75
- "error":{"httpStatusCode":400},
76
- "exception":true
77
- },
78
- {
79
- "shape":"ThrottlingException",
80
- "error":{"httpStatusCode":429},
81
- "exception":true
82
- },
83
- {
84
- "shape":"UnauthorizedException",
85
- "error":{"httpStatusCode":401},
86
- "exception":true
87
- },
88
- {
89
- "shape":"ServiceUnavailableException",
90
- "error":{"httpStatusCode":503},
91
- "exception":true,
92
- "fault":true
93
- },
94
- {
95
- "shape":"InternalFailureException",
96
- "error":{"httpStatusCode":500},
97
- "exception":true,
98
- "fault":true
99
- },
100
- {
101
- "shape":"LimitExceededException",
102
- "error":{"httpStatusCode":410},
103
- "exception":true
104
- }
38
+ {"shape":"ResourceNotFoundException"},
39
+ {"shape":"InvalidRequestException"},
40
+ {"shape":"ThrottlingException"},
41
+ {"shape":"UnauthorizedException"},
42
+ {"shape":"ServiceUnavailableException"},
43
+ {"shape":"InternalFailureException"},
44
+ {"shape":"LimitExceededException"}
105
45
  ]
106
46
  },
107
47
  "AttachThingPrincipal":{
@@ -113,38 +53,12 @@
113
53
  "input":{"shape":"AttachThingPrincipalRequest"},
114
54
  "output":{"shape":"AttachThingPrincipalResponse"},
115
55
  "errors":[
116
- {
117
- "shape":"ResourceNotFoundException",
118
- "error":{"httpStatusCode":404},
119
- "exception":true
120
- },
121
- {
122
- "shape":"InvalidRequestException",
123
- "error":{"httpStatusCode":400},
124
- "exception":true
125
- },
126
- {
127
- "shape":"ThrottlingException",
128
- "error":{"httpStatusCode":429},
129
- "exception":true
130
- },
131
- {
132
- "shape":"UnauthorizedException",
133
- "error":{"httpStatusCode":401},
134
- "exception":true
135
- },
136
- {
137
- "shape":"ServiceUnavailableException",
138
- "error":{"httpStatusCode":503},
139
- "exception":true,
140
- "fault":true
141
- },
142
- {
143
- "shape":"InternalFailureException",
144
- "error":{"httpStatusCode":500},
145
- "exception":true,
146
- "fault":true
147
- }
56
+ {"shape":"ResourceNotFoundException"},
57
+ {"shape":"InvalidRequestException"},
58
+ {"shape":"ThrottlingException"},
59
+ {"shape":"UnauthorizedException"},
60
+ {"shape":"ServiceUnavailableException"},
61
+ {"shape":"InternalFailureException"}
148
62
  ]
149
63
  },
150
64
  "CancelCertificateTransfer":{
@@ -155,43 +69,13 @@
155
69
  },
156
70
  "input":{"shape":"CancelCertificateTransferRequest"},
157
71
  "errors":[
158
- {
159
- "shape":"ResourceNotFoundException",
160
- "error":{"httpStatusCode":404},
161
- "exception":true
162
- },
163
- {
164
- "shape":"TransferAlreadyCompletedException",
165
- "error":{"httpStatusCode":410},
166
- "exception":true
167
- },
168
- {
169
- "shape":"InvalidRequestException",
170
- "error":{"httpStatusCode":400},
171
- "exception":true
172
- },
173
- {
174
- "shape":"ThrottlingException",
175
- "error":{"httpStatusCode":429},
176
- "exception":true
177
- },
178
- {
179
- "shape":"UnauthorizedException",
180
- "error":{"httpStatusCode":401},
181
- "exception":true
182
- },
183
- {
184
- "shape":"ServiceUnavailableException",
185
- "error":{"httpStatusCode":503},
186
- "exception":true,
187
- "fault":true
188
- },
189
- {
190
- "shape":"InternalFailureException",
191
- "error":{"httpStatusCode":500},
192
- "exception":true,
193
- "fault":true
194
- }
72
+ {"shape":"ResourceNotFoundException"},
73
+ {"shape":"TransferAlreadyCompletedException"},
74
+ {"shape":"InvalidRequestException"},
75
+ {"shape":"ThrottlingException"},
76
+ {"shape":"UnauthorizedException"},
77
+ {"shape":"ServiceUnavailableException"},
78
+ {"shape":"InternalFailureException"}
195
79
  ]
196
80
  },
197
81
  "CreateCertificateFromCsr":{
@@ -203,33 +87,11 @@
203
87
  "input":{"shape":"CreateCertificateFromCsrRequest"},
204
88
  "output":{"shape":"CreateCertificateFromCsrResponse"},
205
89
  "errors":[
206
- {
207
- "shape":"InvalidRequestException",
208
- "error":{"httpStatusCode":400},
209
- "exception":true
210
- },
211
- {
212
- "shape":"ThrottlingException",
213
- "error":{"httpStatusCode":429},
214
- "exception":true
215
- },
216
- {
217
- "shape":"UnauthorizedException",
218
- "error":{"httpStatusCode":401},
219
- "exception":true
220
- },
221
- {
222
- "shape":"ServiceUnavailableException",
223
- "error":{"httpStatusCode":503},
224
- "exception":true,
225
- "fault":true
226
- },
227
- {
228
- "shape":"InternalFailureException",
229
- "error":{"httpStatusCode":500},
230
- "exception":true,
231
- "fault":true
232
- }
90
+ {"shape":"InvalidRequestException"},
91
+ {"shape":"ThrottlingException"},
92
+ {"shape":"UnauthorizedException"},
93
+ {"shape":"ServiceUnavailableException"},
94
+ {"shape":"InternalFailureException"}
233
95
  ]
234
96
  },
235
97
  "CreateKeysAndCertificate":{
@@ -241,33 +103,11 @@
241
103
  "input":{"shape":"CreateKeysAndCertificateRequest"},
242
104
  "output":{"shape":"CreateKeysAndCertificateResponse"},
243
105
  "errors":[
244
- {
245
- "shape":"InvalidRequestException",
246
- "error":{"httpStatusCode":400},
247
- "exception":true
248
- },
249
- {
250
- "shape":"ThrottlingException",
251
- "error":{"httpStatusCode":429},
252
- "exception":true
253
- },
254
- {
255
- "shape":"UnauthorizedException",
256
- "error":{"httpStatusCode":401},
257
- "exception":true
258
- },
259
- {
260
- "shape":"ServiceUnavailableException",
261
- "error":{"httpStatusCode":503},
262
- "exception":true,
263
- "fault":true
264
- },
265
- {
266
- "shape":"InternalFailureException",
267
- "error":{"httpStatusCode":500},
268
- "exception":true,
269
- "fault":true
270
- }
106
+ {"shape":"InvalidRequestException"},
107
+ {"shape":"ThrottlingException"},
108
+ {"shape":"UnauthorizedException"},
109
+ {"shape":"ServiceUnavailableException"},
110
+ {"shape":"InternalFailureException"}
271
111
  ]
272
112
  },
273
113
  "CreatePolicy":{
@@ -279,43 +119,13 @@
279
119
  "input":{"shape":"CreatePolicyRequest"},
280
120
  "output":{"shape":"CreatePolicyResponse"},
281
121
  "errors":[
282
- {
283
- "shape":"ResourceAlreadyExistsException",
284
- "error":{"httpStatusCode":409},
285
- "exception":true
286
- },
287
- {
288
- "shape":"MalformedPolicyException",
289
- "error":{"httpStatusCode":400},
290
- "exception":true
291
- },
292
- {
293
- "shape":"InvalidRequestException",
294
- "error":{"httpStatusCode":400},
295
- "exception":true
296
- },
297
- {
298
- "shape":"ThrottlingException",
299
- "error":{"httpStatusCode":429},
300
- "exception":true
301
- },
302
- {
303
- "shape":"UnauthorizedException",
304
- "error":{"httpStatusCode":401},
305
- "exception":true
306
- },
307
- {
308
- "shape":"ServiceUnavailableException",
309
- "error":{"httpStatusCode":503},
310
- "exception":true,
311
- "fault":true
312
- },
313
- {
314
- "shape":"InternalFailureException",
315
- "error":{"httpStatusCode":500},
316
- "exception":true,
317
- "fault":true
318
- }
122
+ {"shape":"ResourceAlreadyExistsException"},
123
+ {"shape":"MalformedPolicyException"},
124
+ {"shape":"InvalidRequestException"},
125
+ {"shape":"ThrottlingException"},
126
+ {"shape":"UnauthorizedException"},
127
+ {"shape":"ServiceUnavailableException"},
128
+ {"shape":"InternalFailureException"}
319
129
  ]
320
130
  },
321
131
  "CreatePolicyVersion":{
@@ -327,48 +137,14 @@
327
137
  "input":{"shape":"CreatePolicyVersionRequest"},
328
138
  "output":{"shape":"CreatePolicyVersionResponse"},
329
139
  "errors":[
330
- {
331
- "shape":"ResourceNotFoundException",
332
- "error":{"httpStatusCode":404},
333
- "exception":true
334
- },
335
- {
336
- "shape":"MalformedPolicyException",
337
- "error":{"httpStatusCode":400},
338
- "exception":true
339
- },
340
- {
341
- "shape":"VersionsLimitExceededException",
342
- "error":{"httpStatusCode":409},
343
- "exception":true
344
- },
345
- {
346
- "shape":"InvalidRequestException",
347
- "error":{"httpStatusCode":400},
348
- "exception":true
349
- },
350
- {
351
- "shape":"ThrottlingException",
352
- "error":{"httpStatusCode":429},
353
- "exception":true
354
- },
355
- {
356
- "shape":"UnauthorizedException",
357
- "error":{"httpStatusCode":401},
358
- "exception":true
359
- },
360
- {
361
- "shape":"ServiceUnavailableException",
362
- "error":{"httpStatusCode":503},
363
- "exception":true,
364
- "fault":true
365
- },
366
- {
367
- "shape":"InternalFailureException",
368
- "error":{"httpStatusCode":500},
369
- "exception":true,
370
- "fault":true
371
- }
140
+ {"shape":"ResourceNotFoundException"},
141
+ {"shape":"MalformedPolicyException"},
142
+ {"shape":"VersionsLimitExceededException"},
143
+ {"shape":"InvalidRequestException"},
144
+ {"shape":"ThrottlingException"},
145
+ {"shape":"UnauthorizedException"},
146
+ {"shape":"ServiceUnavailableException"},
147
+ {"shape":"InternalFailureException"}
372
148
  ]
373
149
  },
374
150
  "CreateThing":{
@@ -380,43 +156,13 @@
380
156
  "input":{"shape":"CreateThingRequest"},
381
157
  "output":{"shape":"CreateThingResponse"},
382
158
  "errors":[
383
- {
384
- "shape":"InvalidRequestException",
385
- "error":{"httpStatusCode":400},
386
- "exception":true
387
- },
388
- {
389
- "shape":"ThrottlingException",
390
- "error":{"httpStatusCode":429},
391
- "exception":true
392
- },
393
- {
394
- "shape":"UnauthorizedException",
395
- "error":{"httpStatusCode":401},
396
- "exception":true
397
- },
398
- {
399
- "shape":"ServiceUnavailableException",
400
- "error":{"httpStatusCode":503},
401
- "exception":true,
402
- "fault":true
403
- },
404
- {
405
- "shape":"InternalFailureException",
406
- "error":{"httpStatusCode":500},
407
- "exception":true,
408
- "fault":true
409
- },
410
- {
411
- "shape":"ResourceAlreadyExistsException",
412
- "error":{"httpStatusCode":409},
413
- "exception":true
414
- },
415
- {
416
- "shape":"ResourceNotFoundException",
417
- "error":{"httpStatusCode":404},
418
- "exception":true
419
- }
159
+ {"shape":"InvalidRequestException"},
160
+ {"shape":"ThrottlingException"},
161
+ {"shape":"UnauthorizedException"},
162
+ {"shape":"ServiceUnavailableException"},
163
+ {"shape":"InternalFailureException"},
164
+ {"shape":"ResourceAlreadyExistsException"},
165
+ {"shape":"ResourceNotFoundException"}
420
166
  ]
421
167
  },
422
168
  "CreateThingType":{
@@ -428,38 +174,12 @@
428
174
  "input":{"shape":"CreateThingTypeRequest"},
429
175
  "output":{"shape":"CreateThingTypeResponse"},
430
176
  "errors":[
431
- {
432
- "shape":"InvalidRequestException",
433
- "error":{"httpStatusCode":400},
434
- "exception":true
435
- },
436
- {
437
- "shape":"ThrottlingException",
438
- "error":{"httpStatusCode":429},
439
- "exception":true
440
- },
441
- {
442
- "shape":"UnauthorizedException",
443
- "error":{"httpStatusCode":401},
444
- "exception":true
445
- },
446
- {
447
- "shape":"ServiceUnavailableException",
448
- "error":{"httpStatusCode":503},
449
- "exception":true,
450
- "fault":true
451
- },
452
- {
453
- "shape":"InternalFailureException",
454
- "error":{"httpStatusCode":500},
455
- "exception":true,
456
- "fault":true
457
- },
458
- {
459
- "shape":"ResourceAlreadyExistsException",
460
- "error":{"httpStatusCode":409},
461
- "exception":true
462
- }
177
+ {"shape":"InvalidRequestException"},
178
+ {"shape":"ThrottlingException"},
179
+ {"shape":"UnauthorizedException"},
180
+ {"shape":"ServiceUnavailableException"},
181
+ {"shape":"InternalFailureException"},
182
+ {"shape":"ResourceAlreadyExistsException"}
463
183
  ]
464
184
  },
465
185
  "CreateTopicRule":{
@@ -470,33 +190,11 @@
470
190
  },
471
191
  "input":{"shape":"CreateTopicRuleRequest"},
472
192
  "errors":[
473
- {
474
- "shape":"SqlParseException",
475
- "error":{"httpStatusCode":400},
476
- "exception":true
477
- },
478
- {
479
- "shape":"InternalException",
480
- "error":{"httpStatusCode":500},
481
- "exception":true,
482
- "fault":true
483
- },
484
- {
485
- "shape":"InvalidRequestException",
486
- "error":{"httpStatusCode":400},
487
- "exception":true
488
- },
489
- {
490
- "shape":"ResourceAlreadyExistsException",
491
- "error":{"httpStatusCode":409},
492
- "exception":true
493
- },
494
- {
495
- "shape":"ServiceUnavailableException",
496
- "error":{"httpStatusCode":503},
497
- "exception":true,
498
- "fault":true
499
- }
193
+ {"shape":"SqlParseException"},
194
+ {"shape":"InternalException"},
195
+ {"shape":"InvalidRequestException"},
196
+ {"shape":"ResourceAlreadyExistsException"},
197
+ {"shape":"ServiceUnavailableException"}
500
198
  ]
501
199
  },
502
200
  "DeleteCACertificate":{
@@ -508,43 +206,13 @@
508
206
  "input":{"shape":"DeleteCACertificateRequest"},
509
207
  "output":{"shape":"DeleteCACertificateResponse"},
510
208
  "errors":[
511
- {
512
- "shape":"InvalidRequestException",
513
- "error":{"httpStatusCode":400},
514
- "exception":true
515
- },
516
- {
517
- "shape":"CertificateStateException",
518
- "error":{"httpStatusCode":406},
519
- "exception":true
520
- },
521
- {
522
- "shape":"ThrottlingException",
523
- "error":{"httpStatusCode":429},
524
- "exception":true
525
- },
526
- {
527
- "shape":"UnauthorizedException",
528
- "error":{"httpStatusCode":401},
529
- "exception":true
530
- },
531
- {
532
- "shape":"ServiceUnavailableException",
533
- "error":{"httpStatusCode":503},
534
- "exception":true,
535
- "fault":true
536
- },
537
- {
538
- "shape":"InternalFailureException",
539
- "error":{"httpStatusCode":500},
540
- "exception":true,
541
- "fault":true
542
- },
543
- {
544
- "shape":"ResourceNotFoundException",
545
- "error":{"httpStatusCode":404},
546
- "exception":true
547
- }
209
+ {"shape":"InvalidRequestException"},
210
+ {"shape":"CertificateStateException"},
211
+ {"shape":"ThrottlingException"},
212
+ {"shape":"UnauthorizedException"},
213
+ {"shape":"ServiceUnavailableException"},
214
+ {"shape":"InternalFailureException"},
215
+ {"shape":"ResourceNotFoundException"}
548
216
  ]
549
217
  },
550
218
  "DeleteCertificate":{
@@ -555,48 +223,14 @@
555
223
  },
556
224
  "input":{"shape":"DeleteCertificateRequest"},
557
225
  "errors":[
558
- {
559
- "shape":"CertificateStateException",
560
- "error":{"httpStatusCode":406},
561
- "exception":true
562
- },
563
- {
564
- "shape":"DeleteConflictException",
565
- "error":{"httpStatusCode":409},
566
- "exception":true
567
- },
568
- {
569
- "shape":"InvalidRequestException",
570
- "error":{"httpStatusCode":400},
571
- "exception":true
572
- },
573
- {
574
- "shape":"ThrottlingException",
575
- "error":{"httpStatusCode":429},
576
- "exception":true
577
- },
578
- {
579
- "shape":"UnauthorizedException",
580
- "error":{"httpStatusCode":401},
581
- "exception":true
582
- },
583
- {
584
- "shape":"ServiceUnavailableException",
585
- "error":{"httpStatusCode":503},
586
- "exception":true,
587
- "fault":true
588
- },
589
- {
590
- "shape":"InternalFailureException",
591
- "error":{"httpStatusCode":500},
592
- "exception":true,
593
- "fault":true
594
- },
595
- {
596
- "shape":"ResourceNotFoundException",
597
- "error":{"httpStatusCode":404},
598
- "exception":true
599
- }
226
+ {"shape":"CertificateStateException"},
227
+ {"shape":"DeleteConflictException"},
228
+ {"shape":"InvalidRequestException"},
229
+ {"shape":"ThrottlingException"},
230
+ {"shape":"UnauthorizedException"},
231
+ {"shape":"ServiceUnavailableException"},
232
+ {"shape":"InternalFailureException"},
233
+ {"shape":"ResourceNotFoundException"}
600
234
  ]
601
235
  },
602
236
  "DeletePolicy":{
@@ -607,43 +241,13 @@
607
241
  },
608
242
  "input":{"shape":"DeletePolicyRequest"},
609
243
  "errors":[
610
- {
611
- "shape":"DeleteConflictException",
612
- "error":{"httpStatusCode":409},
613
- "exception":true
614
- },
615
- {
616
- "shape":"ResourceNotFoundException",
617
- "error":{"httpStatusCode":404},
618
- "exception":true
619
- },
620
- {
621
- "shape":"InvalidRequestException",
622
- "error":{"httpStatusCode":400},
623
- "exception":true
624
- },
625
- {
626
- "shape":"ThrottlingException",
627
- "error":{"httpStatusCode":429},
628
- "exception":true
629
- },
630
- {
631
- "shape":"UnauthorizedException",
632
- "error":{"httpStatusCode":401},
633
- "exception":true
634
- },
635
- {
636
- "shape":"ServiceUnavailableException",
637
- "error":{"httpStatusCode":503},
638
- "exception":true,
639
- "fault":true
640
- },
641
- {
642
- "shape":"InternalFailureException",
643
- "error":{"httpStatusCode":500},
644
- "exception":true,
645
- "fault":true
646
- }
244
+ {"shape":"DeleteConflictException"},
245
+ {"shape":"ResourceNotFoundException"},
246
+ {"shape":"InvalidRequestException"},
247
+ {"shape":"ThrottlingException"},
248
+ {"shape":"UnauthorizedException"},
249
+ {"shape":"ServiceUnavailableException"},
250
+ {"shape":"InternalFailureException"}
647
251
  ]
648
252
  },
649
253
  "DeletePolicyVersion":{
@@ -654,43 +258,13 @@
654
258
  },
655
259
  "input":{"shape":"DeletePolicyVersionRequest"},
656
260
  "errors":[
657
- {
658
- "shape":"DeleteConflictException",
659
- "error":{"httpStatusCode":409},
660
- "exception":true
661
- },
662
- {
663
- "shape":"ResourceNotFoundException",
664
- "error":{"httpStatusCode":404},
665
- "exception":true
666
- },
667
- {
668
- "shape":"InvalidRequestException",
669
- "error":{"httpStatusCode":400},
670
- "exception":true
671
- },
672
- {
673
- "shape":"ThrottlingException",
674
- "error":{"httpStatusCode":429},
675
- "exception":true
676
- },
677
- {
678
- "shape":"UnauthorizedException",
679
- "error":{"httpStatusCode":401},
680
- "exception":true
681
- },
682
- {
683
- "shape":"ServiceUnavailableException",
684
- "error":{"httpStatusCode":503},
685
- "exception":true,
686
- "fault":true
687
- },
688
- {
689
- "shape":"InternalFailureException",
690
- "error":{"httpStatusCode":500},
691
- "exception":true,
692
- "fault":true
693
- }
261
+ {"shape":"DeleteConflictException"},
262
+ {"shape":"ResourceNotFoundException"},
263
+ {"shape":"InvalidRequestException"},
264
+ {"shape":"ThrottlingException"},
265
+ {"shape":"UnauthorizedException"},
266
+ {"shape":"ServiceUnavailableException"},
267
+ {"shape":"InternalFailureException"}
694
268
  ]
695
269
  },
696
270
  "DeleteRegistrationCode":{
@@ -702,33 +276,11 @@
702
276
  "input":{"shape":"DeleteRegistrationCodeRequest"},
703
277
  "output":{"shape":"DeleteRegistrationCodeResponse"},
704
278
  "errors":[
705
- {
706
- "shape":"ThrottlingException",
707
- "error":{"httpStatusCode":429},
708
- "exception":true
709
- },
710
- {
711
- "shape":"ResourceNotFoundException",
712
- "error":{"httpStatusCode":404},
713
- "exception":true
714
- },
715
- {
716
- "shape":"UnauthorizedException",
717
- "error":{"httpStatusCode":401},
718
- "exception":true
719
- },
720
- {
721
- "shape":"ServiceUnavailableException",
722
- "error":{"httpStatusCode":503},
723
- "exception":true,
724
- "fault":true
725
- },
726
- {
727
- "shape":"InternalFailureException",
728
- "error":{"httpStatusCode":500},
729
- "exception":true,
730
- "fault":true
731
- }
279
+ {"shape":"ThrottlingException"},
280
+ {"shape":"ResourceNotFoundException"},
281
+ {"shape":"UnauthorizedException"},
282
+ {"shape":"ServiceUnavailableException"},
283
+ {"shape":"InternalFailureException"}
732
284
  ]
733
285
  },
734
286
  "DeleteThing":{
@@ -740,43 +292,13 @@
740
292
  "input":{"shape":"DeleteThingRequest"},
741
293
  "output":{"shape":"DeleteThingResponse"},
742
294
  "errors":[
743
- {
744
- "shape":"ResourceNotFoundException",
745
- "error":{"httpStatusCode":404},
746
- "exception":true
747
- },
748
- {
749
- "shape":"VersionConflictException",
750
- "error":{"httpStatusCode":409},
751
- "exception":true
752
- },
753
- {
754
- "shape":"InvalidRequestException",
755
- "error":{"httpStatusCode":400},
756
- "exception":true
757
- },
758
- {
759
- "shape":"ThrottlingException",
760
- "error":{"httpStatusCode":429},
761
- "exception":true
762
- },
763
- {
764
- "shape":"UnauthorizedException",
765
- "error":{"httpStatusCode":401},
766
- "exception":true
767
- },
768
- {
769
- "shape":"ServiceUnavailableException",
770
- "error":{"httpStatusCode":503},
771
- "exception":true,
772
- "fault":true
773
- },
774
- {
775
- "shape":"InternalFailureException",
776
- "error":{"httpStatusCode":500},
777
- "exception":true,
778
- "fault":true
779
- }
295
+ {"shape":"ResourceNotFoundException"},
296
+ {"shape":"VersionConflictException"},
297
+ {"shape":"InvalidRequestException"},
298
+ {"shape":"ThrottlingException"},
299
+ {"shape":"UnauthorizedException"},
300
+ {"shape":"ServiceUnavailableException"},
301
+ {"shape":"InternalFailureException"}
780
302
  ]
781
303
  },
782
304
  "DeleteThingType":{
@@ -788,38 +310,12 @@
788
310
  "input":{"shape":"DeleteThingTypeRequest"},
789
311
  "output":{"shape":"DeleteThingTypeResponse"},
790
312
  "errors":[
791
- {
792
- "shape":"ResourceNotFoundException",
793
- "error":{"httpStatusCode":404},
794
- "exception":true
795
- },
796
- {
797
- "shape":"InvalidRequestException",
798
- "error":{"httpStatusCode":400},
799
- "exception":true
800
- },
801
- {
802
- "shape":"ThrottlingException",
803
- "error":{"httpStatusCode":429},
804
- "exception":true
805
- },
806
- {
807
- "shape":"UnauthorizedException",
808
- "error":{"httpStatusCode":401},
809
- "exception":true
810
- },
811
- {
812
- "shape":"ServiceUnavailableException",
813
- "error":{"httpStatusCode":503},
814
- "exception":true,
815
- "fault":true
816
- },
817
- {
818
- "shape":"InternalFailureException",
819
- "error":{"httpStatusCode":500},
820
- "exception":true,
821
- "fault":true
822
- }
313
+ {"shape":"ResourceNotFoundException"},
314
+ {"shape":"InvalidRequestException"},
315
+ {"shape":"ThrottlingException"},
316
+ {"shape":"UnauthorizedException"},
317
+ {"shape":"ServiceUnavailableException"},
318
+ {"shape":"InternalFailureException"}
823
319
  ]
824
320
  },
825
321
  "DeleteTopicRule":{
@@ -830,28 +326,10 @@
830
326
  },
831
327
  "input":{"shape":"DeleteTopicRuleRequest"},
832
328
  "errors":[
833
- {
834
- "shape":"InternalException",
835
- "error":{"httpStatusCode":500},
836
- "exception":true,
837
- "fault":true
838
- },
839
- {
840
- "shape":"InvalidRequestException",
841
- "error":{"httpStatusCode":400},
842
- "exception":true
843
- },
844
- {
845
- "shape":"ServiceUnavailableException",
846
- "error":{"httpStatusCode":503},
847
- "exception":true,
848
- "fault":true
849
- },
850
- {
851
- "shape":"UnauthorizedException",
852
- "error":{"httpStatusCode":401},
853
- "exception":true
854
- }
329
+ {"shape":"InternalException"},
330
+ {"shape":"InvalidRequestException"},
331
+ {"shape":"ServiceUnavailableException"},
332
+ {"shape":"UnauthorizedException"}
855
333
  ]
856
334
  },
857
335
  "DeprecateThingType":{
@@ -863,38 +341,12 @@
863
341
  "input":{"shape":"DeprecateThingTypeRequest"},
864
342
  "output":{"shape":"DeprecateThingTypeResponse"},
865
343
  "errors":[
866
- {
867
- "shape":"ResourceNotFoundException",
868
- "error":{"httpStatusCode":404},
869
- "exception":true
870
- },
871
- {
872
- "shape":"InvalidRequestException",
873
- "error":{"httpStatusCode":400},
874
- "exception":true
875
- },
876
- {
877
- "shape":"ThrottlingException",
878
- "error":{"httpStatusCode":429},
879
- "exception":true
880
- },
881
- {
882
- "shape":"UnauthorizedException",
883
- "error":{"httpStatusCode":401},
884
- "exception":true
885
- },
886
- {
887
- "shape":"ServiceUnavailableException",
888
- "error":{"httpStatusCode":503},
889
- "exception":true,
890
- "fault":true
891
- },
892
- {
893
- "shape":"InternalFailureException",
894
- "error":{"httpStatusCode":500},
895
- "exception":true,
896
- "fault":true
897
- }
344
+ {"shape":"ResourceNotFoundException"},
345
+ {"shape":"InvalidRequestException"},
346
+ {"shape":"ThrottlingException"},
347
+ {"shape":"UnauthorizedException"},
348
+ {"shape":"ServiceUnavailableException"},
349
+ {"shape":"InternalFailureException"}
898
350
  ]
899
351
  },
900
352
  "DescribeCACertificate":{
@@ -906,38 +358,12 @@
906
358
  "input":{"shape":"DescribeCACertificateRequest"},
907
359
  "output":{"shape":"DescribeCACertificateResponse"},
908
360
  "errors":[
909
- {
910
- "shape":"InvalidRequestException",
911
- "error":{"httpStatusCode":400},
912
- "exception":true
913
- },
914
- {
915
- "shape":"ThrottlingException",
916
- "error":{"httpStatusCode":429},
917
- "exception":true
918
- },
919
- {
920
- "shape":"UnauthorizedException",
921
- "error":{"httpStatusCode":401},
922
- "exception":true
923
- },
924
- {
925
- "shape":"ServiceUnavailableException",
926
- "error":{"httpStatusCode":503},
927
- "exception":true,
928
- "fault":true
929
- },
930
- {
931
- "shape":"InternalFailureException",
932
- "error":{"httpStatusCode":500},
933
- "exception":true,
934
- "fault":true
935
- },
936
- {
937
- "shape":"ResourceNotFoundException",
938
- "error":{"httpStatusCode":404},
939
- "exception":true
940
- }
361
+ {"shape":"InvalidRequestException"},
362
+ {"shape":"ThrottlingException"},
363
+ {"shape":"UnauthorizedException"},
364
+ {"shape":"ServiceUnavailableException"},
365
+ {"shape":"InternalFailureException"},
366
+ {"shape":"ResourceNotFoundException"}
941
367
  ]
942
368
  },
943
369
  "DescribeCertificate":{
@@ -949,38 +375,12 @@
949
375
  "input":{"shape":"DescribeCertificateRequest"},
950
376
  "output":{"shape":"DescribeCertificateResponse"},
951
377
  "errors":[
952
- {
953
- "shape":"InvalidRequestException",
954
- "error":{"httpStatusCode":400},
955
- "exception":true
956
- },
957
- {
958
- "shape":"ThrottlingException",
959
- "error":{"httpStatusCode":429},
960
- "exception":true
961
- },
962
- {
963
- "shape":"UnauthorizedException",
964
- "error":{"httpStatusCode":401},
965
- "exception":true
966
- },
967
- {
968
- "shape":"ServiceUnavailableException",
969
- "error":{"httpStatusCode":503},
970
- "exception":true,
971
- "fault":true
972
- },
973
- {
974
- "shape":"InternalFailureException",
975
- "error":{"httpStatusCode":500},
976
- "exception":true,
977
- "fault":true
978
- },
979
- {
980
- "shape":"ResourceNotFoundException",
981
- "error":{"httpStatusCode":404},
982
- "exception":true
983
- }
378
+ {"shape":"InvalidRequestException"},
379
+ {"shape":"ThrottlingException"},
380
+ {"shape":"UnauthorizedException"},
381
+ {"shape":"ServiceUnavailableException"},
382
+ {"shape":"InternalFailureException"},
383
+ {"shape":"ResourceNotFoundException"}
984
384
  ]
985
385
  },
986
386
  "DescribeEndpoint":{
@@ -992,22 +392,9 @@
992
392
  "input":{"shape":"DescribeEndpointRequest"},
993
393
  "output":{"shape":"DescribeEndpointResponse"},
994
394
  "errors":[
995
- {
996
- "shape":"InternalFailureException",
997
- "error":{"httpStatusCode":500},
998
- "exception":true,
999
- "fault":true
1000
- },
1001
- {
1002
- "shape":"UnauthorizedException",
1003
- "error":{"httpStatusCode":401},
1004
- "exception":true
1005
- },
1006
- {
1007
- "shape":"ThrottlingException",
1008
- "error":{"httpStatusCode":429},
1009
- "exception":true
1010
- }
395
+ {"shape":"InternalFailureException"},
396
+ {"shape":"UnauthorizedException"},
397
+ {"shape":"ThrottlingException"}
1011
398
  ]
1012
399
  },
1013
400
  "DescribeThing":{
@@ -1019,38 +406,12 @@
1019
406
  "input":{"shape":"DescribeThingRequest"},
1020
407
  "output":{"shape":"DescribeThingResponse"},
1021
408
  "errors":[
1022
- {
1023
- "shape":"ResourceNotFoundException",
1024
- "error":{"httpStatusCode":404},
1025
- "exception":true
1026
- },
1027
- {
1028
- "shape":"InvalidRequestException",
1029
- "error":{"httpStatusCode":400},
1030
- "exception":true
1031
- },
1032
- {
1033
- "shape":"ThrottlingException",
1034
- "error":{"httpStatusCode":429},
1035
- "exception":true
1036
- },
1037
- {
1038
- "shape":"UnauthorizedException",
1039
- "error":{"httpStatusCode":401},
1040
- "exception":true
1041
- },
1042
- {
1043
- "shape":"ServiceUnavailableException",
1044
- "error":{"httpStatusCode":503},
1045
- "exception":true,
1046
- "fault":true
1047
- },
1048
- {
1049
- "shape":"InternalFailureException",
1050
- "error":{"httpStatusCode":500},
1051
- "exception":true,
1052
- "fault":true
1053
- }
409
+ {"shape":"ResourceNotFoundException"},
410
+ {"shape":"InvalidRequestException"},
411
+ {"shape":"ThrottlingException"},
412
+ {"shape":"UnauthorizedException"},
413
+ {"shape":"ServiceUnavailableException"},
414
+ {"shape":"InternalFailureException"}
1054
415
  ]
1055
416
  },
1056
417
  "DescribeThingType":{
@@ -1062,38 +423,12 @@
1062
423
  "input":{"shape":"DescribeThingTypeRequest"},
1063
424
  "output":{"shape":"DescribeThingTypeResponse"},
1064
425
  "errors":[
1065
- {
1066
- "shape":"ResourceNotFoundException",
1067
- "error":{"httpStatusCode":404},
1068
- "exception":true
1069
- },
1070
- {
1071
- "shape":"InvalidRequestException",
1072
- "error":{"httpStatusCode":400},
1073
- "exception":true
1074
- },
1075
- {
1076
- "shape":"ThrottlingException",
1077
- "error":{"httpStatusCode":429},
1078
- "exception":true
1079
- },
1080
- {
1081
- "shape":"UnauthorizedException",
1082
- "error":{"httpStatusCode":401},
1083
- "exception":true
1084
- },
1085
- {
1086
- "shape":"ServiceUnavailableException",
1087
- "error":{"httpStatusCode":503},
1088
- "exception":true,
1089
- "fault":true
1090
- },
1091
- {
1092
- "shape":"InternalFailureException",
1093
- "error":{"httpStatusCode":500},
1094
- "exception":true,
1095
- "fault":true
1096
- }
426
+ {"shape":"ResourceNotFoundException"},
427
+ {"shape":"InvalidRequestException"},
428
+ {"shape":"ThrottlingException"},
429
+ {"shape":"UnauthorizedException"},
430
+ {"shape":"ServiceUnavailableException"},
431
+ {"shape":"InternalFailureException"}
1097
432
  ]
1098
433
  },
1099
434
  "DetachPrincipalPolicy":{
@@ -1104,38 +439,12 @@
1104
439
  },
1105
440
  "input":{"shape":"DetachPrincipalPolicyRequest"},
1106
441
  "errors":[
1107
- {
1108
- "shape":"ResourceNotFoundException",
1109
- "error":{"httpStatusCode":404},
1110
- "exception":true
1111
- },
1112
- {
1113
- "shape":"InvalidRequestException",
1114
- "error":{"httpStatusCode":400},
1115
- "exception":true
1116
- },
1117
- {
1118
- "shape":"ThrottlingException",
1119
- "error":{"httpStatusCode":429},
1120
- "exception":true
1121
- },
1122
- {
1123
- "shape":"UnauthorizedException",
1124
- "error":{"httpStatusCode":401},
1125
- "exception":true
1126
- },
1127
- {
1128
- "shape":"ServiceUnavailableException",
1129
- "error":{"httpStatusCode":503},
1130
- "exception":true,
1131
- "fault":true
1132
- },
1133
- {
1134
- "shape":"InternalFailureException",
1135
- "error":{"httpStatusCode":500},
1136
- "exception":true,
1137
- "fault":true
1138
- }
442
+ {"shape":"ResourceNotFoundException"},
443
+ {"shape":"InvalidRequestException"},
444
+ {"shape":"ThrottlingException"},
445
+ {"shape":"UnauthorizedException"},
446
+ {"shape":"ServiceUnavailableException"},
447
+ {"shape":"InternalFailureException"}
1139
448
  ]
1140
449
  },
1141
450
  "DetachThingPrincipal":{
@@ -1147,38 +456,12 @@
1147
456
  "input":{"shape":"DetachThingPrincipalRequest"},
1148
457
  "output":{"shape":"DetachThingPrincipalResponse"},
1149
458
  "errors":[
1150
- {
1151
- "shape":"ResourceNotFoundException",
1152
- "error":{"httpStatusCode":404},
1153
- "exception":true
1154
- },
1155
- {
1156
- "shape":"InvalidRequestException",
1157
- "error":{"httpStatusCode":400},
1158
- "exception":true
1159
- },
1160
- {
1161
- "shape":"ThrottlingException",
1162
- "error":{"httpStatusCode":429},
1163
- "exception":true
1164
- },
1165
- {
1166
- "shape":"UnauthorizedException",
1167
- "error":{"httpStatusCode":401},
1168
- "exception":true
1169
- },
1170
- {
1171
- "shape":"ServiceUnavailableException",
1172
- "error":{"httpStatusCode":503},
1173
- "exception":true,
1174
- "fault":true
1175
- },
1176
- {
1177
- "shape":"InternalFailureException",
1178
- "error":{"httpStatusCode":500},
1179
- "exception":true,
1180
- "fault":true
1181
- }
459
+ {"shape":"ResourceNotFoundException"},
460
+ {"shape":"InvalidRequestException"},
461
+ {"shape":"ThrottlingException"},
462
+ {"shape":"UnauthorizedException"},
463
+ {"shape":"ServiceUnavailableException"},
464
+ {"shape":"InternalFailureException"}
1182
465
  ]
1183
466
  },
1184
467
  "DisableTopicRule":{
@@ -1189,28 +472,10 @@
1189
472
  },
1190
473
  "input":{"shape":"DisableTopicRuleRequest"},
1191
474
  "errors":[
1192
- {
1193
- "shape":"InternalException",
1194
- "error":{"httpStatusCode":500},
1195
- "exception":true,
1196
- "fault":true
1197
- },
1198
- {
1199
- "shape":"InvalidRequestException",
1200
- "error":{"httpStatusCode":400},
1201
- "exception":true
1202
- },
1203
- {
1204
- "shape":"ServiceUnavailableException",
1205
- "error":{"httpStatusCode":503},
1206
- "exception":true,
1207
- "fault":true
1208
- },
1209
- {
1210
- "shape":"UnauthorizedException",
1211
- "error":{"httpStatusCode":401},
1212
- "exception":true
1213
- }
475
+ {"shape":"InternalException"},
476
+ {"shape":"InvalidRequestException"},
477
+ {"shape":"ServiceUnavailableException"},
478
+ {"shape":"UnauthorizedException"}
1214
479
  ]
1215
480
  },
1216
481
  "EnableTopicRule":{
@@ -1221,28 +486,10 @@
1221
486
  },
1222
487
  "input":{"shape":"EnableTopicRuleRequest"},
1223
488
  "errors":[
1224
- {
1225
- "shape":"InternalException",
1226
- "error":{"httpStatusCode":500},
1227
- "exception":true,
1228
- "fault":true
1229
- },
1230
- {
1231
- "shape":"InvalidRequestException",
1232
- "error":{"httpStatusCode":400},
1233
- "exception":true
1234
- },
1235
- {
1236
- "shape":"ServiceUnavailableException",
1237
- "error":{"httpStatusCode":503},
1238
- "exception":true,
1239
- "fault":true
1240
- },
1241
- {
1242
- "shape":"UnauthorizedException",
1243
- "error":{"httpStatusCode":401},
1244
- "exception":true
1245
- }
489
+ {"shape":"InternalException"},
490
+ {"shape":"InvalidRequestException"},
491
+ {"shape":"ServiceUnavailableException"},
492
+ {"shape":"UnauthorizedException"}
1246
493
  ]
1247
494
  },
1248
495
  "GetLoggingOptions":{
@@ -1254,23 +501,9 @@
1254
501
  "input":{"shape":"GetLoggingOptionsRequest"},
1255
502
  "output":{"shape":"GetLoggingOptionsResponse"},
1256
503
  "errors":[
1257
- {
1258
- "shape":"InternalException",
1259
- "error":{"httpStatusCode":500},
1260
- "exception":true,
1261
- "fault":true
1262
- },
1263
- {
1264
- "shape":"InvalidRequestException",
1265
- "error":{"httpStatusCode":400},
1266
- "exception":true
1267
- },
1268
- {
1269
- "shape":"ServiceUnavailableException",
1270
- "error":{"httpStatusCode":503},
1271
- "exception":true,
1272
- "fault":true
1273
- }
504
+ {"shape":"InternalException"},
505
+ {"shape":"InvalidRequestException"},
506
+ {"shape":"ServiceUnavailableException"}
1274
507
  ]
1275
508
  },
1276
509
  "GetPolicy":{
@@ -1282,38 +515,12 @@
1282
515
  "input":{"shape":"GetPolicyRequest"},
1283
516
  "output":{"shape":"GetPolicyResponse"},
1284
517
  "errors":[
1285
- {
1286
- "shape":"ResourceNotFoundException",
1287
- "error":{"httpStatusCode":404},
1288
- "exception":true
1289
- },
1290
- {
1291
- "shape":"InvalidRequestException",
1292
- "error":{"httpStatusCode":400},
1293
- "exception":true
1294
- },
1295
- {
1296
- "shape":"ThrottlingException",
1297
- "error":{"httpStatusCode":429},
1298
- "exception":true
1299
- },
1300
- {
1301
- "shape":"UnauthorizedException",
1302
- "error":{"httpStatusCode":401},
1303
- "exception":true
1304
- },
1305
- {
1306
- "shape":"ServiceUnavailableException",
1307
- "error":{"httpStatusCode":503},
1308
- "exception":true,
1309
- "fault":true
1310
- },
1311
- {
1312
- "shape":"InternalFailureException",
1313
- "error":{"httpStatusCode":500},
1314
- "exception":true,
1315
- "fault":true
1316
- }
518
+ {"shape":"ResourceNotFoundException"},
519
+ {"shape":"InvalidRequestException"},
520
+ {"shape":"ThrottlingException"},
521
+ {"shape":"UnauthorizedException"},
522
+ {"shape":"ServiceUnavailableException"},
523
+ {"shape":"InternalFailureException"}
1317
524
  ]
1318
525
  },
1319
526
  "GetPolicyVersion":{
@@ -1325,38 +532,12 @@
1325
532
  "input":{"shape":"GetPolicyVersionRequest"},
1326
533
  "output":{"shape":"GetPolicyVersionResponse"},
1327
534
  "errors":[
1328
- {
1329
- "shape":"ResourceNotFoundException",
1330
- "error":{"httpStatusCode":404},
1331
- "exception":true
1332
- },
1333
- {
1334
- "shape":"InvalidRequestException",
1335
- "error":{"httpStatusCode":400},
1336
- "exception":true
1337
- },
1338
- {
1339
- "shape":"ThrottlingException",
1340
- "error":{"httpStatusCode":429},
1341
- "exception":true
1342
- },
1343
- {
1344
- "shape":"UnauthorizedException",
1345
- "error":{"httpStatusCode":401},
1346
- "exception":true
1347
- },
1348
- {
1349
- "shape":"ServiceUnavailableException",
1350
- "error":{"httpStatusCode":503},
1351
- "exception":true,
1352
- "fault":true
1353
- },
1354
- {
1355
- "shape":"InternalFailureException",
1356
- "error":{"httpStatusCode":500},
1357
- "exception":true,
1358
- "fault":true
1359
- }
535
+ {"shape":"ResourceNotFoundException"},
536
+ {"shape":"InvalidRequestException"},
537
+ {"shape":"ThrottlingException"},
538
+ {"shape":"UnauthorizedException"},
539
+ {"shape":"ServiceUnavailableException"},
540
+ {"shape":"InternalFailureException"}
1360
541
  ]
1361
542
  },
1362
543
  "GetRegistrationCode":{
@@ -1368,33 +549,11 @@
1368
549
  "input":{"shape":"GetRegistrationCodeRequest"},
1369
550
  "output":{"shape":"GetRegistrationCodeResponse"},
1370
551
  "errors":[
1371
- {
1372
- "shape":"ThrottlingException",
1373
- "error":{"httpStatusCode":429},
1374
- "exception":true
1375
- },
1376
- {
1377
- "shape":"UnauthorizedException",
1378
- "error":{"httpStatusCode":401},
1379
- "exception":true
1380
- },
1381
- {
1382
- "shape":"ServiceUnavailableException",
1383
- "error":{"httpStatusCode":503},
1384
- "exception":true,
1385
- "fault":true
1386
- },
1387
- {
1388
- "shape":"InternalFailureException",
1389
- "error":{"httpStatusCode":500},
1390
- "exception":true,
1391
- "fault":true
1392
- },
1393
- {
1394
- "shape":"InvalidRequestException",
1395
- "error":{"httpStatusCode":400},
1396
- "exception":true
1397
- }
552
+ {"shape":"ThrottlingException"},
553
+ {"shape":"UnauthorizedException"},
554
+ {"shape":"ServiceUnavailableException"},
555
+ {"shape":"InternalFailureException"},
556
+ {"shape":"InvalidRequestException"}
1398
557
  ]
1399
558
  },
1400
559
  "GetTopicRule":{
@@ -1406,28 +565,10 @@
1406
565
  "input":{"shape":"GetTopicRuleRequest"},
1407
566
  "output":{"shape":"GetTopicRuleResponse"},
1408
567
  "errors":[
1409
- {
1410
- "shape":"InternalException",
1411
- "error":{"httpStatusCode":500},
1412
- "exception":true,
1413
- "fault":true
1414
- },
1415
- {
1416
- "shape":"InvalidRequestException",
1417
- "error":{"httpStatusCode":400},
1418
- "exception":true
1419
- },
1420
- {
1421
- "shape":"ServiceUnavailableException",
1422
- "error":{"httpStatusCode":503},
1423
- "exception":true,
1424
- "fault":true
1425
- },
1426
- {
1427
- "shape":"UnauthorizedException",
1428
- "error":{"httpStatusCode":401},
1429
- "exception":true
1430
- }
568
+ {"shape":"InternalException"},
569
+ {"shape":"InvalidRequestException"},
570
+ {"shape":"ServiceUnavailableException"},
571
+ {"shape":"UnauthorizedException"}
1431
572
  ]
1432
573
  },
1433
574
  "ListCACertificates":{
@@ -1439,33 +580,11 @@
1439
580
  "input":{"shape":"ListCACertificatesRequest"},
1440
581
  "output":{"shape":"ListCACertificatesResponse"},
1441
582
  "errors":[
1442
- {
1443
- "shape":"InvalidRequestException",
1444
- "error":{"httpStatusCode":400},
1445
- "exception":true
1446
- },
1447
- {
1448
- "shape":"ThrottlingException",
1449
- "error":{"httpStatusCode":429},
1450
- "exception":true
1451
- },
1452
- {
1453
- "shape":"UnauthorizedException",
1454
- "error":{"httpStatusCode":401},
1455
- "exception":true
1456
- },
1457
- {
1458
- "shape":"ServiceUnavailableException",
1459
- "error":{"httpStatusCode":503},
1460
- "exception":true,
1461
- "fault":true
1462
- },
1463
- {
1464
- "shape":"InternalFailureException",
1465
- "error":{"httpStatusCode":500},
1466
- "exception":true,
1467
- "fault":true
1468
- }
583
+ {"shape":"InvalidRequestException"},
584
+ {"shape":"ThrottlingException"},
585
+ {"shape":"UnauthorizedException"},
586
+ {"shape":"ServiceUnavailableException"},
587
+ {"shape":"InternalFailureException"}
1469
588
  ]
1470
589
  },
1471
590
  "ListCertificates":{
@@ -1477,33 +596,11 @@
1477
596
  "input":{"shape":"ListCertificatesRequest"},
1478
597
  "output":{"shape":"ListCertificatesResponse"},
1479
598
  "errors":[
1480
- {
1481
- "shape":"InvalidRequestException",
1482
- "error":{"httpStatusCode":400},
1483
- "exception":true
1484
- },
1485
- {
1486
- "shape":"ThrottlingException",
1487
- "error":{"httpStatusCode":429},
1488
- "exception":true
1489
- },
1490
- {
1491
- "shape":"UnauthorizedException",
1492
- "error":{"httpStatusCode":401},
1493
- "exception":true
1494
- },
1495
- {
1496
- "shape":"ServiceUnavailableException",
1497
- "error":{"httpStatusCode":503},
1498
- "exception":true,
1499
- "fault":true
1500
- },
1501
- {
1502
- "shape":"InternalFailureException",
1503
- "error":{"httpStatusCode":500},
1504
- "exception":true,
1505
- "fault":true
1506
- }
599
+ {"shape":"InvalidRequestException"},
600
+ {"shape":"ThrottlingException"},
601
+ {"shape":"UnauthorizedException"},
602
+ {"shape":"ServiceUnavailableException"},
603
+ {"shape":"InternalFailureException"}
1507
604
  ]
1508
605
  },
1509
606
  "ListCertificatesByCA":{
@@ -1515,33 +612,11 @@
1515
612
  "input":{"shape":"ListCertificatesByCARequest"},
1516
613
  "output":{"shape":"ListCertificatesByCAResponse"},
1517
614
  "errors":[
1518
- {
1519
- "shape":"InvalidRequestException",
1520
- "error":{"httpStatusCode":400},
1521
- "exception":true
1522
- },
1523
- {
1524
- "shape":"ThrottlingException",
1525
- "error":{"httpStatusCode":429},
1526
- "exception":true
1527
- },
1528
- {
1529
- "shape":"UnauthorizedException",
1530
- "error":{"httpStatusCode":401},
1531
- "exception":true
1532
- },
1533
- {
1534
- "shape":"ServiceUnavailableException",
1535
- "error":{"httpStatusCode":503},
1536
- "exception":true,
1537
- "fault":true
1538
- },
1539
- {
1540
- "shape":"InternalFailureException",
1541
- "error":{"httpStatusCode":500},
1542
- "exception":true,
1543
- "fault":true
1544
- }
615
+ {"shape":"InvalidRequestException"},
616
+ {"shape":"ThrottlingException"},
617
+ {"shape":"UnauthorizedException"},
618
+ {"shape":"ServiceUnavailableException"},
619
+ {"shape":"InternalFailureException"}
1545
620
  ]
1546
621
  },
1547
622
  "ListOutgoingCertificates":{
@@ -1553,33 +628,11 @@
1553
628
  "input":{"shape":"ListOutgoingCertificatesRequest"},
1554
629
  "output":{"shape":"ListOutgoingCertificatesResponse"},
1555
630
  "errors":[
1556
- {
1557
- "shape":"InvalidRequestException",
1558
- "error":{"httpStatusCode":400},
1559
- "exception":true
1560
- },
1561
- {
1562
- "shape":"ThrottlingException",
1563
- "error":{"httpStatusCode":429},
1564
- "exception":true
1565
- },
1566
- {
1567
- "shape":"UnauthorizedException",
1568
- "error":{"httpStatusCode":401},
1569
- "exception":true
1570
- },
1571
- {
1572
- "shape":"ServiceUnavailableException",
1573
- "error":{"httpStatusCode":503},
1574
- "exception":true,
1575
- "fault":true
1576
- },
1577
- {
1578
- "shape":"InternalFailureException",
1579
- "error":{"httpStatusCode":500},
1580
- "exception":true,
1581
- "fault":true
1582
- }
631
+ {"shape":"InvalidRequestException"},
632
+ {"shape":"ThrottlingException"},
633
+ {"shape":"UnauthorizedException"},
634
+ {"shape":"ServiceUnavailableException"},
635
+ {"shape":"InternalFailureException"}
1583
636
  ]
1584
637
  },
1585
638
  "ListPolicies":{
@@ -1591,33 +644,11 @@
1591
644
  "input":{"shape":"ListPoliciesRequest"},
1592
645
  "output":{"shape":"ListPoliciesResponse"},
1593
646
  "errors":[
1594
- {
1595
- "shape":"InvalidRequestException",
1596
- "error":{"httpStatusCode":400},
1597
- "exception":true
1598
- },
1599
- {
1600
- "shape":"ThrottlingException",
1601
- "error":{"httpStatusCode":429},
1602
- "exception":true
1603
- },
1604
- {
1605
- "shape":"UnauthorizedException",
1606
- "error":{"httpStatusCode":401},
1607
- "exception":true
1608
- },
1609
- {
1610
- "shape":"ServiceUnavailableException",
1611
- "error":{"httpStatusCode":503},
1612
- "exception":true,
1613
- "fault":true
1614
- },
1615
- {
1616
- "shape":"InternalFailureException",
1617
- "error":{"httpStatusCode":500},
1618
- "exception":true,
1619
- "fault":true
1620
- }
647
+ {"shape":"InvalidRequestException"},
648
+ {"shape":"ThrottlingException"},
649
+ {"shape":"UnauthorizedException"},
650
+ {"shape":"ServiceUnavailableException"},
651
+ {"shape":"InternalFailureException"}
1621
652
  ]
1622
653
  },
1623
654
  "ListPolicyPrincipals":{
@@ -1629,38 +660,12 @@
1629
660
  "input":{"shape":"ListPolicyPrincipalsRequest"},
1630
661
  "output":{"shape":"ListPolicyPrincipalsResponse"},
1631
662
  "errors":[
1632
- {
1633
- "shape":"ResourceNotFoundException",
1634
- "error":{"httpStatusCode":404},
1635
- "exception":true
1636
- },
1637
- {
1638
- "shape":"InvalidRequestException",
1639
- "error":{"httpStatusCode":400},
1640
- "exception":true
1641
- },
1642
- {
1643
- "shape":"ThrottlingException",
1644
- "error":{"httpStatusCode":429},
1645
- "exception":true
1646
- },
1647
- {
1648
- "shape":"UnauthorizedException",
1649
- "error":{"httpStatusCode":401},
1650
- "exception":true
1651
- },
1652
- {
1653
- "shape":"ServiceUnavailableException",
1654
- "error":{"httpStatusCode":503},
1655
- "exception":true,
1656
- "fault":true
1657
- },
1658
- {
1659
- "shape":"InternalFailureException",
1660
- "error":{"httpStatusCode":500},
1661
- "exception":true,
1662
- "fault":true
1663
- }
663
+ {"shape":"ResourceNotFoundException"},
664
+ {"shape":"InvalidRequestException"},
665
+ {"shape":"ThrottlingException"},
666
+ {"shape":"UnauthorizedException"},
667
+ {"shape":"ServiceUnavailableException"},
668
+ {"shape":"InternalFailureException"}
1664
669
  ]
1665
670
  },
1666
671
  "ListPolicyVersions":{
@@ -1672,38 +677,12 @@
1672
677
  "input":{"shape":"ListPolicyVersionsRequest"},
1673
678
  "output":{"shape":"ListPolicyVersionsResponse"},
1674
679
  "errors":[
1675
- {
1676
- "shape":"ResourceNotFoundException",
1677
- "error":{"httpStatusCode":404},
1678
- "exception":true
1679
- },
1680
- {
1681
- "shape":"InvalidRequestException",
1682
- "error":{"httpStatusCode":400},
1683
- "exception":true
1684
- },
1685
- {
1686
- "shape":"ThrottlingException",
1687
- "error":{"httpStatusCode":429},
1688
- "exception":true
1689
- },
1690
- {
1691
- "shape":"UnauthorizedException",
1692
- "error":{"httpStatusCode":401},
1693
- "exception":true
1694
- },
1695
- {
1696
- "shape":"ServiceUnavailableException",
1697
- "error":{"httpStatusCode":503},
1698
- "exception":true,
1699
- "fault":true
1700
- },
1701
- {
1702
- "shape":"InternalFailureException",
1703
- "error":{"httpStatusCode":500},
1704
- "exception":true,
1705
- "fault":true
1706
- }
680
+ {"shape":"ResourceNotFoundException"},
681
+ {"shape":"InvalidRequestException"},
682
+ {"shape":"ThrottlingException"},
683
+ {"shape":"UnauthorizedException"},
684
+ {"shape":"ServiceUnavailableException"},
685
+ {"shape":"InternalFailureException"}
1707
686
  ]
1708
687
  },
1709
688
  "ListPrincipalPolicies":{
@@ -1715,38 +694,12 @@
1715
694
  "input":{"shape":"ListPrincipalPoliciesRequest"},
1716
695
  "output":{"shape":"ListPrincipalPoliciesResponse"},
1717
696
  "errors":[
1718
- {
1719
- "shape":"ResourceNotFoundException",
1720
- "error":{"httpStatusCode":404},
1721
- "exception":true
1722
- },
1723
- {
1724
- "shape":"InvalidRequestException",
1725
- "error":{"httpStatusCode":400},
1726
- "exception":true
1727
- },
1728
- {
1729
- "shape":"ThrottlingException",
1730
- "error":{"httpStatusCode":429},
1731
- "exception":true
1732
- },
1733
- {
1734
- "shape":"UnauthorizedException",
1735
- "error":{"httpStatusCode":401},
1736
- "exception":true
1737
- },
1738
- {
1739
- "shape":"ServiceUnavailableException",
1740
- "error":{"httpStatusCode":503},
1741
- "exception":true,
1742
- "fault":true
1743
- },
1744
- {
1745
- "shape":"InternalFailureException",
1746
- "error":{"httpStatusCode":500},
1747
- "exception":true,
1748
- "fault":true
1749
- }
697
+ {"shape":"ResourceNotFoundException"},
698
+ {"shape":"InvalidRequestException"},
699
+ {"shape":"ThrottlingException"},
700
+ {"shape":"UnauthorizedException"},
701
+ {"shape":"ServiceUnavailableException"},
702
+ {"shape":"InternalFailureException"}
1750
703
  ]
1751
704
  },
1752
705
  "ListPrincipalThings":{
@@ -1758,38 +711,12 @@
1758
711
  "input":{"shape":"ListPrincipalThingsRequest"},
1759
712
  "output":{"shape":"ListPrincipalThingsResponse"},
1760
713
  "errors":[
1761
- {
1762
- "shape":"InvalidRequestException",
1763
- "error":{"httpStatusCode":400},
1764
- "exception":true
1765
- },
1766
- {
1767
- "shape":"ThrottlingException",
1768
- "error":{"httpStatusCode":429},
1769
- "exception":true
1770
- },
1771
- {
1772
- "shape":"UnauthorizedException",
1773
- "error":{"httpStatusCode":401},
1774
- "exception":true
1775
- },
1776
- {
1777
- "shape":"ServiceUnavailableException",
1778
- "error":{"httpStatusCode":503},
1779
- "exception":true,
1780
- "fault":true
1781
- },
1782
- {
1783
- "shape":"InternalFailureException",
1784
- "error":{"httpStatusCode":500},
1785
- "exception":true,
1786
- "fault":true
1787
- },
1788
- {
1789
- "shape":"ResourceNotFoundException",
1790
- "error":{"httpStatusCode":404},
1791
- "exception":true
1792
- }
714
+ {"shape":"InvalidRequestException"},
715
+ {"shape":"ThrottlingException"},
716
+ {"shape":"UnauthorizedException"},
717
+ {"shape":"ServiceUnavailableException"},
718
+ {"shape":"InternalFailureException"},
719
+ {"shape":"ResourceNotFoundException"}
1793
720
  ]
1794
721
  },
1795
722
  "ListThingPrincipals":{
@@ -1801,38 +728,12 @@
1801
728
  "input":{"shape":"ListThingPrincipalsRequest"},
1802
729
  "output":{"shape":"ListThingPrincipalsResponse"},
1803
730
  "errors":[
1804
- {
1805
- "shape":"InvalidRequestException",
1806
- "error":{"httpStatusCode":400},
1807
- "exception":true
1808
- },
1809
- {
1810
- "shape":"ThrottlingException",
1811
- "error":{"httpStatusCode":429},
1812
- "exception":true
1813
- },
1814
- {
1815
- "shape":"UnauthorizedException",
1816
- "error":{"httpStatusCode":401},
1817
- "exception":true
1818
- },
1819
- {
1820
- "shape":"ServiceUnavailableException",
1821
- "error":{"httpStatusCode":503},
1822
- "exception":true,
1823
- "fault":true
1824
- },
1825
- {
1826
- "shape":"InternalFailureException",
1827
- "error":{"httpStatusCode":500},
1828
- "exception":true,
1829
- "fault":true
1830
- },
1831
- {
1832
- "shape":"ResourceNotFoundException",
1833
- "error":{"httpStatusCode":404},
1834
- "exception":true
1835
- }
731
+ {"shape":"InvalidRequestException"},
732
+ {"shape":"ThrottlingException"},
733
+ {"shape":"UnauthorizedException"},
734
+ {"shape":"ServiceUnavailableException"},
735
+ {"shape":"InternalFailureException"},
736
+ {"shape":"ResourceNotFoundException"}
1836
737
  ]
1837
738
  },
1838
739
  "ListThingTypes":{
@@ -1844,33 +745,11 @@
1844
745
  "input":{"shape":"ListThingTypesRequest"},
1845
746
  "output":{"shape":"ListThingTypesResponse"},
1846
747
  "errors":[
1847
- {
1848
- "shape":"InvalidRequestException",
1849
- "error":{"httpStatusCode":400},
1850
- "exception":true
1851
- },
1852
- {
1853
- "shape":"ThrottlingException",
1854
- "error":{"httpStatusCode":429},
1855
- "exception":true
1856
- },
1857
- {
1858
- "shape":"UnauthorizedException",
1859
- "error":{"httpStatusCode":401},
1860
- "exception":true
1861
- },
1862
- {
1863
- "shape":"ServiceUnavailableException",
1864
- "error":{"httpStatusCode":503},
1865
- "exception":true,
1866
- "fault":true
1867
- },
1868
- {
1869
- "shape":"InternalFailureException",
1870
- "error":{"httpStatusCode":500},
1871
- "exception":true,
1872
- "fault":true
1873
- }
748
+ {"shape":"InvalidRequestException"},
749
+ {"shape":"ThrottlingException"},
750
+ {"shape":"UnauthorizedException"},
751
+ {"shape":"ServiceUnavailableException"},
752
+ {"shape":"InternalFailureException"}
1874
753
  ]
1875
754
  },
1876
755
  "ListThings":{
@@ -1882,33 +761,11 @@
1882
761
  "input":{"shape":"ListThingsRequest"},
1883
762
  "output":{"shape":"ListThingsResponse"},
1884
763
  "errors":[
1885
- {
1886
- "shape":"InvalidRequestException",
1887
- "error":{"httpStatusCode":400},
1888
- "exception":true
1889
- },
1890
- {
1891
- "shape":"ThrottlingException",
1892
- "error":{"httpStatusCode":429},
1893
- "exception":true
1894
- },
1895
- {
1896
- "shape":"UnauthorizedException",
1897
- "error":{"httpStatusCode":401},
1898
- "exception":true
1899
- },
1900
- {
1901
- "shape":"ServiceUnavailableException",
1902
- "error":{"httpStatusCode":503},
1903
- "exception":true,
1904
- "fault":true
1905
- },
1906
- {
1907
- "shape":"InternalFailureException",
1908
- "error":{"httpStatusCode":500},
1909
- "exception":true,
1910
- "fault":true
1911
- }
764
+ {"shape":"InvalidRequestException"},
765
+ {"shape":"ThrottlingException"},
766
+ {"shape":"UnauthorizedException"},
767
+ {"shape":"ServiceUnavailableException"},
768
+ {"shape":"InternalFailureException"}
1912
769
  ]
1913
770
  },
1914
771
  "ListTopicRules":{
@@ -1920,23 +777,9 @@
1920
777
  "input":{"shape":"ListTopicRulesRequest"},
1921
778
  "output":{"shape":"ListTopicRulesResponse"},
1922
779
  "errors":[
1923
- {
1924
- "shape":"InternalException",
1925
- "error":{"httpStatusCode":500},
1926
- "exception":true,
1927
- "fault":true
1928
- },
1929
- {
1930
- "shape":"InvalidRequestException",
1931
- "error":{"httpStatusCode":400},
1932
- "exception":true
1933
- },
1934
- {
1935
- "shape":"ServiceUnavailableException",
1936
- "error":{"httpStatusCode":503},
1937
- "exception":true,
1938
- "fault":true
1939
- }
780
+ {"shape":"InternalException"},
781
+ {"shape":"InvalidRequestException"},
782
+ {"shape":"ServiceUnavailableException"}
1940
783
  ]
1941
784
  },
1942
785
  "RegisterCACertificate":{
@@ -1948,53 +791,15 @@
1948
791
  "input":{"shape":"RegisterCACertificateRequest"},
1949
792
  "output":{"shape":"RegisterCACertificateResponse"},
1950
793
  "errors":[
1951
- {
1952
- "shape":"ResourceAlreadyExistsException",
1953
- "error":{"httpStatusCode":409},
1954
- "exception":true
1955
- },
1956
- {
1957
- "shape":"RegistrationCodeValidationException",
1958
- "error":{"httpStatusCode":400},
1959
- "exception":true
1960
- },
1961
- {
1962
- "shape":"InvalidRequestException",
1963
- "error":{"httpStatusCode":400},
1964
- "exception":true
1965
- },
1966
- {
1967
- "shape":"CertificateValidationException",
1968
- "error":{"httpStatusCode":400},
1969
- "exception":true
1970
- },
1971
- {
1972
- "shape":"ThrottlingException",
1973
- "error":{"httpStatusCode":429},
1974
- "exception":true
1975
- },
1976
- {
1977
- "shape":"LimitExceededException",
1978
- "error":{"httpStatusCode":410},
1979
- "exception":true
1980
- },
1981
- {
1982
- "shape":"UnauthorizedException",
1983
- "error":{"httpStatusCode":401},
1984
- "exception":true
1985
- },
1986
- {
1987
- "shape":"ServiceUnavailableException",
1988
- "error":{"httpStatusCode":503},
1989
- "exception":true,
1990
- "fault":true
1991
- },
1992
- {
1993
- "shape":"InternalFailureException",
1994
- "error":{"httpStatusCode":500},
1995
- "exception":true,
1996
- "fault":true
1997
- }
794
+ {"shape":"ResourceAlreadyExistsException"},
795
+ {"shape":"RegistrationCodeValidationException"},
796
+ {"shape":"InvalidRequestException"},
797
+ {"shape":"CertificateValidationException"},
798
+ {"shape":"ThrottlingException"},
799
+ {"shape":"LimitExceededException"},
800
+ {"shape":"UnauthorizedException"},
801
+ {"shape":"ServiceUnavailableException"},
802
+ {"shape":"InternalFailureException"}
1998
803
  ]
1999
804
  },
2000
805
  "RegisterCertificate":{
@@ -2006,53 +811,15 @@
2006
811
  "input":{"shape":"RegisterCertificateRequest"},
2007
812
  "output":{"shape":"RegisterCertificateResponse"},
2008
813
  "errors":[
2009
- {
2010
- "shape":"ResourceAlreadyExistsException",
2011
- "error":{"httpStatusCode":409},
2012
- "exception":true
2013
- },
2014
- {
2015
- "shape":"InvalidRequestException",
2016
- "error":{"httpStatusCode":400},
2017
- "exception":true
2018
- },
2019
- {
2020
- "shape":"CertificateValidationException",
2021
- "error":{"httpStatusCode":400},
2022
- "exception":true
2023
- },
2024
- {
2025
- "shape":"CertificateStateException",
2026
- "error":{"httpStatusCode":406},
2027
- "exception":true
2028
- },
2029
- {
2030
- "shape":"CertificateConflictException",
2031
- "error":{"httpStatusCode":409},
2032
- "exception":true
2033
- },
2034
- {
2035
- "shape":"ThrottlingException",
2036
- "error":{"httpStatusCode":429},
2037
- "exception":true
2038
- },
2039
- {
2040
- "shape":"UnauthorizedException",
2041
- "error":{"httpStatusCode":401},
2042
- "exception":true
2043
- },
2044
- {
2045
- "shape":"ServiceUnavailableException",
2046
- "error":{"httpStatusCode":503},
2047
- "exception":true,
2048
- "fault":true
2049
- },
2050
- {
2051
- "shape":"InternalFailureException",
2052
- "error":{"httpStatusCode":500},
2053
- "exception":true,
2054
- "fault":true
2055
- }
814
+ {"shape":"ResourceAlreadyExistsException"},
815
+ {"shape":"InvalidRequestException"},
816
+ {"shape":"CertificateValidationException"},
817
+ {"shape":"CertificateStateException"},
818
+ {"shape":"CertificateConflictException"},
819
+ {"shape":"ThrottlingException"},
820
+ {"shape":"UnauthorizedException"},
821
+ {"shape":"ServiceUnavailableException"},
822
+ {"shape":"InternalFailureException"}
2056
823
  ]
2057
824
  },
2058
825
  "RejectCertificateTransfer":{
@@ -2063,43 +830,13 @@
2063
830
  },
2064
831
  "input":{"shape":"RejectCertificateTransferRequest"},
2065
832
  "errors":[
2066
- {
2067
- "shape":"ResourceNotFoundException",
2068
- "error":{"httpStatusCode":404},
2069
- "exception":true
2070
- },
2071
- {
2072
- "shape":"TransferAlreadyCompletedException",
2073
- "error":{"httpStatusCode":410},
2074
- "exception":true
2075
- },
2076
- {
2077
- "shape":"InvalidRequestException",
2078
- "error":{"httpStatusCode":400},
2079
- "exception":true
2080
- },
2081
- {
2082
- "shape":"ThrottlingException",
2083
- "error":{"httpStatusCode":429},
2084
- "exception":true
2085
- },
2086
- {
2087
- "shape":"UnauthorizedException",
2088
- "error":{"httpStatusCode":401},
2089
- "exception":true
2090
- },
2091
- {
2092
- "shape":"ServiceUnavailableException",
2093
- "error":{"httpStatusCode":503},
2094
- "exception":true,
2095
- "fault":true
2096
- },
2097
- {
2098
- "shape":"InternalFailureException",
2099
- "error":{"httpStatusCode":500},
2100
- "exception":true,
2101
- "fault":true
2102
- }
833
+ {"shape":"ResourceNotFoundException"},
834
+ {"shape":"TransferAlreadyCompletedException"},
835
+ {"shape":"InvalidRequestException"},
836
+ {"shape":"ThrottlingException"},
837
+ {"shape":"UnauthorizedException"},
838
+ {"shape":"ServiceUnavailableException"},
839
+ {"shape":"InternalFailureException"}
2103
840
  ]
2104
841
  },
2105
842
  "ReplaceTopicRule":{
@@ -2110,33 +847,11 @@
2110
847
  },
2111
848
  "input":{"shape":"ReplaceTopicRuleRequest"},
2112
849
  "errors":[
2113
- {
2114
- "shape":"SqlParseException",
2115
- "error":{"httpStatusCode":400},
2116
- "exception":true
2117
- },
2118
- {
2119
- "shape":"InternalException",
2120
- "error":{"httpStatusCode":500},
2121
- "exception":true,
2122
- "fault":true
2123
- },
2124
- {
2125
- "shape":"InvalidRequestException",
2126
- "error":{"httpStatusCode":400},
2127
- "exception":true
2128
- },
2129
- {
2130
- "shape":"ServiceUnavailableException",
2131
- "error":{"httpStatusCode":503},
2132
- "exception":true,
2133
- "fault":true
2134
- },
2135
- {
2136
- "shape":"UnauthorizedException",
2137
- "error":{"httpStatusCode":401},
2138
- "exception":true
2139
- }
850
+ {"shape":"SqlParseException"},
851
+ {"shape":"InternalException"},
852
+ {"shape":"InvalidRequestException"},
853
+ {"shape":"ServiceUnavailableException"},
854
+ {"shape":"UnauthorizedException"}
2140
855
  ]
2141
856
  },
2142
857
  "SetDefaultPolicyVersion":{
@@ -2147,38 +862,12 @@
2147
862
  },
2148
863
  "input":{"shape":"SetDefaultPolicyVersionRequest"},
2149
864
  "errors":[
2150
- {
2151
- "shape":"ResourceNotFoundException",
2152
- "error":{"httpStatusCode":404},
2153
- "exception":true
2154
- },
2155
- {
2156
- "shape":"InvalidRequestException",
2157
- "error":{"httpStatusCode":400},
2158
- "exception":true
2159
- },
2160
- {
2161
- "shape":"ThrottlingException",
2162
- "error":{"httpStatusCode":429},
2163
- "exception":true
2164
- },
2165
- {
2166
- "shape":"UnauthorizedException",
2167
- "error":{"httpStatusCode":401},
2168
- "exception":true
2169
- },
2170
- {
2171
- "shape":"ServiceUnavailableException",
2172
- "error":{"httpStatusCode":503},
2173
- "exception":true,
2174
- "fault":true
2175
- },
2176
- {
2177
- "shape":"InternalFailureException",
2178
- "error":{"httpStatusCode":500},
2179
- "exception":true,
2180
- "fault":true
2181
- }
865
+ {"shape":"ResourceNotFoundException"},
866
+ {"shape":"InvalidRequestException"},
867
+ {"shape":"ThrottlingException"},
868
+ {"shape":"UnauthorizedException"},
869
+ {"shape":"ServiceUnavailableException"},
870
+ {"shape":"InternalFailureException"}
2182
871
  ]
2183
872
  },
2184
873
  "SetLoggingOptions":{
@@ -2189,23 +878,9 @@
2189
878
  },
2190
879
  "input":{"shape":"SetLoggingOptionsRequest"},
2191
880
  "errors":[
2192
- {
2193
- "shape":"InternalException",
2194
- "error":{"httpStatusCode":500},
2195
- "exception":true,
2196
- "fault":true
2197
- },
2198
- {
2199
- "shape":"InvalidRequestException",
2200
- "error":{"httpStatusCode":400},
2201
- "exception":true
2202
- },
2203
- {
2204
- "shape":"ServiceUnavailableException",
2205
- "error":{"httpStatusCode":503},
2206
- "exception":true,
2207
- "fault":true
2208
- }
881
+ {"shape":"InternalException"},
882
+ {"shape":"InvalidRequestException"},
883
+ {"shape":"ServiceUnavailableException"}
2209
884
  ]
2210
885
  },
2211
886
  "TransferCertificate":{
@@ -2217,48 +892,14 @@
2217
892
  "input":{"shape":"TransferCertificateRequest"},
2218
893
  "output":{"shape":"TransferCertificateResponse"},
2219
894
  "errors":[
2220
- {
2221
- "shape":"InvalidRequestException",
2222
- "error":{"httpStatusCode":400},
2223
- "exception":true
2224
- },
2225
- {
2226
- "shape":"ResourceNotFoundException",
2227
- "error":{"httpStatusCode":404},
2228
- "exception":true
2229
- },
2230
- {
2231
- "shape":"CertificateStateException",
2232
- "error":{"httpStatusCode":406},
2233
- "exception":true
2234
- },
2235
- {
2236
- "shape":"TransferConflictException",
2237
- "error":{"httpStatusCode":409},
2238
- "exception":true
2239
- },
2240
- {
2241
- "shape":"ThrottlingException",
2242
- "error":{"httpStatusCode":429},
2243
- "exception":true
2244
- },
2245
- {
2246
- "shape":"UnauthorizedException",
2247
- "error":{"httpStatusCode":401},
2248
- "exception":true
2249
- },
2250
- {
2251
- "shape":"ServiceUnavailableException",
2252
- "error":{"httpStatusCode":503},
2253
- "exception":true,
2254
- "fault":true
2255
- },
2256
- {
2257
- "shape":"InternalFailureException",
2258
- "error":{"httpStatusCode":500},
2259
- "exception":true,
2260
- "fault":true
2261
- }
895
+ {"shape":"InvalidRequestException"},
896
+ {"shape":"ResourceNotFoundException"},
897
+ {"shape":"CertificateStateException"},
898
+ {"shape":"TransferConflictException"},
899
+ {"shape":"ThrottlingException"},
900
+ {"shape":"UnauthorizedException"},
901
+ {"shape":"ServiceUnavailableException"},
902
+ {"shape":"InternalFailureException"}
2262
903
  ]
2263
904
  },
2264
905
  "UpdateCACertificate":{
@@ -2269,38 +910,12 @@
2269
910
  },
2270
911
  "input":{"shape":"UpdateCACertificateRequest"},
2271
912
  "errors":[
2272
- {
2273
- "shape":"ResourceNotFoundException",
2274
- "error":{"httpStatusCode":404},
2275
- "exception":true
2276
- },
2277
- {
2278
- "shape":"InvalidRequestException",
2279
- "error":{"httpStatusCode":400},
2280
- "exception":true
2281
- },
2282
- {
2283
- "shape":"ThrottlingException",
2284
- "error":{"httpStatusCode":429},
2285
- "exception":true
2286
- },
2287
- {
2288
- "shape":"UnauthorizedException",
2289
- "error":{"httpStatusCode":401},
2290
- "exception":true
2291
- },
2292
- {
2293
- "shape":"ServiceUnavailableException",
2294
- "error":{"httpStatusCode":503},
2295
- "exception":true,
2296
- "fault":true
2297
- },
2298
- {
2299
- "shape":"InternalFailureException",
2300
- "error":{"httpStatusCode":500},
2301
- "exception":true,
2302
- "fault":true
2303
- }
913
+ {"shape":"ResourceNotFoundException"},
914
+ {"shape":"InvalidRequestException"},
915
+ {"shape":"ThrottlingException"},
916
+ {"shape":"UnauthorizedException"},
917
+ {"shape":"ServiceUnavailableException"},
918
+ {"shape":"InternalFailureException"}
2304
919
  ]
2305
920
  },
2306
921
  "UpdateCertificate":{
@@ -2311,43 +926,13 @@
2311
926
  },
2312
927
  "input":{"shape":"UpdateCertificateRequest"},
2313
928
  "errors":[
2314
- {
2315
- "shape":"ResourceNotFoundException",
2316
- "error":{"httpStatusCode":404},
2317
- "exception":true
2318
- },
2319
- {
2320
- "shape":"CertificateStateException",
2321
- "error":{"httpStatusCode":406},
2322
- "exception":true
2323
- },
2324
- {
2325
- "shape":"InvalidRequestException",
2326
- "error":{"httpStatusCode":400},
2327
- "exception":true
2328
- },
2329
- {
2330
- "shape":"ThrottlingException",
2331
- "error":{"httpStatusCode":429},
2332
- "exception":true
2333
- },
2334
- {
2335
- "shape":"UnauthorizedException",
2336
- "error":{"httpStatusCode":401},
2337
- "exception":true
2338
- },
2339
- {
2340
- "shape":"ServiceUnavailableException",
2341
- "error":{"httpStatusCode":503},
2342
- "exception":true,
2343
- "fault":true
2344
- },
2345
- {
2346
- "shape":"InternalFailureException",
2347
- "error":{"httpStatusCode":500},
2348
- "exception":true,
2349
- "fault":true
2350
- }
929
+ {"shape":"ResourceNotFoundException"},
930
+ {"shape":"CertificateStateException"},
931
+ {"shape":"InvalidRequestException"},
932
+ {"shape":"ThrottlingException"},
933
+ {"shape":"UnauthorizedException"},
934
+ {"shape":"ServiceUnavailableException"},
935
+ {"shape":"InternalFailureException"}
2351
936
  ]
2352
937
  },
2353
938
  "UpdateThing":{
@@ -2359,43 +944,13 @@
2359
944
  "input":{"shape":"UpdateThingRequest"},
2360
945
  "output":{"shape":"UpdateThingResponse"},
2361
946
  "errors":[
2362
- {
2363
- "shape":"InvalidRequestException",
2364
- "error":{"httpStatusCode":400},
2365
- "exception":true
2366
- },
2367
- {
2368
- "shape":"VersionConflictException",
2369
- "error":{"httpStatusCode":409},
2370
- "exception":true
2371
- },
2372
- {
2373
- "shape":"ThrottlingException",
2374
- "error":{"httpStatusCode":429},
2375
- "exception":true
2376
- },
2377
- {
2378
- "shape":"UnauthorizedException",
2379
- "error":{"httpStatusCode":401},
2380
- "exception":true
2381
- },
2382
- {
2383
- "shape":"ServiceUnavailableException",
2384
- "error":{"httpStatusCode":503},
2385
- "exception":true,
2386
- "fault":true
2387
- },
2388
- {
2389
- "shape":"InternalFailureException",
2390
- "error":{"httpStatusCode":500},
2391
- "exception":true,
2392
- "fault":true
2393
- },
2394
- {
2395
- "shape":"ResourceNotFoundException",
2396
- "error":{"httpStatusCode":404},
2397
- "exception":true
2398
- }
947
+ {"shape":"InvalidRequestException"},
948
+ {"shape":"VersionConflictException"},
949
+ {"shape":"ThrottlingException"},
950
+ {"shape":"UnauthorizedException"},
951
+ {"shape":"ServiceUnavailableException"},
952
+ {"shape":"InternalFailureException"},
953
+ {"shape":"ResourceNotFoundException"}
2399
954
  ]
2400
955
  }
2401
956
  },
@@ -2430,14 +985,15 @@
2430
985
  "firehose":{"shape":"FirehoseAction"},
2431
986
  "cloudwatchMetric":{"shape":"CloudwatchMetricAction"},
2432
987
  "cloudwatchAlarm":{"shape":"CloudwatchAlarmAction"},
2433
- "elasticsearch":{"shape":"ElasticsearchAction"}
988
+ "elasticsearch":{"shape":"ElasticsearchAction"},
989
+ "salesforce":{"shape":"SalesforceAction"}
2434
990
  }
2435
991
  },
2436
992
  "ActionList":{
2437
993
  "type":"list",
2438
994
  "member":{"shape":"Action"},
2439
- "min":0,
2440
- "max":10
995
+ "max":10,
996
+ "min":0
2441
997
  },
2442
998
  "AlarmName":{"type":"string"},
2443
999
  "AllowAutoRegistration":{"type":"boolean"},
@@ -2613,14 +1169,14 @@
2613
1169
  },
2614
1170
  "CertificateId":{
2615
1171
  "type":"string",
2616
- "min":64,
2617
1172
  "max":64,
1173
+ "min":64,
2618
1174
  "pattern":"(0x)?[a-fA-F0-9]+"
2619
1175
  },
2620
1176
  "CertificatePem":{
2621
1177
  "type":"string",
2622
- "min":1,
2623
- "max":65536
1178
+ "max":65536,
1179
+ "min":1
2624
1180
  },
2625
1181
  "CertificateSigningRequest":{
2626
1182
  "type":"string",
@@ -2955,14 +1511,14 @@
2955
1511
  },
2956
1512
  "DeleteTopicRuleRequest":{
2957
1513
  "type":"structure",
1514
+ "required":["ruleName"],
2958
1515
  "members":{
2959
1516
  "ruleName":{
2960
1517
  "shape":"RuleName",
2961
1518
  "location":"uri",
2962
1519
  "locationName":"ruleName"
2963
1520
  }
2964
- },
2965
- "required":["ruleName"]
1521
+ }
2966
1522
  },
2967
1523
  "DeliveryStreamName":{"type":"string"},
2968
1524
  "DeprecateThingTypeRequest":{
@@ -3602,7 +2158,7 @@
3602
2158
  "locationName":"nextToken"
3603
2159
  },
3604
2160
  "maxResults":{
3605
- "shape":"MaxResults",
2161
+ "shape":"RegistryMaxResults",
3606
2162
  "location":"querystring",
3607
2163
  "locationName":"maxResults"
3608
2164
  },
@@ -3646,7 +2202,7 @@
3646
2202
  "locationName":"nextToken"
3647
2203
  },
3648
2204
  "maxResults":{
3649
- "shape":"MaxResults",
2205
+ "shape":"RegistryMaxResults",
3650
2206
  "location":"querystring",
3651
2207
  "locationName":"maxResults"
3652
2208
  },
@@ -3673,7 +2229,7 @@
3673
2229
  "locationName":"nextToken"
3674
2230
  },
3675
2231
  "maxResults":{
3676
- "shape":"MaxResults",
2232
+ "shape":"RegistryMaxResults",
3677
2233
  "location":"querystring",
3678
2234
  "locationName":"maxResults"
3679
2235
  },
@@ -3762,8 +2318,8 @@
3762
2318
  "Marker":{"type":"string"},
3763
2319
  "MaxResults":{
3764
2320
  "type":"integer",
3765
- "min":1,
3766
- "max":10000
2321
+ "max":10000,
2322
+ "min":1
3767
2323
  },
3768
2324
  "Message":{
3769
2325
  "type":"string",
@@ -3800,8 +2356,8 @@
3800
2356
  },
3801
2357
  "PageSize":{
3802
2358
  "type":"integer",
3803
- "min":1,
3804
- "max":250
2359
+ "max":250,
2360
+ "min":1
3805
2361
  },
3806
2362
  "PartitionKey":{"type":"string"},
3807
2363
  "PayloadField":{"type":"string"},
@@ -3820,8 +2376,8 @@
3820
2376
  "PolicyDocument":{"type":"string"},
3821
2377
  "PolicyName":{
3822
2378
  "type":"string",
3823
- "min":1,
3824
2379
  "max":128,
2380
+ "min":1,
3825
2381
  "pattern":"[\\w+=,.@-]+"
3826
2382
  },
3827
2383
  "PolicyVersion":{
@@ -3917,8 +2473,8 @@
3917
2473
  },
3918
2474
  "RegistrationCode":{
3919
2475
  "type":"string",
3920
- "min":64,
3921
2476
  "max":64,
2477
+ "min":64,
3922
2478
  "pattern":"(0x)?[a-fA-F0-9]+"
3923
2479
  },
3924
2480
  "RegistrationCodeValidationException":{
@@ -3929,6 +2485,11 @@
3929
2485
  "error":{"httpStatusCode":400},
3930
2486
  "exception":true
3931
2487
  },
2488
+ "RegistryMaxResults":{
2489
+ "type":"integer",
2490
+ "max":250,
2491
+ "min":1
2492
+ },
3932
2493
  "RejectCertificateTransferRequest":{
3933
2494
  "type":"structure",
3934
2495
  "required":["certificateId"],
@@ -3990,8 +2551,8 @@
3990
2551
  "RuleArn":{"type":"string"},
3991
2552
  "RuleName":{
3992
2553
  "type":"string",
3993
- "min":1,
3994
2554
  "max":128,
2555
+ "min":1,
3995
2556
  "pattern":"^[a-zA-Z0-9_]+$"
3996
2557
  },
3997
2558
  "S3Action":{
@@ -4009,6 +2570,21 @@
4009
2570
  }
4010
2571
  },
4011
2572
  "SQL":{"type":"string"},
2573
+ "SalesforceAction":{
2574
+ "type":"structure",
2575
+ "members":{
2576
+ "token":{"shape":"SalesforceToken"},
2577
+ "url":{"shape":"SalesforceEndpoint"}
2578
+ }
2579
+ },
2580
+ "SalesforceEndpoint":{
2581
+ "type":"string",
2582
+ "pattern":"https://ingestion-[a-zA-Z0-9]+.[a-zA-Z0-9]+.((sfdc-matrix.net)|(sfdcnow.com))/streams/\\w+/\\w+/\\w+"
2583
+ },
2584
+ "SalesforceToken":{
2585
+ "type":"string",
2586
+ "min":40
2587
+ },
4012
2588
  "SearchableAttributes":{
4013
2589
  "type":"list",
4014
2590
  "member":{"shape":"AttributeName"}
@@ -4104,8 +2680,8 @@
4104
2680
  },
4105
2681
  "ThingName":{
4106
2682
  "type":"string",
4107
- "min":1,
4108
2683
  "max":128,
2684
+ "min":1,
4109
2685
  "pattern":"[a-zA-Z0-9:_-]+"
4110
2686
  },
4111
2687
  "ThingNameList":{
@@ -4140,8 +2716,8 @@
4140
2716
  },
4141
2717
  "ThingTypeName":{
4142
2718
  "type":"string",
4143
- "min":1,
4144
2719
  "max":128,
2720
+ "min":1,
4145
2721
  "pattern":"[a-zA-Z0-9:_-]+"
4146
2722
  },
4147
2723
  "ThingTypeProperties":{