aws-sdk-core 2.0.23 → 2.0.24
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ElastiCache.api.json +249 -2
- data/apis/IAM.api.json +2026 -112
- data/apis/IAM.resources.json +1 -1
- data/apis/Route53Domains.api.json +128 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/xml/builder.rb +12 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89434fc27372e8768b752be17987c5b7391b1af8
|
4
|
+
data.tar.gz: 721379b43779e9208265a9059ad0260bf33ceb2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17975378186cc05c2199acd09c38e7ea9137fd4abf2a4939ecdfc71a4d3d8bc6c6616bbf0bd81419628ccafcb69d15274182ef802699c81e5425d8ea996f5b1d
|
7
|
+
data.tar.gz: cf095cb8d02a9c0697ba2c316c793f79c6eb92afc2db96339c69de65b2fac3637a92be46363532ffa3ac29ae99dd4bfd1da83c977b4ed10f2f1f2f64c6d0c4c8
|
data/apis/ElastiCache.api.json
CHANGED
@@ -1,13 +1,63 @@
|
|
1
1
|
{
|
2
2
|
"metadata":{
|
3
|
-
"apiVersion":"
|
3
|
+
"apiVersion":"2015-02-02",
|
4
4
|
"endpointPrefix":"elasticache",
|
5
5
|
"serviceFullName":"Amazon ElastiCache",
|
6
6
|
"signatureVersion":"v4",
|
7
|
-
"xmlNamespace":"http://elasticache.amazonaws.com/doc/
|
7
|
+
"xmlNamespace":"http://elasticache.amazonaws.com/doc/2015-02-02/",
|
8
8
|
"protocol":"query"
|
9
9
|
},
|
10
10
|
"operations":{
|
11
|
+
"AddTagsToResource":{
|
12
|
+
"name":"AddTagsToResource",
|
13
|
+
"http":{
|
14
|
+
"method":"POST",
|
15
|
+
"requestUri":"/"
|
16
|
+
},
|
17
|
+
"input":{"shape":"AddTagsToResourceMessage"},
|
18
|
+
"output":{
|
19
|
+
"shape":"TagListMessage",
|
20
|
+
"resultWrapper":"AddTagsToResourceResult"
|
21
|
+
},
|
22
|
+
"errors":[
|
23
|
+
{
|
24
|
+
"shape":"CacheClusterNotFoundFault",
|
25
|
+
"error":{
|
26
|
+
"code":"CacheClusterNotFound",
|
27
|
+
"httpStatusCode":404,
|
28
|
+
"senderFault":true
|
29
|
+
},
|
30
|
+
"exception":true
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"shape":"SnapshotNotFoundFault",
|
34
|
+
"error":{
|
35
|
+
"code":"SnapshotNotFoundFault",
|
36
|
+
"httpStatusCode":404,
|
37
|
+
"senderFault":true
|
38
|
+
},
|
39
|
+
"exception":true
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"shape":"TagQuotaPerResourceExceeded",
|
43
|
+
"error":{
|
44
|
+
"code":"TagQuotaPerResourceExceeded",
|
45
|
+
"httpStatusCode":400,
|
46
|
+
"senderFault":true
|
47
|
+
},
|
48
|
+
"exception":true
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"shape":"InvalidARNFault",
|
52
|
+
"error":{
|
53
|
+
"code":"InvalidARN",
|
54
|
+
"httpStatusCode":400,
|
55
|
+
"senderFault":true
|
56
|
+
},
|
57
|
+
"exception":true
|
58
|
+
}
|
59
|
+
]
|
60
|
+
},
|
11
61
|
"AuthorizeCacheSecurityGroupIngress":{
|
12
62
|
"name":"AuthorizeCacheSecurityGroupIngress",
|
13
63
|
"http":{
|
@@ -249,6 +299,15 @@
|
|
249
299
|
},
|
250
300
|
"exception":true
|
251
301
|
},
|
302
|
+
{
|
303
|
+
"shape":"TagQuotaPerResourceExceeded",
|
304
|
+
"error":{
|
305
|
+
"code":"TagQuotaPerResourceExceeded",
|
306
|
+
"httpStatusCode":400,
|
307
|
+
"senderFault":true
|
308
|
+
},
|
309
|
+
"exception":true
|
310
|
+
},
|
252
311
|
{
|
253
312
|
"shape":"InvalidParameterValueException",
|
254
313
|
"error":{
|
@@ -543,6 +602,15 @@
|
|
543
602
|
},
|
544
603
|
"exception":true
|
545
604
|
},
|
605
|
+
{
|
606
|
+
"shape":"TagQuotaPerResourceExceeded",
|
607
|
+
"error":{
|
608
|
+
"code":"TagQuotaPerResourceExceeded",
|
609
|
+
"httpStatusCode":400,
|
610
|
+
"senderFault":true
|
611
|
+
},
|
612
|
+
"exception":true
|
613
|
+
},
|
546
614
|
{
|
547
615
|
"shape":"InvalidParameterValueException",
|
548
616
|
"error":{
|
@@ -1405,6 +1473,47 @@
|
|
1405
1473
|
}
|
1406
1474
|
]
|
1407
1475
|
},
|
1476
|
+
"ListTagsForResource":{
|
1477
|
+
"name":"ListTagsForResource",
|
1478
|
+
"http":{
|
1479
|
+
"method":"POST",
|
1480
|
+
"requestUri":"/"
|
1481
|
+
},
|
1482
|
+
"input":{"shape":"ListTagsForResourceMessage"},
|
1483
|
+
"output":{
|
1484
|
+
"shape":"TagListMessage",
|
1485
|
+
"resultWrapper":"ListTagsForResourceResult"
|
1486
|
+
},
|
1487
|
+
"errors":[
|
1488
|
+
{
|
1489
|
+
"shape":"CacheClusterNotFoundFault",
|
1490
|
+
"error":{
|
1491
|
+
"code":"CacheClusterNotFound",
|
1492
|
+
"httpStatusCode":404,
|
1493
|
+
"senderFault":true
|
1494
|
+
},
|
1495
|
+
"exception":true
|
1496
|
+
},
|
1497
|
+
{
|
1498
|
+
"shape":"SnapshotNotFoundFault",
|
1499
|
+
"error":{
|
1500
|
+
"code":"SnapshotNotFoundFault",
|
1501
|
+
"httpStatusCode":404,
|
1502
|
+
"senderFault":true
|
1503
|
+
},
|
1504
|
+
"exception":true
|
1505
|
+
},
|
1506
|
+
{
|
1507
|
+
"shape":"InvalidARNFault",
|
1508
|
+
"error":{
|
1509
|
+
"code":"InvalidARN",
|
1510
|
+
"httpStatusCode":400,
|
1511
|
+
"senderFault":true
|
1512
|
+
},
|
1513
|
+
"exception":true
|
1514
|
+
}
|
1515
|
+
]
|
1516
|
+
},
|
1408
1517
|
"ModifyCacheCluster":{
|
1409
1518
|
"name":"ModifyCacheCluster",
|
1410
1519
|
"http":{
|
@@ -1845,6 +1954,56 @@
|
|
1845
1954
|
}
|
1846
1955
|
]
|
1847
1956
|
},
|
1957
|
+
"RemoveTagsFromResource":{
|
1958
|
+
"name":"RemoveTagsFromResource",
|
1959
|
+
"http":{
|
1960
|
+
"method":"POST",
|
1961
|
+
"requestUri":"/"
|
1962
|
+
},
|
1963
|
+
"input":{"shape":"RemoveTagsFromResourceMessage"},
|
1964
|
+
"output":{
|
1965
|
+
"shape":"TagListMessage",
|
1966
|
+
"resultWrapper":"RemoveTagsFromResourceResult"
|
1967
|
+
},
|
1968
|
+
"errors":[
|
1969
|
+
{
|
1970
|
+
"shape":"CacheClusterNotFoundFault",
|
1971
|
+
"error":{
|
1972
|
+
"code":"CacheClusterNotFound",
|
1973
|
+
"httpStatusCode":404,
|
1974
|
+
"senderFault":true
|
1975
|
+
},
|
1976
|
+
"exception":true
|
1977
|
+
},
|
1978
|
+
{
|
1979
|
+
"shape":"SnapshotNotFoundFault",
|
1980
|
+
"error":{
|
1981
|
+
"code":"SnapshotNotFoundFault",
|
1982
|
+
"httpStatusCode":404,
|
1983
|
+
"senderFault":true
|
1984
|
+
},
|
1985
|
+
"exception":true
|
1986
|
+
},
|
1987
|
+
{
|
1988
|
+
"shape":"InvalidARNFault",
|
1989
|
+
"error":{
|
1990
|
+
"code":"InvalidARN",
|
1991
|
+
"httpStatusCode":400,
|
1992
|
+
"senderFault":true
|
1993
|
+
},
|
1994
|
+
"exception":true
|
1995
|
+
},
|
1996
|
+
{
|
1997
|
+
"shape":"TagNotFoundFault",
|
1998
|
+
"error":{
|
1999
|
+
"code":"TagNotFound",
|
2000
|
+
"httpStatusCode":404,
|
2001
|
+
"senderFault":true
|
2002
|
+
},
|
2003
|
+
"exception":true
|
2004
|
+
}
|
2005
|
+
]
|
2006
|
+
},
|
1848
2007
|
"ResetCacheParameterGroup":{
|
1849
2008
|
"name":"ResetCacheParameterGroup",
|
1850
2009
|
"http":{
|
@@ -1964,6 +2123,17 @@
|
|
1964
2123
|
"cross-az"
|
1965
2124
|
]
|
1966
2125
|
},
|
2126
|
+
"AddTagsToResourceMessage":{
|
2127
|
+
"type":"structure",
|
2128
|
+
"required":[
|
2129
|
+
"ResourceName",
|
2130
|
+
"Tags"
|
2131
|
+
],
|
2132
|
+
"members":{
|
2133
|
+
"ResourceName":{"shape":"String"},
|
2134
|
+
"Tags":{"shape":"TagList"}
|
2135
|
+
}
|
2136
|
+
},
|
1967
2137
|
"AuthorizationAlreadyExistsFault":{
|
1968
2138
|
"type":"structure",
|
1969
2139
|
"members":{
|
@@ -2454,6 +2624,7 @@
|
|
2454
2624
|
"CacheSubnetGroupName":{"shape":"String"},
|
2455
2625
|
"CacheSecurityGroupNames":{"shape":"CacheSecurityGroupNameList"},
|
2456
2626
|
"SecurityGroupIds":{"shape":"SecurityGroupIdsList"},
|
2627
|
+
"Tags":{"shape":"TagList"},
|
2457
2628
|
"SnapshotArns":{"shape":"SnapshotArnsList"},
|
2458
2629
|
"SnapshotName":{"shape":"String"},
|
2459
2630
|
"PreferredMaintenanceWindow":{"shape":"String"},
|
@@ -2521,6 +2692,7 @@
|
|
2521
2692
|
"CacheSubnetGroupName":{"shape":"String"},
|
2522
2693
|
"CacheSecurityGroupNames":{"shape":"CacheSecurityGroupNameList"},
|
2523
2694
|
"SecurityGroupIds":{"shape":"SecurityGroupIdsList"},
|
2695
|
+
"Tags":{"shape":"TagList"},
|
2524
2696
|
"SnapshotArns":{"shape":"SnapshotArnsList"},
|
2525
2697
|
"SnapshotName":{"shape":"String"},
|
2526
2698
|
"PreferredMaintenanceWindow":{"shape":"String"},
|
@@ -2781,6 +2953,17 @@
|
|
2781
2953
|
},
|
2782
2954
|
"Integer":{"type":"integer"},
|
2783
2955
|
"IntegerOptional":{"type":"integer"},
|
2956
|
+
"InvalidARNFault":{
|
2957
|
+
"type":"structure",
|
2958
|
+
"members":{
|
2959
|
+
},
|
2960
|
+
"error":{
|
2961
|
+
"code":"InvalidARN",
|
2962
|
+
"httpStatusCode":400,
|
2963
|
+
"senderFault":true
|
2964
|
+
},
|
2965
|
+
"exception":true
|
2966
|
+
},
|
2784
2967
|
"InvalidCacheClusterStateFault":{
|
2785
2968
|
"type":"structure",
|
2786
2969
|
"members":{
|
@@ -2882,6 +3065,17 @@
|
|
2882
3065
|
},
|
2883
3066
|
"exception":true
|
2884
3067
|
},
|
3068
|
+
"KeyList":{
|
3069
|
+
"type":"list",
|
3070
|
+
"member":{"shape":"String"}
|
3071
|
+
},
|
3072
|
+
"ListTagsForResourceMessage":{
|
3073
|
+
"type":"structure",
|
3074
|
+
"required":["ResourceName"],
|
3075
|
+
"members":{
|
3076
|
+
"ResourceName":{"shape":"String"}
|
3077
|
+
}
|
3078
|
+
},
|
2885
3079
|
"ModifyCacheClusterMessage":{
|
2886
3080
|
"type":"structure",
|
2887
3081
|
"required":["CacheClusterId"],
|
@@ -3116,6 +3310,17 @@
|
|
3116
3310
|
"locationName":"RecurringCharge"
|
3117
3311
|
}
|
3118
3312
|
},
|
3313
|
+
"RemoveTagsFromResourceMessage":{
|
3314
|
+
"type":"structure",
|
3315
|
+
"required":[
|
3316
|
+
"ResourceName",
|
3317
|
+
"TagKeys"
|
3318
|
+
],
|
3319
|
+
"members":{
|
3320
|
+
"ResourceName":{"shape":"String"},
|
3321
|
+
"TagKeys":{"shape":"KeyList"}
|
3322
|
+
}
|
3323
|
+
},
|
3119
3324
|
"ReplicationGroup":{
|
3120
3325
|
"type":"structure",
|
3121
3326
|
"members":{
|
@@ -3447,6 +3652,48 @@
|
|
3447
3652
|
}
|
3448
3653
|
},
|
3449
3654
|
"TStamp":{"type":"timestamp"},
|
3655
|
+
"Tag":{
|
3656
|
+
"type":"structure",
|
3657
|
+
"members":{
|
3658
|
+
"Key":{"shape":"String"},
|
3659
|
+
"Value":{"shape":"String"}
|
3660
|
+
}
|
3661
|
+
},
|
3662
|
+
"TagList":{
|
3663
|
+
"type":"list",
|
3664
|
+
"member":{
|
3665
|
+
"shape":"Tag",
|
3666
|
+
"locationName":"Tag"
|
3667
|
+
}
|
3668
|
+
},
|
3669
|
+
"TagListMessage":{
|
3670
|
+
"type":"structure",
|
3671
|
+
"members":{
|
3672
|
+
"TagList":{"shape":"TagList"}
|
3673
|
+
}
|
3674
|
+
},
|
3675
|
+
"TagNotFoundFault":{
|
3676
|
+
"type":"structure",
|
3677
|
+
"members":{
|
3678
|
+
},
|
3679
|
+
"error":{
|
3680
|
+
"code":"TagNotFound",
|
3681
|
+
"httpStatusCode":404,
|
3682
|
+
"senderFault":true
|
3683
|
+
},
|
3684
|
+
"exception":true
|
3685
|
+
},
|
3686
|
+
"TagQuotaPerResourceExceeded":{
|
3687
|
+
"type":"structure",
|
3688
|
+
"members":{
|
3689
|
+
},
|
3690
|
+
"error":{
|
3691
|
+
"code":"TagQuotaPerResourceExceeded",
|
3692
|
+
"httpStatusCode":400,
|
3693
|
+
"senderFault":true
|
3694
|
+
},
|
3695
|
+
"exception":true
|
3696
|
+
},
|
3450
3697
|
"AuthorizeCacheSecurityGroupIngressResult":{
|
3451
3698
|
"type":"structure",
|
3452
3699
|
"members":{
|
data/apis/IAM.api.json
CHANGED
@@ -44,6 +44,14 @@
|
|
44
44
|
"senderFault":true
|
45
45
|
},
|
46
46
|
"exception":true
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"shape":"ServiceFailureException",
|
50
|
+
"error":{
|
51
|
+
"code":"ServiceFailure",
|
52
|
+
"httpStatusCode":500
|
53
|
+
},
|
54
|
+
"exception":true
|
47
55
|
}
|
48
56
|
]
|
49
57
|
},
|
@@ -81,6 +89,14 @@
|
|
81
89
|
"senderFault":true
|
82
90
|
},
|
83
91
|
"exception":true
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"shape":"ServiceFailureException",
|
95
|
+
"error":{
|
96
|
+
"code":"ServiceFailure",
|
97
|
+
"httpStatusCode":500
|
98
|
+
},
|
99
|
+
"exception":true
|
84
100
|
}
|
85
101
|
]
|
86
102
|
},
|
@@ -109,6 +125,149 @@
|
|
109
125
|
"senderFault":true
|
110
126
|
},
|
111
127
|
"exception":true
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"shape":"ServiceFailureException",
|
131
|
+
"error":{
|
132
|
+
"code":"ServiceFailure",
|
133
|
+
"httpStatusCode":500
|
134
|
+
},
|
135
|
+
"exception":true
|
136
|
+
}
|
137
|
+
]
|
138
|
+
},
|
139
|
+
"AttachGroupPolicy":{
|
140
|
+
"name":"AttachGroupPolicy",
|
141
|
+
"http":{
|
142
|
+
"method":"POST",
|
143
|
+
"requestUri":"/"
|
144
|
+
},
|
145
|
+
"input":{"shape":"AttachGroupPolicyRequest"},
|
146
|
+
"errors":[
|
147
|
+
{
|
148
|
+
"shape":"NoSuchEntityException",
|
149
|
+
"error":{
|
150
|
+
"code":"NoSuchEntity",
|
151
|
+
"httpStatusCode":404,
|
152
|
+
"senderFault":true
|
153
|
+
},
|
154
|
+
"exception":true
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"shape":"LimitExceededException",
|
158
|
+
"error":{
|
159
|
+
"code":"LimitExceeded",
|
160
|
+
"httpStatusCode":409,
|
161
|
+
"senderFault":true
|
162
|
+
},
|
163
|
+
"exception":true
|
164
|
+
},
|
165
|
+
{
|
166
|
+
"shape":"InvalidInputException",
|
167
|
+
"error":{
|
168
|
+
"code":"InvalidInput",
|
169
|
+
"httpStatusCode":400,
|
170
|
+
"senderFault":true
|
171
|
+
},
|
172
|
+
"exception":true
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"shape":"ServiceFailureException",
|
176
|
+
"error":{
|
177
|
+
"code":"ServiceFailure",
|
178
|
+
"httpStatusCode":500
|
179
|
+
},
|
180
|
+
"exception":true
|
181
|
+
}
|
182
|
+
]
|
183
|
+
},
|
184
|
+
"AttachRolePolicy":{
|
185
|
+
"name":"AttachRolePolicy",
|
186
|
+
"http":{
|
187
|
+
"method":"POST",
|
188
|
+
"requestUri":"/"
|
189
|
+
},
|
190
|
+
"input":{"shape":"AttachRolePolicyRequest"},
|
191
|
+
"errors":[
|
192
|
+
{
|
193
|
+
"shape":"NoSuchEntityException",
|
194
|
+
"error":{
|
195
|
+
"code":"NoSuchEntity",
|
196
|
+
"httpStatusCode":404,
|
197
|
+
"senderFault":true
|
198
|
+
},
|
199
|
+
"exception":true
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"shape":"LimitExceededException",
|
203
|
+
"error":{
|
204
|
+
"code":"LimitExceeded",
|
205
|
+
"httpStatusCode":409,
|
206
|
+
"senderFault":true
|
207
|
+
},
|
208
|
+
"exception":true
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"shape":"InvalidInputException",
|
212
|
+
"error":{
|
213
|
+
"code":"InvalidInput",
|
214
|
+
"httpStatusCode":400,
|
215
|
+
"senderFault":true
|
216
|
+
},
|
217
|
+
"exception":true
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"shape":"ServiceFailureException",
|
221
|
+
"error":{
|
222
|
+
"code":"ServiceFailure",
|
223
|
+
"httpStatusCode":500
|
224
|
+
},
|
225
|
+
"exception":true
|
226
|
+
}
|
227
|
+
]
|
228
|
+
},
|
229
|
+
"AttachUserPolicy":{
|
230
|
+
"name":"AttachUserPolicy",
|
231
|
+
"http":{
|
232
|
+
"method":"POST",
|
233
|
+
"requestUri":"/"
|
234
|
+
},
|
235
|
+
"input":{"shape":"AttachUserPolicyRequest"},
|
236
|
+
"errors":[
|
237
|
+
{
|
238
|
+
"shape":"NoSuchEntityException",
|
239
|
+
"error":{
|
240
|
+
"code":"NoSuchEntity",
|
241
|
+
"httpStatusCode":404,
|
242
|
+
"senderFault":true
|
243
|
+
},
|
244
|
+
"exception":true
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"shape":"LimitExceededException",
|
248
|
+
"error":{
|
249
|
+
"code":"LimitExceeded",
|
250
|
+
"httpStatusCode":409,
|
251
|
+
"senderFault":true
|
252
|
+
},
|
253
|
+
"exception":true
|
254
|
+
},
|
255
|
+
{
|
256
|
+
"shape":"InvalidInputException",
|
257
|
+
"error":{
|
258
|
+
"code":"InvalidInput",
|
259
|
+
"httpStatusCode":400,
|
260
|
+
"senderFault":true
|
261
|
+
},
|
262
|
+
"exception":true
|
263
|
+
},
|
264
|
+
{
|
265
|
+
"shape":"ServiceFailureException",
|
266
|
+
"error":{
|
267
|
+
"code":"ServiceFailure",
|
268
|
+
"httpStatusCode":500
|
269
|
+
},
|
270
|
+
"exception":true
|
112
271
|
}
|
113
272
|
]
|
114
273
|
},
|
@@ -164,6 +323,14 @@
|
|
164
323
|
"senderFault":true
|
165
324
|
},
|
166
325
|
"exception":true
|
326
|
+
},
|
327
|
+
{
|
328
|
+
"shape":"ServiceFailureException",
|
329
|
+
"error":{
|
330
|
+
"code":"ServiceFailure",
|
331
|
+
"httpStatusCode":500
|
332
|
+
},
|
333
|
+
"exception":true
|
167
334
|
}
|
168
335
|
]
|
169
336
|
},
|
@@ -196,6 +363,14 @@
|
|
196
363
|
"senderFault":true
|
197
364
|
},
|
198
365
|
"exception":true
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"shape":"ServiceFailureException",
|
369
|
+
"error":{
|
370
|
+
"code":"ServiceFailure",
|
371
|
+
"httpStatusCode":500
|
372
|
+
},
|
373
|
+
"exception":true
|
199
374
|
}
|
200
375
|
]
|
201
376
|
},
|
@@ -224,6 +399,14 @@
|
|
224
399
|
"senderFault":true
|
225
400
|
},
|
226
401
|
"exception":true
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"shape":"ServiceFailureException",
|
405
|
+
"error":{
|
406
|
+
"code":"ServiceFailure",
|
407
|
+
"httpStatusCode":500
|
408
|
+
},
|
409
|
+
"exception":true
|
227
410
|
}
|
228
411
|
]
|
229
412
|
},
|
@@ -265,6 +448,14 @@
|
|
265
448
|
"senderFault":true
|
266
449
|
},
|
267
450
|
"exception":true
|
451
|
+
},
|
452
|
+
{
|
453
|
+
"shape":"ServiceFailureException",
|
454
|
+
"error":{
|
455
|
+
"code":"ServiceFailure",
|
456
|
+
"httpStatusCode":500
|
457
|
+
},
|
458
|
+
"exception":true
|
268
459
|
}
|
269
460
|
]
|
270
461
|
},
|
@@ -297,6 +488,14 @@
|
|
297
488
|
"senderFault":true
|
298
489
|
},
|
299
490
|
"exception":true
|
491
|
+
},
|
492
|
+
{
|
493
|
+
"shape":"ServiceFailureException",
|
494
|
+
"error":{
|
495
|
+
"code":"ServiceFailure",
|
496
|
+
"httpStatusCode":500
|
497
|
+
},
|
498
|
+
"exception":true
|
300
499
|
}
|
301
500
|
]
|
302
501
|
},
|
@@ -347,6 +546,14 @@
|
|
347
546
|
"senderFault":true
|
348
547
|
},
|
349
548
|
"exception":true
|
549
|
+
},
|
550
|
+
{
|
551
|
+
"shape":"ServiceFailureException",
|
552
|
+
"error":{
|
553
|
+
"code":"ServiceFailure",
|
554
|
+
"httpStatusCode":500
|
555
|
+
},
|
556
|
+
"exception":true
|
350
557
|
}
|
351
558
|
]
|
352
559
|
},
|
@@ -388,21 +595,38 @@
|
|
388
595
|
"senderFault":true
|
389
596
|
},
|
390
597
|
"exception":true
|
598
|
+
},
|
599
|
+
{
|
600
|
+
"shape":"ServiceFailureException",
|
601
|
+
"error":{
|
602
|
+
"code":"ServiceFailure",
|
603
|
+
"httpStatusCode":500
|
604
|
+
},
|
605
|
+
"exception":true
|
391
606
|
}
|
392
607
|
]
|
393
608
|
},
|
394
|
-
"
|
395
|
-
"name":"
|
609
|
+
"CreatePolicy":{
|
610
|
+
"name":"CreatePolicy",
|
396
611
|
"http":{
|
397
612
|
"method":"POST",
|
398
613
|
"requestUri":"/"
|
399
614
|
},
|
400
|
-
"input":{"shape":"
|
615
|
+
"input":{"shape":"CreatePolicyRequest"},
|
401
616
|
"output":{
|
402
|
-
"shape":"
|
403
|
-
"resultWrapper":"
|
617
|
+
"shape":"CreatePolicyResponse",
|
618
|
+
"resultWrapper":"CreatePolicyResult"
|
404
619
|
},
|
405
620
|
"errors":[
|
621
|
+
{
|
622
|
+
"shape":"InvalidInputException",
|
623
|
+
"error":{
|
624
|
+
"code":"InvalidInput",
|
625
|
+
"httpStatusCode":400,
|
626
|
+
"senderFault":true
|
627
|
+
},
|
628
|
+
"exception":true
|
629
|
+
},
|
406
630
|
{
|
407
631
|
"shape":"LimitExceededException",
|
408
632
|
"error":{
|
@@ -429,35 +653,52 @@
|
|
429
653
|
"senderFault":true
|
430
654
|
},
|
431
655
|
"exception":true
|
656
|
+
},
|
657
|
+
{
|
658
|
+
"shape":"ServiceFailureException",
|
659
|
+
"error":{
|
660
|
+
"code":"ServiceFailure",
|
661
|
+
"httpStatusCode":500
|
662
|
+
},
|
663
|
+
"exception":true
|
432
664
|
}
|
433
665
|
]
|
434
666
|
},
|
435
|
-
"
|
436
|
-
"name":"
|
667
|
+
"CreatePolicyVersion":{
|
668
|
+
"name":"CreatePolicyVersion",
|
437
669
|
"http":{
|
438
670
|
"method":"POST",
|
439
671
|
"requestUri":"/"
|
440
672
|
},
|
441
|
-
"input":{"shape":"
|
673
|
+
"input":{"shape":"CreatePolicyVersionRequest"},
|
442
674
|
"output":{
|
443
|
-
"shape":"
|
444
|
-
"resultWrapper":"
|
675
|
+
"shape":"CreatePolicyVersionResponse",
|
676
|
+
"resultWrapper":"CreatePolicyVersionResult"
|
445
677
|
},
|
446
678
|
"errors":[
|
447
679
|
{
|
448
|
-
"shape":"
|
680
|
+
"shape":"NoSuchEntityException",
|
449
681
|
"error":{
|
450
|
-
"code":"
|
682
|
+
"code":"NoSuchEntity",
|
683
|
+
"httpStatusCode":404,
|
684
|
+
"senderFault":true
|
685
|
+
},
|
686
|
+
"exception":true
|
687
|
+
},
|
688
|
+
{
|
689
|
+
"shape":"MalformedPolicyDocumentException",
|
690
|
+
"error":{
|
691
|
+
"code":"MalformedPolicyDocument",
|
451
692
|
"httpStatusCode":400,
|
452
693
|
"senderFault":true
|
453
694
|
},
|
454
695
|
"exception":true
|
455
696
|
},
|
456
697
|
{
|
457
|
-
"shape":"
|
698
|
+
"shape":"InvalidInputException",
|
458
699
|
"error":{
|
459
|
-
"code":"
|
460
|
-
"httpStatusCode":
|
700
|
+
"code":"InvalidInput",
|
701
|
+
"httpStatusCode":400,
|
461
702
|
"senderFault":true
|
462
703
|
},
|
463
704
|
"exception":true
|
@@ -470,19 +711,27 @@
|
|
470
711
|
"senderFault":true
|
471
712
|
},
|
472
713
|
"exception":true
|
714
|
+
},
|
715
|
+
{
|
716
|
+
"shape":"ServiceFailureException",
|
717
|
+
"error":{
|
718
|
+
"code":"ServiceFailure",
|
719
|
+
"httpStatusCode":500
|
720
|
+
},
|
721
|
+
"exception":true
|
473
722
|
}
|
474
723
|
]
|
475
724
|
},
|
476
|
-
"
|
477
|
-
"name":"
|
725
|
+
"CreateRole":{
|
726
|
+
"name":"CreateRole",
|
478
727
|
"http":{
|
479
728
|
"method":"POST",
|
480
729
|
"requestUri":"/"
|
481
730
|
},
|
482
|
-
"input":{"shape":"
|
731
|
+
"input":{"shape":"CreateRoleRequest"},
|
483
732
|
"output":{
|
484
|
-
"shape":"
|
485
|
-
"resultWrapper":"
|
733
|
+
"shape":"CreateRoleResponse",
|
734
|
+
"resultWrapper":"CreateRoleResult"
|
486
735
|
},
|
487
736
|
"errors":[
|
488
737
|
{
|
@@ -504,33 +753,41 @@
|
|
504
753
|
"exception":true
|
505
754
|
},
|
506
755
|
{
|
507
|
-
"shape":"
|
756
|
+
"shape":"MalformedPolicyDocumentException",
|
508
757
|
"error":{
|
509
|
-
"code":"
|
510
|
-
"httpStatusCode":
|
758
|
+
"code":"MalformedPolicyDocument",
|
759
|
+
"httpStatusCode":400,
|
511
760
|
"senderFault":true
|
512
761
|
},
|
513
762
|
"exception":true
|
763
|
+
},
|
764
|
+
{
|
765
|
+
"shape":"ServiceFailureException",
|
766
|
+
"error":{
|
767
|
+
"code":"ServiceFailure",
|
768
|
+
"httpStatusCode":500
|
769
|
+
},
|
770
|
+
"exception":true
|
514
771
|
}
|
515
772
|
]
|
516
773
|
},
|
517
|
-
"
|
518
|
-
"name":"
|
774
|
+
"CreateSAMLProvider":{
|
775
|
+
"name":"CreateSAMLProvider",
|
519
776
|
"http":{
|
520
777
|
"method":"POST",
|
521
778
|
"requestUri":"/"
|
522
779
|
},
|
523
|
-
"input":{"shape":"
|
780
|
+
"input":{"shape":"CreateSAMLProviderRequest"},
|
524
781
|
"output":{
|
525
|
-
"shape":"
|
526
|
-
"resultWrapper":"
|
782
|
+
"shape":"CreateSAMLProviderResponse",
|
783
|
+
"resultWrapper":"CreateSAMLProviderResult"
|
527
784
|
},
|
528
785
|
"errors":[
|
529
786
|
{
|
530
|
-
"shape":"
|
787
|
+
"shape":"InvalidInputException",
|
531
788
|
"error":{
|
532
|
-
"code":"
|
533
|
-
"httpStatusCode":
|
789
|
+
"code":"InvalidInput",
|
790
|
+
"httpStatusCode":400,
|
534
791
|
"senderFault":true
|
535
792
|
},
|
536
793
|
"exception":true
|
@@ -543,10 +800,116 @@
|
|
543
800
|
"senderFault":true
|
544
801
|
},
|
545
802
|
"exception":true
|
546
|
-
}
|
547
|
-
|
548
|
-
|
549
|
-
|
803
|
+
},
|
804
|
+
{
|
805
|
+
"shape":"LimitExceededException",
|
806
|
+
"error":{
|
807
|
+
"code":"LimitExceeded",
|
808
|
+
"httpStatusCode":409,
|
809
|
+
"senderFault":true
|
810
|
+
},
|
811
|
+
"exception":true
|
812
|
+
},
|
813
|
+
{
|
814
|
+
"shape":"ServiceFailureException",
|
815
|
+
"error":{
|
816
|
+
"code":"ServiceFailure",
|
817
|
+
"httpStatusCode":500
|
818
|
+
},
|
819
|
+
"exception":true
|
820
|
+
}
|
821
|
+
]
|
822
|
+
},
|
823
|
+
"CreateUser":{
|
824
|
+
"name":"CreateUser",
|
825
|
+
"http":{
|
826
|
+
"method":"POST",
|
827
|
+
"requestUri":"/"
|
828
|
+
},
|
829
|
+
"input":{"shape":"CreateUserRequest"},
|
830
|
+
"output":{
|
831
|
+
"shape":"CreateUserResponse",
|
832
|
+
"resultWrapper":"CreateUserResult"
|
833
|
+
},
|
834
|
+
"errors":[
|
835
|
+
{
|
836
|
+
"shape":"LimitExceededException",
|
837
|
+
"error":{
|
838
|
+
"code":"LimitExceeded",
|
839
|
+
"httpStatusCode":409,
|
840
|
+
"senderFault":true
|
841
|
+
},
|
842
|
+
"exception":true
|
843
|
+
},
|
844
|
+
{
|
845
|
+
"shape":"EntityAlreadyExistsException",
|
846
|
+
"error":{
|
847
|
+
"code":"EntityAlreadyExists",
|
848
|
+
"httpStatusCode":409,
|
849
|
+
"senderFault":true
|
850
|
+
},
|
851
|
+
"exception":true
|
852
|
+
},
|
853
|
+
{
|
854
|
+
"shape":"NoSuchEntityException",
|
855
|
+
"error":{
|
856
|
+
"code":"NoSuchEntity",
|
857
|
+
"httpStatusCode":404,
|
858
|
+
"senderFault":true
|
859
|
+
},
|
860
|
+
"exception":true
|
861
|
+
},
|
862
|
+
{
|
863
|
+
"shape":"ServiceFailureException",
|
864
|
+
"error":{
|
865
|
+
"code":"ServiceFailure",
|
866
|
+
"httpStatusCode":500
|
867
|
+
},
|
868
|
+
"exception":true
|
869
|
+
}
|
870
|
+
]
|
871
|
+
},
|
872
|
+
"CreateVirtualMFADevice":{
|
873
|
+
"name":"CreateVirtualMFADevice",
|
874
|
+
"http":{
|
875
|
+
"method":"POST",
|
876
|
+
"requestUri":"/"
|
877
|
+
},
|
878
|
+
"input":{"shape":"CreateVirtualMFADeviceRequest"},
|
879
|
+
"output":{
|
880
|
+
"shape":"CreateVirtualMFADeviceResponse",
|
881
|
+
"resultWrapper":"CreateVirtualMFADeviceResult"
|
882
|
+
},
|
883
|
+
"errors":[
|
884
|
+
{
|
885
|
+
"shape":"LimitExceededException",
|
886
|
+
"error":{
|
887
|
+
"code":"LimitExceeded",
|
888
|
+
"httpStatusCode":409,
|
889
|
+
"senderFault":true
|
890
|
+
},
|
891
|
+
"exception":true
|
892
|
+
},
|
893
|
+
{
|
894
|
+
"shape":"EntityAlreadyExistsException",
|
895
|
+
"error":{
|
896
|
+
"code":"EntityAlreadyExists",
|
897
|
+
"httpStatusCode":409,
|
898
|
+
"senderFault":true
|
899
|
+
},
|
900
|
+
"exception":true
|
901
|
+
},
|
902
|
+
{
|
903
|
+
"shape":"ServiceFailureException",
|
904
|
+
"error":{
|
905
|
+
"code":"ServiceFailure",
|
906
|
+
"httpStatusCode":500
|
907
|
+
},
|
908
|
+
"exception":true
|
909
|
+
}
|
910
|
+
]
|
911
|
+
},
|
912
|
+
"DeactivateMFADevice":{
|
550
913
|
"name":"DeactivateMFADevice",
|
551
914
|
"http":{
|
552
915
|
"method":"POST",
|
@@ -580,6 +943,14 @@
|
|
580
943
|
"senderFault":true
|
581
944
|
},
|
582
945
|
"exception":true
|
946
|
+
},
|
947
|
+
{
|
948
|
+
"shape":"ServiceFailureException",
|
949
|
+
"error":{
|
950
|
+
"code":"ServiceFailure",
|
951
|
+
"httpStatusCode":500
|
952
|
+
},
|
953
|
+
"exception":true
|
583
954
|
}
|
584
955
|
]
|
585
956
|
},
|
@@ -608,6 +979,14 @@
|
|
608
979
|
"senderFault":true
|
609
980
|
},
|
610
981
|
"exception":true
|
982
|
+
},
|
983
|
+
{
|
984
|
+
"shape":"ServiceFailureException",
|
985
|
+
"error":{
|
986
|
+
"code":"ServiceFailure",
|
987
|
+
"httpStatusCode":500
|
988
|
+
},
|
989
|
+
"exception":true
|
611
990
|
}
|
612
991
|
]
|
613
992
|
},
|
@@ -636,6 +1015,14 @@
|
|
636
1015
|
"senderFault":true
|
637
1016
|
},
|
638
1017
|
"exception":true
|
1018
|
+
},
|
1019
|
+
{
|
1020
|
+
"shape":"ServiceFailureException",
|
1021
|
+
"error":{
|
1022
|
+
"code":"ServiceFailure",
|
1023
|
+
"httpStatusCode":500
|
1024
|
+
},
|
1025
|
+
"exception":true
|
639
1026
|
}
|
640
1027
|
]
|
641
1028
|
},
|
@@ -663,6 +1050,14 @@
|
|
663
1050
|
"senderFault":true
|
664
1051
|
},
|
665
1052
|
"exception":true
|
1053
|
+
},
|
1054
|
+
{
|
1055
|
+
"shape":"ServiceFailureException",
|
1056
|
+
"error":{
|
1057
|
+
"code":"ServiceFailure",
|
1058
|
+
"httpStatusCode":500
|
1059
|
+
},
|
1060
|
+
"exception":true
|
666
1061
|
}
|
667
1062
|
]
|
668
1063
|
},
|
@@ -700,6 +1095,14 @@
|
|
700
1095
|
"senderFault":true
|
701
1096
|
},
|
702
1097
|
"exception":true
|
1098
|
+
},
|
1099
|
+
{
|
1100
|
+
"shape":"ServiceFailureException",
|
1101
|
+
"error":{
|
1102
|
+
"code":"ServiceFailure",
|
1103
|
+
"httpStatusCode":500
|
1104
|
+
},
|
1105
|
+
"exception":true
|
703
1106
|
}
|
704
1107
|
]
|
705
1108
|
},
|
@@ -728,6 +1131,14 @@
|
|
728
1131
|
"senderFault":true
|
729
1132
|
},
|
730
1133
|
"exception":true
|
1134
|
+
},
|
1135
|
+
{
|
1136
|
+
"shape":"ServiceFailureException",
|
1137
|
+
"error":{
|
1138
|
+
"code":"ServiceFailure",
|
1139
|
+
"httpStatusCode":500
|
1140
|
+
},
|
1141
|
+
"exception":true
|
731
1142
|
}
|
732
1143
|
]
|
733
1144
|
},
|
@@ -765,6 +1176,14 @@
|
|
765
1176
|
"senderFault":true
|
766
1177
|
},
|
767
1178
|
"exception":true
|
1179
|
+
},
|
1180
|
+
{
|
1181
|
+
"shape":"ServiceFailureException",
|
1182
|
+
"error":{
|
1183
|
+
"code":"ServiceFailure",
|
1184
|
+
"httpStatusCode":500
|
1185
|
+
},
|
1186
|
+
"exception":true
|
768
1187
|
}
|
769
1188
|
]
|
770
1189
|
},
|
@@ -802,6 +1221,14 @@
|
|
802
1221
|
"senderFault":true
|
803
1222
|
},
|
804
1223
|
"exception":true
|
1224
|
+
},
|
1225
|
+
{
|
1226
|
+
"shape":"ServiceFailureException",
|
1227
|
+
"error":{
|
1228
|
+
"code":"ServiceFailure",
|
1229
|
+
"httpStatusCode":500
|
1230
|
+
},
|
1231
|
+
"exception":true
|
805
1232
|
}
|
806
1233
|
]
|
807
1234
|
},
|
@@ -830,16 +1257,24 @@
|
|
830
1257
|
"senderFault":true
|
831
1258
|
},
|
832
1259
|
"exception":true
|
1260
|
+
},
|
1261
|
+
{
|
1262
|
+
"shape":"ServiceFailureException",
|
1263
|
+
"error":{
|
1264
|
+
"code":"ServiceFailure",
|
1265
|
+
"httpStatusCode":500
|
1266
|
+
},
|
1267
|
+
"exception":true
|
833
1268
|
}
|
834
1269
|
]
|
835
1270
|
},
|
836
|
-
"
|
837
|
-
"name":"
|
1271
|
+
"DeletePolicy":{
|
1272
|
+
"name":"DeletePolicy",
|
838
1273
|
"http":{
|
839
1274
|
"method":"POST",
|
840
1275
|
"requestUri":"/"
|
841
1276
|
},
|
842
|
-
"input":{"shape":"
|
1277
|
+
"input":{"shape":"DeletePolicyRequest"},
|
843
1278
|
"errors":[
|
844
1279
|
{
|
845
1280
|
"shape":"NoSuchEntityException",
|
@@ -851,32 +1286,49 @@
|
|
851
1286
|
"exception":true
|
852
1287
|
},
|
853
1288
|
{
|
854
|
-
"shape":"
|
1289
|
+
"shape":"LimitExceededException",
|
855
1290
|
"error":{
|
856
|
-
"code":"
|
1291
|
+
"code":"LimitExceeded",
|
857
1292
|
"httpStatusCode":409,
|
858
1293
|
"senderFault":true
|
859
1294
|
},
|
860
1295
|
"exception":true
|
861
1296
|
},
|
862
1297
|
{
|
863
|
-
"shape":"
|
1298
|
+
"shape":"InvalidInputException",
|
864
1299
|
"error":{
|
865
|
-
"code":"
|
1300
|
+
"code":"InvalidInput",
|
1301
|
+
"httpStatusCode":400,
|
1302
|
+
"senderFault":true
|
1303
|
+
},
|
1304
|
+
"exception":true
|
1305
|
+
},
|
1306
|
+
{
|
1307
|
+
"shape":"DeleteConflictException",
|
1308
|
+
"error":{
|
1309
|
+
"code":"DeleteConflict",
|
866
1310
|
"httpStatusCode":409,
|
867
1311
|
"senderFault":true
|
868
1312
|
},
|
869
1313
|
"exception":true
|
1314
|
+
},
|
1315
|
+
{
|
1316
|
+
"shape":"ServiceFailureException",
|
1317
|
+
"error":{
|
1318
|
+
"code":"ServiceFailure",
|
1319
|
+
"httpStatusCode":500
|
1320
|
+
},
|
1321
|
+
"exception":true
|
870
1322
|
}
|
871
1323
|
]
|
872
1324
|
},
|
873
|
-
"
|
874
|
-
"name":"
|
1325
|
+
"DeletePolicyVersion":{
|
1326
|
+
"name":"DeletePolicyVersion",
|
875
1327
|
"http":{
|
876
1328
|
"method":"POST",
|
877
1329
|
"requestUri":"/"
|
878
1330
|
},
|
879
|
-
"input":{"shape":"
|
1331
|
+
"input":{"shape":"DeletePolicyVersionRequest"},
|
880
1332
|
"errors":[
|
881
1333
|
{
|
882
1334
|
"shape":"NoSuchEntityException",
|
@@ -895,17 +1347,7 @@
|
|
895
1347
|
"senderFault":true
|
896
1348
|
},
|
897
1349
|
"exception":true
|
898
|
-
}
|
899
|
-
]
|
900
|
-
},
|
901
|
-
"DeleteSAMLProvider":{
|
902
|
-
"name":"DeleteSAMLProvider",
|
903
|
-
"http":{
|
904
|
-
"method":"POST",
|
905
|
-
"requestUri":"/"
|
906
|
-
},
|
907
|
-
"input":{"shape":"DeleteSAMLProviderRequest"},
|
908
|
-
"errors":[
|
1350
|
+
},
|
909
1351
|
{
|
910
1352
|
"shape":"InvalidInputException",
|
911
1353
|
"error":{
|
@@ -916,32 +1358,31 @@
|
|
916
1358
|
"exception":true
|
917
1359
|
},
|
918
1360
|
{
|
919
|
-
"shape":"
|
1361
|
+
"shape":"DeleteConflictException",
|
920
1362
|
"error":{
|
921
|
-
"code":"
|
1363
|
+
"code":"DeleteConflict",
|
922
1364
|
"httpStatusCode":409,
|
923
1365
|
"senderFault":true
|
924
1366
|
},
|
925
1367
|
"exception":true
|
926
1368
|
},
|
927
1369
|
{
|
928
|
-
"shape":"
|
1370
|
+
"shape":"ServiceFailureException",
|
929
1371
|
"error":{
|
930
|
-
"code":"
|
931
|
-
"httpStatusCode":
|
932
|
-
"senderFault":true
|
1372
|
+
"code":"ServiceFailure",
|
1373
|
+
"httpStatusCode":500
|
933
1374
|
},
|
934
1375
|
"exception":true
|
935
1376
|
}
|
936
1377
|
]
|
937
1378
|
},
|
938
|
-
"
|
939
|
-
"name":"
|
1379
|
+
"DeleteRole":{
|
1380
|
+
"name":"DeleteRole",
|
940
1381
|
"http":{
|
941
1382
|
"method":"POST",
|
942
1383
|
"requestUri":"/"
|
943
1384
|
},
|
944
|
-
"input":{"shape":"
|
1385
|
+
"input":{"shape":"DeleteRoleRequest"},
|
945
1386
|
"errors":[
|
946
1387
|
{
|
947
1388
|
"shape":"NoSuchEntityException",
|
@@ -969,16 +1410,24 @@
|
|
969
1410
|
"senderFault":true
|
970
1411
|
},
|
971
1412
|
"exception":true
|
1413
|
+
},
|
1414
|
+
{
|
1415
|
+
"shape":"ServiceFailureException",
|
1416
|
+
"error":{
|
1417
|
+
"code":"ServiceFailure",
|
1418
|
+
"httpStatusCode":500
|
1419
|
+
},
|
1420
|
+
"exception":true
|
972
1421
|
}
|
973
1422
|
]
|
974
1423
|
},
|
975
|
-
"
|
976
|
-
"name":"
|
1424
|
+
"DeleteRolePolicy":{
|
1425
|
+
"name":"DeleteRolePolicy",
|
977
1426
|
"http":{
|
978
1427
|
"method":"POST",
|
979
1428
|
"requestUri":"/"
|
980
1429
|
},
|
981
|
-
"input":{"shape":"
|
1430
|
+
"input":{"shape":"DeleteRolePolicyRequest"},
|
982
1431
|
"errors":[
|
983
1432
|
{
|
984
1433
|
"shape":"NoSuchEntityException",
|
@@ -997,17 +1446,34 @@
|
|
997
1446
|
"senderFault":true
|
998
1447
|
},
|
999
1448
|
"exception":true
|
1449
|
+
},
|
1450
|
+
{
|
1451
|
+
"shape":"ServiceFailureException",
|
1452
|
+
"error":{
|
1453
|
+
"code":"ServiceFailure",
|
1454
|
+
"httpStatusCode":500
|
1455
|
+
},
|
1456
|
+
"exception":true
|
1000
1457
|
}
|
1001
1458
|
]
|
1002
1459
|
},
|
1003
|
-
"
|
1004
|
-
"name":"
|
1460
|
+
"DeleteSAMLProvider":{
|
1461
|
+
"name":"DeleteSAMLProvider",
|
1005
1462
|
"http":{
|
1006
1463
|
"method":"POST",
|
1007
1464
|
"requestUri":"/"
|
1008
1465
|
},
|
1009
|
-
"input":{"shape":"
|
1466
|
+
"input":{"shape":"DeleteSAMLProviderRequest"},
|
1010
1467
|
"errors":[
|
1468
|
+
{
|
1469
|
+
"shape":"InvalidInputException",
|
1470
|
+
"error":{
|
1471
|
+
"code":"InvalidInput",
|
1472
|
+
"httpStatusCode":400,
|
1473
|
+
"senderFault":true
|
1474
|
+
},
|
1475
|
+
"exception":true
|
1476
|
+
},
|
1011
1477
|
{
|
1012
1478
|
"shape":"LimitExceededException",
|
1013
1479
|
"error":{
|
@@ -1027,23 +1493,22 @@
|
|
1027
1493
|
"exception":true
|
1028
1494
|
},
|
1029
1495
|
{
|
1030
|
-
"shape":"
|
1496
|
+
"shape":"ServiceFailureException",
|
1031
1497
|
"error":{
|
1032
|
-
"code":"
|
1033
|
-
"httpStatusCode":
|
1034
|
-
"senderFault":true
|
1498
|
+
"code":"ServiceFailure",
|
1499
|
+
"httpStatusCode":500
|
1035
1500
|
},
|
1036
1501
|
"exception":true
|
1037
1502
|
}
|
1038
1503
|
]
|
1039
1504
|
},
|
1040
|
-
"
|
1041
|
-
"name":"
|
1505
|
+
"DeleteServerCertificate":{
|
1506
|
+
"name":"DeleteServerCertificate",
|
1042
1507
|
"http":{
|
1043
1508
|
"method":"POST",
|
1044
1509
|
"requestUri":"/"
|
1045
1510
|
},
|
1046
|
-
"input":{"shape":"
|
1511
|
+
"input":{"shape":"DeleteServerCertificateRequest"},
|
1047
1512
|
"errors":[
|
1048
1513
|
{
|
1049
1514
|
"shape":"NoSuchEntityException",
|
@@ -1054,6 +1519,15 @@
|
|
1054
1519
|
},
|
1055
1520
|
"exception":true
|
1056
1521
|
},
|
1522
|
+
{
|
1523
|
+
"shape":"DeleteConflictException",
|
1524
|
+
"error":{
|
1525
|
+
"code":"DeleteConflict",
|
1526
|
+
"httpStatusCode":409,
|
1527
|
+
"senderFault":true
|
1528
|
+
},
|
1529
|
+
"exception":true
|
1530
|
+
},
|
1057
1531
|
{
|
1058
1532
|
"shape":"LimitExceededException",
|
1059
1533
|
"error":{
|
@@ -1062,10 +1536,135 @@
|
|
1062
1536
|
"senderFault":true
|
1063
1537
|
},
|
1064
1538
|
"exception":true
|
1539
|
+
},
|
1540
|
+
{
|
1541
|
+
"shape":"ServiceFailureException",
|
1542
|
+
"error":{
|
1543
|
+
"code":"ServiceFailure",
|
1544
|
+
"httpStatusCode":500
|
1545
|
+
},
|
1546
|
+
"exception":true
|
1065
1547
|
}
|
1066
1548
|
]
|
1067
1549
|
},
|
1068
|
-
"
|
1550
|
+
"DeleteSigningCertificate":{
|
1551
|
+
"name":"DeleteSigningCertificate",
|
1552
|
+
"http":{
|
1553
|
+
"method":"POST",
|
1554
|
+
"requestUri":"/"
|
1555
|
+
},
|
1556
|
+
"input":{"shape":"DeleteSigningCertificateRequest"},
|
1557
|
+
"errors":[
|
1558
|
+
{
|
1559
|
+
"shape":"NoSuchEntityException",
|
1560
|
+
"error":{
|
1561
|
+
"code":"NoSuchEntity",
|
1562
|
+
"httpStatusCode":404,
|
1563
|
+
"senderFault":true
|
1564
|
+
},
|
1565
|
+
"exception":true
|
1566
|
+
},
|
1567
|
+
{
|
1568
|
+
"shape":"LimitExceededException",
|
1569
|
+
"error":{
|
1570
|
+
"code":"LimitExceeded",
|
1571
|
+
"httpStatusCode":409,
|
1572
|
+
"senderFault":true
|
1573
|
+
},
|
1574
|
+
"exception":true
|
1575
|
+
},
|
1576
|
+
{
|
1577
|
+
"shape":"ServiceFailureException",
|
1578
|
+
"error":{
|
1579
|
+
"code":"ServiceFailure",
|
1580
|
+
"httpStatusCode":500
|
1581
|
+
},
|
1582
|
+
"exception":true
|
1583
|
+
}
|
1584
|
+
]
|
1585
|
+
},
|
1586
|
+
"DeleteUser":{
|
1587
|
+
"name":"DeleteUser",
|
1588
|
+
"http":{
|
1589
|
+
"method":"POST",
|
1590
|
+
"requestUri":"/"
|
1591
|
+
},
|
1592
|
+
"input":{"shape":"DeleteUserRequest"},
|
1593
|
+
"errors":[
|
1594
|
+
{
|
1595
|
+
"shape":"LimitExceededException",
|
1596
|
+
"error":{
|
1597
|
+
"code":"LimitExceeded",
|
1598
|
+
"httpStatusCode":409,
|
1599
|
+
"senderFault":true
|
1600
|
+
},
|
1601
|
+
"exception":true
|
1602
|
+
},
|
1603
|
+
{
|
1604
|
+
"shape":"NoSuchEntityException",
|
1605
|
+
"error":{
|
1606
|
+
"code":"NoSuchEntity",
|
1607
|
+
"httpStatusCode":404,
|
1608
|
+
"senderFault":true
|
1609
|
+
},
|
1610
|
+
"exception":true
|
1611
|
+
},
|
1612
|
+
{
|
1613
|
+
"shape":"DeleteConflictException",
|
1614
|
+
"error":{
|
1615
|
+
"code":"DeleteConflict",
|
1616
|
+
"httpStatusCode":409,
|
1617
|
+
"senderFault":true
|
1618
|
+
},
|
1619
|
+
"exception":true
|
1620
|
+
},
|
1621
|
+
{
|
1622
|
+
"shape":"ServiceFailureException",
|
1623
|
+
"error":{
|
1624
|
+
"code":"ServiceFailure",
|
1625
|
+
"httpStatusCode":500
|
1626
|
+
},
|
1627
|
+
"exception":true
|
1628
|
+
}
|
1629
|
+
]
|
1630
|
+
},
|
1631
|
+
"DeleteUserPolicy":{
|
1632
|
+
"name":"DeleteUserPolicy",
|
1633
|
+
"http":{
|
1634
|
+
"method":"POST",
|
1635
|
+
"requestUri":"/"
|
1636
|
+
},
|
1637
|
+
"input":{"shape":"DeleteUserPolicyRequest"},
|
1638
|
+
"errors":[
|
1639
|
+
{
|
1640
|
+
"shape":"NoSuchEntityException",
|
1641
|
+
"error":{
|
1642
|
+
"code":"NoSuchEntity",
|
1643
|
+
"httpStatusCode":404,
|
1644
|
+
"senderFault":true
|
1645
|
+
},
|
1646
|
+
"exception":true
|
1647
|
+
},
|
1648
|
+
{
|
1649
|
+
"shape":"LimitExceededException",
|
1650
|
+
"error":{
|
1651
|
+
"code":"LimitExceeded",
|
1652
|
+
"httpStatusCode":409,
|
1653
|
+
"senderFault":true
|
1654
|
+
},
|
1655
|
+
"exception":true
|
1656
|
+
},
|
1657
|
+
{
|
1658
|
+
"shape":"ServiceFailureException",
|
1659
|
+
"error":{
|
1660
|
+
"code":"ServiceFailure",
|
1661
|
+
"httpStatusCode":500
|
1662
|
+
},
|
1663
|
+
"exception":true
|
1664
|
+
}
|
1665
|
+
]
|
1666
|
+
},
|
1667
|
+
"DeleteVirtualMFADevice":{
|
1069
1668
|
"name":"DeleteVirtualMFADevice",
|
1070
1669
|
"http":{
|
1071
1670
|
"method":"POST",
|
@@ -1099,6 +1698,149 @@
|
|
1099
1698
|
"senderFault":true
|
1100
1699
|
},
|
1101
1700
|
"exception":true
|
1701
|
+
},
|
1702
|
+
{
|
1703
|
+
"shape":"ServiceFailureException",
|
1704
|
+
"error":{
|
1705
|
+
"code":"ServiceFailure",
|
1706
|
+
"httpStatusCode":500
|
1707
|
+
},
|
1708
|
+
"exception":true
|
1709
|
+
}
|
1710
|
+
]
|
1711
|
+
},
|
1712
|
+
"DetachGroupPolicy":{
|
1713
|
+
"name":"DetachGroupPolicy",
|
1714
|
+
"http":{
|
1715
|
+
"method":"POST",
|
1716
|
+
"requestUri":"/"
|
1717
|
+
},
|
1718
|
+
"input":{"shape":"DetachGroupPolicyRequest"},
|
1719
|
+
"errors":[
|
1720
|
+
{
|
1721
|
+
"shape":"NoSuchEntityException",
|
1722
|
+
"error":{
|
1723
|
+
"code":"NoSuchEntity",
|
1724
|
+
"httpStatusCode":404,
|
1725
|
+
"senderFault":true
|
1726
|
+
},
|
1727
|
+
"exception":true
|
1728
|
+
},
|
1729
|
+
{
|
1730
|
+
"shape":"LimitExceededException",
|
1731
|
+
"error":{
|
1732
|
+
"code":"LimitExceeded",
|
1733
|
+
"httpStatusCode":409,
|
1734
|
+
"senderFault":true
|
1735
|
+
},
|
1736
|
+
"exception":true
|
1737
|
+
},
|
1738
|
+
{
|
1739
|
+
"shape":"InvalidInputException",
|
1740
|
+
"error":{
|
1741
|
+
"code":"InvalidInput",
|
1742
|
+
"httpStatusCode":400,
|
1743
|
+
"senderFault":true
|
1744
|
+
},
|
1745
|
+
"exception":true
|
1746
|
+
},
|
1747
|
+
{
|
1748
|
+
"shape":"ServiceFailureException",
|
1749
|
+
"error":{
|
1750
|
+
"code":"ServiceFailure",
|
1751
|
+
"httpStatusCode":500
|
1752
|
+
},
|
1753
|
+
"exception":true
|
1754
|
+
}
|
1755
|
+
]
|
1756
|
+
},
|
1757
|
+
"DetachRolePolicy":{
|
1758
|
+
"name":"DetachRolePolicy",
|
1759
|
+
"http":{
|
1760
|
+
"method":"POST",
|
1761
|
+
"requestUri":"/"
|
1762
|
+
},
|
1763
|
+
"input":{"shape":"DetachRolePolicyRequest"},
|
1764
|
+
"errors":[
|
1765
|
+
{
|
1766
|
+
"shape":"NoSuchEntityException",
|
1767
|
+
"error":{
|
1768
|
+
"code":"NoSuchEntity",
|
1769
|
+
"httpStatusCode":404,
|
1770
|
+
"senderFault":true
|
1771
|
+
},
|
1772
|
+
"exception":true
|
1773
|
+
},
|
1774
|
+
{
|
1775
|
+
"shape":"LimitExceededException",
|
1776
|
+
"error":{
|
1777
|
+
"code":"LimitExceeded",
|
1778
|
+
"httpStatusCode":409,
|
1779
|
+
"senderFault":true
|
1780
|
+
},
|
1781
|
+
"exception":true
|
1782
|
+
},
|
1783
|
+
{
|
1784
|
+
"shape":"InvalidInputException",
|
1785
|
+
"error":{
|
1786
|
+
"code":"InvalidInput",
|
1787
|
+
"httpStatusCode":400,
|
1788
|
+
"senderFault":true
|
1789
|
+
},
|
1790
|
+
"exception":true
|
1791
|
+
},
|
1792
|
+
{
|
1793
|
+
"shape":"ServiceFailureException",
|
1794
|
+
"error":{
|
1795
|
+
"code":"ServiceFailure",
|
1796
|
+
"httpStatusCode":500
|
1797
|
+
},
|
1798
|
+
"exception":true
|
1799
|
+
}
|
1800
|
+
]
|
1801
|
+
},
|
1802
|
+
"DetachUserPolicy":{
|
1803
|
+
"name":"DetachUserPolicy",
|
1804
|
+
"http":{
|
1805
|
+
"method":"POST",
|
1806
|
+
"requestUri":"/"
|
1807
|
+
},
|
1808
|
+
"input":{"shape":"DetachUserPolicyRequest"},
|
1809
|
+
"errors":[
|
1810
|
+
{
|
1811
|
+
"shape":"NoSuchEntityException",
|
1812
|
+
"error":{
|
1813
|
+
"code":"NoSuchEntity",
|
1814
|
+
"httpStatusCode":404,
|
1815
|
+
"senderFault":true
|
1816
|
+
},
|
1817
|
+
"exception":true
|
1818
|
+
},
|
1819
|
+
{
|
1820
|
+
"shape":"LimitExceededException",
|
1821
|
+
"error":{
|
1822
|
+
"code":"LimitExceeded",
|
1823
|
+
"httpStatusCode":409,
|
1824
|
+
"senderFault":true
|
1825
|
+
},
|
1826
|
+
"exception":true
|
1827
|
+
},
|
1828
|
+
{
|
1829
|
+
"shape":"InvalidInputException",
|
1830
|
+
"error":{
|
1831
|
+
"code":"InvalidInput",
|
1832
|
+
"httpStatusCode":400,
|
1833
|
+
"senderFault":true
|
1834
|
+
},
|
1835
|
+
"exception":true
|
1836
|
+
},
|
1837
|
+
{
|
1838
|
+
"shape":"ServiceFailureException",
|
1839
|
+
"error":{
|
1840
|
+
"code":"ServiceFailure",
|
1841
|
+
"httpStatusCode":500
|
1842
|
+
},
|
1843
|
+
"exception":true
|
1102
1844
|
}
|
1103
1845
|
]
|
1104
1846
|
},
|
@@ -1154,6 +1896,14 @@
|
|
1154
1896
|
"senderFault":true
|
1155
1897
|
},
|
1156
1898
|
"exception":true
|
1899
|
+
},
|
1900
|
+
{
|
1901
|
+
"shape":"ServiceFailureException",
|
1902
|
+
"error":{
|
1903
|
+
"code":"ServiceFailure",
|
1904
|
+
"httpStatusCode":500
|
1905
|
+
},
|
1906
|
+
"exception":true
|
1157
1907
|
}
|
1158
1908
|
]
|
1159
1909
|
},
|
@@ -1176,6 +1926,14 @@
|
|
1176
1926
|
"senderFault":true
|
1177
1927
|
},
|
1178
1928
|
"exception":true
|
1929
|
+
},
|
1930
|
+
{
|
1931
|
+
"shape":"ServiceFailureException",
|
1932
|
+
"error":{
|
1933
|
+
"code":"ServiceFailure",
|
1934
|
+
"httpStatusCode":500
|
1935
|
+
},
|
1936
|
+
"exception":true
|
1179
1937
|
}
|
1180
1938
|
]
|
1181
1939
|
},
|
@@ -1189,7 +1947,17 @@
|
|
1189
1947
|
"output":{
|
1190
1948
|
"shape":"GetAccountAuthorizationDetailsResponse",
|
1191
1949
|
"resultWrapper":"GetAccountAuthorizationDetailsResult"
|
1192
|
-
}
|
1950
|
+
},
|
1951
|
+
"errors":[
|
1952
|
+
{
|
1953
|
+
"shape":"ServiceFailureException",
|
1954
|
+
"error":{
|
1955
|
+
"code":"ServiceFailure",
|
1956
|
+
"httpStatusCode":500
|
1957
|
+
},
|
1958
|
+
"exception":true
|
1959
|
+
}
|
1960
|
+
]
|
1193
1961
|
},
|
1194
1962
|
"GetAccountPasswordPolicy":{
|
1195
1963
|
"name":"GetAccountPasswordPolicy",
|
@@ -1210,6 +1978,14 @@
|
|
1210
1978
|
"senderFault":true
|
1211
1979
|
},
|
1212
1980
|
"exception":true
|
1981
|
+
},
|
1982
|
+
{
|
1983
|
+
"shape":"ServiceFailureException",
|
1984
|
+
"error":{
|
1985
|
+
"code":"ServiceFailure",
|
1986
|
+
"httpStatusCode":500
|
1987
|
+
},
|
1988
|
+
"exception":true
|
1213
1989
|
}
|
1214
1990
|
]
|
1215
1991
|
},
|
@@ -1222,7 +1998,17 @@
|
|
1222
1998
|
"output":{
|
1223
1999
|
"shape":"GetAccountSummaryResponse",
|
1224
2000
|
"resultWrapper":"GetAccountSummaryResult"
|
1225
|
-
}
|
2001
|
+
},
|
2002
|
+
"errors":[
|
2003
|
+
{
|
2004
|
+
"shape":"ServiceFailureException",
|
2005
|
+
"error":{
|
2006
|
+
"code":"ServiceFailure",
|
2007
|
+
"httpStatusCode":500
|
2008
|
+
},
|
2009
|
+
"exception":true
|
2010
|
+
}
|
2011
|
+
]
|
1226
2012
|
},
|
1227
2013
|
"GetCredentialReport":{
|
1228
2014
|
"name":"GetCredentialReport",
|
@@ -1261,6 +2047,14 @@
|
|
1261
2047
|
"senderFault":true
|
1262
2048
|
},
|
1263
2049
|
"exception":true
|
2050
|
+
},
|
2051
|
+
{
|
2052
|
+
"shape":"ServiceFailureException",
|
2053
|
+
"error":{
|
2054
|
+
"code":"ServiceFailure",
|
2055
|
+
"httpStatusCode":500
|
2056
|
+
},
|
2057
|
+
"exception":true
|
1264
2058
|
}
|
1265
2059
|
]
|
1266
2060
|
},
|
@@ -1284,6 +2078,14 @@
|
|
1284
2078
|
"senderFault":true
|
1285
2079
|
},
|
1286
2080
|
"exception":true
|
2081
|
+
},
|
2082
|
+
{
|
2083
|
+
"shape":"ServiceFailureException",
|
2084
|
+
"error":{
|
2085
|
+
"code":"ServiceFailure",
|
2086
|
+
"httpStatusCode":500
|
2087
|
+
},
|
2088
|
+
"exception":true
|
1287
2089
|
}
|
1288
2090
|
]
|
1289
2091
|
},
|
@@ -1293,10 +2095,72 @@
|
|
1293
2095
|
"method":"POST",
|
1294
2096
|
"requestUri":"/"
|
1295
2097
|
},
|
1296
|
-
"input":{"shape":"GetGroupPolicyRequest"},
|
2098
|
+
"input":{"shape":"GetGroupPolicyRequest"},
|
2099
|
+
"output":{
|
2100
|
+
"shape":"GetGroupPolicyResponse",
|
2101
|
+
"resultWrapper":"GetGroupPolicyResult"
|
2102
|
+
},
|
2103
|
+
"errors":[
|
2104
|
+
{
|
2105
|
+
"shape":"NoSuchEntityException",
|
2106
|
+
"error":{
|
2107
|
+
"code":"NoSuchEntity",
|
2108
|
+
"httpStatusCode":404,
|
2109
|
+
"senderFault":true
|
2110
|
+
},
|
2111
|
+
"exception":true
|
2112
|
+
},
|
2113
|
+
{
|
2114
|
+
"shape":"ServiceFailureException",
|
2115
|
+
"error":{
|
2116
|
+
"code":"ServiceFailure",
|
2117
|
+
"httpStatusCode":500
|
2118
|
+
},
|
2119
|
+
"exception":true
|
2120
|
+
}
|
2121
|
+
]
|
2122
|
+
},
|
2123
|
+
"GetInstanceProfile":{
|
2124
|
+
"name":"GetInstanceProfile",
|
2125
|
+
"http":{
|
2126
|
+
"method":"POST",
|
2127
|
+
"requestUri":"/"
|
2128
|
+
},
|
2129
|
+
"input":{"shape":"GetInstanceProfileRequest"},
|
2130
|
+
"output":{
|
2131
|
+
"shape":"GetInstanceProfileResponse",
|
2132
|
+
"resultWrapper":"GetInstanceProfileResult"
|
2133
|
+
},
|
2134
|
+
"errors":[
|
2135
|
+
{
|
2136
|
+
"shape":"NoSuchEntityException",
|
2137
|
+
"error":{
|
2138
|
+
"code":"NoSuchEntity",
|
2139
|
+
"httpStatusCode":404,
|
2140
|
+
"senderFault":true
|
2141
|
+
},
|
2142
|
+
"exception":true
|
2143
|
+
},
|
2144
|
+
{
|
2145
|
+
"shape":"ServiceFailureException",
|
2146
|
+
"error":{
|
2147
|
+
"code":"ServiceFailure",
|
2148
|
+
"httpStatusCode":500
|
2149
|
+
},
|
2150
|
+
"exception":true
|
2151
|
+
}
|
2152
|
+
]
|
2153
|
+
},
|
2154
|
+
"GetLoginProfile":{
|
2155
|
+
"name":"GetLoginProfile",
|
2156
|
+
"http":{
|
2157
|
+
"method":"POST",
|
2158
|
+
"requestUri":"/"
|
2159
|
+
},
|
2160
|
+
"input":{"shape":"GetLoginProfileRequest"},
|
1297
2161
|
"output":{
|
1298
|
-
"shape":"
|
1299
|
-
"resultWrapper":"
|
2162
|
+
"shape":"GetLoginProfileResponse",
|
2163
|
+
"resultWrapper":"GetLoginProfileResult"
|
1300
2164
|
},
|
1301
2165
|
"errors":[
|
1302
2166
|
{
|
@@ -1307,21 +2171,38 @@
|
|
1307
2171
|
"senderFault":true
|
1308
2172
|
},
|
1309
2173
|
"exception":true
|
2174
|
+
},
|
2175
|
+
{
|
2176
|
+
"shape":"ServiceFailureException",
|
2177
|
+
"error":{
|
2178
|
+
"code":"ServiceFailure",
|
2179
|
+
"httpStatusCode":500
|
2180
|
+
},
|
2181
|
+
"exception":true
|
1310
2182
|
}
|
1311
2183
|
]
|
1312
2184
|
},
|
1313
|
-
"
|
1314
|
-
"name":"
|
2185
|
+
"GetOpenIDConnectProvider":{
|
2186
|
+
"name":"GetOpenIDConnectProvider",
|
1315
2187
|
"http":{
|
1316
2188
|
"method":"POST",
|
1317
2189
|
"requestUri":"/"
|
1318
2190
|
},
|
1319
|
-
"input":{"shape":"
|
2191
|
+
"input":{"shape":"GetOpenIDConnectProviderRequest"},
|
1320
2192
|
"output":{
|
1321
|
-
"shape":"
|
1322
|
-
"resultWrapper":"
|
2193
|
+
"shape":"GetOpenIDConnectProviderResponse",
|
2194
|
+
"resultWrapper":"GetOpenIDConnectProviderResult"
|
1323
2195
|
},
|
1324
2196
|
"errors":[
|
2197
|
+
{
|
2198
|
+
"shape":"InvalidInputException",
|
2199
|
+
"error":{
|
2200
|
+
"code":"InvalidInput",
|
2201
|
+
"httpStatusCode":400,
|
2202
|
+
"senderFault":true
|
2203
|
+
},
|
2204
|
+
"exception":true
|
2205
|
+
},
|
1325
2206
|
{
|
1326
2207
|
"shape":"NoSuchEntityException",
|
1327
2208
|
"error":{
|
@@ -1330,19 +2211,27 @@
|
|
1330
2211
|
"senderFault":true
|
1331
2212
|
},
|
1332
2213
|
"exception":true
|
2214
|
+
},
|
2215
|
+
{
|
2216
|
+
"shape":"ServiceFailureException",
|
2217
|
+
"error":{
|
2218
|
+
"code":"ServiceFailure",
|
2219
|
+
"httpStatusCode":500
|
2220
|
+
},
|
2221
|
+
"exception":true
|
1333
2222
|
}
|
1334
2223
|
]
|
1335
2224
|
},
|
1336
|
-
"
|
1337
|
-
"name":"
|
2225
|
+
"GetPolicy":{
|
2226
|
+
"name":"GetPolicy",
|
1338
2227
|
"http":{
|
1339
2228
|
"method":"POST",
|
1340
2229
|
"requestUri":"/"
|
1341
2230
|
},
|
1342
|
-
"input":{"shape":"
|
2231
|
+
"input":{"shape":"GetPolicyRequest"},
|
1343
2232
|
"output":{
|
1344
|
-
"shape":"
|
1345
|
-
"resultWrapper":"
|
2233
|
+
"shape":"GetPolicyResponse",
|
2234
|
+
"resultWrapper":"GetPolicyResult"
|
1346
2235
|
},
|
1347
2236
|
"errors":[
|
1348
2237
|
{
|
@@ -1353,21 +2242,47 @@
|
|
1353
2242
|
"senderFault":true
|
1354
2243
|
},
|
1355
2244
|
"exception":true
|
2245
|
+
},
|
2246
|
+
{
|
2247
|
+
"shape":"InvalidInputException",
|
2248
|
+
"error":{
|
2249
|
+
"code":"InvalidInput",
|
2250
|
+
"httpStatusCode":400,
|
2251
|
+
"senderFault":true
|
2252
|
+
},
|
2253
|
+
"exception":true
|
2254
|
+
},
|
2255
|
+
{
|
2256
|
+
"shape":"ServiceFailureException",
|
2257
|
+
"error":{
|
2258
|
+
"code":"ServiceFailure",
|
2259
|
+
"httpStatusCode":500
|
2260
|
+
},
|
2261
|
+
"exception":true
|
1356
2262
|
}
|
1357
2263
|
]
|
1358
2264
|
},
|
1359
|
-
"
|
1360
|
-
"name":"
|
2265
|
+
"GetPolicyVersion":{
|
2266
|
+
"name":"GetPolicyVersion",
|
1361
2267
|
"http":{
|
1362
2268
|
"method":"POST",
|
1363
2269
|
"requestUri":"/"
|
1364
2270
|
},
|
1365
|
-
"input":{"shape":"
|
2271
|
+
"input":{"shape":"GetPolicyVersionRequest"},
|
1366
2272
|
"output":{
|
1367
|
-
"shape":"
|
1368
|
-
"resultWrapper":"
|
2273
|
+
"shape":"GetPolicyVersionResponse",
|
2274
|
+
"resultWrapper":"GetPolicyVersionResult"
|
1369
2275
|
},
|
1370
2276
|
"errors":[
|
2277
|
+
{
|
2278
|
+
"shape":"NoSuchEntityException",
|
2279
|
+
"error":{
|
2280
|
+
"code":"NoSuchEntity",
|
2281
|
+
"httpStatusCode":404,
|
2282
|
+
"senderFault":true
|
2283
|
+
},
|
2284
|
+
"exception":true
|
2285
|
+
},
|
1371
2286
|
{
|
1372
2287
|
"shape":"InvalidInputException",
|
1373
2288
|
"error":{
|
@@ -1378,11 +2293,10 @@
|
|
1378
2293
|
"exception":true
|
1379
2294
|
},
|
1380
2295
|
{
|
1381
|
-
"shape":"
|
2296
|
+
"shape":"ServiceFailureException",
|
1382
2297
|
"error":{
|
1383
|
-
"code":"
|
1384
|
-
"httpStatusCode":
|
1385
|
-
"senderFault":true
|
2298
|
+
"code":"ServiceFailure",
|
2299
|
+
"httpStatusCode":500
|
1386
2300
|
},
|
1387
2301
|
"exception":true
|
1388
2302
|
}
|
@@ -1408,6 +2322,14 @@
|
|
1408
2322
|
"senderFault":true
|
1409
2323
|
},
|
1410
2324
|
"exception":true
|
2325
|
+
},
|
2326
|
+
{
|
2327
|
+
"shape":"ServiceFailureException",
|
2328
|
+
"error":{
|
2329
|
+
"code":"ServiceFailure",
|
2330
|
+
"httpStatusCode":500
|
2331
|
+
},
|
2332
|
+
"exception":true
|
1411
2333
|
}
|
1412
2334
|
]
|
1413
2335
|
},
|
@@ -1431,6 +2353,14 @@
|
|
1431
2353
|
"senderFault":true
|
1432
2354
|
},
|
1433
2355
|
"exception":true
|
2356
|
+
},
|
2357
|
+
{
|
2358
|
+
"shape":"ServiceFailureException",
|
2359
|
+
"error":{
|
2360
|
+
"code":"ServiceFailure",
|
2361
|
+
"httpStatusCode":500
|
2362
|
+
},
|
2363
|
+
"exception":true
|
1434
2364
|
}
|
1435
2365
|
]
|
1436
2366
|
},
|
@@ -1463,6 +2393,14 @@
|
|
1463
2393
|
"senderFault":true
|
1464
2394
|
},
|
1465
2395
|
"exception":true
|
2396
|
+
},
|
2397
|
+
{
|
2398
|
+
"shape":"ServiceFailureException",
|
2399
|
+
"error":{
|
2400
|
+
"code":"ServiceFailure",
|
2401
|
+
"httpStatusCode":500
|
2402
|
+
},
|
2403
|
+
"exception":true
|
1466
2404
|
}
|
1467
2405
|
]
|
1468
2406
|
},
|
@@ -1486,6 +2424,14 @@
|
|
1486
2424
|
"senderFault":true
|
1487
2425
|
},
|
1488
2426
|
"exception":true
|
2427
|
+
},
|
2428
|
+
{
|
2429
|
+
"shape":"ServiceFailureException",
|
2430
|
+
"error":{
|
2431
|
+
"code":"ServiceFailure",
|
2432
|
+
"httpStatusCode":500
|
2433
|
+
},
|
2434
|
+
"exception":true
|
1489
2435
|
}
|
1490
2436
|
]
|
1491
2437
|
},
|
@@ -1509,6 +2455,14 @@
|
|
1509
2455
|
"senderFault":true
|
1510
2456
|
},
|
1511
2457
|
"exception":true
|
2458
|
+
},
|
2459
|
+
{
|
2460
|
+
"shape":"ServiceFailureException",
|
2461
|
+
"error":{
|
2462
|
+
"code":"ServiceFailure",
|
2463
|
+
"httpStatusCode":500
|
2464
|
+
},
|
2465
|
+
"exception":true
|
1512
2466
|
}
|
1513
2467
|
]
|
1514
2468
|
},
|
@@ -1532,6 +2486,14 @@
|
|
1532
2486
|
"senderFault":true
|
1533
2487
|
},
|
1534
2488
|
"exception":true
|
2489
|
+
},
|
2490
|
+
{
|
2491
|
+
"shape":"ServiceFailureException",
|
2492
|
+
"error":{
|
2493
|
+
"code":"ServiceFailure",
|
2494
|
+
"httpStatusCode":500
|
2495
|
+
},
|
2496
|
+
"exception":true
|
1535
2497
|
}
|
1536
2498
|
]
|
1537
2499
|
},
|
@@ -1555,6 +2517,14 @@
|
|
1555
2517
|
"senderFault":true
|
1556
2518
|
},
|
1557
2519
|
"exception":true
|
2520
|
+
},
|
2521
|
+
{
|
2522
|
+
"shape":"ServiceFailureException",
|
2523
|
+
"error":{
|
2524
|
+
"code":"ServiceFailure",
|
2525
|
+
"httpStatusCode":500
|
2526
|
+
},
|
2527
|
+
"exception":true
|
1558
2528
|
}
|
1559
2529
|
]
|
1560
2530
|
},
|
@@ -1568,7 +2538,177 @@
|
|
1568
2538
|
"output":{
|
1569
2539
|
"shape":"ListAccountAliasesResponse",
|
1570
2540
|
"resultWrapper":"ListAccountAliasesResult"
|
1571
|
-
}
|
2541
|
+
},
|
2542
|
+
"errors":[
|
2543
|
+
{
|
2544
|
+
"shape":"ServiceFailureException",
|
2545
|
+
"error":{
|
2546
|
+
"code":"ServiceFailure",
|
2547
|
+
"httpStatusCode":500
|
2548
|
+
},
|
2549
|
+
"exception":true
|
2550
|
+
}
|
2551
|
+
]
|
2552
|
+
},
|
2553
|
+
"ListAttachedGroupPolicies":{
|
2554
|
+
"name":"ListAttachedGroupPolicies",
|
2555
|
+
"http":{
|
2556
|
+
"method":"POST",
|
2557
|
+
"requestUri":"/"
|
2558
|
+
},
|
2559
|
+
"input":{"shape":"ListAttachedGroupPoliciesRequest"},
|
2560
|
+
"output":{
|
2561
|
+
"shape":"ListAttachedGroupPoliciesResponse",
|
2562
|
+
"resultWrapper":"ListAttachedGroupPoliciesResult"
|
2563
|
+
},
|
2564
|
+
"errors":[
|
2565
|
+
{
|
2566
|
+
"shape":"NoSuchEntityException",
|
2567
|
+
"error":{
|
2568
|
+
"code":"NoSuchEntity",
|
2569
|
+
"httpStatusCode":404,
|
2570
|
+
"senderFault":true
|
2571
|
+
},
|
2572
|
+
"exception":true
|
2573
|
+
},
|
2574
|
+
{
|
2575
|
+
"shape":"InvalidInputException",
|
2576
|
+
"error":{
|
2577
|
+
"code":"InvalidInput",
|
2578
|
+
"httpStatusCode":400,
|
2579
|
+
"senderFault":true
|
2580
|
+
},
|
2581
|
+
"exception":true
|
2582
|
+
},
|
2583
|
+
{
|
2584
|
+
"shape":"ServiceFailureException",
|
2585
|
+
"error":{
|
2586
|
+
"code":"ServiceFailure",
|
2587
|
+
"httpStatusCode":500
|
2588
|
+
},
|
2589
|
+
"exception":true
|
2590
|
+
}
|
2591
|
+
]
|
2592
|
+
},
|
2593
|
+
"ListAttachedRolePolicies":{
|
2594
|
+
"name":"ListAttachedRolePolicies",
|
2595
|
+
"http":{
|
2596
|
+
"method":"POST",
|
2597
|
+
"requestUri":"/"
|
2598
|
+
},
|
2599
|
+
"input":{"shape":"ListAttachedRolePoliciesRequest"},
|
2600
|
+
"output":{
|
2601
|
+
"shape":"ListAttachedRolePoliciesResponse",
|
2602
|
+
"resultWrapper":"ListAttachedRolePoliciesResult"
|
2603
|
+
},
|
2604
|
+
"errors":[
|
2605
|
+
{
|
2606
|
+
"shape":"NoSuchEntityException",
|
2607
|
+
"error":{
|
2608
|
+
"code":"NoSuchEntity",
|
2609
|
+
"httpStatusCode":404,
|
2610
|
+
"senderFault":true
|
2611
|
+
},
|
2612
|
+
"exception":true
|
2613
|
+
},
|
2614
|
+
{
|
2615
|
+
"shape":"InvalidInputException",
|
2616
|
+
"error":{
|
2617
|
+
"code":"InvalidInput",
|
2618
|
+
"httpStatusCode":400,
|
2619
|
+
"senderFault":true
|
2620
|
+
},
|
2621
|
+
"exception":true
|
2622
|
+
},
|
2623
|
+
{
|
2624
|
+
"shape":"ServiceFailureException",
|
2625
|
+
"error":{
|
2626
|
+
"code":"ServiceFailure",
|
2627
|
+
"httpStatusCode":500
|
2628
|
+
},
|
2629
|
+
"exception":true
|
2630
|
+
}
|
2631
|
+
]
|
2632
|
+
},
|
2633
|
+
"ListAttachedUserPolicies":{
|
2634
|
+
"name":"ListAttachedUserPolicies",
|
2635
|
+
"http":{
|
2636
|
+
"method":"POST",
|
2637
|
+
"requestUri":"/"
|
2638
|
+
},
|
2639
|
+
"input":{"shape":"ListAttachedUserPoliciesRequest"},
|
2640
|
+
"output":{
|
2641
|
+
"shape":"ListAttachedUserPoliciesResponse",
|
2642
|
+
"resultWrapper":"ListAttachedUserPoliciesResult"
|
2643
|
+
},
|
2644
|
+
"errors":[
|
2645
|
+
{
|
2646
|
+
"shape":"NoSuchEntityException",
|
2647
|
+
"error":{
|
2648
|
+
"code":"NoSuchEntity",
|
2649
|
+
"httpStatusCode":404,
|
2650
|
+
"senderFault":true
|
2651
|
+
},
|
2652
|
+
"exception":true
|
2653
|
+
},
|
2654
|
+
{
|
2655
|
+
"shape":"InvalidInputException",
|
2656
|
+
"error":{
|
2657
|
+
"code":"InvalidInput",
|
2658
|
+
"httpStatusCode":400,
|
2659
|
+
"senderFault":true
|
2660
|
+
},
|
2661
|
+
"exception":true
|
2662
|
+
},
|
2663
|
+
{
|
2664
|
+
"shape":"ServiceFailureException",
|
2665
|
+
"error":{
|
2666
|
+
"code":"ServiceFailure",
|
2667
|
+
"httpStatusCode":500
|
2668
|
+
},
|
2669
|
+
"exception":true
|
2670
|
+
}
|
2671
|
+
]
|
2672
|
+
},
|
2673
|
+
"ListEntitiesForPolicy":{
|
2674
|
+
"name":"ListEntitiesForPolicy",
|
2675
|
+
"http":{
|
2676
|
+
"method":"POST",
|
2677
|
+
"requestUri":"/"
|
2678
|
+
},
|
2679
|
+
"input":{"shape":"ListEntitiesForPolicyRequest"},
|
2680
|
+
"output":{
|
2681
|
+
"shape":"ListEntitiesForPolicyResponse",
|
2682
|
+
"resultWrapper":"ListEntitiesForPolicyResult"
|
2683
|
+
},
|
2684
|
+
"errors":[
|
2685
|
+
{
|
2686
|
+
"shape":"NoSuchEntityException",
|
2687
|
+
"error":{
|
2688
|
+
"code":"NoSuchEntity",
|
2689
|
+
"httpStatusCode":404,
|
2690
|
+
"senderFault":true
|
2691
|
+
},
|
2692
|
+
"exception":true
|
2693
|
+
},
|
2694
|
+
{
|
2695
|
+
"shape":"InvalidInputException",
|
2696
|
+
"error":{
|
2697
|
+
"code":"InvalidInput",
|
2698
|
+
"httpStatusCode":400,
|
2699
|
+
"senderFault":true
|
2700
|
+
},
|
2701
|
+
"exception":true
|
2702
|
+
},
|
2703
|
+
{
|
2704
|
+
"shape":"ServiceFailureException",
|
2705
|
+
"error":{
|
2706
|
+
"code":"ServiceFailure",
|
2707
|
+
"httpStatusCode":500
|
2708
|
+
},
|
2709
|
+
"exception":true
|
2710
|
+
}
|
2711
|
+
]
|
1572
2712
|
},
|
1573
2713
|
"ListGroupPolicies":{
|
1574
2714
|
"name":"ListGroupPolicies",
|
@@ -1590,6 +2730,14 @@
|
|
1590
2730
|
"senderFault":true
|
1591
2731
|
},
|
1592
2732
|
"exception":true
|
2733
|
+
},
|
2734
|
+
{
|
2735
|
+
"shape":"ServiceFailureException",
|
2736
|
+
"error":{
|
2737
|
+
"code":"ServiceFailure",
|
2738
|
+
"httpStatusCode":500
|
2739
|
+
},
|
2740
|
+
"exception":true
|
1593
2741
|
}
|
1594
2742
|
]
|
1595
2743
|
},
|
@@ -1603,7 +2751,17 @@
|
|
1603
2751
|
"output":{
|
1604
2752
|
"shape":"ListGroupsResponse",
|
1605
2753
|
"resultWrapper":"ListGroupsResult"
|
1606
|
-
}
|
2754
|
+
},
|
2755
|
+
"errors":[
|
2756
|
+
{
|
2757
|
+
"shape":"ServiceFailureException",
|
2758
|
+
"error":{
|
2759
|
+
"code":"ServiceFailure",
|
2760
|
+
"httpStatusCode":500
|
2761
|
+
},
|
2762
|
+
"exception":true
|
2763
|
+
}
|
2764
|
+
]
|
1607
2765
|
},
|
1608
2766
|
"ListGroupsForUser":{
|
1609
2767
|
"name":"ListGroupsForUser",
|
@@ -1625,6 +2783,14 @@
|
|
1625
2783
|
"senderFault":true
|
1626
2784
|
},
|
1627
2785
|
"exception":true
|
2786
|
+
},
|
2787
|
+
{
|
2788
|
+
"shape":"ServiceFailureException",
|
2789
|
+
"error":{
|
2790
|
+
"code":"ServiceFailure",
|
2791
|
+
"httpStatusCode":500
|
2792
|
+
},
|
2793
|
+
"exception":true
|
1628
2794
|
}
|
1629
2795
|
]
|
1630
2796
|
},
|
@@ -1638,7 +2804,17 @@
|
|
1638
2804
|
"output":{
|
1639
2805
|
"shape":"ListInstanceProfilesResponse",
|
1640
2806
|
"resultWrapper":"ListInstanceProfilesResult"
|
1641
|
-
}
|
2807
|
+
},
|
2808
|
+
"errors":[
|
2809
|
+
{
|
2810
|
+
"shape":"ServiceFailureException",
|
2811
|
+
"error":{
|
2812
|
+
"code":"ServiceFailure",
|
2813
|
+
"httpStatusCode":500
|
2814
|
+
},
|
2815
|
+
"exception":true
|
2816
|
+
}
|
2817
|
+
]
|
1642
2818
|
},
|
1643
2819
|
"ListInstanceProfilesForRole":{
|
1644
2820
|
"name":"ListInstanceProfilesForRole",
|
@@ -1660,6 +2836,14 @@
|
|
1660
2836
|
"senderFault":true
|
1661
2837
|
},
|
1662
2838
|
"exception":true
|
2839
|
+
},
|
2840
|
+
{
|
2841
|
+
"shape":"ServiceFailureException",
|
2842
|
+
"error":{
|
2843
|
+
"code":"ServiceFailure",
|
2844
|
+
"httpStatusCode":500
|
2845
|
+
},
|
2846
|
+
"exception":true
|
1663
2847
|
}
|
1664
2848
|
]
|
1665
2849
|
},
|
@@ -1683,6 +2867,14 @@
|
|
1683
2867
|
"senderFault":true
|
1684
2868
|
},
|
1685
2869
|
"exception":true
|
2870
|
+
},
|
2871
|
+
{
|
2872
|
+
"shape":"ServiceFailureException",
|
2873
|
+
"error":{
|
2874
|
+
"code":"ServiceFailure",
|
2875
|
+
"httpStatusCode":500
|
2876
|
+
},
|
2877
|
+
"exception":true
|
1686
2878
|
}
|
1687
2879
|
]
|
1688
2880
|
},
|
@@ -1696,7 +2888,79 @@
|
|
1696
2888
|
"output":{
|
1697
2889
|
"shape":"ListOpenIDConnectProvidersResponse",
|
1698
2890
|
"resultWrapper":"ListOpenIDConnectProvidersResult"
|
1699
|
-
}
|
2891
|
+
},
|
2892
|
+
"errors":[
|
2893
|
+
{
|
2894
|
+
"shape":"ServiceFailureException",
|
2895
|
+
"error":{
|
2896
|
+
"code":"ServiceFailure",
|
2897
|
+
"httpStatusCode":500
|
2898
|
+
},
|
2899
|
+
"exception":true
|
2900
|
+
}
|
2901
|
+
]
|
2902
|
+
},
|
2903
|
+
"ListPolicies":{
|
2904
|
+
"name":"ListPolicies",
|
2905
|
+
"http":{
|
2906
|
+
"method":"POST",
|
2907
|
+
"requestUri":"/"
|
2908
|
+
},
|
2909
|
+
"input":{"shape":"ListPoliciesRequest"},
|
2910
|
+
"output":{
|
2911
|
+
"shape":"ListPoliciesResponse",
|
2912
|
+
"resultWrapper":"ListPoliciesResult"
|
2913
|
+
},
|
2914
|
+
"errors":[
|
2915
|
+
{
|
2916
|
+
"shape":"ServiceFailureException",
|
2917
|
+
"error":{
|
2918
|
+
"code":"ServiceFailure",
|
2919
|
+
"httpStatusCode":500
|
2920
|
+
},
|
2921
|
+
"exception":true
|
2922
|
+
}
|
2923
|
+
]
|
2924
|
+
},
|
2925
|
+
"ListPolicyVersions":{
|
2926
|
+
"name":"ListPolicyVersions",
|
2927
|
+
"http":{
|
2928
|
+
"method":"POST",
|
2929
|
+
"requestUri":"/"
|
2930
|
+
},
|
2931
|
+
"input":{"shape":"ListPolicyVersionsRequest"},
|
2932
|
+
"output":{
|
2933
|
+
"shape":"ListPolicyVersionsResponse",
|
2934
|
+
"resultWrapper":"ListPolicyVersionsResult"
|
2935
|
+
},
|
2936
|
+
"errors":[
|
2937
|
+
{
|
2938
|
+
"shape":"NoSuchEntityException",
|
2939
|
+
"error":{
|
2940
|
+
"code":"NoSuchEntity",
|
2941
|
+
"httpStatusCode":404,
|
2942
|
+
"senderFault":true
|
2943
|
+
},
|
2944
|
+
"exception":true
|
2945
|
+
},
|
2946
|
+
{
|
2947
|
+
"shape":"InvalidInputException",
|
2948
|
+
"error":{
|
2949
|
+
"code":"InvalidInput",
|
2950
|
+
"httpStatusCode":400,
|
2951
|
+
"senderFault":true
|
2952
|
+
},
|
2953
|
+
"exception":true
|
2954
|
+
},
|
2955
|
+
{
|
2956
|
+
"shape":"ServiceFailureException",
|
2957
|
+
"error":{
|
2958
|
+
"code":"ServiceFailure",
|
2959
|
+
"httpStatusCode":500
|
2960
|
+
},
|
2961
|
+
"exception":true
|
2962
|
+
}
|
2963
|
+
]
|
1700
2964
|
},
|
1701
2965
|
"ListRolePolicies":{
|
1702
2966
|
"name":"ListRolePolicies",
|
@@ -1718,6 +2982,14 @@
|
|
1718
2982
|
"senderFault":true
|
1719
2983
|
},
|
1720
2984
|
"exception":true
|
2985
|
+
},
|
2986
|
+
{
|
2987
|
+
"shape":"ServiceFailureException",
|
2988
|
+
"error":{
|
2989
|
+
"code":"ServiceFailure",
|
2990
|
+
"httpStatusCode":500
|
2991
|
+
},
|
2992
|
+
"exception":true
|
1721
2993
|
}
|
1722
2994
|
]
|
1723
2995
|
},
|
@@ -1731,7 +3003,17 @@
|
|
1731
3003
|
"output":{
|
1732
3004
|
"shape":"ListRolesResponse",
|
1733
3005
|
"resultWrapper":"ListRolesResult"
|
1734
|
-
}
|
3006
|
+
},
|
3007
|
+
"errors":[
|
3008
|
+
{
|
3009
|
+
"shape":"ServiceFailureException",
|
3010
|
+
"error":{
|
3011
|
+
"code":"ServiceFailure",
|
3012
|
+
"httpStatusCode":500
|
3013
|
+
},
|
3014
|
+
"exception":true
|
3015
|
+
}
|
3016
|
+
]
|
1735
3017
|
},
|
1736
3018
|
"ListSAMLProviders":{
|
1737
3019
|
"name":"ListSAMLProviders",
|
@@ -1743,7 +3025,17 @@
|
|
1743
3025
|
"output":{
|
1744
3026
|
"shape":"ListSAMLProvidersResponse",
|
1745
3027
|
"resultWrapper":"ListSAMLProvidersResult"
|
1746
|
-
}
|
3028
|
+
},
|
3029
|
+
"errors":[
|
3030
|
+
{
|
3031
|
+
"shape":"ServiceFailureException",
|
3032
|
+
"error":{
|
3033
|
+
"code":"ServiceFailure",
|
3034
|
+
"httpStatusCode":500
|
3035
|
+
},
|
3036
|
+
"exception":true
|
3037
|
+
}
|
3038
|
+
]
|
1747
3039
|
},
|
1748
3040
|
"ListServerCertificates":{
|
1749
3041
|
"name":"ListServerCertificates",
|
@@ -1755,7 +3047,17 @@
|
|
1755
3047
|
"output":{
|
1756
3048
|
"shape":"ListServerCertificatesResponse",
|
1757
3049
|
"resultWrapper":"ListServerCertificatesResult"
|
1758
|
-
}
|
3050
|
+
},
|
3051
|
+
"errors":[
|
3052
|
+
{
|
3053
|
+
"shape":"ServiceFailureException",
|
3054
|
+
"error":{
|
3055
|
+
"code":"ServiceFailure",
|
3056
|
+
"httpStatusCode":500
|
3057
|
+
},
|
3058
|
+
"exception":true
|
3059
|
+
}
|
3060
|
+
]
|
1759
3061
|
},
|
1760
3062
|
"ListSigningCertificates":{
|
1761
3063
|
"name":"ListSigningCertificates",
|
@@ -1777,6 +3079,14 @@
|
|
1777
3079
|
"senderFault":true
|
1778
3080
|
},
|
1779
3081
|
"exception":true
|
3082
|
+
},
|
3083
|
+
{
|
3084
|
+
"shape":"ServiceFailureException",
|
3085
|
+
"error":{
|
3086
|
+
"code":"ServiceFailure",
|
3087
|
+
"httpStatusCode":500
|
3088
|
+
},
|
3089
|
+
"exception":true
|
1780
3090
|
}
|
1781
3091
|
]
|
1782
3092
|
},
|
@@ -1800,6 +3110,14 @@
|
|
1800
3110
|
"senderFault":true
|
1801
3111
|
},
|
1802
3112
|
"exception":true
|
3113
|
+
},
|
3114
|
+
{
|
3115
|
+
"shape":"ServiceFailureException",
|
3116
|
+
"error":{
|
3117
|
+
"code":"ServiceFailure",
|
3118
|
+
"httpStatusCode":500
|
3119
|
+
},
|
3120
|
+
"exception":true
|
1803
3121
|
}
|
1804
3122
|
]
|
1805
3123
|
},
|
@@ -1813,7 +3131,17 @@
|
|
1813
3131
|
"output":{
|
1814
3132
|
"shape":"ListUsersResponse",
|
1815
3133
|
"resultWrapper":"ListUsersResult"
|
1816
|
-
}
|
3134
|
+
},
|
3135
|
+
"errors":[
|
3136
|
+
{
|
3137
|
+
"shape":"ServiceFailureException",
|
3138
|
+
"error":{
|
3139
|
+
"code":"ServiceFailure",
|
3140
|
+
"httpStatusCode":500
|
3141
|
+
},
|
3142
|
+
"exception":true
|
3143
|
+
}
|
3144
|
+
]
|
1817
3145
|
},
|
1818
3146
|
"ListVirtualMFADevices":{
|
1819
3147
|
"name":"ListVirtualMFADevices",
|
@@ -1861,6 +3189,14 @@
|
|
1861
3189
|
"senderFault":true
|
1862
3190
|
},
|
1863
3191
|
"exception":true
|
3192
|
+
},
|
3193
|
+
{
|
3194
|
+
"shape":"ServiceFailureException",
|
3195
|
+
"error":{
|
3196
|
+
"code":"ServiceFailure",
|
3197
|
+
"httpStatusCode":500
|
3198
|
+
},
|
3199
|
+
"exception":true
|
1864
3200
|
}
|
1865
3201
|
]
|
1866
3202
|
},
|
@@ -1898,6 +3234,14 @@
|
|
1898
3234
|
"senderFault":true
|
1899
3235
|
},
|
1900
3236
|
"exception":true
|
3237
|
+
},
|
3238
|
+
{
|
3239
|
+
"shape":"ServiceFailureException",
|
3240
|
+
"error":{
|
3241
|
+
"code":"ServiceFailure",
|
3242
|
+
"httpStatusCode":500
|
3243
|
+
},
|
3244
|
+
"exception":true
|
1901
3245
|
}
|
1902
3246
|
]
|
1903
3247
|
},
|
@@ -1935,6 +3279,14 @@
|
|
1935
3279
|
"senderFault":true
|
1936
3280
|
},
|
1937
3281
|
"exception":true
|
3282
|
+
},
|
3283
|
+
{
|
3284
|
+
"shape":"ServiceFailureException",
|
3285
|
+
"error":{
|
3286
|
+
"code":"ServiceFailure",
|
3287
|
+
"httpStatusCode":500
|
3288
|
+
},
|
3289
|
+
"exception":true
|
1938
3290
|
}
|
1939
3291
|
]
|
1940
3292
|
},
|
@@ -1963,6 +3315,14 @@
|
|
1963
3315
|
"senderFault":true
|
1964
3316
|
},
|
1965
3317
|
"exception":true
|
3318
|
+
},
|
3319
|
+
{
|
3320
|
+
"shape":"ServiceFailureException",
|
3321
|
+
"error":{
|
3322
|
+
"code":"ServiceFailure",
|
3323
|
+
"httpStatusCode":500
|
3324
|
+
},
|
3325
|
+
"exception":true
|
1966
3326
|
}
|
1967
3327
|
]
|
1968
3328
|
},
|
@@ -1991,6 +3351,14 @@
|
|
1991
3351
|
"senderFault":true
|
1992
3352
|
},
|
1993
3353
|
"exception":true
|
3354
|
+
},
|
3355
|
+
{
|
3356
|
+
"shape":"ServiceFailureException",
|
3357
|
+
"error":{
|
3358
|
+
"code":"ServiceFailure",
|
3359
|
+
"httpStatusCode":500
|
3360
|
+
},
|
3361
|
+
"exception":true
|
1994
3362
|
}
|
1995
3363
|
]
|
1996
3364
|
},
|
@@ -2019,6 +3387,14 @@
|
|
2019
3387
|
"senderFault":true
|
2020
3388
|
},
|
2021
3389
|
"exception":true
|
3390
|
+
},
|
3391
|
+
{
|
3392
|
+
"shape":"ServiceFailureException",
|
3393
|
+
"error":{
|
3394
|
+
"code":"ServiceFailure",
|
3395
|
+
"httpStatusCode":500
|
3396
|
+
},
|
3397
|
+
"exception":true
|
2022
3398
|
}
|
2023
3399
|
]
|
2024
3400
|
},
|
@@ -2056,6 +3432,59 @@
|
|
2056
3432
|
"senderFault":true
|
2057
3433
|
},
|
2058
3434
|
"exception":true
|
3435
|
+
},
|
3436
|
+
{
|
3437
|
+
"shape":"ServiceFailureException",
|
3438
|
+
"error":{
|
3439
|
+
"code":"ServiceFailure",
|
3440
|
+
"httpStatusCode":500
|
3441
|
+
},
|
3442
|
+
"exception":true
|
3443
|
+
}
|
3444
|
+
]
|
3445
|
+
},
|
3446
|
+
"SetDefaultPolicyVersion":{
|
3447
|
+
"name":"SetDefaultPolicyVersion",
|
3448
|
+
"http":{
|
3449
|
+
"method":"POST",
|
3450
|
+
"requestUri":"/"
|
3451
|
+
},
|
3452
|
+
"input":{"shape":"SetDefaultPolicyVersionRequest"},
|
3453
|
+
"errors":[
|
3454
|
+
{
|
3455
|
+
"shape":"NoSuchEntityException",
|
3456
|
+
"error":{
|
3457
|
+
"code":"NoSuchEntity",
|
3458
|
+
"httpStatusCode":404,
|
3459
|
+
"senderFault":true
|
3460
|
+
},
|
3461
|
+
"exception":true
|
3462
|
+
},
|
3463
|
+
{
|
3464
|
+
"shape":"InvalidInputException",
|
3465
|
+
"error":{
|
3466
|
+
"code":"InvalidInput",
|
3467
|
+
"httpStatusCode":400,
|
3468
|
+
"senderFault":true
|
3469
|
+
},
|
3470
|
+
"exception":true
|
3471
|
+
},
|
3472
|
+
{
|
3473
|
+
"shape":"LimitExceededException",
|
3474
|
+
"error":{
|
3475
|
+
"code":"LimitExceeded",
|
3476
|
+
"httpStatusCode":409,
|
3477
|
+
"senderFault":true
|
3478
|
+
},
|
3479
|
+
"exception":true
|
3480
|
+
},
|
3481
|
+
{
|
3482
|
+
"shape":"ServiceFailureException",
|
3483
|
+
"error":{
|
3484
|
+
"code":"ServiceFailure",
|
3485
|
+
"httpStatusCode":500
|
3486
|
+
},
|
3487
|
+
"exception":true
|
2059
3488
|
}
|
2060
3489
|
]
|
2061
3490
|
},
|
@@ -2084,6 +3513,14 @@
|
|
2084
3513
|
"senderFault":true
|
2085
3514
|
},
|
2086
3515
|
"exception":true
|
3516
|
+
},
|
3517
|
+
{
|
3518
|
+
"shape":"ServiceFailureException",
|
3519
|
+
"error":{
|
3520
|
+
"code":"ServiceFailure",
|
3521
|
+
"httpStatusCode":500
|
3522
|
+
},
|
3523
|
+
"exception":true
|
2087
3524
|
}
|
2088
3525
|
]
|
2089
3526
|
},
|
@@ -2121,6 +3558,14 @@
|
|
2121
3558
|
"senderFault":true
|
2122
3559
|
},
|
2123
3560
|
"exception":true
|
3561
|
+
},
|
3562
|
+
{
|
3563
|
+
"shape":"ServiceFailureException",
|
3564
|
+
"error":{
|
3565
|
+
"code":"ServiceFailure",
|
3566
|
+
"httpStatusCode":500
|
3567
|
+
},
|
3568
|
+
"exception":true
|
2124
3569
|
}
|
2125
3570
|
]
|
2126
3571
|
},
|
@@ -2158,6 +3603,14 @@
|
|
2158
3603
|
"senderFault":true
|
2159
3604
|
},
|
2160
3605
|
"exception":true
|
3606
|
+
},
|
3607
|
+
{
|
3608
|
+
"shape":"ServiceFailureException",
|
3609
|
+
"error":{
|
3610
|
+
"code":"ServiceFailure",
|
3611
|
+
"httpStatusCode":500
|
3612
|
+
},
|
3613
|
+
"exception":true
|
2161
3614
|
}
|
2162
3615
|
]
|
2163
3616
|
},
|
@@ -2195,6 +3648,14 @@
|
|
2195
3648
|
"senderFault":true
|
2196
3649
|
},
|
2197
3650
|
"exception":true
|
3651
|
+
},
|
3652
|
+
{
|
3653
|
+
"shape":"ServiceFailureException",
|
3654
|
+
"error":{
|
3655
|
+
"code":"ServiceFailure",
|
3656
|
+
"httpStatusCode":500
|
3657
|
+
},
|
3658
|
+
"exception":true
|
2198
3659
|
}
|
2199
3660
|
]
|
2200
3661
|
},
|
@@ -2241,6 +3702,14 @@
|
|
2241
3702
|
"senderFault":true
|
2242
3703
|
},
|
2243
3704
|
"exception":true
|
3705
|
+
},
|
3706
|
+
{
|
3707
|
+
"shape":"ServiceFailureException",
|
3708
|
+
"error":{
|
3709
|
+
"code":"ServiceFailure",
|
3710
|
+
"httpStatusCode":500
|
3711
|
+
},
|
3712
|
+
"exception":true
|
2244
3713
|
}
|
2245
3714
|
]
|
2246
3715
|
},
|
@@ -2269,6 +3738,14 @@
|
|
2269
3738
|
"senderFault":true
|
2270
3739
|
},
|
2271
3740
|
"exception":true
|
3741
|
+
},
|
3742
|
+
{
|
3743
|
+
"shape":"ServiceFailureException",
|
3744
|
+
"error":{
|
3745
|
+
"code":"ServiceFailure",
|
3746
|
+
"httpStatusCode":500
|
3747
|
+
},
|
3748
|
+
"exception":true
|
2272
3749
|
}
|
2273
3750
|
]
|
2274
3751
|
},
|
@@ -2310,6 +3787,14 @@
|
|
2310
3787
|
"senderFault":true
|
2311
3788
|
},
|
2312
3789
|
"exception":true
|
3790
|
+
},
|
3791
|
+
{
|
3792
|
+
"shape":"ServiceFailureException",
|
3793
|
+
"error":{
|
3794
|
+
"code":"ServiceFailure",
|
3795
|
+
"httpStatusCode":500
|
3796
|
+
},
|
3797
|
+
"exception":true
|
2313
3798
|
}
|
2314
3799
|
]
|
2315
3800
|
},
|
@@ -2347,6 +3832,14 @@
|
|
2347
3832
|
"senderFault":true
|
2348
3833
|
},
|
2349
3834
|
"exception":true
|
3835
|
+
},
|
3836
|
+
{
|
3837
|
+
"shape":"ServiceFailureException",
|
3838
|
+
"error":{
|
3839
|
+
"code":"ServiceFailure",
|
3840
|
+
"httpStatusCode":500
|
3841
|
+
},
|
3842
|
+
"exception":true
|
2350
3843
|
}
|
2351
3844
|
]
|
2352
3845
|
},
|
@@ -2375,6 +3868,14 @@
|
|
2375
3868
|
"senderFault":true
|
2376
3869
|
},
|
2377
3870
|
"exception":true
|
3871
|
+
},
|
3872
|
+
{
|
3873
|
+
"shape":"ServiceFailureException",
|
3874
|
+
"error":{
|
3875
|
+
"code":"ServiceFailure",
|
3876
|
+
"httpStatusCode":500
|
3877
|
+
},
|
3878
|
+
"exception":true
|
2378
3879
|
}
|
2379
3880
|
]
|
2380
3881
|
},
|
@@ -2421,6 +3922,14 @@
|
|
2421
3922
|
"senderFault":true
|
2422
3923
|
},
|
2423
3924
|
"exception":true
|
3925
|
+
},
|
3926
|
+
{
|
3927
|
+
"shape":"ServiceFailureException",
|
3928
|
+
"error":{
|
3929
|
+
"code":"ServiceFailure",
|
3930
|
+
"httpStatusCode":500
|
3931
|
+
},
|
3932
|
+
"exception":true
|
2424
3933
|
}
|
2425
3934
|
]
|
2426
3935
|
},
|
@@ -2471,6 +3980,14 @@
|
|
2471
3980
|
"senderFault":true
|
2472
3981
|
},
|
2473
3982
|
"exception":true
|
3983
|
+
},
|
3984
|
+
{
|
3985
|
+
"shape":"ServiceFailureException",
|
3986
|
+
"error":{
|
3987
|
+
"code":"ServiceFailure",
|
3988
|
+
"httpStatusCode":500
|
3989
|
+
},
|
3990
|
+
"exception":true
|
2474
3991
|
}
|
2475
3992
|
]
|
2476
3993
|
},
|
@@ -2539,6 +4056,14 @@
|
|
2539
4056
|
"senderFault":true
|
2540
4057
|
},
|
2541
4058
|
"exception":true
|
4059
|
+
},
|
4060
|
+
{
|
4061
|
+
"shape":"ServiceFailureException",
|
4062
|
+
"error":{
|
4063
|
+
"code":"ServiceFailure",
|
4064
|
+
"httpStatusCode":500
|
4065
|
+
},
|
4066
|
+
"exception":true
|
2542
4067
|
}
|
2543
4068
|
]
|
2544
4069
|
}
|
@@ -2602,6 +4127,46 @@
|
|
2602
4127
|
"UserName":{"shape":"existingUserNameType"}
|
2603
4128
|
}
|
2604
4129
|
},
|
4130
|
+
"AttachGroupPolicyRequest":{
|
4131
|
+
"type":"structure",
|
4132
|
+
"required":[
|
4133
|
+
"GroupName",
|
4134
|
+
"PolicyArn"
|
4135
|
+
],
|
4136
|
+
"members":{
|
4137
|
+
"GroupName":{"shape":"groupNameType"},
|
4138
|
+
"PolicyArn":{"shape":"arnType"}
|
4139
|
+
}
|
4140
|
+
},
|
4141
|
+
"AttachRolePolicyRequest":{
|
4142
|
+
"type":"structure",
|
4143
|
+
"required":[
|
4144
|
+
"RoleName",
|
4145
|
+
"PolicyArn"
|
4146
|
+
],
|
4147
|
+
"members":{
|
4148
|
+
"RoleName":{"shape":"roleNameType"},
|
4149
|
+
"PolicyArn":{"shape":"arnType"}
|
4150
|
+
}
|
4151
|
+
},
|
4152
|
+
"AttachUserPolicyRequest":{
|
4153
|
+
"type":"structure",
|
4154
|
+
"required":[
|
4155
|
+
"UserName",
|
4156
|
+
"PolicyArn"
|
4157
|
+
],
|
4158
|
+
"members":{
|
4159
|
+
"UserName":{"shape":"userNameType"},
|
4160
|
+
"PolicyArn":{"shape":"arnType"}
|
4161
|
+
}
|
4162
|
+
},
|
4163
|
+
"AttachedPolicy":{
|
4164
|
+
"type":"structure",
|
4165
|
+
"members":{
|
4166
|
+
"PolicyName":{"shape":"policyNameType"},
|
4167
|
+
"PolicyArn":{"shape":"arnType"}
|
4168
|
+
}
|
4169
|
+
},
|
2605
4170
|
"BootstrapDatum":{
|
2606
4171
|
"type":"blob",
|
2607
4172
|
"sensitive":true
|
@@ -2704,6 +4269,43 @@
|
|
2704
4269
|
"OpenIDConnectProviderArn":{"shape":"arnType"}
|
2705
4270
|
}
|
2706
4271
|
},
|
4272
|
+
"CreatePolicyRequest":{
|
4273
|
+
"type":"structure",
|
4274
|
+
"required":[
|
4275
|
+
"PolicyName",
|
4276
|
+
"PolicyDocument"
|
4277
|
+
],
|
4278
|
+
"members":{
|
4279
|
+
"PolicyName":{"shape":"policyNameType"},
|
4280
|
+
"Path":{"shape":"policyPathType"},
|
4281
|
+
"PolicyDocument":{"shape":"policyDocumentType"},
|
4282
|
+
"Description":{"shape":"policyDescriptionType"}
|
4283
|
+
}
|
4284
|
+
},
|
4285
|
+
"CreatePolicyResponse":{
|
4286
|
+
"type":"structure",
|
4287
|
+
"members":{
|
4288
|
+
"Policy":{"shape":"Policy"}
|
4289
|
+
}
|
4290
|
+
},
|
4291
|
+
"CreatePolicyVersionRequest":{
|
4292
|
+
"type":"structure",
|
4293
|
+
"required":[
|
4294
|
+
"PolicyArn",
|
4295
|
+
"PolicyDocument"
|
4296
|
+
],
|
4297
|
+
"members":{
|
4298
|
+
"PolicyArn":{"shape":"arnType"},
|
4299
|
+
"PolicyDocument":{"shape":"policyDocumentType"},
|
4300
|
+
"SetAsDefault":{"shape":"booleanType"}
|
4301
|
+
}
|
4302
|
+
},
|
4303
|
+
"CreatePolicyVersionResponse":{
|
4304
|
+
"type":"structure",
|
4305
|
+
"members":{
|
4306
|
+
"PolicyVersion":{"shape":"PolicyVersion"}
|
4307
|
+
}
|
4308
|
+
},
|
2707
4309
|
"CreateRoleRequest":{
|
2708
4310
|
"type":"structure",
|
2709
4311
|
"required":[
|
@@ -2882,6 +4484,24 @@
|
|
2882
4484
|
"OpenIDConnectProviderArn":{"shape":"arnType"}
|
2883
4485
|
}
|
2884
4486
|
},
|
4487
|
+
"DeletePolicyRequest":{
|
4488
|
+
"type":"structure",
|
4489
|
+
"required":["PolicyArn"],
|
4490
|
+
"members":{
|
4491
|
+
"PolicyArn":{"shape":"arnType"}
|
4492
|
+
}
|
4493
|
+
},
|
4494
|
+
"DeletePolicyVersionRequest":{
|
4495
|
+
"type":"structure",
|
4496
|
+
"required":[
|
4497
|
+
"PolicyArn",
|
4498
|
+
"VersionId"
|
4499
|
+
],
|
4500
|
+
"members":{
|
4501
|
+
"PolicyArn":{"shape":"arnType"},
|
4502
|
+
"VersionId":{"shape":"policyVersionIdType"}
|
4503
|
+
}
|
4504
|
+
},
|
2885
4505
|
"DeleteRolePolicyRequest":{
|
2886
4506
|
"type":"structure",
|
2887
4507
|
"required":[
|
@@ -2947,6 +4567,39 @@
|
|
2947
4567
|
"SerialNumber":{"shape":"serialNumberType"}
|
2948
4568
|
}
|
2949
4569
|
},
|
4570
|
+
"DetachGroupPolicyRequest":{
|
4571
|
+
"type":"structure",
|
4572
|
+
"required":[
|
4573
|
+
"GroupName",
|
4574
|
+
"PolicyArn"
|
4575
|
+
],
|
4576
|
+
"members":{
|
4577
|
+
"GroupName":{"shape":"groupNameType"},
|
4578
|
+
"PolicyArn":{"shape":"arnType"}
|
4579
|
+
}
|
4580
|
+
},
|
4581
|
+
"DetachRolePolicyRequest":{
|
4582
|
+
"type":"structure",
|
4583
|
+
"required":[
|
4584
|
+
"RoleName",
|
4585
|
+
"PolicyArn"
|
4586
|
+
],
|
4587
|
+
"members":{
|
4588
|
+
"RoleName":{"shape":"roleNameType"},
|
4589
|
+
"PolicyArn":{"shape":"arnType"}
|
4590
|
+
}
|
4591
|
+
},
|
4592
|
+
"DetachUserPolicyRequest":{
|
4593
|
+
"type":"structure",
|
4594
|
+
"required":[
|
4595
|
+
"UserName",
|
4596
|
+
"PolicyArn"
|
4597
|
+
],
|
4598
|
+
"members":{
|
4599
|
+
"UserName":{"shape":"userNameType"},
|
4600
|
+
"PolicyArn":{"shape":"arnType"}
|
4601
|
+
}
|
4602
|
+
},
|
2950
4603
|
"DuplicateCertificateException":{
|
2951
4604
|
"type":"structure",
|
2952
4605
|
"members":{
|
@@ -3142,6 +4795,36 @@
|
|
3142
4795
|
"CreateDate":{"shape":"dateType"}
|
3143
4796
|
}
|
3144
4797
|
},
|
4798
|
+
"GetPolicyRequest":{
|
4799
|
+
"type":"structure",
|
4800
|
+
"required":["PolicyArn"],
|
4801
|
+
"members":{
|
4802
|
+
"PolicyArn":{"shape":"arnType"}
|
4803
|
+
}
|
4804
|
+
},
|
4805
|
+
"GetPolicyResponse":{
|
4806
|
+
"type":"structure",
|
4807
|
+
"members":{
|
4808
|
+
"Policy":{"shape":"Policy"}
|
4809
|
+
}
|
4810
|
+
},
|
4811
|
+
"GetPolicyVersionRequest":{
|
4812
|
+
"type":"structure",
|
4813
|
+
"required":[
|
4814
|
+
"PolicyArn",
|
4815
|
+
"VersionId"
|
4816
|
+
],
|
4817
|
+
"members":{
|
4818
|
+
"PolicyArn":{"shape":"arnType"},
|
4819
|
+
"VersionId":{"shape":"policyVersionIdType"}
|
4820
|
+
}
|
4821
|
+
},
|
4822
|
+
"GetPolicyVersionResponse":{
|
4823
|
+
"type":"structure",
|
4824
|
+
"members":{
|
4825
|
+
"PolicyVersion":{"shape":"PolicyVersion"}
|
4826
|
+
}
|
4827
|
+
},
|
3145
4828
|
"GetRolePolicyRequest":{
|
3146
4829
|
"type":"structure",
|
3147
4830
|
"required":[
|
@@ -3398,6 +5081,81 @@
|
|
3398
5081
|
"Marker":{"shape":"markerType"}
|
3399
5082
|
}
|
3400
5083
|
},
|
5084
|
+
"ListAttachedGroupPoliciesRequest":{
|
5085
|
+
"type":"structure",
|
5086
|
+
"required":["GroupName"],
|
5087
|
+
"members":{
|
5088
|
+
"GroupName":{"shape":"groupNameType"},
|
5089
|
+
"PathPrefix":{"shape":"policyPathType"},
|
5090
|
+
"Marker":{"shape":"markerType"},
|
5091
|
+
"MaxItems":{"shape":"maxItemsType"}
|
5092
|
+
}
|
5093
|
+
},
|
5094
|
+
"ListAttachedGroupPoliciesResponse":{
|
5095
|
+
"type":"structure",
|
5096
|
+
"members":{
|
5097
|
+
"AttachedPolicies":{"shape":"attachedPoliciesListType"},
|
5098
|
+
"IsTruncated":{"shape":"booleanType"},
|
5099
|
+
"Marker":{"shape":"markerType"}
|
5100
|
+
}
|
5101
|
+
},
|
5102
|
+
"ListAttachedRolePoliciesRequest":{
|
5103
|
+
"type":"structure",
|
5104
|
+
"required":["RoleName"],
|
5105
|
+
"members":{
|
5106
|
+
"RoleName":{"shape":"roleNameType"},
|
5107
|
+
"PathPrefix":{"shape":"policyPathType"},
|
5108
|
+
"Marker":{"shape":"markerType"},
|
5109
|
+
"MaxItems":{"shape":"maxItemsType"}
|
5110
|
+
}
|
5111
|
+
},
|
5112
|
+
"ListAttachedRolePoliciesResponse":{
|
5113
|
+
"type":"structure",
|
5114
|
+
"members":{
|
5115
|
+
"AttachedPolicies":{"shape":"attachedPoliciesListType"},
|
5116
|
+
"IsTruncated":{"shape":"booleanType"},
|
5117
|
+
"Marker":{"shape":"markerType"}
|
5118
|
+
}
|
5119
|
+
},
|
5120
|
+
"ListAttachedUserPoliciesRequest":{
|
5121
|
+
"type":"structure",
|
5122
|
+
"required":["UserName"],
|
5123
|
+
"members":{
|
5124
|
+
"UserName":{"shape":"userNameType"},
|
5125
|
+
"PathPrefix":{"shape":"policyPathType"},
|
5126
|
+
"Marker":{"shape":"markerType"},
|
5127
|
+
"MaxItems":{"shape":"maxItemsType"}
|
5128
|
+
}
|
5129
|
+
},
|
5130
|
+
"ListAttachedUserPoliciesResponse":{
|
5131
|
+
"type":"structure",
|
5132
|
+
"members":{
|
5133
|
+
"AttachedPolicies":{"shape":"attachedPoliciesListType"},
|
5134
|
+
"IsTruncated":{"shape":"booleanType"},
|
5135
|
+
"Marker":{"shape":"markerType"}
|
5136
|
+
}
|
5137
|
+
},
|
5138
|
+
"ListEntitiesForPolicyRequest":{
|
5139
|
+
"type":"structure",
|
5140
|
+
"required":["PolicyArn"],
|
5141
|
+
"members":{
|
5142
|
+
"PolicyArn":{"shape":"arnType"},
|
5143
|
+
"EntityFilter":{"shape":"EntityType"},
|
5144
|
+
"PathPrefix":{"shape":"pathType"},
|
5145
|
+
"Marker":{"shape":"markerType"},
|
5146
|
+
"MaxItems":{"shape":"maxItemsType"}
|
5147
|
+
}
|
5148
|
+
},
|
5149
|
+
"ListEntitiesForPolicyResponse":{
|
5150
|
+
"type":"structure",
|
5151
|
+
"members":{
|
5152
|
+
"PolicyGroups":{"shape":"PolicyGroupListType"},
|
5153
|
+
"PolicyUsers":{"shape":"PolicyUserListType"},
|
5154
|
+
"PolicyRoles":{"shape":"PolicyRoleListType"},
|
5155
|
+
"IsTruncated":{"shape":"booleanType"},
|
5156
|
+
"Marker":{"shape":"markerType"}
|
5157
|
+
}
|
5158
|
+
},
|
3401
5159
|
"ListGroupPoliciesRequest":{
|
3402
5160
|
"type":"structure",
|
3403
5161
|
"required":["GroupName"],
|
@@ -3514,6 +5272,41 @@
|
|
3514
5272
|
"OpenIDConnectProviderList":{"shape":"OpenIDConnectProviderListType"}
|
3515
5273
|
}
|
3516
5274
|
},
|
5275
|
+
"ListPoliciesRequest":{
|
5276
|
+
"type":"structure",
|
5277
|
+
"members":{
|
5278
|
+
"Scope":{"shape":"policyScopeType"},
|
5279
|
+
"OnlyAttached":{"shape":"booleanType"},
|
5280
|
+
"PathPrefix":{"shape":"policyPathType"},
|
5281
|
+
"Marker":{"shape":"markerType"},
|
5282
|
+
"MaxItems":{"shape":"maxItemsType"}
|
5283
|
+
}
|
5284
|
+
},
|
5285
|
+
"ListPoliciesResponse":{
|
5286
|
+
"type":"structure",
|
5287
|
+
"members":{
|
5288
|
+
"Policies":{"shape":"policyListType"},
|
5289
|
+
"IsTruncated":{"shape":"booleanType"},
|
5290
|
+
"Marker":{"shape":"markerType"}
|
5291
|
+
}
|
5292
|
+
},
|
5293
|
+
"ListPolicyVersionsRequest":{
|
5294
|
+
"type":"structure",
|
5295
|
+
"required":["PolicyArn"],
|
5296
|
+
"members":{
|
5297
|
+
"PolicyArn":{"shape":"arnType"},
|
5298
|
+
"Marker":{"shape":"markerType"},
|
5299
|
+
"MaxItems":{"shape":"maxItemsType"}
|
5300
|
+
}
|
5301
|
+
},
|
5302
|
+
"ListPolicyVersionsResponse":{
|
5303
|
+
"type":"structure",
|
5304
|
+
"members":{
|
5305
|
+
"Versions":{"shape":"policyDocumentVersionListType"},
|
5306
|
+
"IsTruncated":{"shape":"booleanType"},
|
5307
|
+
"Marker":{"shape":"markerType"}
|
5308
|
+
}
|
5309
|
+
},
|
3517
5310
|
"ListRolePoliciesRequest":{
|
3518
5311
|
"type":"structure",
|
3519
5312
|
"required":["RoleName"],
|
@@ -3749,6 +5542,21 @@
|
|
3749
5542
|
},
|
3750
5543
|
"exception":true
|
3751
5544
|
},
|
5545
|
+
"Policy":{
|
5546
|
+
"type":"structure",
|
5547
|
+
"members":{
|
5548
|
+
"PolicyName":{"shape":"policyNameType"},
|
5549
|
+
"PolicyId":{"shape":"idType"},
|
5550
|
+
"Arn":{"shape":"arnType"},
|
5551
|
+
"Path":{"shape":"policyPathType"},
|
5552
|
+
"DefaultVersionId":{"shape":"policyVersionIdType"},
|
5553
|
+
"AttachmentCount":{"shape":"attachmentCountType"},
|
5554
|
+
"IsAttachable":{"shape":"booleanType"},
|
5555
|
+
"Description":{"shape":"policyDescriptionType"},
|
5556
|
+
"CreateDate":{"shape":"dateType"},
|
5557
|
+
"UpdateDate":{"shape":"dateType"}
|
5558
|
+
}
|
5559
|
+
},
|
3752
5560
|
"PolicyDetail":{
|
3753
5561
|
"type":"structure",
|
3754
5562
|
"members":{
|
@@ -3756,6 +5564,45 @@
|
|
3756
5564
|
"PolicyDocument":{"shape":"policyDocumentType"}
|
3757
5565
|
}
|
3758
5566
|
},
|
5567
|
+
"PolicyGroup":{
|
5568
|
+
"type":"structure",
|
5569
|
+
"members":{
|
5570
|
+
"GroupName":{"shape":"groupNameType"}
|
5571
|
+
}
|
5572
|
+
},
|
5573
|
+
"PolicyGroupListType":{
|
5574
|
+
"type":"list",
|
5575
|
+
"member":{"shape":"PolicyGroup"}
|
5576
|
+
},
|
5577
|
+
"PolicyRole":{
|
5578
|
+
"type":"structure",
|
5579
|
+
"members":{
|
5580
|
+
"RoleName":{"shape":"roleNameType"}
|
5581
|
+
}
|
5582
|
+
},
|
5583
|
+
"PolicyRoleListType":{
|
5584
|
+
"type":"list",
|
5585
|
+
"member":{"shape":"PolicyRole"}
|
5586
|
+
},
|
5587
|
+
"PolicyUser":{
|
5588
|
+
"type":"structure",
|
5589
|
+
"members":{
|
5590
|
+
"UserName":{"shape":"userNameType"}
|
5591
|
+
}
|
5592
|
+
},
|
5593
|
+
"PolicyUserListType":{
|
5594
|
+
"type":"list",
|
5595
|
+
"member":{"shape":"PolicyUser"}
|
5596
|
+
},
|
5597
|
+
"PolicyVersion":{
|
5598
|
+
"type":"structure",
|
5599
|
+
"members":{
|
5600
|
+
"Document":{"shape":"policyDocumentType"},
|
5601
|
+
"VersionId":{"shape":"policyVersionIdType"},
|
5602
|
+
"IsDefaultVersion":{"shape":"booleanType"},
|
5603
|
+
"CreateDate":{"shape":"dateType"}
|
5604
|
+
}
|
5605
|
+
},
|
3759
5606
|
"PutGroupPolicyRequest":{
|
3760
5607
|
"type":"structure",
|
3761
5608
|
"required":[
|
@@ -3940,6 +5787,28 @@
|
|
3940
5787
|
"Expiration":{"shape":"dateType"}
|
3941
5788
|
}
|
3942
5789
|
},
|
5790
|
+
"ServiceFailureException":{
|
5791
|
+
"type":"structure",
|
5792
|
+
"members":{
|
5793
|
+
"message":{"shape":"serviceFailureExceptionMessage"}
|
5794
|
+
},
|
5795
|
+
"error":{
|
5796
|
+
"code":"ServiceFailure",
|
5797
|
+
"httpStatusCode":500
|
5798
|
+
},
|
5799
|
+
"exception":true
|
5800
|
+
},
|
5801
|
+
"SetDefaultPolicyVersionRequest":{
|
5802
|
+
"type":"structure",
|
5803
|
+
"required":[
|
5804
|
+
"PolicyArn",
|
5805
|
+
"VersionId"
|
5806
|
+
],
|
5807
|
+
"members":{
|
5808
|
+
"PolicyArn":{"shape":"arnType"},
|
5809
|
+
"VersionId":{"shape":"policyVersionIdType"}
|
5810
|
+
}
|
5811
|
+
},
|
3943
5812
|
"SigningCertificate":{
|
3944
5813
|
"type":"structure",
|
3945
5814
|
"required":[
|
@@ -4183,6 +6052,11 @@
|
|
4183
6052
|
"Any"
|
4184
6053
|
]
|
4185
6054
|
},
|
6055
|
+
"attachedPoliciesListType":{
|
6056
|
+
"type":"list",
|
6057
|
+
"member":{"shape":"AttachedPolicy"}
|
6058
|
+
},
|
6059
|
+
"attachmentCountType":{"type":"integer"},
|
4186
6060
|
"authenticationCodeType":{
|
4187
6061
|
"type":"string",
|
4188
6062
|
"min":6,
|
@@ -4338,6 +6212,10 @@
|
|
4338
6212
|
"max":512,
|
4339
6213
|
"pattern":"(\\u002F)|(\\u002F[\\u0021-\\u007F]+\\u002F)"
|
4340
6214
|
},
|
6215
|
+
"policyDescriptionType":{
|
6216
|
+
"type":"string",
|
6217
|
+
"max":1000
|
6218
|
+
},
|
4341
6219
|
"policyDetailListType":{
|
4342
6220
|
"type":"list",
|
4343
6221
|
"member":{"shape":"PolicyDetail"}
|
@@ -4348,6 +6226,14 @@
|
|
4348
6226
|
"max":131072,
|
4349
6227
|
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
|
4350
6228
|
},
|
6229
|
+
"policyDocumentVersionListType":{
|
6230
|
+
"type":"list",
|
6231
|
+
"member":{"shape":"PolicyVersion"}
|
6232
|
+
},
|
6233
|
+
"policyListType":{
|
6234
|
+
"type":"list",
|
6235
|
+
"member":{"shape":"Policy"}
|
6236
|
+
},
|
4351
6237
|
"policyNameListType":{
|
4352
6238
|
"type":"list",
|
4353
6239
|
"member":{"shape":"policyNameType"}
|
@@ -4358,6 +6244,22 @@
|
|
4358
6244
|
"max":128,
|
4359
6245
|
"pattern":"[\\w+=,.@-]*"
|
4360
6246
|
},
|
6247
|
+
"policyPathType":{
|
6248
|
+
"type":"string",
|
6249
|
+
"pattern":"((/[A-Za-z0-9\\.,\\+@=_-]+)*)/"
|
6250
|
+
},
|
6251
|
+
"policyScopeType":{
|
6252
|
+
"type":"string",
|
6253
|
+
"enum":[
|
6254
|
+
"All",
|
6255
|
+
"AWS",
|
6256
|
+
"Local"
|
6257
|
+
]
|
6258
|
+
},
|
6259
|
+
"policyVersionIdType":{
|
6260
|
+
"type":"string",
|
6261
|
+
"pattern":"v[1-9][0-9]*(\\.[A-Za-z0-9-]*)?"
|
6262
|
+
},
|
4361
6263
|
"privateKeyType":{
|
4362
6264
|
"type":"string",
|
4363
6265
|
"min":1,
|
@@ -4395,6 +6297,7 @@
|
|
4395
6297
|
"max":128,
|
4396
6298
|
"pattern":"[\\w+=,.@-]*"
|
4397
6299
|
},
|
6300
|
+
"serviceFailureExceptionMessage":{"type":"string"},
|
4398
6301
|
"statusType":{
|
4399
6302
|
"type":"string",
|
4400
6303
|
"enum":[
|
@@ -4418,7 +6321,18 @@
|
|
4418
6321
|
"AccessKeysPerUserQuota",
|
4419
6322
|
"MFADevices",
|
4420
6323
|
"MFADevicesInUse",
|
4421
|
-
"AccountMFAEnabled"
|
6324
|
+
"AccountMFAEnabled",
|
6325
|
+
"AccountAccessKeysPresent",
|
6326
|
+
"AccountSigningCertificatesPresent",
|
6327
|
+
"AttachedPoliciesPerGroupQuota",
|
6328
|
+
"AttachedPoliciesPerRoleQuota",
|
6329
|
+
"AttachedPoliciesPerUserQuota",
|
6330
|
+
"Policies",
|
6331
|
+
"PoliciesQuota",
|
6332
|
+
"PolicySizeQuota",
|
6333
|
+
"PolicyVersionsInUse",
|
6334
|
+
"PolicyVersionsInUseQuota",
|
6335
|
+
"VersionsPerPolicyQuota"
|
4422
6336
|
]
|
4423
6337
|
},
|
4424
6338
|
"summaryMapType":{
|