aws-sdk-core 2.11.542 → 2.11.547

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +3 -2
  3. data/apis/appmesh/2019-01-25/api-2.json +1420 -11
  4. data/apis/appmesh/2019-01-25/paginators-1.json +12 -0
  5. data/apis/ce/2017-10-25/api-2.json +1 -0
  6. data/apis/cloudfront/2019-03-26/api-2.json +2 -1
  7. data/apis/comprehend/2017-11-27/api-2.json +58 -35
  8. data/apis/connect/2017-08-08/api-2.json +145 -0
  9. data/apis/ebs/2019-11-02/api-2.json +377 -9
  10. data/apis/ec2/2016-11-15/api-2.json +28 -4
  11. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +12 -0
  12. data/apis/elasticbeanstalk/2010-12-01/waiters-2.json +63 -0
  13. data/apis/elasticfilesystem/2015-02-01/api-2.json +146 -13
  14. data/apis/elasticfilesystem/2015-02-01/examples-1.json +1 -1
  15. data/apis/eventbridge/2015-10-07/api-2.json +76 -12
  16. data/apis/events/2015-10-07/api-2.json +76 -12
  17. data/apis/forecast/2018-06-26/api-2.json +136 -8
  18. data/apis/glue/2017-03-31/api-2.json +95 -10
  19. data/apis/ivs/2020-07-14/api-2.json +809 -0
  20. data/apis/ivs/2020-07-14/examples-1.json +5 -0
  21. data/apis/ivs/2020-07-14/paginators-1.json +27 -0
  22. data/apis/lakeformation/2017-03-31/api-2.json +23 -6
  23. data/apis/macie2/2020-01-01/api-2.json +7 -1
  24. data/apis/macie2/2020-01-01/paginators-1.json +57 -2
  25. data/apis/organizations/2016-11-28/api-2.json +4 -2
  26. data/apis/sagemaker/2017-07-24/api-2.json +32 -0
  27. data/apis/secretsmanager/2017-10-17/api-2.json +111 -5
  28. data/apis/secretsmanager/2017-10-17/examples-1.json +23 -0
  29. data/apis/storagegateway/2013-06-30/api-2.json +47 -9
  30. data/apis/wafv2/2019-07-29/api-2.json +63 -6
  31. data/endpoints.json +122 -0
  32. data/lib/aws-sdk-core.rb +1 -0
  33. data/lib/aws-sdk-core/elasticbeanstalk.rb +1 -0
  34. data/lib/aws-sdk-core/ivs.rb +6 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. data/service-models.json +4 -0
  37. metadata +7 -2
@@ -12,6 +12,24 @@
12
12
  "uid":"ebs-2019-11-02"
13
13
  },
14
14
  "operations":{
15
+ "CompleteSnapshot":{
16
+ "name":"CompleteSnapshot",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/snapshots/completion/{snapshotId}",
20
+ "responseCode":202
21
+ },
22
+ "input":{"shape":"CompleteSnapshotRequest"},
23
+ "output":{"shape":"CompleteSnapshotResponse"},
24
+ "errors":[
25
+ {"shape":"AccessDeniedException"},
26
+ {"shape":"ValidationException"},
27
+ {"shape":"ResourceNotFoundException"},
28
+ {"shape":"RequestThrottledException"},
29
+ {"shape":"ServiceQuotaExceededException"},
30
+ {"shape":"InternalServerException"}
31
+ ]
32
+ },
15
33
  "GetSnapshotBlock":{
16
34
  "name":"GetSnapshotBlock",
17
35
  "http":{
@@ -21,8 +39,12 @@
21
39
  "input":{"shape":"GetSnapshotBlockRequest"},
22
40
  "output":{"shape":"GetSnapshotBlockResponse"},
23
41
  "errors":[
42
+ {"shape":"AccessDeniedException"},
24
43
  {"shape":"ValidationException"},
25
- {"shape":"ResourceNotFoundException"}
44
+ {"shape":"ResourceNotFoundException"},
45
+ {"shape":"RequestThrottledException"},
46
+ {"shape":"ServiceQuotaExceededException"},
47
+ {"shape":"InternalServerException"}
26
48
  ]
27
49
  },
28
50
  "ListChangedBlocks":{
@@ -34,8 +56,12 @@
34
56
  "input":{"shape":"ListChangedBlocksRequest"},
35
57
  "output":{"shape":"ListChangedBlocksResponse"},
36
58
  "errors":[
59
+ {"shape":"AccessDeniedException"},
37
60
  {"shape":"ValidationException"},
38
- {"shape":"ResourceNotFoundException"}
61
+ {"shape":"ResourceNotFoundException"},
62
+ {"shape":"RequestThrottledException"},
63
+ {"shape":"ServiceQuotaExceededException"},
64
+ {"shape":"InternalServerException"}
39
65
  ]
40
66
  },
41
67
  "ListSnapshotBlocks":{
@@ -47,12 +73,72 @@
47
73
  "input":{"shape":"ListSnapshotBlocksRequest"},
48
74
  "output":{"shape":"ListSnapshotBlocksResponse"},
49
75
  "errors":[
76
+ {"shape":"AccessDeniedException"},
77
+ {"shape":"ValidationException"},
78
+ {"shape":"ResourceNotFoundException"},
79
+ {"shape":"RequestThrottledException"},
80
+ {"shape":"ServiceQuotaExceededException"},
81
+ {"shape":"InternalServerException"}
82
+ ]
83
+ },
84
+ "PutSnapshotBlock":{
85
+ "name":"PutSnapshotBlock",
86
+ "http":{
87
+ "method":"PUT",
88
+ "requestUri":"/snapshots/{snapshotId}/blocks/{blockIndex}",
89
+ "responseCode":201
90
+ },
91
+ "input":{"shape":"PutSnapshotBlockRequest"},
92
+ "output":{"shape":"PutSnapshotBlockResponse"},
93
+ "errors":[
94
+ {"shape":"AccessDeniedException"},
95
+ {"shape":"ValidationException"},
96
+ {"shape":"ResourceNotFoundException"},
97
+ {"shape":"RequestThrottledException"},
98
+ {"shape":"ServiceQuotaExceededException"},
99
+ {"shape":"InternalServerException"}
100
+ ],
101
+ "authtype":"v4-unsigned-body"
102
+ },
103
+ "StartSnapshot":{
104
+ "name":"StartSnapshot",
105
+ "http":{
106
+ "method":"POST",
107
+ "requestUri":"/snapshots",
108
+ "responseCode":201
109
+ },
110
+ "input":{"shape":"StartSnapshotRequest"},
111
+ "output":{"shape":"StartSnapshotResponse"},
112
+ "errors":[
113
+ {"shape":"AccessDeniedException"},
50
114
  {"shape":"ValidationException"},
51
- {"shape":"ResourceNotFoundException"}
115
+ {"shape":"RequestThrottledException"},
116
+ {"shape":"ResourceNotFoundException"},
117
+ {"shape":"ServiceQuotaExceededException"},
118
+ {"shape":"InternalServerException"},
119
+ {"shape":"ConcurrentLimitExceededException"},
120
+ {"shape":"ConflictException"}
52
121
  ]
53
122
  }
54
123
  },
55
124
  "shapes":{
125
+ "AccessDeniedException":{
126
+ "type":"structure",
127
+ "required":["Reason"],
128
+ "members":{
129
+ "Message":{"shape":"ErrorMessage"},
130
+ "Reason":{"shape":"AccessDeniedExceptionReason"}
131
+ },
132
+ "error":{"httpStatusCode":403},
133
+ "exception":true
134
+ },
135
+ "AccessDeniedExceptionReason":{
136
+ "type":"string",
137
+ "enum":[
138
+ "UNAUTHORIZED_ACCOUNT",
139
+ "DEPENDENCY_ACCESS_DENIED"
140
+ ]
141
+ },
56
142
  "Block":{
57
143
  "type":"structure",
58
144
  "members":{
@@ -65,7 +151,10 @@
65
151
  "sensitive":true,
66
152
  "streaming":true
67
153
  },
68
- "BlockIndex":{"type":"integer"},
154
+ "BlockIndex":{
155
+ "type":"integer",
156
+ "min":0
157
+ },
69
158
  "BlockSize":{"type":"integer"},
70
159
  "BlockToken":{
71
160
  "type":"string",
@@ -77,6 +166,7 @@
77
166
  "member":{"shape":"Block"},
78
167
  "sensitive":true
79
168
  },
169
+ "Boolean":{"type":"boolean"},
80
170
  "ChangedBlock":{
81
171
  "type":"structure",
82
172
  "members":{
@@ -90,16 +180,89 @@
90
180
  "type":"list",
91
181
  "member":{"shape":"ChangedBlock"}
92
182
  },
183
+ "ChangedBlocksCount":{
184
+ "type":"integer",
185
+ "min":0
186
+ },
93
187
  "Checksum":{
94
188
  "type":"string",
95
- "max":64
189
+ "max":64,
190
+ "pattern":"^[A-Za-z0-9+/=]+$"
191
+ },
192
+ "ChecksumAggregationMethod":{
193
+ "type":"string",
194
+ "enum":["LINEAR"],
195
+ "max":32,
196
+ "pattern":"^[A-Za-z0-9]+$"
96
197
  },
97
198
  "ChecksumAlgorithm":{
98
199
  "type":"string",
99
200
  "enum":["SHA256"],
100
- "max":32
201
+ "max":32,
202
+ "pattern":"^[A-Za-z0-9]+$"
203
+ },
204
+ "CompleteSnapshotRequest":{
205
+ "type":"structure",
206
+ "required":[
207
+ "SnapshotId",
208
+ "ChangedBlocksCount"
209
+ ],
210
+ "members":{
211
+ "SnapshotId":{
212
+ "shape":"SnapshotId",
213
+ "location":"uri",
214
+ "locationName":"snapshotId"
215
+ },
216
+ "ChangedBlocksCount":{
217
+ "shape":"ChangedBlocksCount",
218
+ "location":"header",
219
+ "locationName":"x-amz-ChangedBlocksCount"
220
+ },
221
+ "Checksum":{
222
+ "shape":"Checksum",
223
+ "location":"header",
224
+ "locationName":"x-amz-Checksum"
225
+ },
226
+ "ChecksumAlgorithm":{
227
+ "shape":"ChecksumAlgorithm",
228
+ "location":"header",
229
+ "locationName":"x-amz-Checksum-Algorithm"
230
+ },
231
+ "ChecksumAggregationMethod":{
232
+ "shape":"ChecksumAggregationMethod",
233
+ "location":"header",
234
+ "locationName":"x-amz-Checksum-Aggregation-Method"
235
+ }
236
+ }
237
+ },
238
+ "CompleteSnapshotResponse":{
239
+ "type":"structure",
240
+ "members":{
241
+ "Status":{"shape":"Status"}
242
+ }
243
+ },
244
+ "ConcurrentLimitExceededException":{
245
+ "type":"structure",
246
+ "members":{
247
+ "Message":{"shape":"ErrorMessage"}
248
+ },
249
+ "error":{"httpStatusCode":400},
250
+ "exception":true
251
+ },
252
+ "ConflictException":{
253
+ "type":"structure",
254
+ "members":{
255
+ "Message":{"shape":"ErrorMessage"}
256
+ },
257
+ "error":{"httpStatusCode":503},
258
+ "exception":true
101
259
  },
102
260
  "DataLength":{"type":"integer"},
261
+ "Description":{
262
+ "type":"string",
263
+ "max":255,
264
+ "pattern":"^[\\S\\s]+$"
265
+ },
103
266
  "ErrorMessage":{
104
267
  "type":"string",
105
268
  "max":256
@@ -151,6 +314,27 @@
151
314
  },
152
315
  "payload":"BlockData"
153
316
  },
317
+ "IdempotencyToken":{
318
+ "type":"string",
319
+ "max":255,
320
+ "pattern":"^[\\S]+$"
321
+ },
322
+ "InternalServerException":{
323
+ "type":"structure",
324
+ "members":{
325
+ "Message":{"shape":"ErrorMessage"}
326
+ },
327
+ "error":{"httpStatusCode":500},
328
+ "exception":true,
329
+ "fault":true
330
+ },
331
+ "KmsKeyArn":{
332
+ "type":"string",
333
+ "max":2048,
334
+ "min":1,
335
+ "pattern":"arn:aws[a-z\\-]*:kms:.*:[0-9]{12}:key/.*",
336
+ "sensitive":true
337
+ },
154
338
  "ListChangedBlocksRequest":{
155
339
  "type":"structure",
156
340
  "required":["SecondSnapshotId"],
@@ -233,26 +417,201 @@
233
417
  "max":10000,
234
418
  "min":100
235
419
  },
420
+ "OwnerId":{
421
+ "type":"string",
422
+ "max":24,
423
+ "min":1,
424
+ "pattern":"\\S+"
425
+ },
236
426
  "PageToken":{
237
427
  "type":"string",
238
428
  "max":256,
239
429
  "pattern":"^[A-Za-z0-9+/=]+$"
240
430
  },
431
+ "Progress":{
432
+ "type":"integer",
433
+ "max":100,
434
+ "min":0
435
+ },
436
+ "PutSnapshotBlockRequest":{
437
+ "type":"structure",
438
+ "required":[
439
+ "SnapshotId",
440
+ "BlockIndex",
441
+ "BlockData",
442
+ "DataLength",
443
+ "Checksum",
444
+ "ChecksumAlgorithm"
445
+ ],
446
+ "members":{
447
+ "SnapshotId":{
448
+ "shape":"SnapshotId",
449
+ "location":"uri",
450
+ "locationName":"snapshotId"
451
+ },
452
+ "BlockIndex":{
453
+ "shape":"BlockIndex",
454
+ "location":"uri",
455
+ "locationName":"blockIndex"
456
+ },
457
+ "BlockData":{"shape":"BlockData"},
458
+ "DataLength":{
459
+ "shape":"DataLength",
460
+ "location":"header",
461
+ "locationName":"x-amz-Data-Length"
462
+ },
463
+ "Progress":{
464
+ "shape":"Progress",
465
+ "location":"header",
466
+ "locationName":"x-amz-Progress"
467
+ },
468
+ "Checksum":{
469
+ "shape":"Checksum",
470
+ "location":"header",
471
+ "locationName":"x-amz-Checksum"
472
+ },
473
+ "ChecksumAlgorithm":{
474
+ "shape":"ChecksumAlgorithm",
475
+ "location":"header",
476
+ "locationName":"x-amz-Checksum-Algorithm"
477
+ }
478
+ },
479
+ "payload":"BlockData"
480
+ },
481
+ "PutSnapshotBlockResponse":{
482
+ "type":"structure",
483
+ "members":{
484
+ "Checksum":{
485
+ "shape":"Checksum",
486
+ "location":"header",
487
+ "locationName":"x-amz-Checksum"
488
+ },
489
+ "ChecksumAlgorithm":{
490
+ "shape":"ChecksumAlgorithm",
491
+ "location":"header",
492
+ "locationName":"x-amz-Checksum-Algorithm"
493
+ }
494
+ }
495
+ },
496
+ "RequestThrottledException":{
497
+ "type":"structure",
498
+ "members":{
499
+ "Message":{"shape":"ErrorMessage"},
500
+ "Reason":{"shape":"RequestThrottledExceptionReason"}
501
+ },
502
+ "error":{"httpStatusCode":400},
503
+ "exception":true
504
+ },
505
+ "RequestThrottledExceptionReason":{
506
+ "type":"string",
507
+ "enum":[
508
+ "ACCOUNT_THROTTLED",
509
+ "DEPENDENCY_REQUEST_THROTTLED"
510
+ ]
511
+ },
241
512
  "ResourceNotFoundException":{
242
513
  "type":"structure",
243
514
  "members":{
244
- "Message":{"shape":"ErrorMessage"}
515
+ "Message":{"shape":"ErrorMessage"},
516
+ "Reason":{"shape":"ResourceNotFoundExceptionReason"}
245
517
  },
246
518
  "error":{"httpStatusCode":404},
247
519
  "exception":true
248
520
  },
521
+ "ResourceNotFoundExceptionReason":{
522
+ "type":"string",
523
+ "enum":[
524
+ "SNAPSHOT_NOT_FOUND",
525
+ "DEPENDENCY_RESOURCE_NOT_FOUND"
526
+ ]
527
+ },
528
+ "ServiceQuotaExceededException":{
529
+ "type":"structure",
530
+ "members":{
531
+ "Message":{"shape":"ErrorMessage"},
532
+ "Reason":{"shape":"ServiceQuotaExceededExceptionReason"}
533
+ },
534
+ "error":{"httpStatusCode":402},
535
+ "exception":true
536
+ },
537
+ "ServiceQuotaExceededExceptionReason":{
538
+ "type":"string",
539
+ "enum":["DEPENDENCY_SERVICE_QUOTA_EXCEEDED"]
540
+ },
249
541
  "SnapshotId":{
250
542
  "type":"string",
251
543
  "max":64,
252
544
  "min":1,
253
545
  "pattern":"^snap-[0-9a-f]+$"
254
546
  },
547
+ "StartSnapshotRequest":{
548
+ "type":"structure",
549
+ "required":["VolumeSize"],
550
+ "members":{
551
+ "VolumeSize":{"shape":"VolumeSize"},
552
+ "ParentSnapshotId":{"shape":"SnapshotId"},
553
+ "Tags":{"shape":"Tags"},
554
+ "Description":{"shape":"Description"},
555
+ "ClientToken":{
556
+ "shape":"IdempotencyToken",
557
+ "idempotencyToken":true
558
+ },
559
+ "Encrypted":{"shape":"Boolean"},
560
+ "KmsKeyArn":{"shape":"KmsKeyArn"},
561
+ "Timeout":{"shape":"Timeout"}
562
+ }
563
+ },
564
+ "StartSnapshotResponse":{
565
+ "type":"structure",
566
+ "members":{
567
+ "Description":{"shape":"Description"},
568
+ "SnapshotId":{"shape":"SnapshotId"},
569
+ "OwnerId":{"shape":"OwnerId"},
570
+ "Status":{"shape":"Status"},
571
+ "StartTime":{"shape":"TimeStamp"},
572
+ "VolumeSize":{"shape":"VolumeSize"},
573
+ "BlockSize":{"shape":"BlockSize"},
574
+ "Tags":{"shape":"Tags"},
575
+ "ParentSnapshotId":{"shape":"SnapshotId"},
576
+ "KmsKeyArn":{"shape":"KmsKeyArn"}
577
+ }
578
+ },
579
+ "Status":{
580
+ "type":"string",
581
+ "enum":[
582
+ "completed",
583
+ "pending",
584
+ "error"
585
+ ],
586
+ "max":32
587
+ },
588
+ "Tag":{
589
+ "type":"structure",
590
+ "members":{
591
+ "Key":{"shape":"TagKey"},
592
+ "Value":{"shape":"TagValue"}
593
+ }
594
+ },
595
+ "TagKey":{
596
+ "type":"string",
597
+ "max":127,
598
+ "pattern":"^[\\S\\s]+$"
599
+ },
600
+ "TagValue":{
601
+ "type":"string",
602
+ "max":255,
603
+ "pattern":"^[\\S\\s]+$"
604
+ },
605
+ "Tags":{
606
+ "type":"list",
607
+ "member":{"shape":"Tag"}
608
+ },
255
609
  "TimeStamp":{"type":"timestamp"},
610
+ "Timeout":{
611
+ "type":"integer",
612
+ "max":60,
613
+ "min":10
614
+ },
256
615
  "ValidationException":{
257
616
  "type":"structure",
258
617
  "members":{
@@ -269,9 +628,18 @@
269
628
  "INVALID_PAGE_TOKEN",
270
629
  "INVALID_BLOCK_TOKEN",
271
630
  "INVALID_SNAPSHOT_ID",
272
- "UNRELATED_SNAPSHOTS"
631
+ "UNRELATED_SNAPSHOTS",
632
+ "INVALID_BLOCK",
633
+ "INVALID_CONTENT_ENCODING",
634
+ "INVALID_TAG",
635
+ "INVALID_DEPENDENCY_REQUEST",
636
+ "INVALID_PARAMETER_VALUE",
637
+ "INVALID_VOLUME_SIZE"
273
638
  ]
274
639
  },
275
- "VolumeSize":{"type":"long"}
640
+ "VolumeSize":{
641
+ "type":"long",
642
+ "min":1
643
+ }
276
644
  }
277
645
  }