aws-sdk-core 2.2.37 → 2.3.0

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: 3fa1e6adbf2e7ee422bb0227d16d447fd72ce809
4
- data.tar.gz: 7a765043ff8aac847b5c31a6690130cb04c9871e
3
+ metadata.gz: 8d0ebe58103bb2c11dcf47ead1feb2feaa431400
4
+ data.tar.gz: e72ce2ebee182418f7087738150ef3451b35bb4c
5
5
  SHA512:
6
- metadata.gz: 52b195c6a9b9a6c426c370890154fdd185d45b1fbbfa5c4d2fcaa23259f97911f3e5b5e1b70d9e2919a7c5135e5a3e3bae08366d00ae879dc191bbb795aa6973
7
- data.tar.gz: fbf98da18487f0265ae6de57dabd1af8274558215da32b7ea7f162564a3a03c2e54947a0d35d16ee2fbf641eb70757eb4cc467f5990e510c0c033a2859bbf503
6
+ metadata.gz: bc1f89d3e34cc098bcba4c83655fd4f5b15e4cd5115efae3bc87992369b7fe2e13f2651be78c9fe4c68d1aab7c64b50be1c563afc078df59d5da0bbfc00b1e01
7
+ data.tar.gz: 860f9041371ad36b0f3b7fee2d7c298779671c0ab5bb80d93d2c6df3f288cdb84d0df452e513a93edd8fcac871ddea029c3dfaa31a6c0011dbc2b95862396d9a
@@ -1119,6 +1119,7 @@
1119
1119
  "StackId":{"shape":"String"},
1120
1120
  "AppId":{"shape":"String"},
1121
1121
  "InstanceIds":{"shape":"Strings"},
1122
+ "LayerIds":{"shape":"Strings"},
1122
1123
  "Command":{"shape":"DeploymentCommand"},
1123
1124
  "Comment":{"shape":"String"},
1124
1125
  "CustomJson":{"shape":"String"}
@@ -1154,7 +1155,8 @@
1154
1155
  "BlockDeviceMappings":{"shape":"BlockDeviceMappings"},
1155
1156
  "InstallUpdatesOnBoot":{"shape":"Boolean"},
1156
1157
  "EbsOptimized":{"shape":"Boolean"},
1157
- "AgentVersion":{"shape":"String"}
1158
+ "AgentVersion":{"shape":"String"},
1159
+ "Tenancy":{"shape":"String"}
1158
1160
  }
1159
1161
  },
1160
1162
  "CreateInstanceResult":{
@@ -1830,6 +1832,7 @@
1830
1832
  "StackId":{"shape":"String"},
1831
1833
  "Status":{"shape":"String"},
1832
1834
  "SubnetId":{"shape":"String"},
1835
+ "Tenancy":{"shape":"String"},
1833
1836
  "VirtualizationType":{"shape":"VirtualizationType"}
1834
1837
  }
1835
1838
  },
@@ -4,10 +4,10 @@
4
4
  "apiVersion":"2014-05-15",
5
5
  "endpointPrefix":"route53domains",
6
6
  "jsonVersion":"1.1",
7
+ "protocol":"json",
7
8
  "serviceFullName":"Amazon Route 53 Domains",
8
9
  "signatureVersion":"v4",
9
- "targetPrefix":"Route53Domains_v20140515",
10
- "protocol":"json"
10
+ "targetPrefix":"Route53Domains_v20140515"
11
11
  },
12
12
  "operations":{
13
13
  "CheckDomainAvailability":{
@@ -19,16 +19,8 @@
19
19
  "input":{"shape":"CheckDomainAvailabilityRequest"},
20
20
  "output":{"shape":"CheckDomainAvailabilityResponse"},
21
21
  "errors":[
22
- {
23
- "shape":"InvalidInput",
24
- "error":{"httpStatusCode":400},
25
- "exception":true
26
- },
27
- {
28
- "shape":"UnsupportedTLD",
29
- "error":{"httpStatusCode":400},
30
- "exception":true
31
- }
22
+ {"shape":"InvalidInput"},
23
+ {"shape":"UnsupportedTLD"}
32
24
  ]
33
25
  },
34
26
  "DeleteTagsForDomain":{
@@ -40,21 +32,9 @@
40
32
  "input":{"shape":"DeleteTagsForDomainRequest"},
41
33
  "output":{"shape":"DeleteTagsForDomainResponse"},
42
34
  "errors":[
43
- {
44
- "shape":"InvalidInput",
45
- "error":{"httpStatusCode":400},
46
- "exception":true
47
- },
48
- {
49
- "shape":"OperationLimitExceeded",
50
- "error":{"httpStatusCode":400},
51
- "exception":true
52
- },
53
- {
54
- "shape":"UnsupportedTLD",
55
- "error":{"httpStatusCode":400},
56
- "exception":true
57
- }
35
+ {"shape":"InvalidInput"},
36
+ {"shape":"OperationLimitExceeded"},
37
+ {"shape":"UnsupportedTLD"}
58
38
  ]
59
39
  },
60
40
  "DisableDomainAutoRenew":{
@@ -66,16 +46,8 @@
66
46
  "input":{"shape":"DisableDomainAutoRenewRequest"},
67
47
  "output":{"shape":"DisableDomainAutoRenewResponse"},
68
48
  "errors":[
69
- {
70
- "shape":"InvalidInput",
71
- "error":{"httpStatusCode":400},
72
- "exception":true
73
- },
74
- {
75
- "shape":"UnsupportedTLD",
76
- "error":{"httpStatusCode":400},
77
- "exception":true
78
- }
49
+ {"shape":"InvalidInput"},
50
+ {"shape":"UnsupportedTLD"}
79
51
  ]
80
52
  },
81
53
  "DisableDomainTransferLock":{
@@ -87,31 +59,11 @@
87
59
  "input":{"shape":"DisableDomainTransferLockRequest"},
88
60
  "output":{"shape":"DisableDomainTransferLockResponse"},
89
61
  "errors":[
90
- {
91
- "shape":"InvalidInput",
92
- "error":{"httpStatusCode":400},
93
- "exception":true
94
- },
95
- {
96
- "shape":"DuplicateRequest",
97
- "error":{"httpStatusCode":400},
98
- "exception":true
99
- },
100
- {
101
- "shape":"TLDRulesViolation",
102
- "error":{"httpStatusCode":400},
103
- "exception":true
104
- },
105
- {
106
- "shape":"OperationLimitExceeded",
107
- "error":{"httpStatusCode":400},
108
- "exception":true
109
- },
110
- {
111
- "shape":"UnsupportedTLD",
112
- "error":{"httpStatusCode":400},
113
- "exception":true
114
- }
62
+ {"shape":"InvalidInput"},
63
+ {"shape":"DuplicateRequest"},
64
+ {"shape":"TLDRulesViolation"},
65
+ {"shape":"OperationLimitExceeded"},
66
+ {"shape":"UnsupportedTLD"}
115
67
  ]
116
68
  },
117
69
  "EnableDomainAutoRenew":{
@@ -123,16 +75,9 @@
123
75
  "input":{"shape":"EnableDomainAutoRenewRequest"},
124
76
  "output":{"shape":"EnableDomainAutoRenewResponse"},
125
77
  "errors":[
126
- {
127
- "shape":"InvalidInput",
128
- "error":{"httpStatusCode":400},
129
- "exception":true
130
- },
131
- {
132
- "shape":"UnsupportedTLD",
133
- "error":{"httpStatusCode":400},
134
- "exception":true
135
- }
78
+ {"shape":"InvalidInput"},
79
+ {"shape":"UnsupportedTLD"},
80
+ {"shape":"TLDRulesViolation"}
136
81
  ]
137
82
  },
138
83
  "EnableDomainTransferLock":{
@@ -144,31 +89,25 @@
144
89
  "input":{"shape":"EnableDomainTransferLockRequest"},
145
90
  "output":{"shape":"EnableDomainTransferLockResponse"},
146
91
  "errors":[
147
- {
148
- "shape":"InvalidInput",
149
- "error":{"httpStatusCode":400},
150
- "exception":true
151
- },
152
- {
153
- "shape":"DuplicateRequest",
154
- "error":{"httpStatusCode":400},
155
- "exception":true
156
- },
157
- {
158
- "shape":"TLDRulesViolation",
159
- "error":{"httpStatusCode":400},
160
- "exception":true
161
- },
162
- {
163
- "shape":"OperationLimitExceeded",
164
- "error":{"httpStatusCode":400},
165
- "exception":true
166
- },
167
- {
168
- "shape":"UnsupportedTLD",
169
- "error":{"httpStatusCode":400},
170
- "exception":true
171
- }
92
+ {"shape":"InvalidInput"},
93
+ {"shape":"DuplicateRequest"},
94
+ {"shape":"TLDRulesViolation"},
95
+ {"shape":"OperationLimitExceeded"},
96
+ {"shape":"UnsupportedTLD"}
97
+ ]
98
+ },
99
+ "GetContactReachabilityStatus":{
100
+ "name":"GetContactReachabilityStatus",
101
+ "http":{
102
+ "method":"POST",
103
+ "requestUri":"/"
104
+ },
105
+ "input":{"shape":"GetContactReachabilityStatusRequest"},
106
+ "output":{"shape":"GetContactReachabilityStatusResponse"},
107
+ "errors":[
108
+ {"shape":"InvalidInput"},
109
+ {"shape":"OperationLimitExceeded"},
110
+ {"shape":"UnsupportedTLD"}
172
111
  ]
173
112
  },
174
113
  "GetDomainDetail":{
@@ -180,16 +119,8 @@
180
119
  "input":{"shape":"GetDomainDetailRequest"},
181
120
  "output":{"shape":"GetDomainDetailResponse"},
182
121
  "errors":[
183
- {
184
- "shape":"InvalidInput",
185
- "error":{"httpStatusCode":400},
186
- "exception":true
187
- },
188
- {
189
- "shape":"UnsupportedTLD",
190
- "error":{"httpStatusCode":400},
191
- "exception":true
192
- }
122
+ {"shape":"InvalidInput"},
123
+ {"shape":"UnsupportedTLD"}
193
124
  ]
194
125
  },
195
126
  "GetOperationDetail":{
@@ -201,11 +132,7 @@
201
132
  "input":{"shape":"GetOperationDetailRequest"},
202
133
  "output":{"shape":"GetOperationDetailResponse"},
203
134
  "errors":[
204
- {
205
- "shape":"InvalidInput",
206
- "error":{"httpStatusCode":400},
207
- "exception":true
208
- }
135
+ {"shape":"InvalidInput"}
209
136
  ]
210
137
  },
211
138
  "ListDomains":{
@@ -217,11 +144,7 @@
217
144
  "input":{"shape":"ListDomainsRequest"},
218
145
  "output":{"shape":"ListDomainsResponse"},
219
146
  "errors":[
220
- {
221
- "shape":"InvalidInput",
222
- "error":{"httpStatusCode":400},
223
- "exception":true
224
- }
147
+ {"shape":"InvalidInput"}
225
148
  ]
226
149
  },
227
150
  "ListOperations":{
@@ -233,11 +156,7 @@
233
156
  "input":{"shape":"ListOperationsRequest"},
234
157
  "output":{"shape":"ListOperationsResponse"},
235
158
  "errors":[
236
- {
237
- "shape":"InvalidInput",
238
- "error":{"httpStatusCode":400},
239
- "exception":true
240
- }
159
+ {"shape":"InvalidInput"}
241
160
  ]
242
161
  },
243
162
  "ListTagsForDomain":{
@@ -249,21 +168,9 @@
249
168
  "input":{"shape":"ListTagsForDomainRequest"},
250
169
  "output":{"shape":"ListTagsForDomainResponse"},
251
170
  "errors":[
252
- {
253
- "shape":"InvalidInput",
254
- "error":{"httpStatusCode":400},
255
- "exception":true
256
- },
257
- {
258
- "shape":"OperationLimitExceeded",
259
- "error":{"httpStatusCode":400},
260
- "exception":true
261
- },
262
- {
263
- "shape":"UnsupportedTLD",
264
- "error":{"httpStatusCode":400},
265
- "exception":true
266
- }
171
+ {"shape":"InvalidInput"},
172
+ {"shape":"OperationLimitExceeded"},
173
+ {"shape":"UnsupportedTLD"}
267
174
  ]
268
175
  },
269
176
  "RegisterDomain":{
@@ -275,36 +182,26 @@
275
182
  "input":{"shape":"RegisterDomainRequest"},
276
183
  "output":{"shape":"RegisterDomainResponse"},
277
184
  "errors":[
278
- {
279
- "shape":"InvalidInput",
280
- "error":{"httpStatusCode":400},
281
- "exception":true
282
- },
283
- {
284
- "shape":"UnsupportedTLD",
285
- "error":{"httpStatusCode":400},
286
- "exception":true
287
- },
288
- {
289
- "shape":"DuplicateRequest",
290
- "error":{"httpStatusCode":400},
291
- "exception":true
292
- },
293
- {
294
- "shape":"TLDRulesViolation",
295
- "error":{"httpStatusCode":400},
296
- "exception":true
297
- },
298
- {
299
- "shape":"DomainLimitExceeded",
300
- "error":{"httpStatusCode":400},
301
- "exception":true
302
- },
303
- {
304
- "shape":"OperationLimitExceeded",
305
- "error":{"httpStatusCode":400},
306
- "exception":true
307
- }
185
+ {"shape":"InvalidInput"},
186
+ {"shape":"UnsupportedTLD"},
187
+ {"shape":"DuplicateRequest"},
188
+ {"shape":"TLDRulesViolation"},
189
+ {"shape":"DomainLimitExceeded"},
190
+ {"shape":"OperationLimitExceeded"}
191
+ ]
192
+ },
193
+ "ResendContactReachabilityEmail":{
194
+ "name":"ResendContactReachabilityEmail",
195
+ "http":{
196
+ "method":"POST",
197
+ "requestUri":"/"
198
+ },
199
+ "input":{"shape":"ResendContactReachabilityEmailRequest"},
200
+ "output":{"shape":"ResendContactReachabilityEmailResponse"},
201
+ "errors":[
202
+ {"shape":"InvalidInput"},
203
+ {"shape":"OperationLimitExceeded"},
204
+ {"shape":"UnsupportedTLD"}
308
205
  ]
309
206
  },
310
207
  "RetrieveDomainAuthCode":{
@@ -316,16 +213,8 @@
316
213
  "input":{"shape":"RetrieveDomainAuthCodeRequest"},
317
214
  "output":{"shape":"RetrieveDomainAuthCodeResponse"},
318
215
  "errors":[
319
- {
320
- "shape":"InvalidInput",
321
- "error":{"httpStatusCode":400},
322
- "exception":true
323
- },
324
- {
325
- "shape":"UnsupportedTLD",
326
- "error":{"httpStatusCode":400},
327
- "exception":true
328
- }
216
+ {"shape":"InvalidInput"},
217
+ {"shape":"UnsupportedTLD"}
329
218
  ]
330
219
  },
331
220
  "TransferDomain":{
@@ -337,36 +226,12 @@
337
226
  "input":{"shape":"TransferDomainRequest"},
338
227
  "output":{"shape":"TransferDomainResponse"},
339
228
  "errors":[
340
- {
341
- "shape":"InvalidInput",
342
- "error":{"httpStatusCode":400},
343
- "exception":true
344
- },
345
- {
346
- "shape":"UnsupportedTLD",
347
- "error":{"httpStatusCode":400},
348
- "exception":true
349
- },
350
- {
351
- "shape":"DuplicateRequest",
352
- "error":{"httpStatusCode":400},
353
- "exception":true
354
- },
355
- {
356
- "shape":"TLDRulesViolation",
357
- "error":{"httpStatusCode":400},
358
- "exception":true
359
- },
360
- {
361
- "shape":"DomainLimitExceeded",
362
- "error":{"httpStatusCode":400},
363
- "exception":true
364
- },
365
- {
366
- "shape":"OperationLimitExceeded",
367
- "error":{"httpStatusCode":400},
368
- "exception":true
369
- }
229
+ {"shape":"InvalidInput"},
230
+ {"shape":"UnsupportedTLD"},
231
+ {"shape":"DuplicateRequest"},
232
+ {"shape":"TLDRulesViolation"},
233
+ {"shape":"DomainLimitExceeded"},
234
+ {"shape":"OperationLimitExceeded"}
370
235
  ]
371
236
  },
372
237
  "UpdateDomainContact":{
@@ -378,31 +243,11 @@
378
243
  "input":{"shape":"UpdateDomainContactRequest"},
379
244
  "output":{"shape":"UpdateDomainContactResponse"},
380
245
  "errors":[
381
- {
382
- "shape":"InvalidInput",
383
- "error":{"httpStatusCode":400},
384
- "exception":true
385
- },
386
- {
387
- "shape":"DuplicateRequest",
388
- "error":{"httpStatusCode":400},
389
- "exception":true
390
- },
391
- {
392
- "shape":"TLDRulesViolation",
393
- "error":{"httpStatusCode":400},
394
- "exception":true
395
- },
396
- {
397
- "shape":"OperationLimitExceeded",
398
- "error":{"httpStatusCode":400},
399
- "exception":true
400
- },
401
- {
402
- "shape":"UnsupportedTLD",
403
- "error":{"httpStatusCode":400},
404
- "exception":true
405
- }
246
+ {"shape":"InvalidInput"},
247
+ {"shape":"DuplicateRequest"},
248
+ {"shape":"TLDRulesViolation"},
249
+ {"shape":"OperationLimitExceeded"},
250
+ {"shape":"UnsupportedTLD"}
406
251
  ]
407
252
  },
408
253
  "UpdateDomainContactPrivacy":{
@@ -414,31 +259,11 @@
414
259
  "input":{"shape":"UpdateDomainContactPrivacyRequest"},
415
260
  "output":{"shape":"UpdateDomainContactPrivacyResponse"},
416
261
  "errors":[
417
- {
418
- "shape":"InvalidInput",
419
- "error":{"httpStatusCode":400},
420
- "exception":true
421
- },
422
- {
423
- "shape":"DuplicateRequest",
424
- "error":{"httpStatusCode":400},
425
- "exception":true
426
- },
427
- {
428
- "shape":"TLDRulesViolation",
429
- "error":{"httpStatusCode":400},
430
- "exception":true
431
- },
432
- {
433
- "shape":"OperationLimitExceeded",
434
- "error":{"httpStatusCode":400},
435
- "exception":true
436
- },
437
- {
438
- "shape":"UnsupportedTLD",
439
- "error":{"httpStatusCode":400},
440
- "exception":true
441
- }
262
+ {"shape":"InvalidInput"},
263
+ {"shape":"DuplicateRequest"},
264
+ {"shape":"TLDRulesViolation"},
265
+ {"shape":"OperationLimitExceeded"},
266
+ {"shape":"UnsupportedTLD"}
442
267
  ]
443
268
  },
444
269
  "UpdateDomainNameservers":{
@@ -450,31 +275,11 @@
450
275
  "input":{"shape":"UpdateDomainNameserversRequest"},
451
276
  "output":{"shape":"UpdateDomainNameserversResponse"},
452
277
  "errors":[
453
- {
454
- "shape":"InvalidInput",
455
- "error":{"httpStatusCode":400},
456
- "exception":true
457
- },
458
- {
459
- "shape":"DuplicateRequest",
460
- "error":{"httpStatusCode":400},
461
- "exception":true
462
- },
463
- {
464
- "shape":"TLDRulesViolation",
465
- "error":{"httpStatusCode":400},
466
- "exception":true
467
- },
468
- {
469
- "shape":"OperationLimitExceeded",
470
- "error":{"httpStatusCode":400},
471
- "exception":true
472
- },
473
- {
474
- "shape":"UnsupportedTLD",
475
- "error":{"httpStatusCode":400},
476
- "exception":true
477
- }
278
+ {"shape":"InvalidInput"},
279
+ {"shape":"DuplicateRequest"},
280
+ {"shape":"TLDRulesViolation"},
281
+ {"shape":"OperationLimitExceeded"},
282
+ {"shape":"UnsupportedTLD"}
478
283
  ]
479
284
  },
480
285
  "UpdateTagsForDomain":{
@@ -486,21 +291,9 @@
486
291
  "input":{"shape":"UpdateTagsForDomainRequest"},
487
292
  "output":{"shape":"UpdateTagsForDomainResponse"},
488
293
  "errors":[
489
- {
490
- "shape":"InvalidInput",
491
- "error":{"httpStatusCode":400},
492
- "exception":true
493
- },
494
- {
495
- "shape":"OperationLimitExceeded",
496
- "error":{"httpStatusCode":400},
497
- "exception":true
498
- },
499
- {
500
- "shape":"UnsupportedTLD",
501
- "error":{"httpStatusCode":400},
502
- "exception":true
503
- }
294
+ {"shape":"InvalidInput"},
295
+ {"shape":"OperationLimitExceeded"},
296
+ {"shape":"UnsupportedTLD"}
504
297
  ]
505
298
  }
506
299
  },
@@ -867,7 +660,6 @@
867
660
  "members":{
868
661
  "message":{"shape":"ErrorMessage"}
869
662
  },
870
- "error":{"httpStatusCode":400},
871
663
  "exception":true
872
664
  },
873
665
  "DomainName":{
@@ -899,13 +691,12 @@
899
691
  "members":{
900
692
  "message":{"shape":"ErrorMessage"}
901
693
  },
902
- "error":{"httpStatusCode":400},
903
694
  "exception":true
904
695
  },
905
696
  "DurationInYears":{
906
697
  "type":"integer",
907
- "min":1,
908
- "max":10
698
+ "max":10,
699
+ "min":1
909
700
  },
910
701
  "Email":{
911
702
  "type":"string",
@@ -966,6 +757,7 @@
966
757
  "AU_ID_NUMBER",
967
758
  "AU_ID_TYPE",
968
759
  "CA_LEGAL_TYPE",
760
+ "CA_BUSINESS_ENTITY_TYPE",
969
761
  "ES_IDENTIFICATION",
970
762
  "ES_IDENTIFICATION_TYPE",
971
763
  "ES_LEGAL_FORM",
@@ -983,6 +775,19 @@
983
775
  "max":2048
984
776
  },
985
777
  "FIAuthKey":{"type":"string"},
778
+ "GetContactReachabilityStatusRequest":{
779
+ "type":"structure",
780
+ "members":{
781
+ "domainName":{"shape":"DomainName"}
782
+ }
783
+ },
784
+ "GetContactReachabilityStatusResponse":{
785
+ "type":"structure",
786
+ "members":{
787
+ "domainName":{"shape":"DomainName"},
788
+ "status":{"shape":"ReachabilityStatus"}
789
+ }
790
+ },
986
791
  "GetDomainDetailRequest":{
987
792
  "type":"structure",
988
793
  "required":["DomainName"],
@@ -1059,7 +864,6 @@
1059
864
  "members":{
1060
865
  "message":{"shape":"ErrorMessage"}
1061
866
  },
1062
- "error":{"httpStatusCode":400},
1063
867
  "exception":true
1064
868
  },
1065
869
  "LangCode":{
@@ -1131,7 +935,6 @@
1131
935
  "members":{
1132
936
  "message":{"shape":"ErrorMessage"}
1133
937
  },
1134
- "error":{"httpStatusCode":400},
1135
938
  "exception":true
1136
939
  },
1137
940
  "OperationStatus":{
@@ -1183,6 +986,14 @@
1183
986
  "type":"integer",
1184
987
  "max":100
1185
988
  },
989
+ "ReachabilityStatus":{
990
+ "type":"string",
991
+ "enum":[
992
+ "PENDING",
993
+ "DONE",
994
+ "EXPIRED"
995
+ ]
996
+ },
1186
997
  "RegisterDomainRequest":{
1187
998
  "type":"structure",
1188
999
  "required":[
@@ -1217,6 +1028,20 @@
1217
1028
  "RegistrarWhoIsServer":{"type":"string"},
1218
1029
  "RegistryDomainId":{"type":"string"},
1219
1030
  "Reseller":{"type":"string"},
1031
+ "ResendContactReachabilityEmailRequest":{
1032
+ "type":"structure",
1033
+ "members":{
1034
+ "domainName":{"shape":"DomainName"}
1035
+ }
1036
+ },
1037
+ "ResendContactReachabilityEmailResponse":{
1038
+ "type":"structure",
1039
+ "members":{
1040
+ "domainName":{"shape":"DomainName"},
1041
+ "emailAddress":{"shape":"Email"},
1042
+ "isAlreadyVerified":{"shape":"Boolean"}
1043
+ }
1044
+ },
1220
1045
  "RetrieveDomainAuthCodeRequest":{
1221
1046
  "type":"structure",
1222
1047
  "required":["DomainName"],
@@ -1240,7 +1065,6 @@
1240
1065
  "members":{
1241
1066
  "message":{"shape":"ErrorMessage"}
1242
1067
  },
1243
- "error":{"httpStatusCode":400},
1244
1068
  "exception":true
1245
1069
  },
1246
1070
  "Tag":{
@@ -1297,7 +1121,6 @@
1297
1121
  "members":{
1298
1122
  "message":{"shape":"ErrorMessage"}
1299
1123
  },
1300
- "error":{"httpStatusCode":400},
1301
1124
  "exception":true
1302
1125
  },
1303
1126
  "UpdateDomainContactPrivacyRequest":{