aws-sdk-core 2.11.617 → 2.11.618
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/braket/2019-09-01/api-2.json +155 -36
- data/apis/dms/2016-01-01/api-2.json +20 -3
- data/apis/imagebuilder/2019-12-02/api-2.json +24 -19
- data/apis/macie2/2020-01-01/api-2.json +4 -0
- data/apis/medialive/2017-10-14/api-2.json +67 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b81ad9a3c20b464ea3f4248ba94267ea23890b909efc706d94bf05b0bf08be71
|
4
|
+
data.tar.gz: 35722abf052f6d67705dfc84f137a653deed25a8ee61ef4c537f2bf96c552b90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b26fa58b7f91ff156ffd16304d786626eae8ab6dd13778c5f4f0b7396cbc94d170e31ee2739ce554e26068f185f34d66719e950f9dfd039c46ff979b2c4cb87
|
7
|
+
data.tar.gz: a5e01561ef28de2c3ed4f436569f3397dc1a036cd195b4fb785200fc2a05cd6e13ae0fb68b8c46ad3f08d0b01fecafaa98b3f356615378c67c200dad9172097b
|
@@ -83,6 +83,21 @@
|
|
83
83
|
{"shape":"ValidationException"}
|
84
84
|
]
|
85
85
|
},
|
86
|
+
"ListTagsForResource":{
|
87
|
+
"name":"ListTagsForResource",
|
88
|
+
"http":{
|
89
|
+
"method":"GET",
|
90
|
+
"requestUri":"/tags/{resourceArn}",
|
91
|
+
"responseCode":200
|
92
|
+
},
|
93
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
94
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
95
|
+
"errors":[
|
96
|
+
{"shape":"ResourceNotFoundException"},
|
97
|
+
{"shape":"InternalServiceException"},
|
98
|
+
{"shape":"ValidationException"}
|
99
|
+
]
|
100
|
+
},
|
86
101
|
"SearchDevices":{
|
87
102
|
"name":"SearchDevices",
|
88
103
|
"http":{
|
@@ -114,6 +129,37 @@
|
|
114
129
|
{"shape":"InternalServiceException"},
|
115
130
|
{"shape":"ValidationException"}
|
116
131
|
]
|
132
|
+
},
|
133
|
+
"TagResource":{
|
134
|
+
"name":"TagResource",
|
135
|
+
"http":{
|
136
|
+
"method":"POST",
|
137
|
+
"requestUri":"/tags/{resourceArn}",
|
138
|
+
"responseCode":200
|
139
|
+
},
|
140
|
+
"input":{"shape":"TagResourceRequest"},
|
141
|
+
"output":{"shape":"TagResourceResponse"},
|
142
|
+
"errors":[
|
143
|
+
{"shape":"ResourceNotFoundException"},
|
144
|
+
{"shape":"InternalServiceException"},
|
145
|
+
{"shape":"ValidationException"}
|
146
|
+
]
|
147
|
+
},
|
148
|
+
"UntagResource":{
|
149
|
+
"name":"UntagResource",
|
150
|
+
"http":{
|
151
|
+
"method":"DELETE",
|
152
|
+
"requestUri":"/tags/{resourceArn}",
|
153
|
+
"responseCode":200
|
154
|
+
},
|
155
|
+
"input":{"shape":"UntagResourceRequest"},
|
156
|
+
"output":{"shape":"UntagResourceResponse"},
|
157
|
+
"errors":[
|
158
|
+
{"shape":"ResourceNotFoundException"},
|
159
|
+
{"shape":"InternalServiceException"},
|
160
|
+
{"shape":"ValidationException"}
|
161
|
+
],
|
162
|
+
"idempotent":true
|
117
163
|
}
|
118
164
|
},
|
119
165
|
"shapes":{
|
@@ -160,8 +206,8 @@
|
|
160
206
|
"CancellationStatus":{
|
161
207
|
"type":"string",
|
162
208
|
"enum":[
|
163
|
-
"
|
164
|
-
"
|
209
|
+
"CANCELLING",
|
210
|
+
"CANCELLED"
|
165
211
|
]
|
166
212
|
},
|
167
213
|
"ConflictException":{
|
@@ -196,30 +242,31 @@
|
|
196
242
|
},
|
197
243
|
"deviceArn":{"shape":"DeviceArn"},
|
198
244
|
"deviceParameters":{
|
199
|
-
"shape":"
|
245
|
+
"shape":"CreateQuantumTaskRequestDeviceParametersString",
|
200
246
|
"jsonvalue":true
|
201
247
|
},
|
202
|
-
"outputS3Bucket":{"shape":"
|
203
|
-
"outputS3KeyPrefix":{"shape":"
|
204
|
-
"shots":{"shape":"
|
248
|
+
"outputS3Bucket":{"shape":"CreateQuantumTaskRequestOutputS3BucketString"},
|
249
|
+
"outputS3KeyPrefix":{"shape":"CreateQuantumTaskRequestOutputS3KeyPrefixString"},
|
250
|
+
"shots":{"shape":"CreateQuantumTaskRequestShotsLong"},
|
251
|
+
"tags":{"shape":"TagsMap"}
|
205
252
|
}
|
206
253
|
},
|
207
|
-
"
|
254
|
+
"CreateQuantumTaskRequestDeviceParametersString":{
|
208
255
|
"type":"string",
|
209
256
|
"max":2048,
|
210
257
|
"min":1
|
211
258
|
},
|
212
|
-
"
|
259
|
+
"CreateQuantumTaskRequestOutputS3BucketString":{
|
213
260
|
"type":"string",
|
214
261
|
"max":63,
|
215
262
|
"min":3
|
216
263
|
},
|
217
|
-
"
|
264
|
+
"CreateQuantumTaskRequestOutputS3KeyPrefixString":{
|
218
265
|
"type":"string",
|
219
266
|
"max":1024,
|
220
267
|
"min":1
|
221
268
|
},
|
222
|
-
"
|
269
|
+
"CreateQuantumTaskRequestShotsLong":{
|
223
270
|
"type":"long",
|
224
271
|
"box":true,
|
225
272
|
"min":0
|
@@ -250,8 +297,8 @@
|
|
250
297
|
"DeviceStatus":{
|
251
298
|
"type":"string",
|
252
299
|
"enum":[
|
253
|
-
"
|
254
|
-
"
|
300
|
+
"ONLINE",
|
301
|
+
"OFFLINE"
|
255
302
|
]
|
256
303
|
},
|
257
304
|
"DeviceSummary":{
|
@@ -351,7 +398,8 @@
|
|
351
398
|
"outputS3Directory":{"shape":"String"},
|
352
399
|
"quantumTaskArn":{"shape":"QuantumTaskArn"},
|
353
400
|
"shots":{"shape":"Long"},
|
354
|
-
"status":{"shape":"QuantumTaskStatus"}
|
401
|
+
"status":{"shape":"QuantumTaskStatus"},
|
402
|
+
"tags":{"shape":"TagsMap"}
|
355
403
|
}
|
356
404
|
},
|
357
405
|
"InternalServiceException":{
|
@@ -364,6 +412,23 @@
|
|
364
412
|
"fault":true
|
365
413
|
},
|
366
414
|
"JsonValue":{"type":"string"},
|
415
|
+
"ListTagsForResourceRequest":{
|
416
|
+
"type":"structure",
|
417
|
+
"required":["resourceArn"],
|
418
|
+
"members":{
|
419
|
+
"resourceArn":{
|
420
|
+
"shape":"String",
|
421
|
+
"location":"uri",
|
422
|
+
"locationName":"resourceArn"
|
423
|
+
}
|
424
|
+
}
|
425
|
+
},
|
426
|
+
"ListTagsForResourceResponse":{
|
427
|
+
"type":"structure",
|
428
|
+
"members":{
|
429
|
+
"tags":{"shape":"TagsMap"}
|
430
|
+
}
|
431
|
+
},
|
367
432
|
"Long":{
|
368
433
|
"type":"long",
|
369
434
|
"box":true
|
@@ -376,13 +441,13 @@
|
|
376
441
|
"QuantumTaskStatus":{
|
377
442
|
"type":"string",
|
378
443
|
"enum":[
|
379
|
-
"CANCELLED",
|
380
|
-
"CANCELLING",
|
381
|
-
"COMPLETED",
|
382
444
|
"CREATED",
|
383
|
-
"FAILED",
|
384
445
|
"QUEUED",
|
385
|
-
"RUNNING"
|
446
|
+
"RUNNING",
|
447
|
+
"COMPLETED",
|
448
|
+
"FAILED",
|
449
|
+
"CANCELLING",
|
450
|
+
"CANCELLED"
|
386
451
|
]
|
387
452
|
},
|
388
453
|
"QuantumTaskSummary":{
|
@@ -404,7 +469,8 @@
|
|
404
469
|
"outputS3Directory":{"shape":"String"},
|
405
470
|
"quantumTaskArn":{"shape":"QuantumTaskArn"},
|
406
471
|
"shots":{"shape":"Long"},
|
407
|
-
"status":{"shape":"QuantumTaskStatus"}
|
472
|
+
"status":{"shape":"QuantumTaskStatus"},
|
473
|
+
"tags":{"shape":"TagsMap"}
|
408
474
|
}
|
409
475
|
},
|
410
476
|
"QuantumTaskSummaryList":{
|
@@ -429,16 +495,16 @@
|
|
429
495
|
"values"
|
430
496
|
],
|
431
497
|
"members":{
|
432
|
-
"name":{"shape":"
|
433
|
-
"values":{"shape":"
|
498
|
+
"name":{"shape":"SearchDevicesFilterNameString"},
|
499
|
+
"values":{"shape":"SearchDevicesFilterValuesList"}
|
434
500
|
}
|
435
501
|
},
|
436
|
-
"
|
502
|
+
"SearchDevicesFilterNameString":{
|
437
503
|
"type":"string",
|
438
504
|
"max":64,
|
439
505
|
"min":1
|
440
506
|
},
|
441
|
-
"
|
507
|
+
"SearchDevicesFilterValuesList":{
|
442
508
|
"type":"list",
|
443
509
|
"member":{"shape":"String256"},
|
444
510
|
"max":10,
|
@@ -448,18 +514,18 @@
|
|
448
514
|
"type":"structure",
|
449
515
|
"required":["filters"],
|
450
516
|
"members":{
|
451
|
-
"filters":{"shape":"
|
452
|
-
"maxResults":{"shape":"
|
517
|
+
"filters":{"shape":"SearchDevicesRequestFiltersList"},
|
518
|
+
"maxResults":{"shape":"SearchDevicesRequestMaxResultsInteger"},
|
453
519
|
"nextToken":{"shape":"String"}
|
454
520
|
}
|
455
521
|
},
|
456
|
-
"
|
522
|
+
"SearchDevicesRequestFiltersList":{
|
457
523
|
"type":"list",
|
458
524
|
"member":{"shape":"SearchDevicesFilter"},
|
459
525
|
"max":10,
|
460
526
|
"min":0
|
461
527
|
},
|
462
|
-
"
|
528
|
+
"SearchDevicesRequestMaxResultsInteger":{
|
463
529
|
"type":"integer",
|
464
530
|
"box":true,
|
465
531
|
"max":100,
|
@@ -483,21 +549,21 @@
|
|
483
549
|
"members":{
|
484
550
|
"name":{"shape":"String64"},
|
485
551
|
"operator":{"shape":"SearchQuantumTasksFilterOperator"},
|
486
|
-
"values":{"shape":"
|
552
|
+
"values":{"shape":"SearchQuantumTasksFilterValuesList"}
|
487
553
|
}
|
488
554
|
},
|
489
555
|
"SearchQuantumTasksFilterOperator":{
|
490
556
|
"type":"string",
|
491
557
|
"enum":[
|
492
|
-
"
|
558
|
+
"LT",
|
559
|
+
"LTE",
|
493
560
|
"EQUAL",
|
494
561
|
"GT",
|
495
562
|
"GTE",
|
496
|
-
"
|
497
|
-
"LTE"
|
563
|
+
"BETWEEN"
|
498
564
|
]
|
499
565
|
},
|
500
|
-
"
|
566
|
+
"SearchQuantumTasksFilterValuesList":{
|
501
567
|
"type":"list",
|
502
568
|
"member":{"shape":"String256"},
|
503
569
|
"max":10,
|
@@ -507,18 +573,18 @@
|
|
507
573
|
"type":"structure",
|
508
574
|
"required":["filters"],
|
509
575
|
"members":{
|
510
|
-
"filters":{"shape":"
|
511
|
-
"maxResults":{"shape":"
|
576
|
+
"filters":{"shape":"SearchQuantumTasksRequestFiltersList"},
|
577
|
+
"maxResults":{"shape":"SearchQuantumTasksRequestMaxResultsInteger"},
|
512
578
|
"nextToken":{"shape":"String"}
|
513
579
|
}
|
514
580
|
},
|
515
|
-
"
|
581
|
+
"SearchQuantumTasksRequestFiltersList":{
|
516
582
|
"type":"list",
|
517
583
|
"member":{"shape":"SearchQuantumTasksFilter"},
|
518
584
|
"max":10,
|
519
585
|
"min":0
|
520
586
|
},
|
521
|
-
"
|
587
|
+
"SearchQuantumTasksRequestMaxResultsInteger":{
|
522
588
|
"type":"integer",
|
523
589
|
"box":true,
|
524
590
|
"max":100,
|
@@ -558,6 +624,35 @@
|
|
558
624
|
"type":"timestamp",
|
559
625
|
"timestampFormat":"iso8601"
|
560
626
|
},
|
627
|
+
"TagKeys":{
|
628
|
+
"type":"list",
|
629
|
+
"member":{"shape":"String"}
|
630
|
+
},
|
631
|
+
"TagResourceRequest":{
|
632
|
+
"type":"structure",
|
633
|
+
"required":[
|
634
|
+
"resourceArn",
|
635
|
+
"tags"
|
636
|
+
],
|
637
|
+
"members":{
|
638
|
+
"resourceArn":{
|
639
|
+
"shape":"String",
|
640
|
+
"location":"uri",
|
641
|
+
"locationName":"resourceArn"
|
642
|
+
},
|
643
|
+
"tags":{"shape":"TagsMap"}
|
644
|
+
}
|
645
|
+
},
|
646
|
+
"TagResourceResponse":{
|
647
|
+
"type":"structure",
|
648
|
+
"members":{
|
649
|
+
}
|
650
|
+
},
|
651
|
+
"TagsMap":{
|
652
|
+
"type":"map",
|
653
|
+
"key":{"shape":"String"},
|
654
|
+
"value":{"shape":"String"}
|
655
|
+
},
|
561
656
|
"ThrottlingException":{
|
562
657
|
"type":"structure",
|
563
658
|
"members":{
|
@@ -569,6 +664,30 @@
|
|
569
664
|
},
|
570
665
|
"exception":true
|
571
666
|
},
|
667
|
+
"UntagResourceRequest":{
|
668
|
+
"type":"structure",
|
669
|
+
"required":[
|
670
|
+
"resourceArn",
|
671
|
+
"tagKeys"
|
672
|
+
],
|
673
|
+
"members":{
|
674
|
+
"resourceArn":{
|
675
|
+
"shape":"String",
|
676
|
+
"location":"uri",
|
677
|
+
"locationName":"resourceArn"
|
678
|
+
},
|
679
|
+
"tagKeys":{
|
680
|
+
"shape":"TagKeys",
|
681
|
+
"location":"querystring",
|
682
|
+
"locationName":"tagKeys"
|
683
|
+
}
|
684
|
+
}
|
685
|
+
},
|
686
|
+
"UntagResourceResponse":{
|
687
|
+
"type":"structure",
|
688
|
+
"members":{
|
689
|
+
}
|
690
|
+
},
|
572
691
|
"ValidationException":{
|
573
692
|
"type":"structure",
|
574
693
|
"members":{
|
@@ -919,7 +919,8 @@
|
|
919
919
|
"SybaseSettings":{"shape":"SybaseSettings"},
|
920
920
|
"MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
|
921
921
|
"IBMDb2Settings":{"shape":"IBMDb2Settings"},
|
922
|
-
"ResourceIdentifier":{"shape":"String"}
|
922
|
+
"ResourceIdentifier":{"shape":"String"},
|
923
|
+
"DocDbSettings":{"shape":"DocDbSettings"}
|
923
924
|
}
|
924
925
|
},
|
925
926
|
"CreateEndpointResponse":{
|
@@ -1508,6 +1509,20 @@
|
|
1508
1509
|
"BucketName":{"shape":"String"}
|
1509
1510
|
}
|
1510
1511
|
},
|
1512
|
+
"DocDbSettings":{
|
1513
|
+
"type":"structure",
|
1514
|
+
"members":{
|
1515
|
+
"Username":{"shape":"String"},
|
1516
|
+
"Password":{"shape":"SecretString"},
|
1517
|
+
"ServerName":{"shape":"String"},
|
1518
|
+
"Port":{"shape":"IntegerOptional"},
|
1519
|
+
"DatabaseName":{"shape":"String"},
|
1520
|
+
"NestingLevel":{"shape":"NestingLevelValue"},
|
1521
|
+
"ExtractDocId":{"shape":"BooleanOptional"},
|
1522
|
+
"DocsToInvestigate":{"shape":"IntegerOptional"},
|
1523
|
+
"KmsKeyId":{"shape":"String"}
|
1524
|
+
}
|
1525
|
+
},
|
1511
1526
|
"DynamoDbSettings":{
|
1512
1527
|
"type":"structure",
|
1513
1528
|
"required":["ServiceAccessRoleArn"],
|
@@ -1577,7 +1592,8 @@
|
|
1577
1592
|
"OracleSettings":{"shape":"OracleSettings"},
|
1578
1593
|
"SybaseSettings":{"shape":"SybaseSettings"},
|
1579
1594
|
"MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
|
1580
|
-
"IBMDb2Settings":{"shape":"IBMDb2Settings"}
|
1595
|
+
"IBMDb2Settings":{"shape":"IBMDb2Settings"},
|
1596
|
+
"DocDbSettings":{"shape":"DocDbSettings"}
|
1581
1597
|
}
|
1582
1598
|
},
|
1583
1599
|
"EndpointList":{
|
@@ -1880,7 +1896,8 @@
|
|
1880
1896
|
"OracleSettings":{"shape":"OracleSettings"},
|
1881
1897
|
"SybaseSettings":{"shape":"SybaseSettings"},
|
1882
1898
|
"MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
|
1883
|
-
"IBMDb2Settings":{"shape":"IBMDb2Settings"}
|
1899
|
+
"IBMDb2Settings":{"shape":"IBMDb2Settings"},
|
1900
|
+
"DocDbSettings":{"shape":"DocDbSettings"}
|
1884
1901
|
}
|
1885
1902
|
},
|
1886
1903
|
"ModifyEndpointResponse":{
|
@@ -791,7 +791,7 @@
|
|
791
791
|
"AccountList":{
|
792
792
|
"type":"list",
|
793
793
|
"member":{"shape":"AccountId"},
|
794
|
-
"max":
|
794
|
+
"max":1536,
|
795
795
|
"min":1
|
796
796
|
},
|
797
797
|
"Ami":{
|
@@ -1899,7 +1899,7 @@
|
|
1899
1899
|
"shape":"RestrictedInteger",
|
1900
1900
|
"box":true
|
1901
1901
|
},
|
1902
|
-
"nextToken":{"shape":"
|
1902
|
+
"nextToken":{"shape":"PaginationToken"}
|
1903
1903
|
}
|
1904
1904
|
},
|
1905
1905
|
"ListComponentBuildVersionsResponse":{
|
@@ -1907,7 +1907,7 @@
|
|
1907
1907
|
"members":{
|
1908
1908
|
"requestId":{"shape":"NonEmptyString"},
|
1909
1909
|
"componentSummaryList":{"shape":"ComponentSummaryList"},
|
1910
|
-
"nextToken":{"shape":"
|
1910
|
+
"nextToken":{"shape":"PaginationToken"}
|
1911
1911
|
}
|
1912
1912
|
},
|
1913
1913
|
"ListComponentsRequest":{
|
@@ -1919,7 +1919,7 @@
|
|
1919
1919
|
"shape":"RestrictedInteger",
|
1920
1920
|
"box":true
|
1921
1921
|
},
|
1922
|
-
"nextToken":{"shape":"
|
1922
|
+
"nextToken":{"shape":"PaginationToken"}
|
1923
1923
|
}
|
1924
1924
|
},
|
1925
1925
|
"ListComponentsResponse":{
|
@@ -1927,7 +1927,7 @@
|
|
1927
1927
|
"members":{
|
1928
1928
|
"requestId":{"shape":"NonEmptyString"},
|
1929
1929
|
"componentVersionList":{"shape":"ComponentVersionList"},
|
1930
|
-
"nextToken":{"shape":"
|
1930
|
+
"nextToken":{"shape":"PaginationToken"}
|
1931
1931
|
}
|
1932
1932
|
},
|
1933
1933
|
"ListDistributionConfigurationsRequest":{
|
@@ -1938,7 +1938,7 @@
|
|
1938
1938
|
"shape":"RestrictedInteger",
|
1939
1939
|
"box":true
|
1940
1940
|
},
|
1941
|
-
"nextToken":{"shape":"
|
1941
|
+
"nextToken":{"shape":"PaginationToken"}
|
1942
1942
|
}
|
1943
1943
|
},
|
1944
1944
|
"ListDistributionConfigurationsResponse":{
|
@@ -1946,7 +1946,7 @@
|
|
1946
1946
|
"members":{
|
1947
1947
|
"requestId":{"shape":"NonEmptyString"},
|
1948
1948
|
"distributionConfigurationSummaryList":{"shape":"DistributionConfigurationSummaryList"},
|
1949
|
-
"nextToken":{"shape":"
|
1949
|
+
"nextToken":{"shape":"PaginationToken"}
|
1950
1950
|
}
|
1951
1951
|
},
|
1952
1952
|
"ListImageBuildVersionsRequest":{
|
@@ -1959,7 +1959,7 @@
|
|
1959
1959
|
"shape":"RestrictedInteger",
|
1960
1960
|
"box":true
|
1961
1961
|
},
|
1962
|
-
"nextToken":{"shape":"
|
1962
|
+
"nextToken":{"shape":"PaginationToken"}
|
1963
1963
|
}
|
1964
1964
|
},
|
1965
1965
|
"ListImageBuildVersionsResponse":{
|
@@ -1967,7 +1967,7 @@
|
|
1967
1967
|
"members":{
|
1968
1968
|
"requestId":{"shape":"NonEmptyString"},
|
1969
1969
|
"imageSummaryList":{"shape":"ImageSummaryList"},
|
1970
|
-
"nextToken":{"shape":"
|
1970
|
+
"nextToken":{"shape":"PaginationToken"}
|
1971
1971
|
}
|
1972
1972
|
},
|
1973
1973
|
"ListImagePipelineImagesRequest":{
|
@@ -1980,7 +1980,7 @@
|
|
1980
1980
|
"shape":"RestrictedInteger",
|
1981
1981
|
"box":true
|
1982
1982
|
},
|
1983
|
-
"nextToken":{"shape":"
|
1983
|
+
"nextToken":{"shape":"PaginationToken"}
|
1984
1984
|
}
|
1985
1985
|
},
|
1986
1986
|
"ListImagePipelineImagesResponse":{
|
@@ -1988,7 +1988,7 @@
|
|
1988
1988
|
"members":{
|
1989
1989
|
"requestId":{"shape":"NonEmptyString"},
|
1990
1990
|
"imageSummaryList":{"shape":"ImageSummaryList"},
|
1991
|
-
"nextToken":{"shape":"
|
1991
|
+
"nextToken":{"shape":"PaginationToken"}
|
1992
1992
|
}
|
1993
1993
|
},
|
1994
1994
|
"ListImagePipelinesRequest":{
|
@@ -1999,7 +1999,7 @@
|
|
1999
1999
|
"shape":"RestrictedInteger",
|
2000
2000
|
"box":true
|
2001
2001
|
},
|
2002
|
-
"nextToken":{"shape":"
|
2002
|
+
"nextToken":{"shape":"PaginationToken"}
|
2003
2003
|
}
|
2004
2004
|
},
|
2005
2005
|
"ListImagePipelinesResponse":{
|
@@ -2007,7 +2007,7 @@
|
|
2007
2007
|
"members":{
|
2008
2008
|
"requestId":{"shape":"NonEmptyString"},
|
2009
2009
|
"imagePipelineList":{"shape":"ImagePipelineList"},
|
2010
|
-
"nextToken":{"shape":"
|
2010
|
+
"nextToken":{"shape":"PaginationToken"}
|
2011
2011
|
}
|
2012
2012
|
},
|
2013
2013
|
"ListImageRecipesRequest":{
|
@@ -2019,7 +2019,7 @@
|
|
2019
2019
|
"shape":"RestrictedInteger",
|
2020
2020
|
"box":true
|
2021
2021
|
},
|
2022
|
-
"nextToken":{"shape":"
|
2022
|
+
"nextToken":{"shape":"PaginationToken"}
|
2023
2023
|
}
|
2024
2024
|
},
|
2025
2025
|
"ListImageRecipesResponse":{
|
@@ -2027,7 +2027,7 @@
|
|
2027
2027
|
"members":{
|
2028
2028
|
"requestId":{"shape":"NonEmptyString"},
|
2029
2029
|
"imageRecipeSummaryList":{"shape":"ImageRecipeSummaryList"},
|
2030
|
-
"nextToken":{"shape":"
|
2030
|
+
"nextToken":{"shape":"PaginationToken"}
|
2031
2031
|
}
|
2032
2032
|
},
|
2033
2033
|
"ListImagesRequest":{
|
@@ -2039,7 +2039,7 @@
|
|
2039
2039
|
"shape":"RestrictedInteger",
|
2040
2040
|
"box":true
|
2041
2041
|
},
|
2042
|
-
"nextToken":{"shape":"
|
2042
|
+
"nextToken":{"shape":"PaginationToken"}
|
2043
2043
|
}
|
2044
2044
|
},
|
2045
2045
|
"ListImagesResponse":{
|
@@ -2047,7 +2047,7 @@
|
|
2047
2047
|
"members":{
|
2048
2048
|
"requestId":{"shape":"NonEmptyString"},
|
2049
2049
|
"imageVersionList":{"shape":"ImageVersionList"},
|
2050
|
-
"nextToken":{"shape":"
|
2050
|
+
"nextToken":{"shape":"PaginationToken"}
|
2051
2051
|
}
|
2052
2052
|
},
|
2053
2053
|
"ListInfrastructureConfigurationsRequest":{
|
@@ -2058,7 +2058,7 @@
|
|
2058
2058
|
"shape":"RestrictedInteger",
|
2059
2059
|
"box":true
|
2060
2060
|
},
|
2061
|
-
"nextToken":{"shape":"
|
2061
|
+
"nextToken":{"shape":"PaginationToken"}
|
2062
2062
|
}
|
2063
2063
|
},
|
2064
2064
|
"ListInfrastructureConfigurationsResponse":{
|
@@ -2066,7 +2066,7 @@
|
|
2066
2066
|
"members":{
|
2067
2067
|
"requestId":{"shape":"NonEmptyString"},
|
2068
2068
|
"infrastructureConfigurationSummaryList":{"shape":"InfrastructureConfigurationSummaryList"},
|
2069
|
-
"nextToken":{"shape":"
|
2069
|
+
"nextToken":{"shape":"PaginationToken"}
|
2070
2070
|
}
|
2071
2071
|
},
|
2072
2072
|
"ListTagsForResourceRequest":{
|
@@ -2122,6 +2122,11 @@
|
|
2122
2122
|
"Amazon"
|
2123
2123
|
]
|
2124
2124
|
},
|
2125
|
+
"PaginationToken":{
|
2126
|
+
"type":"string",
|
2127
|
+
"max":65535,
|
2128
|
+
"min":1
|
2129
|
+
},
|
2125
2130
|
"PipelineExecutionStartCondition":{
|
2126
2131
|
"type":"string",
|
2127
2132
|
"enum":[
|
@@ -2644,6 +2644,14 @@
|
|
2644
2644
|
"AutomaticInputFailoverSettings": {
|
2645
2645
|
"type": "structure",
|
2646
2646
|
"members": {
|
2647
|
+
"ErrorClearTimeMsec": {
|
2648
|
+
"shape": "__integerMin1",
|
2649
|
+
"locationName": "errorClearTimeMsec"
|
2650
|
+
},
|
2651
|
+
"FailoverConditions": {
|
2652
|
+
"shape": "__listOfFailoverCondition",
|
2653
|
+
"locationName": "failoverConditions"
|
2654
|
+
},
|
2647
2655
|
"InputPreference": {
|
2648
2656
|
"shape": "InputPreference",
|
2649
2657
|
"locationName": "inputPreference"
|
@@ -5514,6 +5522,24 @@
|
|
5514
5522
|
"TimecodeConfig"
|
5515
5523
|
]
|
5516
5524
|
},
|
5525
|
+
"FailoverCondition": {
|
5526
|
+
"type": "structure",
|
5527
|
+
"members": {
|
5528
|
+
"FailoverConditionSettings": {
|
5529
|
+
"shape": "FailoverConditionSettings",
|
5530
|
+
"locationName": "failoverConditionSettings"
|
5531
|
+
}
|
5532
|
+
}
|
5533
|
+
},
|
5534
|
+
"FailoverConditionSettings": {
|
5535
|
+
"type": "structure",
|
5536
|
+
"members": {
|
5537
|
+
"InputLossSettings": {
|
5538
|
+
"shape": "InputLossFailoverSettings",
|
5539
|
+
"locationName": "inputLossSettings"
|
5540
|
+
}
|
5541
|
+
}
|
5542
|
+
},
|
5517
5543
|
"FeatureActivations": {
|
5518
5544
|
"type": "structure",
|
5519
5545
|
"members": {
|
@@ -6528,6 +6554,13 @@
|
|
6528
6554
|
"SUBDIRECTORY_PER_STREAM"
|
6529
6555
|
]
|
6530
6556
|
},
|
6557
|
+
"HlsDiscontinuityTags": {
|
6558
|
+
"type": "string",
|
6559
|
+
"enum": [
|
6560
|
+
"INSERT",
|
6561
|
+
"NEVER_INSERT"
|
6562
|
+
]
|
6563
|
+
},
|
6531
6564
|
"HlsEncryptionType": {
|
6532
6565
|
"type": "string",
|
6533
6566
|
"enum": [
|
@@ -6586,6 +6619,10 @@
|
|
6586
6619
|
"shape": "HlsDirectoryStructure",
|
6587
6620
|
"locationName": "directoryStructure"
|
6588
6621
|
},
|
6622
|
+
"DiscontinuityTags": {
|
6623
|
+
"shape": "HlsDiscontinuityTags",
|
6624
|
+
"locationName": "discontinuityTags"
|
6625
|
+
},
|
6589
6626
|
"EncryptionType": {
|
6590
6627
|
"shape": "HlsEncryptionType",
|
6591
6628
|
"locationName": "encryptionType"
|
@@ -6602,6 +6639,10 @@
|
|
6602
6639
|
"shape": "IFrameOnlyPlaylistType",
|
6603
6640
|
"locationName": "iFrameOnlyPlaylists"
|
6604
6641
|
},
|
6642
|
+
"IncompleteSegmentBehavior": {
|
6643
|
+
"shape": "HlsIncompleteSegmentBehavior",
|
6644
|
+
"locationName": "incompleteSegmentBehavior"
|
6645
|
+
},
|
6605
6646
|
"IndexNSegments": {
|
6606
6647
|
"shape": "__integerMin3",
|
6607
6648
|
"locationName": "indexNSegments"
|
@@ -6729,6 +6770,13 @@
|
|
6729
6770
|
"ENABLED"
|
6730
6771
|
]
|
6731
6772
|
},
|
6773
|
+
"HlsIncompleteSegmentBehavior": {
|
6774
|
+
"type": "string",
|
6775
|
+
"enum": [
|
6776
|
+
"AUTO",
|
6777
|
+
"SUPPRESS"
|
6778
|
+
]
|
6779
|
+
},
|
6732
6780
|
"HlsInputSettings": {
|
6733
6781
|
"type": "structure",
|
6734
6782
|
"members": {
|
@@ -7493,6 +7541,15 @@
|
|
7493
7541
|
}
|
7494
7542
|
}
|
7495
7543
|
},
|
7544
|
+
"InputLossFailoverSettings": {
|
7545
|
+
"type": "structure",
|
7546
|
+
"members": {
|
7547
|
+
"InputLossThresholdMsec": {
|
7548
|
+
"shape": "__integerMin100",
|
7549
|
+
"locationName": "inputLossThresholdMsec"
|
7550
|
+
}
|
7551
|
+
}
|
7552
|
+
},
|
7496
7553
|
"InputLossImageType": {
|
7497
7554
|
"type": "string",
|
7498
7555
|
"enum": [
|
@@ -12155,6 +12212,10 @@
|
|
12155
12212
|
"type": "integer",
|
12156
12213
|
"min": 1
|
12157
12214
|
},
|
12215
|
+
"__integerMin100": {
|
12216
|
+
"type": "integer",
|
12217
|
+
"min": 100
|
12218
|
+
},
|
12158
12219
|
"__integerMin1000": {
|
12159
12220
|
"type": "integer",
|
12160
12221
|
"min": 1000
|
@@ -12363,6 +12424,12 @@
|
|
12363
12424
|
"shape": "ChannelSummary"
|
12364
12425
|
}
|
12365
12426
|
},
|
12427
|
+
"__listOfFailoverCondition": {
|
12428
|
+
"type": "list",
|
12429
|
+
"member": {
|
12430
|
+
"shape": "FailoverCondition"
|
12431
|
+
}
|
12432
|
+
},
|
12366
12433
|
"__listOfHlsAdMarkers": {
|
12367
12434
|
"type": "list",
|
12368
12435
|
"member": {
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.618
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|