@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,92 +1,365 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/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 { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput } from "../commands/ListAccountAssociationsCommand";
18
- import { ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput } from "../commands/ListBillingGroupCostReportsCommand";
19
- import { ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput } from "../commands/ListBillingGroupsCommand";
20
- import { ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput } from "../commands/ListCustomLineItemsCommand";
21
- import { ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput } from "../commands/ListPricingPlansAssociatedWithPricingRuleCommand";
22
- import { ListPricingPlansCommandInput, ListPricingPlansCommandOutput } from "../commands/ListPricingPlansCommand";
23
- import { ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput } from "../commands/ListPricingRulesAssociatedToPricingPlanCommand";
24
- import { ListPricingRulesCommandInput, ListPricingRulesCommandOutput } from "../commands/ListPricingRulesCommand";
25
- import { ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput } from "../commands/ListResourcesAssociatedToCustomLineItemCommand";
26
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
27
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
28
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
29
- import { UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput } from "../commands/UpdateBillingGroupCommand";
30
- import { UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput } from "../commands/UpdateCustomLineItemCommand";
31
- import { UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput } from "../commands/UpdatePricingPlanCommand";
32
- import { UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput } from "../commands/UpdatePricingRuleCommand";
33
- export declare const serializeAws_restJson1AssociateAccountsCommand: (input: AssociateAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1AssociatePricingRulesCommand: (input: AssociatePricingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand: (input: BatchAssociateResourcesToCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand: (input: BatchDisassociateResourcesFromCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1CreateBillingGroupCommand: (input: CreateBillingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1CreateCustomLineItemCommand: (input: CreateCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1CreatePricingPlanCommand: (input: CreatePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1CreatePricingRuleCommand: (input: CreatePricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DeleteBillingGroupCommand: (input: DeleteBillingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DeleteCustomLineItemCommand: (input: DeleteCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DeletePricingPlanCommand: (input: DeletePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DeletePricingRuleCommand: (input: DeletePricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DisassociateAccountsCommand: (input: DisassociateAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DisassociatePricingRulesCommand: (input: DisassociatePricingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1ListAccountAssociationsCommand: (input: ListAccountAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1ListBillingGroupCostReportsCommand: (input: ListBillingGroupCostReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1ListBillingGroupsCommand: (input: ListBillingGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1ListCustomLineItemsCommand: (input: ListCustomLineItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1ListPricingPlansCommand: (input: ListPricingPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand: (input: ListPricingPlansAssociatedWithPricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1ListPricingRulesCommand: (input: ListPricingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand: (input: ListPricingRulesAssociatedToPricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand: (input: ListResourcesAssociatedToCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1UpdateBillingGroupCommand: (input: UpdateBillingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1UpdateCustomLineItemCommand: (input: UpdateCustomLineItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1UpdatePricingPlanCommand: (input: UpdatePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1UpdatePricingRuleCommand: (input: UpdatePricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const deserializeAws_restJson1AssociateAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAccountsCommandOutput>;
64
- export declare const deserializeAws_restJson1AssociatePricingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePricingRulesCommandOutput>;
65
- export declare const deserializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateResourcesToCustomLineItemCommandOutput>;
66
- export declare const deserializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateResourcesFromCustomLineItemCommandOutput>;
67
- export declare const deserializeAws_restJson1CreateBillingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBillingGroupCommandOutput>;
68
- export declare const deserializeAws_restJson1CreateCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomLineItemCommandOutput>;
69
- export declare const deserializeAws_restJson1CreatePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePricingPlanCommandOutput>;
70
- export declare const deserializeAws_restJson1CreatePricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePricingRuleCommandOutput>;
71
- export declare const deserializeAws_restJson1DeleteBillingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBillingGroupCommandOutput>;
72
- export declare const deserializeAws_restJson1DeleteCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomLineItemCommandOutput>;
73
- export declare const deserializeAws_restJson1DeletePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePricingPlanCommandOutput>;
74
- export declare const deserializeAws_restJson1DeletePricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePricingRuleCommandOutput>;
75
- export declare const deserializeAws_restJson1DisassociateAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAccountsCommandOutput>;
76
- export declare const deserializeAws_restJson1DisassociatePricingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePricingRulesCommandOutput>;
77
- export declare const deserializeAws_restJson1ListAccountAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountAssociationsCommandOutput>;
78
- export declare const deserializeAws_restJson1ListBillingGroupCostReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBillingGroupCostReportsCommandOutput>;
79
- export declare const deserializeAws_restJson1ListBillingGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBillingGroupsCommandOutput>;
80
- export declare const deserializeAws_restJson1ListCustomLineItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomLineItemsCommandOutput>;
81
- export declare const deserializeAws_restJson1ListPricingPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingPlansCommandOutput>;
82
- export declare const deserializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
83
- export declare const deserializeAws_restJson1ListPricingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingRulesCommandOutput>;
84
- export declare const deserializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingRulesAssociatedToPricingPlanCommandOutput>;
85
- export declare const deserializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesAssociatedToCustomLineItemCommandOutput>;
86
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
87
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
88
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
89
- export declare const deserializeAws_restJson1UpdateBillingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBillingGroupCommandOutput>;
90
- export declare const deserializeAws_restJson1UpdateCustomLineItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomLineItemCommandOutput>;
91
- export declare const deserializeAws_restJson1UpdatePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePricingPlanCommandOutput>;
92
- export declare const deserializeAws_restJson1UpdatePricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePricingRuleCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/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
+ ListAccountAssociationsCommandInput,
64
+ ListAccountAssociationsCommandOutput,
65
+ } from "../commands/ListAccountAssociationsCommand";
66
+ import {
67
+ ListBillingGroupCostReportsCommandInput,
68
+ ListBillingGroupCostReportsCommandOutput,
69
+ } from "../commands/ListBillingGroupCostReportsCommand";
70
+ import {
71
+ ListBillingGroupsCommandInput,
72
+ ListBillingGroupsCommandOutput,
73
+ } from "../commands/ListBillingGroupsCommand";
74
+ import {
75
+ ListCustomLineItemsCommandInput,
76
+ ListCustomLineItemsCommandOutput,
77
+ } from "../commands/ListCustomLineItemsCommand";
78
+ import {
79
+ ListPricingPlansAssociatedWithPricingRuleCommandInput,
80
+ ListPricingPlansAssociatedWithPricingRuleCommandOutput,
81
+ } from "../commands/ListPricingPlansAssociatedWithPricingRuleCommand";
82
+ import {
83
+ ListPricingPlansCommandInput,
84
+ ListPricingPlansCommandOutput,
85
+ } from "../commands/ListPricingPlansCommand";
86
+ import {
87
+ ListPricingRulesAssociatedToPricingPlanCommandInput,
88
+ ListPricingRulesAssociatedToPricingPlanCommandOutput,
89
+ } from "../commands/ListPricingRulesAssociatedToPricingPlanCommand";
90
+ import {
91
+ ListPricingRulesCommandInput,
92
+ ListPricingRulesCommandOutput,
93
+ } from "../commands/ListPricingRulesCommand";
94
+ import {
95
+ ListResourcesAssociatedToCustomLineItemCommandInput,
96
+ ListResourcesAssociatedToCustomLineItemCommandOutput,
97
+ } from "../commands/ListResourcesAssociatedToCustomLineItemCommand";
98
+ import {
99
+ ListTagsForResourceCommandInput,
100
+ ListTagsForResourceCommandOutput,
101
+ } from "../commands/ListTagsForResourceCommand";
102
+ import {
103
+ TagResourceCommandInput,
104
+ TagResourceCommandOutput,
105
+ } from "../commands/TagResourceCommand";
106
+ import {
107
+ UntagResourceCommandInput,
108
+ UntagResourceCommandOutput,
109
+ } from "../commands/UntagResourceCommand";
110
+ import {
111
+ UpdateBillingGroupCommandInput,
112
+ UpdateBillingGroupCommandOutput,
113
+ } from "../commands/UpdateBillingGroupCommand";
114
+ import {
115
+ UpdateCustomLineItemCommandInput,
116
+ UpdateCustomLineItemCommandOutput,
117
+ } from "../commands/UpdateCustomLineItemCommand";
118
+ import {
119
+ UpdatePricingPlanCommandInput,
120
+ UpdatePricingPlanCommandOutput,
121
+ } from "../commands/UpdatePricingPlanCommand";
122
+ import {
123
+ UpdatePricingRuleCommandInput,
124
+ UpdatePricingRuleCommandOutput,
125
+ } from "../commands/UpdatePricingRuleCommand";
126
+ export declare const serializeAws_restJson1AssociateAccountsCommand: (
127
+ input: AssociateAccountsCommandInput,
128
+ context: __SerdeContext
129
+ ) => Promise<__HttpRequest>;
130
+ export declare const serializeAws_restJson1AssociatePricingRulesCommand: (
131
+ input: AssociatePricingRulesCommandInput,
132
+ context: __SerdeContext
133
+ ) => Promise<__HttpRequest>;
134
+ export declare const serializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand: (
135
+ input: BatchAssociateResourcesToCustomLineItemCommandInput,
136
+ context: __SerdeContext
137
+ ) => Promise<__HttpRequest>;
138
+ export declare const serializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand: (
139
+ input: BatchDisassociateResourcesFromCustomLineItemCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_restJson1CreateBillingGroupCommand: (
143
+ input: CreateBillingGroupCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_restJson1CreateCustomLineItemCommand: (
147
+ input: CreateCustomLineItemCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_restJson1CreatePricingPlanCommand: (
151
+ input: CreatePricingPlanCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_restJson1CreatePricingRuleCommand: (
155
+ input: CreatePricingRuleCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restJson1DeleteBillingGroupCommand: (
159
+ input: DeleteBillingGroupCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_restJson1DeleteCustomLineItemCommand: (
163
+ input: DeleteCustomLineItemCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_restJson1DeletePricingPlanCommand: (
167
+ input: DeletePricingPlanCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_restJson1DeletePricingRuleCommand: (
171
+ input: DeletePricingRuleCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1DisassociateAccountsCommand: (
175
+ input: DisassociateAccountsCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1DisassociatePricingRulesCommand: (
179
+ input: DisassociatePricingRulesCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1ListAccountAssociationsCommand: (
183
+ input: ListAccountAssociationsCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1ListBillingGroupCostReportsCommand: (
187
+ input: ListBillingGroupCostReportsCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1ListBillingGroupsCommand: (
191
+ input: ListBillingGroupsCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1ListCustomLineItemsCommand: (
195
+ input: ListCustomLineItemsCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1ListPricingPlansCommand: (
199
+ input: ListPricingPlansCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand: (
203
+ input: ListPricingPlansAssociatedWithPricingRuleCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1ListPricingRulesCommand: (
207
+ input: ListPricingRulesCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand: (
211
+ input: ListPricingRulesAssociatedToPricingPlanCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand: (
215
+ input: ListResourcesAssociatedToCustomLineItemCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
219
+ input: ListTagsForResourceCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1TagResourceCommand: (
223
+ input: TagResourceCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1UntagResourceCommand: (
227
+ input: UntagResourceCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1UpdateBillingGroupCommand: (
231
+ input: UpdateBillingGroupCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1UpdateCustomLineItemCommand: (
235
+ input: UpdateCustomLineItemCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1UpdatePricingPlanCommand: (
239
+ input: UpdatePricingPlanCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1UpdatePricingRuleCommand: (
243
+ input: UpdatePricingRuleCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const deserializeAws_restJson1AssociateAccountsCommand: (
247
+ output: __HttpResponse,
248
+ context: __SerdeContext
249
+ ) => Promise<AssociateAccountsCommandOutput>;
250
+ export declare const deserializeAws_restJson1AssociatePricingRulesCommand: (
251
+ output: __HttpResponse,
252
+ context: __SerdeContext
253
+ ) => Promise<AssociatePricingRulesCommandOutput>;
254
+ export declare const deserializeAws_restJson1BatchAssociateResourcesToCustomLineItemCommand: (
255
+ output: __HttpResponse,
256
+ context: __SerdeContext
257
+ ) => Promise<BatchAssociateResourcesToCustomLineItemCommandOutput>;
258
+ export declare const deserializeAws_restJson1BatchDisassociateResourcesFromCustomLineItemCommand: (
259
+ output: __HttpResponse,
260
+ context: __SerdeContext
261
+ ) => Promise<BatchDisassociateResourcesFromCustomLineItemCommandOutput>;
262
+ export declare const deserializeAws_restJson1CreateBillingGroupCommand: (
263
+ output: __HttpResponse,
264
+ context: __SerdeContext
265
+ ) => Promise<CreateBillingGroupCommandOutput>;
266
+ export declare const deserializeAws_restJson1CreateCustomLineItemCommand: (
267
+ output: __HttpResponse,
268
+ context: __SerdeContext
269
+ ) => Promise<CreateCustomLineItemCommandOutput>;
270
+ export declare const deserializeAws_restJson1CreatePricingPlanCommand: (
271
+ output: __HttpResponse,
272
+ context: __SerdeContext
273
+ ) => Promise<CreatePricingPlanCommandOutput>;
274
+ export declare const deserializeAws_restJson1CreatePricingRuleCommand: (
275
+ output: __HttpResponse,
276
+ context: __SerdeContext
277
+ ) => Promise<CreatePricingRuleCommandOutput>;
278
+ export declare const deserializeAws_restJson1DeleteBillingGroupCommand: (
279
+ output: __HttpResponse,
280
+ context: __SerdeContext
281
+ ) => Promise<DeleteBillingGroupCommandOutput>;
282
+ export declare const deserializeAws_restJson1DeleteCustomLineItemCommand: (
283
+ output: __HttpResponse,
284
+ context: __SerdeContext
285
+ ) => Promise<DeleteCustomLineItemCommandOutput>;
286
+ export declare const deserializeAws_restJson1DeletePricingPlanCommand: (
287
+ output: __HttpResponse,
288
+ context: __SerdeContext
289
+ ) => Promise<DeletePricingPlanCommandOutput>;
290
+ export declare const deserializeAws_restJson1DeletePricingRuleCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<DeletePricingRuleCommandOutput>;
294
+ export declare const deserializeAws_restJson1DisassociateAccountsCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<DisassociateAccountsCommandOutput>;
298
+ export declare const deserializeAws_restJson1DisassociatePricingRulesCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<DisassociatePricingRulesCommandOutput>;
302
+ export declare const deserializeAws_restJson1ListAccountAssociationsCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<ListAccountAssociationsCommandOutput>;
306
+ export declare const deserializeAws_restJson1ListBillingGroupCostReportsCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<ListBillingGroupCostReportsCommandOutput>;
310
+ export declare const deserializeAws_restJson1ListBillingGroupsCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<ListBillingGroupsCommandOutput>;
314
+ export declare const deserializeAws_restJson1ListCustomLineItemsCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<ListCustomLineItemsCommandOutput>;
318
+ export declare const deserializeAws_restJson1ListPricingPlansCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<ListPricingPlansCommandOutput>;
322
+ export declare const deserializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
326
+ export declare const deserializeAws_restJson1ListPricingRulesCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<ListPricingRulesCommandOutput>;
330
+ export declare const deserializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<ListPricingRulesAssociatedToPricingPlanCommandOutput>;
334
+ export declare const deserializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<ListResourcesAssociatedToCustomLineItemCommandOutput>;
338
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<ListTagsForResourceCommandOutput>;
342
+ export declare const deserializeAws_restJson1TagResourceCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<TagResourceCommandOutput>;
346
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<UntagResourceCommandOutput>;
350
+ export declare const deserializeAws_restJson1UpdateBillingGroupCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<UpdateBillingGroupCommandOutput>;
354
+ export declare const deserializeAws_restJson1UpdateCustomLineItemCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<UpdateCustomLineItemCommandOutput>;
358
+ export declare const deserializeAws_restJson1UpdatePricingPlanCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<UpdatePricingPlanCommandOutput>;
362
+ export declare const deserializeAws_restJson1UpdatePricingRuleCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<UpdatePricingRuleCommandOutput>;
@@ -1,38 +1,68 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { BillingconductorClientConfig } from "./BillingconductorClient";
3
-
4
- export declare const getRuntimeConfig: (config: BillingconductorClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { BillingconductorClientConfig } from "./BillingconductorClient";
3
+
4
+ export declare const getRuntimeConfig: (
5
+ config: BillingconductorClientConfig
6
+ ) => {
7
+ runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<
9
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
10
+ >;
11
+ base64Decoder: import("@aws-sdk/types").Decoder;
12
+ base64Encoder: import("@aws-sdk/types").Encoder;
13
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
14
+ credentialDefaultProvider: (
15
+ input: any
16
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
17
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
18
+ import("@aws-sdk/types").UserAgent
19
+ >;
20
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
21
+ region: string | import("@aws-sdk/types").Provider<any>;
22
+ requestHandler:
23
+ | (import("@aws-sdk/types").RequestHandler<
24
+ any,
25
+ any,
26
+ import("@aws-sdk/types").HttpHandlerOptions
27
+ > &
28
+ import("@aws-sdk/protocol-http").HttpHandler)
29
+ | RequestHandler;
30
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
31
+ sha256: import("@aws-sdk/types").HashConstructor;
32
+ streamCollector: import("@aws-sdk/types").StreamCollector;
33
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
34
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
35
+ utf8Decoder: import("@aws-sdk/types").Decoder;
36
+ utf8Encoder: import("@aws-sdk/types").Encoder;
37
+ apiVersion: string;
38
+ urlParser: import("@aws-sdk/types").UrlParser;
39
+ disableHostPrefix: boolean;
40
+ logger: import("@aws-sdk/types").Logger;
41
+ serviceId: string;
42
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
43
+ endpoint?:
44
+ | string
45
+ | import("@aws-sdk/types").Endpoint
46
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
47
+ | undefined;
48
+ tls?: boolean | undefined;
49
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
50
+ credentials?:
51
+ | import("@aws-sdk/types").Credentials
52
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
53
+ | undefined;
54
+ signer?:
55
+ | import("@aws-sdk/types").RequestSigner
56
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
57
+ | undefined;
58
+ signingEscapePath?: boolean | undefined;
59
+ systemClockOffset?: number | undefined;
60
+ signingRegion?: string | undefined;
61
+ signerConstructor?:
62
+ | (new (
63
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
64
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
65
+ ) => import("@aws-sdk/types").RequestSigner)
66
+ | undefined;
67
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
68
+ };