aws-sdk-core 2.11.569 → 2.11.574

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,22 +3,44 @@
3
3
  "ListResolverEndpointIpAddresses": {
4
4
  "input_token": "NextToken",
5
5
  "output_token": "NextToken",
6
- "limit_key": "MaxResults"
6
+ "limit_key": "MaxResults",
7
+ "result_key": "IpAddresses"
7
8
  },
8
9
  "ListResolverEndpoints": {
9
10
  "input_token": "NextToken",
10
11
  "output_token": "NextToken",
11
- "limit_key": "MaxResults"
12
+ "limit_key": "MaxResults",
13
+ "result_key": "ResolverEndpoints"
14
+ },
15
+ "ListResolverQueryLogConfigAssociations": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "ResolverQueryLogConfigAssociations"
20
+ },
21
+ "ListResolverQueryLogConfigs": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "limit_key": "MaxResults",
25
+ "result_key": "ResolverQueryLogConfigs"
12
26
  },
13
27
  "ListResolverRuleAssociations": {
14
28
  "input_token": "NextToken",
15
29
  "output_token": "NextToken",
16
- "limit_key": "MaxResults"
30
+ "limit_key": "MaxResults",
31
+ "result_key": "ResolverRuleAssociations"
17
32
  },
18
33
  "ListResolverRules": {
19
34
  "input_token": "NextToken",
20
35
  "output_token": "NextToken",
21
- "limit_key": "MaxResults"
36
+ "limit_key": "MaxResults",
37
+ "result_key": "ResolverRules"
38
+ },
39
+ "ListTagsForResource": {
40
+ "input_token": "NextToken",
41
+ "output_token": "NextToken",
42
+ "limit_key": "MaxResults",
43
+ "result_key": "Tags"
22
44
  }
23
45
  }
24
46
  }
@@ -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
  }
@@ -3237,7 +3237,7 @@
3237
3237
  "SchemaDeleteOption":{"shape":"InventorySchemaDeleteOption"},
3238
3238
  "DryRun":{"shape":"DryRun"},
3239
3239
  "ClientToken":{
3240
- "shape":"ClientToken",
3240
+ "shape":"UUID",
3241
3241
  "idempotencyToken":true
3242
3242
  }
3243
3243
  }
@@ -3245,7 +3245,7 @@
3245
3245
  "DeleteInventoryResult":{
3246
3246
  "type":"structure",
3247
3247
  "members":{
3248
- "DeletionId":{"shape":"InventoryDeletionId"},
3248
+ "DeletionId":{"shape":"UUID"},
3249
3249
  "TypeName":{"shape":"InventoryItemTypeName"},
3250
3250
  "DeletionSummary":{"shape":"InventoryDeletionSummary"}
3251
3251
  }
@@ -3713,7 +3713,7 @@
3713
3713
  "DescribeInventoryDeletionsRequest":{
3714
3714
  "type":"structure",
3715
3715
  "members":{
3716
- "DeletionId":{"shape":"InventoryDeletionId"},
3716
+ "DeletionId":{"shape":"UUID"},
3717
3717
  "NextToken":{"shape":"NextToken"},
3718
3718
  "MaxResults":{
3719
3719
  "shape":"MaxResults",
@@ -5581,7 +5581,6 @@
5581
5581
  "number"
5582
5582
  ]
5583
5583
  },
5584
- "InventoryDeletionId":{"type":"string"},
5585
5584
  "InventoryDeletionLastStatusMessage":{"type":"string"},
5586
5585
  "InventoryDeletionLastStatusUpdateTime":{"type":"timestamp"},
5587
5586
  "InventoryDeletionStartTime":{"type":"timestamp"},
@@ -5595,7 +5594,7 @@
5595
5594
  "InventoryDeletionStatusItem":{
5596
5595
  "type":"structure",
5597
5596
  "members":{
5598
- "DeletionId":{"shape":"InventoryDeletionId"},
5597
+ "DeletionId":{"shape":"UUID"},
5599
5598
  "TypeName":{"shape":"InventoryItemTypeName"},
5600
5599
  "DeletionStartTime":{"shape":"InventoryDeletionStartTime"},
5601
5600
  "LastStatus":{"shape":"InventoryDeletionStatus"},
@@ -6693,7 +6692,11 @@
6693
6692
  "max":5,
6694
6693
  "min":0
6695
6694
  },
6696
- "OpsDataAttributeName":{"type":"string"},
6695
+ "OpsDataAttributeName":{
6696
+ "type":"string",
6697
+ "max":128,
6698
+ "min":1
6699
+ },
6697
6700
  "OpsDataTypeName":{
6698
6701
  "type":"string",
6699
6702
  "max":100,
@@ -6776,7 +6779,11 @@
6776
6779
  "Exists"
6777
6780
  ]
6778
6781
  },
6779
- "OpsFilterValue":{"type":"string"},
6782
+ "OpsFilterValue":{
6783
+ "type":"string",
6784
+ "max":256,
6785
+ "min":0
6786
+ },
6780
6787
  "OpsFilterValueList":{
6781
6788
  "type":"list",
6782
6789
  "member":{"shape":"OpsFilterValue"},
@@ -8888,6 +8895,10 @@
8888
8895
  },
8889
8896
  "exception":true
8890
8897
  },
8898
+ "UUID":{
8899
+ "type":"string",
8900
+ "pattern":"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"
8901
+ },
8891
8902
  "UnsupportedCalendarException":{
8892
8903
  "type":"structure",
8893
8904
  "members":{
@@ -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"