describeFleetDeployment
inline suspend fun GameLiftClient.describeFleetDeployment(crossinline block: DescribeFleetDeploymentRequest.Builder.() -> Unit): DescribeFleetDeploymentResponse
Retrieves information about a managed container fleet deployment.
Request options
Get information about the latest deployment for a specific fleet. Provide the fleet ID or ARN.
Get information about a specific deployment. Provide the fleet ID or ARN and the deployment ID.
Results
If successful, a FleetDeployment
object is returned.