Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateServiceRequest

import type { UpdateServiceRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";
interface UpdateServiceRequest {
capacityProviderStrategy?: CapacityProviderStrategyItem[] | null;
cluster?: string | null;
deploymentConfiguration?: DeploymentConfiguration | null;
desiredCount?: number | null;
enableExecuteCommand?: boolean | null;
forceNewDeployment?: boolean | null;
healthCheckGracePeriodSeconds?: number | null;
networkConfiguration?: NetworkConfiguration | null;
placementConstraints?: PlacementConstraint[] | null;
placementStrategy?: PlacementStrategy[] | null;
platformVersion?: string | null;
service: string;
taskDefinition?: string | null;
}

§Properties

§
capacityProviderStrategy?: CapacityProviderStrategyItem[] | null
[src]
§
cluster?: string | null
[src]
§
deploymentConfiguration?: DeploymentConfiguration | null
[src]
§
desiredCount?: number | null
[src]
§
enableExecuteCommand?: boolean | null
[src]
§
forceNewDeployment?: boolean | null
[src]
§
healthCheckGracePeriodSeconds?: number | null
[src]
§
networkConfiguration?: NetworkConfiguration | null
[src]
§
placementConstraints?: PlacementConstraint[] | null
[src]
§
placementStrategy?: PlacementStrategy[] | null
[src]
§
platformVersion?: string | null
[src]
§
service: string
[src]
§
taskDefinition?: string | null
[src]