View a markdown version of this page

ListEnterpriseSupportLinkedAccountCharges - AWS Billing and Cost Management

ListEnterpriseSupportLinkedAccountCharges

Returns Support-eligible spend broken down at linked account level.

Request Syntax

{ "accountId": "string", "billingMonth": "string", "maxResults": number, "nextToken": "string" }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

accountId

An optional linked account ID to filter results to a specific account.

Type: String

Pattern: [0-9]{12}

Required: No

billingMonth

The billing month in YYYY-MM format. This must be a month in the past.

Type: String

Pattern: \d{4}-(0[1-9]|1[0-2])

Required: Yes

maxResults

The maximum number of results to return per page.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 100.

Required: No

nextToken

The pagination token for the next page of results.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 4095.

Pattern: [-a-zA-Z0-9+=/_]+

Required: No

Response Syntax

{ "linkedAccount": [ { "accountId": "string", "accountType": "string", "billableSeconds": number, "linkedTimePeriods": [ { "beginDate": number, "endDate": number } ], "payerAccountId": "string", "proratedTotalSupportEligibleSpend": "string", "subscriptionTimePeriods": [ { "beginDate": number, "endDate": number } ], "supportEligibleSpendByService": [ { "serviceCode": "string", "totalSupportEligibleSpend": "string" } ], "totalSeconds": number, "totalSupportEligibleReservedInstanceSpend": "string", "totalSupportEligibleSavingsPlanSpend": "string", "totalSupportEligibleSpend": "string" } ], "nextToken": "string" }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

linkedAccount

The list of Enterprise Support charges per linked account.

Type: Array of LinkedAccountCharge objects

Array Members: Minimum number of 0 items. Maximum number of 100 items.

nextToken

The pagination token for the next page of results.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 4095.

Pattern: [-a-zA-Z0-9+=/_]+

Errors

For information about the errors that are common to all actions, see Common Error Types.

AccessDeniedException

You don't have sufficient access to perform this action.

HTTP Status Code: 400

InternalServerException

The request processing failed because of an unknown error, exception, or failure.

HTTP Status Code: 500

ResourceNotFoundException

The specified ARN in the request doesn't exist.

resourceId

Value is a list of resource IDs that were not found.

resourceType

Value is the type of resource that was not found.

HTTP Status Code: 400

ThrottlingException

The request was denied due to request throttling.

HTTP Status Code: 400

ValidationException

The input fails to satisfy the constraints specified by an AWS service.

fieldList

The input fails to satisfy the constraints specified by an AWS service.

reason

The input fails to satisfy the constraints specified by an AWS service.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: