@aws-sdk/client-billingconductor 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/Billingconductor.d.ts +7 -1
- package/dist-types/BillingconductorClient.d.ts +1 -1
- package/dist-types/commands/AssociateAccountsCommand.d.ts +2 -1
- package/dist-types/commands/AssociatePricingRulesCommand.d.ts +2 -1
- package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +2 -1
- package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +2 -1
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomLineItemCommand.d.ts +2 -1
- package/dist-types/commands/CreatePricingPlanCommand.d.ts +2 -1
- package/dist-types/commands/CreatePricingRuleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +2 -1
- package/dist-types/commands/DeletePricingPlanCommand.d.ts +2 -1
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +2 -1
- package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +2 -1
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +2 -1
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListCustomLineItemsCommand.d.ts +2 -1
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +2 -1
- package/dist-types/commands/ListPricingPlansCommand.d.ts +2 -1
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +2 -1
- package/dist-types/commands/ListPricingRulesCommand.d.ts +2 -1
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePricingRuleCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +407 -407
- package/dist-types/ts3.4/Billingconductor.d.ts +6 -0
- package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBillingGroupCostReportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { BillingconductorServiceException as __BaseException } from "./BillingconductorServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>You do not have sufficient access to perform this action.
|
|
6
5
|
* </p>
|
|
6
|
+
* @public
|
|
7
7
|
*/
|
|
8
8
|
export declare class AccessDeniedException extends __BaseException {
|
|
9
9
|
readonly name: "AccessDeniedException";
|
|
@@ -15,45 +15,45 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
15
15
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
|
-
* @public
|
|
19
18
|
* <p>A representation of a linked account.</p>
|
|
19
|
+
* @public
|
|
20
20
|
*/
|
|
21
21
|
export interface AccountAssociationsListElement {
|
|
22
22
|
/**
|
|
23
|
-
* @public
|
|
24
23
|
* <p>The associating array of account IDs.</p>
|
|
24
|
+
* @public
|
|
25
25
|
*/
|
|
26
26
|
AccountId?: string;
|
|
27
27
|
/**
|
|
28
|
-
* @public
|
|
29
28
|
* <p>The Billing Group Arn that the linked account is associated to.</p>
|
|
29
|
+
* @public
|
|
30
30
|
*/
|
|
31
31
|
BillingGroupArn?: string;
|
|
32
32
|
/**
|
|
33
|
-
* @public
|
|
34
33
|
* <p>The Amazon Web Services account name.</p>
|
|
34
|
+
* @public
|
|
35
35
|
*/
|
|
36
36
|
AccountName?: string;
|
|
37
37
|
/**
|
|
38
|
-
* @public
|
|
39
38
|
* <p>The Amazon Web Services account email.</p>
|
|
39
|
+
* @public
|
|
40
40
|
*/
|
|
41
41
|
AccountEmail?: string;
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
|
-
* @public
|
|
45
44
|
* <p>The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated billing family.</p>
|
|
45
|
+
* @public
|
|
46
46
|
*/
|
|
47
47
|
export interface AccountGrouping {
|
|
48
48
|
/**
|
|
49
|
-
* @public
|
|
50
49
|
* <p>The account IDs that make up the billing group. Account IDs must be a part of the consolidated billing family, and not associated with another billing group.</p>
|
|
50
|
+
* @public
|
|
51
51
|
*/
|
|
52
52
|
LinkedAccountIds: string[] | undefined;
|
|
53
53
|
/**
|
|
54
|
-
* @public
|
|
55
54
|
* <p>Specifies if this billing group will automatically associate newly added
|
|
56
55
|
* Amazon Web Services accounts that join your consolidated billing family.</p>
|
|
56
|
+
* @public
|
|
57
57
|
*/
|
|
58
58
|
AutoAssociate?: boolean;
|
|
59
59
|
}
|
|
@@ -62,16 +62,16 @@ export interface AccountGrouping {
|
|
|
62
62
|
*/
|
|
63
63
|
export interface AssociateAccountsInput {
|
|
64
64
|
/**
|
|
65
|
-
* @public
|
|
66
65
|
* <p> The Amazon Resource Name (ARN) of the billing group that associates the array of
|
|
67
66
|
* account IDs. </p>
|
|
67
|
+
* @public
|
|
68
68
|
*/
|
|
69
69
|
Arn: string | undefined;
|
|
70
70
|
/**
|
|
71
|
-
* @public
|
|
72
71
|
* <p>
|
|
73
72
|
* The associating array of account IDs.
|
|
74
73
|
* </p>
|
|
74
|
+
* @public
|
|
75
75
|
*/
|
|
76
76
|
AccountIds: string[] | undefined;
|
|
77
77
|
}
|
|
@@ -80,9 +80,9 @@ export interface AssociateAccountsInput {
|
|
|
80
80
|
*/
|
|
81
81
|
export interface AssociateAccountsOutput {
|
|
82
82
|
/**
|
|
83
|
-
* @public
|
|
84
83
|
* <p> The Amazon Resource Name (ARN) of the billing group that associates the array of
|
|
85
84
|
* account IDs. </p>
|
|
85
|
+
* @public
|
|
86
86
|
*/
|
|
87
87
|
Arn?: string;
|
|
88
88
|
}
|
|
@@ -102,30 +102,30 @@ export declare const ConflictExceptionReason: {
|
|
|
102
102
|
*/
|
|
103
103
|
export type ConflictExceptionReason = (typeof ConflictExceptionReason)[keyof typeof ConflictExceptionReason];
|
|
104
104
|
/**
|
|
105
|
-
* @public
|
|
106
105
|
* <p>You can cause an inconsistent state by updating or deleting a resource.
|
|
107
106
|
* </p>
|
|
107
|
+
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class ConflictException extends __BaseException {
|
|
110
110
|
readonly name: "ConflictException";
|
|
111
111
|
readonly $fault: "client";
|
|
112
112
|
Message: string | undefined;
|
|
113
113
|
/**
|
|
114
|
-
* @public
|
|
115
114
|
* <p>Identifier of the resource in use.
|
|
116
115
|
* </p>
|
|
116
|
+
* @public
|
|
117
117
|
*/
|
|
118
118
|
ResourceId: string | undefined;
|
|
119
119
|
/**
|
|
120
|
-
* @public
|
|
121
120
|
* <p>Type of the resource in use.
|
|
122
121
|
* </p>
|
|
122
|
+
* @public
|
|
123
123
|
*/
|
|
124
124
|
ResourceType: string | undefined;
|
|
125
125
|
/**
|
|
126
|
-
* @public
|
|
127
126
|
* <p>Reason for the inconsistent state.
|
|
128
127
|
* </p>
|
|
128
|
+
* @public
|
|
129
129
|
*/
|
|
130
130
|
Reason?: ConflictExceptionReason;
|
|
131
131
|
/**
|
|
@@ -134,18 +134,18 @@ export declare class ConflictException extends __BaseException {
|
|
|
134
134
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
135
135
|
}
|
|
136
136
|
/**
|
|
137
|
-
* @public
|
|
138
137
|
* <p>An unexpected error occurred while processing a request.
|
|
139
138
|
* </p>
|
|
139
|
+
* @public
|
|
140
140
|
*/
|
|
141
141
|
export declare class InternalServerException extends __BaseException {
|
|
142
142
|
readonly name: "InternalServerException";
|
|
143
143
|
readonly $fault: "server";
|
|
144
144
|
Message: string | undefined;
|
|
145
145
|
/**
|
|
146
|
-
* @public
|
|
147
146
|
* <p>Number of seconds you can retry after the call.
|
|
148
147
|
* </p>
|
|
148
|
+
* @public
|
|
149
149
|
*/
|
|
150
150
|
RetryAfterSeconds?: number;
|
|
151
151
|
/**
|
|
@@ -154,24 +154,24 @@ export declare class InternalServerException extends __BaseException {
|
|
|
154
154
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
|
-
* @public
|
|
158
157
|
* <p>The request references a resource that doesn't exist.
|
|
159
158
|
* </p>
|
|
159
|
+
* @public
|
|
160
160
|
*/
|
|
161
161
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
162
162
|
readonly name: "ResourceNotFoundException";
|
|
163
163
|
readonly $fault: "client";
|
|
164
164
|
Message: string | undefined;
|
|
165
165
|
/**
|
|
166
|
-
* @public
|
|
167
166
|
* <p>Resource identifier that was not found.
|
|
168
167
|
* </p>
|
|
168
|
+
* @public
|
|
169
169
|
*/
|
|
170
170
|
ResourceId: string | undefined;
|
|
171
171
|
/**
|
|
172
|
-
* @public
|
|
173
172
|
* <p>Resource type that was not found.
|
|
174
173
|
* </p>
|
|
174
|
+
* @public
|
|
175
175
|
*/
|
|
176
176
|
ResourceType: string | undefined;
|
|
177
177
|
/**
|
|
@@ -180,36 +180,36 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
180
180
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
181
181
|
}
|
|
182
182
|
/**
|
|
183
|
-
* @public
|
|
184
183
|
* <p>The request would cause a service limit to exceed.
|
|
185
184
|
* </p>
|
|
185
|
+
* @public
|
|
186
186
|
*/
|
|
187
187
|
export declare class ServiceLimitExceededException extends __BaseException {
|
|
188
188
|
readonly name: "ServiceLimitExceededException";
|
|
189
189
|
readonly $fault: "client";
|
|
190
190
|
Message: string | undefined;
|
|
191
191
|
/**
|
|
192
|
-
* @public
|
|
193
192
|
* <p>Identifier of the resource affected.
|
|
194
193
|
* </p>
|
|
194
|
+
* @public
|
|
195
195
|
*/
|
|
196
196
|
ResourceId?: string;
|
|
197
197
|
/**
|
|
198
|
-
* @public
|
|
199
198
|
* <p>Type of the resource affected.
|
|
200
199
|
* </p>
|
|
200
|
+
* @public
|
|
201
201
|
*/
|
|
202
202
|
ResourceType?: string;
|
|
203
203
|
/**
|
|
204
|
-
* @public
|
|
205
204
|
* <p>The unique code identifier of the service limit that is being exceeded.
|
|
206
205
|
* </p>
|
|
206
|
+
* @public
|
|
207
207
|
*/
|
|
208
208
|
LimitCode: string | undefined;
|
|
209
209
|
/**
|
|
210
|
-
* @public
|
|
211
210
|
* <p>The unique code for the service of the limit that is being exceeded.
|
|
212
211
|
* </p>
|
|
212
|
+
* @public
|
|
213
213
|
*/
|
|
214
214
|
ServiceCode: string | undefined;
|
|
215
215
|
/**
|
|
@@ -218,18 +218,18 @@ export declare class ServiceLimitExceededException extends __BaseException {
|
|
|
218
218
|
constructor(opts: __ExceptionOptionType<ServiceLimitExceededException, __BaseException>);
|
|
219
219
|
}
|
|
220
220
|
/**
|
|
221
|
-
* @public
|
|
222
221
|
* <p>The request was denied due to request throttling.
|
|
223
222
|
* </p>
|
|
223
|
+
* @public
|
|
224
224
|
*/
|
|
225
225
|
export declare class ThrottlingException extends __BaseException {
|
|
226
226
|
readonly name: "ThrottlingException";
|
|
227
227
|
readonly $fault: "client";
|
|
228
228
|
Message: string | undefined;
|
|
229
229
|
/**
|
|
230
|
-
* @public
|
|
231
230
|
* <p>Number of seconds you can safely retry after the call.
|
|
232
231
|
* </p>
|
|
232
|
+
* @public
|
|
233
233
|
*/
|
|
234
234
|
RetryAfterSeconds?: number;
|
|
235
235
|
/**
|
|
@@ -238,18 +238,18 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
238
238
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
|
-
* @public
|
|
242
241
|
* <p>The field's information of a request that resulted in an exception.</p>
|
|
242
|
+
* @public
|
|
243
243
|
*/
|
|
244
244
|
export interface ValidationExceptionField {
|
|
245
245
|
/**
|
|
246
|
-
* @public
|
|
247
246
|
* <p>The field name.</p>
|
|
247
|
+
* @public
|
|
248
248
|
*/
|
|
249
249
|
Name: string | undefined;
|
|
250
250
|
/**
|
|
251
|
-
* @public
|
|
252
251
|
* <p>The message describing why the field failed validation.</p>
|
|
252
|
+
* @public
|
|
253
253
|
*/
|
|
254
254
|
Message: string | undefined;
|
|
255
255
|
}
|
|
@@ -324,23 +324,23 @@ export declare const ValidationExceptionReason: {
|
|
|
324
324
|
*/
|
|
325
325
|
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
326
326
|
/**
|
|
327
|
-
* @public
|
|
328
327
|
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
328
|
+
* @public
|
|
329
329
|
*/
|
|
330
330
|
export declare class ValidationException extends __BaseException {
|
|
331
331
|
readonly name: "ValidationException";
|
|
332
332
|
readonly $fault: "client";
|
|
333
333
|
Message: string | undefined;
|
|
334
334
|
/**
|
|
335
|
-
* @public
|
|
336
335
|
* <p>The reason the request's validation failed.
|
|
337
336
|
* </p>
|
|
337
|
+
* @public
|
|
338
338
|
*/
|
|
339
339
|
Reason?: ValidationExceptionReason;
|
|
340
340
|
/**
|
|
341
|
-
* @public
|
|
342
341
|
* <p>The fields that caused the error, if applicable.
|
|
343
342
|
* </p>
|
|
343
|
+
* @public
|
|
344
344
|
*/
|
|
345
345
|
Fields?: ValidationExceptionField[];
|
|
346
346
|
/**
|
|
@@ -353,17 +353,17 @@ export declare class ValidationException extends __BaseException {
|
|
|
353
353
|
*/
|
|
354
354
|
export interface AssociatePricingRulesInput {
|
|
355
355
|
/**
|
|
356
|
-
* @public
|
|
357
356
|
* <p>
|
|
358
357
|
* The <code>PricingPlanArn</code> that the <code>PricingRuleArns</code> are associated with.
|
|
359
358
|
* </p>
|
|
359
|
+
* @public
|
|
360
360
|
*/
|
|
361
361
|
Arn: string | undefined;
|
|
362
362
|
/**
|
|
363
|
-
* @public
|
|
364
363
|
* <p>
|
|
365
364
|
* The <code>PricingRuleArns</code> that are associated with the Pricing Plan.
|
|
366
365
|
* </p>
|
|
366
|
+
* @public
|
|
367
367
|
*/
|
|
368
368
|
PricingRuleArns: string[] | undefined;
|
|
369
369
|
}
|
|
@@ -372,10 +372,10 @@ export interface AssociatePricingRulesInput {
|
|
|
372
372
|
*/
|
|
373
373
|
export interface AssociatePricingRulesOutput {
|
|
374
374
|
/**
|
|
375
|
-
* @public
|
|
376
375
|
* <p>
|
|
377
376
|
* The <code>PricingPlanArn</code> that the <code>PricingRuleArns</code> are associated with.
|
|
378
377
|
* </p>
|
|
378
|
+
* @public
|
|
379
379
|
*/
|
|
380
380
|
Arn?: string;
|
|
381
381
|
}
|
|
@@ -395,64 +395,64 @@ export declare const AssociateResourceErrorReason: {
|
|
|
395
395
|
*/
|
|
396
396
|
export type AssociateResourceErrorReason = (typeof AssociateResourceErrorReason)[keyof typeof AssociateResourceErrorReason];
|
|
397
397
|
/**
|
|
398
|
-
* @public
|
|
399
398
|
* <p>A representation of a resource association error.</p>
|
|
399
|
+
* @public
|
|
400
400
|
*/
|
|
401
401
|
export interface AssociateResourceError {
|
|
402
402
|
/**
|
|
403
|
-
* @public
|
|
404
403
|
* <p>The reason why the resource association failed.</p>
|
|
404
|
+
* @public
|
|
405
405
|
*/
|
|
406
406
|
Message?: string;
|
|
407
407
|
/**
|
|
408
|
-
* @public
|
|
409
408
|
* <p>A static error code that's used to classify the type of failure.</p>
|
|
409
|
+
* @public
|
|
410
410
|
*/
|
|
411
411
|
Reason?: AssociateResourceErrorReason;
|
|
412
412
|
}
|
|
413
413
|
/**
|
|
414
|
-
* @public
|
|
415
414
|
* <p>A resource association result for a percentage custom line item.</p>
|
|
415
|
+
* @public
|
|
416
416
|
*/
|
|
417
417
|
export interface AssociateResourceResponseElement {
|
|
418
418
|
/**
|
|
419
|
-
* @public
|
|
420
419
|
* <p>The resource ARN that was associated to the custom line item.</p>
|
|
420
|
+
* @public
|
|
421
421
|
*/
|
|
422
422
|
Arn?: string;
|
|
423
423
|
/**
|
|
424
|
-
* @public
|
|
425
424
|
* <p>An <code>AssociateResourceError</code> that will populate if the resource association fails.</p>
|
|
425
|
+
* @public
|
|
426
426
|
*/
|
|
427
427
|
Error?: AssociateResourceError;
|
|
428
428
|
}
|
|
429
429
|
/**
|
|
430
|
-
* @public
|
|
431
430
|
* <p>The key-value pair that represents the attribute by which the
|
|
432
431
|
* <code>BillingGroupCostReportResults</code> are grouped. For example, if you want a
|
|
433
432
|
* service-level breakdown for Amazon Simple Storage Service (Amazon S3) of the billing group, the attribute will be a key-value pair
|
|
434
433
|
* of <code>"PRODUCT_NAME"</code> and <code>"S3"</code>.</p>
|
|
434
|
+
* @public
|
|
435
435
|
*/
|
|
436
436
|
export interface Attribute {
|
|
437
437
|
/**
|
|
438
|
-
* @public
|
|
439
438
|
* <p>The key in a key-value pair that describes the margin summary.</p>
|
|
439
|
+
* @public
|
|
440
440
|
*/
|
|
441
441
|
Key?: string;
|
|
442
442
|
/**
|
|
443
|
-
* @public
|
|
444
443
|
* <p>The value in a key-value pair that describes the margin summary.</p>
|
|
444
|
+
* @public
|
|
445
445
|
*/
|
|
446
446
|
Value?: string;
|
|
447
447
|
}
|
|
448
448
|
/**
|
|
449
|
-
* @public
|
|
450
449
|
* <p>The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.</p>
|
|
450
|
+
* @public
|
|
451
451
|
*/
|
|
452
452
|
export interface ComputationPreference {
|
|
453
453
|
/**
|
|
454
|
-
* @public
|
|
455
454
|
* <p> The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a billing group. </p>
|
|
455
|
+
* @public
|
|
456
456
|
*/
|
|
457
457
|
PricingPlanArn: string | undefined;
|
|
458
458
|
}
|
|
@@ -461,47 +461,47 @@ export interface ComputationPreference {
|
|
|
461
461
|
*/
|
|
462
462
|
export interface CreateBillingGroupInput {
|
|
463
463
|
/**
|
|
464
|
-
* @public
|
|
465
464
|
* <p>
|
|
466
465
|
* The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
|
|
467
466
|
* </p>
|
|
467
|
+
* @public
|
|
468
468
|
*/
|
|
469
469
|
ClientToken?: string;
|
|
470
470
|
/**
|
|
471
|
-
* @public
|
|
472
471
|
* <p>
|
|
473
472
|
* The billing group name. The names must be unique.
|
|
474
473
|
* </p>
|
|
474
|
+
* @public
|
|
475
475
|
*/
|
|
476
476
|
Name: string | undefined;
|
|
477
477
|
/**
|
|
478
|
-
* @public
|
|
479
478
|
* <p>
|
|
480
479
|
* The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated billing family.
|
|
481
480
|
* </p>
|
|
481
|
+
* @public
|
|
482
482
|
*/
|
|
483
483
|
AccountGrouping: AccountGrouping | undefined;
|
|
484
484
|
/**
|
|
485
|
-
* @public
|
|
486
485
|
* <p>
|
|
487
486
|
* The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
|
|
488
487
|
* </p>
|
|
488
|
+
* @public
|
|
489
489
|
*/
|
|
490
490
|
ComputationPreference: ComputationPreference | undefined;
|
|
491
491
|
/**
|
|
492
|
-
* @public
|
|
493
492
|
* <p> The account ID that serves as the main account in a billing group. </p>
|
|
493
|
+
* @public
|
|
494
494
|
*/
|
|
495
495
|
PrimaryAccountId?: string;
|
|
496
496
|
/**
|
|
497
|
-
* @public
|
|
498
497
|
* <p>The description of the billing group. </p>
|
|
498
|
+
* @public
|
|
499
499
|
*/
|
|
500
500
|
Description?: string;
|
|
501
501
|
/**
|
|
502
|
-
* @public
|
|
503
502
|
* <p> A map that contains tag keys and tag values that are attached to a billing group. This
|
|
504
503
|
* feature isn't available during the beta. </p>
|
|
504
|
+
* @public
|
|
505
505
|
*/
|
|
506
506
|
Tags?: Record<string, string>;
|
|
507
507
|
}
|
|
@@ -510,8 +510,8 @@ export interface CreateBillingGroupInput {
|
|
|
510
510
|
*/
|
|
511
511
|
export interface CreateBillingGroupOutput {
|
|
512
512
|
/**
|
|
513
|
-
* @public
|
|
514
513
|
* <p>The Amazon Resource Name (ARN) of the created billing group. </p>
|
|
514
|
+
* @public
|
|
515
515
|
*/
|
|
516
516
|
Arn?: string;
|
|
517
517
|
}
|
|
@@ -520,8 +520,8 @@ export interface CreateBillingGroupOutput {
|
|
|
520
520
|
*/
|
|
521
521
|
export interface DeleteBillingGroupInput {
|
|
522
522
|
/**
|
|
523
|
-
* @public
|
|
524
523
|
* <p>The Amazon Resource Name (ARN) of the billing group that you're deleting.</p>
|
|
524
|
+
* @public
|
|
525
525
|
*/
|
|
526
526
|
Arn: string | undefined;
|
|
527
527
|
}
|
|
@@ -530,8 +530,8 @@ export interface DeleteBillingGroupInput {
|
|
|
530
530
|
*/
|
|
531
531
|
export interface DeleteBillingGroupOutput {
|
|
532
532
|
/**
|
|
533
|
-
* @public
|
|
534
533
|
* <p>The Amazon Resource Name (ARN) of the deleted billing group.</p>
|
|
534
|
+
* @public
|
|
535
535
|
*/
|
|
536
536
|
Arn?: string;
|
|
537
537
|
}
|
|
@@ -540,15 +540,15 @@ export interface DeleteBillingGroupOutput {
|
|
|
540
540
|
*/
|
|
541
541
|
export interface DisassociateAccountsInput {
|
|
542
542
|
/**
|
|
543
|
-
* @public
|
|
544
543
|
* <p>The Amazon Resource Name (ARN) of the billing group that the array of account IDs will
|
|
545
544
|
* disassociate from. </p>
|
|
545
|
+
* @public
|
|
546
546
|
*/
|
|
547
547
|
Arn: string | undefined;
|
|
548
548
|
/**
|
|
549
|
-
* @public
|
|
550
549
|
* <p>The array of account IDs to disassociate.
|
|
551
550
|
* </p>
|
|
551
|
+
* @public
|
|
552
552
|
*/
|
|
553
553
|
AccountIds: string[] | undefined;
|
|
554
554
|
}
|
|
@@ -557,9 +557,9 @@ export interface DisassociateAccountsInput {
|
|
|
557
557
|
*/
|
|
558
558
|
export interface DisassociateAccountsOutput {
|
|
559
559
|
/**
|
|
560
|
-
* @public
|
|
561
560
|
* <p>The Amazon Resource Name (ARN) of the billing group that the array of account IDs is
|
|
562
561
|
* disassociated from. </p>
|
|
562
|
+
* @public
|
|
563
563
|
*/
|
|
564
564
|
Arn?: string;
|
|
565
565
|
}
|
|
@@ -576,31 +576,31 @@ export declare const BillingGroupStatus: {
|
|
|
576
576
|
*/
|
|
577
577
|
export type BillingGroupStatus = (typeof BillingGroupStatus)[keyof typeof BillingGroupStatus];
|
|
578
578
|
/**
|
|
579
|
-
* @public
|
|
580
579
|
* <p>The filter that specifies the billing groups and pricing plans to retrieve billing group information.</p>
|
|
580
|
+
* @public
|
|
581
581
|
*/
|
|
582
582
|
export interface ListBillingGroupsFilter {
|
|
583
583
|
/**
|
|
584
|
-
* @public
|
|
585
584
|
* <p>The list of billing group Amazon Resource Names (ARNs) to retrieve information.</p>
|
|
585
|
+
* @public
|
|
586
586
|
*/
|
|
587
587
|
Arns?: string[];
|
|
588
588
|
/**
|
|
589
|
-
* @public
|
|
590
589
|
* <p>The pricing plan Amazon Resource Names (ARNs) to retrieve information.</p>
|
|
590
|
+
* @public
|
|
591
591
|
*/
|
|
592
592
|
PricingPlan?: string;
|
|
593
593
|
/**
|
|
594
|
-
* @public
|
|
595
594
|
* <p>
|
|
596
595
|
* A list of billing groups to retrieve their current status for a specific time range
|
|
597
596
|
* </p>
|
|
597
|
+
* @public
|
|
598
598
|
*/
|
|
599
599
|
Statuses?: BillingGroupStatus[];
|
|
600
600
|
/**
|
|
601
|
-
* @public
|
|
602
601
|
* <p>Specifies if this billing group will automatically associate newly added
|
|
603
602
|
* Amazon Web Services accounts that join your consolidated billing family.</p>
|
|
603
|
+
* @public
|
|
604
604
|
*/
|
|
605
605
|
AutoAssociate?: boolean;
|
|
606
606
|
}
|
|
@@ -609,102 +609,102 @@ export interface ListBillingGroupsFilter {
|
|
|
609
609
|
*/
|
|
610
610
|
export interface ListBillingGroupsInput {
|
|
611
611
|
/**
|
|
612
|
-
* @public
|
|
613
612
|
* <p>The preferred billing period to get billing groups.
|
|
614
613
|
* </p>
|
|
614
|
+
* @public
|
|
615
615
|
*/
|
|
616
616
|
BillingPeriod?: string;
|
|
617
617
|
/**
|
|
618
|
-
* @public
|
|
619
618
|
* <p>The maximum number of billing groups to retrieve.
|
|
620
619
|
* </p>
|
|
620
|
+
* @public
|
|
621
621
|
*/
|
|
622
622
|
MaxResults?: number;
|
|
623
623
|
/**
|
|
624
|
-
* @public
|
|
625
624
|
* <p>The pagination token that's used on subsequent calls to get billing groups.
|
|
626
625
|
* </p>
|
|
626
|
+
* @public
|
|
627
627
|
*/
|
|
628
628
|
NextToken?: string;
|
|
629
629
|
/**
|
|
630
|
-
* @public
|
|
631
630
|
* <p>A <code>ListBillingGroupsFilter</code> that specifies the billing group and pricing plan to retrieve billing group information.
|
|
632
631
|
* </p>
|
|
632
|
+
* @public
|
|
633
633
|
*/
|
|
634
634
|
Filters?: ListBillingGroupsFilter;
|
|
635
635
|
}
|
|
636
636
|
/**
|
|
637
|
-
* @public
|
|
638
637
|
* <p>Specifies if the billing group has the following
|
|
639
638
|
* features enabled.</p>
|
|
639
|
+
* @public
|
|
640
640
|
*/
|
|
641
641
|
export interface ListBillingGroupAccountGrouping {
|
|
642
642
|
/**
|
|
643
|
-
* @public
|
|
644
643
|
* <p>Specifies if this billing group will automatically associate newly added
|
|
645
644
|
* Amazon Web Services accounts that join your consolidated billing family.</p>
|
|
645
|
+
* @public
|
|
646
646
|
*/
|
|
647
647
|
AutoAssociate?: boolean;
|
|
648
648
|
}
|
|
649
649
|
/**
|
|
650
|
-
* @public
|
|
651
650
|
* <p>A representation of a billing group.</p>
|
|
651
|
+
* @public
|
|
652
652
|
*/
|
|
653
653
|
export interface BillingGroupListElement {
|
|
654
654
|
/**
|
|
655
|
-
* @public
|
|
656
655
|
* <p>The name of the billing group.</p>
|
|
656
|
+
* @public
|
|
657
657
|
*/
|
|
658
658
|
Name?: string;
|
|
659
659
|
/**
|
|
660
|
-
* @public
|
|
661
660
|
* <p>The Amazon Resource Number (ARN) that can be used to uniquely identify the billing group.</p>
|
|
661
|
+
* @public
|
|
662
662
|
*/
|
|
663
663
|
Arn?: string;
|
|
664
664
|
/**
|
|
665
|
-
* @public
|
|
666
665
|
* <p>The description of the billing group.</p>
|
|
666
|
+
* @public
|
|
667
667
|
*/
|
|
668
668
|
Description?: string;
|
|
669
669
|
/**
|
|
670
|
-
* @public
|
|
671
670
|
* <p>The account ID that serves as the main account in a billing group.</p>
|
|
671
|
+
* @public
|
|
672
672
|
*/
|
|
673
673
|
PrimaryAccountId?: string;
|
|
674
674
|
/**
|
|
675
|
-
* @public
|
|
676
675
|
* <p>The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.</p>
|
|
676
|
+
* @public
|
|
677
677
|
*/
|
|
678
678
|
ComputationPreference?: ComputationPreference;
|
|
679
679
|
/**
|
|
680
|
-
* @public
|
|
681
680
|
* <p>The number of accounts in the particular billing group.</p>
|
|
681
|
+
* @public
|
|
682
682
|
*/
|
|
683
683
|
Size?: number;
|
|
684
684
|
/**
|
|
685
|
-
* @public
|
|
686
685
|
* <p>The time when the billing group was created.</p>
|
|
686
|
+
* @public
|
|
687
687
|
*/
|
|
688
688
|
CreationTime?: number;
|
|
689
689
|
/**
|
|
690
|
-
* @public
|
|
691
690
|
* <p>The most recent time when the billing group was modified.</p>
|
|
691
|
+
* @public
|
|
692
692
|
*/
|
|
693
693
|
LastModifiedTime?: number;
|
|
694
694
|
/**
|
|
695
|
-
* @public
|
|
696
695
|
* <p>The billing group status. Only one of the valid values can be used.</p>
|
|
696
|
+
* @public
|
|
697
697
|
*/
|
|
698
698
|
Status?: BillingGroupStatus;
|
|
699
699
|
/**
|
|
700
|
-
* @public
|
|
701
700
|
* <p>The reason why the billing group is in its current status.</p>
|
|
701
|
+
* @public
|
|
702
702
|
*/
|
|
703
703
|
StatusReason?: string;
|
|
704
704
|
/**
|
|
705
|
-
* @public
|
|
706
705
|
* <p>Specifies if the billing group has automatic account
|
|
707
706
|
* association (<code>AutoAssociate</code>) enabled.</p>
|
|
707
|
+
* @public
|
|
708
708
|
*/
|
|
709
709
|
AccountGrouping?: ListBillingGroupAccountGrouping;
|
|
710
710
|
}
|
|
@@ -713,28 +713,28 @@ export interface BillingGroupListElement {
|
|
|
713
713
|
*/
|
|
714
714
|
export interface ListBillingGroupsOutput {
|
|
715
715
|
/**
|
|
716
|
-
* @public
|
|
717
716
|
* <p>A list of <code>BillingGroupListElement</code> retrieved.
|
|
718
717
|
* </p>
|
|
718
|
+
* @public
|
|
719
719
|
*/
|
|
720
720
|
BillingGroups?: BillingGroupListElement[];
|
|
721
721
|
/**
|
|
722
|
-
* @public
|
|
723
722
|
* <p>The pagination token that's used on subsequent calls to get billing groups.
|
|
724
723
|
* </p>
|
|
724
|
+
* @public
|
|
725
725
|
*/
|
|
726
726
|
NextToken?: string;
|
|
727
727
|
}
|
|
728
728
|
/**
|
|
729
|
-
* @public
|
|
730
729
|
* <p>Specifies if the billing group has the following
|
|
731
730
|
* features enabled.</p>
|
|
731
|
+
* @public
|
|
732
732
|
*/
|
|
733
733
|
export interface UpdateBillingGroupAccountGrouping {
|
|
734
734
|
/**
|
|
735
|
-
* @public
|
|
736
735
|
* <p>Specifies if this billing group will automatically associate newly added
|
|
737
736
|
* Amazon Web Services accounts that join your consolidated billing family.</p>
|
|
737
|
+
* @public
|
|
738
738
|
*/
|
|
739
739
|
AutoAssociate?: boolean;
|
|
740
740
|
}
|
|
@@ -743,39 +743,39 @@ export interface UpdateBillingGroupAccountGrouping {
|
|
|
743
743
|
*/
|
|
744
744
|
export interface UpdateBillingGroupInput {
|
|
745
745
|
/**
|
|
746
|
-
* @public
|
|
747
746
|
* <p>The Amazon Resource Name (ARN) of the billing group being updated. </p>
|
|
747
|
+
* @public
|
|
748
748
|
*/
|
|
749
749
|
Arn: string | undefined;
|
|
750
750
|
/**
|
|
751
|
-
* @public
|
|
752
751
|
* <p>The name of the billing group. The names must be unique to each billing group.
|
|
753
752
|
* </p>
|
|
753
|
+
* @public
|
|
754
754
|
*/
|
|
755
755
|
Name?: string;
|
|
756
756
|
/**
|
|
757
|
-
* @public
|
|
758
757
|
* <p>The status of the billing group. Only one of the valid values can be used.
|
|
759
758
|
* </p>
|
|
759
|
+
* @public
|
|
760
760
|
*/
|
|
761
761
|
Status?: BillingGroupStatus;
|
|
762
762
|
/**
|
|
763
|
-
* @public
|
|
764
763
|
* <p>
|
|
765
764
|
* The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
|
|
766
765
|
* </p>
|
|
766
|
+
* @public
|
|
767
767
|
*/
|
|
768
768
|
ComputationPreference?: ComputationPreference;
|
|
769
769
|
/**
|
|
770
|
-
* @public
|
|
771
770
|
* <p>A description of the billing group.
|
|
772
771
|
* </p>
|
|
772
|
+
* @public
|
|
773
773
|
*/
|
|
774
774
|
Description?: string;
|
|
775
775
|
/**
|
|
776
|
-
* @public
|
|
777
776
|
* <p>Specifies if the billing group has automatic account
|
|
778
777
|
* association (<code>AutoAssociate</code>) enabled.</p>
|
|
778
|
+
* @public
|
|
779
779
|
*/
|
|
780
780
|
AccountGrouping?: UpdateBillingGroupAccountGrouping;
|
|
781
781
|
}
|
|
@@ -784,85 +784,85 @@ export interface UpdateBillingGroupInput {
|
|
|
784
784
|
*/
|
|
785
785
|
export interface UpdateBillingGroupOutput {
|
|
786
786
|
/**
|
|
787
|
-
* @public
|
|
788
787
|
* <p>The Amazon Resource Name (ARN) of the billing group that was updated. </p>
|
|
788
|
+
* @public
|
|
789
789
|
*/
|
|
790
790
|
Arn?: string;
|
|
791
791
|
/**
|
|
792
|
-
* @public
|
|
793
792
|
* <p>
|
|
794
793
|
* The name of the billing group. The names must be unique to each billing group.
|
|
795
794
|
* </p>
|
|
795
|
+
* @public
|
|
796
796
|
*/
|
|
797
797
|
Name?: string;
|
|
798
798
|
/**
|
|
799
|
-
* @public
|
|
800
799
|
* <p>
|
|
801
800
|
* A description of the billing group.
|
|
802
801
|
* </p>
|
|
802
|
+
* @public
|
|
803
803
|
*/
|
|
804
804
|
Description?: string;
|
|
805
805
|
/**
|
|
806
|
-
* @public
|
|
807
806
|
* <p>
|
|
808
807
|
* The account ID that serves as the main account in a billing group.
|
|
809
808
|
* </p>
|
|
809
|
+
* @public
|
|
810
810
|
*/
|
|
811
811
|
PrimaryAccountId?: string;
|
|
812
812
|
/**
|
|
813
|
-
* @public
|
|
814
813
|
* <p>
|
|
815
814
|
* The Amazon Resource Name (ARN) of the pricing plan to compute Amazon Web Services charges for the
|
|
816
815
|
* billing group.
|
|
817
816
|
* </p>
|
|
817
|
+
* @public
|
|
818
818
|
*/
|
|
819
819
|
PricingPlanArn?: string;
|
|
820
820
|
/**
|
|
821
|
-
* @public
|
|
822
821
|
* <p>
|
|
823
822
|
* The number of accounts in the particular billing group.
|
|
824
823
|
* </p>
|
|
824
|
+
* @public
|
|
825
825
|
*/
|
|
826
826
|
Size?: number;
|
|
827
827
|
/**
|
|
828
|
-
* @public
|
|
829
828
|
* <p> The most recent time when the billing group was modified. </p>
|
|
829
|
+
* @public
|
|
830
830
|
*/
|
|
831
831
|
LastModifiedTime?: number;
|
|
832
832
|
/**
|
|
833
|
-
* @public
|
|
834
833
|
* <p>
|
|
835
834
|
* The status of the billing group. Only one of the valid values can be used.
|
|
836
835
|
* </p>
|
|
836
|
+
* @public
|
|
837
837
|
*/
|
|
838
838
|
Status?: BillingGroupStatus;
|
|
839
839
|
/**
|
|
840
|
-
* @public
|
|
841
840
|
* <p>
|
|
842
841
|
* The reason why the billing group is in its current status.
|
|
843
842
|
* </p>
|
|
843
|
+
* @public
|
|
844
844
|
*/
|
|
845
845
|
StatusReason?: string;
|
|
846
846
|
/**
|
|
847
|
-
* @public
|
|
848
847
|
* <p>Specifies if the billing group has automatic account
|
|
849
848
|
* association (<code>AutoAssociate</code>) enabled.</p>
|
|
849
|
+
* @public
|
|
850
850
|
*/
|
|
851
851
|
AccountGrouping?: UpdateBillingGroupAccountGrouping;
|
|
852
852
|
}
|
|
853
853
|
/**
|
|
854
|
-
* @public
|
|
855
854
|
* <p>The billing period range in which the custom line item request will be applied.</p>
|
|
855
|
+
* @public
|
|
856
856
|
*/
|
|
857
857
|
export interface CustomLineItemBillingPeriodRange {
|
|
858
858
|
/**
|
|
859
|
-
* @public
|
|
860
859
|
* <p>The inclusive start billing period that defines a billing period range where a custom line is applied.</p>
|
|
860
|
+
* @public
|
|
861
861
|
*/
|
|
862
862
|
InclusiveStartBillingPeriod: string | undefined;
|
|
863
863
|
/**
|
|
864
|
-
* @public
|
|
865
864
|
* <p>The inclusive end billing period that defines a billing period range where a custom line is applied.</p>
|
|
865
|
+
* @public
|
|
866
866
|
*/
|
|
867
867
|
ExclusiveEndBillingPeriod?: string;
|
|
868
868
|
}
|
|
@@ -871,22 +871,22 @@ export interface CustomLineItemBillingPeriodRange {
|
|
|
871
871
|
*/
|
|
872
872
|
export interface BatchAssociateResourcesToCustomLineItemInput {
|
|
873
873
|
/**
|
|
874
|
-
* @public
|
|
875
874
|
* <p>
|
|
876
875
|
* A percentage custom line item ARN to associate the resources to.
|
|
877
876
|
* </p>
|
|
877
|
+
* @public
|
|
878
878
|
*/
|
|
879
879
|
TargetArn: string | undefined;
|
|
880
880
|
/**
|
|
881
|
-
* @public
|
|
882
881
|
* <p>
|
|
883
882
|
* A list containing the ARNs of the resources to be associated.
|
|
884
883
|
* </p>
|
|
884
|
+
* @public
|
|
885
885
|
*/
|
|
886
886
|
ResourceArns: string[] | undefined;
|
|
887
887
|
/**
|
|
888
|
-
* @public
|
|
889
888
|
* <p>The billing period range in which the custom line item request will be applied.</p>
|
|
889
|
+
* @public
|
|
890
890
|
*/
|
|
891
891
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
892
892
|
}
|
|
@@ -895,17 +895,17 @@ export interface BatchAssociateResourcesToCustomLineItemInput {
|
|
|
895
895
|
*/
|
|
896
896
|
export interface BatchAssociateResourcesToCustomLineItemOutput {
|
|
897
897
|
/**
|
|
898
|
-
* @public
|
|
899
898
|
* <p>
|
|
900
899
|
* A list of <code>AssociateResourceResponseElement</code> for each resource that's been associated to a percentage custom line item successfully.
|
|
901
900
|
* </p>
|
|
901
|
+
* @public
|
|
902
902
|
*/
|
|
903
903
|
SuccessfullyAssociatedResources?: AssociateResourceResponseElement[];
|
|
904
904
|
/**
|
|
905
|
-
* @public
|
|
906
905
|
* <p>
|
|
907
906
|
* A list of <code>AssociateResourceResponseElement</code> for each resource that failed association to a percentage custom line item.
|
|
908
907
|
* </p>
|
|
908
|
+
* @public
|
|
909
909
|
*/
|
|
910
910
|
FailedAssociatedResources?: AssociateResourceResponseElement[];
|
|
911
911
|
}
|
|
@@ -914,39 +914,39 @@ export interface BatchAssociateResourcesToCustomLineItemOutput {
|
|
|
914
914
|
*/
|
|
915
915
|
export interface BatchDisassociateResourcesFromCustomLineItemInput {
|
|
916
916
|
/**
|
|
917
|
-
* @public
|
|
918
917
|
* <p>
|
|
919
918
|
* A percentage custom line item ARN to disassociate the resources from.
|
|
920
919
|
* </p>
|
|
920
|
+
* @public
|
|
921
921
|
*/
|
|
922
922
|
TargetArn: string | undefined;
|
|
923
923
|
/**
|
|
924
|
-
* @public
|
|
925
924
|
* <p>
|
|
926
925
|
* A list containing the ARNs of resources to be disassociated.
|
|
927
926
|
* </p>
|
|
927
|
+
* @public
|
|
928
928
|
*/
|
|
929
929
|
ResourceArns: string[] | undefined;
|
|
930
930
|
/**
|
|
931
|
-
* @public
|
|
932
931
|
* <p>The billing period range in which the custom line item request will be applied.</p>
|
|
932
|
+
* @public
|
|
933
933
|
*/
|
|
934
934
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
935
935
|
}
|
|
936
936
|
/**
|
|
937
|
-
* @public
|
|
938
937
|
* <p>A resource disassociation result for a percentage custom line item.</p>
|
|
938
|
+
* @public
|
|
939
939
|
*/
|
|
940
940
|
export interface DisassociateResourceResponseElement {
|
|
941
941
|
/**
|
|
942
|
-
* @public
|
|
943
942
|
* <p>The resource ARN that was disassociated from the custom line item.
|
|
944
943
|
* </p>
|
|
944
|
+
* @public
|
|
945
945
|
*/
|
|
946
946
|
Arn?: string;
|
|
947
947
|
/**
|
|
948
|
-
* @public
|
|
949
948
|
* <p> An <code>AssociateResourceError</code> that's shown if the resource disassociation fails. </p>
|
|
949
|
+
* @public
|
|
950
950
|
*/
|
|
951
951
|
Error?: AssociateResourceError;
|
|
952
952
|
}
|
|
@@ -955,28 +955,28 @@ export interface DisassociateResourceResponseElement {
|
|
|
955
955
|
*/
|
|
956
956
|
export interface BatchDisassociateResourcesFromCustomLineItemOutput {
|
|
957
957
|
/**
|
|
958
|
-
* @public
|
|
959
958
|
* <p>
|
|
960
959
|
* A list of <code>DisassociateResourceResponseElement</code> for each resource that's been disassociated from a percentage custom line item successfully.
|
|
961
960
|
* </p>
|
|
961
|
+
* @public
|
|
962
962
|
*/
|
|
963
963
|
SuccessfullyDisassociatedResources?: DisassociateResourceResponseElement[];
|
|
964
964
|
/**
|
|
965
|
-
* @public
|
|
966
965
|
* <p>
|
|
967
966
|
* A list of <code>DisassociateResourceResponseElement</code> for each resource that failed disassociation from a percentage custom line item.
|
|
968
967
|
* </p>
|
|
968
|
+
* @public
|
|
969
969
|
*/
|
|
970
970
|
FailedDisassociatedResources?: DisassociateResourceResponseElement[];
|
|
971
971
|
}
|
|
972
972
|
/**
|
|
973
|
-
* @public
|
|
974
973
|
* <p>A representation of the charge details that are associated with a flat custom line item.</p>
|
|
974
|
+
* @public
|
|
975
975
|
*/
|
|
976
976
|
export interface CustomLineItemFlatChargeDetails {
|
|
977
977
|
/**
|
|
978
|
-
* @public
|
|
979
978
|
* <p>The custom line item's fixed charge value in USD.</p>
|
|
979
|
+
* @public
|
|
980
980
|
*/
|
|
981
981
|
ChargeValue: number | undefined;
|
|
982
982
|
}
|
|
@@ -1014,43 +1014,43 @@ export declare const LineItemFilterValue: {
|
|
|
1014
1014
|
*/
|
|
1015
1015
|
export type LineItemFilterValue = (typeof LineItemFilterValue)[keyof typeof LineItemFilterValue];
|
|
1016
1016
|
/**
|
|
1017
|
-
* @public
|
|
1018
1017
|
* <p>A representation of the line item filter for your custom line item. You can use line item filters to include or exclude specific resource values from the billing group's total cost.
|
|
1019
1018
|
* For example, if you create a custom line item and you want to filter out a value, such as
|
|
1020
1019
|
* Savings Plan discounts, you can update <code>LineItemFilter</code> to exclude it.</p>
|
|
1020
|
+
* @public
|
|
1021
1021
|
*/
|
|
1022
1022
|
export interface LineItemFilter {
|
|
1023
1023
|
/**
|
|
1024
|
-
* @public
|
|
1025
1024
|
* <p>The attribute of the line item filter. This specifies what attribute that you can filter
|
|
1026
1025
|
* on.</p>
|
|
1026
|
+
* @public
|
|
1027
1027
|
*/
|
|
1028
1028
|
Attribute: LineItemFilterAttributeName | undefined;
|
|
1029
1029
|
/**
|
|
1030
|
-
* @public
|
|
1031
1030
|
* <p>The match criteria of the line item filter. This parameter specifies whether not to include the resource value from the billing group total cost.</p>
|
|
1031
|
+
* @public
|
|
1032
1032
|
*/
|
|
1033
1033
|
MatchOption: MatchOption | undefined;
|
|
1034
1034
|
/**
|
|
1035
|
-
* @public
|
|
1036
1035
|
* <p>The values of the line item filter. This specifies the values to filter on. Currently, you can only exclude Savings Plan discounts.</p>
|
|
1036
|
+
* @public
|
|
1037
1037
|
*/
|
|
1038
1038
|
Values: LineItemFilterValue[] | undefined;
|
|
1039
1039
|
}
|
|
1040
1040
|
/**
|
|
1041
|
-
* @public
|
|
1042
1041
|
* <p>A representation of the charge details that are associated with a percentage custom line item.</p>
|
|
1042
|
+
* @public
|
|
1043
1043
|
*/
|
|
1044
1044
|
export interface CustomLineItemPercentageChargeDetails {
|
|
1045
1045
|
/**
|
|
1046
|
-
* @public
|
|
1047
1046
|
* <p>The custom line item's percentage value. This will be multiplied against the combined
|
|
1048
1047
|
* value of its associated resources to determine its charge value. </p>
|
|
1048
|
+
* @public
|
|
1049
1049
|
*/
|
|
1050
1050
|
PercentageValue: number | undefined;
|
|
1051
1051
|
/**
|
|
1052
|
-
* @public
|
|
1053
1052
|
* <p>A list of resource ARNs to associate to the percentage custom line item.</p>
|
|
1053
|
+
* @public
|
|
1054
1054
|
*/
|
|
1055
1055
|
AssociatedValues?: string[];
|
|
1056
1056
|
}
|
|
@@ -1067,29 +1067,29 @@ export declare const CustomLineItemType: {
|
|
|
1067
1067
|
*/
|
|
1068
1068
|
export type CustomLineItemType = (typeof CustomLineItemType)[keyof typeof CustomLineItemType];
|
|
1069
1069
|
/**
|
|
1070
|
-
* @public
|
|
1071
1070
|
* <p>The charge details of a custom line item. It should contain only one of <code>Flat</code> or <code>Percentage</code>.</p>
|
|
1071
|
+
* @public
|
|
1072
1072
|
*/
|
|
1073
1073
|
export interface CustomLineItemChargeDetails {
|
|
1074
1074
|
/**
|
|
1075
|
-
* @public
|
|
1076
1075
|
* <p>A <code>CustomLineItemFlatChargeDetails</code> that describes the charge details of a flat
|
|
1077
1076
|
* custom line item.</p>
|
|
1077
|
+
* @public
|
|
1078
1078
|
*/
|
|
1079
1079
|
Flat?: CustomLineItemFlatChargeDetails;
|
|
1080
1080
|
/**
|
|
1081
|
-
* @public
|
|
1082
1081
|
* <p>A <code>CustomLineItemPercentageChargeDetails</code> that describes the charge details of a percentage custom line item.</p>
|
|
1082
|
+
* @public
|
|
1083
1083
|
*/
|
|
1084
1084
|
Percentage?: CustomLineItemPercentageChargeDetails;
|
|
1085
1085
|
/**
|
|
1086
|
-
* @public
|
|
1087
1086
|
* <p>The type of the custom line item that indicates whether the charge is a fee or credit.</p>
|
|
1087
|
+
* @public
|
|
1088
1088
|
*/
|
|
1089
1089
|
Type: CustomLineItemType | undefined;
|
|
1090
1090
|
/**
|
|
1091
|
-
* @public
|
|
1092
1091
|
* <p>A representation of the line item filter.</p>
|
|
1092
|
+
* @public
|
|
1093
1093
|
*/
|
|
1094
1094
|
LineItemFilters?: LineItemFilter[];
|
|
1095
1095
|
}
|
|
@@ -1098,52 +1098,52 @@ export interface CustomLineItemChargeDetails {
|
|
|
1098
1098
|
*/
|
|
1099
1099
|
export interface CreateCustomLineItemInput {
|
|
1100
1100
|
/**
|
|
1101
|
-
* @public
|
|
1102
1101
|
* <p>
|
|
1103
1102
|
* The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
|
|
1104
1103
|
* </p>
|
|
1104
|
+
* @public
|
|
1105
1105
|
*/
|
|
1106
1106
|
ClientToken?: string;
|
|
1107
1107
|
/**
|
|
1108
|
-
* @public
|
|
1109
1108
|
* <p>
|
|
1110
1109
|
* The name of the custom line item.
|
|
1111
1110
|
* </p>
|
|
1111
|
+
* @public
|
|
1112
1112
|
*/
|
|
1113
1113
|
Name: string | undefined;
|
|
1114
1114
|
/**
|
|
1115
|
-
* @public
|
|
1116
1115
|
* <p>
|
|
1117
1116
|
* The description of the custom line item. This is shown on the Bills page in association with the charge value.
|
|
1118
1117
|
* </p>
|
|
1118
|
+
* @public
|
|
1119
1119
|
*/
|
|
1120
1120
|
Description: string | undefined;
|
|
1121
1121
|
/**
|
|
1122
|
-
* @public
|
|
1123
1122
|
* <p> The Amazon Resource Name (ARN) that references the billing group where the custom line
|
|
1124
1123
|
* item applies to. </p>
|
|
1124
|
+
* @public
|
|
1125
1125
|
*/
|
|
1126
1126
|
BillingGroupArn: string | undefined;
|
|
1127
1127
|
/**
|
|
1128
|
-
* @public
|
|
1129
1128
|
* <p> A time range for which the custom line item is effective. </p>
|
|
1129
|
+
* @public
|
|
1130
1130
|
*/
|
|
1131
1131
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
1132
1132
|
/**
|
|
1133
|
-
* @public
|
|
1134
1133
|
* <p> A map that contains tag keys and tag values that are attached to a custom line item. </p>
|
|
1134
|
+
* @public
|
|
1135
1135
|
*/
|
|
1136
1136
|
Tags?: Record<string, string>;
|
|
1137
1137
|
/**
|
|
1138
|
-
* @public
|
|
1139
1138
|
* <p>
|
|
1140
1139
|
* A <code>CustomLineItemChargeDetails</code> that describes the charge details for a custom line item.
|
|
1141
1140
|
* </p>
|
|
1141
|
+
* @public
|
|
1142
1142
|
*/
|
|
1143
1143
|
ChargeDetails: CustomLineItemChargeDetails | undefined;
|
|
1144
1144
|
/**
|
|
1145
|
-
* @public
|
|
1146
1145
|
* <p>The Amazon Web Services account in which this custom line item will be applied to.</p>
|
|
1146
|
+
* @public
|
|
1147
1147
|
*/
|
|
1148
1148
|
AccountId?: string;
|
|
1149
1149
|
}
|
|
@@ -1152,8 +1152,8 @@ export interface CreateCustomLineItemInput {
|
|
|
1152
1152
|
*/
|
|
1153
1153
|
export interface CreateCustomLineItemOutput {
|
|
1154
1154
|
/**
|
|
1155
|
-
* @public
|
|
1156
1155
|
* <p> The Amazon Resource Name (ARN) of the created custom line item. </p>
|
|
1156
|
+
* @public
|
|
1157
1157
|
*/
|
|
1158
1158
|
Arn?: string;
|
|
1159
1159
|
}
|
|
@@ -1162,15 +1162,15 @@ export interface CreateCustomLineItemOutput {
|
|
|
1162
1162
|
*/
|
|
1163
1163
|
export interface DeleteCustomLineItemInput {
|
|
1164
1164
|
/**
|
|
1165
|
-
* @public
|
|
1166
1165
|
* <p>
|
|
1167
1166
|
* The ARN of the custom line item to be deleted.
|
|
1168
1167
|
* </p>
|
|
1168
|
+
* @public
|
|
1169
1169
|
*/
|
|
1170
1170
|
Arn: string | undefined;
|
|
1171
1171
|
/**
|
|
1172
|
-
* @public
|
|
1173
1172
|
* <p>The billing period range in which the custom line item request will be applied.</p>
|
|
1173
|
+
* @public
|
|
1174
1174
|
*/
|
|
1175
1175
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
1176
1176
|
}
|
|
@@ -1179,34 +1179,34 @@ export interface DeleteCustomLineItemInput {
|
|
|
1179
1179
|
*/
|
|
1180
1180
|
export interface DeleteCustomLineItemOutput {
|
|
1181
1181
|
/**
|
|
1182
|
-
* @public
|
|
1183
1182
|
* <p>The ARN of the deleted custom line item. </p>
|
|
1183
|
+
* @public
|
|
1184
1184
|
*/
|
|
1185
1185
|
Arn?: string;
|
|
1186
1186
|
}
|
|
1187
1187
|
/**
|
|
1188
|
-
* @public
|
|
1189
1188
|
* <p>A filter that specifies the custom line items and billing groups to retrieve FFLI information.</p>
|
|
1189
|
+
* @public
|
|
1190
1190
|
*/
|
|
1191
1191
|
export interface ListCustomLineItemsFilter {
|
|
1192
1192
|
/**
|
|
1193
|
-
* @public
|
|
1194
1193
|
* <p>A list of custom line items to retrieve information.</p>
|
|
1194
|
+
* @public
|
|
1195
1195
|
*/
|
|
1196
1196
|
Names?: string[];
|
|
1197
1197
|
/**
|
|
1198
|
-
* @public
|
|
1199
1198
|
* <p>The billing group Amazon Resource Names (ARNs) to retrieve information.</p>
|
|
1199
|
+
* @public
|
|
1200
1200
|
*/
|
|
1201
1201
|
BillingGroups?: string[];
|
|
1202
1202
|
/**
|
|
1203
|
-
* @public
|
|
1204
1203
|
* <p>A list of custom line item ARNs to retrieve information.</p>
|
|
1204
|
+
* @public
|
|
1205
1205
|
*/
|
|
1206
1206
|
Arns?: string[];
|
|
1207
1207
|
/**
|
|
1208
|
-
* @public
|
|
1209
1208
|
* <p>The Amazon Web Services accounts in which this custom line item will be applied to.</p>
|
|
1209
|
+
* @public
|
|
1210
1210
|
*/
|
|
1211
1211
|
AccountIds?: string[];
|
|
1212
1212
|
}
|
|
@@ -1215,94 +1215,94 @@ export interface ListCustomLineItemsFilter {
|
|
|
1215
1215
|
*/
|
|
1216
1216
|
export interface ListCustomLineItemsInput {
|
|
1217
1217
|
/**
|
|
1218
|
-
* @public
|
|
1219
1218
|
* <p>
|
|
1220
1219
|
* The preferred billing period to get custom line items (FFLIs).
|
|
1221
1220
|
* </p>
|
|
1221
|
+
* @public
|
|
1222
1222
|
*/
|
|
1223
1223
|
BillingPeriod?: string;
|
|
1224
1224
|
/**
|
|
1225
|
-
* @public
|
|
1226
1225
|
* <p>
|
|
1227
1226
|
* The maximum number of billing groups to retrieve.
|
|
1228
1227
|
* </p>
|
|
1228
|
+
* @public
|
|
1229
1229
|
*/
|
|
1230
1230
|
MaxResults?: number;
|
|
1231
1231
|
/**
|
|
1232
|
-
* @public
|
|
1233
1232
|
* <p>
|
|
1234
1233
|
* The pagination token that's used on subsequent calls to get custom line items (FFLIs).
|
|
1235
1234
|
* </p>
|
|
1235
|
+
* @public
|
|
1236
1236
|
*/
|
|
1237
1237
|
NextToken?: string;
|
|
1238
1238
|
/**
|
|
1239
|
-
* @public
|
|
1240
1239
|
* <p>A <code>ListCustomLineItemsFilter</code> that specifies the custom line item names
|
|
1241
1240
|
* and/or billing group Amazon Resource Names (ARNs) to retrieve FFLI information.</p>
|
|
1241
|
+
* @public
|
|
1242
1242
|
*/
|
|
1243
1243
|
Filters?: ListCustomLineItemsFilter;
|
|
1244
1244
|
}
|
|
1245
1245
|
/**
|
|
1246
|
-
* @public
|
|
1247
1246
|
* <p>
|
|
1248
1247
|
* A representation of the charge details that are associated with a flat custom line item.
|
|
1249
1248
|
* </p>
|
|
1249
|
+
* @public
|
|
1250
1250
|
*/
|
|
1251
1251
|
export interface ListCustomLineItemFlatChargeDetails {
|
|
1252
1252
|
/**
|
|
1253
|
-
* @public
|
|
1254
1253
|
* <p>
|
|
1255
1254
|
* The custom line item's fixed charge value in USD.
|
|
1256
1255
|
* </p>
|
|
1256
|
+
* @public
|
|
1257
1257
|
*/
|
|
1258
1258
|
ChargeValue: number | undefined;
|
|
1259
1259
|
}
|
|
1260
1260
|
/**
|
|
1261
|
-
* @public
|
|
1262
1261
|
* <p>
|
|
1263
1262
|
* A representation of the charge details that are associated with a percentage custom line item.
|
|
1264
1263
|
* </p>
|
|
1264
|
+
* @public
|
|
1265
1265
|
*/
|
|
1266
1266
|
export interface ListCustomLineItemPercentageChargeDetails {
|
|
1267
1267
|
/**
|
|
1268
|
-
* @public
|
|
1269
1268
|
* <p>
|
|
1270
1269
|
* The custom line item's percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.
|
|
1271
1270
|
* </p>
|
|
1271
|
+
* @public
|
|
1272
1272
|
*/
|
|
1273
1273
|
PercentageValue: number | undefined;
|
|
1274
1274
|
}
|
|
1275
1275
|
/**
|
|
1276
|
-
* @public
|
|
1277
1276
|
* <p>
|
|
1278
1277
|
* A representation of the charge details of a custom line item.
|
|
1279
1278
|
* </p>
|
|
1279
|
+
* @public
|
|
1280
1280
|
*/
|
|
1281
1281
|
export interface ListCustomLineItemChargeDetails {
|
|
1282
1282
|
/**
|
|
1283
|
-
* @public
|
|
1284
1283
|
* <p>
|
|
1285
1284
|
* A <code>ListCustomLineItemFlatChargeDetails</code> that describes the charge details of a flat custom line item.
|
|
1286
1285
|
* </p>
|
|
1286
|
+
* @public
|
|
1287
1287
|
*/
|
|
1288
1288
|
Flat?: ListCustomLineItemFlatChargeDetails;
|
|
1289
1289
|
/**
|
|
1290
|
-
* @public
|
|
1291
1290
|
* <p>
|
|
1292
1291
|
* A <code>ListCustomLineItemPercentageChargeDetails</code> that describes the charge details of a percentage custom line item.
|
|
1293
1292
|
* </p>
|
|
1293
|
+
* @public
|
|
1294
1294
|
*/
|
|
1295
1295
|
Percentage?: ListCustomLineItemPercentageChargeDetails;
|
|
1296
1296
|
/**
|
|
1297
|
-
* @public
|
|
1298
1297
|
* <p>
|
|
1299
1298
|
* The type of the custom line item that indicates whether the charge is a <code>fee</code> or <code>credit</code>.
|
|
1300
1299
|
* </p>
|
|
1300
|
+
* @public
|
|
1301
1301
|
*/
|
|
1302
1302
|
Type: CustomLineItemType | undefined;
|
|
1303
1303
|
/**
|
|
1304
|
-
* @public
|
|
1305
1304
|
* <p>A representation of the line item filter.</p>
|
|
1305
|
+
* @public
|
|
1306
1306
|
*/
|
|
1307
1307
|
LineItemFilters?: LineItemFilter[];
|
|
1308
1308
|
}
|
|
@@ -1319,63 +1319,63 @@ export declare const CurrencyCode: {
|
|
|
1319
1319
|
*/
|
|
1320
1320
|
export type CurrencyCode = (typeof CurrencyCode)[keyof typeof CurrencyCode];
|
|
1321
1321
|
/**
|
|
1322
|
-
* @public
|
|
1323
1322
|
* <p>A representation of a custom line item.</p>
|
|
1323
|
+
* @public
|
|
1324
1324
|
*/
|
|
1325
1325
|
export interface CustomLineItemListElement {
|
|
1326
1326
|
/**
|
|
1327
|
-
* @public
|
|
1328
1327
|
* <p>The Amazon Resource Names (ARNs) for custom line items.</p>
|
|
1328
|
+
* @public
|
|
1329
1329
|
*/
|
|
1330
1330
|
Arn?: string;
|
|
1331
1331
|
/**
|
|
1332
|
-
* @public
|
|
1333
1332
|
* <p>The custom line item's name.</p>
|
|
1333
|
+
* @public
|
|
1334
1334
|
*/
|
|
1335
1335
|
Name?: string;
|
|
1336
1336
|
/**
|
|
1337
|
-
* @public
|
|
1338
1337
|
* <p>A <code>ListCustomLineItemChargeDetails</code> that describes the charge details of a custom line item.</p>
|
|
1338
|
+
* @public
|
|
1339
1339
|
*/
|
|
1340
1340
|
ChargeDetails?: ListCustomLineItemChargeDetails;
|
|
1341
1341
|
/**
|
|
1342
|
-
* @public
|
|
1343
1342
|
* <p>The custom line item's charge value currency. Only one of the valid values can be used.</p>
|
|
1343
|
+
* @public
|
|
1344
1344
|
*/
|
|
1345
1345
|
CurrencyCode?: CurrencyCode;
|
|
1346
1346
|
/**
|
|
1347
|
-
* @public
|
|
1348
1347
|
* <p>The custom line item's description. This is shown on the Bills page in association with the charge value.</p>
|
|
1348
|
+
* @public
|
|
1349
1349
|
*/
|
|
1350
1350
|
Description?: string;
|
|
1351
1351
|
/**
|
|
1352
|
-
* @public
|
|
1353
1352
|
* <p>The product code that's associated with the custom line item.</p>
|
|
1353
|
+
* @public
|
|
1354
1354
|
*/
|
|
1355
1355
|
ProductCode?: string;
|
|
1356
1356
|
/**
|
|
1357
|
-
* @public
|
|
1358
1357
|
* <p>The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.</p>
|
|
1358
|
+
* @public
|
|
1359
1359
|
*/
|
|
1360
1360
|
BillingGroupArn?: string;
|
|
1361
1361
|
/**
|
|
1362
|
-
* @public
|
|
1363
1362
|
* <p>The time created.</p>
|
|
1363
|
+
* @public
|
|
1364
1364
|
*/
|
|
1365
1365
|
CreationTime?: number;
|
|
1366
1366
|
/**
|
|
1367
|
-
* @public
|
|
1368
1367
|
* <p>The most recent time when the custom line item was modified.</p>
|
|
1368
|
+
* @public
|
|
1369
1369
|
*/
|
|
1370
1370
|
LastModifiedTime?: number;
|
|
1371
1371
|
/**
|
|
1372
|
-
* @public
|
|
1373
1372
|
* <p>The number of resources that are associated to the custom line item.</p>
|
|
1373
|
+
* @public
|
|
1374
1374
|
*/
|
|
1375
1375
|
AssociationSize?: number;
|
|
1376
1376
|
/**
|
|
1377
|
-
* @public
|
|
1378
1377
|
* <p>The Amazon Web Services account in which this custom line item will be applied to.</p>
|
|
1378
|
+
* @public
|
|
1379
1379
|
*/
|
|
1380
1380
|
AccountId?: string;
|
|
1381
1381
|
}
|
|
@@ -1384,44 +1384,44 @@ export interface CustomLineItemListElement {
|
|
|
1384
1384
|
*/
|
|
1385
1385
|
export interface ListCustomLineItemsOutput {
|
|
1386
1386
|
/**
|
|
1387
|
-
* @public
|
|
1388
1387
|
* <p>
|
|
1389
1388
|
* A list of <code>FreeFormLineItemListElements</code> received.
|
|
1390
1389
|
* </p>
|
|
1390
|
+
* @public
|
|
1391
1391
|
*/
|
|
1392
1392
|
CustomLineItems?: CustomLineItemListElement[];
|
|
1393
1393
|
/**
|
|
1394
|
-
* @public
|
|
1395
1394
|
* <p>
|
|
1396
1395
|
* The pagination token that's used on subsequent calls to get custom line items (FFLIs).
|
|
1397
1396
|
* </p>
|
|
1397
|
+
* @public
|
|
1398
1398
|
*/
|
|
1399
1399
|
NextToken?: string;
|
|
1400
1400
|
}
|
|
1401
1401
|
/**
|
|
1402
|
-
* @public
|
|
1403
1402
|
* <p>A billing period filter that specifies the custom line item versions to retrieve.</p>
|
|
1403
|
+
* @public
|
|
1404
1404
|
*/
|
|
1405
1405
|
export interface ListCustomLineItemVersionsBillingPeriodRangeFilter {
|
|
1406
1406
|
/**
|
|
1407
|
-
* @public
|
|
1408
1407
|
* <p>The inclusive start billing period that defines a billing period range where a custom line item version is applied.</p>
|
|
1408
|
+
* @public
|
|
1409
1409
|
*/
|
|
1410
1410
|
StartBillingPeriod?: string;
|
|
1411
1411
|
/**
|
|
1412
|
-
* @public
|
|
1413
1412
|
* <p>The exclusive end billing period that defines a billing period range where a custom line item version is applied.</p>
|
|
1413
|
+
* @public
|
|
1414
1414
|
*/
|
|
1415
1415
|
EndBillingPeriod?: string;
|
|
1416
1416
|
}
|
|
1417
1417
|
/**
|
|
1418
|
-
* @public
|
|
1419
1418
|
* <p>A filter that specifies the billing period range where the custom line item versions reside.</p>
|
|
1419
|
+
* @public
|
|
1420
1420
|
*/
|
|
1421
1421
|
export interface ListCustomLineItemVersionsFilter {
|
|
1422
1422
|
/**
|
|
1423
|
-
* @public
|
|
1424
1423
|
* <p>The billing period range in which the custom line item version is applied.</p>
|
|
1424
|
+
* @public
|
|
1425
1425
|
*/
|
|
1426
1426
|
BillingPeriodRange?: ListCustomLineItemVersionsBillingPeriodRangeFilter;
|
|
1427
1427
|
}
|
|
@@ -1430,105 +1430,105 @@ export interface ListCustomLineItemVersionsFilter {
|
|
|
1430
1430
|
*/
|
|
1431
1431
|
export interface ListCustomLineItemVersionsInput {
|
|
1432
1432
|
/**
|
|
1433
|
-
* @public
|
|
1434
1433
|
* <p>The Amazon Resource Name (ARN) for the custom line item.</p>
|
|
1434
|
+
* @public
|
|
1435
1435
|
*/
|
|
1436
1436
|
Arn: string | undefined;
|
|
1437
1437
|
/**
|
|
1438
|
-
* @public
|
|
1439
1438
|
* <p>The maximum number of custom line item versions to retrieve.</p>
|
|
1439
|
+
* @public
|
|
1440
1440
|
*/
|
|
1441
1441
|
MaxResults?: number;
|
|
1442
1442
|
/**
|
|
1443
|
-
* @public
|
|
1444
1443
|
* <p>The pagination token that's used on subsequent calls to retrieve custom line item versions.</p>
|
|
1444
|
+
* @public
|
|
1445
1445
|
*/
|
|
1446
1446
|
NextToken?: string;
|
|
1447
1447
|
/**
|
|
1448
|
-
* @public
|
|
1449
1448
|
* <p>A <code>ListCustomLineItemVersionsFilter</code> that specifies the billing period range in which the custom line item versions are applied.</p>
|
|
1449
|
+
* @public
|
|
1450
1450
|
*/
|
|
1451
1451
|
Filters?: ListCustomLineItemVersionsFilter;
|
|
1452
1452
|
}
|
|
1453
1453
|
/**
|
|
1454
|
-
* @public
|
|
1455
1454
|
* <p>A representation of a custom line item version.</p>
|
|
1455
|
+
* @public
|
|
1456
1456
|
*/
|
|
1457
1457
|
export interface CustomLineItemVersionListElement {
|
|
1458
1458
|
/**
|
|
1459
|
-
* @public
|
|
1460
1459
|
* <p>The name of the custom line item.</p>
|
|
1460
|
+
* @public
|
|
1461
1461
|
*/
|
|
1462
1462
|
Name?: string;
|
|
1463
1463
|
/**
|
|
1464
|
-
* @public
|
|
1465
1464
|
* <p>
|
|
1466
1465
|
* A representation of the charge details of a custom line item.
|
|
1467
1466
|
* </p>
|
|
1467
|
+
* @public
|
|
1468
1468
|
*/
|
|
1469
1469
|
ChargeDetails?: ListCustomLineItemChargeDetails;
|
|
1470
1470
|
/**
|
|
1471
|
-
* @public
|
|
1472
1471
|
* <p>The charge value currency of the custom line item.</p>
|
|
1472
|
+
* @public
|
|
1473
1473
|
*/
|
|
1474
1474
|
CurrencyCode?: CurrencyCode;
|
|
1475
1475
|
/**
|
|
1476
|
-
* @public
|
|
1477
1476
|
* <p>The description of the custom line item.</p>
|
|
1477
|
+
* @public
|
|
1478
1478
|
*/
|
|
1479
1479
|
Description?: string;
|
|
1480
1480
|
/**
|
|
1481
|
-
* @public
|
|
1482
1481
|
* <p>The product code that’s associated with the custom line item.</p>
|
|
1482
|
+
* @public
|
|
1483
1483
|
*/
|
|
1484
1484
|
ProductCode?: string;
|
|
1485
1485
|
/**
|
|
1486
|
-
* @public
|
|
1487
1486
|
* <p>The Amazon Resource Name (ARN) of the billing group that the custom line item applies to.</p>
|
|
1487
|
+
* @public
|
|
1488
1488
|
*/
|
|
1489
1489
|
BillingGroupArn?: string;
|
|
1490
1490
|
/**
|
|
1491
|
-
* @public
|
|
1492
1491
|
* <p>The time when the custom line item version was created.</p>
|
|
1492
|
+
* @public
|
|
1493
1493
|
*/
|
|
1494
1494
|
CreationTime?: number;
|
|
1495
1495
|
/**
|
|
1496
|
-
* @public
|
|
1497
1496
|
* <p>The most recent time that the custom line item version was modified.</p>
|
|
1497
|
+
* @public
|
|
1498
1498
|
*/
|
|
1499
1499
|
LastModifiedTime?: number;
|
|
1500
1500
|
/**
|
|
1501
|
-
* @public
|
|
1502
1501
|
* <p>The number of resources that are associated with the custom line item.</p>
|
|
1502
|
+
* @public
|
|
1503
1503
|
*/
|
|
1504
1504
|
AssociationSize?: number;
|
|
1505
1505
|
/**
|
|
1506
|
-
* @public
|
|
1507
1506
|
* <p>The start billing period of the custom line item version.</p>
|
|
1507
|
+
* @public
|
|
1508
1508
|
*/
|
|
1509
1509
|
StartBillingPeriod?: string;
|
|
1510
1510
|
/**
|
|
1511
|
-
* @public
|
|
1512
1511
|
* <p>The end billing period of the custom line item version.</p>
|
|
1512
|
+
* @public
|
|
1513
1513
|
*/
|
|
1514
1514
|
EndBillingPeriod?: string;
|
|
1515
1515
|
/**
|
|
1516
|
-
* @public
|
|
1517
1516
|
* <p>
|
|
1518
1517
|
* A list of custom line item Amazon Resource Names (ARNs) to retrieve information.
|
|
1519
1518
|
* </p>
|
|
1519
|
+
* @public
|
|
1520
1520
|
*/
|
|
1521
1521
|
Arn?: string;
|
|
1522
1522
|
/**
|
|
1523
|
-
* @public
|
|
1524
1523
|
* <p>
|
|
1525
1524
|
* The inclusive start time.
|
|
1526
1525
|
* </p>
|
|
1526
|
+
* @public
|
|
1527
1527
|
*/
|
|
1528
1528
|
StartTime?: number;
|
|
1529
1529
|
/**
|
|
1530
|
-
* @public
|
|
1531
1530
|
* <p>The Amazon Web Services account in which this custom line item will be applied to.</p>
|
|
1531
|
+
* @public
|
|
1532
1532
|
*/
|
|
1533
1533
|
AccountId?: string;
|
|
1534
1534
|
}
|
|
@@ -1537,13 +1537,13 @@ export interface CustomLineItemVersionListElement {
|
|
|
1537
1537
|
*/
|
|
1538
1538
|
export interface ListCustomLineItemVersionsOutput {
|
|
1539
1539
|
/**
|
|
1540
|
-
* @public
|
|
1541
1540
|
* <p>A list of <code>CustomLineItemVersionListElements</code> that are received.</p>
|
|
1541
|
+
* @public
|
|
1542
1542
|
*/
|
|
1543
1543
|
CustomLineItemVersions?: CustomLineItemVersionListElement[];
|
|
1544
1544
|
/**
|
|
1545
|
-
* @public
|
|
1546
1545
|
* <p>The pagination token that's used on subsequent calls to retrieve custom line item versions.</p>
|
|
1546
|
+
* @public
|
|
1547
1547
|
*/
|
|
1548
1548
|
NextToken?: string;
|
|
1549
1549
|
}
|
|
@@ -1560,17 +1560,17 @@ export declare const CustomLineItemRelationship: {
|
|
|
1560
1560
|
*/
|
|
1561
1561
|
export type CustomLineItemRelationship = (typeof CustomLineItemRelationship)[keyof typeof CustomLineItemRelationship];
|
|
1562
1562
|
/**
|
|
1563
|
-
* @public
|
|
1564
1563
|
* <p>
|
|
1565
1564
|
* A filter that specifies the type of resource associations that should be retrieved for a custom line item.
|
|
1566
1565
|
* </p>
|
|
1566
|
+
* @public
|
|
1567
1567
|
*/
|
|
1568
1568
|
export interface ListResourcesAssociatedToCustomLineItemFilter {
|
|
1569
1569
|
/**
|
|
1570
|
-
* @public
|
|
1571
1570
|
* <p>
|
|
1572
1571
|
* The type of relationship between the custom line item and the associated resource.
|
|
1573
1572
|
* </p>
|
|
1573
|
+
* @public
|
|
1574
1574
|
*/
|
|
1575
1575
|
Relationship?: CustomLineItemRelationship;
|
|
1576
1576
|
}
|
|
@@ -1579,63 +1579,63 @@ export interface ListResourcesAssociatedToCustomLineItemFilter {
|
|
|
1579
1579
|
*/
|
|
1580
1580
|
export interface ListResourcesAssociatedToCustomLineItemInput {
|
|
1581
1581
|
/**
|
|
1582
|
-
* @public
|
|
1583
1582
|
* <p>
|
|
1584
1583
|
* The billing period for which the resource associations will be listed.
|
|
1585
1584
|
* </p>
|
|
1585
|
+
* @public
|
|
1586
1586
|
*/
|
|
1587
1587
|
BillingPeriod?: string;
|
|
1588
1588
|
/**
|
|
1589
|
-
* @public
|
|
1590
1589
|
* <p>
|
|
1591
1590
|
* The ARN of the custom line item for which the resource associations will be listed.
|
|
1592
1591
|
* </p>
|
|
1592
|
+
* @public
|
|
1593
1593
|
*/
|
|
1594
1594
|
Arn: string | undefined;
|
|
1595
1595
|
/**
|
|
1596
|
-
* @public
|
|
1597
1596
|
* <p>
|
|
1598
1597
|
* (Optional) The maximum number of resource associations to be retrieved.
|
|
1599
1598
|
* </p>
|
|
1599
|
+
* @public
|
|
1600
1600
|
*/
|
|
1601
1601
|
MaxResults?: number;
|
|
1602
1602
|
/**
|
|
1603
|
-
* @public
|
|
1604
1603
|
* <p> (Optional) The pagination token that's returned by a previous request. </p>
|
|
1604
|
+
* @public
|
|
1605
1605
|
*/
|
|
1606
1606
|
NextToken?: string;
|
|
1607
1607
|
/**
|
|
1608
|
-
* @public
|
|
1609
1608
|
* <p>
|
|
1610
1609
|
* (Optional) A <code>ListResourcesAssociatedToCustomLineItemFilter</code> that can specify the types of resources that should be retrieved.
|
|
1611
1610
|
* </p>
|
|
1611
|
+
* @public
|
|
1612
1612
|
*/
|
|
1613
1613
|
Filters?: ListResourcesAssociatedToCustomLineItemFilter;
|
|
1614
1614
|
}
|
|
1615
1615
|
/**
|
|
1616
|
-
* @public
|
|
1617
1616
|
* <p>
|
|
1618
1617
|
* A representation of a resource association for a custom line item.
|
|
1619
1618
|
* </p>
|
|
1619
|
+
* @public
|
|
1620
1620
|
*/
|
|
1621
1621
|
export interface ListResourcesAssociatedToCustomLineItemResponseElement {
|
|
1622
1622
|
/**
|
|
1623
|
-
* @public
|
|
1624
1623
|
* <p>
|
|
1625
1624
|
* The ARN of the associated resource.
|
|
1626
1625
|
* </p>
|
|
1626
|
+
* @public
|
|
1627
1627
|
*/
|
|
1628
1628
|
Arn?: string;
|
|
1629
1629
|
/**
|
|
1630
|
-
* @public
|
|
1631
1630
|
* <p>
|
|
1632
1631
|
* The type of relationship between the custom line item and the associated resource.
|
|
1633
1632
|
* </p>
|
|
1633
|
+
* @public
|
|
1634
1634
|
*/
|
|
1635
1635
|
Relationship?: CustomLineItemRelationship;
|
|
1636
1636
|
/**
|
|
1637
|
-
* @public
|
|
1638
1637
|
* <p>The end billing period of the associated resource.</p>
|
|
1638
|
+
* @public
|
|
1639
1639
|
*/
|
|
1640
1640
|
EndBillingPeriod?: string;
|
|
1641
1641
|
}
|
|
@@ -1644,81 +1644,81 @@ export interface ListResourcesAssociatedToCustomLineItemResponseElement {
|
|
|
1644
1644
|
*/
|
|
1645
1645
|
export interface ListResourcesAssociatedToCustomLineItemOutput {
|
|
1646
1646
|
/**
|
|
1647
|
-
* @public
|
|
1648
1647
|
* <p>
|
|
1649
1648
|
* The custom line item ARN for which the resource associations are listed.
|
|
1650
1649
|
* </p>
|
|
1650
|
+
* @public
|
|
1651
1651
|
*/
|
|
1652
1652
|
Arn?: string;
|
|
1653
1653
|
/**
|
|
1654
|
-
* @public
|
|
1655
1654
|
* <p>
|
|
1656
1655
|
* A list of <code>ListResourcesAssociatedToCustomLineItemResponseElement</code> for each resource association retrieved.
|
|
1657
1656
|
* </p>
|
|
1657
|
+
* @public
|
|
1658
1658
|
*/
|
|
1659
1659
|
AssociatedResources?: ListResourcesAssociatedToCustomLineItemResponseElement[];
|
|
1660
1660
|
/**
|
|
1661
|
-
* @public
|
|
1662
1661
|
* <p>
|
|
1663
1662
|
* The pagination token to be used in subsequent requests to retrieve additional results.
|
|
1664
1663
|
* </p>
|
|
1664
|
+
* @public
|
|
1665
1665
|
*/
|
|
1666
1666
|
NextToken?: string;
|
|
1667
1667
|
}
|
|
1668
1668
|
/**
|
|
1669
|
-
* @public
|
|
1670
1669
|
* <p>
|
|
1671
1670
|
* A representation of the new charge details that are associated with a flat custom line item.
|
|
1672
1671
|
* </p>
|
|
1672
|
+
* @public
|
|
1673
1673
|
*/
|
|
1674
1674
|
export interface UpdateCustomLineItemFlatChargeDetails {
|
|
1675
1675
|
/**
|
|
1676
|
-
* @public
|
|
1677
1676
|
* <p>
|
|
1678
1677
|
* The custom line item's new fixed charge value in USD.
|
|
1679
1678
|
* </p>
|
|
1679
|
+
* @public
|
|
1680
1680
|
*/
|
|
1681
1681
|
ChargeValue: number | undefined;
|
|
1682
1682
|
}
|
|
1683
1683
|
/**
|
|
1684
|
-
* @public
|
|
1685
1684
|
* <p>
|
|
1686
1685
|
* A representation of the new charge details that are associated with a percentage custom line item.
|
|
1687
1686
|
* </p>
|
|
1687
|
+
* @public
|
|
1688
1688
|
*/
|
|
1689
1689
|
export interface UpdateCustomLineItemPercentageChargeDetails {
|
|
1690
1690
|
/**
|
|
1691
|
-
* @public
|
|
1692
1691
|
* <p>
|
|
1693
1692
|
* The custom line item's new percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.
|
|
1694
1693
|
* </p>
|
|
1694
|
+
* @public
|
|
1695
1695
|
*/
|
|
1696
1696
|
PercentageValue: number | undefined;
|
|
1697
1697
|
}
|
|
1698
1698
|
/**
|
|
1699
|
-
* @public
|
|
1700
1699
|
* <p>
|
|
1701
1700
|
* A representation of the new charge details of a custom line item. This should contain only one of <code>Flat</code> or <code>Percentage</code>.
|
|
1702
1701
|
* </p>
|
|
1702
|
+
* @public
|
|
1703
1703
|
*/
|
|
1704
1704
|
export interface UpdateCustomLineItemChargeDetails {
|
|
1705
1705
|
/**
|
|
1706
|
-
* @public
|
|
1707
1706
|
* <p>
|
|
1708
1707
|
* An <code>UpdateCustomLineItemFlatChargeDetails</code> that describes the new charge details of a flat custom line item.
|
|
1709
1708
|
* </p>
|
|
1709
|
+
* @public
|
|
1710
1710
|
*/
|
|
1711
1711
|
Flat?: UpdateCustomLineItemFlatChargeDetails;
|
|
1712
1712
|
/**
|
|
1713
|
-
* @public
|
|
1714
1713
|
* <p>
|
|
1715
1714
|
* An <code>UpdateCustomLineItemPercentageChargeDetails</code> that describes the new charge details of a percentage custom line item.
|
|
1716
1715
|
* </p>
|
|
1716
|
+
* @public
|
|
1717
1717
|
*/
|
|
1718
1718
|
Percentage?: UpdateCustomLineItemPercentageChargeDetails;
|
|
1719
1719
|
/**
|
|
1720
|
-
* @public
|
|
1721
1720
|
* <p>A representation of the line item filter.</p>
|
|
1721
|
+
* @public
|
|
1722
1722
|
*/
|
|
1723
1723
|
LineItemFilters?: LineItemFilter[];
|
|
1724
1724
|
}
|
|
@@ -1727,36 +1727,36 @@ export interface UpdateCustomLineItemChargeDetails {
|
|
|
1727
1727
|
*/
|
|
1728
1728
|
export interface UpdateCustomLineItemInput {
|
|
1729
1729
|
/**
|
|
1730
|
-
* @public
|
|
1731
1730
|
* <p>
|
|
1732
1731
|
* The ARN of the custom line item to be updated.
|
|
1733
1732
|
* </p>
|
|
1733
|
+
* @public
|
|
1734
1734
|
*/
|
|
1735
1735
|
Arn: string | undefined;
|
|
1736
1736
|
/**
|
|
1737
|
-
* @public
|
|
1738
1737
|
* <p>
|
|
1739
1738
|
* The new name for the custom line item.
|
|
1740
1739
|
* </p>
|
|
1740
|
+
* @public
|
|
1741
1741
|
*/
|
|
1742
1742
|
Name?: string;
|
|
1743
1743
|
/**
|
|
1744
|
-
* @public
|
|
1745
1744
|
* <p>
|
|
1746
1745
|
* The new line item description of the custom line item.
|
|
1747
1746
|
* </p>
|
|
1747
|
+
* @public
|
|
1748
1748
|
*/
|
|
1749
1749
|
Description?: string;
|
|
1750
1750
|
/**
|
|
1751
|
-
* @public
|
|
1752
1751
|
* <p>
|
|
1753
1752
|
* A <code>ListCustomLineItemChargeDetails</code> containing the new charge details for the custom line item.
|
|
1754
1753
|
* </p>
|
|
1754
|
+
* @public
|
|
1755
1755
|
*/
|
|
1756
1756
|
ChargeDetails?: UpdateCustomLineItemChargeDetails;
|
|
1757
1757
|
/**
|
|
1758
|
-
* @public
|
|
1759
1758
|
* <p>The billing period range in which the custom line item request will be applied.</p>
|
|
1759
|
+
* @public
|
|
1760
1760
|
*/
|
|
1761
1761
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
1762
1762
|
}
|
|
@@ -1765,66 +1765,66 @@ export interface UpdateCustomLineItemInput {
|
|
|
1765
1765
|
*/
|
|
1766
1766
|
export interface UpdateCustomLineItemOutput {
|
|
1767
1767
|
/**
|
|
1768
|
-
* @public
|
|
1769
1768
|
* <p>
|
|
1770
1769
|
* The ARN of the successfully updated custom line item.
|
|
1771
1770
|
* </p>
|
|
1771
|
+
* @public
|
|
1772
1772
|
*/
|
|
1773
1773
|
Arn?: string;
|
|
1774
1774
|
/**
|
|
1775
|
-
* @public
|
|
1776
1775
|
* <p>
|
|
1777
1776
|
* The ARN of the billing group that the custom line item is applied to.
|
|
1778
1777
|
* </p>
|
|
1778
|
+
* @public
|
|
1779
1779
|
*/
|
|
1780
1780
|
BillingGroupArn?: string;
|
|
1781
1781
|
/**
|
|
1782
|
-
* @public
|
|
1783
1782
|
* <p>
|
|
1784
1783
|
* The name of the successfully updated custom line item.
|
|
1785
1784
|
* </p>
|
|
1785
|
+
* @public
|
|
1786
1786
|
*/
|
|
1787
1787
|
Name?: string;
|
|
1788
1788
|
/**
|
|
1789
|
-
* @public
|
|
1790
1789
|
* <p>
|
|
1791
1790
|
* The description of the successfully updated custom line item.
|
|
1792
1791
|
* </p>
|
|
1792
|
+
* @public
|
|
1793
1793
|
*/
|
|
1794
1794
|
Description?: string;
|
|
1795
1795
|
/**
|
|
1796
|
-
* @public
|
|
1797
1796
|
* <p>
|
|
1798
1797
|
* A <code>ListCustomLineItemChargeDetails</code> containing the charge details of the successfully updated custom line item.
|
|
1799
1798
|
* </p>
|
|
1799
|
+
* @public
|
|
1800
1800
|
*/
|
|
1801
1801
|
ChargeDetails?: ListCustomLineItemChargeDetails;
|
|
1802
1802
|
/**
|
|
1803
|
-
* @public
|
|
1804
1803
|
* <p> The most recent time when the custom line item was modified. </p>
|
|
1804
|
+
* @public
|
|
1805
1805
|
*/
|
|
1806
1806
|
LastModifiedTime?: number;
|
|
1807
1807
|
/**
|
|
1808
|
-
* @public
|
|
1809
1808
|
* <p>
|
|
1810
1809
|
* The number of resources that are associated to the custom line item.
|
|
1811
1810
|
* </p>
|
|
1811
|
+
* @public
|
|
1812
1812
|
*/
|
|
1813
1813
|
AssociationSize?: number;
|
|
1814
1814
|
}
|
|
1815
1815
|
/**
|
|
1816
|
-
* @public
|
|
1817
1816
|
* <p>A time range for which the margin summary is effective. The time range can be up to 12 months.</p>
|
|
1817
|
+
* @public
|
|
1818
1818
|
*/
|
|
1819
1819
|
export interface BillingPeriodRange {
|
|
1820
1820
|
/**
|
|
1821
|
-
* @public
|
|
1822
1821
|
* <p>The inclusive start billing period that defines a billing period range for the margin summary.</p>
|
|
1822
|
+
* @public
|
|
1823
1823
|
*/
|
|
1824
1824
|
InclusiveStartBillingPeriod: string | undefined;
|
|
1825
1825
|
/**
|
|
1826
|
-
* @public
|
|
1827
1826
|
* <p>The exclusive end billing period that defines a billing period range for the margin summary. For example, if you choose a billing period that starts in October 2023 and ends in December 2023, the margin summary will only include data from October 2023 and November 2023.</p>
|
|
1827
|
+
* @public
|
|
1828
1828
|
*/
|
|
1829
1829
|
ExclusiveEndBillingPeriod: string | undefined;
|
|
1830
1830
|
}
|
|
@@ -1845,77 +1845,77 @@ export type GroupByAttributeName = (typeof GroupByAttributeName)[keyof typeof Gr
|
|
|
1845
1845
|
*/
|
|
1846
1846
|
export interface GetBillingGroupCostReportInput {
|
|
1847
1847
|
/**
|
|
1848
|
-
* @public
|
|
1849
1848
|
* <p>The Amazon Resource Number (ARN) that uniquely identifies the billing group.</p>
|
|
1849
|
+
* @public
|
|
1850
1850
|
*/
|
|
1851
1851
|
Arn: string | undefined;
|
|
1852
1852
|
/**
|
|
1853
|
-
* @public
|
|
1854
1853
|
* <p>A time range for which the margin summary is effective. You can specify up to 12 months.</p>
|
|
1854
|
+
* @public
|
|
1855
1855
|
*/
|
|
1856
1856
|
BillingPeriodRange?: BillingPeriodRange;
|
|
1857
1857
|
/**
|
|
1858
|
-
* @public
|
|
1859
1858
|
* <p>A list of strings that specify the attributes that are used to break down costs in the
|
|
1860
1859
|
* margin summary reports for the billing group. For example, you can view your costs by the
|
|
1861
1860
|
* Amazon Web Service name or the billing period.</p>
|
|
1861
|
+
* @public
|
|
1862
1862
|
*/
|
|
1863
1863
|
GroupBy?: GroupByAttributeName[];
|
|
1864
1864
|
/**
|
|
1865
|
-
* @public
|
|
1866
1865
|
* <p>The maximum number of margin summary reports to retrieve.</p>
|
|
1866
|
+
* @public
|
|
1867
1867
|
*/
|
|
1868
1868
|
MaxResults?: number;
|
|
1869
1869
|
/**
|
|
1870
|
-
* @public
|
|
1871
1870
|
* <p>The pagination token used on subsequent calls to get reports.</p>
|
|
1871
|
+
* @public
|
|
1872
1872
|
*/
|
|
1873
1873
|
NextToken?: string;
|
|
1874
1874
|
}
|
|
1875
1875
|
/**
|
|
1876
|
-
* @public
|
|
1877
1876
|
* <p>A paginated call to retrieve a list of summary reports of actual Amazon Web Services charges and the
|
|
1878
1877
|
* calculated Amazon Web Services charges, broken down by attributes.</p>
|
|
1878
|
+
* @public
|
|
1879
1879
|
*/
|
|
1880
1880
|
export interface BillingGroupCostReportResultElement {
|
|
1881
1881
|
/**
|
|
1882
|
-
* @public
|
|
1883
1882
|
* <p>The Amazon Resource Number (ARN) that uniquely identifies the billing group.</p>
|
|
1883
|
+
* @public
|
|
1884
1884
|
*/
|
|
1885
1885
|
Arn?: string;
|
|
1886
1886
|
/**
|
|
1887
|
-
* @public
|
|
1888
1887
|
* <p>The actual Amazon Web Services charges for the billing group.</p>
|
|
1888
|
+
* @public
|
|
1889
1889
|
*/
|
|
1890
1890
|
AWSCost?: string;
|
|
1891
1891
|
/**
|
|
1892
|
-
* @public
|
|
1893
1892
|
* <p>The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.</p>
|
|
1893
|
+
* @public
|
|
1894
1894
|
*/
|
|
1895
1895
|
ProformaCost?: string;
|
|
1896
1896
|
/**
|
|
1897
|
-
* @public
|
|
1898
1897
|
* <p>The billing group margin.</p>
|
|
1898
|
+
* @public
|
|
1899
1899
|
*/
|
|
1900
1900
|
Margin?: string;
|
|
1901
1901
|
/**
|
|
1902
|
-
* @public
|
|
1903
1902
|
* <p>The percentage of the billing group margin.</p>
|
|
1903
|
+
* @public
|
|
1904
1904
|
*/
|
|
1905
1905
|
MarginPercentage?: string;
|
|
1906
1906
|
/**
|
|
1907
|
-
* @public
|
|
1908
1907
|
* <p>The displayed currency.</p>
|
|
1908
|
+
* @public
|
|
1909
1909
|
*/
|
|
1910
1910
|
Currency?: string;
|
|
1911
1911
|
/**
|
|
1912
|
-
* @public
|
|
1913
1912
|
* <p>The list of key-value pairs that represent the attributes by which the
|
|
1914
1913
|
* <code>BillingGroupCostReportResults</code> are grouped. For example, if you want the
|
|
1915
1914
|
* Amazon S3 service-level breakdown of a billing group for November 2023, the
|
|
1916
1915
|
* attributes list will contain a key-value pair of <code>"PRODUCT_NAME"</code> and
|
|
1917
1916
|
* <code>"S3"</code> and a key-value pair of <code>"BILLING_PERIOD"</code> and
|
|
1918
1917
|
* <code>"Nov 2023"</code>.</p>
|
|
1918
|
+
* @public
|
|
1919
1919
|
*/
|
|
1920
1920
|
Attributes?: Attribute[];
|
|
1921
1921
|
}
|
|
@@ -1924,18 +1924,17 @@ export interface BillingGroupCostReportResultElement {
|
|
|
1924
1924
|
*/
|
|
1925
1925
|
export interface GetBillingGroupCostReportOutput {
|
|
1926
1926
|
/**
|
|
1927
|
-
* @public
|
|
1928
1927
|
* <p>The list of margin summary reports.</p>
|
|
1928
|
+
* @public
|
|
1929
1929
|
*/
|
|
1930
1930
|
BillingGroupCostReportResults?: BillingGroupCostReportResultElement[];
|
|
1931
1931
|
/**
|
|
1932
|
-
* @public
|
|
1933
1932
|
* <p>The pagination token used on subsequent calls to get reports.</p>
|
|
1933
|
+
* @public
|
|
1934
1934
|
*/
|
|
1935
1935
|
NextToken?: string;
|
|
1936
1936
|
}
|
|
1937
1937
|
/**
|
|
1938
|
-
* @public
|
|
1939
1938
|
* <p>The filter on the account ID of the linked account, or any of the following:</p>
|
|
1940
1939
|
* <p>
|
|
1941
1940
|
* <code>MONITORED</code>: linked accounts that are associated to billing groups.</p>
|
|
@@ -1943,28 +1942,29 @@ export interface GetBillingGroupCostReportOutput {
|
|
|
1943
1942
|
* <code>UNMONITORED</code>: linked accounts that are not associated to billing groups.</p>
|
|
1944
1943
|
* <p>
|
|
1945
1944
|
* <code>Billing Group Arn</code>: linked accounts that are associated to the provided Billing Group Arn.</p>
|
|
1945
|
+
* @public
|
|
1946
1946
|
*/
|
|
1947
1947
|
export interface ListAccountAssociationsFilter {
|
|
1948
1948
|
/**
|
|
1949
|
-
* @public
|
|
1950
1949
|
* <p>
|
|
1951
1950
|
* <code>MONITORED</code>: linked accounts that are associated to billing groups.</p>
|
|
1952
1951
|
* <p>
|
|
1953
1952
|
* <code>UNMONITORED</code>: linked accounts that are not associated to billing groups.</p>
|
|
1954
1953
|
* <p>
|
|
1955
1954
|
* <code>Billing Group Arn</code>: linked accounts that are associated to the provided Billing Group Arn.</p>
|
|
1955
|
+
* @public
|
|
1956
1956
|
*/
|
|
1957
1957
|
Association?: string;
|
|
1958
1958
|
/**
|
|
1959
|
-
* @public
|
|
1960
1959
|
* <p>The Amazon Web Services account ID to filter on.</p>
|
|
1960
|
+
* @public
|
|
1961
1961
|
*/
|
|
1962
1962
|
AccountId?: string;
|
|
1963
1963
|
/**
|
|
1964
|
-
* @public
|
|
1965
1964
|
* <p>
|
|
1966
1965
|
* The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
|
|
1967
1966
|
* </p>
|
|
1967
|
+
* @public
|
|
1968
1968
|
*/
|
|
1969
1969
|
AccountIds?: string[];
|
|
1970
1970
|
}
|
|
@@ -1973,14 +1973,13 @@ export interface ListAccountAssociationsFilter {
|
|
|
1973
1973
|
*/
|
|
1974
1974
|
export interface ListAccountAssociationsInput {
|
|
1975
1975
|
/**
|
|
1976
|
-
* @public
|
|
1977
1976
|
* <p>
|
|
1978
1977
|
* The preferred billing period to get account associations.
|
|
1979
1978
|
* </p>
|
|
1979
|
+
* @public
|
|
1980
1980
|
*/
|
|
1981
1981
|
BillingPeriod?: string;
|
|
1982
1982
|
/**
|
|
1983
|
-
* @public
|
|
1984
1983
|
* <p>The filter on the account ID of the linked account, or any of the following:</p>
|
|
1985
1984
|
* <p>
|
|
1986
1985
|
* <code>MONITORED</code>: linked accounts that are associated to billing groups.</p>
|
|
@@ -1989,13 +1988,14 @@ export interface ListAccountAssociationsInput {
|
|
|
1989
1988
|
* <p>
|
|
1990
1989
|
* <code>Billing Group Arn</code>: linked accounts that are associated to the provided
|
|
1991
1990
|
* billing group Arn. </p>
|
|
1991
|
+
* @public
|
|
1992
1992
|
*/
|
|
1993
1993
|
Filters?: ListAccountAssociationsFilter;
|
|
1994
1994
|
/**
|
|
1995
|
-
* @public
|
|
1996
1995
|
* <p>
|
|
1997
1996
|
* The pagination token that's used on subsequent calls to retrieve accounts.
|
|
1998
1997
|
* </p>
|
|
1998
|
+
* @public
|
|
1999
1999
|
*/
|
|
2000
2000
|
NextToken?: string;
|
|
2001
2001
|
}
|
|
@@ -2004,26 +2004,26 @@ export interface ListAccountAssociationsInput {
|
|
|
2004
2004
|
*/
|
|
2005
2005
|
export interface ListAccountAssociationsOutput {
|
|
2006
2006
|
/**
|
|
2007
|
-
* @public
|
|
2008
2007
|
* <p> The list of linked accounts in the payer account. </p>
|
|
2008
|
+
* @public
|
|
2009
2009
|
*/
|
|
2010
2010
|
LinkedAccounts?: AccountAssociationsListElement[];
|
|
2011
2011
|
/**
|
|
2012
|
-
* @public
|
|
2013
2012
|
* <p>
|
|
2014
2013
|
* The pagination token that's used on subsequent calls to get accounts.
|
|
2015
2014
|
* </p>
|
|
2015
|
+
* @public
|
|
2016
2016
|
*/
|
|
2017
2017
|
NextToken?: string;
|
|
2018
2018
|
}
|
|
2019
2019
|
/**
|
|
2020
|
-
* @public
|
|
2021
2020
|
* <p>The filter used to retrieve specific <code>BillingGroupCostReportElements</code>.</p>
|
|
2021
|
+
* @public
|
|
2022
2022
|
*/
|
|
2023
2023
|
export interface ListBillingGroupCostReportsFilter {
|
|
2024
2024
|
/**
|
|
2025
|
-
* @public
|
|
2026
2025
|
* <p>The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports. </p>
|
|
2026
|
+
* @public
|
|
2027
2027
|
*/
|
|
2028
2028
|
BillingGroupArns?: string[];
|
|
2029
2029
|
}
|
|
@@ -2032,63 +2032,63 @@ export interface ListBillingGroupCostReportsFilter {
|
|
|
2032
2032
|
*/
|
|
2033
2033
|
export interface ListBillingGroupCostReportsInput {
|
|
2034
2034
|
/**
|
|
2035
|
-
* @public
|
|
2036
2035
|
* <p>The preferred billing period for your report.
|
|
2037
2036
|
* </p>
|
|
2037
|
+
* @public
|
|
2038
2038
|
*/
|
|
2039
2039
|
BillingPeriod?: string;
|
|
2040
2040
|
/**
|
|
2041
|
-
* @public
|
|
2042
2041
|
* <p>The maximum number of reports to retrieve.
|
|
2043
2042
|
* </p>
|
|
2043
|
+
* @public
|
|
2044
2044
|
*/
|
|
2045
2045
|
MaxResults?: number;
|
|
2046
2046
|
/**
|
|
2047
|
-
* @public
|
|
2048
2047
|
* <p>The pagination token that's used on subsequent calls to get reports.
|
|
2049
2048
|
* </p>
|
|
2049
|
+
* @public
|
|
2050
2050
|
*/
|
|
2051
2051
|
NextToken?: string;
|
|
2052
2052
|
/**
|
|
2053
|
-
* @public
|
|
2054
2053
|
* <p>A <code>ListBillingGroupCostReportsFilter</code> to specify billing groups to retrieve reports from.
|
|
2055
2054
|
* </p>
|
|
2055
|
+
* @public
|
|
2056
2056
|
*/
|
|
2057
2057
|
Filters?: ListBillingGroupCostReportsFilter;
|
|
2058
2058
|
}
|
|
2059
2059
|
/**
|
|
2060
|
-
* @public
|
|
2061
2060
|
* <p>A summary report of actual Amazon Web Services charges and calculated Amazon Web Services charges, based on the associated pricing plan of a billing group.</p>
|
|
2061
|
+
* @public
|
|
2062
2062
|
*/
|
|
2063
2063
|
export interface BillingGroupCostReportElement {
|
|
2064
2064
|
/**
|
|
2065
|
-
* @public
|
|
2066
2065
|
* <p>The Amazon Resource Name (ARN) of a billing group.</p>
|
|
2066
|
+
* @public
|
|
2067
2067
|
*/
|
|
2068
2068
|
Arn?: string;
|
|
2069
2069
|
/**
|
|
2070
|
-
* @public
|
|
2071
2070
|
* <p>The actual Amazon Web Services charges for the billing group.</p>
|
|
2071
|
+
* @public
|
|
2072
2072
|
*/
|
|
2073
2073
|
AWSCost?: string;
|
|
2074
2074
|
/**
|
|
2075
|
-
* @public
|
|
2076
2075
|
* <p>The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.</p>
|
|
2076
|
+
* @public
|
|
2077
2077
|
*/
|
|
2078
2078
|
ProformaCost?: string;
|
|
2079
2079
|
/**
|
|
2080
|
-
* @public
|
|
2081
2080
|
* <p>The billing group margin.</p>
|
|
2081
|
+
* @public
|
|
2082
2082
|
*/
|
|
2083
2083
|
Margin?: string;
|
|
2084
2084
|
/**
|
|
2085
|
-
* @public
|
|
2086
2085
|
* <p>The percentage of billing group margin.</p>
|
|
2086
|
+
* @public
|
|
2087
2087
|
*/
|
|
2088
2088
|
MarginPercentage?: string;
|
|
2089
2089
|
/**
|
|
2090
|
-
* @public
|
|
2091
2090
|
* <p>The displayed currency.</p>
|
|
2091
|
+
* @public
|
|
2092
2092
|
*/
|
|
2093
2093
|
Currency?: string;
|
|
2094
2094
|
}
|
|
@@ -2097,15 +2097,15 @@ export interface BillingGroupCostReportElement {
|
|
|
2097
2097
|
*/
|
|
2098
2098
|
export interface ListBillingGroupCostReportsOutput {
|
|
2099
2099
|
/**
|
|
2100
|
-
* @public
|
|
2101
2100
|
* <p>A list of <code>BillingGroupCostReportElement</code> retrieved.
|
|
2102
2101
|
* </p>
|
|
2102
|
+
* @public
|
|
2103
2103
|
*/
|
|
2104
2104
|
BillingGroupCostReports?: BillingGroupCostReportElement[];
|
|
2105
2105
|
/**
|
|
2106
|
-
* @public
|
|
2107
2106
|
* <p>The pagination token that's used on subsequent calls to get reports.
|
|
2108
2107
|
* </p>
|
|
2108
|
+
* @public
|
|
2109
2109
|
*/
|
|
2110
2110
|
NextToken?: string;
|
|
2111
2111
|
}
|
|
@@ -2114,10 +2114,10 @@ export interface ListBillingGroupCostReportsOutput {
|
|
|
2114
2114
|
*/
|
|
2115
2115
|
export interface ListTagsForResourceRequest {
|
|
2116
2116
|
/**
|
|
2117
|
-
* @public
|
|
2118
2117
|
* <p>
|
|
2119
2118
|
* The Amazon Resource Name (ARN) that identifies the resource to list the tags.
|
|
2120
2119
|
* </p>
|
|
2120
|
+
* @public
|
|
2121
2121
|
*/
|
|
2122
2122
|
ResourceArn: string | undefined;
|
|
2123
2123
|
}
|
|
@@ -2126,10 +2126,10 @@ export interface ListTagsForResourceRequest {
|
|
|
2126
2126
|
*/
|
|
2127
2127
|
export interface ListTagsForResourceResponse {
|
|
2128
2128
|
/**
|
|
2129
|
-
* @public
|
|
2130
2129
|
* <p>
|
|
2131
2130
|
* The tags for the resource.
|
|
2132
2131
|
* </p>
|
|
2132
|
+
* @public
|
|
2133
2133
|
*/
|
|
2134
2134
|
Tags?: Record<string, string>;
|
|
2135
2135
|
}
|
|
@@ -2138,32 +2138,32 @@ export interface ListTagsForResourceResponse {
|
|
|
2138
2138
|
*/
|
|
2139
2139
|
export interface CreatePricingPlanInput {
|
|
2140
2140
|
/**
|
|
2141
|
-
* @public
|
|
2142
2141
|
* <p>
|
|
2143
2142
|
* The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
|
|
2144
2143
|
* </p>
|
|
2144
|
+
* @public
|
|
2145
2145
|
*/
|
|
2146
2146
|
ClientToken?: string;
|
|
2147
2147
|
/**
|
|
2148
|
-
* @public
|
|
2149
2148
|
* <p>The name of the pricing plan. The names must be unique to each pricing plan. </p>
|
|
2149
|
+
* @public
|
|
2150
2150
|
*/
|
|
2151
2151
|
Name: string | undefined;
|
|
2152
2152
|
/**
|
|
2153
|
-
* @public
|
|
2154
2153
|
* <p>The description of the pricing plan. </p>
|
|
2154
|
+
* @public
|
|
2155
2155
|
*/
|
|
2156
2156
|
Description?: string;
|
|
2157
2157
|
/**
|
|
2158
|
-
* @public
|
|
2159
2158
|
* <p> A list of Amazon Resource Names (ARNs) that define the pricing plan parameters. </p>
|
|
2159
|
+
* @public
|
|
2160
2160
|
*/
|
|
2161
2161
|
PricingRuleArns?: string[];
|
|
2162
2162
|
/**
|
|
2163
|
-
* @public
|
|
2164
2163
|
* <p>
|
|
2165
2164
|
* A map that contains tag keys and tag values that are attached to a pricing plan.
|
|
2166
2165
|
* </p>
|
|
2166
|
+
* @public
|
|
2167
2167
|
*/
|
|
2168
2168
|
Tags?: Record<string, string>;
|
|
2169
2169
|
}
|
|
@@ -2172,8 +2172,8 @@ export interface CreatePricingPlanInput {
|
|
|
2172
2172
|
*/
|
|
2173
2173
|
export interface CreatePricingPlanOutput {
|
|
2174
2174
|
/**
|
|
2175
|
-
* @public
|
|
2176
2175
|
* <p>The Amazon Resource Name (ARN) of the created pricing plan.</p>
|
|
2176
|
+
* @public
|
|
2177
2177
|
*/
|
|
2178
2178
|
Arn?: string;
|
|
2179
2179
|
}
|
|
@@ -2182,8 +2182,8 @@ export interface CreatePricingPlanOutput {
|
|
|
2182
2182
|
*/
|
|
2183
2183
|
export interface DeletePricingPlanInput {
|
|
2184
2184
|
/**
|
|
2185
|
-
* @public
|
|
2186
2185
|
* <p>The Amazon Resource Name (ARN) of the pricing plan that you're deleting. </p>
|
|
2186
|
+
* @public
|
|
2187
2187
|
*/
|
|
2188
2188
|
Arn: string | undefined;
|
|
2189
2189
|
}
|
|
@@ -2192,8 +2192,8 @@ export interface DeletePricingPlanInput {
|
|
|
2192
2192
|
*/
|
|
2193
2193
|
export interface DeletePricingPlanOutput {
|
|
2194
2194
|
/**
|
|
2195
|
-
* @public
|
|
2196
2195
|
* <p> The Amazon Resource Name (ARN) of the deleted pricing plan. </p>
|
|
2196
|
+
* @public
|
|
2197
2197
|
*/
|
|
2198
2198
|
Arn?: string;
|
|
2199
2199
|
}
|
|
@@ -2202,14 +2202,14 @@ export interface DeletePricingPlanOutput {
|
|
|
2202
2202
|
*/
|
|
2203
2203
|
export interface DisassociatePricingRulesInput {
|
|
2204
2204
|
/**
|
|
2205
|
-
* @public
|
|
2206
2205
|
* <p> The pricing plan Amazon Resource Name (ARN) to disassociate pricing rules from. </p>
|
|
2206
|
+
* @public
|
|
2207
2207
|
*/
|
|
2208
2208
|
Arn: string | undefined;
|
|
2209
2209
|
/**
|
|
2210
|
-
* @public
|
|
2211
2210
|
* <p> A list containing the Amazon Resource Name (ARN) of the pricing rules that will be
|
|
2212
2211
|
* disassociated. </p>
|
|
2212
|
+
* @public
|
|
2213
2213
|
*/
|
|
2214
2214
|
PricingRuleArns: string[] | undefined;
|
|
2215
2215
|
}
|
|
@@ -2218,21 +2218,21 @@ export interface DisassociatePricingRulesInput {
|
|
|
2218
2218
|
*/
|
|
2219
2219
|
export interface DisassociatePricingRulesOutput {
|
|
2220
2220
|
/**
|
|
2221
|
-
* @public
|
|
2222
2221
|
* <p> The Amazon Resource Name (ARN) of the pricing plan that the pricing rules successfully
|
|
2223
2222
|
* disassociated from. </p>
|
|
2223
|
+
* @public
|
|
2224
2224
|
*/
|
|
2225
2225
|
Arn?: string;
|
|
2226
2226
|
}
|
|
2227
2227
|
/**
|
|
2228
|
-
* @public
|
|
2229
2228
|
* <p>The filter that specifies the Amazon Resource Names (ARNs) of pricing plans, to retrieve
|
|
2230
2229
|
* pricing plan information.</p>
|
|
2230
|
+
* @public
|
|
2231
2231
|
*/
|
|
2232
2232
|
export interface ListPricingPlansFilter {
|
|
2233
2233
|
/**
|
|
2234
|
-
* @public
|
|
2235
2234
|
* <p>A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.</p>
|
|
2235
|
+
* @public
|
|
2236
2236
|
*/
|
|
2237
2237
|
Arns?: string[];
|
|
2238
2238
|
}
|
|
@@ -2241,62 +2241,62 @@ export interface ListPricingPlansFilter {
|
|
|
2241
2241
|
*/
|
|
2242
2242
|
export interface ListPricingPlansInput {
|
|
2243
2243
|
/**
|
|
2244
|
-
* @public
|
|
2245
2244
|
* <p>The preferred billing period to get pricing plan.
|
|
2246
2245
|
* </p>
|
|
2246
|
+
* @public
|
|
2247
2247
|
*/
|
|
2248
2248
|
BillingPeriod?: string;
|
|
2249
2249
|
/**
|
|
2250
|
-
* @public
|
|
2251
2250
|
* <p>A <code>ListPricingPlansFilter</code> that specifies the Amazon Resource Name (ARNs)
|
|
2252
2251
|
* of pricing plans to retrieve pricing plans information.</p>
|
|
2252
|
+
* @public
|
|
2253
2253
|
*/
|
|
2254
2254
|
Filters?: ListPricingPlansFilter;
|
|
2255
2255
|
/**
|
|
2256
|
-
* @public
|
|
2257
2256
|
* <p>The maximum number of pricing plans to retrieve.</p>
|
|
2257
|
+
* @public
|
|
2258
2258
|
*/
|
|
2259
2259
|
MaxResults?: number;
|
|
2260
2260
|
/**
|
|
2261
|
-
* @public
|
|
2262
2261
|
* <p>The pagination token that's used on subsequent call to get pricing plans.
|
|
2263
2262
|
* </p>
|
|
2263
|
+
* @public
|
|
2264
2264
|
*/
|
|
2265
2265
|
NextToken?: string;
|
|
2266
2266
|
}
|
|
2267
2267
|
/**
|
|
2268
|
-
* @public
|
|
2269
2268
|
* <p>A representation of a pricing plan.</p>
|
|
2269
|
+
* @public
|
|
2270
2270
|
*/
|
|
2271
2271
|
export interface PricingPlanListElement {
|
|
2272
2272
|
/**
|
|
2273
|
-
* @public
|
|
2274
2273
|
* <p>The name of a pricing plan.</p>
|
|
2274
|
+
* @public
|
|
2275
2275
|
*/
|
|
2276
2276
|
Name?: string;
|
|
2277
2277
|
/**
|
|
2278
|
-
* @public
|
|
2279
2278
|
* <p>The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.</p>
|
|
2279
|
+
* @public
|
|
2280
2280
|
*/
|
|
2281
2281
|
Arn?: string;
|
|
2282
2282
|
/**
|
|
2283
|
-
* @public
|
|
2284
2283
|
* <p>The pricing plan description.</p>
|
|
2284
|
+
* @public
|
|
2285
2285
|
*/
|
|
2286
2286
|
Description?: string;
|
|
2287
2287
|
/**
|
|
2288
|
-
* @public
|
|
2289
2288
|
* <p>The pricing rules count that's currently associated with this pricing plan list element.</p>
|
|
2289
|
+
* @public
|
|
2290
2290
|
*/
|
|
2291
2291
|
Size?: number;
|
|
2292
2292
|
/**
|
|
2293
|
-
* @public
|
|
2294
2293
|
* <p>The time when the pricing plan was created.</p>
|
|
2294
|
+
* @public
|
|
2295
2295
|
*/
|
|
2296
2296
|
CreationTime?: number;
|
|
2297
2297
|
/**
|
|
2298
|
-
* @public
|
|
2299
2298
|
* <p>The most recent time when the pricing plan was modified.</p>
|
|
2299
|
+
* @public
|
|
2300
2300
|
*/
|
|
2301
2301
|
LastModifiedTime?: number;
|
|
2302
2302
|
}
|
|
@@ -2305,22 +2305,22 @@ export interface PricingPlanListElement {
|
|
|
2305
2305
|
*/
|
|
2306
2306
|
export interface ListPricingPlansOutput {
|
|
2307
2307
|
/**
|
|
2308
|
-
* @public
|
|
2309
2308
|
* <p>
|
|
2310
2309
|
* The billing period for which the described pricing plans are applicable.
|
|
2311
2310
|
* </p>
|
|
2311
|
+
* @public
|
|
2312
2312
|
*/
|
|
2313
2313
|
BillingPeriod?: string;
|
|
2314
2314
|
/**
|
|
2315
|
-
* @public
|
|
2316
2315
|
* <p>A list of <code>PricingPlanListElement</code> retrieved.
|
|
2317
2316
|
* </p>
|
|
2317
|
+
* @public
|
|
2318
2318
|
*/
|
|
2319
2319
|
PricingPlans?: PricingPlanListElement[];
|
|
2320
2320
|
/**
|
|
2321
|
-
* @public
|
|
2322
2321
|
* <p>The pagination token that's used on subsequent calls to get pricing plans.
|
|
2323
2322
|
* </p>
|
|
2323
|
+
* @public
|
|
2324
2324
|
*/
|
|
2325
2325
|
NextToken?: string;
|
|
2326
2326
|
}
|
|
@@ -2329,29 +2329,29 @@ export interface ListPricingPlansOutput {
|
|
|
2329
2329
|
*/
|
|
2330
2330
|
export interface ListPricingPlansAssociatedWithPricingRuleInput {
|
|
2331
2331
|
/**
|
|
2332
|
-
* @public
|
|
2333
2332
|
* <p>
|
|
2334
2333
|
* The pricing plan billing period for which associations will be listed.
|
|
2335
2334
|
* </p>
|
|
2335
|
+
* @public
|
|
2336
2336
|
*/
|
|
2337
2337
|
BillingPeriod?: string;
|
|
2338
2338
|
/**
|
|
2339
|
-
* @public
|
|
2340
2339
|
* <p> The pricing rule Amazon Resource Name (ARN) for which associations will be listed. </p>
|
|
2340
|
+
* @public
|
|
2341
2341
|
*/
|
|
2342
2342
|
PricingRuleArn: string | undefined;
|
|
2343
2343
|
/**
|
|
2344
|
-
* @public
|
|
2345
2344
|
* <p>
|
|
2346
2345
|
* The optional maximum number of pricing rule associations to retrieve.
|
|
2347
2346
|
* </p>
|
|
2347
|
+
* @public
|
|
2348
2348
|
*/
|
|
2349
2349
|
MaxResults?: number;
|
|
2350
2350
|
/**
|
|
2351
|
-
* @public
|
|
2352
2351
|
* <p>
|
|
2353
2352
|
* The optional pagination token returned by a previous call.
|
|
2354
2353
|
* </p>
|
|
2354
|
+
* @public
|
|
2355
2355
|
*/
|
|
2356
2356
|
NextToken?: string;
|
|
2357
2357
|
}
|
|
@@ -2360,29 +2360,29 @@ export interface ListPricingPlansAssociatedWithPricingRuleInput {
|
|
|
2360
2360
|
*/
|
|
2361
2361
|
export interface ListPricingPlansAssociatedWithPricingRuleOutput {
|
|
2362
2362
|
/**
|
|
2363
|
-
* @public
|
|
2364
2363
|
* <p>
|
|
2365
2364
|
* The pricing plan billing period for which associations will be listed.
|
|
2366
2365
|
* </p>
|
|
2366
|
+
* @public
|
|
2367
2367
|
*/
|
|
2368
2368
|
BillingPeriod?: string;
|
|
2369
2369
|
/**
|
|
2370
|
-
* @public
|
|
2371
2370
|
* <p> The pricing rule Amazon Resource Name (ARN) for which associations will be listed. </p>
|
|
2371
|
+
* @public
|
|
2372
2372
|
*/
|
|
2373
2373
|
PricingRuleArn?: string;
|
|
2374
2374
|
/**
|
|
2375
|
-
* @public
|
|
2376
2375
|
* <p>
|
|
2377
2376
|
* The list containing pricing plans that are associated with the requested pricing rule.
|
|
2378
2377
|
* </p>
|
|
2378
|
+
* @public
|
|
2379
2379
|
*/
|
|
2380
2380
|
PricingPlanArns?: string[];
|
|
2381
2381
|
/**
|
|
2382
|
-
* @public
|
|
2383
2382
|
* <p>
|
|
2384
2383
|
* The pagination token to be used on subsequent calls.
|
|
2385
2384
|
* </p>
|
|
2385
|
+
* @public
|
|
2386
2386
|
*/
|
|
2387
2387
|
NextToken?: string;
|
|
2388
2388
|
}
|
|
@@ -2391,19 +2391,19 @@ export interface ListPricingPlansAssociatedWithPricingRuleOutput {
|
|
|
2391
2391
|
*/
|
|
2392
2392
|
export interface UpdatePricingPlanInput {
|
|
2393
2393
|
/**
|
|
2394
|
-
* @public
|
|
2395
2394
|
* <p>The Amazon Resource Name (ARN) of the pricing plan that you're updating. </p>
|
|
2395
|
+
* @public
|
|
2396
2396
|
*/
|
|
2397
2397
|
Arn: string | undefined;
|
|
2398
2398
|
/**
|
|
2399
|
-
* @public
|
|
2400
2399
|
* <p>The name of the pricing plan. The name must be unique to each pricing plan.
|
|
2401
2400
|
* </p>
|
|
2401
|
+
* @public
|
|
2402
2402
|
*/
|
|
2403
2403
|
Name?: string;
|
|
2404
2404
|
/**
|
|
2405
|
-
* @public
|
|
2406
2405
|
* <p>The description of the pricing plan. </p>
|
|
2406
|
+
* @public
|
|
2407
2407
|
*/
|
|
2408
2408
|
Description?: string;
|
|
2409
2409
|
}
|
|
@@ -2412,34 +2412,34 @@ export interface UpdatePricingPlanInput {
|
|
|
2412
2412
|
*/
|
|
2413
2413
|
export interface UpdatePricingPlanOutput {
|
|
2414
2414
|
/**
|
|
2415
|
-
* @public
|
|
2416
2415
|
* <p>The Amazon Resource Name (ARN) of the updated pricing plan. </p>
|
|
2416
|
+
* @public
|
|
2417
2417
|
*/
|
|
2418
2418
|
Arn?: string;
|
|
2419
2419
|
/**
|
|
2420
|
-
* @public
|
|
2421
2420
|
* <p>
|
|
2422
2421
|
* The name of the pricing plan. The name must be unique to each pricing plan.
|
|
2423
2422
|
* </p>
|
|
2423
|
+
* @public
|
|
2424
2424
|
*/
|
|
2425
2425
|
Name?: string;
|
|
2426
2426
|
/**
|
|
2427
|
-
* @public
|
|
2428
2427
|
* <p>
|
|
2429
2428
|
* The new description for the pricing rule.
|
|
2430
2429
|
* </p>
|
|
2430
|
+
* @public
|
|
2431
2431
|
*/
|
|
2432
2432
|
Description?: string;
|
|
2433
2433
|
/**
|
|
2434
|
-
* @public
|
|
2435
2434
|
* <p>
|
|
2436
2435
|
* The pricing rules count that's currently associated with this pricing plan list.
|
|
2437
2436
|
* </p>
|
|
2437
|
+
* @public
|
|
2438
2438
|
*/
|
|
2439
2439
|
Size?: number;
|
|
2440
2440
|
/**
|
|
2441
|
-
* @public
|
|
2442
2441
|
* <p> The most recent time when the pricing plan was modified. </p>
|
|
2442
|
+
* @public
|
|
2443
2443
|
*/
|
|
2444
2444
|
LastModifiedTime?: number;
|
|
2445
2445
|
}
|
|
@@ -2458,32 +2458,32 @@ export declare const PricingRuleScope: {
|
|
|
2458
2458
|
*/
|
|
2459
2459
|
export type PricingRuleScope = (typeof PricingRuleScope)[keyof typeof PricingRuleScope];
|
|
2460
2460
|
/**
|
|
2461
|
-
* @public
|
|
2462
2461
|
* <p>
|
|
2463
2462
|
* The possible Amazon Web Services Free Tier configurations.
|
|
2464
2463
|
* </p>
|
|
2464
|
+
* @public
|
|
2465
2465
|
*/
|
|
2466
2466
|
export interface CreateFreeTierConfig {
|
|
2467
2467
|
/**
|
|
2468
|
-
* @public
|
|
2469
2468
|
* <p>
|
|
2470
2469
|
* Activate or deactivate Amazon Web Services Free Tier.
|
|
2471
2470
|
* </p>
|
|
2471
|
+
* @public
|
|
2472
2472
|
*/
|
|
2473
2473
|
Activated: boolean | undefined;
|
|
2474
2474
|
}
|
|
2475
2475
|
/**
|
|
2476
|
-
* @public
|
|
2477
2476
|
* <p>
|
|
2478
2477
|
* The set of tiering configurations for the pricing rule.
|
|
2479
2478
|
* </p>
|
|
2479
|
+
* @public
|
|
2480
2480
|
*/
|
|
2481
2481
|
export interface CreateTieringInput {
|
|
2482
2482
|
/**
|
|
2483
|
-
* @public
|
|
2484
2483
|
* <p>
|
|
2485
2484
|
* The possible Amazon Web Services Free Tier configurations.
|
|
2486
2485
|
* </p>
|
|
2486
|
+
* @public
|
|
2487
2487
|
*/
|
|
2488
2488
|
FreeTier: CreateFreeTierConfig | undefined;
|
|
2489
2489
|
}
|
|
@@ -2505,86 +2505,86 @@ export type PricingRuleType = (typeof PricingRuleType)[keyof typeof PricingRuleT
|
|
|
2505
2505
|
*/
|
|
2506
2506
|
export interface CreatePricingRuleInput {
|
|
2507
2507
|
/**
|
|
2508
|
-
* @public
|
|
2509
2508
|
* <p> The token that's needed to support idempotency. Idempotency isn't currently supported,
|
|
2510
2509
|
* but will be implemented in a future update. </p>
|
|
2510
|
+
* @public
|
|
2511
2511
|
*/
|
|
2512
2512
|
ClientToken?: string;
|
|
2513
2513
|
/**
|
|
2514
|
-
* @public
|
|
2515
2514
|
* <p>
|
|
2516
2515
|
* The pricing rule name. The names must be unique to each pricing rule.
|
|
2517
2516
|
* </p>
|
|
2517
|
+
* @public
|
|
2518
2518
|
*/
|
|
2519
2519
|
Name: string | undefined;
|
|
2520
2520
|
/**
|
|
2521
|
-
* @public
|
|
2522
2521
|
* <p>
|
|
2523
2522
|
* The pricing rule description.
|
|
2524
2523
|
* </p>
|
|
2524
|
+
* @public
|
|
2525
2525
|
*/
|
|
2526
2526
|
Description?: string;
|
|
2527
2527
|
/**
|
|
2528
|
-
* @public
|
|
2529
2528
|
* <p> The scope of pricing rule that indicates if it's globally applicable, or it's
|
|
2530
2529
|
* service-specific. </p>
|
|
2530
|
+
* @public
|
|
2531
2531
|
*/
|
|
2532
2532
|
Scope: PricingRuleScope | undefined;
|
|
2533
2533
|
/**
|
|
2534
|
-
* @public
|
|
2535
2534
|
* <p>
|
|
2536
2535
|
* The type of pricing rule.
|
|
2537
2536
|
* </p>
|
|
2537
|
+
* @public
|
|
2538
2538
|
*/
|
|
2539
2539
|
Type: PricingRuleType | undefined;
|
|
2540
2540
|
/**
|
|
2541
|
-
* @public
|
|
2542
2541
|
* <p> A percentage modifier that's applied on the public pricing rates. </p>
|
|
2542
|
+
* @public
|
|
2543
2543
|
*/
|
|
2544
2544
|
ModifierPercentage?: number;
|
|
2545
2545
|
/**
|
|
2546
|
-
* @public
|
|
2547
2546
|
* <p>
|
|
2548
2547
|
* If the <code>Scope</code> attribute is set to <code>SERVICE</code> or <code>SKU</code>, the attribute indicates which service the <code>PricingRule</code> is applicable for.
|
|
2549
2548
|
* </p>
|
|
2549
|
+
* @public
|
|
2550
2550
|
*/
|
|
2551
2551
|
Service?: string;
|
|
2552
2552
|
/**
|
|
2553
|
-
* @public
|
|
2554
2553
|
* <p>
|
|
2555
2554
|
* A map that contains tag keys and tag values that are attached to a pricing rule.
|
|
2556
2555
|
* </p>
|
|
2556
|
+
* @public
|
|
2557
2557
|
*/
|
|
2558
2558
|
Tags?: Record<string, string>;
|
|
2559
2559
|
/**
|
|
2560
|
-
* @public
|
|
2561
2560
|
* <p>
|
|
2562
2561
|
* The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
|
|
2563
2562
|
* </p>
|
|
2563
|
+
* @public
|
|
2564
2564
|
*/
|
|
2565
2565
|
BillingEntity?: string;
|
|
2566
2566
|
/**
|
|
2567
|
-
* @public
|
|
2568
2567
|
* <p>
|
|
2569
2568
|
* The set of tiering configurations for the pricing rule.
|
|
2570
2569
|
* </p>
|
|
2570
|
+
* @public
|
|
2571
2571
|
*/
|
|
2572
2572
|
Tiering?: CreateTieringInput;
|
|
2573
2573
|
/**
|
|
2574
|
-
* @public
|
|
2575
2574
|
* <p>
|
|
2576
2575
|
* Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p>
|
|
2577
2576
|
* <p>If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which usage type the <code>PricingRule</code> is modifying. For example, <code>USW2-BoxUsage:m2.2xlarge</code> describes an<code> M2 High Memory Double Extra Large</code> instance in the US West (Oregon) Region.
|
|
2578
2577
|
*
|
|
2579
2578
|
* </p>
|
|
2579
|
+
* @public
|
|
2580
2580
|
*/
|
|
2581
2581
|
UsageType?: string;
|
|
2582
2582
|
/**
|
|
2583
|
-
* @public
|
|
2584
2583
|
* <p>
|
|
2585
2584
|
* Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.</p>
|
|
2586
2585
|
* <p>
|
|
2587
2586
|
* If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which operation the <code>PricingRule</code> is modifying. For example, a value of <code>RunInstances:0202</code> indicates the operation of running an Amazon EC2 instance.</p>
|
|
2587
|
+
* @public
|
|
2588
2588
|
*/
|
|
2589
2589
|
Operation?: string;
|
|
2590
2590
|
}
|
|
@@ -2593,8 +2593,8 @@ export interface CreatePricingRuleInput {
|
|
|
2593
2593
|
*/
|
|
2594
2594
|
export interface CreatePricingRuleOutput {
|
|
2595
2595
|
/**
|
|
2596
|
-
* @public
|
|
2597
2596
|
* <p> The Amazon Resource Name (ARN) of the created pricing rule. </p>
|
|
2597
|
+
* @public
|
|
2598
2598
|
*/
|
|
2599
2599
|
Arn?: string;
|
|
2600
2600
|
}
|
|
@@ -2603,8 +2603,8 @@ export interface CreatePricingRuleOutput {
|
|
|
2603
2603
|
*/
|
|
2604
2604
|
export interface DeletePricingRuleInput {
|
|
2605
2605
|
/**
|
|
2606
|
-
* @public
|
|
2607
2606
|
* <p> The Amazon Resource Name (ARN) of the pricing rule that you are deleting. </p>
|
|
2607
|
+
* @public
|
|
2608
2608
|
*/
|
|
2609
2609
|
Arn: string | undefined;
|
|
2610
2610
|
}
|
|
@@ -2613,19 +2613,19 @@ export interface DeletePricingRuleInput {
|
|
|
2613
2613
|
*/
|
|
2614
2614
|
export interface DeletePricingRuleOutput {
|
|
2615
2615
|
/**
|
|
2616
|
-
* @public
|
|
2617
2616
|
* <p> The Amazon Resource Name (ARN) of the deleted pricing rule. </p>
|
|
2617
|
+
* @public
|
|
2618
2618
|
*/
|
|
2619
2619
|
Arn?: string;
|
|
2620
2620
|
}
|
|
2621
2621
|
/**
|
|
2622
|
-
* @public
|
|
2623
2622
|
* <p> The filter that specifies criteria that the pricing rules returned by the <code>ListPricingRules</code> API will adhere to.</p>
|
|
2623
|
+
* @public
|
|
2624
2624
|
*/
|
|
2625
2625
|
export interface ListPricingRulesFilter {
|
|
2626
2626
|
/**
|
|
2627
|
-
* @public
|
|
2628
2627
|
* <p>A list containing the pricing rule Amazon Resource Names (ARNs) to include in the API response.</p>
|
|
2628
|
+
* @public
|
|
2629
2629
|
*/
|
|
2630
2630
|
Arns?: string[];
|
|
2631
2631
|
}
|
|
@@ -2634,147 +2634,147 @@ export interface ListPricingRulesFilter {
|
|
|
2634
2634
|
*/
|
|
2635
2635
|
export interface ListPricingRulesInput {
|
|
2636
2636
|
/**
|
|
2637
|
-
* @public
|
|
2638
2637
|
* <p>
|
|
2639
2638
|
* The preferred billing period to get the pricing plan.
|
|
2640
2639
|
* </p>
|
|
2640
|
+
* @public
|
|
2641
2641
|
*/
|
|
2642
2642
|
BillingPeriod?: string;
|
|
2643
2643
|
/**
|
|
2644
|
-
* @public
|
|
2645
2644
|
* <p> A <code>DescribePricingRuleFilter</code> that specifies the Amazon Resource Name (ARNs)
|
|
2646
2645
|
* of pricing rules to retrieve pricing rules information. </p>
|
|
2646
|
+
* @public
|
|
2647
2647
|
*/
|
|
2648
2648
|
Filters?: ListPricingRulesFilter;
|
|
2649
2649
|
/**
|
|
2650
|
-
* @public
|
|
2651
2650
|
* <p>
|
|
2652
2651
|
* The maximum number of pricing rules to retrieve.
|
|
2653
2652
|
* </p>
|
|
2653
|
+
* @public
|
|
2654
2654
|
*/
|
|
2655
2655
|
MaxResults?: number;
|
|
2656
2656
|
/**
|
|
2657
|
-
* @public
|
|
2658
2657
|
* <p>
|
|
2659
2658
|
* The pagination token that's used on subsequent call to get pricing rules.
|
|
2660
2659
|
* </p>
|
|
2660
|
+
* @public
|
|
2661
2661
|
*/
|
|
2662
2662
|
NextToken?: string;
|
|
2663
2663
|
}
|
|
2664
2664
|
/**
|
|
2665
|
-
* @public
|
|
2666
2665
|
* <p>
|
|
2667
2666
|
* The possible Amazon Web Services Free Tier configurations.
|
|
2668
2667
|
* </p>
|
|
2668
|
+
* @public
|
|
2669
2669
|
*/
|
|
2670
2670
|
export interface FreeTierConfig {
|
|
2671
2671
|
/**
|
|
2672
|
-
* @public
|
|
2673
2672
|
* <p>
|
|
2674
2673
|
* Activate or deactivate Amazon Web Services Free Tier application.
|
|
2675
2674
|
* </p>
|
|
2675
|
+
* @public
|
|
2676
2676
|
*/
|
|
2677
2677
|
Activated: boolean | undefined;
|
|
2678
2678
|
}
|
|
2679
2679
|
/**
|
|
2680
|
-
* @public
|
|
2681
2680
|
* <p>
|
|
2682
2681
|
* The set of tiering configurations for the pricing rule.
|
|
2683
2682
|
* </p>
|
|
2683
|
+
* @public
|
|
2684
2684
|
*/
|
|
2685
2685
|
export interface Tiering {
|
|
2686
2686
|
/**
|
|
2687
|
-
* @public
|
|
2688
2687
|
* <p>
|
|
2689
2688
|
* The possible Amazon Web Services Free Tier configurations.
|
|
2690
2689
|
* </p>
|
|
2690
|
+
* @public
|
|
2691
2691
|
*/
|
|
2692
2692
|
FreeTier: FreeTierConfig | undefined;
|
|
2693
2693
|
}
|
|
2694
2694
|
/**
|
|
2695
|
-
* @public
|
|
2696
2695
|
* <p>A representation of a pricing rule.</p>
|
|
2696
|
+
* @public
|
|
2697
2697
|
*/
|
|
2698
2698
|
export interface PricingRuleListElement {
|
|
2699
2699
|
/**
|
|
2700
|
-
* @public
|
|
2701
2700
|
* <p>The name of a pricing rule.</p>
|
|
2701
|
+
* @public
|
|
2702
2702
|
*/
|
|
2703
2703
|
Name?: string;
|
|
2704
2704
|
/**
|
|
2705
|
-
* @public
|
|
2706
2705
|
* <p>The Amazon Resource Name (ARN) used to uniquely identify a pricing rule.</p>
|
|
2706
|
+
* @public
|
|
2707
2707
|
*/
|
|
2708
2708
|
Arn?: string;
|
|
2709
2709
|
/**
|
|
2710
|
-
* @public
|
|
2711
2710
|
* <p>The pricing rule description.</p>
|
|
2711
|
+
* @public
|
|
2712
2712
|
*/
|
|
2713
2713
|
Description?: string;
|
|
2714
2714
|
/**
|
|
2715
|
-
* @public
|
|
2716
2715
|
* <p>The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.</p>
|
|
2716
|
+
* @public
|
|
2717
2717
|
*/
|
|
2718
2718
|
Scope?: PricingRuleScope;
|
|
2719
2719
|
/**
|
|
2720
|
-
* @public
|
|
2721
2720
|
* <p>The type of pricing rule.</p>
|
|
2721
|
+
* @public
|
|
2722
2722
|
*/
|
|
2723
2723
|
Type?: PricingRuleType;
|
|
2724
2724
|
/**
|
|
2725
|
-
* @public
|
|
2726
2725
|
* <p>A percentage modifier applied on the public pricing rates.</p>
|
|
2726
|
+
* @public
|
|
2727
2727
|
*/
|
|
2728
2728
|
ModifierPercentage?: number;
|
|
2729
2729
|
/**
|
|
2730
|
-
* @public
|
|
2731
2730
|
* <p>If the <code>Scope</code> attribute is <code>SERVICE</code>, this attribute indicates which service the <code>PricingRule</code> is applicable for.</p>
|
|
2731
|
+
* @public
|
|
2732
2732
|
*/
|
|
2733
2733
|
Service?: string;
|
|
2734
2734
|
/**
|
|
2735
|
-
* @public
|
|
2736
2735
|
* <p>The pricing plans count that this pricing rule is associated with.</p>
|
|
2736
|
+
* @public
|
|
2737
2737
|
*/
|
|
2738
2738
|
AssociatedPricingPlanCount?: number;
|
|
2739
2739
|
/**
|
|
2740
|
-
* @public
|
|
2741
2740
|
* <p>The time when the pricing rule was created.</p>
|
|
2741
|
+
* @public
|
|
2742
2742
|
*/
|
|
2743
2743
|
CreationTime?: number;
|
|
2744
2744
|
/**
|
|
2745
|
-
* @public
|
|
2746
2745
|
* <p> The most recent time when the pricing rule was modified.</p>
|
|
2746
|
+
* @public
|
|
2747
2747
|
*/
|
|
2748
2748
|
LastModifiedTime?: number;
|
|
2749
2749
|
/**
|
|
2750
|
-
* @public
|
|
2751
2750
|
* <p>
|
|
2752
2751
|
* The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
|
|
2753
2752
|
* </p>
|
|
2753
|
+
* @public
|
|
2754
2754
|
*/
|
|
2755
2755
|
BillingEntity?: string;
|
|
2756
2756
|
/**
|
|
2757
|
-
* @public
|
|
2758
2757
|
* <p>
|
|
2759
2758
|
* The set of tiering configurations for the pricing rule.
|
|
2760
2759
|
* </p>
|
|
2760
|
+
* @public
|
|
2761
2761
|
*/
|
|
2762
2762
|
Tiering?: Tiering;
|
|
2763
2763
|
/**
|
|
2764
|
-
* @public
|
|
2765
2764
|
* <p>
|
|
2766
2765
|
* Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p>
|
|
2767
2766
|
* <p>If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which usage type the <code>PricingRule</code> is modifying. For example, <code>USW2-BoxUsage:m2.2xlarge</code> describes an<code> M2 High Memory Double Extra Large</code> instance in the US West (Oregon) Region.
|
|
2768
2767
|
*
|
|
2769
2768
|
* </p>
|
|
2769
|
+
* @public
|
|
2770
2770
|
*/
|
|
2771
2771
|
UsageType?: string;
|
|
2772
2772
|
/**
|
|
2773
|
-
* @public
|
|
2774
2773
|
* <p>
|
|
2775
2774
|
* Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.</p>
|
|
2776
2775
|
* <p>
|
|
2777
2776
|
* If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which operation the <code>PricingRule</code> is modifying. For example, a value of <code>RunInstances:0202</code> indicates the operation of running an Amazon EC2 instance.</p>
|
|
2777
|
+
* @public
|
|
2778
2778
|
*/
|
|
2779
2779
|
Operation?: string;
|
|
2780
2780
|
}
|
|
@@ -2783,24 +2783,24 @@ export interface PricingRuleListElement {
|
|
|
2783
2783
|
*/
|
|
2784
2784
|
export interface ListPricingRulesOutput {
|
|
2785
2785
|
/**
|
|
2786
|
-
* @public
|
|
2787
2786
|
* <p>
|
|
2788
2787
|
* The billing period for which the described pricing rules are applicable.
|
|
2789
2788
|
* </p>
|
|
2789
|
+
* @public
|
|
2790
2790
|
*/
|
|
2791
2791
|
BillingPeriod?: string;
|
|
2792
2792
|
/**
|
|
2793
|
-
* @public
|
|
2794
2793
|
* <p>
|
|
2795
2794
|
* A list containing the described pricing rules.
|
|
2796
2795
|
* </p>
|
|
2796
|
+
* @public
|
|
2797
2797
|
*/
|
|
2798
2798
|
PricingRules?: PricingRuleListElement[];
|
|
2799
2799
|
/**
|
|
2800
|
-
* @public
|
|
2801
2800
|
* <p>
|
|
2802
2801
|
* The pagination token that's used on subsequent calls to get pricing rules.
|
|
2803
2802
|
* </p>
|
|
2803
|
+
* @public
|
|
2804
2804
|
*/
|
|
2805
2805
|
NextToken?: string;
|
|
2806
2806
|
}
|
|
@@ -2809,28 +2809,28 @@ export interface ListPricingRulesOutput {
|
|
|
2809
2809
|
*/
|
|
2810
2810
|
export interface ListPricingRulesAssociatedToPricingPlanInput {
|
|
2811
2811
|
/**
|
|
2812
|
-
* @public
|
|
2813
2812
|
* <p>
|
|
2814
2813
|
* The billing period for which the pricing rule associations are to be listed.
|
|
2815
2814
|
* </p>
|
|
2815
|
+
* @public
|
|
2816
2816
|
*/
|
|
2817
2817
|
BillingPeriod?: string;
|
|
2818
2818
|
/**
|
|
2819
|
-
* @public
|
|
2820
2819
|
* <p> The Amazon Resource Name (ARN) of the pricing plan for which associations are to be
|
|
2821
2820
|
* listed.</p>
|
|
2821
|
+
* @public
|
|
2822
2822
|
*/
|
|
2823
2823
|
PricingPlanArn: string | undefined;
|
|
2824
2824
|
/**
|
|
2825
|
-
* @public
|
|
2826
2825
|
* <p>The optional maximum number of pricing rule associations to retrieve.</p>
|
|
2826
|
+
* @public
|
|
2827
2827
|
*/
|
|
2828
2828
|
MaxResults?: number;
|
|
2829
2829
|
/**
|
|
2830
|
-
* @public
|
|
2831
2830
|
* <p>
|
|
2832
2831
|
* The optional pagination token returned by a previous call.
|
|
2833
2832
|
* </p>
|
|
2833
|
+
* @public
|
|
2834
2834
|
*/
|
|
2835
2835
|
NextToken?: string;
|
|
2836
2836
|
}
|
|
@@ -2839,60 +2839,60 @@ export interface ListPricingRulesAssociatedToPricingPlanInput {
|
|
|
2839
2839
|
*/
|
|
2840
2840
|
export interface ListPricingRulesAssociatedToPricingPlanOutput {
|
|
2841
2841
|
/**
|
|
2842
|
-
* @public
|
|
2843
2842
|
* <p>
|
|
2844
2843
|
* The billing period for which the pricing rule associations are listed.
|
|
2845
2844
|
* </p>
|
|
2845
|
+
* @public
|
|
2846
2846
|
*/
|
|
2847
2847
|
BillingPeriod?: string;
|
|
2848
2848
|
/**
|
|
2849
|
-
* @public
|
|
2850
2849
|
* <p> The Amazon Resource Name (ARN) of the pricing plan for which associations are
|
|
2851
2850
|
* listed.</p>
|
|
2851
|
+
* @public
|
|
2852
2852
|
*/
|
|
2853
2853
|
PricingPlanArn?: string;
|
|
2854
2854
|
/**
|
|
2855
|
-
* @public
|
|
2856
2855
|
* <p>
|
|
2857
2856
|
* A list containing pricing rules that are associated with the requested pricing plan.
|
|
2858
2857
|
* </p>
|
|
2858
|
+
* @public
|
|
2859
2859
|
*/
|
|
2860
2860
|
PricingRuleArns?: string[];
|
|
2861
2861
|
/**
|
|
2862
|
-
* @public
|
|
2863
2862
|
* <p>
|
|
2864
2863
|
* The pagination token to be used on subsequent calls.
|
|
2865
2864
|
* </p>
|
|
2865
|
+
* @public
|
|
2866
2866
|
*/
|
|
2867
2867
|
NextToken?: string;
|
|
2868
2868
|
}
|
|
2869
2869
|
/**
|
|
2870
|
-
* @public
|
|
2871
2870
|
* <p>
|
|
2872
2871
|
* The possible Amazon Web Services Free Tier configurations.
|
|
2873
2872
|
* </p>
|
|
2873
|
+
* @public
|
|
2874
2874
|
*/
|
|
2875
2875
|
export interface UpdateFreeTierConfig {
|
|
2876
2876
|
/**
|
|
2877
|
-
* @public
|
|
2878
2877
|
* <p>
|
|
2879
2878
|
* Activate or deactivate application of Amazon Web Services Free Tier.
|
|
2880
2879
|
* </p>
|
|
2880
|
+
* @public
|
|
2881
2881
|
*/
|
|
2882
2882
|
Activated: boolean | undefined;
|
|
2883
2883
|
}
|
|
2884
2884
|
/**
|
|
2885
|
-
* @public
|
|
2886
2885
|
* <p>
|
|
2887
2886
|
* The set of tiering configurations for the pricing rule.
|
|
2888
2887
|
* </p>
|
|
2888
|
+
* @public
|
|
2889
2889
|
*/
|
|
2890
2890
|
export interface UpdateTieringInput {
|
|
2891
2891
|
/**
|
|
2892
|
-
* @public
|
|
2893
2892
|
* <p>
|
|
2894
2893
|
* The possible Amazon Web Services Free Tier configurations.
|
|
2895
2894
|
* </p>
|
|
2895
|
+
* @public
|
|
2896
2896
|
*/
|
|
2897
2897
|
FreeTier: UpdateFreeTierConfig | undefined;
|
|
2898
2898
|
}
|
|
@@ -2901,43 +2901,43 @@ export interface UpdateTieringInput {
|
|
|
2901
2901
|
*/
|
|
2902
2902
|
export interface UpdatePricingRuleInput {
|
|
2903
2903
|
/**
|
|
2904
|
-
* @public
|
|
2905
2904
|
* <p> The Amazon Resource Name (ARN) of the pricing rule to update. </p>
|
|
2905
|
+
* @public
|
|
2906
2906
|
*/
|
|
2907
2907
|
Arn: string | undefined;
|
|
2908
2908
|
/**
|
|
2909
|
-
* @public
|
|
2910
2909
|
* <p>
|
|
2911
2910
|
* The new name of the pricing rule. The name must be unique to each pricing rule.
|
|
2912
2911
|
* </p>
|
|
2912
|
+
* @public
|
|
2913
2913
|
*/
|
|
2914
2914
|
Name?: string;
|
|
2915
2915
|
/**
|
|
2916
|
-
* @public
|
|
2917
2916
|
* <p>
|
|
2918
2917
|
* The new description for the pricing rule.
|
|
2919
2918
|
* </p>
|
|
2919
|
+
* @public
|
|
2920
2920
|
*/
|
|
2921
2921
|
Description?: string;
|
|
2922
2922
|
/**
|
|
2923
|
-
* @public
|
|
2924
2923
|
* <p>
|
|
2925
2924
|
* The new pricing rule type.
|
|
2926
2925
|
* </p>
|
|
2926
|
+
* @public
|
|
2927
2927
|
*/
|
|
2928
2928
|
Type?: PricingRuleType;
|
|
2929
2929
|
/**
|
|
2930
|
-
* @public
|
|
2931
2930
|
* <p>
|
|
2932
2931
|
* The new modifier to show pricing plan rates as a percentage.
|
|
2933
2932
|
* </p>
|
|
2933
|
+
* @public
|
|
2934
2934
|
*/
|
|
2935
2935
|
ModifierPercentage?: number;
|
|
2936
2936
|
/**
|
|
2937
|
-
* @public
|
|
2938
2937
|
* <p>
|
|
2939
2938
|
* The set of tiering configurations for the pricing rule.
|
|
2940
2939
|
* </p>
|
|
2940
|
+
* @public
|
|
2941
2941
|
*/
|
|
2942
2942
|
Tiering?: UpdateTieringInput;
|
|
2943
2943
|
}
|
|
@@ -2946,91 +2946,91 @@ export interface UpdatePricingRuleInput {
|
|
|
2946
2946
|
*/
|
|
2947
2947
|
export interface UpdatePricingRuleOutput {
|
|
2948
2948
|
/**
|
|
2949
|
-
* @public
|
|
2950
2949
|
* <p> The Amazon Resource Name (ARN) of the successfully updated pricing rule. </p>
|
|
2950
|
+
* @public
|
|
2951
2951
|
*/
|
|
2952
2952
|
Arn?: string;
|
|
2953
2953
|
/**
|
|
2954
|
-
* @public
|
|
2955
2954
|
* <p>
|
|
2956
2955
|
* The new name of the pricing rule. The name must be unique to each pricing rule.
|
|
2957
2956
|
* </p>
|
|
2957
|
+
* @public
|
|
2958
2958
|
*/
|
|
2959
2959
|
Name?: string;
|
|
2960
2960
|
/**
|
|
2961
|
-
* @public
|
|
2962
2961
|
* <p>
|
|
2963
2962
|
* The new description for the pricing rule.
|
|
2964
2963
|
* </p>
|
|
2964
|
+
* @public
|
|
2965
2965
|
*/
|
|
2966
2966
|
Description?: string;
|
|
2967
2967
|
/**
|
|
2968
|
-
* @public
|
|
2969
2968
|
* <p> The scope of pricing rule that indicates if it's globally applicable, or it's
|
|
2970
2969
|
* service-specific. </p>
|
|
2970
|
+
* @public
|
|
2971
2971
|
*/
|
|
2972
2972
|
Scope?: PricingRuleScope;
|
|
2973
2973
|
/**
|
|
2974
|
-
* @public
|
|
2975
2974
|
* <p>
|
|
2976
2975
|
* The new pricing rule type.
|
|
2977
2976
|
* </p>
|
|
2977
|
+
* @public
|
|
2978
2978
|
*/
|
|
2979
2979
|
Type?: PricingRuleType;
|
|
2980
2980
|
/**
|
|
2981
|
-
* @public
|
|
2982
2981
|
* <p>
|
|
2983
2982
|
* The new modifier to show pricing plan rates as a percentage.
|
|
2984
2983
|
* </p>
|
|
2984
|
+
* @public
|
|
2985
2985
|
*/
|
|
2986
2986
|
ModifierPercentage?: number;
|
|
2987
2987
|
/**
|
|
2988
|
-
* @public
|
|
2989
2988
|
* <p>
|
|
2990
2989
|
* If the <code>Scope</code> attribute is set to <code>SERVICE</code>, the attribute indicates which service the <code>PricingRule</code> is applicable for.
|
|
2991
2990
|
* </p>
|
|
2991
|
+
* @public
|
|
2992
2992
|
*/
|
|
2993
2993
|
Service?: string;
|
|
2994
2994
|
/**
|
|
2995
|
-
* @public
|
|
2996
2995
|
* <p>
|
|
2997
2996
|
* The pricing plans count that this pricing rule is associated with.
|
|
2998
2997
|
* </p>
|
|
2998
|
+
* @public
|
|
2999
2999
|
*/
|
|
3000
3000
|
AssociatedPricingPlanCount?: number;
|
|
3001
3001
|
/**
|
|
3002
|
-
* @public
|
|
3003
3002
|
* <p>
|
|
3004
3003
|
* The most recent time the pricing rule was modified.
|
|
3005
3004
|
* </p>
|
|
3005
|
+
* @public
|
|
3006
3006
|
*/
|
|
3007
3007
|
LastModifiedTime?: number;
|
|
3008
3008
|
/**
|
|
3009
|
-
* @public
|
|
3010
3009
|
* <p>
|
|
3011
3010
|
* The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
|
|
3012
3011
|
* </p>
|
|
3012
|
+
* @public
|
|
3013
3013
|
*/
|
|
3014
3014
|
BillingEntity?: string;
|
|
3015
3015
|
/**
|
|
3016
|
-
* @public
|
|
3017
3016
|
* <p>
|
|
3018
3017
|
* The set of tiering configurations for the pricing rule.
|
|
3019
3018
|
* </p>
|
|
3019
|
+
* @public
|
|
3020
3020
|
*/
|
|
3021
3021
|
Tiering?: UpdateTieringInput;
|
|
3022
3022
|
/**
|
|
3023
|
-
* @public
|
|
3024
3023
|
* <p>Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p>
|
|
3025
3024
|
* <p>If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which usage type the <code>PricingRule</code> is modifying. For example, <code>USW2-BoxUsage:m2.2xlarge</code> describes an <code>M2 High Memory Double Extra Large</code> instance in the US West (Oregon) Region.
|
|
3026
3025
|
* </p>
|
|
3026
|
+
* @public
|
|
3027
3027
|
*/
|
|
3028
3028
|
UsageType?: string;
|
|
3029
3029
|
/**
|
|
3030
|
-
* @public
|
|
3031
3030
|
* <p>Operation refers to the specific Amazon Web Services covered by this line item. This describes the specific usage of the line item.</p>
|
|
3032
3031
|
* <p>
|
|
3033
3032
|
* If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which operation the <code>PricingRule</code> is modifying. For example, a value of <code>RunInstances:0202</code> indicates the operation of running an Amazon EC2 instance.</p>
|
|
3033
|
+
* @public
|
|
3034
3034
|
*/
|
|
3035
3035
|
Operation?: string;
|
|
3036
3036
|
}
|
|
@@ -3039,17 +3039,17 @@ export interface UpdatePricingRuleOutput {
|
|
|
3039
3039
|
*/
|
|
3040
3040
|
export interface TagResourceRequest {
|
|
3041
3041
|
/**
|
|
3042
|
-
* @public
|
|
3043
3042
|
* <p>
|
|
3044
3043
|
* The Amazon Resource Name (ARN) of the resource to which to add tags.
|
|
3045
3044
|
* </p>
|
|
3045
|
+
* @public
|
|
3046
3046
|
*/
|
|
3047
3047
|
ResourceArn: string | undefined;
|
|
3048
3048
|
/**
|
|
3049
|
-
* @public
|
|
3050
3049
|
* <p>
|
|
3051
3050
|
* The tags to add to the resource as a list of key-value pairs.
|
|
3052
3051
|
* </p>
|
|
3052
|
+
* @public
|
|
3053
3053
|
*/
|
|
3054
3054
|
Tags: Record<string, string> | undefined;
|
|
3055
3055
|
}
|
|
@@ -3063,17 +3063,17 @@ export interface TagResourceResponse {
|
|
|
3063
3063
|
*/
|
|
3064
3064
|
export interface UntagResourceRequest {
|
|
3065
3065
|
/**
|
|
3066
|
-
* @public
|
|
3067
3066
|
* <p>
|
|
3068
3067
|
* The Amazon Resource Name (ARN) of the resource to which to delete tags.
|
|
3069
3068
|
* </p>
|
|
3069
|
+
* @public
|
|
3070
3070
|
*/
|
|
3071
3071
|
ResourceArn: string | undefined;
|
|
3072
3072
|
/**
|
|
3073
|
-
* @public
|
|
3074
3073
|
* <p>
|
|
3075
3074
|
* The tags to delete from the resource as a list of key-value pairs.
|
|
3076
3075
|
* </p>
|
|
3076
|
+
* @public
|
|
3077
3077
|
*/
|
|
3078
3078
|
TagKeys: string[] | undefined;
|
|
3079
3079
|
}
|