@aws-sdk/client-billingconductor 3.379.1 → 3.385.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +327 -0
- package/package.json +5 -5
|
@@ -20,18 +20,22 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
20
20
|
*/
|
|
21
21
|
export interface AccountAssociationsListElement {
|
|
22
22
|
/**
|
|
23
|
+
* @public
|
|
23
24
|
* <p>The associating array of account IDs.</p>
|
|
24
25
|
*/
|
|
25
26
|
AccountId?: string;
|
|
26
27
|
/**
|
|
28
|
+
* @public
|
|
27
29
|
* <p>The Billing Group Arn that the linked account is associated to.</p>
|
|
28
30
|
*/
|
|
29
31
|
BillingGroupArn?: string;
|
|
30
32
|
/**
|
|
33
|
+
* @public
|
|
31
34
|
* <p>The Amazon Web Services account name.</p>
|
|
32
35
|
*/
|
|
33
36
|
AccountName?: string;
|
|
34
37
|
/**
|
|
38
|
+
* @public
|
|
35
39
|
* <p>The Amazon Web Services account email.</p>
|
|
36
40
|
*/
|
|
37
41
|
AccountEmail?: string;
|
|
@@ -42,10 +46,12 @@ export interface AccountAssociationsListElement {
|
|
|
42
46
|
*/
|
|
43
47
|
export interface AccountGrouping {
|
|
44
48
|
/**
|
|
49
|
+
* @public
|
|
45
50
|
* <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>
|
|
46
51
|
*/
|
|
47
52
|
LinkedAccountIds: string[] | undefined;
|
|
48
53
|
/**
|
|
54
|
+
* @public
|
|
49
55
|
* <p>Specifies if this billing group will automatically associate newly added
|
|
50
56
|
* Amazon Web Services accounts that join your consolidated billing family.</p>
|
|
51
57
|
*/
|
|
@@ -56,11 +62,13 @@ export interface AccountGrouping {
|
|
|
56
62
|
*/
|
|
57
63
|
export interface AssociateAccountsInput {
|
|
58
64
|
/**
|
|
65
|
+
* @public
|
|
59
66
|
* <p> The Amazon Resource Name (ARN) of the billing group that associates the array of
|
|
60
67
|
* account IDs. </p>
|
|
61
68
|
*/
|
|
62
69
|
Arn: string | undefined;
|
|
63
70
|
/**
|
|
71
|
+
* @public
|
|
64
72
|
* <p>
|
|
65
73
|
* The associating array of account IDs.
|
|
66
74
|
* </p>
|
|
@@ -72,6 +80,7 @@ export interface AssociateAccountsInput {
|
|
|
72
80
|
*/
|
|
73
81
|
export interface AssociateAccountsOutput {
|
|
74
82
|
/**
|
|
83
|
+
* @public
|
|
75
84
|
* <p> The Amazon Resource Name (ARN) of the billing group that associates the array of
|
|
76
85
|
* account IDs. </p>
|
|
77
86
|
*/
|
|
@@ -102,16 +111,19 @@ export declare class ConflictException extends __BaseException {
|
|
|
102
111
|
readonly $fault: "client";
|
|
103
112
|
Message: string | undefined;
|
|
104
113
|
/**
|
|
114
|
+
* @public
|
|
105
115
|
* <p>Identifier of the resource in use.
|
|
106
116
|
* </p>
|
|
107
117
|
*/
|
|
108
118
|
ResourceId: string | undefined;
|
|
109
119
|
/**
|
|
120
|
+
* @public
|
|
110
121
|
* <p>Type of the resource in use.
|
|
111
122
|
* </p>
|
|
112
123
|
*/
|
|
113
124
|
ResourceType: string | undefined;
|
|
114
125
|
/**
|
|
126
|
+
* @public
|
|
115
127
|
* <p>Reason for the inconsistent state.
|
|
116
128
|
* </p>
|
|
117
129
|
*/
|
|
@@ -131,6 +143,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
131
143
|
readonly $fault: "server";
|
|
132
144
|
Message: string | undefined;
|
|
133
145
|
/**
|
|
146
|
+
* @public
|
|
134
147
|
* <p>Number of seconds you can retry after the call.
|
|
135
148
|
* </p>
|
|
136
149
|
*/
|
|
@@ -150,11 +163,13 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
150
163
|
readonly $fault: "client";
|
|
151
164
|
Message: string | undefined;
|
|
152
165
|
/**
|
|
166
|
+
* @public
|
|
153
167
|
* <p>Resource identifier that was not found.
|
|
154
168
|
* </p>
|
|
155
169
|
*/
|
|
156
170
|
ResourceId: string | undefined;
|
|
157
171
|
/**
|
|
172
|
+
* @public
|
|
158
173
|
* <p>Resource type that was not found.
|
|
159
174
|
* </p>
|
|
160
175
|
*/
|
|
@@ -174,21 +189,25 @@ export declare class ServiceLimitExceededException extends __BaseException {
|
|
|
174
189
|
readonly $fault: "client";
|
|
175
190
|
Message: string | undefined;
|
|
176
191
|
/**
|
|
192
|
+
* @public
|
|
177
193
|
* <p>Identifier of the resource affected.
|
|
178
194
|
* </p>
|
|
179
195
|
*/
|
|
180
196
|
ResourceId?: string;
|
|
181
197
|
/**
|
|
198
|
+
* @public
|
|
182
199
|
* <p>Type of the resource affected.
|
|
183
200
|
* </p>
|
|
184
201
|
*/
|
|
185
202
|
ResourceType?: string;
|
|
186
203
|
/**
|
|
204
|
+
* @public
|
|
187
205
|
* <p>The unique code identifier of the service limit that is being exceeded.
|
|
188
206
|
* </p>
|
|
189
207
|
*/
|
|
190
208
|
LimitCode: string | undefined;
|
|
191
209
|
/**
|
|
210
|
+
* @public
|
|
192
211
|
* <p>The unique code for the service of the limit that is being exceeded.
|
|
193
212
|
* </p>
|
|
194
213
|
*/
|
|
@@ -208,6 +227,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
208
227
|
readonly $fault: "client";
|
|
209
228
|
Message: string | undefined;
|
|
210
229
|
/**
|
|
230
|
+
* @public
|
|
211
231
|
* <p>Number of seconds you can safely retry after the call.
|
|
212
232
|
* </p>
|
|
213
233
|
*/
|
|
@@ -223,10 +243,12 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
223
243
|
*/
|
|
224
244
|
export interface ValidationExceptionField {
|
|
225
245
|
/**
|
|
246
|
+
* @public
|
|
226
247
|
* <p>The field name.</p>
|
|
227
248
|
*/
|
|
228
249
|
Name: string | undefined;
|
|
229
250
|
/**
|
|
251
|
+
* @public
|
|
230
252
|
* <p>The message describing why the field failed validation.</p>
|
|
231
253
|
*/
|
|
232
254
|
Message: string | undefined;
|
|
@@ -309,11 +331,13 @@ export declare class ValidationException extends __BaseException {
|
|
|
309
331
|
readonly $fault: "client";
|
|
310
332
|
Message: string | undefined;
|
|
311
333
|
/**
|
|
334
|
+
* @public
|
|
312
335
|
* <p>The reason the request's validation failed.
|
|
313
336
|
* </p>
|
|
314
337
|
*/
|
|
315
338
|
Reason?: ValidationExceptionReason | string;
|
|
316
339
|
/**
|
|
340
|
+
* @public
|
|
317
341
|
* <p>The fields that caused the error, if applicable.
|
|
318
342
|
* </p>
|
|
319
343
|
*/
|
|
@@ -328,12 +352,14 @@ export declare class ValidationException extends __BaseException {
|
|
|
328
352
|
*/
|
|
329
353
|
export interface AssociatePricingRulesInput {
|
|
330
354
|
/**
|
|
355
|
+
* @public
|
|
331
356
|
* <p>
|
|
332
357
|
* The <code>PricingPlanArn</code> that the <code>PricingRuleArns</code> are associated with.
|
|
333
358
|
* </p>
|
|
334
359
|
*/
|
|
335
360
|
Arn: string | undefined;
|
|
336
361
|
/**
|
|
362
|
+
* @public
|
|
337
363
|
* <p>
|
|
338
364
|
* The <code>PricingRuleArns</code> that are associated with the Pricing Plan.
|
|
339
365
|
* </p>
|
|
@@ -345,6 +371,7 @@ export interface AssociatePricingRulesInput {
|
|
|
345
371
|
*/
|
|
346
372
|
export interface AssociatePricingRulesOutput {
|
|
347
373
|
/**
|
|
374
|
+
* @public
|
|
348
375
|
* <p>
|
|
349
376
|
* The <code>PricingPlanArn</code> that the <code>PricingRuleArns</code> are associated with.
|
|
350
377
|
* </p>
|
|
@@ -372,10 +399,12 @@ export type AssociateResourceErrorReason = (typeof AssociateResourceErrorReason)
|
|
|
372
399
|
*/
|
|
373
400
|
export interface AssociateResourceError {
|
|
374
401
|
/**
|
|
402
|
+
* @public
|
|
375
403
|
* <p>The reason why the resource association failed.</p>
|
|
376
404
|
*/
|
|
377
405
|
Message?: string;
|
|
378
406
|
/**
|
|
407
|
+
* @public
|
|
379
408
|
* <p>A static error code that's used to classify the type of failure.</p>
|
|
380
409
|
*/
|
|
381
410
|
Reason?: AssociateResourceErrorReason | string;
|
|
@@ -386,10 +415,12 @@ export interface AssociateResourceError {
|
|
|
386
415
|
*/
|
|
387
416
|
export interface AssociateResourceResponseElement {
|
|
388
417
|
/**
|
|
418
|
+
* @public
|
|
389
419
|
* <p>The resource ARN that was associated to the custom line item.</p>
|
|
390
420
|
*/
|
|
391
421
|
Arn?: string;
|
|
392
422
|
/**
|
|
423
|
+
* @public
|
|
393
424
|
* <p>An <code>AssociateResourceError</code> that will populate if the resource association fails.</p>
|
|
394
425
|
*/
|
|
395
426
|
Error?: AssociateResourceError;
|
|
@@ -400,6 +431,7 @@ export interface AssociateResourceResponseElement {
|
|
|
400
431
|
*/
|
|
401
432
|
export interface ComputationPreference {
|
|
402
433
|
/**
|
|
434
|
+
* @public
|
|
403
435
|
* <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>
|
|
404
436
|
*/
|
|
405
437
|
PricingPlanArn: string | undefined;
|
|
@@ -409,38 +441,45 @@ export interface ComputationPreference {
|
|
|
409
441
|
*/
|
|
410
442
|
export interface CreateBillingGroupInput {
|
|
411
443
|
/**
|
|
444
|
+
* @public
|
|
412
445
|
* <p>
|
|
413
446
|
* The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
|
|
414
447
|
* </p>
|
|
415
448
|
*/
|
|
416
449
|
ClientToken?: string;
|
|
417
450
|
/**
|
|
451
|
+
* @public
|
|
418
452
|
* <p>
|
|
419
453
|
* The billing group name. The names must be unique.
|
|
420
454
|
* </p>
|
|
421
455
|
*/
|
|
422
456
|
Name: string | undefined;
|
|
423
457
|
/**
|
|
458
|
+
* @public
|
|
424
459
|
* <p>
|
|
425
460
|
* The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated billing family.
|
|
426
461
|
* </p>
|
|
427
462
|
*/
|
|
428
463
|
AccountGrouping: AccountGrouping | undefined;
|
|
429
464
|
/**
|
|
465
|
+
* @public
|
|
430
466
|
* <p>
|
|
431
467
|
* The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
|
|
432
468
|
* </p>
|
|
433
469
|
*/
|
|
434
470
|
ComputationPreference: ComputationPreference | undefined;
|
|
435
471
|
/**
|
|
472
|
+
* @public
|
|
436
473
|
* <p> The account ID that serves as the main account in a billing group. </p>
|
|
437
474
|
*/
|
|
438
475
|
PrimaryAccountId?: string;
|
|
439
476
|
/**
|
|
477
|
+
* @public
|
|
440
478
|
* <p>The description of the billing group. </p>
|
|
441
479
|
*/
|
|
442
480
|
Description?: string;
|
|
443
481
|
/**
|
|
482
|
+
* @public
|
|
444
483
|
* <p> A map that contains tag keys and tag values that are attached to a billing group. This
|
|
445
484
|
* feature isn't available during the beta. </p>
|
|
446
485
|
*/
|
|
@@ -451,6 +490,7 @@ export interface CreateBillingGroupInput {
|
|
|
451
490
|
*/
|
|
452
491
|
export interface CreateBillingGroupOutput {
|
|
453
492
|
/**
|
|
493
|
+
* @public
|
|
454
494
|
* <p>The Amazon Resource Name (ARN) of the created billing group. </p>
|
|
455
495
|
*/
|
|
456
496
|
Arn?: string;
|
|
@@ -460,6 +500,7 @@ export interface CreateBillingGroupOutput {
|
|
|
460
500
|
*/
|
|
461
501
|
export interface DeleteBillingGroupInput {
|
|
462
502
|
/**
|
|
503
|
+
* @public
|
|
463
504
|
* <p>The Amazon Resource Name (ARN) of the billing group that you're deleting.</p>
|
|
464
505
|
*/
|
|
465
506
|
Arn: string | undefined;
|
|
@@ -469,6 +510,7 @@ export interface DeleteBillingGroupInput {
|
|
|
469
510
|
*/
|
|
470
511
|
export interface DeleteBillingGroupOutput {
|
|
471
512
|
/**
|
|
513
|
+
* @public
|
|
472
514
|
* <p>The Amazon Resource Name (ARN) of the deleted billing group.</p>
|
|
473
515
|
*/
|
|
474
516
|
Arn?: string;
|
|
@@ -478,11 +520,13 @@ export interface DeleteBillingGroupOutput {
|
|
|
478
520
|
*/
|
|
479
521
|
export interface DisassociateAccountsInput {
|
|
480
522
|
/**
|
|
523
|
+
* @public
|
|
481
524
|
* <p>The Amazon Resource Name (ARN) of the billing group that the array of account IDs will
|
|
482
525
|
* disassociate from. </p>
|
|
483
526
|
*/
|
|
484
527
|
Arn: string | undefined;
|
|
485
528
|
/**
|
|
529
|
+
* @public
|
|
486
530
|
* <p>The array of account IDs to disassociate.
|
|
487
531
|
* </p>
|
|
488
532
|
*/
|
|
@@ -493,6 +537,7 @@ export interface DisassociateAccountsInput {
|
|
|
493
537
|
*/
|
|
494
538
|
export interface DisassociateAccountsOutput {
|
|
495
539
|
/**
|
|
540
|
+
* @public
|
|
496
541
|
* <p>The Amazon Resource Name (ARN) of the billing group that the array of account IDs is
|
|
497
542
|
* disassociated from. </p>
|
|
498
543
|
*/
|
|
@@ -516,20 +561,24 @@ export type BillingGroupStatus = (typeof BillingGroupStatus)[keyof typeof Billin
|
|
|
516
561
|
*/
|
|
517
562
|
export interface ListBillingGroupsFilter {
|
|
518
563
|
/**
|
|
564
|
+
* @public
|
|
519
565
|
* <p>The list of billing group Amazon Resource Names (ARNs) to retrieve information.</p>
|
|
520
566
|
*/
|
|
521
567
|
Arns?: string[];
|
|
522
568
|
/**
|
|
569
|
+
* @public
|
|
523
570
|
* <p>The pricing plan Amazon Resource Names (ARNs) to retrieve information.</p>
|
|
524
571
|
*/
|
|
525
572
|
PricingPlan?: string;
|
|
526
573
|
/**
|
|
574
|
+
* @public
|
|
527
575
|
* <p>
|
|
528
576
|
* A list of billing groups to retrieve their current status for a specific time range
|
|
529
577
|
* </p>
|
|
530
578
|
*/
|
|
531
579
|
Statuses?: (BillingGroupStatus | string)[];
|
|
532
580
|
/**
|
|
581
|
+
* @public
|
|
533
582
|
* <p>Specifies if this billing group will automatically associate newly added
|
|
534
583
|
* Amazon Web Services accounts that join your consolidated billing family.</p>
|
|
535
584
|
*/
|
|
@@ -540,21 +589,25 @@ export interface ListBillingGroupsFilter {
|
|
|
540
589
|
*/
|
|
541
590
|
export interface ListBillingGroupsInput {
|
|
542
591
|
/**
|
|
592
|
+
* @public
|
|
543
593
|
* <p>The preferred billing period to get billing groups.
|
|
544
594
|
* </p>
|
|
545
595
|
*/
|
|
546
596
|
BillingPeriod?: string;
|
|
547
597
|
/**
|
|
598
|
+
* @public
|
|
548
599
|
* <p>The maximum number of billing groups to retrieve.
|
|
549
600
|
* </p>
|
|
550
601
|
*/
|
|
551
602
|
MaxResults?: number;
|
|
552
603
|
/**
|
|
604
|
+
* @public
|
|
553
605
|
* <p>The pagination token that's used on subsequent calls to get billing groups.
|
|
554
606
|
* </p>
|
|
555
607
|
*/
|
|
556
608
|
NextToken?: string;
|
|
557
609
|
/**
|
|
610
|
+
* @public
|
|
558
611
|
* <p>A <code>ListBillingGroupsFilter</code> that specifies the billing group and pricing plan to retrieve billing group information.
|
|
559
612
|
* </p>
|
|
560
613
|
*/
|
|
@@ -567,6 +620,7 @@ export interface ListBillingGroupsInput {
|
|
|
567
620
|
*/
|
|
568
621
|
export interface ListBillingGroupAccountGrouping {
|
|
569
622
|
/**
|
|
623
|
+
* @public
|
|
570
624
|
* <p>Specifies if this billing group will automatically associate newly added
|
|
571
625
|
* Amazon Web Services accounts that join your consolidated billing family.</p>
|
|
572
626
|
*/
|
|
@@ -578,46 +632,57 @@ export interface ListBillingGroupAccountGrouping {
|
|
|
578
632
|
*/
|
|
579
633
|
export interface BillingGroupListElement {
|
|
580
634
|
/**
|
|
635
|
+
* @public
|
|
581
636
|
* <p>The name of the billing group.</p>
|
|
582
637
|
*/
|
|
583
638
|
Name?: string;
|
|
584
639
|
/**
|
|
640
|
+
* @public
|
|
585
641
|
* <p>The Amazon Resource Number (ARN) that can be used to uniquely identify the billing group.</p>
|
|
586
642
|
*/
|
|
587
643
|
Arn?: string;
|
|
588
644
|
/**
|
|
645
|
+
* @public
|
|
589
646
|
* <p>The description of the billing group.</p>
|
|
590
647
|
*/
|
|
591
648
|
Description?: string;
|
|
592
649
|
/**
|
|
650
|
+
* @public
|
|
593
651
|
* <p>The account ID that serves as the main account in a billing group.</p>
|
|
594
652
|
*/
|
|
595
653
|
PrimaryAccountId?: string;
|
|
596
654
|
/**
|
|
655
|
+
* @public
|
|
597
656
|
* <p>The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.</p>
|
|
598
657
|
*/
|
|
599
658
|
ComputationPreference?: ComputationPreference;
|
|
600
659
|
/**
|
|
660
|
+
* @public
|
|
601
661
|
* <p>The number of accounts in the particular billing group.</p>
|
|
602
662
|
*/
|
|
603
663
|
Size?: number;
|
|
604
664
|
/**
|
|
665
|
+
* @public
|
|
605
666
|
* <p>The time when the billing group was created.</p>
|
|
606
667
|
*/
|
|
607
668
|
CreationTime?: number;
|
|
608
669
|
/**
|
|
670
|
+
* @public
|
|
609
671
|
* <p>The most recent time when the billing group was modified.</p>
|
|
610
672
|
*/
|
|
611
673
|
LastModifiedTime?: number;
|
|
612
674
|
/**
|
|
675
|
+
* @public
|
|
613
676
|
* <p>The billing group status. Only one of the valid values can be used.</p>
|
|
614
677
|
*/
|
|
615
678
|
Status?: BillingGroupStatus | string;
|
|
616
679
|
/**
|
|
680
|
+
* @public
|
|
617
681
|
* <p>The reason why the billing group is in its current status.</p>
|
|
618
682
|
*/
|
|
619
683
|
StatusReason?: string;
|
|
620
684
|
/**
|
|
685
|
+
* @public
|
|
621
686
|
* <p>Specifies if the billing group has automatic account
|
|
622
687
|
* association (<code>AutoAssociate</code>) enabled.</p>
|
|
623
688
|
*/
|
|
@@ -628,11 +693,13 @@ export interface BillingGroupListElement {
|
|
|
628
693
|
*/
|
|
629
694
|
export interface ListBillingGroupsOutput {
|
|
630
695
|
/**
|
|
696
|
+
* @public
|
|
631
697
|
* <p>A list of <code>BillingGroupListElement</code> retrieved.
|
|
632
698
|
* </p>
|
|
633
699
|
*/
|
|
634
700
|
BillingGroups?: BillingGroupListElement[];
|
|
635
701
|
/**
|
|
702
|
+
* @public
|
|
636
703
|
* <p>The pagination token that's used on subsequent calls to get billing groups.
|
|
637
704
|
* </p>
|
|
638
705
|
*/
|
|
@@ -645,6 +712,7 @@ export interface ListBillingGroupsOutput {
|
|
|
645
712
|
*/
|
|
646
713
|
export interface UpdateBillingGroupAccountGrouping {
|
|
647
714
|
/**
|
|
715
|
+
* @public
|
|
648
716
|
* <p>Specifies if this billing group will automatically associate newly added
|
|
649
717
|
* Amazon Web Services accounts that join your consolidated billing family.</p>
|
|
650
718
|
*/
|
|
@@ -655,31 +723,37 @@ export interface UpdateBillingGroupAccountGrouping {
|
|
|
655
723
|
*/
|
|
656
724
|
export interface UpdateBillingGroupInput {
|
|
657
725
|
/**
|
|
726
|
+
* @public
|
|
658
727
|
* <p>The Amazon Resource Name (ARN) of the billing group being updated. </p>
|
|
659
728
|
*/
|
|
660
729
|
Arn: string | undefined;
|
|
661
730
|
/**
|
|
731
|
+
* @public
|
|
662
732
|
* <p>The name of the billing group. The names must be unique to each billing group.
|
|
663
733
|
* </p>
|
|
664
734
|
*/
|
|
665
735
|
Name?: string;
|
|
666
736
|
/**
|
|
737
|
+
* @public
|
|
667
738
|
* <p>The status of the billing group. Only one of the valid values can be used.
|
|
668
739
|
* </p>
|
|
669
740
|
*/
|
|
670
741
|
Status?: BillingGroupStatus | string;
|
|
671
742
|
/**
|
|
743
|
+
* @public
|
|
672
744
|
* <p>
|
|
673
745
|
* The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
|
|
674
746
|
* </p>
|
|
675
747
|
*/
|
|
676
748
|
ComputationPreference?: ComputationPreference;
|
|
677
749
|
/**
|
|
750
|
+
* @public
|
|
678
751
|
* <p>A description of the billing group.
|
|
679
752
|
* </p>
|
|
680
753
|
*/
|
|
681
754
|
Description?: string;
|
|
682
755
|
/**
|
|
756
|
+
* @public
|
|
683
757
|
* <p>Specifies if the billing group has automatic account
|
|
684
758
|
* association (<code>AutoAssociate</code>) enabled.</p>
|
|
685
759
|
*/
|
|
@@ -690,28 +764,33 @@ export interface UpdateBillingGroupInput {
|
|
|
690
764
|
*/
|
|
691
765
|
export interface UpdateBillingGroupOutput {
|
|
692
766
|
/**
|
|
767
|
+
* @public
|
|
693
768
|
* <p>The Amazon Resource Name (ARN) of the billing group that was updated. </p>
|
|
694
769
|
*/
|
|
695
770
|
Arn?: string;
|
|
696
771
|
/**
|
|
772
|
+
* @public
|
|
697
773
|
* <p>
|
|
698
774
|
* The name of the billing group. The names must be unique to each billing group.
|
|
699
775
|
* </p>
|
|
700
776
|
*/
|
|
701
777
|
Name?: string;
|
|
702
778
|
/**
|
|
779
|
+
* @public
|
|
703
780
|
* <p>
|
|
704
781
|
* A description of the billing group.
|
|
705
782
|
* </p>
|
|
706
783
|
*/
|
|
707
784
|
Description?: string;
|
|
708
785
|
/**
|
|
786
|
+
* @public
|
|
709
787
|
* <p>
|
|
710
788
|
* The account ID that serves as the main account in a billing group.
|
|
711
789
|
* </p>
|
|
712
790
|
*/
|
|
713
791
|
PrimaryAccountId?: string;
|
|
714
792
|
/**
|
|
793
|
+
* @public
|
|
715
794
|
* <p>
|
|
716
795
|
* The Amazon Resource Name (ARN) of the pricing plan to compute Amazon Web Services charges for the
|
|
717
796
|
* billing group.
|
|
@@ -719,28 +798,33 @@ export interface UpdateBillingGroupOutput {
|
|
|
719
798
|
*/
|
|
720
799
|
PricingPlanArn?: string;
|
|
721
800
|
/**
|
|
801
|
+
* @public
|
|
722
802
|
* <p>
|
|
723
803
|
* The number of accounts in the particular billing group.
|
|
724
804
|
* </p>
|
|
725
805
|
*/
|
|
726
806
|
Size?: number;
|
|
727
807
|
/**
|
|
808
|
+
* @public
|
|
728
809
|
* <p> The most recent time when the billing group was modified. </p>
|
|
729
810
|
*/
|
|
730
811
|
LastModifiedTime?: number;
|
|
731
812
|
/**
|
|
813
|
+
* @public
|
|
732
814
|
* <p>
|
|
733
815
|
* The status of the billing group. Only one of the valid values can be used.
|
|
734
816
|
* </p>
|
|
735
817
|
*/
|
|
736
818
|
Status?: BillingGroupStatus | string;
|
|
737
819
|
/**
|
|
820
|
+
* @public
|
|
738
821
|
* <p>
|
|
739
822
|
* The reason why the billing group is in its current status.
|
|
740
823
|
* </p>
|
|
741
824
|
*/
|
|
742
825
|
StatusReason?: string;
|
|
743
826
|
/**
|
|
827
|
+
* @public
|
|
744
828
|
* <p>Specifies if the billing group has automatic account
|
|
745
829
|
* association (<code>AutoAssociate</code>) enabled.</p>
|
|
746
830
|
*/
|
|
@@ -752,10 +836,12 @@ export interface UpdateBillingGroupOutput {
|
|
|
752
836
|
*/
|
|
753
837
|
export interface CustomLineItemBillingPeriodRange {
|
|
754
838
|
/**
|
|
839
|
+
* @public
|
|
755
840
|
* <p>The inclusive start billing period that defines a billing period range where a custom line is applied.</p>
|
|
756
841
|
*/
|
|
757
842
|
InclusiveStartBillingPeriod: string | undefined;
|
|
758
843
|
/**
|
|
844
|
+
* @public
|
|
759
845
|
* <p>The inclusive end billing period that defines a billing period range where a custom line is applied.</p>
|
|
760
846
|
*/
|
|
761
847
|
ExclusiveEndBillingPeriod?: string;
|
|
@@ -765,18 +851,21 @@ export interface CustomLineItemBillingPeriodRange {
|
|
|
765
851
|
*/
|
|
766
852
|
export interface BatchAssociateResourcesToCustomLineItemInput {
|
|
767
853
|
/**
|
|
854
|
+
* @public
|
|
768
855
|
* <p>
|
|
769
856
|
* A percentage custom line item ARN to associate the resources to.
|
|
770
857
|
* </p>
|
|
771
858
|
*/
|
|
772
859
|
TargetArn: string | undefined;
|
|
773
860
|
/**
|
|
861
|
+
* @public
|
|
774
862
|
* <p>
|
|
775
863
|
* A list containing the ARNs of the resources to be associated.
|
|
776
864
|
* </p>
|
|
777
865
|
*/
|
|
778
866
|
ResourceArns: string[] | undefined;
|
|
779
867
|
/**
|
|
868
|
+
* @public
|
|
780
869
|
* <p>The billing period range in which the custom line item request will be applied.</p>
|
|
781
870
|
*/
|
|
782
871
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
@@ -786,12 +875,14 @@ export interface BatchAssociateResourcesToCustomLineItemInput {
|
|
|
786
875
|
*/
|
|
787
876
|
export interface BatchAssociateResourcesToCustomLineItemOutput {
|
|
788
877
|
/**
|
|
878
|
+
* @public
|
|
789
879
|
* <p>
|
|
790
880
|
* A list of <code>AssociateResourceResponseElement</code> for each resource that's been associated to a percentage custom line item successfully.
|
|
791
881
|
* </p>
|
|
792
882
|
*/
|
|
793
883
|
SuccessfullyAssociatedResources?: AssociateResourceResponseElement[];
|
|
794
884
|
/**
|
|
885
|
+
* @public
|
|
795
886
|
* <p>
|
|
796
887
|
* A list of <code>AssociateResourceResponseElement</code> for each resource that failed association to a percentage custom line item.
|
|
797
888
|
* </p>
|
|
@@ -803,18 +894,21 @@ export interface BatchAssociateResourcesToCustomLineItemOutput {
|
|
|
803
894
|
*/
|
|
804
895
|
export interface BatchDisassociateResourcesFromCustomLineItemInput {
|
|
805
896
|
/**
|
|
897
|
+
* @public
|
|
806
898
|
* <p>
|
|
807
899
|
* A percentage custom line item ARN to disassociate the resources from.
|
|
808
900
|
* </p>
|
|
809
901
|
*/
|
|
810
902
|
TargetArn: string | undefined;
|
|
811
903
|
/**
|
|
904
|
+
* @public
|
|
812
905
|
* <p>
|
|
813
906
|
* A list containing the ARNs of resources to be disassociated.
|
|
814
907
|
* </p>
|
|
815
908
|
*/
|
|
816
909
|
ResourceArns: string[] | undefined;
|
|
817
910
|
/**
|
|
911
|
+
* @public
|
|
818
912
|
* <p>The billing period range in which the custom line item request will be applied.</p>
|
|
819
913
|
*/
|
|
820
914
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
@@ -825,11 +919,13 @@ export interface BatchDisassociateResourcesFromCustomLineItemInput {
|
|
|
825
919
|
*/
|
|
826
920
|
export interface DisassociateResourceResponseElement {
|
|
827
921
|
/**
|
|
922
|
+
* @public
|
|
828
923
|
* <p>The resource ARN that was disassociated from the custom line item.
|
|
829
924
|
* </p>
|
|
830
925
|
*/
|
|
831
926
|
Arn?: string;
|
|
832
927
|
/**
|
|
928
|
+
* @public
|
|
833
929
|
* <p> An <code>AssociateResourceError</code> that's shown if the resource disassociation fails. </p>
|
|
834
930
|
*/
|
|
835
931
|
Error?: AssociateResourceError;
|
|
@@ -839,12 +935,14 @@ export interface DisassociateResourceResponseElement {
|
|
|
839
935
|
*/
|
|
840
936
|
export interface BatchDisassociateResourcesFromCustomLineItemOutput {
|
|
841
937
|
/**
|
|
938
|
+
* @public
|
|
842
939
|
* <p>
|
|
843
940
|
* A list of <code>DisassociateResourceResponseElement</code> for each resource that's been disassociated from a percentage custom line item successfully.
|
|
844
941
|
* </p>
|
|
845
942
|
*/
|
|
846
943
|
SuccessfullyDisassociatedResources?: DisassociateResourceResponseElement[];
|
|
847
944
|
/**
|
|
945
|
+
* @public
|
|
848
946
|
* <p>
|
|
849
947
|
* A list of <code>DisassociateResourceResponseElement</code> for each resource that failed disassociation from a percentage custom line item.
|
|
850
948
|
* </p>
|
|
@@ -857,6 +955,7 @@ export interface BatchDisassociateResourcesFromCustomLineItemOutput {
|
|
|
857
955
|
*/
|
|
858
956
|
export interface CustomLineItemFlatChargeDetails {
|
|
859
957
|
/**
|
|
958
|
+
* @public
|
|
860
959
|
* <p>The custom line item's fixed charge value in USD.</p>
|
|
861
960
|
*/
|
|
862
961
|
ChargeValue: number | undefined;
|
|
@@ -867,11 +966,13 @@ export interface CustomLineItemFlatChargeDetails {
|
|
|
867
966
|
*/
|
|
868
967
|
export interface CustomLineItemPercentageChargeDetails {
|
|
869
968
|
/**
|
|
969
|
+
* @public
|
|
870
970
|
* <p>The custom line item's percentage value. This will be multiplied against the combined
|
|
871
971
|
* value of its associated resources to determine its charge value. </p>
|
|
872
972
|
*/
|
|
873
973
|
PercentageValue: number | undefined;
|
|
874
974
|
/**
|
|
975
|
+
* @public
|
|
875
976
|
* <p>A list of resource ARNs to associate to the percentage custom line item.</p>
|
|
876
977
|
*/
|
|
877
978
|
AssociatedValues?: string[];
|
|
@@ -894,15 +995,18 @@ export type CustomLineItemType = (typeof CustomLineItemType)[keyof typeof Custom
|
|
|
894
995
|
*/
|
|
895
996
|
export interface CustomLineItemChargeDetails {
|
|
896
997
|
/**
|
|
998
|
+
* @public
|
|
897
999
|
* <p>A <code>CustomLineItemFlatChargeDetails</code> that describes the charge details of a flat
|
|
898
1000
|
* custom line item.</p>
|
|
899
1001
|
*/
|
|
900
1002
|
Flat?: CustomLineItemFlatChargeDetails;
|
|
901
1003
|
/**
|
|
1004
|
+
* @public
|
|
902
1005
|
* <p>A <code>CustomLineItemPercentageChargeDetails</code> that describes the charge details of a percentage custom line item.</p>
|
|
903
1006
|
*/
|
|
904
1007
|
Percentage?: CustomLineItemPercentageChargeDetails;
|
|
905
1008
|
/**
|
|
1009
|
+
* @public
|
|
906
1010
|
* <p>The type of the custom line item that indicates whether the charge is a fee or credit.</p>
|
|
907
1011
|
*/
|
|
908
1012
|
Type: CustomLineItemType | string | undefined;
|
|
@@ -912,37 +1016,44 @@ export interface CustomLineItemChargeDetails {
|
|
|
912
1016
|
*/
|
|
913
1017
|
export interface CreateCustomLineItemInput {
|
|
914
1018
|
/**
|
|
1019
|
+
* @public
|
|
915
1020
|
* <p>
|
|
916
1021
|
* The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
|
|
917
1022
|
* </p>
|
|
918
1023
|
*/
|
|
919
1024
|
ClientToken?: string;
|
|
920
1025
|
/**
|
|
1026
|
+
* @public
|
|
921
1027
|
* <p>
|
|
922
1028
|
* The name of the custom line item.
|
|
923
1029
|
* </p>
|
|
924
1030
|
*/
|
|
925
1031
|
Name: string | undefined;
|
|
926
1032
|
/**
|
|
1033
|
+
* @public
|
|
927
1034
|
* <p>
|
|
928
1035
|
* The description of the custom line item. This is shown on the Bills page in association with the charge value.
|
|
929
1036
|
* </p>
|
|
930
1037
|
*/
|
|
931
1038
|
Description: string | undefined;
|
|
932
1039
|
/**
|
|
1040
|
+
* @public
|
|
933
1041
|
* <p> The Amazon Resource Name (ARN) that references the billing group where the custom line
|
|
934
1042
|
* item applies to. </p>
|
|
935
1043
|
*/
|
|
936
1044
|
BillingGroupArn: string | undefined;
|
|
937
1045
|
/**
|
|
1046
|
+
* @public
|
|
938
1047
|
* <p> A time range for which the custom line item is effective. </p>
|
|
939
1048
|
*/
|
|
940
1049
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
941
1050
|
/**
|
|
1051
|
+
* @public
|
|
942
1052
|
* <p> A map that contains tag keys and tag values that are attached to a custom line item. </p>
|
|
943
1053
|
*/
|
|
944
1054
|
Tags?: Record<string, string>;
|
|
945
1055
|
/**
|
|
1056
|
+
* @public
|
|
946
1057
|
* <p>
|
|
947
1058
|
* A <code>CustomLineItemChargeDetails</code> that describes the charge details for a custom line item.
|
|
948
1059
|
* </p>
|
|
@@ -954,6 +1065,7 @@ export interface CreateCustomLineItemInput {
|
|
|
954
1065
|
*/
|
|
955
1066
|
export interface CreateCustomLineItemOutput {
|
|
956
1067
|
/**
|
|
1068
|
+
* @public
|
|
957
1069
|
* <p> The Amazon Resource Name (ARN) of the created custom line item. </p>
|
|
958
1070
|
*/
|
|
959
1071
|
Arn?: string;
|
|
@@ -963,12 +1075,14 @@ export interface CreateCustomLineItemOutput {
|
|
|
963
1075
|
*/
|
|
964
1076
|
export interface DeleteCustomLineItemInput {
|
|
965
1077
|
/**
|
|
1078
|
+
* @public
|
|
966
1079
|
* <p>
|
|
967
1080
|
* The ARN of the custom line item to be deleted.
|
|
968
1081
|
* </p>
|
|
969
1082
|
*/
|
|
970
1083
|
Arn: string | undefined;
|
|
971
1084
|
/**
|
|
1085
|
+
* @public
|
|
972
1086
|
* <p>The billing period range in which the custom line item request will be applied.</p>
|
|
973
1087
|
*/
|
|
974
1088
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
@@ -978,6 +1092,7 @@ export interface DeleteCustomLineItemInput {
|
|
|
978
1092
|
*/
|
|
979
1093
|
export interface DeleteCustomLineItemOutput {
|
|
980
1094
|
/**
|
|
1095
|
+
* @public
|
|
981
1096
|
* <p>
|
|
982
1097
|
* Then ARN of the deleted custom line item.
|
|
983
1098
|
* </p>
|
|
@@ -990,14 +1105,17 @@ export interface DeleteCustomLineItemOutput {
|
|
|
990
1105
|
*/
|
|
991
1106
|
export interface ListCustomLineItemsFilter {
|
|
992
1107
|
/**
|
|
1108
|
+
* @public
|
|
993
1109
|
* <p>A list of custom line items to retrieve information.</p>
|
|
994
1110
|
*/
|
|
995
1111
|
Names?: string[];
|
|
996
1112
|
/**
|
|
1113
|
+
* @public
|
|
997
1114
|
* <p>The billing group Amazon Resource Names (ARNs) to retrieve information.</p>
|
|
998
1115
|
*/
|
|
999
1116
|
BillingGroups?: string[];
|
|
1000
1117
|
/**
|
|
1118
|
+
* @public
|
|
1001
1119
|
* <p>A list of custom line item ARNs to retrieve information.</p>
|
|
1002
1120
|
*/
|
|
1003
1121
|
Arns?: string[];
|
|
@@ -1007,24 +1125,28 @@ export interface ListCustomLineItemsFilter {
|
|
|
1007
1125
|
*/
|
|
1008
1126
|
export interface ListCustomLineItemsInput {
|
|
1009
1127
|
/**
|
|
1128
|
+
* @public
|
|
1010
1129
|
* <p>
|
|
1011
1130
|
* The preferred billing period to get custom line items (FFLIs).
|
|
1012
1131
|
* </p>
|
|
1013
1132
|
*/
|
|
1014
1133
|
BillingPeriod?: string;
|
|
1015
1134
|
/**
|
|
1135
|
+
* @public
|
|
1016
1136
|
* <p>
|
|
1017
1137
|
* The maximum number of billing groups to retrieve.
|
|
1018
1138
|
* </p>
|
|
1019
1139
|
*/
|
|
1020
1140
|
MaxResults?: number;
|
|
1021
1141
|
/**
|
|
1142
|
+
* @public
|
|
1022
1143
|
* <p>
|
|
1023
1144
|
* The pagination token that's used on subsequent calls to get custom line items (FFLIs).
|
|
1024
1145
|
* </p>
|
|
1025
1146
|
*/
|
|
1026
1147
|
NextToken?: string;
|
|
1027
1148
|
/**
|
|
1149
|
+
* @public
|
|
1028
1150
|
* <p>A <code>ListCustomLineItemsFilter</code> that specifies the custom line item names
|
|
1029
1151
|
* and/or billing group Amazon Resource Names (ARNs) to retrieve FFLI information.</p>
|
|
1030
1152
|
*/
|
|
@@ -1038,6 +1160,7 @@ export interface ListCustomLineItemsInput {
|
|
|
1038
1160
|
*/
|
|
1039
1161
|
export interface ListCustomLineItemFlatChargeDetails {
|
|
1040
1162
|
/**
|
|
1163
|
+
* @public
|
|
1041
1164
|
* <p>
|
|
1042
1165
|
* The custom line item's fixed charge value in USD.
|
|
1043
1166
|
* </p>
|
|
@@ -1052,6 +1175,7 @@ export interface ListCustomLineItemFlatChargeDetails {
|
|
|
1052
1175
|
*/
|
|
1053
1176
|
export interface ListCustomLineItemPercentageChargeDetails {
|
|
1054
1177
|
/**
|
|
1178
|
+
* @public
|
|
1055
1179
|
* <p>
|
|
1056
1180
|
* The custom line item's percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.
|
|
1057
1181
|
* </p>
|
|
@@ -1066,18 +1190,21 @@ export interface ListCustomLineItemPercentageChargeDetails {
|
|
|
1066
1190
|
*/
|
|
1067
1191
|
export interface ListCustomLineItemChargeDetails {
|
|
1068
1192
|
/**
|
|
1193
|
+
* @public
|
|
1069
1194
|
* <p>
|
|
1070
1195
|
* A <code>ListCustomLineItemFlatChargeDetails</code> that describes the charge details of a flat custom line item.
|
|
1071
1196
|
* </p>
|
|
1072
1197
|
*/
|
|
1073
1198
|
Flat?: ListCustomLineItemFlatChargeDetails;
|
|
1074
1199
|
/**
|
|
1200
|
+
* @public
|
|
1075
1201
|
* <p>
|
|
1076
1202
|
* A <code>ListCustomLineItemPercentageChargeDetails</code> that describes the charge details of a percentage custom line item.
|
|
1077
1203
|
* </p>
|
|
1078
1204
|
*/
|
|
1079
1205
|
Percentage?: ListCustomLineItemPercentageChargeDetails;
|
|
1080
1206
|
/**
|
|
1207
|
+
* @public
|
|
1081
1208
|
* <p>
|
|
1082
1209
|
* The type of the custom line item that indicates whether the charge is a <code>fee</code> or <code>credit</code>.
|
|
1083
1210
|
* </p>
|
|
@@ -1102,42 +1229,52 @@ export type CurrencyCode = (typeof CurrencyCode)[keyof typeof CurrencyCode];
|
|
|
1102
1229
|
*/
|
|
1103
1230
|
export interface CustomLineItemListElement {
|
|
1104
1231
|
/**
|
|
1232
|
+
* @public
|
|
1105
1233
|
* <p>The Amazon Resource Names (ARNs) for custom line items.</p>
|
|
1106
1234
|
*/
|
|
1107
1235
|
Arn?: string;
|
|
1108
1236
|
/**
|
|
1237
|
+
* @public
|
|
1109
1238
|
* <p>The custom line item's name.</p>
|
|
1110
1239
|
*/
|
|
1111
1240
|
Name?: string;
|
|
1112
1241
|
/**
|
|
1242
|
+
* @public
|
|
1113
1243
|
* <p>A <code>ListCustomLineItemChargeDetails</code> that describes the charge details of a custom line item.</p>
|
|
1114
1244
|
*/
|
|
1115
1245
|
ChargeDetails?: ListCustomLineItemChargeDetails;
|
|
1116
1246
|
/**
|
|
1247
|
+
* @public
|
|
1117
1248
|
* <p>The custom line item's charge value currency. Only one of the valid values can be used.</p>
|
|
1118
1249
|
*/
|
|
1119
1250
|
CurrencyCode?: CurrencyCode | string;
|
|
1120
1251
|
/**
|
|
1252
|
+
* @public
|
|
1121
1253
|
* <p>The custom line item's description. This is shown on the Bills page in association with the charge value.</p>
|
|
1122
1254
|
*/
|
|
1123
1255
|
Description?: string;
|
|
1124
1256
|
/**
|
|
1257
|
+
* @public
|
|
1125
1258
|
* <p>The product code that's associated with the custom line item.</p>
|
|
1126
1259
|
*/
|
|
1127
1260
|
ProductCode?: string;
|
|
1128
1261
|
/**
|
|
1262
|
+
* @public
|
|
1129
1263
|
* <p>The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.</p>
|
|
1130
1264
|
*/
|
|
1131
1265
|
BillingGroupArn?: string;
|
|
1132
1266
|
/**
|
|
1267
|
+
* @public
|
|
1133
1268
|
* <p>The time created.</p>
|
|
1134
1269
|
*/
|
|
1135
1270
|
CreationTime?: number;
|
|
1136
1271
|
/**
|
|
1272
|
+
* @public
|
|
1137
1273
|
* <p>The most recent time when the custom line item was modified.</p>
|
|
1138
1274
|
*/
|
|
1139
1275
|
LastModifiedTime?: number;
|
|
1140
1276
|
/**
|
|
1277
|
+
* @public
|
|
1141
1278
|
* <p>The number of resources that are associated to the custom line item.</p>
|
|
1142
1279
|
*/
|
|
1143
1280
|
AssociationSize?: number;
|
|
@@ -1147,12 +1284,14 @@ export interface CustomLineItemListElement {
|
|
|
1147
1284
|
*/
|
|
1148
1285
|
export interface ListCustomLineItemsOutput {
|
|
1149
1286
|
/**
|
|
1287
|
+
* @public
|
|
1150
1288
|
* <p>
|
|
1151
1289
|
* A list of <code>FreeFormLineItemListElements</code> received.
|
|
1152
1290
|
* </p>
|
|
1153
1291
|
*/
|
|
1154
1292
|
CustomLineItems?: CustomLineItemListElement[];
|
|
1155
1293
|
/**
|
|
1294
|
+
* @public
|
|
1156
1295
|
* <p>
|
|
1157
1296
|
* The pagination token that's used on subsequent calls to get custom line items (FFLIs).
|
|
1158
1297
|
* </p>
|
|
@@ -1165,10 +1304,12 @@ export interface ListCustomLineItemsOutput {
|
|
|
1165
1304
|
*/
|
|
1166
1305
|
export interface ListCustomLineItemVersionsBillingPeriodRangeFilter {
|
|
1167
1306
|
/**
|
|
1307
|
+
* @public
|
|
1168
1308
|
* <p>The inclusive start billing period that defines a billing period range where a custom line item version is applied.</p>
|
|
1169
1309
|
*/
|
|
1170
1310
|
StartBillingPeriod?: string;
|
|
1171
1311
|
/**
|
|
1312
|
+
* @public
|
|
1172
1313
|
* <p>The exclusive end billing period that defines a billing period range where a custom line item version is applied.</p>
|
|
1173
1314
|
*/
|
|
1174
1315
|
EndBillingPeriod?: string;
|
|
@@ -1179,6 +1320,7 @@ export interface ListCustomLineItemVersionsBillingPeriodRangeFilter {
|
|
|
1179
1320
|
*/
|
|
1180
1321
|
export interface ListCustomLineItemVersionsFilter {
|
|
1181
1322
|
/**
|
|
1323
|
+
* @public
|
|
1182
1324
|
* <p>The billing period range in which the custom line item version is applied.</p>
|
|
1183
1325
|
*/
|
|
1184
1326
|
BillingPeriodRange?: ListCustomLineItemVersionsBillingPeriodRangeFilter;
|
|
@@ -1188,18 +1330,22 @@ export interface ListCustomLineItemVersionsFilter {
|
|
|
1188
1330
|
*/
|
|
1189
1331
|
export interface ListCustomLineItemVersionsInput {
|
|
1190
1332
|
/**
|
|
1333
|
+
* @public
|
|
1191
1334
|
* <p>The Amazon Resource Name (ARN) for the custom line item.</p>
|
|
1192
1335
|
*/
|
|
1193
1336
|
Arn: string | undefined;
|
|
1194
1337
|
/**
|
|
1338
|
+
* @public
|
|
1195
1339
|
* <p>The maximum number of custom line item versions to retrieve.</p>
|
|
1196
1340
|
*/
|
|
1197
1341
|
MaxResults?: number;
|
|
1198
1342
|
/**
|
|
1343
|
+
* @public
|
|
1199
1344
|
* <p>The pagination token that's used on subsequent calls to retrieve custom line item versions.</p>
|
|
1200
1345
|
*/
|
|
1201
1346
|
NextToken?: string;
|
|
1202
1347
|
/**
|
|
1348
|
+
* @public
|
|
1203
1349
|
* <p>A <code>ListCustomLineItemVersionsFilter</code> that specifies the billing period range in which the custom line item versions are applied.</p>
|
|
1204
1350
|
*/
|
|
1205
1351
|
Filters?: ListCustomLineItemVersionsFilter;
|
|
@@ -1210,58 +1356,71 @@ export interface ListCustomLineItemVersionsInput {
|
|
|
1210
1356
|
*/
|
|
1211
1357
|
export interface CustomLineItemVersionListElement {
|
|
1212
1358
|
/**
|
|
1359
|
+
* @public
|
|
1213
1360
|
* <p>The name of the custom line item.</p>
|
|
1214
1361
|
*/
|
|
1215
1362
|
Name?: string;
|
|
1216
1363
|
/**
|
|
1364
|
+
* @public
|
|
1217
1365
|
* <p>
|
|
1218
1366
|
* A representation of the charge details of a custom line item.
|
|
1219
1367
|
* </p>
|
|
1220
1368
|
*/
|
|
1221
1369
|
ChargeDetails?: ListCustomLineItemChargeDetails;
|
|
1222
1370
|
/**
|
|
1371
|
+
* @public
|
|
1223
1372
|
* <p>The charge value currency of the custom line item.</p>
|
|
1224
1373
|
*/
|
|
1225
1374
|
CurrencyCode?: CurrencyCode | string;
|
|
1226
1375
|
/**
|
|
1376
|
+
* @public
|
|
1227
1377
|
* <p>The description of the custom line item.</p>
|
|
1228
1378
|
*/
|
|
1229
1379
|
Description?: string;
|
|
1230
1380
|
/**
|
|
1381
|
+
* @public
|
|
1231
1382
|
* <p>The product code that’s associated with the custom line item.</p>
|
|
1232
1383
|
*/
|
|
1233
1384
|
ProductCode?: string;
|
|
1234
1385
|
/**
|
|
1386
|
+
* @public
|
|
1235
1387
|
* <p>The Amazon Resource Name (ARN) of the billing group that the custom line item applies to.</p>
|
|
1236
1388
|
*/
|
|
1237
1389
|
BillingGroupArn?: string;
|
|
1238
1390
|
/**
|
|
1391
|
+
* @public
|
|
1239
1392
|
* <p>The time when the custom line item version was created.</p>
|
|
1240
1393
|
*/
|
|
1241
1394
|
CreationTime?: number;
|
|
1242
1395
|
/**
|
|
1396
|
+
* @public
|
|
1243
1397
|
* <p>The most recent time that the custom line item version was modified.</p>
|
|
1244
1398
|
*/
|
|
1245
1399
|
LastModifiedTime?: number;
|
|
1246
1400
|
/**
|
|
1401
|
+
* @public
|
|
1247
1402
|
* <p>The number of resources that are associated with the custom line item.</p>
|
|
1248
1403
|
*/
|
|
1249
1404
|
AssociationSize?: number;
|
|
1250
1405
|
/**
|
|
1406
|
+
* @public
|
|
1251
1407
|
* <p>The start billing period of the custom line item version.</p>
|
|
1252
1408
|
*/
|
|
1253
1409
|
StartBillingPeriod?: string;
|
|
1254
1410
|
/**
|
|
1411
|
+
* @public
|
|
1255
1412
|
* <p>The end billing period of the custom line item version.</p>
|
|
1256
1413
|
*/
|
|
1257
1414
|
EndBillingPeriod?: string;
|
|
1258
1415
|
/**
|
|
1416
|
+
* @public
|
|
1259
1417
|
* <p>
|
|
1260
1418
|
* A list of custom line item Amazon Resource Names (ARNs) to retrieve information.
|
|
1261
1419
|
* </p>
|
|
1262
1420
|
*/
|
|
1263
1421
|
Arn?: string;
|
|
1264
1422
|
/**
|
|
1423
|
+
* @public
|
|
1265
1424
|
* <p>
|
|
1266
1425
|
* The inclusive start time.
|
|
1267
1426
|
* </p>
|
|
@@ -1273,10 +1432,12 @@ export interface CustomLineItemVersionListElement {
|
|
|
1273
1432
|
*/
|
|
1274
1433
|
export interface ListCustomLineItemVersionsOutput {
|
|
1275
1434
|
/**
|
|
1435
|
+
* @public
|
|
1276
1436
|
* <p>A list of <code>CustomLineItemVersionListElements</code> that are received.</p>
|
|
1277
1437
|
*/
|
|
1278
1438
|
CustomLineItemVersions?: CustomLineItemVersionListElement[];
|
|
1279
1439
|
/**
|
|
1440
|
+
* @public
|
|
1280
1441
|
* <p>The pagination token that's used on subsequent calls to retrieve custom line item versions.</p>
|
|
1281
1442
|
*/
|
|
1282
1443
|
NextToken?: string;
|
|
@@ -1301,6 +1462,7 @@ export type CustomLineItemRelationship = (typeof CustomLineItemRelationship)[key
|
|
|
1301
1462
|
*/
|
|
1302
1463
|
export interface ListResourcesAssociatedToCustomLineItemFilter {
|
|
1303
1464
|
/**
|
|
1465
|
+
* @public
|
|
1304
1466
|
* <p>
|
|
1305
1467
|
* The type of relationship between the custom line item and the associated resource.
|
|
1306
1468
|
* </p>
|
|
@@ -1312,28 +1474,33 @@ export interface ListResourcesAssociatedToCustomLineItemFilter {
|
|
|
1312
1474
|
*/
|
|
1313
1475
|
export interface ListResourcesAssociatedToCustomLineItemInput {
|
|
1314
1476
|
/**
|
|
1477
|
+
* @public
|
|
1315
1478
|
* <p>
|
|
1316
1479
|
* The billing period for which the resource associations will be listed.
|
|
1317
1480
|
* </p>
|
|
1318
1481
|
*/
|
|
1319
1482
|
BillingPeriod?: string;
|
|
1320
1483
|
/**
|
|
1484
|
+
* @public
|
|
1321
1485
|
* <p>
|
|
1322
1486
|
* The ARN of the custom line item for which the resource associations will be listed.
|
|
1323
1487
|
* </p>
|
|
1324
1488
|
*/
|
|
1325
1489
|
Arn: string | undefined;
|
|
1326
1490
|
/**
|
|
1491
|
+
* @public
|
|
1327
1492
|
* <p>
|
|
1328
1493
|
* (Optional) The maximum number of resource associations to be retrieved.
|
|
1329
1494
|
* </p>
|
|
1330
1495
|
*/
|
|
1331
1496
|
MaxResults?: number;
|
|
1332
1497
|
/**
|
|
1498
|
+
* @public
|
|
1333
1499
|
* <p> (Optional) The pagination token that's returned by a previous request. </p>
|
|
1334
1500
|
*/
|
|
1335
1501
|
NextToken?: string;
|
|
1336
1502
|
/**
|
|
1503
|
+
* @public
|
|
1337
1504
|
* <p>
|
|
1338
1505
|
* (Optional) A <code>ListResourcesAssociatedToCustomLineItemFilter</code> that can specify the types of resources that should be retrieved.
|
|
1339
1506
|
* </p>
|
|
@@ -1348,18 +1515,21 @@ export interface ListResourcesAssociatedToCustomLineItemInput {
|
|
|
1348
1515
|
*/
|
|
1349
1516
|
export interface ListResourcesAssociatedToCustomLineItemResponseElement {
|
|
1350
1517
|
/**
|
|
1518
|
+
* @public
|
|
1351
1519
|
* <p>
|
|
1352
1520
|
* The ARN of the associated resource.
|
|
1353
1521
|
* </p>
|
|
1354
1522
|
*/
|
|
1355
1523
|
Arn?: string;
|
|
1356
1524
|
/**
|
|
1525
|
+
* @public
|
|
1357
1526
|
* <p>
|
|
1358
1527
|
* The type of relationship between the custom line item and the associated resource.
|
|
1359
1528
|
* </p>
|
|
1360
1529
|
*/
|
|
1361
1530
|
Relationship?: CustomLineItemRelationship | string;
|
|
1362
1531
|
/**
|
|
1532
|
+
* @public
|
|
1363
1533
|
* <p>The end billing period of the associated resource.</p>
|
|
1364
1534
|
*/
|
|
1365
1535
|
EndBillingPeriod?: string;
|
|
@@ -1369,18 +1539,21 @@ export interface ListResourcesAssociatedToCustomLineItemResponseElement {
|
|
|
1369
1539
|
*/
|
|
1370
1540
|
export interface ListResourcesAssociatedToCustomLineItemOutput {
|
|
1371
1541
|
/**
|
|
1542
|
+
* @public
|
|
1372
1543
|
* <p>
|
|
1373
1544
|
* The custom line item ARN for which the resource associations are listed.
|
|
1374
1545
|
* </p>
|
|
1375
1546
|
*/
|
|
1376
1547
|
Arn?: string;
|
|
1377
1548
|
/**
|
|
1549
|
+
* @public
|
|
1378
1550
|
* <p>
|
|
1379
1551
|
* A list of <code>ListResourcesAssociatedToCustomLineItemResponseElement</code> for each resource association retrieved.
|
|
1380
1552
|
* </p>
|
|
1381
1553
|
*/
|
|
1382
1554
|
AssociatedResources?: ListResourcesAssociatedToCustomLineItemResponseElement[];
|
|
1383
1555
|
/**
|
|
1556
|
+
* @public
|
|
1384
1557
|
* <p>
|
|
1385
1558
|
* The pagination token to be used in subsequent requests to retrieve additional results.
|
|
1386
1559
|
* </p>
|
|
@@ -1395,6 +1568,7 @@ export interface ListResourcesAssociatedToCustomLineItemOutput {
|
|
|
1395
1568
|
*/
|
|
1396
1569
|
export interface UpdateCustomLineItemFlatChargeDetails {
|
|
1397
1570
|
/**
|
|
1571
|
+
* @public
|
|
1398
1572
|
* <p>
|
|
1399
1573
|
* The custom line item's new fixed charge value in USD.
|
|
1400
1574
|
* </p>
|
|
@@ -1409,6 +1583,7 @@ export interface UpdateCustomLineItemFlatChargeDetails {
|
|
|
1409
1583
|
*/
|
|
1410
1584
|
export interface UpdateCustomLineItemPercentageChargeDetails {
|
|
1411
1585
|
/**
|
|
1586
|
+
* @public
|
|
1412
1587
|
* <p>
|
|
1413
1588
|
* 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.
|
|
1414
1589
|
* </p>
|
|
@@ -1423,12 +1598,14 @@ export interface UpdateCustomLineItemPercentageChargeDetails {
|
|
|
1423
1598
|
*/
|
|
1424
1599
|
export interface UpdateCustomLineItemChargeDetails {
|
|
1425
1600
|
/**
|
|
1601
|
+
* @public
|
|
1426
1602
|
* <p>
|
|
1427
1603
|
* An <code>UpdateCustomLineItemFlatChargeDetails</code> that describes the new charge details of a flat custom line item.
|
|
1428
1604
|
* </p>
|
|
1429
1605
|
*/
|
|
1430
1606
|
Flat?: UpdateCustomLineItemFlatChargeDetails;
|
|
1431
1607
|
/**
|
|
1608
|
+
* @public
|
|
1432
1609
|
* <p>
|
|
1433
1610
|
* An <code>UpdateCustomLineItemPercentageChargeDetails</code> that describes the new charge details of a percentage custom line item.
|
|
1434
1611
|
* </p>
|
|
@@ -1440,30 +1617,35 @@ export interface UpdateCustomLineItemChargeDetails {
|
|
|
1440
1617
|
*/
|
|
1441
1618
|
export interface UpdateCustomLineItemInput {
|
|
1442
1619
|
/**
|
|
1620
|
+
* @public
|
|
1443
1621
|
* <p>
|
|
1444
1622
|
* The ARN of the custom line item to be updated.
|
|
1445
1623
|
* </p>
|
|
1446
1624
|
*/
|
|
1447
1625
|
Arn: string | undefined;
|
|
1448
1626
|
/**
|
|
1627
|
+
* @public
|
|
1449
1628
|
* <p>
|
|
1450
1629
|
* The new name for the custom line item.
|
|
1451
1630
|
* </p>
|
|
1452
1631
|
*/
|
|
1453
1632
|
Name?: string;
|
|
1454
1633
|
/**
|
|
1634
|
+
* @public
|
|
1455
1635
|
* <p>
|
|
1456
1636
|
* The new line item description of the custom line item.
|
|
1457
1637
|
* </p>
|
|
1458
1638
|
*/
|
|
1459
1639
|
Description?: string;
|
|
1460
1640
|
/**
|
|
1641
|
+
* @public
|
|
1461
1642
|
* <p>
|
|
1462
1643
|
* A <code>ListCustomLineItemChargeDetails</code> containing the new charge details for the custom line item.
|
|
1463
1644
|
* </p>
|
|
1464
1645
|
*/
|
|
1465
1646
|
ChargeDetails?: UpdateCustomLineItemChargeDetails;
|
|
1466
1647
|
/**
|
|
1648
|
+
* @public
|
|
1467
1649
|
* <p>The billing period range in which the custom line item request will be applied.</p>
|
|
1468
1650
|
*/
|
|
1469
1651
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
@@ -1473,40 +1655,47 @@ export interface UpdateCustomLineItemInput {
|
|
|
1473
1655
|
*/
|
|
1474
1656
|
export interface UpdateCustomLineItemOutput {
|
|
1475
1657
|
/**
|
|
1658
|
+
* @public
|
|
1476
1659
|
* <p>
|
|
1477
1660
|
* The ARN of the successfully updated custom line item.
|
|
1478
1661
|
* </p>
|
|
1479
1662
|
*/
|
|
1480
1663
|
Arn?: string;
|
|
1481
1664
|
/**
|
|
1665
|
+
* @public
|
|
1482
1666
|
* <p>
|
|
1483
1667
|
* The ARN of the billing group that the custom line item is applied to.
|
|
1484
1668
|
* </p>
|
|
1485
1669
|
*/
|
|
1486
1670
|
BillingGroupArn?: string;
|
|
1487
1671
|
/**
|
|
1672
|
+
* @public
|
|
1488
1673
|
* <p>
|
|
1489
1674
|
* The name of the successfully updated custom line item.
|
|
1490
1675
|
* </p>
|
|
1491
1676
|
*/
|
|
1492
1677
|
Name?: string;
|
|
1493
1678
|
/**
|
|
1679
|
+
* @public
|
|
1494
1680
|
* <p>
|
|
1495
1681
|
* The description of the successfully updated custom line item.
|
|
1496
1682
|
* </p>
|
|
1497
1683
|
*/
|
|
1498
1684
|
Description?: string;
|
|
1499
1685
|
/**
|
|
1686
|
+
* @public
|
|
1500
1687
|
* <p>
|
|
1501
1688
|
* A <code>ListCustomLineItemChargeDetails</code> containing the charge details of the successfully updated custom line item.
|
|
1502
1689
|
* </p>
|
|
1503
1690
|
*/
|
|
1504
1691
|
ChargeDetails?: ListCustomLineItemChargeDetails;
|
|
1505
1692
|
/**
|
|
1693
|
+
* @public
|
|
1506
1694
|
* <p> The most recent time when the custom line item was modified. </p>
|
|
1507
1695
|
*/
|
|
1508
1696
|
LastModifiedTime?: number;
|
|
1509
1697
|
/**
|
|
1698
|
+
* @public
|
|
1510
1699
|
* <p>
|
|
1511
1700
|
* The number of resources that are associated to the custom line item.
|
|
1512
1701
|
* </p>
|
|
@@ -1525,6 +1714,7 @@ export interface UpdateCustomLineItemOutput {
|
|
|
1525
1714
|
*/
|
|
1526
1715
|
export interface ListAccountAssociationsFilter {
|
|
1527
1716
|
/**
|
|
1717
|
+
* @public
|
|
1528
1718
|
* <p>
|
|
1529
1719
|
* <code>MONITORED</code>: linked accounts that are associated to billing groups.</p>
|
|
1530
1720
|
* <p>
|
|
@@ -1534,10 +1724,12 @@ export interface ListAccountAssociationsFilter {
|
|
|
1534
1724
|
*/
|
|
1535
1725
|
Association?: string;
|
|
1536
1726
|
/**
|
|
1727
|
+
* @public
|
|
1537
1728
|
* <p>The Amazon Web Services account ID to filter on.</p>
|
|
1538
1729
|
*/
|
|
1539
1730
|
AccountId?: string;
|
|
1540
1731
|
/**
|
|
1732
|
+
* @public
|
|
1541
1733
|
* <p>
|
|
1542
1734
|
* The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
|
|
1543
1735
|
* </p>
|
|
@@ -1549,12 +1741,14 @@ export interface ListAccountAssociationsFilter {
|
|
|
1549
1741
|
*/
|
|
1550
1742
|
export interface ListAccountAssociationsInput {
|
|
1551
1743
|
/**
|
|
1744
|
+
* @public
|
|
1552
1745
|
* <p>
|
|
1553
1746
|
* The preferred billing period to get account associations.
|
|
1554
1747
|
* </p>
|
|
1555
1748
|
*/
|
|
1556
1749
|
BillingPeriod?: string;
|
|
1557
1750
|
/**
|
|
1751
|
+
* @public
|
|
1558
1752
|
* <p>The filter on the account ID of the linked account, or any of the following:</p>
|
|
1559
1753
|
* <p>
|
|
1560
1754
|
* <code>MONITORED</code>: linked accounts that are associated to billing groups.</p>
|
|
@@ -1566,6 +1760,7 @@ export interface ListAccountAssociationsInput {
|
|
|
1566
1760
|
*/
|
|
1567
1761
|
Filters?: ListAccountAssociationsFilter;
|
|
1568
1762
|
/**
|
|
1763
|
+
* @public
|
|
1569
1764
|
* <p>
|
|
1570
1765
|
* The pagination token that's used on subsequent calls to retrieve accounts.
|
|
1571
1766
|
* </p>
|
|
@@ -1577,10 +1772,12 @@ export interface ListAccountAssociationsInput {
|
|
|
1577
1772
|
*/
|
|
1578
1773
|
export interface ListAccountAssociationsOutput {
|
|
1579
1774
|
/**
|
|
1775
|
+
* @public
|
|
1580
1776
|
* <p> The list of linked accounts in the payer account. </p>
|
|
1581
1777
|
*/
|
|
1582
1778
|
LinkedAccounts?: AccountAssociationsListElement[];
|
|
1583
1779
|
/**
|
|
1780
|
+
* @public
|
|
1584
1781
|
* <p>
|
|
1585
1782
|
* The pagination token that's used on subsequent calls to get accounts.
|
|
1586
1783
|
* </p>
|
|
@@ -1593,6 +1790,7 @@ export interface ListAccountAssociationsOutput {
|
|
|
1593
1790
|
*/
|
|
1594
1791
|
export interface ListBillingGroupCostReportsFilter {
|
|
1595
1792
|
/**
|
|
1793
|
+
* @public
|
|
1596
1794
|
* <p>The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports. </p>
|
|
1597
1795
|
*/
|
|
1598
1796
|
BillingGroupArns?: string[];
|
|
@@ -1602,21 +1800,25 @@ export interface ListBillingGroupCostReportsFilter {
|
|
|
1602
1800
|
*/
|
|
1603
1801
|
export interface ListBillingGroupCostReportsInput {
|
|
1604
1802
|
/**
|
|
1803
|
+
* @public
|
|
1605
1804
|
* <p>The preferred billing period for your report.
|
|
1606
1805
|
* </p>
|
|
1607
1806
|
*/
|
|
1608
1807
|
BillingPeriod?: string;
|
|
1609
1808
|
/**
|
|
1809
|
+
* @public
|
|
1610
1810
|
* <p>The maximum number of reports to retrieve.
|
|
1611
1811
|
* </p>
|
|
1612
1812
|
*/
|
|
1613
1813
|
MaxResults?: number;
|
|
1614
1814
|
/**
|
|
1815
|
+
* @public
|
|
1615
1816
|
* <p>The pagination token that's used on subsequent calls to get reports.
|
|
1616
1817
|
* </p>
|
|
1617
1818
|
*/
|
|
1618
1819
|
NextToken?: string;
|
|
1619
1820
|
/**
|
|
1821
|
+
* @public
|
|
1620
1822
|
* <p>A <code>ListBillingGroupCostReportsFilter</code> to specify billing groups to retrieve reports from.
|
|
1621
1823
|
* </p>
|
|
1622
1824
|
*/
|
|
@@ -1628,26 +1830,32 @@ export interface ListBillingGroupCostReportsInput {
|
|
|
1628
1830
|
*/
|
|
1629
1831
|
export interface BillingGroupCostReportElement {
|
|
1630
1832
|
/**
|
|
1833
|
+
* @public
|
|
1631
1834
|
* <p>The Amazon Resource Name (ARN) of a billing group.</p>
|
|
1632
1835
|
*/
|
|
1633
1836
|
Arn?: string;
|
|
1634
1837
|
/**
|
|
1838
|
+
* @public
|
|
1635
1839
|
* <p>The actual Amazon Web Services charges for the billing group.</p>
|
|
1636
1840
|
*/
|
|
1637
1841
|
AWSCost?: string;
|
|
1638
1842
|
/**
|
|
1843
|
+
* @public
|
|
1639
1844
|
* <p>The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.</p>
|
|
1640
1845
|
*/
|
|
1641
1846
|
ProformaCost?: string;
|
|
1642
1847
|
/**
|
|
1848
|
+
* @public
|
|
1643
1849
|
* <p>The billing group margin.</p>
|
|
1644
1850
|
*/
|
|
1645
1851
|
Margin?: string;
|
|
1646
1852
|
/**
|
|
1853
|
+
* @public
|
|
1647
1854
|
* <p>The percentage of billing group margin.</p>
|
|
1648
1855
|
*/
|
|
1649
1856
|
MarginPercentage?: string;
|
|
1650
1857
|
/**
|
|
1858
|
+
* @public
|
|
1651
1859
|
* <p>The displayed currency.</p>
|
|
1652
1860
|
*/
|
|
1653
1861
|
Currency?: string;
|
|
@@ -1657,11 +1865,13 @@ export interface BillingGroupCostReportElement {
|
|
|
1657
1865
|
*/
|
|
1658
1866
|
export interface ListBillingGroupCostReportsOutput {
|
|
1659
1867
|
/**
|
|
1868
|
+
* @public
|
|
1660
1869
|
* <p>A list of <code>BillingGroupCostReportElement</code> retrieved.
|
|
1661
1870
|
* </p>
|
|
1662
1871
|
*/
|
|
1663
1872
|
BillingGroupCostReports?: BillingGroupCostReportElement[];
|
|
1664
1873
|
/**
|
|
1874
|
+
* @public
|
|
1665
1875
|
* <p>The pagination token that's used on subsequent calls to get reports.
|
|
1666
1876
|
* </p>
|
|
1667
1877
|
*/
|
|
@@ -1672,6 +1882,7 @@ export interface ListBillingGroupCostReportsOutput {
|
|
|
1672
1882
|
*/
|
|
1673
1883
|
export interface ListTagsForResourceRequest {
|
|
1674
1884
|
/**
|
|
1885
|
+
* @public
|
|
1675
1886
|
* <p>
|
|
1676
1887
|
* The Amazon Resource Name (ARN) that identifies the resource to list the tags.
|
|
1677
1888
|
* </p>
|
|
@@ -1683,6 +1894,7 @@ export interface ListTagsForResourceRequest {
|
|
|
1683
1894
|
*/
|
|
1684
1895
|
export interface ListTagsForResourceResponse {
|
|
1685
1896
|
/**
|
|
1897
|
+
* @public
|
|
1686
1898
|
* <p>
|
|
1687
1899
|
* The tags for the resource.
|
|
1688
1900
|
* </p>
|
|
@@ -1694,24 +1906,29 @@ export interface ListTagsForResourceResponse {
|
|
|
1694
1906
|
*/
|
|
1695
1907
|
export interface CreatePricingPlanInput {
|
|
1696
1908
|
/**
|
|
1909
|
+
* @public
|
|
1697
1910
|
* <p>
|
|
1698
1911
|
* The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
|
|
1699
1912
|
* </p>
|
|
1700
1913
|
*/
|
|
1701
1914
|
ClientToken?: string;
|
|
1702
1915
|
/**
|
|
1916
|
+
* @public
|
|
1703
1917
|
* <p>The name of the pricing plan. The names must be unique to each pricing plan. </p>
|
|
1704
1918
|
*/
|
|
1705
1919
|
Name: string | undefined;
|
|
1706
1920
|
/**
|
|
1921
|
+
* @public
|
|
1707
1922
|
* <p>The description of the pricing plan. </p>
|
|
1708
1923
|
*/
|
|
1709
1924
|
Description?: string;
|
|
1710
1925
|
/**
|
|
1926
|
+
* @public
|
|
1711
1927
|
* <p> A list of Amazon Resource Names (ARNs) that define the pricing plan parameters. </p>
|
|
1712
1928
|
*/
|
|
1713
1929
|
PricingRuleArns?: string[];
|
|
1714
1930
|
/**
|
|
1931
|
+
* @public
|
|
1715
1932
|
* <p>
|
|
1716
1933
|
* A map that contains tag keys and tag values that are attached to a pricing plan.
|
|
1717
1934
|
* </p>
|
|
@@ -1723,6 +1940,7 @@ export interface CreatePricingPlanInput {
|
|
|
1723
1940
|
*/
|
|
1724
1941
|
export interface CreatePricingPlanOutput {
|
|
1725
1942
|
/**
|
|
1943
|
+
* @public
|
|
1726
1944
|
* <p>The Amazon Resource Name (ARN) of the created pricing plan.</p>
|
|
1727
1945
|
*/
|
|
1728
1946
|
Arn?: string;
|
|
@@ -1732,6 +1950,7 @@ export interface CreatePricingPlanOutput {
|
|
|
1732
1950
|
*/
|
|
1733
1951
|
export interface DeletePricingPlanInput {
|
|
1734
1952
|
/**
|
|
1953
|
+
* @public
|
|
1735
1954
|
* <p>The Amazon Resource Name (ARN) of the pricing plan that you're deleting. </p>
|
|
1736
1955
|
*/
|
|
1737
1956
|
Arn: string | undefined;
|
|
@@ -1741,6 +1960,7 @@ export interface DeletePricingPlanInput {
|
|
|
1741
1960
|
*/
|
|
1742
1961
|
export interface DeletePricingPlanOutput {
|
|
1743
1962
|
/**
|
|
1963
|
+
* @public
|
|
1744
1964
|
* <p> The Amazon Resource Name (ARN) of the deleted pricing plan. </p>
|
|
1745
1965
|
*/
|
|
1746
1966
|
Arn?: string;
|
|
@@ -1750,10 +1970,12 @@ export interface DeletePricingPlanOutput {
|
|
|
1750
1970
|
*/
|
|
1751
1971
|
export interface DisassociatePricingRulesInput {
|
|
1752
1972
|
/**
|
|
1973
|
+
* @public
|
|
1753
1974
|
* <p> The pricing plan Amazon Resource Name (ARN) to disassociate pricing rules from. </p>
|
|
1754
1975
|
*/
|
|
1755
1976
|
Arn: string | undefined;
|
|
1756
1977
|
/**
|
|
1978
|
+
* @public
|
|
1757
1979
|
* <p> A list containing the Amazon Resource Name (ARN) of the pricing rules that will be
|
|
1758
1980
|
* disassociated. </p>
|
|
1759
1981
|
*/
|
|
@@ -1764,6 +1986,7 @@ export interface DisassociatePricingRulesInput {
|
|
|
1764
1986
|
*/
|
|
1765
1987
|
export interface DisassociatePricingRulesOutput {
|
|
1766
1988
|
/**
|
|
1989
|
+
* @public
|
|
1767
1990
|
* <p> The Amazon Resource Name (ARN) of the pricing plan that the pricing rules successfully
|
|
1768
1991
|
* disassociated from. </p>
|
|
1769
1992
|
*/
|
|
@@ -1776,6 +1999,7 @@ export interface DisassociatePricingRulesOutput {
|
|
|
1776
1999
|
*/
|
|
1777
2000
|
export interface ListPricingPlansFilter {
|
|
1778
2001
|
/**
|
|
2002
|
+
* @public
|
|
1779
2003
|
* <p>A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.</p>
|
|
1780
2004
|
*/
|
|
1781
2005
|
Arns?: string[];
|
|
@@ -1785,20 +2009,24 @@ export interface ListPricingPlansFilter {
|
|
|
1785
2009
|
*/
|
|
1786
2010
|
export interface ListPricingPlansInput {
|
|
1787
2011
|
/**
|
|
2012
|
+
* @public
|
|
1788
2013
|
* <p>The preferred billing period to get pricing plan.
|
|
1789
2014
|
* </p>
|
|
1790
2015
|
*/
|
|
1791
2016
|
BillingPeriod?: string;
|
|
1792
2017
|
/**
|
|
2018
|
+
* @public
|
|
1793
2019
|
* <p>A <code>ListPricingPlansFilter</code> that specifies the Amazon Resource Name (ARNs)
|
|
1794
2020
|
* of pricing plans to retrieve pricing plans information.</p>
|
|
1795
2021
|
*/
|
|
1796
2022
|
Filters?: ListPricingPlansFilter;
|
|
1797
2023
|
/**
|
|
2024
|
+
* @public
|
|
1798
2025
|
* <p>The maximum number of pricing plans to retrieve.</p>
|
|
1799
2026
|
*/
|
|
1800
2027
|
MaxResults?: number;
|
|
1801
2028
|
/**
|
|
2029
|
+
* @public
|
|
1802
2030
|
* <p>The pagination token that's used on subsequent call to get pricing plans.
|
|
1803
2031
|
* </p>
|
|
1804
2032
|
*/
|
|
@@ -1810,26 +2038,32 @@ export interface ListPricingPlansInput {
|
|
|
1810
2038
|
*/
|
|
1811
2039
|
export interface PricingPlanListElement {
|
|
1812
2040
|
/**
|
|
2041
|
+
* @public
|
|
1813
2042
|
* <p>The name of a pricing plan.</p>
|
|
1814
2043
|
*/
|
|
1815
2044
|
Name?: string;
|
|
1816
2045
|
/**
|
|
2046
|
+
* @public
|
|
1817
2047
|
* <p>The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.</p>
|
|
1818
2048
|
*/
|
|
1819
2049
|
Arn?: string;
|
|
1820
2050
|
/**
|
|
2051
|
+
* @public
|
|
1821
2052
|
* <p>The pricing plan description.</p>
|
|
1822
2053
|
*/
|
|
1823
2054
|
Description?: string;
|
|
1824
2055
|
/**
|
|
2056
|
+
* @public
|
|
1825
2057
|
* <p>The pricing rules count that's currently associated with this pricing plan list element.</p>
|
|
1826
2058
|
*/
|
|
1827
2059
|
Size?: number;
|
|
1828
2060
|
/**
|
|
2061
|
+
* @public
|
|
1829
2062
|
* <p>The time when the pricing plan was created.</p>
|
|
1830
2063
|
*/
|
|
1831
2064
|
CreationTime?: number;
|
|
1832
2065
|
/**
|
|
2066
|
+
* @public
|
|
1833
2067
|
* <p>The most recent time when the pricing plan was modified.</p>
|
|
1834
2068
|
*/
|
|
1835
2069
|
LastModifiedTime?: number;
|
|
@@ -1839,17 +2073,20 @@ export interface PricingPlanListElement {
|
|
|
1839
2073
|
*/
|
|
1840
2074
|
export interface ListPricingPlansOutput {
|
|
1841
2075
|
/**
|
|
2076
|
+
* @public
|
|
1842
2077
|
* <p>
|
|
1843
2078
|
* The billing period for which the described pricing plans are applicable.
|
|
1844
2079
|
* </p>
|
|
1845
2080
|
*/
|
|
1846
2081
|
BillingPeriod?: string;
|
|
1847
2082
|
/**
|
|
2083
|
+
* @public
|
|
1848
2084
|
* <p>A list of <code>PricingPlanListElement</code> retrieved.
|
|
1849
2085
|
* </p>
|
|
1850
2086
|
*/
|
|
1851
2087
|
PricingPlans?: PricingPlanListElement[];
|
|
1852
2088
|
/**
|
|
2089
|
+
* @public
|
|
1853
2090
|
* <p>The pagination token that's used on subsequent calls to get pricing plans.
|
|
1854
2091
|
* </p>
|
|
1855
2092
|
*/
|
|
@@ -1860,22 +2097,26 @@ export interface ListPricingPlansOutput {
|
|
|
1860
2097
|
*/
|
|
1861
2098
|
export interface ListPricingPlansAssociatedWithPricingRuleInput {
|
|
1862
2099
|
/**
|
|
2100
|
+
* @public
|
|
1863
2101
|
* <p>
|
|
1864
2102
|
* The pricing plan billing period for which associations will be listed.
|
|
1865
2103
|
* </p>
|
|
1866
2104
|
*/
|
|
1867
2105
|
BillingPeriod?: string;
|
|
1868
2106
|
/**
|
|
2107
|
+
* @public
|
|
1869
2108
|
* <p> The pricing rule Amazon Resource Name (ARN) for which associations will be listed. </p>
|
|
1870
2109
|
*/
|
|
1871
2110
|
PricingRuleArn: string | undefined;
|
|
1872
2111
|
/**
|
|
2112
|
+
* @public
|
|
1873
2113
|
* <p>
|
|
1874
2114
|
* The optional maximum number of pricing rule associations to retrieve.
|
|
1875
2115
|
* </p>
|
|
1876
2116
|
*/
|
|
1877
2117
|
MaxResults?: number;
|
|
1878
2118
|
/**
|
|
2119
|
+
* @public
|
|
1879
2120
|
* <p>
|
|
1880
2121
|
* The optional pagination token returned by a previous call.
|
|
1881
2122
|
* </p>
|
|
@@ -1887,22 +2128,26 @@ export interface ListPricingPlansAssociatedWithPricingRuleInput {
|
|
|
1887
2128
|
*/
|
|
1888
2129
|
export interface ListPricingPlansAssociatedWithPricingRuleOutput {
|
|
1889
2130
|
/**
|
|
2131
|
+
* @public
|
|
1890
2132
|
* <p>
|
|
1891
2133
|
* The pricing plan billing period for which associations will be listed.
|
|
1892
2134
|
* </p>
|
|
1893
2135
|
*/
|
|
1894
2136
|
BillingPeriod?: string;
|
|
1895
2137
|
/**
|
|
2138
|
+
* @public
|
|
1896
2139
|
* <p> The pricing rule Amazon Resource Name (ARN) for which associations will be listed. </p>
|
|
1897
2140
|
*/
|
|
1898
2141
|
PricingRuleArn?: string;
|
|
1899
2142
|
/**
|
|
2143
|
+
* @public
|
|
1900
2144
|
* <p>
|
|
1901
2145
|
* The list containing pricing plans that are associated with the requested pricing rule.
|
|
1902
2146
|
* </p>
|
|
1903
2147
|
*/
|
|
1904
2148
|
PricingPlanArns?: string[];
|
|
1905
2149
|
/**
|
|
2150
|
+
* @public
|
|
1906
2151
|
* <p>
|
|
1907
2152
|
* The pagination token to be used on subsequent calls.
|
|
1908
2153
|
* </p>
|
|
@@ -1914,15 +2159,18 @@ export interface ListPricingPlansAssociatedWithPricingRuleOutput {
|
|
|
1914
2159
|
*/
|
|
1915
2160
|
export interface UpdatePricingPlanInput {
|
|
1916
2161
|
/**
|
|
2162
|
+
* @public
|
|
1917
2163
|
* <p>The Amazon Resource Name (ARN) of the pricing plan that you're updating. </p>
|
|
1918
2164
|
*/
|
|
1919
2165
|
Arn: string | undefined;
|
|
1920
2166
|
/**
|
|
2167
|
+
* @public
|
|
1921
2168
|
* <p>The name of the pricing plan. The name must be unique to each pricing plan.
|
|
1922
2169
|
* </p>
|
|
1923
2170
|
*/
|
|
1924
2171
|
Name?: string;
|
|
1925
2172
|
/**
|
|
2173
|
+
* @public
|
|
1926
2174
|
* <p>The description of the pricing plan. </p>
|
|
1927
2175
|
*/
|
|
1928
2176
|
Description?: string;
|
|
@@ -1932,28 +2180,33 @@ export interface UpdatePricingPlanInput {
|
|
|
1932
2180
|
*/
|
|
1933
2181
|
export interface UpdatePricingPlanOutput {
|
|
1934
2182
|
/**
|
|
2183
|
+
* @public
|
|
1935
2184
|
* <p>The Amazon Resource Name (ARN) of the updated pricing plan. </p>
|
|
1936
2185
|
*/
|
|
1937
2186
|
Arn?: string;
|
|
1938
2187
|
/**
|
|
2188
|
+
* @public
|
|
1939
2189
|
* <p>
|
|
1940
2190
|
* The name of the pricing plan. The name must be unique to each pricing plan.
|
|
1941
2191
|
* </p>
|
|
1942
2192
|
*/
|
|
1943
2193
|
Name?: string;
|
|
1944
2194
|
/**
|
|
2195
|
+
* @public
|
|
1945
2196
|
* <p>
|
|
1946
2197
|
* The new description for the pricing rule.
|
|
1947
2198
|
* </p>
|
|
1948
2199
|
*/
|
|
1949
2200
|
Description?: string;
|
|
1950
2201
|
/**
|
|
2202
|
+
* @public
|
|
1951
2203
|
* <p>
|
|
1952
2204
|
* The pricing rules count that's currently associated with this pricing plan list.
|
|
1953
2205
|
* </p>
|
|
1954
2206
|
*/
|
|
1955
2207
|
Size?: number;
|
|
1956
2208
|
/**
|
|
2209
|
+
* @public
|
|
1957
2210
|
* <p> The most recent time when the pricing plan was modified. </p>
|
|
1958
2211
|
*/
|
|
1959
2212
|
LastModifiedTime?: number;
|
|
@@ -1980,6 +2233,7 @@ export type PricingRuleScope = (typeof PricingRuleScope)[keyof typeof PricingRul
|
|
|
1980
2233
|
*/
|
|
1981
2234
|
export interface CreateFreeTierConfig {
|
|
1982
2235
|
/**
|
|
2236
|
+
* @public
|
|
1983
2237
|
* <p>
|
|
1984
2238
|
* Activate or deactivate Amazon Web Services Free Tier.
|
|
1985
2239
|
* </p>
|
|
@@ -1994,6 +2248,7 @@ export interface CreateFreeTierConfig {
|
|
|
1994
2248
|
*/
|
|
1995
2249
|
export interface CreateTieringInput {
|
|
1996
2250
|
/**
|
|
2251
|
+
* @public
|
|
1997
2252
|
* <p>
|
|
1998
2253
|
* The possible Amazon Web Services Free Tier configurations.
|
|
1999
2254
|
* </p>
|
|
@@ -2018,62 +2273,73 @@ export type PricingRuleType = (typeof PricingRuleType)[keyof typeof PricingRuleT
|
|
|
2018
2273
|
*/
|
|
2019
2274
|
export interface CreatePricingRuleInput {
|
|
2020
2275
|
/**
|
|
2276
|
+
* @public
|
|
2021
2277
|
* <p> The token that's needed to support idempotency. Idempotency isn't currently supported,
|
|
2022
2278
|
* but will be implemented in a future update. </p>
|
|
2023
2279
|
*/
|
|
2024
2280
|
ClientToken?: string;
|
|
2025
2281
|
/**
|
|
2282
|
+
* @public
|
|
2026
2283
|
* <p>
|
|
2027
2284
|
* The pricing rule name. The names must be unique to each pricing rule.
|
|
2028
2285
|
* </p>
|
|
2029
2286
|
*/
|
|
2030
2287
|
Name: string | undefined;
|
|
2031
2288
|
/**
|
|
2289
|
+
* @public
|
|
2032
2290
|
* <p>
|
|
2033
2291
|
* The pricing rule description.
|
|
2034
2292
|
* </p>
|
|
2035
2293
|
*/
|
|
2036
2294
|
Description?: string;
|
|
2037
2295
|
/**
|
|
2296
|
+
* @public
|
|
2038
2297
|
* <p> The scope of pricing rule that indicates if it's globally applicable, or it's
|
|
2039
2298
|
* service-specific. </p>
|
|
2040
2299
|
*/
|
|
2041
2300
|
Scope: PricingRuleScope | string | undefined;
|
|
2042
2301
|
/**
|
|
2302
|
+
* @public
|
|
2043
2303
|
* <p>
|
|
2044
2304
|
* The type of pricing rule.
|
|
2045
2305
|
* </p>
|
|
2046
2306
|
*/
|
|
2047
2307
|
Type: PricingRuleType | string | undefined;
|
|
2048
2308
|
/**
|
|
2309
|
+
* @public
|
|
2049
2310
|
* <p> A percentage modifier that's applied on the public pricing rates. </p>
|
|
2050
2311
|
*/
|
|
2051
2312
|
ModifierPercentage?: number;
|
|
2052
2313
|
/**
|
|
2314
|
+
* @public
|
|
2053
2315
|
* <p>
|
|
2054
2316
|
* 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.
|
|
2055
2317
|
* </p>
|
|
2056
2318
|
*/
|
|
2057
2319
|
Service?: string;
|
|
2058
2320
|
/**
|
|
2321
|
+
* @public
|
|
2059
2322
|
* <p>
|
|
2060
2323
|
* A map that contains tag keys and tag values that are attached to a pricing rule.
|
|
2061
2324
|
* </p>
|
|
2062
2325
|
*/
|
|
2063
2326
|
Tags?: Record<string, string>;
|
|
2064
2327
|
/**
|
|
2328
|
+
* @public
|
|
2065
2329
|
* <p>
|
|
2066
2330
|
* The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
|
|
2067
2331
|
* </p>
|
|
2068
2332
|
*/
|
|
2069
2333
|
BillingEntity?: string;
|
|
2070
2334
|
/**
|
|
2335
|
+
* @public
|
|
2071
2336
|
* <p>
|
|
2072
2337
|
* The set of tiering configurations for the pricing rule.
|
|
2073
2338
|
* </p>
|
|
2074
2339
|
*/
|
|
2075
2340
|
Tiering?: CreateTieringInput;
|
|
2076
2341
|
/**
|
|
2342
|
+
* @public
|
|
2077
2343
|
* <p>
|
|
2078
2344
|
* Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p>
|
|
2079
2345
|
* <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.
|
|
@@ -2082,6 +2348,7 @@ export interface CreatePricingRuleInput {
|
|
|
2082
2348
|
*/
|
|
2083
2349
|
UsageType?: string;
|
|
2084
2350
|
/**
|
|
2351
|
+
* @public
|
|
2085
2352
|
* <p>
|
|
2086
2353
|
* Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.</p>
|
|
2087
2354
|
* <p>
|
|
@@ -2094,6 +2361,7 @@ export interface CreatePricingRuleInput {
|
|
|
2094
2361
|
*/
|
|
2095
2362
|
export interface CreatePricingRuleOutput {
|
|
2096
2363
|
/**
|
|
2364
|
+
* @public
|
|
2097
2365
|
* <p> The Amazon Resource Name (ARN) of the created pricing rule. </p>
|
|
2098
2366
|
*/
|
|
2099
2367
|
Arn?: string;
|
|
@@ -2103,6 +2371,7 @@ export interface CreatePricingRuleOutput {
|
|
|
2103
2371
|
*/
|
|
2104
2372
|
export interface DeletePricingRuleInput {
|
|
2105
2373
|
/**
|
|
2374
|
+
* @public
|
|
2106
2375
|
* <p> The Amazon Resource Name (ARN) of the pricing rule that you are deleting. </p>
|
|
2107
2376
|
*/
|
|
2108
2377
|
Arn: string | undefined;
|
|
@@ -2112,6 +2381,7 @@ export interface DeletePricingRuleInput {
|
|
|
2112
2381
|
*/
|
|
2113
2382
|
export interface DeletePricingRuleOutput {
|
|
2114
2383
|
/**
|
|
2384
|
+
* @public
|
|
2115
2385
|
* <p> The Amazon Resource Name (ARN) of the deleted pricing rule. </p>
|
|
2116
2386
|
*/
|
|
2117
2387
|
Arn?: string;
|
|
@@ -2122,6 +2392,7 @@ export interface DeletePricingRuleOutput {
|
|
|
2122
2392
|
*/
|
|
2123
2393
|
export interface ListPricingRulesFilter {
|
|
2124
2394
|
/**
|
|
2395
|
+
* @public
|
|
2125
2396
|
* <p>A list containing the pricing rule Amazon Resource Names (ARNs) to include in the API response.</p>
|
|
2126
2397
|
*/
|
|
2127
2398
|
Arns?: string[];
|
|
@@ -2131,23 +2402,27 @@ export interface ListPricingRulesFilter {
|
|
|
2131
2402
|
*/
|
|
2132
2403
|
export interface ListPricingRulesInput {
|
|
2133
2404
|
/**
|
|
2405
|
+
* @public
|
|
2134
2406
|
* <p>
|
|
2135
2407
|
* The preferred billing period to get the pricing plan.
|
|
2136
2408
|
* </p>
|
|
2137
2409
|
*/
|
|
2138
2410
|
BillingPeriod?: string;
|
|
2139
2411
|
/**
|
|
2412
|
+
* @public
|
|
2140
2413
|
* <p> A <code>DescribePricingRuleFilter</code> that specifies the Amazon Resource Name (ARNs)
|
|
2141
2414
|
* of pricing rules to retrieve pricing rules information. </p>
|
|
2142
2415
|
*/
|
|
2143
2416
|
Filters?: ListPricingRulesFilter;
|
|
2144
2417
|
/**
|
|
2418
|
+
* @public
|
|
2145
2419
|
* <p>
|
|
2146
2420
|
* The maximum number of pricing rules to retrieve.
|
|
2147
2421
|
* </p>
|
|
2148
2422
|
*/
|
|
2149
2423
|
MaxResults?: number;
|
|
2150
2424
|
/**
|
|
2425
|
+
* @public
|
|
2151
2426
|
* <p>
|
|
2152
2427
|
* The pagination token that's used on subsequent call to get pricing rules.
|
|
2153
2428
|
* </p>
|
|
@@ -2162,6 +2437,7 @@ export interface ListPricingRulesInput {
|
|
|
2162
2437
|
*/
|
|
2163
2438
|
export interface FreeTierConfig {
|
|
2164
2439
|
/**
|
|
2440
|
+
* @public
|
|
2165
2441
|
* <p>
|
|
2166
2442
|
* Activate or deactivate Amazon Web Services Free Tier application.
|
|
2167
2443
|
* </p>
|
|
@@ -2176,6 +2452,7 @@ export interface FreeTierConfig {
|
|
|
2176
2452
|
*/
|
|
2177
2453
|
export interface Tiering {
|
|
2178
2454
|
/**
|
|
2455
|
+
* @public
|
|
2179
2456
|
* <p>
|
|
2180
2457
|
* The possible Amazon Web Services Free Tier configurations.
|
|
2181
2458
|
* </p>
|
|
@@ -2188,58 +2465,71 @@ export interface Tiering {
|
|
|
2188
2465
|
*/
|
|
2189
2466
|
export interface PricingRuleListElement {
|
|
2190
2467
|
/**
|
|
2468
|
+
* @public
|
|
2191
2469
|
* <p>The name of a pricing rule.</p>
|
|
2192
2470
|
*/
|
|
2193
2471
|
Name?: string;
|
|
2194
2472
|
/**
|
|
2473
|
+
* @public
|
|
2195
2474
|
* <p>The Amazon Resource Name (ARN) used to uniquely identify a pricing rule.</p>
|
|
2196
2475
|
*/
|
|
2197
2476
|
Arn?: string;
|
|
2198
2477
|
/**
|
|
2478
|
+
* @public
|
|
2199
2479
|
* <p>The pricing rule description.</p>
|
|
2200
2480
|
*/
|
|
2201
2481
|
Description?: string;
|
|
2202
2482
|
/**
|
|
2483
|
+
* @public
|
|
2203
2484
|
* <p>The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.</p>
|
|
2204
2485
|
*/
|
|
2205
2486
|
Scope?: PricingRuleScope | string;
|
|
2206
2487
|
/**
|
|
2488
|
+
* @public
|
|
2207
2489
|
* <p>The type of pricing rule.</p>
|
|
2208
2490
|
*/
|
|
2209
2491
|
Type?: PricingRuleType | string;
|
|
2210
2492
|
/**
|
|
2493
|
+
* @public
|
|
2211
2494
|
* <p>A percentage modifier applied on the public pricing rates.</p>
|
|
2212
2495
|
*/
|
|
2213
2496
|
ModifierPercentage?: number;
|
|
2214
2497
|
/**
|
|
2498
|
+
* @public
|
|
2215
2499
|
* <p>If the <code>Scope</code> attribute is <code>SERVICE</code>, this attribute indicates which service the <code>PricingRule</code> is applicable for.</p>
|
|
2216
2500
|
*/
|
|
2217
2501
|
Service?: string;
|
|
2218
2502
|
/**
|
|
2503
|
+
* @public
|
|
2219
2504
|
* <p>The pricing plans count that this pricing rule is associated with.</p>
|
|
2220
2505
|
*/
|
|
2221
2506
|
AssociatedPricingPlanCount?: number;
|
|
2222
2507
|
/**
|
|
2508
|
+
* @public
|
|
2223
2509
|
* <p>The time when the pricing rule was created.</p>
|
|
2224
2510
|
*/
|
|
2225
2511
|
CreationTime?: number;
|
|
2226
2512
|
/**
|
|
2513
|
+
* @public
|
|
2227
2514
|
* <p> The most recent time when the pricing rule was modified.</p>
|
|
2228
2515
|
*/
|
|
2229
2516
|
LastModifiedTime?: number;
|
|
2230
2517
|
/**
|
|
2518
|
+
* @public
|
|
2231
2519
|
* <p>
|
|
2232
2520
|
* The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
|
|
2233
2521
|
* </p>
|
|
2234
2522
|
*/
|
|
2235
2523
|
BillingEntity?: string;
|
|
2236
2524
|
/**
|
|
2525
|
+
* @public
|
|
2237
2526
|
* <p>
|
|
2238
2527
|
* The set of tiering configurations for the pricing rule.
|
|
2239
2528
|
* </p>
|
|
2240
2529
|
*/
|
|
2241
2530
|
Tiering?: Tiering;
|
|
2242
2531
|
/**
|
|
2532
|
+
* @public
|
|
2243
2533
|
* <p>
|
|
2244
2534
|
* Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p>
|
|
2245
2535
|
* <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.
|
|
@@ -2248,6 +2538,7 @@ export interface PricingRuleListElement {
|
|
|
2248
2538
|
*/
|
|
2249
2539
|
UsageType?: string;
|
|
2250
2540
|
/**
|
|
2541
|
+
* @public
|
|
2251
2542
|
* <p>
|
|
2252
2543
|
* Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.</p>
|
|
2253
2544
|
* <p>
|
|
@@ -2260,18 +2551,21 @@ export interface PricingRuleListElement {
|
|
|
2260
2551
|
*/
|
|
2261
2552
|
export interface ListPricingRulesOutput {
|
|
2262
2553
|
/**
|
|
2554
|
+
* @public
|
|
2263
2555
|
* <p>
|
|
2264
2556
|
* The billing period for which the described pricing rules are applicable.
|
|
2265
2557
|
* </p>
|
|
2266
2558
|
*/
|
|
2267
2559
|
BillingPeriod?: string;
|
|
2268
2560
|
/**
|
|
2561
|
+
* @public
|
|
2269
2562
|
* <p>
|
|
2270
2563
|
* A list containing the described pricing rules.
|
|
2271
2564
|
* </p>
|
|
2272
2565
|
*/
|
|
2273
2566
|
PricingRules?: PricingRuleListElement[];
|
|
2274
2567
|
/**
|
|
2568
|
+
* @public
|
|
2275
2569
|
* <p>
|
|
2276
2570
|
* The pagination token that's used on subsequent calls to get pricing rules.
|
|
2277
2571
|
* </p>
|
|
@@ -2283,21 +2577,25 @@ export interface ListPricingRulesOutput {
|
|
|
2283
2577
|
*/
|
|
2284
2578
|
export interface ListPricingRulesAssociatedToPricingPlanInput {
|
|
2285
2579
|
/**
|
|
2580
|
+
* @public
|
|
2286
2581
|
* <p>
|
|
2287
2582
|
* The billing period for which the pricing rule associations are to be listed.
|
|
2288
2583
|
* </p>
|
|
2289
2584
|
*/
|
|
2290
2585
|
BillingPeriod?: string;
|
|
2291
2586
|
/**
|
|
2587
|
+
* @public
|
|
2292
2588
|
* <p> The Amazon Resource Name (ARN) of the pricing plan for which associations are to be
|
|
2293
2589
|
* listed.</p>
|
|
2294
2590
|
*/
|
|
2295
2591
|
PricingPlanArn: string | undefined;
|
|
2296
2592
|
/**
|
|
2593
|
+
* @public
|
|
2297
2594
|
* <p>The optional maximum number of pricing rule associations to retrieve.</p>
|
|
2298
2595
|
*/
|
|
2299
2596
|
MaxResults?: number;
|
|
2300
2597
|
/**
|
|
2598
|
+
* @public
|
|
2301
2599
|
* <p>
|
|
2302
2600
|
* The optional pagination token returned by a previous call.
|
|
2303
2601
|
* </p>
|
|
@@ -2309,23 +2607,27 @@ export interface ListPricingRulesAssociatedToPricingPlanInput {
|
|
|
2309
2607
|
*/
|
|
2310
2608
|
export interface ListPricingRulesAssociatedToPricingPlanOutput {
|
|
2311
2609
|
/**
|
|
2610
|
+
* @public
|
|
2312
2611
|
* <p>
|
|
2313
2612
|
* The billing period for which the pricing rule associations are listed.
|
|
2314
2613
|
* </p>
|
|
2315
2614
|
*/
|
|
2316
2615
|
BillingPeriod?: string;
|
|
2317
2616
|
/**
|
|
2617
|
+
* @public
|
|
2318
2618
|
* <p> The Amazon Resource Name (ARN) of the pricing plan for which associations are
|
|
2319
2619
|
* listed.</p>
|
|
2320
2620
|
*/
|
|
2321
2621
|
PricingPlanArn?: string;
|
|
2322
2622
|
/**
|
|
2623
|
+
* @public
|
|
2323
2624
|
* <p>
|
|
2324
2625
|
* A list containing pricing rules that are associated with the requested pricing plan.
|
|
2325
2626
|
* </p>
|
|
2326
2627
|
*/
|
|
2327
2628
|
PricingRuleArns?: string[];
|
|
2328
2629
|
/**
|
|
2630
|
+
* @public
|
|
2329
2631
|
* <p>
|
|
2330
2632
|
* The pagination token to be used on subsequent calls.
|
|
2331
2633
|
* </p>
|
|
@@ -2340,6 +2642,7 @@ export interface ListPricingRulesAssociatedToPricingPlanOutput {
|
|
|
2340
2642
|
*/
|
|
2341
2643
|
export interface UpdateFreeTierConfig {
|
|
2342
2644
|
/**
|
|
2645
|
+
* @public
|
|
2343
2646
|
* <p>
|
|
2344
2647
|
* Activate or deactivate application of Amazon Web Services Free Tier.
|
|
2345
2648
|
* </p>
|
|
@@ -2354,6 +2657,7 @@ export interface UpdateFreeTierConfig {
|
|
|
2354
2657
|
*/
|
|
2355
2658
|
export interface UpdateTieringInput {
|
|
2356
2659
|
/**
|
|
2660
|
+
* @public
|
|
2357
2661
|
* <p>
|
|
2358
2662
|
* The possible Amazon Web Services Free Tier configurations.
|
|
2359
2663
|
* </p>
|
|
@@ -2365,34 +2669,40 @@ export interface UpdateTieringInput {
|
|
|
2365
2669
|
*/
|
|
2366
2670
|
export interface UpdatePricingRuleInput {
|
|
2367
2671
|
/**
|
|
2672
|
+
* @public
|
|
2368
2673
|
* <p> The Amazon Resource Name (ARN) of the pricing rule to update. </p>
|
|
2369
2674
|
*/
|
|
2370
2675
|
Arn: string | undefined;
|
|
2371
2676
|
/**
|
|
2677
|
+
* @public
|
|
2372
2678
|
* <p>
|
|
2373
2679
|
* The new name of the pricing rule. The name must be unique to each pricing rule.
|
|
2374
2680
|
* </p>
|
|
2375
2681
|
*/
|
|
2376
2682
|
Name?: string;
|
|
2377
2683
|
/**
|
|
2684
|
+
* @public
|
|
2378
2685
|
* <p>
|
|
2379
2686
|
* The new description for the pricing rule.
|
|
2380
2687
|
* </p>
|
|
2381
2688
|
*/
|
|
2382
2689
|
Description?: string;
|
|
2383
2690
|
/**
|
|
2691
|
+
* @public
|
|
2384
2692
|
* <p>
|
|
2385
2693
|
* The new pricing rule type.
|
|
2386
2694
|
* </p>
|
|
2387
2695
|
*/
|
|
2388
2696
|
Type?: PricingRuleType | string;
|
|
2389
2697
|
/**
|
|
2698
|
+
* @public
|
|
2390
2699
|
* <p>
|
|
2391
2700
|
* The new modifier to show pricing plan rates as a percentage.
|
|
2392
2701
|
* </p>
|
|
2393
2702
|
*/
|
|
2394
2703
|
ModifierPercentage?: number;
|
|
2395
2704
|
/**
|
|
2705
|
+
* @public
|
|
2396
2706
|
* <p>
|
|
2397
2707
|
* The set of tiering configurations for the pricing rule.
|
|
2398
2708
|
* </p>
|
|
@@ -2404,75 +2714,88 @@ export interface UpdatePricingRuleInput {
|
|
|
2404
2714
|
*/
|
|
2405
2715
|
export interface UpdatePricingRuleOutput {
|
|
2406
2716
|
/**
|
|
2717
|
+
* @public
|
|
2407
2718
|
* <p> The Amazon Resource Name (ARN) of the successfully updated pricing rule. </p>
|
|
2408
2719
|
*/
|
|
2409
2720
|
Arn?: string;
|
|
2410
2721
|
/**
|
|
2722
|
+
* @public
|
|
2411
2723
|
* <p>
|
|
2412
2724
|
* The new name of the pricing rule. The name must be unique to each pricing rule.
|
|
2413
2725
|
* </p>
|
|
2414
2726
|
*/
|
|
2415
2727
|
Name?: string;
|
|
2416
2728
|
/**
|
|
2729
|
+
* @public
|
|
2417
2730
|
* <p>
|
|
2418
2731
|
* The new description for the pricing rule.
|
|
2419
2732
|
* </p>
|
|
2420
2733
|
*/
|
|
2421
2734
|
Description?: string;
|
|
2422
2735
|
/**
|
|
2736
|
+
* @public
|
|
2423
2737
|
* <p> The scope of pricing rule that indicates if it's globally applicable, or it's
|
|
2424
2738
|
* service-specific. </p>
|
|
2425
2739
|
*/
|
|
2426
2740
|
Scope?: PricingRuleScope | string;
|
|
2427
2741
|
/**
|
|
2742
|
+
* @public
|
|
2428
2743
|
* <p>
|
|
2429
2744
|
* The new pricing rule type.
|
|
2430
2745
|
* </p>
|
|
2431
2746
|
*/
|
|
2432
2747
|
Type?: PricingRuleType | string;
|
|
2433
2748
|
/**
|
|
2749
|
+
* @public
|
|
2434
2750
|
* <p>
|
|
2435
2751
|
* The new modifier to show pricing plan rates as a percentage.
|
|
2436
2752
|
* </p>
|
|
2437
2753
|
*/
|
|
2438
2754
|
ModifierPercentage?: number;
|
|
2439
2755
|
/**
|
|
2756
|
+
* @public
|
|
2440
2757
|
* <p>
|
|
2441
2758
|
* If the <code>Scope</code> attribute is set to <code>SERVICE</code>, the attribute indicates which service the <code>PricingRule</code> is applicable for.
|
|
2442
2759
|
* </p>
|
|
2443
2760
|
*/
|
|
2444
2761
|
Service?: string;
|
|
2445
2762
|
/**
|
|
2763
|
+
* @public
|
|
2446
2764
|
* <p>
|
|
2447
2765
|
* The pricing plans count that this pricing rule is associated with.
|
|
2448
2766
|
* </p>
|
|
2449
2767
|
*/
|
|
2450
2768
|
AssociatedPricingPlanCount?: number;
|
|
2451
2769
|
/**
|
|
2770
|
+
* @public
|
|
2452
2771
|
* <p>
|
|
2453
2772
|
* The most recent time the pricing rule was modified.
|
|
2454
2773
|
* </p>
|
|
2455
2774
|
*/
|
|
2456
2775
|
LastModifiedTime?: number;
|
|
2457
2776
|
/**
|
|
2777
|
+
* @public
|
|
2458
2778
|
* <p>
|
|
2459
2779
|
* The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
|
|
2460
2780
|
* </p>
|
|
2461
2781
|
*/
|
|
2462
2782
|
BillingEntity?: string;
|
|
2463
2783
|
/**
|
|
2784
|
+
* @public
|
|
2464
2785
|
* <p>
|
|
2465
2786
|
* The set of tiering configurations for the pricing rule.
|
|
2466
2787
|
* </p>
|
|
2467
2788
|
*/
|
|
2468
2789
|
Tiering?: UpdateTieringInput;
|
|
2469
2790
|
/**
|
|
2791
|
+
* @public
|
|
2470
2792
|
* <p>Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p>
|
|
2471
2793
|
* <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.
|
|
2472
2794
|
* </p>
|
|
2473
2795
|
*/
|
|
2474
2796
|
UsageType?: string;
|
|
2475
2797
|
/**
|
|
2798
|
+
* @public
|
|
2476
2799
|
* <p>Operation refers to the specific Amazon Web Services covered by this line item. This describes the specific usage of the line item.</p>
|
|
2477
2800
|
* <p>
|
|
2478
2801
|
* 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>
|
|
@@ -2484,12 +2807,14 @@ export interface UpdatePricingRuleOutput {
|
|
|
2484
2807
|
*/
|
|
2485
2808
|
export interface TagResourceRequest {
|
|
2486
2809
|
/**
|
|
2810
|
+
* @public
|
|
2487
2811
|
* <p>
|
|
2488
2812
|
* The Amazon Resource Name (ARN) of the resource to which to add tags.
|
|
2489
2813
|
* </p>
|
|
2490
2814
|
*/
|
|
2491
2815
|
ResourceArn: string | undefined;
|
|
2492
2816
|
/**
|
|
2817
|
+
* @public
|
|
2493
2818
|
* <p>
|
|
2494
2819
|
* The tags to add to the resource as a list of key-value pairs.
|
|
2495
2820
|
* </p>
|
|
@@ -2506,12 +2831,14 @@ export interface TagResourceResponse {
|
|
|
2506
2831
|
*/
|
|
2507
2832
|
export interface UntagResourceRequest {
|
|
2508
2833
|
/**
|
|
2834
|
+
* @public
|
|
2509
2835
|
* <p>
|
|
2510
2836
|
* The Amazon Resource Name (ARN) of the resource to which to delete tags.
|
|
2511
2837
|
* </p>
|
|
2512
2838
|
*/
|
|
2513
2839
|
ResourceArn: string | undefined;
|
|
2514
2840
|
/**
|
|
2841
|
+
* @public
|
|
2515
2842
|
* <p>
|
|
2516
2843
|
* The tags to delete from the resource as a list of key-value pairs.
|
|
2517
2844
|
* </p>
|