@aws-sdk/client-redshift 3.299.0 → 3.300.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-types/commands/AcceptReservedNodeExchangeCommand.d.ts +4 -0
- package/dist-types/commands/AddPartnerCommand.d.ts +6 -0
- package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +6 -0
- package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +6 -0
- package/dist-types/commands/AuthorizeDataShareCommand.d.ts +4 -0
- package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +7 -0
- package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +6 -0
- package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +8 -0
- package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +7 -0
- package/dist-types/commands/CancelResizeCommand.d.ts +3 -0
- package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +4 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +47 -0
- package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +10 -0
- package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +13 -0
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +9 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +9 -0
- package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +26 -0
- package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +10 -0
- package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +15 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +9 -0
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +14 -0
- package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +3 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +6 -0
- package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +3 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +3 -0
- package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DeletePartnerCommand.d.ts +6 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +3 -0
- package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +3 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClusterParametersCommand.d.ts +6 -0
- package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClusterTracksCommand.d.ts +5 -0
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataSharesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +5 -0
- package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +8 -0
- package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +9 -0
- package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +18 -0
- package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribePartnersCommand.d.ts +6 -0
- package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +6 -0
- package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeReservedNodesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeResizeCommand.d.ts +3 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +12 -0
- package/dist-types/commands/DescribeStorageCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +13 -0
- package/dist-types/commands/DisableLoggingCommand.d.ts +3 -0
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +6 -0
- package/dist-types/commands/EnableLoggingCommand.d.ts +9 -0
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +7 -0
- package/dist-types/commands/GetClusterCredentialsCommand.d.ts +10 -0
- package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +5 -0
- package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +7 -0
- package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +5 -0
- package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +4 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +31 -0
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +4 -0
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +10 -0
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +8 -0
- package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +5 -0
- package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +5 -0
- package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +7 -0
- package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +6 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +13 -0
- package/dist-types/commands/ModifyScheduledActionCommand.d.ts +26 -0
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +5 -0
- package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +6 -0
- package/dist-types/commands/ModifyUsageLimitCommand.d.ts +5 -0
- package/dist-types/commands/PauseClusterCommand.d.ts +3 -0
- package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +4 -0
- package/dist-types/commands/RebootClusterCommand.d.ts +3 -0
- package/dist-types/commands/RejectDataShareCommand.d.ts +3 -0
- package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/commands/ResizeClusterCommand.d.ts +9 -0
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +41 -0
- package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/ResumeClusterCommand.d.ts +3 -0
- package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +6 -0
- package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +8 -0
- package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +6 -0
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +3 -0
- package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +8 -0
- package/package.json +8 -8
|
@@ -27,6 +27,14 @@ export interface RevokeEndpointAccessCommandOutput extends EndpointAuthorization
|
|
|
27
27
|
* import { RedshiftClient, RevokeEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, RevokeEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = {
|
|
31
|
+
* ClusterIdentifier: "STRING_VALUE",
|
|
32
|
+
* Account: "STRING_VALUE",
|
|
33
|
+
* VpcIds: [
|
|
34
|
+
* "STRING_VALUE",
|
|
35
|
+
* ],
|
|
36
|
+
* Force: true || false,
|
|
37
|
+
* };
|
|
30
38
|
* const command = new RevokeEndpointAccessCommand(input);
|
|
31
39
|
* const response = await client.send(command);
|
|
32
40
|
* ```
|
|
@@ -32,6 +32,12 @@ export interface RevokeSnapshotAccessCommandOutput extends RevokeSnapshotAccessR
|
|
|
32
32
|
* import { RedshiftClient, RevokeSnapshotAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
33
33
|
* // const { RedshiftClient, RevokeSnapshotAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
34
34
|
* const client = new RedshiftClient(config);
|
|
35
|
+
* const input = {
|
|
36
|
+
* SnapshotIdentifier: "STRING_VALUE",
|
|
37
|
+
* SnapshotArn: "STRING_VALUE",
|
|
38
|
+
* SnapshotClusterIdentifier: "STRING_VALUE",
|
|
39
|
+
* AccountWithRestoreAccess: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
35
41
|
* const command = new RevokeSnapshotAccessCommand(input);
|
|
36
42
|
* const response = await client.send(command);
|
|
37
43
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface RotateEncryptionKeyCommandOutput extends RotateEncryptionKeyRes
|
|
|
26
26
|
* import { RedshiftClient, RotateEncryptionKeyCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, RotateEncryptionKeyCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new RotateEncryptionKeyCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -27,6 +27,14 @@ export interface UpdatePartnerStatusCommandOutput extends PartnerIntegrationOutp
|
|
|
27
27
|
* import { RedshiftClient, UpdatePartnerStatusCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, UpdatePartnerStatusCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = {
|
|
31
|
+
* AccountId: "STRING_VALUE", // required
|
|
32
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
33
|
+
* DatabaseName: "STRING_VALUE", // required
|
|
34
|
+
* PartnerName: "STRING_VALUE", // required
|
|
35
|
+
* Status: "Active" || "Inactive" || "RuntimeFailure" || "ConnectionFailure", // required
|
|
36
|
+
* StatusMessage: "STRING_VALUE",
|
|
37
|
+
* };
|
|
30
38
|
* const command = new UpdatePartnerStatusCommand(input);
|
|
31
39
|
* const response = await client.send(command);
|
|
32
40
|
* ```
|
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.300.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.300.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.300.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
56
|
"@aws-sdk/util-waiter": "3.296.0",
|
|
57
57
|
"fast-xml-parser": "4.1.2",
|