@aws-sdk/client-billingconductor 3.928.0 → 3.930.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1531 -1689
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/BillingconductorClient.js +2 -0
- package/dist-es/commands/AssociateAccountsCommand.js +3 -9
- package/dist-es/commands/AssociatePricingRulesCommand.js +3 -9
- package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +3 -9
- package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +3 -9
- package/dist-es/commands/CreateBillingGroupCommand.js +3 -10
- package/dist-es/commands/CreateCustomLineItemCommand.js +3 -10
- package/dist-es/commands/CreatePricingPlanCommand.js +3 -10
- package/dist-es/commands/CreatePricingRuleCommand.js +3 -10
- package/dist-es/commands/DeleteBillingGroupCommand.js +3 -9
- package/dist-es/commands/DeleteCustomLineItemCommand.js +3 -9
- package/dist-es/commands/DeletePricingPlanCommand.js +3 -9
- package/dist-es/commands/DeletePricingRuleCommand.js +3 -9
- package/dist-es/commands/DisassociateAccountsCommand.js +3 -9
- package/dist-es/commands/DisassociatePricingRulesCommand.js +3 -9
- package/dist-es/commands/GetBillingGroupCostReportCommand.js +3 -9
- package/dist-es/commands/ListAccountAssociationsCommand.js +3 -10
- package/dist-es/commands/ListBillingGroupCostReportsCommand.js +3 -9
- package/dist-es/commands/ListBillingGroupsCommand.js +3 -10
- package/dist-es/commands/ListCustomLineItemVersionsCommand.js +3 -10
- package/dist-es/commands/ListCustomLineItemsCommand.js +3 -10
- package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +3 -9
- package/dist-es/commands/ListPricingPlansCommand.js +3 -10
- package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +3 -9
- package/dist-es/commands/ListPricingRulesCommand.js +3 -10
- package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateBillingGroupCommand.js +3 -10
- package/dist-es/commands/UpdateCustomLineItemCommand.js +3 -10
- package/dist-es/commands/UpdatePricingPlanCommand.js +3 -10
- package/dist-es/commands/UpdatePricingRuleCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -135
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1464 -0
- package/dist-types/BillingconductorClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -104
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +193 -0
- package/dist-types/ts3.4/BillingconductorClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -78
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +199 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -1288
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -290
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -389
|
@@ -1,290 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AssociateAccountsCommandInput, AssociateAccountsCommandOutput } from "../commands/AssociateAccountsCommand";
|
|
4
|
-
import { AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput } from "../commands/AssociatePricingRulesCommand";
|
|
5
|
-
import { BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput } from "../commands/BatchAssociateResourcesToCustomLineItemCommand";
|
|
6
|
-
import { BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput } from "../commands/BatchDisassociateResourcesFromCustomLineItemCommand";
|
|
7
|
-
import { CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput } from "../commands/CreateBillingGroupCommand";
|
|
8
|
-
import { CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput } from "../commands/CreateCustomLineItemCommand";
|
|
9
|
-
import { CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput } from "../commands/CreatePricingPlanCommand";
|
|
10
|
-
import { CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput } from "../commands/CreatePricingRuleCommand";
|
|
11
|
-
import { DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput } from "../commands/DeleteBillingGroupCommand";
|
|
12
|
-
import { DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput } from "../commands/DeleteCustomLineItemCommand";
|
|
13
|
-
import { DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput } from "../commands/DeletePricingPlanCommand";
|
|
14
|
-
import { DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput } from "../commands/DeletePricingRuleCommand";
|
|
15
|
-
import { DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput } from "../commands/DisassociateAccountsCommand";
|
|
16
|
-
import { DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput } from "../commands/DisassociatePricingRulesCommand";
|
|
17
|
-
import { GetBillingGroupCostReportCommandInput, GetBillingGroupCostReportCommandOutput } from "../commands/GetBillingGroupCostReportCommand";
|
|
18
|
-
import { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput } from "../commands/ListAccountAssociationsCommand";
|
|
19
|
-
import { ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput } from "../commands/ListBillingGroupCostReportsCommand";
|
|
20
|
-
import { ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput } from "../commands/ListBillingGroupsCommand";
|
|
21
|
-
import { ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput } from "../commands/ListCustomLineItemsCommand";
|
|
22
|
-
import { ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput } from "../commands/ListCustomLineItemVersionsCommand";
|
|
23
|
-
import { ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput } from "../commands/ListPricingPlansAssociatedWithPricingRuleCommand";
|
|
24
|
-
import { ListPricingPlansCommandInput, ListPricingPlansCommandOutput } from "../commands/ListPricingPlansCommand";
|
|
25
|
-
import { ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput } from "../commands/ListPricingRulesAssociatedToPricingPlanCommand";
|
|
26
|
-
import { ListPricingRulesCommandInput, ListPricingRulesCommandOutput } from "../commands/ListPricingRulesCommand";
|
|
27
|
-
import { ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput } from "../commands/ListResourcesAssociatedToCustomLineItemCommand";
|
|
28
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
29
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
30
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
31
|
-
import { UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput } from "../commands/UpdateBillingGroupCommand";
|
|
32
|
-
import { UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput } from "../commands/UpdateCustomLineItemCommand";
|
|
33
|
-
import { UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput } from "../commands/UpdatePricingPlanCommand";
|
|
34
|
-
import { UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput } from "../commands/UpdatePricingRuleCommand";
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_restJson1AssociateAccountsCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_AssociateAccountsCommand: (input: AssociateAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_restJson1AssociatePricingRulesCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_AssociatePricingRulesCommand: (input: AssociatePricingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_BatchAssociateResourcesToCustomLineItemCommand: (input: BatchAssociateResourcesToCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_BatchDisassociateResourcesFromCustomLineItemCommand: (input: BatchDisassociateResourcesFromCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_restJson1CreateBillingGroupCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_CreateBillingGroupCommand: (input: CreateBillingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_restJson1CreateCustomLineItemCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_CreateCustomLineItemCommand: (input: CreateCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1CreatePricingPlanCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_CreatePricingPlanCommand: (input: CreatePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_restJson1CreatePricingRuleCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_CreatePricingRuleCommand: (input: CreatePricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_restJson1DeleteBillingGroupCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_DeleteBillingGroupCommand: (input: DeleteBillingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_restJson1DeleteCustomLineItemCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_DeleteCustomLineItemCommand: (input: DeleteCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_restJson1DeletePricingPlanCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_DeletePricingPlanCommand: (input: DeletePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_restJson1DeletePricingRuleCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_DeletePricingRuleCommand: (input: DeletePricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_restJson1DisassociateAccountsCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_DisassociateAccountsCommand: (input: DisassociateAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_restJson1DisassociatePricingRulesCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_DisassociatePricingRulesCommand: (input: DisassociatePricingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_restJson1GetBillingGroupCostReportCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_GetBillingGroupCostReportCommand: (input: GetBillingGroupCostReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_restJson1ListAccountAssociationsCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_ListAccountAssociationsCommand: (input: ListAccountAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_restJson1ListBillingGroupCostReportsCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_ListBillingGroupCostReportsCommand: (input: ListBillingGroupCostReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* serializeAws_restJson1ListBillingGroupsCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const se_ListBillingGroupsCommand: (input: ListBillingGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
/**
|
|
108
|
-
* serializeAws_restJson1ListCustomLineItemsCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const se_ListCustomLineItemsCommand: (input: ListCustomLineItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
/**
|
|
112
|
-
* serializeAws_restJson1ListCustomLineItemVersionsCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const se_ListCustomLineItemVersionsCommand: (input: ListCustomLineItemVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
/**
|
|
116
|
-
* serializeAws_restJson1ListPricingPlansCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const se_ListPricingPlansCommand: (input: ListPricingPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
/**
|
|
120
|
-
* serializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const se_ListPricingPlansAssociatedWithPricingRuleCommand: (input: ListPricingPlansAssociatedWithPricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
/**
|
|
124
|
-
* serializeAws_restJson1ListPricingRulesCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const se_ListPricingRulesCommand: (input: ListPricingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
-
/**
|
|
128
|
-
* serializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const se_ListPricingRulesAssociatedToPricingPlanCommand: (input: ListPricingRulesAssociatedToPricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
-
/**
|
|
132
|
-
* serializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const se_ListResourcesAssociatedToCustomLineItemCommand: (input: ListResourcesAssociatedToCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
-
/**
|
|
136
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
-
/**
|
|
140
|
-
* serializeAws_restJson1TagResourceCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
-
/**
|
|
144
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
-
/**
|
|
148
|
-
* serializeAws_restJson1UpdateBillingGroupCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const se_UpdateBillingGroupCommand: (input: UpdateBillingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
-
/**
|
|
152
|
-
* serializeAws_restJson1UpdateCustomLineItemCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const se_UpdateCustomLineItemCommand: (input: UpdateCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
-
/**
|
|
156
|
-
* serializeAws_restJson1UpdatePricingPlanCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const se_UpdatePricingPlanCommand: (input: UpdatePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
-
/**
|
|
160
|
-
* serializeAws_restJson1UpdatePricingRuleCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const se_UpdatePricingRuleCommand: (input: UpdatePricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
-
/**
|
|
164
|
-
* deserializeAws_restJson1AssociateAccountsCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const de_AssociateAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAccountsCommandOutput>;
|
|
167
|
-
/**
|
|
168
|
-
* deserializeAws_restJson1AssociatePricingRulesCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const de_AssociatePricingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePricingRulesCommandOutput>;
|
|
171
|
-
/**
|
|
172
|
-
* deserializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const de_BatchAssociateResourcesToCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateResourcesToCustomLineItemCommandOutput>;
|
|
175
|
-
/**
|
|
176
|
-
* deserializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const de_BatchDisassociateResourcesFromCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateResourcesFromCustomLineItemCommandOutput>;
|
|
179
|
-
/**
|
|
180
|
-
* deserializeAws_restJson1CreateBillingGroupCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const de_CreateBillingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBillingGroupCommandOutput>;
|
|
183
|
-
/**
|
|
184
|
-
* deserializeAws_restJson1CreateCustomLineItemCommand
|
|
185
|
-
*/
|
|
186
|
-
export declare const de_CreateCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomLineItemCommandOutput>;
|
|
187
|
-
/**
|
|
188
|
-
* deserializeAws_restJson1CreatePricingPlanCommand
|
|
189
|
-
*/
|
|
190
|
-
export declare const de_CreatePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePricingPlanCommandOutput>;
|
|
191
|
-
/**
|
|
192
|
-
* deserializeAws_restJson1CreatePricingRuleCommand
|
|
193
|
-
*/
|
|
194
|
-
export declare const de_CreatePricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePricingRuleCommandOutput>;
|
|
195
|
-
/**
|
|
196
|
-
* deserializeAws_restJson1DeleteBillingGroupCommand
|
|
197
|
-
*/
|
|
198
|
-
export declare const de_DeleteBillingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBillingGroupCommandOutput>;
|
|
199
|
-
/**
|
|
200
|
-
* deserializeAws_restJson1DeleteCustomLineItemCommand
|
|
201
|
-
*/
|
|
202
|
-
export declare const de_DeleteCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomLineItemCommandOutput>;
|
|
203
|
-
/**
|
|
204
|
-
* deserializeAws_restJson1DeletePricingPlanCommand
|
|
205
|
-
*/
|
|
206
|
-
export declare const de_DeletePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePricingPlanCommandOutput>;
|
|
207
|
-
/**
|
|
208
|
-
* deserializeAws_restJson1DeletePricingRuleCommand
|
|
209
|
-
*/
|
|
210
|
-
export declare const de_DeletePricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePricingRuleCommandOutput>;
|
|
211
|
-
/**
|
|
212
|
-
* deserializeAws_restJson1DisassociateAccountsCommand
|
|
213
|
-
*/
|
|
214
|
-
export declare const de_DisassociateAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAccountsCommandOutput>;
|
|
215
|
-
/**
|
|
216
|
-
* deserializeAws_restJson1DisassociatePricingRulesCommand
|
|
217
|
-
*/
|
|
218
|
-
export declare const de_DisassociatePricingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePricingRulesCommandOutput>;
|
|
219
|
-
/**
|
|
220
|
-
* deserializeAws_restJson1GetBillingGroupCostReportCommand
|
|
221
|
-
*/
|
|
222
|
-
export declare const de_GetBillingGroupCostReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBillingGroupCostReportCommandOutput>;
|
|
223
|
-
/**
|
|
224
|
-
* deserializeAws_restJson1ListAccountAssociationsCommand
|
|
225
|
-
*/
|
|
226
|
-
export declare const de_ListAccountAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountAssociationsCommandOutput>;
|
|
227
|
-
/**
|
|
228
|
-
* deserializeAws_restJson1ListBillingGroupCostReportsCommand
|
|
229
|
-
*/
|
|
230
|
-
export declare const de_ListBillingGroupCostReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBillingGroupCostReportsCommandOutput>;
|
|
231
|
-
/**
|
|
232
|
-
* deserializeAws_restJson1ListBillingGroupsCommand
|
|
233
|
-
*/
|
|
234
|
-
export declare const de_ListBillingGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBillingGroupsCommandOutput>;
|
|
235
|
-
/**
|
|
236
|
-
* deserializeAws_restJson1ListCustomLineItemsCommand
|
|
237
|
-
*/
|
|
238
|
-
export declare const de_ListCustomLineItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomLineItemsCommandOutput>;
|
|
239
|
-
/**
|
|
240
|
-
* deserializeAws_restJson1ListCustomLineItemVersionsCommand
|
|
241
|
-
*/
|
|
242
|
-
export declare const de_ListCustomLineItemVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomLineItemVersionsCommandOutput>;
|
|
243
|
-
/**
|
|
244
|
-
* deserializeAws_restJson1ListPricingPlansCommand
|
|
245
|
-
*/
|
|
246
|
-
export declare const de_ListPricingPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingPlansCommandOutput>;
|
|
247
|
-
/**
|
|
248
|
-
* deserializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand
|
|
249
|
-
*/
|
|
250
|
-
export declare const de_ListPricingPlansAssociatedWithPricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
|
|
251
|
-
/**
|
|
252
|
-
* deserializeAws_restJson1ListPricingRulesCommand
|
|
253
|
-
*/
|
|
254
|
-
export declare const de_ListPricingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingRulesCommandOutput>;
|
|
255
|
-
/**
|
|
256
|
-
* deserializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand
|
|
257
|
-
*/
|
|
258
|
-
export declare const de_ListPricingRulesAssociatedToPricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingRulesAssociatedToPricingPlanCommandOutput>;
|
|
259
|
-
/**
|
|
260
|
-
* deserializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand
|
|
261
|
-
*/
|
|
262
|
-
export declare const de_ListResourcesAssociatedToCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesAssociatedToCustomLineItemCommandOutput>;
|
|
263
|
-
/**
|
|
264
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
265
|
-
*/
|
|
266
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
267
|
-
/**
|
|
268
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
269
|
-
*/
|
|
270
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
271
|
-
/**
|
|
272
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
273
|
-
*/
|
|
274
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
275
|
-
/**
|
|
276
|
-
* deserializeAws_restJson1UpdateBillingGroupCommand
|
|
277
|
-
*/
|
|
278
|
-
export declare const de_UpdateBillingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBillingGroupCommandOutput>;
|
|
279
|
-
/**
|
|
280
|
-
* deserializeAws_restJson1UpdateCustomLineItemCommand
|
|
281
|
-
*/
|
|
282
|
-
export declare const de_UpdateCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomLineItemCommandOutput>;
|
|
283
|
-
/**
|
|
284
|
-
* deserializeAws_restJson1UpdatePricingPlanCommand
|
|
285
|
-
*/
|
|
286
|
-
export declare const de_UpdatePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePricingPlanCommandOutput>;
|
|
287
|
-
/**
|
|
288
|
-
* deserializeAws_restJson1UpdatePricingRuleCommand
|
|
289
|
-
*/
|
|
290
|
-
export declare const de_UpdatePricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePricingRuleCommandOutput>;
|
|
@@ -1,389 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AssociateAccountsCommandInput,
|
|
8
|
-
AssociateAccountsCommandOutput,
|
|
9
|
-
} from "../commands/AssociateAccountsCommand";
|
|
10
|
-
import {
|
|
11
|
-
AssociatePricingRulesCommandInput,
|
|
12
|
-
AssociatePricingRulesCommandOutput,
|
|
13
|
-
} from "../commands/AssociatePricingRulesCommand";
|
|
14
|
-
import {
|
|
15
|
-
BatchAssociateResourcesToCustomLineItemCommandInput,
|
|
16
|
-
BatchAssociateResourcesToCustomLineItemCommandOutput,
|
|
17
|
-
} from "../commands/BatchAssociateResourcesToCustomLineItemCommand";
|
|
18
|
-
import {
|
|
19
|
-
BatchDisassociateResourcesFromCustomLineItemCommandInput,
|
|
20
|
-
BatchDisassociateResourcesFromCustomLineItemCommandOutput,
|
|
21
|
-
} from "../commands/BatchDisassociateResourcesFromCustomLineItemCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateBillingGroupCommandInput,
|
|
24
|
-
CreateBillingGroupCommandOutput,
|
|
25
|
-
} from "../commands/CreateBillingGroupCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateCustomLineItemCommandInput,
|
|
28
|
-
CreateCustomLineItemCommandOutput,
|
|
29
|
-
} from "../commands/CreateCustomLineItemCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreatePricingPlanCommandInput,
|
|
32
|
-
CreatePricingPlanCommandOutput,
|
|
33
|
-
} from "../commands/CreatePricingPlanCommand";
|
|
34
|
-
import {
|
|
35
|
-
CreatePricingRuleCommandInput,
|
|
36
|
-
CreatePricingRuleCommandOutput,
|
|
37
|
-
} from "../commands/CreatePricingRuleCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeleteBillingGroupCommandInput,
|
|
40
|
-
DeleteBillingGroupCommandOutput,
|
|
41
|
-
} from "../commands/DeleteBillingGroupCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteCustomLineItemCommandInput,
|
|
44
|
-
DeleteCustomLineItemCommandOutput,
|
|
45
|
-
} from "../commands/DeleteCustomLineItemCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeletePricingPlanCommandInput,
|
|
48
|
-
DeletePricingPlanCommandOutput,
|
|
49
|
-
} from "../commands/DeletePricingPlanCommand";
|
|
50
|
-
import {
|
|
51
|
-
DeletePricingRuleCommandInput,
|
|
52
|
-
DeletePricingRuleCommandOutput,
|
|
53
|
-
} from "../commands/DeletePricingRuleCommand";
|
|
54
|
-
import {
|
|
55
|
-
DisassociateAccountsCommandInput,
|
|
56
|
-
DisassociateAccountsCommandOutput,
|
|
57
|
-
} from "../commands/DisassociateAccountsCommand";
|
|
58
|
-
import {
|
|
59
|
-
DisassociatePricingRulesCommandInput,
|
|
60
|
-
DisassociatePricingRulesCommandOutput,
|
|
61
|
-
} from "../commands/DisassociatePricingRulesCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetBillingGroupCostReportCommandInput,
|
|
64
|
-
GetBillingGroupCostReportCommandOutput,
|
|
65
|
-
} from "../commands/GetBillingGroupCostReportCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListAccountAssociationsCommandInput,
|
|
68
|
-
ListAccountAssociationsCommandOutput,
|
|
69
|
-
} from "../commands/ListAccountAssociationsCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListBillingGroupCostReportsCommandInput,
|
|
72
|
-
ListBillingGroupCostReportsCommandOutput,
|
|
73
|
-
} from "../commands/ListBillingGroupCostReportsCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListBillingGroupsCommandInput,
|
|
76
|
-
ListBillingGroupsCommandOutput,
|
|
77
|
-
} from "../commands/ListBillingGroupsCommand";
|
|
78
|
-
import {
|
|
79
|
-
ListCustomLineItemsCommandInput,
|
|
80
|
-
ListCustomLineItemsCommandOutput,
|
|
81
|
-
} from "../commands/ListCustomLineItemsCommand";
|
|
82
|
-
import {
|
|
83
|
-
ListCustomLineItemVersionsCommandInput,
|
|
84
|
-
ListCustomLineItemVersionsCommandOutput,
|
|
85
|
-
} from "../commands/ListCustomLineItemVersionsCommand";
|
|
86
|
-
import {
|
|
87
|
-
ListPricingPlansAssociatedWithPricingRuleCommandInput,
|
|
88
|
-
ListPricingPlansAssociatedWithPricingRuleCommandOutput,
|
|
89
|
-
} from "../commands/ListPricingPlansAssociatedWithPricingRuleCommand";
|
|
90
|
-
import {
|
|
91
|
-
ListPricingPlansCommandInput,
|
|
92
|
-
ListPricingPlansCommandOutput,
|
|
93
|
-
} from "../commands/ListPricingPlansCommand";
|
|
94
|
-
import {
|
|
95
|
-
ListPricingRulesAssociatedToPricingPlanCommandInput,
|
|
96
|
-
ListPricingRulesAssociatedToPricingPlanCommandOutput,
|
|
97
|
-
} from "../commands/ListPricingRulesAssociatedToPricingPlanCommand";
|
|
98
|
-
import {
|
|
99
|
-
ListPricingRulesCommandInput,
|
|
100
|
-
ListPricingRulesCommandOutput,
|
|
101
|
-
} from "../commands/ListPricingRulesCommand";
|
|
102
|
-
import {
|
|
103
|
-
ListResourcesAssociatedToCustomLineItemCommandInput,
|
|
104
|
-
ListResourcesAssociatedToCustomLineItemCommandOutput,
|
|
105
|
-
} from "../commands/ListResourcesAssociatedToCustomLineItemCommand";
|
|
106
|
-
import {
|
|
107
|
-
ListTagsForResourceCommandInput,
|
|
108
|
-
ListTagsForResourceCommandOutput,
|
|
109
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
110
|
-
import {
|
|
111
|
-
TagResourceCommandInput,
|
|
112
|
-
TagResourceCommandOutput,
|
|
113
|
-
} from "../commands/TagResourceCommand";
|
|
114
|
-
import {
|
|
115
|
-
UntagResourceCommandInput,
|
|
116
|
-
UntagResourceCommandOutput,
|
|
117
|
-
} from "../commands/UntagResourceCommand";
|
|
118
|
-
import {
|
|
119
|
-
UpdateBillingGroupCommandInput,
|
|
120
|
-
UpdateBillingGroupCommandOutput,
|
|
121
|
-
} from "../commands/UpdateBillingGroupCommand";
|
|
122
|
-
import {
|
|
123
|
-
UpdateCustomLineItemCommandInput,
|
|
124
|
-
UpdateCustomLineItemCommandOutput,
|
|
125
|
-
} from "../commands/UpdateCustomLineItemCommand";
|
|
126
|
-
import {
|
|
127
|
-
UpdatePricingPlanCommandInput,
|
|
128
|
-
UpdatePricingPlanCommandOutput,
|
|
129
|
-
} from "../commands/UpdatePricingPlanCommand";
|
|
130
|
-
import {
|
|
131
|
-
UpdatePricingRuleCommandInput,
|
|
132
|
-
UpdatePricingRuleCommandOutput,
|
|
133
|
-
} from "../commands/UpdatePricingRuleCommand";
|
|
134
|
-
export declare const se_AssociateAccountsCommand: (
|
|
135
|
-
input: AssociateAccountsCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_AssociatePricingRulesCommand: (
|
|
139
|
-
input: AssociatePricingRulesCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_BatchAssociateResourcesToCustomLineItemCommand: (
|
|
143
|
-
input: BatchAssociateResourcesToCustomLineItemCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_BatchDisassociateResourcesFromCustomLineItemCommand: (
|
|
147
|
-
input: BatchDisassociateResourcesFromCustomLineItemCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_CreateBillingGroupCommand: (
|
|
151
|
-
input: CreateBillingGroupCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_CreateCustomLineItemCommand: (
|
|
155
|
-
input: CreateCustomLineItemCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_CreatePricingPlanCommand: (
|
|
159
|
-
input: CreatePricingPlanCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_CreatePricingRuleCommand: (
|
|
163
|
-
input: CreatePricingRuleCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_DeleteBillingGroupCommand: (
|
|
167
|
-
input: DeleteBillingGroupCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_DeleteCustomLineItemCommand: (
|
|
171
|
-
input: DeleteCustomLineItemCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_DeletePricingPlanCommand: (
|
|
175
|
-
input: DeletePricingPlanCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_DeletePricingRuleCommand: (
|
|
179
|
-
input: DeletePricingRuleCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_DisassociateAccountsCommand: (
|
|
183
|
-
input: DisassociateAccountsCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_DisassociatePricingRulesCommand: (
|
|
187
|
-
input: DisassociatePricingRulesCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_GetBillingGroupCostReportCommand: (
|
|
191
|
-
input: GetBillingGroupCostReportCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_ListAccountAssociationsCommand: (
|
|
195
|
-
input: ListAccountAssociationsCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_ListBillingGroupCostReportsCommand: (
|
|
199
|
-
input: ListBillingGroupCostReportsCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_ListBillingGroupsCommand: (
|
|
203
|
-
input: ListBillingGroupsCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_ListCustomLineItemsCommand: (
|
|
207
|
-
input: ListCustomLineItemsCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_ListCustomLineItemVersionsCommand: (
|
|
211
|
-
input: ListCustomLineItemVersionsCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_ListPricingPlansCommand: (
|
|
215
|
-
input: ListPricingPlansCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_ListPricingPlansAssociatedWithPricingRuleCommand: (
|
|
219
|
-
input: ListPricingPlansAssociatedWithPricingRuleCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_ListPricingRulesCommand: (
|
|
223
|
-
input: ListPricingRulesCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_ListPricingRulesAssociatedToPricingPlanCommand: (
|
|
227
|
-
input: ListPricingRulesAssociatedToPricingPlanCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_ListResourcesAssociatedToCustomLineItemCommand: (
|
|
231
|
-
input: ListResourcesAssociatedToCustomLineItemCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
235
|
-
input: ListTagsForResourceCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_TagResourceCommand: (
|
|
239
|
-
input: TagResourceCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_UntagResourceCommand: (
|
|
243
|
-
input: UntagResourceCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_UpdateBillingGroupCommand: (
|
|
247
|
-
input: UpdateBillingGroupCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_UpdateCustomLineItemCommand: (
|
|
251
|
-
input: UpdateCustomLineItemCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const se_UpdatePricingPlanCommand: (
|
|
255
|
-
input: UpdatePricingPlanCommandInput,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<__HttpRequest>;
|
|
258
|
-
export declare const se_UpdatePricingRuleCommand: (
|
|
259
|
-
input: UpdatePricingRuleCommandInput,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<__HttpRequest>;
|
|
262
|
-
export declare const de_AssociateAccountsCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<AssociateAccountsCommandOutput>;
|
|
266
|
-
export declare const de_AssociatePricingRulesCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<AssociatePricingRulesCommandOutput>;
|
|
270
|
-
export declare const de_BatchAssociateResourcesToCustomLineItemCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<BatchAssociateResourcesToCustomLineItemCommandOutput>;
|
|
274
|
-
export declare const de_BatchDisassociateResourcesFromCustomLineItemCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<BatchDisassociateResourcesFromCustomLineItemCommandOutput>;
|
|
278
|
-
export declare const de_CreateBillingGroupCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<CreateBillingGroupCommandOutput>;
|
|
282
|
-
export declare const de_CreateCustomLineItemCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<CreateCustomLineItemCommandOutput>;
|
|
286
|
-
export declare const de_CreatePricingPlanCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<CreatePricingPlanCommandOutput>;
|
|
290
|
-
export declare const de_CreatePricingRuleCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<CreatePricingRuleCommandOutput>;
|
|
294
|
-
export declare const de_DeleteBillingGroupCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<DeleteBillingGroupCommandOutput>;
|
|
298
|
-
export declare const de_DeleteCustomLineItemCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<DeleteCustomLineItemCommandOutput>;
|
|
302
|
-
export declare const de_DeletePricingPlanCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<DeletePricingPlanCommandOutput>;
|
|
306
|
-
export declare const de_DeletePricingRuleCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<DeletePricingRuleCommandOutput>;
|
|
310
|
-
export declare const de_DisassociateAccountsCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<DisassociateAccountsCommandOutput>;
|
|
314
|
-
export declare const de_DisassociatePricingRulesCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<DisassociatePricingRulesCommandOutput>;
|
|
318
|
-
export declare const de_GetBillingGroupCostReportCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<GetBillingGroupCostReportCommandOutput>;
|
|
322
|
-
export declare const de_ListAccountAssociationsCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<ListAccountAssociationsCommandOutput>;
|
|
326
|
-
export declare const de_ListBillingGroupCostReportsCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<ListBillingGroupCostReportsCommandOutput>;
|
|
330
|
-
export declare const de_ListBillingGroupsCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<ListBillingGroupsCommandOutput>;
|
|
334
|
-
export declare const de_ListCustomLineItemsCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<ListCustomLineItemsCommandOutput>;
|
|
338
|
-
export declare const de_ListCustomLineItemVersionsCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<ListCustomLineItemVersionsCommandOutput>;
|
|
342
|
-
export declare const de_ListPricingPlansCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<ListPricingPlansCommandOutput>;
|
|
346
|
-
export declare const de_ListPricingPlansAssociatedWithPricingRuleCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
|
|
350
|
-
export declare const de_ListPricingRulesCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<ListPricingRulesCommandOutput>;
|
|
354
|
-
export declare const de_ListPricingRulesAssociatedToPricingPlanCommand: (
|
|
355
|
-
output: __HttpResponse,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<ListPricingRulesAssociatedToPricingPlanCommandOutput>;
|
|
358
|
-
export declare const de_ListResourcesAssociatedToCustomLineItemCommand: (
|
|
359
|
-
output: __HttpResponse,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<ListResourcesAssociatedToCustomLineItemCommandOutput>;
|
|
362
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
363
|
-
output: __HttpResponse,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
366
|
-
export declare const de_TagResourceCommand: (
|
|
367
|
-
output: __HttpResponse,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<TagResourceCommandOutput>;
|
|
370
|
-
export declare const de_UntagResourceCommand: (
|
|
371
|
-
output: __HttpResponse,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
374
|
-
export declare const de_UpdateBillingGroupCommand: (
|
|
375
|
-
output: __HttpResponse,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<UpdateBillingGroupCommandOutput>;
|
|
378
|
-
export declare const de_UpdateCustomLineItemCommand: (
|
|
379
|
-
output: __HttpResponse,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<UpdateCustomLineItemCommandOutput>;
|
|
382
|
-
export declare const de_UpdatePricingPlanCommand: (
|
|
383
|
-
output: __HttpResponse,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<UpdatePricingPlanCommandOutput>;
|
|
386
|
-
export declare const de_UpdatePricingRuleCommand: (
|
|
387
|
-
output: __HttpResponse,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<UpdatePricingRuleCommandOutput>;
|