@aws-sdk/client-redshift 3.1113.0 → 3.1114.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 +30 -9
- package/dist-es/models/enums.js +1 -0
- package/dist-es/schemas/schemas_0.js +27 -8
- package/dist-types/commands/CreateClusterCommand.d.ts +13 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +13 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +13 -0
- package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +12 -1
- package/dist-types/commands/DisableLoggingCommand.d.ts +16 -1
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +13 -0
- package/dist-types/commands/EnableLoggingCommand.d.ts +15 -2
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +13 -0
- package/dist-types/commands/FailoverPrimaryComputeCommand.d.ts +13 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +13 -0
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +13 -0
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +13 -0
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +13 -0
- package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +13 -0
- package/dist-types/commands/PauseClusterCommand.d.ts +13 -0
- package/dist-types/commands/RebootClusterCommand.d.ts +13 -0
- package/dist-types/commands/ResizeClusterCommand.d.ts +13 -0
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +13 -0
- package/dist-types/commands/ResumeClusterCommand.d.ts +13 -0
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +13 -0
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +78 -40
- package/dist-types/models/models_1.d.ts +33 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyClusterSubnetGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -8
- package/dist-types/ts3.4/models/models_1.d.ts +9 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1113.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -2352,6 +2352,7 @@ const _EALn = "EndpointAuthorizationList";
|
|
|
2352
2352
|
const _EANFF = "EndpointAuthorizationNotFoundFault";
|
|
2353
2353
|
const _EAPCLEF = "EndpointAuthorizationsPerClusterLimitExceededFault";
|
|
2354
2354
|
const _EAn = "EndpointAuthorization";
|
|
2355
|
+
const _EAna = "EnabledAll";
|
|
2355
2356
|
const _EAnd = "EndpointAccesses";
|
|
2356
2357
|
const _EAndp = "EndpointAuthorizations";
|
|
2357
2358
|
const _EC = "EventCategories";
|
|
@@ -2560,6 +2561,8 @@ const _LFSU = "LakeFormationScopeUnion";
|
|
|
2560
2561
|
const _LFT = "LastFailureTime";
|
|
2561
2562
|
const _LIAA = "LakehouseIdcApplicationArn";
|
|
2562
2563
|
const _LIR = "LakehouseIdcRegistration";
|
|
2564
|
+
const _LIT = "LastIngestionTimes";
|
|
2565
|
+
const _LPS = "LoggingPublishStatus";
|
|
2563
2566
|
const _LR = "LakehouseRegistration";
|
|
2564
2567
|
const _LRM = "ListRecommendationsMessage";
|
|
2565
2568
|
const _LRR = "ListRecommendationsResult";
|
|
@@ -2946,8 +2949,13 @@ const _SSna = "SnapshotSchedule";
|
|
|
2946
2949
|
const _SSu = "SubnetStatus";
|
|
2947
2950
|
const _ST = "SourceType";
|
|
2948
2951
|
const _STA = "SnsTopicArn";
|
|
2952
|
+
const _STG = "S3TableGranularity";
|
|
2949
2953
|
const _STK = "SsoTagKeys";
|
|
2954
|
+
const _STKKI = "S3TableKmsKeyId";
|
|
2950
2955
|
const _STN = "SourceTableName";
|
|
2956
|
+
const _STNa = "S3TableNamespace";
|
|
2957
|
+
const _STPS = "S3TablePublishStatus";
|
|
2958
|
+
const _STa = "S3Tables";
|
|
2951
2959
|
const _STn = "SnapshotType";
|
|
2952
2960
|
const _STna = "SnapshotTime";
|
|
2953
2961
|
const _STt = "StartTime";
|
|
@@ -4053,8 +4061,8 @@ var CertificateAssociation$ = [3, n0, _CAer,
|
|
|
4053
4061
|
];
|
|
4054
4062
|
var Cluster$ = [3, n0, _C,
|
|
4055
4063
|
0,
|
|
4056
|
-
[_CIl, _NT, _CS, _CAS, _MS, _MU, _DBN, _En, _CCT, _ASRP, _MSRP, _CSGl, _VSG, _CPG, _CSGNl, _VIp, _AZ, _PMW, _PMV, _CV, _AVU, _NON, _PA, _Enc, _RS, _DTP, _HS, _CSCS, _CPK, _CN, _EIS, _CRN, _T, _KKI, _EVR, _IR, _PAe, _MTN, _ERNONO, _DMW, _SSI, _SSS, _ENSST, _ENSSTS, _NMWST, _RI, _AZRS, _CNA, _TSCIMB, _AC, _DIRA, _RNES, _CDN, _CDCA, _CDCED, _MPSA, _MPSKKI, _IAT, _MAZ, _MAZS, _LRS, _CAa, _ECFAO],
|
|
4057
|
-
[0, 0, 0, 0, 0, 0, 0, [() => Endpoint$, 0], 4, 1, 1, [() => ClusterSecurityGroupMembershipList, 0], [() => VpcSecurityGroupMembershipList, 0], [() => ClusterParameterGroupStatusList, 0], 0, 0, 0, 0, [() => PendingModifiedValues$, 0], 0, 2, 1, 2, 2, () => RestoreStatus$, () => DataTransferProgress$, () => HsmStatus$, () => ClusterSnapshotCopyStatus$, 0, () => ClusterNodesList, () => ElasticIpStatus$, 0, [() => TagList, 0], 0, 2, [() => ClusterIamRoleList, 0], 64 | 0, 0, 0, [() => DeferredMaintenanceWindowsList, 0], 0, 0, 4, 0, 4, () => ResizeInfo$, 0, 0, 1, () => AquaConfiguration$, 0, () => ReservedNodeExchangeStatus$, 0, 0, 4, 0, 0, 0, 0, () => SecondaryClusterInfo$, 0, 0, 0]
|
|
4064
|
+
[_CIl, _NT, _CS, _CAS, _MS, _MU, _DBN, _En, _CCT, _ASRP, _MSRP, _CSGl, _VSG, _CPG, _CSGNl, _VIp, _AZ, _PMW, _PMV, _CV, _AVU, _NON, _PA, _Enc, _RS, _DTP, _HS, _CSCS, _CPK, _CN, _EIS, _CRN, _T, _KKI, _EVR, _IR, _PAe, _MTN, _ERNONO, _DMW, _SSI, _SSS, _ENSST, _ENSSTS, _NMWST, _RI, _AZRS, _CNA, _TSCIMB, _AC, _DIRA, _RNES, _CDN, _CDCA, _CDCED, _MPSA, _MPSKKI, _IAT, _MAZ, _MAZS, _LRS, _CAa, _ECFAO, _LPS],
|
|
4065
|
+
[0, 0, 0, 0, 0, 0, 0, [() => Endpoint$, 0], 4, 1, 1, [() => ClusterSecurityGroupMembershipList, 0], [() => VpcSecurityGroupMembershipList, 0], [() => ClusterParameterGroupStatusList, 0], 0, 0, 0, 0, [() => PendingModifiedValues$, 0], 0, 2, 1, 2, 2, () => RestoreStatus$, () => DataTransferProgress$, () => HsmStatus$, () => ClusterSnapshotCopyStatus$, 0, () => ClusterNodesList, () => ElasticIpStatus$, 0, [() => TagList, 0], 0, 2, [() => ClusterIamRoleList, 0], 64 | 0, 0, 0, [() => DeferredMaintenanceWindowsList, 0], 0, 0, 4, 0, 4, () => ResizeInfo$, 0, 0, 1, () => AquaConfiguration$, 0, () => ReservedNodeExchangeStatus$, 0, 0, 4, 0, 0, 0, 0, () => SecondaryClusterInfo$, 0, 0, 0, () => LoggingPublishStatus$]
|
|
4058
4066
|
];
|
|
4059
4067
|
var ClusterAssociatedToSchedule$ = [3, n0, _CATS,
|
|
4060
4068
|
0,
|
|
@@ -4768,8 +4776,8 @@ var DescribeUsageLimitsMessage$ = [3, n0, _DULMe,
|
|
|
4768
4776
|
];
|
|
4769
4777
|
var DisableLoggingMessage$ = [3, n0, _DLM,
|
|
4770
4778
|
0,
|
|
4771
|
-
[_CIl],
|
|
4772
|
-
[0], 1
|
|
4779
|
+
[_CIl, _LDT, _LE],
|
|
4780
|
+
[0, 0, 64 | 0], 1
|
|
4773
4781
|
];
|
|
4774
4782
|
var DisableSnapshotCopyMessage$ = [3, n0, _DSCM,
|
|
4775
4783
|
0,
|
|
@@ -4798,8 +4806,8 @@ var ElasticIpStatus$ = [3, n0, _EIS,
|
|
|
4798
4806
|
];
|
|
4799
4807
|
var EnableLoggingMessage$ = [3, n0, _ELM,
|
|
4800
4808
|
0,
|
|
4801
|
-
[_CIl, _BN, _SKP, _LDT, _LE],
|
|
4802
|
-
[0, 0, 0, 0, 64 | 0], 1
|
|
4809
|
+
[_CIl, _BN, _SKP, _LDT, _LE, _STKKI, _STG],
|
|
4810
|
+
[0, 0, 0, 0, 64 | 0, 0, 0], 1
|
|
4803
4811
|
];
|
|
4804
4812
|
var EnableSnapshotCopyMessage$ = [3, n0, _ESCM,
|
|
4805
4813
|
0,
|
|
@@ -5006,10 +5014,15 @@ var ListRecommendationsResult$ = [3, n0, _LRR,
|
|
|
5006
5014
|
[_Re, _M],
|
|
5007
5015
|
[[() => RecommendationList, 0], 0]
|
|
5008
5016
|
];
|
|
5017
|
+
var LoggingPublishStatus$ = [3, n0, _LPS,
|
|
5018
|
+
0,
|
|
5019
|
+
[_STa],
|
|
5020
|
+
[() => S3TablePublishStatus$]
|
|
5021
|
+
];
|
|
5009
5022
|
var LoggingStatus$ = [3, n0, _LS,
|
|
5010
5023
|
0,
|
|
5011
|
-
[_LEo, _BN, _SKP, _LSDT, _LFT, _LFM, _LDT, _LE],
|
|
5012
|
-
[2, 0, 0, 4, 4, 0, 0, 64 | 0]
|
|
5024
|
+
[_LEo, _BN, _SKP, _LSDT, _LFT, _LFM, _LDT, _LE, _STa],
|
|
5025
|
+
[2, 0, 0, 4, 4, 0, 0, 64 | 0, () => S3TablePublishStatus$]
|
|
5013
5026
|
];
|
|
5014
5027
|
var MaintenanceTrack$ = [3, n0, _MT,
|
|
5015
5028
|
0,
|
|
@@ -5471,6 +5484,11 @@ var RotateEncryptionKeyResult$ = [3, n0, _REKR,
|
|
|
5471
5484
|
[_C],
|
|
5472
5485
|
[[() => Cluster$, 0]]
|
|
5473
5486
|
];
|
|
5487
|
+
var S3TablePublishStatus$ = [3, n0, _STPS,
|
|
5488
|
+
0,
|
|
5489
|
+
[_STa, _STNa, _STG, _EAna, _LIT],
|
|
5490
|
+
[64 | 0, 0, 0, 2, 128 | 0]
|
|
5491
|
+
];
|
|
5474
5492
|
var ScheduledAction$ = [3, n0, _SAc,
|
|
5475
5493
|
0,
|
|
5476
5494
|
[_SAN, _TAa, _Sc, _IRa, _SAD, _Sta, _NI, _STt, _ET],
|
|
@@ -7673,6 +7691,7 @@ const DescribeIntegrationsFilterName = {
|
|
|
7673
7691
|
const LogDestinationType = {
|
|
7674
7692
|
CLOUDWATCH: "cloudwatch",
|
|
7675
7693
|
S3: "s3",
|
|
7694
|
+
S3TABLE: "s3table",
|
|
7676
7695
|
};
|
|
7677
7696
|
const NodeConfigurationOptionsFilterName = {
|
|
7678
7697
|
ESTIMATED_DISK_UTILIZATION_PERCENT: "EstimatedDiskUtilizationPercent",
|
|
@@ -8369,6 +8388,7 @@ exports.ListRecommendationsCommand = ListRecommendationsCommand;
|
|
|
8369
8388
|
exports.ListRecommendationsMessage$ = ListRecommendationsMessage$;
|
|
8370
8389
|
exports.ListRecommendationsResult$ = ListRecommendationsResult$;
|
|
8371
8390
|
exports.LogDestinationType = LogDestinationType;
|
|
8391
|
+
exports.LoggingPublishStatus$ = LoggingPublishStatus$;
|
|
8372
8392
|
exports.LoggingStatus$ = LoggingStatus$;
|
|
8373
8393
|
exports.MaintenanceTrack$ = MaintenanceTrack$;
|
|
8374
8394
|
exports.Mode = Mode;
|
|
@@ -8585,6 +8605,7 @@ exports.RotateEncryptionKeyCommand = RotateEncryptionKeyCommand;
|
|
|
8585
8605
|
exports.RotateEncryptionKeyMessage$ = RotateEncryptionKeyMessage$;
|
|
8586
8606
|
exports.RotateEncryptionKeyResult$ = RotateEncryptionKeyResult$;
|
|
8587
8607
|
exports.S3AccessGrantsScopeUnion$ = S3AccessGrantsScopeUnion$;
|
|
8608
|
+
exports.S3TablePublishStatus$ = S3TablePublishStatus$;
|
|
8588
8609
|
exports.SNSInvalidTopicFault = SNSInvalidTopicFault;
|
|
8589
8610
|
exports.SNSInvalidTopicFault$ = SNSInvalidTopicFault$;
|
|
8590
8611
|
exports.SNSNoAuthorizationFault = SNSNoAuthorizationFault;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -130,6 +130,7 @@ export const DescribeIntegrationsFilterName = {
|
|
|
130
130
|
export const LogDestinationType = {
|
|
131
131
|
CLOUDWATCH: "cloudwatch",
|
|
132
132
|
S3: "s3",
|
|
133
|
+
S3TABLE: "s3table",
|
|
133
134
|
};
|
|
134
135
|
export const NodeConfigurationOptionsFilterName = {
|
|
135
136
|
ESTIMATED_DISK_UTILIZATION_PERCENT: "EstimatedDiskUtilizationPercent",
|
|
@@ -468,6 +468,7 @@ const _EALn = "EndpointAuthorizationList";
|
|
|
468
468
|
const _EANFF = "EndpointAuthorizationNotFoundFault";
|
|
469
469
|
const _EAPCLEF = "EndpointAuthorizationsPerClusterLimitExceededFault";
|
|
470
470
|
const _EAn = "EndpointAuthorization";
|
|
471
|
+
const _EAna = "EnabledAll";
|
|
471
472
|
const _EAnd = "EndpointAccesses";
|
|
472
473
|
const _EAndp = "EndpointAuthorizations";
|
|
473
474
|
const _EC = "EventCategories";
|
|
@@ -676,6 +677,8 @@ const _LFSU = "LakeFormationScopeUnion";
|
|
|
676
677
|
const _LFT = "LastFailureTime";
|
|
677
678
|
const _LIAA = "LakehouseIdcApplicationArn";
|
|
678
679
|
const _LIR = "LakehouseIdcRegistration";
|
|
680
|
+
const _LIT = "LastIngestionTimes";
|
|
681
|
+
const _LPS = "LoggingPublishStatus";
|
|
679
682
|
const _LR = "LakehouseRegistration";
|
|
680
683
|
const _LRM = "ListRecommendationsMessage";
|
|
681
684
|
const _LRR = "ListRecommendationsResult";
|
|
@@ -1062,8 +1065,13 @@ const _SSna = "SnapshotSchedule";
|
|
|
1062
1065
|
const _SSu = "SubnetStatus";
|
|
1063
1066
|
const _ST = "SourceType";
|
|
1064
1067
|
const _STA = "SnsTopicArn";
|
|
1068
|
+
const _STG = "S3TableGranularity";
|
|
1065
1069
|
const _STK = "SsoTagKeys";
|
|
1070
|
+
const _STKKI = "S3TableKmsKeyId";
|
|
1066
1071
|
const _STN = "SourceTableName";
|
|
1072
|
+
const _STNa = "S3TableNamespace";
|
|
1073
|
+
const _STPS = "S3TablePublishStatus";
|
|
1074
|
+
const _STa = "S3Tables";
|
|
1067
1075
|
const _STn = "SnapshotType";
|
|
1068
1076
|
const _STna = "SnapshotTime";
|
|
1069
1077
|
const _STt = "StartTime";
|
|
@@ -2172,8 +2180,8 @@ export var CertificateAssociation$ = [3, n0, _CAer,
|
|
|
2172
2180
|
];
|
|
2173
2181
|
export var Cluster$ = [3, n0, _C,
|
|
2174
2182
|
0,
|
|
2175
|
-
[_CIl, _NT, _CS, _CAS, _MS, _MU, _DBN, _En, _CCT, _ASRP, _MSRP, _CSGl, _VSG, _CPG, _CSGNl, _VIp, _AZ, _PMW, _PMV, _CV, _AVU, _NON, _PA, _Enc, _RS, _DTP, _HS, _CSCS, _CPK, _CN, _EIS, _CRN, _T, _KKI, _EVR, _IR, _PAe, _MTN, _ERNONO, _DMW, _SSI, _SSS, _ENSST, _ENSSTS, _NMWST, _RI, _AZRS, _CNA, _TSCIMB, _AC, _DIRA, _RNES, _CDN, _CDCA, _CDCED, _MPSA, _MPSKKI, _IAT, _MAZ, _MAZS, _LRS, _CAa, _ECFAO],
|
|
2176
|
-
[0, 0, 0, 0, 0, 0, 0, [() => Endpoint$, 0], 4, 1, 1, [() => ClusterSecurityGroupMembershipList, 0], [() => VpcSecurityGroupMembershipList, 0], [() => ClusterParameterGroupStatusList, 0], 0, 0, 0, 0, [() => PendingModifiedValues$, 0], 0, 2, 1, 2, 2, () => RestoreStatus$, () => DataTransferProgress$, () => HsmStatus$, () => ClusterSnapshotCopyStatus$, 0, () => ClusterNodesList, () => ElasticIpStatus$, 0, [() => TagList, 0], 0, 2, [() => ClusterIamRoleList, 0], 64 | 0, 0, 0, [() => DeferredMaintenanceWindowsList, 0], 0, 0, 4, 0, 4, () => ResizeInfo$, 0, 0, 1, () => AquaConfiguration$, 0, () => ReservedNodeExchangeStatus$, 0, 0, 4, 0, 0, 0, 0, () => SecondaryClusterInfo$, 0, 0, 0]
|
|
2183
|
+
[_CIl, _NT, _CS, _CAS, _MS, _MU, _DBN, _En, _CCT, _ASRP, _MSRP, _CSGl, _VSG, _CPG, _CSGNl, _VIp, _AZ, _PMW, _PMV, _CV, _AVU, _NON, _PA, _Enc, _RS, _DTP, _HS, _CSCS, _CPK, _CN, _EIS, _CRN, _T, _KKI, _EVR, _IR, _PAe, _MTN, _ERNONO, _DMW, _SSI, _SSS, _ENSST, _ENSSTS, _NMWST, _RI, _AZRS, _CNA, _TSCIMB, _AC, _DIRA, _RNES, _CDN, _CDCA, _CDCED, _MPSA, _MPSKKI, _IAT, _MAZ, _MAZS, _LRS, _CAa, _ECFAO, _LPS],
|
|
2184
|
+
[0, 0, 0, 0, 0, 0, 0, [() => Endpoint$, 0], 4, 1, 1, [() => ClusterSecurityGroupMembershipList, 0], [() => VpcSecurityGroupMembershipList, 0], [() => ClusterParameterGroupStatusList, 0], 0, 0, 0, 0, [() => PendingModifiedValues$, 0], 0, 2, 1, 2, 2, () => RestoreStatus$, () => DataTransferProgress$, () => HsmStatus$, () => ClusterSnapshotCopyStatus$, 0, () => ClusterNodesList, () => ElasticIpStatus$, 0, [() => TagList, 0], 0, 2, [() => ClusterIamRoleList, 0], 64 | 0, 0, 0, [() => DeferredMaintenanceWindowsList, 0], 0, 0, 4, 0, 4, () => ResizeInfo$, 0, 0, 1, () => AquaConfiguration$, 0, () => ReservedNodeExchangeStatus$, 0, 0, 4, 0, 0, 0, 0, () => SecondaryClusterInfo$, 0, 0, 0, () => LoggingPublishStatus$]
|
|
2177
2185
|
];
|
|
2178
2186
|
export var ClusterAssociatedToSchedule$ = [3, n0, _CATS,
|
|
2179
2187
|
0,
|
|
@@ -2887,8 +2895,8 @@ export var DescribeUsageLimitsMessage$ = [3, n0, _DULMe,
|
|
|
2887
2895
|
];
|
|
2888
2896
|
export var DisableLoggingMessage$ = [3, n0, _DLM,
|
|
2889
2897
|
0,
|
|
2890
|
-
[_CIl],
|
|
2891
|
-
[0], 1
|
|
2898
|
+
[_CIl, _LDT, _LE],
|
|
2899
|
+
[0, 0, 64 | 0], 1
|
|
2892
2900
|
];
|
|
2893
2901
|
export var DisableSnapshotCopyMessage$ = [3, n0, _DSCM,
|
|
2894
2902
|
0,
|
|
@@ -2917,8 +2925,8 @@ export var ElasticIpStatus$ = [3, n0, _EIS,
|
|
|
2917
2925
|
];
|
|
2918
2926
|
export var EnableLoggingMessage$ = [3, n0, _ELM,
|
|
2919
2927
|
0,
|
|
2920
|
-
[_CIl, _BN, _SKP, _LDT, _LE],
|
|
2921
|
-
[0, 0, 0, 0, 64 | 0], 1
|
|
2928
|
+
[_CIl, _BN, _SKP, _LDT, _LE, _STKKI, _STG],
|
|
2929
|
+
[0, 0, 0, 0, 64 | 0, 0, 0], 1
|
|
2922
2930
|
];
|
|
2923
2931
|
export var EnableSnapshotCopyMessage$ = [3, n0, _ESCM,
|
|
2924
2932
|
0,
|
|
@@ -3125,10 +3133,15 @@ export var ListRecommendationsResult$ = [3, n0, _LRR,
|
|
|
3125
3133
|
[_Re, _M],
|
|
3126
3134
|
[[() => RecommendationList, 0], 0]
|
|
3127
3135
|
];
|
|
3136
|
+
export var LoggingPublishStatus$ = [3, n0, _LPS,
|
|
3137
|
+
0,
|
|
3138
|
+
[_STa],
|
|
3139
|
+
[() => S3TablePublishStatus$]
|
|
3140
|
+
];
|
|
3128
3141
|
export var LoggingStatus$ = [3, n0, _LS,
|
|
3129
3142
|
0,
|
|
3130
|
-
[_LEo, _BN, _SKP, _LSDT, _LFT, _LFM, _LDT, _LE],
|
|
3131
|
-
[2, 0, 0, 4, 4, 0, 0, 64 | 0]
|
|
3143
|
+
[_LEo, _BN, _SKP, _LSDT, _LFT, _LFM, _LDT, _LE, _STa],
|
|
3144
|
+
[2, 0, 0, 4, 4, 0, 0, 64 | 0, () => S3TablePublishStatus$]
|
|
3132
3145
|
];
|
|
3133
3146
|
export var MaintenanceTrack$ = [3, n0, _MT,
|
|
3134
3147
|
0,
|
|
@@ -3590,6 +3603,11 @@ export var RotateEncryptionKeyResult$ = [3, n0, _REKR,
|
|
|
3590
3603
|
[_C],
|
|
3591
3604
|
[[() => Cluster$, 0]]
|
|
3592
3605
|
];
|
|
3606
|
+
export var S3TablePublishStatus$ = [3, n0, _STPS,
|
|
3607
|
+
0,
|
|
3608
|
+
[_STa, _STNa, _STG, _EAna, _LIT],
|
|
3609
|
+
[64 | 0, 0, 0, 2, 128 | 0]
|
|
3610
|
+
];
|
|
3593
3611
|
export var ScheduledAction$ = [3, n0, _SAc,
|
|
3594
3612
|
0,
|
|
3595
3613
|
[_SAN, _TAa, _Sc, _IRa, _SAD, _Sta, _NI, _STt, _ET],
|
|
@@ -4117,6 +4135,7 @@ var VpcSecurityGroupMembershipList = [1, n0, _VSGML,
|
|
|
4117
4135
|
{ [_xN]: _VSGp }]
|
|
4118
4136
|
];
|
|
4119
4137
|
var EncryptionContextMap = 128 | 0;
|
|
4138
|
+
var S3TableLastIngestionTimeMap = 128 | 0;
|
|
4120
4139
|
export var LakeFormationScopeUnion$ = [4, n0, _LFSU,
|
|
4121
4140
|
0,
|
|
4122
4141
|
[_LFQ],
|
|
@@ -309,6 +309,19 @@ declare const CreateClusterCommand_base: {
|
|
|
309
309
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
310
310
|
* // CatalogArn: "STRING_VALUE",
|
|
311
311
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
312
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
313
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
314
|
+
* // S3Tables: [ // LogTypeList
|
|
315
|
+
* // "STRING_VALUE",
|
|
316
|
+
* // ],
|
|
317
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
318
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
319
|
+
* // EnabledAll: true || false,
|
|
320
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
321
|
+
* // "<keys>": "STRING_VALUE",
|
|
322
|
+
* // },
|
|
323
|
+
* // },
|
|
324
|
+
* // },
|
|
312
325
|
* // },
|
|
313
326
|
* // };
|
|
314
327
|
*
|
|
@@ -248,6 +248,19 @@ declare const DeleteClusterCommand_base: {
|
|
|
248
248
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
249
249
|
* // CatalogArn: "STRING_VALUE",
|
|
250
250
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
251
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
252
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
253
|
+
* // S3Tables: [ // LogTypeList
|
|
254
|
+
* // "STRING_VALUE",
|
|
255
|
+
* // ],
|
|
256
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
257
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
258
|
+
* // EnabledAll: true || false,
|
|
259
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
260
|
+
* // "<keys>": "STRING_VALUE",
|
|
261
|
+
* // },
|
|
262
|
+
* // },
|
|
263
|
+
* // },
|
|
251
264
|
* // },
|
|
252
265
|
* // };
|
|
253
266
|
*
|
|
@@ -252,6 +252,19 @@ declare const DescribeClustersCommand_base: {
|
|
|
252
252
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
253
253
|
* // CatalogArn: "STRING_VALUE",
|
|
254
254
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
255
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
256
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
257
|
+
* // S3Tables: [ // LogTypeList
|
|
258
|
+
* // "STRING_VALUE",
|
|
259
|
+
* // ],
|
|
260
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
261
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
262
|
+
* // EnabledAll: true || false,
|
|
263
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
264
|
+
* // "<keys>": "STRING_VALUE",
|
|
265
|
+
* // },
|
|
266
|
+
* // },
|
|
267
|
+
* // },
|
|
255
268
|
* // },
|
|
256
269
|
* // ],
|
|
257
270
|
* // };
|
|
@@ -46,10 +46,21 @@ declare const DescribeLoggingStatusCommand_base: {
|
|
|
46
46
|
* // LastSuccessfulDeliveryTime: new Date("TIMESTAMP"),
|
|
47
47
|
* // LastFailureTime: new Date("TIMESTAMP"),
|
|
48
48
|
* // LastFailureMessage: "STRING_VALUE",
|
|
49
|
-
* // LogDestinationType: "s3" || "cloudwatch",
|
|
49
|
+
* // LogDestinationType: "s3" || "cloudwatch" || "s3table",
|
|
50
50
|
* // LogExports: [ // LogTypeList
|
|
51
51
|
* // "STRING_VALUE",
|
|
52
52
|
* // ],
|
|
53
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
54
|
+
* // S3Tables: [
|
|
55
|
+
* // "STRING_VALUE",
|
|
56
|
+
* // ],
|
|
57
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
58
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
59
|
+
* // EnabledAll: true || false,
|
|
60
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
61
|
+
* // "<keys>": "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // },
|
|
53
64
|
* // };
|
|
54
65
|
*
|
|
55
66
|
* ```
|
|
@@ -36,6 +36,10 @@ declare const DisableLoggingCommand_base: {
|
|
|
36
36
|
* const client = new RedshiftClient(config);
|
|
37
37
|
* const input = { // DisableLoggingMessage
|
|
38
38
|
* ClusterIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* LogDestinationType: "s3" || "cloudwatch" || "s3table",
|
|
40
|
+
* LogExports: [ // LogTypeList
|
|
41
|
+
* "STRING_VALUE",
|
|
42
|
+
* ],
|
|
39
43
|
* };
|
|
40
44
|
* const command = new DisableLoggingCommand(input);
|
|
41
45
|
* const response = await client.send(command);
|
|
@@ -46,10 +50,21 @@ declare const DisableLoggingCommand_base: {
|
|
|
46
50
|
* // LastSuccessfulDeliveryTime: new Date("TIMESTAMP"),
|
|
47
51
|
* // LastFailureTime: new Date("TIMESTAMP"),
|
|
48
52
|
* // LastFailureMessage: "STRING_VALUE",
|
|
49
|
-
* // LogDestinationType: "s3" || "cloudwatch",
|
|
53
|
+
* // LogDestinationType: "s3" || "cloudwatch" || "s3table",
|
|
50
54
|
* // LogExports: [ // LogTypeList
|
|
51
55
|
* // "STRING_VALUE",
|
|
52
56
|
* // ],
|
|
57
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
58
|
+
* // S3Tables: [
|
|
59
|
+
* // "STRING_VALUE",
|
|
60
|
+
* // ],
|
|
61
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
62
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
63
|
+
* // EnabledAll: true || false,
|
|
64
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
65
|
+
* // "<keys>": "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
53
68
|
* // };
|
|
54
69
|
*
|
|
55
70
|
* ```
|
|
@@ -234,6 +234,19 @@ declare const DisableSnapshotCopyCommand_base: {
|
|
|
234
234
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
235
235
|
* // CatalogArn: "STRING_VALUE",
|
|
236
236
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
237
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
238
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
239
|
+
* // S3Tables: [ // LogTypeList
|
|
240
|
+
* // "STRING_VALUE",
|
|
241
|
+
* // ],
|
|
242
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
243
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
244
|
+
* // EnabledAll: true || false,
|
|
245
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
246
|
+
* // "<keys>": "STRING_VALUE",
|
|
247
|
+
* // },
|
|
248
|
+
* // },
|
|
249
|
+
* // },
|
|
237
250
|
* // },
|
|
238
251
|
* // };
|
|
239
252
|
*
|
|
@@ -38,10 +38,12 @@ declare const EnableLoggingCommand_base: {
|
|
|
38
38
|
* ClusterIdentifier: "STRING_VALUE", // required
|
|
39
39
|
* BucketName: "STRING_VALUE",
|
|
40
40
|
* S3KeyPrefix: "STRING_VALUE",
|
|
41
|
-
* LogDestinationType: "s3" || "cloudwatch",
|
|
41
|
+
* LogDestinationType: "s3" || "cloudwatch" || "s3table",
|
|
42
42
|
* LogExports: [ // LogTypeList
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
|
+
* S3TableKmsKeyId: "STRING_VALUE",
|
|
46
|
+
* S3TableGranularity: "STRING_VALUE",
|
|
45
47
|
* };
|
|
46
48
|
* const command = new EnableLoggingCommand(input);
|
|
47
49
|
* const response = await client.send(command);
|
|
@@ -52,10 +54,21 @@ declare const EnableLoggingCommand_base: {
|
|
|
52
54
|
* // LastSuccessfulDeliveryTime: new Date("TIMESTAMP"),
|
|
53
55
|
* // LastFailureTime: new Date("TIMESTAMP"),
|
|
54
56
|
* // LastFailureMessage: "STRING_VALUE",
|
|
55
|
-
* // LogDestinationType: "s3" || "cloudwatch",
|
|
57
|
+
* // LogDestinationType: "s3" || "cloudwatch" || "s3table",
|
|
56
58
|
* // LogExports: [ // LogTypeList
|
|
57
59
|
* // "STRING_VALUE",
|
|
58
60
|
* // ],
|
|
61
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
62
|
+
* // S3Tables: [
|
|
63
|
+
* // "STRING_VALUE",
|
|
64
|
+
* // ],
|
|
65
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
66
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
67
|
+
* // EnabledAll: true || false,
|
|
68
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
69
|
+
* // "<keys>": "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // },
|
|
59
72
|
* // };
|
|
60
73
|
*
|
|
61
74
|
* ```
|
|
@@ -235,6 +235,19 @@ declare const EnableSnapshotCopyCommand_base: {
|
|
|
235
235
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
236
236
|
* // CatalogArn: "STRING_VALUE",
|
|
237
237
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
238
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
239
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
240
|
+
* // S3Tables: [ // LogTypeList
|
|
241
|
+
* // "STRING_VALUE",
|
|
242
|
+
* // ],
|
|
243
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
244
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
245
|
+
* // EnabledAll: true || false,
|
|
246
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
247
|
+
* // "<keys>": "STRING_VALUE",
|
|
248
|
+
* // },
|
|
249
|
+
* // },
|
|
250
|
+
* // },
|
|
238
251
|
* // },
|
|
239
252
|
* // };
|
|
240
253
|
*
|
|
@@ -230,6 +230,19 @@ declare const FailoverPrimaryComputeCommand_base: {
|
|
|
230
230
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
231
231
|
* // CatalogArn: "STRING_VALUE",
|
|
232
232
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
233
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
234
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
235
|
+
* // S3Tables: [ // LogTypeList
|
|
236
|
+
* // "STRING_VALUE",
|
|
237
|
+
* // ],
|
|
238
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
239
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
240
|
+
* // EnabledAll: true || false,
|
|
241
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
242
|
+
* // "<keys>": "STRING_VALUE",
|
|
243
|
+
* // },
|
|
244
|
+
* // },
|
|
245
|
+
* // },
|
|
233
246
|
* // },
|
|
234
247
|
* // };
|
|
235
248
|
*
|
|
@@ -293,6 +293,19 @@ declare const ModifyClusterCommand_base: {
|
|
|
293
293
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
294
294
|
* // CatalogArn: "STRING_VALUE",
|
|
295
295
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
296
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
297
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
298
|
+
* // S3Tables: [ // LogTypeList
|
|
299
|
+
* // "STRING_VALUE",
|
|
300
|
+
* // ],
|
|
301
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
302
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
303
|
+
* // EnabledAll: true || false,
|
|
304
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
305
|
+
* // "<keys>": "STRING_VALUE",
|
|
306
|
+
* // },
|
|
307
|
+
* // },
|
|
308
|
+
* // },
|
|
296
309
|
* // },
|
|
297
310
|
* // };
|
|
298
311
|
*
|
|
@@ -232,6 +232,19 @@ declare const ModifyClusterDbRevisionCommand_base: {
|
|
|
232
232
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
233
233
|
* // CatalogArn: "STRING_VALUE",
|
|
234
234
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
235
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
236
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
237
|
+
* // S3Tables: [ // LogTypeList
|
|
238
|
+
* // "STRING_VALUE",
|
|
239
|
+
* // ],
|
|
240
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
241
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
242
|
+
* // EnabledAll: true || false,
|
|
243
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
244
|
+
* // "<keys>": "STRING_VALUE",
|
|
245
|
+
* // },
|
|
246
|
+
* // },
|
|
247
|
+
* // },
|
|
235
248
|
* // },
|
|
236
249
|
* // };
|
|
237
250
|
*
|
|
@@ -241,6 +241,19 @@ declare const ModifyClusterIamRolesCommand_base: {
|
|
|
241
241
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
242
242
|
* // CatalogArn: "STRING_VALUE",
|
|
243
243
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
244
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
245
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
246
|
+
* // S3Tables: [ // LogTypeList
|
|
247
|
+
* // "STRING_VALUE",
|
|
248
|
+
* // ],
|
|
249
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
250
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
251
|
+
* // EnabledAll: true || false,
|
|
252
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
253
|
+
* // "<keys>": "STRING_VALUE",
|
|
254
|
+
* // },
|
|
255
|
+
* // },
|
|
256
|
+
* // },
|
|
244
257
|
* // },
|
|
245
258
|
* // };
|
|
246
259
|
*
|
|
@@ -235,6 +235,19 @@ declare const ModifyClusterMaintenanceCommand_base: {
|
|
|
235
235
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
236
236
|
* // CatalogArn: "STRING_VALUE",
|
|
237
237
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
238
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
239
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
240
|
+
* // S3Tables: [ // LogTypeList
|
|
241
|
+
* // "STRING_VALUE",
|
|
242
|
+
* // ],
|
|
243
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
244
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
245
|
+
* // EnabledAll: true || false,
|
|
246
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
247
|
+
* // "<keys>": "STRING_VALUE",
|
|
248
|
+
* // },
|
|
249
|
+
* // },
|
|
250
|
+
* // },
|
|
238
251
|
* // },
|
|
239
252
|
* // };
|
|
240
253
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { ModifyClusterSubnetGroupMessage, ModifyClusterSubnetGroupResult } from "../models/
|
|
2
|
+
import type { ModifyClusterSubnetGroupMessage, ModifyClusterSubnetGroupResult } from "../models/models_1";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -238,6 +238,19 @@ declare const ModifySnapshotCopyRetentionPeriodCommand_base: {
|
|
|
238
238
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
239
239
|
* // CatalogArn: "STRING_VALUE",
|
|
240
240
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
241
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
242
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
243
|
+
* // S3Tables: [ // LogTypeList
|
|
244
|
+
* // "STRING_VALUE",
|
|
245
|
+
* // ],
|
|
246
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
247
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
248
|
+
* // EnabledAll: true || false,
|
|
249
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
250
|
+
* // "<keys>": "STRING_VALUE",
|
|
251
|
+
* // },
|
|
252
|
+
* // },
|
|
253
|
+
* // },
|
|
241
254
|
* // },
|
|
242
255
|
* // };
|
|
243
256
|
*
|
|
@@ -231,6 +231,19 @@ declare const PauseClusterCommand_base: {
|
|
|
231
231
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
232
232
|
* // CatalogArn: "STRING_VALUE",
|
|
233
233
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
234
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
235
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
236
|
+
* // S3Tables: [ // LogTypeList
|
|
237
|
+
* // "STRING_VALUE",
|
|
238
|
+
* // ],
|
|
239
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
240
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
241
|
+
* // EnabledAll: true || false,
|
|
242
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
243
|
+
* // "<keys>": "STRING_VALUE",
|
|
244
|
+
* // },
|
|
245
|
+
* // },
|
|
246
|
+
* // },
|
|
234
247
|
* // },
|
|
235
248
|
* // };
|
|
236
249
|
*
|
|
@@ -237,6 +237,19 @@ declare const RebootClusterCommand_base: {
|
|
|
237
237
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
238
238
|
* // CatalogArn: "STRING_VALUE",
|
|
239
239
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
240
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
241
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
242
|
+
* // S3Tables: [ // LogTypeList
|
|
243
|
+
* // "STRING_VALUE",
|
|
244
|
+
* // ],
|
|
245
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
246
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
247
|
+
* // EnabledAll: true || false,
|
|
248
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
249
|
+
* // "<keys>": "STRING_VALUE",
|
|
250
|
+
* // },
|
|
251
|
+
* // },
|
|
252
|
+
* // },
|
|
240
253
|
* // },
|
|
241
254
|
* // };
|
|
242
255
|
*
|
|
@@ -282,6 +282,19 @@ declare const ResizeClusterCommand_base: {
|
|
|
282
282
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
283
283
|
* // CatalogArn: "STRING_VALUE",
|
|
284
284
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
285
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
286
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
287
|
+
* // S3Tables: [ // LogTypeList
|
|
288
|
+
* // "STRING_VALUE",
|
|
289
|
+
* // ],
|
|
290
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
291
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
292
|
+
* // EnabledAll: true || false,
|
|
293
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
294
|
+
* // "<keys>": "STRING_VALUE",
|
|
295
|
+
* // },
|
|
296
|
+
* // },
|
|
297
|
+
* // },
|
|
285
298
|
* // },
|
|
286
299
|
* // };
|
|
287
300
|
*
|
|
@@ -307,6 +307,19 @@ declare const RestoreFromClusterSnapshotCommand_base: {
|
|
|
307
307
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
308
308
|
* // CatalogArn: "STRING_VALUE",
|
|
309
309
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
310
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
311
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
312
|
+
* // S3Tables: [ // LogTypeList
|
|
313
|
+
* // "STRING_VALUE",
|
|
314
|
+
* // ],
|
|
315
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
316
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
317
|
+
* // EnabledAll: true || false,
|
|
318
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
319
|
+
* // "<keys>": "STRING_VALUE",
|
|
320
|
+
* // },
|
|
321
|
+
* // },
|
|
322
|
+
* // },
|
|
310
323
|
* // },
|
|
311
324
|
* // };
|
|
312
325
|
*
|
|
@@ -231,6 +231,19 @@ declare const ResumeClusterCommand_base: {
|
|
|
231
231
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
232
232
|
* // CatalogArn: "STRING_VALUE",
|
|
233
233
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
234
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
235
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
236
|
+
* // S3Tables: [ // LogTypeList
|
|
237
|
+
* // "STRING_VALUE",
|
|
238
|
+
* // ],
|
|
239
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
240
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
241
|
+
* // EnabledAll: true || false,
|
|
242
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
243
|
+
* // "<keys>": "STRING_VALUE",
|
|
244
|
+
* // },
|
|
245
|
+
* // },
|
|
246
|
+
* // },
|
|
234
247
|
* // },
|
|
235
248
|
* // };
|
|
236
249
|
*
|
|
@@ -230,6 +230,19 @@ declare const RotateEncryptionKeyCommand_base: {
|
|
|
230
230
|
* // LakehouseRegistrationStatus: "STRING_VALUE",
|
|
231
231
|
* // CatalogArn: "STRING_VALUE",
|
|
232
232
|
* // ExtraComputeForAutomaticOptimization: "STRING_VALUE",
|
|
233
|
+
* // LoggingPublishStatus: { // LoggingPublishStatus
|
|
234
|
+
* // S3Tables: { // S3TablePublishStatus
|
|
235
|
+
* // S3Tables: [ // LogTypeList
|
|
236
|
+
* // "STRING_VALUE",
|
|
237
|
+
* // ],
|
|
238
|
+
* // S3TableNamespace: "STRING_VALUE",
|
|
239
|
+
* // S3TableGranularity: "STRING_VALUE",
|
|
240
|
+
* // EnabledAll: true || false,
|
|
241
|
+
* // LastIngestionTimes: { // S3TableLastIngestionTimeMap
|
|
242
|
+
* // "<keys>": "STRING_VALUE",
|
|
243
|
+
* // },
|
|
244
|
+
* // },
|
|
245
|
+
* // },
|
|
233
246
|
* // },
|
|
234
247
|
* // };
|
|
235
248
|
*
|
|
@@ -1585,6 +1585,49 @@ export interface ClusterIamRole {
|
|
|
1585
1585
|
*/
|
|
1586
1586
|
ApplyStatus?: string | undefined;
|
|
1587
1587
|
}
|
|
1588
|
+
/**
|
|
1589
|
+
* <p>Describes the status of system table publishing to S3 Tables for a cluster.</p>
|
|
1590
|
+
* @public
|
|
1591
|
+
*/
|
|
1592
|
+
export interface S3TablePublishStatus {
|
|
1593
|
+
/**
|
|
1594
|
+
* <p>The system tables currently being published.</p>
|
|
1595
|
+
* @public
|
|
1596
|
+
*/
|
|
1597
|
+
S3Tables?: string[] | undefined;
|
|
1598
|
+
/**
|
|
1599
|
+
* <p>The namespace in the S3 table bucket that holds the published tables.</p>
|
|
1600
|
+
* @public
|
|
1601
|
+
*/
|
|
1602
|
+
S3TableNamespace?: string | undefined;
|
|
1603
|
+
/**
|
|
1604
|
+
* <p>The scope of system table publishing in effect. Possible values are <code>cluster</code> and <code>account</code>.</p>
|
|
1605
|
+
* @public
|
|
1606
|
+
*/
|
|
1607
|
+
S3TableGranularity?: string | undefined;
|
|
1608
|
+
/**
|
|
1609
|
+
* <p>
|
|
1610
|
+
* <code>true</code> if the cluster is enrolled in all current and future system tables rather than an explicit subset.</p>
|
|
1611
|
+
* @public
|
|
1612
|
+
*/
|
|
1613
|
+
EnabledAll?: boolean | undefined;
|
|
1614
|
+
/**
|
|
1615
|
+
* <p>A map whose keys are the names of the published system tables and whose values are the time each table last received data. Use this to judge data freshness.</p>
|
|
1616
|
+
* @public
|
|
1617
|
+
*/
|
|
1618
|
+
LastIngestionTimes?: Record<string, string> | undefined;
|
|
1619
|
+
}
|
|
1620
|
+
/**
|
|
1621
|
+
* <p>Describes the system table publishing status for a cluster.</p>
|
|
1622
|
+
* @public
|
|
1623
|
+
*/
|
|
1624
|
+
export interface LoggingPublishStatus {
|
|
1625
|
+
/**
|
|
1626
|
+
* <p>The status of system table publishing to S3 Tables.</p>
|
|
1627
|
+
* @public
|
|
1628
|
+
*/
|
|
1629
|
+
S3Tables?: S3TablePublishStatus | undefined;
|
|
1630
|
+
}
|
|
1588
1631
|
/**
|
|
1589
1632
|
* <p>The AvailabilityZone and ClusterNodes information of the secondary compute unit.</p>
|
|
1590
1633
|
* @public
|
|
@@ -2296,6 +2339,11 @@ export interface Cluster {
|
|
|
2296
2339
|
* @public
|
|
2297
2340
|
*/
|
|
2298
2341
|
ExtraComputeForAutomaticOptimization?: string | undefined;
|
|
2342
|
+
/**
|
|
2343
|
+
* <p>The status of system table publishing for the cluster. This field is present only when system table publishing is configured.</p>
|
|
2344
|
+
* @public
|
|
2345
|
+
*/
|
|
2346
|
+
LoggingPublishStatus?: LoggingPublishStatus | undefined;
|
|
2299
2347
|
}
|
|
2300
2348
|
/**
|
|
2301
2349
|
* <p>Temporary credentials with authorization to log on to an Amazon Redshift database.
|
|
@@ -7116,16 +7164,21 @@ export interface LoggingStatus {
|
|
|
7116
7164
|
*/
|
|
7117
7165
|
LastFailureMessage?: string | undefined;
|
|
7118
7166
|
/**
|
|
7119
|
-
* <p>The log destination type. An enum with possible values of <code>s3</code> and <code>
|
|
7167
|
+
* <p>The log destination type. An enum with possible values of <code>s3</code>, <code>cloudwatch</code>, and <code>s3table</code>.</p>
|
|
7120
7168
|
* @public
|
|
7121
7169
|
*/
|
|
7122
7170
|
LogDestinationType?: LogDestinationType | undefined;
|
|
7123
7171
|
/**
|
|
7124
|
-
* <p>The collection of exported log types.
|
|
7125
|
-
* <code>userlog</code
|
|
7172
|
+
* <p>The collection of exported log types. When <code>LogDestinationType</code> is <code>s3</code> or <code>cloudwatch</code>, possible values are <code>connectionlog</code>, <code>useractivitylog</code>, and
|
|
7173
|
+
* <code>userlog</code>. When <code>LogDestinationType</code> is <code>s3table</code>, the values are the names of the system tables being published.</p>
|
|
7126
7174
|
* @public
|
|
7127
7175
|
*/
|
|
7128
7176
|
LogExports?: string[] | undefined;
|
|
7177
|
+
/**
|
|
7178
|
+
* <p>The status of system table publishing to S3 Tables. This field is populated only when system table publishing is active.</p>
|
|
7179
|
+
* @public
|
|
7180
|
+
*/
|
|
7181
|
+
S3Tables?: S3TablePublishStatus | undefined;
|
|
7129
7182
|
}
|
|
7130
7183
|
/**
|
|
7131
7184
|
* <p>A set of elements to filter the returned node configurations.</p>
|
|
@@ -8365,6 +8418,16 @@ export interface DisableLoggingMessage {
|
|
|
8365
8418
|
* @public
|
|
8366
8419
|
*/
|
|
8367
8420
|
ClusterIdentifier: string | undefined;
|
|
8421
|
+
/**
|
|
8422
|
+
* <p>The log destination type. An enum with possible values of <code>s3</code>, <code>cloudwatch</code>, and <code>s3table</code>. When set to <code>s3table</code>, stops system table publishing. When omitted, the operation disables audit logging.</p>
|
|
8423
|
+
* @public
|
|
8424
|
+
*/
|
|
8425
|
+
LogDestinationType?: LogDestinationType | undefined;
|
|
8426
|
+
/**
|
|
8427
|
+
* <p>The collection of log types to stop exporting. When <code>LogDestinationType</code> is <code>s3table</code>, the values are the names of the system tables to stop publishing. Omitting this parameter or passing <code>all</code> stops publishing all system tables.</p>
|
|
8428
|
+
* @public
|
|
8429
|
+
*/
|
|
8430
|
+
LogExports?: string[] | undefined;
|
|
8368
8431
|
}
|
|
8369
8432
|
/**
|
|
8370
8433
|
* <p></p>
|
|
@@ -8452,15 +8515,25 @@ export interface EnableLoggingMessage {
|
|
|
8452
8515
|
*/
|
|
8453
8516
|
S3KeyPrefix?: string | undefined;
|
|
8454
8517
|
/**
|
|
8455
|
-
* <p>The log destination type. An enum with possible values of <code>s3</code> and <code>
|
|
8518
|
+
* <p>The log destination type. An enum with possible values of <code>s3</code>, <code>cloudwatch</code>, and <code>s3table</code>.</p>
|
|
8456
8519
|
* @public
|
|
8457
8520
|
*/
|
|
8458
8521
|
LogDestinationType?: LogDestinationType | undefined;
|
|
8459
8522
|
/**
|
|
8460
|
-
* <p>The collection of exported log types.
|
|
8523
|
+
* <p>The collection of exported log types. When <code>LogDestinationType</code> is <code>s3</code> or <code>cloudwatch</code>, possible values are <code>connectionlog</code>, <code>useractivitylog</code>, and <code>userlog</code>. When <code>LogDestinationType</code> is <code>s3table</code>, the values are the names of the system tables to publish. Omitting this parameter, passing an empty list, or including the value <code>all</code> publishes all current and future system tables.</p>
|
|
8461
8524
|
* @public
|
|
8462
8525
|
*/
|
|
8463
8526
|
LogExports?: string[] | undefined;
|
|
8527
|
+
/**
|
|
8528
|
+
* <p>The identifier of a customer managed KMS key used to encrypt the S3 tables. This parameter is valid only when <code>LogDestinationType</code> is <code>s3table</code>.</p>
|
|
8529
|
+
* @public
|
|
8530
|
+
*/
|
|
8531
|
+
S3TableKmsKeyId?: string | undefined;
|
|
8532
|
+
/**
|
|
8533
|
+
* <p>The scope of system table publishing. Valid values are <code>cluster</code> and <code>account</code>. A value of <code>cluster</code> scopes publishing to the individual cluster. A value of <code>account</code> scopes publishing to the Amazon Web Services account. This parameter is valid only when <code>LogDestinationType</code> is <code>s3table</code>.</p>
|
|
8534
|
+
* @public
|
|
8535
|
+
*/
|
|
8536
|
+
S3TableGranularity?: string | undefined;
|
|
8464
8537
|
}
|
|
8465
8538
|
/**
|
|
8466
8539
|
* <p></p>
|
|
@@ -9228,9 +9301,6 @@ export interface ModifyClusterMessage {
|
|
|
9228
9301
|
* the <code>MasterUserPassword</code> element exists in the
|
|
9229
9302
|
* <code>PendingModifiedValues</code> element of the operation response. </p>
|
|
9230
9303
|
* <p>You can't use <code>MasterUserPassword</code> if <code>ManageMasterPassword</code> is <code>true</code>.</p>
|
|
9231
|
-
* <p>If your admin user account is locked, this operation also unlocks your account and
|
|
9232
|
-
* resets the failed-login counter. This option is available only when account lockout
|
|
9233
|
-
* security is enabled for the cluster.</p>
|
|
9234
9304
|
* <note>
|
|
9235
9305
|
* <p>Operations never return the password, so this operation provides a way to
|
|
9236
9306
|
* regain access to the admin user account for a cluster if the password is
|
|
@@ -9675,35 +9745,3 @@ export interface ModifyClusterSnapshotScheduleMessage {
|
|
|
9675
9745
|
*/
|
|
9676
9746
|
DisassociateSchedule?: boolean | undefined;
|
|
9677
9747
|
}
|
|
9678
|
-
/**
|
|
9679
|
-
* <p></p>
|
|
9680
|
-
* @public
|
|
9681
|
-
*/
|
|
9682
|
-
export interface ModifyClusterSubnetGroupMessage {
|
|
9683
|
-
/**
|
|
9684
|
-
* <p>The name of the subnet group to be modified.</p>
|
|
9685
|
-
* @public
|
|
9686
|
-
*/
|
|
9687
|
-
ClusterSubnetGroupName: string | undefined;
|
|
9688
|
-
/**
|
|
9689
|
-
* <p>A text description of the subnet group to be modified.</p>
|
|
9690
|
-
* @public
|
|
9691
|
-
*/
|
|
9692
|
-
Description?: string | undefined;
|
|
9693
|
-
/**
|
|
9694
|
-
* <p>An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single
|
|
9695
|
-
* request.</p>
|
|
9696
|
-
* @public
|
|
9697
|
-
*/
|
|
9698
|
-
SubnetIds: string[] | undefined;
|
|
9699
|
-
}
|
|
9700
|
-
/**
|
|
9701
|
-
* @public
|
|
9702
|
-
*/
|
|
9703
|
-
export interface ModifyClusterSubnetGroupResult {
|
|
9704
|
-
/**
|
|
9705
|
-
* <p>Describes a subnet group.</p>
|
|
9706
|
-
* @public
|
|
9707
|
-
*/
|
|
9708
|
-
ClusterSubnetGroup?: ClusterSubnetGroup | undefined;
|
|
9709
|
-
}
|
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
import type { AquaConfigurationStatus, LakehouseIdcRegistration, LakehouseRegistration, NamespaceRegistrationStatus, PartnerIntegrationStatus, UsageLimitBreachAction } from "./enums";
|
|
2
|
-
import type { AuthorizedTokenIssuer, Cluster, ClusterSecurityGroup, EventSubscription, NamespaceIdentifierUnion, Parameter, Qev2IdcApplication, RedshiftIdcApplication, ReservedNode, ResourcePolicy, ScheduledActionType, ServiceIntegrationsUnion, Snapshot, TableRestoreStatus } from "./models_0";
|
|
2
|
+
import type { AuthorizedTokenIssuer, Cluster, ClusterSecurityGroup, ClusterSubnetGroup, EventSubscription, NamespaceIdentifierUnion, Parameter, Qev2IdcApplication, RedshiftIdcApplication, ReservedNode, ResourcePolicy, ScheduledActionType, ServiceIntegrationsUnion, Snapshot, TableRestoreStatus } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* <p></p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface ModifyClusterSubnetGroupMessage {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The name of the subnet group to be modified.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
ClusterSubnetGroupName: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>A text description of the subnet group to be modified.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
Description?: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single
|
|
20
|
+
* request.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
SubnetIds: string[] | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export interface ModifyClusterSubnetGroupResult {
|
|
29
|
+
/**
|
|
30
|
+
* <p>Describes a subnet group.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
ClusterSubnetGroup?: ClusterSubnetGroup | undefined;
|
|
34
|
+
}
|
|
3
35
|
/**
|
|
4
36
|
* @public
|
|
5
37
|
*/
|
|
@@ -367,6 +367,7 @@ export declare var LakeFormationQuery$: StaticStructureSchema;
|
|
|
367
367
|
export declare var LakehouseConfiguration$: StaticStructureSchema;
|
|
368
368
|
export declare var ListRecommendationsMessage$: StaticStructureSchema;
|
|
369
369
|
export declare var ListRecommendationsResult$: StaticStructureSchema;
|
|
370
|
+
export declare var LoggingPublishStatus$: StaticStructureSchema;
|
|
370
371
|
export declare var LoggingStatus$: StaticStructureSchema;
|
|
371
372
|
export declare var MaintenanceTrack$: StaticStructureSchema;
|
|
372
373
|
export declare var ModifyAquaInputMessage$: StaticStructureSchema;
|
|
@@ -460,6 +461,7 @@ export declare var RevokeSnapshotAccessMessage$: StaticStructureSchema;
|
|
|
460
461
|
export declare var RevokeSnapshotAccessResult$: StaticStructureSchema;
|
|
461
462
|
export declare var RotateEncryptionKeyMessage$: StaticStructureSchema;
|
|
462
463
|
export declare var RotateEncryptionKeyResult$: StaticStructureSchema;
|
|
464
|
+
export declare var S3TablePublishStatus$: StaticStructureSchema;
|
|
463
465
|
export declare var ScheduledAction$: StaticStructureSchema;
|
|
464
466
|
export declare var ScheduledActionFilter$: StaticStructureSchema;
|
|
465
467
|
export declare var ScheduledActionsMessage$: StaticStructureSchema;
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
ModifyClusterSubnetGroupMessage,
|
|
4
4
|
ModifyClusterSubnetGroupResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface ModifyClusterSubnetGroupCommandInput extends ModifyClusterSubnetGroupMessage {}
|
|
8
8
|
export interface ModifyClusterSubnetGroupCommandOutput
|
|
@@ -166,6 +166,7 @@ export type DescribeIntegrationsFilterName =
|
|
|
166
166
|
export declare const LogDestinationType: {
|
|
167
167
|
readonly CLOUDWATCH: "cloudwatch";
|
|
168
168
|
readonly S3: "s3";
|
|
169
|
+
readonly S3TABLE: "s3table";
|
|
169
170
|
};
|
|
170
171
|
export type LogDestinationType = (typeof LogDestinationType)[keyof typeof LogDestinationType];
|
|
171
172
|
export declare const NodeConfigurationOptionsFilterName: {
|
|
@@ -357,6 +357,16 @@ export interface ClusterIamRole {
|
|
|
357
357
|
IamRoleArn?: string | undefined;
|
|
358
358
|
ApplyStatus?: string | undefined;
|
|
359
359
|
}
|
|
360
|
+
export interface S3TablePublishStatus {
|
|
361
|
+
S3Tables?: string[] | undefined;
|
|
362
|
+
S3TableNamespace?: string | undefined;
|
|
363
|
+
S3TableGranularity?: string | undefined;
|
|
364
|
+
EnabledAll?: boolean | undefined;
|
|
365
|
+
LastIngestionTimes?: Record<string, string> | undefined;
|
|
366
|
+
}
|
|
367
|
+
export interface LoggingPublishStatus {
|
|
368
|
+
S3Tables?: S3TablePublishStatus | undefined;
|
|
369
|
+
}
|
|
360
370
|
export interface SecondaryClusterInfo {
|
|
361
371
|
AvailabilityZone?: string | undefined;
|
|
362
372
|
ClusterNodes?: ClusterNode[] | undefined;
|
|
@@ -465,6 +475,7 @@ export interface Cluster {
|
|
|
465
475
|
LakehouseRegistrationStatus?: string | undefined;
|
|
466
476
|
CatalogArn?: string | undefined;
|
|
467
477
|
ExtraComputeForAutomaticOptimization?: string | undefined;
|
|
478
|
+
LoggingPublishStatus?: LoggingPublishStatus | undefined;
|
|
468
479
|
}
|
|
469
480
|
export interface ClusterCredentials {
|
|
470
481
|
DbUser?: string | undefined;
|
|
@@ -1414,6 +1425,7 @@ export interface LoggingStatus {
|
|
|
1414
1425
|
LastFailureMessage?: string | undefined;
|
|
1415
1426
|
LogDestinationType?: LogDestinationType | undefined;
|
|
1416
1427
|
LogExports?: string[] | undefined;
|
|
1428
|
+
S3Tables?: S3TablePublishStatus | undefined;
|
|
1417
1429
|
}
|
|
1418
1430
|
export interface NodeConfigurationOptionsFilter {
|
|
1419
1431
|
Name?: NodeConfigurationOptionsFilterName | undefined;
|
|
@@ -1632,6 +1644,8 @@ export interface UsageLimitList {
|
|
|
1632
1644
|
}
|
|
1633
1645
|
export interface DisableLoggingMessage {
|
|
1634
1646
|
ClusterIdentifier: string | undefined;
|
|
1647
|
+
LogDestinationType?: LogDestinationType | undefined;
|
|
1648
|
+
LogExports?: string[] | undefined;
|
|
1635
1649
|
}
|
|
1636
1650
|
export interface DisableSnapshotCopyMessage {
|
|
1637
1651
|
ClusterIdentifier: string | undefined;
|
|
@@ -1651,6 +1665,8 @@ export interface EnableLoggingMessage {
|
|
|
1651
1665
|
S3KeyPrefix?: string | undefined;
|
|
1652
1666
|
LogDestinationType?: LogDestinationType | undefined;
|
|
1653
1667
|
LogExports?: string[] | undefined;
|
|
1668
|
+
S3TableKmsKeyId?: string | undefined;
|
|
1669
|
+
S3TableGranularity?: string | undefined;
|
|
1654
1670
|
}
|
|
1655
1671
|
export interface EnableSnapshotCopyMessage {
|
|
1656
1672
|
ClusterIdentifier: string | undefined;
|
|
@@ -1859,11 +1875,3 @@ export interface ModifyClusterSnapshotScheduleMessage {
|
|
|
1859
1875
|
ScheduleIdentifier?: string | undefined;
|
|
1860
1876
|
DisassociateSchedule?: boolean | undefined;
|
|
1861
1877
|
}
|
|
1862
|
-
export interface ModifyClusterSubnetGroupMessage {
|
|
1863
|
-
ClusterSubnetGroupName: string | undefined;
|
|
1864
|
-
Description?: string | undefined;
|
|
1865
|
-
SubnetIds: string[] | undefined;
|
|
1866
|
-
}
|
|
1867
|
-
export interface ModifyClusterSubnetGroupResult {
|
|
1868
|
-
ClusterSubnetGroup?: ClusterSubnetGroup | undefined;
|
|
1869
|
-
}
|
|
@@ -10,6 +10,7 @@ import {
|
|
|
10
10
|
AuthorizedTokenIssuer,
|
|
11
11
|
Cluster,
|
|
12
12
|
ClusterSecurityGroup,
|
|
13
|
+
ClusterSubnetGroup,
|
|
13
14
|
EventSubscription,
|
|
14
15
|
NamespaceIdentifierUnion,
|
|
15
16
|
Parameter,
|
|
@@ -22,6 +23,14 @@ import {
|
|
|
22
23
|
Snapshot,
|
|
23
24
|
TableRestoreStatus,
|
|
24
25
|
} from "./models_0";
|
|
26
|
+
export interface ModifyClusterSubnetGroupMessage {
|
|
27
|
+
ClusterSubnetGroupName: string | undefined;
|
|
28
|
+
Description?: string | undefined;
|
|
29
|
+
SubnetIds: string[] | undefined;
|
|
30
|
+
}
|
|
31
|
+
export interface ModifyClusterSubnetGroupResult {
|
|
32
|
+
ClusterSubnetGroup?: ClusterSubnetGroup | undefined;
|
|
33
|
+
}
|
|
25
34
|
export interface ModifyCustomDomainAssociationMessage {
|
|
26
35
|
CustomDomainName: string | undefined;
|
|
27
36
|
CustomDomainCertificateArn: string | undefined;
|
|
@@ -367,6 +367,7 @@ export declare var LakeFormationQuery$: StaticStructureSchema;
|
|
|
367
367
|
export declare var LakehouseConfiguration$: StaticStructureSchema;
|
|
368
368
|
export declare var ListRecommendationsMessage$: StaticStructureSchema;
|
|
369
369
|
export declare var ListRecommendationsResult$: StaticStructureSchema;
|
|
370
|
+
export declare var LoggingPublishStatus$: StaticStructureSchema;
|
|
370
371
|
export declare var LoggingStatus$: StaticStructureSchema;
|
|
371
372
|
export declare var MaintenanceTrack$: StaticStructureSchema;
|
|
372
373
|
export declare var ModifyAquaInputMessage$: StaticStructureSchema;
|
|
@@ -460,6 +461,7 @@ export declare var RevokeSnapshotAccessMessage$: StaticStructureSchema;
|
|
|
460
461
|
export declare var RevokeSnapshotAccessResult$: StaticStructureSchema;
|
|
461
462
|
export declare var RotateEncryptionKeyMessage$: StaticStructureSchema;
|
|
462
463
|
export declare var RotateEncryptionKeyResult$: StaticStructureSchema;
|
|
464
|
+
export declare var S3TablePublishStatus$: StaticStructureSchema;
|
|
463
465
|
export declare var ScheduledAction$: StaticStructureSchema;
|
|
464
466
|
export declare var ScheduledActionFilter$: StaticStructureSchema;
|
|
465
467
|
export declare var ScheduledActionsMessage$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1114.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-redshift",
|
|
6
6
|
"license": "Apache-2.0",
|