@aws-sdk/client-redshift 3.299.0 → 3.301.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
|
@@ -31,6 +31,12 @@ export interface DescribeTableRestoreStatusCommandOutput extends TableRestoreSta
|
|
|
31
31
|
* import { RedshiftClient, DescribeTableRestoreStatusCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
32
32
|
* // const { RedshiftClient, DescribeTableRestoreStatusCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
33
33
|
* const client = new RedshiftClient(config);
|
|
34
|
+
* const input = { // DescribeTableRestoreStatusMessage
|
|
35
|
+
* ClusterIdentifier: "STRING_VALUE",
|
|
36
|
+
* TableRestoreRequestId: "STRING_VALUE",
|
|
37
|
+
* MaxRecords: Number("int"),
|
|
38
|
+
* Marker: "STRING_VALUE",
|
|
39
|
+
* };
|
|
34
40
|
* const command = new DescribeTableRestoreStatusCommand(input);
|
|
35
41
|
* const response = await client.send(command);
|
|
36
42
|
* ```
|
|
@@ -50,6 +50,18 @@ export interface DescribeTagsCommandOutput extends TaggedResourceListMessage, __
|
|
|
50
50
|
* import { RedshiftClient, DescribeTagsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
51
51
|
* // const { RedshiftClient, DescribeTagsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
52
52
|
* const client = new RedshiftClient(config);
|
|
53
|
+
* const input = { // DescribeTagsMessage
|
|
54
|
+
* ResourceName: "STRING_VALUE",
|
|
55
|
+
* ResourceType: "STRING_VALUE",
|
|
56
|
+
* MaxRecords: Number("int"),
|
|
57
|
+
* Marker: "STRING_VALUE",
|
|
58
|
+
* TagKeys: [ // TagKeyList
|
|
59
|
+
* "STRING_VALUE",
|
|
60
|
+
* ],
|
|
61
|
+
* TagValues: [ // TagValueList
|
|
62
|
+
* "STRING_VALUE",
|
|
63
|
+
* ],
|
|
64
|
+
* };
|
|
53
65
|
* const command = new DescribeTagsCommand(input);
|
|
54
66
|
* const response = await client.send(command);
|
|
55
67
|
* ```
|
|
@@ -45,6 +45,19 @@ export interface DescribeUsageLimitsCommandOutput extends UsageLimitList, __Meta
|
|
|
45
45
|
* import { RedshiftClient, DescribeUsageLimitsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
46
46
|
* // const { RedshiftClient, DescribeUsageLimitsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
47
47
|
* const client = new RedshiftClient(config);
|
|
48
|
+
* const input = { // DescribeUsageLimitsMessage
|
|
49
|
+
* UsageLimitId: "STRING_VALUE",
|
|
50
|
+
* ClusterIdentifier: "STRING_VALUE",
|
|
51
|
+
* FeatureType: "spectrum" || "concurrency-scaling" || "cross-region-datasharing",
|
|
52
|
+
* MaxRecords: Number("int"),
|
|
53
|
+
* Marker: "STRING_VALUE",
|
|
54
|
+
* TagKeys: [ // TagKeyList
|
|
55
|
+
* "STRING_VALUE",
|
|
56
|
+
* ],
|
|
57
|
+
* TagValues: [ // TagValueList
|
|
58
|
+
* "STRING_VALUE",
|
|
59
|
+
* ],
|
|
60
|
+
* };
|
|
48
61
|
* const command = new DescribeUsageLimitsCommand(input);
|
|
49
62
|
* const response = await client.send(command);
|
|
50
63
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface DisableLoggingCommandOutput extends LoggingStatus, __MetadataBe
|
|
|
27
27
|
* import { RedshiftClient, DisableLoggingCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, DisableLoggingCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // DisableLoggingMessage
|
|
31
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new DisableLoggingCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -30,6 +30,9 @@ export interface DisableSnapshotCopyCommandOutput extends DisableSnapshotCopyRes
|
|
|
30
30
|
* import { RedshiftClient, DisableSnapshotCopyCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
31
31
|
* // const { RedshiftClient, DisableSnapshotCopyCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
32
32
|
* const client = new RedshiftClient(config);
|
|
33
|
+
* const input = { // DisableSnapshotCopyMessage
|
|
34
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
33
36
|
* const command = new DisableSnapshotCopyCommand(input);
|
|
34
37
|
* const response = await client.send(command);
|
|
35
38
|
* ```
|
|
@@ -28,6 +28,12 @@ export interface DisassociateDataShareConsumerCommandOutput extends DataShare, _
|
|
|
28
28
|
* import { RedshiftClient, DisassociateDataShareConsumerCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
29
29
|
* // const { RedshiftClient, DisassociateDataShareConsumerCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
30
30
|
* const client = new RedshiftClient(config);
|
|
31
|
+
* const input = { // DisassociateDataShareConsumerMessage
|
|
32
|
+
* DataShareArn: "STRING_VALUE", // required
|
|
33
|
+
* DisassociateEntireAccount: true || false,
|
|
34
|
+
* ConsumerArn: "STRING_VALUE",
|
|
35
|
+
* ConsumerRegion: "STRING_VALUE",
|
|
36
|
+
* };
|
|
31
37
|
* const command = new DisassociateDataShareConsumerCommand(input);
|
|
32
38
|
* const response = await client.send(command);
|
|
33
39
|
* ```
|
|
@@ -27,6 +27,15 @@ export interface EnableLoggingCommandOutput extends LoggingStatus, __MetadataBea
|
|
|
27
27
|
* import { RedshiftClient, EnableLoggingCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, EnableLoggingCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // EnableLoggingMessage
|
|
31
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
32
|
+
* BucketName: "STRING_VALUE",
|
|
33
|
+
* S3KeyPrefix: "STRING_VALUE",
|
|
34
|
+
* LogDestinationType: "s3" || "cloudwatch",
|
|
35
|
+
* LogExports: [ // LogTypeList
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* };
|
|
30
39
|
* const command = new EnableLoggingCommand(input);
|
|
31
40
|
* const response = await client.send(command);
|
|
32
41
|
* ```
|
|
@@ -27,6 +27,13 @@ export interface EnableSnapshotCopyCommandOutput extends EnableSnapshotCopyResul
|
|
|
27
27
|
* import { RedshiftClient, EnableSnapshotCopyCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, EnableSnapshotCopyCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // EnableSnapshotCopyMessage
|
|
31
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
32
|
+
* DestinationRegion: "STRING_VALUE", // required
|
|
33
|
+
* RetentionPeriod: Number("int"),
|
|
34
|
+
* SnapshotCopyGrantName: "STRING_VALUE",
|
|
35
|
+
* ManualSnapshotRetentionPeriod: Number("int"),
|
|
36
|
+
* };
|
|
30
37
|
* const command = new EnableSnapshotCopyCommand(input);
|
|
31
38
|
* const response = await client.send(command);
|
|
32
39
|
* ```
|
|
@@ -47,6 +47,16 @@ export interface GetClusterCredentialsCommandOutput extends ClusterCredentials,
|
|
|
47
47
|
* import { RedshiftClient, GetClusterCredentialsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
48
48
|
* // const { RedshiftClient, GetClusterCredentialsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
49
49
|
* const client = new RedshiftClient(config);
|
|
50
|
+
* const input = { // GetClusterCredentialsMessage
|
|
51
|
+
* DbUser: "STRING_VALUE", // required
|
|
52
|
+
* DbName: "STRING_VALUE",
|
|
53
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
54
|
+
* DurationSeconds: Number("int"),
|
|
55
|
+
* AutoCreate: true || false,
|
|
56
|
+
* DbGroups: [ // DbGroupList
|
|
57
|
+
* "STRING_VALUE",
|
|
58
|
+
* ],
|
|
59
|
+
* };
|
|
50
60
|
* const command = new GetClusterCredentialsCommand(input);
|
|
51
61
|
* const response = await client.send(command);
|
|
52
62
|
* ```
|
|
@@ -36,6 +36,11 @@ export interface GetClusterCredentialsWithIAMCommandOutput extends ClusterExtend
|
|
|
36
36
|
* import { RedshiftClient, GetClusterCredentialsWithIAMCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
37
37
|
* // const { RedshiftClient, GetClusterCredentialsWithIAMCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
38
38
|
* const client = new RedshiftClient(config);
|
|
39
|
+
* const input = { // GetClusterCredentialsWithIAMMessage
|
|
40
|
+
* DbName: "STRING_VALUE",
|
|
41
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
42
|
+
* DurationSeconds: Number("int"),
|
|
43
|
+
* };
|
|
39
44
|
* const command = new GetClusterCredentialsWithIAMCommand(input);
|
|
40
45
|
* const response = await client.send(command);
|
|
41
46
|
* ```
|
|
@@ -28,6 +28,13 @@ export interface GetReservedNodeExchangeConfigurationOptionsCommandOutput extend
|
|
|
28
28
|
* import { RedshiftClient, GetReservedNodeExchangeConfigurationOptionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
29
29
|
* // const { RedshiftClient, GetReservedNodeExchangeConfigurationOptionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
30
30
|
* const client = new RedshiftClient(config);
|
|
31
|
+
* const input = { // GetReservedNodeExchangeConfigurationOptionsInputMessage
|
|
32
|
+
* ActionType: "restore-cluster" || "resize-cluster", // required
|
|
33
|
+
* ClusterIdentifier: "STRING_VALUE",
|
|
34
|
+
* SnapshotIdentifier: "STRING_VALUE",
|
|
35
|
+
* MaxRecords: Number("int"),
|
|
36
|
+
* Marker: "STRING_VALUE",
|
|
37
|
+
* };
|
|
31
38
|
* const command = new GetReservedNodeExchangeConfigurationOptionsCommand(input);
|
|
32
39
|
* const response = await client.send(command);
|
|
33
40
|
* ```
|
|
@@ -27,6 +27,11 @@ export interface GetReservedNodeExchangeOfferingsCommandOutput extends GetReserv
|
|
|
27
27
|
* import { RedshiftClient, GetReservedNodeExchangeOfferingsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, GetReservedNodeExchangeOfferingsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // GetReservedNodeExchangeOfferingsInputMessage
|
|
31
|
+
* ReservedNodeId: "STRING_VALUE", // required
|
|
32
|
+
* MaxRecords: Number("int"),
|
|
33
|
+
* Marker: "STRING_VALUE",
|
|
34
|
+
* };
|
|
30
35
|
* const command = new GetReservedNodeExchangeOfferingsCommand(input);
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface ModifyAquaConfigurationCommandOutput extends ModifyAquaOutputMe
|
|
|
26
26
|
* import { RedshiftClient, ModifyAquaConfigurationCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, ModifyAquaConfigurationCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // ModifyAquaInputMessage
|
|
30
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
31
|
+
* AquaConfigurationStatus: "enabled" || "disabled" || "auto",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new ModifyAquaConfigurationCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface ModifyAuthenticationProfileCommandOutput extends ModifyAuthenti
|
|
|
26
26
|
* import { RedshiftClient, ModifyAuthenticationProfileCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, ModifyAuthenticationProfileCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // ModifyAuthenticationProfileMessage
|
|
30
|
+
* AuthenticationProfileName: "STRING_VALUE", // required
|
|
31
|
+
* AuthenticationProfileContent: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new ModifyAuthenticationProfileCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -34,6 +34,37 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResult, __Metad
|
|
|
34
34
|
* import { RedshiftClient, ModifyClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
35
35
|
* // const { RedshiftClient, ModifyClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
36
36
|
* const client = new RedshiftClient(config);
|
|
37
|
+
* const input = { // ModifyClusterMessage
|
|
38
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* ClusterType: "STRING_VALUE",
|
|
40
|
+
* NodeType: "STRING_VALUE",
|
|
41
|
+
* NumberOfNodes: Number("int"),
|
|
42
|
+
* ClusterSecurityGroups: [ // ClusterSecurityGroupNameList
|
|
43
|
+
* "STRING_VALUE",
|
|
44
|
+
* ],
|
|
45
|
+
* VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
|
|
46
|
+
* "STRING_VALUE",
|
|
47
|
+
* ],
|
|
48
|
+
* MasterUserPassword: "STRING_VALUE",
|
|
49
|
+
* ClusterParameterGroupName: "STRING_VALUE",
|
|
50
|
+
* AutomatedSnapshotRetentionPeriod: Number("int"),
|
|
51
|
+
* ManualSnapshotRetentionPeriod: Number("int"),
|
|
52
|
+
* PreferredMaintenanceWindow: "STRING_VALUE",
|
|
53
|
+
* ClusterVersion: "STRING_VALUE",
|
|
54
|
+
* AllowVersionUpgrade: true || false,
|
|
55
|
+
* HsmClientCertificateIdentifier: "STRING_VALUE",
|
|
56
|
+
* HsmConfigurationIdentifier: "STRING_VALUE",
|
|
57
|
+
* NewClusterIdentifier: "STRING_VALUE",
|
|
58
|
+
* PubliclyAccessible: true || false,
|
|
59
|
+
* ElasticIp: "STRING_VALUE",
|
|
60
|
+
* EnhancedVpcRouting: true || false,
|
|
61
|
+
* MaintenanceTrackName: "STRING_VALUE",
|
|
62
|
+
* Encrypted: true || false,
|
|
63
|
+
* KmsKeyId: "STRING_VALUE",
|
|
64
|
+
* AvailabilityZoneRelocation: true || false,
|
|
65
|
+
* AvailabilityZone: "STRING_VALUE",
|
|
66
|
+
* Port: Number("int"),
|
|
67
|
+
* };
|
|
37
68
|
* const command = new ModifyClusterCommand(input);
|
|
38
69
|
* const response = await client.send(command);
|
|
39
70
|
* ```
|
|
@@ -27,6 +27,10 @@ export interface ModifyClusterDbRevisionCommandOutput extends ModifyClusterDbRev
|
|
|
27
27
|
* import { RedshiftClient, ModifyClusterDbRevisionCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, ModifyClusterDbRevisionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // ModifyClusterDbRevisionMessage
|
|
31
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
32
|
+
* RevisionTarget: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
30
34
|
* const command = new ModifyClusterDbRevisionCommand(input);
|
|
31
35
|
* const response = await client.send(command);
|
|
32
36
|
* ```
|
|
@@ -30,6 +30,16 @@ export interface ModifyClusterIamRolesCommandOutput extends ModifyClusterIamRole
|
|
|
30
30
|
* import { RedshiftClient, ModifyClusterIamRolesCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
31
31
|
* // const { RedshiftClient, ModifyClusterIamRolesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
32
32
|
* const client = new RedshiftClient(config);
|
|
33
|
+
* const input = { // ModifyClusterIamRolesMessage
|
|
34
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* AddIamRoles: [ // IamRoleArnList
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* RemoveIamRoles: [
|
|
39
|
+
* "STRING_VALUE",
|
|
40
|
+
* ],
|
|
41
|
+
* DefaultIamRoleArn: "STRING_VALUE",
|
|
42
|
+
* };
|
|
33
43
|
* const command = new ModifyClusterIamRolesCommand(input);
|
|
34
44
|
* const response = await client.send(command);
|
|
35
45
|
* ```
|
|
@@ -26,6 +26,14 @@ export interface ModifyClusterMaintenanceCommandOutput extends ModifyClusterMain
|
|
|
26
26
|
* import { RedshiftClient, ModifyClusterMaintenanceCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, ModifyClusterMaintenanceCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // ModifyClusterMaintenanceMessage
|
|
30
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
31
|
+
* DeferMaintenance: true || false,
|
|
32
|
+
* DeferMaintenanceIdentifier: "STRING_VALUE",
|
|
33
|
+
* DeferMaintenanceStartTime: new Date("TIMESTAMP"),
|
|
34
|
+
* DeferMaintenanceEndTime: new Date("TIMESTAMP"),
|
|
35
|
+
* DeferMaintenanceDuration: Number("int"),
|
|
36
|
+
* };
|
|
29
37
|
* const command = new ModifyClusterMaintenanceCommand(input);
|
|
30
38
|
* const response = await client.send(command);
|
|
31
39
|
* ```
|
|
@@ -31,6 +31,22 @@ export interface ModifyClusterParameterGroupCommandOutput extends ClusterParamet
|
|
|
31
31
|
* import { RedshiftClient, ModifyClusterParameterGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
32
32
|
* // const { RedshiftClient, ModifyClusterParameterGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
33
33
|
* const client = new RedshiftClient(config);
|
|
34
|
+
* const input = { // ModifyClusterParameterGroupMessage
|
|
35
|
+
* ParameterGroupName: "STRING_VALUE", // required
|
|
36
|
+
* Parameters: [ // ParametersList // required
|
|
37
|
+
* { // Parameter
|
|
38
|
+
* ParameterName: "STRING_VALUE",
|
|
39
|
+
* ParameterValue: "STRING_VALUE",
|
|
40
|
+
* Description: "STRING_VALUE",
|
|
41
|
+
* Source: "STRING_VALUE",
|
|
42
|
+
* DataType: "STRING_VALUE",
|
|
43
|
+
* AllowedValues: "STRING_VALUE",
|
|
44
|
+
* ApplyType: "static" || "dynamic",
|
|
45
|
+
* IsModifiable: true || false,
|
|
46
|
+
* MinimumEngineVersion: "STRING_VALUE",
|
|
47
|
+
* },
|
|
48
|
+
* ],
|
|
49
|
+
* };
|
|
34
50
|
* const command = new ModifyClusterParameterGroupCommand(input);
|
|
35
51
|
* const response = await client.send(command);
|
|
36
52
|
* ```
|
|
@@ -27,6 +27,11 @@ export interface ModifyClusterSnapshotCommandOutput extends ModifyClusterSnapsho
|
|
|
27
27
|
* import { RedshiftClient, ModifyClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, ModifyClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // ModifyClusterSnapshotMessage
|
|
31
|
+
* SnapshotIdentifier: "STRING_VALUE", // required
|
|
32
|
+
* ManualSnapshotRetentionPeriod: Number("int"),
|
|
33
|
+
* Force: true || false,
|
|
34
|
+
* };
|
|
30
35
|
* const command = new ModifyClusterSnapshotCommand(input);
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface ModifyClusterSnapshotScheduleCommandOutput extends __MetadataBe
|
|
|
26
26
|
* import { RedshiftClient, ModifyClusterSnapshotScheduleCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, ModifyClusterSnapshotScheduleCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // ModifyClusterSnapshotScheduleMessage
|
|
30
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
31
|
+
* ScheduleIdentifier: "STRING_VALUE",
|
|
32
|
+
* DisassociateSchedule: true || false,
|
|
33
|
+
* };
|
|
29
34
|
* const command = new ModifyClusterSnapshotScheduleCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -27,6 +27,13 @@ export interface ModifyClusterSubnetGroupCommandOutput extends ModifyClusterSubn
|
|
|
27
27
|
* import { RedshiftClient, ModifyClusterSubnetGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, ModifyClusterSubnetGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // ModifyClusterSubnetGroupMessage
|
|
31
|
+
* ClusterSubnetGroupName: "STRING_VALUE", // required
|
|
32
|
+
* Description: "STRING_VALUE",
|
|
33
|
+
* SubnetIds: [ // SubnetIdentifierList // required
|
|
34
|
+
* "STRING_VALUE",
|
|
35
|
+
* ],
|
|
36
|
+
* };
|
|
30
37
|
* const command = new ModifyClusterSubnetGroupCommand(input);
|
|
31
38
|
* const response = await client.send(command);
|
|
32
39
|
* ```
|
|
@@ -27,6 +27,12 @@ export interface ModifyEndpointAccessCommandOutput extends EndpointAccess, __Met
|
|
|
27
27
|
* import { RedshiftClient, ModifyEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, ModifyEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // ModifyEndpointAccessMessage
|
|
31
|
+
* EndpointName: "STRING_VALUE", // required
|
|
32
|
+
* VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
|
|
33
|
+
* "STRING_VALUE",
|
|
34
|
+
* ],
|
|
35
|
+
* };
|
|
30
36
|
* const command = new ModifyEndpointAccessCommand(input);
|
|
31
37
|
* const response = await client.send(command);
|
|
32
38
|
* ```
|
|
@@ -26,6 +26,19 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
|
|
|
26
26
|
* import { RedshiftClient, ModifyEventSubscriptionCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, ModifyEventSubscriptionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // ModifyEventSubscriptionMessage
|
|
30
|
+
* SubscriptionName: "STRING_VALUE", // required
|
|
31
|
+
* SnsTopicArn: "STRING_VALUE",
|
|
32
|
+
* SourceType: "STRING_VALUE",
|
|
33
|
+
* SourceIds: [ // SourceIdsList
|
|
34
|
+
* "STRING_VALUE",
|
|
35
|
+
* ],
|
|
36
|
+
* EventCategories: [ // EventCategoriesList
|
|
37
|
+
* "STRING_VALUE",
|
|
38
|
+
* ],
|
|
39
|
+
* Severity: "STRING_VALUE",
|
|
40
|
+
* Enabled: true || false,
|
|
41
|
+
* };
|
|
29
42
|
* const command = new ModifyEventSubscriptionCommand(input);
|
|
30
43
|
* const response = await client.send(command);
|
|
31
44
|
* ```
|
|
@@ -28,6 +28,32 @@ export interface ModifyScheduledActionCommandOutput extends ScheduledAction, __M
|
|
|
28
28
|
* import { RedshiftClient, ModifyScheduledActionCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
29
29
|
* // const { RedshiftClient, ModifyScheduledActionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
30
30
|
* const client = new RedshiftClient(config);
|
|
31
|
+
* const input = { // ModifyScheduledActionMessage
|
|
32
|
+
* ScheduledActionName: "STRING_VALUE", // required
|
|
33
|
+
* TargetAction: { // ScheduledActionType
|
|
34
|
+
* ResizeCluster: { // ResizeClusterMessage
|
|
35
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
36
|
+
* ClusterType: "STRING_VALUE",
|
|
37
|
+
* NodeType: "STRING_VALUE",
|
|
38
|
+
* NumberOfNodes: Number("int"),
|
|
39
|
+
* Classic: true || false,
|
|
40
|
+
* ReservedNodeId: "STRING_VALUE",
|
|
41
|
+
* TargetReservedNodeOfferingId: "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* PauseCluster: { // PauseClusterMessage
|
|
44
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
45
|
+
* },
|
|
46
|
+
* ResumeCluster: { // ResumeClusterMessage
|
|
47
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
48
|
+
* },
|
|
49
|
+
* },
|
|
50
|
+
* Schedule: "STRING_VALUE",
|
|
51
|
+
* IamRole: "STRING_VALUE",
|
|
52
|
+
* ScheduledActionDescription: "STRING_VALUE",
|
|
53
|
+
* StartTime: new Date("TIMESTAMP"),
|
|
54
|
+
* EndTime: new Date("TIMESTAMP"),
|
|
55
|
+
* Enable: true || false,
|
|
56
|
+
* };
|
|
31
57
|
* const command = new ModifyScheduledActionCommand(input);
|
|
32
58
|
* const response = await client.send(command);
|
|
33
59
|
* ```
|
|
@@ -32,6 +32,11 @@ export interface ModifySnapshotCopyRetentionPeriodCommandOutput extends ModifySn
|
|
|
32
32
|
* import { RedshiftClient, ModifySnapshotCopyRetentionPeriodCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
33
33
|
* // const { RedshiftClient, ModifySnapshotCopyRetentionPeriodCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
34
34
|
* const client = new RedshiftClient(config);
|
|
35
|
+
* const input = { // ModifySnapshotCopyRetentionPeriodMessage
|
|
36
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
37
|
+
* RetentionPeriod: Number("int"), // required
|
|
38
|
+
* Manual: true || false,
|
|
39
|
+
* };
|
|
35
40
|
* const command = new ModifySnapshotCopyRetentionPeriodCommand(input);
|
|
36
41
|
* const response = await client.send(command);
|
|
37
42
|
* ```
|
|
@@ -28,6 +28,12 @@ export interface ModifySnapshotScheduleCommandOutput extends SnapshotSchedule, _
|
|
|
28
28
|
* import { RedshiftClient, ModifySnapshotScheduleCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
29
29
|
* // const { RedshiftClient, ModifySnapshotScheduleCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
30
30
|
* const client = new RedshiftClient(config);
|
|
31
|
+
* const input = { // ModifySnapshotScheduleMessage
|
|
32
|
+
* ScheduleIdentifier: "STRING_VALUE", // required
|
|
33
|
+
* ScheduleDefinitions: [ // ScheduleDefinitionList // required
|
|
34
|
+
* "STRING_VALUE",
|
|
35
|
+
* ],
|
|
36
|
+
* };
|
|
31
37
|
* const command = new ModifySnapshotScheduleCommand(input);
|
|
32
38
|
* const response = await client.send(command);
|
|
33
39
|
* ```
|
|
@@ -28,6 +28,11 @@ export interface ModifyUsageLimitCommandOutput extends UsageLimit, __MetadataBea
|
|
|
28
28
|
* import { RedshiftClient, ModifyUsageLimitCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
29
29
|
* // const { RedshiftClient, ModifyUsageLimitCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
30
30
|
* const client = new RedshiftClient(config);
|
|
31
|
+
* const input = { // ModifyUsageLimitMessage
|
|
32
|
+
* UsageLimitId: "STRING_VALUE", // required
|
|
33
|
+
* Amount: Number("long"),
|
|
34
|
+
* BreachAction: "log" || "emit-metric" || "disable",
|
|
35
|
+
* };
|
|
31
36
|
* const command = new ModifyUsageLimitCommand(input);
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface PauseClusterCommandOutput extends PauseClusterResult, __Metadat
|
|
|
27
27
|
* import { RedshiftClient, PauseClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, PauseClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // PauseClusterMessage
|
|
31
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new PauseClusterCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -34,6 +34,10 @@ export interface PurchaseReservedNodeOfferingCommandOutput extends PurchaseReser
|
|
|
34
34
|
* import { RedshiftClient, PurchaseReservedNodeOfferingCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
35
35
|
* // const { RedshiftClient, PurchaseReservedNodeOfferingCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
36
36
|
* const client = new RedshiftClient(config);
|
|
37
|
+
* const input = { // PurchaseReservedNodeOfferingMessage
|
|
38
|
+
* ReservedNodeOfferingId: "STRING_VALUE", // required
|
|
39
|
+
* NodeCount: Number("int"),
|
|
40
|
+
* };
|
|
37
41
|
* const command = new PurchaseReservedNodeOfferingCommand(input);
|
|
38
42
|
* const response = await client.send(command);
|
|
39
43
|
* ```
|
|
@@ -33,6 +33,9 @@ export interface RebootClusterCommandOutput extends RebootClusterResult, __Metad
|
|
|
33
33
|
* import { RedshiftClient, RebootClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
34
34
|
* // const { RedshiftClient, RebootClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
35
35
|
* const client = new RedshiftClient(config);
|
|
36
|
+
* const input = { // RebootClusterMessage
|
|
37
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
36
39
|
* const command = new RebootClusterCommand(input);
|
|
37
40
|
* const response = await client.send(command);
|
|
38
41
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface RejectDataShareCommandOutput extends DataShare, __MetadataBeare
|
|
|
27
27
|
* import { RedshiftClient, RejectDataShareCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, RejectDataShareCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // RejectDataShareMessage
|
|
31
|
+
* DataShareArn: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new RejectDataShareCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -30,6 +30,23 @@ export interface ResetClusterParameterGroupCommandOutput extends ClusterParamete
|
|
|
30
30
|
* import { RedshiftClient, ResetClusterParameterGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
31
31
|
* // const { RedshiftClient, ResetClusterParameterGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
32
32
|
* const client = new RedshiftClient(config);
|
|
33
|
+
* const input = { // ResetClusterParameterGroupMessage
|
|
34
|
+
* ParameterGroupName: "STRING_VALUE", // required
|
|
35
|
+
* ResetAllParameters: true || false,
|
|
36
|
+
* Parameters: [ // ParametersList
|
|
37
|
+
* { // Parameter
|
|
38
|
+
* ParameterName: "STRING_VALUE",
|
|
39
|
+
* ParameterValue: "STRING_VALUE",
|
|
40
|
+
* Description: "STRING_VALUE",
|
|
41
|
+
* Source: "STRING_VALUE",
|
|
42
|
+
* DataType: "STRING_VALUE",
|
|
43
|
+
* AllowedValues: "STRING_VALUE",
|
|
44
|
+
* ApplyType: "static" || "dynamic",
|
|
45
|
+
* IsModifiable: true || false,
|
|
46
|
+
* MinimumEngineVersion: "STRING_VALUE",
|
|
47
|
+
* },
|
|
48
|
+
* ],
|
|
49
|
+
* };
|
|
33
50
|
* const command = new ResetClusterParameterGroupCommand(input);
|
|
34
51
|
* const response = await client.send(command);
|
|
35
52
|
* ```
|
|
@@ -69,6 +69,15 @@ export interface ResizeClusterCommandOutput extends ResizeClusterResult, __Metad
|
|
|
69
69
|
* import { RedshiftClient, ResizeClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
70
70
|
* // const { RedshiftClient, ResizeClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
71
71
|
* const client = new RedshiftClient(config);
|
|
72
|
+
* const input = { // ResizeClusterMessage
|
|
73
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
74
|
+
* ClusterType: "STRING_VALUE",
|
|
75
|
+
* NodeType: "STRING_VALUE",
|
|
76
|
+
* NumberOfNodes: Number("int"),
|
|
77
|
+
* Classic: true || false,
|
|
78
|
+
* ReservedNodeId: "STRING_VALUE",
|
|
79
|
+
* TargetReservedNodeOfferingId: "STRING_VALUE",
|
|
80
|
+
* };
|
|
72
81
|
* const command = new ResizeClusterCommand(input);
|
|
73
82
|
* const response = await client.send(command);
|
|
74
83
|
* ```
|
|
@@ -37,6 +37,47 @@ export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClus
|
|
|
37
37
|
* import { RedshiftClient, RestoreFromClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
38
38
|
* // const { RedshiftClient, RestoreFromClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
39
39
|
* const client = new RedshiftClient(config);
|
|
40
|
+
* const input = { // RestoreFromClusterSnapshotMessage
|
|
41
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
42
|
+
* SnapshotIdentifier: "STRING_VALUE",
|
|
43
|
+
* SnapshotArn: "STRING_VALUE",
|
|
44
|
+
* SnapshotClusterIdentifier: "STRING_VALUE",
|
|
45
|
+
* Port: Number("int"),
|
|
46
|
+
* AvailabilityZone: "STRING_VALUE",
|
|
47
|
+
* AllowVersionUpgrade: true || false,
|
|
48
|
+
* ClusterSubnetGroupName: "STRING_VALUE",
|
|
49
|
+
* PubliclyAccessible: true || false,
|
|
50
|
+
* OwnerAccount: "STRING_VALUE",
|
|
51
|
+
* HsmClientCertificateIdentifier: "STRING_VALUE",
|
|
52
|
+
* HsmConfigurationIdentifier: "STRING_VALUE",
|
|
53
|
+
* ElasticIp: "STRING_VALUE",
|
|
54
|
+
* ClusterParameterGroupName: "STRING_VALUE",
|
|
55
|
+
* ClusterSecurityGroups: [ // ClusterSecurityGroupNameList
|
|
56
|
+
* "STRING_VALUE",
|
|
57
|
+
* ],
|
|
58
|
+
* VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
|
|
59
|
+
* "STRING_VALUE",
|
|
60
|
+
* ],
|
|
61
|
+
* PreferredMaintenanceWindow: "STRING_VALUE",
|
|
62
|
+
* AutomatedSnapshotRetentionPeriod: Number("int"),
|
|
63
|
+
* ManualSnapshotRetentionPeriod: Number("int"),
|
|
64
|
+
* KmsKeyId: "STRING_VALUE",
|
|
65
|
+
* NodeType: "STRING_VALUE",
|
|
66
|
+
* EnhancedVpcRouting: true || false,
|
|
67
|
+
* AdditionalInfo: "STRING_VALUE",
|
|
68
|
+
* IamRoles: [ // IamRoleArnList
|
|
69
|
+
* "STRING_VALUE",
|
|
70
|
+
* ],
|
|
71
|
+
* MaintenanceTrackName: "STRING_VALUE",
|
|
72
|
+
* SnapshotScheduleIdentifier: "STRING_VALUE",
|
|
73
|
+
* NumberOfNodes: Number("int"),
|
|
74
|
+
* AvailabilityZoneRelocation: true || false,
|
|
75
|
+
* AquaConfigurationStatus: "enabled" || "disabled" || "auto",
|
|
76
|
+
* DefaultIamRoleArn: "STRING_VALUE",
|
|
77
|
+
* ReservedNodeId: "STRING_VALUE",
|
|
78
|
+
* TargetReservedNodeOfferingId: "STRING_VALUE",
|
|
79
|
+
* Encrypted: true || false,
|
|
80
|
+
* };
|
|
40
81
|
* const command = new RestoreFromClusterSnapshotCommand(input);
|
|
41
82
|
* const response = await client.send(command);
|
|
42
83
|
* ```
|
|
@@ -39,6 +39,17 @@ export interface RestoreTableFromClusterSnapshotCommandOutput extends RestoreTab
|
|
|
39
39
|
* import { RedshiftClient, RestoreTableFromClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
40
40
|
* // const { RedshiftClient, RestoreTableFromClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
41
41
|
* const client = new RedshiftClient(config);
|
|
42
|
+
* const input = { // RestoreTableFromClusterSnapshotMessage
|
|
43
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
44
|
+
* SnapshotIdentifier: "STRING_VALUE", // required
|
|
45
|
+
* SourceDatabaseName: "STRING_VALUE", // required
|
|
46
|
+
* SourceSchemaName: "STRING_VALUE",
|
|
47
|
+
* SourceTableName: "STRING_VALUE", // required
|
|
48
|
+
* TargetDatabaseName: "STRING_VALUE",
|
|
49
|
+
* TargetSchemaName: "STRING_VALUE",
|
|
50
|
+
* NewTableName: "STRING_VALUE", // required
|
|
51
|
+
* EnableCaseSensitiveIdentifier: true || false,
|
|
52
|
+
* };
|
|
42
53
|
* const command = new RestoreTableFromClusterSnapshotCommand(input);
|
|
43
54
|
* const response = await client.send(command);
|
|
44
55
|
* ```
|