@aws-sdk/client-bcm-data-exports 3.477.0 → 3.481.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 (65) hide show
  1. package/dist-cjs/commands/CreateExportCommand.js +18 -40
  2. package/dist-cjs/commands/DeleteExportCommand.js +18 -40
  3. package/dist-cjs/commands/GetExecutionCommand.js +18 -40
  4. package/dist-cjs/commands/GetExportCommand.js +18 -40
  5. package/dist-cjs/commands/GetTableCommand.js +18 -40
  6. package/dist-cjs/commands/ListExecutionsCommand.js +18 -40
  7. package/dist-cjs/commands/ListExportsCommand.js +18 -40
  8. package/dist-cjs/commands/ListTablesCommand.js +18 -40
  9. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -40
  10. package/dist-cjs/commands/TagResourceCommand.js +18 -40
  11. package/dist-cjs/commands/UntagResourceCommand.js +18 -40
  12. package/dist-cjs/commands/UpdateExportCommand.js +18 -40
  13. package/dist-cjs/endpoint/EndpointParameters.js +6 -1
  14. package/dist-cjs/pagination/ListExecutionsPaginator.js +2 -24
  15. package/dist-cjs/pagination/ListExportsPaginator.js +2 -24
  16. package/dist-cjs/pagination/ListTablesPaginator.js +2 -24
  17. package/dist-es/commands/CreateExportCommand.js +18 -40
  18. package/dist-es/commands/DeleteExportCommand.js +18 -40
  19. package/dist-es/commands/GetExecutionCommand.js +18 -40
  20. package/dist-es/commands/GetExportCommand.js +18 -40
  21. package/dist-es/commands/GetTableCommand.js +18 -40
  22. package/dist-es/commands/ListExecutionsCommand.js +18 -40
  23. package/dist-es/commands/ListExportsCommand.js +18 -40
  24. package/dist-es/commands/ListTablesCommand.js +18 -40
  25. package/dist-es/commands/ListTagsForResourceCommand.js +18 -40
  26. package/dist-es/commands/TagResourceCommand.js +18 -40
  27. package/dist-es/commands/UntagResourceCommand.js +18 -40
  28. package/dist-es/commands/UpdateExportCommand.js +18 -40
  29. package/dist-es/endpoint/EndpointParameters.js +5 -0
  30. package/dist-es/pagination/ListExecutionsPaginator.js +2 -23
  31. package/dist-es/pagination/ListExportsPaginator.js +2 -23
  32. package/dist-es/pagination/ListTablesPaginator.js +2 -23
  33. package/dist-types/commands/CreateExportCommand.d.ts +6 -21
  34. package/dist-types/commands/DeleteExportCommand.d.ts +6 -21
  35. package/dist-types/commands/GetExecutionCommand.d.ts +6 -21
  36. package/dist-types/commands/GetExportCommand.d.ts +6 -21
  37. package/dist-types/commands/GetTableCommand.d.ts +6 -21
  38. package/dist-types/commands/ListExecutionsCommand.d.ts +6 -21
  39. package/dist-types/commands/ListExportsCommand.d.ts +6 -21
  40. package/dist-types/commands/ListTablesCommand.d.ts +6 -21
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  42. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  43. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  44. package/dist-types/commands/UpdateExportCommand.d.ts +6 -21
  45. package/dist-types/endpoint/EndpointParameters.d.ts +14 -0
  46. package/dist-types/pagination/ListExecutionsPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +14 -23
  50. package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +14 -23
  51. package/dist-types/ts3.4/commands/GetExecutionCommand.d.ts +14 -23
  52. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +14 -23
  53. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +14 -23
  54. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +14 -23
  55. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +14 -23
  56. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +14 -23
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  58. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  60. package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +14 -0
  62. package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +3 -3
  63. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +3 -3
  64. package/dist-types/ts3.4/pagination/ListTablesPaginator.d.ts +3 -3
  65. package/package.json +11 -10
@@ -1,46 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListExecutionsCommand, se_ListExecutionsCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class ListExecutionsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- };
14
- }
15
- constructor(input) {
16
- super();
17
- this.input = input;
18
- }
19
- resolveMiddleware(clientStack, configuration, options) {
20
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, ListExecutionsCommand.getEndpointParameterInstructions()));
22
- const stack = clientStack.concat(this.middlewareStack);
23
- const { logger } = configuration;
24
- const clientName = "BCMDataExportsClient";
25
- const commandName = "ListExecutionsCommand";
26
- const handlerExecutionContext = {
27
- logger,
28
- clientName,
29
- commandName,
30
- inputFilterSensitiveLog: (_) => _,
31
- outputFilterSensitiveLog: (_) => _,
32
- [SMITHY_CONTEXT_KEY]: {
33
- service: "AWSBillingAndCostManagementDataExports",
34
- operation: "ListExecutions",
35
- },
36
- };
37
- const { requestHandler } = configuration;
38
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
- }
40
- serialize(input, context) {
41
- return se_ListExecutionsCommand(input, context);
42
- }
43
- deserialize(output, context) {
44
- return de_ListExecutionsCommand(output, context);
45
- }
7
+ export class ListExecutionsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBillingAndCostManagementDataExports", "ListExecutions", {})
19
+ .n("BCMDataExportsClient", "ListExecutionsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListExecutionsCommand)
22
+ .de(de_ListExecutionsCommand)
23
+ .build() {
46
24
  }
@@ -1,46 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListExportsCommand, se_ListExportsCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class ListExportsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- };
14
- }
15
- constructor(input) {
16
- super();
17
- this.input = input;
18
- }
19
- resolveMiddleware(clientStack, configuration, options) {
20
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, ListExportsCommand.getEndpointParameterInstructions()));
22
- const stack = clientStack.concat(this.middlewareStack);
23
- const { logger } = configuration;
24
- const clientName = "BCMDataExportsClient";
25
- const commandName = "ListExportsCommand";
26
- const handlerExecutionContext = {
27
- logger,
28
- clientName,
29
- commandName,
30
- inputFilterSensitiveLog: (_) => _,
31
- outputFilterSensitiveLog: (_) => _,
32
- [SMITHY_CONTEXT_KEY]: {
33
- service: "AWSBillingAndCostManagementDataExports",
34
- operation: "ListExports",
35
- },
36
- };
37
- const { requestHandler } = configuration;
38
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
- }
40
- serialize(input, context) {
41
- return se_ListExportsCommand(input, context);
42
- }
43
- deserialize(output, context) {
44
- return de_ListExportsCommand(output, context);
45
- }
7
+ export class ListExportsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBillingAndCostManagementDataExports", "ListExports", {})
19
+ .n("BCMDataExportsClient", "ListExportsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListExportsCommand)
22
+ .de(de_ListExportsCommand)
23
+ .build() {
46
24
  }
@@ -1,46 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListTablesCommand, se_ListTablesCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class ListTablesCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- };
14
- }
15
- constructor(input) {
16
- super();
17
- this.input = input;
18
- }
19
- resolveMiddleware(clientStack, configuration, options) {
20
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, ListTablesCommand.getEndpointParameterInstructions()));
22
- const stack = clientStack.concat(this.middlewareStack);
23
- const { logger } = configuration;
24
- const clientName = "BCMDataExportsClient";
25
- const commandName = "ListTablesCommand";
26
- const handlerExecutionContext = {
27
- logger,
28
- clientName,
29
- commandName,
30
- inputFilterSensitiveLog: (_) => _,
31
- outputFilterSensitiveLog: (_) => _,
32
- [SMITHY_CONTEXT_KEY]: {
33
- service: "AWSBillingAndCostManagementDataExports",
34
- operation: "ListTables",
35
- },
36
- };
37
- const { requestHandler } = configuration;
38
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
- }
40
- serialize(input, context) {
41
- return se_ListTablesCommand(input, context);
42
- }
43
- deserialize(output, context) {
44
- return de_ListTablesCommand(output, context);
45
- }
7
+ export class ListTablesCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBillingAndCostManagementDataExports", "ListTables", {})
19
+ .n("BCMDataExportsClient", "ListTablesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListTablesCommand)
22
+ .de(de_ListTablesCommand)
23
+ .build() {
46
24
  }
@@ -1,46 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class ListTagsForResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- };
14
- }
15
- constructor(input) {
16
- super();
17
- this.input = input;
18
- }
19
- resolveMiddleware(clientStack, configuration, options) {
20
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
22
- const stack = clientStack.concat(this.middlewareStack);
23
- const { logger } = configuration;
24
- const clientName = "BCMDataExportsClient";
25
- const commandName = "ListTagsForResourceCommand";
26
- const handlerExecutionContext = {
27
- logger,
28
- clientName,
29
- commandName,
30
- inputFilterSensitiveLog: (_) => _,
31
- outputFilterSensitiveLog: (_) => _,
32
- [SMITHY_CONTEXT_KEY]: {
33
- service: "AWSBillingAndCostManagementDataExports",
34
- operation: "ListTagsForResource",
35
- },
36
- };
37
- const { requestHandler } = configuration;
38
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
- }
40
- serialize(input, context) {
41
- return se_ListTagsForResourceCommand(input, context);
42
- }
43
- deserialize(output, context) {
44
- return de_ListTagsForResourceCommand(output, context);
45
- }
7
+ export class ListTagsForResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBillingAndCostManagementDataExports", "ListTagsForResource", {})
19
+ .n("BCMDataExportsClient", "ListTagsForResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListTagsForResourceCommand)
22
+ .de(de_ListTagsForResourceCommand)
23
+ .build() {
46
24
  }
@@ -1,46 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class TagResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- };
14
- }
15
- constructor(input) {
16
- super();
17
- this.input = input;
18
- }
19
- resolveMiddleware(clientStack, configuration, options) {
20
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, TagResourceCommand.getEndpointParameterInstructions()));
22
- const stack = clientStack.concat(this.middlewareStack);
23
- const { logger } = configuration;
24
- const clientName = "BCMDataExportsClient";
25
- const commandName = "TagResourceCommand";
26
- const handlerExecutionContext = {
27
- logger,
28
- clientName,
29
- commandName,
30
- inputFilterSensitiveLog: (_) => _,
31
- outputFilterSensitiveLog: (_) => _,
32
- [SMITHY_CONTEXT_KEY]: {
33
- service: "AWSBillingAndCostManagementDataExports",
34
- operation: "TagResource",
35
- },
36
- };
37
- const { requestHandler } = configuration;
38
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
- }
40
- serialize(input, context) {
41
- return se_TagResourceCommand(input, context);
42
- }
43
- deserialize(output, context) {
44
- return de_TagResourceCommand(output, context);
45
- }
7
+ export class TagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBillingAndCostManagementDataExports", "TagResource", {})
19
+ .n("BCMDataExportsClient", "TagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_TagResourceCommand)
22
+ .de(de_TagResourceCommand)
23
+ .build() {
46
24
  }
@@ -1,46 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class UntagResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- };
14
- }
15
- constructor(input) {
16
- super();
17
- this.input = input;
18
- }
19
- resolveMiddleware(clientStack, configuration, options) {
20
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
22
- const stack = clientStack.concat(this.middlewareStack);
23
- const { logger } = configuration;
24
- const clientName = "BCMDataExportsClient";
25
- const commandName = "UntagResourceCommand";
26
- const handlerExecutionContext = {
27
- logger,
28
- clientName,
29
- commandName,
30
- inputFilterSensitiveLog: (_) => _,
31
- outputFilterSensitiveLog: (_) => _,
32
- [SMITHY_CONTEXT_KEY]: {
33
- service: "AWSBillingAndCostManagementDataExports",
34
- operation: "UntagResource",
35
- },
36
- };
37
- const { requestHandler } = configuration;
38
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
- }
40
- serialize(input, context) {
41
- return se_UntagResourceCommand(input, context);
42
- }
43
- deserialize(output, context) {
44
- return de_UntagResourceCommand(output, context);
45
- }
7
+ export class UntagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBillingAndCostManagementDataExports", "UntagResource", {})
19
+ .n("BCMDataExportsClient", "UntagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UntagResourceCommand)
22
+ .de(de_UntagResourceCommand)
23
+ .build() {
46
24
  }
@@ -1,46 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateExportCommand, se_UpdateExportCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class UpdateExportCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- };
14
- }
15
- constructor(input) {
16
- super();
17
- this.input = input;
18
- }
19
- resolveMiddleware(clientStack, configuration, options) {
20
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateExportCommand.getEndpointParameterInstructions()));
22
- const stack = clientStack.concat(this.middlewareStack);
23
- const { logger } = configuration;
24
- const clientName = "BCMDataExportsClient";
25
- const commandName = "UpdateExportCommand";
26
- const handlerExecutionContext = {
27
- logger,
28
- clientName,
29
- commandName,
30
- inputFilterSensitiveLog: (_) => _,
31
- outputFilterSensitiveLog: (_) => _,
32
- [SMITHY_CONTEXT_KEY]: {
33
- service: "AWSBillingAndCostManagementDataExports",
34
- operation: "UpdateExport",
35
- },
36
- };
37
- const { requestHandler } = configuration;
38
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
- }
40
- serialize(input, context) {
41
- return se_UpdateExportCommand(input, context);
42
- }
43
- deserialize(output, context) {
44
- return de_UpdateExportCommand(output, context);
45
- }
7
+ export class UpdateExportCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBillingAndCostManagementDataExports", "UpdateExport", {})
19
+ .n("BCMDataExportsClient", "UpdateExportCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateExportCommand)
22
+ .de(de_UpdateExportCommand)
23
+ .build() {
46
24
  }
@@ -5,3 +5,8 @@ export const resolveClientEndpointParameters = (options) => {
5
5
  defaultSigningName: "bcm-data-exports",
6
6
  };
7
7
  };
8
+ export const commonParams = {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ };
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BCMDataExportsClient } from "../BCMDataExportsClient";
2
3
  import { ListExecutionsCommand, } from "../commands/ListExecutionsCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListExecutionsCommand(input), ...args);
5
- };
6
- export async function* paginateListExecutions(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof BCMDataExportsClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected BCMDataExports | BCMDataExportsClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListExecutions = createPaginator(BCMDataExportsClient, ListExecutionsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BCMDataExportsClient } from "../BCMDataExportsClient";
2
3
  import { ListExportsCommand } from "../commands/ListExportsCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListExportsCommand(input), ...args);
5
- };
6
- export async function* paginateListExports(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof BCMDataExportsClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected BCMDataExports | BCMDataExportsClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListExports = createPaginator(BCMDataExportsClient, ListExportsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BCMDataExportsClient } from "../BCMDataExportsClient";
2
3
  import { ListTablesCommand } from "../commands/ListTablesCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListTablesCommand(input), ...args);
5
- };
6
- export async function* paginateListTables(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof BCMDataExportsClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected BCMDataExports | BCMDataExportsClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListTables = createPaginator(BCMDataExportsClient, ListTablesCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BCMDataExportsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDataExportsClient";
5
4
  import { CreateExportRequest, CreateExportResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateExportCommandInput extends CreateExportRequest {
21
20
  */
22
21
  export interface CreateExportCommandOutput extends CreateExportResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateExportCommand_base: {
24
+ new (input: CreateExportCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExportCommandInput, CreateExportCommandOutput, BCMDataExportsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a data export and specifies the data query, the delivery preference, and any
@@ -116,23 +119,5 @@ export interface CreateExportCommandOutput extends CreateExportResponse, __Metad
116
119
  * <p>Base exception class for all service exceptions from BCMDataExports service.</p>
117
120
  *
118
121
  */
119
- export declare class CreateExportCommand extends $Command<CreateExportCommandInput, CreateExportCommandOutput, BCMDataExportsClientResolvedConfig> {
120
- readonly input: CreateExportCommandInput;
121
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
- /**
123
- * @public
124
- */
125
- constructor(input: CreateExportCommandInput);
126
- /**
127
- * @internal
128
- */
129
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BCMDataExportsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateExportCommandInput, CreateExportCommandOutput>;
130
- /**
131
- * @internal
132
- */
133
- private serialize;
134
- /**
135
- * @internal
136
- */
137
- private deserialize;
122
+ export declare class CreateExportCommand extends CreateExportCommand_base {
138
123
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BCMDataExportsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMDataExportsClient";
5
4
  import { DeleteExportRequest, DeleteExportResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteExportCommandInput extends DeleteExportRequest {
21
20
  */
22
21
  export interface DeleteExportCommandOutput extends DeleteExportResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteExportCommand_base: {
24
+ new (input: DeleteExportCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExportCommandInput, DeleteExportCommandOutput, BCMDataExportsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an existing data export.</p>
@@ -65,23 +68,5 @@ export interface DeleteExportCommandOutput extends DeleteExportResponse, __Metad
65
68
  * <p>Base exception class for all service exceptions from BCMDataExports service.</p>
66
69
  *
67
70
  */
68
- export declare class DeleteExportCommand extends $Command<DeleteExportCommandInput, DeleteExportCommandOutput, BCMDataExportsClientResolvedConfig> {
69
- readonly input: DeleteExportCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: DeleteExportCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BCMDataExportsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExportCommandInput, DeleteExportCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class DeleteExportCommand extends DeleteExportCommand_base {
87
72
  }