@aws-sdk/client-billingconductor 3.55.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 (220) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +201 -0
  3. package/README.md +215 -0
  4. package/dist-cjs/Billingconductor.js +457 -0
  5. package/dist-cjs/BillingconductorClient.js +35 -0
  6. package/dist-cjs/commands/AssociateAccountsCommand.js +36 -0
  7. package/dist-cjs/commands/AssociatePricingRulesCommand.js +36 -0
  8. package/dist-cjs/commands/BatchAssociateResourcesToCustomLineItemCommand.js +36 -0
  9. package/dist-cjs/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +36 -0
  10. package/dist-cjs/commands/CreateBillingGroupCommand.js +36 -0
  11. package/dist-cjs/commands/CreateCustomLineItemCommand.js +36 -0
  12. package/dist-cjs/commands/CreatePricingPlanCommand.js +36 -0
  13. package/dist-cjs/commands/CreatePricingRuleCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteBillingGroupCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteCustomLineItemCommand.js +36 -0
  16. package/dist-cjs/commands/DeletePricingPlanCommand.js +36 -0
  17. package/dist-cjs/commands/DeletePricingRuleCommand.js +36 -0
  18. package/dist-cjs/commands/DisassociateAccountsCommand.js +36 -0
  19. package/dist-cjs/commands/DisassociatePricingRulesCommand.js +36 -0
  20. package/dist-cjs/commands/ListAccountAssociationsCommand.js +36 -0
  21. package/dist-cjs/commands/ListBillingGroupCostReportsCommand.js +36 -0
  22. package/dist-cjs/commands/ListBillingGroupsCommand.js +36 -0
  23. package/dist-cjs/commands/ListCustomLineItemsCommand.js +36 -0
  24. package/dist-cjs/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +36 -0
  25. package/dist-cjs/commands/ListPricingPlansCommand.js +36 -0
  26. package/dist-cjs/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +36 -0
  27. package/dist-cjs/commands/ListPricingRulesCommand.js +36 -0
  28. package/dist-cjs/commands/ListResourcesAssociatedToCustomLineItemCommand.js +36 -0
  29. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  30. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  31. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  32. package/dist-cjs/commands/UpdateBillingGroupCommand.js +36 -0
  33. package/dist-cjs/commands/UpdateCustomLineItemCommand.js +36 -0
  34. package/dist-cjs/commands/UpdatePricingPlanCommand.js +36 -0
  35. package/dist-cjs/commands/UpdatePricingRuleCommand.js +36 -0
  36. package/dist-cjs/commands/index.js +33 -0
  37. package/dist-cjs/endpoints.js +131 -0
  38. package/dist-cjs/index.js +11 -0
  39. package/dist-cjs/models/BillingconductorServiceException.js +11 -0
  40. package/dist-cjs/models/index.js +4 -0
  41. package/dist-cjs/models/models_0.js +792 -0
  42. package/dist-cjs/pagination/Interfaces.js +2 -0
  43. package/dist-cjs/pagination/ListAccountAssociationsPaginator.js +34 -0
  44. package/dist-cjs/pagination/ListBillingGroupCostReportsPaginator.js +35 -0
  45. package/dist-cjs/pagination/ListBillingGroupsPaginator.js +35 -0
  46. package/dist-cjs/pagination/ListCustomLineItemsPaginator.js +35 -0
  47. package/dist-cjs/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.js +35 -0
  48. package/dist-cjs/pagination/ListPricingPlansPaginator.js +35 -0
  49. package/dist-cjs/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.js +35 -0
  50. package/dist-cjs/pagination/ListPricingRulesPaginator.js +35 -0
  51. package/dist-cjs/pagination/ListResourcesAssociatedToCustomLineItemPaginator.js +35 -0
  52. package/dist-cjs/pagination/index.js +13 -0
  53. package/dist-cjs/protocols/Aws_restJson1.js +3178 -0
  54. package/dist-cjs/runtimeConfig.browser.js +45 -0
  55. package/dist-cjs/runtimeConfig.js +50 -0
  56. package/dist-cjs/runtimeConfig.native.js +16 -0
  57. package/dist-cjs/runtimeConfig.shared.js +17 -0
  58. package/dist-es/Billingconductor.js +460 -0
  59. package/dist-es/BillingconductorClient.js +37 -0
  60. package/dist-es/commands/AssociateAccountsCommand.js +39 -0
  61. package/dist-es/commands/AssociatePricingRulesCommand.js +39 -0
  62. package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +39 -0
  63. package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +39 -0
  64. package/dist-es/commands/CreateBillingGroupCommand.js +39 -0
  65. package/dist-es/commands/CreateCustomLineItemCommand.js +39 -0
  66. package/dist-es/commands/CreatePricingPlanCommand.js +39 -0
  67. package/dist-es/commands/CreatePricingRuleCommand.js +39 -0
  68. package/dist-es/commands/DeleteBillingGroupCommand.js +39 -0
  69. package/dist-es/commands/DeleteCustomLineItemCommand.js +39 -0
  70. package/dist-es/commands/DeletePricingPlanCommand.js +39 -0
  71. package/dist-es/commands/DeletePricingRuleCommand.js +39 -0
  72. package/dist-es/commands/DisassociateAccountsCommand.js +39 -0
  73. package/dist-es/commands/DisassociatePricingRulesCommand.js +39 -0
  74. package/dist-es/commands/ListAccountAssociationsCommand.js +39 -0
  75. package/dist-es/commands/ListBillingGroupCostReportsCommand.js +39 -0
  76. package/dist-es/commands/ListBillingGroupsCommand.js +39 -0
  77. package/dist-es/commands/ListCustomLineItemsCommand.js +39 -0
  78. package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +39 -0
  79. package/dist-es/commands/ListPricingPlansCommand.js +39 -0
  80. package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +39 -0
  81. package/dist-es/commands/ListPricingRulesCommand.js +39 -0
  82. package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +39 -0
  83. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  84. package/dist-es/commands/TagResourceCommand.js +39 -0
  85. package/dist-es/commands/UntagResourceCommand.js +39 -0
  86. package/dist-es/commands/UpdateBillingGroupCommand.js +39 -0
  87. package/dist-es/commands/UpdateCustomLineItemCommand.js +39 -0
  88. package/dist-es/commands/UpdatePricingPlanCommand.js +39 -0
  89. package/dist-es/commands/UpdatePricingRuleCommand.js +39 -0
  90. package/dist-es/commands/index.js +30 -0
  91. package/dist-es/endpoints.js +127 -0
  92. package/dist-es/index.js +6 -0
  93. package/dist-es/models/BillingconductorServiceException.js +12 -0
  94. package/dist-es/models/index.js +1 -0
  95. package/dist-es/models/models_0.js +560 -0
  96. package/dist-es/pagination/Interfaces.js +1 -0
  97. package/dist-es/pagination/ListAccountAssociationsPaginator.js +73 -0
  98. package/dist-es/pagination/ListBillingGroupCostReportsPaginator.js +74 -0
  99. package/dist-es/pagination/ListBillingGroupsPaginator.js +74 -0
  100. package/dist-es/pagination/ListCustomLineItemsPaginator.js +74 -0
  101. package/dist-es/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.js +74 -0
  102. package/dist-es/pagination/ListPricingPlansPaginator.js +74 -0
  103. package/dist-es/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.js +74 -0
  104. package/dist-es/pagination/ListPricingRulesPaginator.js +74 -0
  105. package/dist-es/pagination/ListResourcesAssociatedToCustomLineItemPaginator.js +74 -0
  106. package/dist-es/pagination/index.js +10 -0
  107. package/dist-es/protocols/Aws_restJson1.js +3850 -0
  108. package/dist-es/runtimeConfig.browser.js +26 -0
  109. package/dist-es/runtimeConfig.js +28 -0
  110. package/dist-es/runtimeConfig.native.js +8 -0
  111. package/dist-es/runtimeConfig.shared.js +13 -0
  112. package/dist-types/Billingconductor.d.ts +283 -0
  113. package/dist-types/BillingconductorClient.d.ts +186 -0
  114. package/dist-types/commands/AssociateAccountsCommand.d.ts +38 -0
  115. package/dist-types/commands/AssociatePricingRulesCommand.d.ts +36 -0
  116. package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +37 -0
  117. package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +37 -0
  118. package/dist-types/commands/CreateBillingGroupCommand.d.ts +37 -0
  119. package/dist-types/commands/CreateCustomLineItemCommand.d.ts +37 -0
  120. package/dist-types/commands/CreatePricingPlanCommand.d.ts +36 -0
  121. package/dist-types/commands/CreatePricingRuleCommand.d.ts +37 -0
  122. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +37 -0
  123. package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +37 -0
  124. package/dist-types/commands/DeletePricingPlanCommand.d.ts +36 -0
  125. package/dist-types/commands/DeletePricingRuleCommand.d.ts +35 -0
  126. package/dist-types/commands/DisassociateAccountsCommand.d.ts +35 -0
  127. package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +37 -0
  128. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +43 -0
  129. package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +36 -0
  130. package/dist-types/commands/ListBillingGroupsCommand.d.ts +35 -0
  131. package/dist-types/commands/ListCustomLineItemsCommand.d.ts +37 -0
  132. package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +37 -0
  133. package/dist-types/commands/ListPricingPlansCommand.d.ts +36 -0
  134. package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +37 -0
  135. package/dist-types/commands/ListPricingRulesCommand.d.ts +37 -0
  136. package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +37 -0
  137. package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
  138. package/dist-types/commands/TagResourceCommand.d.ts +37 -0
  139. package/dist-types/commands/UntagResourceCommand.d.ts +37 -0
  140. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +36 -0
  141. package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +37 -0
  142. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +36 -0
  143. package/dist-types/commands/UpdatePricingRuleCommand.d.ts +37 -0
  144. package/dist-types/commands/index.d.ts +30 -0
  145. package/dist-types/endpoints.d.ts +2 -0
  146. package/dist-types/index.d.ts +6 -0
  147. package/dist-types/models/BillingconductorServiceException.d.ts +10 -0
  148. package/dist-types/models/index.d.ts +1 -0
  149. package/dist-types/models/models_0.d.ts +2576 -0
  150. package/dist-types/pagination/Interfaces.d.ts +6 -0
  151. package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +4 -0
  152. package/dist-types/pagination/ListBillingGroupCostReportsPaginator.d.ts +4 -0
  153. package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +4 -0
  154. package/dist-types/pagination/ListCustomLineItemsPaginator.d.ts +4 -0
  155. package/dist-types/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +4 -0
  156. package/dist-types/pagination/ListPricingPlansPaginator.d.ts +4 -0
  157. package/dist-types/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +4 -0
  158. package/dist-types/pagination/ListPricingRulesPaginator.d.ts +4 -0
  159. package/dist-types/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +4 -0
  160. package/dist-types/pagination/index.d.ts +10 -0
  161. package/dist-types/protocols/Aws_restJson1.d.ts +92 -0
  162. package/dist-types/runtimeConfig.browser.d.ts +40 -0
  163. package/dist-types/runtimeConfig.d.ts +40 -0
  164. package/dist-types/runtimeConfig.native.d.ts +39 -0
  165. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  166. package/dist-types/ts3.4/Billingconductor.d.ts +155 -0
  167. package/dist-types/ts3.4/BillingconductorClient.d.ts +103 -0
  168. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +17 -0
  196. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +17 -0
  197. package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +17 -0
  198. package/dist-types/ts3.4/commands/index.d.ts +30 -0
  199. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  200. package/dist-types/ts3.4/index.d.ts +6 -0
  201. package/dist-types/ts3.4/models/BillingconductorServiceException.d.ts +6 -0
  202. package/dist-types/ts3.4/models/index.d.ts +1 -0
  203. package/dist-types/ts3.4/models/models_0.d.ts +1266 -0
  204. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  205. package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +4 -0
  206. package/dist-types/ts3.4/pagination/ListBillingGroupCostReportsPaginator.d.ts +4 -0
  207. package/dist-types/ts3.4/pagination/ListBillingGroupsPaginator.d.ts +4 -0
  208. package/dist-types/ts3.4/pagination/ListCustomLineItemsPaginator.d.ts +4 -0
  209. package/dist-types/ts3.4/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +4 -0
  210. package/dist-types/ts3.4/pagination/ListPricingPlansPaginator.d.ts +4 -0
  211. package/dist-types/ts3.4/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +4 -0
  212. package/dist-types/ts3.4/pagination/ListPricingRulesPaginator.d.ts +4 -0
  213. package/dist-types/ts3.4/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +4 -0
  214. package/dist-types/ts3.4/pagination/index.d.ts +10 -0
  215. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +92 -0
  216. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  217. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  218. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  219. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  220. package/package.json +95 -0
@@ -0,0 +1,1266 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { BillingconductorServiceException as __BaseException } from "./BillingconductorServiceException";
3
+
4
+ export declare class AccessDeniedException extends __BaseException {
5
+ readonly name: "AccessDeniedException";
6
+ readonly $fault: "client";
7
+ Message: string | undefined;
8
+
9
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
+ }
11
+
12
+ export interface AccountAssociationsListElement {
13
+
14
+ AccountId?: string;
15
+
16
+ BillingGroupArn?: string;
17
+
18
+ AccountName?: string;
19
+
20
+ AccountEmail?: string;
21
+ }
22
+ export declare namespace AccountAssociationsListElement {
23
+
24
+ const filterSensitiveLog: (obj: AccountAssociationsListElement) => any;
25
+ }
26
+
27
+ export interface AccountGrouping {
28
+
29
+ LinkedAccountIds: string[] | undefined;
30
+ }
31
+ export declare namespace AccountGrouping {
32
+
33
+ const filterSensitiveLog: (obj: AccountGrouping) => any;
34
+ }
35
+ export interface AssociateAccountsInput {
36
+
37
+ Arn: string | undefined;
38
+
39
+ AccountIds: string[] | undefined;
40
+ }
41
+ export declare namespace AssociateAccountsInput {
42
+
43
+ const filterSensitiveLog: (obj: AssociateAccountsInput) => any;
44
+ }
45
+ export interface AssociateAccountsOutput {
46
+
47
+ Arn?: string;
48
+ }
49
+ export declare namespace AssociateAccountsOutput {
50
+
51
+ const filterSensitiveLog: (obj: AssociateAccountsOutput) => any;
52
+ }
53
+
54
+ export declare class ConflictException extends __BaseException {
55
+ readonly name: "ConflictException";
56
+ readonly $fault: "client";
57
+ Message: string | undefined;
58
+
59
+ ResourceId: string | undefined;
60
+
61
+ ResourceType: string | undefined;
62
+
63
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
64
+ }
65
+
66
+ export declare class InternalServerException extends __BaseException {
67
+ readonly name: "InternalServerException";
68
+ readonly $fault: "server";
69
+ Message: string | undefined;
70
+
71
+ RetryAfterSeconds?: number;
72
+
73
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
74
+ }
75
+
76
+ export declare class ResourceNotFoundException extends __BaseException {
77
+ readonly name: "ResourceNotFoundException";
78
+ readonly $fault: "client";
79
+ Message: string | undefined;
80
+
81
+ ResourceId: string | undefined;
82
+
83
+ ResourceType: string | undefined;
84
+
85
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
86
+ }
87
+
88
+ export declare class ServiceLimitExceededException extends __BaseException {
89
+ readonly name: "ServiceLimitExceededException";
90
+ readonly $fault: "client";
91
+ Message: string | undefined;
92
+
93
+ ResourceId?: string;
94
+
95
+ ResourceType?: string;
96
+
97
+ LimitCode: string | undefined;
98
+
99
+ ServiceCode: string | undefined;
100
+
101
+ constructor(opts: __ExceptionOptionType<ServiceLimitExceededException, __BaseException>);
102
+ }
103
+
104
+ export declare class ThrottlingException extends __BaseException {
105
+ readonly name: "ThrottlingException";
106
+ readonly $fault: "client";
107
+ Message: string | undefined;
108
+
109
+ RetryAfterSeconds?: number;
110
+
111
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
112
+ }
113
+
114
+ export interface ValidationExceptionField {
115
+
116
+ Name: string | undefined;
117
+
118
+ Message: string | undefined;
119
+ }
120
+ export declare namespace ValidationExceptionField {
121
+
122
+ const filterSensitiveLog: (obj: ValidationExceptionField) => any;
123
+ }
124
+ export declare enum ValidationExceptionReason {
125
+ ACCOUNTS_ALREADY_ASSOCIATED = "ACCOUNTS_ALREADY_ASSOCIATED",
126
+ ACCOUNTS_NOT_ASSOCIATED = "ACCOUNTS_NOT_ASSOCIATED",
127
+ CANNOT_PARSE = "CANNOT_PARSE",
128
+ DUPLICATE_ACCOUNT = "DUPLICATE_ACCOUNT",
129
+ DUPLICATE_PRICINGRULE_ARNS = "DUPLICATE_PRICINGRULE_ARNS",
130
+ FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
131
+ ILLEGAL_ACCOUNTS = "ILLEGAL_ACCOUNTS",
132
+ ILLEGAL_BILLING_PERIOD = "ILLEGAL_BILLING_PERIOD",
133
+ ILLEGAL_BILLING_PERIOD_RANGE = "ILLEGAL_BILLING_PERIOD_RANGE",
134
+ ILLEGAL_CHARGE_DETAILS = "ILLEGAL_CHARGE_DETAILS",
135
+ ILLEGAL_CUSTOMLINEITEM = "ILLEGAL_CUSTOMLINEITEM",
136
+ ILLEGAL_CUSTOMLINEITEM_MODIFICATION = "ILLEGAL_CUSTOMLINEITEM_MODIFICATION",
137
+ ILLEGAL_CUSTOMLINEITEM_UPDATE = "ILLEGAL_CUSTOMLINEITEM_UPDATE",
138
+ ILLEGAL_EXPRESSION = "ILLEGAL_EXPRESSION",
139
+ ILLEGAL_PRIMARY_ACCOUNT = "ILLEGAL_PRIMARY_ACCOUNT",
140
+ ILLEGAL_RESOURCE_ARNS = "ILLEGAL_RESOURCE_ARNS",
141
+ ILLEGAL_SCOPE = "ILLEGAL_SCOPE",
142
+ ILLEGAL_SERVICE = "ILLEGAL_SERVICE",
143
+ ILLEGAL_UPDATE_CHARGE_DETAILS = "ILLEGAL_UPDATE_CHARGE_DETAILS",
144
+ INVALID_ARN = "INVALID_ARN",
145
+ INVALID_BILLINGVIEW_ARN = "INVALID_BILLINGVIEW_ARN",
146
+ INVALID_BILLING_GROUP_STATUS = "INVALID_BILLING_GROUP_STATUS",
147
+ INVALID_TIME_RANGE = "INVALID_TIME_RANGE",
148
+ MISMATCHED_BILLINGGROUP_ARN = "MISMATCHED_BILLINGGROUP_ARN",
149
+ MISMATCHED_BILLINGVIEW_ARN = "MISMATCHED_BILLINGVIEW_ARN",
150
+ MISMATCHED_CUSTOMLINEITEM_ARN = "MISMATCHED_CUSTOMLINEITEM_ARN",
151
+ MISMATCHED_PRICINGPLAN_ARN = "MISMATCHED_PRICINGPLAN_ARN",
152
+ MISMATCHED_PRICINGRULE_ARN = "MISMATCHED_PRICINGRULE_ARN",
153
+ MISSING_BILLINGGROUP = "MISSING_BILLINGGROUP",
154
+ MISSING_CUSTOMLINEITEM = "MISSING_CUSTOMLINEITEM",
155
+ MISSING_LINKED_ACCOUNT_IDS = "MISSING_LINKED_ACCOUNT_IDS",
156
+ MISSING_PRICINGPLAN = "MISSING_PRICINGPLAN",
157
+ MISSING_PRICING_PLAN_ARN = "MISSING_PRICING_PLAN_ARN",
158
+ MULTIPLE_LINKED_ACCOUNT_IDS = "MULTIPLE_LINKED_ACCOUNT_IDS",
159
+ MULTIPLE_PRICING_PLAN_ARN = "MULTIPLE_PRICING_PLAN_ARN",
160
+ OTHER = "OTHER",
161
+ PRICINGRULES_ALREADY_ASSOCIATED = "PRICINGRULES_ALREADY_ASSOCIATED",
162
+ PRICINGRULES_NOT_ASSOCIATED = "PRICINGRULES_NOT_ASSOCIATED",
163
+ PRICINGRULES_NOT_EXIST = "PRICINGRULES_NOT_EXIST",
164
+ PRIMARY_CANNOT_DISASSOCIATE = "PRIMARY_CANNOT_DISASSOCIATE",
165
+ PRIMARY_NOT_ASSOCIATED = "PRIMARY_NOT_ASSOCIATED",
166
+ TOO_MANY_ACCOUNTS_IN_REQUEST = "TOO_MANY_ACCOUNTS_IN_REQUEST",
167
+ TOO_MANY_CUSTOMLINEITEMS_IN_REQUEST = "TOO_MANY_CUSTOMLINEITEMS_IN_REQUEST",
168
+ UNKNOWN_OPERATION = "UNKNOWN_OPERATION"
169
+ }
170
+
171
+ export declare class ValidationException extends __BaseException {
172
+ readonly name: "ValidationException";
173
+ readonly $fault: "client";
174
+ Message: string | undefined;
175
+
176
+ Reason?: ValidationExceptionReason | string;
177
+
178
+ Fields?: ValidationExceptionField[];
179
+
180
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
181
+ }
182
+ export interface AssociatePricingRulesInput {
183
+
184
+ Arn: string | undefined;
185
+
186
+ PricingRuleArns: string[] | undefined;
187
+ }
188
+ export declare namespace AssociatePricingRulesInput {
189
+
190
+ const filterSensitiveLog: (obj: AssociatePricingRulesInput) => any;
191
+ }
192
+ export interface AssociatePricingRulesOutput {
193
+
194
+ Arn?: string;
195
+ }
196
+ export declare namespace AssociatePricingRulesOutput {
197
+
198
+ const filterSensitiveLog: (obj: AssociatePricingRulesOutput) => any;
199
+ }
200
+ export declare enum AssociateResourceErrorReason {
201
+ ILLEGAL_CUSTOMLINEITEM = "ILLEGAL_CUSTOMLINEITEM",
202
+ INTERNAL_SERVER_EXCEPTION = "INTERNAL_SERVER_EXCEPTION",
203
+ INVALID_ARN = "INVALID_ARN",
204
+ SERVICE_LIMIT_EXCEEDED = "SERVICE_LIMIT_EXCEEDED"
205
+ }
206
+
207
+ export interface AssociateResourceError {
208
+
209
+ Message?: string;
210
+
211
+ Reason?: AssociateResourceErrorReason | string;
212
+ }
213
+ export declare namespace AssociateResourceError {
214
+
215
+ const filterSensitiveLog: (obj: AssociateResourceError) => any;
216
+ }
217
+
218
+ export interface AssociateResourceResponseElement {
219
+
220
+ Arn?: string;
221
+
222
+ Error?: AssociateResourceError;
223
+ }
224
+ export declare namespace AssociateResourceResponseElement {
225
+
226
+ const filterSensitiveLog: (obj: AssociateResourceResponseElement) => any;
227
+ }
228
+
229
+ export interface ComputationPreference {
230
+
231
+ PricingPlanArn: string | undefined;
232
+ }
233
+ export declare namespace ComputationPreference {
234
+
235
+ const filterSensitiveLog: (obj: ComputationPreference) => any;
236
+ }
237
+ export interface CreateBillingGroupInput {
238
+
239
+ ClientToken?: string;
240
+
241
+ Name: string | undefined;
242
+
243
+ AccountGrouping: AccountGrouping | undefined;
244
+
245
+ ComputationPreference: ComputationPreference | undefined;
246
+
247
+ PrimaryAccountId?: string;
248
+
249
+ Description?: string;
250
+
251
+ Tags?: {
252
+ [key: string]: string;
253
+ };
254
+ }
255
+ export declare namespace CreateBillingGroupInput {
256
+
257
+ const filterSensitiveLog: (obj: CreateBillingGroupInput) => any;
258
+ }
259
+ export interface CreateBillingGroupOutput {
260
+
261
+ Arn?: string;
262
+ }
263
+ export declare namespace CreateBillingGroupOutput {
264
+
265
+ const filterSensitiveLog: (obj: CreateBillingGroupOutput) => any;
266
+ }
267
+ export interface DeleteBillingGroupInput {
268
+
269
+ Arn: string | undefined;
270
+ }
271
+ export declare namespace DeleteBillingGroupInput {
272
+
273
+ const filterSensitiveLog: (obj: DeleteBillingGroupInput) => any;
274
+ }
275
+ export interface DeleteBillingGroupOutput {
276
+
277
+ Arn?: string;
278
+ }
279
+ export declare namespace DeleteBillingGroupOutput {
280
+
281
+ const filterSensitiveLog: (obj: DeleteBillingGroupOutput) => any;
282
+ }
283
+ export interface DisassociateAccountsInput {
284
+
285
+ Arn: string | undefined;
286
+
287
+ AccountIds: string[] | undefined;
288
+ }
289
+ export declare namespace DisassociateAccountsInput {
290
+
291
+ const filterSensitiveLog: (obj: DisassociateAccountsInput) => any;
292
+ }
293
+ export interface DisassociateAccountsOutput {
294
+
295
+ Arn?: string;
296
+ }
297
+ export declare namespace DisassociateAccountsOutput {
298
+
299
+ const filterSensitiveLog: (obj: DisassociateAccountsOutput) => any;
300
+ }
301
+
302
+ export interface ListBillingGroupsFilter {
303
+
304
+ Arns?: string[];
305
+
306
+ PricingPlan?: string;
307
+ }
308
+ export declare namespace ListBillingGroupsFilter {
309
+
310
+ const filterSensitiveLog: (obj: ListBillingGroupsFilter) => any;
311
+ }
312
+ export interface ListBillingGroupsInput {
313
+
314
+ BillingPeriod?: string;
315
+
316
+ MaxResults?: number;
317
+
318
+ NextToken?: string;
319
+
320
+ Filters?: ListBillingGroupsFilter;
321
+ }
322
+ export declare namespace ListBillingGroupsInput {
323
+
324
+ const filterSensitiveLog: (obj: ListBillingGroupsInput) => any;
325
+ }
326
+ export declare enum BillingGroupStatus {
327
+ ACTIVE = "ACTIVE",
328
+ PRIMARY_ACCOUNT_MISSING = "PRIMARY_ACCOUNT_MISSING"
329
+ }
330
+
331
+ export interface BillingGroupListElement {
332
+
333
+ Name?: string;
334
+
335
+ Arn?: string;
336
+
337
+ Description?: string;
338
+
339
+ PrimaryAccountId?: string;
340
+
341
+ ComputationPreference?: ComputationPreference;
342
+
343
+ Size?: number;
344
+
345
+ CreationTime?: number;
346
+
347
+ LastModifiedTime?: number;
348
+
349
+ Status?: BillingGroupStatus | string;
350
+
351
+ StatusReason?: string;
352
+ }
353
+ export declare namespace BillingGroupListElement {
354
+
355
+ const filterSensitiveLog: (obj: BillingGroupListElement) => any;
356
+ }
357
+ export interface ListBillingGroupsOutput {
358
+
359
+ BillingGroups?: BillingGroupListElement[];
360
+
361
+ NextToken?: string;
362
+ }
363
+ export declare namespace ListBillingGroupsOutput {
364
+
365
+ const filterSensitiveLog: (obj: ListBillingGroupsOutput) => any;
366
+ }
367
+ export interface UpdateBillingGroupInput {
368
+
369
+ Arn: string | undefined;
370
+
371
+ Name?: string;
372
+
373
+ Status?: BillingGroupStatus | string;
374
+
375
+ ComputationPreference?: ComputationPreference;
376
+
377
+ Description?: string;
378
+ }
379
+ export declare namespace UpdateBillingGroupInput {
380
+
381
+ const filterSensitiveLog: (obj: UpdateBillingGroupInput) => any;
382
+ }
383
+ export interface UpdateBillingGroupOutput {
384
+
385
+ Arn?: string;
386
+
387
+ Name?: string;
388
+
389
+ Description?: string;
390
+
391
+ PrimaryAccountId?: string;
392
+
393
+ PricingPlanArn?: string;
394
+
395
+ Size?: number;
396
+
397
+ LastModifiedTime?: number;
398
+
399
+ Status?: BillingGroupStatus | string;
400
+
401
+ StatusReason?: string;
402
+ }
403
+ export declare namespace UpdateBillingGroupOutput {
404
+
405
+ const filterSensitiveLog: (obj: UpdateBillingGroupOutput) => any;
406
+ }
407
+
408
+ export interface CustomLineItemBillingPeriodRange {
409
+
410
+ InclusiveStartBillingPeriod: string | undefined;
411
+
412
+ ExclusiveEndBillingPeriod: string | undefined;
413
+ }
414
+ export declare namespace CustomLineItemBillingPeriodRange {
415
+
416
+ const filterSensitiveLog: (obj: CustomLineItemBillingPeriodRange) => any;
417
+ }
418
+ export interface BatchAssociateResourcesToCustomLineItemInput {
419
+
420
+ TargetArn: string | undefined;
421
+
422
+ ResourceArns: string[] | undefined;
423
+
424
+ BillingPeriodRange?: CustomLineItemBillingPeriodRange;
425
+ }
426
+ export declare namespace BatchAssociateResourcesToCustomLineItemInput {
427
+
428
+ const filterSensitiveLog: (obj: BatchAssociateResourcesToCustomLineItemInput) => any;
429
+ }
430
+ export interface BatchAssociateResourcesToCustomLineItemOutput {
431
+
432
+ SuccessfullyAssociatedResources?: AssociateResourceResponseElement[];
433
+
434
+ FailedAssociatedResources?: AssociateResourceResponseElement[];
435
+ }
436
+ export declare namespace BatchAssociateResourcesToCustomLineItemOutput {
437
+
438
+ const filterSensitiveLog: (obj: BatchAssociateResourcesToCustomLineItemOutput) => any;
439
+ }
440
+ export interface BatchDisassociateResourcesFromCustomLineItemInput {
441
+
442
+ TargetArn: string | undefined;
443
+
444
+ ResourceArns: string[] | undefined;
445
+
446
+ BillingPeriodRange?: CustomLineItemBillingPeriodRange;
447
+ }
448
+ export declare namespace BatchDisassociateResourcesFromCustomLineItemInput {
449
+
450
+ const filterSensitiveLog: (obj: BatchDisassociateResourcesFromCustomLineItemInput) => any;
451
+ }
452
+
453
+ export interface DisassociateResourceResponseElement {
454
+
455
+ Arn?: string;
456
+
457
+ Error?: AssociateResourceError;
458
+ }
459
+ export declare namespace DisassociateResourceResponseElement {
460
+
461
+ const filterSensitiveLog: (obj: DisassociateResourceResponseElement) => any;
462
+ }
463
+ export interface BatchDisassociateResourcesFromCustomLineItemOutput {
464
+
465
+ SuccessfullyDisassociatedResources?: DisassociateResourceResponseElement[];
466
+
467
+ FailedDisassociatedResources?: DisassociateResourceResponseElement[];
468
+ }
469
+ export declare namespace BatchDisassociateResourcesFromCustomLineItemOutput {
470
+
471
+ const filterSensitiveLog: (obj: BatchDisassociateResourcesFromCustomLineItemOutput) => any;
472
+ }
473
+
474
+ export interface CustomLineItemFlatChargeDetails {
475
+
476
+ ChargeValue: number | undefined;
477
+ }
478
+ export declare namespace CustomLineItemFlatChargeDetails {
479
+
480
+ const filterSensitiveLog: (obj: CustomLineItemFlatChargeDetails) => any;
481
+ }
482
+
483
+ export interface CustomLineItemPercentageChargeDetails {
484
+
485
+ PercentageValue: number | undefined;
486
+
487
+ AssociatedValues?: string[];
488
+ }
489
+ export declare namespace CustomLineItemPercentageChargeDetails {
490
+
491
+ const filterSensitiveLog: (obj: CustomLineItemPercentageChargeDetails) => any;
492
+ }
493
+ export declare enum CustomLineItemType {
494
+ CREDIT = "CREDIT",
495
+ FEE = "FEE"
496
+ }
497
+
498
+ export interface CustomLineItemChargeDetails {
499
+
500
+ Flat?: CustomLineItemFlatChargeDetails;
501
+
502
+ Percentage?: CustomLineItemPercentageChargeDetails;
503
+
504
+ Type: CustomLineItemType | string | undefined;
505
+ }
506
+ export declare namespace CustomLineItemChargeDetails {
507
+
508
+ const filterSensitiveLog: (obj: CustomLineItemChargeDetails) => any;
509
+ }
510
+ export interface CreateCustomLineItemInput {
511
+
512
+ ClientToken?: string;
513
+
514
+ Name: string | undefined;
515
+
516
+ Description: string | undefined;
517
+
518
+ BillingGroupArn: string | undefined;
519
+
520
+ BillingPeriodRange?: CustomLineItemBillingPeriodRange;
521
+
522
+ Tags?: {
523
+ [key: string]: string;
524
+ };
525
+
526
+ ChargeDetails: CustomLineItemChargeDetails | undefined;
527
+ }
528
+ export declare namespace CreateCustomLineItemInput {
529
+
530
+ const filterSensitiveLog: (obj: CreateCustomLineItemInput) => any;
531
+ }
532
+ export interface CreateCustomLineItemOutput {
533
+
534
+ Arn?: string;
535
+ }
536
+ export declare namespace CreateCustomLineItemOutput {
537
+
538
+ const filterSensitiveLog: (obj: CreateCustomLineItemOutput) => any;
539
+ }
540
+ export interface DeleteCustomLineItemInput {
541
+
542
+ Arn: string | undefined;
543
+
544
+ BillingPeriodRange?: CustomLineItemBillingPeriodRange;
545
+ }
546
+ export declare namespace DeleteCustomLineItemInput {
547
+
548
+ const filterSensitiveLog: (obj: DeleteCustomLineItemInput) => any;
549
+ }
550
+ export interface DeleteCustomLineItemOutput {
551
+
552
+ Arn?: string;
553
+ }
554
+ export declare namespace DeleteCustomLineItemOutput {
555
+
556
+ const filterSensitiveLog: (obj: DeleteCustomLineItemOutput) => any;
557
+ }
558
+
559
+ export interface ListCustomLineItemsFilter {
560
+
561
+ Names?: string[];
562
+
563
+ BillingGroups?: string[];
564
+
565
+ Arns?: string[];
566
+ }
567
+ export declare namespace ListCustomLineItemsFilter {
568
+
569
+ const filterSensitiveLog: (obj: ListCustomLineItemsFilter) => any;
570
+ }
571
+ export interface ListCustomLineItemsInput {
572
+
573
+ BillingPeriod?: string;
574
+
575
+ MaxResults?: number;
576
+
577
+ NextToken?: string;
578
+
579
+ Filters?: ListCustomLineItemsFilter;
580
+ }
581
+ export declare namespace ListCustomLineItemsInput {
582
+
583
+ const filterSensitiveLog: (obj: ListCustomLineItemsInput) => any;
584
+ }
585
+
586
+ export interface ListCustomLineItemFlatChargeDetails {
587
+
588
+ ChargeValue: number | undefined;
589
+ }
590
+ export declare namespace ListCustomLineItemFlatChargeDetails {
591
+
592
+ const filterSensitiveLog: (obj: ListCustomLineItemFlatChargeDetails) => any;
593
+ }
594
+
595
+ export interface ListCustomLineItemPercentageChargeDetails {
596
+
597
+ PercentageValue: number | undefined;
598
+ }
599
+ export declare namespace ListCustomLineItemPercentageChargeDetails {
600
+
601
+ const filterSensitiveLog: (obj: ListCustomLineItemPercentageChargeDetails) => any;
602
+ }
603
+
604
+ export interface ListCustomLineItemChargeDetails {
605
+
606
+ Flat?: ListCustomLineItemFlatChargeDetails;
607
+
608
+ Percentage?: ListCustomLineItemPercentageChargeDetails;
609
+
610
+ Type: CustomLineItemType | string | undefined;
611
+ }
612
+ export declare namespace ListCustomLineItemChargeDetails {
613
+
614
+ const filterSensitiveLog: (obj: ListCustomLineItemChargeDetails) => any;
615
+ }
616
+ export declare enum CurrencyCode {
617
+ CNY = "CNY",
618
+ USD = "USD"
619
+ }
620
+
621
+ export interface CustomLineItemListElement {
622
+
623
+ Arn?: string;
624
+
625
+ Name?: string;
626
+
627
+ ChargeDetails?: ListCustomLineItemChargeDetails;
628
+
629
+ CurrencyCode?: CurrencyCode | string;
630
+
631
+ Description?: string;
632
+
633
+ ProductCode?: string;
634
+
635
+ BillingGroupArn?: string;
636
+
637
+ CreationTime?: number;
638
+
639
+ LastModifiedTime?: number;
640
+
641
+ AssociationSize?: number;
642
+ }
643
+ export declare namespace CustomLineItemListElement {
644
+
645
+ const filterSensitiveLog: (obj: CustomLineItemListElement) => any;
646
+ }
647
+ export interface ListCustomLineItemsOutput {
648
+
649
+ CustomLineItems?: CustomLineItemListElement[];
650
+
651
+ NextToken?: string;
652
+ }
653
+ export declare namespace ListCustomLineItemsOutput {
654
+
655
+ const filterSensitiveLog: (obj: ListCustomLineItemsOutput) => any;
656
+ }
657
+ export declare enum CustomLineItemRelationship {
658
+ CHILD = "CHILD",
659
+ PARENT = "PARENT"
660
+ }
661
+
662
+ export interface ListResourcesAssociatedToCustomLineItemFilter {
663
+
664
+ Relationship?: CustomLineItemRelationship | string;
665
+ }
666
+ export declare namespace ListResourcesAssociatedToCustomLineItemFilter {
667
+
668
+ const filterSensitiveLog: (obj: ListResourcesAssociatedToCustomLineItemFilter) => any;
669
+ }
670
+ export interface ListResourcesAssociatedToCustomLineItemInput {
671
+
672
+ BillingPeriod?: string;
673
+
674
+ Arn: string | undefined;
675
+
676
+ MaxResults?: number;
677
+
678
+ NextToken?: string;
679
+
680
+ Filters?: ListResourcesAssociatedToCustomLineItemFilter;
681
+ }
682
+ export declare namespace ListResourcesAssociatedToCustomLineItemInput {
683
+
684
+ const filterSensitiveLog: (obj: ListResourcesAssociatedToCustomLineItemInput) => any;
685
+ }
686
+
687
+ export interface ListResourcesAssociatedToCustomLineItemResponseElement {
688
+
689
+ Arn?: string;
690
+
691
+ Relationship?: CustomLineItemRelationship | string;
692
+ }
693
+ export declare namespace ListResourcesAssociatedToCustomLineItemResponseElement {
694
+
695
+ const filterSensitiveLog: (obj: ListResourcesAssociatedToCustomLineItemResponseElement) => any;
696
+ }
697
+ export interface ListResourcesAssociatedToCustomLineItemOutput {
698
+
699
+ Arn?: string;
700
+
701
+ AssociatedResources?: ListResourcesAssociatedToCustomLineItemResponseElement[];
702
+
703
+ NextToken?: string;
704
+ }
705
+ export declare namespace ListResourcesAssociatedToCustomLineItemOutput {
706
+
707
+ const filterSensitiveLog: (obj: ListResourcesAssociatedToCustomLineItemOutput) => any;
708
+ }
709
+
710
+ export interface UpdateCustomLineItemFlatChargeDetails {
711
+
712
+ ChargeValue: number | undefined;
713
+ }
714
+ export declare namespace UpdateCustomLineItemFlatChargeDetails {
715
+
716
+ const filterSensitiveLog: (obj: UpdateCustomLineItemFlatChargeDetails) => any;
717
+ }
718
+
719
+ export interface UpdateCustomLineItemPercentageChargeDetails {
720
+
721
+ PercentageValue: number | undefined;
722
+ }
723
+ export declare namespace UpdateCustomLineItemPercentageChargeDetails {
724
+
725
+ const filterSensitiveLog: (obj: UpdateCustomLineItemPercentageChargeDetails) => any;
726
+ }
727
+
728
+ export interface UpdateCustomLineItemChargeDetails {
729
+
730
+ Flat?: UpdateCustomLineItemFlatChargeDetails;
731
+
732
+ Percentage?: UpdateCustomLineItemPercentageChargeDetails;
733
+ }
734
+ export declare namespace UpdateCustomLineItemChargeDetails {
735
+
736
+ const filterSensitiveLog: (obj: UpdateCustomLineItemChargeDetails) => any;
737
+ }
738
+ export interface UpdateCustomLineItemInput {
739
+
740
+ Arn: string | undefined;
741
+
742
+ Name?: string;
743
+
744
+ Description?: string;
745
+
746
+ ChargeDetails?: UpdateCustomLineItemChargeDetails;
747
+
748
+ BillingPeriodRange?: CustomLineItemBillingPeriodRange;
749
+ }
750
+ export declare namespace UpdateCustomLineItemInput {
751
+
752
+ const filterSensitiveLog: (obj: UpdateCustomLineItemInput) => any;
753
+ }
754
+ export interface UpdateCustomLineItemOutput {
755
+
756
+ Arn?: string;
757
+
758
+ BillingGroupArn?: string;
759
+
760
+ Name?: string;
761
+
762
+ Description?: string;
763
+
764
+ ChargeDetails?: ListCustomLineItemChargeDetails;
765
+
766
+ LastModifiedTime?: number;
767
+
768
+ AssociationSize?: number;
769
+ }
770
+ export declare namespace UpdateCustomLineItemOutput {
771
+
772
+ const filterSensitiveLog: (obj: UpdateCustomLineItemOutput) => any;
773
+ }
774
+
775
+ export interface ListAccountAssociationsFilter {
776
+
777
+ Association?: string;
778
+
779
+ AccountId?: string;
780
+ }
781
+ export declare namespace ListAccountAssociationsFilter {
782
+
783
+ const filterSensitiveLog: (obj: ListAccountAssociationsFilter) => any;
784
+ }
785
+ export interface ListAccountAssociationsInput {
786
+
787
+ BillingPeriod?: string;
788
+
789
+ Filters?: ListAccountAssociationsFilter;
790
+
791
+ NextToken?: string;
792
+ }
793
+ export declare namespace ListAccountAssociationsInput {
794
+
795
+ const filterSensitiveLog: (obj: ListAccountAssociationsInput) => any;
796
+ }
797
+ export interface ListAccountAssociationsOutput {
798
+
799
+ LinkedAccounts?: AccountAssociationsListElement[];
800
+
801
+ NextToken?: string;
802
+ }
803
+ export declare namespace ListAccountAssociationsOutput {
804
+
805
+ const filterSensitiveLog: (obj: ListAccountAssociationsOutput) => any;
806
+ }
807
+
808
+ export interface ListBillingGroupCostReportsFilter {
809
+
810
+ BillingGroupArns?: string[];
811
+ }
812
+ export declare namespace ListBillingGroupCostReportsFilter {
813
+
814
+ const filterSensitiveLog: (obj: ListBillingGroupCostReportsFilter) => any;
815
+ }
816
+ export interface ListBillingGroupCostReportsInput {
817
+
818
+ BillingPeriod?: string;
819
+
820
+ MaxResults?: number;
821
+
822
+ NextToken?: string;
823
+
824
+ Filters?: ListBillingGroupCostReportsFilter;
825
+ }
826
+ export declare namespace ListBillingGroupCostReportsInput {
827
+
828
+ const filterSensitiveLog: (obj: ListBillingGroupCostReportsInput) => any;
829
+ }
830
+
831
+ export interface BillingGroupCostReportElement {
832
+
833
+ Arn?: string;
834
+
835
+ AWSCost?: string;
836
+
837
+ ProformaCost?: string;
838
+
839
+ Margin?: string;
840
+
841
+ MarginPercentage?: string;
842
+
843
+ Currency?: string;
844
+ }
845
+ export declare namespace BillingGroupCostReportElement {
846
+
847
+ const filterSensitiveLog: (obj: BillingGroupCostReportElement) => any;
848
+ }
849
+ export interface ListBillingGroupCostReportsOutput {
850
+
851
+ BillingGroupCostReports?: BillingGroupCostReportElement[];
852
+
853
+ NextToken?: string;
854
+ }
855
+ export declare namespace ListBillingGroupCostReportsOutput {
856
+
857
+ const filterSensitiveLog: (obj: ListBillingGroupCostReportsOutput) => any;
858
+ }
859
+ export interface ListTagsForResourceRequest {
860
+
861
+ ResourceArn: string | undefined;
862
+ }
863
+ export declare namespace ListTagsForResourceRequest {
864
+
865
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
866
+ }
867
+ export interface ListTagsForResourceResponse {
868
+
869
+ Tags?: {
870
+ [key: string]: string;
871
+ };
872
+ }
873
+ export declare namespace ListTagsForResourceResponse {
874
+
875
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
876
+ }
877
+ export interface CreatePricingPlanInput {
878
+
879
+ ClientToken?: string;
880
+
881
+ Name: string | undefined;
882
+
883
+ Description?: string;
884
+
885
+ PricingRuleArns?: string[];
886
+
887
+ Tags?: {
888
+ [key: string]: string;
889
+ };
890
+ }
891
+ export declare namespace CreatePricingPlanInput {
892
+
893
+ const filterSensitiveLog: (obj: CreatePricingPlanInput) => any;
894
+ }
895
+ export interface CreatePricingPlanOutput {
896
+
897
+ Arn?: string;
898
+ }
899
+ export declare namespace CreatePricingPlanOutput {
900
+
901
+ const filterSensitiveLog: (obj: CreatePricingPlanOutput) => any;
902
+ }
903
+ export interface DeletePricingPlanInput {
904
+
905
+ Arn: string | undefined;
906
+ }
907
+ export declare namespace DeletePricingPlanInput {
908
+
909
+ const filterSensitiveLog: (obj: DeletePricingPlanInput) => any;
910
+ }
911
+ export interface DeletePricingPlanOutput {
912
+
913
+ Arn?: string;
914
+ }
915
+ export declare namespace DeletePricingPlanOutput {
916
+
917
+ const filterSensitiveLog: (obj: DeletePricingPlanOutput) => any;
918
+ }
919
+ export interface DisassociatePricingRulesInput {
920
+
921
+ Arn: string | undefined;
922
+
923
+ PricingRuleArns: string[] | undefined;
924
+ }
925
+ export declare namespace DisassociatePricingRulesInput {
926
+
927
+ const filterSensitiveLog: (obj: DisassociatePricingRulesInput) => any;
928
+ }
929
+ export interface DisassociatePricingRulesOutput {
930
+
931
+ Arn?: string;
932
+ }
933
+ export declare namespace DisassociatePricingRulesOutput {
934
+
935
+ const filterSensitiveLog: (obj: DisassociatePricingRulesOutput) => any;
936
+ }
937
+
938
+ export interface ListPricingPlansFilter {
939
+
940
+ Arns?: string[];
941
+ }
942
+ export declare namespace ListPricingPlansFilter {
943
+
944
+ const filterSensitiveLog: (obj: ListPricingPlansFilter) => any;
945
+ }
946
+ export interface ListPricingPlansInput {
947
+
948
+ BillingPeriod?: string;
949
+
950
+ Filters?: ListPricingPlansFilter;
951
+
952
+ MaxResults?: number;
953
+
954
+ NextToken?: string;
955
+ }
956
+ export declare namespace ListPricingPlansInput {
957
+
958
+ const filterSensitiveLog: (obj: ListPricingPlansInput) => any;
959
+ }
960
+
961
+ export interface PricingPlanListElement {
962
+
963
+ Name?: string;
964
+
965
+ Arn?: string;
966
+
967
+ Description?: string;
968
+
969
+ Size?: number;
970
+
971
+ CreationTime?: number;
972
+
973
+ LastModifiedTime?: number;
974
+ }
975
+ export declare namespace PricingPlanListElement {
976
+
977
+ const filterSensitiveLog: (obj: PricingPlanListElement) => any;
978
+ }
979
+ export interface ListPricingPlansOutput {
980
+
981
+ BillingPeriod?: string;
982
+
983
+ PricingPlans?: PricingPlanListElement[];
984
+
985
+ NextToken?: string;
986
+ }
987
+ export declare namespace ListPricingPlansOutput {
988
+
989
+ const filterSensitiveLog: (obj: ListPricingPlansOutput) => any;
990
+ }
991
+ export interface ListPricingPlansAssociatedWithPricingRuleInput {
992
+
993
+ BillingPeriod?: string;
994
+
995
+ PricingRuleArn: string | undefined;
996
+
997
+ MaxResults?: number;
998
+
999
+ NextToken?: string;
1000
+ }
1001
+ export declare namespace ListPricingPlansAssociatedWithPricingRuleInput {
1002
+
1003
+ const filterSensitiveLog: (obj: ListPricingPlansAssociatedWithPricingRuleInput) => any;
1004
+ }
1005
+ export interface ListPricingPlansAssociatedWithPricingRuleOutput {
1006
+
1007
+ BillingPeriod?: string;
1008
+
1009
+ PricingRuleArn?: string;
1010
+
1011
+ PricingPlanArns?: string[];
1012
+
1013
+ NextToken?: string;
1014
+ }
1015
+ export declare namespace ListPricingPlansAssociatedWithPricingRuleOutput {
1016
+
1017
+ const filterSensitiveLog: (obj: ListPricingPlansAssociatedWithPricingRuleOutput) => any;
1018
+ }
1019
+ export interface UpdatePricingPlanInput {
1020
+
1021
+ Arn: string | undefined;
1022
+
1023
+ Name?: string;
1024
+
1025
+ Description?: string;
1026
+ }
1027
+ export declare namespace UpdatePricingPlanInput {
1028
+
1029
+ const filterSensitiveLog: (obj: UpdatePricingPlanInput) => any;
1030
+ }
1031
+ export interface UpdatePricingPlanOutput {
1032
+
1033
+ Arn?: string;
1034
+
1035
+ Name?: string;
1036
+
1037
+ Description?: string;
1038
+
1039
+ Size?: number;
1040
+
1041
+ LastModifiedTime?: number;
1042
+ }
1043
+ export declare namespace UpdatePricingPlanOutput {
1044
+
1045
+ const filterSensitiveLog: (obj: UpdatePricingPlanOutput) => any;
1046
+ }
1047
+ export declare enum PricingRuleScope {
1048
+ GLOBAL = "GLOBAL",
1049
+ SERVICE = "SERVICE"
1050
+ }
1051
+ export declare enum PricingRuleType {
1052
+ DISCOUNT = "DISCOUNT",
1053
+ MARKUP = "MARKUP"
1054
+ }
1055
+ export interface CreatePricingRuleInput {
1056
+
1057
+ ClientToken?: string;
1058
+
1059
+ Name: string | undefined;
1060
+
1061
+ Description?: string;
1062
+
1063
+ Scope: PricingRuleScope | string | undefined;
1064
+
1065
+ Type: PricingRuleType | string | undefined;
1066
+
1067
+ ModifierPercentage: number | undefined;
1068
+
1069
+ Service?: string;
1070
+
1071
+ Tags?: {
1072
+ [key: string]: string;
1073
+ };
1074
+ }
1075
+ export declare namespace CreatePricingRuleInput {
1076
+
1077
+ const filterSensitiveLog: (obj: CreatePricingRuleInput) => any;
1078
+ }
1079
+ export interface CreatePricingRuleOutput {
1080
+
1081
+ Arn?: string;
1082
+ }
1083
+ export declare namespace CreatePricingRuleOutput {
1084
+
1085
+ const filterSensitiveLog: (obj: CreatePricingRuleOutput) => any;
1086
+ }
1087
+ export interface DeletePricingRuleInput {
1088
+
1089
+ Arn: string | undefined;
1090
+ }
1091
+ export declare namespace DeletePricingRuleInput {
1092
+
1093
+ const filterSensitiveLog: (obj: DeletePricingRuleInput) => any;
1094
+ }
1095
+ export interface DeletePricingRuleOutput {
1096
+
1097
+ Arn?: string;
1098
+ }
1099
+ export declare namespace DeletePricingRuleOutput {
1100
+
1101
+ const filterSensitiveLog: (obj: DeletePricingRuleOutput) => any;
1102
+ }
1103
+
1104
+ export interface ListPricingRulesFilter {
1105
+
1106
+ Arns?: string[];
1107
+ }
1108
+ export declare namespace ListPricingRulesFilter {
1109
+
1110
+ const filterSensitiveLog: (obj: ListPricingRulesFilter) => any;
1111
+ }
1112
+ export interface ListPricingRulesInput {
1113
+
1114
+ BillingPeriod?: string;
1115
+
1116
+ Filters?: ListPricingRulesFilter;
1117
+
1118
+ MaxResults?: number;
1119
+
1120
+ NextToken?: string;
1121
+ }
1122
+ export declare namespace ListPricingRulesInput {
1123
+
1124
+ const filterSensitiveLog: (obj: ListPricingRulesInput) => any;
1125
+ }
1126
+
1127
+ export interface PricingRuleListElement {
1128
+
1129
+ Name?: string;
1130
+
1131
+ Arn?: string;
1132
+
1133
+ Description?: string;
1134
+
1135
+ Scope?: PricingRuleScope | string;
1136
+
1137
+ Type?: PricingRuleType | string;
1138
+
1139
+ ModifierPercentage?: number;
1140
+
1141
+ Service?: string;
1142
+
1143
+ AssociatedPricingPlanCount?: number;
1144
+
1145
+ CreationTime?: number;
1146
+
1147
+ LastModifiedTime?: number;
1148
+ }
1149
+ export declare namespace PricingRuleListElement {
1150
+
1151
+ const filterSensitiveLog: (obj: PricingRuleListElement) => any;
1152
+ }
1153
+ export interface ListPricingRulesOutput {
1154
+
1155
+ BillingPeriod?: string;
1156
+
1157
+ PricingRules?: PricingRuleListElement[];
1158
+
1159
+ NextToken?: string;
1160
+ }
1161
+ export declare namespace ListPricingRulesOutput {
1162
+
1163
+ const filterSensitiveLog: (obj: ListPricingRulesOutput) => any;
1164
+ }
1165
+ export interface ListPricingRulesAssociatedToPricingPlanInput {
1166
+
1167
+ BillingPeriod?: string;
1168
+
1169
+ PricingPlanArn: string | undefined;
1170
+
1171
+ MaxResults?: number;
1172
+
1173
+ NextToken?: string;
1174
+ }
1175
+ export declare namespace ListPricingRulesAssociatedToPricingPlanInput {
1176
+
1177
+ const filterSensitiveLog: (obj: ListPricingRulesAssociatedToPricingPlanInput) => any;
1178
+ }
1179
+ export interface ListPricingRulesAssociatedToPricingPlanOutput {
1180
+
1181
+ BillingPeriod?: string;
1182
+
1183
+ PricingPlanArn?: string;
1184
+
1185
+ PricingRuleArns?: string[];
1186
+
1187
+ NextToken?: string;
1188
+ }
1189
+ export declare namespace ListPricingRulesAssociatedToPricingPlanOutput {
1190
+
1191
+ const filterSensitiveLog: (obj: ListPricingRulesAssociatedToPricingPlanOutput) => any;
1192
+ }
1193
+ export interface UpdatePricingRuleInput {
1194
+
1195
+ Arn: string | undefined;
1196
+
1197
+ Name?: string;
1198
+
1199
+ Description?: string;
1200
+
1201
+ Type?: PricingRuleType | string;
1202
+
1203
+ ModifierPercentage?: number;
1204
+ }
1205
+ export declare namespace UpdatePricingRuleInput {
1206
+
1207
+ const filterSensitiveLog: (obj: UpdatePricingRuleInput) => any;
1208
+ }
1209
+ export interface UpdatePricingRuleOutput {
1210
+
1211
+ Arn?: string;
1212
+
1213
+ Name?: string;
1214
+
1215
+ Description?: string;
1216
+
1217
+ Scope?: PricingRuleScope | string;
1218
+
1219
+ Type?: PricingRuleType | string;
1220
+
1221
+ ModifierPercentage?: number;
1222
+
1223
+ Service?: string;
1224
+
1225
+ AssociatedPricingPlanCount?: number;
1226
+
1227
+ LastModifiedTime?: number;
1228
+ }
1229
+ export declare namespace UpdatePricingRuleOutput {
1230
+
1231
+ const filterSensitiveLog: (obj: UpdatePricingRuleOutput) => any;
1232
+ }
1233
+ export interface TagResourceRequest {
1234
+
1235
+ ResourceArn: string | undefined;
1236
+
1237
+ Tags: {
1238
+ [key: string]: string;
1239
+ } | undefined;
1240
+ }
1241
+ export declare namespace TagResourceRequest {
1242
+
1243
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
1244
+ }
1245
+ export interface TagResourceResponse {
1246
+ }
1247
+ export declare namespace TagResourceResponse {
1248
+
1249
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
1250
+ }
1251
+ export interface UntagResourceRequest {
1252
+
1253
+ ResourceArn: string | undefined;
1254
+
1255
+ TagKeys: string[] | undefined;
1256
+ }
1257
+ export declare namespace UntagResourceRequest {
1258
+
1259
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1260
+ }
1261
+ export interface UntagResourceResponse {
1262
+ }
1263
+ export declare namespace UntagResourceResponse {
1264
+
1265
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1266
+ }