export declare const ApiDestinationState: { readonly ACTIVE: "ACTIVE"; readonly INACTIVE: "INACTIVE"; }; export type ApiDestinationState = (typeof ApiDestinationState)[keyof typeof ApiDestinationState]; export declare const ApiDestinationHttpMethod: { readonly DELETE: "DELETE"; readonly GET: "GET"; readonly HEAD: "HEAD"; readonly OPTIONS: "OPTIONS"; readonly PATCH: "PATCH"; readonly POST: "POST"; readonly PUT: "PUT"; }; export type ApiDestinationHttpMethod = (typeof ApiDestinationHttpMethod)[keyof typeof ApiDestinationHttpMethod]; export declare const ArchiveState: { readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATING: "CREATING"; readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATING: "UPDATING"; }; export type ArchiveState = (typeof ArchiveState)[keyof typeof ArchiveState]; export declare const AssignPublicIp: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp]; export declare const ReplayState: { readonly CANCELLED: "CANCELLED"; readonly CANCELLING: "CANCELLING"; readonly COMPLETED: "COMPLETED"; readonly FAILED: "FAILED"; readonly RUNNING: "RUNNING"; readonly STARTING: "STARTING"; }; export type ReplayState = (typeof ReplayState)[keyof typeof ReplayState]; export declare const ConnectionAuthorizationType: { readonly API_KEY: "API_KEY"; readonly BASIC: "BASIC"; readonly OAUTH_CLIENT_CREDENTIALS: "OAUTH_CLIENT_CREDENTIALS"; }; export type ConnectionAuthorizationType = (typeof ConnectionAuthorizationType)[keyof typeof ConnectionAuthorizationType]; export declare const ConnectionOAuthHttpMethod: { readonly GET: "GET"; readonly POST: "POST"; readonly PUT: "PUT"; }; export type ConnectionOAuthHttpMethod = (typeof ConnectionOAuthHttpMethod)[keyof typeof ConnectionOAuthHttpMethod]; export declare const ConnectionState: { readonly AUTHORIZED: "AUTHORIZED"; readonly AUTHORIZING: "AUTHORIZING"; readonly CREATING: "CREATING"; readonly DEAUTHORIZED: "DEAUTHORIZED"; readonly DEAUTHORIZING: "DEAUTHORIZING"; readonly DELETING: "DELETING"; readonly UPDATING: "UPDATING"; }; export type ConnectionState = (typeof ConnectionState)[keyof typeof ConnectionState]; export declare const EventSourceState: { readonly ACTIVE: "ACTIVE"; readonly DELETED: "DELETED"; readonly PENDING: "PENDING"; }; export type EventSourceState = (typeof EventSourceState)[keyof typeof EventSourceState]; export declare const RuleState: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type RuleState = (typeof RuleState)[keyof typeof RuleState]; export declare const LaunchType: { readonly EC2: "EC2"; readonly EXTERNAL: "EXTERNAL"; readonly FARGATE: "FARGATE"; }; export type LaunchType = (typeof LaunchType)[keyof typeof LaunchType]; export declare const PlacementConstraintType: { readonly DISTINCT_INSTANCE: "distinctInstance"; readonly MEMBER_OF: "memberOf"; }; export type PlacementConstraintType = (typeof PlacementConstraintType)[keyof typeof PlacementConstraintType]; export declare const PlacementStrategyType: { readonly BINPACK: "binpack"; readonly RANDOM: "random"; readonly SPREAD: "spread"; }; export type PlacementStrategyType = (typeof PlacementStrategyType)[keyof typeof PlacementStrategyType]; export declare const PropagateTags: { readonly TASK_DEFINITION: "TASK_DEFINITION"; }; export type PropagateTags = (typeof PropagateTags)[keyof typeof PropagateTags];