import { _UnmarshalledService } from "./_Service"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * CreateServiceOutput shape */ export interface CreateServiceOutput extends __aws_sdk_types.MetadataBearer { /** *

The full description of your service following the create call.

If a service is using the ECS deployment controller, the deploymentController and taskSets parameters will not be returned.

If the service is using the CODE_DEPLOY deployment controller, the deploymentController, taskSets and deployments parameters will be returned, however the deployments parameter will be an empty list.

*/ service?: _UnmarshalledService; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }