@aws-sdk/client-billingconductor 3.295.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/Billingconductor.d.ts +32 -0
- package/dist-types/BillingconductorClient.d.ts +24 -4
- package/dist-types/commands/AssociateAccountsCommand.d.ts +16 -0
- package/dist-types/commands/AssociatePricingRulesCommand.d.ts +16 -0
- package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/CreatePricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/CreatePricingRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/DeletePricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +16 -0
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomLineItemsCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingPlansCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePricingRuleCommand.d.ts +16 -0
- package/dist-types/models/BillingconductorServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +259 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBillingGroupCostReportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomLineItemVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomLineItemsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingPlansPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { BillingconductorServiceException as __BaseException } from "./BillingconductorServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>You do not have sufficient access to perform this action.
|
|
5
6
|
* </p>
|
|
6
7
|
*/
|
|
@@ -14,6 +15,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
14
15
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
15
16
|
}
|
|
16
17
|
/**
|
|
18
|
+
* @public
|
|
17
19
|
* <p> A representation of a linked account. </p>
|
|
18
20
|
*/
|
|
19
21
|
export interface AccountAssociationsListElement {
|
|
@@ -41,6 +43,7 @@ export interface AccountAssociationsListElement {
|
|
|
41
43
|
AccountEmail?: string;
|
|
42
44
|
}
|
|
43
45
|
/**
|
|
46
|
+
* @public
|
|
44
47
|
* <p>
|
|
45
48
|
* The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated family.
|
|
46
49
|
* </p>
|
|
@@ -53,6 +56,9 @@ export interface AccountGrouping {
|
|
|
53
56
|
*/
|
|
54
57
|
LinkedAccountIds: string[] | undefined;
|
|
55
58
|
}
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
56
62
|
export interface AssociateAccountsInput {
|
|
57
63
|
/**
|
|
58
64
|
* <p> The Amazon Resource Name (ARN) of the billing group that associates the array of
|
|
@@ -66,6 +72,9 @@ export interface AssociateAccountsInput {
|
|
|
66
72
|
*/
|
|
67
73
|
AccountIds: string[] | undefined;
|
|
68
74
|
}
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
69
78
|
export interface AssociateAccountsOutput {
|
|
70
79
|
/**
|
|
71
80
|
* <p> The Amazon Resource Name (ARN) of the billing group that associates the array of
|
|
@@ -73,6 +82,9 @@ export interface AssociateAccountsOutput {
|
|
|
73
82
|
*/
|
|
74
83
|
Arn?: string;
|
|
75
84
|
}
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
76
88
|
export declare enum ConflictExceptionReason {
|
|
77
89
|
PRICING_PLAN_ATTACHED_TO_BILLING_GROUP_DELETE_CONFLICT = "PRICING_PLAN_ATTACHED_TO_BILLING_GROUP_DELETE_CONFLICT",
|
|
78
90
|
PRICING_RULE_ATTACHED_TO_PRICING_PLAN_DELETE_CONFLICT = "PRICING_RULE_ATTACHED_TO_PRICING_PLAN_DELETE_CONFLICT",
|
|
@@ -81,6 +93,7 @@ export declare enum ConflictExceptionReason {
|
|
|
81
93
|
WRITE_CONFLICT_RETRY = "WRITE_CONFLICT_RETRY"
|
|
82
94
|
}
|
|
83
95
|
/**
|
|
96
|
+
* @public
|
|
84
97
|
* <p>You can cause an inconsistent state by updating or deleting a resource.
|
|
85
98
|
* </p>
|
|
86
99
|
*/
|
|
@@ -109,6 +122,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
109
122
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
110
123
|
}
|
|
111
124
|
/**
|
|
125
|
+
* @public
|
|
112
126
|
* <p>An unexpected error occurred while processing a request.
|
|
113
127
|
* </p>
|
|
114
128
|
*/
|
|
@@ -127,6 +141,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
127
141
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
128
142
|
}
|
|
129
143
|
/**
|
|
144
|
+
* @public
|
|
130
145
|
* <p>The request references a resource that doesn't exist.
|
|
131
146
|
* </p>
|
|
132
147
|
*/
|
|
@@ -150,6 +165,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
150
165
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
151
166
|
}
|
|
152
167
|
/**
|
|
168
|
+
* @public
|
|
153
169
|
* <p>The request would cause a service limit to exceed.
|
|
154
170
|
* </p>
|
|
155
171
|
*/
|
|
@@ -183,6 +199,7 @@ export declare class ServiceLimitExceededException extends __BaseException {
|
|
|
183
199
|
constructor(opts: __ExceptionOptionType<ServiceLimitExceededException, __BaseException>);
|
|
184
200
|
}
|
|
185
201
|
/**
|
|
202
|
+
* @public
|
|
186
203
|
* <p>The request was denied due to request throttling.
|
|
187
204
|
* </p>
|
|
188
205
|
*/
|
|
@@ -201,6 +218,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
201
218
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
202
219
|
}
|
|
203
220
|
/**
|
|
221
|
+
* @public
|
|
204
222
|
* <p>The field's information of a request that resulted in an exception.
|
|
205
223
|
* </p>
|
|
206
224
|
*/
|
|
@@ -216,6 +234,9 @@ export interface ValidationExceptionField {
|
|
|
216
234
|
*/
|
|
217
235
|
Message: string | undefined;
|
|
218
236
|
}
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
219
240
|
export declare enum ValidationExceptionReason {
|
|
220
241
|
ACCOUNTS_ALREADY_ASSOCIATED = "ACCOUNTS_ALREADY_ASSOCIATED",
|
|
221
242
|
ACCOUNTS_NOT_ASSOCIATED = "ACCOUNTS_NOT_ASSOCIATED",
|
|
@@ -276,6 +297,7 @@ export declare enum ValidationExceptionReason {
|
|
|
276
297
|
UNKNOWN_OPERATION = "UNKNOWN_OPERATION"
|
|
277
298
|
}
|
|
278
299
|
/**
|
|
300
|
+
* @public
|
|
279
301
|
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
280
302
|
*/
|
|
281
303
|
export declare class ValidationException extends __BaseException {
|
|
@@ -297,6 +319,9 @@ export declare class ValidationException extends __BaseException {
|
|
|
297
319
|
*/
|
|
298
320
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
299
321
|
}
|
|
322
|
+
/**
|
|
323
|
+
* @public
|
|
324
|
+
*/
|
|
300
325
|
export interface AssociatePricingRulesInput {
|
|
301
326
|
/**
|
|
302
327
|
* <p>
|
|
@@ -311,6 +336,9 @@ export interface AssociatePricingRulesInput {
|
|
|
311
336
|
*/
|
|
312
337
|
PricingRuleArns: string[] | undefined;
|
|
313
338
|
}
|
|
339
|
+
/**
|
|
340
|
+
* @public
|
|
341
|
+
*/
|
|
314
342
|
export interface AssociatePricingRulesOutput {
|
|
315
343
|
/**
|
|
316
344
|
* <p>
|
|
@@ -319,6 +347,9 @@ export interface AssociatePricingRulesOutput {
|
|
|
319
347
|
*/
|
|
320
348
|
Arn?: string;
|
|
321
349
|
}
|
|
350
|
+
/**
|
|
351
|
+
* @public
|
|
352
|
+
*/
|
|
322
353
|
export declare enum AssociateResourceErrorReason {
|
|
323
354
|
ILLEGAL_CUSTOMLINEITEM = "ILLEGAL_CUSTOMLINEITEM",
|
|
324
355
|
INTERNAL_SERVER_EXCEPTION = "INTERNAL_SERVER_EXCEPTION",
|
|
@@ -327,6 +358,7 @@ export declare enum AssociateResourceErrorReason {
|
|
|
327
358
|
SERVICE_LIMIT_EXCEEDED = "SERVICE_LIMIT_EXCEEDED"
|
|
328
359
|
}
|
|
329
360
|
/**
|
|
361
|
+
* @public
|
|
330
362
|
* <p>
|
|
331
363
|
* A representation of a resource association error.
|
|
332
364
|
* </p>
|
|
@@ -342,6 +374,7 @@ export interface AssociateResourceError {
|
|
|
342
374
|
Reason?: AssociateResourceErrorReason | string;
|
|
343
375
|
}
|
|
344
376
|
/**
|
|
377
|
+
* @public
|
|
345
378
|
* <p>
|
|
346
379
|
* A resource association result for a percentage custom line item.
|
|
347
380
|
* </p>
|
|
@@ -361,6 +394,7 @@ export interface AssociateResourceResponseElement {
|
|
|
361
394
|
Error?: AssociateResourceError;
|
|
362
395
|
}
|
|
363
396
|
/**
|
|
397
|
+
* @public
|
|
364
398
|
* <p>
|
|
365
399
|
* The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
|
|
366
400
|
* </p>
|
|
@@ -371,6 +405,9 @@ export interface ComputationPreference {
|
|
|
371
405
|
*/
|
|
372
406
|
PricingPlanArn: string | undefined;
|
|
373
407
|
}
|
|
408
|
+
/**
|
|
409
|
+
* @public
|
|
410
|
+
*/
|
|
374
411
|
export interface CreateBillingGroupInput {
|
|
375
412
|
/**
|
|
376
413
|
* <p>
|
|
@@ -410,24 +447,36 @@ export interface CreateBillingGroupInput {
|
|
|
410
447
|
*/
|
|
411
448
|
Tags?: Record<string, string>;
|
|
412
449
|
}
|
|
450
|
+
/**
|
|
451
|
+
* @public
|
|
452
|
+
*/
|
|
413
453
|
export interface CreateBillingGroupOutput {
|
|
414
454
|
/**
|
|
415
455
|
* <p>The Amazon Resource Name (ARN) of the created billing group. </p>
|
|
416
456
|
*/
|
|
417
457
|
Arn?: string;
|
|
418
458
|
}
|
|
459
|
+
/**
|
|
460
|
+
* @public
|
|
461
|
+
*/
|
|
419
462
|
export interface DeleteBillingGroupInput {
|
|
420
463
|
/**
|
|
421
464
|
* <p>The Amazon Resource Name (ARN) of the billing group that you're deleting.</p>
|
|
422
465
|
*/
|
|
423
466
|
Arn: string | undefined;
|
|
424
467
|
}
|
|
468
|
+
/**
|
|
469
|
+
* @public
|
|
470
|
+
*/
|
|
425
471
|
export interface DeleteBillingGroupOutput {
|
|
426
472
|
/**
|
|
427
473
|
* <p>The Amazon Resource Name (ARN) of the deleted billing group.</p>
|
|
428
474
|
*/
|
|
429
475
|
Arn?: string;
|
|
430
476
|
}
|
|
477
|
+
/**
|
|
478
|
+
* @public
|
|
479
|
+
*/
|
|
431
480
|
export interface DisassociateAccountsInput {
|
|
432
481
|
/**
|
|
433
482
|
* <p>The Amazon Resource Name (ARN) of the billing group that the array of account IDs will
|
|
@@ -440,6 +489,9 @@ export interface DisassociateAccountsInput {
|
|
|
440
489
|
*/
|
|
441
490
|
AccountIds: string[] | undefined;
|
|
442
491
|
}
|
|
492
|
+
/**
|
|
493
|
+
* @public
|
|
494
|
+
*/
|
|
443
495
|
export interface DisassociateAccountsOutput {
|
|
444
496
|
/**
|
|
445
497
|
* <p>The Amazon Resource Name (ARN) of the billing group that the array of account IDs is
|
|
@@ -447,11 +499,15 @@ export interface DisassociateAccountsOutput {
|
|
|
447
499
|
*/
|
|
448
500
|
Arn?: string;
|
|
449
501
|
}
|
|
502
|
+
/**
|
|
503
|
+
* @public
|
|
504
|
+
*/
|
|
450
505
|
export declare enum BillingGroupStatus {
|
|
451
506
|
ACTIVE = "ACTIVE",
|
|
452
507
|
PRIMARY_ACCOUNT_MISSING = "PRIMARY_ACCOUNT_MISSING"
|
|
453
508
|
}
|
|
454
509
|
/**
|
|
510
|
+
* @public
|
|
455
511
|
* <p>The filter that specifies the billing groups and pricing plans to retrieve billing group information.
|
|
456
512
|
* </p>
|
|
457
513
|
*/
|
|
@@ -471,6 +527,9 @@ export interface ListBillingGroupsFilter {
|
|
|
471
527
|
*/
|
|
472
528
|
Statuses?: (BillingGroupStatus | string)[];
|
|
473
529
|
}
|
|
530
|
+
/**
|
|
531
|
+
* @public
|
|
532
|
+
*/
|
|
474
533
|
export interface ListBillingGroupsInput {
|
|
475
534
|
/**
|
|
476
535
|
* <p>The preferred billing period to get billing groups.
|
|
@@ -494,6 +553,7 @@ export interface ListBillingGroupsInput {
|
|
|
494
553
|
Filters?: ListBillingGroupsFilter;
|
|
495
554
|
}
|
|
496
555
|
/**
|
|
556
|
+
* @public
|
|
497
557
|
* <p>A representation of a billing group.
|
|
498
558
|
* </p>
|
|
499
559
|
*/
|
|
@@ -547,6 +607,9 @@ export interface BillingGroupListElement {
|
|
|
547
607
|
*/
|
|
548
608
|
StatusReason?: string;
|
|
549
609
|
}
|
|
610
|
+
/**
|
|
611
|
+
* @public
|
|
612
|
+
*/
|
|
550
613
|
export interface ListBillingGroupsOutput {
|
|
551
614
|
/**
|
|
552
615
|
* <p>A list of <code>BillingGroupListElement</code> retrieved.
|
|
@@ -559,6 +622,9 @@ export interface ListBillingGroupsOutput {
|
|
|
559
622
|
*/
|
|
560
623
|
NextToken?: string;
|
|
561
624
|
}
|
|
625
|
+
/**
|
|
626
|
+
* @public
|
|
627
|
+
*/
|
|
562
628
|
export interface UpdateBillingGroupInput {
|
|
563
629
|
/**
|
|
564
630
|
* <p>The Amazon Resource Name (ARN) of the billing group being updated. </p>
|
|
@@ -586,6 +652,9 @@ export interface UpdateBillingGroupInput {
|
|
|
586
652
|
*/
|
|
587
653
|
Description?: string;
|
|
588
654
|
}
|
|
655
|
+
/**
|
|
656
|
+
* @public
|
|
657
|
+
*/
|
|
589
658
|
export interface UpdateBillingGroupOutput {
|
|
590
659
|
/**
|
|
591
660
|
* <p>The Amazon Resource Name (ARN) of the billing group that was updated. </p>
|
|
@@ -640,6 +709,7 @@ export interface UpdateBillingGroupOutput {
|
|
|
640
709
|
StatusReason?: string;
|
|
641
710
|
}
|
|
642
711
|
/**
|
|
712
|
+
* @public
|
|
643
713
|
* <p>
|
|
644
714
|
* The billing period range in which the custom line item request will be applied.
|
|
645
715
|
* </p>
|
|
@@ -658,6 +728,9 @@ export interface CustomLineItemBillingPeriodRange {
|
|
|
658
728
|
*/
|
|
659
729
|
ExclusiveEndBillingPeriod?: string;
|
|
660
730
|
}
|
|
731
|
+
/**
|
|
732
|
+
* @public
|
|
733
|
+
*/
|
|
661
734
|
export interface BatchAssociateResourcesToCustomLineItemInput {
|
|
662
735
|
/**
|
|
663
736
|
* <p>
|
|
@@ -678,6 +751,9 @@ export interface BatchAssociateResourcesToCustomLineItemInput {
|
|
|
678
751
|
*/
|
|
679
752
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
680
753
|
}
|
|
754
|
+
/**
|
|
755
|
+
* @public
|
|
756
|
+
*/
|
|
681
757
|
export interface BatchAssociateResourcesToCustomLineItemOutput {
|
|
682
758
|
/**
|
|
683
759
|
* <p>
|
|
@@ -692,6 +768,9 @@ export interface BatchAssociateResourcesToCustomLineItemOutput {
|
|
|
692
768
|
*/
|
|
693
769
|
FailedAssociatedResources?: AssociateResourceResponseElement[];
|
|
694
770
|
}
|
|
771
|
+
/**
|
|
772
|
+
* @public
|
|
773
|
+
*/
|
|
695
774
|
export interface BatchDisassociateResourcesFromCustomLineItemInput {
|
|
696
775
|
/**
|
|
697
776
|
* <p>
|
|
@@ -713,6 +792,7 @@ export interface BatchDisassociateResourcesFromCustomLineItemInput {
|
|
|
713
792
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
714
793
|
}
|
|
715
794
|
/**
|
|
795
|
+
* @public
|
|
716
796
|
* <p>
|
|
717
797
|
* A resource disassociation result for a percentage custom line item.
|
|
718
798
|
* </p>
|
|
@@ -729,6 +809,9 @@ export interface DisassociateResourceResponseElement {
|
|
|
729
809
|
*/
|
|
730
810
|
Error?: AssociateResourceError;
|
|
731
811
|
}
|
|
812
|
+
/**
|
|
813
|
+
* @public
|
|
814
|
+
*/
|
|
732
815
|
export interface BatchDisassociateResourcesFromCustomLineItemOutput {
|
|
733
816
|
/**
|
|
734
817
|
* <p>
|
|
@@ -744,6 +827,7 @@ export interface BatchDisassociateResourcesFromCustomLineItemOutput {
|
|
|
744
827
|
FailedDisassociatedResources?: DisassociateResourceResponseElement[];
|
|
745
828
|
}
|
|
746
829
|
/**
|
|
830
|
+
* @public
|
|
747
831
|
* <p>
|
|
748
832
|
* A representation of the charge details that are associated with a flat custom line item.
|
|
749
833
|
* </p>
|
|
@@ -757,6 +841,7 @@ export interface CustomLineItemFlatChargeDetails {
|
|
|
757
841
|
ChargeValue: number | undefined;
|
|
758
842
|
}
|
|
759
843
|
/**
|
|
844
|
+
* @public
|
|
760
845
|
* <p>
|
|
761
846
|
* A representation of the charge details that are associated with a percentage custom line item.
|
|
762
847
|
* </p>
|
|
@@ -775,11 +860,15 @@ export interface CustomLineItemPercentageChargeDetails {
|
|
|
775
860
|
*/
|
|
776
861
|
AssociatedValues?: string[];
|
|
777
862
|
}
|
|
863
|
+
/**
|
|
864
|
+
* @public
|
|
865
|
+
*/
|
|
778
866
|
export declare enum CustomLineItemType {
|
|
779
867
|
CREDIT = "CREDIT",
|
|
780
868
|
FEE = "FEE"
|
|
781
869
|
}
|
|
782
870
|
/**
|
|
871
|
+
* @public
|
|
783
872
|
* <p>
|
|
784
873
|
* The charge details of a custom line item. It should contain only one of <code>Flat</code> or <code>Percentage</code>.
|
|
785
874
|
* </p>
|
|
@@ -804,6 +893,9 @@ export interface CustomLineItemChargeDetails {
|
|
|
804
893
|
*/
|
|
805
894
|
Type: CustomLineItemType | string | undefined;
|
|
806
895
|
}
|
|
896
|
+
/**
|
|
897
|
+
* @public
|
|
898
|
+
*/
|
|
807
899
|
export interface CreateCustomLineItemInput {
|
|
808
900
|
/**
|
|
809
901
|
* <p>
|
|
@@ -843,12 +935,18 @@ export interface CreateCustomLineItemInput {
|
|
|
843
935
|
*/
|
|
844
936
|
ChargeDetails: CustomLineItemChargeDetails | undefined;
|
|
845
937
|
}
|
|
938
|
+
/**
|
|
939
|
+
* @public
|
|
940
|
+
*/
|
|
846
941
|
export interface CreateCustomLineItemOutput {
|
|
847
942
|
/**
|
|
848
943
|
* <p> The Amazon Resource Name (ARN) of the created custom line item. </p>
|
|
849
944
|
*/
|
|
850
945
|
Arn?: string;
|
|
851
946
|
}
|
|
947
|
+
/**
|
|
948
|
+
* @public
|
|
949
|
+
*/
|
|
852
950
|
export interface DeleteCustomLineItemInput {
|
|
853
951
|
/**
|
|
854
952
|
* <p>
|
|
@@ -863,6 +961,9 @@ export interface DeleteCustomLineItemInput {
|
|
|
863
961
|
*/
|
|
864
962
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
865
963
|
}
|
|
964
|
+
/**
|
|
965
|
+
* @public
|
|
966
|
+
*/
|
|
866
967
|
export interface DeleteCustomLineItemOutput {
|
|
867
968
|
/**
|
|
868
969
|
* <p>
|
|
@@ -872,6 +973,7 @@ export interface DeleteCustomLineItemOutput {
|
|
|
872
973
|
Arn?: string;
|
|
873
974
|
}
|
|
874
975
|
/**
|
|
976
|
+
* @public
|
|
875
977
|
* <p>
|
|
876
978
|
* A filter that specifies the custom line items and billing groups to retrieve FFLI information.
|
|
877
979
|
* </p>
|
|
@@ -894,6 +996,9 @@ export interface ListCustomLineItemsFilter {
|
|
|
894
996
|
*/
|
|
895
997
|
Arns?: string[];
|
|
896
998
|
}
|
|
999
|
+
/**
|
|
1000
|
+
* @public
|
|
1001
|
+
*/
|
|
897
1002
|
export interface ListCustomLineItemsInput {
|
|
898
1003
|
/**
|
|
899
1004
|
* <p>
|
|
@@ -920,6 +1025,7 @@ export interface ListCustomLineItemsInput {
|
|
|
920
1025
|
Filters?: ListCustomLineItemsFilter;
|
|
921
1026
|
}
|
|
922
1027
|
/**
|
|
1028
|
+
* @public
|
|
923
1029
|
* <p>
|
|
924
1030
|
* A representation of the charge details that are associated with a flat custom line item.
|
|
925
1031
|
* </p>
|
|
@@ -933,6 +1039,7 @@ export interface ListCustomLineItemFlatChargeDetails {
|
|
|
933
1039
|
ChargeValue: number | undefined;
|
|
934
1040
|
}
|
|
935
1041
|
/**
|
|
1042
|
+
* @public
|
|
936
1043
|
* <p>
|
|
937
1044
|
* A representation of the charge details that are associated with a percentage custom line item.
|
|
938
1045
|
* </p>
|
|
@@ -946,6 +1053,7 @@ export interface ListCustomLineItemPercentageChargeDetails {
|
|
|
946
1053
|
PercentageValue: number | undefined;
|
|
947
1054
|
}
|
|
948
1055
|
/**
|
|
1056
|
+
* @public
|
|
949
1057
|
* <p>
|
|
950
1058
|
* A representation of the charge details of a custom line item.
|
|
951
1059
|
* </p>
|
|
@@ -970,11 +1078,15 @@ export interface ListCustomLineItemChargeDetails {
|
|
|
970
1078
|
*/
|
|
971
1079
|
Type: CustomLineItemType | string | undefined;
|
|
972
1080
|
}
|
|
1081
|
+
/**
|
|
1082
|
+
* @public
|
|
1083
|
+
*/
|
|
973
1084
|
export declare enum CurrencyCode {
|
|
974
1085
|
CNY = "CNY",
|
|
975
1086
|
USD = "USD"
|
|
976
1087
|
}
|
|
977
1088
|
/**
|
|
1089
|
+
* @public
|
|
978
1090
|
* <p>
|
|
979
1091
|
* A representation of a custom line item.
|
|
980
1092
|
* </p>
|
|
@@ -1036,6 +1148,9 @@ export interface CustomLineItemListElement {
|
|
|
1036
1148
|
*/
|
|
1037
1149
|
AssociationSize?: number;
|
|
1038
1150
|
}
|
|
1151
|
+
/**
|
|
1152
|
+
* @public
|
|
1153
|
+
*/
|
|
1039
1154
|
export interface ListCustomLineItemsOutput {
|
|
1040
1155
|
/**
|
|
1041
1156
|
* <p>
|
|
@@ -1051,6 +1166,7 @@ export interface ListCustomLineItemsOutput {
|
|
|
1051
1166
|
NextToken?: string;
|
|
1052
1167
|
}
|
|
1053
1168
|
/**
|
|
1169
|
+
* @public
|
|
1054
1170
|
* <p>A billing period filter that specifies the custom line item versions to retrieve.</p>
|
|
1055
1171
|
*/
|
|
1056
1172
|
export interface ListCustomLineItemVersionsBillingPeriodRangeFilter {
|
|
@@ -1064,6 +1180,7 @@ export interface ListCustomLineItemVersionsBillingPeriodRangeFilter {
|
|
|
1064
1180
|
EndBillingPeriod?: string;
|
|
1065
1181
|
}
|
|
1066
1182
|
/**
|
|
1183
|
+
* @public
|
|
1067
1184
|
* <p>A filter that specifies the billing period range where the custom line item versions reside.</p>
|
|
1068
1185
|
*/
|
|
1069
1186
|
export interface ListCustomLineItemVersionsFilter {
|
|
@@ -1072,6 +1189,9 @@ export interface ListCustomLineItemVersionsFilter {
|
|
|
1072
1189
|
*/
|
|
1073
1190
|
BillingPeriodRange?: ListCustomLineItemVersionsBillingPeriodRangeFilter;
|
|
1074
1191
|
}
|
|
1192
|
+
/**
|
|
1193
|
+
* @public
|
|
1194
|
+
*/
|
|
1075
1195
|
export interface ListCustomLineItemVersionsInput {
|
|
1076
1196
|
/**
|
|
1077
1197
|
* <p>The Amazon Resource Name (ARN) for the custom line item.</p>
|
|
@@ -1091,6 +1211,7 @@ export interface ListCustomLineItemVersionsInput {
|
|
|
1091
1211
|
Filters?: ListCustomLineItemVersionsFilter;
|
|
1092
1212
|
}
|
|
1093
1213
|
/**
|
|
1214
|
+
* @public
|
|
1094
1215
|
* <p>A representation of a custom line item version.</p>
|
|
1095
1216
|
*/
|
|
1096
1217
|
export interface CustomLineItemVersionListElement {
|
|
@@ -1153,6 +1274,9 @@ export interface CustomLineItemVersionListElement {
|
|
|
1153
1274
|
*/
|
|
1154
1275
|
StartTime?: number;
|
|
1155
1276
|
}
|
|
1277
|
+
/**
|
|
1278
|
+
* @public
|
|
1279
|
+
*/
|
|
1156
1280
|
export interface ListCustomLineItemVersionsOutput {
|
|
1157
1281
|
/**
|
|
1158
1282
|
* <p>A list of <code>CustomLineItemVersionListElements</code> that are received.</p>
|
|
@@ -1163,11 +1287,15 @@ export interface ListCustomLineItemVersionsOutput {
|
|
|
1163
1287
|
*/
|
|
1164
1288
|
NextToken?: string;
|
|
1165
1289
|
}
|
|
1290
|
+
/**
|
|
1291
|
+
* @public
|
|
1292
|
+
*/
|
|
1166
1293
|
export declare enum CustomLineItemRelationship {
|
|
1167
1294
|
CHILD = "CHILD",
|
|
1168
1295
|
PARENT = "PARENT"
|
|
1169
1296
|
}
|
|
1170
1297
|
/**
|
|
1298
|
+
* @public
|
|
1171
1299
|
* <p>
|
|
1172
1300
|
* A filter that specifies the type of resource associations that should be retrieved for a custom line item.
|
|
1173
1301
|
* </p>
|
|
@@ -1180,6 +1308,9 @@ export interface ListResourcesAssociatedToCustomLineItemFilter {
|
|
|
1180
1308
|
*/
|
|
1181
1309
|
Relationship?: CustomLineItemRelationship | string;
|
|
1182
1310
|
}
|
|
1311
|
+
/**
|
|
1312
|
+
* @public
|
|
1313
|
+
*/
|
|
1183
1314
|
export interface ListResourcesAssociatedToCustomLineItemInput {
|
|
1184
1315
|
/**
|
|
1185
1316
|
* <p>
|
|
@@ -1211,6 +1342,7 @@ export interface ListResourcesAssociatedToCustomLineItemInput {
|
|
|
1211
1342
|
Filters?: ListResourcesAssociatedToCustomLineItemFilter;
|
|
1212
1343
|
}
|
|
1213
1344
|
/**
|
|
1345
|
+
* @public
|
|
1214
1346
|
* <p>
|
|
1215
1347
|
* A representation of a resource association for a custom line item.
|
|
1216
1348
|
* </p>
|
|
@@ -1233,6 +1365,9 @@ export interface ListResourcesAssociatedToCustomLineItemResponseElement {
|
|
|
1233
1365
|
*/
|
|
1234
1366
|
EndBillingPeriod?: string;
|
|
1235
1367
|
}
|
|
1368
|
+
/**
|
|
1369
|
+
* @public
|
|
1370
|
+
*/
|
|
1236
1371
|
export interface ListResourcesAssociatedToCustomLineItemOutput {
|
|
1237
1372
|
/**
|
|
1238
1373
|
* <p>
|
|
@@ -1254,6 +1389,7 @@ export interface ListResourcesAssociatedToCustomLineItemOutput {
|
|
|
1254
1389
|
NextToken?: string;
|
|
1255
1390
|
}
|
|
1256
1391
|
/**
|
|
1392
|
+
* @public
|
|
1257
1393
|
* <p>
|
|
1258
1394
|
* A representation of the new charge details that are associated with a flat custom line item.
|
|
1259
1395
|
* </p>
|
|
@@ -1267,6 +1403,7 @@ export interface UpdateCustomLineItemFlatChargeDetails {
|
|
|
1267
1403
|
ChargeValue: number | undefined;
|
|
1268
1404
|
}
|
|
1269
1405
|
/**
|
|
1406
|
+
* @public
|
|
1270
1407
|
* <p>
|
|
1271
1408
|
* A representation of the new charge details that are associated with a percentage custom line item.
|
|
1272
1409
|
* </p>
|
|
@@ -1280,6 +1417,7 @@ export interface UpdateCustomLineItemPercentageChargeDetails {
|
|
|
1280
1417
|
PercentageValue: number | undefined;
|
|
1281
1418
|
}
|
|
1282
1419
|
/**
|
|
1420
|
+
* @public
|
|
1283
1421
|
* <p>
|
|
1284
1422
|
* 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>.
|
|
1285
1423
|
* </p>
|
|
@@ -1298,6 +1436,9 @@ export interface UpdateCustomLineItemChargeDetails {
|
|
|
1298
1436
|
*/
|
|
1299
1437
|
Percentage?: UpdateCustomLineItemPercentageChargeDetails;
|
|
1300
1438
|
}
|
|
1439
|
+
/**
|
|
1440
|
+
* @public
|
|
1441
|
+
*/
|
|
1301
1442
|
export interface UpdateCustomLineItemInput {
|
|
1302
1443
|
/**
|
|
1303
1444
|
* <p>
|
|
@@ -1330,6 +1471,9 @@ export interface UpdateCustomLineItemInput {
|
|
|
1330
1471
|
*/
|
|
1331
1472
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
1332
1473
|
}
|
|
1474
|
+
/**
|
|
1475
|
+
* @public
|
|
1476
|
+
*/
|
|
1333
1477
|
export interface UpdateCustomLineItemOutput {
|
|
1334
1478
|
/**
|
|
1335
1479
|
* <p>
|
|
@@ -1373,6 +1517,7 @@ export interface UpdateCustomLineItemOutput {
|
|
|
1373
1517
|
AssociationSize?: number;
|
|
1374
1518
|
}
|
|
1375
1519
|
/**
|
|
1520
|
+
* @public
|
|
1376
1521
|
* <p>The filter on the account ID of the linked account, or any of the following:</p>
|
|
1377
1522
|
* <p>
|
|
1378
1523
|
* <code>MONITORED</code>: linked accounts that are associated to billing groups.</p>
|
|
@@ -1408,6 +1553,9 @@ export interface ListAccountAssociationsFilter {
|
|
|
1408
1553
|
*/
|
|
1409
1554
|
AccountIds?: string[];
|
|
1410
1555
|
}
|
|
1556
|
+
/**
|
|
1557
|
+
* @public
|
|
1558
|
+
*/
|
|
1411
1559
|
export interface ListAccountAssociationsInput {
|
|
1412
1560
|
/**
|
|
1413
1561
|
* <p>
|
|
@@ -1433,6 +1581,9 @@ export interface ListAccountAssociationsInput {
|
|
|
1433
1581
|
*/
|
|
1434
1582
|
NextToken?: string;
|
|
1435
1583
|
}
|
|
1584
|
+
/**
|
|
1585
|
+
* @public
|
|
1586
|
+
*/
|
|
1436
1587
|
export interface ListAccountAssociationsOutput {
|
|
1437
1588
|
/**
|
|
1438
1589
|
* <p> The list of linked accounts in the payer account. </p>
|
|
@@ -1446,6 +1597,7 @@ export interface ListAccountAssociationsOutput {
|
|
|
1446
1597
|
NextToken?: string;
|
|
1447
1598
|
}
|
|
1448
1599
|
/**
|
|
1600
|
+
* @public
|
|
1449
1601
|
* <p>The filter used to retrieve specific <code>BillingGroupCostReportElements</code>.
|
|
1450
1602
|
* </p>
|
|
1451
1603
|
*/
|
|
@@ -1456,6 +1608,9 @@ export interface ListBillingGroupCostReportsFilter {
|
|
|
1456
1608
|
*/
|
|
1457
1609
|
BillingGroupArns?: string[];
|
|
1458
1610
|
}
|
|
1611
|
+
/**
|
|
1612
|
+
* @public
|
|
1613
|
+
*/
|
|
1459
1614
|
export interface ListBillingGroupCostReportsInput {
|
|
1460
1615
|
/**
|
|
1461
1616
|
* <p>The preferred billing period for your report.
|
|
@@ -1479,6 +1634,7 @@ export interface ListBillingGroupCostReportsInput {
|
|
|
1479
1634
|
Filters?: ListBillingGroupCostReportsFilter;
|
|
1480
1635
|
}
|
|
1481
1636
|
/**
|
|
1637
|
+
* @public
|
|
1482
1638
|
* <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.
|
|
1483
1639
|
* </p>
|
|
1484
1640
|
*/
|
|
@@ -1515,6 +1671,9 @@ export interface BillingGroupCostReportElement {
|
|
|
1515
1671
|
*/
|
|
1516
1672
|
Currency?: string;
|
|
1517
1673
|
}
|
|
1674
|
+
/**
|
|
1675
|
+
* @public
|
|
1676
|
+
*/
|
|
1518
1677
|
export interface ListBillingGroupCostReportsOutput {
|
|
1519
1678
|
/**
|
|
1520
1679
|
* <p>A list of <code>BillingGroupCostReportElement</code> retrieved.
|
|
@@ -1527,6 +1686,9 @@ export interface ListBillingGroupCostReportsOutput {
|
|
|
1527
1686
|
*/
|
|
1528
1687
|
NextToken?: string;
|
|
1529
1688
|
}
|
|
1689
|
+
/**
|
|
1690
|
+
* @public
|
|
1691
|
+
*/
|
|
1530
1692
|
export interface ListTagsForResourceRequest {
|
|
1531
1693
|
/**
|
|
1532
1694
|
* <p>
|
|
@@ -1535,6 +1697,9 @@ export interface ListTagsForResourceRequest {
|
|
|
1535
1697
|
*/
|
|
1536
1698
|
ResourceArn: string | undefined;
|
|
1537
1699
|
}
|
|
1700
|
+
/**
|
|
1701
|
+
* @public
|
|
1702
|
+
*/
|
|
1538
1703
|
export interface ListTagsForResourceResponse {
|
|
1539
1704
|
/**
|
|
1540
1705
|
* <p>
|
|
@@ -1543,6 +1708,9 @@ export interface ListTagsForResourceResponse {
|
|
|
1543
1708
|
*/
|
|
1544
1709
|
Tags?: Record<string, string>;
|
|
1545
1710
|
}
|
|
1711
|
+
/**
|
|
1712
|
+
* @public
|
|
1713
|
+
*/
|
|
1546
1714
|
export interface CreatePricingPlanInput {
|
|
1547
1715
|
/**
|
|
1548
1716
|
* <p>
|
|
@@ -1569,24 +1737,36 @@ export interface CreatePricingPlanInput {
|
|
|
1569
1737
|
*/
|
|
1570
1738
|
Tags?: Record<string, string>;
|
|
1571
1739
|
}
|
|
1740
|
+
/**
|
|
1741
|
+
* @public
|
|
1742
|
+
*/
|
|
1572
1743
|
export interface CreatePricingPlanOutput {
|
|
1573
1744
|
/**
|
|
1574
1745
|
* <p>The Amazon Resource Name (ARN) of the created pricing plan.</p>
|
|
1575
1746
|
*/
|
|
1576
1747
|
Arn?: string;
|
|
1577
1748
|
}
|
|
1749
|
+
/**
|
|
1750
|
+
* @public
|
|
1751
|
+
*/
|
|
1578
1752
|
export interface DeletePricingPlanInput {
|
|
1579
1753
|
/**
|
|
1580
1754
|
* <p>The Amazon Resource Name (ARN) of the pricing plan that you're deleting. </p>
|
|
1581
1755
|
*/
|
|
1582
1756
|
Arn: string | undefined;
|
|
1583
1757
|
}
|
|
1758
|
+
/**
|
|
1759
|
+
* @public
|
|
1760
|
+
*/
|
|
1584
1761
|
export interface DeletePricingPlanOutput {
|
|
1585
1762
|
/**
|
|
1586
1763
|
* <p> The Amazon Resource Name (ARN) of the deleted pricing plan. </p>
|
|
1587
1764
|
*/
|
|
1588
1765
|
Arn?: string;
|
|
1589
1766
|
}
|
|
1767
|
+
/**
|
|
1768
|
+
* @public
|
|
1769
|
+
*/
|
|
1590
1770
|
export interface DisassociatePricingRulesInput {
|
|
1591
1771
|
/**
|
|
1592
1772
|
* <p> The pricing plan Amazon Resource Name (ARN) to disassociate pricing rules from. </p>
|
|
@@ -1598,6 +1778,9 @@ export interface DisassociatePricingRulesInput {
|
|
|
1598
1778
|
*/
|
|
1599
1779
|
PricingRuleArns: string[] | undefined;
|
|
1600
1780
|
}
|
|
1781
|
+
/**
|
|
1782
|
+
* @public
|
|
1783
|
+
*/
|
|
1601
1784
|
export interface DisassociatePricingRulesOutput {
|
|
1602
1785
|
/**
|
|
1603
1786
|
* <p> The Amazon Resource Name (ARN) of the pricing plan that the pricing rules successfully
|
|
@@ -1606,6 +1789,7 @@ export interface DisassociatePricingRulesOutput {
|
|
|
1606
1789
|
Arn?: string;
|
|
1607
1790
|
}
|
|
1608
1791
|
/**
|
|
1792
|
+
* @public
|
|
1609
1793
|
* <p>The filter that specifies the Amazon Resource Names (ARNs) of pricing plans, to retrieve
|
|
1610
1794
|
* pricing plan information. </p>
|
|
1611
1795
|
*/
|
|
@@ -1615,6 +1799,9 @@ export interface ListPricingPlansFilter {
|
|
|
1615
1799
|
*/
|
|
1616
1800
|
Arns?: string[];
|
|
1617
1801
|
}
|
|
1802
|
+
/**
|
|
1803
|
+
* @public
|
|
1804
|
+
*/
|
|
1618
1805
|
export interface ListPricingPlansInput {
|
|
1619
1806
|
/**
|
|
1620
1807
|
* <p>The preferred billing period to get pricing plan.
|
|
@@ -1637,6 +1824,7 @@ export interface ListPricingPlansInput {
|
|
|
1637
1824
|
NextToken?: string;
|
|
1638
1825
|
}
|
|
1639
1826
|
/**
|
|
1827
|
+
* @public
|
|
1640
1828
|
* <p>A representation of a pricing plan.
|
|
1641
1829
|
* </p>
|
|
1642
1830
|
*/
|
|
@@ -1673,6 +1861,9 @@ export interface PricingPlanListElement {
|
|
|
1673
1861
|
*/
|
|
1674
1862
|
LastModifiedTime?: number;
|
|
1675
1863
|
}
|
|
1864
|
+
/**
|
|
1865
|
+
* @public
|
|
1866
|
+
*/
|
|
1676
1867
|
export interface ListPricingPlansOutput {
|
|
1677
1868
|
/**
|
|
1678
1869
|
* <p>
|
|
@@ -1691,6 +1882,9 @@ export interface ListPricingPlansOutput {
|
|
|
1691
1882
|
*/
|
|
1692
1883
|
NextToken?: string;
|
|
1693
1884
|
}
|
|
1885
|
+
/**
|
|
1886
|
+
* @public
|
|
1887
|
+
*/
|
|
1694
1888
|
export interface ListPricingPlansAssociatedWithPricingRuleInput {
|
|
1695
1889
|
/**
|
|
1696
1890
|
* <p>
|
|
@@ -1715,6 +1909,9 @@ export interface ListPricingPlansAssociatedWithPricingRuleInput {
|
|
|
1715
1909
|
*/
|
|
1716
1910
|
NextToken?: string;
|
|
1717
1911
|
}
|
|
1912
|
+
/**
|
|
1913
|
+
* @public
|
|
1914
|
+
*/
|
|
1718
1915
|
export interface ListPricingPlansAssociatedWithPricingRuleOutput {
|
|
1719
1916
|
/**
|
|
1720
1917
|
* <p>
|
|
@@ -1739,6 +1936,9 @@ export interface ListPricingPlansAssociatedWithPricingRuleOutput {
|
|
|
1739
1936
|
*/
|
|
1740
1937
|
NextToken?: string;
|
|
1741
1938
|
}
|
|
1939
|
+
/**
|
|
1940
|
+
* @public
|
|
1941
|
+
*/
|
|
1742
1942
|
export interface UpdatePricingPlanInput {
|
|
1743
1943
|
/**
|
|
1744
1944
|
* <p>The Amazon Resource Name (ARN) of the pricing plan that you're updating. </p>
|
|
@@ -1754,6 +1954,9 @@ export interface UpdatePricingPlanInput {
|
|
|
1754
1954
|
*/
|
|
1755
1955
|
Description?: string;
|
|
1756
1956
|
}
|
|
1957
|
+
/**
|
|
1958
|
+
* @public
|
|
1959
|
+
*/
|
|
1757
1960
|
export interface UpdatePricingPlanOutput {
|
|
1758
1961
|
/**
|
|
1759
1962
|
* <p>The Amazon Resource Name (ARN) of the updated pricing plan. </p>
|
|
@@ -1782,6 +1985,9 @@ export interface UpdatePricingPlanOutput {
|
|
|
1782
1985
|
*/
|
|
1783
1986
|
LastModifiedTime?: number;
|
|
1784
1987
|
}
|
|
1988
|
+
/**
|
|
1989
|
+
* @public
|
|
1990
|
+
*/
|
|
1785
1991
|
export declare enum PricingRuleScope {
|
|
1786
1992
|
BILLING_ENTITY = "BILLING_ENTITY",
|
|
1787
1993
|
GLOBAL = "GLOBAL",
|
|
@@ -1789,6 +1995,7 @@ export declare enum PricingRuleScope {
|
|
|
1789
1995
|
SKU = "SKU"
|
|
1790
1996
|
}
|
|
1791
1997
|
/**
|
|
1998
|
+
* @public
|
|
1792
1999
|
* <p>
|
|
1793
2000
|
* The possible Amazon Web Services Free Tier configurations.
|
|
1794
2001
|
* </p>
|
|
@@ -1802,6 +2009,7 @@ export interface CreateFreeTierConfig {
|
|
|
1802
2009
|
Activated: boolean | undefined;
|
|
1803
2010
|
}
|
|
1804
2011
|
/**
|
|
2012
|
+
* @public
|
|
1805
2013
|
* <p>
|
|
1806
2014
|
* The set of tiering configurations for the pricing rule.
|
|
1807
2015
|
* </p>
|
|
@@ -1814,11 +2022,17 @@ export interface CreateTieringInput {
|
|
|
1814
2022
|
*/
|
|
1815
2023
|
FreeTier: CreateFreeTierConfig | undefined;
|
|
1816
2024
|
}
|
|
2025
|
+
/**
|
|
2026
|
+
* @public
|
|
2027
|
+
*/
|
|
1817
2028
|
export declare enum PricingRuleType {
|
|
1818
2029
|
DISCOUNT = "DISCOUNT",
|
|
1819
2030
|
MARKUP = "MARKUP",
|
|
1820
2031
|
TIERING = "TIERING"
|
|
1821
2032
|
}
|
|
2033
|
+
/**
|
|
2034
|
+
* @public
|
|
2035
|
+
*/
|
|
1822
2036
|
export interface CreatePricingRuleInput {
|
|
1823
2037
|
/**
|
|
1824
2038
|
* <p> The token that's needed to support idempotency. Idempotency isn't currently supported,
|
|
@@ -1892,18 +2106,27 @@ export interface CreatePricingRuleInput {
|
|
|
1892
2106
|
*/
|
|
1893
2107
|
Operation?: string;
|
|
1894
2108
|
}
|
|
2109
|
+
/**
|
|
2110
|
+
* @public
|
|
2111
|
+
*/
|
|
1895
2112
|
export interface CreatePricingRuleOutput {
|
|
1896
2113
|
/**
|
|
1897
2114
|
* <p> The Amazon Resource Name (ARN) of the created pricing rule. </p>
|
|
1898
2115
|
*/
|
|
1899
2116
|
Arn?: string;
|
|
1900
2117
|
}
|
|
2118
|
+
/**
|
|
2119
|
+
* @public
|
|
2120
|
+
*/
|
|
1901
2121
|
export interface DeletePricingRuleInput {
|
|
1902
2122
|
/**
|
|
1903
2123
|
* <p> The Amazon Resource Name (ARN) of the pricing rule that you are deleting. </p>
|
|
1904
2124
|
*/
|
|
1905
2125
|
Arn: string | undefined;
|
|
1906
2126
|
}
|
|
2127
|
+
/**
|
|
2128
|
+
* @public
|
|
2129
|
+
*/
|
|
1907
2130
|
export interface DeletePricingRuleOutput {
|
|
1908
2131
|
/**
|
|
1909
2132
|
* <p> The Amazon Resource Name (ARN) of the deleted pricing rule. </p>
|
|
@@ -1911,6 +2134,7 @@ export interface DeletePricingRuleOutput {
|
|
|
1911
2134
|
Arn?: string;
|
|
1912
2135
|
}
|
|
1913
2136
|
/**
|
|
2137
|
+
* @public
|
|
1914
2138
|
* <p> The filter that specifies criteria that the pricing rules returned by the
|
|
1915
2139
|
* <code>ListPricingRules</code> API will adhere to. </p>
|
|
1916
2140
|
*/
|
|
@@ -1921,6 +2145,9 @@ export interface ListPricingRulesFilter {
|
|
|
1921
2145
|
*/
|
|
1922
2146
|
Arns?: string[];
|
|
1923
2147
|
}
|
|
2148
|
+
/**
|
|
2149
|
+
* @public
|
|
2150
|
+
*/
|
|
1924
2151
|
export interface ListPricingRulesInput {
|
|
1925
2152
|
/**
|
|
1926
2153
|
* <p>
|
|
@@ -1947,6 +2174,7 @@ export interface ListPricingRulesInput {
|
|
|
1947
2174
|
NextToken?: string;
|
|
1948
2175
|
}
|
|
1949
2176
|
/**
|
|
2177
|
+
* @public
|
|
1950
2178
|
* <p>
|
|
1951
2179
|
* The possible Amazon Web Services Free Tier configurations.
|
|
1952
2180
|
* </p>
|
|
@@ -1960,6 +2188,7 @@ export interface FreeTierConfig {
|
|
|
1960
2188
|
Activated: boolean | undefined;
|
|
1961
2189
|
}
|
|
1962
2190
|
/**
|
|
2191
|
+
* @public
|
|
1963
2192
|
* <p>
|
|
1964
2193
|
* The set of tiering configurations for the pricing rule.
|
|
1965
2194
|
* </p>
|
|
@@ -1973,6 +2202,7 @@ export interface Tiering {
|
|
|
1973
2202
|
FreeTier: FreeTierConfig | undefined;
|
|
1974
2203
|
}
|
|
1975
2204
|
/**
|
|
2205
|
+
* @public
|
|
1976
2206
|
* <p>
|
|
1977
2207
|
* A representation of a pricing rule.
|
|
1978
2208
|
* </p>
|
|
@@ -2062,6 +2292,9 @@ export interface PricingRuleListElement {
|
|
|
2062
2292
|
*/
|
|
2063
2293
|
Operation?: string;
|
|
2064
2294
|
}
|
|
2295
|
+
/**
|
|
2296
|
+
* @public
|
|
2297
|
+
*/
|
|
2065
2298
|
export interface ListPricingRulesOutput {
|
|
2066
2299
|
/**
|
|
2067
2300
|
* <p>
|
|
@@ -2082,6 +2315,9 @@ export interface ListPricingRulesOutput {
|
|
|
2082
2315
|
*/
|
|
2083
2316
|
NextToken?: string;
|
|
2084
2317
|
}
|
|
2318
|
+
/**
|
|
2319
|
+
* @public
|
|
2320
|
+
*/
|
|
2085
2321
|
export interface ListPricingRulesAssociatedToPricingPlanInput {
|
|
2086
2322
|
/**
|
|
2087
2323
|
* <p>
|
|
@@ -2105,6 +2341,9 @@ export interface ListPricingRulesAssociatedToPricingPlanInput {
|
|
|
2105
2341
|
*/
|
|
2106
2342
|
NextToken?: string;
|
|
2107
2343
|
}
|
|
2344
|
+
/**
|
|
2345
|
+
* @public
|
|
2346
|
+
*/
|
|
2108
2347
|
export interface ListPricingRulesAssociatedToPricingPlanOutput {
|
|
2109
2348
|
/**
|
|
2110
2349
|
* <p>
|
|
@@ -2131,6 +2370,7 @@ export interface ListPricingRulesAssociatedToPricingPlanOutput {
|
|
|
2131
2370
|
NextToken?: string;
|
|
2132
2371
|
}
|
|
2133
2372
|
/**
|
|
2373
|
+
* @public
|
|
2134
2374
|
* <p>
|
|
2135
2375
|
* The possible Amazon Web Services Free Tier configurations.
|
|
2136
2376
|
* </p>
|
|
@@ -2144,6 +2384,7 @@ export interface UpdateFreeTierConfig {
|
|
|
2144
2384
|
Activated: boolean | undefined;
|
|
2145
2385
|
}
|
|
2146
2386
|
/**
|
|
2387
|
+
* @public
|
|
2147
2388
|
* <p>
|
|
2148
2389
|
* The set of tiering configurations for the pricing rule.
|
|
2149
2390
|
* </p>
|
|
@@ -2156,6 +2397,9 @@ export interface UpdateTieringInput {
|
|
|
2156
2397
|
*/
|
|
2157
2398
|
FreeTier: UpdateFreeTierConfig | undefined;
|
|
2158
2399
|
}
|
|
2400
|
+
/**
|
|
2401
|
+
* @public
|
|
2402
|
+
*/
|
|
2159
2403
|
export interface UpdatePricingRuleInput {
|
|
2160
2404
|
/**
|
|
2161
2405
|
* <p> The Amazon Resource Name (ARN) of the pricing rule to update. </p>
|
|
@@ -2192,6 +2436,9 @@ export interface UpdatePricingRuleInput {
|
|
|
2192
2436
|
*/
|
|
2193
2437
|
Tiering?: UpdateTieringInput;
|
|
2194
2438
|
}
|
|
2439
|
+
/**
|
|
2440
|
+
* @public
|
|
2441
|
+
*/
|
|
2195
2442
|
export interface UpdatePricingRuleOutput {
|
|
2196
2443
|
/**
|
|
2197
2444
|
* <p> The Amazon Resource Name (ARN) of the successfully updated pricing rule. </p>
|
|
@@ -2269,6 +2516,9 @@ export interface UpdatePricingRuleOutput {
|
|
|
2269
2516
|
*/
|
|
2270
2517
|
Operation?: string;
|
|
2271
2518
|
}
|
|
2519
|
+
/**
|
|
2520
|
+
* @public
|
|
2521
|
+
*/
|
|
2272
2522
|
export interface TagResourceRequest {
|
|
2273
2523
|
/**
|
|
2274
2524
|
* <p>
|
|
@@ -2283,8 +2533,14 @@ export interface TagResourceRequest {
|
|
|
2283
2533
|
*/
|
|
2284
2534
|
Tags: Record<string, string> | undefined;
|
|
2285
2535
|
}
|
|
2536
|
+
/**
|
|
2537
|
+
* @public
|
|
2538
|
+
*/
|
|
2286
2539
|
export interface TagResourceResponse {
|
|
2287
2540
|
}
|
|
2541
|
+
/**
|
|
2542
|
+
* @public
|
|
2543
|
+
*/
|
|
2288
2544
|
export interface UntagResourceRequest {
|
|
2289
2545
|
/**
|
|
2290
2546
|
* <p>
|
|
@@ -2299,6 +2555,9 @@ export interface UntagResourceRequest {
|
|
|
2299
2555
|
*/
|
|
2300
2556
|
TagKeys: string[] | undefined;
|
|
2301
2557
|
}
|
|
2558
|
+
/**
|
|
2559
|
+
* @public
|
|
2560
|
+
*/
|
|
2302
2561
|
export interface UntagResourceResponse {
|
|
2303
2562
|
}
|
|
2304
2563
|
/**
|