@aws-sdk/client-billingconductor 3.650.0 → 3.654.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-types/commands/AssociateAccountsCommand.d.ts +11 -0
- package/dist-types/commands/AssociatePricingRulesCommand.d.ts +11 -0
- package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +11 -0
- package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +11 -0
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateCustomLineItemCommand.d.ts +11 -0
- package/dist-types/commands/CreatePricingPlanCommand.d.ts +11 -0
- package/dist-types/commands/CreatePricingRuleCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +11 -0
- package/dist-types/commands/DeletePricingPlanCommand.d.ts +11 -0
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +11 -0
- package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +11 -0
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +11 -0
- package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +11 -0
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListCustomLineItemsCommand.d.ts +11 -0
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +11 -0
- package/dist-types/commands/ListPricingPlansCommand.d.ts +11 -0
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +11 -0
- package/dist-types/commands/ListPricingRulesCommand.d.ts +11 -0
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePricingRuleCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBillingGroupCostReportCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -90,4 +90,15 @@ declare const AssociateAccountsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class AssociateAccountsCommand extends AssociateAccountsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: AssociateAccountsInput;
|
|
97
|
+
output: AssociateAccountsOutput;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: AssociateAccountsCommandInput;
|
|
101
|
+
output: AssociateAccountsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -88,4 +88,15 @@ declare const AssociatePricingRulesCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class AssociatePricingRulesCommand extends AssociatePricingRulesCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: AssociatePricingRulesInput;
|
|
95
|
+
output: AssociatePricingRulesOutput;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: AssociatePricingRulesCommandInput;
|
|
99
|
+
output: AssociatePricingRulesCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -110,4 +110,15 @@ declare const BatchAssociateResourcesToCustomLineItemCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class BatchAssociateResourcesToCustomLineItemCommand extends BatchAssociateResourcesToCustomLineItemCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: BatchAssociateResourcesToCustomLineItemInput;
|
|
117
|
+
output: BatchAssociateResourcesToCustomLineItemOutput;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: BatchAssociateResourcesToCustomLineItemCommandInput;
|
|
121
|
+
output: BatchAssociateResourcesToCustomLineItemCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -106,4 +106,15 @@ declare const BatchDisassociateResourcesFromCustomLineItemCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class BatchDisassociateResourcesFromCustomLineItemCommand extends BatchDisassociateResourcesFromCustomLineItemCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: BatchDisassociateResourcesFromCustomLineItemInput;
|
|
113
|
+
output: BatchDisassociateResourcesFromCustomLineItemOutput;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: BatchDisassociateResourcesFromCustomLineItemCommandInput;
|
|
117
|
+
output: BatchDisassociateResourcesFromCustomLineItemCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -97,4 +97,15 @@ declare const CreateBillingGroupCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class CreateBillingGroupCommand extends CreateBillingGroupCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: CreateBillingGroupInput;
|
|
104
|
+
output: CreateBillingGroupOutput;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: CreateBillingGroupCommandInput;
|
|
108
|
+
output: CreateBillingGroupCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -114,4 +114,15 @@ declare const CreateCustomLineItemCommand_base: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class CreateCustomLineItemCommand extends CreateCustomLineItemCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: CreateCustomLineItemInput;
|
|
121
|
+
output: CreateCustomLineItemOutput;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: CreateCustomLineItemCommandInput;
|
|
125
|
+
output: CreateCustomLineItemCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -93,4 +93,15 @@ declare const CreatePricingPlanCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class CreatePricingPlanCommand extends CreatePricingPlanCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: CreatePricingPlanInput;
|
|
100
|
+
output: CreatePricingPlanOutput;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: CreatePricingPlanCommandInput;
|
|
104
|
+
output: CreatePricingPlanCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -99,4 +99,15 @@ declare const CreatePricingRuleCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class CreatePricingRuleCommand extends CreatePricingRuleCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: CreatePricingRuleInput;
|
|
106
|
+
output: CreatePricingRuleOutput;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: CreatePricingRuleCommandInput;
|
|
110
|
+
output: CreatePricingRuleCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteBillingGroupCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteBillingGroupCommand extends DeleteBillingGroupCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteBillingGroupInput;
|
|
81
|
+
output: DeleteBillingGroupOutput;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteBillingGroupCommandInput;
|
|
85
|
+
output: DeleteBillingGroupCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -82,4 +82,15 @@ declare const DeleteCustomLineItemCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DeleteCustomLineItemCommand extends DeleteCustomLineItemCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DeleteCustomLineItemInput;
|
|
89
|
+
output: DeleteCustomLineItemOutput;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DeleteCustomLineItemCommandInput;
|
|
93
|
+
output: DeleteCustomLineItemCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -77,4 +77,15 @@ declare const DeletePricingPlanCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class DeletePricingPlanCommand extends DeletePricingPlanCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DeletePricingPlanInput;
|
|
84
|
+
output: DeletePricingPlanOutput;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DeletePricingPlanCommandInput;
|
|
88
|
+
output: DeletePricingPlanCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeletePricingRuleCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeletePricingRuleCommand extends DeletePricingRuleCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeletePricingRuleInput;
|
|
83
|
+
output: DeletePricingRuleOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeletePricingRuleCommandInput;
|
|
87
|
+
output: DeletePricingRuleCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -83,4 +83,15 @@ declare const DisassociateAccountsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DisassociateAccountsCommand extends DisassociateAccountsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DisassociateAccountsInput;
|
|
90
|
+
output: DisassociateAccountsOutput;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DisassociateAccountsCommandInput;
|
|
94
|
+
output: DisassociateAccountsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -85,4 +85,15 @@ declare const DisassociatePricingRulesCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DisassociatePricingRulesCommand extends DisassociatePricingRulesCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DisassociatePricingRulesInput;
|
|
92
|
+
output: DisassociatePricingRulesOutput;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DisassociatePricingRulesCommandInput;
|
|
96
|
+
output: DisassociatePricingRulesCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -102,4 +102,15 @@ declare const GetBillingGroupCostReportCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class GetBillingGroupCostReportCommand extends GetBillingGroupCostReportCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: GetBillingGroupCostReportInput;
|
|
109
|
+
output: GetBillingGroupCostReportOutput;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: GetBillingGroupCostReportCommandInput;
|
|
113
|
+
output: GetBillingGroupCostReportCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -95,4 +95,15 @@ declare const ListAccountAssociationsCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class ListAccountAssociationsCommand extends ListAccountAssociationsCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: ListAccountAssociationsInput;
|
|
102
|
+
output: ListAccountAssociationsOutput;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: ListAccountAssociationsCommandInput;
|
|
106
|
+
output: ListAccountAssociationsCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -94,4 +94,15 @@ declare const ListBillingGroupCostReportsCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class ListBillingGroupCostReportsCommand extends ListBillingGroupCostReportsCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: ListBillingGroupCostReportsInput;
|
|
101
|
+
output: ListBillingGroupCostReportsOutput;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: ListBillingGroupCostReportsCommandInput;
|
|
105
|
+
output: ListBillingGroupCostReportsCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -107,4 +107,15 @@ declare const ListBillingGroupsCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class ListBillingGroupsCommand extends ListBillingGroupsCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: ListBillingGroupsInput;
|
|
114
|
+
output: ListBillingGroupsOutput;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: ListBillingGroupsCommandInput;
|
|
118
|
+
output: ListBillingGroupsCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -115,4 +115,15 @@ declare const ListCustomLineItemVersionsCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class ListCustomLineItemVersionsCommand extends ListCustomLineItemVersionsCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: ListCustomLineItemVersionsInput;
|
|
122
|
+
output: ListCustomLineItemVersionsOutput;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: ListCustomLineItemVersionsCommandInput;
|
|
126
|
+
output: ListCustomLineItemVersionsCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -126,4 +126,15 @@ declare const ListCustomLineItemsCommand_base: {
|
|
|
126
126
|
* @public
|
|
127
127
|
*/
|
|
128
128
|
export declare class ListCustomLineItemsCommand extends ListCustomLineItemsCommand_base {
|
|
129
|
+
/** @internal type navigation helper, not in runtime. */
|
|
130
|
+
protected static __types: {
|
|
131
|
+
api: {
|
|
132
|
+
input: ListCustomLineItemsInput;
|
|
133
|
+
output: ListCustomLineItemsOutput;
|
|
134
|
+
};
|
|
135
|
+
sdk: {
|
|
136
|
+
input: ListCustomLineItemsCommandInput;
|
|
137
|
+
output: ListCustomLineItemsCommandOutput;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
129
140
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListPricingPlansAssociatedWithPricingRuleCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListPricingPlansAssociatedWithPricingRuleCommand extends ListPricingPlansAssociatedWithPricingRuleCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListPricingPlansAssociatedWithPricingRuleInput;
|
|
93
|
+
output: ListPricingPlansAssociatedWithPricingRuleOutput;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListPricingPlansAssociatedWithPricingRuleCommandInput;
|
|
97
|
+
output: ListPricingPlansAssociatedWithPricingRuleCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListPricingPlansCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListPricingPlansCommand extends ListPricingPlansCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListPricingPlansInput;
|
|
98
|
+
output: ListPricingPlansOutput;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListPricingPlansCommandInput;
|
|
102
|
+
output: ListPricingPlansCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListPricingRulesAssociatedToPricingPlanCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListPricingRulesAssociatedToPricingPlanCommand extends ListPricingRulesAssociatedToPricingPlanCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListPricingRulesAssociatedToPricingPlanInput;
|
|
93
|
+
output: ListPricingRulesAssociatedToPricingPlanOutput;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListPricingRulesAssociatedToPricingPlanCommandInput;
|
|
97
|
+
output: ListPricingRulesAssociatedToPricingPlanCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -104,4 +104,15 @@ declare const ListPricingRulesCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class ListPricingRulesCommand extends ListPricingRulesCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: ListPricingRulesInput;
|
|
111
|
+
output: ListPricingRulesOutput;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: ListPricingRulesCommandInput;
|
|
115
|
+
output: ListPricingRulesCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -92,4 +92,15 @@ declare const ListResourcesAssociatedToCustomLineItemCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListResourcesAssociatedToCustomLineItemCommand extends ListResourcesAssociatedToCustomLineItemCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListResourcesAssociatedToCustomLineItemInput;
|
|
99
|
+
output: ListResourcesAssociatedToCustomLineItemOutput;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListResourcesAssociatedToCustomLineItemCommandInput;
|
|
103
|
+
output: ListResourcesAssociatedToCustomLineItemCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListTagsForResourceRequest;
|
|
87
|
+
output: ListTagsForResourceResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListTagsForResourceCommandInput;
|
|
91
|
+
output: ListTagsForResourceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -79,4 +79,15 @@ declare const TagResourceCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: TagResourceRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: TagResourceCommandInput;
|
|
90
|
+
output: TagResourceCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -79,4 +79,15 @@ declare const UntagResourceCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: UntagResourceRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: UntagResourceCommandInput;
|
|
90
|
+
output: UntagResourceCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -101,4 +101,15 @@ declare const UpdateBillingGroupCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class UpdateBillingGroupCommand extends UpdateBillingGroupCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: UpdateBillingGroupInput;
|
|
108
|
+
output: UpdateBillingGroupOutput;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: UpdateBillingGroupCommandInput;
|
|
112
|
+
output: UpdateBillingGroupCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -124,4 +124,15 @@ declare const UpdateCustomLineItemCommand_base: {
|
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
126
|
export declare class UpdateCustomLineItemCommand extends UpdateCustomLineItemCommand_base {
|
|
127
|
+
/** @internal type navigation helper, not in runtime. */
|
|
128
|
+
protected static __types: {
|
|
129
|
+
api: {
|
|
130
|
+
input: UpdateCustomLineItemInput;
|
|
131
|
+
output: UpdateCustomLineItemOutput;
|
|
132
|
+
};
|
|
133
|
+
sdk: {
|
|
134
|
+
input: UpdateCustomLineItemCommandInput;
|
|
135
|
+
output: UpdateCustomLineItemCommandOutput;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
127
138
|
}
|
|
@@ -87,4 +87,15 @@ declare const UpdatePricingPlanCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class UpdatePricingPlanCommand extends UpdatePricingPlanCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: UpdatePricingPlanInput;
|
|
94
|
+
output: UpdatePricingPlanOutput;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: UpdatePricingPlanCommandInput;
|
|
98
|
+
output: UpdatePricingPlanCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -107,4 +107,15 @@ declare const UpdatePricingRuleCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class UpdatePricingRuleCommand extends UpdatePricingRuleCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: UpdatePricingRuleInput;
|
|
114
|
+
output: UpdatePricingRuleOutput;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: UpdatePricingRuleCommandInput;
|
|
118
|
+
output: UpdatePricingRuleCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -36,4 +36,15 @@ declare const AssociateAccountsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class AssociateAccountsCommand extends AssociateAccountsCommand_base {
|
|
39
|
+
export declare class AssociateAccountsCommand extends AssociateAccountsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: AssociateAccountsInput;
|
|
43
|
+
output: AssociateAccountsOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: AssociateAccountsCommandInput;
|
|
47
|
+
output: AssociateAccountsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AssociatePricingRulesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociatePricingRulesCommand extends AssociatePricingRulesCommand_base {
|
|
40
|
+
export declare class AssociatePricingRulesCommand extends AssociatePricingRulesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociatePricingRulesInput;
|
|
44
|
+
output: AssociatePricingRulesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociatePricingRulesCommandInput;
|
|
48
|
+
output: AssociatePricingRulesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchAssociateResourcesToCustomLineItemCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchAssociateResourcesToCustomLineItemCommand extends BatchAssociateResourcesToCustomLineItemCommand_base {
|
|
40
|
+
export declare class BatchAssociateResourcesToCustomLineItemCommand extends BatchAssociateResourcesToCustomLineItemCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchAssociateResourcesToCustomLineItemInput;
|
|
44
|
+
output: BatchAssociateResourcesToCustomLineItemOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchAssociateResourcesToCustomLineItemCommandInput;
|
|
48
|
+
output: BatchAssociateResourcesToCustomLineItemCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchDisassociateResourcesFromCustomLineItemCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchDisassociateResourcesFromCustomLineItemCommand extends BatchDisassociateResourcesFromCustomLineItemCommand_base {
|
|
40
|
+
export declare class BatchDisassociateResourcesFromCustomLineItemCommand extends BatchDisassociateResourcesFromCustomLineItemCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchDisassociateResourcesFromCustomLineItemInput;
|
|
44
|
+
output: BatchDisassociateResourcesFromCustomLineItemOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchDisassociateResourcesFromCustomLineItemCommandInput;
|
|
48
|
+
output: BatchDisassociateResourcesFromCustomLineItemCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateBillingGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateBillingGroupCommand extends CreateBillingGroupCommand_base {
|
|
40
|
+
export declare class CreateBillingGroupCommand extends CreateBillingGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateBillingGroupInput;
|
|
44
|
+
output: CreateBillingGroupOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateBillingGroupCommandInput;
|
|
48
|
+
output: CreateBillingGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateCustomLineItemCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateCustomLineItemCommand extends CreateCustomLineItemCommand_base {
|
|
40
|
+
export declare class CreateCustomLineItemCommand extends CreateCustomLineItemCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCustomLineItemInput;
|
|
44
|
+
output: CreateCustomLineItemOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCustomLineItemCommandInput;
|
|
48
|
+
output: CreateCustomLineItemCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|