@aws-sdk/client-redshift 3.1019.0 → 3.1021.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 (56) hide show
  1. package/dist-es/Redshift.js +3 -3
  2. package/dist-es/waiters/waitForClusterAvailable.js +1 -1
  3. package/dist-es/waiters/waitForClusterDeleted.js +1 -1
  4. package/dist-es/waiters/waitForClusterRestored.js +1 -1
  5. package/dist-es/waiters/waitForSnapshotAvailable.js +1 -1
  6. package/dist-types/Redshift.d.ts +141 -141
  7. package/dist-types/RedshiftClient.d.ts +144 -144
  8. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  9. package/dist-types/index.d.ts +1 -1
  10. package/dist-types/models/models_0.d.ts +1 -1
  11. package/dist-types/models/models_1.d.ts +2 -2
  12. package/dist-types/pagination/DescribeClusterDbRevisionsPaginator.d.ts +1 -1
  13. package/dist-types/pagination/DescribeClusterParameterGroupsPaginator.d.ts +1 -1
  14. package/dist-types/pagination/DescribeClusterParametersPaginator.d.ts +1 -1
  15. package/dist-types/pagination/DescribeClusterSecurityGroupsPaginator.d.ts +1 -1
  16. package/dist-types/pagination/DescribeClusterSnapshotsPaginator.d.ts +1 -1
  17. package/dist-types/pagination/DescribeClusterSubnetGroupsPaginator.d.ts +1 -1
  18. package/dist-types/pagination/DescribeClusterTracksPaginator.d.ts +1 -1
  19. package/dist-types/pagination/DescribeClusterVersionsPaginator.d.ts +1 -1
  20. package/dist-types/pagination/DescribeClustersPaginator.d.ts +1 -1
  21. package/dist-types/pagination/DescribeCustomDomainAssociationsPaginator.d.ts +1 -1
  22. package/dist-types/pagination/DescribeDataSharesForConsumerPaginator.d.ts +1 -1
  23. package/dist-types/pagination/DescribeDataSharesForProducerPaginator.d.ts +1 -1
  24. package/dist-types/pagination/DescribeDataSharesPaginator.d.ts +1 -1
  25. package/dist-types/pagination/DescribeDefaultClusterParametersPaginator.d.ts +1 -1
  26. package/dist-types/pagination/DescribeEndpointAccessPaginator.d.ts +1 -1
  27. package/dist-types/pagination/DescribeEndpointAuthorizationPaginator.d.ts +1 -1
  28. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
  29. package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
  30. package/dist-types/pagination/DescribeHsmClientCertificatesPaginator.d.ts +1 -1
  31. package/dist-types/pagination/DescribeHsmConfigurationsPaginator.d.ts +1 -1
  32. package/dist-types/pagination/DescribeInboundIntegrationsPaginator.d.ts +1 -1
  33. package/dist-types/pagination/DescribeIntegrationsPaginator.d.ts +1 -1
  34. package/dist-types/pagination/DescribeNodeConfigurationOptionsPaginator.d.ts +1 -1
  35. package/dist-types/pagination/DescribeOrderableClusterOptionsPaginator.d.ts +1 -1
  36. package/dist-types/pagination/DescribeRedshiftIdcApplicationsPaginator.d.ts +1 -1
  37. package/dist-types/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +1 -1
  38. package/dist-types/pagination/DescribeReservedNodeOfferingsPaginator.d.ts +1 -1
  39. package/dist-types/pagination/DescribeReservedNodesPaginator.d.ts +1 -1
  40. package/dist-types/pagination/DescribeScheduledActionsPaginator.d.ts +1 -1
  41. package/dist-types/pagination/DescribeSnapshotCopyGrantsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/DescribeSnapshotSchedulesPaginator.d.ts +1 -1
  43. package/dist-types/pagination/DescribeTableRestoreStatusPaginator.d.ts +1 -1
  44. package/dist-types/pagination/DescribeTagsPaginator.d.ts +1 -1
  45. package/dist-types/pagination/DescribeUsageLimitsPaginator.d.ts +1 -1
  46. package/dist-types/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +1 -1
  47. package/dist-types/pagination/GetReservedNodeExchangeOfferingsPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListRecommendationsPaginator.d.ts +1 -1
  49. package/dist-types/ts3.4/RedshiftClient.d.ts +2 -3
  50. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_1.d.ts +3 -3
  52. package/dist-types/waiters/waitForClusterAvailable.d.ts +3 -3
  53. package/dist-types/waiters/waitForClusterDeleted.d.ts +3 -3
  54. package/dist-types/waiters/waitForClusterRestored.d.ts +3 -3
  55. package/dist-types/waiters/waitForSnapshotAvailable.d.ts +3 -3
  56. package/package.json +15 -15
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput } from "../commands/DescribeNodeConfigurationOptionsCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput } from "../commands/DescribeOrderableClusterOptionsCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeRedshiftIdcApplicationsCommandInput, DescribeRedshiftIdcApplicationsCommandOutput } from "../commands/DescribeRedshiftIdcApplicationsCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput } from "../commands/DescribeReservedNodeExchangeStatusCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeReservedNodeOfferingsCommandInput, DescribeReservedNodeOfferingsCommandOutput } from "../commands/DescribeReservedNodeOfferingsCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeReservedNodesCommandInput, DescribeReservedNodesCommandOutput } from "../commands/DescribeReservedNodesCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput } from "../commands/DescribeScheduledActionsCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeSnapshotCopyGrantsCommandInput, DescribeSnapshotCopyGrantsCommandOutput } from "../commands/DescribeSnapshotCopyGrantsCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeSnapshotSchedulesCommandInput, DescribeSnapshotSchedulesCommandOutput } from "../commands/DescribeSnapshotSchedulesCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeTableRestoreStatusCommandInput, DescribeTableRestoreStatusCommandOutput } from "../commands/DescribeTableRestoreStatusCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeUsageLimitsCommandInput, DescribeUsageLimitsCommandOutput } from "../commands/DescribeUsageLimitsCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput } from "../commands/GetReservedNodeExchangeConfigurationOptionsCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput } from "../commands/GetReservedNodeExchangeOfferingsCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "../commands/ListRecommendationsCommand";
3
- import { RedshiftPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -918,7 +917,7 @@ export interface ClientDefaults
918
917
  useFipsEndpoint?: boolean | __Provider<boolean>;
919
918
  region?: string | __Provider<string>;
920
919
  profile?: string;
921
- defaultUserAgentProvider?: Provider<__UserAgent>;
920
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
922
921
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
923
922
  maxAttempts?: number | __Provider<number>;
924
923
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { RedshiftHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
@@ -7,18 +7,18 @@ import {
7
7
  UsageLimitBreachAction,
8
8
  } from "./enums";
9
9
  import {
10
+ AuthorizedTokenIssuer,
10
11
  Cluster,
11
12
  ClusterSecurityGroup,
12
13
  NamespaceIdentifierUnion,
14
+ Parameter,
13
15
  RedshiftIdcApplication,
14
16
  ReservedNode,
15
17
  ResourcePolicy,
16
18
  ScheduledActionType,
19
+ ServiceIntegrationsUnion,
17
20
  Snapshot,
18
21
  TableRestoreStatus,
19
- AuthorizedTokenIssuer,
20
- Parameter,
21
- ServiceIntegrationsUnion,
22
22
  } from "./models_0";
23
23
  export interface ModifyLakehouseConfigurationMessage {
24
24
  ClusterIdentifier: string | undefined;
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeClustersCommandInput } from "../commands/DescribeClustersCommand";
3
- import { RedshiftClient } from "../RedshiftClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeClustersCommandInput } from "../commands/DescribeClustersCommand";
3
+ import type { RedshiftClient } from "../RedshiftClient";
4
4
  /**
5
5
  *
6
6
  * @deprecated Use waitUntilClusterAvailable instead. waitForClusterAvailable does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeClustersCommandInput } from "../commands/DescribeClustersCommand";
3
- import { RedshiftClient } from "../RedshiftClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeClustersCommandInput } from "../commands/DescribeClustersCommand";
3
+ import type { RedshiftClient } from "../RedshiftClient";
4
4
  /**
5
5
  *
6
6
  * @deprecated Use waitUntilClusterDeleted instead. waitForClusterDeleted does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeClustersCommandInput } from "../commands/DescribeClustersCommand";
3
- import { RedshiftClient } from "../RedshiftClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeClustersCommandInput } from "../commands/DescribeClustersCommand";
3
+ import type { RedshiftClient } from "../RedshiftClient";
4
4
  /**
5
5
  *
6
6
  * @deprecated Use waitUntilClusterRestored instead. waitForClusterRestored does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeClusterSnapshotsCommandInput } from "../commands/DescribeClusterSnapshotsCommand";
3
- import { RedshiftClient } from "../RedshiftClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeClusterSnapshotsCommandInput } from "../commands/DescribeClusterSnapshotsCommand";
3
+ import type { RedshiftClient } from "../RedshiftClient";
4
4
  /**
5
5
  *
6
6
  * @deprecated Use waitUntilSnapshotAvailable instead. waitForSnapshotAvailable does not throw error in non-success cases.
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.1019.0",
4
+ "version": "3.1021.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-redshift",
@@ -23,43 +23,43 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.25",
27
- "@aws-sdk/credential-provider-node": "^3.972.27",
26
+ "@aws-sdk/core": "^3.973.26",
27
+ "@aws-sdk/credential-provider-node": "^3.972.29",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
31
- "@aws-sdk/middleware-user-agent": "^3.972.26",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.10",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.12",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
37
37
  "@smithy/config-resolver": "^4.4.13",
38
- "@smithy/core": "^3.23.12",
38
+ "@smithy/core": "^3.23.13",
39
39
  "@smithy/fetch-http-handler": "^5.3.15",
40
40
  "@smithy/hash-node": "^4.2.12",
41
41
  "@smithy/invalid-dependency": "^4.2.12",
42
42
  "@smithy/middleware-content-length": "^4.2.12",
43
- "@smithy/middleware-endpoint": "^4.4.27",
44
- "@smithy/middleware-retry": "^4.4.44",
45
- "@smithy/middleware-serde": "^4.2.15",
43
+ "@smithy/middleware-endpoint": "^4.4.28",
44
+ "@smithy/middleware-retry": "^4.4.46",
45
+ "@smithy/middleware-serde": "^4.2.16",
46
46
  "@smithy/middleware-stack": "^4.2.12",
47
47
  "@smithy/node-config-provider": "^4.3.12",
48
- "@smithy/node-http-handler": "^4.5.0",
48
+ "@smithy/node-http-handler": "^4.5.1",
49
49
  "@smithy/protocol-http": "^5.3.12",
50
- "@smithy/smithy-client": "^4.12.7",
50
+ "@smithy/smithy-client": "^4.12.8",
51
51
  "@smithy/types": "^4.13.1",
52
52
  "@smithy/url-parser": "^4.2.12",
53
53
  "@smithy/util-base64": "^4.3.2",
54
54
  "@smithy/util-body-length-browser": "^4.2.2",
55
55
  "@smithy/util-body-length-node": "^4.2.3",
56
- "@smithy/util-defaults-mode-browser": "^4.3.43",
57
- "@smithy/util-defaults-mode-node": "^4.2.47",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
57
+ "@smithy/util-defaults-mode-node": "^4.2.48",
58
58
  "@smithy/util-endpoints": "^3.3.3",
59
59
  "@smithy/util-middleware": "^4.2.12",
60
- "@smithy/util-retry": "^4.2.12",
60
+ "@smithy/util-retry": "^4.2.13",
61
61
  "@smithy/util-utf8": "^4.2.2",
62
- "@smithy/util-waiter": "^4.2.13",
62
+ "@smithy/util-waiter": "^4.2.14",
63
63
  "tslib": "^2.6.2"
64
64
  },
65
65
  "devDependencies": {