package
4.10.5+incompatible
Repository: https://github.com/yalespinup/ecs-api.git
Documentation: pkg.go.dev

# Variables

DefaultCapacityProviders are the default capacity providers for a cluster.
DefaultCloudwatchLogsRetention sets the detfault retention (in days) for logs in cloudwatch.
DefaultCompatabilities sets the default task definition compatabilities to Fargate.
DefaultLaunchType sets the default launch type to Fargate.
DefaultNetworkMode sets the default networking more for task definitions created by the api.

# Structs

Orchestrator holds the service discovery client, iam client, ecs client, secretsmanager client, input, and output.
ServiceDeleteInput encapsulates a request to delete a service with optional recursion.
ServiceOrchestrationInput encapsulates a single request for a service.
ServiceOrchestrationOutput is the output structure for service orchestration.
ServiceOrchestrationUpdateInput is in the input for service orchestration updates.
ServiceOrchestrationUpdateOutput is the output for service orchestration updates.
No description provided by the author
No description provided by the author
TaskCreateOrchestrationInput is the input payload for creating a task.
TaskCreateOrchestrationOutput is the output payload for a task creation.
TaskDefDeleteInput encapsulates a request to delete a taskdef with optional recursion.
TaskDefDeleteOutput is the orchestration response for taskdef deletion.
No description provided by the author
TaskDefUpdateOrchestrationInput is the input payload for updating a taskdef.
TaskDefUpdateOrchestrationOutput is the output payload for updating a taskdef.
No description provided by the author