ListAssociatedStacks - Amazon AppStream 2.0

ListAssociatedStacks

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

Request Syntax

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

FleetName

The name of the fleet.

Type: String

Length Constraints: Minimum length of 1.

Required: Yes

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

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 stack.

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: