/** * @public * @enum */ export declare const ApiGatewayEndpointType: { readonly PRIVATE: "PRIVATE"; readonly REGIONAL: "REGIONAL"; }; /** * @public */ export type ApiGatewayEndpointType = (typeof ApiGatewayEndpointType)[keyof typeof ApiGatewayEndpointType]; /** * @public * @enum */ export declare const ApplicationState: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly UPDATING: "UPDATING"; }; /** * @public */ export type ApplicationState = (typeof ApplicationState)[keyof typeof ApplicationState]; /** * @public * @enum */ export declare const ErrorCode: { readonly INVALID_RESOURCE_STATE: "INVALID_RESOURCE_STATE"; readonly NOT_AUTHORIZED: "NOT_AUTHORIZED"; readonly REQUEST_LIMIT_EXCEEDED: "REQUEST_LIMIT_EXCEEDED"; readonly RESOURCE_CREATION_FAILURE: "RESOURCE_CREATION_FAILURE"; readonly RESOURCE_DELETION_FAILURE: "RESOURCE_DELETION_FAILURE"; readonly RESOURCE_IN_USE: "RESOURCE_IN_USE"; readonly RESOURCE_LIMIT_EXCEEDED: "RESOURCE_LIMIT_EXCEEDED"; readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND"; readonly RESOURCE_RETRIEVAL_FAILURE: "RESOURCE_RETRIEVAL_FAILURE"; readonly RESOURCE_UPDATE_FAILURE: "RESOURCE_UPDATE_FAILURE"; readonly SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE: "SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE"; readonly STATE_TRANSITION_FAILURE: "STATE_TRANSITION_FAILURE"; }; /** * @public */ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode]; /** * @public * @enum */ export declare const ErrorResourceType: { readonly API_GATEWAY: "API_GATEWAY"; readonly APPLICATION: "APPLICATION"; readonly ENVIRONMENT: "ENVIRONMENT"; readonly IAM_ROLE: "IAM_ROLE"; readonly LAMBDA: "LAMBDA"; readonly LOAD_BALANCER_LISTENER: "LOAD_BALANCER_LISTENER"; readonly NLB: "NLB"; readonly RESOURCE_SHARE: "RESOURCE_SHARE"; readonly ROUTE: "ROUTE"; readonly ROUTE_TABLE: "ROUTE_TABLE"; readonly SECURITY_GROUP: "SECURITY_GROUP"; readonly SERVICE: "SERVICE"; readonly SUBNET: "SUBNET"; readonly TARGET_GROUP: "TARGET_GROUP"; readonly TRANSIT_GATEWAY: "TRANSIT_GATEWAY"; readonly TRANSIT_GATEWAY_ATTACHMENT: "TRANSIT_GATEWAY_ATTACHMENT"; readonly VPC: "VPC"; readonly VPC_ENDPOINT_SERVICE_CONFIGURATION: "VPC_ENDPOINT_SERVICE_CONFIGURATION"; readonly VPC_LINK: "VPC_LINK"; }; /** * @public */ export type ErrorResourceType = (typeof ErrorResourceType)[keyof typeof ErrorResourceType]; /** * @public * @enum */ export declare const ProxyType: { readonly API_GATEWAY: "API_GATEWAY"; }; /** * @public */ export type ProxyType = (typeof ProxyType)[keyof typeof ProxyType]; /** * @public * @enum */ export declare const NetworkFabricType: { readonly NONE: "NONE"; readonly TRANSIT_GATEWAY: "TRANSIT_GATEWAY"; }; /** * @public */ export type NetworkFabricType = (typeof NetworkFabricType)[keyof typeof NetworkFabricType]; /** * @public * @enum */ export declare const EnvironmentState: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; }; /** * @public */ export type EnvironmentState = (typeof EnvironmentState)[keyof typeof EnvironmentState]; /** * @public * @enum */ export declare const RouteActivationState: { readonly ACTIVE: "ACTIVE"; readonly INACTIVE: "INACTIVE"; }; /** * @public */ export type RouteActivationState = (typeof RouteActivationState)[keyof typeof RouteActivationState]; /** * @public * @enum */ export declare const RouteType: { readonly DEFAULT: "DEFAULT"; readonly URI_PATH: "URI_PATH"; }; /** * @public */ export type RouteType = (typeof RouteType)[keyof typeof RouteType]; /** * @public * @enum */ export declare const HttpMethod: { readonly DELETE: "DELETE"; readonly GET: "GET"; readonly HEAD: "HEAD"; readonly OPTIONS: "OPTIONS"; readonly PATCH: "PATCH"; readonly POST: "POST"; readonly PUT: "PUT"; }; /** * @public */ export type HttpMethod = (typeof HttpMethod)[keyof typeof HttpMethod]; /** * @public * @enum */ export declare const RouteState: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly INACTIVE: "INACTIVE"; readonly UPDATING: "UPDATING"; }; /** * @public */ export type RouteState = (typeof RouteState)[keyof typeof RouteState]; /** * @public * @enum */ export declare const ServiceEndpointType: { readonly LAMBDA: "LAMBDA"; readonly URL: "URL"; }; /** * @public */ export type ServiceEndpointType = (typeof ServiceEndpointType)[keyof typeof ServiceEndpointType]; /** * @public * @enum */ export declare const ServiceState: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; }; /** * @public */ export type ServiceState = (typeof ServiceState)[keyof typeof ServiceState];