aws-sdk-core 2.11.569 → 2.11.570

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
  SHA256:
3
- metadata.gz: bafda8a0dfc63f416baa4540b6fa39de9cec73427ef4b3fd3946a5003a790aed
4
- data.tar.gz: f18337c1344f142dda673bca2942f8659513f089dadb0ae5f9527bfec560370b
3
+ metadata.gz: dd31d53a8d06dcc2aebc29beee173c79122341dae20b1b71489022f2a7b41e40
4
+ data.tar.gz: 928c77f0e231a0d73b1dbee93b49b09b422928f26302fc46c79f2cec15626e32
5
5
  SHA512:
6
- metadata.gz: 39b0e7d2d2027fcbc86c3df20b68c4fd9d067bb78be7d859d6966dbd21652a119b22033a19d24a0e4493ae14bfb7e6a0db1839add34430e8f33e4455245de957
7
- data.tar.gz: 65ef4e1053bb9c0a09d95733dadbe7d5d87fa9fac221c8c825083930aca73c01924a61ba3736d8f0991bfb219365956173f2cd3098b5e98d38c4ef2ba92a5634
6
+ metadata.gz: ee9e8ecab6b2f66462a419873ffd6a5d1454f5ca5e2e0d74f17b825ccf7a91f5bc3bba79c600b49842b1977da951f61b985ccd2da35e916855fcc6af4412e56f
7
+ data.tar.gz: 365e7fa606b7f01f48aac269fbb526d5503473b3085ab9de54db15846a2706eadc8947bd166711b066e3976687f5b46b9da4e1fd90740b7dda2d4575d9a68adb
@@ -76,6 +76,21 @@
76
76
  {"shape":"PendingVerification"}
77
77
  ]
78
78
  },
79
+ "DeletePlaybackKeyPair":{
80
+ "name":"DeletePlaybackKeyPair",
81
+ "http":{
82
+ "method":"POST",
83
+ "requestUri":"/DeletePlaybackKeyPair"
84
+ },
85
+ "input":{"shape":"DeletePlaybackKeyPairRequest"},
86
+ "output":{"shape":"DeletePlaybackKeyPairResponse"},
87
+ "errors":[
88
+ {"shape":"ValidationException"},
89
+ {"shape":"AccessDeniedException"},
90
+ {"shape":"ResourceNotFoundException"},
91
+ {"shape":"PendingVerification"}
92
+ ]
93
+ },
79
94
  "DeleteStreamKey":{
80
95
  "name":"DeleteStreamKey",
81
96
  "http":{
@@ -104,6 +119,20 @@
104
119
  {"shape":"ResourceNotFoundException"}
105
120
  ]
106
121
  },
122
+ "GetPlaybackKeyPair":{
123
+ "name":"GetPlaybackKeyPair",
124
+ "http":{
125
+ "method":"POST",
126
+ "requestUri":"/GetPlaybackKeyPair"
127
+ },
128
+ "input":{"shape":"GetPlaybackKeyPairRequest"},
129
+ "output":{"shape":"GetPlaybackKeyPairResponse"},
130
+ "errors":[
131
+ {"shape":"ValidationException"},
132
+ {"shape":"AccessDeniedException"},
133
+ {"shape":"ResourceNotFoundException"}
134
+ ]
135
+ },
107
136
  "GetStream":{
108
137
  "name":"GetStream",
109
138
  "http":{
@@ -133,6 +162,22 @@
133
162
  {"shape":"ResourceNotFoundException"}
134
163
  ]
135
164
  },
165
+ "ImportPlaybackKeyPair":{
166
+ "name":"ImportPlaybackKeyPair",
167
+ "http":{
168
+ "method":"POST",
169
+ "requestUri":"/ImportPlaybackKeyPair"
170
+ },
171
+ "input":{"shape":"ImportPlaybackKeyPairRequest"},
172
+ "output":{"shape":"ImportPlaybackKeyPairResponse"},
173
+ "errors":[
174
+ {"shape":"ValidationException"},
175
+ {"shape":"ConflictException"},
176
+ {"shape":"AccessDeniedException"},
177
+ {"shape":"ServiceQuotaExceededException"},
178
+ {"shape":"PendingVerification"}
179
+ ]
180
+ },
136
181
  "ListChannels":{
137
182
  "name":"ListChannels",
138
183
  "http":{
@@ -146,6 +191,19 @@
146
191
  {"shape":"AccessDeniedException"}
147
192
  ]
148
193
  },
194
+ "ListPlaybackKeyPairs":{
195
+ "name":"ListPlaybackKeyPairs",
196
+ "http":{
197
+ "method":"POST",
198
+ "requestUri":"/ListPlaybackKeyPairs"
199
+ },
200
+ "input":{"shape":"ListPlaybackKeyPairsRequest"},
201
+ "output":{"shape":"ListPlaybackKeyPairsResponse"},
202
+ "errors":[
203
+ {"shape":"ValidationException"},
204
+ {"shape":"AccessDeniedException"}
205
+ ]
206
+ },
149
207
  "ListStreamKeys":{
150
208
  "name":"ListStreamKeys",
151
209
  "http":{
@@ -311,6 +369,7 @@
311
369
  "errors":{"shape":"BatchErrors"}
312
370
  }
313
371
  },
372
+ "Boolean":{"type":"boolean"},
314
373
  "Channel":{
315
374
  "type":"structure",
316
375
  "members":{
@@ -320,6 +379,7 @@
320
379
  "type":{"shape":"ChannelType"},
321
380
  "ingestEndpoint":{"shape":"IngestEndpoint"},
322
381
  "playbackUrl":{"shape":"PlaybackURL"},
382
+ "authorized":{"shape":"IsAuthorized"},
323
383
  "tags":{"shape":"Tags"}
324
384
  }
325
385
  },
@@ -366,6 +426,7 @@
366
426
  "arn":{"shape":"ChannelArn"},
367
427
  "name":{"shape":"ChannelName"},
368
428
  "latencyMode":{"shape":"ChannelLatencyMode"},
429
+ "authorized":{"shape":"IsAuthorized"},
369
430
  "tags":{"shape":"Tags"}
370
431
  }
371
432
  },
@@ -394,6 +455,7 @@
394
455
  "name":{"shape":"ChannelName"},
395
456
  "latencyMode":{"shape":"ChannelLatencyMode"},
396
457
  "type":{"shape":"ChannelType"},
458
+ "authorized":{"shape":"Boolean"},
397
459
  "tags":{"shape":"Tags"}
398
460
  }
399
461
  },
@@ -425,6 +487,18 @@
425
487
  "arn":{"shape":"ChannelArn"}
426
488
  }
427
489
  },
490
+ "DeletePlaybackKeyPairRequest":{
491
+ "type":"structure",
492
+ "required":["arn"],
493
+ "members":{
494
+ "arn":{"shape":"PlaybackKeyPairArn"}
495
+ }
496
+ },
497
+ "DeletePlaybackKeyPairResponse":{
498
+ "type":"structure",
499
+ "members":{
500
+ }
501
+ },
428
502
  "DeleteStreamKeyRequest":{
429
503
  "type":"structure",
430
504
  "required":["arn"],
@@ -445,6 +519,19 @@
445
519
  "channel":{"shape":"Channel"}
446
520
  }
447
521
  },
522
+ "GetPlaybackKeyPairRequest":{
523
+ "type":"structure",
524
+ "required":["arn"],
525
+ "members":{
526
+ "arn":{"shape":"PlaybackKeyPairArn"}
527
+ }
528
+ },
529
+ "GetPlaybackKeyPairResponse":{
530
+ "type":"structure",
531
+ "members":{
532
+ "keyPair":{"shape":"PlaybackKeyPair"}
533
+ }
534
+ },
448
535
  "GetStreamKeyRequest":{
449
536
  "type":"structure",
450
537
  "required":["arn"],
@@ -471,6 +558,21 @@
471
558
  "stream":{"shape":"Stream"}
472
559
  }
473
560
  },
561
+ "ImportPlaybackKeyPairRequest":{
562
+ "type":"structure",
563
+ "required":["publicKeyMaterial"],
564
+ "members":{
565
+ "publicKeyMaterial":{"shape":"PlaybackPublicKeyMaterial"},
566
+ "name":{"shape":"PlaybackKeyPairName"},
567
+ "tags":{"shape":"Tags"}
568
+ }
569
+ },
570
+ "ImportPlaybackKeyPairResponse":{
571
+ "type":"structure",
572
+ "members":{
573
+ "keyPair":{"shape":"PlaybackKeyPair"}
574
+ }
575
+ },
474
576
  "IngestEndpoint":{"type":"string"},
475
577
  "InternalServerException":{
476
578
  "type":"structure",
@@ -480,6 +582,7 @@
480
582
  "error":{"httpStatusCode":500},
481
583
  "exception":true
482
584
  },
585
+ "IsAuthorized":{"type":"boolean"},
483
586
  "ListChannelsRequest":{
484
587
  "type":"structure",
485
588
  "members":{
@@ -496,6 +599,21 @@
496
599
  "nextToken":{"shape":"PaginationToken"}
497
600
  }
498
601
  },
602
+ "ListPlaybackKeyPairsRequest":{
603
+ "type":"structure",
604
+ "members":{
605
+ "nextToken":{"shape":"PaginationToken"},
606
+ "maxResults":{"shape":"MaxPlaybackKeyPairResults"}
607
+ }
608
+ },
609
+ "ListPlaybackKeyPairsResponse":{
610
+ "type":"structure",
611
+ "required":["keyPairs"],
612
+ "members":{
613
+ "keyPairs":{"shape":"PlaybackKeyPairList"},
614
+ "nextToken":{"shape":"PaginationToken"}
615
+ }
616
+ },
499
617
  "ListStreamKeysRequest":{
500
618
  "type":"structure",
501
619
  "required":["channelArn"],
@@ -554,6 +672,11 @@
554
672
  "max":50,
555
673
  "min":1
556
674
  },
675
+ "MaxPlaybackKeyPairResults":{
676
+ "type":"integer",
677
+ "max":50,
678
+ "min":1
679
+ },
557
680
  "MaxStreamKeyResults":{
558
681
  "type":"integer",
559
682
  "max":50,
@@ -582,6 +705,41 @@
582
705
  "error":{"httpStatusCode":403},
583
706
  "exception":true
584
707
  },
708
+ "PlaybackKeyPair":{
709
+ "type":"structure",
710
+ "members":{
711
+ "arn":{"shape":"PlaybackKeyPairArn"},
712
+ "name":{"shape":"PlaybackKeyPairName"},
713
+ "fingerprint":{"shape":"PlaybackKeyPairFingerprint"},
714
+ "tags":{"shape":"Tags"}
715
+ }
716
+ },
717
+ "PlaybackKeyPairArn":{
718
+ "type":"string",
719
+ "max":128,
720
+ "min":1,
721
+ "pattern":"^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:playback-key/[a-zA-Z0-9-]+$"
722
+ },
723
+ "PlaybackKeyPairFingerprint":{"type":"string"},
724
+ "PlaybackKeyPairList":{
725
+ "type":"list",
726
+ "member":{"shape":"PlaybackKeyPairSummary"}
727
+ },
728
+ "PlaybackKeyPairName":{
729
+ "type":"string",
730
+ "max":128,
731
+ "min":0,
732
+ "pattern":"^[a-zA-Z0-9-_]*$"
733
+ },
734
+ "PlaybackKeyPairSummary":{
735
+ "type":"structure",
736
+ "members":{
737
+ "arn":{"shape":"PlaybackKeyPairArn"},
738
+ "name":{"shape":"PlaybackKeyPairName"},
739
+ "tags":{"shape":"Tags"}
740
+ }
741
+ },
742
+ "PlaybackPublicKeyMaterial":{"type":"string"},
585
743
  "PlaybackURL":{"type":"string"},
586
744
  "PutMetadataRequest":{
587
745
  "type":"structure",
@@ -799,7 +957,8 @@
799
957
  "arn":{"shape":"ChannelArn"},
800
958
  "name":{"shape":"ChannelName"},
801
959
  "latencyMode":{"shape":"ChannelLatencyMode"},
802
- "type":{"shape":"ChannelType"}
960
+ "type":{"shape":"ChannelType"},
961
+ "authorized":{"shape":"Boolean"}
803
962
  }
804
963
  },
805
964
  "UpdateChannelResponse":{
@@ -6,6 +6,12 @@
6
6
  "limit_key": "maxResults",
7
7
  "result_key": "channels"
8
8
  },
9
+ "ListPlaybackKeyPairs": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "keyPairs"
14
+ },
9
15
  "ListStreamKeys": {
10
16
  "input_token": "nextToken",
11
17
  "output_token": "nextToken",
@@ -386,6 +386,12 @@
386
386
  "min":0,
387
387
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
388
388
  },
389
+ "DetailsMap":{
390
+ "type":"structure",
391
+ "members":{
392
+ "ResourceShare":{"shape":"ResourceShareList"}
393
+ }
394
+ },
389
395
  "EntityNotFoundException":{
390
396
  "type":"structure",
391
397
  "members":{
@@ -589,7 +595,8 @@
589
595
  "Principal":{"shape":"DataLakePrincipal"},
590
596
  "Resource":{"shape":"Resource"},
591
597
  "Permissions":{"shape":"PermissionList"},
592
- "PermissionsWithGrantOption":{"shape":"PermissionList"}
598
+ "PermissionsWithGrantOption":{"shape":"PermissionList"},
599
+ "AdditionalDetails":{"shape":"DetailsMap"}
593
600
  }
594
601
  },
595
602
  "PrincipalResourcePermissionsList":{
@@ -609,6 +616,7 @@
609
616
  "members":{
610
617
  }
611
618
  },
619
+ "RAMResourceShareArn":{"type":"string"},
612
620
  "RegisterResourceRequest":{
613
621
  "type":"structure",
614
622
  "required":["ResourceArn"],
@@ -646,6 +654,10 @@
646
654
  "type":"list",
647
655
  "member":{"shape":"ResourceInfo"}
648
656
  },
657
+ "ResourceShareList":{
658
+ "type":"list",
659
+ "member":{"shape":"RAMResourceShareArn"}
660
+ },
649
661
  "RevokePermissionsRequest":{
650
662
  "type":"structure",
651
663
  "required":[
@@ -2910,10 +2910,14 @@
2910
2910
  "CreatedTime":{"shape":"CreatedTime"},
2911
2911
  "IdempotencyToken":{"shape":"IdempotencyToken"},
2912
2912
  "LastRecordId":{"shape":"Id"},
2913
+ "LastProvisioningRecordId":{"shape":"Id"},
2914
+ "LastSuccessfulProvisioningRecordId":{"shape":"Id"},
2913
2915
  "Tags":{"shape":"Tags"},
2914
2916
  "PhysicalId":{"shape":"PhysicalId"},
2915
2917
  "ProductId":{"shape":"Id"},
2918
+ "ProductName":{"shape":"ProductViewName"},
2916
2919
  "ProvisioningArtifactId":{"shape":"Id"},
2920
+ "ProvisioningArtifactName":{"shape":"ProvisioningArtifactName"},
2917
2921
  "UserArn":{"shape":"UserArn"},
2918
2922
  "UserArnSession":{"shape":"UserArnSession"}
2919
2923
  }
@@ -2934,6 +2938,8 @@
2934
2938
  "CreatedTime":{"shape":"CreatedTime"},
2935
2939
  "IdempotencyToken":{"shape":"IdempotencyToken"},
2936
2940
  "LastRecordId":{"shape":"LastRequestId"},
2941
+ "LastProvisioningRecordId":{"shape":"Id"},
2942
+ "LastSuccessfulProvisioningRecordId":{"shape":"Id"},
2937
2943
  "ProductId":{"shape":"Id"},
2938
2944
  "ProvisioningArtifactId":{"shape":"Id"}
2939
2945
  }
@@ -209,6 +209,19 @@
209
209
  {"shape":"InternalServerError"}
210
210
  ]
211
211
  },
212
+ "CreateTapePool":{
213
+ "name":"CreateTapePool",
214
+ "http":{
215
+ "method":"POST",
216
+ "requestUri":"/"
217
+ },
218
+ "input":{"shape":"CreateTapePoolInput"},
219
+ "output":{"shape":"CreateTapePoolOutput"},
220
+ "errors":[
221
+ {"shape":"InvalidGatewayRequestException"},
222
+ {"shape":"InternalServerError"}
223
+ ]
224
+ },
212
225
  "CreateTapeWithBarcode":{
213
226
  "name":"CreateTapeWithBarcode",
214
227
  "http":{
@@ -339,6 +352,19 @@
339
352
  {"shape":"InternalServerError"}
340
353
  ]
341
354
  },
355
+ "DeleteTapePool":{
356
+ "name":"DeleteTapePool",
357
+ "http":{
358
+ "method":"POST",
359
+ "requestUri":"/"
360
+ },
361
+ "input":{"shape":"DeleteTapePoolInput"},
362
+ "output":{"shape":"DeleteTapePoolOutput"},
363
+ "errors":[
364
+ {"shape":"InvalidGatewayRequestException"},
365
+ {"shape":"InternalServerError"}
366
+ ]
367
+ },
342
368
  "DeleteVolume":{
343
369
  "name":"DeleteVolume",
344
370
  "http":{
@@ -690,6 +716,19 @@
690
716
  {"shape":"InternalServerError"}
691
717
  ]
692
718
  },
719
+ "ListTapePools":{
720
+ "name":"ListTapePools",
721
+ "http":{
722
+ "method":"POST",
723
+ "requestUri":"/"
724
+ },
725
+ "input":{"shape":"ListTapePoolsInput"},
726
+ "output":{"shape":"ListTapePoolsOutput"},
727
+ "errors":[
728
+ {"shape":"InvalidGatewayRequestException"},
729
+ {"shape":"InternalServerError"}
730
+ ]
731
+ },
693
732
  "ListTapes":{
694
733
  "name":"ListTapes",
695
734
  "http":{
@@ -1148,7 +1187,8 @@
1148
1187
  ],
1149
1188
  "members":{
1150
1189
  "TapeARN":{"shape":"TapeARN"},
1151
- "PoolId":{"shape":"PoolId"}
1190
+ "PoolId":{"shape":"PoolId"},
1191
+ "BypassGovernanceRetention":{"shape":"boolean"}
1152
1192
  }
1153
1193
  },
1154
1194
  "AssignTapePoolOutput":{
@@ -1211,7 +1251,8 @@
1211
1251
  "TapeBarcodePrefix":{"shape":"TapeBarcodePrefix"},
1212
1252
  "PoolId":{"shape":"PoolId"},
1213
1253
  "TapeSizeInBytes":{"shape":"TapeSize"},
1214
- "MinimumNumTapes":{"shape":"MinimumNumTapes"}
1254
+ "MinimumNumTapes":{"shape":"MinimumNumTapes"},
1255
+ "Worm":{"shape":"boolean"}
1215
1256
  }
1216
1257
  },
1217
1258
  "AutomaticTapeCreationRules":{
@@ -1509,6 +1550,26 @@
1509
1550
  "TargetARN":{"shape":"TargetARN"}
1510
1551
  }
1511
1552
  },
1553
+ "CreateTapePoolInput":{
1554
+ "type":"structure",
1555
+ "required":[
1556
+ "PoolName",
1557
+ "StorageClass"
1558
+ ],
1559
+ "members":{
1560
+ "PoolName":{"shape":"PoolName"},
1561
+ "StorageClass":{"shape":"TapeStorageClass"},
1562
+ "RetentionLockType":{"shape":"RetentionLockType"},
1563
+ "RetentionLockTimeInDays":{"shape":"RetentionLockTimeInDays"},
1564
+ "Tags":{"shape":"Tags"}
1565
+ }
1566
+ },
1567
+ "CreateTapePoolOutput":{
1568
+ "type":"structure",
1569
+ "members":{
1570
+ "PoolARN":{"shape":"PoolARN"}
1571
+ }
1572
+ },
1512
1573
  "CreateTapeWithBarcodeInput":{
1513
1574
  "type":"structure",
1514
1575
  "required":[
@@ -1523,6 +1584,7 @@
1523
1584
  "KMSEncrypted":{"shape":"Boolean"},
1524
1585
  "KMSKey":{"shape":"KMSKey"},
1525
1586
  "PoolId":{"shape":"PoolId"},
1587
+ "Worm":{"shape":"boolean"},
1526
1588
  "Tags":{"shape":"Tags"}
1527
1589
  }
1528
1590
  },
@@ -1550,6 +1612,7 @@
1550
1612
  "KMSEncrypted":{"shape":"Boolean"},
1551
1613
  "KMSKey":{"shape":"KMSKey"},
1552
1614
  "PoolId":{"shape":"PoolId"},
1615
+ "Worm":{"shape":"boolean"},
1553
1616
  "Tags":{"shape":"Tags"}
1554
1617
  }
1555
1618
  },
@@ -1662,7 +1725,8 @@
1662
1725
  "type":"structure",
1663
1726
  "required":["TapeARN"],
1664
1727
  "members":{
1665
- "TapeARN":{"shape":"TapeARN"}
1728
+ "TapeARN":{"shape":"TapeARN"},
1729
+ "BypassGovernanceRetention":{"shape":"boolean"}
1666
1730
  }
1667
1731
  },
1668
1732
  "DeleteTapeArchiveOutput":{
@@ -1679,7 +1743,8 @@
1679
1743
  ],
1680
1744
  "members":{
1681
1745
  "GatewayARN":{"shape":"GatewayARN"},
1682
- "TapeARN":{"shape":"TapeARN"}
1746
+ "TapeARN":{"shape":"TapeARN"},
1747
+ "BypassGovernanceRetention":{"shape":"boolean"}
1683
1748
  }
1684
1749
  },
1685
1750
  "DeleteTapeOutput":{
@@ -1688,6 +1753,19 @@
1688
1753
  "TapeARN":{"shape":"TapeARN"}
1689
1754
  }
1690
1755
  },
1756
+ "DeleteTapePoolInput":{
1757
+ "type":"structure",
1758
+ "required":["PoolARN"],
1759
+ "members":{
1760
+ "PoolARN":{"shape":"PoolARN"}
1761
+ }
1762
+ },
1763
+ "DeleteTapePoolOutput":{
1764
+ "type":"structure",
1765
+ "members":{
1766
+ "PoolARN":{"shape":"PoolARN"}
1767
+ }
1768
+ },
1691
1769
  "DeleteVolumeInput":{
1692
1770
  "type":"structure",
1693
1771
  "required":["VolumeARN"],
@@ -2484,6 +2562,21 @@
2484
2562
  "Tags":{"shape":"Tags"}
2485
2563
  }
2486
2564
  },
2565
+ "ListTapePoolsInput":{
2566
+ "type":"structure",
2567
+ "members":{
2568
+ "PoolARNs":{"shape":"PoolARNs"},
2569
+ "Marker":{"shape":"Marker"},
2570
+ "Limit":{"shape":"PositiveIntObject"}
2571
+ }
2572
+ },
2573
+ "ListTapePoolsOutput":{
2574
+ "type":"structure",
2575
+ "members":{
2576
+ "PoolInfos":{"shape":"PoolInfos"},
2577
+ "Marker":{"shape":"Marker"}
2578
+ }
2579
+ },
2487
2580
  "ListTapesInput":{
2488
2581
  "type":"structure",
2489
2582
  "members":{
@@ -2682,11 +2775,48 @@
2682
2775
  "min":1,
2683
2776
  "pattern":"^[0-7]{4}$"
2684
2777
  },
2778
+ "PoolARN":{
2779
+ "type":"string",
2780
+ "max":500,
2781
+ "min":50
2782
+ },
2783
+ "PoolARNs":{
2784
+ "type":"list",
2785
+ "member":{"shape":"PoolARN"}
2786
+ },
2685
2787
  "PoolId":{
2686
2788
  "type":"string",
2687
2789
  "max":100,
2688
2790
  "min":1
2689
2791
  },
2792
+ "PoolInfo":{
2793
+ "type":"structure",
2794
+ "members":{
2795
+ "PoolARN":{"shape":"PoolARN"},
2796
+ "PoolName":{"shape":"PoolName"},
2797
+ "StorageClass":{"shape":"TapeStorageClass"},
2798
+ "RetentionLockType":{"shape":"RetentionLockType"},
2799
+ "RetentionLockTimeInDays":{"shape":"RetentionLockTimeInDays"},
2800
+ "PoolStatus":{"shape":"PoolStatus"}
2801
+ }
2802
+ },
2803
+ "PoolInfos":{
2804
+ "type":"list",
2805
+ "member":{"shape":"PoolInfo"}
2806
+ },
2807
+ "PoolName":{
2808
+ "type":"string",
2809
+ "max":100,
2810
+ "min":1,
2811
+ "pattern":"^[ -\\.0-\\[\\]-~]*[!-\\.0-\\[\\]-~][ -\\.0-\\[\\]-~]*$"
2812
+ },
2813
+ "PoolStatus":{
2814
+ "type":"string",
2815
+ "enum":[
2816
+ "ACTIVE",
2817
+ "DELETED"
2818
+ ]
2819
+ },
2690
2820
  "PositiveIntObject":{
2691
2821
  "type":"integer",
2692
2822
  "min":1
@@ -2752,6 +2882,19 @@
2752
2882
  "max":500,
2753
2883
  "min":50
2754
2884
  },
2885
+ "RetentionLockTimeInDays":{
2886
+ "type":"integer",
2887
+ "max":36500,
2888
+ "min":0
2889
+ },
2890
+ "RetentionLockType":{
2891
+ "type":"string",
2892
+ "enum":[
2893
+ "COMPLIANCE",
2894
+ "GOVERNANCE",
2895
+ "NONE"
2896
+ ]
2897
+ },
2755
2898
  "RetrieveTapeArchiveInput":{
2756
2899
  "type":"structure",
2757
2900
  "required":[
@@ -3017,7 +3160,10 @@
3017
3160
  "Progress":{"shape":"DoubleObject"},
3018
3161
  "TapeUsedInBytes":{"shape":"TapeUsage"},
3019
3162
  "KMSKey":{"shape":"KMSKey"},
3020
- "PoolId":{"shape":"PoolId"}
3163
+ "PoolId":{"shape":"PoolId"},
3164
+ "Worm":{"shape":"boolean"},
3165
+ "RetentionStartDate":{"shape":"Time"},
3166
+ "PoolEntryDate":{"shape":"Time"}
3021
3167
  }
3022
3168
  },
3023
3169
  "TapeARN":{
@@ -3042,7 +3188,10 @@
3042
3188
  "TapeStatus":{"shape":"TapeArchiveStatus"},
3043
3189
  "TapeUsedInBytes":{"shape":"TapeUsage"},
3044
3190
  "KMSKey":{"shape":"KMSKey"},
3045
- "PoolId":{"shape":"PoolId"}
3191
+ "PoolId":{"shape":"PoolId"},
3192
+ "Worm":{"shape":"boolean"},
3193
+ "RetentionStartDate":{"shape":"Time"},
3194
+ "PoolEntryDate":{"shape":"Time"}
3046
3195
  }
3047
3196
  },
3048
3197
  "TapeArchiveStatus":{"type":"string"},
@@ -3075,7 +3224,9 @@
3075
3224
  "TapeSizeInBytes":{"shape":"TapeSize"},
3076
3225
  "TapeStatus":{"shape":"TapeStatus"},
3077
3226
  "GatewayARN":{"shape":"GatewayARN"},
3078
- "PoolId":{"shape":"PoolId"}
3227
+ "PoolId":{"shape":"PoolId"},
3228
+ "RetentionStartDate":{"shape":"Time"},
3229
+ "PoolEntryDate":{"shape":"Time"}
3079
3230
  }
3080
3231
  },
3081
3232
  "TapeInfos":{
@@ -3098,6 +3249,13 @@
3098
3249
  "TapeRecoveryPointStatus":{"type":"string"},
3099
3250
  "TapeSize":{"type":"long"},
3100
3251
  "TapeStatus":{"type":"string"},
3252
+ "TapeStorageClass":{
3253
+ "type":"string",
3254
+ "enum":[
3255
+ "DEEP_ARCHIVE",
3256
+ "GLACIER"
3257
+ ]
3258
+ },
3101
3259
  "TapeUsage":{"type":"long"},
3102
3260
  "Tapes":{
3103
3261
  "type":"list",
@@ -93,7 +93,8 @@
93
93
  "EndTime":{"shape":"Double"},
94
94
  "Type":{"shape":"ItemType"},
95
95
  "Content":{"shape":"String"},
96
- "VocabularyFilterMatch":{"shape":"Boolean"}
96
+ "VocabularyFilterMatch":{"shape":"Boolean"},
97
+ "Speaker":{"shape":"String"}
97
98
  }
98
99
  },
99
100
  "ItemList":{
@@ -206,6 +207,11 @@
206
207
  "shape":"VocabularyFilterMethod",
207
208
  "location":"header",
208
209
  "locationName":"x-amzn-transcribe-vocabulary-filter-method"
210
+ },
211
+ "ShowSpeakerLabel":{
212
+ "shape":"Boolean",
213
+ "location":"header",
214
+ "locationName":"x-amzn-transcribe-show-speaker-label"
209
215
  }
210
216
  },
211
217
  "payload":"AudioStream"
@@ -253,6 +259,11 @@
253
259
  "shape":"VocabularyFilterMethod",
254
260
  "location":"header",
255
261
  "locationName":"x-amzn-transcribe-vocabulary-filter-method"
262
+ },
263
+ "ShowSpeakerLabel":{
264
+ "shape":"Boolean",
265
+ "location":"header",
266
+ "locationName":"x-amzn-transcribe-show-speaker-label"
256
267
  }
257
268
  },
258
269
  "payload":"TranscriptResultStream"
@@ -5108,6 +5108,7 @@
5108
5108
  "protocols" : [ "https" ]
5109
5109
  },
5110
5110
  "endpoints" : {
5111
+ "af-south-1" : { },
5111
5112
  "ap-east-1" : { },
5112
5113
  "ap-northeast-1" : { },
5113
5114
  "ap-northeast-2" : { },
@@ -5117,6 +5118,7 @@
5117
5118
  "ca-central-1" : { },
5118
5119
  "eu-central-1" : { },
5119
5120
  "eu-north-1" : { },
5121
+ "eu-south-1" : { },
5120
5122
  "eu-west-1" : { },
5121
5123
  "eu-west-2" : { },
5122
5124
  "eu-west-3" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.569'
2
+ VERSION = '2.11.570'
3
3
  end
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.569
4
+ version: 2.11.570
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-08-18 00:00:00.000000000 Z
11
+ date: 2020-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath