@aws-sdk/client-billingconductor 3.928.0 → 3.930.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 (56) hide show
  1. package/dist-cjs/index.js +1531 -1689
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/BillingconductorClient.js +2 -0
  4. package/dist-es/commands/AssociateAccountsCommand.js +3 -9
  5. package/dist-es/commands/AssociatePricingRulesCommand.js +3 -9
  6. package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +3 -9
  7. package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +3 -9
  8. package/dist-es/commands/CreateBillingGroupCommand.js +3 -10
  9. package/dist-es/commands/CreateCustomLineItemCommand.js +3 -10
  10. package/dist-es/commands/CreatePricingPlanCommand.js +3 -10
  11. package/dist-es/commands/CreatePricingRuleCommand.js +3 -10
  12. package/dist-es/commands/DeleteBillingGroupCommand.js +3 -9
  13. package/dist-es/commands/DeleteCustomLineItemCommand.js +3 -9
  14. package/dist-es/commands/DeletePricingPlanCommand.js +3 -9
  15. package/dist-es/commands/DeletePricingRuleCommand.js +3 -9
  16. package/dist-es/commands/DisassociateAccountsCommand.js +3 -9
  17. package/dist-es/commands/DisassociatePricingRulesCommand.js +3 -9
  18. package/dist-es/commands/GetBillingGroupCostReportCommand.js +3 -9
  19. package/dist-es/commands/ListAccountAssociationsCommand.js +3 -10
  20. package/dist-es/commands/ListBillingGroupCostReportsCommand.js +3 -9
  21. package/dist-es/commands/ListBillingGroupsCommand.js +3 -10
  22. package/dist-es/commands/ListCustomLineItemVersionsCommand.js +3 -10
  23. package/dist-es/commands/ListCustomLineItemsCommand.js +3 -10
  24. package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +3 -9
  25. package/dist-es/commands/ListPricingPlansCommand.js +3 -10
  26. package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +3 -9
  27. package/dist-es/commands/ListPricingRulesCommand.js +3 -10
  28. package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +3 -9
  29. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  30. package/dist-es/commands/TagResourceCommand.js +3 -9
  31. package/dist-es/commands/UntagResourceCommand.js +3 -9
  32. package/dist-es/commands/UpdateBillingGroupCommand.js +3 -10
  33. package/dist-es/commands/UpdateCustomLineItemCommand.js +3 -10
  34. package/dist-es/commands/UpdatePricingPlanCommand.js +3 -10
  35. package/dist-es/commands/UpdatePricingRuleCommand.js +3 -10
  36. package/dist-es/models/models_0.js +0 -135
  37. package/dist-es/runtimeConfig.shared.js +2 -0
  38. package/dist-es/schemas/schemas_0.js +1464 -0
  39. package/dist-types/BillingconductorClient.d.ts +10 -1
  40. package/dist-types/models/models_0.d.ts +0 -104
  41. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  42. package/dist-types/runtimeConfig.d.ts +1 -0
  43. package/dist-types/runtimeConfig.native.d.ts +1 -0
  44. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  45. package/dist-types/schemas/schemas_0.d.ts +193 -0
  46. package/dist-types/ts3.4/BillingconductorClient.d.ts +4 -0
  47. package/dist-types/ts3.4/models/models_0.d.ts +0 -78
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  52. package/dist-types/ts3.4/schemas/schemas_0.d.ts +199 -0
  53. package/package.json +33 -34
  54. package/dist-es/protocols/Aws_restJson1.js +0 -1288
  55. package/dist-types/protocols/Aws_restJson1.d.ts +0 -290
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -389
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.billingconductor" }),
28
30
  serviceId: config?.serviceId ?? "billingconductor",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class BillingconductorClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AssociateAccountsCommand, se_AssociateAccountsCommand } from "../protocols/Aws_restJson1";
4
+ import { AssociateAccounts } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateAccountsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSBillingConductor", "AssociateAccounts", {})
17
13
  .n("BillingconductorClient", "AssociateAccountsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateAccountsCommand)
20
- .de(de_AssociateAccountsCommand)
14
+ .sc(AssociateAccounts)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AssociatePricingRulesCommand, se_AssociatePricingRulesCommand } from "../protocols/Aws_restJson1";
4
+ import { AssociatePricingRules } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociatePricingRulesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSBillingConductor", "AssociatePricingRules", {})
17
13
  .n("BillingconductorClient", "AssociatePricingRulesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociatePricingRulesCommand)
20
- .de(de_AssociatePricingRulesCommand)
14
+ .sc(AssociatePricingRules)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_BatchAssociateResourcesToCustomLineItemCommand, se_BatchAssociateResourcesToCustomLineItemCommand, } from "../protocols/Aws_restJson1";
4
+ import { BatchAssociateResourcesToCustomLineItem } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class BatchAssociateResourcesToCustomLineItemCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSBillingConductor", "BatchAssociateResourcesToCustomLineItem", {})
17
13
  .n("BillingconductorClient", "BatchAssociateResourcesToCustomLineItemCommand")
18
- .f(void 0, void 0)
19
- .ser(se_BatchAssociateResourcesToCustomLineItemCommand)
20
- .de(de_BatchAssociateResourcesToCustomLineItemCommand)
14
+ .sc(BatchAssociateResourcesToCustomLineItem)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_BatchDisassociateResourcesFromCustomLineItemCommand, se_BatchDisassociateResourcesFromCustomLineItemCommand, } from "../protocols/Aws_restJson1";
4
+ import { BatchDisassociateResourcesFromCustomLineItem } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class BatchDisassociateResourcesFromCustomLineItemCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSBillingConductor", "BatchDisassociateResourcesFromCustomLineItem", {})
17
13
  .n("BillingconductorClient", "BatchDisassociateResourcesFromCustomLineItemCommand")
18
- .f(void 0, void 0)
19
- .ser(se_BatchDisassociateResourcesFromCustomLineItemCommand)
20
- .de(de_BatchDisassociateResourcesFromCustomLineItemCommand)
14
+ .sc(BatchDisassociateResourcesFromCustomLineItem)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateBillingGroupInputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateBillingGroupCommand, se_CreateBillingGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateBillingGroup } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateBillingGroupCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSBillingConductor", "CreateBillingGroup", {})
18
13
  .n("BillingconductorClient", "CreateBillingGroupCommand")
19
- .f(CreateBillingGroupInputFilterSensitiveLog, void 0)
20
- .ser(se_CreateBillingGroupCommand)
21
- .de(de_CreateBillingGroupCommand)
14
+ .sc(CreateBillingGroup)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateCustomLineItemInputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateCustomLineItemCommand, se_CreateCustomLineItemCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateCustomLineItem } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateCustomLineItemCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSBillingConductor", "CreateCustomLineItem", {})
18
13
  .n("BillingconductorClient", "CreateCustomLineItemCommand")
19
- .f(CreateCustomLineItemInputFilterSensitiveLog, void 0)
20
- .ser(se_CreateCustomLineItemCommand)
21
- .de(de_CreateCustomLineItemCommand)
14
+ .sc(CreateCustomLineItem)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreatePricingPlanInputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreatePricingPlanCommand, se_CreatePricingPlanCommand } from "../protocols/Aws_restJson1";
4
+ import { CreatePricingPlan } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreatePricingPlanCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSBillingConductor", "CreatePricingPlan", {})
18
13
  .n("BillingconductorClient", "CreatePricingPlanCommand")
19
- .f(CreatePricingPlanInputFilterSensitiveLog, void 0)
20
- .ser(se_CreatePricingPlanCommand)
21
- .de(de_CreatePricingPlanCommand)
14
+ .sc(CreatePricingPlan)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreatePricingRuleInputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreatePricingRuleCommand, se_CreatePricingRuleCommand } from "../protocols/Aws_restJson1";
4
+ import { CreatePricingRule } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreatePricingRuleCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSBillingConductor", "CreatePricingRule", {})
18
13
  .n("BillingconductorClient", "CreatePricingRuleCommand")
19
- .f(CreatePricingRuleInputFilterSensitiveLog, void 0)
20
- .ser(se_CreatePricingRuleCommand)
21
- .de(de_CreatePricingRuleCommand)
14
+ .sc(CreatePricingRule)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteBillingGroupCommand, se_DeleteBillingGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteBillingGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteBillingGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSBillingConductor", "DeleteBillingGroup", {})
17
13
  .n("BillingconductorClient", "DeleteBillingGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteBillingGroupCommand)
20
- .de(de_DeleteBillingGroupCommand)
14
+ .sc(DeleteBillingGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteCustomLineItemCommand, se_DeleteCustomLineItemCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteCustomLineItem } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCustomLineItemCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSBillingConductor", "DeleteCustomLineItem", {})
17
13
  .n("BillingconductorClient", "DeleteCustomLineItemCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCustomLineItemCommand)
20
- .de(de_DeleteCustomLineItemCommand)
14
+ .sc(DeleteCustomLineItem)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeletePricingPlanCommand, se_DeletePricingPlanCommand } from "../protocols/Aws_restJson1";
4
+ import { DeletePricingPlan } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeletePricingPlanCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSBillingConductor", "DeletePricingPlan", {})
17
13
  .n("BillingconductorClient", "DeletePricingPlanCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeletePricingPlanCommand)
20
- .de(de_DeletePricingPlanCommand)
14
+ .sc(DeletePricingPlan)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeletePricingRuleCommand, se_DeletePricingRuleCommand } from "../protocols/Aws_restJson1";
4
+ import { DeletePricingRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeletePricingRuleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSBillingConductor", "DeletePricingRule", {})
17
13
  .n("BillingconductorClient", "DeletePricingRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeletePricingRuleCommand)
20
- .de(de_DeletePricingRuleCommand)
14
+ .sc(DeletePricingRule)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DisassociateAccountsCommand, se_DisassociateAccountsCommand } from "../protocols/Aws_restJson1";
4
+ import { DisassociateAccounts } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateAccountsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSBillingConductor", "DisassociateAccounts", {})
17
13
  .n("BillingconductorClient", "DisassociateAccountsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateAccountsCommand)
20
- .de(de_DisassociateAccountsCommand)
14
+ .sc(DisassociateAccounts)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DisassociatePricingRulesCommand, se_DisassociatePricingRulesCommand } from "../protocols/Aws_restJson1";
4
+ import { DisassociatePricingRules } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociatePricingRulesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSBillingConductor", "DisassociatePricingRules", {})
17
13
  .n("BillingconductorClient", "DisassociatePricingRulesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociatePricingRulesCommand)
20
- .de(de_DisassociatePricingRulesCommand)
14
+ .sc(DisassociatePricingRules)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetBillingGroupCostReportCommand, se_GetBillingGroupCostReportCommand } from "../protocols/Aws_restJson1";
4
+ import { GetBillingGroupCostReport } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetBillingGroupCostReportCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSBillingConductor", "GetBillingGroupCostReport", {})
17
13
  .n("BillingconductorClient", "GetBillingGroupCostReportCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetBillingGroupCostReportCommand)
20
- .de(de_GetBillingGroupCostReportCommand)
14
+ .sc(GetBillingGroupCostReport)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListAccountAssociationsOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListAccountAssociationsCommand, se_ListAccountAssociationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAccountAssociations } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListAccountAssociationsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSBillingConductor", "ListAccountAssociations", {})
18
13
  .n("BillingconductorClient", "ListAccountAssociationsCommand")
19
- .f(void 0, ListAccountAssociationsOutputFilterSensitiveLog)
20
- .ser(se_ListAccountAssociationsCommand)
21
- .de(de_ListAccountAssociationsCommand)
14
+ .sc(ListAccountAssociations)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListBillingGroupCostReportsCommand, se_ListBillingGroupCostReportsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListBillingGroupCostReports } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListBillingGroupCostReportsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSBillingConductor", "ListBillingGroupCostReports", {})
17
13
  .n("BillingconductorClient", "ListBillingGroupCostReportsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListBillingGroupCostReportsCommand)
20
- .de(de_ListBillingGroupCostReportsCommand)
14
+ .sc(ListBillingGroupCostReports)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListBillingGroupsOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListBillingGroupsCommand, se_ListBillingGroupsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListBillingGroups } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListBillingGroupsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSBillingConductor", "ListBillingGroups", {})
18
13
  .n("BillingconductorClient", "ListBillingGroupsCommand")
19
- .f(void 0, ListBillingGroupsOutputFilterSensitiveLog)
20
- .ser(se_ListBillingGroupsCommand)
21
- .de(de_ListBillingGroupsCommand)
14
+ .sc(ListBillingGroups)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListCustomLineItemVersionsOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListCustomLineItemVersionsCommand, se_ListCustomLineItemVersionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListCustomLineItemVersions } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListCustomLineItemVersionsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSBillingConductor", "ListCustomLineItemVersions", {})
18
13
  .n("BillingconductorClient", "ListCustomLineItemVersionsCommand")
19
- .f(void 0, ListCustomLineItemVersionsOutputFilterSensitiveLog)
20
- .ser(se_ListCustomLineItemVersionsCommand)
21
- .de(de_ListCustomLineItemVersionsCommand)
14
+ .sc(ListCustomLineItemVersions)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListCustomLineItemsInputFilterSensitiveLog, ListCustomLineItemsOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListCustomLineItemsCommand, se_ListCustomLineItemsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListCustomLineItems } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListCustomLineItemsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSBillingConductor", "ListCustomLineItems", {})
18
13
  .n("BillingconductorClient", "ListCustomLineItemsCommand")
19
- .f(ListCustomLineItemsInputFilterSensitiveLog, ListCustomLineItemsOutputFilterSensitiveLog)
20
- .ser(se_ListCustomLineItemsCommand)
21
- .de(de_ListCustomLineItemsCommand)
14
+ .sc(ListCustomLineItems)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListPricingPlansAssociatedWithPricingRuleCommand, se_ListPricingPlansAssociatedWithPricingRuleCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListPricingPlansAssociatedWithPricingRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSBillingConductor", "ListPricingPlansAssociatedWithPricingRule", {})
17
13
  .n("BillingconductorClient", "ListPricingPlansAssociatedWithPricingRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListPricingPlansAssociatedWithPricingRuleCommand)
20
- .de(de_ListPricingPlansAssociatedWithPricingRuleCommand)
14
+ .sc(ListPricingPlansAssociatedWithPricingRule)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListPricingPlansOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListPricingPlansCommand, se_ListPricingPlansCommand } from "../protocols/Aws_restJson1";
4
+ import { ListPricingPlans } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListPricingPlansCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSBillingConductor", "ListPricingPlans", {})
18
13
  .n("BillingconductorClient", "ListPricingPlansCommand")
19
- .f(void 0, ListPricingPlansOutputFilterSensitiveLog)
20
- .ser(se_ListPricingPlansCommand)
21
- .de(de_ListPricingPlansCommand)
14
+ .sc(ListPricingPlans)
22
15
  .build() {
23
16
  }