@aws-sdk/client-glue 3.940.0 → 3.942.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +62 -11
- package/dist-es/models/enums.js +17 -0
- package/dist-es/schemas/schemas_0.js +44 -11
- package/dist-types/commands/CreateTableCommand.d.ts +9 -0
- package/dist-types/commands/GetTableCommand.d.ts +16 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetTableVersionsCommand.d.ts +16 -0
- package/dist-types/commands/GetTablesCommand.d.ts +16 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +17 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +19 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +2 -1
- package/dist-types/models/enums.d.ts +33 -0
- package/dist-types/models/models_0.d.ts +0 -83
- package/dist-types/models/models_1.d.ts +38 -1
- package/dist-types/models/models_2.d.ts +68 -11
- package/dist-types/models/models_3.d.ts +22 -2
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/enums.d.ts +21 -0
- package/dist-types/ts3.4/models/models_1.d.ts +8 -0
- package/dist-types/ts3.4/models/models_2.d.ts +16 -3
- package/dist-types/ts3.4/models/models_3.d.ts +6 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -1478,6 +1478,7 @@ const _EAR = "EncryptionAtRest";
|
|
|
1478
1478
|
const _EAr = "ErroredActions";
|
|
1479
1479
|
const _EBA = "EventBusArn";
|
|
1480
1480
|
const _EBC = "EventBatchingCondition";
|
|
1481
|
+
const _EBI = "EncryptedById";
|
|
1481
1482
|
const _EBN = "ErrorByName";
|
|
1482
1483
|
const _EC = "EvaluationContext";
|
|
1483
1484
|
const _ECLM = "EmitConsumerLagMetrics";
|
|
@@ -1492,6 +1493,8 @@ const _EDQMF = "EvaluateDataQualityMultiFrame";
|
|
|
1492
1493
|
const _EDr = "ErrorDetails";
|
|
1493
1494
|
const _EH = "EnableHybrid";
|
|
1494
1495
|
const _EJSP = "ExtraJarsS3Path";
|
|
1496
|
+
const _EK = "EncryptionKey";
|
|
1497
|
+
const _EKM = "EncryptedKeyMetadata";
|
|
1495
1498
|
const _EL = "EvaluationLevel";
|
|
1496
1499
|
const _ELTRP = "ExportLabelsTaskRunProperties";
|
|
1497
1500
|
const _ELd = "EdgeList";
|
|
@@ -1858,8 +1861,10 @@ const _ICTGR = "ImportCatalogToGlueRequest";
|
|
|
1858
1861
|
const _ICTGRm = "ImportCatalogToGlueResponse";
|
|
1859
1862
|
const _ICn = "IntegrationConfig";
|
|
1860
1863
|
const _ICs = "IsCreateable";
|
|
1864
|
+
const _ID = "InitialDefault";
|
|
1861
1865
|
const _IDOC = "IsDefaultOnCreate";
|
|
1862
1866
|
const _IE = "IsEnabled";
|
|
1867
|
+
const _IEK = "IcebergEncryptedKey";
|
|
1863
1868
|
const _IEL = "IntegrationErrorList";
|
|
1864
1869
|
const _IEn = "IntegrationError";
|
|
1865
1870
|
const _IEs = "IsEmpty";
|
|
@@ -1881,6 +1886,7 @@ const _IL = "IntegrationsList";
|
|
|
1881
1886
|
const _ILTRP = "ImportLabelsTaskRunProperties";
|
|
1882
1887
|
const _IM = "IcebergMetrics";
|
|
1883
1888
|
const _IMDV = "IsMultiDialectView";
|
|
1889
|
+
const _IMV = "IsMaterializedView";
|
|
1884
1890
|
const _IN = "IntegrationName";
|
|
1885
1891
|
const _INFF = "IntegrationNotFoundFault";
|
|
1886
1892
|
const _INO = "IsNegOne";
|
|
@@ -1993,6 +1999,7 @@ const _Jo = "Join";
|
|
|
1993
1999
|
const _Job = "Job";
|
|
1994
2000
|
const _K = "Key";
|
|
1995
2001
|
const _KA = "KmsArn";
|
|
2002
|
+
const _KI = "KeyId";
|
|
1996
2003
|
const _KK = "KmsKey";
|
|
1997
2004
|
const _KKA = "KmsKeyArn";
|
|
1998
2005
|
const _KKI = "KmsKeyId";
|
|
@@ -2081,6 +2088,7 @@ const _LR = "LastRun";
|
|
|
2081
2088
|
const _LRI = "ListRegistriesInput";
|
|
2082
2089
|
const _LRR = "ListRegistriesResponse";
|
|
2083
2090
|
const _LRS = "LastRuntimeSeconds";
|
|
2091
|
+
const _LRT = "LastRefreshType";
|
|
2084
2092
|
const _LRi = "ListRegistries";
|
|
2085
2093
|
const _LS = "LogStream";
|
|
2086
2094
|
const _LSGTRP = "LabelingSetGenerationTaskRunProperties";
|
|
@@ -2457,6 +2465,7 @@ const _RSVR = "RegisterSchemaVersionResponse";
|
|
|
2457
2465
|
const _RSe = "RegexString";
|
|
2458
2466
|
const _RSec = "RecipeSteps";
|
|
2459
2467
|
const _RSeci = "RecipeStep";
|
|
2468
|
+
const _RSef = "RefreshSeconds";
|
|
2460
2469
|
const _RSu = "RunStatement";
|
|
2461
2470
|
const _RT = "RefreshToken";
|
|
2462
2471
|
const _RTD = "RedshiftTmpDir";
|
|
@@ -2657,6 +2666,7 @@ const _SNta = "StatisticName";
|
|
|
2657
2666
|
const _SO = "StartedOn";
|
|
2658
2667
|
const _SOC = "StartOnCreation";
|
|
2659
2668
|
const _SOD = "StatementOutputData";
|
|
2669
|
+
const _SOVI = "SubObjectVersionIds";
|
|
2660
2670
|
const _SOo = "SortOrder";
|
|
2661
2671
|
const _SOt = "StreamingOptions";
|
|
2662
2672
|
const _SOta = "StartingOffsets";
|
|
@@ -3015,8 +3025,10 @@ const _VRL = "ViewRepresentationList";
|
|
|
3015
3025
|
const _VRi = "ViewRepresentation";
|
|
3016
3026
|
const _VUA = "ViewUpdateAction";
|
|
3017
3027
|
const _VV = "ViewValidations";
|
|
3028
|
+
const _VVI = "ViewVersionId";
|
|
3018
3029
|
const _VVL = "ViewValidationList";
|
|
3019
|
-
const _VVT = "
|
|
3030
|
+
const _VVT = "ViewVersionToken";
|
|
3031
|
+
const _VVTi = "ViewValidationText";
|
|
3020
3032
|
const _VVi = "ViewValidation";
|
|
3021
3033
|
const _Va = "Valid";
|
|
3022
3034
|
const _Val = "Values";
|
|
@@ -3025,6 +3037,7 @@ const _Ver = "Version";
|
|
|
3025
3037
|
const _Vers = "Versions";
|
|
3026
3038
|
const _W = "Workflows";
|
|
3027
3039
|
const _WA = "WaitingActions";
|
|
3040
|
+
const _WD = "WriteDefault";
|
|
3028
3041
|
const _WG = "WorkflowGraph";
|
|
3029
3042
|
const _WH = "WithHeader";
|
|
3030
3043
|
const _WHr = "WriteHeader";
|
|
@@ -5753,8 +5766,8 @@ var GetUnfilteredTableMetadataResponse = [
|
|
|
5753
5766
|
n0,
|
|
5754
5767
|
_GUTMRe,
|
|
5755
5768
|
0,
|
|
5756
|
-
[_Ta, _ACutho, _IRWLF, _CFe, _QAI, _IMDV, _RAe, _IPs, _Pe, _RFo],
|
|
5757
|
-
[() => Table, 64 | 0, 2, () => ColumnRowFilterList, 0, 2, 0, 2, 64 | 0, 0],
|
|
5769
|
+
[_Ta, _ACutho, _IRWLF, _CFe, _QAI, _IMDV, _IMV, _RAe, _IPs, _Pe, _RFo],
|
|
5770
|
+
[() => Table, 64 | 0, 2, () => ColumnRowFilterList, 0, 2, 2, 0, 2, 64 | 0, 0],
|
|
5758
5771
|
];
|
|
5759
5772
|
var GetUsageProfileRequest = [3, n0, _GUPR, 0, [_N], [0]];
|
|
5760
5773
|
var GetUsageProfileResponse = [
|
|
@@ -5855,6 +5868,7 @@ var IcebergCompactionMetrics = [
|
|
|
5855
5868
|
[_NOBC, _NOFC, _DH, _NOD, _JDIH],
|
|
5856
5869
|
[1, 1, 1, 1, 1],
|
|
5857
5870
|
];
|
|
5871
|
+
var IcebergEncryptedKey = [3, n0, _IEK, 0, [_KI, _EKM, _EBI, _Pr], [0, 0, 0, 128 | 0]];
|
|
5858
5872
|
var IcebergInput = [
|
|
5859
5873
|
3,
|
|
5860
5874
|
n0,
|
|
@@ -5937,14 +5951,30 @@ var IcebergSortOrder = [
|
|
|
5937
5951
|
[_OI, _Fie],
|
|
5938
5952
|
[1, () => IcebergSortOrderFieldList],
|
|
5939
5953
|
];
|
|
5940
|
-
var IcebergStructField = [
|
|
5954
|
+
var IcebergStructField = [
|
|
5955
|
+
3,
|
|
5956
|
+
n0,
|
|
5957
|
+
_ISFc,
|
|
5958
|
+
0,
|
|
5959
|
+
[_Id, _N, _Ty, _Req, _Do, _ID, _WD],
|
|
5960
|
+
[1, 0, 15, 2, 0, 15, 15],
|
|
5961
|
+
];
|
|
5941
5962
|
var IcebergTableUpdate = [
|
|
5942
5963
|
3,
|
|
5943
5964
|
n0,
|
|
5944
5965
|
_ITU,
|
|
5945
5966
|
0,
|
|
5946
|
-
[_S, _PSa, _SOo, _L, _Pr],
|
|
5947
|
-
[
|
|
5967
|
+
[_S, _PSa, _SOo, _L, _Pr, _A, _EK, _KI],
|
|
5968
|
+
[
|
|
5969
|
+
() => IcebergSchema,
|
|
5970
|
+
() => IcebergPartitionSpec,
|
|
5971
|
+
() => IcebergSortOrder,
|
|
5972
|
+
0,
|
|
5973
|
+
128 | 0,
|
|
5974
|
+
0,
|
|
5975
|
+
() => IcebergEncryptedKey,
|
|
5976
|
+
0,
|
|
5977
|
+
],
|
|
5948
5978
|
];
|
|
5949
5979
|
var IcebergTarget = [3, n0, _ITce, 0, [_Pat, _CNo, _Exc, _MTD], [64 | 0, 0, 64 | 0, 1]];
|
|
5950
5980
|
var IdempotentParameterMismatchException = [
|
|
@@ -7798,6 +7828,7 @@ var Table = [
|
|
|
7798
7828
|
_FT,
|
|
7799
7829
|
_VD,
|
|
7800
7830
|
_IMDV,
|
|
7831
|
+
_IMV,
|
|
7801
7832
|
_St,
|
|
7802
7833
|
],
|
|
7803
7834
|
[
|
|
@@ -7824,6 +7855,7 @@ var Table = [
|
|
|
7824
7855
|
() => FederatedTable,
|
|
7825
7856
|
() => ViewDefinition,
|
|
7826
7857
|
2,
|
|
7858
|
+
2,
|
|
7827
7859
|
() => TableStatus,
|
|
7828
7860
|
],
|
|
7829
7861
|
];
|
|
@@ -8329,16 +8361,16 @@ var ViewDefinition = [
|
|
|
8329
8361
|
n0,
|
|
8330
8362
|
_VD,
|
|
8331
8363
|
0,
|
|
8332
|
-
[_IPs, _Def, _SOu, _Repr],
|
|
8333
|
-
[2, 0, 64 | 0, () => ViewRepresentationList],
|
|
8364
|
+
[_IPs, _Def, _VVI, _VVT, _RSef, _LRT, _SOu, _SOVI, _Repr],
|
|
8365
|
+
[2, 0, 1, 0, 1, 0, 64 | 0, 64 | 1, () => ViewRepresentationList],
|
|
8334
8366
|
];
|
|
8335
8367
|
var ViewDefinitionInput = [
|
|
8336
8368
|
3,
|
|
8337
8369
|
n0,
|
|
8338
8370
|
_VDI,
|
|
8339
8371
|
0,
|
|
8340
|
-
[_IPs, _Def, _Repr, _SOu],
|
|
8341
|
-
[2, 0, () => ViewRepresentationInputList, 64 | 0],
|
|
8372
|
+
[_IPs, _Def, _Repr, _VVI, _VVT, _RSef, _LRT, _SOu, _SOVI],
|
|
8373
|
+
[2, 0, () => ViewRepresentationInputList, 1, 0, 1, 0, 64 | 0, 64 | 1],
|
|
8342
8374
|
];
|
|
8343
8375
|
var ViewRepresentation = [
|
|
8344
8376
|
3,
|
|
@@ -8361,7 +8393,7 @@ var ViewValidation = [
|
|
|
8361
8393
|
n0,
|
|
8362
8394
|
_VVi,
|
|
8363
8395
|
0,
|
|
8364
|
-
[_Dia, _DVi,
|
|
8396
|
+
[_Dia, _DVi, _VVTi, _UT, _Sta, _Er],
|
|
8365
8397
|
[0, 0, 0, 4, 0, () => ErrorDetail],
|
|
8366
8398
|
];
|
|
8367
8399
|
var Workflow = [
|
|
@@ -14552,6 +14584,10 @@ const IcebergNullOrder = {
|
|
|
14552
14584
|
const MetadataOperation = {
|
|
14553
14585
|
CREATE: "CREATE",
|
|
14554
14586
|
};
|
|
14587
|
+
const LastRefreshType = {
|
|
14588
|
+
FULL: "FULL",
|
|
14589
|
+
INCREMENTAL: "INCREMENTAL",
|
|
14590
|
+
};
|
|
14555
14591
|
const ViewDialect = {
|
|
14556
14592
|
ATHENA: "ATHENA",
|
|
14557
14593
|
REDSHIFT: "REDSHIFT",
|
|
@@ -14785,6 +14821,19 @@ const Sort = {
|
|
|
14785
14821
|
ASCENDING: "ASC",
|
|
14786
14822
|
DESCENDING: "DESC",
|
|
14787
14823
|
};
|
|
14824
|
+
const IcebergUpdateAction = {
|
|
14825
|
+
ADD_ENCRYPTION_KEY: "add-encryption-key",
|
|
14826
|
+
ADD_SCHEMA: "add-schema",
|
|
14827
|
+
ADD_SORT_ORDER: "add-sort-order",
|
|
14828
|
+
ADD_SPEC: "add-spec",
|
|
14829
|
+
REMOVE_ENCRYPTION_KEY: "remove-encryption-key",
|
|
14830
|
+
REMOVE_PROPERTIES: "remove-properties",
|
|
14831
|
+
SET_CURRENT_SCHEMA: "set-current-schema",
|
|
14832
|
+
SET_DEFAULT_SORT_ORDER: "set-default-sort-order",
|
|
14833
|
+
SET_DEFAULT_SPEC: "set-default-spec",
|
|
14834
|
+
SET_LOCATION: "set-location",
|
|
14835
|
+
SET_PROPERTIES: "set-properties",
|
|
14836
|
+
};
|
|
14788
14837
|
const ViewUpdateAction = {
|
|
14789
14838
|
ADD: "ADD",
|
|
14790
14839
|
ADD_OR_REPLACE: "ADD_OR_REPLACE",
|
|
@@ -15046,6 +15095,7 @@ exports.IcebergNullOrder = IcebergNullOrder;
|
|
|
15046
15095
|
exports.IcebergSortDirection = IcebergSortDirection;
|
|
15047
15096
|
exports.IcebergStructTypeEnum = IcebergStructTypeEnum;
|
|
15048
15097
|
exports.IcebergTargetCompressionType = IcebergTargetCompressionType;
|
|
15098
|
+
exports.IcebergUpdateAction = IcebergUpdateAction;
|
|
15049
15099
|
exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException$1;
|
|
15050
15100
|
exports.IllegalBlueprintStateException = IllegalBlueprintStateException$1;
|
|
15051
15101
|
exports.IllegalSessionStateException = IllegalSessionStateException$1;
|
|
@@ -15071,6 +15121,7 @@ exports.JoinType = JoinType;
|
|
|
15071
15121
|
exports.KMSKeyNotAccessibleFault = KMSKeyNotAccessibleFault$1;
|
|
15072
15122
|
exports.Language = Language;
|
|
15073
15123
|
exports.LastCrawlStatus = LastCrawlStatus;
|
|
15124
|
+
exports.LastRefreshType = LastRefreshType;
|
|
15074
15125
|
exports.ListBlueprintsCommand = ListBlueprintsCommand;
|
|
15075
15126
|
exports.ListColumnStatisticsTaskRunsCommand = ListColumnStatisticsTaskRunsCommand;
|
|
15076
15127
|
exports.ListConnectionTypesCommand = ListConnectionTypesCommand;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -674,6 +674,10 @@ export const IcebergNullOrder = {
|
|
|
674
674
|
export const MetadataOperation = {
|
|
675
675
|
CREATE: "CREATE",
|
|
676
676
|
};
|
|
677
|
+
export const LastRefreshType = {
|
|
678
|
+
FULL: "FULL",
|
|
679
|
+
INCREMENTAL: "INCREMENTAL",
|
|
680
|
+
};
|
|
677
681
|
export const ViewDialect = {
|
|
678
682
|
ATHENA: "ATHENA",
|
|
679
683
|
REDSHIFT: "REDSHIFT",
|
|
@@ -907,6 +911,19 @@ export const Sort = {
|
|
|
907
911
|
ASCENDING: "ASC",
|
|
908
912
|
DESCENDING: "DESC",
|
|
909
913
|
};
|
|
914
|
+
export const IcebergUpdateAction = {
|
|
915
|
+
ADD_ENCRYPTION_KEY: "add-encryption-key",
|
|
916
|
+
ADD_SCHEMA: "add-schema",
|
|
917
|
+
ADD_SORT_ORDER: "add-sort-order",
|
|
918
|
+
ADD_SPEC: "add-spec",
|
|
919
|
+
REMOVE_ENCRYPTION_KEY: "remove-encryption-key",
|
|
920
|
+
REMOVE_PROPERTIES: "remove-properties",
|
|
921
|
+
SET_CURRENT_SCHEMA: "set-current-schema",
|
|
922
|
+
SET_DEFAULT_SORT_ORDER: "set-default-sort-order",
|
|
923
|
+
SET_DEFAULT_SPEC: "set-default-spec",
|
|
924
|
+
SET_LOCATION: "set-location",
|
|
925
|
+
SET_PROPERTIES: "set-properties",
|
|
926
|
+
};
|
|
910
927
|
export const ViewUpdateAction = {
|
|
911
928
|
ADD: "ADD",
|
|
912
929
|
ADD_OR_REPLACE: "ADD_OR_REPLACE",
|
|
@@ -720,6 +720,7 @@ const _EAR = "EncryptionAtRest";
|
|
|
720
720
|
const _EAr = "ErroredActions";
|
|
721
721
|
const _EBA = "EventBusArn";
|
|
722
722
|
const _EBC = "EventBatchingCondition";
|
|
723
|
+
const _EBI = "EncryptedById";
|
|
723
724
|
const _EBN = "ErrorByName";
|
|
724
725
|
const _EC = "EvaluationContext";
|
|
725
726
|
const _ECLM = "EmitConsumerLagMetrics";
|
|
@@ -734,6 +735,8 @@ const _EDQMF = "EvaluateDataQualityMultiFrame";
|
|
|
734
735
|
const _EDr = "ErrorDetails";
|
|
735
736
|
const _EH = "EnableHybrid";
|
|
736
737
|
const _EJSP = "ExtraJarsS3Path";
|
|
738
|
+
const _EK = "EncryptionKey";
|
|
739
|
+
const _EKM = "EncryptedKeyMetadata";
|
|
737
740
|
const _EL = "EvaluationLevel";
|
|
738
741
|
const _ELTRP = "ExportLabelsTaskRunProperties";
|
|
739
742
|
const _ELd = "EdgeList";
|
|
@@ -1100,8 +1103,10 @@ const _ICTGR = "ImportCatalogToGlueRequest";
|
|
|
1100
1103
|
const _ICTGRm = "ImportCatalogToGlueResponse";
|
|
1101
1104
|
const _ICn = "IntegrationConfig";
|
|
1102
1105
|
const _ICs = "IsCreateable";
|
|
1106
|
+
const _ID = "InitialDefault";
|
|
1103
1107
|
const _IDOC = "IsDefaultOnCreate";
|
|
1104
1108
|
const _IE = "IsEnabled";
|
|
1109
|
+
const _IEK = "IcebergEncryptedKey";
|
|
1105
1110
|
const _IEL = "IntegrationErrorList";
|
|
1106
1111
|
const _IEn = "IntegrationError";
|
|
1107
1112
|
const _IEs = "IsEmpty";
|
|
@@ -1123,6 +1128,7 @@ const _IL = "IntegrationsList";
|
|
|
1123
1128
|
const _ILTRP = "ImportLabelsTaskRunProperties";
|
|
1124
1129
|
const _IM = "IcebergMetrics";
|
|
1125
1130
|
const _IMDV = "IsMultiDialectView";
|
|
1131
|
+
const _IMV = "IsMaterializedView";
|
|
1126
1132
|
const _IN = "IntegrationName";
|
|
1127
1133
|
const _INFF = "IntegrationNotFoundFault";
|
|
1128
1134
|
const _INO = "IsNegOne";
|
|
@@ -1235,6 +1241,7 @@ const _Jo = "Join";
|
|
|
1235
1241
|
const _Job = "Job";
|
|
1236
1242
|
const _K = "Key";
|
|
1237
1243
|
const _KA = "KmsArn";
|
|
1244
|
+
const _KI = "KeyId";
|
|
1238
1245
|
const _KK = "KmsKey";
|
|
1239
1246
|
const _KKA = "KmsKeyArn";
|
|
1240
1247
|
const _KKI = "KmsKeyId";
|
|
@@ -1323,6 +1330,7 @@ const _LR = "LastRun";
|
|
|
1323
1330
|
const _LRI = "ListRegistriesInput";
|
|
1324
1331
|
const _LRR = "ListRegistriesResponse";
|
|
1325
1332
|
const _LRS = "LastRuntimeSeconds";
|
|
1333
|
+
const _LRT = "LastRefreshType";
|
|
1326
1334
|
const _LRi = "ListRegistries";
|
|
1327
1335
|
const _LS = "LogStream";
|
|
1328
1336
|
const _LSGTRP = "LabelingSetGenerationTaskRunProperties";
|
|
@@ -1699,6 +1707,7 @@ const _RSVR = "RegisterSchemaVersionResponse";
|
|
|
1699
1707
|
const _RSe = "RegexString";
|
|
1700
1708
|
const _RSec = "RecipeSteps";
|
|
1701
1709
|
const _RSeci = "RecipeStep";
|
|
1710
|
+
const _RSef = "RefreshSeconds";
|
|
1702
1711
|
const _RSu = "RunStatement";
|
|
1703
1712
|
const _RT = "RefreshToken";
|
|
1704
1713
|
const _RTD = "RedshiftTmpDir";
|
|
@@ -1899,6 +1908,7 @@ const _SNta = "StatisticName";
|
|
|
1899
1908
|
const _SO = "StartedOn";
|
|
1900
1909
|
const _SOC = "StartOnCreation";
|
|
1901
1910
|
const _SOD = "StatementOutputData";
|
|
1911
|
+
const _SOVI = "SubObjectVersionIds";
|
|
1902
1912
|
const _SOo = "SortOrder";
|
|
1903
1913
|
const _SOt = "StreamingOptions";
|
|
1904
1914
|
const _SOta = "StartingOffsets";
|
|
@@ -2257,8 +2267,10 @@ const _VRL = "ViewRepresentationList";
|
|
|
2257
2267
|
const _VRi = "ViewRepresentation";
|
|
2258
2268
|
const _VUA = "ViewUpdateAction";
|
|
2259
2269
|
const _VV = "ViewValidations";
|
|
2270
|
+
const _VVI = "ViewVersionId";
|
|
2260
2271
|
const _VVL = "ViewValidationList";
|
|
2261
|
-
const _VVT = "
|
|
2272
|
+
const _VVT = "ViewVersionToken";
|
|
2273
|
+
const _VVTi = "ViewValidationText";
|
|
2262
2274
|
const _VVi = "ViewValidation";
|
|
2263
2275
|
const _Va = "Valid";
|
|
2264
2276
|
const _Val = "Values";
|
|
@@ -2267,6 +2279,7 @@ const _Ver = "Version";
|
|
|
2267
2279
|
const _Vers = "Versions";
|
|
2268
2280
|
const _W = "Workflows";
|
|
2269
2281
|
const _WA = "WaitingActions";
|
|
2282
|
+
const _WD = "WriteDefault";
|
|
2270
2283
|
const _WG = "WorkflowGraph";
|
|
2271
2284
|
const _WH = "WithHeader";
|
|
2272
2285
|
const _WHr = "WriteHeader";
|
|
@@ -4998,8 +5011,8 @@ export var GetUnfilteredTableMetadataResponse = [
|
|
|
4998
5011
|
n0,
|
|
4999
5012
|
_GUTMRe,
|
|
5000
5013
|
0,
|
|
5001
|
-
[_Ta, _ACutho, _IRWLF, _CFe, _QAI, _IMDV, _RAe, _IPs, _Pe, _RFo],
|
|
5002
|
-
[() => Table, 64 | 0, 2, () => ColumnRowFilterList, 0, 2, 0, 2, 64 | 0, 0],
|
|
5014
|
+
[_Ta, _ACutho, _IRWLF, _CFe, _QAI, _IMDV, _IMV, _RAe, _IPs, _Pe, _RFo],
|
|
5015
|
+
[() => Table, 64 | 0, 2, () => ColumnRowFilterList, 0, 2, 2, 0, 2, 64 | 0, 0],
|
|
5003
5016
|
];
|
|
5004
5017
|
export var GetUsageProfileRequest = [3, n0, _GUPR, 0, [_N], [0]];
|
|
5005
5018
|
export var GetUsageProfileResponse = [
|
|
@@ -5100,6 +5113,7 @@ export var IcebergCompactionMetrics = [
|
|
|
5100
5113
|
[_NOBC, _NOFC, _DH, _NOD, _JDIH],
|
|
5101
5114
|
[1, 1, 1, 1, 1],
|
|
5102
5115
|
];
|
|
5116
|
+
export var IcebergEncryptedKey = [3, n0, _IEK, 0, [_KI, _EKM, _EBI, _Pr], [0, 0, 0, 128 | 0]];
|
|
5103
5117
|
export var IcebergInput = [
|
|
5104
5118
|
3,
|
|
5105
5119
|
n0,
|
|
@@ -5182,14 +5196,30 @@ export var IcebergSortOrder = [
|
|
|
5182
5196
|
[_OI, _Fie],
|
|
5183
5197
|
[1, () => IcebergSortOrderFieldList],
|
|
5184
5198
|
];
|
|
5185
|
-
export var IcebergStructField = [
|
|
5199
|
+
export var IcebergStructField = [
|
|
5200
|
+
3,
|
|
5201
|
+
n0,
|
|
5202
|
+
_ISFc,
|
|
5203
|
+
0,
|
|
5204
|
+
[_Id, _N, _Ty, _Req, _Do, _ID, _WD],
|
|
5205
|
+
[1, 0, 15, 2, 0, 15, 15],
|
|
5206
|
+
];
|
|
5186
5207
|
export var IcebergTableUpdate = [
|
|
5187
5208
|
3,
|
|
5188
5209
|
n0,
|
|
5189
5210
|
_ITU,
|
|
5190
5211
|
0,
|
|
5191
|
-
[_S, _PSa, _SOo, _L, _Pr],
|
|
5192
|
-
[
|
|
5212
|
+
[_S, _PSa, _SOo, _L, _Pr, _A, _EK, _KI],
|
|
5213
|
+
[
|
|
5214
|
+
() => IcebergSchema,
|
|
5215
|
+
() => IcebergPartitionSpec,
|
|
5216
|
+
() => IcebergSortOrder,
|
|
5217
|
+
0,
|
|
5218
|
+
128 | 0,
|
|
5219
|
+
0,
|
|
5220
|
+
() => IcebergEncryptedKey,
|
|
5221
|
+
0,
|
|
5222
|
+
],
|
|
5193
5223
|
];
|
|
5194
5224
|
export var IcebergTarget = [3, n0, _ITce, 0, [_Pat, _CNo, _Exc, _MTD], [64 | 0, 0, 64 | 0, 1]];
|
|
5195
5225
|
export var IdempotentParameterMismatchException = [
|
|
@@ -7043,6 +7073,7 @@ export var Table = [
|
|
|
7043
7073
|
_FT,
|
|
7044
7074
|
_VD,
|
|
7045
7075
|
_IMDV,
|
|
7076
|
+
_IMV,
|
|
7046
7077
|
_St,
|
|
7047
7078
|
],
|
|
7048
7079
|
[
|
|
@@ -7069,6 +7100,7 @@ export var Table = [
|
|
|
7069
7100
|
() => FederatedTable,
|
|
7070
7101
|
() => ViewDefinition,
|
|
7071
7102
|
2,
|
|
7103
|
+
2,
|
|
7072
7104
|
() => TableStatus,
|
|
7073
7105
|
],
|
|
7074
7106
|
];
|
|
@@ -7574,16 +7606,16 @@ export var ViewDefinition = [
|
|
|
7574
7606
|
n0,
|
|
7575
7607
|
_VD,
|
|
7576
7608
|
0,
|
|
7577
|
-
[_IPs, _Def, _SOu, _Repr],
|
|
7578
|
-
[2, 0, 64 | 0, () => ViewRepresentationList],
|
|
7609
|
+
[_IPs, _Def, _VVI, _VVT, _RSef, _LRT, _SOu, _SOVI, _Repr],
|
|
7610
|
+
[2, 0, 1, 0, 1, 0, 64 | 0, 64 | 1, () => ViewRepresentationList],
|
|
7579
7611
|
];
|
|
7580
7612
|
export var ViewDefinitionInput = [
|
|
7581
7613
|
3,
|
|
7582
7614
|
n0,
|
|
7583
7615
|
_VDI,
|
|
7584
7616
|
0,
|
|
7585
|
-
[_IPs, _Def, _Repr, _SOu],
|
|
7586
|
-
[2, 0, () => ViewRepresentationInputList, 64 | 0],
|
|
7617
|
+
[_IPs, _Def, _Repr, _VVI, _VVT, _RSef, _LRT, _SOu, _SOVI],
|
|
7618
|
+
[2, 0, () => ViewRepresentationInputList, 1, 0, 1, 0, 64 | 0, 64 | 1],
|
|
7587
7619
|
];
|
|
7588
7620
|
export var ViewRepresentation = [
|
|
7589
7621
|
3,
|
|
@@ -7606,7 +7638,7 @@ export var ViewValidation = [
|
|
|
7606
7638
|
n0,
|
|
7607
7639
|
_VVi,
|
|
7608
7640
|
0,
|
|
7609
|
-
[_Dia, _DVi,
|
|
7641
|
+
[_Dia, _DVi, _VVTi, _UT, _Sta, _Er],
|
|
7610
7642
|
[0, 0, 0, 4, 0, () => ErrorDetail],
|
|
7611
7643
|
];
|
|
7612
7644
|
export var Workflow = [
|
|
@@ -7888,6 +7920,7 @@ export var ValueStringList = 64 | 0;
|
|
|
7888
7920
|
export var ViewRepresentationInputList = [1, n0, _VRIL, 0, () => ViewRepresentationInput];
|
|
7889
7921
|
export var ViewRepresentationList = [1, n0, _VRL, 0, () => ViewRepresentation];
|
|
7890
7922
|
export var ViewSubObjectsList = 64 | 0;
|
|
7923
|
+
export var ViewSubObjectVersionIdsList = 64 | 1;
|
|
7891
7924
|
export var ViewValidationList = [1, n0, _VVL, 0, () => ViewValidation];
|
|
7892
7925
|
export var WorkflowNames = 64 | 0;
|
|
7893
7926
|
export var WorkflowRuns = [1, n0, _WRo, 0, () => WorkflowRun];
|
|
@@ -135,9 +135,16 @@ declare const CreateTableCommand_base: {
|
|
|
135
135
|
* ViewExpandedText: "STRING_VALUE",
|
|
136
136
|
* },
|
|
137
137
|
* ],
|
|
138
|
+
* ViewVersionId: Number("long"),
|
|
139
|
+
* ViewVersionToken: "STRING_VALUE",
|
|
140
|
+
* RefreshSeconds: Number("long"),
|
|
141
|
+
* LastRefreshType: "FULL" || "INCREMENTAL",
|
|
138
142
|
* SubObjects: [ // ViewSubObjectsList
|
|
139
143
|
* "STRING_VALUE",
|
|
140
144
|
* ],
|
|
145
|
+
* SubObjectVersionIds: [ // ViewSubObjectVersionIdsList
|
|
146
|
+
* Number("long"),
|
|
147
|
+
* ],
|
|
141
148
|
* },
|
|
142
149
|
* },
|
|
143
150
|
* PartitionIndexes: [ // PartitionIndexList
|
|
@@ -168,6 +175,8 @@ declare const CreateTableCommand_base: {
|
|
|
168
175
|
* Type: "DOCUMENT_VALUE", // required
|
|
169
176
|
* Required: true || false, // required
|
|
170
177
|
* Doc: "STRING_VALUE",
|
|
178
|
+
* InitialDefault: "DOCUMENT_VALUE",
|
|
179
|
+
* WriteDefault: "DOCUMENT_VALUE",
|
|
171
180
|
* },
|
|
172
181
|
* ],
|
|
173
182
|
* },
|
|
@@ -155,9 +155,16 @@ declare const GetTableCommand_base: {
|
|
|
155
155
|
* // ViewDefinition: { // ViewDefinition
|
|
156
156
|
* // IsProtected: true || false,
|
|
157
157
|
* // Definer: "STRING_VALUE",
|
|
158
|
+
* // ViewVersionId: Number("long"),
|
|
159
|
+
* // ViewVersionToken: "STRING_VALUE",
|
|
160
|
+
* // RefreshSeconds: Number("long"),
|
|
161
|
+
* // LastRefreshType: "FULL" || "INCREMENTAL",
|
|
158
162
|
* // SubObjects: [ // ViewSubObjectsList
|
|
159
163
|
* // "STRING_VALUE",
|
|
160
164
|
* // ],
|
|
165
|
+
* // SubObjectVersionIds: [ // ViewSubObjectVersionIdsList
|
|
166
|
+
* // Number("long"),
|
|
167
|
+
* // ],
|
|
161
168
|
* // Representations: [ // ViewRepresentationList
|
|
162
169
|
* // { // ViewRepresentation
|
|
163
170
|
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
@@ -170,6 +177,7 @@ declare const GetTableCommand_base: {
|
|
|
170
177
|
* // ],
|
|
171
178
|
* // },
|
|
172
179
|
* // IsMultiDialectView: true || false,
|
|
180
|
+
* // IsMaterializedView: true || false,
|
|
173
181
|
* // Status: { // TableStatus
|
|
174
182
|
* // RequestedBy: "STRING_VALUE",
|
|
175
183
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -259,9 +267,16 @@ declare const GetTableCommand_base: {
|
|
|
259
267
|
* // ViewDefinition: {
|
|
260
268
|
* // IsProtected: true || false,
|
|
261
269
|
* // Definer: "STRING_VALUE",
|
|
270
|
+
* // ViewVersionId: Number("long"),
|
|
271
|
+
* // ViewVersionToken: "STRING_VALUE",
|
|
272
|
+
* // RefreshSeconds: Number("long"),
|
|
273
|
+
* // LastRefreshType: "FULL" || "INCREMENTAL",
|
|
262
274
|
* // SubObjects: [
|
|
263
275
|
* // "STRING_VALUE",
|
|
264
276
|
* // ],
|
|
277
|
+
* // SubObjectVersionIds: [
|
|
278
|
+
* // Number("long"),
|
|
279
|
+
* // ],
|
|
265
280
|
* // Representations: [
|
|
266
281
|
* // {
|
|
267
282
|
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
@@ -274,6 +289,7 @@ declare const GetTableCommand_base: {
|
|
|
274
289
|
* // ],
|
|
275
290
|
* // },
|
|
276
291
|
* // IsMultiDialectView: true || false,
|
|
292
|
+
* // IsMaterializedView: true || false,
|
|
277
293
|
* // Status: {
|
|
278
294
|
* // RequestedBy: "STRING_VALUE",
|
|
279
295
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -146,9 +146,16 @@ declare const GetTableVersionCommand_base: {
|
|
|
146
146
|
* // ViewDefinition: { // ViewDefinition
|
|
147
147
|
* // IsProtected: true || false,
|
|
148
148
|
* // Definer: "STRING_VALUE",
|
|
149
|
+
* // ViewVersionId: Number("long"),
|
|
150
|
+
* // ViewVersionToken: "STRING_VALUE",
|
|
151
|
+
* // RefreshSeconds: Number("long"),
|
|
152
|
+
* // LastRefreshType: "FULL" || "INCREMENTAL",
|
|
149
153
|
* // SubObjects: [ // ViewSubObjectsList
|
|
150
154
|
* // "STRING_VALUE",
|
|
151
155
|
* // ],
|
|
156
|
+
* // SubObjectVersionIds: [ // ViewSubObjectVersionIdsList
|
|
157
|
+
* // Number("long"),
|
|
158
|
+
* // ],
|
|
152
159
|
* // Representations: [ // ViewRepresentationList
|
|
153
160
|
* // { // ViewRepresentation
|
|
154
161
|
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
@@ -161,6 +168,7 @@ declare const GetTableVersionCommand_base: {
|
|
|
161
168
|
* // ],
|
|
162
169
|
* // },
|
|
163
170
|
* // IsMultiDialectView: true || false,
|
|
171
|
+
* // IsMaterializedView: true || false,
|
|
164
172
|
* // Status: { // TableStatus
|
|
165
173
|
* // RequestedBy: "STRING_VALUE",
|
|
166
174
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -250,9 +258,16 @@ declare const GetTableVersionCommand_base: {
|
|
|
250
258
|
* // ViewDefinition: {
|
|
251
259
|
* // IsProtected: true || false,
|
|
252
260
|
* // Definer: "STRING_VALUE",
|
|
261
|
+
* // ViewVersionId: Number("long"),
|
|
262
|
+
* // ViewVersionToken: "STRING_VALUE",
|
|
263
|
+
* // RefreshSeconds: Number("long"),
|
|
264
|
+
* // LastRefreshType: "FULL" || "INCREMENTAL",
|
|
253
265
|
* // SubObjects: [
|
|
254
266
|
* // "STRING_VALUE",
|
|
255
267
|
* // ],
|
|
268
|
+
* // SubObjectVersionIds: [
|
|
269
|
+
* // Number("long"),
|
|
270
|
+
* // ],
|
|
256
271
|
* // Representations: [
|
|
257
272
|
* // {
|
|
258
273
|
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
@@ -265,6 +280,7 @@ declare const GetTableVersionCommand_base: {
|
|
|
265
280
|
* // ],
|
|
266
281
|
* // },
|
|
267
282
|
* // IsMultiDialectView: true || false,
|
|
283
|
+
* // IsMaterializedView: true || false,
|
|
268
284
|
* // Status: {
|
|
269
285
|
* // RequestedBy: "STRING_VALUE",
|
|
270
286
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -149,9 +149,16 @@ declare const GetTableVersionsCommand_base: {
|
|
|
149
149
|
* // ViewDefinition: { // ViewDefinition
|
|
150
150
|
* // IsProtected: true || false,
|
|
151
151
|
* // Definer: "STRING_VALUE",
|
|
152
|
+
* // ViewVersionId: Number("long"),
|
|
153
|
+
* // ViewVersionToken: "STRING_VALUE",
|
|
154
|
+
* // RefreshSeconds: Number("long"),
|
|
155
|
+
* // LastRefreshType: "FULL" || "INCREMENTAL",
|
|
152
156
|
* // SubObjects: [ // ViewSubObjectsList
|
|
153
157
|
* // "STRING_VALUE",
|
|
154
158
|
* // ],
|
|
159
|
+
* // SubObjectVersionIds: [ // ViewSubObjectVersionIdsList
|
|
160
|
+
* // Number("long"),
|
|
161
|
+
* // ],
|
|
155
162
|
* // Representations: [ // ViewRepresentationList
|
|
156
163
|
* // { // ViewRepresentation
|
|
157
164
|
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
@@ -164,6 +171,7 @@ declare const GetTableVersionsCommand_base: {
|
|
|
164
171
|
* // ],
|
|
165
172
|
* // },
|
|
166
173
|
* // IsMultiDialectView: true || false,
|
|
174
|
+
* // IsMaterializedView: true || false,
|
|
167
175
|
* // Status: { // TableStatus
|
|
168
176
|
* // RequestedBy: "STRING_VALUE",
|
|
169
177
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -253,9 +261,16 @@ declare const GetTableVersionsCommand_base: {
|
|
|
253
261
|
* // ViewDefinition: {
|
|
254
262
|
* // IsProtected: true || false,
|
|
255
263
|
* // Definer: "STRING_VALUE",
|
|
264
|
+
* // ViewVersionId: Number("long"),
|
|
265
|
+
* // ViewVersionToken: "STRING_VALUE",
|
|
266
|
+
* // RefreshSeconds: Number("long"),
|
|
267
|
+
* // LastRefreshType: "FULL" || "INCREMENTAL",
|
|
256
268
|
* // SubObjects: [
|
|
257
269
|
* // "STRING_VALUE",
|
|
258
270
|
* // ],
|
|
271
|
+
* // SubObjectVersionIds: [
|
|
272
|
+
* // Number("long"),
|
|
273
|
+
* // ],
|
|
259
274
|
* // Representations: [
|
|
260
275
|
* // {
|
|
261
276
|
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
@@ -268,6 +283,7 @@ declare const GetTableVersionsCommand_base: {
|
|
|
268
283
|
* // ],
|
|
269
284
|
* // },
|
|
270
285
|
* // IsMultiDialectView: true || false,
|
|
286
|
+
* // IsMaterializedView: true || false,
|
|
271
287
|
* // Status: {
|
|
272
288
|
* // RequestedBy: "STRING_VALUE",
|
|
273
289
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -161,9 +161,16 @@ declare const GetTablesCommand_base: {
|
|
|
161
161
|
* // ViewDefinition: { // ViewDefinition
|
|
162
162
|
* // IsProtected: true || false,
|
|
163
163
|
* // Definer: "STRING_VALUE",
|
|
164
|
+
* // ViewVersionId: Number("long"),
|
|
165
|
+
* // ViewVersionToken: "STRING_VALUE",
|
|
166
|
+
* // RefreshSeconds: Number("long"),
|
|
167
|
+
* // LastRefreshType: "FULL" || "INCREMENTAL",
|
|
164
168
|
* // SubObjects: [ // ViewSubObjectsList
|
|
165
169
|
* // "STRING_VALUE",
|
|
166
170
|
* // ],
|
|
171
|
+
* // SubObjectVersionIds: [ // ViewSubObjectVersionIdsList
|
|
172
|
+
* // Number("long"),
|
|
173
|
+
* // ],
|
|
167
174
|
* // Representations: [ // ViewRepresentationList
|
|
168
175
|
* // { // ViewRepresentation
|
|
169
176
|
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
@@ -176,6 +183,7 @@ declare const GetTablesCommand_base: {
|
|
|
176
183
|
* // ],
|
|
177
184
|
* // },
|
|
178
185
|
* // IsMultiDialectView: true || false,
|
|
186
|
+
* // IsMaterializedView: true || false,
|
|
179
187
|
* // Status: { // TableStatus
|
|
180
188
|
* // RequestedBy: "STRING_VALUE",
|
|
181
189
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -265,9 +273,16 @@ declare const GetTablesCommand_base: {
|
|
|
265
273
|
* // ViewDefinition: {
|
|
266
274
|
* // IsProtected: true || false,
|
|
267
275
|
* // Definer: "STRING_VALUE",
|
|
276
|
+
* // ViewVersionId: Number("long"),
|
|
277
|
+
* // ViewVersionToken: "STRING_VALUE",
|
|
278
|
+
* // RefreshSeconds: Number("long"),
|
|
279
|
+
* // LastRefreshType: "FULL" || "INCREMENTAL",
|
|
268
280
|
* // SubObjects: [
|
|
269
281
|
* // "STRING_VALUE",
|
|
270
282
|
* // ],
|
|
283
|
+
* // SubObjectVersionIds: [
|
|
284
|
+
* // Number("long"),
|
|
285
|
+
* // ],
|
|
271
286
|
* // Representations: [
|
|
272
287
|
* // {
|
|
273
288
|
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
@@ -280,6 +295,7 @@ declare const GetTablesCommand_base: {
|
|
|
280
295
|
* // ],
|
|
281
296
|
* // },
|
|
282
297
|
* // IsMultiDialectView: true || false,
|
|
298
|
+
* // IsMaterializedView: true || false,
|
|
283
299
|
* // Status: {
|
|
284
300
|
* // RequestedBy: "STRING_VALUE",
|
|
285
301
|
* // UpdatedBy: "STRING_VALUE",
|