@aws-sdk/client-redshift-serverless 3.495.0 → 3.499.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.
- package/dist-cjs/index.js +39 -36
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -4806,15 +4806,17 @@ var paginateListWorkgroups = (0, import_core11.createPaginator)(RedshiftServerle
|
|
|
4806
4806
|
// src/index.ts
|
|
4807
4807
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
4808
4808
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4809
|
+
|
|
4809
4810
|
0 && (module.exports = {
|
|
4810
|
-
|
|
4811
|
-
|
|
4811
|
+
RedshiftServerlessServiceException,
|
|
4812
|
+
__Client,
|
|
4813
|
+
RedshiftServerlessClient,
|
|
4814
|
+
RedshiftServerless,
|
|
4815
|
+
$Command,
|
|
4812
4816
|
ConvertRecoveryPointToSnapshotCommand,
|
|
4813
4817
|
CreateCustomDomainAssociationCommand,
|
|
4814
4818
|
CreateEndpointAccessCommand,
|
|
4815
4819
|
CreateNamespaceCommand,
|
|
4816
|
-
CreateNamespaceRequestFilterSensitiveLog,
|
|
4817
|
-
CreateNamespaceResponseFilterSensitiveLog,
|
|
4818
4820
|
CreateScheduledActionCommand,
|
|
4819
4821
|
CreateSnapshotCommand,
|
|
4820
4822
|
CreateSnapshotCopyConfigurationCommand,
|
|
@@ -4823,7 +4825,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4823
4825
|
DeleteCustomDomainAssociationCommand,
|
|
4824
4826
|
DeleteEndpointAccessCommand,
|
|
4825
4827
|
DeleteNamespaceCommand,
|
|
4826
|
-
DeleteNamespaceResponseFilterSensitiveLog,
|
|
4827
4828
|
DeleteResourcePolicyCommand,
|
|
4828
4829
|
DeleteScheduledActionCommand,
|
|
4829
4830
|
DeleteSnapshotCommand,
|
|
@@ -4831,11 +4832,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4831
4832
|
DeleteUsageLimitCommand,
|
|
4832
4833
|
DeleteWorkgroupCommand,
|
|
4833
4834
|
GetCredentialsCommand,
|
|
4834
|
-
GetCredentialsResponseFilterSensitiveLog,
|
|
4835
4835
|
GetCustomDomainAssociationCommand,
|
|
4836
4836
|
GetEndpointAccessCommand,
|
|
4837
4837
|
GetNamespaceCommand,
|
|
4838
|
-
GetNamespaceResponseFilterSensitiveLog,
|
|
4839
4838
|
GetRecoveryPointCommand,
|
|
4840
4839
|
GetResourcePolicyCommand,
|
|
4841
4840
|
GetScheduledActionCommand,
|
|
@@ -4843,13 +4842,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4843
4842
|
GetTableRestoreStatusCommand,
|
|
4844
4843
|
GetUsageLimitCommand,
|
|
4845
4844
|
GetWorkgroupCommand,
|
|
4846
|
-
InsufficientCapacityException,
|
|
4847
|
-
InternalServerException,
|
|
4848
|
-
InvalidPaginationException,
|
|
4849
4845
|
ListCustomDomainAssociationsCommand,
|
|
4850
4846
|
ListEndpointAccessCommand,
|
|
4851
4847
|
ListNamespacesCommand,
|
|
4852
|
-
ListNamespacesResponseFilterSensitiveLog,
|
|
4853
4848
|
ListRecoveryPointsCommand,
|
|
4854
4849
|
ListScheduledActionsCommand,
|
|
4855
4850
|
ListSnapshotCopyConfigurationsCommand,
|
|
@@ -4858,45 +4853,21 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4858
4853
|
ListTagsForResourceCommand,
|
|
4859
4854
|
ListUsageLimitsCommand,
|
|
4860
4855
|
ListWorkgroupsCommand,
|
|
4861
|
-
LogExport,
|
|
4862
|
-
NamespaceFilterSensitiveLog,
|
|
4863
|
-
NamespaceStatus,
|
|
4864
4856
|
PutResourcePolicyCommand,
|
|
4865
|
-
RedshiftServerless,
|
|
4866
|
-
RedshiftServerlessClient,
|
|
4867
|
-
RedshiftServerlessServiceException,
|
|
4868
|
-
ResourceNotFoundException,
|
|
4869
4857
|
RestoreFromRecoveryPointCommand,
|
|
4870
|
-
RestoreFromRecoveryPointResponseFilterSensitiveLog,
|
|
4871
4858
|
RestoreFromSnapshotCommand,
|
|
4872
|
-
RestoreFromSnapshotResponseFilterSensitiveLog,
|
|
4873
4859
|
RestoreTableFromRecoveryPointCommand,
|
|
4874
4860
|
RestoreTableFromSnapshotCommand,
|
|
4875
|
-
Schedule,
|
|
4876
|
-
ServiceQuotaExceededException,
|
|
4877
|
-
SnapshotStatus,
|
|
4878
|
-
State,
|
|
4879
4861
|
TagResourceCommand,
|
|
4880
|
-
TargetAction,
|
|
4881
|
-
ThrottlingException,
|
|
4882
|
-
TooManyTagsException,
|
|
4883
4862
|
UntagResourceCommand,
|
|
4884
4863
|
UpdateCustomDomainAssociationCommand,
|
|
4885
4864
|
UpdateEndpointAccessCommand,
|
|
4886
4865
|
UpdateNamespaceCommand,
|
|
4887
|
-
UpdateNamespaceRequestFilterSensitiveLog,
|
|
4888
|
-
UpdateNamespaceResponseFilterSensitiveLog,
|
|
4889
4866
|
UpdateScheduledActionCommand,
|
|
4890
4867
|
UpdateSnapshotCommand,
|
|
4891
4868
|
UpdateSnapshotCopyConfigurationCommand,
|
|
4892
4869
|
UpdateUsageLimitCommand,
|
|
4893
4870
|
UpdateWorkgroupCommand,
|
|
4894
|
-
UsageLimitBreachAction,
|
|
4895
|
-
UsageLimitPeriod,
|
|
4896
|
-
UsageLimitUsageType,
|
|
4897
|
-
ValidationException,
|
|
4898
|
-
WorkgroupStatus,
|
|
4899
|
-
__Client,
|
|
4900
4871
|
paginateListCustomDomainAssociations,
|
|
4901
4872
|
paginateListEndpointAccess,
|
|
4902
4873
|
paginateListNamespaces,
|
|
@@ -4906,5 +4877,37 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4906
4877
|
paginateListSnapshots,
|
|
4907
4878
|
paginateListTableRestoreStatus,
|
|
4908
4879
|
paginateListUsageLimits,
|
|
4909
|
-
paginateListWorkgroups
|
|
4880
|
+
paginateListWorkgroups,
|
|
4881
|
+
AccessDeniedException,
|
|
4882
|
+
ConflictException,
|
|
4883
|
+
SnapshotStatus,
|
|
4884
|
+
InternalServerException,
|
|
4885
|
+
ResourceNotFoundException,
|
|
4886
|
+
ServiceQuotaExceededException,
|
|
4887
|
+
TooManyTagsException,
|
|
4888
|
+
ValidationException,
|
|
4889
|
+
ThrottlingException,
|
|
4890
|
+
LogExport,
|
|
4891
|
+
NamespaceStatus,
|
|
4892
|
+
Schedule,
|
|
4893
|
+
TargetAction,
|
|
4894
|
+
State,
|
|
4895
|
+
UsageLimitBreachAction,
|
|
4896
|
+
UsageLimitPeriod,
|
|
4897
|
+
UsageLimitUsageType,
|
|
4898
|
+
WorkgroupStatus,
|
|
4899
|
+
InsufficientCapacityException,
|
|
4900
|
+
InvalidPaginationException,
|
|
4901
|
+
CreateNamespaceRequestFilterSensitiveLog,
|
|
4902
|
+
NamespaceFilterSensitiveLog,
|
|
4903
|
+
CreateNamespaceResponseFilterSensitiveLog,
|
|
4904
|
+
DeleteNamespaceResponseFilterSensitiveLog,
|
|
4905
|
+
GetCredentialsResponseFilterSensitiveLog,
|
|
4906
|
+
GetNamespaceResponseFilterSensitiveLog,
|
|
4907
|
+
ListNamespacesResponseFilterSensitiveLog,
|
|
4908
|
+
UpdateNamespaceRequestFilterSensitiveLog,
|
|
4909
|
+
UpdateNamespaceResponseFilterSensitiveLog,
|
|
4910
|
+
RestoreFromRecoveryPointResponseFilterSensitiveLog,
|
|
4911
|
+
RestoreFromSnapshotResponseFilterSensitiveLog
|
|
4910
4912
|
});
|
|
4913
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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-serverless",
|
|
@@ -20,47 +20,47 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
63
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
64
64
|
"@tsconfig/node14": "1.0.3",
|
|
65
65
|
"@types/node": "^14.14.31",
|
|
66
66
|
"concurrently": "7.0.0",
|