@aws-sdk/client-billingconductor 3.169.0 → 3.170.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 (56) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Billingconductor.d.ts +574 -155
  3. package/dist-types/ts3.4/BillingconductorClient.d.ts +310 -103
  4. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/index.d.ts +30 -30
  35. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  36. package/dist-types/ts3.4/index.d.ts +6 -6
  37. package/dist-types/ts3.4/models/BillingconductorServiceException.d.ts +8 -6
  38. package/dist-types/ts3.4/models/index.d.ts +1 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +1176 -1074
  40. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  41. package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListBillingGroupCostReportsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListBillingGroupsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListCustomLineItemsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListPricingPlansPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListPricingRulesPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  51. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -92
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  56. package/package.json +34 -34
@@ -1,103 +1,310 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateAccountsCommandInput, AssociateAccountsCommandOutput } from "./commands/AssociateAccountsCommand";
10
- import { AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput } from "./commands/AssociatePricingRulesCommand";
11
- import { BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput } from "./commands/BatchAssociateResourcesToCustomLineItemCommand";
12
- import { BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput } from "./commands/BatchDisassociateResourcesFromCustomLineItemCommand";
13
- import { CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput } from "./commands/CreateBillingGroupCommand";
14
- import { CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput } from "./commands/CreateCustomLineItemCommand";
15
- import { CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput } from "./commands/CreatePricingPlanCommand";
16
- import { CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput } from "./commands/CreatePricingRuleCommand";
17
- import { DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput } from "./commands/DeleteBillingGroupCommand";
18
- import { DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput } from "./commands/DeleteCustomLineItemCommand";
19
- import { DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput } from "./commands/DeletePricingPlanCommand";
20
- import { DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput } from "./commands/DeletePricingRuleCommand";
21
- import { DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput } from "./commands/DisassociateAccountsCommand";
22
- import { DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput } from "./commands/DisassociatePricingRulesCommand";
23
- import { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput } from "./commands/ListAccountAssociationsCommand";
24
- import { ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput } from "./commands/ListBillingGroupCostReportsCommand";
25
- import { ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput } from "./commands/ListBillingGroupsCommand";
26
- import { ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput } from "./commands/ListCustomLineItemsCommand";
27
- import { ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput } from "./commands/ListPricingPlansAssociatedWithPricingRuleCommand";
28
- import { ListPricingPlansCommandInput, ListPricingPlansCommandOutput } from "./commands/ListPricingPlansCommand";
29
- import { ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput } from "./commands/ListPricingRulesAssociatedToPricingPlanCommand";
30
- import { ListPricingRulesCommandInput, ListPricingRulesCommandOutput } from "./commands/ListPricingRulesCommand";
31
- import { ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput } from "./commands/ListResourcesAssociatedToCustomLineItemCommand";
32
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
33
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
34
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
35
- import { UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput } from "./commands/UpdateBillingGroupCommand";
36
- import { UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput } from "./commands/UpdateCustomLineItemCommand";
37
- import { UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput } from "./commands/UpdatePricingPlanCommand";
38
- import { UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput } from "./commands/UpdatePricingRuleCommand";
39
- export declare type ServiceInputTypes = AssociateAccountsCommandInput | AssociatePricingRulesCommandInput | BatchAssociateResourcesToCustomLineItemCommandInput | BatchDisassociateResourcesFromCustomLineItemCommandInput | CreateBillingGroupCommandInput | CreateCustomLineItemCommandInput | CreatePricingPlanCommandInput | CreatePricingRuleCommandInput | DeleteBillingGroupCommandInput | DeleteCustomLineItemCommandInput | DeletePricingPlanCommandInput | DeletePricingRuleCommandInput | DisassociateAccountsCommandInput | DisassociatePricingRulesCommandInput | ListAccountAssociationsCommandInput | ListBillingGroupCostReportsCommandInput | ListBillingGroupsCommandInput | ListCustomLineItemsCommandInput | ListPricingPlansAssociatedWithPricingRuleCommandInput | ListPricingPlansCommandInput | ListPricingRulesAssociatedToPricingPlanCommandInput | ListPricingRulesCommandInput | ListResourcesAssociatedToCustomLineItemCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBillingGroupCommandInput | UpdateCustomLineItemCommandInput | UpdatePricingPlanCommandInput | UpdatePricingRuleCommandInput;
40
- export declare type ServiceOutputTypes = AssociateAccountsCommandOutput | AssociatePricingRulesCommandOutput | BatchAssociateResourcesToCustomLineItemCommandOutput | BatchDisassociateResourcesFromCustomLineItemCommandOutput | CreateBillingGroupCommandOutput | CreateCustomLineItemCommandOutput | CreatePricingPlanCommandOutput | CreatePricingRuleCommandOutput | DeleteBillingGroupCommandOutput | DeleteCustomLineItemCommandOutput | DeletePricingPlanCommandOutput | DeletePricingRuleCommandOutput | DisassociateAccountsCommandOutput | DisassociatePricingRulesCommandOutput | ListAccountAssociationsCommandOutput | ListBillingGroupCostReportsCommandOutput | ListBillingGroupsCommandOutput | ListCustomLineItemsCommandOutput | ListPricingPlansAssociatedWithPricingRuleCommandOutput | ListPricingPlansCommandOutput | ListPricingRulesAssociatedToPricingPlanCommandOutput | ListPricingRulesCommandOutput | ListResourcesAssociatedToCustomLineItemCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBillingGroupCommandOutput | UpdateCustomLineItemCommandOutput | UpdatePricingPlanCommandOutput | UpdatePricingRuleCommandOutput;
41
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
42
-
43
- requestHandler?: __HttpHandler;
44
-
45
- sha256?: __HashConstructor;
46
-
47
- urlParser?: __UrlParser;
48
-
49
- bodyLengthChecker?: __BodyLengthCalculator;
50
-
51
- streamCollector?: __StreamCollector;
52
-
53
- base64Decoder?: __Decoder;
54
-
55
- base64Encoder?: __Encoder;
56
-
57
- utf8Decoder?: __Decoder;
58
-
59
- utf8Encoder?: __Encoder;
60
-
61
- runtime?: string;
62
-
63
- disableHostPrefix?: boolean;
64
-
65
- maxAttempts?: number | __Provider<number>;
66
-
67
- retryMode?: string | __Provider<string>;
68
-
69
- logger?: __Logger;
70
-
71
- useDualstackEndpoint?: boolean | __Provider<boolean>;
72
-
73
- useFipsEndpoint?: boolean | __Provider<boolean>;
74
-
75
- serviceId?: string;
76
-
77
- region?: string | __Provider<string>;
78
-
79
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
80
-
81
- regionInfoProvider?: RegionInfoProvider;
82
-
83
- defaultUserAgentProvider?: Provider<__UserAgent>;
84
-
85
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
86
- }
87
- declare type BillingconductorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
88
-
89
- export interface BillingconductorClientConfig extends BillingconductorClientConfigType {
90
- }
91
- declare type BillingconductorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
92
-
93
- export interface BillingconductorClientResolvedConfig extends BillingconductorClientResolvedConfigType {
94
- }
95
-
96
- export declare class BillingconductorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, BillingconductorClientResolvedConfig> {
97
-
98
- readonly config: BillingconductorClientResolvedConfig;
99
- constructor(configuration: BillingconductorClientConfig);
100
-
101
- destroy(): void;
102
- }
103
- export {};
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
+
231
+ sha256?: __HashConstructor;
232
+
233
+ urlParser?: __UrlParser;
234
+
235
+ bodyLengthChecker?: __BodyLengthCalculator;
236
+
237
+ streamCollector?: __StreamCollector;
238
+
239
+ base64Decoder?: __Decoder;
240
+
241
+ base64Encoder?: __Encoder;
242
+
243
+ utf8Decoder?: __Decoder;
244
+
245
+ utf8Encoder?: __Encoder;
246
+
247
+ runtime?: string;
248
+
249
+ disableHostPrefix?: boolean;
250
+
251
+ maxAttempts?: number | __Provider<number>;
252
+
253
+ retryMode?: string | __Provider<string>;
254
+
255
+ logger?: __Logger;
256
+
257
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
258
+
259
+ useFipsEndpoint?: boolean | __Provider<boolean>;
260
+
261
+ serviceId?: string;
262
+
263
+ region?: string | __Provider<string>;
264
+
265
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
266
+
267
+ regionInfoProvider?: RegionInfoProvider;
268
+
269
+ defaultUserAgentProvider?: Provider<__UserAgent>;
270
+
271
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
272
+ }
273
+ declare type BillingconductorClientConfigType = Partial<
274
+ __SmithyConfiguration<__HttpHandlerOptions>
275
+ > &
276
+ ClientDefaults &
277
+ RegionInputConfig &
278
+ EndpointsInputConfig &
279
+ RetryInputConfig &
280
+ HostHeaderInputConfig &
281
+ AwsAuthInputConfig &
282
+ UserAgentInputConfig;
283
+
284
+ export interface BillingconductorClientConfig
285
+ extends BillingconductorClientConfigType {}
286
+ declare type BillingconductorClientResolvedConfigType =
287
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
288
+ Required<ClientDefaults> &
289
+ RegionResolvedConfig &
290
+ EndpointsResolvedConfig &
291
+ RetryResolvedConfig &
292
+ HostHeaderResolvedConfig &
293
+ AwsAuthResolvedConfig &
294
+ UserAgentResolvedConfig;
295
+
296
+ export interface BillingconductorClientResolvedConfig
297
+ extends BillingconductorClientResolvedConfigType {}
298
+
299
+ export declare class BillingconductorClient extends __Client<
300
+ __HttpHandlerOptions,
301
+ ServiceInputTypes,
302
+ ServiceOutputTypes,
303
+ BillingconductorClientResolvedConfig
304
+ > {
305
+ readonly config: BillingconductorClientResolvedConfig;
306
+ constructor(configuration: BillingconductorClientConfig);
307
+
308
+ destroy(): void;
309
+ }
310
+ export {};
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { AssociateAccountsInput, AssociateAccountsOutput } from "../models/models_0";
5
- export interface AssociateAccountsCommandInput extends AssociateAccountsInput {
6
- }
7
- export interface AssociateAccountsCommandOutput extends AssociateAccountsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateAccountsCommand extends $Command<AssociateAccountsCommandInput, AssociateAccountsCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: AssociateAccountsCommandInput;
12
- constructor(input: AssociateAccountsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAccountsCommandInput, AssociateAccountsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
22
+ export declare class AssociateAccountsCommand extends $Command<
23
+ AssociateAccountsCommandInput,
24
+ AssociateAccountsCommandOutput,
25
+ BillingconductorClientResolvedConfig
26
+ > {
27
+ readonly input: AssociateAccountsCommandInput;
28
+ constructor(input: AssociateAccountsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: BillingconductorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<AssociateAccountsCommandInput, AssociateAccountsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { AssociatePricingRulesInput, AssociatePricingRulesOutput } from "../models/models_0";
5
- export interface AssociatePricingRulesCommandInput extends AssociatePricingRulesInput {
6
- }
7
- export interface AssociatePricingRulesCommandOutput extends AssociatePricingRulesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociatePricingRulesCommand extends $Command<AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: AssociatePricingRulesCommandInput;
12
- constructor(input: AssociatePricingRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class AssociatePricingRulesCommand extends $Command<
24
+ AssociatePricingRulesCommandInput,
25
+ AssociatePricingRulesCommandOutput,
26
+ BillingconductorClientResolvedConfig
27
+ > {
28
+ readonly input: AssociatePricingRulesCommandInput;
29
+ constructor(input: AssociatePricingRulesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: BillingconductorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AssociatePricingRulesCommandInput,
37
+ AssociatePricingRulesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { BatchAssociateResourcesToCustomLineItemInput, BatchAssociateResourcesToCustomLineItemOutput } from "../models/models_0";
5
- export interface BatchAssociateResourcesToCustomLineItemCommandInput extends BatchAssociateResourcesToCustomLineItemInput {
6
- }
7
- export interface BatchAssociateResourcesToCustomLineItemCommandOutput extends BatchAssociateResourcesToCustomLineItemOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchAssociateResourcesToCustomLineItemCommand extends $Command<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: BatchAssociateResourcesToCustomLineItemCommandInput;
12
- constructor(input: BatchAssociateResourcesToCustomLineItemCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class BatchAssociateResourcesToCustomLineItemCommand extends $Command<
24
+ BatchAssociateResourcesToCustomLineItemCommandInput,
25
+ BatchAssociateResourcesToCustomLineItemCommandOutput,
26
+ BillingconductorClientResolvedConfig
27
+ > {
28
+ readonly input: BatchAssociateResourcesToCustomLineItemCommandInput;
29
+ constructor(input: BatchAssociateResourcesToCustomLineItemCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: BillingconductorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchAssociateResourcesToCustomLineItemCommandInput,
37
+ BatchAssociateResourcesToCustomLineItemCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { BatchDisassociateResourcesFromCustomLineItemInput, BatchDisassociateResourcesFromCustomLineItemOutput } from "../models/models_0";
5
- export interface BatchDisassociateResourcesFromCustomLineItemCommandInput extends BatchDisassociateResourcesFromCustomLineItemInput {
6
- }
7
- export interface BatchDisassociateResourcesFromCustomLineItemCommandOutput extends BatchDisassociateResourcesFromCustomLineItemOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDisassociateResourcesFromCustomLineItemCommand extends $Command<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: BatchDisassociateResourcesFromCustomLineItemCommandInput;
12
- constructor(input: BatchDisassociateResourcesFromCustomLineItemCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class BatchDisassociateResourcesFromCustomLineItemCommand extends $Command<
24
+ BatchDisassociateResourcesFromCustomLineItemCommandInput,
25
+ BatchDisassociateResourcesFromCustomLineItemCommandOutput,
26
+ BillingconductorClientResolvedConfig
27
+ > {
28
+ readonly input: BatchDisassociateResourcesFromCustomLineItemCommandInput;
29
+ constructor(input: BatchDisassociateResourcesFromCustomLineItemCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: BillingconductorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchDisassociateResourcesFromCustomLineItemCommandInput,
37
+ BatchDisassociateResourcesFromCustomLineItemCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }