ListAssociatedFleets - Amazon AppStream 2.0

ListAssociatedFleets

Retrieves the name of the fleet that is associated with the specified stack.

Request Syntax

{ "NextToken": "string", "StackName": "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.

NextToken

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

Type: String

Length Constraints: Minimum length of 1.

Required: No

StackName

The name of the stack.

Type: String

Length Constraints: Minimum length of 1.

Required: Yes

Response Syntax

{ "Names": [ "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.

Names

The name of the fleet.

Type: Array of strings

Length Constraints: Minimum length of 1.

NextToken

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

Type: String

Length Constraints: Minimum length of 1.

Errors

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

See Also

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