@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
@@ -31,65 +31,251 @@ import { UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput } from
31
31
  import { UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput } from "../commands/UpdateCustomLineItemCommand";
32
32
  import { UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput } from "../commands/UpdatePricingPlanCommand";
33
33
  import { UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput } from "../commands/UpdatePricingRuleCommand";
34
- export declare const serializeAws_restJson1AssociateAccountsCommand: (input: AssociateAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1AssociatePricingRulesCommand: (input: AssociatePricingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand: (input: BatchAssociateResourcesToCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand: (input: BatchDisassociateResourcesFromCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1CreateBillingGroupCommand: (input: CreateBillingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1CreateCustomLineItemCommand: (input: CreateCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1CreatePricingPlanCommand: (input: CreatePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1CreatePricingRuleCommand: (input: CreatePricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DeleteBillingGroupCommand: (input: DeleteBillingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DeleteCustomLineItemCommand: (input: DeleteCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DeletePricingPlanCommand: (input: DeletePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DeletePricingRuleCommand: (input: DeletePricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DisassociateAccountsCommand: (input: DisassociateAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1DisassociatePricingRulesCommand: (input: DisassociatePricingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1ListAccountAssociationsCommand: (input: ListAccountAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1ListBillingGroupCostReportsCommand: (input: ListBillingGroupCostReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1ListBillingGroupsCommand: (input: ListBillingGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1ListCustomLineItemsCommand: (input: ListCustomLineItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListCustomLineItemVersionsCommand: (input: ListCustomLineItemVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1ListPricingPlansCommand: (input: ListPricingPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand: (input: ListPricingPlansAssociatedWithPricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1ListPricingRulesCommand: (input: ListPricingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand: (input: ListPricingRulesAssociatedToPricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand: (input: ListResourcesAssociatedToCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1UpdateBillingGroupCommand: (input: UpdateBillingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1UpdateCustomLineItemCommand: (input: UpdateCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1UpdatePricingPlanCommand: (input: UpdatePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1UpdatePricingRuleCommand: (input: UpdatePricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const deserializeAws_restJson1AssociateAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAccountsCommandOutput>;
66
- export declare const deserializeAws_restJson1AssociatePricingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePricingRulesCommandOutput>;
67
- export declare const deserializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateResourcesToCustomLineItemCommandOutput>;
68
- export declare const deserializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateResourcesFromCustomLineItemCommandOutput>;
69
- export declare const deserializeAws_restJson1CreateBillingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBillingGroupCommandOutput>;
70
- export declare const deserializeAws_restJson1CreateCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomLineItemCommandOutput>;
71
- export declare const deserializeAws_restJson1CreatePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePricingPlanCommandOutput>;
72
- export declare const deserializeAws_restJson1CreatePricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePricingRuleCommandOutput>;
73
- export declare const deserializeAws_restJson1DeleteBillingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBillingGroupCommandOutput>;
74
- export declare const deserializeAws_restJson1DeleteCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomLineItemCommandOutput>;
75
- export declare const deserializeAws_restJson1DeletePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePricingPlanCommandOutput>;
76
- export declare const deserializeAws_restJson1DeletePricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePricingRuleCommandOutput>;
77
- export declare const deserializeAws_restJson1DisassociateAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAccountsCommandOutput>;
78
- export declare const deserializeAws_restJson1DisassociatePricingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePricingRulesCommandOutput>;
79
- export declare const deserializeAws_restJson1ListAccountAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountAssociationsCommandOutput>;
80
- export declare const deserializeAws_restJson1ListBillingGroupCostReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBillingGroupCostReportsCommandOutput>;
81
- export declare const deserializeAws_restJson1ListBillingGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBillingGroupsCommandOutput>;
82
- export declare const deserializeAws_restJson1ListCustomLineItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomLineItemsCommandOutput>;
83
- export declare const deserializeAws_restJson1ListCustomLineItemVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomLineItemVersionsCommandOutput>;
84
- export declare const deserializeAws_restJson1ListPricingPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingPlansCommandOutput>;
85
- export declare const deserializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
86
- export declare const deserializeAws_restJson1ListPricingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingRulesCommandOutput>;
87
- export declare const deserializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingRulesAssociatedToPricingPlanCommandOutput>;
88
- export declare const deserializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesAssociatedToCustomLineItemCommandOutput>;
89
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
90
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
91
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
92
- export declare const deserializeAws_restJson1UpdateBillingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBillingGroupCommandOutput>;
93
- export declare const deserializeAws_restJson1UpdateCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomLineItemCommandOutput>;
94
- export declare const deserializeAws_restJson1UpdatePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePricingPlanCommandOutput>;
95
- export declare const deserializeAws_restJson1UpdatePricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePricingRuleCommandOutput>;
34
+ /**
35
+ * serializeAws_restJson1AssociateAccountsCommand
36
+ */
37
+ export declare const se_AssociateAccountsCommand: (input: AssociateAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ /**
39
+ * serializeAws_restJson1AssociatePricingRulesCommand
40
+ */
41
+ export declare const se_AssociatePricingRulesCommand: (input: AssociatePricingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ /**
43
+ * serializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand
44
+ */
45
+ export declare const se_BatchAssociateResourcesToCustomLineItemCommand: (input: BatchAssociateResourcesToCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ /**
47
+ * serializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand
48
+ */
49
+ export declare const se_BatchDisassociateResourcesFromCustomLineItemCommand: (input: BatchDisassociateResourcesFromCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_restJson1CreateBillingGroupCommand
52
+ */
53
+ export declare const se_CreateBillingGroupCommand: (input: CreateBillingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_restJson1CreateCustomLineItemCommand
56
+ */
57
+ export declare const se_CreateCustomLineItemCommand: (input: CreateCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1CreatePricingPlanCommand
60
+ */
61
+ export declare const se_CreatePricingPlanCommand: (input: CreatePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1CreatePricingRuleCommand
64
+ */
65
+ export declare const se_CreatePricingRuleCommand: (input: CreatePricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1DeleteBillingGroupCommand
68
+ */
69
+ export declare const se_DeleteBillingGroupCommand: (input: DeleteBillingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1DeleteCustomLineItemCommand
72
+ */
73
+ export declare const se_DeleteCustomLineItemCommand: (input: DeleteCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1DeletePricingPlanCommand
76
+ */
77
+ export declare const se_DeletePricingPlanCommand: (input: DeletePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_restJson1DeletePricingRuleCommand
80
+ */
81
+ export declare const se_DeletePricingRuleCommand: (input: DeletePricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1DisassociateAccountsCommand
84
+ */
85
+ export declare const se_DisassociateAccountsCommand: (input: DisassociateAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_restJson1DisassociatePricingRulesCommand
88
+ */
89
+ export declare const se_DisassociatePricingRulesCommand: (input: DisassociatePricingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_restJson1ListAccountAssociationsCommand
92
+ */
93
+ export declare const se_ListAccountAssociationsCommand: (input: ListAccountAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1ListBillingGroupCostReportsCommand
96
+ */
97
+ export declare const se_ListBillingGroupCostReportsCommand: (input: ListBillingGroupCostReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_restJson1ListBillingGroupsCommand
100
+ */
101
+ export declare const se_ListBillingGroupsCommand: (input: ListBillingGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_restJson1ListCustomLineItemsCommand
104
+ */
105
+ export declare const se_ListCustomLineItemsCommand: (input: ListCustomLineItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_restJson1ListCustomLineItemVersionsCommand
108
+ */
109
+ export declare const se_ListCustomLineItemVersionsCommand: (input: ListCustomLineItemVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_restJson1ListPricingPlansCommand
112
+ */
113
+ export declare const se_ListPricingPlansCommand: (input: ListPricingPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand
116
+ */
117
+ export declare const se_ListPricingPlansAssociatedWithPricingRuleCommand: (input: ListPricingPlansAssociatedWithPricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_restJson1ListPricingRulesCommand
120
+ */
121
+ export declare const se_ListPricingRulesCommand: (input: ListPricingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand
124
+ */
125
+ export declare const se_ListPricingRulesAssociatedToPricingPlanCommand: (input: ListPricingRulesAssociatedToPricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand
128
+ */
129
+ export declare const se_ListResourcesAssociatedToCustomLineItemCommand: (input: ListResourcesAssociatedToCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_restJson1ListTagsForResourceCommand
132
+ */
133
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_restJson1TagResourceCommand
136
+ */
137
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_restJson1UntagResourceCommand
140
+ */
141
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_restJson1UpdateBillingGroupCommand
144
+ */
145
+ export declare const se_UpdateBillingGroupCommand: (input: UpdateBillingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_restJson1UpdateCustomLineItemCommand
148
+ */
149
+ export declare const se_UpdateCustomLineItemCommand: (input: UpdateCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_restJson1UpdatePricingPlanCommand
152
+ */
153
+ export declare const se_UpdatePricingPlanCommand: (input: UpdatePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_restJson1UpdatePricingRuleCommand
156
+ */
157
+ export declare const se_UpdatePricingRuleCommand: (input: UpdatePricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * deserializeAws_restJson1AssociateAccountsCommand
160
+ */
161
+ export declare const de_AssociateAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAccountsCommandOutput>;
162
+ /**
163
+ * deserializeAws_restJson1AssociatePricingRulesCommand
164
+ */
165
+ export declare const de_AssociatePricingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePricingRulesCommandOutput>;
166
+ /**
167
+ * deserializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand
168
+ */
169
+ export declare const de_BatchAssociateResourcesToCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateResourcesToCustomLineItemCommandOutput>;
170
+ /**
171
+ * deserializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand
172
+ */
173
+ export declare const de_BatchDisassociateResourcesFromCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateResourcesFromCustomLineItemCommandOutput>;
174
+ /**
175
+ * deserializeAws_restJson1CreateBillingGroupCommand
176
+ */
177
+ export declare const de_CreateBillingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBillingGroupCommandOutput>;
178
+ /**
179
+ * deserializeAws_restJson1CreateCustomLineItemCommand
180
+ */
181
+ export declare const de_CreateCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomLineItemCommandOutput>;
182
+ /**
183
+ * deserializeAws_restJson1CreatePricingPlanCommand
184
+ */
185
+ export declare const de_CreatePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePricingPlanCommandOutput>;
186
+ /**
187
+ * deserializeAws_restJson1CreatePricingRuleCommand
188
+ */
189
+ export declare const de_CreatePricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePricingRuleCommandOutput>;
190
+ /**
191
+ * deserializeAws_restJson1DeleteBillingGroupCommand
192
+ */
193
+ export declare const de_DeleteBillingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBillingGroupCommandOutput>;
194
+ /**
195
+ * deserializeAws_restJson1DeleteCustomLineItemCommand
196
+ */
197
+ export declare const de_DeleteCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomLineItemCommandOutput>;
198
+ /**
199
+ * deserializeAws_restJson1DeletePricingPlanCommand
200
+ */
201
+ export declare const de_DeletePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePricingPlanCommandOutput>;
202
+ /**
203
+ * deserializeAws_restJson1DeletePricingRuleCommand
204
+ */
205
+ export declare const de_DeletePricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePricingRuleCommandOutput>;
206
+ /**
207
+ * deserializeAws_restJson1DisassociateAccountsCommand
208
+ */
209
+ export declare const de_DisassociateAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAccountsCommandOutput>;
210
+ /**
211
+ * deserializeAws_restJson1DisassociatePricingRulesCommand
212
+ */
213
+ export declare const de_DisassociatePricingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePricingRulesCommandOutput>;
214
+ /**
215
+ * deserializeAws_restJson1ListAccountAssociationsCommand
216
+ */
217
+ export declare const de_ListAccountAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountAssociationsCommandOutput>;
218
+ /**
219
+ * deserializeAws_restJson1ListBillingGroupCostReportsCommand
220
+ */
221
+ export declare const de_ListBillingGroupCostReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBillingGroupCostReportsCommandOutput>;
222
+ /**
223
+ * deserializeAws_restJson1ListBillingGroupsCommand
224
+ */
225
+ export declare const de_ListBillingGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBillingGroupsCommandOutput>;
226
+ /**
227
+ * deserializeAws_restJson1ListCustomLineItemsCommand
228
+ */
229
+ export declare const de_ListCustomLineItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomLineItemsCommandOutput>;
230
+ /**
231
+ * deserializeAws_restJson1ListCustomLineItemVersionsCommand
232
+ */
233
+ export declare const de_ListCustomLineItemVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomLineItemVersionsCommandOutput>;
234
+ /**
235
+ * deserializeAws_restJson1ListPricingPlansCommand
236
+ */
237
+ export declare const de_ListPricingPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingPlansCommandOutput>;
238
+ /**
239
+ * deserializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand
240
+ */
241
+ export declare const de_ListPricingPlansAssociatedWithPricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
242
+ /**
243
+ * deserializeAws_restJson1ListPricingRulesCommand
244
+ */
245
+ export declare const de_ListPricingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingRulesCommandOutput>;
246
+ /**
247
+ * deserializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand
248
+ */
249
+ export declare const de_ListPricingRulesAssociatedToPricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingRulesAssociatedToPricingPlanCommandOutput>;
250
+ /**
251
+ * deserializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand
252
+ */
253
+ export declare const de_ListResourcesAssociatedToCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesAssociatedToCustomLineItemCommandOutput>;
254
+ /**
255
+ * deserializeAws_restJson1ListTagsForResourceCommand
256
+ */
257
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
258
+ /**
259
+ * deserializeAws_restJson1TagResourceCommand
260
+ */
261
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
262
+ /**
263
+ * deserializeAws_restJson1UntagResourceCommand
264
+ */
265
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
266
+ /**
267
+ * deserializeAws_restJson1UpdateBillingGroupCommand
268
+ */
269
+ export declare const de_UpdateBillingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBillingGroupCommandOutput>;
270
+ /**
271
+ * deserializeAws_restJson1UpdateCustomLineItemCommand
272
+ */
273
+ export declare const de_UpdateCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomLineItemCommandOutput>;
274
+ /**
275
+ * deserializeAws_restJson1UpdatePricingPlanCommand
276
+ */
277
+ export declare const de_UpdatePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePricingPlanCommandOutput>;
278
+ /**
279
+ * deserializeAws_restJson1UpdatePricingRuleCommand
280
+ */
281
+ export declare const de_UpdatePricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePricingRuleCommandOutput>;
@@ -127,251 +127,251 @@ import {
127
127
  UpdatePricingRuleCommandInput,
128
128
  UpdatePricingRuleCommandOutput,
129
129
  } from "../commands/UpdatePricingRuleCommand";
130
- export declare const serializeAws_restJson1AssociateAccountsCommand: (
130
+ export declare const se_AssociateAccountsCommand: (
131
131
  input: AssociateAccountsCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1AssociatePricingRulesCommand: (
134
+ export declare const se_AssociatePricingRulesCommand: (
135
135
  input: AssociatePricingRulesCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand: (
138
+ export declare const se_BatchAssociateResourcesToCustomLineItemCommand: (
139
139
  input: BatchAssociateResourcesToCustomLineItemCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand: (
142
+ export declare const se_BatchDisassociateResourcesFromCustomLineItemCommand: (
143
143
  input: BatchDisassociateResourcesFromCustomLineItemCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1CreateBillingGroupCommand: (
146
+ export declare const se_CreateBillingGroupCommand: (
147
147
  input: CreateBillingGroupCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1CreateCustomLineItemCommand: (
150
+ export declare const se_CreateCustomLineItemCommand: (
151
151
  input: CreateCustomLineItemCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1CreatePricingPlanCommand: (
154
+ export declare const se_CreatePricingPlanCommand: (
155
155
  input: CreatePricingPlanCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1CreatePricingRuleCommand: (
158
+ export declare const se_CreatePricingRuleCommand: (
159
159
  input: CreatePricingRuleCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1DeleteBillingGroupCommand: (
162
+ export declare const se_DeleteBillingGroupCommand: (
163
163
  input: DeleteBillingGroupCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1DeleteCustomLineItemCommand: (
166
+ export declare const se_DeleteCustomLineItemCommand: (
167
167
  input: DeleteCustomLineItemCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1DeletePricingPlanCommand: (
170
+ export declare const se_DeletePricingPlanCommand: (
171
171
  input: DeletePricingPlanCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1DeletePricingRuleCommand: (
174
+ export declare const se_DeletePricingRuleCommand: (
175
175
  input: DeletePricingRuleCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1DisassociateAccountsCommand: (
178
+ export declare const se_DisassociateAccountsCommand: (
179
179
  input: DisassociateAccountsCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1DisassociatePricingRulesCommand: (
182
+ export declare const se_DisassociatePricingRulesCommand: (
183
183
  input: DisassociatePricingRulesCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1ListAccountAssociationsCommand: (
186
+ export declare const se_ListAccountAssociationsCommand: (
187
187
  input: ListAccountAssociationsCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1ListBillingGroupCostReportsCommand: (
190
+ export declare const se_ListBillingGroupCostReportsCommand: (
191
191
  input: ListBillingGroupCostReportsCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1ListBillingGroupsCommand: (
194
+ export declare const se_ListBillingGroupsCommand: (
195
195
  input: ListBillingGroupsCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1ListCustomLineItemsCommand: (
198
+ export declare const se_ListCustomLineItemsCommand: (
199
199
  input: ListCustomLineItemsCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1ListCustomLineItemVersionsCommand: (
202
+ export declare const se_ListCustomLineItemVersionsCommand: (
203
203
  input: ListCustomLineItemVersionsCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1ListPricingPlansCommand: (
206
+ export declare const se_ListPricingPlansCommand: (
207
207
  input: ListPricingPlansCommandInput,
208
208
  context: __SerdeContext
209
209
  ) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand: (
210
+ export declare const se_ListPricingPlansAssociatedWithPricingRuleCommand: (
211
211
  input: ListPricingPlansAssociatedWithPricingRuleCommandInput,
212
212
  context: __SerdeContext
213
213
  ) => Promise<__HttpRequest>;
214
- export declare const serializeAws_restJson1ListPricingRulesCommand: (
214
+ export declare const se_ListPricingRulesCommand: (
215
215
  input: ListPricingRulesCommandInput,
216
216
  context: __SerdeContext
217
217
  ) => Promise<__HttpRequest>;
218
- export declare const serializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand: (
218
+ export declare const se_ListPricingRulesAssociatedToPricingPlanCommand: (
219
219
  input: ListPricingRulesAssociatedToPricingPlanCommandInput,
220
220
  context: __SerdeContext
221
221
  ) => Promise<__HttpRequest>;
222
- export declare const serializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand: (
222
+ export declare const se_ListResourcesAssociatedToCustomLineItemCommand: (
223
223
  input: ListResourcesAssociatedToCustomLineItemCommandInput,
224
224
  context: __SerdeContext
225
225
  ) => Promise<__HttpRequest>;
226
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
226
+ export declare const se_ListTagsForResourceCommand: (
227
227
  input: ListTagsForResourceCommandInput,
228
228
  context: __SerdeContext
229
229
  ) => Promise<__HttpRequest>;
230
- export declare const serializeAws_restJson1TagResourceCommand: (
230
+ export declare const se_TagResourceCommand: (
231
231
  input: TagResourceCommandInput,
232
232
  context: __SerdeContext
233
233
  ) => Promise<__HttpRequest>;
234
- export declare const serializeAws_restJson1UntagResourceCommand: (
234
+ export declare const se_UntagResourceCommand: (
235
235
  input: UntagResourceCommandInput,
236
236
  context: __SerdeContext
237
237
  ) => Promise<__HttpRequest>;
238
- export declare const serializeAws_restJson1UpdateBillingGroupCommand: (
238
+ export declare const se_UpdateBillingGroupCommand: (
239
239
  input: UpdateBillingGroupCommandInput,
240
240
  context: __SerdeContext
241
241
  ) => Promise<__HttpRequest>;
242
- export declare const serializeAws_restJson1UpdateCustomLineItemCommand: (
242
+ export declare const se_UpdateCustomLineItemCommand: (
243
243
  input: UpdateCustomLineItemCommandInput,
244
244
  context: __SerdeContext
245
245
  ) => Promise<__HttpRequest>;
246
- export declare const serializeAws_restJson1UpdatePricingPlanCommand: (
246
+ export declare const se_UpdatePricingPlanCommand: (
247
247
  input: UpdatePricingPlanCommandInput,
248
248
  context: __SerdeContext
249
249
  ) => Promise<__HttpRequest>;
250
- export declare const serializeAws_restJson1UpdatePricingRuleCommand: (
250
+ export declare const se_UpdatePricingRuleCommand: (
251
251
  input: UpdatePricingRuleCommandInput,
252
252
  context: __SerdeContext
253
253
  ) => Promise<__HttpRequest>;
254
- export declare const deserializeAws_restJson1AssociateAccountsCommand: (
254
+ export declare const de_AssociateAccountsCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<AssociateAccountsCommandOutput>;
258
- export declare const deserializeAws_restJson1AssociatePricingRulesCommand: (
258
+ export declare const de_AssociatePricingRulesCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<AssociatePricingRulesCommandOutput>;
262
- export declare const deserializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand: (
262
+ export declare const de_BatchAssociateResourcesToCustomLineItemCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<BatchAssociateResourcesToCustomLineItemCommandOutput>;
266
- export declare const deserializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand: (
266
+ export declare const de_BatchDisassociateResourcesFromCustomLineItemCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<BatchDisassociateResourcesFromCustomLineItemCommandOutput>;
270
- export declare const deserializeAws_restJson1CreateBillingGroupCommand: (
270
+ export declare const de_CreateBillingGroupCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<CreateBillingGroupCommandOutput>;
274
- export declare const deserializeAws_restJson1CreateCustomLineItemCommand: (
274
+ export declare const de_CreateCustomLineItemCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<CreateCustomLineItemCommandOutput>;
278
- export declare const deserializeAws_restJson1CreatePricingPlanCommand: (
278
+ export declare const de_CreatePricingPlanCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<CreatePricingPlanCommandOutput>;
282
- export declare const deserializeAws_restJson1CreatePricingRuleCommand: (
282
+ export declare const de_CreatePricingRuleCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<CreatePricingRuleCommandOutput>;
286
- export declare const deserializeAws_restJson1DeleteBillingGroupCommand: (
286
+ export declare const de_DeleteBillingGroupCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<DeleteBillingGroupCommandOutput>;
290
- export declare const deserializeAws_restJson1DeleteCustomLineItemCommand: (
290
+ export declare const de_DeleteCustomLineItemCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<DeleteCustomLineItemCommandOutput>;
294
- export declare const deserializeAws_restJson1DeletePricingPlanCommand: (
294
+ export declare const de_DeletePricingPlanCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<DeletePricingPlanCommandOutput>;
298
- export declare const deserializeAws_restJson1DeletePricingRuleCommand: (
298
+ export declare const de_DeletePricingRuleCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<DeletePricingRuleCommandOutput>;
302
- export declare const deserializeAws_restJson1DisassociateAccountsCommand: (
302
+ export declare const de_DisassociateAccountsCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<DisassociateAccountsCommandOutput>;
306
- export declare const deserializeAws_restJson1DisassociatePricingRulesCommand: (
306
+ export declare const de_DisassociatePricingRulesCommand: (
307
307
  output: __HttpResponse,
308
308
  context: __SerdeContext
309
309
  ) => Promise<DisassociatePricingRulesCommandOutput>;
310
- export declare const deserializeAws_restJson1ListAccountAssociationsCommand: (
310
+ export declare const de_ListAccountAssociationsCommand: (
311
311
  output: __HttpResponse,
312
312
  context: __SerdeContext
313
313
  ) => Promise<ListAccountAssociationsCommandOutput>;
314
- export declare const deserializeAws_restJson1ListBillingGroupCostReportsCommand: (
314
+ export declare const de_ListBillingGroupCostReportsCommand: (
315
315
  output: __HttpResponse,
316
316
  context: __SerdeContext
317
317
  ) => Promise<ListBillingGroupCostReportsCommandOutput>;
318
- export declare const deserializeAws_restJson1ListBillingGroupsCommand: (
318
+ export declare const de_ListBillingGroupsCommand: (
319
319
  output: __HttpResponse,
320
320
  context: __SerdeContext
321
321
  ) => Promise<ListBillingGroupsCommandOutput>;
322
- export declare const deserializeAws_restJson1ListCustomLineItemsCommand: (
322
+ export declare const de_ListCustomLineItemsCommand: (
323
323
  output: __HttpResponse,
324
324
  context: __SerdeContext
325
325
  ) => Promise<ListCustomLineItemsCommandOutput>;
326
- export declare const deserializeAws_restJson1ListCustomLineItemVersionsCommand: (
326
+ export declare const de_ListCustomLineItemVersionsCommand: (
327
327
  output: __HttpResponse,
328
328
  context: __SerdeContext
329
329
  ) => Promise<ListCustomLineItemVersionsCommandOutput>;
330
- export declare const deserializeAws_restJson1ListPricingPlansCommand: (
330
+ export declare const de_ListPricingPlansCommand: (
331
331
  output: __HttpResponse,
332
332
  context: __SerdeContext
333
333
  ) => Promise<ListPricingPlansCommandOutput>;
334
- export declare const deserializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand: (
334
+ export declare const de_ListPricingPlansAssociatedWithPricingRuleCommand: (
335
335
  output: __HttpResponse,
336
336
  context: __SerdeContext
337
337
  ) => Promise<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
338
- export declare const deserializeAws_restJson1ListPricingRulesCommand: (
338
+ export declare const de_ListPricingRulesCommand: (
339
339
  output: __HttpResponse,
340
340
  context: __SerdeContext
341
341
  ) => Promise<ListPricingRulesCommandOutput>;
342
- export declare const deserializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand: (
342
+ export declare const de_ListPricingRulesAssociatedToPricingPlanCommand: (
343
343
  output: __HttpResponse,
344
344
  context: __SerdeContext
345
345
  ) => Promise<ListPricingRulesAssociatedToPricingPlanCommandOutput>;
346
- export declare const deserializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand: (
346
+ export declare const de_ListResourcesAssociatedToCustomLineItemCommand: (
347
347
  output: __HttpResponse,
348
348
  context: __SerdeContext
349
349
  ) => Promise<ListResourcesAssociatedToCustomLineItemCommandOutput>;
350
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
350
+ export declare const de_ListTagsForResourceCommand: (
351
351
  output: __HttpResponse,
352
352
  context: __SerdeContext
353
353
  ) => Promise<ListTagsForResourceCommandOutput>;
354
- export declare const deserializeAws_restJson1TagResourceCommand: (
354
+ export declare const de_TagResourceCommand: (
355
355
  output: __HttpResponse,
356
356
  context: __SerdeContext
357
357
  ) => Promise<TagResourceCommandOutput>;
358
- export declare const deserializeAws_restJson1UntagResourceCommand: (
358
+ export declare const de_UntagResourceCommand: (
359
359
  output: __HttpResponse,
360
360
  context: __SerdeContext
361
361
  ) => Promise<UntagResourceCommandOutput>;
362
- export declare const deserializeAws_restJson1UpdateBillingGroupCommand: (
362
+ export declare const de_UpdateBillingGroupCommand: (
363
363
  output: __HttpResponse,
364
364
  context: __SerdeContext
365
365
  ) => Promise<UpdateBillingGroupCommandOutput>;
366
- export declare const deserializeAws_restJson1UpdateCustomLineItemCommand: (
366
+ export declare const de_UpdateCustomLineItemCommand: (
367
367
  output: __HttpResponse,
368
368
  context: __SerdeContext
369
369
  ) => Promise<UpdateCustomLineItemCommandOutput>;
370
- export declare const deserializeAws_restJson1UpdatePricingPlanCommand: (
370
+ export declare const de_UpdatePricingPlanCommand: (
371
371
  output: __HttpResponse,
372
372
  context: __SerdeContext
373
373
  ) => Promise<UpdatePricingPlanCommandOutput>;
374
- export declare const deserializeAws_restJson1UpdatePricingRuleCommand: (
374
+ export declare const de_UpdatePricingRuleCommand: (
375
375
  output: __HttpResponse,
376
376
  context: __SerdeContext
377
377
  ) => Promise<UpdatePricingRuleCommandOutput>;