@aws-sdk/client-redshift-serverless 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +37 -36
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -4808,14 +4808,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4808
4808
  // Annotate the CommonJS export names for ESM import in node:
4809
4809
 
4810
4810
  0 && (module.exports = {
4811
- AccessDeniedException,
4812
- ConflictException,
4811
+ RedshiftServerlessServiceException,
4812
+ __Client,
4813
+ RedshiftServerlessClient,
4814
+ RedshiftServerless,
4815
+ $Command,
4813
4816
  ConvertRecoveryPointToSnapshotCommand,
4814
4817
  CreateCustomDomainAssociationCommand,
4815
4818
  CreateEndpointAccessCommand,
4816
4819
  CreateNamespaceCommand,
4817
- CreateNamespaceRequestFilterSensitiveLog,
4818
- CreateNamespaceResponseFilterSensitiveLog,
4819
4820
  CreateScheduledActionCommand,
4820
4821
  CreateSnapshotCommand,
4821
4822
  CreateSnapshotCopyConfigurationCommand,
@@ -4824,7 +4825,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4824
4825
  DeleteCustomDomainAssociationCommand,
4825
4826
  DeleteEndpointAccessCommand,
4826
4827
  DeleteNamespaceCommand,
4827
- DeleteNamespaceResponseFilterSensitiveLog,
4828
4828
  DeleteResourcePolicyCommand,
4829
4829
  DeleteScheduledActionCommand,
4830
4830
  DeleteSnapshotCommand,
@@ -4832,11 +4832,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4832
4832
  DeleteUsageLimitCommand,
4833
4833
  DeleteWorkgroupCommand,
4834
4834
  GetCredentialsCommand,
4835
- GetCredentialsResponseFilterSensitiveLog,
4836
4835
  GetCustomDomainAssociationCommand,
4837
4836
  GetEndpointAccessCommand,
4838
4837
  GetNamespaceCommand,
4839
- GetNamespaceResponseFilterSensitiveLog,
4840
4838
  GetRecoveryPointCommand,
4841
4839
  GetResourcePolicyCommand,
4842
4840
  GetScheduledActionCommand,
@@ -4844,13 +4842,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4844
4842
  GetTableRestoreStatusCommand,
4845
4843
  GetUsageLimitCommand,
4846
4844
  GetWorkgroupCommand,
4847
- InsufficientCapacityException,
4848
- InternalServerException,
4849
- InvalidPaginationException,
4850
4845
  ListCustomDomainAssociationsCommand,
4851
4846
  ListEndpointAccessCommand,
4852
4847
  ListNamespacesCommand,
4853
- ListNamespacesResponseFilterSensitiveLog,
4854
4848
  ListRecoveryPointsCommand,
4855
4849
  ListScheduledActionsCommand,
4856
4850
  ListSnapshotCopyConfigurationsCommand,
@@ -4859,45 +4853,21 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4859
4853
  ListTagsForResourceCommand,
4860
4854
  ListUsageLimitsCommand,
4861
4855
  ListWorkgroupsCommand,
4862
- LogExport,
4863
- NamespaceFilterSensitiveLog,
4864
- NamespaceStatus,
4865
4856
  PutResourcePolicyCommand,
4866
- RedshiftServerless,
4867
- RedshiftServerlessClient,
4868
- RedshiftServerlessServiceException,
4869
- ResourceNotFoundException,
4870
4857
  RestoreFromRecoveryPointCommand,
4871
- RestoreFromRecoveryPointResponseFilterSensitiveLog,
4872
4858
  RestoreFromSnapshotCommand,
4873
- RestoreFromSnapshotResponseFilterSensitiveLog,
4874
4859
  RestoreTableFromRecoveryPointCommand,
4875
4860
  RestoreTableFromSnapshotCommand,
4876
- Schedule,
4877
- ServiceQuotaExceededException,
4878
- SnapshotStatus,
4879
- State,
4880
4861
  TagResourceCommand,
4881
- TargetAction,
4882
- ThrottlingException,
4883
- TooManyTagsException,
4884
4862
  UntagResourceCommand,
4885
4863
  UpdateCustomDomainAssociationCommand,
4886
4864
  UpdateEndpointAccessCommand,
4887
4865
  UpdateNamespaceCommand,
4888
- UpdateNamespaceRequestFilterSensitiveLog,
4889
- UpdateNamespaceResponseFilterSensitiveLog,
4890
4866
  UpdateScheduledActionCommand,
4891
4867
  UpdateSnapshotCommand,
4892
4868
  UpdateSnapshotCopyConfigurationCommand,
4893
4869
  UpdateUsageLimitCommand,
4894
4870
  UpdateWorkgroupCommand,
4895
- UsageLimitBreachAction,
4896
- UsageLimitPeriod,
4897
- UsageLimitUsageType,
4898
- ValidationException,
4899
- WorkgroupStatus,
4900
- __Client,
4901
4871
  paginateListCustomDomainAssociations,
4902
4872
  paginateListEndpointAccess,
4903
4873
  paginateListNamespaces,
@@ -4907,6 +4877,37 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4907
4877
  paginateListSnapshots,
4908
4878
  paginateListTableRestoreStatus,
4909
4879
  paginateListUsageLimits,
4910
- 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
4911
4912
  });
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.496.0",
4
+ "version": "3.501.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,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.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",