@aws-sdk/client-redshift 3.279.0 → 3.281.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 (121) hide show
  1. package/README.md +955 -0
  2. package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +6 -0
  3. package/dist-types/commands/AddPartnerCommand.d.ts +6 -0
  4. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +6 -0
  5. package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +6 -0
  6. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +6 -0
  7. package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +6 -0
  8. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +6 -0
  9. package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +6 -0
  10. package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +6 -0
  11. package/dist-types/commands/CancelResizeCommand.d.ts +6 -0
  12. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateClusterCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +6 -0
  17. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +6 -0
  18. package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +6 -0
  19. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +6 -0
  20. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +6 -0
  21. package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +6 -0
  22. package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +6 -0
  23. package/dist-types/commands/CreateScheduledActionCommand.d.ts +6 -0
  24. package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +6 -0
  25. package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +6 -0
  26. package/dist-types/commands/CreateTagsCommand.d.ts +6 -0
  27. package/dist-types/commands/CreateUsageLimitCommand.d.ts +6 -0
  28. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +6 -0
  30. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -0
  31. package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +6 -0
  32. package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +6 -0
  33. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +6 -0
  34. package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +6 -0
  35. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +6 -0
  36. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +6 -0
  37. package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +6 -0
  38. package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +6 -0
  39. package/dist-types/commands/DeletePartnerCommand.d.ts +6 -0
  40. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +6 -0
  41. package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +6 -0
  42. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +6 -0
  43. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
  44. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +6 -0
  45. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +6 -0
  46. package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +6 -0
  47. package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +6 -0
  48. package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +6 -0
  49. package/dist-types/commands/DescribeClusterParametersCommand.d.ts +6 -0
  50. package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +6 -0
  51. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +6 -0
  52. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +6 -0
  53. package/dist-types/commands/DescribeClusterTracksCommand.d.ts +6 -0
  54. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +6 -0
  55. package/dist-types/commands/DescribeClustersCommand.d.ts +6 -0
  56. package/dist-types/commands/DescribeDataSharesCommand.d.ts +6 -0
  57. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +6 -0
  58. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +6 -0
  59. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +6 -0
  60. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +6 -0
  61. package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +6 -0
  62. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +6 -0
  63. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +6 -0
  64. package/dist-types/commands/DescribeEventsCommand.d.ts +6 -0
  65. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +6 -0
  66. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +6 -0
  67. package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +6 -0
  68. package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +6 -0
  69. package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +6 -0
  70. package/dist-types/commands/DescribePartnersCommand.d.ts +6 -0
  71. package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +6 -0
  72. package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +6 -0
  73. package/dist-types/commands/DescribeReservedNodesCommand.d.ts +6 -0
  74. package/dist-types/commands/DescribeResizeCommand.d.ts +6 -0
  75. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +6 -0
  76. package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +6 -0
  77. package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +6 -0
  78. package/dist-types/commands/DescribeStorageCommand.d.ts +6 -0
  79. package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +6 -0
  80. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -0
  81. package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +6 -0
  82. package/dist-types/commands/DisableLoggingCommand.d.ts +6 -0
  83. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +6 -0
  84. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +6 -0
  85. package/dist-types/commands/EnableLoggingCommand.d.ts +6 -0
  86. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +6 -0
  87. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +6 -0
  88. package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +6 -0
  89. package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +6 -0
  90. package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +6 -0
  91. package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +6 -0
  92. package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +6 -0
  93. package/dist-types/commands/ModifyClusterCommand.d.ts +6 -0
  94. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +6 -0
  95. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +6 -0
  96. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +6 -0
  97. package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +6 -0
  98. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +6 -0
  99. package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +6 -0
  100. package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +6 -0
  101. package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +6 -0
  102. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +6 -0
  103. package/dist-types/commands/ModifyScheduledActionCommand.d.ts +6 -0
  104. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +6 -0
  105. package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +6 -0
  106. package/dist-types/commands/ModifyUsageLimitCommand.d.ts +6 -0
  107. package/dist-types/commands/PauseClusterCommand.d.ts +6 -0
  108. package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +6 -0
  109. package/dist-types/commands/RebootClusterCommand.d.ts +6 -0
  110. package/dist-types/commands/RejectDataShareCommand.d.ts +6 -0
  111. package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +6 -0
  112. package/dist-types/commands/ResizeClusterCommand.d.ts +6 -0
  113. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +6 -0
  114. package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +6 -0
  115. package/dist-types/commands/ResumeClusterCommand.d.ts +6 -0
  116. package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +6 -0
  117. package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +6 -0
  118. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +6 -0
  119. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +6 -0
  120. package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +6 -0
  121. package/package.json +3 -3
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RotateEncryptionKeyMessage, RotateEncryptionKeyResult } from "../models/models_1";
5
5
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
6
+ /**
7
+ * The input for {@link RotateEncryptionKeyCommand}.
8
+ */
6
9
  export interface RotateEncryptionKeyCommandInput extends RotateEncryptionKeyMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link RotateEncryptionKeyCommand}.
13
+ */
8
14
  export interface RotateEncryptionKeyCommandOutput extends RotateEncryptionKeyResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PartnerIntegrationOutputMessage } from "../models/models_0";
5
5
  import { UpdatePartnerStatusInputMessage } from "../models/models_1";
6
6
  import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
7
+ /**
8
+ * The input for {@link UpdatePartnerStatusCommand}.
9
+ */
7
10
  export interface UpdatePartnerStatusCommandInput extends UpdatePartnerStatusInputMessage {
8
11
  }
12
+ /**
13
+ * The output of {@link UpdatePartnerStatusCommand}.
14
+ */
9
15
  export interface UpdatePartnerStatusCommandOutput extends PartnerIntegrationOutputMessage, __MetadataBearer {
10
16
  }
11
17
  /**
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.279.0",
4
+ "version": "3.281.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",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",