@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
|
@@ -26,6 +26,12 @@ export interface DeletePartnerCommandOutput extends PartnerIntegrationOutputMess
|
|
|
26
26
|
* import { RedshiftClient, DeletePartnerCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DeletePartnerCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // PartnerIntegrationInputMessage
|
|
30
|
+
* AccountId: "STRING_VALUE", // required
|
|
31
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
32
|
+
* DatabaseName: "STRING_VALUE", // required
|
|
33
|
+
* PartnerName: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
29
35
|
* const command = new DeletePartnerCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { RedshiftClient, DeleteScheduledActionCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, DeleteScheduledActionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // DeleteScheduledActionMessage
|
|
31
|
+
* ScheduledActionName: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new DeleteScheduledActionCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteSnapshotCopyGrantCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { RedshiftClient, DeleteSnapshotCopyGrantCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DeleteSnapshotCopyGrantCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // DeleteSnapshotCopyGrantMessage
|
|
30
|
+
* SnapshotCopyGrantName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteSnapshotCopyGrantCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteSnapshotScheduleCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { RedshiftClient, DeleteSnapshotScheduleCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DeleteSnapshotScheduleCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // DeleteSnapshotScheduleMessage
|
|
30
|
+
* ScheduleIdentifier: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteSnapshotScheduleCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -27,6 +27,12 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { RedshiftClient, DeleteTagsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, DeleteTagsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // DeleteTagsMessage
|
|
31
|
+
* ResourceName: "STRING_VALUE", // required
|
|
32
|
+
* TagKeys: [ // TagKeyList // required
|
|
33
|
+
* "STRING_VALUE",
|
|
34
|
+
* ],
|
|
35
|
+
* };
|
|
30
36
|
* const command = new DeleteTagsCommand(input);
|
|
31
37
|
* const response = await client.send(command);
|
|
32
38
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteUsageLimitCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { RedshiftClient, DeleteUsageLimitCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DeleteUsageLimitCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // DeleteUsageLimitMessage
|
|
30
|
+
* UsageLimitId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteUsageLimitCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DescribeAccountAttributesCommandOutput extends AccountAttribute
|
|
|
26
26
|
* import { RedshiftClient, DescribeAccountAttributesCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DescribeAccountAttributesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // DescribeAccountAttributesMessage
|
|
30
|
+
* AttributeNames: [ // AttributeNameList
|
|
31
|
+
* "STRING_VALUE",
|
|
32
|
+
* ],
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DescribeAccountAttributesCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribeAuthenticationProfilesCommandOutput extends DescribeAut
|
|
|
26
26
|
* import { RedshiftClient, DescribeAuthenticationProfilesCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DescribeAuthenticationProfilesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // DescribeAuthenticationProfilesMessage
|
|
30
|
+
* AuthenticationProfileName: "STRING_VALUE",
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribeAuthenticationProfilesCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DescribeClusterDbRevisionsCommandOutput extends ClusterDbRevisi
|
|
|
26
26
|
* import { RedshiftClient, DescribeClusterDbRevisionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DescribeClusterDbRevisionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // DescribeClusterDbRevisionsMessage
|
|
30
|
+
* ClusterIdentifier: "STRING_VALUE",
|
|
31
|
+
* MaxRecords: Number("int"),
|
|
32
|
+
* Marker: "STRING_VALUE",
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DescribeClusterDbRevisionsCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -42,6 +42,17 @@ export interface DescribeClusterParameterGroupsCommandOutput extends ClusterPara
|
|
|
42
42
|
* import { RedshiftClient, DescribeClusterParameterGroupsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
43
43
|
* // const { RedshiftClient, DescribeClusterParameterGroupsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
44
44
|
* const client = new RedshiftClient(config);
|
|
45
|
+
* const input = { // DescribeClusterParameterGroupsMessage
|
|
46
|
+
* ParameterGroupName: "STRING_VALUE",
|
|
47
|
+
* MaxRecords: Number("int"),
|
|
48
|
+
* Marker: "STRING_VALUE",
|
|
49
|
+
* TagKeys: [ // TagKeyList
|
|
50
|
+
* "STRING_VALUE",
|
|
51
|
+
* ],
|
|
52
|
+
* TagValues: [ // TagValueList
|
|
53
|
+
* "STRING_VALUE",
|
|
54
|
+
* ],
|
|
55
|
+
* };
|
|
45
56
|
* const command = new DescribeClusterParameterGroupsCommand(input);
|
|
46
57
|
* const response = await client.send(command);
|
|
47
58
|
* ```
|
|
@@ -37,6 +37,12 @@ export interface DescribeClusterParametersCommandOutput extends ClusterParameter
|
|
|
37
37
|
* import { RedshiftClient, DescribeClusterParametersCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
38
38
|
* // const { RedshiftClient, DescribeClusterParametersCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
39
39
|
* const client = new RedshiftClient(config);
|
|
40
|
+
* const input = { // DescribeClusterParametersMessage
|
|
41
|
+
* ParameterGroupName: "STRING_VALUE", // required
|
|
42
|
+
* Source: "STRING_VALUE",
|
|
43
|
+
* MaxRecords: Number("int"),
|
|
44
|
+
* Marker: "STRING_VALUE",
|
|
45
|
+
* };
|
|
40
46
|
* const command = new DescribeClusterParametersCommand(input);
|
|
41
47
|
* const response = await client.send(command);
|
|
42
48
|
* ```
|
|
@@ -40,6 +40,17 @@ export interface DescribeClusterSecurityGroupsCommandOutput extends ClusterSecur
|
|
|
40
40
|
* import { RedshiftClient, DescribeClusterSecurityGroupsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
41
41
|
* // const { RedshiftClient, DescribeClusterSecurityGroupsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
42
42
|
* const client = new RedshiftClient(config);
|
|
43
|
+
* const input = { // DescribeClusterSecurityGroupsMessage
|
|
44
|
+
* ClusterSecurityGroupName: "STRING_VALUE",
|
|
45
|
+
* MaxRecords: Number("int"),
|
|
46
|
+
* Marker: "STRING_VALUE",
|
|
47
|
+
* TagKeys: [ // TagKeyList
|
|
48
|
+
* "STRING_VALUE",
|
|
49
|
+
* ],
|
|
50
|
+
* TagValues: [ // TagValueList
|
|
51
|
+
* "STRING_VALUE",
|
|
52
|
+
* ],
|
|
53
|
+
* };
|
|
43
54
|
* const command = new DescribeClusterSecurityGroupsCommand(input);
|
|
44
55
|
* const response = await client.send(command);
|
|
45
56
|
* ```
|
|
@@ -38,6 +38,30 @@ export interface DescribeClusterSnapshotsCommandOutput extends SnapshotMessage,
|
|
|
38
38
|
* import { RedshiftClient, DescribeClusterSnapshotsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
39
39
|
* // const { RedshiftClient, DescribeClusterSnapshotsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
40
40
|
* const client = new RedshiftClient(config);
|
|
41
|
+
* const input = { // DescribeClusterSnapshotsMessage
|
|
42
|
+
* ClusterIdentifier: "STRING_VALUE",
|
|
43
|
+
* SnapshotIdentifier: "STRING_VALUE",
|
|
44
|
+
* SnapshotArn: "STRING_VALUE",
|
|
45
|
+
* SnapshotType: "STRING_VALUE",
|
|
46
|
+
* StartTime: new Date("TIMESTAMP"),
|
|
47
|
+
* EndTime: new Date("TIMESTAMP"),
|
|
48
|
+
* MaxRecords: Number("int"),
|
|
49
|
+
* Marker: "STRING_VALUE",
|
|
50
|
+
* OwnerAccount: "STRING_VALUE",
|
|
51
|
+
* TagKeys: [ // TagKeyList
|
|
52
|
+
* "STRING_VALUE",
|
|
53
|
+
* ],
|
|
54
|
+
* TagValues: [ // TagValueList
|
|
55
|
+
* "STRING_VALUE",
|
|
56
|
+
* ],
|
|
57
|
+
* ClusterExists: true || false,
|
|
58
|
+
* SortingEntities: [ // SnapshotSortingEntityList
|
|
59
|
+
* { // SnapshotSortingEntity
|
|
60
|
+
* Attribute: "SOURCE_TYPE" || "TOTAL_SIZE" || "CREATE_TIME", // required
|
|
61
|
+
* SortOrder: "ASC" || "DESC",
|
|
62
|
+
* },
|
|
63
|
+
* ],
|
|
64
|
+
* };
|
|
41
65
|
* const command = new DescribeClusterSnapshotsCommand(input);
|
|
42
66
|
* const response = await client.send(command);
|
|
43
67
|
* ```
|
|
@@ -36,6 +36,17 @@ export interface DescribeClusterSubnetGroupsCommandOutput extends ClusterSubnetG
|
|
|
36
36
|
* import { RedshiftClient, DescribeClusterSubnetGroupsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
37
37
|
* // const { RedshiftClient, DescribeClusterSubnetGroupsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
38
38
|
* const client = new RedshiftClient(config);
|
|
39
|
+
* const input = { // DescribeClusterSubnetGroupsMessage
|
|
40
|
+
* ClusterSubnetGroupName: "STRING_VALUE",
|
|
41
|
+
* MaxRecords: Number("int"),
|
|
42
|
+
* Marker: "STRING_VALUE",
|
|
43
|
+
* TagKeys: [ // TagKeyList
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* TagValues: [ // TagValueList
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
49
|
+
* };
|
|
39
50
|
* const command = new DescribeClusterSubnetGroupsCommand(input);
|
|
40
51
|
* const response = await client.send(command);
|
|
41
52
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DescribeClusterTracksCommandOutput extends TrackListMessage, __
|
|
|
26
26
|
* import { RedshiftClient, DescribeClusterTracksCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DescribeClusterTracksCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // DescribeClusterTracksMessage
|
|
30
|
+
* MaintenanceTrackName: "STRING_VALUE",
|
|
31
|
+
* MaxRecords: Number("int"),
|
|
32
|
+
* Marker: "STRING_VALUE",
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DescribeClusterTracksCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -31,6 +31,12 @@ export interface DescribeClusterVersionsCommandOutput extends ClusterVersionsMes
|
|
|
31
31
|
* import { RedshiftClient, DescribeClusterVersionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
32
32
|
* // const { RedshiftClient, DescribeClusterVersionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
33
33
|
* const client = new RedshiftClient(config);
|
|
34
|
+
* const input = { // DescribeClusterVersionsMessage
|
|
35
|
+
* ClusterVersion: "STRING_VALUE",
|
|
36
|
+
* ClusterParameterGroupFamily: "STRING_VALUE",
|
|
37
|
+
* MaxRecords: Number("int"),
|
|
38
|
+
* Marker: "STRING_VALUE",
|
|
39
|
+
* };
|
|
34
40
|
* const command = new DescribeClusterVersionsCommand(input);
|
|
35
41
|
* const response = await client.send(command);
|
|
36
42
|
* ```
|
|
@@ -38,6 +38,17 @@ export interface DescribeClustersCommandOutput extends ClustersMessage, __Metada
|
|
|
38
38
|
* import { RedshiftClient, DescribeClustersCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
39
39
|
* // const { RedshiftClient, DescribeClustersCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
40
40
|
* const client = new RedshiftClient(config);
|
|
41
|
+
* const input = { // DescribeClustersMessage
|
|
42
|
+
* ClusterIdentifier: "STRING_VALUE",
|
|
43
|
+
* MaxRecords: Number("int"),
|
|
44
|
+
* Marker: "STRING_VALUE",
|
|
45
|
+
* TagKeys: [ // TagKeyList
|
|
46
|
+
* "STRING_VALUE",
|
|
47
|
+
* ],
|
|
48
|
+
* TagValues: [ // TagValueList
|
|
49
|
+
* "STRING_VALUE",
|
|
50
|
+
* ],
|
|
51
|
+
* };
|
|
41
52
|
* const command = new DescribeClustersCommand(input);
|
|
42
53
|
* const response = await client.send(command);
|
|
43
54
|
* ```
|
|
@@ -27,6 +27,11 @@ export interface DescribeDataSharesCommandOutput extends DescribeDataSharesResul
|
|
|
27
27
|
* import { RedshiftClient, DescribeDataSharesCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, DescribeDataSharesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // DescribeDataSharesMessage
|
|
31
|
+
* DataShareArn: "STRING_VALUE",
|
|
32
|
+
* MaxRecords: Number("int"),
|
|
33
|
+
* Marker: "STRING_VALUE",
|
|
34
|
+
* };
|
|
30
35
|
* const command = new DescribeDataSharesCommand(input);
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface DescribeDataSharesForConsumerCommandOutput extends DescribeData
|
|
|
26
26
|
* import { RedshiftClient, DescribeDataSharesForConsumerCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DescribeDataSharesForConsumerCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // DescribeDataSharesForConsumerMessage
|
|
30
|
+
* ConsumerArn: "STRING_VALUE",
|
|
31
|
+
* Status: "ACTIVE" || "AVAILABLE",
|
|
32
|
+
* MaxRecords: Number("int"),
|
|
33
|
+
* Marker: "STRING_VALUE",
|
|
34
|
+
* };
|
|
29
35
|
* const command = new DescribeDataSharesForConsumerCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface DescribeDataSharesForProducerCommandOutput extends DescribeData
|
|
|
26
26
|
* import { RedshiftClient, DescribeDataSharesForProducerCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DescribeDataSharesForProducerCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // DescribeDataSharesForProducerMessage
|
|
30
|
+
* ProducerArn: "STRING_VALUE",
|
|
31
|
+
* Status: "ACTIVE" || "AUTHORIZED" || "PENDING_AUTHORIZATION" || "DEAUTHORIZED" || "REJECTED",
|
|
32
|
+
* MaxRecords: Number("int"),
|
|
33
|
+
* Marker: "STRING_VALUE",
|
|
34
|
+
* };
|
|
29
35
|
* const command = new DescribeDataSharesForProducerCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -31,6 +31,11 @@ export interface DescribeDefaultClusterParametersCommandOutput extends DescribeD
|
|
|
31
31
|
* import { RedshiftClient, DescribeDefaultClusterParametersCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
32
32
|
* // const { RedshiftClient, DescribeDefaultClusterParametersCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
33
33
|
* const client = new RedshiftClient(config);
|
|
34
|
+
* const input = { // DescribeDefaultClusterParametersMessage
|
|
35
|
+
* ParameterGroupFamily: "STRING_VALUE", // required
|
|
36
|
+
* MaxRecords: Number("int"),
|
|
37
|
+
* Marker: "STRING_VALUE",
|
|
38
|
+
* };
|
|
34
39
|
* const command = new DescribeDefaultClusterParametersCommand(input);
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
@@ -26,6 +26,14 @@ export interface DescribeEndpointAccessCommandOutput extends EndpointAccessList,
|
|
|
26
26
|
* import { RedshiftClient, DescribeEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DescribeEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // DescribeEndpointAccessMessage
|
|
30
|
+
* ClusterIdentifier: "STRING_VALUE",
|
|
31
|
+
* ResourceOwner: "STRING_VALUE",
|
|
32
|
+
* EndpointName: "STRING_VALUE",
|
|
33
|
+
* VpcId: "STRING_VALUE",
|
|
34
|
+
* MaxRecords: Number("int"),
|
|
35
|
+
* Marker: "STRING_VALUE",
|
|
36
|
+
* };
|
|
29
37
|
* const command = new DescribeEndpointAccessCommand(input);
|
|
30
38
|
* const response = await client.send(command);
|
|
31
39
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface DescribeEndpointAuthorizationCommandOutput extends EndpointAuth
|
|
|
26
26
|
* import { RedshiftClient, DescribeEndpointAuthorizationCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DescribeEndpointAuthorizationCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // DescribeEndpointAuthorizationMessage
|
|
30
|
+
* ClusterIdentifier: "STRING_VALUE",
|
|
31
|
+
* Account: "STRING_VALUE",
|
|
32
|
+
* Grantee: true || false,
|
|
33
|
+
* MaxRecords: Number("int"),
|
|
34
|
+
* Marker: "STRING_VALUE",
|
|
35
|
+
* };
|
|
29
36
|
* const command = new DescribeEndpointAuthorizationCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
|
|
|
28
28
|
* import { RedshiftClient, DescribeEventCategoriesCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
29
29
|
* // const { RedshiftClient, DescribeEventCategoriesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
30
30
|
* const client = new RedshiftClient(config);
|
|
31
|
+
* const input = { // DescribeEventCategoriesMessage
|
|
32
|
+
* SourceType: "STRING_VALUE",
|
|
33
|
+
* };
|
|
31
34
|
* const command = new DescribeEventCategoriesCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -36,6 +36,17 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
|
|
|
36
36
|
* import { RedshiftClient, DescribeEventSubscriptionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
37
37
|
* // const { RedshiftClient, DescribeEventSubscriptionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
38
38
|
* const client = new RedshiftClient(config);
|
|
39
|
+
* const input = { // DescribeEventSubscriptionsMessage
|
|
40
|
+
* SubscriptionName: "STRING_VALUE",
|
|
41
|
+
* MaxRecords: Number("int"),
|
|
42
|
+
* Marker: "STRING_VALUE",
|
|
43
|
+
* TagKeys: [ // TagKeyList
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* TagValues: [ // TagValueList
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
49
|
+
* };
|
|
39
50
|
* const command = new DescribeEventSubscriptionsCommand(input);
|
|
40
51
|
* const response = await client.send(command);
|
|
41
52
|
* ```
|
|
@@ -29,6 +29,15 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
|
|
|
29
29
|
* import { RedshiftClient, DescribeEventsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
30
30
|
* // const { RedshiftClient, DescribeEventsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
31
31
|
* const client = new RedshiftClient(config);
|
|
32
|
+
* const input = { // DescribeEventsMessage
|
|
33
|
+
* SourceIdentifier: "STRING_VALUE",
|
|
34
|
+
* SourceType: "cluster" || "cluster-parameter-group" || "cluster-security-group" || "cluster-snapshot" || "scheduled-action",
|
|
35
|
+
* StartTime: new Date("TIMESTAMP"),
|
|
36
|
+
* EndTime: new Date("TIMESTAMP"),
|
|
37
|
+
* Duration: Number("int"),
|
|
38
|
+
* MaxRecords: Number("int"),
|
|
39
|
+
* Marker: "STRING_VALUE",
|
|
40
|
+
* };
|
|
32
41
|
* const command = new DescribeEventsCommand(input);
|
|
33
42
|
* const response = await client.send(command);
|
|
34
43
|
* ```
|
|
@@ -35,6 +35,17 @@ export interface DescribeHsmClientCertificatesCommandOutput extends HsmClientCer
|
|
|
35
35
|
* import { RedshiftClient, DescribeHsmClientCertificatesCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
36
36
|
* // const { RedshiftClient, DescribeHsmClientCertificatesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
37
37
|
* const client = new RedshiftClient(config);
|
|
38
|
+
* const input = { // DescribeHsmClientCertificatesMessage
|
|
39
|
+
* HsmClientCertificateIdentifier: "STRING_VALUE",
|
|
40
|
+
* MaxRecords: Number("int"),
|
|
41
|
+
* Marker: "STRING_VALUE",
|
|
42
|
+
* TagKeys: [ // TagKeyList
|
|
43
|
+
* "STRING_VALUE",
|
|
44
|
+
* ],
|
|
45
|
+
* TagValues: [ // TagValueList
|
|
46
|
+
* "STRING_VALUE",
|
|
47
|
+
* ],
|
|
48
|
+
* };
|
|
38
49
|
* const command = new DescribeHsmClientCertificatesCommand(input);
|
|
39
50
|
* const response = await client.send(command);
|
|
40
51
|
* ```
|
|
@@ -36,6 +36,17 @@ export interface DescribeHsmConfigurationsCommandOutput extends HsmConfiguration
|
|
|
36
36
|
* import { RedshiftClient, DescribeHsmConfigurationsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
37
37
|
* // const { RedshiftClient, DescribeHsmConfigurationsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
38
38
|
* const client = new RedshiftClient(config);
|
|
39
|
+
* const input = { // DescribeHsmConfigurationsMessage
|
|
40
|
+
* HsmConfigurationIdentifier: "STRING_VALUE",
|
|
41
|
+
* MaxRecords: Number("int"),
|
|
42
|
+
* Marker: "STRING_VALUE",
|
|
43
|
+
* TagKeys: [ // TagKeyList
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* TagValues: [ // TagValueList
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
49
|
+
* };
|
|
39
50
|
* const command = new DescribeHsmConfigurationsCommand(input);
|
|
40
51
|
* const response = await client.send(command);
|
|
41
52
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface DescribeLoggingStatusCommandOutput extends LoggingStatus, __Met
|
|
|
27
27
|
* import { RedshiftClient, DescribeLoggingStatusCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, DescribeLoggingStatusCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // DescribeLoggingStatusMessage
|
|
31
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new DescribeLoggingStatusCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -27,6 +27,24 @@ export interface DescribeNodeConfigurationOptionsCommandOutput extends NodeConfi
|
|
|
27
27
|
* import { RedshiftClient, DescribeNodeConfigurationOptionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, DescribeNodeConfigurationOptionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // DescribeNodeConfigurationOptionsMessage
|
|
31
|
+
* ActionType: "restore-cluster" || "recommend-node-config" || "resize-cluster", // required
|
|
32
|
+
* ClusterIdentifier: "STRING_VALUE",
|
|
33
|
+
* SnapshotIdentifier: "STRING_VALUE",
|
|
34
|
+
* SnapshotArn: "STRING_VALUE",
|
|
35
|
+
* OwnerAccount: "STRING_VALUE",
|
|
36
|
+
* Filters: [ // NodeConfigurationOptionsFilterList
|
|
37
|
+
* { // NodeConfigurationOptionsFilter
|
|
38
|
+
* Name: "NodeType" || "NumberOfNodes" || "EstimatedDiskUtilizationPercent" || "Mode",
|
|
39
|
+
* Operator: "eq" || "lt" || "gt" || "le" || "ge" || "in" || "between",
|
|
40
|
+
* Values: [ // ValueStringList
|
|
41
|
+
* "STRING_VALUE",
|
|
42
|
+
* ],
|
|
43
|
+
* },
|
|
44
|
+
* ],
|
|
45
|
+
* Marker: "STRING_VALUE",
|
|
46
|
+
* MaxRecords: Number("int"),
|
|
47
|
+
* };
|
|
30
48
|
* const command = new DescribeNodeConfigurationOptionsCommand(input);
|
|
31
49
|
* const response = await client.send(command);
|
|
32
50
|
* ```
|
|
@@ -34,6 +34,12 @@ export interface DescribeOrderableClusterOptionsCommandOutput extends OrderableC
|
|
|
34
34
|
* import { RedshiftClient, DescribeOrderableClusterOptionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
35
35
|
* // const { RedshiftClient, DescribeOrderableClusterOptionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
36
36
|
* const client = new RedshiftClient(config);
|
|
37
|
+
* const input = { // DescribeOrderableClusterOptionsMessage
|
|
38
|
+
* ClusterVersion: "STRING_VALUE",
|
|
39
|
+
* NodeType: "STRING_VALUE",
|
|
40
|
+
* MaxRecords: Number("int"),
|
|
41
|
+
* Marker: "STRING_VALUE",
|
|
42
|
+
* };
|
|
37
43
|
* const command = new DescribeOrderableClusterOptionsCommand(input);
|
|
38
44
|
* const response = await client.send(command);
|
|
39
45
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface DescribePartnersCommandOutput extends DescribePartnersOutputMes
|
|
|
26
26
|
* import { RedshiftClient, DescribePartnersCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DescribePartnersCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // DescribePartnersInputMessage
|
|
30
|
+
* AccountId: "STRING_VALUE", // required
|
|
31
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
32
|
+
* DatabaseName: "STRING_VALUE",
|
|
33
|
+
* PartnerName: "STRING_VALUE",
|
|
34
|
+
* };
|
|
29
35
|
* const command = new DescribePartnersCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -27,6 +27,12 @@ export interface DescribeReservedNodeExchangeStatusCommandOutput extends Describ
|
|
|
27
27
|
* import { RedshiftClient, DescribeReservedNodeExchangeStatusCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, DescribeReservedNodeExchangeStatusCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // DescribeReservedNodeExchangeStatusInputMessage
|
|
31
|
+
* ReservedNodeId: "STRING_VALUE",
|
|
32
|
+
* ReservedNodeExchangeRequestId: "STRING_VALUE",
|
|
33
|
+
* MaxRecords: Number("int"),
|
|
34
|
+
* Marker: "STRING_VALUE",
|
|
35
|
+
* };
|
|
30
36
|
* const command = new DescribeReservedNodeExchangeStatusCommand(input);
|
|
31
37
|
* const response = await client.send(command);
|
|
32
38
|
* ```
|
|
@@ -35,6 +35,11 @@ export interface DescribeReservedNodeOfferingsCommandOutput extends ReservedNode
|
|
|
35
35
|
* import { RedshiftClient, DescribeReservedNodeOfferingsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
36
36
|
* // const { RedshiftClient, DescribeReservedNodeOfferingsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
37
37
|
* const client = new RedshiftClient(config);
|
|
38
|
+
* const input = { // DescribeReservedNodeOfferingsMessage
|
|
39
|
+
* ReservedNodeOfferingId: "STRING_VALUE",
|
|
40
|
+
* MaxRecords: Number("int"),
|
|
41
|
+
* Marker: "STRING_VALUE",
|
|
42
|
+
* };
|
|
38
43
|
* const command = new DescribeReservedNodeOfferingsCommand(input);
|
|
39
44
|
* const response = await client.send(command);
|
|
40
45
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DescribeReservedNodesCommandOutput extends ReservedNodesMessage
|
|
|
26
26
|
* import { RedshiftClient, DescribeReservedNodesCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DescribeReservedNodesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // DescribeReservedNodesMessage
|
|
30
|
+
* ReservedNodeId: "STRING_VALUE",
|
|
31
|
+
* MaxRecords: Number("int"),
|
|
32
|
+
* Marker: "STRING_VALUE",
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DescribeReservedNodesCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -32,6 +32,9 @@ export interface DescribeResizeCommandOutput extends ResizeProgressMessage, __Me
|
|
|
32
32
|
* import { RedshiftClient, DescribeResizeCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
33
33
|
* // const { RedshiftClient, DescribeResizeCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
34
34
|
* const client = new RedshiftClient(config);
|
|
35
|
+
* const input = { // DescribeResizeMessage
|
|
36
|
+
* ClusterIdentifier: "STRING_VALUE", // required
|
|
37
|
+
* };
|
|
35
38
|
* const command = new DescribeResizeCommand(input);
|
|
36
39
|
* const response = await client.send(command);
|
|
37
40
|
* ```
|
|
@@ -27,6 +27,23 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsM
|
|
|
27
27
|
* import { RedshiftClient, DescribeScheduledActionsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
28
28
|
* // const { RedshiftClient, DescribeScheduledActionsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
29
29
|
* const client = new RedshiftClient(config);
|
|
30
|
+
* const input = { // DescribeScheduledActionsMessage
|
|
31
|
+
* ScheduledActionName: "STRING_VALUE",
|
|
32
|
+
* TargetActionType: "ResizeCluster" || "PauseCluster" || "ResumeCluster",
|
|
33
|
+
* StartTime: new Date("TIMESTAMP"),
|
|
34
|
+
* EndTime: new Date("TIMESTAMP"),
|
|
35
|
+
* Active: true || false,
|
|
36
|
+
* Filters: [ // ScheduledActionFilterList
|
|
37
|
+
* { // ScheduledActionFilter
|
|
38
|
+
* Name: "cluster-identifier" || "iam-role", // required
|
|
39
|
+
* Values: [ // ValueStringList // required
|
|
40
|
+
* "STRING_VALUE",
|
|
41
|
+
* ],
|
|
42
|
+
* },
|
|
43
|
+
* ],
|
|
44
|
+
* Marker: "STRING_VALUE",
|
|
45
|
+
* MaxRecords: Number("int"),
|
|
46
|
+
* };
|
|
30
47
|
* const command = new DescribeScheduledActionsCommand(input);
|
|
31
48
|
* const response = await client.send(command);
|
|
32
49
|
* ```
|
|
@@ -32,6 +32,17 @@ export interface DescribeSnapshotCopyGrantsCommandOutput extends SnapshotCopyGra
|
|
|
32
32
|
* import { RedshiftClient, DescribeSnapshotCopyGrantsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
33
33
|
* // const { RedshiftClient, DescribeSnapshotCopyGrantsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
34
34
|
* const client = new RedshiftClient(config);
|
|
35
|
+
* const input = { // DescribeSnapshotCopyGrantsMessage
|
|
36
|
+
* SnapshotCopyGrantName: "STRING_VALUE",
|
|
37
|
+
* MaxRecords: Number("int"),
|
|
38
|
+
* Marker: "STRING_VALUE",
|
|
39
|
+
* TagKeys: [ // TagKeyList
|
|
40
|
+
* "STRING_VALUE",
|
|
41
|
+
* ],
|
|
42
|
+
* TagValues: [ // TagValueList
|
|
43
|
+
* "STRING_VALUE",
|
|
44
|
+
* ],
|
|
45
|
+
* };
|
|
35
46
|
* const command = new DescribeSnapshotCopyGrantsCommand(input);
|
|
36
47
|
* const response = await client.send(command);
|
|
37
48
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface DescribeSnapshotSchedulesCommandOutput extends DescribeSnapshot
|
|
|
26
26
|
* import { RedshiftClient, DescribeSnapshotSchedulesCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DescribeSnapshotSchedulesCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = { // DescribeSnapshotSchedulesMessage
|
|
30
|
+
* ClusterIdentifier: "STRING_VALUE",
|
|
31
|
+
* ScheduleIdentifier: "STRING_VALUE",
|
|
32
|
+
* TagKeys: [ // TagKeyList
|
|
33
|
+
* "STRING_VALUE",
|
|
34
|
+
* ],
|
|
35
|
+
* TagValues: [ // TagValueList
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* Marker: "STRING_VALUE",
|
|
39
|
+
* MaxRecords: Number("int"),
|
|
40
|
+
* };
|
|
29
41
|
* const command = new DescribeSnapshotSchedulesCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -26,6 +26,7 @@ export interface DescribeStorageCommandOutput extends CustomerStorageMessage, __
|
|
|
26
26
|
* import { RedshiftClient, DescribeStorageCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
27
27
|
* // const { RedshiftClient, DescribeStorageCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
28
28
|
* const client = new RedshiftClient(config);
|
|
29
|
+
* const input = {};
|
|
29
30
|
* const command = new DescribeStorageCommand(input);
|
|
30
31
|
* const response = await client.send(command);
|
|
31
32
|
* ```
|