aws-sdk-core 2.11.396 → 2.11.397
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/cloudsearch/2013-01-01/api-2.json +207 -680
- data/apis/cloudsearch/2013-01-01/examples-1.json +5 -0
- data/apis/cloudsearch/2013-01-01/paginators-1.json +1 -2
- data/apis/cloudsearch/2013-01-01/smoke.json +18 -0
- data/apis/dataexchange/2017-07-25/api-2.json +2263 -0
- data/apis/dataexchange/2017-07-25/paginators-1.json +28 -0
- data/apis/dlm/2018-01-12/api-2.json +175 -10
- data/apis/iot/2015-05-28/api-2.json +156 -3
- data/apis/sesv2/2019-09-27/api-2.json +2093 -0
- data/apis/sesv2/2019-09-27/examples-1.json +5 -0
- data/apis/sesv2/2019-09-27/paginators-1.json +34 -0
- data/endpoints.json +15 -0
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/cloudsearch.rb +1 -0
- data/lib/aws-sdk-core/dataexchange.rb +5 -0
- data/lib/aws-sdk-core/sesv2.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +11 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30971c1a0237f849614f5ab6b739d5084efb727b
|
4
|
+
data.tar.gz: 8b739af70ce3cf551c202483f682cba6d1a3c67d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31cbaebde014861d4b4f71f123dd747e5965a6f4e773cf49308f0d89c82e0d228943b81ed619e82fe6b3bff2cd68e985f0b6b24f007ce3e2b9c2f9e6b2a7dd4e
|
7
|
+
data.tar.gz: 0aac8d1bebae2d3153df1b7e681f191c8d80544ecabf8043670cc2910a0860dd744978eeeba73e4dbadf0f08c4ca061ef46d5efcba2dd21ff5104948a6014591
|
@@ -3,11 +3,12 @@
|
|
3
3
|
"metadata":{
|
4
4
|
"apiVersion":"2013-01-01",
|
5
5
|
"endpointPrefix":"cloudsearch",
|
6
|
+
"protocol":"query",
|
6
7
|
"serviceFullName":"Amazon CloudSearch",
|
8
|
+
"serviceId":"CloudSearch",
|
7
9
|
"signatureVersion":"v4",
|
8
|
-
"
|
9
|
-
"
|
10
|
-
"uid":"cloudsearch-2013-01-01"
|
10
|
+
"uid":"cloudsearch-2013-01-01",
|
11
|
+
"xmlNamespace":"http://cloudsearch.amazonaws.com/doc/2013-01-01/"
|
11
12
|
},
|
12
13
|
"operations":{
|
13
14
|
"BuildSuggesters":{
|
@@ -22,27 +23,9 @@
|
|
22
23
|
"resultWrapper":"BuildSuggestersResult"
|
23
24
|
},
|
24
25
|
"errors":[
|
25
|
-
{
|
26
|
-
|
27
|
-
|
28
|
-
},
|
29
|
-
{
|
30
|
-
"shape":"InternalException",
|
31
|
-
"error":{
|
32
|
-
"code":"InternalException",
|
33
|
-
"httpStatusCode":500
|
34
|
-
},
|
35
|
-
"exception":true
|
36
|
-
},
|
37
|
-
{
|
38
|
-
"shape":"ResourceNotFoundException",
|
39
|
-
"error":{
|
40
|
-
"code":"ResourceNotFound",
|
41
|
-
"httpStatusCode":409,
|
42
|
-
"senderFault":true
|
43
|
-
},
|
44
|
-
"exception":true
|
45
|
-
}
|
26
|
+
{"shape":"BaseException"},
|
27
|
+
{"shape":"InternalException"},
|
28
|
+
{"shape":"ResourceNotFoundException"}
|
46
29
|
]
|
47
30
|
},
|
48
31
|
"CreateDomain":{
|
@@ -57,27 +40,9 @@
|
|
57
40
|
"resultWrapper":"CreateDomainResult"
|
58
41
|
},
|
59
42
|
"errors":[
|
60
|
-
{
|
61
|
-
|
62
|
-
|
63
|
-
},
|
64
|
-
{
|
65
|
-
"shape":"InternalException",
|
66
|
-
"error":{
|
67
|
-
"code":"InternalException",
|
68
|
-
"httpStatusCode":500
|
69
|
-
},
|
70
|
-
"exception":true
|
71
|
-
},
|
72
|
-
{
|
73
|
-
"shape":"LimitExceededException",
|
74
|
-
"error":{
|
75
|
-
"code":"LimitExceeded",
|
76
|
-
"httpStatusCode":409,
|
77
|
-
"senderFault":true
|
78
|
-
},
|
79
|
-
"exception":true
|
80
|
-
}
|
43
|
+
{"shape":"BaseException"},
|
44
|
+
{"shape":"InternalException"},
|
45
|
+
{"shape":"LimitExceededException"}
|
81
46
|
]
|
82
47
|
},
|
83
48
|
"DefineAnalysisScheme":{
|
@@ -92,45 +57,11 @@
|
|
92
57
|
"resultWrapper":"DefineAnalysisSchemeResult"
|
93
58
|
},
|
94
59
|
"errors":[
|
95
|
-
{
|
96
|
-
|
97
|
-
|
98
|
-
},
|
99
|
-
{
|
100
|
-
"shape":"InternalException",
|
101
|
-
"error":{
|
102
|
-
"code":"InternalException",
|
103
|
-
"httpStatusCode":500
|
104
|
-
},
|
105
|
-
"exception":true
|
106
|
-
},
|
107
|
-
{
|
108
|
-
"shape":"LimitExceededException",
|
109
|
-
"error":{
|
110
|
-
"code":"LimitExceeded",
|
111
|
-
"httpStatusCode":409,
|
112
|
-
"senderFault":true
|
113
|
-
},
|
114
|
-
"exception":true
|
115
|
-
},
|
116
|
-
{
|
117
|
-
"shape":"InvalidTypeException",
|
118
|
-
"error":{
|
119
|
-
"code":"InvalidType",
|
120
|
-
"httpStatusCode":409,
|
121
|
-
"senderFault":true
|
122
|
-
},
|
123
|
-
"exception":true
|
124
|
-
},
|
125
|
-
{
|
126
|
-
"shape":"ResourceNotFoundException",
|
127
|
-
"error":{
|
128
|
-
"code":"ResourceNotFound",
|
129
|
-
"httpStatusCode":409,
|
130
|
-
"senderFault":true
|
131
|
-
},
|
132
|
-
"exception":true
|
133
|
-
}
|
60
|
+
{"shape":"BaseException"},
|
61
|
+
{"shape":"InternalException"},
|
62
|
+
{"shape":"LimitExceededException"},
|
63
|
+
{"shape":"InvalidTypeException"},
|
64
|
+
{"shape":"ResourceNotFoundException"}
|
134
65
|
]
|
135
66
|
},
|
136
67
|
"DefineExpression":{
|
@@ -145,45 +76,11 @@
|
|
145
76
|
"resultWrapper":"DefineExpressionResult"
|
146
77
|
},
|
147
78
|
"errors":[
|
148
|
-
{
|
149
|
-
|
150
|
-
|
151
|
-
},
|
152
|
-
{
|
153
|
-
"shape":"InternalException",
|
154
|
-
"error":{
|
155
|
-
"code":"InternalException",
|
156
|
-
"httpStatusCode":500
|
157
|
-
},
|
158
|
-
"exception":true
|
159
|
-
},
|
160
|
-
{
|
161
|
-
"shape":"LimitExceededException",
|
162
|
-
"error":{
|
163
|
-
"code":"LimitExceeded",
|
164
|
-
"httpStatusCode":409,
|
165
|
-
"senderFault":true
|
166
|
-
},
|
167
|
-
"exception":true
|
168
|
-
},
|
169
|
-
{
|
170
|
-
"shape":"InvalidTypeException",
|
171
|
-
"error":{
|
172
|
-
"code":"InvalidType",
|
173
|
-
"httpStatusCode":409,
|
174
|
-
"senderFault":true
|
175
|
-
},
|
176
|
-
"exception":true
|
177
|
-
},
|
178
|
-
{
|
179
|
-
"shape":"ResourceNotFoundException",
|
180
|
-
"error":{
|
181
|
-
"code":"ResourceNotFound",
|
182
|
-
"httpStatusCode":409,
|
183
|
-
"senderFault":true
|
184
|
-
},
|
185
|
-
"exception":true
|
186
|
-
}
|
79
|
+
{"shape":"BaseException"},
|
80
|
+
{"shape":"InternalException"},
|
81
|
+
{"shape":"LimitExceededException"},
|
82
|
+
{"shape":"InvalidTypeException"},
|
83
|
+
{"shape":"ResourceNotFoundException"}
|
187
84
|
]
|
188
85
|
},
|
189
86
|
"DefineIndexField":{
|
@@ -198,45 +95,11 @@
|
|
198
95
|
"resultWrapper":"DefineIndexFieldResult"
|
199
96
|
},
|
200
97
|
"errors":[
|
201
|
-
{
|
202
|
-
|
203
|
-
|
204
|
-
},
|
205
|
-
{
|
206
|
-
"shape":"InternalException",
|
207
|
-
"error":{
|
208
|
-
"code":"InternalException",
|
209
|
-
"httpStatusCode":500
|
210
|
-
},
|
211
|
-
"exception":true
|
212
|
-
},
|
213
|
-
{
|
214
|
-
"shape":"LimitExceededException",
|
215
|
-
"error":{
|
216
|
-
"code":"LimitExceeded",
|
217
|
-
"httpStatusCode":409,
|
218
|
-
"senderFault":true
|
219
|
-
},
|
220
|
-
"exception":true
|
221
|
-
},
|
222
|
-
{
|
223
|
-
"shape":"InvalidTypeException",
|
224
|
-
"error":{
|
225
|
-
"code":"InvalidType",
|
226
|
-
"httpStatusCode":409,
|
227
|
-
"senderFault":true
|
228
|
-
},
|
229
|
-
"exception":true
|
230
|
-
},
|
231
|
-
{
|
232
|
-
"shape":"ResourceNotFoundException",
|
233
|
-
"error":{
|
234
|
-
"code":"ResourceNotFound",
|
235
|
-
"httpStatusCode":409,
|
236
|
-
"senderFault":true
|
237
|
-
},
|
238
|
-
"exception":true
|
239
|
-
}
|
98
|
+
{"shape":"BaseException"},
|
99
|
+
{"shape":"InternalException"},
|
100
|
+
{"shape":"LimitExceededException"},
|
101
|
+
{"shape":"InvalidTypeException"},
|
102
|
+
{"shape":"ResourceNotFoundException"}
|
240
103
|
]
|
241
104
|
},
|
242
105
|
"DefineSuggester":{
|
@@ -251,45 +114,11 @@
|
|
251
114
|
"resultWrapper":"DefineSuggesterResult"
|
252
115
|
},
|
253
116
|
"errors":[
|
254
|
-
{
|
255
|
-
|
256
|
-
|
257
|
-
},
|
258
|
-
{
|
259
|
-
"shape":"InternalException",
|
260
|
-
"error":{
|
261
|
-
"code":"InternalException",
|
262
|
-
"httpStatusCode":500
|
263
|
-
},
|
264
|
-
"exception":true
|
265
|
-
},
|
266
|
-
{
|
267
|
-
"shape":"LimitExceededException",
|
268
|
-
"error":{
|
269
|
-
"code":"LimitExceeded",
|
270
|
-
"httpStatusCode":409,
|
271
|
-
"senderFault":true
|
272
|
-
},
|
273
|
-
"exception":true
|
274
|
-
},
|
275
|
-
{
|
276
|
-
"shape":"InvalidTypeException",
|
277
|
-
"error":{
|
278
|
-
"code":"InvalidType",
|
279
|
-
"httpStatusCode":409,
|
280
|
-
"senderFault":true
|
281
|
-
},
|
282
|
-
"exception":true
|
283
|
-
},
|
284
|
-
{
|
285
|
-
"shape":"ResourceNotFoundException",
|
286
|
-
"error":{
|
287
|
-
"code":"ResourceNotFound",
|
288
|
-
"httpStatusCode":409,
|
289
|
-
"senderFault":true
|
290
|
-
},
|
291
|
-
"exception":true
|
292
|
-
}
|
117
|
+
{"shape":"BaseException"},
|
118
|
+
{"shape":"InternalException"},
|
119
|
+
{"shape":"LimitExceededException"},
|
120
|
+
{"shape":"InvalidTypeException"},
|
121
|
+
{"shape":"ResourceNotFoundException"}
|
293
122
|
]
|
294
123
|
},
|
295
124
|
"DeleteAnalysisScheme":{
|
@@ -304,36 +133,10 @@
|
|
304
133
|
"resultWrapper":"DeleteAnalysisSchemeResult"
|
305
134
|
},
|
306
135
|
"errors":[
|
307
|
-
{
|
308
|
-
|
309
|
-
|
310
|
-
}
|
311
|
-
{
|
312
|
-
"shape":"InternalException",
|
313
|
-
"error":{
|
314
|
-
"code":"InternalException",
|
315
|
-
"httpStatusCode":500
|
316
|
-
},
|
317
|
-
"exception":true
|
318
|
-
},
|
319
|
-
{
|
320
|
-
"shape":"InvalidTypeException",
|
321
|
-
"error":{
|
322
|
-
"code":"InvalidType",
|
323
|
-
"httpStatusCode":409,
|
324
|
-
"senderFault":true
|
325
|
-
},
|
326
|
-
"exception":true
|
327
|
-
},
|
328
|
-
{
|
329
|
-
"shape":"ResourceNotFoundException",
|
330
|
-
"error":{
|
331
|
-
"code":"ResourceNotFound",
|
332
|
-
"httpStatusCode":409,
|
333
|
-
"senderFault":true
|
334
|
-
},
|
335
|
-
"exception":true
|
336
|
-
}
|
136
|
+
{"shape":"BaseException"},
|
137
|
+
{"shape":"InternalException"},
|
138
|
+
{"shape":"InvalidTypeException"},
|
139
|
+
{"shape":"ResourceNotFoundException"}
|
337
140
|
]
|
338
141
|
},
|
339
142
|
"DeleteDomain":{
|
@@ -348,18 +151,8 @@
|
|
348
151
|
"resultWrapper":"DeleteDomainResult"
|
349
152
|
},
|
350
153
|
"errors":[
|
351
|
-
{
|
352
|
-
|
353
|
-
"exception":true
|
354
|
-
},
|
355
|
-
{
|
356
|
-
"shape":"InternalException",
|
357
|
-
"error":{
|
358
|
-
"code":"InternalException",
|
359
|
-
"httpStatusCode":500
|
360
|
-
},
|
361
|
-
"exception":true
|
362
|
-
}
|
154
|
+
{"shape":"BaseException"},
|
155
|
+
{"shape":"InternalException"}
|
363
156
|
]
|
364
157
|
},
|
365
158
|
"DeleteExpression":{
|
@@ -374,36 +167,10 @@
|
|
374
167
|
"resultWrapper":"DeleteExpressionResult"
|
375
168
|
},
|
376
169
|
"errors":[
|
377
|
-
{
|
378
|
-
|
379
|
-
|
380
|
-
}
|
381
|
-
{
|
382
|
-
"shape":"InternalException",
|
383
|
-
"error":{
|
384
|
-
"code":"InternalException",
|
385
|
-
"httpStatusCode":500
|
386
|
-
},
|
387
|
-
"exception":true
|
388
|
-
},
|
389
|
-
{
|
390
|
-
"shape":"InvalidTypeException",
|
391
|
-
"error":{
|
392
|
-
"code":"InvalidType",
|
393
|
-
"httpStatusCode":409,
|
394
|
-
"senderFault":true
|
395
|
-
},
|
396
|
-
"exception":true
|
397
|
-
},
|
398
|
-
{
|
399
|
-
"shape":"ResourceNotFoundException",
|
400
|
-
"error":{
|
401
|
-
"code":"ResourceNotFound",
|
402
|
-
"httpStatusCode":409,
|
403
|
-
"senderFault":true
|
404
|
-
},
|
405
|
-
"exception":true
|
406
|
-
}
|
170
|
+
{"shape":"BaseException"},
|
171
|
+
{"shape":"InternalException"},
|
172
|
+
{"shape":"InvalidTypeException"},
|
173
|
+
{"shape":"ResourceNotFoundException"}
|
407
174
|
]
|
408
175
|
},
|
409
176
|
"DeleteIndexField":{
|
@@ -418,36 +185,10 @@
|
|
418
185
|
"resultWrapper":"DeleteIndexFieldResult"
|
419
186
|
},
|
420
187
|
"errors":[
|
421
|
-
{
|
422
|
-
|
423
|
-
|
424
|
-
}
|
425
|
-
{
|
426
|
-
"shape":"InternalException",
|
427
|
-
"error":{
|
428
|
-
"code":"InternalException",
|
429
|
-
"httpStatusCode":500
|
430
|
-
},
|
431
|
-
"exception":true
|
432
|
-
},
|
433
|
-
{
|
434
|
-
"shape":"InvalidTypeException",
|
435
|
-
"error":{
|
436
|
-
"code":"InvalidType",
|
437
|
-
"httpStatusCode":409,
|
438
|
-
"senderFault":true
|
439
|
-
},
|
440
|
-
"exception":true
|
441
|
-
},
|
442
|
-
{
|
443
|
-
"shape":"ResourceNotFoundException",
|
444
|
-
"error":{
|
445
|
-
"code":"ResourceNotFound",
|
446
|
-
"httpStatusCode":409,
|
447
|
-
"senderFault":true
|
448
|
-
},
|
449
|
-
"exception":true
|
450
|
-
}
|
188
|
+
{"shape":"BaseException"},
|
189
|
+
{"shape":"InternalException"},
|
190
|
+
{"shape":"InvalidTypeException"},
|
191
|
+
{"shape":"ResourceNotFoundException"}
|
451
192
|
]
|
452
193
|
},
|
453
194
|
"DeleteSuggester":{
|
@@ -462,36 +203,10 @@
|
|
462
203
|
"resultWrapper":"DeleteSuggesterResult"
|
463
204
|
},
|
464
205
|
"errors":[
|
465
|
-
{
|
466
|
-
|
467
|
-
|
468
|
-
}
|
469
|
-
{
|
470
|
-
"shape":"InternalException",
|
471
|
-
"error":{
|
472
|
-
"code":"InternalException",
|
473
|
-
"httpStatusCode":500
|
474
|
-
},
|
475
|
-
"exception":true
|
476
|
-
},
|
477
|
-
{
|
478
|
-
"shape":"InvalidTypeException",
|
479
|
-
"error":{
|
480
|
-
"code":"InvalidType",
|
481
|
-
"httpStatusCode":409,
|
482
|
-
"senderFault":true
|
483
|
-
},
|
484
|
-
"exception":true
|
485
|
-
},
|
486
|
-
{
|
487
|
-
"shape":"ResourceNotFoundException",
|
488
|
-
"error":{
|
489
|
-
"code":"ResourceNotFound",
|
490
|
-
"httpStatusCode":409,
|
491
|
-
"senderFault":true
|
492
|
-
},
|
493
|
-
"exception":true
|
494
|
-
}
|
206
|
+
{"shape":"BaseException"},
|
207
|
+
{"shape":"InternalException"},
|
208
|
+
{"shape":"InvalidTypeException"},
|
209
|
+
{"shape":"ResourceNotFoundException"}
|
495
210
|
]
|
496
211
|
},
|
497
212
|
"DescribeAnalysisSchemes":{
|
@@ -506,27 +221,9 @@
|
|
506
221
|
"resultWrapper":"DescribeAnalysisSchemesResult"
|
507
222
|
},
|
508
223
|
"errors":[
|
509
|
-
{
|
510
|
-
|
511
|
-
|
512
|
-
},
|
513
|
-
{
|
514
|
-
"shape":"InternalException",
|
515
|
-
"error":{
|
516
|
-
"code":"InternalException",
|
517
|
-
"httpStatusCode":500
|
518
|
-
},
|
519
|
-
"exception":true
|
520
|
-
},
|
521
|
-
{
|
522
|
-
"shape":"ResourceNotFoundException",
|
523
|
-
"error":{
|
524
|
-
"code":"ResourceNotFound",
|
525
|
-
"httpStatusCode":409,
|
526
|
-
"senderFault":true
|
527
|
-
},
|
528
|
-
"exception":true
|
529
|
-
}
|
224
|
+
{"shape":"BaseException"},
|
225
|
+
{"shape":"InternalException"},
|
226
|
+
{"shape":"ResourceNotFoundException"}
|
530
227
|
]
|
531
228
|
},
|
532
229
|
"DescribeAvailabilityOptions":{
|
@@ -541,54 +238,31 @@
|
|
541
238
|
"resultWrapper":"DescribeAvailabilityOptionsResult"
|
542
239
|
},
|
543
240
|
"errors":[
|
544
|
-
{
|
545
|
-
|
546
|
-
|
547
|
-
},
|
548
|
-
{
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
},
|
565
|
-
{
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
"httpStatusCode":409,
|
570
|
-
"senderFault":true
|
571
|
-
},
|
572
|
-
"exception":true
|
573
|
-
},
|
574
|
-
{
|
575
|
-
"shape":"ResourceNotFoundException",
|
576
|
-
"error":{
|
577
|
-
"code":"ResourceNotFound",
|
578
|
-
"httpStatusCode":409,
|
579
|
-
"senderFault":true
|
580
|
-
},
|
581
|
-
"exception":true
|
582
|
-
},
|
583
|
-
{
|
584
|
-
"shape":"DisabledOperationException",
|
585
|
-
"error":{
|
586
|
-
"code":"DisabledAction",
|
587
|
-
"httpStatusCode":409,
|
588
|
-
"senderFault":true
|
589
|
-
},
|
590
|
-
"exception":true
|
591
|
-
}
|
241
|
+
{"shape":"BaseException"},
|
242
|
+
{"shape":"InternalException"},
|
243
|
+
{"shape":"InvalidTypeException"},
|
244
|
+
{"shape":"LimitExceededException"},
|
245
|
+
{"shape":"ResourceNotFoundException"},
|
246
|
+
{"shape":"DisabledOperationException"}
|
247
|
+
]
|
248
|
+
},
|
249
|
+
"DescribeDomainEndpointOptions":{
|
250
|
+
"name":"DescribeDomainEndpointOptions",
|
251
|
+
"http":{
|
252
|
+
"method":"POST",
|
253
|
+
"requestUri":"/"
|
254
|
+
},
|
255
|
+
"input":{"shape":"DescribeDomainEndpointOptionsRequest"},
|
256
|
+
"output":{
|
257
|
+
"shape":"DescribeDomainEndpointOptionsResponse",
|
258
|
+
"resultWrapper":"DescribeDomainEndpointOptionsResult"
|
259
|
+
},
|
260
|
+
"errors":[
|
261
|
+
{"shape":"BaseException"},
|
262
|
+
{"shape":"InternalException"},
|
263
|
+
{"shape":"LimitExceededException"},
|
264
|
+
{"shape":"ResourceNotFoundException"},
|
265
|
+
{"shape":"DisabledOperationException"}
|
592
266
|
]
|
593
267
|
},
|
594
268
|
"DescribeDomains":{
|
@@ -603,18 +277,8 @@
|
|
603
277
|
"resultWrapper":"DescribeDomainsResult"
|
604
278
|
},
|
605
279
|
"errors":[
|
606
|
-
{
|
607
|
-
|
608
|
-
"exception":true
|
609
|
-
},
|
610
|
-
{
|
611
|
-
"shape":"InternalException",
|
612
|
-
"error":{
|
613
|
-
"code":"InternalException",
|
614
|
-
"httpStatusCode":500
|
615
|
-
},
|
616
|
-
"exception":true
|
617
|
-
}
|
280
|
+
{"shape":"BaseException"},
|
281
|
+
{"shape":"InternalException"}
|
618
282
|
]
|
619
283
|
},
|
620
284
|
"DescribeExpressions":{
|
@@ -629,27 +293,9 @@
|
|
629
293
|
"resultWrapper":"DescribeExpressionsResult"
|
630
294
|
},
|
631
295
|
"errors":[
|
632
|
-
{
|
633
|
-
|
634
|
-
|
635
|
-
},
|
636
|
-
{
|
637
|
-
"shape":"InternalException",
|
638
|
-
"error":{
|
639
|
-
"code":"InternalException",
|
640
|
-
"httpStatusCode":500
|
641
|
-
},
|
642
|
-
"exception":true
|
643
|
-
},
|
644
|
-
{
|
645
|
-
"shape":"ResourceNotFoundException",
|
646
|
-
"error":{
|
647
|
-
"code":"ResourceNotFound",
|
648
|
-
"httpStatusCode":409,
|
649
|
-
"senderFault":true
|
650
|
-
},
|
651
|
-
"exception":true
|
652
|
-
}
|
296
|
+
{"shape":"BaseException"},
|
297
|
+
{"shape":"InternalException"},
|
298
|
+
{"shape":"ResourceNotFoundException"}
|
653
299
|
]
|
654
300
|
},
|
655
301
|
"DescribeIndexFields":{
|
@@ -664,27 +310,9 @@
|
|
664
310
|
"resultWrapper":"DescribeIndexFieldsResult"
|
665
311
|
},
|
666
312
|
"errors":[
|
667
|
-
{
|
668
|
-
|
669
|
-
|
670
|
-
},
|
671
|
-
{
|
672
|
-
"shape":"InternalException",
|
673
|
-
"error":{
|
674
|
-
"code":"InternalException",
|
675
|
-
"httpStatusCode":500
|
676
|
-
},
|
677
|
-
"exception":true
|
678
|
-
},
|
679
|
-
{
|
680
|
-
"shape":"ResourceNotFoundException",
|
681
|
-
"error":{
|
682
|
-
"code":"ResourceNotFound",
|
683
|
-
"httpStatusCode":409,
|
684
|
-
"senderFault":true
|
685
|
-
},
|
686
|
-
"exception":true
|
687
|
-
}
|
313
|
+
{"shape":"BaseException"},
|
314
|
+
{"shape":"InternalException"},
|
315
|
+
{"shape":"ResourceNotFoundException"}
|
688
316
|
]
|
689
317
|
},
|
690
318
|
"DescribeScalingParameters":{
|
@@ -699,27 +327,9 @@
|
|
699
327
|
"resultWrapper":"DescribeScalingParametersResult"
|
700
328
|
},
|
701
329
|
"errors":[
|
702
|
-
{
|
703
|
-
|
704
|
-
|
705
|
-
},
|
706
|
-
{
|
707
|
-
"shape":"InternalException",
|
708
|
-
"error":{
|
709
|
-
"code":"InternalException",
|
710
|
-
"httpStatusCode":500
|
711
|
-
},
|
712
|
-
"exception":true
|
713
|
-
},
|
714
|
-
{
|
715
|
-
"shape":"ResourceNotFoundException",
|
716
|
-
"error":{
|
717
|
-
"code":"ResourceNotFound",
|
718
|
-
"httpStatusCode":409,
|
719
|
-
"senderFault":true
|
720
|
-
},
|
721
|
-
"exception":true
|
722
|
-
}
|
330
|
+
{"shape":"BaseException"},
|
331
|
+
{"shape":"InternalException"},
|
332
|
+
{"shape":"ResourceNotFoundException"}
|
723
333
|
]
|
724
334
|
},
|
725
335
|
"DescribeServiceAccessPolicies":{
|
@@ -734,27 +344,9 @@
|
|
734
344
|
"resultWrapper":"DescribeServiceAccessPoliciesResult"
|
735
345
|
},
|
736
346
|
"errors":[
|
737
|
-
{
|
738
|
-
|
739
|
-
|
740
|
-
},
|
741
|
-
{
|
742
|
-
"shape":"InternalException",
|
743
|
-
"error":{
|
744
|
-
"code":"InternalException",
|
745
|
-
"httpStatusCode":500
|
746
|
-
},
|
747
|
-
"exception":true
|
748
|
-
},
|
749
|
-
{
|
750
|
-
"shape":"ResourceNotFoundException",
|
751
|
-
"error":{
|
752
|
-
"code":"ResourceNotFound",
|
753
|
-
"httpStatusCode":409,
|
754
|
-
"senderFault":true
|
755
|
-
},
|
756
|
-
"exception":true
|
757
|
-
}
|
347
|
+
{"shape":"BaseException"},
|
348
|
+
{"shape":"InternalException"},
|
349
|
+
{"shape":"ResourceNotFoundException"}
|
758
350
|
]
|
759
351
|
},
|
760
352
|
"DescribeSuggesters":{
|
@@ -769,27 +361,9 @@
|
|
769
361
|
"resultWrapper":"DescribeSuggestersResult"
|
770
362
|
},
|
771
363
|
"errors":[
|
772
|
-
{
|
773
|
-
|
774
|
-
|
775
|
-
},
|
776
|
-
{
|
777
|
-
"shape":"InternalException",
|
778
|
-
"error":{
|
779
|
-
"code":"InternalException",
|
780
|
-
"httpStatusCode":500
|
781
|
-
},
|
782
|
-
"exception":true
|
783
|
-
},
|
784
|
-
{
|
785
|
-
"shape":"ResourceNotFoundException",
|
786
|
-
"error":{
|
787
|
-
"code":"ResourceNotFound",
|
788
|
-
"httpStatusCode":409,
|
789
|
-
"senderFault":true
|
790
|
-
},
|
791
|
-
"exception":true
|
792
|
-
}
|
364
|
+
{"shape":"BaseException"},
|
365
|
+
{"shape":"InternalException"},
|
366
|
+
{"shape":"ResourceNotFoundException"}
|
793
367
|
]
|
794
368
|
},
|
795
369
|
"IndexDocuments":{
|
@@ -804,27 +378,9 @@
|
|
804
378
|
"resultWrapper":"IndexDocumentsResult"
|
805
379
|
},
|
806
380
|
"errors":[
|
807
|
-
{
|
808
|
-
|
809
|
-
|
810
|
-
},
|
811
|
-
{
|
812
|
-
"shape":"InternalException",
|
813
|
-
"error":{
|
814
|
-
"code":"InternalException",
|
815
|
-
"httpStatusCode":500
|
816
|
-
},
|
817
|
-
"exception":true
|
818
|
-
},
|
819
|
-
{
|
820
|
-
"shape":"ResourceNotFoundException",
|
821
|
-
"error":{
|
822
|
-
"code":"ResourceNotFound",
|
823
|
-
"httpStatusCode":409,
|
824
|
-
"senderFault":true
|
825
|
-
},
|
826
|
-
"exception":true
|
827
|
-
}
|
381
|
+
{"shape":"BaseException"},
|
382
|
+
{"shape":"InternalException"},
|
383
|
+
{"shape":"ResourceNotFoundException"}
|
828
384
|
]
|
829
385
|
},
|
830
386
|
"ListDomainNames":{
|
@@ -838,10 +394,7 @@
|
|
838
394
|
"resultWrapper":"ListDomainNamesResult"
|
839
395
|
},
|
840
396
|
"errors":[
|
841
|
-
{
|
842
|
-
"shape":"BaseException",
|
843
|
-
"exception":true
|
844
|
-
}
|
397
|
+
{"shape":"BaseException"}
|
845
398
|
]
|
846
399
|
},
|
847
400
|
"UpdateAvailabilityOptions":{
|
@@ -856,54 +409,34 @@
|
|
856
409
|
"resultWrapper":"UpdateAvailabilityOptionsResult"
|
857
410
|
},
|
858
411
|
"errors":[
|
859
|
-
{
|
860
|
-
|
861
|
-
|
862
|
-
},
|
863
|
-
{
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
{
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
"exception":true
|
888
|
-
},
|
889
|
-
{
|
890
|
-
"shape":"ResourceNotFoundException",
|
891
|
-
"error":{
|
892
|
-
"code":"ResourceNotFound",
|
893
|
-
"httpStatusCode":409,
|
894
|
-
"senderFault":true
|
895
|
-
},
|
896
|
-
"exception":true
|
897
|
-
},
|
898
|
-
{
|
899
|
-
"shape":"DisabledOperationException",
|
900
|
-
"error":{
|
901
|
-
"code":"DisabledAction",
|
902
|
-
"httpStatusCode":409,
|
903
|
-
"senderFault":true
|
904
|
-
},
|
905
|
-
"exception":true
|
906
|
-
}
|
412
|
+
{"shape":"BaseException"},
|
413
|
+
{"shape":"InternalException"},
|
414
|
+
{"shape":"InvalidTypeException"},
|
415
|
+
{"shape":"LimitExceededException"},
|
416
|
+
{"shape":"ResourceNotFoundException"},
|
417
|
+
{"shape":"DisabledOperationException"},
|
418
|
+
{"shape":"ValidationException"}
|
419
|
+
]
|
420
|
+
},
|
421
|
+
"UpdateDomainEndpointOptions":{
|
422
|
+
"name":"UpdateDomainEndpointOptions",
|
423
|
+
"http":{
|
424
|
+
"method":"POST",
|
425
|
+
"requestUri":"/"
|
426
|
+
},
|
427
|
+
"input":{"shape":"UpdateDomainEndpointOptionsRequest"},
|
428
|
+
"output":{
|
429
|
+
"shape":"UpdateDomainEndpointOptionsResponse",
|
430
|
+
"resultWrapper":"UpdateDomainEndpointOptionsResult"
|
431
|
+
},
|
432
|
+
"errors":[
|
433
|
+
{"shape":"BaseException"},
|
434
|
+
{"shape":"InternalException"},
|
435
|
+
{"shape":"InvalidTypeException"},
|
436
|
+
{"shape":"LimitExceededException"},
|
437
|
+
{"shape":"ResourceNotFoundException"},
|
438
|
+
{"shape":"DisabledOperationException"},
|
439
|
+
{"shape":"ValidationException"}
|
907
440
|
]
|
908
441
|
},
|
909
442
|
"UpdateScalingParameters":{
|
@@ -918,45 +451,11 @@
|
|
918
451
|
"resultWrapper":"UpdateScalingParametersResult"
|
919
452
|
},
|
920
453
|
"errors":[
|
921
|
-
{
|
922
|
-
|
923
|
-
|
924
|
-
},
|
925
|
-
{
|
926
|
-
"shape":"InternalException",
|
927
|
-
"error":{
|
928
|
-
"code":"InternalException",
|
929
|
-
"httpStatusCode":500
|
930
|
-
},
|
931
|
-
"exception":true
|
932
|
-
},
|
933
|
-
{
|
934
|
-
"shape":"LimitExceededException",
|
935
|
-
"error":{
|
936
|
-
"code":"LimitExceeded",
|
937
|
-
"httpStatusCode":409,
|
938
|
-
"senderFault":true
|
939
|
-
},
|
940
|
-
"exception":true
|
941
|
-
},
|
942
|
-
{
|
943
|
-
"shape":"ResourceNotFoundException",
|
944
|
-
"error":{
|
945
|
-
"code":"ResourceNotFound",
|
946
|
-
"httpStatusCode":409,
|
947
|
-
"senderFault":true
|
948
|
-
},
|
949
|
-
"exception":true
|
950
|
-
},
|
951
|
-
{
|
952
|
-
"shape":"InvalidTypeException",
|
953
|
-
"error":{
|
954
|
-
"code":"InvalidType",
|
955
|
-
"httpStatusCode":409,
|
956
|
-
"senderFault":true
|
957
|
-
},
|
958
|
-
"exception":true
|
959
|
-
}
|
454
|
+
{"shape":"BaseException"},
|
455
|
+
{"shape":"InternalException"},
|
456
|
+
{"shape":"LimitExceededException"},
|
457
|
+
{"shape":"ResourceNotFoundException"},
|
458
|
+
{"shape":"InvalidTypeException"}
|
960
459
|
]
|
961
460
|
},
|
962
461
|
"UpdateServiceAccessPolicies":{
|
@@ -971,45 +470,11 @@
|
|
971
470
|
"resultWrapper":"UpdateServiceAccessPoliciesResult"
|
972
471
|
},
|
973
472
|
"errors":[
|
974
|
-
{
|
975
|
-
|
976
|
-
|
977
|
-
},
|
978
|
-
{
|
979
|
-
"shape":"InternalException",
|
980
|
-
"error":{
|
981
|
-
"code":"InternalException",
|
982
|
-
"httpStatusCode":500
|
983
|
-
},
|
984
|
-
"exception":true
|
985
|
-
},
|
986
|
-
{
|
987
|
-
"shape":"LimitExceededException",
|
988
|
-
"error":{
|
989
|
-
"code":"LimitExceeded",
|
990
|
-
"httpStatusCode":409,
|
991
|
-
"senderFault":true
|
992
|
-
},
|
993
|
-
"exception":true
|
994
|
-
},
|
995
|
-
{
|
996
|
-
"shape":"ResourceNotFoundException",
|
997
|
-
"error":{
|
998
|
-
"code":"ResourceNotFound",
|
999
|
-
"httpStatusCode":409,
|
1000
|
-
"senderFault":true
|
1001
|
-
},
|
1002
|
-
"exception":true
|
1003
|
-
},
|
1004
|
-
{
|
1005
|
-
"shape":"InvalidTypeException",
|
1006
|
-
"error":{
|
1007
|
-
"code":"InvalidType",
|
1008
|
-
"httpStatusCode":409,
|
1009
|
-
"senderFault":true
|
1010
|
-
},
|
1011
|
-
"exception":true
|
1012
|
-
}
|
473
|
+
{"shape":"BaseException"},
|
474
|
+
{"shape":"InternalException"},
|
475
|
+
{"shape":"LimitExceededException"},
|
476
|
+
{"shape":"ResourceNotFoundException"},
|
477
|
+
{"shape":"InvalidTypeException"}
|
1013
478
|
]
|
1014
479
|
}
|
1015
480
|
},
|
@@ -1367,6 +832,20 @@
|
|
1367
832
|
"AvailabilityOptions":{"shape":"AvailabilityOptionsStatus"}
|
1368
833
|
}
|
1369
834
|
},
|
835
|
+
"DescribeDomainEndpointOptionsRequest":{
|
836
|
+
"type":"structure",
|
837
|
+
"required":["DomainName"],
|
838
|
+
"members":{
|
839
|
+
"DomainName":{"shape":"DomainName"},
|
840
|
+
"Deployed":{"shape":"Boolean"}
|
841
|
+
}
|
842
|
+
},
|
843
|
+
"DescribeDomainEndpointOptionsResponse":{
|
844
|
+
"type":"structure",
|
845
|
+
"members":{
|
846
|
+
"DomainEndpointOptions":{"shape":"DomainEndpointOptionsStatus"}
|
847
|
+
}
|
848
|
+
},
|
1370
849
|
"DescribeDomainsRequest":{
|
1371
850
|
"type":"structure",
|
1372
851
|
"members":{
|
@@ -1477,15 +956,33 @@
|
|
1477
956
|
"SortExpression":{"shape":"String"}
|
1478
957
|
}
|
1479
958
|
},
|
959
|
+
"DomainEndpointOptions":{
|
960
|
+
"type":"structure",
|
961
|
+
"members":{
|
962
|
+
"EnforceHTTPS":{"shape":"Boolean"},
|
963
|
+
"TLSSecurityPolicy":{"shape":"TLSSecurityPolicy"}
|
964
|
+
}
|
965
|
+
},
|
966
|
+
"DomainEndpointOptionsStatus":{
|
967
|
+
"type":"structure",
|
968
|
+
"required":[
|
969
|
+
"Options",
|
970
|
+
"Status"
|
971
|
+
],
|
972
|
+
"members":{
|
973
|
+
"Options":{"shape":"DomainEndpointOptions"},
|
974
|
+
"Status":{"shape":"OptionStatus"}
|
975
|
+
}
|
976
|
+
},
|
1480
977
|
"DomainId":{
|
1481
978
|
"type":"string",
|
1482
|
-
"
|
1483
|
-
"
|
979
|
+
"max":64,
|
980
|
+
"min":1
|
1484
981
|
},
|
1485
982
|
"DomainName":{
|
1486
983
|
"type":"string",
|
1487
|
-
"min":3,
|
1488
984
|
"max":28,
|
985
|
+
"min":3,
|
1489
986
|
"pattern":"[a-z][a-z0-9\\-]+"
|
1490
987
|
},
|
1491
988
|
"DomainNameList":{
|
@@ -1548,8 +1045,8 @@
|
|
1548
1045
|
},
|
1549
1046
|
"DynamicFieldName":{
|
1550
1047
|
"type":"string",
|
1551
|
-
"min":1,
|
1552
1048
|
"max":64,
|
1049
|
+
"min":1,
|
1553
1050
|
"pattern":"([a-z][a-z0-9_]*\\*?|\\*[a-z0-9_]*)"
|
1554
1051
|
},
|
1555
1052
|
"DynamicFieldNameList":{
|
@@ -1586,13 +1083,13 @@
|
|
1586
1083
|
},
|
1587
1084
|
"ExpressionValue":{
|
1588
1085
|
"type":"string",
|
1589
|
-
"
|
1590
|
-
"
|
1086
|
+
"max":10240,
|
1087
|
+
"min":1
|
1591
1088
|
},
|
1592
1089
|
"FieldName":{
|
1593
1090
|
"type":"string",
|
1594
|
-
"min":1,
|
1595
1091
|
"max":64,
|
1092
|
+
"min":1,
|
1596
1093
|
"pattern":"[a-z][a-z0-9_]*"
|
1597
1094
|
},
|
1598
1095
|
"FieldNameCommaList":{
|
@@ -1605,8 +1102,8 @@
|
|
1605
1102
|
},
|
1606
1103
|
"FieldValue":{
|
1607
1104
|
"type":"string",
|
1608
|
-
"
|
1609
|
-
"
|
1105
|
+
"max":1024,
|
1106
|
+
"min":0
|
1610
1107
|
},
|
1611
1108
|
"IndexDocumentsRequest":{
|
1612
1109
|
"type":"structure",
|
@@ -1872,8 +1369,8 @@
|
|
1872
1369
|
"ServiceUrl":{"type":"string"},
|
1873
1370
|
"StandardName":{
|
1874
1371
|
"type":"string",
|
1875
|
-
"min":1,
|
1876
1372
|
"max":64,
|
1373
|
+
"min":1,
|
1877
1374
|
"pattern":"[a-z][a-z0-9_]*"
|
1878
1375
|
},
|
1879
1376
|
"StandardNameList":{
|
@@ -1915,6 +1412,13 @@
|
|
1915
1412
|
"type":"list",
|
1916
1413
|
"member":{"shape":"SuggesterStatus"}
|
1917
1414
|
},
|
1415
|
+
"TLSSecurityPolicy":{
|
1416
|
+
"type":"string",
|
1417
|
+
"enum":[
|
1418
|
+
"Policy-Min-TLS-1-0-2019-07",
|
1419
|
+
"Policy-Min-TLS-1-2-2019-07"
|
1420
|
+
]
|
1421
|
+
},
|
1918
1422
|
"TextArrayOptions":{
|
1919
1423
|
"type":"structure",
|
1920
1424
|
"members":{
|
@@ -1957,6 +1461,23 @@
|
|
1957
1461
|
"AvailabilityOptions":{"shape":"AvailabilityOptionsStatus"}
|
1958
1462
|
}
|
1959
1463
|
},
|
1464
|
+
"UpdateDomainEndpointOptionsRequest":{
|
1465
|
+
"type":"structure",
|
1466
|
+
"required":[
|
1467
|
+
"DomainName",
|
1468
|
+
"DomainEndpointOptions"
|
1469
|
+
],
|
1470
|
+
"members":{
|
1471
|
+
"DomainName":{"shape":"DomainName"},
|
1472
|
+
"DomainEndpointOptions":{"shape":"DomainEndpointOptions"}
|
1473
|
+
}
|
1474
|
+
},
|
1475
|
+
"UpdateDomainEndpointOptionsResponse":{
|
1476
|
+
"type":"structure",
|
1477
|
+
"members":{
|
1478
|
+
"DomainEndpointOptions":{"shape":"DomainEndpointOptionsStatus"}
|
1479
|
+
}
|
1480
|
+
},
|
1960
1481
|
"UpdateScalingParametersRequest":{
|
1961
1482
|
"type":"structure",
|
1962
1483
|
"required":[
|
@@ -1994,6 +1515,12 @@
|
|
1994
1515
|
}
|
1995
1516
|
},
|
1996
1517
|
"UpdateTimestamp":{"type":"timestamp"},
|
1518
|
+
"ValidationException":{
|
1519
|
+
"type":"structure",
|
1520
|
+
"members":{
|
1521
|
+
},
|
1522
|
+
"exception":true
|
1523
|
+
},
|
1997
1524
|
"Word":{
|
1998
1525
|
"type":"string",
|
1999
1526
|
"pattern":"[\\S]+"
|