- Navigation Guide
@aws-sdk/client-codecatalyst
GetSubscriptionCommandOutput Interface
The output of GetSubscriptionCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
awsAccountName | string | undefined | The display name of the Amazon Web Services account used for billing for the space. |
pendingSubscriptionStartTime | Date | undefined | The day and time the pending change will be applied to the space, in coordinated universal time (UTC) timestamp format as specified in RFC 3339 . |
pendingSubscriptionType | string | undefined | The type of the billing plan that the space will be changed to at the start of the next billing cycle. This applies only to changes that reduce the functionality available for the space. Billing plan changes that increase functionality are applied immediately. For more information, see Pricing . |
subscriptionType | string | undefined | The type of the billing plan for the space. |
Full Signature
export interface GetSubscriptionCommandOutput extends GetSubscriptionResponse, MetadataBearer