@aws-sdk/client-bcm-data-exports 3.649.0 → 3.650.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 +12 -36
- package/dist-es/commands/CreateExportCommand.js +1 -3
- package/dist-es/commands/DeleteExportCommand.js +1 -3
- package/dist-es/commands/GetExecutionCommand.js +1 -3
- package/dist-es/commands/GetExportCommand.js +1 -3
- package/dist-es/commands/GetTableCommand.js +1 -3
- package/dist-es/commands/ListExecutionsCommand.js +1 -3
- package/dist-es/commands/ListExportsCommand.js +1 -3
- package/dist-es/commands/ListTablesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateExportCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -770,9 +770,7 @@ function sharedHeaders(operation) {
|
|
|
770
770
|
__name(sharedHeaders, "sharedHeaders");
|
|
771
771
|
|
|
772
772
|
// src/commands/CreateExportCommand.ts
|
|
773
|
-
var _CreateExportCommand = class _CreateExportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
774
|
-
...commonParams
|
|
775
|
-
}).m(function(Command, cs, config, o) {
|
|
773
|
+
var _CreateExportCommand = class _CreateExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
776
774
|
return [
|
|
777
775
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
778
776
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -786,9 +784,7 @@ var CreateExportCommand = _CreateExportCommand;
|
|
|
786
784
|
|
|
787
785
|
|
|
788
786
|
|
|
789
|
-
var _DeleteExportCommand = class _DeleteExportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
790
|
-
...commonParams
|
|
791
|
-
}).m(function(Command, cs, config, o) {
|
|
787
|
+
var _DeleteExportCommand = class _DeleteExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
792
788
|
return [
|
|
793
789
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
794
790
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -802,9 +798,7 @@ var DeleteExportCommand = _DeleteExportCommand;
|
|
|
802
798
|
|
|
803
799
|
|
|
804
800
|
|
|
805
|
-
var _GetExecutionCommand = class _GetExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
806
|
-
...commonParams
|
|
807
|
-
}).m(function(Command, cs, config, o) {
|
|
801
|
+
var _GetExecutionCommand = class _GetExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
808
802
|
return [
|
|
809
803
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
810
804
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -818,9 +812,7 @@ var GetExecutionCommand = _GetExecutionCommand;
|
|
|
818
812
|
|
|
819
813
|
|
|
820
814
|
|
|
821
|
-
var _GetExportCommand = class _GetExportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
822
|
-
...commonParams
|
|
823
|
-
}).m(function(Command, cs, config, o) {
|
|
815
|
+
var _GetExportCommand = class _GetExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
824
816
|
return [
|
|
825
817
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
826
818
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -834,9 +826,7 @@ var GetExportCommand = _GetExportCommand;
|
|
|
834
826
|
|
|
835
827
|
|
|
836
828
|
|
|
837
|
-
var _GetTableCommand = class _GetTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
838
|
-
...commonParams
|
|
839
|
-
}).m(function(Command, cs, config, o) {
|
|
829
|
+
var _GetTableCommand = class _GetTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
840
830
|
return [
|
|
841
831
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
842
832
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -850,9 +840,7 @@ var GetTableCommand = _GetTableCommand;
|
|
|
850
840
|
|
|
851
841
|
|
|
852
842
|
|
|
853
|
-
var _ListExecutionsCommand = class _ListExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
854
|
-
...commonParams
|
|
855
|
-
}).m(function(Command, cs, config, o) {
|
|
843
|
+
var _ListExecutionsCommand = class _ListExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
856
844
|
return [
|
|
857
845
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
858
846
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -866,9 +854,7 @@ var ListExecutionsCommand = _ListExecutionsCommand;
|
|
|
866
854
|
|
|
867
855
|
|
|
868
856
|
|
|
869
|
-
var _ListExportsCommand = class _ListExportsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
870
|
-
...commonParams
|
|
871
|
-
}).m(function(Command, cs, config, o) {
|
|
857
|
+
var _ListExportsCommand = class _ListExportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
872
858
|
return [
|
|
873
859
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
874
860
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -882,9 +868,7 @@ var ListExportsCommand = _ListExportsCommand;
|
|
|
882
868
|
|
|
883
869
|
|
|
884
870
|
|
|
885
|
-
var _ListTablesCommand = class _ListTablesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
886
|
-
...commonParams
|
|
887
|
-
}).m(function(Command, cs, config, o) {
|
|
871
|
+
var _ListTablesCommand = class _ListTablesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
888
872
|
return [
|
|
889
873
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
890
874
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -898,9 +882,7 @@ var ListTablesCommand = _ListTablesCommand;
|
|
|
898
882
|
|
|
899
883
|
|
|
900
884
|
|
|
901
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
902
|
-
...commonParams
|
|
903
|
-
}).m(function(Command, cs, config, o) {
|
|
885
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
904
886
|
return [
|
|
905
887
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
906
888
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -914,9 +896,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
914
896
|
|
|
915
897
|
|
|
916
898
|
|
|
917
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
918
|
-
...commonParams
|
|
919
|
-
}).m(function(Command, cs, config, o) {
|
|
899
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
920
900
|
return [
|
|
921
901
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
922
902
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -930,9 +910,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
930
910
|
|
|
931
911
|
|
|
932
912
|
|
|
933
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
934
|
-
...commonParams
|
|
935
|
-
}).m(function(Command, cs, config, o) {
|
|
913
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
936
914
|
return [
|
|
937
915
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
938
916
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -946,9 +924,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
946
924
|
|
|
947
925
|
|
|
948
926
|
|
|
949
|
-
var _UpdateExportCommand = class _UpdateExportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
950
|
-
...commonParams
|
|
951
|
-
}).m(function(Command, cs, config, o) {
|
|
927
|
+
var _UpdateExportCommand = class _UpdateExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
952
928
|
return [
|
|
953
929
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
954
930
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateExportCommand, se_CreateExportCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateExportCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteExportCommand, se_DeleteExportCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteExportCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetExecutionCommand, se_GetExecutionCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetExecutionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetExportCommand, se_GetExportCommand } from "../protocols/Aws_json1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetExportCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTableCommand, se_GetTableCommand } from "../protocols/Aws_json1_1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTableCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListExecutionsCommand, se_ListExecutionsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListExecutionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListExportsCommand, se_ListExportsCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListExportsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTablesCommand, se_ListTablesCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTablesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateExportCommand, se_UpdateExportCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateExportCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.
|
|
4
|
+
"version": "3.650.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": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|