@aws-sdk/client-billingconductor 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 (177) hide show
  1. package/dist-cjs/commands/AssociateAccountsCommand.js +18 -41
  2. package/dist-cjs/commands/AssociatePricingRulesCommand.js +18 -41
  3. package/dist-cjs/commands/BatchAssociateResourcesToCustomLineItemCommand.js +18 -41
  4. package/dist-cjs/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +18 -41
  5. package/dist-cjs/commands/CreateBillingGroupCommand.js +18 -41
  6. package/dist-cjs/commands/CreateCustomLineItemCommand.js +18 -41
  7. package/dist-cjs/commands/CreatePricingPlanCommand.js +18 -41
  8. package/dist-cjs/commands/CreatePricingRuleCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteBillingGroupCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteCustomLineItemCommand.js +18 -41
  11. package/dist-cjs/commands/DeletePricingPlanCommand.js +18 -41
  12. package/dist-cjs/commands/DeletePricingRuleCommand.js +18 -41
  13. package/dist-cjs/commands/DisassociateAccountsCommand.js +18 -41
  14. package/dist-cjs/commands/DisassociatePricingRulesCommand.js +18 -41
  15. package/dist-cjs/commands/GetBillingGroupCostReportCommand.js +18 -41
  16. package/dist-cjs/commands/ListAccountAssociationsCommand.js +18 -41
  17. package/dist-cjs/commands/ListBillingGroupCostReportsCommand.js +18 -41
  18. package/dist-cjs/commands/ListBillingGroupsCommand.js +18 -41
  19. package/dist-cjs/commands/ListCustomLineItemVersionsCommand.js +18 -41
  20. package/dist-cjs/commands/ListCustomLineItemsCommand.js +18 -41
  21. package/dist-cjs/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +18 -41
  22. package/dist-cjs/commands/ListPricingPlansCommand.js +18 -41
  23. package/dist-cjs/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +18 -41
  24. package/dist-cjs/commands/ListPricingRulesCommand.js +18 -41
  25. package/dist-cjs/commands/ListResourcesAssociatedToCustomLineItemCommand.js +18 -41
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  27. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  28. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateBillingGroupCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateCustomLineItemCommand.js +18 -41
  31. package/dist-cjs/commands/UpdatePricingPlanCommand.js +18 -41
  32. package/dist-cjs/commands/UpdatePricingRuleCommand.js +18 -41
  33. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  34. package/dist-cjs/pagination/GetBillingGroupCostReportPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListAccountAssociationsPaginator.js +2 -23
  36. package/dist-cjs/pagination/ListBillingGroupCostReportsPaginator.js +2 -24
  37. package/dist-cjs/pagination/ListBillingGroupsPaginator.js +2 -24
  38. package/dist-cjs/pagination/ListCustomLineItemVersionsPaginator.js +2 -24
  39. package/dist-cjs/pagination/ListCustomLineItemsPaginator.js +2 -24
  40. package/dist-cjs/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.js +2 -24
  41. package/dist-cjs/pagination/ListPricingPlansPaginator.js +2 -24
  42. package/dist-cjs/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.js +2 -24
  43. package/dist-cjs/pagination/ListPricingRulesPaginator.js +2 -24
  44. package/dist-cjs/pagination/ListResourcesAssociatedToCustomLineItemPaginator.js +2 -24
  45. package/dist-es/commands/AssociateAccountsCommand.js +18 -41
  46. package/dist-es/commands/AssociatePricingRulesCommand.js +18 -41
  47. package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +18 -41
  48. package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +18 -41
  49. package/dist-es/commands/CreateBillingGroupCommand.js +18 -41
  50. package/dist-es/commands/CreateCustomLineItemCommand.js +18 -41
  51. package/dist-es/commands/CreatePricingPlanCommand.js +18 -41
  52. package/dist-es/commands/CreatePricingRuleCommand.js +18 -41
  53. package/dist-es/commands/DeleteBillingGroupCommand.js +18 -41
  54. package/dist-es/commands/DeleteCustomLineItemCommand.js +18 -41
  55. package/dist-es/commands/DeletePricingPlanCommand.js +18 -41
  56. package/dist-es/commands/DeletePricingRuleCommand.js +18 -41
  57. package/dist-es/commands/DisassociateAccountsCommand.js +18 -41
  58. package/dist-es/commands/DisassociatePricingRulesCommand.js +18 -41
  59. package/dist-es/commands/GetBillingGroupCostReportCommand.js +18 -41
  60. package/dist-es/commands/ListAccountAssociationsCommand.js +18 -41
  61. package/dist-es/commands/ListBillingGroupCostReportsCommand.js +18 -41
  62. package/dist-es/commands/ListBillingGroupsCommand.js +18 -41
  63. package/dist-es/commands/ListCustomLineItemVersionsCommand.js +18 -41
  64. package/dist-es/commands/ListCustomLineItemsCommand.js +18 -41
  65. package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +18 -41
  66. package/dist-es/commands/ListPricingPlansCommand.js +18 -41
  67. package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +18 -41
  68. package/dist-es/commands/ListPricingRulesCommand.js +18 -41
  69. package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +18 -41
  70. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  71. package/dist-es/commands/TagResourceCommand.js +18 -41
  72. package/dist-es/commands/UntagResourceCommand.js +18 -41
  73. package/dist-es/commands/UpdateBillingGroupCommand.js +18 -41
  74. package/dist-es/commands/UpdateCustomLineItemCommand.js +18 -41
  75. package/dist-es/commands/UpdatePricingPlanCommand.js +18 -41
  76. package/dist-es/commands/UpdatePricingRuleCommand.js +18 -41
  77. package/dist-es/endpoint/EndpointParameters.js +6 -0
  78. package/dist-es/pagination/GetBillingGroupCostReportPaginator.js +2 -23
  79. package/dist-es/pagination/ListAccountAssociationsPaginator.js +2 -22
  80. package/dist-es/pagination/ListBillingGroupCostReportsPaginator.js +2 -23
  81. package/dist-es/pagination/ListBillingGroupsPaginator.js +2 -23
  82. package/dist-es/pagination/ListCustomLineItemVersionsPaginator.js +2 -23
  83. package/dist-es/pagination/ListCustomLineItemsPaginator.js +2 -23
  84. package/dist-es/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.js +2 -23
  85. package/dist-es/pagination/ListPricingPlansPaginator.js +2 -23
  86. package/dist-es/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.js +2 -23
  87. package/dist-es/pagination/ListPricingRulesPaginator.js +2 -23
  88. package/dist-es/pagination/ListResourcesAssociatedToCustomLineItemPaginator.js +2 -23
  89. package/dist-types/commands/AssociateAccountsCommand.d.ts +6 -21
  90. package/dist-types/commands/AssociatePricingRulesCommand.d.ts +6 -21
  91. package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +6 -21
  92. package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +6 -21
  93. package/dist-types/commands/CreateBillingGroupCommand.d.ts +6 -21
  94. package/dist-types/commands/CreateCustomLineItemCommand.d.ts +6 -21
  95. package/dist-types/commands/CreatePricingPlanCommand.d.ts +6 -21
  96. package/dist-types/commands/CreatePricingRuleCommand.d.ts +6 -21
  97. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +6 -21
  98. package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +6 -21
  99. package/dist-types/commands/DeletePricingPlanCommand.d.ts +6 -21
  100. package/dist-types/commands/DeletePricingRuleCommand.d.ts +6 -21
  101. package/dist-types/commands/DisassociateAccountsCommand.d.ts +6 -21
  102. package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +6 -21
  103. package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +6 -21
  104. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +6 -21
  105. package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +6 -21
  106. package/dist-types/commands/ListBillingGroupsCommand.d.ts +6 -21
  107. package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +6 -21
  108. package/dist-types/commands/ListCustomLineItemsCommand.d.ts +6 -21
  109. package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +6 -21
  110. package/dist-types/commands/ListPricingPlansCommand.d.ts +6 -21
  111. package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +6 -21
  112. package/dist-types/commands/ListPricingRulesCommand.d.ts +6 -21
  113. package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +6 -21
  114. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  115. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  116. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  117. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +6 -21
  118. package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +6 -21
  119. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +6 -21
  120. package/dist-types/commands/UpdatePricingRuleCommand.d.ts +6 -21
  121. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  122. package/dist-types/pagination/GetBillingGroupCostReportPaginator.d.ts +1 -1
  123. package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +1 -1
  124. package/dist-types/pagination/ListBillingGroupCostReportsPaginator.d.ts +1 -1
  125. package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +1 -1
  126. package/dist-types/pagination/ListCustomLineItemVersionsPaginator.d.ts +1 -1
  127. package/dist-types/pagination/ListCustomLineItemsPaginator.d.ts +1 -1
  128. package/dist-types/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +1 -1
  129. package/dist-types/pagination/ListPricingPlansPaginator.d.ts +1 -1
  130. package/dist-types/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +1 -1
  131. package/dist-types/pagination/ListPricingRulesPaginator.d.ts +1 -1
  132. package/dist-types/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +12 -24
  135. package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +12 -24
  143. package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/GetBillingGroupCostReportCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +12 -24
  150. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +14 -23
  151. package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +12 -24
  152. package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +12 -24
  154. package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +12 -24
  158. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  160. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  161. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +12 -24
  163. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  166. package/dist-types/ts3.4/pagination/GetBillingGroupCostReportPaginator.d.ts +3 -3
  167. package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +3 -3
  168. package/dist-types/ts3.4/pagination/ListBillingGroupCostReportsPaginator.d.ts +3 -3
  169. package/dist-types/ts3.4/pagination/ListBillingGroupsPaginator.d.ts +3 -3
  170. package/dist-types/ts3.4/pagination/ListCustomLineItemVersionsPaginator.d.ts +3 -3
  171. package/dist-types/ts3.4/pagination/ListCustomLineItemsPaginator.d.ts +3 -3
  172. package/dist-types/ts3.4/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +3 -3
  173. package/dist-types/ts3.4/pagination/ListPricingPlansPaginator.d.ts +3 -3
  174. package/dist-types/ts3.4/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +3 -3
  175. package/dist-types/ts3.4/pagination/ListPricingRulesPaginator.d.ts +3 -3
  176. package/dist-types/ts3.4/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +3 -3
  177. package/package.json +11 -11
@@ -1,47 +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_restJson1";
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
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, TagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "BillingconductorClient";
26
- const commandName = "TagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBillingConductor",
35
- operation: "TagResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_TagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_TagResourceCommand(output, context);
46
- }
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("AWSBillingConductor", "TagResource", {})
19
+ .n("BillingconductorClient", "TagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_TagResourceCommand)
22
+ .de(de_TagResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +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_restJson1";
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
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "BillingconductorClient";
26
- const commandName = "UntagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBillingConductor",
35
- operation: "UntagResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UntagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UntagResourceCommand(output, context);
46
- }
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("AWSBillingConductor", "UntagResource", {})
19
+ .n("BillingconductorClient", "UntagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UntagResourceCommand)
22
+ .de(de_UntagResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,48 +1,25 @@
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 { UpdateBillingGroupInputFilterSensitiveLog, UpdateBillingGroupOutputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdateBillingGroupCommand, se_UpdateBillingGroupCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class UpdateBillingGroupCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateBillingGroupCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "BillingconductorClient";
27
- const commandName = "UpdateBillingGroupCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdateBillingGroupInputFilterSensitiveLog,
33
- outputFilterSensitiveLog: UpdateBillingGroupOutputFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "AWSBillingConductor",
36
- operation: "UpdateBillingGroup",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdateBillingGroupCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdateBillingGroupCommand(output, context);
47
- }
8
+ export class UpdateBillingGroupCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AWSBillingConductor", "UpdateBillingGroup", {})
20
+ .n("BillingconductorClient", "UpdateBillingGroupCommand")
21
+ .f(UpdateBillingGroupInputFilterSensitiveLog, UpdateBillingGroupOutputFilterSensitiveLog)
22
+ .ser(se_UpdateBillingGroupCommand)
23
+ .de(de_UpdateBillingGroupCommand)
24
+ .build() {
48
25
  }
@@ -1,48 +1,25 @@
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 { UpdateCustomLineItemInputFilterSensitiveLog, UpdateCustomLineItemOutputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdateCustomLineItemCommand, se_UpdateCustomLineItemCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class UpdateCustomLineItemCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateCustomLineItemCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "BillingconductorClient";
27
- const commandName = "UpdateCustomLineItemCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdateCustomLineItemInputFilterSensitiveLog,
33
- outputFilterSensitiveLog: UpdateCustomLineItemOutputFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "AWSBillingConductor",
36
- operation: "UpdateCustomLineItem",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdateCustomLineItemCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdateCustomLineItemCommand(output, context);
47
- }
8
+ export class UpdateCustomLineItemCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AWSBillingConductor", "UpdateCustomLineItem", {})
20
+ .n("BillingconductorClient", "UpdateCustomLineItemCommand")
21
+ .f(UpdateCustomLineItemInputFilterSensitiveLog, UpdateCustomLineItemOutputFilterSensitiveLog)
22
+ .ser(se_UpdateCustomLineItemCommand)
23
+ .de(de_UpdateCustomLineItemCommand)
24
+ .build() {
48
25
  }
@@ -1,48 +1,25 @@
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 { UpdatePricingPlanInputFilterSensitiveLog, UpdatePricingPlanOutputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdatePricingPlanCommand, se_UpdatePricingPlanCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class UpdatePricingPlanCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdatePricingPlanCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "BillingconductorClient";
27
- const commandName = "UpdatePricingPlanCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdatePricingPlanInputFilterSensitiveLog,
33
- outputFilterSensitiveLog: UpdatePricingPlanOutputFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "AWSBillingConductor",
36
- operation: "UpdatePricingPlan",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdatePricingPlanCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdatePricingPlanCommand(output, context);
47
- }
8
+ export class UpdatePricingPlanCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AWSBillingConductor", "UpdatePricingPlan", {})
20
+ .n("BillingconductorClient", "UpdatePricingPlanCommand")
21
+ .f(UpdatePricingPlanInputFilterSensitiveLog, UpdatePricingPlanOutputFilterSensitiveLog)
22
+ .ser(se_UpdatePricingPlanCommand)
23
+ .de(de_UpdatePricingPlanCommand)
24
+ .build() {
48
25
  }
@@ -1,48 +1,25 @@
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 { UpdatePricingRuleInputFilterSensitiveLog, UpdatePricingRuleOutputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdatePricingRuleCommand, se_UpdatePricingRuleCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class UpdatePricingRuleCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdatePricingRuleCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "BillingconductorClient";
27
- const commandName = "UpdatePricingRuleCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdatePricingRuleInputFilterSensitiveLog,
33
- outputFilterSensitiveLog: UpdatePricingRuleOutputFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "AWSBillingConductor",
36
- operation: "UpdatePricingRule",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdatePricingRuleCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdatePricingRuleCommand(output, context);
47
- }
8
+ export class UpdatePricingRuleCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AWSBillingConductor", "UpdatePricingRule", {})
20
+ .n("BillingconductorClient", "UpdatePricingRuleCommand")
21
+ .f(UpdatePricingRuleInputFilterSensitiveLog, UpdatePricingRuleOutputFilterSensitiveLog)
22
+ .ser(se_UpdatePricingRuleCommand)
23
+ .de(de_UpdatePricingRuleCommand)
24
+ .build() {
48
25
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "billingconductor",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BillingconductorClient } from "../BillingconductorClient";
2
3
  import { GetBillingGroupCostReportCommand, } from "../commands/GetBillingGroupCostReportCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new GetBillingGroupCostReportCommand(input), ...args);
5
- };
6
- export async function* paginateGetBillingGroupCostReport(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 BillingconductorClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Billingconductor | BillingconductorClient");
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 paginateGetBillingGroupCostReport = createPaginator(BillingconductorClient, GetBillingGroupCostReportCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,24 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BillingconductorClient } from "../BillingconductorClient";
2
3
  import { ListAccountAssociationsCommand, } from "../commands/ListAccountAssociationsCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListAccountAssociationsCommand(input), ...args);
5
- };
6
- export async function* paginateListAccountAssociations(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- if (config.client instanceof BillingconductorClient) {
13
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
14
- }
15
- else {
16
- throw new Error("Invalid client, expected Billingconductor | BillingconductorClient");
17
- }
18
- yield page;
19
- const prevToken = token;
20
- token = page.NextToken;
21
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
22
- }
23
- return undefined;
24
- }
4
+ export const paginateListAccountAssociations = createPaginator(BillingconductorClient, ListAccountAssociationsCommand, "NextToken", "NextToken", "");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BillingconductorClient } from "../BillingconductorClient";
2
3
  import { ListBillingGroupCostReportsCommand, } from "../commands/ListBillingGroupCostReportsCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListBillingGroupCostReportsCommand(input), ...args);
5
- };
6
- export async function* paginateListBillingGroupCostReports(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 BillingconductorClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Billingconductor | BillingconductorClient");
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 paginateListBillingGroupCostReports = createPaginator(BillingconductorClient, ListBillingGroupCostReportsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BillingconductorClient } from "../BillingconductorClient";
2
3
  import { ListBillingGroupsCommand, } from "../commands/ListBillingGroupsCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListBillingGroupsCommand(input), ...args);
5
- };
6
- export async function* paginateListBillingGroups(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 BillingconductorClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Billingconductor | BillingconductorClient");
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 paginateListBillingGroups = createPaginator(BillingconductorClient, ListBillingGroupsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BillingconductorClient } from "../BillingconductorClient";
2
3
  import { ListCustomLineItemVersionsCommand, } from "../commands/ListCustomLineItemVersionsCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListCustomLineItemVersionsCommand(input), ...args);
5
- };
6
- export async function* paginateListCustomLineItemVersions(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 BillingconductorClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Billingconductor | BillingconductorClient");
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 paginateListCustomLineItemVersions = createPaginator(BillingconductorClient, ListCustomLineItemVersionsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BillingconductorClient } from "../BillingconductorClient";
2
3
  import { ListCustomLineItemsCommand, } from "../commands/ListCustomLineItemsCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListCustomLineItemsCommand(input), ...args);
5
- };
6
- export async function* paginateListCustomLineItems(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 BillingconductorClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Billingconductor | BillingconductorClient");
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 paginateListCustomLineItems = createPaginator(BillingconductorClient, ListCustomLineItemsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BillingconductorClient } from "../BillingconductorClient";
2
3
  import { ListPricingPlansAssociatedWithPricingRuleCommand, } from "../commands/ListPricingPlansAssociatedWithPricingRuleCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListPricingPlansAssociatedWithPricingRuleCommand(input), ...args);
5
- };
6
- export async function* paginateListPricingPlansAssociatedWithPricingRule(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 BillingconductorClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Billingconductor | BillingconductorClient");
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 paginateListPricingPlansAssociatedWithPricingRule = createPaginator(BillingconductorClient, ListPricingPlansAssociatedWithPricingRuleCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BillingconductorClient } from "../BillingconductorClient";
2
3
  import { ListPricingPlansCommand, } from "../commands/ListPricingPlansCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListPricingPlansCommand(input), ...args);
5
- };
6
- export async function* paginateListPricingPlans(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 BillingconductorClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Billingconductor | BillingconductorClient");
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 paginateListPricingPlans = createPaginator(BillingconductorClient, ListPricingPlansCommand, "NextToken", "NextToken", "MaxResults");