# Functions
IsStackNotExistsErr returns true if error type is stack not exist.
NewAppDescriber instantiates an application describer.
NewAppRunnerStatusDescriber instantiates a new appRunnerStatusDescriber struct.
NewBackendServiceDescriber instantiates a backend service describer.
NewECSStatusDescriber instantiates a new ecsStatusDescriber struct.
NewEnvDescriber instantiates an environment describer.
NewLBWebServiceDescriber instantiates a load balanced service describer.
NewPipelineDescriber instantiates a new pipeline describer.
NewPipelineStackDescriber instantiates a new pipeline stack describer.
NewPipelineStatusDescriber instantiates a new PipelineStatus struct.
NewRDWebServiceDescriber instantiates a request-driven service describer.
NewReachableService returns a ReachableService based on the type of the service.
NewStaticSiteDescriber instantiates a static site service describer.
NewStaticSiteStatusDescriber instantiates a new staticSiteStatusDescriber struct.
NewWorkerServiceDescriber instantiates a worker service describer.
NewWorkloadStackDescriber instantiates the core elements of a new workload.
# Constants
BlankServiceDiscoveryURI is an empty URI to denote services that cannot be reached with Service Discovery.
Supported URI Access Types.
Supported URI Access Types.
Supported URI Access Types.
Supported URI Access Types.
Supported URI Access Types.
Supported URI Access Types.
# Structs
App contains serialized parameters for an application.
AppDescriber retrieves information about an application.
BackendServiceDescriber retrieves information about a backend service.
ECSServiceConfig contains info about how an ECS-based service is configured.
EnvDescriber retrieves information about an environment.
EnvDescription contains the information about an environment.
EnvironmentVPC holds the ID of the environment's VPC configuration.
ErrManifestNotFoundInTemplate is returned when a deployed CFN template is missing manifest data.
ErrNonAccessibleServiceType is returned when a service type cannot be reached over the network.
LBWebServiceDescriber retrieves information about a load balanced web service.
LBWebServiceURI represents the unique identifier to access a load balanced web service.
NewEnvDescriberConfig contains fields that initiates EnvDescriber struct.
NewServiceConfig contains fields that initiates service describer struct.
NewServiceStatusConfig contains fields that initiates ServiceStatus struct.
NewWorkloadConfig contains fields that initiates workload describer struct.
Pipeline contains serialized parameters for a pipeline.
PipelineDescriber retrieves information about a deployed pipeline.
PipelineStackDescriber retrieves information about a deployed pipeline stack.
PipelineStatus contains the status for a pipeline.
PipelineStatusDescriber retrieves status of a deployed pipeline.
RDWebServiceDescriber retrieves information about a request-driven web service.
RDWSRoute contains serialized route parameters for a Request-Driven Web Service.
S3ObjectTree contains serialized parameters for an S3 object tree.
ServiceConfig contains serialized configuration parameters for a service.
StaticSiteDescriber retrieves information about a static site service.
URI represents a uri and how it can be accessed.
WebServiceRoute contains serialized route parameters for a web service.
WorkerServiceDescriber retrieves information about a worker service.
WorkloadStackDescriber provides base functionality for retrieving info about a workload stack.
# Interfaces
ConfigStoreSvc wraps methods of config store.
DeployedEnvServicesLister wraps methods of deploy store.
HumanJSONStringer contains methods that stringify app info for output.
ReachableService represents a service describer that has an endpoint.
# Type aliases
URIAccessType represents how a URI can be accessed.