@aws-sdk/client-redshift 3.699.0 → 3.709.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 (46) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +249 -27
  3. package/dist-es/Redshift.js +4 -0
  4. package/dist-es/commands/DeregisterNamespaceCommand.js +22 -0
  5. package/dist-es/commands/RegisterNamespaceCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +13 -0
  8. package/dist-es/models/models_1.js +4 -0
  9. package/dist-es/protocols/Aws_query.js +191 -28
  10. package/dist-types/Redshift.d.ts +14 -0
  11. package/dist-types/RedshiftClient.d.ts +4 -2
  12. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +1 -0
  13. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateClusterCommand.d.ts +22 -0
  15. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +1 -0
  16. package/dist-types/commands/DeregisterNamespaceCommand.d.ts +93 -0
  17. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeDataSharesCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +1 -0
  24. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +1 -0
  25. package/dist-types/commands/ModifyClusterCommand.d.ts +22 -0
  26. package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +22 -0
  27. package/dist-types/commands/RegisterNamespaceCommand.d.ts +92 -0
  28. package/dist-types/commands/RejectDataShareCommand.d.ts +1 -0
  29. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +22 -0
  30. package/dist-types/commands/index.d.ts +2 -0
  31. package/dist-types/models/models_0.d.ts +64 -79
  32. package/dist-types/models/models_1.d.ts +171 -1
  33. package/dist-types/protocols/Aws_query.d.ts +18 -0
  34. package/dist-types/ts3.4/Redshift.d.ts +34 -0
  35. package/dist-types/ts3.4/RedshiftClient.d.ts +12 -0
  36. package/dist-types/ts3.4/commands/DeregisterNamespaceCommand.d.ts +49 -0
  37. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +2 -4
  38. package/dist-types/ts3.4/commands/DescribeAuthenticationProfilesCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/DescribeClusterDbRevisionsCommand.d.ts +2 -4
  40. package/dist-types/ts3.4/commands/DescribeClusterParameterGroupsCommand.d.ts +2 -4
  41. package/dist-types/ts3.4/commands/RegisterNamespaceCommand.d.ts +51 -0
  42. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  43. package/dist-types/ts3.4/models/models_0.d.ts +40 -18
  44. package/dist-types/ts3.4/models/models_1.d.ts +39 -0
  45. package/dist-types/ts3.4/protocols/Aws_query.d.ts +24 -0
  46. package/package.json +36 -36
@@ -203,6 +203,10 @@ import {
203
203
  DeleteUsageLimitCommandInput,
204
204
  DeleteUsageLimitCommandOutput,
205
205
  } from "../commands/DeleteUsageLimitCommand";
206
+ import {
207
+ DeregisterNamespaceCommandInput,
208
+ DeregisterNamespaceCommandOutput,
209
+ } from "../commands/DeregisterNamespaceCommand";
206
210
  import {
207
211
  DescribeAccountAttributesCommandInput,
208
212
  DescribeAccountAttributesCommandOutput,
@@ -507,6 +511,10 @@ import {
507
511
  RebootClusterCommandInput,
508
512
  RebootClusterCommandOutput,
509
513
  } from "../commands/RebootClusterCommand";
514
+ import {
515
+ RegisterNamespaceCommandInput,
516
+ RegisterNamespaceCommandOutput,
517
+ } from "../commands/RegisterNamespaceCommand";
510
518
  import {
511
519
  RejectDataShareCommandInput,
512
520
  RejectDataShareCommandOutput,
@@ -751,6 +759,10 @@ export declare const se_DeleteUsageLimitCommand: (
751
759
  input: DeleteUsageLimitCommandInput,
752
760
  context: __SerdeContext
753
761
  ) => Promise<__HttpRequest>;
762
+ export declare const se_DeregisterNamespaceCommand: (
763
+ input: DeregisterNamespaceCommandInput,
764
+ context: __SerdeContext
765
+ ) => Promise<__HttpRequest>;
754
766
  export declare const se_DescribeAccountAttributesCommand: (
755
767
  input: DescribeAccountAttributesCommandInput,
756
768
  context: __SerdeContext
@@ -1055,6 +1067,10 @@ export declare const se_RebootClusterCommand: (
1055
1067
  input: RebootClusterCommandInput,
1056
1068
  context: __SerdeContext
1057
1069
  ) => Promise<__HttpRequest>;
1070
+ export declare const se_RegisterNamespaceCommand: (
1071
+ input: RegisterNamespaceCommandInput,
1072
+ context: __SerdeContext
1073
+ ) => Promise<__HttpRequest>;
1058
1074
  export declare const se_RejectDataShareCommand: (
1059
1075
  input: RejectDataShareCommandInput,
1060
1076
  context: __SerdeContext
@@ -1299,6 +1315,10 @@ export declare const de_DeleteUsageLimitCommand: (
1299
1315
  output: __HttpResponse,
1300
1316
  context: __SerdeContext
1301
1317
  ) => Promise<DeleteUsageLimitCommandOutput>;
1318
+ export declare const de_DeregisterNamespaceCommand: (
1319
+ output: __HttpResponse,
1320
+ context: __SerdeContext
1321
+ ) => Promise<DeregisterNamespaceCommandOutput>;
1302
1322
  export declare const de_DescribeAccountAttributesCommand: (
1303
1323
  output: __HttpResponse,
1304
1324
  context: __SerdeContext
@@ -1603,6 +1623,10 @@ export declare const de_RebootClusterCommand: (
1603
1623
  output: __HttpResponse,
1604
1624
  context: __SerdeContext
1605
1625
  ) => Promise<RebootClusterCommandOutput>;
1626
+ export declare const de_RegisterNamespaceCommand: (
1627
+ output: __HttpResponse,
1628
+ context: __SerdeContext
1629
+ ) => Promise<RegisterNamespaceCommandOutput>;
1606
1630
  export declare const de_RejectDataShareCommand: (
1607
1631
  output: __HttpResponse,
1608
1632
  context: __SerdeContext
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.699.0",
4
+ "version": "3.709.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-redshift",
@@ -20,45 +20,45 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.699.0",
24
- "@aws-sdk/client-sts": "3.699.0",
25
- "@aws-sdk/core": "3.696.0",
26
- "@aws-sdk/credential-provider-node": "3.699.0",
27
- "@aws-sdk/middleware-host-header": "3.696.0",
28
- "@aws-sdk/middleware-logger": "3.696.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.696.0",
30
- "@aws-sdk/middleware-user-agent": "3.696.0",
31
- "@aws-sdk/region-config-resolver": "3.696.0",
32
- "@aws-sdk/types": "3.696.0",
33
- "@aws-sdk/util-endpoints": "3.696.0",
34
- "@aws-sdk/util-user-agent-browser": "3.696.0",
35
- "@aws-sdk/util-user-agent-node": "3.696.0",
36
- "@smithy/config-resolver": "^3.0.12",
37
- "@smithy/core": "^2.5.3",
38
- "@smithy/fetch-http-handler": "^4.1.1",
39
- "@smithy/hash-node": "^3.0.10",
40
- "@smithy/invalid-dependency": "^3.0.10",
41
- "@smithy/middleware-content-length": "^3.0.12",
42
- "@smithy/middleware-endpoint": "^3.2.3",
43
- "@smithy/middleware-retry": "^3.0.27",
44
- "@smithy/middleware-serde": "^3.0.10",
45
- "@smithy/middleware-stack": "^3.0.10",
46
- "@smithy/node-config-provider": "^3.1.11",
47
- "@smithy/node-http-handler": "^3.3.1",
48
- "@smithy/protocol-http": "^4.1.7",
49
- "@smithy/smithy-client": "^3.4.4",
50
- "@smithy/types": "^3.7.1",
51
- "@smithy/url-parser": "^3.0.10",
23
+ "@aws-sdk/client-sso-oidc": "3.709.0",
24
+ "@aws-sdk/client-sts": "3.709.0",
25
+ "@aws-sdk/core": "3.709.0",
26
+ "@aws-sdk/credential-provider-node": "3.709.0",
27
+ "@aws-sdk/middleware-host-header": "3.709.0",
28
+ "@aws-sdk/middleware-logger": "3.709.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.709.0",
30
+ "@aws-sdk/middleware-user-agent": "3.709.0",
31
+ "@aws-sdk/region-config-resolver": "3.709.0",
32
+ "@aws-sdk/types": "3.709.0",
33
+ "@aws-sdk/util-endpoints": "3.709.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.709.0",
35
+ "@aws-sdk/util-user-agent-node": "3.709.0",
36
+ "@smithy/config-resolver": "^3.0.13",
37
+ "@smithy/core": "^2.5.5",
38
+ "@smithy/fetch-http-handler": "^4.1.2",
39
+ "@smithy/hash-node": "^3.0.11",
40
+ "@smithy/invalid-dependency": "^3.0.11",
41
+ "@smithy/middleware-content-length": "^3.0.13",
42
+ "@smithy/middleware-endpoint": "^3.2.5",
43
+ "@smithy/middleware-retry": "^3.0.30",
44
+ "@smithy/middleware-serde": "^3.0.11",
45
+ "@smithy/middleware-stack": "^3.0.11",
46
+ "@smithy/node-config-provider": "^3.1.12",
47
+ "@smithy/node-http-handler": "^3.3.2",
48
+ "@smithy/protocol-http": "^4.1.8",
49
+ "@smithy/smithy-client": "^3.5.0",
50
+ "@smithy/types": "^3.7.2",
51
+ "@smithy/url-parser": "^3.0.11",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.27",
56
- "@smithy/util-defaults-mode-node": "^3.0.27",
57
- "@smithy/util-endpoints": "^2.1.6",
58
- "@smithy/util-middleware": "^3.0.10",
59
- "@smithy/util-retry": "^3.0.10",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.30",
56
+ "@smithy/util-defaults-mode-node": "^3.0.30",
57
+ "@smithy/util-endpoints": "^2.1.7",
58
+ "@smithy/util-middleware": "^3.0.11",
59
+ "@smithy/util-retry": "^3.0.11",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
- "@smithy/util-waiter": "^3.1.9",
61
+ "@smithy/util-waiter": "^3.2.0",
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "devDependencies": {