@aws-sdk/client-billingconductor 3.306.0 → 3.310.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 (67) hide show
  1. package/dist-cjs/commands/AssociateAccountsCommand.js +2 -2
  2. package/dist-cjs/commands/AssociatePricingRulesCommand.js +2 -2
  3. package/dist-cjs/commands/BatchAssociateResourcesToCustomLineItemCommand.js +2 -2
  4. package/dist-cjs/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +2 -2
  5. package/dist-cjs/commands/CreateBillingGroupCommand.js +2 -2
  6. package/dist-cjs/commands/CreateCustomLineItemCommand.js +2 -2
  7. package/dist-cjs/commands/CreatePricingPlanCommand.js +2 -2
  8. package/dist-cjs/commands/CreatePricingRuleCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteBillingGroupCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteCustomLineItemCommand.js +2 -2
  11. package/dist-cjs/commands/DeletePricingPlanCommand.js +2 -2
  12. package/dist-cjs/commands/DeletePricingRuleCommand.js +2 -2
  13. package/dist-cjs/commands/DisassociateAccountsCommand.js +2 -2
  14. package/dist-cjs/commands/DisassociatePricingRulesCommand.js +2 -2
  15. package/dist-cjs/commands/ListAccountAssociationsCommand.js +2 -2
  16. package/dist-cjs/commands/ListBillingGroupCostReportsCommand.js +2 -2
  17. package/dist-cjs/commands/ListBillingGroupsCommand.js +2 -2
  18. package/dist-cjs/commands/ListCustomLineItemVersionsCommand.js +2 -2
  19. package/dist-cjs/commands/ListCustomLineItemsCommand.js +2 -2
  20. package/dist-cjs/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +2 -2
  21. package/dist-cjs/commands/ListPricingPlansCommand.js +2 -2
  22. package/dist-cjs/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +2 -2
  23. package/dist-cjs/commands/ListPricingRulesCommand.js +2 -2
  24. package/dist-cjs/commands/ListResourcesAssociatedToCustomLineItemCommand.js +2 -2
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  27. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateBillingGroupCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateCustomLineItemCommand.js +2 -2
  30. package/dist-cjs/commands/UpdatePricingPlanCommand.js +2 -2
  31. package/dist-cjs/commands/UpdatePricingRuleCommand.js +2 -2
  32. package/dist-cjs/protocols/Aws_restJson1.js +522 -552
  33. package/dist-es/commands/AssociateAccountsCommand.js +3 -3
  34. package/dist-es/commands/AssociatePricingRulesCommand.js +3 -3
  35. package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +3 -3
  36. package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +3 -3
  37. package/dist-es/commands/CreateBillingGroupCommand.js +3 -3
  38. package/dist-es/commands/CreateCustomLineItemCommand.js +3 -3
  39. package/dist-es/commands/CreatePricingPlanCommand.js +3 -3
  40. package/dist-es/commands/CreatePricingRuleCommand.js +3 -3
  41. package/dist-es/commands/DeleteBillingGroupCommand.js +3 -3
  42. package/dist-es/commands/DeleteCustomLineItemCommand.js +3 -3
  43. package/dist-es/commands/DeletePricingPlanCommand.js +3 -3
  44. package/dist-es/commands/DeletePricingRuleCommand.js +3 -3
  45. package/dist-es/commands/DisassociateAccountsCommand.js +3 -3
  46. package/dist-es/commands/DisassociatePricingRulesCommand.js +3 -3
  47. package/dist-es/commands/ListAccountAssociationsCommand.js +3 -3
  48. package/dist-es/commands/ListBillingGroupCostReportsCommand.js +3 -3
  49. package/dist-es/commands/ListBillingGroupsCommand.js +3 -3
  50. package/dist-es/commands/ListCustomLineItemVersionsCommand.js +3 -3
  51. package/dist-es/commands/ListCustomLineItemsCommand.js +3 -3
  52. package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +3 -3
  53. package/dist-es/commands/ListPricingPlansCommand.js +3 -3
  54. package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +3 -3
  55. package/dist-es/commands/ListPricingRulesCommand.js +3 -3
  56. package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +3 -3
  57. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  58. package/dist-es/commands/TagResourceCommand.js +3 -3
  59. package/dist-es/commands/UntagResourceCommand.js +3 -3
  60. package/dist-es/commands/UpdateBillingGroupCommand.js +3 -3
  61. package/dist-es/commands/UpdateCustomLineItemCommand.js +3 -3
  62. package/dist-es/commands/UpdatePricingPlanCommand.js +3 -3
  63. package/dist-es/commands/UpdatePricingRuleCommand.js +3 -3
  64. package/dist-es/protocols/Aws_restJson1.js +458 -488
  65. package/dist-types/protocols/Aws_restJson1.d.ts +248 -62
  66. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +62 -62
  67. package/package.json +35 -35
@@ -36,10 +36,10 @@ class AssociateAccountsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1AssociateAccountsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AssociateAccountsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateAccountsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AssociateAccountsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateAccountsCommand = AssociateAccountsCommand;
@@ -36,10 +36,10 @@ class AssociatePricingRulesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1AssociatePricingRulesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AssociatePricingRulesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociatePricingRulesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AssociatePricingRulesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociatePricingRulesCommand = AssociatePricingRulesCommand;
@@ -36,10 +36,10 @@ class BatchAssociateResourcesToCustomLineItemCommand extends smithy_client_1.Com
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchAssociateResourcesToCustomLineItemCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchAssociateResourcesToCustomLineItemCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchAssociateResourcesToCustomLineItemCommand = BatchAssociateResourcesToCustomLineItemCommand;
@@ -36,10 +36,10 @@ class BatchDisassociateResourcesFromCustomLineItemCommand extends smithy_client_
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchDisassociateResourcesFromCustomLineItemCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchDisassociateResourcesFromCustomLineItemCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchDisassociateResourcesFromCustomLineItemCommand = BatchDisassociateResourcesFromCustomLineItemCommand;
@@ -37,10 +37,10 @@ class CreateBillingGroupCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateBillingGroupCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateBillingGroupCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateBillingGroupCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateBillingGroupCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateBillingGroupCommand = CreateBillingGroupCommand;
@@ -37,10 +37,10 @@ class CreateCustomLineItemCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateCustomLineItemCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateCustomLineItemCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateCustomLineItemCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateCustomLineItemCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateCustomLineItemCommand = CreateCustomLineItemCommand;
@@ -37,10 +37,10 @@ class CreatePricingPlanCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1CreatePricingPlanCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreatePricingPlanCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreatePricingPlanCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreatePricingPlanCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreatePricingPlanCommand = CreatePricingPlanCommand;
@@ -37,10 +37,10 @@ class CreatePricingRuleCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1CreatePricingRuleCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreatePricingRuleCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreatePricingRuleCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreatePricingRuleCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreatePricingRuleCommand = CreatePricingRuleCommand;
@@ -36,10 +36,10 @@ class DeleteBillingGroupCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteBillingGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteBillingGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteBillingGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteBillingGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteBillingGroupCommand = DeleteBillingGroupCommand;
@@ -36,10 +36,10 @@ class DeleteCustomLineItemCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteCustomLineItemCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteCustomLineItemCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteCustomLineItemCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteCustomLineItemCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteCustomLineItemCommand = DeleteCustomLineItemCommand;
@@ -36,10 +36,10 @@ class DeletePricingPlanCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeletePricingPlanCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeletePricingPlanCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeletePricingPlanCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeletePricingPlanCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeletePricingPlanCommand = DeletePricingPlanCommand;
@@ -36,10 +36,10 @@ class DeletePricingRuleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeletePricingRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeletePricingRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeletePricingRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeletePricingRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeletePricingRuleCommand = DeletePricingRuleCommand;
@@ -36,10 +36,10 @@ class DisassociateAccountsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DisassociateAccountsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateAccountsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateAccountsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateAccountsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateAccountsCommand = DisassociateAccountsCommand;
@@ -36,10 +36,10 @@ class DisassociatePricingRulesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DisassociatePricingRulesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociatePricingRulesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociatePricingRulesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociatePricingRulesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociatePricingRulesCommand = DisassociatePricingRulesCommand;
@@ -37,10 +37,10 @@ class ListAccountAssociationsCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1ListAccountAssociationsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListAccountAssociationsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAccountAssociationsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListAccountAssociationsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListAccountAssociationsCommand = ListAccountAssociationsCommand;
@@ -36,10 +36,10 @@ class ListBillingGroupCostReportsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListBillingGroupCostReportsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListBillingGroupCostReportsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListBillingGroupCostReportsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListBillingGroupCostReportsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListBillingGroupCostReportsCommand = ListBillingGroupCostReportsCommand;
@@ -37,10 +37,10 @@ class ListBillingGroupsCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1ListBillingGroupsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListBillingGroupsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListBillingGroupsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListBillingGroupsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListBillingGroupsCommand = ListBillingGroupsCommand;
@@ -37,10 +37,10 @@ class ListCustomLineItemVersionsCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1ListCustomLineItemVersionsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListCustomLineItemVersionsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCustomLineItemVersionsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListCustomLineItemVersionsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListCustomLineItemVersionsCommand = ListCustomLineItemVersionsCommand;
@@ -37,10 +37,10 @@ class ListCustomLineItemsCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1ListCustomLineItemsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListCustomLineItemsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCustomLineItemsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListCustomLineItemsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListCustomLineItemsCommand = ListCustomLineItemsCommand;
@@ -36,10 +36,10 @@ class ListPricingPlansAssociatedWithPricingRuleCommand extends smithy_client_1.C
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListPricingPlansAssociatedWithPricingRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListPricingPlansAssociatedWithPricingRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPricingPlansAssociatedWithPricingRuleCommand = ListPricingPlansAssociatedWithPricingRuleCommand;
@@ -37,10 +37,10 @@ class ListPricingPlansCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1ListPricingPlansCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListPricingPlansCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPricingPlansCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListPricingPlansCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListPricingPlansCommand = ListPricingPlansCommand;
@@ -36,10 +36,10 @@ class ListPricingRulesAssociatedToPricingPlanCommand extends smithy_client_1.Com
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListPricingRulesAssociatedToPricingPlanCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListPricingRulesAssociatedToPricingPlanCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPricingRulesAssociatedToPricingPlanCommand = ListPricingRulesAssociatedToPricingPlanCommand;
@@ -37,10 +37,10 @@ class ListPricingRulesCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1ListPricingRulesCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListPricingRulesCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPricingRulesCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListPricingRulesCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListPricingRulesCommand = ListPricingRulesCommand;
@@ -36,10 +36,10 @@ class ListResourcesAssociatedToCustomLineItemCommand extends smithy_client_1.Com
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListResourcesAssociatedToCustomLineItemCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListResourcesAssociatedToCustomLineItemCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListResourcesAssociatedToCustomLineItemCommand = ListResourcesAssociatedToCustomLineItemCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -37,10 +37,10 @@ class UpdateBillingGroupCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateBillingGroupCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdateBillingGroupCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateBillingGroupCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdateBillingGroupCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateBillingGroupCommand = UpdateBillingGroupCommand;
@@ -37,10 +37,10 @@ class UpdateCustomLineItemCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateCustomLineItemCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdateCustomLineItemCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateCustomLineItemCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdateCustomLineItemCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateCustomLineItemCommand = UpdateCustomLineItemCommand;
@@ -37,10 +37,10 @@ class UpdatePricingPlanCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdatePricingPlanCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdatePricingPlanCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdatePricingPlanCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdatePricingPlanCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdatePricingPlanCommand = UpdatePricingPlanCommand;
@@ -37,10 +37,10 @@ class UpdatePricingRuleCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdatePricingRuleCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdatePricingRuleCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdatePricingRuleCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdatePricingRuleCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdatePricingRuleCommand = UpdatePricingRuleCommand;