aws-sdk-core 2.11.531 → 2.11.536

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,11 @@
10
10
  "limit_key": "maxResults",
11
11
  "output_token": "nextToken"
12
12
  },
13
+ "GetCommentReactions": {
14
+ "input_token": "nextToken",
15
+ "limit_key": "maxResults",
16
+ "output_token": "nextToken"
17
+ },
13
18
  "GetCommentsForComparedCommit": {
14
19
  "input_token": "nextToken",
15
20
  "limit_key": "maxResults",
@@ -6786,6 +6786,10 @@
6786
6786
  "TargetEnvironment":{
6787
6787
  "shape":"ExportEnvironment",
6788
6788
  "locationName":"targetEnvironment"
6789
+ },
6790
+ "TagSpecifications":{
6791
+ "shape":"TagSpecificationList",
6792
+ "locationName":"TagSpecification"
6789
6793
  }
6790
6794
  }
6791
6795
  },
@@ -14196,7 +14200,11 @@
14196
14200
  "DryRun":{"shape":"Boolean"},
14197
14201
  "ImageId":{"shape":"ImageId"},
14198
14202
  "S3ExportLocation":{"shape":"ExportTaskS3LocationRequest"},
14199
- "RoleName":{"shape":"String"}
14203
+ "RoleName":{"shape":"String"},
14204
+ "TagSpecifications":{
14205
+ "shape":"TagSpecificationList",
14206
+ "locationName":"TagSpecification"
14207
+ }
14200
14208
  }
14201
14209
  },
14202
14210
  "ExportImageResult":{
@@ -14237,6 +14245,10 @@
14237
14245
  "StatusMessage":{
14238
14246
  "shape":"String",
14239
14247
  "locationName":"statusMessage"
14248
+ },
14249
+ "Tags":{
14250
+ "shape":"TagList",
14251
+ "locationName":"tagSet"
14240
14252
  }
14241
14253
  }
14242
14254
  },
@@ -14270,6 +14282,10 @@
14270
14282
  "StatusMessage":{
14271
14283
  "shape":"String",
14272
14284
  "locationName":"statusMessage"
14285
+ },
14286
+ "Tags":{
14287
+ "shape":"TagList",
14288
+ "locationName":"tagSet"
14273
14289
  }
14274
14290
  }
14275
14291
  },
@@ -16347,7 +16363,11 @@
16347
16363
  "LicenseType":{"shape":"String"},
16348
16364
  "Platform":{"shape":"String"},
16349
16365
  "RoleName":{"shape":"String"},
16350
- "LicenseSpecifications":{"shape":"ImportImageLicenseSpecificationListRequest"}
16366
+ "LicenseSpecifications":{"shape":"ImportImageLicenseSpecificationListRequest"},
16367
+ "TagSpecifications":{
16368
+ "shape":"TagSpecificationList",
16369
+ "locationName":"TagSpecification"
16370
+ }
16351
16371
  }
16352
16372
  },
16353
16373
  "ImportImageResult":{
@@ -16374,11 +16394,11 @@
16374
16394
  "locationName":"imageId"
16375
16395
  },
16376
16396
  "ImportTaskId":{
16377
- "shape":"String",
16397
+ "shape":"ImportImageTaskId",
16378
16398
  "locationName":"importTaskId"
16379
16399
  },
16380
16400
  "KmsKeyId":{
16381
- "shape":"String",
16401
+ "shape":"KmsKeyId",
16382
16402
  "locationName":"kmsKeyId"
16383
16403
  },
16384
16404
  "LicenseType":{
@@ -16408,6 +16428,10 @@
16408
16428
  "LicenseSpecifications":{
16409
16429
  "shape":"ImportImageLicenseSpecificationListResponse",
16410
16430
  "locationName":"licenseSpecifications"
16431
+ },
16432
+ "Tags":{
16433
+ "shape":"TagList",
16434
+ "locationName":"tagSet"
16411
16435
  }
16412
16436
  }
16413
16437
  },
@@ -16685,7 +16709,11 @@
16685
16709
  "DryRun":{"shape":"Boolean"},
16686
16710
  "Encrypted":{"shape":"Boolean"},
16687
16711
  "KmsKeyId":{"shape":"KmsKeyId"},
16688
- "RoleName":{"shape":"String"}
16712
+ "RoleName":{"shape":"String"},
16713
+ "TagSpecifications":{
16714
+ "shape":"TagSpecificationList",
16715
+ "locationName":"TagSpecification"
16716
+ }
16689
16717
  }
16690
16718
  },
16691
16719
  "ImportSnapshotResult":{
@@ -16702,6 +16730,10 @@
16702
16730
  "SnapshotTaskDetail":{
16703
16731
  "shape":"SnapshotTaskDetail",
16704
16732
  "locationName":"snapshotTaskDetail"
16733
+ },
16734
+ "Tags":{
16735
+ "shape":"TagList",
16736
+ "locationName":"tagSet"
16705
16737
  }
16706
16738
  }
16707
16739
  },
@@ -22610,7 +22642,11 @@
22610
22642
  "CurrencyCode":{"shape":"CurrencyCodeValues"},
22611
22643
  "HostIdSet":{"shape":"RequestHostIdSet"},
22612
22644
  "LimitPrice":{"shape":"String"},
22613
- "OfferingId":{"shape":"OfferingId"}
22645
+ "OfferingId":{"shape":"OfferingId"},
22646
+ "TagSpecifications":{
22647
+ "shape":"TagSpecificationList",
22648
+ "locationName":"TagSpecification"
22649
+ }
22614
22650
  }
22615
22651
  },
22616
22652
  "PurchaseHostReservationResult":{
@@ -24140,14 +24176,20 @@
24140
24176
  "dedicated-host",
24141
24177
  "dhcp-options",
24142
24178
  "elastic-ip",
24179
+ "elastic-gpu",
24180
+ "export-image-task",
24181
+ "export-instance-task",
24143
24182
  "fleet",
24144
24183
  "fpga-image",
24145
24184
  "host-reservation",
24146
24185
  "image",
24186
+ "import-image-task",
24187
+ "import-snapshot-task",
24147
24188
  "instance",
24148
24189
  "internet-gateway",
24149
24190
  "key-pair",
24150
24191
  "launch-template",
24192
+ "local-gateway-route-table-vpc-association",
24151
24193
  "natgateway",
24152
24194
  "network-acl",
24153
24195
  "network-interface",
@@ -807,7 +807,8 @@
807
807
  "UnitType":{"shape":"ComputeLimitsUnitType"},
808
808
  "MinimumCapacityUnits":{"shape":"Integer"},
809
809
  "MaximumCapacityUnits":{"shape":"Integer"},
810
- "MaximumOnDemandCapacityUnits":{"shape":"Integer"}
810
+ "MaximumOnDemandCapacityUnits":{"shape":"Integer"},
811
+ "MaximumCoreCapacityUnits":{"shape":"Integer"}
811
812
  }
812
813
  },
813
814
  "ComputeLimitsUnitType":{
@@ -1123,9 +1124,9 @@
1123
1124
  },
1124
1125
  "InstanceFleetProvisioningSpecifications":{
1125
1126
  "type":"structure",
1126
- "required":["SpotSpecification"],
1127
1127
  "members":{
1128
- "SpotSpecification":{"shape":"SpotProvisioningSpecification"}
1128
+ "SpotSpecification":{"shape":"SpotProvisioningSpecification"},
1129
+ "OnDemandSpecification":{"shape":"OnDemandProvisioningSpecification"}
1129
1130
  }
1130
1131
  },
1131
1132
  "InstanceFleetState":{
@@ -1779,6 +1780,17 @@
1779
1780
  "type":"double",
1780
1781
  "min":0.0
1781
1782
  },
1783
+ "OnDemandProvisioningAllocationStrategy":{
1784
+ "type":"string",
1785
+ "enum":["lowest-price"]
1786
+ },
1787
+ "OnDemandProvisioningSpecification":{
1788
+ "type":"structure",
1789
+ "required":["AllocationStrategy"],
1790
+ "members":{
1791
+ "AllocationStrategy":{"shape":"OnDemandProvisioningAllocationStrategy"}
1792
+ }
1793
+ },
1782
1794
  "OptionalArnType":{
1783
1795
  "type":"string",
1784
1796
  "max":2048,
@@ -2064,6 +2076,10 @@
2064
2076
  "CoolDown":{"shape":"Integer"}
2065
2077
  }
2066
2078
  },
2079
+ "SpotProvisioningAllocationStrategy":{
2080
+ "type":"string",
2081
+ "enum":["capacity-optimized"]
2082
+ },
2067
2083
  "SpotProvisioningSpecification":{
2068
2084
  "type":"structure",
2069
2085
  "required":[
@@ -2073,7 +2089,8 @@
2073
2089
  "members":{
2074
2090
  "TimeoutDurationMinutes":{"shape":"WholeNumber"},
2075
2091
  "TimeoutAction":{"shape":"SpotProvisioningTimeoutAction"},
2076
- "BlockDurationMinutes":{"shape":"WholeNumber"}
2092
+ "BlockDurationMinutes":{"shape":"WholeNumber"},
2093
+ "AllocationStrategy":{"shape":"SpotProvisioningAllocationStrategy"}
2077
2094
  }
2078
2095
  },
2079
2096
  "SpotProvisioningTimeoutAction":{
@@ -102,6 +102,7 @@
102
102
  {"shape":"ActiveDirectoryError"},
103
103
  {"shape":"IncompatibleParameterError"},
104
104
  {"shape":"InvalidNetworkSettings"},
105
+ {"shape":"InvalidPerUnitStorageThroughput"},
105
106
  {"shape":"ServiceLimitExceeded"},
106
107
  {"shape":"BackupNotFound"},
107
108
  {"shape":"InternalServerError"},
@@ -293,7 +294,7 @@
293
294
  "type":"string",
294
295
  "max":255,
295
296
  "min":1,
296
- "pattern":"^.{1,255}$"
297
+ "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,255}$"
297
298
  },
298
299
  "AdministrativeAction":{
299
300
  "type":"structure",
@@ -328,7 +329,7 @@
328
329
  "type":"string",
329
330
  "max":900,
330
331
  "min":3,
331
- "pattern":"^.{3,900}$"
332
+ "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{3,4357}$"
332
333
  },
333
334
  "AutomaticBackupRetentionDays":{
334
335
  "type":"integer",
@@ -514,6 +515,7 @@
514
515
  "SecurityGroupIds":{"shape":"SecurityGroupIds"},
515
516
  "Tags":{"shape":"Tags"},
516
517
  "WindowsConfiguration":{"shape":"CreateFileSystemWindowsConfiguration"},
518
+ "LustreConfiguration":{"shape":"CreateFileSystemLustreConfiguration"},
517
519
  "StorageType":{"shape":"StorageType"}
518
520
  }
519
521
  },
@@ -531,7 +533,10 @@
531
533
  "ExportPath":{"shape":"ArchivePath"},
532
534
  "ImportedFileChunkSize":{"shape":"Megabytes"},
533
535
  "DeploymentType":{"shape":"LustreDeploymentType"},
534
- "PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"}
536
+ "PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"},
537
+ "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
538
+ "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
539
+ "CopyTagsToBackups":{"shape":"Flag"}
535
540
  }
536
541
  },
537
542
  "CreateFileSystemRequest":{
@@ -696,7 +701,7 @@
696
701
  "type":"string",
697
702
  "max":4096,
698
703
  "min":0,
699
- "pattern":"^.{0,4096}$"
704
+ "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{0,4096}$"
700
705
  },
701
706
  "DataRepositoryTaskPaths":{
702
707
  "type":"list",
@@ -739,6 +744,20 @@
739
744
  "Lifecycle":{"shape":"BackupLifecycle"}
740
745
  }
741
746
  },
747
+ "DeleteFileSystemLustreConfiguration":{
748
+ "type":"structure",
749
+ "members":{
750
+ "SkipFinalBackup":{"shape":"Flag"},
751
+ "FinalBackupTags":{"shape":"Tags"}
752
+ }
753
+ },
754
+ "DeleteFileSystemLustreResponse":{
755
+ "type":"structure",
756
+ "members":{
757
+ "FinalBackupId":{"shape":"BackupId"},
758
+ "FinalBackupTags":{"shape":"Tags"}
759
+ }
760
+ },
742
761
  "DeleteFileSystemRequest":{
743
762
  "type":"structure",
744
763
  "required":["FileSystemId"],
@@ -748,7 +767,8 @@
748
767
  "shape":"ClientRequestToken",
749
768
  "idempotencyToken":true
750
769
  },
751
- "WindowsConfiguration":{"shape":"DeleteFileSystemWindowsConfiguration"}
770
+ "WindowsConfiguration":{"shape":"DeleteFileSystemWindowsConfiguration"},
771
+ "LustreConfiguration":{"shape":"DeleteFileSystemLustreConfiguration"}
752
772
  }
753
773
  },
754
774
  "DeleteFileSystemResponse":{
@@ -756,7 +776,8 @@
756
776
  "members":{
757
777
  "FileSystemId":{"shape":"FileSystemId"},
758
778
  "Lifecycle":{"shape":"FileSystemLifecycle"},
759
- "WindowsResponse":{"shape":"DeleteFileSystemWindowsResponse"}
779
+ "WindowsResponse":{"shape":"DeleteFileSystemWindowsResponse"},
780
+ "LustreResponse":{"shape":"DeleteFileSystemLustreResponse"}
760
781
  }
761
782
  },
762
783
  "DeleteFileSystemWindowsConfiguration":{
@@ -837,7 +858,7 @@
837
858
  "type":"string",
838
859
  "max":256,
839
860
  "min":1,
840
- "pattern":"^.{1,256}$"
861
+ "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,256}$"
841
862
  },
842
863
  "DnsIps":{
843
864
  "type":"list",
@@ -879,7 +900,7 @@
879
900
  "type":"string",
880
901
  "max":256,
881
902
  "min":1,
882
- "pattern":"^.{1,256}$"
903
+ "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,256}$"
883
904
  },
884
905
  "FileSystemFailureDetails":{
885
906
  "type":"structure",
@@ -951,7 +972,8 @@
951
972
  "type":"string",
952
973
  "enum":[
953
974
  "file-system-id",
954
- "backup-type"
975
+ "backup-type",
976
+ "file-system-type"
955
977
  ]
956
978
  },
957
979
  "FilterValue":{
@@ -1062,7 +1084,10 @@
1062
1084
  "DataRepositoryConfiguration":{"shape":"DataRepositoryConfiguration"},
1063
1085
  "DeploymentType":{"shape":"LustreDeploymentType"},
1064
1086
  "PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"},
1065
- "MountName":{"shape":"LustreFileSystemMountName"}
1087
+ "MountName":{"shape":"LustreFileSystemMountName"},
1088
+ "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
1089
+ "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
1090
+ "CopyTagsToBackups":{"shape":"Flag"}
1066
1091
  }
1067
1092
  },
1068
1093
  "LustreFileSystemMountName":{
@@ -1123,7 +1148,7 @@
1123
1148
  "type":"string",
1124
1149
  "max":2000,
1125
1150
  "min":1,
1126
- "pattern":"^.{1,2000}$"
1151
+ "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,2000}$"
1127
1152
  },
1128
1153
  "Parameter":{
1129
1154
  "type":"string",
@@ -1356,7 +1381,9 @@
1356
1381
  "UpdateFileSystemLustreConfiguration":{
1357
1382
  "type":"structure",
1358
1383
  "members":{
1359
- "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"}
1384
+ "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
1385
+ "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
1386
+ "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"}
1360
1387
  }
1361
1388
  },
1362
1389
  "UpdateFileSystemRequest":{
@@ -453,6 +453,38 @@
453
453
  {"shape":"OperationTimeoutException"}
454
454
  ]
455
455
  },
456
+ "DeleteColumnStatisticsForPartition":{
457
+ "name":"DeleteColumnStatisticsForPartition",
458
+ "http":{
459
+ "method":"POST",
460
+ "requestUri":"/"
461
+ },
462
+ "input":{"shape":"DeleteColumnStatisticsForPartitionRequest"},
463
+ "output":{"shape":"DeleteColumnStatisticsForPartitionResponse"},
464
+ "errors":[
465
+ {"shape":"EntityNotFoundException"},
466
+ {"shape":"InvalidInputException"},
467
+ {"shape":"InternalServiceException"},
468
+ {"shape":"OperationTimeoutException"},
469
+ {"shape":"GlueEncryptionException"}
470
+ ]
471
+ },
472
+ "DeleteColumnStatisticsForTable":{
473
+ "name":"DeleteColumnStatisticsForTable",
474
+ "http":{
475
+ "method":"POST",
476
+ "requestUri":"/"
477
+ },
478
+ "input":{"shape":"DeleteColumnStatisticsForTableRequest"},
479
+ "output":{"shape":"DeleteColumnStatisticsForTableResponse"},
480
+ "errors":[
481
+ {"shape":"EntityNotFoundException"},
482
+ {"shape":"InvalidInputException"},
483
+ {"shape":"InternalServiceException"},
484
+ {"shape":"OperationTimeoutException"},
485
+ {"shape":"GlueEncryptionException"}
486
+ ]
487
+ },
456
488
  "DeleteConnection":{
457
489
  "name":"DeleteConnection",
458
490
  "http":{
@@ -699,6 +731,38 @@
699
731
  {"shape":"OperationTimeoutException"}
700
732
  ]
701
733
  },
734
+ "GetColumnStatisticsForPartition":{
735
+ "name":"GetColumnStatisticsForPartition",
736
+ "http":{
737
+ "method":"POST",
738
+ "requestUri":"/"
739
+ },
740
+ "input":{"shape":"GetColumnStatisticsForPartitionRequest"},
741
+ "output":{"shape":"GetColumnStatisticsForPartitionResponse"},
742
+ "errors":[
743
+ {"shape":"EntityNotFoundException"},
744
+ {"shape":"InvalidInputException"},
745
+ {"shape":"InternalServiceException"},
746
+ {"shape":"OperationTimeoutException"},
747
+ {"shape":"GlueEncryptionException"}
748
+ ]
749
+ },
750
+ "GetColumnStatisticsForTable":{
751
+ "name":"GetColumnStatisticsForTable",
752
+ "http":{
753
+ "method":"POST",
754
+ "requestUri":"/"
755
+ },
756
+ "input":{"shape":"GetColumnStatisticsForTableRequest"},
757
+ "output":{"shape":"GetColumnStatisticsForTableResponse"},
758
+ "errors":[
759
+ {"shape":"EntityNotFoundException"},
760
+ {"shape":"InvalidInputException"},
761
+ {"shape":"InternalServiceException"},
762
+ {"shape":"OperationTimeoutException"},
763
+ {"shape":"GlueEncryptionException"}
764
+ ]
765
+ },
702
766
  "GetConnection":{
703
767
  "name":"GetConnection",
704
768
  "http":{
@@ -1726,6 +1790,38 @@
1726
1790
  {"shape":"OperationTimeoutException"}
1727
1791
  ]
1728
1792
  },
1793
+ "UpdateColumnStatisticsForPartition":{
1794
+ "name":"UpdateColumnStatisticsForPartition",
1795
+ "http":{
1796
+ "method":"POST",
1797
+ "requestUri":"/"
1798
+ },
1799
+ "input":{"shape":"UpdateColumnStatisticsForPartitionRequest"},
1800
+ "output":{"shape":"UpdateColumnStatisticsForPartitionResponse"},
1801
+ "errors":[
1802
+ {"shape":"EntityNotFoundException"},
1803
+ {"shape":"InvalidInputException"},
1804
+ {"shape":"InternalServiceException"},
1805
+ {"shape":"OperationTimeoutException"},
1806
+ {"shape":"GlueEncryptionException"}
1807
+ ]
1808
+ },
1809
+ "UpdateColumnStatisticsForTable":{
1810
+ "name":"UpdateColumnStatisticsForTable",
1811
+ "http":{
1812
+ "method":"POST",
1813
+ "requestUri":"/"
1814
+ },
1815
+ "input":{"shape":"UpdateColumnStatisticsForTableRequest"},
1816
+ "output":{"shape":"UpdateColumnStatisticsForTableResponse"},
1817
+ "errors":[
1818
+ {"shape":"EntityNotFoundException"},
1819
+ {"shape":"InvalidInputException"},
1820
+ {"shape":"InternalServiceException"},
1821
+ {"shape":"OperationTimeoutException"},
1822
+ {"shape":"GlueEncryptionException"}
1823
+ ]
1824
+ },
1729
1825
  "UpdateConnection":{
1730
1826
  "name":"UpdateConnection",
1731
1827
  "http":{
@@ -2208,7 +2304,34 @@
2208
2304
  "type":"list",
2209
2305
  "member":{"shape":"BatchStopJobRunSuccessfulSubmission"}
2210
2306
  },
2307
+ "BinaryColumnStatisticsData":{
2308
+ "type":"structure",
2309
+ "required":[
2310
+ "MaximumLength",
2311
+ "AverageLength",
2312
+ "NumberOfNulls"
2313
+ ],
2314
+ "members":{
2315
+ "MaximumLength":{"shape":"NonNegativeLong"},
2316
+ "AverageLength":{"shape":"NonNegativeDouble"},
2317
+ "NumberOfNulls":{"shape":"NonNegativeLong"}
2318
+ }
2319
+ },
2320
+ "Blob":{"type":"blob"},
2211
2321
  "Boolean":{"type":"boolean"},
2322
+ "BooleanColumnStatisticsData":{
2323
+ "type":"structure",
2324
+ "required":[
2325
+ "NumberOfTrues",
2326
+ "NumberOfFalses",
2327
+ "NumberOfNulls"
2328
+ ],
2329
+ "members":{
2330
+ "NumberOfTrues":{"shape":"NonNegativeLong"},
2331
+ "NumberOfFalses":{"shape":"NonNegativeLong"},
2332
+ "NumberOfNulls":{"shape":"NonNegativeLong"}
2333
+ }
2334
+ },
2212
2335
  "BooleanNullable":{"type":"boolean"},
2213
2336
  "BooleanValue":{"type":"boolean"},
2214
2337
  "BoundedPartitionValueList":{
@@ -2387,6 +2510,17 @@
2387
2510
  "Parameters":{"shape":"ParametersMap"}
2388
2511
  }
2389
2512
  },
2513
+ "ColumnError":{
2514
+ "type":"structure",
2515
+ "members":{
2516
+ "ColumnName":{"shape":"NameString"},
2517
+ "Error":{"shape":"ErrorDetail"}
2518
+ }
2519
+ },
2520
+ "ColumnErrors":{
2521
+ "type":"list",
2522
+ "member":{"shape":"ColumnError"}
2523
+ },
2390
2524
  "ColumnList":{
2391
2525
  "type":"list",
2392
2526
  "member":{"shape":"Column"}
@@ -2397,6 +2531,62 @@
2397
2531
  "min":1,
2398
2532
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
2399
2533
  },
2534
+ "ColumnStatistics":{
2535
+ "type":"structure",
2536
+ "required":[
2537
+ "ColumnName",
2538
+ "ColumnType",
2539
+ "AnalyzedTime",
2540
+ "StatisticsData"
2541
+ ],
2542
+ "members":{
2543
+ "ColumnName":{"shape":"NameString"},
2544
+ "ColumnType":{"shape":"TypeString"},
2545
+ "AnalyzedTime":{"shape":"Timestamp"},
2546
+ "StatisticsData":{"shape":"ColumnStatisticsData"}
2547
+ }
2548
+ },
2549
+ "ColumnStatisticsData":{
2550
+ "type":"structure",
2551
+ "required":["Type"],
2552
+ "members":{
2553
+ "Type":{"shape":"ColumnStatisticsType"},
2554
+ "BooleanColumnStatisticsData":{"shape":"BooleanColumnStatisticsData"},
2555
+ "DateColumnStatisticsData":{"shape":"DateColumnStatisticsData"},
2556
+ "DecimalColumnStatisticsData":{"shape":"DecimalColumnStatisticsData"},
2557
+ "DoubleColumnStatisticsData":{"shape":"DoubleColumnStatisticsData"},
2558
+ "LongColumnStatisticsData":{"shape":"LongColumnStatisticsData"},
2559
+ "StringColumnStatisticsData":{"shape":"StringColumnStatisticsData"},
2560
+ "BinaryColumnStatisticsData":{"shape":"BinaryColumnStatisticsData"}
2561
+ }
2562
+ },
2563
+ "ColumnStatisticsError":{
2564
+ "type":"structure",
2565
+ "members":{
2566
+ "ColumnStatistics":{"shape":"ColumnStatistics"},
2567
+ "Error":{"shape":"ErrorDetail"}
2568
+ }
2569
+ },
2570
+ "ColumnStatisticsErrors":{
2571
+ "type":"list",
2572
+ "member":{"shape":"ColumnStatisticsError"}
2573
+ },
2574
+ "ColumnStatisticsList":{
2575
+ "type":"list",
2576
+ "member":{"shape":"ColumnStatistics"}
2577
+ },
2578
+ "ColumnStatisticsType":{
2579
+ "type":"string",
2580
+ "enum":[
2581
+ "BOOLEAN",
2582
+ "DATE",
2583
+ "DECIMAL",
2584
+ "DOUBLE",
2585
+ "LONG",
2586
+ "STRING",
2587
+ "BINARY"
2588
+ ]
2589
+ },
2400
2590
  "ColumnTypeString":{
2401
2591
  "type":"string",
2402
2592
  "max":131072,
@@ -3141,6 +3331,43 @@
3141
3331
  "member":{"shape":"Database"}
3142
3332
  },
3143
3333
  "DatabaseName":{"type":"string"},
3334
+ "DateColumnStatisticsData":{
3335
+ "type":"structure",
3336
+ "required":[
3337
+ "NumberOfNulls",
3338
+ "NumberOfDistinctValues"
3339
+ ],
3340
+ "members":{
3341
+ "MinimumValue":{"shape":"Timestamp"},
3342
+ "MaximumValue":{"shape":"Timestamp"},
3343
+ "NumberOfNulls":{"shape":"NonNegativeLong"},
3344
+ "NumberOfDistinctValues":{"shape":"NonNegativeLong"}
3345
+ }
3346
+ },
3347
+ "DecimalColumnStatisticsData":{
3348
+ "type":"structure",
3349
+ "required":[
3350
+ "NumberOfNulls",
3351
+ "NumberOfDistinctValues"
3352
+ ],
3353
+ "members":{
3354
+ "MinimumValue":{"shape":"DecimalNumber"},
3355
+ "MaximumValue":{"shape":"DecimalNumber"},
3356
+ "NumberOfNulls":{"shape":"NonNegativeLong"},
3357
+ "NumberOfDistinctValues":{"shape":"NonNegativeLong"}
3358
+ }
3359
+ },
3360
+ "DecimalNumber":{
3361
+ "type":"structure",
3362
+ "required":[
3363
+ "UnscaledValue",
3364
+ "Scale"
3365
+ ],
3366
+ "members":{
3367
+ "UnscaledValue":{"shape":"Blob"},
3368
+ "Scale":{"shape":"Integer"}
3369
+ }
3370
+ },
3144
3371
  "DeleteBehavior":{
3145
3372
  "type":"string",
3146
3373
  "enum":[
@@ -3161,6 +3388,46 @@
3161
3388
  "members":{
3162
3389
  }
3163
3390
  },
3391
+ "DeleteColumnStatisticsForPartitionRequest":{
3392
+ "type":"structure",
3393
+ "required":[
3394
+ "DatabaseName",
3395
+ "TableName",
3396
+ "PartitionValues",
3397
+ "ColumnName"
3398
+ ],
3399
+ "members":{
3400
+ "CatalogId":{"shape":"CatalogIdString"},
3401
+ "DatabaseName":{"shape":"NameString"},
3402
+ "TableName":{"shape":"NameString"},
3403
+ "PartitionValues":{"shape":"ValueStringList"},
3404
+ "ColumnName":{"shape":"NameString"}
3405
+ }
3406
+ },
3407
+ "DeleteColumnStatisticsForPartitionResponse":{
3408
+ "type":"structure",
3409
+ "members":{
3410
+ }
3411
+ },
3412
+ "DeleteColumnStatisticsForTableRequest":{
3413
+ "type":"structure",
3414
+ "required":[
3415
+ "DatabaseName",
3416
+ "TableName",
3417
+ "ColumnName"
3418
+ ],
3419
+ "members":{
3420
+ "CatalogId":{"shape":"CatalogIdString"},
3421
+ "DatabaseName":{"shape":"NameString"},
3422
+ "TableName":{"shape":"NameString"},
3423
+ "ColumnName":{"shape":"NameString"}
3424
+ }
3425
+ },
3426
+ "DeleteColumnStatisticsForTableResponse":{
3427
+ "type":"structure",
3428
+ "members":{
3429
+ }
3430
+ },
3164
3431
  "DeleteConnectionNameList":{
3165
3432
  "type":"list",
3166
3433
  "member":{"shape":"NameString"},
@@ -3427,6 +3694,20 @@
3427
3694
  "max":25,
3428
3695
  "min":1
3429
3696
  },
3697
+ "Double":{"type":"double"},
3698
+ "DoubleColumnStatisticsData":{
3699
+ "type":"structure",
3700
+ "required":[
3701
+ "NumberOfNulls",
3702
+ "NumberOfDistinctValues"
3703
+ ],
3704
+ "members":{
3705
+ "MinimumValue":{"shape":"Double"},
3706
+ "MaximumValue":{"shape":"Double"},
3707
+ "NumberOfNulls":{"shape":"NonNegativeLong"},
3708
+ "NumberOfDistinctValues":{"shape":"NonNegativeLong"}
3709
+ }
3710
+ },
3430
3711
  "DynamoDBTarget":{
3431
3712
  "type":"structure",
3432
3713
  "members":{
@@ -3605,6 +3886,56 @@
3605
3886
  "NextToken":{"shape":"Token"}
3606
3887
  }
3607
3888
  },
3889
+ "GetColumnNamesList":{
3890
+ "type":"list",
3891
+ "member":{"shape":"NameString"},
3892
+ "max":100,
3893
+ "min":0
3894
+ },
3895
+ "GetColumnStatisticsForPartitionRequest":{
3896
+ "type":"structure",
3897
+ "required":[
3898
+ "DatabaseName",
3899
+ "TableName",
3900
+ "PartitionValues",
3901
+ "ColumnNames"
3902
+ ],
3903
+ "members":{
3904
+ "CatalogId":{"shape":"CatalogIdString"},
3905
+ "DatabaseName":{"shape":"NameString"},
3906
+ "TableName":{"shape":"NameString"},
3907
+ "PartitionValues":{"shape":"ValueStringList"},
3908
+ "ColumnNames":{"shape":"GetColumnNamesList"}
3909
+ }
3910
+ },
3911
+ "GetColumnStatisticsForPartitionResponse":{
3912
+ "type":"structure",
3913
+ "members":{
3914
+ "ColumnStatisticsList":{"shape":"ColumnStatisticsList"},
3915
+ "Errors":{"shape":"ColumnErrors"}
3916
+ }
3917
+ },
3918
+ "GetColumnStatisticsForTableRequest":{
3919
+ "type":"structure",
3920
+ "required":[
3921
+ "DatabaseName",
3922
+ "TableName",
3923
+ "ColumnNames"
3924
+ ],
3925
+ "members":{
3926
+ "CatalogId":{"shape":"CatalogIdString"},
3927
+ "DatabaseName":{"shape":"NameString"},
3928
+ "TableName":{"shape":"NameString"},
3929
+ "ColumnNames":{"shape":"GetColumnNamesList"}
3930
+ }
3931
+ },
3932
+ "GetColumnStatisticsForTableResponse":{
3933
+ "type":"structure",
3934
+ "members":{
3935
+ "ColumnStatisticsList":{"shape":"ColumnStatisticsList"},
3936
+ "Errors":{"shape":"ColumnErrors"}
3937
+ }
3938
+ },
3608
3939
  "GetConnectionRequest":{
3609
3940
  "type":"structure",
3610
3941
  "required":["Name"],
@@ -4761,6 +5092,20 @@
4761
5092
  "type":"string",
4762
5093
  "enum":["EQUALS"]
4763
5094
  },
5095
+ "Long":{"type":"long"},
5096
+ "LongColumnStatisticsData":{
5097
+ "type":"structure",
5098
+ "required":[
5099
+ "NumberOfNulls",
5100
+ "NumberOfDistinctValues"
5101
+ ],
5102
+ "members":{
5103
+ "MinimumValue":{"shape":"Long"},
5104
+ "MaximumValue":{"shape":"Long"},
5105
+ "NumberOfNulls":{"shape":"NonNegativeLong"},
5106
+ "NumberOfDistinctValues":{"shape":"NonNegativeLong"}
5107
+ }
5108
+ },
4764
5109
  "MLTransform":{
4765
5110
  "type":"structure",
4766
5111
  "members":{
@@ -4877,6 +5222,10 @@
4877
5222
  "type":"integer",
4878
5223
  "min":0
4879
5224
  },
5225
+ "NonNegativeLong":{
5226
+ "type":"long",
5227
+ "min":0
5228
+ },
4880
5229
  "NotificationProperty":{
4881
5230
  "type":"structure",
4882
5231
  "members":{
@@ -5579,6 +5928,21 @@
5579
5928
  "StoredAsSubDirectories":{"shape":"Boolean"}
5580
5929
  }
5581
5930
  },
5931
+ "StringColumnStatisticsData":{
5932
+ "type":"structure",
5933
+ "required":[
5934
+ "MaximumLength",
5935
+ "AverageLength",
5936
+ "NumberOfNulls",
5937
+ "NumberOfDistinctValues"
5938
+ ],
5939
+ "members":{
5940
+ "MaximumLength":{"shape":"NonNegativeLong"},
5941
+ "AverageLength":{"shape":"NonNegativeDouble"},
5942
+ "NumberOfNulls":{"shape":"NonNegativeLong"},
5943
+ "NumberOfDistinctValues":{"shape":"NonNegativeLong"}
5944
+ }
5945
+ },
5582
5946
  "StringList":{
5583
5947
  "type":"list",
5584
5948
  "member":{"shape":"GenericString"}
@@ -5926,6 +6290,12 @@
5926
6290
  "Predicate":{"shape":"Predicate"}
5927
6291
  }
5928
6292
  },
6293
+ "TypeString":{
6294
+ "type":"string",
6295
+ "max":20000,
6296
+ "min":0,
6297
+ "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
6298
+ },
5929
6299
  "URI":{
5930
6300
  "type":"string",
5931
6301
  "max":1024,
@@ -5969,6 +6339,54 @@
5969
6339
  "members":{
5970
6340
  }
5971
6341
  },
6342
+ "UpdateColumnStatisticsForPartitionRequest":{
6343
+ "type":"structure",
6344
+ "required":[
6345
+ "DatabaseName",
6346
+ "TableName",
6347
+ "PartitionValues",
6348
+ "ColumnStatisticsList"
6349
+ ],
6350
+ "members":{
6351
+ "CatalogId":{"shape":"CatalogIdString"},
6352
+ "DatabaseName":{"shape":"NameString"},
6353
+ "TableName":{"shape":"NameString"},
6354
+ "PartitionValues":{"shape":"ValueStringList"},
6355
+ "ColumnStatisticsList":{"shape":"UpdateColumnStatisticsList"}
6356
+ }
6357
+ },
6358
+ "UpdateColumnStatisticsForPartitionResponse":{
6359
+ "type":"structure",
6360
+ "members":{
6361
+ "Errors":{"shape":"ColumnStatisticsErrors"}
6362
+ }
6363
+ },
6364
+ "UpdateColumnStatisticsForTableRequest":{
6365
+ "type":"structure",
6366
+ "required":[
6367
+ "DatabaseName",
6368
+ "TableName",
6369
+ "ColumnStatisticsList"
6370
+ ],
6371
+ "members":{
6372
+ "CatalogId":{"shape":"CatalogIdString"},
6373
+ "DatabaseName":{"shape":"NameString"},
6374
+ "TableName":{"shape":"NameString"},
6375
+ "ColumnStatisticsList":{"shape":"UpdateColumnStatisticsList"}
6376
+ }
6377
+ },
6378
+ "UpdateColumnStatisticsForTableResponse":{
6379
+ "type":"structure",
6380
+ "members":{
6381
+ "Errors":{"shape":"ColumnStatisticsErrors"}
6382
+ }
6383
+ },
6384
+ "UpdateColumnStatisticsList":{
6385
+ "type":"list",
6386
+ "member":{"shape":"ColumnStatistics"},
6387
+ "max":25,
6388
+ "min":0
6389
+ },
5972
6390
  "UpdateConnectionRequest":{
5973
6391
  "type":"structure",
5974
6392
  "required":[