@aws-sdk/client-billingconductor 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Billingconductor.d.ts +544 -155
- package/dist-types/ts3.4/BillingconductorClient.d.ts +285 -103
- package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +30 -30
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/BillingconductorServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +855 -1074
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBillingGroupCostReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBillingGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomLineItemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPricingPlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPricingRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -92
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,103 +1,285 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateAccountsCommandInput,
|
|
47
|
+
AssociateAccountsCommandOutput,
|
|
48
|
+
} from "./commands/AssociateAccountsCommand";
|
|
49
|
+
import {
|
|
50
|
+
AssociatePricingRulesCommandInput,
|
|
51
|
+
AssociatePricingRulesCommandOutput,
|
|
52
|
+
} from "./commands/AssociatePricingRulesCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchAssociateResourcesToCustomLineItemCommandInput,
|
|
55
|
+
BatchAssociateResourcesToCustomLineItemCommandOutput,
|
|
56
|
+
} from "./commands/BatchAssociateResourcesToCustomLineItemCommand";
|
|
57
|
+
import {
|
|
58
|
+
BatchDisassociateResourcesFromCustomLineItemCommandInput,
|
|
59
|
+
BatchDisassociateResourcesFromCustomLineItemCommandOutput,
|
|
60
|
+
} from "./commands/BatchDisassociateResourcesFromCustomLineItemCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateBillingGroupCommandInput,
|
|
63
|
+
CreateBillingGroupCommandOutput,
|
|
64
|
+
} from "./commands/CreateBillingGroupCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateCustomLineItemCommandInput,
|
|
67
|
+
CreateCustomLineItemCommandOutput,
|
|
68
|
+
} from "./commands/CreateCustomLineItemCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreatePricingPlanCommandInput,
|
|
71
|
+
CreatePricingPlanCommandOutput,
|
|
72
|
+
} from "./commands/CreatePricingPlanCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreatePricingRuleCommandInput,
|
|
75
|
+
CreatePricingRuleCommandOutput,
|
|
76
|
+
} from "./commands/CreatePricingRuleCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteBillingGroupCommandInput,
|
|
79
|
+
DeleteBillingGroupCommandOutput,
|
|
80
|
+
} from "./commands/DeleteBillingGroupCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteCustomLineItemCommandInput,
|
|
83
|
+
DeleteCustomLineItemCommandOutput,
|
|
84
|
+
} from "./commands/DeleteCustomLineItemCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeletePricingPlanCommandInput,
|
|
87
|
+
DeletePricingPlanCommandOutput,
|
|
88
|
+
} from "./commands/DeletePricingPlanCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeletePricingRuleCommandInput,
|
|
91
|
+
DeletePricingRuleCommandOutput,
|
|
92
|
+
} from "./commands/DeletePricingRuleCommand";
|
|
93
|
+
import {
|
|
94
|
+
DisassociateAccountsCommandInput,
|
|
95
|
+
DisassociateAccountsCommandOutput,
|
|
96
|
+
} from "./commands/DisassociateAccountsCommand";
|
|
97
|
+
import {
|
|
98
|
+
DisassociatePricingRulesCommandInput,
|
|
99
|
+
DisassociatePricingRulesCommandOutput,
|
|
100
|
+
} from "./commands/DisassociatePricingRulesCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListAccountAssociationsCommandInput,
|
|
103
|
+
ListAccountAssociationsCommandOutput,
|
|
104
|
+
} from "./commands/ListAccountAssociationsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListBillingGroupCostReportsCommandInput,
|
|
107
|
+
ListBillingGroupCostReportsCommandOutput,
|
|
108
|
+
} from "./commands/ListBillingGroupCostReportsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListBillingGroupsCommandInput,
|
|
111
|
+
ListBillingGroupsCommandOutput,
|
|
112
|
+
} from "./commands/ListBillingGroupsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListCustomLineItemsCommandInput,
|
|
115
|
+
ListCustomLineItemsCommandOutput,
|
|
116
|
+
} from "./commands/ListCustomLineItemsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListPricingPlansAssociatedWithPricingRuleCommandInput,
|
|
119
|
+
ListPricingPlansAssociatedWithPricingRuleCommandOutput,
|
|
120
|
+
} from "./commands/ListPricingPlansAssociatedWithPricingRuleCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListPricingPlansCommandInput,
|
|
123
|
+
ListPricingPlansCommandOutput,
|
|
124
|
+
} from "./commands/ListPricingPlansCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListPricingRulesAssociatedToPricingPlanCommandInput,
|
|
127
|
+
ListPricingRulesAssociatedToPricingPlanCommandOutput,
|
|
128
|
+
} from "./commands/ListPricingRulesAssociatedToPricingPlanCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListPricingRulesCommandInput,
|
|
131
|
+
ListPricingRulesCommandOutput,
|
|
132
|
+
} from "./commands/ListPricingRulesCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListResourcesAssociatedToCustomLineItemCommandInput,
|
|
135
|
+
ListResourcesAssociatedToCustomLineItemCommandOutput,
|
|
136
|
+
} from "./commands/ListResourcesAssociatedToCustomLineItemCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListTagsForResourceCommandInput,
|
|
139
|
+
ListTagsForResourceCommandOutput,
|
|
140
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
141
|
+
import {
|
|
142
|
+
TagResourceCommandInput,
|
|
143
|
+
TagResourceCommandOutput,
|
|
144
|
+
} from "./commands/TagResourceCommand";
|
|
145
|
+
import {
|
|
146
|
+
UntagResourceCommandInput,
|
|
147
|
+
UntagResourceCommandOutput,
|
|
148
|
+
} from "./commands/UntagResourceCommand";
|
|
149
|
+
import {
|
|
150
|
+
UpdateBillingGroupCommandInput,
|
|
151
|
+
UpdateBillingGroupCommandOutput,
|
|
152
|
+
} from "./commands/UpdateBillingGroupCommand";
|
|
153
|
+
import {
|
|
154
|
+
UpdateCustomLineItemCommandInput,
|
|
155
|
+
UpdateCustomLineItemCommandOutput,
|
|
156
|
+
} from "./commands/UpdateCustomLineItemCommand";
|
|
157
|
+
import {
|
|
158
|
+
UpdatePricingPlanCommandInput,
|
|
159
|
+
UpdatePricingPlanCommandOutput,
|
|
160
|
+
} from "./commands/UpdatePricingPlanCommand";
|
|
161
|
+
import {
|
|
162
|
+
UpdatePricingRuleCommandInput,
|
|
163
|
+
UpdatePricingRuleCommandOutput,
|
|
164
|
+
} from "./commands/UpdatePricingRuleCommand";
|
|
165
|
+
export declare type ServiceInputTypes =
|
|
166
|
+
| AssociateAccountsCommandInput
|
|
167
|
+
| AssociatePricingRulesCommandInput
|
|
168
|
+
| BatchAssociateResourcesToCustomLineItemCommandInput
|
|
169
|
+
| BatchDisassociateResourcesFromCustomLineItemCommandInput
|
|
170
|
+
| CreateBillingGroupCommandInput
|
|
171
|
+
| CreateCustomLineItemCommandInput
|
|
172
|
+
| CreatePricingPlanCommandInput
|
|
173
|
+
| CreatePricingRuleCommandInput
|
|
174
|
+
| DeleteBillingGroupCommandInput
|
|
175
|
+
| DeleteCustomLineItemCommandInput
|
|
176
|
+
| DeletePricingPlanCommandInput
|
|
177
|
+
| DeletePricingRuleCommandInput
|
|
178
|
+
| DisassociateAccountsCommandInput
|
|
179
|
+
| DisassociatePricingRulesCommandInput
|
|
180
|
+
| ListAccountAssociationsCommandInput
|
|
181
|
+
| ListBillingGroupCostReportsCommandInput
|
|
182
|
+
| ListBillingGroupsCommandInput
|
|
183
|
+
| ListCustomLineItemsCommandInput
|
|
184
|
+
| ListPricingPlansAssociatedWithPricingRuleCommandInput
|
|
185
|
+
| ListPricingPlansCommandInput
|
|
186
|
+
| ListPricingRulesAssociatedToPricingPlanCommandInput
|
|
187
|
+
| ListPricingRulesCommandInput
|
|
188
|
+
| ListResourcesAssociatedToCustomLineItemCommandInput
|
|
189
|
+
| ListTagsForResourceCommandInput
|
|
190
|
+
| TagResourceCommandInput
|
|
191
|
+
| UntagResourceCommandInput
|
|
192
|
+
| UpdateBillingGroupCommandInput
|
|
193
|
+
| UpdateCustomLineItemCommandInput
|
|
194
|
+
| UpdatePricingPlanCommandInput
|
|
195
|
+
| UpdatePricingRuleCommandInput;
|
|
196
|
+
export declare type ServiceOutputTypes =
|
|
197
|
+
| AssociateAccountsCommandOutput
|
|
198
|
+
| AssociatePricingRulesCommandOutput
|
|
199
|
+
| BatchAssociateResourcesToCustomLineItemCommandOutput
|
|
200
|
+
| BatchDisassociateResourcesFromCustomLineItemCommandOutput
|
|
201
|
+
| CreateBillingGroupCommandOutput
|
|
202
|
+
| CreateCustomLineItemCommandOutput
|
|
203
|
+
| CreatePricingPlanCommandOutput
|
|
204
|
+
| CreatePricingRuleCommandOutput
|
|
205
|
+
| DeleteBillingGroupCommandOutput
|
|
206
|
+
| DeleteCustomLineItemCommandOutput
|
|
207
|
+
| DeletePricingPlanCommandOutput
|
|
208
|
+
| DeletePricingRuleCommandOutput
|
|
209
|
+
| DisassociateAccountsCommandOutput
|
|
210
|
+
| DisassociatePricingRulesCommandOutput
|
|
211
|
+
| ListAccountAssociationsCommandOutput
|
|
212
|
+
| ListBillingGroupCostReportsCommandOutput
|
|
213
|
+
| ListBillingGroupsCommandOutput
|
|
214
|
+
| ListCustomLineItemsCommandOutput
|
|
215
|
+
| ListPricingPlansAssociatedWithPricingRuleCommandOutput
|
|
216
|
+
| ListPricingPlansCommandOutput
|
|
217
|
+
| ListPricingRulesAssociatedToPricingPlanCommandOutput
|
|
218
|
+
| ListPricingRulesCommandOutput
|
|
219
|
+
| ListResourcesAssociatedToCustomLineItemCommandOutput
|
|
220
|
+
| ListTagsForResourceCommandOutput
|
|
221
|
+
| TagResourceCommandOutput
|
|
222
|
+
| UntagResourceCommandOutput
|
|
223
|
+
| UpdateBillingGroupCommandOutput
|
|
224
|
+
| UpdateCustomLineItemCommandOutput
|
|
225
|
+
| UpdatePricingPlanCommandOutput
|
|
226
|
+
| UpdatePricingRuleCommandOutput;
|
|
227
|
+
export interface ClientDefaults
|
|
228
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
229
|
+
requestHandler?: __HttpHandler;
|
|
230
|
+
sha256?: __HashConstructor;
|
|
231
|
+
urlParser?: __UrlParser;
|
|
232
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
233
|
+
streamCollector?: __StreamCollector;
|
|
234
|
+
base64Decoder?: __Decoder;
|
|
235
|
+
base64Encoder?: __Encoder;
|
|
236
|
+
utf8Decoder?: __Decoder;
|
|
237
|
+
utf8Encoder?: __Encoder;
|
|
238
|
+
runtime?: string;
|
|
239
|
+
disableHostPrefix?: boolean;
|
|
240
|
+
maxAttempts?: number | __Provider<number>;
|
|
241
|
+
retryMode?: string | __Provider<string>;
|
|
242
|
+
logger?: __Logger;
|
|
243
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
244
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
245
|
+
serviceId?: string;
|
|
246
|
+
region?: string | __Provider<string>;
|
|
247
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
248
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
249
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
250
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
251
|
+
}
|
|
252
|
+
declare type BillingconductorClientConfigType = Partial<
|
|
253
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
254
|
+
> &
|
|
255
|
+
ClientDefaults &
|
|
256
|
+
RegionInputConfig &
|
|
257
|
+
EndpointsInputConfig &
|
|
258
|
+
RetryInputConfig &
|
|
259
|
+
HostHeaderInputConfig &
|
|
260
|
+
AwsAuthInputConfig &
|
|
261
|
+
UserAgentInputConfig;
|
|
262
|
+
export interface BillingconductorClientConfig
|
|
263
|
+
extends BillingconductorClientConfigType {}
|
|
264
|
+
declare type BillingconductorClientResolvedConfigType =
|
|
265
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
266
|
+
Required<ClientDefaults> &
|
|
267
|
+
RegionResolvedConfig &
|
|
268
|
+
EndpointsResolvedConfig &
|
|
269
|
+
RetryResolvedConfig &
|
|
270
|
+
HostHeaderResolvedConfig &
|
|
271
|
+
AwsAuthResolvedConfig &
|
|
272
|
+
UserAgentResolvedConfig;
|
|
273
|
+
export interface BillingconductorClientResolvedConfig
|
|
274
|
+
extends BillingconductorClientResolvedConfigType {}
|
|
275
|
+
export declare class BillingconductorClient extends __Client<
|
|
276
|
+
__HttpHandlerOptions,
|
|
277
|
+
ServiceInputTypes,
|
|
278
|
+
ServiceOutputTypes,
|
|
279
|
+
BillingconductorClientResolvedConfig
|
|
280
|
+
> {
|
|
281
|
+
readonly config: BillingconductorClientResolvedConfig;
|
|
282
|
+
constructor(configuration: BillingconductorClientConfig);
|
|
283
|
+
destroy(): void;
|
|
284
|
+
}
|
|
285
|
+
export {};
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BillingconductorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BillingconductorClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociateAccountsInput,
|
|
15
|
+
AssociateAccountsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateAccountsCommandInput extends AssociateAccountsInput {}
|
|
18
|
+
export interface AssociateAccountsCommandOutput
|
|
19
|
+
extends AssociateAccountsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class AssociateAccountsCommand extends $Command<
|
|
22
|
+
AssociateAccountsCommandInput,
|
|
23
|
+
AssociateAccountsCommandOutput,
|
|
24
|
+
BillingconductorClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: AssociateAccountsCommandInput;
|
|
27
|
+
constructor(input: AssociateAccountsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: BillingconductorClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<AssociateAccountsCommandInput, AssociateAccountsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BillingconductorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BillingconductorClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociatePricingRulesInput,
|
|
15
|
+
AssociatePricingRulesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociatePricingRulesCommandInput
|
|
18
|
+
extends AssociatePricingRulesInput {}
|
|
19
|
+
export interface AssociatePricingRulesCommandOutput
|
|
20
|
+
extends AssociatePricingRulesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssociatePricingRulesCommand extends $Command<
|
|
23
|
+
AssociatePricingRulesCommandInput,
|
|
24
|
+
AssociatePricingRulesCommandOutput,
|
|
25
|
+
BillingconductorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociatePricingRulesCommandInput;
|
|
28
|
+
constructor(input: AssociatePricingRulesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: BillingconductorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AssociatePricingRulesCommandInput,
|
|
35
|
+
AssociatePricingRulesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BillingconductorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BillingconductorClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchAssociateResourcesToCustomLineItemInput,
|
|
15
|
+
BatchAssociateResourcesToCustomLineItemOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchAssociateResourcesToCustomLineItemCommandInput
|
|
18
|
+
extends BatchAssociateResourcesToCustomLineItemInput {}
|
|
19
|
+
export interface BatchAssociateResourcesToCustomLineItemCommandOutput
|
|
20
|
+
extends BatchAssociateResourcesToCustomLineItemOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchAssociateResourcesToCustomLineItemCommand extends $Command<
|
|
23
|
+
BatchAssociateResourcesToCustomLineItemCommandInput,
|
|
24
|
+
BatchAssociateResourcesToCustomLineItemCommandOutput,
|
|
25
|
+
BillingconductorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchAssociateResourcesToCustomLineItemCommandInput;
|
|
28
|
+
constructor(input: BatchAssociateResourcesToCustomLineItemCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: BillingconductorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchAssociateResourcesToCustomLineItemCommandInput,
|
|
35
|
+
BatchAssociateResourcesToCustomLineItemCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BillingconductorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BillingconductorClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchDisassociateResourcesFromCustomLineItemInput,
|
|
15
|
+
BatchDisassociateResourcesFromCustomLineItemOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDisassociateResourcesFromCustomLineItemCommandInput
|
|
18
|
+
extends BatchDisassociateResourcesFromCustomLineItemInput {}
|
|
19
|
+
export interface BatchDisassociateResourcesFromCustomLineItemCommandOutput
|
|
20
|
+
extends BatchDisassociateResourcesFromCustomLineItemOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchDisassociateResourcesFromCustomLineItemCommand extends $Command<
|
|
23
|
+
BatchDisassociateResourcesFromCustomLineItemCommandInput,
|
|
24
|
+
BatchDisassociateResourcesFromCustomLineItemCommandOutput,
|
|
25
|
+
BillingconductorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchDisassociateResourcesFromCustomLineItemCommandInput;
|
|
28
|
+
constructor(input: BatchDisassociateResourcesFromCustomLineItemCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: BillingconductorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchDisassociateResourcesFromCustomLineItemCommandInput,
|
|
35
|
+
BatchDisassociateResourcesFromCustomLineItemCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|