aws-sdk-core 2.11.514 → 2.11.519

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,23 +2,47 @@
2
2
  "pagination": {
3
3
  "GetQueryResults": {
4
4
  "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken"
7
+ },
8
+ "ListDataCatalogs": {
9
+ "input_token": "NextToken",
10
+ "limit_key": "MaxResults",
5
11
  "output_token": "NextToken",
6
- "limit_key": "MaxResults"
12
+ "result_key": "DataCatalogsSummary"
7
13
  },
8
- "ListNamedQueries": {
14
+ "ListDatabases": {
9
15
  "input_token": "NextToken",
16
+ "limit_key": "MaxResults",
10
17
  "output_token": "NextToken",
11
- "limit_key": "MaxResults"
18
+ "result_key": "DatabaseList"
19
+ },
20
+ "ListNamedQueries": {
21
+ "input_token": "NextToken",
22
+ "limit_key": "MaxResults",
23
+ "output_token": "NextToken"
12
24
  },
13
25
  "ListQueryExecutions": {
14
26
  "input_token": "NextToken",
27
+ "limit_key": "MaxResults",
28
+ "output_token": "NextToken"
29
+ },
30
+ "ListTableMetadata": {
31
+ "input_token": "NextToken",
32
+ "limit_key": "MaxResults",
15
33
  "output_token": "NextToken",
16
- "limit_key": "MaxResults"
34
+ "result_key": "TableMetadataList"
17
35
  },
18
- "ListWorkGroups": {
36
+ "ListTagsForResource": {
19
37
  "input_token": "NextToken",
38
+ "limit_key": "MaxResults",
20
39
  "output_token": "NextToken",
21
- "limit_key": "MaxResults"
40
+ "result_key": "Tags"
41
+ },
42
+ "ListWorkGroups": {
43
+ "input_token": "NextToken",
44
+ "limit_key": "MaxResults",
45
+ "output_token": "NextToken"
22
46
  }
23
47
  }
24
- }
48
+ }
@@ -178,16 +178,19 @@
178
178
  },
179
179
  "CreateRule":{
180
180
  "type":"structure",
181
- "required":[
182
- "Interval",
183
- "IntervalUnit"
184
- ],
185
181
  "members":{
186
182
  "Interval":{"shape":"Interval"},
187
183
  "IntervalUnit":{"shape":"IntervalUnitValues"},
188
- "Times":{"shape":"TimesList"}
184
+ "Times":{"shape":"TimesList"},
185
+ "CronExpression":{"shape":"CronExpression"}
189
186
  }
190
187
  },
188
+ "CronExpression":{
189
+ "type":"string",
190
+ "max":106,
191
+ "min":17,
192
+ "pattern":"cron\\([^\\n]{11,100}\\)"
193
+ },
191
194
  "CrossRegionCopyRetainRule":{
192
195
  "type":"structure",
193
196
  "members":{
@@ -4826,6 +4826,9 @@
4826
4826
  }
4827
4827
  },
4828
4828
  "BareMetalFlag":{"type":"boolean"},
4829
+ "BaselineBandwidthInMbps":{"type":"integer"},
4830
+ "BaselineIops":{"type":"integer"},
4831
+ "BaselineThroughputInMBps":{"type":"double"},
4829
4832
  "BatchState":{
4830
4833
  "type":"string",
4831
4834
  "enum":[
@@ -13507,6 +13510,10 @@
13507
13510
  "EncryptionSupport":{
13508
13511
  "shape":"EbsEncryptionSupport",
13509
13512
  "locationName":"encryptionSupport"
13513
+ },
13514
+ "EbsOptimizedInfo":{
13515
+ "shape":"EbsOptimizedInfo",
13516
+ "locationName":"ebsOptimizedInfo"
13510
13517
  }
13511
13518
  }
13512
13519
  },
@@ -13544,6 +13551,35 @@
13544
13551
  }
13545
13552
  }
13546
13553
  },
13554
+ "EbsOptimizedInfo":{
13555
+ "type":"structure",
13556
+ "members":{
13557
+ "BaselineBandwidthInMbps":{
13558
+ "shape":"BaselineBandwidthInMbps",
13559
+ "locationName":"baselineBandwidthInMbps"
13560
+ },
13561
+ "BaselineThroughputInMBps":{
13562
+ "shape":"BaselineThroughputInMBps",
13563
+ "locationName":"baselineThroughputInMBps"
13564
+ },
13565
+ "BaselineIops":{
13566
+ "shape":"BaselineIops",
13567
+ "locationName":"baselineIops"
13568
+ },
13569
+ "MaximumBandwidthInMbps":{
13570
+ "shape":"MaximumBandwidthInMbps",
13571
+ "locationName":"maximumBandwidthInMbps"
13572
+ },
13573
+ "MaximumThroughputInMBps":{
13574
+ "shape":"MaximumThroughputInMBps",
13575
+ "locationName":"maximumThroughputInMBps"
13576
+ },
13577
+ "MaximumIops":{
13578
+ "shape":"MaximumIops",
13579
+ "locationName":"maximumIops"
13580
+ }
13581
+ }
13582
+ },
13547
13583
  "EbsOptimizedSupport":{
13548
13584
  "type":"string",
13549
13585
  "enum":[
@@ -13552,6 +13588,7 @@
13552
13588
  "default"
13553
13589
  ]
13554
13590
  },
13591
+ "EfaSupportedFlag":{"type":"boolean"},
13555
13592
  "EgressOnlyInternetGateway":{
13556
13593
  "type":"structure",
13557
13594
  "members":{
@@ -18111,6 +18148,10 @@
18111
18148
  "shape":"RootDeviceTypeList",
18112
18149
  "locationName":"supportedRootDeviceTypes"
18113
18150
  },
18151
+ "SupportedVirtualizationTypes":{
18152
+ "shape":"VirtualizationTypeList",
18153
+ "locationName":"supportedVirtualizationTypes"
18154
+ },
18114
18155
  "BareMetal":{
18115
18156
  "shape":"BareMetalFlag",
18116
18157
  "locationName":"bareMetal"
@@ -19824,6 +19865,9 @@
19824
19865
  "MaxIpv6AddrPerInterface":{"type":"integer"},
19825
19866
  "MaxNetworkInterfaces":{"type":"integer"},
19826
19867
  "MaxResults":{"type":"integer"},
19868
+ "MaximumBandwidthInMbps":{"type":"integer"},
19869
+ "MaximumIops":{"type":"integer"},
19870
+ "MaximumThroughputInMBps":{"type":"double"},
19827
19871
  "MembershipType":{
19828
19872
  "type":"string",
19829
19873
  "enum":[
@@ -21202,6 +21246,10 @@
21202
21246
  "EnaSupport":{
21203
21247
  "shape":"EnaSupport",
21204
21248
  "locationName":"enaSupport"
21249
+ },
21250
+ "EfaSupported":{
21251
+ "shape":"EfaSupportedFlag",
21252
+ "locationName":"efaSupported"
21205
21253
  }
21206
21254
  }
21207
21255
  },
@@ -28530,6 +28578,13 @@
28530
28578
  "paravirtual"
28531
28579
  ]
28532
28580
  },
28581
+ "VirtualizationTypeList":{
28582
+ "type":"list",
28583
+ "member":{
28584
+ "shape":"VirtualizationType",
28585
+ "locationName":"item"
28586
+ }
28587
+ },
28533
28588
  "Volume":{
28534
28589
  "type":"structure",
28535
28590
  "members":{
@@ -1245,7 +1245,8 @@
1245
1245
  "AuthTokenEnabled":{"shape":"BooleanOptional"},
1246
1246
  "AuthTokenLastModifiedDate":{"shape":"TStamp"},
1247
1247
  "TransitEncryptionEnabled":{"shape":"BooleanOptional"},
1248
- "AtRestEncryptionEnabled":{"shape":"BooleanOptional"}
1248
+ "AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
1249
+ "ARN":{"shape":"String"}
1249
1250
  },
1250
1251
  "wrapper":true
1251
1252
  },
@@ -1401,7 +1402,8 @@
1401
1402
  "CacheParameterGroupName":{"shape":"String"},
1402
1403
  "CacheParameterGroupFamily":{"shape":"String"},
1403
1404
  "Description":{"shape":"String"},
1404
- "IsGlobal":{"shape":"Boolean"}
1405
+ "IsGlobal":{"shape":"Boolean"},
1406
+ "ARN":{"shape":"String"}
1405
1407
  },
1406
1408
  "wrapper":true
1407
1409
  },
@@ -1480,7 +1482,8 @@
1480
1482
  "OwnerId":{"shape":"String"},
1481
1483
  "CacheSecurityGroupName":{"shape":"String"},
1482
1484
  "Description":{"shape":"String"},
1483
- "EC2SecurityGroups":{"shape":"EC2SecurityGroupList"}
1485
+ "EC2SecurityGroups":{"shape":"EC2SecurityGroupList"},
1486
+ "ARN":{"shape":"String"}
1484
1487
  },
1485
1488
  "wrapper":true
1486
1489
  },
@@ -1558,7 +1561,8 @@
1558
1561
  "CacheSubnetGroupName":{"shape":"String"},
1559
1562
  "CacheSubnetGroupDescription":{"shape":"String"},
1560
1563
  "VpcId":{"shape":"String"},
1561
- "Subnets":{"shape":"SubnetList"}
1564
+ "Subnets":{"shape":"SubnetList"},
1565
+ "ARN":{"shape":"String"}
1562
1566
  },
1563
1567
  "wrapper":true
1564
1568
  },
@@ -2305,7 +2309,8 @@
2305
2309
  "GlobalNodeGroups":{"shape":"GlobalNodeGroupList"},
2306
2310
  "AuthTokenEnabled":{"shape":"BooleanOptional"},
2307
2311
  "TransitEncryptionEnabled":{"shape":"BooleanOptional"},
2308
- "AtRestEncryptionEnabled":{"shape":"BooleanOptional"}
2312
+ "AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
2313
+ "ARN":{"shape":"String"}
2309
2314
  },
2310
2315
  "wrapper":true
2311
2316
  },
@@ -3111,7 +3116,8 @@
3111
3116
  "AuthTokenLastModifiedDate":{"shape":"TStamp"},
3112
3117
  "TransitEncryptionEnabled":{"shape":"BooleanOptional"},
3113
3118
  "AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
3114
- "KmsKeyId":{"shape":"String"}
3119
+ "KmsKeyId":{"shape":"String"},
3120
+ "ARN":{"shape":"String"}
3115
3121
  },
3116
3122
  "wrapper":true
3117
3123
  },
@@ -3478,7 +3484,8 @@
3478
3484
  "NumNodeGroups":{"shape":"IntegerOptional"},
3479
3485
  "AutomaticFailover":{"shape":"AutomaticFailoverStatus"},
3480
3486
  "NodeSnapshots":{"shape":"NodeSnapshotList"},
3481
- "KmsKeyId":{"shape":"String"}
3487
+ "KmsKeyId":{"shape":"String"},
3488
+ "ARN":{"shape":"String"}
3482
3489
  },
3483
3490
  "wrapper":true
3484
3491
  },
@@ -74,7 +74,8 @@
74
74
  {"shape":"TooManyTargetsException"},
75
75
  {"shape":"TooManyActionsException"},
76
76
  {"shape":"InvalidLoadBalancerActionException"},
77
- {"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"}
77
+ {"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"},
78
+ {"shape":"ALPNPolicyNotSupportedException"}
78
79
  ]
79
80
  },
80
81
  "CreateLoadBalancer":{
@@ -427,7 +428,8 @@
427
428
  {"shape":"TooManyTargetsException"},
428
429
  {"shape":"TooManyActionsException"},
429
430
  {"shape":"InvalidLoadBalancerActionException"},
430
- {"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"}
431
+ {"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"},
432
+ {"shape":"ALPNPolicyNotSupportedException"}
431
433
  ]
432
434
  },
433
435
  "ModifyLoadBalancerAttributes":{
@@ -629,6 +631,17 @@
629
631
  }
630
632
  },
631
633
  "shapes":{
634
+ "ALPNPolicyNotSupportedException":{
635
+ "type":"structure",
636
+ "members":{
637
+ },
638
+ "error":{
639
+ "code":"ALPNPolicyNotFound",
640
+ "httpStatusCode":400,
641
+ "senderFault":true
642
+ },
643
+ "exception":true
644
+ },
632
645
  "Action":{
633
646
  "type":"structure",
634
647
  "required":["Type"],
@@ -707,6 +720,11 @@
707
720
  },
708
721
  "exception":true
709
722
  },
723
+ "AlpnPolicyName":{
724
+ "type":"list",
725
+ "member":{"shape":"AlpnPolicyValue"}
726
+ },
727
+ "AlpnPolicyValue":{"type":"string"},
710
728
  "AuthenticateCognitoActionAuthenticationRequestExtraParams":{
711
729
  "type":"map",
712
730
  "key":{"shape":"AuthenticateCognitoActionAuthenticationRequestParamName"},
@@ -873,7 +891,8 @@
873
891
  "Port":{"shape":"Port"},
874
892
  "SslPolicy":{"shape":"SslPolicyName"},
875
893
  "Certificates":{"shape":"CertificateList"},
876
- "DefaultActions":{"shape":"Actions"}
894
+ "DefaultActions":{"shape":"Actions"},
895
+ "AlpnPolicy":{"shape":"AlpnPolicyName"}
877
896
  }
878
897
  },
879
898
  "CreateListenerOutput":{
@@ -1412,7 +1431,8 @@
1412
1431
  "Protocol":{"shape":"ProtocolEnum"},
1413
1432
  "Certificates":{"shape":"CertificateList"},
1414
1433
  "SslPolicy":{"shape":"SslPolicyName"},
1415
- "DefaultActions":{"shape":"Actions"}
1434
+ "DefaultActions":{"shape":"Actions"},
1435
+ "AlpnPolicy":{"shape":"AlpnPolicyName"}
1416
1436
  }
1417
1437
  },
1418
1438
  "ListenerArn":{"type":"string"},
@@ -1558,7 +1578,8 @@
1558
1578
  "Protocol":{"shape":"ProtocolEnum"},
1559
1579
  "SslPolicy":{"shape":"SslPolicyName"},
1560
1580
  "Certificates":{"shape":"CertificateList"},
1561
- "DefaultActions":{"shape":"Actions"}
1581
+ "DefaultActions":{"shape":"Actions"},
1582
+ "AlpnPolicy":{"shape":"AlpnPolicyName"}
1562
1583
  }
1563
1584
  },
1564
1585
  "ModifyListenerOutput":{
@@ -682,6 +682,7 @@
682
682
  "Ec2InstanceAttributes":{"shape":"Ec2InstanceAttributes"},
683
683
  "InstanceCollectionType":{"shape":"InstanceCollectionType"},
684
684
  "LogUri":{"shape":"String"},
685
+ "LogEncryptionKmsKeyId":{"shape":"String"},
685
686
  "RequestedAmiVersion":{"shape":"String"},
686
687
  "RunningAmiVersion":{"shape":"String"},
687
688
  "ReleaseLabel":{"shape":"String"},
@@ -1481,6 +1482,7 @@
1481
1482
  "JobFlowId":{"shape":"XmlStringMaxLen256"},
1482
1483
  "Name":{"shape":"XmlStringMaxLen256"},
1483
1484
  "LogUri":{"shape":"XmlString"},
1485
+ "LogEncryptionKmsKeyId":{"shape":"XmlString"},
1484
1486
  "AmiVersion":{"shape":"XmlStringMaxLen256"},
1485
1487
  "ExecutionStatusDetail":{"shape":"JobFlowExecutionStatusDetail"},
1486
1488
  "Instances":{"shape":"JobFlowInstancesDetail"},
@@ -1917,6 +1919,7 @@
1917
1919
  "members":{
1918
1920
  "Name":{"shape":"XmlStringMaxLen256"},
1919
1921
  "LogUri":{"shape":"XmlString"},
1922
+ "LogEncryptionKmsKeyId":{"shape":"XmlString"},
1920
1923
  "AdditionalInfo":{"shape":"XmlString"},
1921
1924
  "AmiVersion":{"shape":"XmlStringMaxLen256"},
1922
1925
  "ReleaseLabel":{"shape":"XmlStringMaxLen256"},
@@ -251,7 +251,8 @@
251
251
  {"shape":"IncompatibleParameterError"},
252
252
  {"shape":"InternalServerError"},
253
253
  {"shape":"FileSystemNotFound"},
254
- {"shape":"MissingFileSystemConfiguration"}
254
+ {"shape":"MissingFileSystemConfiguration"},
255
+ {"shape":"ServiceLimitExceeded"}
255
256
  ]
256
257
  }
257
258
  },
@@ -294,6 +295,35 @@
294
295
  "min":1,
295
296
  "pattern":"^.{1,255}$"
296
297
  },
298
+ "AdministrativeAction":{
299
+ "type":"structure",
300
+ "members":{
301
+ "AdministrativeActionType":{"shape":"AdministrativeActionType"},
302
+ "ProgressPercent":{"shape":"ProgressPercent"},
303
+ "RequestTime":{"shape":"RequestTime"},
304
+ "Status":{"shape":"Status"},
305
+ "TargetFileSystemValues":{"shape":"FileSystem"},
306
+ "FailureDetails":{"shape":"AdministrativeActionFailureDetails"}
307
+ }
308
+ },
309
+ "AdministrativeActionFailureDetails":{
310
+ "type":"structure",
311
+ "members":{
312
+ "Message":{"shape":"ErrorMessage"}
313
+ }
314
+ },
315
+ "AdministrativeActionType":{
316
+ "type":"string",
317
+ "enum":[
318
+ "FILE_SYSTEM_UPDATE",
319
+ "STORAGE_OPTIMIZATION"
320
+ ]
321
+ },
322
+ "AdministrativeActions":{
323
+ "type":"list",
324
+ "member":{"shape":"AdministrativeAction"},
325
+ "max":50
326
+ },
297
327
  "ArchivePath":{
298
328
  "type":"string",
299
329
  "max":900,
@@ -841,7 +871,8 @@
841
871
  "ResourceARN":{"shape":"ResourceARN"},
842
872
  "Tags":{"shape":"Tags"},
843
873
  "WindowsConfiguration":{"shape":"WindowsFileSystemConfiguration"},
844
- "LustreConfiguration":{"shape":"LustreFileSystemConfiguration"}
874
+ "LustreConfiguration":{"shape":"LustreFileSystemConfiguration"},
875
+ "AdministrativeActions":{"shape":"AdministrativeActions"}
845
876
  }
846
877
  },
847
878
  "FileSystemAdministratorsGroupName":{
@@ -1042,6 +1073,7 @@
1042
1073
  },
1043
1074
  "MaxResults":{
1044
1075
  "type":"integer",
1076
+ "max":2147483647,
1045
1077
  "min":1
1046
1078
  },
1047
1079
  "Megabytes":{
@@ -1115,6 +1147,7 @@
1115
1147
  "type":"string",
1116
1148
  "enum":["FAILED_FILES_ONLY"]
1117
1149
  },
1150
+ "RequestTime":{"type":"timestamp"},
1118
1151
  "ResourceARN":{
1119
1152
  "type":"string",
1120
1153
  "max":512,
@@ -1204,8 +1237,19 @@
1204
1237
  "exception":true
1205
1238
  },
1206
1239
  "StartTime":{"type":"timestamp"},
1240
+ "Status":{
1241
+ "type":"string",
1242
+ "enum":[
1243
+ "FAILED",
1244
+ "IN_PROGRESS",
1245
+ "PENDING",
1246
+ "COMPLETED",
1247
+ "UPDATED_OPTIMIZING"
1248
+ ]
1249
+ },
1207
1250
  "StorageCapacity":{
1208
1251
  "type":"integer",
1252
+ "max":2147483647,
1209
1253
  "min":0
1210
1254
  },
1211
1255
  "StorageType":{
@@ -1324,6 +1368,7 @@
1324
1368
  "shape":"ClientRequestToken",
1325
1369
  "idempotencyToken":true
1326
1370
  },
1371
+ "StorageCapacity":{"shape":"StorageCapacity"},
1327
1372
  "WindowsConfiguration":{"shape":"UpdateFileSystemWindowsConfiguration"},
1328
1373
  "LustreConfiguration":{"shape":"UpdateFileSystemLustreConfiguration"}
1329
1374
  }
@@ -1340,6 +1385,7 @@
1340
1385
  "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
1341
1386
  "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
1342
1387
  "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
1388
+ "ThroughputCapacity":{"shape":"MegabytesPerSecond"},
1343
1389
  "SelfManagedActiveDirectoryConfiguration":{"shape":"SelfManagedActiveDirectoryConfigurationUpdates"}
1344
1390
  }
1345
1391
  },