@aws-sdk/client-bcm-data-exports 3.758.0 → 3.772.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 +17 -17
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  BCMDataExports: () => BCMDataExports,
25
25
  BCMDataExportsClient: () => BCMDataExportsClient,
26
26
  BCMDataExportsServiceException: () => BCMDataExportsServiceException,
@@ -55,7 +55,7 @@ __export(src_exports, {
55
55
  paginateListExports: () => paginateListExports,
56
56
  paginateListTables: () => paginateListTables
57
57
  });
58
- module.exports = __toCommonJS(src_exports);
58
+ module.exports = __toCommonJS(index_exports);
59
59
 
60
60
  // src/BCMDataExportsClient.ts
61
61
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -180,9 +180,9 @@ var BCMDataExportsClient = class extends import_smithy_client.Client {
180
180
  this.middlewareStack.use(
181
181
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
182
182
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultBCMDataExportsHttpAuthSchemeParametersProvider,
183
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
183
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
184
184
  "aws.auth#sigv4": config.credentials
185
- })
185
+ }), "identityProviderConfigProvider")
186
186
  })
187
187
  );
188
188
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -739,7 +739,7 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
739
739
  var de_ExecutionReference = /* @__PURE__ */ __name((output, context) => {
740
740
  return (0, import_smithy_client.take)(output, {
741
741
  ExecutionId: import_smithy_client.expectString,
742
- ExecutionStatus: (_) => de_ExecutionStatus(_, context)
742
+ ExecutionStatus: /* @__PURE__ */ __name((_) => de_ExecutionStatus(_, context), "ExecutionStatus")
743
743
  });
744
744
  }, "de_ExecutionReference");
745
745
  var de_ExecutionReferenceList = /* @__PURE__ */ __name((output, context) => {
@@ -750,9 +750,9 @@ var de_ExecutionReferenceList = /* @__PURE__ */ __name((output, context) => {
750
750
  }, "de_ExecutionReferenceList");
751
751
  var de_ExecutionStatus = /* @__PURE__ */ __name((output, context) => {
752
752
  return (0, import_smithy_client.take)(output, {
753
- CompletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
754
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
755
- LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
753
+ CompletedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CompletedAt"),
754
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
755
+ LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "LastUpdatedAt"),
756
756
  StatusCode: import_smithy_client.expectString,
757
757
  StatusReason: import_smithy_client.expectString
758
758
  });
@@ -761,7 +761,7 @@ var de_ExportReference = /* @__PURE__ */ __name((output, context) => {
761
761
  return (0, import_smithy_client.take)(output, {
762
762
  ExportArn: import_smithy_client.expectString,
763
763
  ExportName: import_smithy_client.expectString,
764
- ExportStatus: (_) => de_ExportStatus(_, context)
764
+ ExportStatus: /* @__PURE__ */ __name((_) => de_ExportStatus(_, context), "ExportStatus")
765
765
  });
766
766
  }, "de_ExportReference");
767
767
  var de_ExportReferenceList = /* @__PURE__ */ __name((output, context) => {
@@ -772,9 +772,9 @@ var de_ExportReferenceList = /* @__PURE__ */ __name((output, context) => {
772
772
  }, "de_ExportReferenceList");
773
773
  var de_ExportStatus = /* @__PURE__ */ __name((output, context) => {
774
774
  return (0, import_smithy_client.take)(output, {
775
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
776
- LastRefreshedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
777
- LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
775
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
776
+ LastRefreshedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "LastRefreshedAt"),
777
+ LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "LastUpdatedAt"),
778
778
  StatusCode: import_smithy_client.expectString,
779
779
  StatusReason: import_smithy_client.expectString
780
780
  });
@@ -782,25 +782,25 @@ var de_ExportStatus = /* @__PURE__ */ __name((output, context) => {
782
782
  var de_GetExecutionResponse = /* @__PURE__ */ __name((output, context) => {
783
783
  return (0, import_smithy_client.take)(output, {
784
784
  ExecutionId: import_smithy_client.expectString,
785
- ExecutionStatus: (_) => de_ExecutionStatus(_, context),
785
+ ExecutionStatus: /* @__PURE__ */ __name((_) => de_ExecutionStatus(_, context), "ExecutionStatus"),
786
786
  Export: import_smithy_client._json
787
787
  });
788
788
  }, "de_GetExecutionResponse");
789
789
  var de_GetExportResponse = /* @__PURE__ */ __name((output, context) => {
790
790
  return (0, import_smithy_client.take)(output, {
791
791
  Export: import_smithy_client._json,
792
- ExportStatus: (_) => de_ExportStatus(_, context)
792
+ ExportStatus: /* @__PURE__ */ __name((_) => de_ExportStatus(_, context), "ExportStatus")
793
793
  });
794
794
  }, "de_GetExportResponse");
795
795
  var de_ListExecutionsResponse = /* @__PURE__ */ __name((output, context) => {
796
796
  return (0, import_smithy_client.take)(output, {
797
- Executions: (_) => de_ExecutionReferenceList(_, context),
797
+ Executions: /* @__PURE__ */ __name((_) => de_ExecutionReferenceList(_, context), "Executions"),
798
798
  NextToken: import_smithy_client.expectString
799
799
  });
800
800
  }, "de_ListExecutionsResponse");
801
801
  var de_ListExportsResponse = /* @__PURE__ */ __name((output, context) => {
802
802
  return (0, import_smithy_client.take)(output, {
803
- Exports: (_) => de_ExportReferenceList(_, context),
803
+ Exports: /* @__PURE__ */ __name((_) => de_ExportReferenceList(_, context), "Exports"),
804
804
  NextToken: import_smithy_client.expectString
805
805
  });
806
806
  }, "de_ListExportsResponse");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bcm-data-exports",
3
3
  "description": "AWS SDK for JavaScript Bcm Data Exports Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.772.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-bcm-data-exports",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",