You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-billingconductor): This release adds support for Billing Transfers, enabling management of billing transfers with billing groups on AWS Billing Conductor.
* <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>
54
56
* @public
55
57
*/
56
-
LinkedAccountIds: string[]|undefined;
58
+
LinkedAccountIds?: string[]|undefined;
57
59
58
60
/**
59
61
* <p>Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.</p>
60
62
* @public
61
63
*/
62
64
AutoAssociate?: boolean|undefined;
65
+
66
+
/**
67
+
* <p> The Amazon Resource Name (ARN) that identifies the transfer relationship owned by the Bill Transfer account (caller account). When specified, the PrimaryAccountId is no longer required. </p>
* <p> The Amazon Resource Name (ARN) that identifies the transfer relationship. Note: Modifications to the ResponsibilityTransferArn are not permitted for existing billing groups. </p>
* <p>A representation of the line item filter for your custom line item. You can use line item filters to include or exclude specific resource values from the billing group's total cost. For example, if you create a custom line item and you want to filter out a value, such as Savings Plan discounts, you can update <code>LineItemFilter</code> to exclude it.</p>
788
+
* <p>A representation of the line item filter for your custom line item. You can use line item filters to include or exclude specific resource values from the billing group's total cost. For example, if you create a custom line item and you want to filter out a value, such as Savings Plans discounts, you can update <code>LineItemFilter</code> to exclude it.</p>
* The presentation configuration of the custom line item
860
+
* <p> An object that defines how custom line item charges are presented in the bill, containing specifications for service presentation. </p>
793
861
* @public
794
862
*/
795
863
exportinterfacePresentationObject{
796
864
/**
797
-
* This defines the service of where the custom line item is presented
865
+
* <p> The service under which the custom line item charges will be presented. Must be a string between 1 and 128 characters matching the pattern "<code>^[a-zA-Z0-9]+$</code>". </p>
* <p> Specifies how the custom line item charges are computed. </p>
857
925
* @public
858
926
*/
859
927
ComputationRule?: ComputationRuleEnum|undefined;
860
928
861
929
/**
862
-
* The presentation configuration of the custom line item
930
+
* <p> Details controlling how the custom line item charges are presented in the bill. Contains specifications for which service the charges will be shown under. </p>
0 commit comments