@aws-sdk/client-billingconductor 3.303.0 → 3.309.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 +29 -29
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1AssociateAccountsCommand, serializeAws_restJson1AssociateAccountsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_AssociateAccountsCommand, se_AssociateAccountsCommand } from "../protocols/Aws_restJson1";
5
5
  export class AssociateAccountsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AssociateAccountsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1AssociateAccountsCommand(input, context);
36
+ return se_AssociateAccountsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1AssociateAccountsCommand(output, context);
39
+ return de_AssociateAccountsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1AssociatePricingRulesCommand, serializeAws_restJson1AssociatePricingRulesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_AssociatePricingRulesCommand, se_AssociatePricingRulesCommand } from "../protocols/Aws_restJson1";
5
5
  export class AssociatePricingRulesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AssociatePricingRulesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1AssociatePricingRulesCommand(input, context);
36
+ return se_AssociatePricingRulesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1AssociatePricingRulesCommand(output, context);
39
+ return de_AssociatePricingRulesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand, serializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchAssociateResourcesToCustomLineItemCommand, se_BatchAssociateResourcesToCustomLineItemCommand, } from "../protocols/Aws_restJson1";
5
5
  export class BatchAssociateResourcesToCustomLineItemCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchAssociateResourcesToCustomLineItemCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand(input, context);
36
+ return se_BatchAssociateResourcesToCustomLineItemCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand(output, context);
39
+ return de_BatchAssociateResourcesToCustomLineItemCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand, serializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchDisassociateResourcesFromCustomLineItemCommand, se_BatchDisassociateResourcesFromCustomLineItemCommand, } from "../protocols/Aws_restJson1";
5
5
  export class BatchDisassociateResourcesFromCustomLineItemCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchDisassociateResourcesFromCustomLineItemCommand extends $Comman
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand(input, context);
36
+ return se_BatchDisassociateResourcesFromCustomLineItemCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand(output, context);
39
+ return de_BatchDisassociateResourcesFromCustomLineItemCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateBillingGroupInputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateBillingGroupCommand, serializeAws_restJson1CreateBillingGroupCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateBillingGroupCommand, se_CreateBillingGroupCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateBillingGroupCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateBillingGroupCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateBillingGroupCommand(input, context);
37
+ return se_CreateBillingGroupCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateBillingGroupCommand(output, context);
40
+ return de_CreateBillingGroupCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateCustomLineItemInputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateCustomLineItemCommand, serializeAws_restJson1CreateCustomLineItemCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateCustomLineItemCommand, se_CreateCustomLineItemCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateCustomLineItemCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateCustomLineItemCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateCustomLineItemCommand(input, context);
37
+ return se_CreateCustomLineItemCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateCustomLineItemCommand(output, context);
40
+ return de_CreateCustomLineItemCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreatePricingPlanInputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreatePricingPlanCommand, serializeAws_restJson1CreatePricingPlanCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreatePricingPlanCommand, se_CreatePricingPlanCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreatePricingPlanCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreatePricingPlanCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreatePricingPlanCommand(input, context);
37
+ return se_CreatePricingPlanCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreatePricingPlanCommand(output, context);
40
+ return de_CreatePricingPlanCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreatePricingRuleInputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreatePricingRuleCommand, serializeAws_restJson1CreatePricingRuleCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreatePricingRuleCommand, se_CreatePricingRuleCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreatePricingRuleCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreatePricingRuleCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreatePricingRuleCommand(input, context);
37
+ return se_CreatePricingRuleCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreatePricingRuleCommand(output, context);
40
+ return de_CreatePricingRuleCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteBillingGroupCommand, serializeAws_restJson1DeleteBillingGroupCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteBillingGroupCommand, se_DeleteBillingGroupCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteBillingGroupCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteBillingGroupCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteBillingGroupCommand(input, context);
36
+ return se_DeleteBillingGroupCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteBillingGroupCommand(output, context);
39
+ return de_DeleteBillingGroupCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteCustomLineItemCommand, serializeAws_restJson1DeleteCustomLineItemCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteCustomLineItemCommand, se_DeleteCustomLineItemCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteCustomLineItemCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteCustomLineItemCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteCustomLineItemCommand(input, context);
36
+ return se_DeleteCustomLineItemCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteCustomLineItemCommand(output, context);
39
+ return de_DeleteCustomLineItemCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeletePricingPlanCommand, serializeAws_restJson1DeletePricingPlanCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeletePricingPlanCommand, se_DeletePricingPlanCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeletePricingPlanCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeletePricingPlanCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeletePricingPlanCommand(input, context);
36
+ return se_DeletePricingPlanCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeletePricingPlanCommand(output, context);
39
+ return de_DeletePricingPlanCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeletePricingRuleCommand, serializeAws_restJson1DeletePricingRuleCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeletePricingRuleCommand, se_DeletePricingRuleCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeletePricingRuleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeletePricingRuleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeletePricingRuleCommand(input, context);
36
+ return se_DeletePricingRuleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeletePricingRuleCommand(output, context);
39
+ return de_DeletePricingRuleCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DisassociateAccountsCommand, serializeAws_restJson1DisassociateAccountsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DisassociateAccountsCommand, se_DisassociateAccountsCommand } from "../protocols/Aws_restJson1";
5
5
  export class DisassociateAccountsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DisassociateAccountsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DisassociateAccountsCommand(input, context);
36
+ return se_DisassociateAccountsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DisassociateAccountsCommand(output, context);
39
+ return de_DisassociateAccountsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DisassociatePricingRulesCommand, serializeAws_restJson1DisassociatePricingRulesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DisassociatePricingRulesCommand, se_DisassociatePricingRulesCommand } from "../protocols/Aws_restJson1";
5
5
  export class DisassociatePricingRulesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DisassociatePricingRulesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DisassociatePricingRulesCommand(input, context);
36
+ return se_DisassociatePricingRulesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DisassociatePricingRulesCommand(output, context);
39
+ return de_DisassociatePricingRulesCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListAccountAssociationsOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListAccountAssociationsCommand, serializeAws_restJson1ListAccountAssociationsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListAccountAssociationsCommand, se_ListAccountAssociationsCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListAccountAssociationsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListAccountAssociationsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListAccountAssociationsCommand(input, context);
37
+ return se_ListAccountAssociationsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListAccountAssociationsCommand(output, context);
40
+ return de_ListAccountAssociationsCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListBillingGroupCostReportsCommand, serializeAws_restJson1ListBillingGroupCostReportsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListBillingGroupCostReportsCommand, se_ListBillingGroupCostReportsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListBillingGroupCostReportsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListBillingGroupCostReportsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListBillingGroupCostReportsCommand(input, context);
36
+ return se_ListBillingGroupCostReportsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListBillingGroupCostReportsCommand(output, context);
39
+ return de_ListBillingGroupCostReportsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListBillingGroupsOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListBillingGroupsCommand, serializeAws_restJson1ListBillingGroupsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListBillingGroupsCommand, se_ListBillingGroupsCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListBillingGroupsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListBillingGroupsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListBillingGroupsCommand(input, context);
37
+ return se_ListBillingGroupsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListBillingGroupsCommand(output, context);
40
+ return de_ListBillingGroupsCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListCustomLineItemVersionsOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListCustomLineItemVersionsCommand, serializeAws_restJson1ListCustomLineItemVersionsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListCustomLineItemVersionsCommand, se_ListCustomLineItemVersionsCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListCustomLineItemVersionsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListCustomLineItemVersionsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListCustomLineItemVersionsCommand(input, context);
37
+ return se_ListCustomLineItemVersionsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListCustomLineItemVersionsCommand(output, context);
40
+ return de_ListCustomLineItemVersionsCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListCustomLineItemsInputFilterSensitiveLog, ListCustomLineItemsOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListCustomLineItemsCommand, serializeAws_restJson1ListCustomLineItemsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListCustomLineItemsCommand, se_ListCustomLineItemsCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListCustomLineItemsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListCustomLineItemsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListCustomLineItemsCommand(input, context);
37
+ return se_ListCustomLineItemsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListCustomLineItemsCommand(output, context);
40
+ return de_ListCustomLineItemsCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand, serializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListPricingPlansAssociatedWithPricingRuleCommand, se_ListPricingPlansAssociatedWithPricingRuleCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand(input, context);
36
+ return se_ListPricingPlansAssociatedWithPricingRuleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand(output, context);
39
+ return de_ListPricingPlansAssociatedWithPricingRuleCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListPricingPlansOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListPricingPlansCommand, serializeAws_restJson1ListPricingPlansCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListPricingPlansCommand, se_ListPricingPlansCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListPricingPlansCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListPricingPlansCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListPricingPlansCommand(input, context);
37
+ return se_ListPricingPlansCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListPricingPlansCommand(output, context);
40
+ return de_ListPricingPlansCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand, serializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListPricingRulesAssociatedToPricingPlanCommand, se_ListPricingRulesAssociatedToPricingPlanCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListPricingRulesAssociatedToPricingPlanCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListPricingRulesAssociatedToPricingPlanCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand(input, context);
36
+ return se_ListPricingRulesAssociatedToPricingPlanCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand(output, context);
39
+ return de_ListPricingRulesAssociatedToPricingPlanCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListPricingRulesOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListPricingRulesCommand, serializeAws_restJson1ListPricingRulesCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListPricingRulesCommand, se_ListPricingRulesCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListPricingRulesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListPricingRulesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListPricingRulesCommand(input, context);
37
+ return se_ListPricingRulesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListPricingRulesCommand(output, context);
40
+ return de_ListPricingRulesCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand, serializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListResourcesAssociatedToCustomLineItemCommand, se_ListResourcesAssociatedToCustomLineItemCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListResourcesAssociatedToCustomLineItemCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListResourcesAssociatedToCustomLineItemCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand(input, context);
36
+ return se_ListResourcesAssociatedToCustomLineItemCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand(output, context);
39
+ return de_ListResourcesAssociatedToCustomLineItemCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1TagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1TagResourceCommand(output, context);
39
+ return de_TagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateBillingGroupInputFilterSensitiveLog, UpdateBillingGroupOutputFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1UpdateBillingGroupCommand, serializeAws_restJson1UpdateBillingGroupCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UpdateBillingGroupCommand, se_UpdateBillingGroupCommand } from "../protocols/Aws_restJson1";
6
6
  export class UpdateBillingGroupCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UpdateBillingGroupCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1UpdateBillingGroupCommand(input, context);
37
+ return se_UpdateBillingGroupCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1UpdateBillingGroupCommand(output, context);
40
+ return de_UpdateBillingGroupCommand(output, context);
41
41
  }
42
42
  }