Amazon CodeCatalyst

2024/03/28 - Amazon CodeCatalyst - 1 updated api methods

Changes  This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst.

GetSubscription (updated) Link ΒΆ
Changes (response)
{'pendingSubscriptionStartTime': 'timestamp',
 'pendingSubscriptionType': 'string'}

Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.

See also: AWS API Documentation

Request Syntax

client.get_subscription(
    spaceName='string'
)
type spaceName

string

param spaceName

[REQUIRED]

The name of the space.

rtype

dict

returns

Response Syntax

{
    'subscriptionType': 'string',
    'awsAccountName': 'string',
    'pendingSubscriptionType': 'string',
    'pendingSubscriptionStartTime': datetime(2015, 1, 1)
}

Response Structure

  • (dict) --

    • subscriptionType (string) --

      The type of the billing plan for the space.

    • awsAccountName (string) --

      The display name of the Amazon Web Services account used for billing for the space.

    • pendingSubscriptionType (string) --

      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.

    • pendingSubscriptionStartTime (datetime) --

      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.