@aws-sdk/client-billingconductor 3.296.0 → 3.297.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 (47) hide show
  1. package/dist-types/Billingconductor.d.ts +32 -0
  2. package/dist-types/BillingconductorClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateAccountsCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociatePricingRulesCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateBillingGroupCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateCustomLineItemCommand.d.ts +16 -0
  9. package/dist-types/commands/CreatePricingPlanCommand.d.ts +16 -0
  10. package/dist-types/commands/CreatePricingRuleCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +16 -0
  13. package/dist-types/commands/DeletePricingPlanCommand.d.ts +16 -0
  14. package/dist-types/commands/DeletePricingRuleCommand.d.ts +16 -0
  15. package/dist-types/commands/DisassociateAccountsCommand.d.ts +16 -0
  16. package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +16 -0
  17. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +16 -0
  18. package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +16 -0
  19. package/dist-types/commands/ListBillingGroupsCommand.d.ts +16 -0
  20. package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +16 -0
  21. package/dist-types/commands/ListCustomLineItemsCommand.d.ts +16 -0
  22. package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +16 -0
  23. package/dist-types/commands/ListPricingPlansCommand.d.ts +16 -0
  24. package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +16 -0
  25. package/dist-types/commands/ListPricingRulesCommand.d.ts +16 -0
  26. package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +16 -0
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  28. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  29. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  30. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +16 -0
  31. package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +16 -0
  32. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +16 -0
  33. package/dist-types/commands/UpdatePricingRuleCommand.d.ts +16 -0
  34. package/dist-types/models/BillingconductorServiceException.d.ts +2 -0
  35. package/dist-types/models/models_0.d.ts +259 -0
  36. package/dist-types/pagination/Interfaces.d.ts +3 -0
  37. package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +3 -0
  38. package/dist-types/pagination/ListBillingGroupCostReportsPaginator.d.ts +3 -0
  39. package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +3 -0
  40. package/dist-types/pagination/ListCustomLineItemVersionsPaginator.d.ts +3 -0
  41. package/dist-types/pagination/ListCustomLineItemsPaginator.d.ts +3 -0
  42. package/dist-types/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +3 -0
  43. package/dist-types/pagination/ListPricingPlansPaginator.d.ts +3 -0
  44. package/dist-types/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +3 -0
  45. package/dist-types/pagination/ListPricingRulesPaginator.d.ts +3 -0
  46. package/dist-types/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +3 -0
  47. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { CreatePricingPlanInput, CreatePricingPlanOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreatePricingPlanCommand}.
8
10
  */
9
11
  export interface CreatePricingPlanCommandInput extends CreatePricingPlanInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreatePricingPlanCommand}.
13
17
  */
14
18
  export interface CreatePricingPlanCommandOutput extends CreatePricingPlanOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
18
23
  * </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreatePricingPlanCommandOutput extends CreatePricingPlanOutput,
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreatePricingPlanCommandInput - {@link CreatePricingPlanCommandInput}
35
+ * @returns {@link CreatePricingPlanCommandOutput}
29
36
  * @see {@link CreatePricingPlanCommandInput} for command's `input` shape.
30
37
  * @see {@link CreatePricingPlanCommandOutput} for command's `response` shape.
31
38
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -62,11 +69,20 @@ export interface CreatePricingPlanCommandOutput extends CreatePricingPlanOutput,
62
69
  export declare class CreatePricingPlanCommand extends $Command<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput, BillingconductorClientResolvedConfig> {
63
70
  readonly input: CreatePricingPlanCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: CreatePricingPlanCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { CreatePricingRuleInput, CreatePricingRuleOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreatePricingRuleCommand}.
8
10
  */
9
11
  export interface CreatePricingRuleCommandInput extends CreatePricingRuleInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreatePricingRuleCommand}.
13
17
  */
14
18
  export interface CreatePricingRuleCommandOutput extends CreatePricingRuleOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Creates a pricing rule can be associated to a pricing plan, or a set of pricing plans.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface CreatePricingRuleCommandOutput extends CreatePricingRuleOutput,
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param CreatePricingRuleCommandInput - {@link CreatePricingRuleCommandInput}
36
+ * @returns {@link CreatePricingRuleCommandOutput}
30
37
  * @see {@link CreatePricingRuleCommandInput} for command's `input` shape.
31
38
  * @see {@link CreatePricingRuleCommandOutput} for command's `response` shape.
32
39
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -59,11 +66,20 @@ export interface CreatePricingRuleCommandOutput extends CreatePricingRuleOutput,
59
66
  export declare class CreatePricingRuleCommand extends $Command<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput, BillingconductorClientResolvedConfig> {
60
67
  readonly input: CreatePricingRuleCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: CreatePricingRuleCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { DeleteBillingGroupInput, DeleteBillingGroupOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBillingGroupCommand}.
8
10
  */
9
11
  export interface DeleteBillingGroupCommandInput extends DeleteBillingGroupInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBillingGroupCommand}.
13
17
  */
14
18
  export interface DeleteBillingGroupCommandOutput extends DeleteBillingGroupOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Deletes a billing group.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface DeleteBillingGroupCommandOutput extends DeleteBillingGroupOutpu
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteBillingGroupCommandInput - {@link DeleteBillingGroupCommandInput}
36
+ * @returns {@link DeleteBillingGroupCommandOutput}
30
37
  * @see {@link DeleteBillingGroupCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteBillingGroupCommandOutput} for command's `response` shape.
32
39
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -51,11 +58,20 @@ export interface DeleteBillingGroupCommandOutput extends DeleteBillingGroupOutpu
51
58
  export declare class DeleteBillingGroupCommand extends $Command<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, BillingconductorClientResolvedConfig> {
52
59
  readonly input: DeleteBillingGroupCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: DeleteBillingGroupCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { DeleteCustomLineItemInput, DeleteCustomLineItemOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteCustomLineItemCommand}.
8
10
  */
9
11
  export interface DeleteCustomLineItemCommandInput extends DeleteCustomLineItemInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteCustomLineItemCommand}.
13
17
  */
14
18
  export interface DeleteCustomLineItemCommandOutput extends DeleteCustomLineItemOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Deletes the custom line item identified by the given ARN in the current, or previous billing period.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface DeleteCustomLineItemCommandOutput extends DeleteCustomLineItemO
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteCustomLineItemCommandInput - {@link DeleteCustomLineItemCommandInput}
36
+ * @returns {@link DeleteCustomLineItemCommandOutput}
30
37
  * @see {@link DeleteCustomLineItemCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteCustomLineItemCommandOutput} for command's `response` shape.
32
39
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteCustomLineItemCommandOutput extends DeleteCustomLineItemO
55
62
  export declare class DeleteCustomLineItemCommand extends $Command<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
56
63
  readonly input: DeleteCustomLineItemCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteCustomLineItemCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { DeletePricingPlanInput, DeletePricingPlanOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeletePricingPlanCommand}.
8
10
  */
9
11
  export interface DeletePricingPlanCommandInput extends DeletePricingPlanInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeletePricingPlanCommand}.
13
17
  */
14
18
  export interface DeletePricingPlanCommandOutput extends DeletePricingPlanOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a pricing plan. The pricing plan must not be associated with any billing groups to
18
23
  * delete successfully.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeletePricingPlanCommandOutput extends DeletePricingPlanOutput,
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeletePricingPlanCommandInput - {@link DeletePricingPlanCommandInput}
35
+ * @returns {@link DeletePricingPlanCommandOutput}
29
36
  * @see {@link DeletePricingPlanCommandInput} for command's `input` shape.
30
37
  * @see {@link DeletePricingPlanCommandOutput} for command's `response` shape.
31
38
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DeletePricingPlanCommandOutput extends DeletePricingPlanOutput,
54
61
  export declare class DeletePricingPlanCommand extends $Command<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput, BillingconductorClientResolvedConfig> {
55
62
  readonly input: DeletePricingPlanCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DeletePricingPlanCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { DeletePricingRuleInput, DeletePricingRuleOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeletePricingRuleCommand}.
8
10
  */
9
11
  export interface DeletePricingRuleCommandInput extends DeletePricingRuleInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeletePricingRuleCommand}.
13
17
  */
14
18
  export interface DeletePricingRuleCommandOutput extends DeletePricingRuleOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN). </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeletePricingRuleCommandOutput extends DeletePricingRuleOutput,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeletePricingRuleCommandInput - {@link DeletePricingRuleCommandInput}
34
+ * @returns {@link DeletePricingRuleCommandOutput}
28
35
  * @see {@link DeletePricingRuleCommandInput} for command's `input` shape.
29
36
  * @see {@link DeletePricingRuleCommandOutput} for command's `response` shape.
30
37
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DeletePricingRuleCommandOutput extends DeletePricingRuleOutput,
53
60
  export declare class DeletePricingRuleCommand extends $Command<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput, BillingconductorClientResolvedConfig> {
54
61
  readonly input: DeletePricingRuleCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DeletePricingRuleCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { DisassociateAccountsInput, DisassociateAccountsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateAccountsCommand}.
8
10
  */
9
11
  export interface DisassociateAccountsCommandInput extends DisassociateAccountsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateAccountsCommand}.
13
17
  */
14
18
  export interface DisassociateAccountsCommandOutput extends DisassociateAccountsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified list of account IDs from the given billing group. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisassociateAccountsCommandOutput extends DisassociateAccountsO
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateAccountsCommandInput - {@link DisassociateAccountsCommandInput}
34
+ * @returns {@link DisassociateAccountsCommandOutput}
28
35
  * @see {@link DisassociateAccountsCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateAccountsCommandOutput} for command's `response` shape.
30
37
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -57,11 +64,20 @@ export interface DisassociateAccountsCommandOutput extends DisassociateAccountsO
57
64
  export declare class DisassociateAccountsCommand extends $Command<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, BillingconductorClientResolvedConfig> {
58
65
  readonly input: DisassociateAccountsCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: DisassociateAccountsCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { DisassociatePricingRulesInput, DisassociatePricingRulesOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociatePricingRulesCommand}.
8
10
  */
9
11
  export interface DisassociatePricingRulesCommandInput extends DisassociatePricingRulesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociatePricingRulesCommand}.
13
17
  */
14
18
  export interface DisassociatePricingRulesCommandOutput extends DisassociatePricingRulesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Disassociates a list of pricing rules from a pricing plan.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface DisassociatePricingRulesCommandOutput extends DisassociatePrici
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DisassociatePricingRulesCommandInput - {@link DisassociatePricingRulesCommandInput}
36
+ * @returns {@link DisassociatePricingRulesCommandOutput}
30
37
  * @see {@link DisassociatePricingRulesCommandInput} for command's `input` shape.
31
38
  * @see {@link DisassociatePricingRulesCommandOutput} for command's `response` shape.
32
39
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -59,11 +66,20 @@ export interface DisassociatePricingRulesCommandOutput extends DisassociatePrici
59
66
  export declare class DisassociatePricingRulesCommand extends $Command<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig> {
60
67
  readonly input: DisassociatePricingRulesCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: DisassociatePricingRulesCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { ListAccountAssociationsInput, ListAccountAssociationsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListAccountAssociationsCommand}.
8
10
  */
9
11
  export interface ListAccountAssociationsCommandInput extends ListAccountAssociationsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListAccountAssociationsCommand}.
13
17
  */
14
18
  export interface ListAccountAssociationsCommandOutput extends ListAccountAssociationsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> This is a paginated call to list linked accounts that are linked to the payer account for
18
23
  * the specified time period. If no information is provided, the current billing period is used.
19
24
  * The response will optionally include the billing group that's associated with the linked
@@ -28,6 +33,8 @@ export interface ListAccountAssociationsCommandOutput extends ListAccountAssocia
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListAccountAssociationsCommandInput - {@link ListAccountAssociationsCommandInput}
37
+ * @returns {@link ListAccountAssociationsCommandOutput}
31
38
  * @see {@link ListAccountAssociationsCommandInput} for command's `input` shape.
32
39
  * @see {@link ListAccountAssociationsCommandOutput} for command's `response` shape.
33
40
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -56,11 +63,20 @@ export interface ListAccountAssociationsCommandOutput extends ListAccountAssocia
56
63
  export declare class ListAccountAssociationsCommand extends $Command<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput, BillingconductorClientResolvedConfig> {
57
64
  readonly input: ListAccountAssociationsCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: ListAccountAssociationsCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { ListBillingGroupCostReportsInput, ListBillingGroupCostReportsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListBillingGroupCostReportsCommand}.
8
10
  */
9
11
  export interface ListBillingGroupCostReportsCommandInput extends ListBillingGroupCostReportsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListBillingGroupCostReportsCommand}.
13
17
  */
14
18
  export interface ListBillingGroupCostReportsCommandOutput extends ListBillingGroupCostReportsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated
18
23
  * Amazon Web Services charges based on the associated pricing plan of a billing group.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListBillingGroupCostReportsCommandOutput extends ListBillingGro
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListBillingGroupCostReportsCommandInput - {@link ListBillingGroupCostReportsCommandInput}
35
+ * @returns {@link ListBillingGroupCostReportsCommandOutput}
29
36
  * @see {@link ListBillingGroupCostReportsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListBillingGroupCostReportsCommandOutput} for command's `response` shape.
31
38
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -54,11 +61,20 @@ export interface ListBillingGroupCostReportsCommandOutput extends ListBillingGro
54
61
  export declare class ListBillingGroupCostReportsCommand extends $Command<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput, BillingconductorClientResolvedConfig> {
55
62
  readonly input: ListBillingGroupCostReportsCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: ListBillingGroupCostReportsCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { ListBillingGroupsInput, ListBillingGroupsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListBillingGroupsCommand}.
8
10
  */
9
11
  export interface ListBillingGroupsCommandInput extends ListBillingGroupsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListBillingGroupsCommand}.
13
17
  */
14
18
  export interface ListBillingGroupsCommandOutput extends ListBillingGroupsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListBillingGroupsCommandOutput extends ListBillingGroupsOutput,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListBillingGroupsCommandInput - {@link ListBillingGroupsCommandInput}
34
+ * @returns {@link ListBillingGroupsCommandOutput}
28
35
  * @see {@link ListBillingGroupsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListBillingGroupsCommandOutput} for command's `response` shape.
30
37
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -53,11 +60,20 @@ export interface ListBillingGroupsCommandOutput extends ListBillingGroupsOutput,
53
60
  export declare class ListBillingGroupsCommand extends $Command<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, BillingconductorClientResolvedConfig> {
54
61
  readonly input: ListBillingGroupsCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: ListBillingGroupsCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { ListCustomLineItemVersionsInput, ListCustomLineItemVersionsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListCustomLineItemVersionsCommand}.
8
10
  */
9
11
  export interface ListCustomLineItemVersionsCommandInput extends ListCustomLineItemVersionsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListCustomLineItemVersionsCommand}.
13
17
  */
14
18
  export interface ListCustomLineItemVersionsCommandOutput extends ListCustomLineItemVersionsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>A paginated call to get a list of all custom line item versions.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListCustomLineItemVersionsCommandOutput extends ListCustomLineI
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListCustomLineItemVersionsCommandInput - {@link ListCustomLineItemVersionsCommandInput}
34
+ * @returns {@link ListCustomLineItemVersionsCommandOutput}
28
35
  * @see {@link ListCustomLineItemVersionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListCustomLineItemVersionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListCustomLineItemVersionsCommandOutput extends ListCustomLineI
49
56
  export declare class ListCustomLineItemVersionsCommand extends $Command<ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput, BillingconductorClientResolvedConfig> {
50
57
  readonly input: ListCustomLineItemVersionsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListCustomLineItemVersionsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { ListCustomLineItemsInput, ListCustomLineItemsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListCustomLineItemsCommand}.
8
10
  */
9
11
  export interface ListCustomLineItemsCommandInput extends ListCustomLineItemsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListCustomLineItemsCommand}.
13
17
  */
14
18
  export interface ListCustomLineItemsCommandOutput extends ListCustomLineItemsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * 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.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface ListCustomLineItemsCommandOutput extends ListCustomLineItemsOut
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListCustomLineItemsCommandInput - {@link ListCustomLineItemsCommandInput}
36
+ * @returns {@link ListCustomLineItemsCommandOutput}
30
37
  * @see {@link ListCustomLineItemsCommandInput} for command's `input` shape.
31
38
  * @see {@link ListCustomLineItemsCommandOutput} for command's `response` shape.
32
39
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -55,11 +62,20 @@ export interface ListCustomLineItemsCommandOutput extends ListCustomLineItemsOut
55
62
  export declare class ListCustomLineItemsCommand extends $Command<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, BillingconductorClientResolvedConfig> {
56
63
  readonly input: ListCustomLineItemsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: ListCustomLineItemsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }