@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.
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 +8 -8
@@ -27,6 +27,9 @@ export interface ResumeClusterCommandOutput extends ResumeClusterResult, __Metad
27
27
  * import { RedshiftClient, ResumeClusterCommand } from "@aws-sdk/client-redshift"; // ES Modules import
28
28
  * // const { RedshiftClient, ResumeClusterCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
29
29
  * const client = new RedshiftClient(config);
30
+ * const input = { // ResumeClusterMessage
31
+ * ClusterIdentifier: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new ResumeClusterCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -30,6 +30,12 @@ export interface RevokeClusterSecurityGroupIngressCommandOutput extends RevokeCl
30
30
  * import { RedshiftClient, RevokeClusterSecurityGroupIngressCommand } from "@aws-sdk/client-redshift"; // ES Modules import
31
31
  * // const { RedshiftClient, RevokeClusterSecurityGroupIngressCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
32
32
  * const client = new RedshiftClient(config);
33
+ * const input = { // RevokeClusterSecurityGroupIngressMessage
34
+ * ClusterSecurityGroupName: "STRING_VALUE", // required
35
+ * CIDRIP: "STRING_VALUE",
36
+ * EC2SecurityGroupName: "STRING_VALUE",
37
+ * EC2SecurityGroupOwnerId: "STRING_VALUE",
38
+ * };
33
39
  * const command = new RevokeClusterSecurityGroupIngressCommand(input);
34
40
  * const response = await client.send(command);
35
41
  * ```
@@ -27,6 +27,14 @@ export interface RevokeEndpointAccessCommandOutput extends EndpointAuthorization
27
27
  * import { RedshiftClient, RevokeEndpointAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import
28
28
  * // const { RedshiftClient, RevokeEndpointAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
29
29
  * const client = new RedshiftClient(config);
30
+ * const input = { // RevokeEndpointAccessMessage
31
+ * ClusterIdentifier: "STRING_VALUE",
32
+ * Account: "STRING_VALUE",
33
+ * VpcIds: [ // VpcIdentifierList
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * Force: true || false,
37
+ * };
30
38
  * const command = new RevokeEndpointAccessCommand(input);
31
39
  * const response = await client.send(command);
32
40
  * ```
@@ -32,6 +32,12 @@ export interface RevokeSnapshotAccessCommandOutput extends RevokeSnapshotAccessR
32
32
  * import { RedshiftClient, RevokeSnapshotAccessCommand } from "@aws-sdk/client-redshift"; // ES Modules import
33
33
  * // const { RedshiftClient, RevokeSnapshotAccessCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
34
34
  * const client = new RedshiftClient(config);
35
+ * const input = { // RevokeSnapshotAccessMessage
36
+ * SnapshotIdentifier: "STRING_VALUE",
37
+ * SnapshotArn: "STRING_VALUE",
38
+ * SnapshotClusterIdentifier: "STRING_VALUE",
39
+ * AccountWithRestoreAccess: "STRING_VALUE", // required
40
+ * };
35
41
  * const command = new RevokeSnapshotAccessCommand(input);
36
42
  * const response = await client.send(command);
37
43
  * ```
@@ -26,6 +26,9 @@ export interface RotateEncryptionKeyCommandOutput extends RotateEncryptionKeyRes
26
26
  * import { RedshiftClient, RotateEncryptionKeyCommand } from "@aws-sdk/client-redshift"; // ES Modules import
27
27
  * // const { RedshiftClient, RotateEncryptionKeyCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
28
28
  * const client = new RedshiftClient(config);
29
+ * const input = { // RotateEncryptionKeyMessage
30
+ * ClusterIdentifier: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new RotateEncryptionKeyCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,14 @@ export interface UpdatePartnerStatusCommandOutput extends PartnerIntegrationOutp
27
27
  * import { RedshiftClient, UpdatePartnerStatusCommand } from "@aws-sdk/client-redshift"; // ES Modules import
28
28
  * // const { RedshiftClient, UpdatePartnerStatusCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
29
29
  * const client = new RedshiftClient(config);
30
+ * const input = { // UpdatePartnerStatusInputMessage
31
+ * AccountId: "STRING_VALUE", // required
32
+ * ClusterIdentifier: "STRING_VALUE", // required
33
+ * DatabaseName: "STRING_VALUE", // required
34
+ * PartnerName: "STRING_VALUE", // required
35
+ * Status: "Active" || "Inactive" || "RuntimeFailure" || "ConnectionFailure", // required
36
+ * StatusMessage: "STRING_VALUE",
37
+ * };
30
38
  * const command = new UpdatePartnerStatusCommand(input);
31
39
  * const response = await client.send(command);
32
40
  * ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-redshift",
3
3
  "description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native",
4
- "version": "3.299.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.299.0",
25
- "@aws-sdk/config-resolver": "3.299.0",
26
- "@aws-sdk/credential-provider-node": "3.299.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",
@@ -32,12 +32,12 @@
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-serde": "3.296.0",
37
37
  "@aws-sdk/middleware-signing": "3.299.0",
38
38
  "@aws-sdk/middleware-stack": "3.296.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.296.0",
40
+ "@aws-sdk/node-config-provider": "3.300.0",
41
41
  "@aws-sdk/node-http-handler": "3.296.0",
42
42
  "@aws-sdk/protocol-http": "3.296.0",
43
43
  "@aws-sdk/smithy-client": "3.296.0",
@@ -47,11 +47,11 @@
47
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
48
48
  "@aws-sdk/util-body-length-node": "3.295.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.299.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
51
  "@aws-sdk/util-endpoints": "3.296.0",
52
52
  "@aws-sdk/util-retry": "3.296.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.300.0",
55
55
  "@aws-sdk/util-utf8": "3.295.0",
56
56
  "@aws-sdk/util-waiter": "3.296.0",
57
57
  "fast-xml-parser": "4.1.2",