@aws-sdk/client-billingconductor 3.296.0 → 3.298.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.
- package/dist-cjs/commands/AssociateAccountsCommand.js +2 -3
- package/dist-cjs/commands/AssociatePricingRulesCommand.js +2 -3
- package/dist-cjs/commands/BatchAssociateResourcesToCustomLineItemCommand.js +2 -3
- package/dist-cjs/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +2 -3
- package/dist-cjs/commands/CreateBillingGroupCommand.js +1 -1
- package/dist-cjs/commands/CreateCustomLineItemCommand.js +1 -1
- package/dist-cjs/commands/CreatePricingPlanCommand.js +1 -1
- package/dist-cjs/commands/CreatePricingRuleCommand.js +1 -1
- package/dist-cjs/commands/DeleteBillingGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteCustomLineItemCommand.js +2 -3
- package/dist-cjs/commands/DeletePricingPlanCommand.js +2 -3
- package/dist-cjs/commands/DeletePricingRuleCommand.js +2 -3
- package/dist-cjs/commands/DisassociateAccountsCommand.js +2 -3
- package/dist-cjs/commands/DisassociatePricingRulesCommand.js +2 -3
- package/dist-cjs/commands/ListAccountAssociationsCommand.js +1 -1
- package/dist-cjs/commands/ListBillingGroupCostReportsCommand.js +2 -3
- package/dist-cjs/commands/ListBillingGroupsCommand.js +1 -1
- package/dist-cjs/commands/ListCustomLineItemVersionsCommand.js +1 -1
- package/dist-cjs/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +2 -3
- package/dist-cjs/commands/ListPricingPlansCommand.js +1 -1
- package/dist-cjs/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +2 -3
- package/dist-cjs/commands/ListPricingRulesCommand.js +1 -1
- package/dist-cjs/commands/ListResourcesAssociatedToCustomLineItemCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -303
- package/dist-es/commands/AssociateAccountsCommand.js +2 -3
- package/dist-es/commands/AssociatePricingRulesCommand.js +2 -3
- package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +2 -3
- package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +2 -3
- package/dist-es/commands/CreateBillingGroupCommand.js +2 -2
- package/dist-es/commands/CreateCustomLineItemCommand.js +2 -2
- package/dist-es/commands/CreatePricingPlanCommand.js +2 -2
- package/dist-es/commands/CreatePricingRuleCommand.js +2 -2
- package/dist-es/commands/DeleteBillingGroupCommand.js +2 -3
- package/dist-es/commands/DeleteCustomLineItemCommand.js +2 -3
- package/dist-es/commands/DeletePricingPlanCommand.js +2 -3
- package/dist-es/commands/DeletePricingRuleCommand.js +2 -3
- package/dist-es/commands/DisassociateAccountsCommand.js +2 -3
- package/dist-es/commands/DisassociatePricingRulesCommand.js +2 -3
- package/dist-es/commands/ListAccountAssociationsCommand.js +2 -2
- package/dist-es/commands/ListBillingGroupCostReportsCommand.js +2 -3
- package/dist-es/commands/ListBillingGroupsCommand.js +2 -2
- package/dist-es/commands/ListCustomLineItemVersionsCommand.js +2 -2
- package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +2 -3
- package/dist-es/commands/ListPricingPlansCommand.js +2 -2
- package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +2 -3
- package/dist-es/commands/ListPricingRulesCommand.js +2 -2
- package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -225
- package/dist-types/Billingconductor.d.ts +32 -0
- package/dist-types/BillingconductorClient.d.ts +24 -4
- package/dist-types/commands/AssociateAccountsCommand.d.ts +16 -0
- package/dist-types/commands/AssociatePricingRulesCommand.d.ts +16 -0
- package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/CreatePricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/CreatePricingRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/DeletePricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +16 -0
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomLineItemsCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingPlansCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePricingRuleCommand.d.ts +16 -0
- package/dist-types/models/BillingconductorServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +259 -300
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBillingGroupCostReportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomLineItemVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomLineItemsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingPlansPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -223
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
5
|
import { ListPricingPlansAssociatedWithPricingRuleInput, ListPricingPlansAssociatedWithPricingRuleOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListPricingPlansAssociatedWithPricingRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListPricingPlansAssociatedWithPricingRuleCommandInput extends ListPricingPlansAssociatedWithPricingRuleInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListPricingPlansAssociatedWithPricingRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput extends ListPricingPlansAssociatedWithPricingRuleOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* A list of the pricing plans that are associated with a pricing rule.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput extends
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListPricingPlansAssociatedWithPricingRuleCommandInput - {@link ListPricingPlansAssociatedWithPricingRuleCommandInput}
|
|
36
|
+
* @returns {@link ListPricingPlansAssociatedWithPricingRuleCommandOutput}
|
|
30
37
|
* @see {@link ListPricingPlansAssociatedWithPricingRuleCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListPricingPlansAssociatedWithPricingRuleCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput extends
|
|
|
55
62
|
export declare class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, BillingconductorClientResolvedConfig> {
|
|
56
63
|
readonly input: ListPricingPlansAssociatedWithPricingRuleCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: ListPricingPlansAssociatedWithPricingRuleCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
|
|
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 { ListPricingPlansInput, ListPricingPlansOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListPricingPlansCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListPricingPlansCommandInput extends ListPricingPlansInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListPricingPlansCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListPricingPlansCommandOutput extends ListPricingPlansOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <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.
|
|
18
23
|
* </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListPricingPlansCommandOutput extends ListPricingPlansOutput, _
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListPricingPlansCommandInput - {@link ListPricingPlansCommandInput}
|
|
35
|
+
* @returns {@link ListPricingPlansCommandOutput}
|
|
29
36
|
* @see {@link ListPricingPlansCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListPricingPlansCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListPricingPlansCommandOutput extends ListPricingPlansOutput, _
|
|
|
50
57
|
export declare class ListPricingPlansCommand extends $Command<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, BillingconductorClientResolvedConfig> {
|
|
51
58
|
readonly input: ListPricingPlansCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListPricingPlansCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingPlansCommandInput, ListPricingPlansCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
5
|
import { ListPricingRulesAssociatedToPricingPlanInput, ListPricingRulesAssociatedToPricingPlanOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListPricingRulesAssociatedToPricingPlanCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListPricingRulesAssociatedToPricingPlanCommandInput extends ListPricingRulesAssociatedToPricingPlanInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListPricingRulesAssociatedToPricingPlanCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListPricingRulesAssociatedToPricingPlanCommandOutput extends ListPricingRulesAssociatedToPricingPlanOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Lists the pricing rules that are associated with a pricing plan.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface ListPricingRulesAssociatedToPricingPlanCommandOutput extends Li
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListPricingRulesAssociatedToPricingPlanCommandInput - {@link ListPricingRulesAssociatedToPricingPlanCommandInput}
|
|
36
|
+
* @returns {@link ListPricingRulesAssociatedToPricingPlanCommandOutput}
|
|
30
37
|
* @see {@link ListPricingRulesAssociatedToPricingPlanCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListPricingRulesAssociatedToPricingPlanCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface ListPricingRulesAssociatedToPricingPlanCommandOutput extends Li
|
|
|
55
62
|
export declare class ListPricingRulesAssociatedToPricingPlanCommand extends $Command<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput, BillingconductorClientResolvedConfig> {
|
|
56
63
|
readonly input: ListPricingRulesAssociatedToPricingPlanCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: ListPricingRulesAssociatedToPricingPlanCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput>;
|
|
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 { ListPricingRulesInput, ListPricingRulesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListPricingRulesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListPricingRulesCommandInput extends ListPricingRulesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListPricingRulesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListPricingRulesCommandOutput extends ListPricingRulesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface ListPricingRulesCommandOutput extends ListPricingRulesOutput, _
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListPricingRulesCommandInput - {@link ListPricingRulesCommandInput}
|
|
36
|
+
* @returns {@link ListPricingRulesCommandOutput}
|
|
30
37
|
* @see {@link ListPricingRulesCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListPricingRulesCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface ListPricingRulesCommandOutput extends ListPricingRulesOutput, _
|
|
|
51
58
|
export declare class ListPricingRulesCommand extends $Command<ListPricingRulesCommandInput, ListPricingRulesCommandOutput, BillingconductorClientResolvedConfig> {
|
|
52
59
|
readonly input: ListPricingRulesCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: ListPricingRulesCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingRulesCommandInput, ListPricingRulesCommandOutput>;
|
|
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 { ListResourcesAssociatedToCustomLineItemInput, ListResourcesAssociatedToCustomLineItemOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListResourcesAssociatedToCustomLineItemCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListResourcesAssociatedToCustomLineItemCommandInput extends ListResourcesAssociatedToCustomLineItemInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListResourcesAssociatedToCustomLineItemCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListResourcesAssociatedToCustomLineItemCommandOutput extends ListResourcesAssociatedToCustomLineItemOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* List the resources that are associated to a custom line item.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface ListResourcesAssociatedToCustomLineItemCommandOutput extends Li
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListResourcesAssociatedToCustomLineItemCommandInput - {@link ListResourcesAssociatedToCustomLineItemCommandInput}
|
|
36
|
+
* @returns {@link ListResourcesAssociatedToCustomLineItemCommandOutput}
|
|
30
37
|
* @see {@link ListResourcesAssociatedToCustomLineItemCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListResourcesAssociatedToCustomLineItemCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface ListResourcesAssociatedToCustomLineItemCommandOutput extends Li
|
|
|
55
62
|
export declare class ListResourcesAssociatedToCustomLineItemCommand extends $Command<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
|
|
56
63
|
readonly input: ListResourcesAssociatedToCustomLineItemCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: ListResourcesAssociatedToCustomLineItemCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput>;
|
|
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* A list the tags for a resource.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
36
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
30
37
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
55
62
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BillingconductorClientResolvedConfig> {
|
|
56
63
|
readonly input: ListTagsForResourceCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: ListTagsForResourceCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Associates the specified tags to a resource with the specified <code>resourceArn</code>.
|
|
18
23
|
* If existing tags on a resource are not specified in the request parameters, they are not
|
|
19
24
|
* changed. </p>
|
|
@@ -27,6 +32,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
36
|
+
* @returns {@link TagResourceCommandOutput}
|
|
30
37
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
55
62
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, BillingconductorClientResolvedConfig> {
|
|
56
63
|
readonly input: TagResourceCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: TagResourceCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UntagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UntagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Deletes specified tags from a resource.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
36
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
30
37
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
55
62
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, BillingconductorClientResolvedConfig> {
|
|
56
63
|
readonly input: UntagResourceCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: UntagResourceCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
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 { UpdateBillingGroupInput, UpdateBillingGroupOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateBillingGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateBillingGroupCommandInput extends UpdateBillingGroupInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateBillingGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateBillingGroupCommandOutput extends UpdateBillingGroupOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This updates an existing billing group.
|
|
18
23
|
* </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UpdateBillingGroupCommandOutput extends UpdateBillingGroupOutpu
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UpdateBillingGroupCommandInput - {@link UpdateBillingGroupCommandInput}
|
|
35
|
+
* @returns {@link UpdateBillingGroupCommandOutput}
|
|
29
36
|
* @see {@link UpdateBillingGroupCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UpdateBillingGroupCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface UpdateBillingGroupCommandOutput extends UpdateBillingGroupOutpu
|
|
|
58
65
|
export declare class UpdateBillingGroupCommand extends $Command<UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput, BillingconductorClientResolvedConfig> {
|
|
59
66
|
readonly input: UpdateBillingGroupCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: UpdateBillingGroupCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
5
|
import { UpdateCustomLineItemInput, UpdateCustomLineItemOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateCustomLineItemCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateCustomLineItemCommandInput extends UpdateCustomLineItemInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateCustomLineItemCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateCustomLineItemCommandOutput extends UpdateCustomLineItemOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Update an existing custom line item in the current or previous billing period.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface UpdateCustomLineItemCommandOutput extends UpdateCustomLineItemO
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param UpdateCustomLineItemCommandInput - {@link UpdateCustomLineItemCommandInput}
|
|
36
|
+
* @returns {@link UpdateCustomLineItemCommandOutput}
|
|
30
37
|
* @see {@link UpdateCustomLineItemCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link UpdateCustomLineItemCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface UpdateCustomLineItemCommandOutput extends UpdateCustomLineItemO
|
|
|
55
62
|
export declare class UpdateCustomLineItemCommand extends $Command<UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
|
|
56
63
|
readonly input: UpdateCustomLineItemCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: UpdateCustomLineItemCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput>;
|
|
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 { UpdatePricingPlanInput, UpdatePricingPlanOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdatePricingPlanCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdatePricingPlanCommandInput extends UpdatePricingPlanInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdatePricingPlanCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This updates an existing pricing plan.
|
|
18
23
|
* </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanOutput,
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UpdatePricingPlanCommandInput - {@link UpdatePricingPlanCommandInput}
|
|
35
|
+
* @returns {@link UpdatePricingPlanCommandOutput}
|
|
29
36
|
* @see {@link UpdatePricingPlanCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UpdatePricingPlanCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanOutput,
|
|
|
58
65
|
export declare class UpdatePricingPlanCommand extends $Command<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput, BillingconductorClientResolvedConfig> {
|
|
59
66
|
readonly input: UpdatePricingPlanCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: UpdatePricingPlanCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
5
|
import { UpdatePricingRuleInput, UpdatePricingRuleOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdatePricingRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdatePricingRuleCommandInput extends UpdatePricingRuleInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdatePricingRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdatePricingRuleCommandOutput extends UpdatePricingRuleOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Updates an existing pricing rule.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface UpdatePricingRuleCommandOutput extends UpdatePricingRuleOutput,
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param UpdatePricingRuleCommandInput - {@link UpdatePricingRuleCommandInput}
|
|
36
|
+
* @returns {@link UpdatePricingRuleCommandOutput}
|
|
30
37
|
* @see {@link UpdatePricingRuleCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link UpdatePricingRuleCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface UpdatePricingRuleCommandOutput extends UpdatePricingRuleOutput,
|
|
|
59
66
|
export declare class UpdatePricingRuleCommand extends $Command<UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput, BillingconductorClientResolvedConfig> {
|
|
60
67
|
readonly input: UpdatePricingRuleCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: UpdatePricingRuleCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from Billingconductor service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class BillingconductorServiceException extends __ServiceException {
|