@aws-sdk/client-redshift 3.298.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.
Files changed (120) hide show
  1. package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +4 -0
  2. package/dist-types/commands/AddPartnerCommand.d.ts +6 -0
  3. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +6 -0
  4. package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +6 -0
  5. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +4 -0
  6. package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +7 -0
  7. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +6 -0
  8. package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +8 -0
  9. package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +7 -0
  10. package/dist-types/commands/CancelResizeCommand.d.ts +3 -0
  11. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +4 -0
  13. package/dist-types/commands/CreateClusterCommand.d.ts +47 -0
  14. package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +10 -0
  16. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +11 -0
  17. package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +13 -0
  18. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +9 -0
  19. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +19 -0
  20. package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +9 -0
  21. package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +14 -0
  22. package/dist-types/commands/CreateScheduledActionCommand.d.ts +26 -0
  23. package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +10 -0
  24. package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +15 -0
  25. package/dist-types/commands/CreateTagsCommand.d.ts +9 -0
  26. package/dist-types/commands/CreateUsageLimitCommand.d.ts +14 -0
  27. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +3 -0
  29. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -0
  30. package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +3 -0
  31. package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +3 -0
  32. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +4 -0
  33. package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +3 -0
  34. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +3 -0
  35. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -0
  36. package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +3 -0
  37. package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +3 -0
  38. package/dist-types/commands/DeletePartnerCommand.d.ts +6 -0
  39. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +3 -0
  40. package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +3 -0
  41. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +3 -0
  42. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
  43. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +3 -0
  44. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +5 -0
  45. package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +3 -0
  46. package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +5 -0
  47. package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +11 -0
  48. package/dist-types/commands/DescribeClusterParametersCommand.d.ts +6 -0
  49. package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +11 -0
  50. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +24 -0
  51. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +11 -0
  52. package/dist-types/commands/DescribeClusterTracksCommand.d.ts +5 -0
  53. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +6 -0
  54. package/dist-types/commands/DescribeClustersCommand.d.ts +11 -0
  55. package/dist-types/commands/DescribeDataSharesCommand.d.ts +5 -0
  56. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +6 -0
  57. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +6 -0
  58. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +5 -0
  59. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +8 -0
  60. package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +7 -0
  61. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +3 -0
  62. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +11 -0
  63. package/dist-types/commands/DescribeEventsCommand.d.ts +9 -0
  64. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +11 -0
  65. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +11 -0
  66. package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +3 -0
  67. package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +18 -0
  68. package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +6 -0
  69. package/dist-types/commands/DescribePartnersCommand.d.ts +6 -0
  70. package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +6 -0
  71. package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +5 -0
  72. package/dist-types/commands/DescribeReservedNodesCommand.d.ts +5 -0
  73. package/dist-types/commands/DescribeResizeCommand.d.ts +3 -0
  74. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +17 -0
  75. package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +11 -0
  76. package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +12 -0
  77. package/dist-types/commands/DescribeStorageCommand.d.ts +1 -0
  78. package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +6 -0
  79. package/dist-types/commands/DescribeTagsCommand.d.ts +12 -0
  80. package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +13 -0
  81. package/dist-types/commands/DisableLoggingCommand.d.ts +3 -0
  82. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +3 -0
  83. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +6 -0
  84. package/dist-types/commands/EnableLoggingCommand.d.ts +9 -0
  85. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +7 -0
  86. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +10 -0
  87. package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +5 -0
  88. package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +7 -0
  89. package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +5 -0
  90. package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +4 -0
  91. package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +4 -0
  92. package/dist-types/commands/ModifyClusterCommand.d.ts +31 -0
  93. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +4 -0
  94. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +10 -0
  95. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +8 -0
  96. package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +16 -0
  97. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +5 -0
  98. package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +5 -0
  99. package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +7 -0
  100. package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +6 -0
  101. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +13 -0
  102. package/dist-types/commands/ModifyScheduledActionCommand.d.ts +26 -0
  103. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +5 -0
  104. package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +6 -0
  105. package/dist-types/commands/ModifyUsageLimitCommand.d.ts +5 -0
  106. package/dist-types/commands/PauseClusterCommand.d.ts +3 -0
  107. package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +4 -0
  108. package/dist-types/commands/RebootClusterCommand.d.ts +3 -0
  109. package/dist-types/commands/RejectDataShareCommand.d.ts +3 -0
  110. package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +17 -0
  111. package/dist-types/commands/ResizeClusterCommand.d.ts +9 -0
  112. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +41 -0
  113. package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +11 -0
  114. package/dist-types/commands/ResumeClusterCommand.d.ts +3 -0
  115. package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +6 -0
  116. package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +8 -0
  117. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +6 -0
  118. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +3 -0
  119. package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +8 -0
  120. package/package.json +12 -12
@@ -28,6 +28,10 @@ export interface AcceptReservedNodeExchangeCommandOutput extends AcceptReservedN
28
28
  * import { RedshiftClient, AcceptReservedNodeExchangeCommand } from "@aws-sdk/client-redshift"; // ES Modules import
29
29
  * // const { RedshiftClient, AcceptReservedNodeExchangeCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
30
30
  * const client = new RedshiftClient(config);
31
+ * const input = {
32
+ * ReservedNodeId: "STRING_VALUE", // required
33
+ * TargetReservedNodeOfferingId: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new AcceptReservedNodeExchangeCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -28,6 +28,12 @@ export interface AddPartnerCommandOutput extends PartnerIntegrationOutputMessage
28
28
  * import { RedshiftClient, AddPartnerCommand } from "@aws-sdk/client-redshift"; // ES Modules import
29
29
  * // const { RedshiftClient, AddPartnerCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
30
30
  * const client = new RedshiftClient(config);
31
+ * const input = {
32
+ * AccountId: "STRING_VALUE", // required
33
+ * ClusterIdentifier: "STRING_VALUE", // required
34
+ * DatabaseName: "STRING_VALUE", // required
35
+ * PartnerName: "STRING_VALUE", // required
36
+ * };
31
37
  * const command = new AddPartnerCommand(input);
32
38
  * const response = await client.send(command);
33
39
  * ```
@@ -28,6 +28,12 @@ export interface AssociateDataShareConsumerCommandOutput extends DataShare, __Me
28
28
  * import { RedshiftClient, AssociateDataShareConsumerCommand } from "@aws-sdk/client-redshift"; // ES Modules import
29
29
  * // const { RedshiftClient, AssociateDataShareConsumerCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
30
30
  * const client = new RedshiftClient(config);
31
+ * const input = {
32
+ * DataShareArn: "STRING_VALUE", // required
33
+ * AssociateEntireAccount: true || false,
34
+ * ConsumerArn: "STRING_VALUE",
35
+ * ConsumerRegion: "STRING_VALUE",
36
+ * };
31
37
  * const command = new AssociateDataShareConsumerCommand(input);
32
38
  * const response = await client.send(command);
33
39
  * ```
@@ -41,6 +41,12 @@ export interface AuthorizeClusterSecurityGroupIngressCommandOutput extends Autho
41
41
  * import { RedshiftClient, AuthorizeClusterSecurityGroupIngressCommand } from "@aws-sdk/client-redshift"; // ES Modules import
42
42
  * // const { RedshiftClient, AuthorizeClusterSecurityGroupIngressCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
43
43
  * const client = new RedshiftClient(config);
44
+ * const input = {
45
+ * ClusterSecurityGroupName: "STRING_VALUE", // required
46
+ * CIDRIP: "STRING_VALUE",
47
+ * EC2SecurityGroupName: "STRING_VALUE",
48
+ * EC2SecurityGroupOwnerId: "STRING_VALUE",
49
+ * };
44
50
  * const command = new AuthorizeClusterSecurityGroupIngressCommand(input);
45
51
  * const response = await client.send(command);
46
52
  * ```
@@ -28,6 +28,10 @@ export interface AuthorizeDataShareCommandOutput extends DataShare, __MetadataBe
28
28
  * import { RedshiftClient, AuthorizeDataShareCommand } from "@aws-sdk/client-redshift"; // ES Modules import
29
29
  * // const { RedshiftClient, AuthorizeDataShareCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
30
30
  * const client = new RedshiftClient(config);
31
+ * const input = {
32
+ * DataShareArn: "STRING_VALUE", // required
33
+ * ConsumerIdentifier: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new AuthorizeDataShareCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -26,6 +26,13 @@ export interface AuthorizeEndpointAccessCommandOutput extends EndpointAuthorizat
26
26
  * import { RedshiftClient, AuthorizeEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, AuthorizeEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
28
28
  * const client = new RedshiftClient(config);
29
+ * const input = {
30
+ * ClusterIdentifier: "STRING_VALUE",
31
+ * Account: "STRING_VALUE", // required
32
+ * VpcIds: [
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
29
36
  * const command = new AuthorizeEndpointAccessCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -31,6 +31,12 @@ export interface AuthorizeSnapshotAccessCommandOutput extends AuthorizeSnapshotA
31
31
  * import { RedshiftClient, AuthorizeSnapshotAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import
32
32
  * // const { RedshiftClient, AuthorizeSnapshotAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
33
33
  * const client = new RedshiftClient(config);
34
+ * const input = {
35
+ * SnapshotIdentifier: "STRING_VALUE",
36
+ * SnapshotArn: "STRING_VALUE",
37
+ * SnapshotClusterIdentifier: "STRING_VALUE",
38
+ * AccountWithRestoreAccess: "STRING_VALUE", // required
39
+ * };
34
40
  * const command = new AuthorizeSnapshotAccessCommand(input);
35
41
  * const response = await client.send(command);
36
42
  * ```
@@ -26,6 +26,14 @@ export interface BatchDeleteClusterSnapshotsCommandOutput extends BatchDeleteClu
26
26
  * import { RedshiftClient, BatchDeleteClusterSnapshotsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, BatchDeleteClusterSnapshotsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
28
28
  * const client = new RedshiftClient(config);
29
+ * const input = {
30
+ * Identifiers: [ // required
31
+ * {
32
+ * SnapshotIdentifier: "STRING_VALUE", // required
33
+ * SnapshotClusterIdentifier: "STRING_VALUE",
34
+ * },
35
+ * ],
36
+ * };
29
37
  * const command = new BatchDeleteClusterSnapshotsCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -26,6 +26,13 @@ export interface BatchModifyClusterSnapshotsCommandOutput extends BatchModifyClu
26
26
  * import { RedshiftClient, BatchModifyClusterSnapshotsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, BatchModifyClusterSnapshotsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
28
28
  * const client = new RedshiftClient(config);
29
+ * const input = {
30
+ * SnapshotIdentifierList: [ // required
31
+ * "STRING_VALUE",
32
+ * ],
33
+ * ManualSnapshotRetentionPeriod: Number("int"),
34
+ * Force: true || false,
35
+ * };
29
36
  * const command = new BatchModifyClusterSnapshotsCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -26,6 +26,9 @@ export interface CancelResizeCommandOutput extends ResizeProgressMessage, __Meta
26
26
  * import { RedshiftClient, CancelResizeCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, CancelResizeCommand } = 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 CancelResizeCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -37,6 +37,12 @@ export interface CopyClusterSnapshotCommandOutput extends CopyClusterSnapshotRes
37
37
  * import { RedshiftClient, CopyClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import
38
38
  * // const { RedshiftClient, CopyClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
39
39
  * const client = new RedshiftClient(config);
40
+ * const input = {
41
+ * SourceSnapshotIdentifier: "STRING_VALUE", // required
42
+ * SourceSnapshotClusterIdentifier: "STRING_VALUE",
43
+ * TargetSnapshotIdentifier: "STRING_VALUE", // required
44
+ * ManualSnapshotRetentionPeriod: Number("int"),
45
+ * };
40
46
  * const command = new CopyClusterSnapshotCommand(input);
41
47
  * const response = await client.send(command);
42
48
  * ```
@@ -26,6 +26,10 @@ export interface CreateAuthenticationProfileCommandOutput extends CreateAuthenti
26
26
  * import { RedshiftClient, CreateAuthenticationProfileCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, CreateAuthenticationProfileCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
28
28
  * const client = new RedshiftClient(config);
29
+ * const input = {
30
+ * AuthenticationProfileName: "STRING_VALUE", // required
31
+ * AuthenticationProfileContent: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new CreateAuthenticationProfileCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -32,6 +32,53 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad
32
32
  * import { RedshiftClient, CreateClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import
33
33
  * // const { RedshiftClient, CreateClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
34
34
  * const client = new RedshiftClient(config);
35
+ * const input = {
36
+ * DBName: "STRING_VALUE",
37
+ * ClusterIdentifier: "STRING_VALUE", // required
38
+ * ClusterType: "STRING_VALUE",
39
+ * NodeType: "STRING_VALUE", // required
40
+ * MasterUsername: "STRING_VALUE", // required
41
+ * MasterUserPassword: "STRING_VALUE", // required
42
+ * ClusterSecurityGroups: [
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * VpcSecurityGroupIds: [
46
+ * "STRING_VALUE",
47
+ * ],
48
+ * ClusterSubnetGroupName: "STRING_VALUE",
49
+ * AvailabilityZone: "STRING_VALUE",
50
+ * PreferredMaintenanceWindow: "STRING_VALUE",
51
+ * ClusterParameterGroupName: "STRING_VALUE",
52
+ * AutomatedSnapshotRetentionPeriod: Number("int"),
53
+ * ManualSnapshotRetentionPeriod: Number("int"),
54
+ * Port: Number("int"),
55
+ * ClusterVersion: "STRING_VALUE",
56
+ * AllowVersionUpgrade: true || false,
57
+ * NumberOfNodes: Number("int"),
58
+ * PubliclyAccessible: true || false,
59
+ * Encrypted: true || false,
60
+ * HsmClientCertificateIdentifier: "STRING_VALUE",
61
+ * HsmConfigurationIdentifier: "STRING_VALUE",
62
+ * ElasticIp: "STRING_VALUE",
63
+ * Tags: [
64
+ * {
65
+ * Key: "STRING_VALUE",
66
+ * Value: "STRING_VALUE",
67
+ * },
68
+ * ],
69
+ * KmsKeyId: "STRING_VALUE",
70
+ * EnhancedVpcRouting: true || false,
71
+ * AdditionalInfo: "STRING_VALUE",
72
+ * IamRoles: [
73
+ * "STRING_VALUE",
74
+ * ],
75
+ * MaintenanceTrackName: "STRING_VALUE",
76
+ * SnapshotScheduleIdentifier: "STRING_VALUE",
77
+ * AvailabilityZoneRelocation: true || false,
78
+ * AquaConfigurationStatus: "enabled" || "disabled" || "auto",
79
+ * DefaultIamRoleArn: "STRING_VALUE",
80
+ * LoadSampleData: "STRING_VALUE",
81
+ * };
35
82
  * const command = new CreateClusterCommand(input);
36
83
  * const response = await client.send(command);
37
84
  * ```
@@ -34,6 +34,17 @@ export interface CreateClusterParameterGroupCommandOutput extends CreateClusterP
34
34
  * import { RedshiftClient, CreateClusterParameterGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import
35
35
  * // const { RedshiftClient, CreateClusterParameterGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
36
36
  * const client = new RedshiftClient(config);
37
+ * const input = {
38
+ * ParameterGroupName: "STRING_VALUE", // required
39
+ * ParameterGroupFamily: "STRING_VALUE", // required
40
+ * Description: "STRING_VALUE", // required
41
+ * Tags: [
42
+ * {
43
+ * Key: "STRING_VALUE",
44
+ * Value: "STRING_VALUE",
45
+ * },
46
+ * ],
47
+ * };
37
48
  * const command = new CreateClusterParameterGroupCommand(input);
38
49
  * const response = await client.send(command);
39
50
  * ```
@@ -31,6 +31,16 @@ export interface CreateClusterSecurityGroupCommandOutput extends CreateClusterSe
31
31
  * import { RedshiftClient, CreateClusterSecurityGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import
32
32
  * // const { RedshiftClient, CreateClusterSecurityGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
33
33
  * const client = new RedshiftClient(config);
34
+ * const input = {
35
+ * ClusterSecurityGroupName: "STRING_VALUE", // required
36
+ * Description: "STRING_VALUE", // required
37
+ * Tags: [
38
+ * {
39
+ * Key: "STRING_VALUE",
40
+ * Value: "STRING_VALUE",
41
+ * },
42
+ * ],
43
+ * };
34
44
  * const command = new CreateClusterSecurityGroupCommand(input);
35
45
  * const response = await client.send(command);
36
46
  * ```
@@ -31,6 +31,17 @@ export interface CreateClusterSnapshotCommandOutput extends CreateClusterSnapsho
31
31
  * import { RedshiftClient, CreateClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import
32
32
  * // const { RedshiftClient, CreateClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
33
33
  * const client = new RedshiftClient(config);
34
+ * const input = {
35
+ * SnapshotIdentifier: "STRING_VALUE", // required
36
+ * ClusterIdentifier: "STRING_VALUE", // required
37
+ * ManualSnapshotRetentionPeriod: Number("int"),
38
+ * Tags: [
39
+ * {
40
+ * Key: "STRING_VALUE",
41
+ * Value: "STRING_VALUE",
42
+ * },
43
+ * ],
44
+ * };
34
45
  * const command = new CreateClusterSnapshotCommand(input);
35
46
  * const response = await client.send(command);
36
47
  * ```
@@ -32,6 +32,19 @@ export interface CreateClusterSubnetGroupCommandOutput extends CreateClusterSubn
32
32
  * import { RedshiftClient, CreateClusterSubnetGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import
33
33
  * // const { RedshiftClient, CreateClusterSubnetGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
34
34
  * const client = new RedshiftClient(config);
35
+ * const input = {
36
+ * ClusterSubnetGroupName: "STRING_VALUE", // required
37
+ * Description: "STRING_VALUE", // required
38
+ * SubnetIds: [ // required
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * Tags: [
42
+ * {
43
+ * Key: "STRING_VALUE",
44
+ * Value: "STRING_VALUE",
45
+ * },
46
+ * ],
47
+ * };
35
48
  * const command = new CreateClusterSubnetGroupCommand(input);
36
49
  * const response = await client.send(command);
37
50
  * ```
@@ -26,6 +26,15 @@ export interface CreateEndpointAccessCommandOutput extends EndpointAccess, __Met
26
26
  * import { RedshiftClient, CreateEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, CreateEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
28
28
  * const client = new RedshiftClient(config);
29
+ * const input = {
30
+ * ClusterIdentifier: "STRING_VALUE",
31
+ * ResourceOwner: "STRING_VALUE",
32
+ * EndpointName: "STRING_VALUE", // required
33
+ * SubnetGroupName: "STRING_VALUE", // required
34
+ * VpcSecurityGroupIds: [
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * };
29
38
  * const command = new CreateEndpointAccessCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -42,6 +42,25 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
42
42
  * import { RedshiftClient, CreateEventSubscriptionCommand } from "@aws-sdk/client-redshift"; // ES Modules import
43
43
  * // const { RedshiftClient, CreateEventSubscriptionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
44
44
  * const client = new RedshiftClient(config);
45
+ * const input = {
46
+ * SubscriptionName: "STRING_VALUE", // required
47
+ * SnsTopicArn: "STRING_VALUE", // required
48
+ * SourceType: "STRING_VALUE",
49
+ * SourceIds: [
50
+ * "STRING_VALUE",
51
+ * ],
52
+ * EventCategories: [
53
+ * "STRING_VALUE",
54
+ * ],
55
+ * Severity: "STRING_VALUE",
56
+ * Enabled: true || false,
57
+ * Tags: [
58
+ * {
59
+ * Key: "STRING_VALUE",
60
+ * Value: "STRING_VALUE",
61
+ * },
62
+ * ],
63
+ * };
45
64
  * const command = new CreateEventSubscriptionCommand(input);
46
65
  * const response = await client.send(command);
47
66
  * ```
@@ -33,6 +33,15 @@ export interface CreateHsmClientCertificateCommandOutput extends CreateHsmClient
33
33
  * import { RedshiftClient, CreateHsmClientCertificateCommand } from "@aws-sdk/client-redshift"; // ES Modules import
34
34
  * // const { RedshiftClient, CreateHsmClientCertificateCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
35
35
  * const client = new RedshiftClient(config);
36
+ * const input = {
37
+ * HsmClientCertificateIdentifier: "STRING_VALUE", // required
38
+ * Tags: [
39
+ * {
40
+ * Key: "STRING_VALUE",
41
+ * Value: "STRING_VALUE",
42
+ * },
43
+ * ],
44
+ * };
36
45
  * const command = new CreateHsmClientCertificateCommand(input);
37
46
  * const response = await client.send(command);
38
47
  * ```
@@ -32,6 +32,20 @@ export interface CreateHsmConfigurationCommandOutput extends CreateHsmConfigurat
32
32
  * import { RedshiftClient, CreateHsmConfigurationCommand } from "@aws-sdk/client-redshift"; // ES Modules import
33
33
  * // const { RedshiftClient, CreateHsmConfigurationCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
34
34
  * const client = new RedshiftClient(config);
35
+ * const input = {
36
+ * HsmConfigurationIdentifier: "STRING_VALUE", // required
37
+ * Description: "STRING_VALUE", // required
38
+ * HsmIpAddress: "STRING_VALUE", // required
39
+ * HsmPartitionName: "STRING_VALUE", // required
40
+ * HsmPartitionPassword: "STRING_VALUE", // required
41
+ * HsmServerPublicCertificate: "STRING_VALUE", // required
42
+ * Tags: [
43
+ * {
44
+ * Key: "STRING_VALUE",
45
+ * Value: "STRING_VALUE",
46
+ * },
47
+ * ],
48
+ * };
35
49
  * const command = new CreateHsmConfigurationCommand(input);
36
50
  * const response = await client.send(command);
37
51
  * ```
@@ -28,6 +28,32 @@ export interface CreateScheduledActionCommandOutput extends ScheduledAction, __M
28
28
  * import { RedshiftClient, CreateScheduledActionCommand } from "@aws-sdk/client-redshift"; // ES Modules import
29
29
  * // const { RedshiftClient, CreateScheduledActionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
30
30
  * const client = new RedshiftClient(config);
31
+ * const input = {
32
+ * ScheduledActionName: "STRING_VALUE", // required
33
+ * TargetAction: {
34
+ * ResizeCluster: {
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: {
44
+ * ClusterIdentifier: "STRING_VALUE", // required
45
+ * },
46
+ * ResumeCluster: {
47
+ * ClusterIdentifier: "STRING_VALUE", // required
48
+ * },
49
+ * },
50
+ * Schedule: "STRING_VALUE", // required
51
+ * IamRole: "STRING_VALUE", // required
52
+ * ScheduledActionDescription: "STRING_VALUE",
53
+ * StartTime: new Date("TIMESTAMP"),
54
+ * EndTime: new Date("TIMESTAMP"),
55
+ * Enable: true || false,
56
+ * };
31
57
  * const command = new CreateScheduledActionCommand(input);
32
58
  * const response = await client.send(command);
33
59
  * ```
@@ -33,6 +33,16 @@ export interface CreateSnapshotCopyGrantCommandOutput extends CreateSnapshotCopy
33
33
  * import { RedshiftClient, CreateSnapshotCopyGrantCommand } from "@aws-sdk/client-redshift"; // ES Modules import
34
34
  * // const { RedshiftClient, CreateSnapshotCopyGrantCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
35
35
  * const client = new RedshiftClient(config);
36
+ * const input = {
37
+ * SnapshotCopyGrantName: "STRING_VALUE", // required
38
+ * KmsKeyId: "STRING_VALUE",
39
+ * Tags: [
40
+ * {
41
+ * Key: "STRING_VALUE",
42
+ * Value: "STRING_VALUE",
43
+ * },
44
+ * ],
45
+ * };
36
46
  * const command = new CreateSnapshotCopyGrantCommand(input);
37
47
  * const response = await client.send(command);
38
48
  * ```
@@ -26,6 +26,21 @@ export interface CreateSnapshotScheduleCommandOutput extends SnapshotSchedule, _
26
26
  * import { RedshiftClient, CreateSnapshotScheduleCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, CreateSnapshotScheduleCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
28
28
  * const client = new RedshiftClient(config);
29
+ * const input = {
30
+ * ScheduleDefinitions: [
31
+ * "STRING_VALUE",
32
+ * ],
33
+ * ScheduleIdentifier: "STRING_VALUE",
34
+ * ScheduleDescription: "STRING_VALUE",
35
+ * Tags: [
36
+ * {
37
+ * Key: "STRING_VALUE",
38
+ * Value: "STRING_VALUE",
39
+ * },
40
+ * ],
41
+ * DryRun: true || false,
42
+ * NextInvocations: Number("int"),
43
+ * };
29
44
  * const command = new CreateSnapshotScheduleCommand(input);
30
45
  * const response = await client.send(command);
31
46
  * ```
@@ -30,6 +30,15 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {
30
30
  * import { RedshiftClient, CreateTagsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
31
31
  * // const { RedshiftClient, CreateTagsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
32
32
  * const client = new RedshiftClient(config);
33
+ * const input = {
34
+ * ResourceName: "STRING_VALUE", // required
35
+ * Tags: [ // required
36
+ * {
37
+ * Key: "STRING_VALUE",
38
+ * Value: "STRING_VALUE",
39
+ * },
40
+ * ],
41
+ * };
33
42
  * const command = new CreateTagsCommand(input);
34
43
  * const response = await client.send(command);
35
44
  * ```
@@ -27,6 +27,20 @@ export interface CreateUsageLimitCommandOutput extends UsageLimit, __MetadataBea
27
27
  * import { RedshiftClient, CreateUsageLimitCommand } from "@aws-sdk/client-redshift"; // ES Modules import
28
28
  * // const { RedshiftClient, CreateUsageLimitCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
29
29
  * const client = new RedshiftClient(config);
30
+ * const input = {
31
+ * ClusterIdentifier: "STRING_VALUE", // required
32
+ * FeatureType: "spectrum" || "concurrency-scaling" || "cross-region-datasharing", // required
33
+ * LimitType: "time" || "data-scanned", // required
34
+ * Amount: Number("long"), // required
35
+ * Period: "daily" || "weekly" || "monthly",
36
+ * BreachAction: "log" || "emit-metric" || "disable",
37
+ * Tags: [
38
+ * {
39
+ * Key: "STRING_VALUE",
40
+ * Value: "STRING_VALUE",
41
+ * },
42
+ * ],
43
+ * };
30
44
  * const command = new CreateUsageLimitCommand(input);
31
45
  * const response = await client.send(command);
32
46
  * ```
@@ -26,6 +26,10 @@ export interface DeauthorizeDataShareCommandOutput extends DataShare, __Metadata
26
26
  * import { RedshiftClient, DeauthorizeDataShareCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, DeauthorizeDataShareCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
28
28
  * const client = new RedshiftClient(config);
29
+ * const input = {
30
+ * DataShareArn: "STRING_VALUE", // required
31
+ * ConsumerIdentifier: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeauthorizeDataShareCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface DeleteAuthenticationProfileCommandOutput extends DeleteAuthenti
26
26
  * import { RedshiftClient, DeleteAuthenticationProfileCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, DeleteAuthenticationProfileCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
28
28
  * const client = new RedshiftClient(config);
29
+ * const input = {
30
+ * AuthenticationProfileName: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteAuthenticationProfileCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -41,6 +41,12 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResult, __Metad
41
41
  * import { RedshiftClient, DeleteClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import
42
42
  * // const { RedshiftClient, DeleteClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
43
43
  * const client = new RedshiftClient(config);
44
+ * const input = {
45
+ * ClusterIdentifier: "STRING_VALUE", // required
46
+ * SkipFinalClusterSnapshot: true || false,
47
+ * FinalClusterSnapshotIdentifier: "STRING_VALUE",
48
+ * FinalClusterSnapshotRetentionPeriod: Number("int"),
49
+ * };
44
50
  * const command = new DeleteClusterCommand(input);
45
51
  * const response = await client.send(command);
46
52
  * ```
@@ -30,6 +30,9 @@ export interface DeleteClusterParameterGroupCommandOutput extends __MetadataBear
30
30
  * import { RedshiftClient, DeleteClusterParameterGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import
31
31
  * // const { RedshiftClient, DeleteClusterParameterGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
32
32
  * const client = new RedshiftClient(config);
33
+ * const input = {
34
+ * ParameterGroupName: "STRING_VALUE", // required
35
+ * };
33
36
  * const command = new DeleteClusterParameterGroupCommand(input);
34
37
  * const response = await client.send(command);
35
38
  * ```
@@ -34,6 +34,9 @@ export interface DeleteClusterSecurityGroupCommandOutput extends __MetadataBeare
34
34
  * import { RedshiftClient, DeleteClusterSecurityGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import
35
35
  * // const { RedshiftClient, DeleteClusterSecurityGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
36
36
  * const client = new RedshiftClient(config);
37
+ * const input = {
38
+ * ClusterSecurityGroupName: "STRING_VALUE", // required
39
+ * };
37
40
  * const command = new DeleteClusterSecurityGroupCommand(input);
38
41
  * const response = await client.send(command);
39
42
  * ```
@@ -32,6 +32,10 @@ export interface DeleteClusterSnapshotCommandOutput extends DeleteClusterSnapsho
32
32
  * import { RedshiftClient, DeleteClusterSnapshotCommand } from "@aws-sdk/client-redshift"; // ES Modules import
33
33
  * // const { RedshiftClient, DeleteClusterSnapshotCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
34
34
  * const client = new RedshiftClient(config);
35
+ * const input = {
36
+ * SnapshotIdentifier: "STRING_VALUE", // required
37
+ * SnapshotClusterIdentifier: "STRING_VALUE",
38
+ * };
35
39
  * const command = new DeleteClusterSnapshotCommand(input);
36
40
  * const response = await client.send(command);
37
41
  * ```
@@ -26,6 +26,9 @@ export interface DeleteClusterSubnetGroupCommandOutput extends __MetadataBearer
26
26
  * import { RedshiftClient, DeleteClusterSubnetGroupCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, DeleteClusterSubnetGroupCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
28
28
  * const client = new RedshiftClient(config);
29
+ * const input = {
30
+ * ClusterSubnetGroupName: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteClusterSubnetGroupCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteEndpointAccessCommandOutput extends EndpointAccess, __Met
26
26
  * import { RedshiftClient, DeleteEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, DeleteEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
28
28
  * const client = new RedshiftClient(config);
29
+ * const input = {
30
+ * EndpointName: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteEndpointAccessCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteEventSubscriptionCommandOutput extends __MetadataBearer {
26
26
  * import { RedshiftClient, DeleteEventSubscriptionCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, DeleteEventSubscriptionCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
28
28
  * const client = new RedshiftClient(config);
29
+ * const input = {
30
+ * SubscriptionName: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteEventSubscriptionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteHsmClientCertificateCommandOutput extends __MetadataBeare
26
26
  * import { RedshiftClient, DeleteHsmClientCertificateCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, DeleteHsmClientCertificateCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
28
28
  * const client = new RedshiftClient(config);
29
+ * const input = {
30
+ * HsmClientCertificateIdentifier: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteHsmClientCertificateCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteHsmConfigurationCommandOutput extends __MetadataBearer {
26
26
  * import { RedshiftClient, DeleteHsmConfigurationCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, DeleteHsmConfigurationCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
28
28
  * const client = new RedshiftClient(config);
29
+ * const input = {
30
+ * HsmConfigurationIdentifier: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteHsmConfigurationCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -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 = {
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
  * ```