package
1.34.1
Repository: https://github.com/aws/copilot-cli.git
Documentation: pkg.go.dev

# Functions

NewSSMStore returns a new store, allowing you to query or create Applications, Environments, Services, and other workloads.

# Structs

AdjustVPC holds the fields to adjust default VPC resources.
Application is a named collection of environments and services.
CustomizeEnv represents the custom environment config.
Environment represents a deployment environment in an application.
ErrNoSuchApplication means an application couldn't be found within a specific account and region.
ErrNoSuchEnvironment means a specific environment couldn't be found in a specific project.
ErrNoSuchJob means a specific job couldn't be found in a specific application.
ErrNoSuchService means a specific service couldn't be found in a specific application.
ImportVPC holds the fields to import VPC resources.
Store is in charge of fetching and creating applications, environment, services and other workloads, and pipeline configuration in SSM.
Telemetry represents optional observability and monitoring configuration.
Workload represents a deployable long-running service or task.

# Interfaces

IAMIdentityGetter is the interface to get information about the IAM user or role whose credentials are used to make AWS requests.
SSM is the interface for the AWS SSM client.