@aws-sdk/client-billingconductor 3.529.1 → 3.535.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 (77) hide show
  1. package/dist-types/Billingconductor.d.ts +7 -1
  2. package/dist-types/BillingconductorClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateAccountsCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociatePricingRulesCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateBillingGroupCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateCustomLineItemCommand.d.ts +2 -1
  9. package/dist-types/commands/CreatePricingPlanCommand.d.ts +2 -1
  10. package/dist-types/commands/CreatePricingRuleCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +2 -1
  13. package/dist-types/commands/DeletePricingPlanCommand.d.ts +2 -1
  14. package/dist-types/commands/DeletePricingRuleCommand.d.ts +2 -1
  15. package/dist-types/commands/DisassociateAccountsCommand.d.ts +2 -1
  16. package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +2 -1
  17. package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +2 -1
  18. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListBillingGroupsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListCustomLineItemsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +2 -1
  24. package/dist-types/commands/ListPricingPlansCommand.d.ts +2 -1
  25. package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +2 -1
  26. package/dist-types/commands/ListPricingRulesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +2 -1
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdatePricingRuleCommand.d.ts +2 -1
  35. package/dist-types/models/models_0.d.ts +407 -407
  36. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  37. package/dist-types/runtimeConfig.d.ts +2 -2
  38. package/dist-types/runtimeConfig.native.d.ts +2 -2
  39. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  40. package/dist-types/ts3.4/Billingconductor.d.ts +6 -0
  41. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetBillingGroupCostReportCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  77. package/package.json +40 -40
@@ -126,24 +126,28 @@ export interface Billingconductor {
126
126
  /**
127
127
  * @see {@link ListAccountAssociationsCommand}
128
128
  */
129
+ listAccountAssociations(): Promise<ListAccountAssociationsCommandOutput>;
129
130
  listAccountAssociations(args: ListAccountAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountAssociationsCommandOutput>;
130
131
  listAccountAssociations(args: ListAccountAssociationsCommandInput, cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void): void;
131
132
  listAccountAssociations(args: ListAccountAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void): void;
132
133
  /**
133
134
  * @see {@link ListBillingGroupCostReportsCommand}
134
135
  */
136
+ listBillingGroupCostReports(): Promise<ListBillingGroupCostReportsCommandOutput>;
135
137
  listBillingGroupCostReports(args: ListBillingGroupCostReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListBillingGroupCostReportsCommandOutput>;
136
138
  listBillingGroupCostReports(args: ListBillingGroupCostReportsCommandInput, cb: (err: any, data?: ListBillingGroupCostReportsCommandOutput) => void): void;
137
139
  listBillingGroupCostReports(args: ListBillingGroupCostReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBillingGroupCostReportsCommandOutput) => void): void;
138
140
  /**
139
141
  * @see {@link ListBillingGroupsCommand}
140
142
  */
143
+ listBillingGroups(): Promise<ListBillingGroupsCommandOutput>;
141
144
  listBillingGroups(args: ListBillingGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListBillingGroupsCommandOutput>;
142
145
  listBillingGroups(args: ListBillingGroupsCommandInput, cb: (err: any, data?: ListBillingGroupsCommandOutput) => void): void;
143
146
  listBillingGroups(args: ListBillingGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBillingGroupsCommandOutput) => void): void;
144
147
  /**
145
148
  * @see {@link ListCustomLineItemsCommand}
146
149
  */
150
+ listCustomLineItems(): Promise<ListCustomLineItemsCommandOutput>;
147
151
  listCustomLineItems(args: ListCustomLineItemsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomLineItemsCommandOutput>;
148
152
  listCustomLineItems(args: ListCustomLineItemsCommandInput, cb: (err: any, data?: ListCustomLineItemsCommandOutput) => void): void;
149
153
  listCustomLineItems(args: ListCustomLineItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomLineItemsCommandOutput) => void): void;
@@ -156,6 +160,7 @@ export interface Billingconductor {
156
160
  /**
157
161
  * @see {@link ListPricingPlansCommand}
158
162
  */
163
+ listPricingPlans(): Promise<ListPricingPlansCommandOutput>;
159
164
  listPricingPlans(args: ListPricingPlansCommandInput, options?: __HttpHandlerOptions): Promise<ListPricingPlansCommandOutput>;
160
165
  listPricingPlans(args: ListPricingPlansCommandInput, cb: (err: any, data?: ListPricingPlansCommandOutput) => void): void;
161
166
  listPricingPlans(args: ListPricingPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPricingPlansCommandOutput) => void): void;
@@ -168,6 +173,7 @@ export interface Billingconductor {
168
173
  /**
169
174
  * @see {@link ListPricingRulesCommand}
170
175
  */
176
+ listPricingRules(): Promise<ListPricingRulesCommandOutput>;
171
177
  listPricingRules(args: ListPricingRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListPricingRulesCommandOutput>;
172
178
  listPricingRules(args: ListPricingRulesCommandInput, cb: (err: any, data?: ListPricingRulesCommandOutput) => void): void;
173
179
  listPricingRules(args: ListPricingRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPricingRulesCommandOutput) => void): void;
@@ -227,7 +233,6 @@ export interface Billingconductor {
227
233
  updatePricingRule(args: UpdatePricingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePricingRuleCommandOutput) => void): void;
228
234
  }
229
235
  /**
230
- * @public
231
236
  * <p>Amazon Web Services Billing Conductor is a fully managed service that you can use to
232
237
  * customize a <a href="https://docs.aws.amazon.com/billingconductor/latest/userguide/understanding-eb.html#eb-other-definitions">proforma</a> version of your billing data each month, to accurately show or chargeback
233
238
  * your end customers. Amazon Web Services Billing Conductor doesn't change the way you're billed
@@ -241,6 +246,7 @@ export interface Billingconductor {
241
246
  * <p>This documentation shows how you can configure Amazon Web Services Billing Conductor using its
242
247
  * API. For more information about using the <a href="https://console.aws.amazon.com/billingconductor/">Amazon Web Services
243
248
  * Billing Conductor</a> user interface, see the <a href="https://docs.aws.amazon.com/billingconductor/latest/userguide/what-is-billingconductor.html"> Amazon Web Services Billing Conductor User Guide</a>.</p>
249
+ * @public
244
250
  */
245
251
  export declare class Billingconductor extends BillingconductorClient implements Billingconductor {
246
252
  }
@@ -183,7 +183,6 @@ export type BillingconductorClientResolvedConfigType = __SmithyResolvedConfigura
183
183
  export interface BillingconductorClientResolvedConfig extends BillingconductorClientResolvedConfigType {
184
184
  }
185
185
  /**
186
- * @public
187
186
  * <p>Amazon Web Services Billing Conductor is a fully managed service that you can use to
188
187
  * customize a <a href="https://docs.aws.amazon.com/billingconductor/latest/userguide/understanding-eb.html#eb-other-definitions">proforma</a> version of your billing data each month, to accurately show or chargeback
189
188
  * your end customers. Amazon Web Services Billing Conductor doesn't change the way you're billed
@@ -197,6 +196,7 @@ export interface BillingconductorClientResolvedConfig extends BillingconductorCl
197
196
  * <p>This documentation shows how you can configure Amazon Web Services Billing Conductor using its
198
197
  * API. For more information about using the <a href="https://console.aws.amazon.com/billingconductor/">Amazon Web Services
199
198
  * Billing Conductor</a> user interface, see the <a href="https://docs.aws.amazon.com/billingconductor/latest/userguide/what-is-billingconductor.html"> Amazon Web Services Billing Conductor User Guide</a>.</p>
199
+ * @public
200
200
  */
201
201
  export declare class BillingconductorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, BillingconductorClientResolvedConfig> {
202
202
  /**
@@ -22,10 +22,10 @@ export interface AssociateAccountsCommandOutput extends AssociateAccountsOutput,
22
22
  }
23
23
  declare const AssociateAccountsCommand_base: {
24
24
  new (input: AssociateAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAccountsCommandInput, AssociateAccountsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAccountsCommandInput, AssociateAccountsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Connects an array of account IDs in a consolidated billing family to a predefined
30
30
  * billing group. The account IDs must be a part of the consolidated billing family during the
31
31
  * current month, and not already associated with another billing group. The maximum number of
@@ -86,6 +86,7 @@ declare const AssociateAccountsCommand_base: {
86
86
  * @throws {@link BillingconductorServiceException}
87
87
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class AssociateAccountsCommand extends AssociateAccountsCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface AssociatePricingRulesCommandOutput extends AssociatePricingRule
22
22
  }
23
23
  declare const AssociatePricingRulesCommand_base: {
24
24
  new (input: AssociatePricingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociatePricingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Connects an array of <code>PricingRuleArns</code> to a defined <code>PricingPlan</code>.
30
30
  * The maximum number <code>PricingRuleArn</code> that can be associated in one call is 30. </p>
31
31
  * @example
@@ -84,6 +84,7 @@ declare const AssociatePricingRulesCommand_base: {
84
84
  * @throws {@link BillingconductorServiceException}
85
85
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class AssociatePricingRulesCommand extends AssociatePricingRulesCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface BatchAssociateResourcesToCustomLineItemCommandOutput extends Ba
22
22
  }
23
23
  declare const BatchAssociateResourcesToCustomLineItemCommand_base: {
24
24
  new (input: BatchAssociateResourcesToCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchAssociateResourcesToCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Associates a batch of resources to a percentage custom line item.
31
31
  * </p>
@@ -106,6 +106,7 @@ declare const BatchAssociateResourcesToCustomLineItemCommand_base: {
106
106
  * @throws {@link BillingconductorServiceException}
107
107
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class BatchAssociateResourcesToCustomLineItemCommand extends BatchAssociateResourcesToCustomLineItemCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface BatchDisassociateResourcesFromCustomLineItemCommandOutput exten
22
22
  }
23
23
  declare const BatchDisassociateResourcesFromCustomLineItemCommand_base: {
24
24
  new (input: BatchDisassociateResourcesFromCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDisassociateResourcesFromCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Disassociates a batch of resources from a percentage custom line item.
31
31
  * </p>
@@ -102,6 +102,7 @@ declare const BatchDisassociateResourcesFromCustomLineItemCommand_base: {
102
102
  * @throws {@link BillingconductorServiceException}
103
103
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class BatchDisassociateResourcesFromCustomLineItemCommand extends BatchDisassociateResourcesFromCustomLineItemCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface CreateBillingGroupCommandOutput extends CreateBillingGroupOutpu
22
22
  }
23
23
  declare const CreateBillingGroupCommand_base: {
24
24
  new (input: CreateBillingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateBillingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Creates a billing group that resembles a consolidated billing family that Amazon Web Services charges, based off of the predefined pricing plan computation.
31
31
  * </p>
@@ -93,6 +93,7 @@ declare const CreateBillingGroupCommand_base: {
93
93
  * @throws {@link BillingconductorServiceException}
94
94
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class CreateBillingGroupCommand extends CreateBillingGroupCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface CreateCustomLineItemCommandOutput extends CreateCustomLineItemO
22
22
  }
23
23
  declare const CreateCustomLineItemCommand_base: {
24
24
  new (input: CreateCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a custom line item that can be used to create a one-time fixed charge that can be
30
30
  * applied to a single billing group for the current or previous billing period. The one-time
31
31
  * fixed charge is either a fee or discount. </p>
@@ -110,6 +110,7 @@ declare const CreateCustomLineItemCommand_base: {
110
110
  * @throws {@link BillingconductorServiceException}
111
111
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class CreateCustomLineItemCommand extends CreateCustomLineItemCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface CreatePricingPlanCommandOutput extends CreatePricingPlanOutput,
22
22
  }
23
23
  declare const CreatePricingPlanCommand_base: {
24
24
  new (input: CreatePricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
30
30
  * </p>
31
31
  * @example
@@ -89,6 +89,7 @@ declare const CreatePricingPlanCommand_base: {
89
89
  * @throws {@link BillingconductorServiceException}
90
90
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class CreatePricingPlanCommand extends CreatePricingPlanCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface CreatePricingRuleCommandOutput extends CreatePricingRuleOutput,
22
22
  }
23
23
  declare const CreatePricingRuleCommand_base: {
24
24
  new (input: CreatePricingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePricingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Creates a pricing rule can be associated to a pricing plan, or a set of pricing plans.
31
31
  * </p>
@@ -95,6 +95,7 @@ declare const CreatePricingRuleCommand_base: {
95
95
  * @throws {@link BillingconductorServiceException}
96
96
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class CreatePricingRuleCommand extends CreatePricingRuleCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface DeleteBillingGroupCommandOutput extends DeleteBillingGroupOutpu
22
22
  }
23
23
  declare const DeleteBillingGroupCommand_base: {
24
24
  new (input: DeleteBillingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteBillingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Deletes a billing group.
31
31
  * </p>
@@ -70,6 +70,7 @@ declare const DeleteBillingGroupCommand_base: {
70
70
  * @throws {@link BillingconductorServiceException}
71
71
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeleteBillingGroupCommand extends DeleteBillingGroupCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeleteCustomLineItemCommandOutput extends DeleteCustomLineItemO
22
22
  }
23
23
  declare const DeleteCustomLineItemCommand_base: {
24
24
  new (input: DeleteCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Deletes the custom line item identified by the given ARN in the current, or previous billing period.
31
31
  * </p>
@@ -78,6 +78,7 @@ declare const DeleteCustomLineItemCommand_base: {
78
78
  * @throws {@link BillingconductorServiceException}
79
79
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DeleteCustomLineItemCommand extends DeleteCustomLineItemCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DeletePricingPlanCommandOutput extends DeletePricingPlanOutput,
22
22
  }
23
23
  declare const DeletePricingPlanCommand_base: {
24
24
  new (input: DeletePricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a pricing plan. The pricing plan must not be associated with any billing groups to
30
30
  * delete successfully.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const DeletePricingPlanCommand_base: {
73
73
  * @throws {@link BillingconductorServiceException}
74
74
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class DeletePricingPlanCommand extends DeletePricingPlanCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface DeletePricingRuleCommandOutput extends DeletePricingRuleOutput,
22
22
  }
23
23
  declare const DeletePricingRuleCommand_base: {
24
24
  new (input: DeletePricingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePricingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN). </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeletePricingRuleCommand_base: {
72
72
  * @throws {@link BillingconductorServiceException}
73
73
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeletePricingRuleCommand extends DeletePricingRuleCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DisassociateAccountsCommandOutput extends DisassociateAccountsO
22
22
  }
23
23
  declare const DisassociateAccountsCommand_base: {
24
24
  new (input: DisassociateAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified list of account IDs from the given billing group. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const DisassociateAccountsCommand_base: {
79
79
  * @throws {@link BillingconductorServiceException}
80
80
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DisassociateAccountsCommand extends DisassociateAccountsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DisassociatePricingRulesCommandOutput extends DisassociatePrici
22
22
  }
23
23
  declare const DisassociatePricingRulesCommand_base: {
24
24
  new (input: DisassociatePricingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociatePricingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Disassociates a list of pricing rules from a pricing plan.
31
31
  * </p>
@@ -81,6 +81,7 @@ declare const DisassociatePricingRulesCommand_base: {
81
81
  * @throws {@link BillingconductorServiceException}
82
82
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DisassociatePricingRulesCommand extends DisassociatePricingRulesCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface GetBillingGroupCostReportCommandOutput extends GetBillingGroupC
22
22
  }
23
23
  declare const GetBillingGroupCostReportCommand_base: {
24
24
  new (input: GetBillingGroupCostReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetBillingGroupCostReportCommandInput, GetBillingGroupCostReportCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetBillingGroupCostReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetBillingGroupCostReportCommandInput, GetBillingGroupCostReportCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the margin summary report, which includes the Amazon Web Services cost and charged
30
30
  * amount (pro forma cost) by Amazon Web Service for a specific billing group.</p>
31
31
  * @example
@@ -98,6 +98,7 @@ declare const GetBillingGroupCostReportCommand_base: {
98
98
  * @throws {@link BillingconductorServiceException}
99
99
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class GetBillingGroupCostReportCommand extends GetBillingGroupCostReportCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface ListAccountAssociationsCommandOutput extends ListAccountAssocia
22
22
  }
23
23
  declare const ListAccountAssociationsCommand_base: {
24
24
  new (input: ListAccountAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAccountAssociationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> This is a paginated call to list linked accounts that are linked to the payer account for
30
30
  * the specified time period. If no information is provided, the current billing period is used.
31
31
  * The response will optionally include the billing group that's associated with the linked
@@ -91,6 +91,7 @@ declare const ListAccountAssociationsCommand_base: {
91
91
  * @throws {@link BillingconductorServiceException}
92
92
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class ListAccountAssociationsCommand extends ListAccountAssociationsCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface ListBillingGroupCostReportsCommandOutput extends ListBillingGro
22
22
  }
23
23
  declare const ListBillingGroupCostReportsCommand_base: {
24
24
  new (input: ListBillingGroupCostReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListBillingGroupCostReportsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated
30
30
  * Amazon Web Services charges based on the associated pricing plan of a billing group.</p>
31
31
  * @example
@@ -90,6 +90,7 @@ declare const ListBillingGroupCostReportsCommand_base: {
90
90
  * @throws {@link BillingconductorServiceException}
91
91
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class ListBillingGroupCostReportsCommand extends ListBillingGroupCostReportsCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface ListBillingGroupsCommandOutput extends ListBillingGroupsOutput,
22
22
  }
23
23
  declare const ListBillingGroupsCommand_base: {
24
24
  new (input: ListBillingGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListBillingGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A paginated call to retrieve a list of billing groups for the given billing period. If you don't provide a billing group, the current billing period is used.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -103,6 +103,7 @@ declare const ListBillingGroupsCommand_base: {
103
103
  * @throws {@link BillingconductorServiceException}
104
104
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class ListBillingGroupsCommand extends ListBillingGroupsCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface ListCustomLineItemVersionsCommandOutput extends ListCustomLineI
22
22
  }
23
23
  declare const ListCustomLineItemVersionsCommand_base: {
24
24
  new (input: ListCustomLineItemVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListCustomLineItemVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A paginated call to get a list of all custom line item versions.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -111,6 +111,7 @@ declare const ListCustomLineItemVersionsCommand_base: {
111
111
  * @throws {@link BillingconductorServiceException}
112
112
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class ListCustomLineItemVersionsCommand extends ListCustomLineItemVersionsCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface ListCustomLineItemsCommandOutput extends ListCustomLineItemsOut
22
22
  }
23
23
  declare const ListCustomLineItemsCommand_base: {
24
24
  new (input: ListCustomLineItemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCustomLineItemsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * A paginated call to get a list of all custom line items (FFLIs) for the given billing period. If you don't provide a billing period, the current billing period is used.
31
31
  * </p>
@@ -122,6 +122,7 @@ declare const ListCustomLineItemsCommand_base: {
122
122
  * @throws {@link BillingconductorServiceException}
123
123
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
124
124
  *
125
+ * @public
125
126
  */
126
127
  export declare class ListCustomLineItemsCommand extends ListCustomLineItemsCommand_base {
127
128
  }
@@ -22,10 +22,10 @@ export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput extends
22
22
  }
23
23
  declare const ListPricingPlansAssociatedWithPricingRuleCommand_base: {
24
24
  new (input: ListPricingPlansAssociatedWithPricingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListPricingPlansAssociatedWithPricingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * A list of the pricing plans that are associated with a pricing rule.
31
31
  * </p>
@@ -82,6 +82,7 @@ declare const ListPricingPlansAssociatedWithPricingRuleCommand_base: {
82
82
  * @throws {@link BillingconductorServiceException}
83
83
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListPricingPlansAssociatedWithPricingRuleCommand extends ListPricingPlansAssociatedWithPricingRuleCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListPricingPlansCommandOutput extends ListPricingPlansOutput, _
22
22
  }
23
23
  declare const ListPricingPlansCommand_base: {
24
24
  new (input: ListPricingPlansCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPricingPlansCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A paginated call to get pricing plans for the given billing period. If you don't provide a billing period, the current billing period is used.
30
30
  * </p>
31
31
  * @example
@@ -87,6 +87,7 @@ declare const ListPricingPlansCommand_base: {
87
87
  * @throws {@link BillingconductorServiceException}
88
88
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class ListPricingPlansCommand extends ListPricingPlansCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface ListPricingRulesAssociatedToPricingPlanCommandOutput extends Li
22
22
  }
23
23
  declare const ListPricingRulesAssociatedToPricingPlanCommand_base: {
24
24
  new (input: ListPricingRulesAssociatedToPricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListPricingRulesAssociatedToPricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Lists the pricing rules that are associated with a pricing plan.
31
31
  * </p>
@@ -82,6 +82,7 @@ declare const ListPricingRulesAssociatedToPricingPlanCommand_base: {
82
82
  * @throws {@link BillingconductorServiceException}
83
83
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListPricingRulesAssociatedToPricingPlanCommand extends ListPricingRulesAssociatedToPricingPlanCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListPricingRulesCommandOutput extends ListPricingRulesOutput, _
22
22
  }
23
23
  declare const ListPricingRulesCommand_base: {
24
24
  new (input: ListPricingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingRulesCommandInput, ListPricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPricingRulesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPricingRulesCommandInput, ListPricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.
31
31
  * </p>
@@ -100,6 +100,7 @@ declare const ListPricingRulesCommand_base: {
100
100
  * @throws {@link BillingconductorServiceException}
101
101
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class ListPricingRulesCommand extends ListPricingRulesCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface ListResourcesAssociatedToCustomLineItemCommandOutput extends Li
22
22
  }
23
23
  declare const ListResourcesAssociatedToCustomLineItemCommand_base: {
24
24
  new (input: ListResourcesAssociatedToCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListResourcesAssociatedToCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * List the resources that are associated to a custom line item.
31
31
  * </p>
@@ -88,6 +88,7 @@ declare const ListResourcesAssociatedToCustomLineItemCommand_base: {
88
88
  * @throws {@link BillingconductorServiceException}
89
89
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ListResourcesAssociatedToCustomLineItemCommand extends ListResourcesAssociatedToCustomLineItemCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * A list the tags for a resource.
31
31
  * </p>
@@ -76,6 +76,7 @@ declare const ListTagsForResourceCommand_base: {
76
76
  * @throws {@link BillingconductorServiceException}
77
77
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
81
82
  }