export declare const ApiGatewayEndpointType: { readonly PRIVATE: "PRIVATE"; readonly REGIONAL: "REGIONAL"; }; export type ApiGatewayEndpointType = (typeof ApiGatewayEndpointType)[keyof typeof ApiGatewayEndpointType]; export declare const ApplicationState: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly UPDATING: "UPDATING"; }; export type ApplicationState = (typeof ApplicationState)[keyof typeof ApplicationState]; 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"; }; export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode]; 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"; }; export type ErrorResourceType = (typeof ErrorResourceType)[keyof typeof ErrorResourceType]; export declare const ProxyType: { readonly API_GATEWAY: "API_GATEWAY"; }; export type ProxyType = (typeof ProxyType)[keyof typeof ProxyType]; export declare const NetworkFabricType: { readonly NONE: "NONE"; readonly TRANSIT_GATEWAY: "TRANSIT_GATEWAY"; }; export type NetworkFabricType = (typeof NetworkFabricType)[keyof typeof NetworkFabricType]; export declare const EnvironmentState: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; }; export type EnvironmentState = (typeof EnvironmentState)[keyof typeof EnvironmentState]; export declare const RouteActivationState: { readonly ACTIVE: "ACTIVE"; readonly INACTIVE: "INACTIVE"; }; export type RouteActivationState = (typeof RouteActivationState)[keyof typeof RouteActivationState]; export declare const RouteType: { readonly DEFAULT: "DEFAULT"; readonly URI_PATH: "URI_PATH"; }; export type RouteType = (typeof RouteType)[keyof typeof RouteType]; 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"; }; export type HttpMethod = (typeof HttpMethod)[keyof typeof HttpMethod]; export declare const RouteState: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly INACTIVE: "INACTIVE"; readonly UPDATING: "UPDATING"; }; export type RouteState = (typeof RouteState)[keyof typeof RouteState]; export declare const ServiceEndpointType: { readonly LAMBDA: "LAMBDA"; readonly URL: "URL"; }; export type ServiceEndpointType = (typeof ServiceEndpointType)[keyof typeof ServiceEndpointType]; export declare const ServiceState: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; }; export type ServiceState = (typeof ServiceState)[keyof typeof ServiceState];