@aws-sdk/client-bcm-data-exports 3.590.0 → 3.596.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 (29) hide show
  1. package/dist-cjs/index.js +0 -12
  2. package/dist-types/commands/CreateExportCommand.d.ts +2 -1
  3. package/dist-types/commands/DeleteExportCommand.d.ts +2 -1
  4. package/dist-types/commands/GetExecutionCommand.d.ts +2 -1
  5. package/dist-types/commands/GetExportCommand.d.ts +2 -1
  6. package/dist-types/commands/GetTableCommand.d.ts +2 -1
  7. package/dist-types/commands/ListExecutionsCommand.d.ts +2 -1
  8. package/dist-types/commands/ListExportsCommand.d.ts +2 -1
  9. package/dist-types/commands/ListTablesCommand.d.ts +2 -1
  10. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  11. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  12. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  13. package/dist-types/commands/UpdateExportCommand.d.ts +2 -1
  14. package/dist-types/index.d.ts +2 -2
  15. package/dist-types/models/BCMDataExportsServiceException.d.ts +2 -1
  16. package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +2 -1
  17. package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +2 -1
  18. package/dist-types/ts3.4/commands/GetExecutionCommand.d.ts +2 -1
  19. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +2 -1
  20. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/models/BCMDataExportsServiceException.d.ts +2 -1
  29. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -205,7 +205,6 @@ var BCMDataExportsClient = _BCMDataExportsClient;
205
205
 
206
206
  var import_middleware_serde = require("@smithy/middleware-serde");
207
207
 
208
- var import_types = require("@smithy/types");
209
208
 
210
209
  // src/protocols/Aws_json1_1.ts
211
210
  var import_core2 = require("@aws-sdk/core");
@@ -793,7 +792,6 @@ var CreateExportCommand = _CreateExportCommand;
793
792
 
794
793
 
795
794
 
796
-
797
795
  var _DeleteExportCommand = class _DeleteExportCommand extends import_smithy_client.Command.classBuilder().ep({
798
796
  ...commonParams
799
797
  }).m(function(Command, cs, config, o) {
@@ -810,7 +808,6 @@ var DeleteExportCommand = _DeleteExportCommand;
810
808
 
811
809
 
812
810
 
813
-
814
811
  var _GetExecutionCommand = class _GetExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
815
812
  ...commonParams
816
813
  }).m(function(Command, cs, config, o) {
@@ -827,7 +824,6 @@ var GetExecutionCommand = _GetExecutionCommand;
827
824
 
828
825
 
829
826
 
830
-
831
827
  var _GetExportCommand = class _GetExportCommand extends import_smithy_client.Command.classBuilder().ep({
832
828
  ...commonParams
833
829
  }).m(function(Command, cs, config, o) {
@@ -844,7 +840,6 @@ var GetExportCommand = _GetExportCommand;
844
840
 
845
841
 
846
842
 
847
-
848
843
  var _GetTableCommand = class _GetTableCommand extends import_smithy_client.Command.classBuilder().ep({
849
844
  ...commonParams
850
845
  }).m(function(Command, cs, config, o) {
@@ -861,7 +856,6 @@ var GetTableCommand = _GetTableCommand;
861
856
 
862
857
 
863
858
 
864
-
865
859
  var _ListExecutionsCommand = class _ListExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
866
860
  ...commonParams
867
861
  }).m(function(Command, cs, config, o) {
@@ -878,7 +872,6 @@ var ListExecutionsCommand = _ListExecutionsCommand;
878
872
 
879
873
 
880
874
 
881
-
882
875
  var _ListExportsCommand = class _ListExportsCommand extends import_smithy_client.Command.classBuilder().ep({
883
876
  ...commonParams
884
877
  }).m(function(Command, cs, config, o) {
@@ -895,7 +888,6 @@ var ListExportsCommand = _ListExportsCommand;
895
888
 
896
889
 
897
890
 
898
-
899
891
  var _ListTablesCommand = class _ListTablesCommand extends import_smithy_client.Command.classBuilder().ep({
900
892
  ...commonParams
901
893
  }).m(function(Command, cs, config, o) {
@@ -912,7 +904,6 @@ var ListTablesCommand = _ListTablesCommand;
912
904
 
913
905
 
914
906
 
915
-
916
907
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
917
908
  ...commonParams
918
909
  }).m(function(Command, cs, config, o) {
@@ -929,7 +920,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
929
920
 
930
921
 
931
922
 
932
-
933
923
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
934
924
  ...commonParams
935
925
  }).m(function(Command, cs, config, o) {
@@ -946,7 +936,6 @@ var TagResourceCommand = _TagResourceCommand;
946
936
 
947
937
 
948
938
 
949
-
950
939
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
951
940
  ...commonParams
952
941
  }).m(function(Command, cs, config, o) {
@@ -963,7 +952,6 @@ var UntagResourceCommand = _UntagResourceCommand;
963
952
 
964
953
 
965
954
 
966
-
967
955
  var _UpdateExportCommand = class _UpdateExportCommand extends import_smithy_client.Command.classBuilder().ep({
968
956
  ...commonParams
969
957
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateExportRequest, CreateExportResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteExportRequest, DeleteExportResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetExecutionRequest, GetExecutionResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetExportRequest, GetExportResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetTableRequest, GetTableResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListExecutionsRequest, ListExecutionsResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListExportsRequest, ListExportsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTablesRequest, ListTablesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateExportRequest, UpdateExportResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -13,8 +13,8 @@
13
13
  export * from "./BCMDataExportsClient";
14
14
  export * from "./BCMDataExports";
15
15
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
16
- export { RuntimeExtension } from "./runtimeExtensions";
17
- export { BCMDataExportsExtensionConfiguration } from "./extensionConfiguration";
16
+ export type { RuntimeExtension } from "./runtimeExtensions";
17
+ export type { BCMDataExportsExtensionConfiguration } from "./extensionConfiguration";
18
18
  export * from "./commands";
19
19
  export * from "./pagination";
20
20
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BCMDataExportsClient";
8
8
  import { CreateExportRequest, CreateExportResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateExportCommandInput extends CreateExportRequest {}
11
12
  export interface CreateExportCommandOutput
12
13
  extends CreateExportResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BCMDataExportsClient";
8
8
  import { DeleteExportRequest, DeleteExportResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteExportCommandInput extends DeleteExportRequest {}
11
12
  export interface DeleteExportCommandOutput
12
13
  extends DeleteExportResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BCMDataExportsClient";
8
8
  import { GetExecutionRequest, GetExecutionResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetExecutionCommandInput extends GetExecutionRequest {}
11
12
  export interface GetExecutionCommandOutput
12
13
  extends GetExecutionResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BCMDataExportsClient";
8
8
  import { GetExportRequest, GetExportResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetExportCommandInput extends GetExportRequest {}
11
12
  export interface GetExportCommandOutput
12
13
  extends GetExportResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BCMDataExportsClient";
8
8
  import { GetTableRequest, GetTableResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetTableCommandInput extends GetTableRequest {}
11
12
  export interface GetTableCommandOutput
12
13
  extends GetTableResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListExecutionsRequest,
10
10
  ListExecutionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListExecutionsCommandInput extends ListExecutionsRequest {}
14
15
  export interface ListExecutionsCommandOutput
15
16
  extends ListExecutionsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BCMDataExportsClient";
8
8
  import { ListExportsRequest, ListExportsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListExportsCommandInput extends ListExportsRequest {}
11
12
  export interface ListExportsCommandOutput
12
13
  extends ListExportsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BCMDataExportsClient";
8
8
  import { ListTablesRequest, ListTablesResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListTablesCommandInput extends ListTablesRequest {}
11
12
  export interface ListTablesCommandOutput
12
13
  extends ListTablesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BCMDataExportsClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BCMDataExportsClient";
8
8
  import { UpdateExportRequest, UpdateExportResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateExportCommandInput extends UpdateExportRequest {}
11
12
  export interface UpdateExportCommandOutput
12
13
  extends UpdateExportResponse,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class BCMDataExportsServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.596.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",
@@ -20,10 +20,10 @@
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-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",