@aws-sdk/client-redshift 3.554.0 → 3.555.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 +3 -0
- package/dist-es/protocols/Aws_query.js +3 -0
- package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +1 -0
- package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -14678,6 +14678,9 @@ var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
14678
14678
|
if (output[_MPSKKI] != null) {
|
|
14679
14679
|
contents[_MPSKKI] = (0, import_smithy_client.expectString)(output[_MPSKKI]);
|
|
14680
14680
|
}
|
|
14681
|
+
if (output[_SA] != null) {
|
|
14682
|
+
contents[_SA] = (0, import_smithy_client.expectString)(output[_SA]);
|
|
14683
|
+
}
|
|
14681
14684
|
return contents;
|
|
14682
14685
|
}, "de_Snapshot");
|
|
14683
14686
|
var de_SnapshotCopyAlreadyDisabledFault = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -11687,6 +11687,9 @@ const de_Snapshot = (output, context) => {
|
|
|
11687
11687
|
if (output[_MPSKKI] != null) {
|
|
11688
11688
|
contents[_MPSKKI] = __expectString(output[_MPSKKI]);
|
|
11689
11689
|
}
|
|
11690
|
+
if (output[_SA] != null) {
|
|
11691
|
+
contents[_SA] = __expectString(output[_SA]);
|
|
11692
|
+
}
|
|
11690
11693
|
return contents;
|
|
11691
11694
|
};
|
|
11692
11695
|
const de_SnapshotCopyAlreadyDisabledFault = (output, context) => {
|
|
@@ -96,6 +96,7 @@ declare const AuthorizeSnapshotAccessCommand_base: {
|
|
|
96
96
|
* // SnapshotRetentionStartTime: new Date("TIMESTAMP"),
|
|
97
97
|
* // MasterPasswordSecretArn: "STRING_VALUE",
|
|
98
98
|
* // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
99
|
+
* // SnapshotArn: "STRING_VALUE",
|
|
99
100
|
* // },
|
|
100
101
|
* // };
|
|
101
102
|
*
|
|
@@ -102,6 +102,7 @@ declare const CopyClusterSnapshotCommand_base: {
|
|
|
102
102
|
* // SnapshotRetentionStartTime: new Date("TIMESTAMP"),
|
|
103
103
|
* // MasterPasswordSecretArn: "STRING_VALUE",
|
|
104
104
|
* // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
105
|
+
* // SnapshotArn: "STRING_VALUE",
|
|
105
106
|
* // },
|
|
106
107
|
* // };
|
|
107
108
|
*
|
|
@@ -101,6 +101,7 @@ declare const CreateClusterSnapshotCommand_base: {
|
|
|
101
101
|
* // SnapshotRetentionStartTime: new Date("TIMESTAMP"),
|
|
102
102
|
* // MasterPasswordSecretArn: "STRING_VALUE",
|
|
103
103
|
* // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
104
|
+
* // SnapshotArn: "STRING_VALUE",
|
|
104
105
|
* // },
|
|
105
106
|
* // };
|
|
106
107
|
*
|
|
@@ -95,6 +95,7 @@ declare const DeleteClusterSnapshotCommand_base: {
|
|
|
95
95
|
* // SnapshotRetentionStartTime: new Date("TIMESTAMP"),
|
|
96
96
|
* // MasterPasswordSecretArn: "STRING_VALUE",
|
|
97
97
|
* // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
98
|
+
* // SnapshotArn: "STRING_VALUE",
|
|
98
99
|
* // },
|
|
99
100
|
* // };
|
|
100
101
|
*
|
|
@@ -123,6 +123,7 @@ declare const DescribeClusterSnapshotsCommand_base: {
|
|
|
123
123
|
* // SnapshotRetentionStartTime: new Date("TIMESTAMP"),
|
|
124
124
|
* // MasterPasswordSecretArn: "STRING_VALUE",
|
|
125
125
|
* // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
126
|
+
* // SnapshotArn: "STRING_VALUE",
|
|
126
127
|
* // },
|
|
127
128
|
* // ],
|
|
128
129
|
* // };
|
|
@@ -91,6 +91,7 @@ declare const ModifyClusterSnapshotCommand_base: {
|
|
|
91
91
|
* // SnapshotRetentionStartTime: new Date("TIMESTAMP"),
|
|
92
92
|
* // MasterPasswordSecretArn: "STRING_VALUE",
|
|
93
93
|
* // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
94
|
+
* // SnapshotArn: "STRING_VALUE",
|
|
94
95
|
* // },
|
|
95
96
|
* // };
|
|
96
97
|
*
|
|
@@ -97,6 +97,7 @@ declare const RevokeSnapshotAccessCommand_base: {
|
|
|
97
97
|
* // SnapshotRetentionStartTime: new Date("TIMESTAMP"),
|
|
98
98
|
* // MasterPasswordSecretArn: "STRING_VALUE",
|
|
99
99
|
* // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
100
|
+
* // SnapshotArn: "STRING_VALUE",
|
|
100
101
|
* // },
|
|
101
102
|
* // };
|
|
102
103
|
*
|
|
@@ -1348,6 +1348,11 @@ export interface Snapshot {
|
|
|
1348
1348
|
* @public
|
|
1349
1349
|
*/
|
|
1350
1350
|
MasterPasswordSecretKmsKeyId?: string;
|
|
1351
|
+
/**
|
|
1352
|
+
* <p>The Amazon Resource Name (ARN) of the snapshot.</p>
|
|
1353
|
+
* @public
|
|
1354
|
+
*/
|
|
1355
|
+
SnapshotArn?: string;
|
|
1351
1356
|
}
|
|
1352
1357
|
/**
|
|
1353
1358
|
* @public
|
|
@@ -461,6 +461,7 @@ export interface Snapshot {
|
|
|
461
461
|
SnapshotRetentionStartTime?: Date;
|
|
462
462
|
MasterPasswordSecretArn?: string;
|
|
463
463
|
MasterPasswordSecretKmsKeyId?: string;
|
|
464
|
+
SnapshotArn?: string;
|
|
464
465
|
}
|
|
465
466
|
export interface AuthorizeSnapshotAccessResult {
|
|
466
467
|
Snapshot?: Snapshot;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.555.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-redshift",
|