DescribeFleets
Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.
Request Syntax
{
"Names": [ "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.
- Names
-
The names of the fleets to describe.
Type: Array of strings
Length Constraints: Minimum length of 1.
Required: No
- 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
{
"Fleets": [
{
"Arn": "string",
"ComputeCapacityStatus": {
"ActiveUserSessions": number,
"ActualUserSessions": number,
"Available": number,
"AvailableUserSessions": number,
"Desired": number,
"DesiredUserSessions": number,
"InUse": number,
"Running": number
},
"CreatedTime": number,
"Description": "string",
"DisconnectTimeoutInSeconds": number,
"DisplayName": "string",
"DomainJoinInfo": {
"DirectoryName": "string",
"OrganizationalUnitDistinguishedName": "string"
},
"EnableDefaultInternetAccess": boolean,
"FleetErrors": [
{
"ErrorCode": "string",
"ErrorMessage": "string"
}
],
"FleetType": "string",
"IamRoleArn": "string",
"IdleDisconnectTimeoutInSeconds": number,
"ImageArn": "string",
"ImageName": "string",
"InstanceType": "string",
"MaxConcurrentSessions": number,
"MaxSessionsPerInstance": number,
"MaxUserDurationInSeconds": number,
"Name": "string",
"Platform": "string",
"SessionScriptS3Location": {
"S3Bucket": "string",
"S3Key": "string"
},
"State": "string",
"StreamView": "string",
"UsbDeviceFilterStrings": [ "string" ],
"VpcConfig": {
"SecurityGroupIds": [ "string" ],
"SubnetIds": [ "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.
Errors
For information about the errors that are common to all actions, see Common Errors.
- ResourceNotFoundException
-
The specified resource was not found.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: