@aws-sdk/client-redshift-serverless 3.1085.0 → 3.1087.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 +6 -5
- package/dist-es/schemas/schemas_0.js +5 -4
- package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +1 -0
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +11 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/package.json +8 -8
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.1086.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -629,6 +629,7 @@ const _lRS = "lakehouseRegistrationStatus";
|
|
|
629
629
|
const _m = "message";
|
|
630
630
|
const _mAP = "manageAdminPassword";
|
|
631
631
|
const _mC = "maxCapacity";
|
|
632
|
+
const _mI = "maintainIntegration";
|
|
632
633
|
const _mR = "maxResults";
|
|
633
634
|
const _mW = "managedWorkgroups";
|
|
634
635
|
const _mWI = "managedWorkgroupId";
|
|
@@ -1395,8 +1396,8 @@ var ResourcePolicy$ = [3, n0, _RPe,
|
|
|
1395
1396
|
];
|
|
1396
1397
|
var RestoreFromRecoveryPointRequest$ = [3, n0, _RFRPR,
|
|
1397
1398
|
0,
|
|
1398
|
-
[_rPI, _nN, _wN],
|
|
1399
|
-
[0, 0, 0], 3
|
|
1399
|
+
[_rPI, _nN, _wN, _mI],
|
|
1400
|
+
[0, 0, 0, 2], 3
|
|
1400
1401
|
];
|
|
1401
1402
|
var RestoreFromRecoveryPointResponse$ = [3, n0, _RFRPRe,
|
|
1402
1403
|
0,
|
|
@@ -1405,8 +1406,8 @@ var RestoreFromRecoveryPointResponse$ = [3, n0, _RFRPRe,
|
|
|
1405
1406
|
];
|
|
1406
1407
|
var RestoreFromSnapshotRequest$ = [3, n0, _RFSR,
|
|
1407
1408
|
0,
|
|
1408
|
-
[_nN, _wN, _sN, _sAn, _oA, _mAP, _aPSKKI],
|
|
1409
|
-
[0, 0, 0, 0, 0, 2, 0], 2
|
|
1409
|
+
[_nN, _wN, _sN, _sAn, _oA, _mAP, _aPSKKI, _mI],
|
|
1410
|
+
[0, 0, 0, 0, 0, 2, 0, 2], 2
|
|
1410
1411
|
];
|
|
1411
1412
|
var RestoreFromSnapshotResponse$ = [3, n0, _RFSRe,
|
|
1412
1413
|
0,
|
|
@@ -333,6 +333,7 @@ const _lRS = "lakehouseRegistrationStatus";
|
|
|
333
333
|
const _m = "message";
|
|
334
334
|
const _mAP = "manageAdminPassword";
|
|
335
335
|
const _mC = "maxCapacity";
|
|
336
|
+
const _mI = "maintainIntegration";
|
|
336
337
|
const _mR = "maxResults";
|
|
337
338
|
const _mW = "managedWorkgroups";
|
|
338
339
|
const _mWI = "managedWorkgroupId";
|
|
@@ -1102,8 +1103,8 @@ export var ResourcePolicy$ = [3, n0, _RPe,
|
|
|
1102
1103
|
];
|
|
1103
1104
|
export var RestoreFromRecoveryPointRequest$ = [3, n0, _RFRPR,
|
|
1104
1105
|
0,
|
|
1105
|
-
[_rPI, _nN, _wN],
|
|
1106
|
-
[0, 0, 0], 3
|
|
1106
|
+
[_rPI, _nN, _wN, _mI],
|
|
1107
|
+
[0, 0, 0, 2], 3
|
|
1107
1108
|
];
|
|
1108
1109
|
export var RestoreFromRecoveryPointResponse$ = [3, n0, _RFRPRe,
|
|
1109
1110
|
0,
|
|
@@ -1112,8 +1113,8 @@ export var RestoreFromRecoveryPointResponse$ = [3, n0, _RFRPRe,
|
|
|
1112
1113
|
];
|
|
1113
1114
|
export var RestoreFromSnapshotRequest$ = [3, n0, _RFSR,
|
|
1114
1115
|
0,
|
|
1115
|
-
[_nN, _wN, _sN, _sAn, _oA, _mAP, _aPSKKI],
|
|
1116
|
-
[0, 0, 0, 0, 0, 2, 0], 2
|
|
1116
|
+
[_nN, _wN, _sN, _sAn, _oA, _mAP, _aPSKKI, _mI],
|
|
1117
|
+
[0, 0, 0, 0, 0, 2, 0, 2], 2
|
|
1117
1118
|
];
|
|
1118
1119
|
export var RestoreFromSnapshotResponse$ = [3, n0, _RFSRe,
|
|
1119
1120
|
0,
|
|
@@ -37,6 +37,7 @@ declare const RestoreFromRecoveryPointCommand_base: {
|
|
|
37
37
|
* recoveryPointId: "STRING_VALUE", // required
|
|
38
38
|
* namespaceName: "STRING_VALUE", // required
|
|
39
39
|
* workgroupName: "STRING_VALUE", // required
|
|
40
|
+
* maintainIntegration: true || false,
|
|
40
41
|
* };
|
|
41
42
|
* const command = new RestoreFromRecoveryPointCommand(input);
|
|
42
43
|
* const response = await client.send(command);
|
|
@@ -41,6 +41,7 @@ declare const RestoreFromSnapshotCommand_base: {
|
|
|
41
41
|
* ownerAccount: "STRING_VALUE",
|
|
42
42
|
* manageAdminPassword: true || false,
|
|
43
43
|
* adminPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
44
|
+
* maintainIntegration: true || false,
|
|
44
45
|
* };
|
|
45
46
|
* const command = new RestoreFromSnapshotCommand(input);
|
|
46
47
|
* const response = await client.send(command);
|
|
@@ -31,7 +31,7 @@ export interface Association {
|
|
|
31
31
|
*/
|
|
32
32
|
export interface ConfigParameter {
|
|
33
33
|
/**
|
|
34
|
-
* <p>The key of the parameter. The options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>, <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and either <code>wlm_json_configuration</code> or query monitoring metrics that let you define performance boundaries. You can either specify individual query monitoring metrics (such as <code>max_scan_row_count</code>, <code>max_query_execution_time</code>) or use <code>wlm_json_configuration</code> to define query queues with rules, but not both. For more information about query monitoring rules and available metrics, see <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless">Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
34
|
+
* <p>The key of the parameter. The options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>, <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and either <code>wlm_json_configuration</code> or query monitoring metrics that let you define performance boundaries. You can either specify individual query monitoring metrics (such as <code>max_scan_row_count</code>, <code>max_query_execution_time</code>) or use <code>wlm_json_configuration</code> to define query queues with rules, but not both. If you're using <code>wlm_json_configuration</code>, the maximum size of <code>parameterValue</code> is 8000 characters. For more information about query monitoring rules and available metrics, see <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless">Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
35
35
|
* @public
|
|
36
36
|
*/
|
|
37
37
|
parameterKey?: string | undefined;
|
|
@@ -2866,6 +2866,11 @@ export interface RestoreFromRecoveryPointRequest {
|
|
|
2866
2866
|
* @public
|
|
2867
2867
|
*/
|
|
2868
2868
|
workgroupName: string | undefined;
|
|
2869
|
+
/**
|
|
2870
|
+
* <p>If <code>true</code>, maintain existing data sharing, zero-ETL and S3 event integrations when restoring. Otherwise, integrations will not be maintained after the restore operation. Integrations are only maintained when restored to the same serverless namespace.</p> <p>Default: true</p>
|
|
2871
|
+
* @public
|
|
2872
|
+
*/
|
|
2873
|
+
maintainIntegration?: boolean | undefined;
|
|
2869
2874
|
}
|
|
2870
2875
|
/**
|
|
2871
2876
|
* @public
|
|
@@ -3041,6 +3046,11 @@ export interface RestoreFromSnapshotRequest {
|
|
|
3041
3046
|
* @public
|
|
3042
3047
|
*/
|
|
3043
3048
|
adminPasswordSecretKmsKeyId?: string | undefined;
|
|
3049
|
+
/**
|
|
3050
|
+
* <p>If <code>true</code>, maintain existing data sharing, zero-ETL and S3 event integrations when restoring. Otherwise, integrations will not be maintained after the restore operation. Integrations are only maintained when restored to the same serverless namespace.</p> <p>Default: true</p>
|
|
3051
|
+
* @public
|
|
3052
|
+
*/
|
|
3053
|
+
maintainIntegration?: boolean | undefined;
|
|
3044
3054
|
}
|
|
3045
3055
|
/**
|
|
3046
3056
|
* @public
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: RedshiftServerlessClientConfig)
|
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node
|
|
11
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -738,6 +738,7 @@ export interface RestoreFromRecoveryPointRequest {
|
|
|
738
738
|
recoveryPointId: string | undefined;
|
|
739
739
|
namespaceName: string | undefined;
|
|
740
740
|
workgroupName: string | undefined;
|
|
741
|
+
maintainIntegration?: boolean | undefined;
|
|
741
742
|
}
|
|
742
743
|
export interface RestoreFromRecoveryPointResponse {
|
|
743
744
|
recoveryPointId?: string | undefined;
|
|
@@ -779,6 +780,7 @@ export interface RestoreFromSnapshotRequest {
|
|
|
779
780
|
ownerAccount?: string | undefined;
|
|
780
781
|
manageAdminPassword?: boolean | undefined;
|
|
781
782
|
adminPasswordSecretKmsKeyId?: string | undefined;
|
|
783
|
+
maintainIntegration?: boolean | undefined;
|
|
782
784
|
}
|
|
783
785
|
export interface RestoreFromSnapshotResponse {
|
|
784
786
|
snapshotName?: string | undefined;
|
|
@@ -13,7 +13,7 @@ export declare const getRuntimeConfig: (
|
|
|
13
13
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
14
14
|
| ((
|
|
15
15
|
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
16
|
-
) => import("@aws-sdk/credential-provider-node
|
|
16
|
+
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
17
17
|
defaultUserAgentProvider: (
|
|
18
18
|
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
19
19
|
) => Promise<import("@smithy/types").UserAgent>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1087.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.975.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.974.
|
|
25
|
-
"@smithy/core": "^3.29.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.16.
|
|
22
|
+
"@aws-sdk/core": "^3.975.2",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.68",
|
|
24
|
+
"@aws-sdk/types": "^3.974.1",
|
|
25
|
+
"@smithy/core": "^3.29.3",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.5",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.5",
|
|
28
|
+
"@smithy/types": "^4.16.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|