ListChangeTypeOperations - AWS Managed Services

ListChangeTypeOperations

Returns the available change type operation values for the specified category and subcategory values.

Request Syntax

{ "Category": "string", "Item": "string", "Locale": "string", "MaxResults": number, "NextToken": "string", "Subcategory": "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.

Category

The change type category value to return the operation values for.

Type: String

Required: Yes

Item

The change type item values to return the operation values for.

Type: String

Required: Yes

Locale

The locale (language) to return information in. The default is English. Note: For future use; not currently implemented.

Type: String

Required: No

MaxResults

The maximum number of items to return in one batch. Valid values are 20-100.

Type: Integer

Required: No

NextToken

If the response contains more items than MaxResults, only MaxResults items are returned, and a NextToken pagination token is returned in the response. To retrieve the next batch of items, reissue the request and include the returned token in the NextToken parameter. When all items have been returned, the response does not contain a pagination token value.

Type: String

Required: No

Subcategory

The change type subcategory values to return the operation values for.

Type: String

Required: Yes

Response Syntax

{ "ChangeTypeOperationSummaries": [ { "ChangeTypeId": "string", "Operation": "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.

ChangeTypeOperationSummaries

The change type operation values for the specified category, subcategory, and item values.

Type: Array of ChangeTypeOperationSummary objects

NextToken

If the response contains more items than MaxResults, only MaxResults items are returned, and a NextToken pagination token is returned in the response. To retrieve the next batch of items, reissue the request and include the returned token in the NextToken parameter. When all items have been returned, the response does not contain a pagination token value.

Type: String

Errors

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

InternalServerError

An unspecified server error occurred.

HTTP Status Code: 500

InvalidArgumentException

A specified argument is not valid.

HTTP Status Code: 400

See Also

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