aws-sdk-core 2.2.34 → 2.2.35

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: 41ba98a563cedb23647a7f899b59bef63c69630c
4
- data.tar.gz: 20448a1c0681d5c49e28e09df0dfb144585eec93
3
+ metadata.gz: 8459c3e02feac532f0b8014b96ec0b139e7eb3f0
4
+ data.tar.gz: 9d56be319481f958332d559976b48ed0ec070e23
5
5
  SHA512:
6
- metadata.gz: fc1eab663ffaa7a33424cd3ae1d7bccdab638f92e7bf7825c45c40a740a3105f9a7ab4d4c0cff8e635b92ae2a0309239bb2b6d046f34ca153f11b7b69cc0fb36
7
- data.tar.gz: f4585b060eb80a369d242f54f624268d78dd06bcb9c638eab686bf32d5e04a5241c4f95563e99b23e774ababdcdf52bb097222a543fe4dc026c455528c8b2317
6
+ metadata.gz: 4aec479b51b6485f72a41cee9411dea1a54eed713fcd0f11a90538f0648f04bce45ecc704a92ebc80f3cc9f225c246aae75343834f20915b9be84cf29bed7f98
7
+ data.tar.gz: b136762c043957ba5f9bcf560d6af48bf16823dd48843fcd966c51a9b66d695b607bc1b158519d3cb1ad8d5a8ad0aaf9b9f3820e5b3e2de058c336d917979be8
@@ -4,10 +4,10 @@
4
4
  "apiVersion":"2014-06-30",
5
5
  "endpointPrefix":"cognito-identity",
6
6
  "jsonVersion":"1.1",
7
+ "protocol":"json",
7
8
  "serviceFullName":"Amazon Cognito Identity",
8
9
  "signatureVersion":"v4",
9
- "targetPrefix":"AWSCognitoIdentityService",
10
- "protocol":"json"
10
+ "targetPrefix":"AWSCognitoIdentityService"
11
11
  },
12
12
  "operations":{
13
13
  "CreateIdentityPool":{
@@ -19,36 +19,12 @@
19
19
  "input":{"shape":"CreateIdentityPoolInput"},
20
20
  "output":{"shape":"IdentityPool"},
21
21
  "errors":[
22
- {
23
- "shape":"InvalidParameterException",
24
- "error":{"httpStatusCode":400},
25
- "exception":true
26
- },
27
- {
28
- "shape":"NotAuthorizedException",
29
- "error":{"httpStatusCode":403},
30
- "exception":true
31
- },
32
- {
33
- "shape":"ResourceConflictException",
34
- "error":{"httpStatusCode":409},
35
- "exception":true
36
- },
37
- {
38
- "shape":"TooManyRequestsException",
39
- "error":{"httpStatusCode":429},
40
- "exception":true
41
- },
42
- {
43
- "shape":"InternalErrorException",
44
- "exception":true,
45
- "fault":true
46
- },
47
- {
48
- "shape":"LimitExceededException",
49
- "error":{"httpStatusCode":400},
50
- "exception":true
51
- }
22
+ {"shape":"InvalidParameterException"},
23
+ {"shape":"NotAuthorizedException"},
24
+ {"shape":"ResourceConflictException"},
25
+ {"shape":"TooManyRequestsException"},
26
+ {"shape":"InternalErrorException"},
27
+ {"shape":"LimitExceededException"}
52
28
  ]
53
29
  },
54
30
  "DeleteIdentities":{
@@ -60,21 +36,9 @@
60
36
  "input":{"shape":"DeleteIdentitiesInput"},
61
37
  "output":{"shape":"DeleteIdentitiesResponse"},
62
38
  "errors":[
63
- {
64
- "shape":"InvalidParameterException",
65
- "error":{"httpStatusCode":400},
66
- "exception":true
67
- },
68
- {
69
- "shape":"TooManyRequestsException",
70
- "error":{"httpStatusCode":429},
71
- "exception":true
72
- },
73
- {
74
- "shape":"InternalErrorException",
75
- "exception":true,
76
- "fault":true
77
- }
39
+ {"shape":"InvalidParameterException"},
40
+ {"shape":"TooManyRequestsException"},
41
+ {"shape":"InternalErrorException"}
78
42
  ]
79
43
  },
80
44
  "DeleteIdentityPool":{
@@ -85,31 +49,11 @@
85
49
  },
86
50
  "input":{"shape":"DeleteIdentityPoolInput"},
87
51
  "errors":[
88
- {
89
- "shape":"InvalidParameterException",
90
- "error":{"httpStatusCode":400},
91
- "exception":true
92
- },
93
- {
94
- "shape":"ResourceNotFoundException",
95
- "error":{"httpStatusCode":404},
96
- "exception":true
97
- },
98
- {
99
- "shape":"NotAuthorizedException",
100
- "error":{"httpStatusCode":403},
101
- "exception":true
102
- },
103
- {
104
- "shape":"TooManyRequestsException",
105
- "error":{"httpStatusCode":429},
106
- "exception":true
107
- },
108
- {
109
- "shape":"InternalErrorException",
110
- "exception":true,
111
- "fault":true
112
- }
52
+ {"shape":"InvalidParameterException"},
53
+ {"shape":"ResourceNotFoundException"},
54
+ {"shape":"NotAuthorizedException"},
55
+ {"shape":"TooManyRequestsException"},
56
+ {"shape":"InternalErrorException"}
113
57
  ]
114
58
  },
115
59
  "DescribeIdentity":{
@@ -121,31 +65,11 @@
121
65
  "input":{"shape":"DescribeIdentityInput"},
122
66
  "output":{"shape":"IdentityDescription"},
123
67
  "errors":[
124
- {
125
- "shape":"InvalidParameterException",
126
- "error":{"httpStatusCode":400},
127
- "exception":true
128
- },
129
- {
130
- "shape":"ResourceNotFoundException",
131
- "error":{"httpStatusCode":404},
132
- "exception":true
133
- },
134
- {
135
- "shape":"NotAuthorizedException",
136
- "error":{"httpStatusCode":403},
137
- "exception":true
138
- },
139
- {
140
- "shape":"TooManyRequestsException",
141
- "error":{"httpStatusCode":429},
142
- "exception":true
143
- },
144
- {
145
- "shape":"InternalErrorException",
146
- "exception":true,
147
- "fault":true
148
- }
68
+ {"shape":"InvalidParameterException"},
69
+ {"shape":"ResourceNotFoundException"},
70
+ {"shape":"NotAuthorizedException"},
71
+ {"shape":"TooManyRequestsException"},
72
+ {"shape":"InternalErrorException"}
149
73
  ]
150
74
  },
151
75
  "DescribeIdentityPool":{
@@ -157,31 +81,11 @@
157
81
  "input":{"shape":"DescribeIdentityPoolInput"},
158
82
  "output":{"shape":"IdentityPool"},
159
83
  "errors":[
160
- {
161
- "shape":"InvalidParameterException",
162
- "error":{"httpStatusCode":400},
163
- "exception":true
164
- },
165
- {
166
- "shape":"ResourceNotFoundException",
167
- "error":{"httpStatusCode":404},
168
- "exception":true
169
- },
170
- {
171
- "shape":"NotAuthorizedException",
172
- "error":{"httpStatusCode":403},
173
- "exception":true
174
- },
175
- {
176
- "shape":"TooManyRequestsException",
177
- "error":{"httpStatusCode":429},
178
- "exception":true
179
- },
180
- {
181
- "shape":"InternalErrorException",
182
- "exception":true,
183
- "fault":true
184
- }
84
+ {"shape":"InvalidParameterException"},
85
+ {"shape":"ResourceNotFoundException"},
86
+ {"shape":"NotAuthorizedException"},
87
+ {"shape":"TooManyRequestsException"},
88
+ {"shape":"InternalErrorException"}
185
89
  ]
186
90
  },
187
91
  "GetCredentialsForIdentity":{
@@ -193,46 +97,14 @@
193
97
  "input":{"shape":"GetCredentialsForIdentityInput"},
194
98
  "output":{"shape":"GetCredentialsForIdentityResponse"},
195
99
  "errors":[
196
- {
197
- "shape":"InvalidParameterException",
198
- "error":{"httpStatusCode":400},
199
- "exception":true
200
- },
201
- {
202
- "shape":"ResourceNotFoundException",
203
- "error":{"httpStatusCode":404},
204
- "exception":true
205
- },
206
- {
207
- "shape":"NotAuthorizedException",
208
- "error":{"httpStatusCode":403},
209
- "exception":true
210
- },
211
- {
212
- "shape":"ResourceConflictException",
213
- "error":{"httpStatusCode":409},
214
- "exception":true
215
- },
216
- {
217
- "shape":"TooManyRequestsException",
218
- "error":{"httpStatusCode":429},
219
- "exception":true
220
- },
221
- {
222
- "shape":"InvalidIdentityPoolConfigurationException",
223
- "error":{"httpStatusCode":400},
224
- "exception":true
225
- },
226
- {
227
- "shape":"InternalErrorException",
228
- "exception":true,
229
- "fault":true
230
- },
231
- {
232
- "shape":"ExternalServiceException",
233
- "error":{"httpStatusCode":400},
234
- "exception":true
235
- }
100
+ {"shape":"InvalidParameterException"},
101
+ {"shape":"ResourceNotFoundException"},
102
+ {"shape":"NotAuthorizedException"},
103
+ {"shape":"ResourceConflictException"},
104
+ {"shape":"TooManyRequestsException"},
105
+ {"shape":"InvalidIdentityPoolConfigurationException"},
106
+ {"shape":"InternalErrorException"},
107
+ {"shape":"ExternalServiceException"}
236
108
  ]
237
109
  },
238
110
  "GetId":{
@@ -244,46 +116,14 @@
244
116
  "input":{"shape":"GetIdInput"},
245
117
  "output":{"shape":"GetIdResponse"},
246
118
  "errors":[
247
- {
248
- "shape":"InvalidParameterException",
249
- "error":{"httpStatusCode":400},
250
- "exception":true
251
- },
252
- {
253
- "shape":"ResourceNotFoundException",
254
- "error":{"httpStatusCode":404},
255
- "exception":true
256
- },
257
- {
258
- "shape":"NotAuthorizedException",
259
- "error":{"httpStatusCode":403},
260
- "exception":true
261
- },
262
- {
263
- "shape":"ResourceConflictException",
264
- "error":{"httpStatusCode":409},
265
- "exception":true
266
- },
267
- {
268
- "shape":"TooManyRequestsException",
269
- "error":{"httpStatusCode":429},
270
- "exception":true
271
- },
272
- {
273
- "shape":"InternalErrorException",
274
- "exception":true,
275
- "fault":true
276
- },
277
- {
278
- "shape":"LimitExceededException",
279
- "error":{"httpStatusCode":400},
280
- "exception":true
281
- },
282
- {
283
- "shape":"ExternalServiceException",
284
- "error":{"httpStatusCode":400},
285
- "exception":true
286
- }
119
+ {"shape":"InvalidParameterException"},
120
+ {"shape":"ResourceNotFoundException"},
121
+ {"shape":"NotAuthorizedException"},
122
+ {"shape":"ResourceConflictException"},
123
+ {"shape":"TooManyRequestsException"},
124
+ {"shape":"InternalErrorException"},
125
+ {"shape":"LimitExceededException"},
126
+ {"shape":"ExternalServiceException"}
287
127
  ]
288
128
  },
289
129
  "GetIdentityPoolRoles":{
@@ -295,36 +135,12 @@
295
135
  "input":{"shape":"GetIdentityPoolRolesInput"},
296
136
  "output":{"shape":"GetIdentityPoolRolesResponse"},
297
137
  "errors":[
298
- {
299
- "shape":"InvalidParameterException",
300
- "error":{"httpStatusCode":400},
301
- "exception":true
302
- },
303
- {
304
- "shape":"ResourceNotFoundException",
305
- "error":{"httpStatusCode":404},
306
- "exception":true
307
- },
308
- {
309
- "shape":"NotAuthorizedException",
310
- "error":{"httpStatusCode":403},
311
- "exception":true
312
- },
313
- {
314
- "shape":"ResourceConflictException",
315
- "error":{"httpStatusCode":409},
316
- "exception":true
317
- },
318
- {
319
- "shape":"TooManyRequestsException",
320
- "error":{"httpStatusCode":429},
321
- "exception":true
322
- },
323
- {
324
- "shape":"InternalErrorException",
325
- "exception":true,
326
- "fault":true
327
- }
138
+ {"shape":"InvalidParameterException"},
139
+ {"shape":"ResourceNotFoundException"},
140
+ {"shape":"NotAuthorizedException"},
141
+ {"shape":"ResourceConflictException"},
142
+ {"shape":"TooManyRequestsException"},
143
+ {"shape":"InternalErrorException"}
328
144
  ]
329
145
  },
330
146
  "GetOpenIdToken":{
@@ -336,41 +152,13 @@
336
152
  "input":{"shape":"GetOpenIdTokenInput"},
337
153
  "output":{"shape":"GetOpenIdTokenResponse"},
338
154
  "errors":[
339
- {
340
- "shape":"InvalidParameterException",
341
- "error":{"httpStatusCode":400},
342
- "exception":true
343
- },
344
- {
345
- "shape":"ResourceNotFoundException",
346
- "error":{"httpStatusCode":404},
347
- "exception":true
348
- },
349
- {
350
- "shape":"NotAuthorizedException",
351
- "error":{"httpStatusCode":403},
352
- "exception":true
353
- },
354
- {
355
- "shape":"ResourceConflictException",
356
- "error":{"httpStatusCode":409},
357
- "exception":true
358
- },
359
- {
360
- "shape":"TooManyRequestsException",
361
- "error":{"httpStatusCode":429},
362
- "exception":true
363
- },
364
- {
365
- "shape":"InternalErrorException",
366
- "exception":true,
367
- "fault":true
368
- },
369
- {
370
- "shape":"ExternalServiceException",
371
- "error":{"httpStatusCode":400},
372
- "exception":true
373
- }
155
+ {"shape":"InvalidParameterException"},
156
+ {"shape":"ResourceNotFoundException"},
157
+ {"shape":"NotAuthorizedException"},
158
+ {"shape":"ResourceConflictException"},
159
+ {"shape":"TooManyRequestsException"},
160
+ {"shape":"InternalErrorException"},
161
+ {"shape":"ExternalServiceException"}
374
162
  ]
375
163
  },
376
164
  "GetOpenIdTokenForDeveloperIdentity":{
@@ -382,41 +170,13 @@
382
170
  "input":{"shape":"GetOpenIdTokenForDeveloperIdentityInput"},
383
171
  "output":{"shape":"GetOpenIdTokenForDeveloperIdentityResponse"},
384
172
  "errors":[
385
- {
386
- "shape":"InvalidParameterException",
387
- "error":{"httpStatusCode":400},
388
- "exception":true
389
- },
390
- {
391
- "shape":"ResourceNotFoundException",
392
- "error":{"httpStatusCode":404},
393
- "exception":true
394
- },
395
- {
396
- "shape":"NotAuthorizedException",
397
- "error":{"httpStatusCode":403},
398
- "exception":true
399
- },
400
- {
401
- "shape":"ResourceConflictException",
402
- "error":{"httpStatusCode":409},
403
- "exception":true
404
- },
405
- {
406
- "shape":"TooManyRequestsException",
407
- "error":{"httpStatusCode":429},
408
- "exception":true
409
- },
410
- {
411
- "shape":"InternalErrorException",
412
- "exception":true,
413
- "fault":true
414
- },
415
- {
416
- "shape":"DeveloperUserAlreadyRegisteredException",
417
- "error":{"httpStatusCode":400},
418
- "exception":true
419
- }
173
+ {"shape":"InvalidParameterException"},
174
+ {"shape":"ResourceNotFoundException"},
175
+ {"shape":"NotAuthorizedException"},
176
+ {"shape":"ResourceConflictException"},
177
+ {"shape":"TooManyRequestsException"},
178
+ {"shape":"InternalErrorException"},
179
+ {"shape":"DeveloperUserAlreadyRegisteredException"}
420
180
  ]
421
181
  },
422
182
  "ListIdentities":{
@@ -428,31 +188,11 @@
428
188
  "input":{"shape":"ListIdentitiesInput"},
429
189
  "output":{"shape":"ListIdentitiesResponse"},
430
190
  "errors":[
431
- {
432
- "shape":"InvalidParameterException",
433
- "error":{"httpStatusCode":400},
434
- "exception":true
435
- },
436
- {
437
- "shape":"ResourceNotFoundException",
438
- "error":{"httpStatusCode":404},
439
- "exception":true
440
- },
441
- {
442
- "shape":"NotAuthorizedException",
443
- "error":{"httpStatusCode":403},
444
- "exception":true
445
- },
446
- {
447
- "shape":"TooManyRequestsException",
448
- "error":{"httpStatusCode":429},
449
- "exception":true
450
- },
451
- {
452
- "shape":"InternalErrorException",
453
- "exception":true,
454
- "fault":true
455
- }
191
+ {"shape":"InvalidParameterException"},
192
+ {"shape":"ResourceNotFoundException"},
193
+ {"shape":"NotAuthorizedException"},
194
+ {"shape":"TooManyRequestsException"},
195
+ {"shape":"InternalErrorException"}
456
196
  ]
457
197
  },
458
198
  "ListIdentityPools":{
@@ -464,26 +204,10 @@
464
204
  "input":{"shape":"ListIdentityPoolsInput"},
465
205
  "output":{"shape":"ListIdentityPoolsResponse"},
466
206
  "errors":[
467
- {
468
- "shape":"InvalidParameterException",
469
- "error":{"httpStatusCode":400},
470
- "exception":true
471
- },
472
- {
473
- "shape":"NotAuthorizedException",
474
- "error":{"httpStatusCode":403},
475
- "exception":true
476
- },
477
- {
478
- "shape":"TooManyRequestsException",
479
- "error":{"httpStatusCode":429},
480
- "exception":true
481
- },
482
- {
483
- "shape":"InternalErrorException",
484
- "exception":true,
485
- "fault":true
486
- }
207
+ {"shape":"InvalidParameterException"},
208
+ {"shape":"NotAuthorizedException"},
209
+ {"shape":"TooManyRequestsException"},
210
+ {"shape":"InternalErrorException"}
487
211
  ]
488
212
  },
489
213
  "LookupDeveloperIdentity":{
@@ -495,36 +219,12 @@
495
219
  "input":{"shape":"LookupDeveloperIdentityInput"},
496
220
  "output":{"shape":"LookupDeveloperIdentityResponse"},
497
221
  "errors":[
498
- {
499
- "shape":"InvalidParameterException",
500
- "error":{"httpStatusCode":400},
501
- "exception":true
502
- },
503
- {
504
- "shape":"ResourceNotFoundException",
505
- "error":{"httpStatusCode":404},
506
- "exception":true
507
- },
508
- {
509
- "shape":"NotAuthorizedException",
510
- "error":{"httpStatusCode":403},
511
- "exception":true
512
- },
513
- {
514
- "shape":"ResourceConflictException",
515
- "error":{"httpStatusCode":409},
516
- "exception":true
517
- },
518
- {
519
- "shape":"TooManyRequestsException",
520
- "error":{"httpStatusCode":429},
521
- "exception":true
522
- },
523
- {
524
- "shape":"InternalErrorException",
525
- "exception":true,
526
- "fault":true
527
- }
222
+ {"shape":"InvalidParameterException"},
223
+ {"shape":"ResourceNotFoundException"},
224
+ {"shape":"NotAuthorizedException"},
225
+ {"shape":"ResourceConflictException"},
226
+ {"shape":"TooManyRequestsException"},
227
+ {"shape":"InternalErrorException"}
528
228
  ]
529
229
  },
530
230
  "MergeDeveloperIdentities":{
@@ -536,36 +236,12 @@
536
236
  "input":{"shape":"MergeDeveloperIdentitiesInput"},
537
237
  "output":{"shape":"MergeDeveloperIdentitiesResponse"},
538
238
  "errors":[
539
- {
540
- "shape":"InvalidParameterException",
541
- "error":{"httpStatusCode":400},
542
- "exception":true
543
- },
544
- {
545
- "shape":"ResourceNotFoundException",
546
- "error":{"httpStatusCode":404},
547
- "exception":true
548
- },
549
- {
550
- "shape":"NotAuthorizedException",
551
- "error":{"httpStatusCode":403},
552
- "exception":true
553
- },
554
- {
555
- "shape":"ResourceConflictException",
556
- "error":{"httpStatusCode":409},
557
- "exception":true
558
- },
559
- {
560
- "shape":"TooManyRequestsException",
561
- "error":{"httpStatusCode":429},
562
- "exception":true
563
- },
564
- {
565
- "shape":"InternalErrorException",
566
- "exception":true,
567
- "fault":true
568
- }
239
+ {"shape":"InvalidParameterException"},
240
+ {"shape":"ResourceNotFoundException"},
241
+ {"shape":"NotAuthorizedException"},
242
+ {"shape":"ResourceConflictException"},
243
+ {"shape":"TooManyRequestsException"},
244
+ {"shape":"InternalErrorException"}
569
245
  ]
570
246
  },
571
247
  "SetIdentityPoolRoles":{
@@ -576,41 +252,13 @@
576
252
  },
577
253
  "input":{"shape":"SetIdentityPoolRolesInput"},
578
254
  "errors":[
579
- {
580
- "shape":"InvalidParameterException",
581
- "error":{"httpStatusCode":400},
582
- "exception":true
583
- },
584
- {
585
- "shape":"ResourceNotFoundException",
586
- "error":{"httpStatusCode":404},
587
- "exception":true
588
- },
589
- {
590
- "shape":"NotAuthorizedException",
591
- "error":{"httpStatusCode":403},
592
- "exception":true
593
- },
594
- {
595
- "shape":"ResourceConflictException",
596
- "error":{"httpStatusCode":409},
597
- "exception":true
598
- },
599
- {
600
- "shape":"TooManyRequestsException",
601
- "error":{"httpStatusCode":429},
602
- "exception":true
603
- },
604
- {
605
- "shape":"InternalErrorException",
606
- "exception":true,
607
- "fault":true
608
- },
609
- {
610
- "shape":"ConcurrentModificationException",
611
- "error":{"httpStatusCode":400},
612
- "exception":true
613
- }
255
+ {"shape":"InvalidParameterException"},
256
+ {"shape":"ResourceNotFoundException"},
257
+ {"shape":"NotAuthorizedException"},
258
+ {"shape":"ResourceConflictException"},
259
+ {"shape":"TooManyRequestsException"},
260
+ {"shape":"InternalErrorException"},
261
+ {"shape":"ConcurrentModificationException"}
614
262
  ]
615
263
  },
616
264
  "UnlinkDeveloperIdentity":{
@@ -621,36 +269,12 @@
621
269
  },
622
270
  "input":{"shape":"UnlinkDeveloperIdentityInput"},
623
271
  "errors":[
624
- {
625
- "shape":"InvalidParameterException",
626
- "error":{"httpStatusCode":400},
627
- "exception":true
628
- },
629
- {
630
- "shape":"ResourceNotFoundException",
631
- "error":{"httpStatusCode":404},
632
- "exception":true
633
- },
634
- {
635
- "shape":"NotAuthorizedException",
636
- "error":{"httpStatusCode":403},
637
- "exception":true
638
- },
639
- {
640
- "shape":"ResourceConflictException",
641
- "error":{"httpStatusCode":409},
642
- "exception":true
643
- },
644
- {
645
- "shape":"TooManyRequestsException",
646
- "error":{"httpStatusCode":429},
647
- "exception":true
648
- },
649
- {
650
- "shape":"InternalErrorException",
651
- "exception":true,
652
- "fault":true
653
- }
272
+ {"shape":"InvalidParameterException"},
273
+ {"shape":"ResourceNotFoundException"},
274
+ {"shape":"NotAuthorizedException"},
275
+ {"shape":"ResourceConflictException"},
276
+ {"shape":"TooManyRequestsException"},
277
+ {"shape":"InternalErrorException"}
654
278
  ]
655
279
  },
656
280
  "UnlinkIdentity":{
@@ -661,41 +285,13 @@
661
285
  },
662
286
  "input":{"shape":"UnlinkIdentityInput"},
663
287
  "errors":[
664
- {
665
- "shape":"InvalidParameterException",
666
- "error":{"httpStatusCode":400},
667
- "exception":true
668
- },
669
- {
670
- "shape":"ResourceNotFoundException",
671
- "error":{"httpStatusCode":404},
672
- "exception":true
673
- },
674
- {
675
- "shape":"NotAuthorizedException",
676
- "error":{"httpStatusCode":403},
677
- "exception":true
678
- },
679
- {
680
- "shape":"ResourceConflictException",
681
- "error":{"httpStatusCode":409},
682
- "exception":true
683
- },
684
- {
685
- "shape":"TooManyRequestsException",
686
- "error":{"httpStatusCode":429},
687
- "exception":true
688
- },
689
- {
690
- "shape":"InternalErrorException",
691
- "exception":true,
692
- "fault":true
693
- },
694
- {
695
- "shape":"ExternalServiceException",
696
- "error":{"httpStatusCode":400},
697
- "exception":true
698
- }
288
+ {"shape":"InvalidParameterException"},
289
+ {"shape":"ResourceNotFoundException"},
290
+ {"shape":"NotAuthorizedException"},
291
+ {"shape":"ResourceConflictException"},
292
+ {"shape":"TooManyRequestsException"},
293
+ {"shape":"InternalErrorException"},
294
+ {"shape":"ExternalServiceException"}
699
295
  ]
700
296
  },
701
297
  "UpdateIdentityPool":{
@@ -707,63 +303,58 @@
707
303
  "input":{"shape":"IdentityPool"},
708
304
  "output":{"shape":"IdentityPool"},
709
305
  "errors":[
710
- {
711
- "shape":"InvalidParameterException",
712
- "error":{"httpStatusCode":400},
713
- "exception":true
714
- },
715
- {
716
- "shape":"ResourceNotFoundException",
717
- "error":{"httpStatusCode":404},
718
- "exception":true
719
- },
720
- {
721
- "shape":"NotAuthorizedException",
722
- "error":{"httpStatusCode":403},
723
- "exception":true
724
- },
725
- {
726
- "shape":"ResourceConflictException",
727
- "error":{"httpStatusCode":409},
728
- "exception":true
729
- },
730
- {
731
- "shape":"TooManyRequestsException",
732
- "error":{"httpStatusCode":429},
733
- "exception":true
734
- },
735
- {
736
- "shape":"InternalErrorException",
737
- "exception":true,
738
- "fault":true
739
- },
740
- {
741
- "shape":"ConcurrentModificationException",
742
- "error":{"httpStatusCode":400},
743
- "exception":true
744
- }
306
+ {"shape":"InvalidParameterException"},
307
+ {"shape":"ResourceNotFoundException"},
308
+ {"shape":"NotAuthorizedException"},
309
+ {"shape":"ResourceConflictException"},
310
+ {"shape":"TooManyRequestsException"},
311
+ {"shape":"InternalErrorException"},
312
+ {"shape":"ConcurrentModificationException"},
313
+ {"shape":"LimitExceededException"}
745
314
  ]
746
315
  }
747
316
  },
748
317
  "shapes":{
749
318
  "ARNString":{
750
319
  "type":"string",
751
- "min":20,
752
- "max":2048
320
+ "max":2048,
321
+ "min":20
753
322
  },
754
323
  "AccessKeyString":{"type":"string"},
755
324
  "AccountId":{
756
325
  "type":"string",
757
- "min":1,
758
326
  "max":15,
327
+ "min":1,
759
328
  "pattern":"\\d+"
760
329
  },
330
+ "CognitoIdentityProvider":{
331
+ "type":"structure",
332
+ "members":{
333
+ "ProviderName":{"shape":"CognitoIdentityProviderName"},
334
+ "ClientId":{"shape":"CognitoIdentityProviderClientId"}
335
+ }
336
+ },
337
+ "CognitoIdentityProviderClientId":{
338
+ "type":"string",
339
+ "max":128,
340
+ "min":1,
341
+ "pattern":"[\\w_]+"
342
+ },
343
+ "CognitoIdentityProviderList":{
344
+ "type":"list",
345
+ "member":{"shape":"CognitoIdentityProvider"}
346
+ },
347
+ "CognitoIdentityProviderName":{
348
+ "type":"string",
349
+ "max":128,
350
+ "min":1,
351
+ "pattern":"[\\w._:/-]+"
352
+ },
761
353
  "ConcurrentModificationException":{
762
354
  "type":"structure",
763
355
  "members":{
764
356
  "message":{"shape":"String"}
765
357
  },
766
- "error":{"httpStatusCode":400},
767
358
  "exception":true
768
359
  },
769
360
  "CreateIdentityPoolInput":{
@@ -777,7 +368,8 @@
777
368
  "AllowUnauthenticatedIdentities":{"shape":"IdentityPoolUnauthenticated"},
778
369
  "SupportedLoginProviders":{"shape":"IdentityProviders"},
779
370
  "DeveloperProviderName":{"shape":"DeveloperProviderName"},
780
- "OpenIdConnectProviderARNs":{"shape":"OIDCProviderList"}
371
+ "OpenIdConnectProviderARNs":{"shape":"OIDCProviderList"},
372
+ "CognitoIdentityProviders":{"shape":"CognitoIdentityProviderList"}
781
373
  }
782
374
  },
783
375
  "Credentials":{
@@ -826,8 +418,8 @@
826
418
  },
827
419
  "DeveloperProviderName":{
828
420
  "type":"string",
829
- "min":1,
830
421
  "max":128,
422
+ "min":1,
831
423
  "pattern":"[\\w._-]+"
832
424
  },
833
425
  "DeveloperUserAlreadyRegisteredException":{
@@ -835,13 +427,12 @@
835
427
  "members":{
836
428
  "message":{"shape":"String"}
837
429
  },
838
- "error":{"httpStatusCode":400},
839
430
  "exception":true
840
431
  },
841
432
  "DeveloperUserIdentifier":{
842
433
  "type":"string",
843
- "min":1,
844
434
  "max":1024,
435
+ "min":1,
845
436
  "pattern":"[\\w.@_-]+"
846
437
  },
847
438
  "DeveloperUserIdentifierList":{
@@ -860,7 +451,6 @@
860
451
  "members":{
861
452
  "message":{"shape":"String"}
862
453
  },
863
- "error":{"httpStatusCode":400},
864
454
  "exception":true
865
455
  },
866
456
  "GetCredentialsForIdentityInput":{
@@ -958,15 +548,15 @@
958
548
  },
959
549
  "IdentityId":{
960
550
  "type":"string",
961
- "min":1,
962
551
  "max":55,
552
+ "min":1,
963
553
  "pattern":"[\\w-]+:[0-9a-f-]+"
964
554
  },
965
555
  "IdentityIdList":{
966
556
  "type":"list",
967
557
  "member":{"shape":"IdentityId"},
968
- "min":1,
969
- "max":60
558
+ "max":60,
559
+ "min":1
970
560
  },
971
561
  "IdentityPool":{
972
562
  "type":"structure",
@@ -981,19 +571,20 @@
981
571
  "AllowUnauthenticatedIdentities":{"shape":"IdentityPoolUnauthenticated"},
982
572
  "SupportedLoginProviders":{"shape":"IdentityProviders"},
983
573
  "DeveloperProviderName":{"shape":"DeveloperProviderName"},
984
- "OpenIdConnectProviderARNs":{"shape":"OIDCProviderList"}
574
+ "OpenIdConnectProviderARNs":{"shape":"OIDCProviderList"},
575
+ "CognitoIdentityProviders":{"shape":"CognitoIdentityProviderList"}
985
576
  }
986
577
  },
987
578
  "IdentityPoolId":{
988
579
  "type":"string",
989
- "min":1,
990
580
  "max":55,
581
+ "min":1,
991
582
  "pattern":"[\\w-]+:[0-9a-f-]+"
992
583
  },
993
584
  "IdentityPoolName":{
994
585
  "type":"string",
995
- "min":1,
996
586
  "max":128,
587
+ "min":1,
997
588
  "pattern":"[\\w ]+"
998
589
  },
999
590
  "IdentityPoolShortDescription":{
@@ -1010,20 +601,20 @@
1010
601
  },
1011
602
  "IdentityProviderId":{
1012
603
  "type":"string",
1013
- "min":1,
1014
604
  "max":128,
1015
- "pattern":"[\\w.;_-]+"
605
+ "min":1,
606
+ "pattern":"[\\w.;_/-]+"
1016
607
  },
1017
608
  "IdentityProviderName":{
1018
609
  "type":"string",
1019
- "min":1,
1020
610
  "max":128,
1021
- "pattern":"[\\w._/-]+"
611
+ "min":1,
612
+ "pattern":"[\\w._/:-]+"
1022
613
  },
1023
614
  "IdentityProviderToken":{
1024
615
  "type":"string",
1025
- "min":1,
1026
616
  "max":2048,
617
+ "min":1,
1027
618
  "pattern":"[\\S]+"
1028
619
  },
1029
620
  "IdentityProviders":{
@@ -1045,7 +636,6 @@
1045
636
  "members":{
1046
637
  "message":{"shape":"String"}
1047
638
  },
1048
- "error":{"httpStatusCode":400},
1049
639
  "exception":true
1050
640
  },
1051
641
  "InvalidParameterException":{
@@ -1053,7 +643,6 @@
1053
643
  "members":{
1054
644
  "message":{"shape":"String"}
1055
645
  },
1056
- "error":{"httpStatusCode":400},
1057
646
  "exception":true
1058
647
  },
1059
648
  "LimitExceededException":{
@@ -1061,7 +650,6 @@
1061
650
  "members":{
1062
651
  "message":{"shape":"String"}
1063
652
  },
1064
- "error":{"httpStatusCode":400},
1065
653
  "exception":true
1066
654
  },
1067
655
  "ListIdentitiesInput":{
@@ -1155,7 +743,6 @@
1155
743
  "members":{
1156
744
  "message":{"shape":"String"}
1157
745
  },
1158
- "error":{"httpStatusCode":403},
1159
746
  "exception":true
1160
747
  },
1161
748
  "OIDCProviderList":{
@@ -1170,15 +757,14 @@
1170
757
  },
1171
758
  "QueryLimit":{
1172
759
  "type":"integer",
1173
- "min":1,
1174
- "max":60
760
+ "max":60,
761
+ "min":1
1175
762
  },
1176
763
  "ResourceConflictException":{
1177
764
  "type":"structure",
1178
765
  "members":{
1179
766
  "message":{"shape":"String"}
1180
767
  },
1181
- "error":{"httpStatusCode":409},
1182
768
  "exception":true
1183
769
  },
1184
770
  "ResourceNotFoundException":{
@@ -1186,7 +772,6 @@
1186
772
  "members":{
1187
773
  "message":{"shape":"String"}
1188
774
  },
1189
- "error":{"httpStatusCode":404},
1190
775
  "exception":true
1191
776
  },
1192
777
  "RoleType":{
@@ -1215,15 +800,14 @@
1215
800
  "String":{"type":"string"},
1216
801
  "TokenDuration":{
1217
802
  "type":"long",
1218
- "min":1,
1219
- "max":86400
803
+ "max":86400,
804
+ "min":1
1220
805
  },
1221
806
  "TooManyRequestsException":{
1222
807
  "type":"structure",
1223
808
  "members":{
1224
809
  "message":{"shape":"String"}
1225
810
  },
1226
- "error":{"httpStatusCode":429},
1227
811
  "exception":true
1228
812
  },
1229
813
  "UnlinkDeveloperIdentityInput":{