Overcast is alpha — behaviour and APIs may change between releases. Pin your version and read the changelog before upgrading.

overcast

AppConfig operations

Every AppConfig operation Overcast declares — 20 of 20 implemented — with status, behaviour notes and a link to the AWS API reference for each.

All 20 listed operations are implemented. Back to AppConfig.

Summary

Category✅ Supported
Applications5
Environments4
Configuration Profiles4
Hosted Configuration Versions4
Tags3

Endpoints

Applications

OperationStatusNotesAWS Docs
CreateApplication✅ SupportedCreates an application; an inline Tags map is applieddocs
GetApplication✅ SupportedReturns application detailsdocs
ListApplications✅ SupportedLists all applications, paginated by max_results/next_tokendocs
UpdateApplication✅ SupportedUpdates Name and Description; an omitted member leaves the stored value alonedocs
DeleteApplication✅ SupportedDeletes an application and its tags; environments and profiles beneath it are left in placedocs

Environments

OperationStatusNotesAWS Docs
CreateEnvironment✅ SupportedCreates an environment for an application; State is always READY_FOR_DEPLOYMENT because deployments are not emulateddocs
GetEnvironment✅ SupportedReturns environment detailsdocs
ListEnvironments✅ SupportedLists environments for an application, paginated by max_results/next_tokendocs
DeleteEnvironment✅ SupportedDeletes an environment and its tags; x-amzn-deletion-protection-check is ignoreddocs

Configuration Profiles

OperationStatusNotesAWS Docs
CreateConfigurationProfile✅ SupportedCreates a configuration profile; Name and LocationUri are required and Validators are stored but never rundocs
GetConfigurationProfile✅ SupportedReturns configuration profile detailsdocs
ListConfigurationProfiles✅ SupportedLists profile summaries, filtered by the type query parameter and paginated by max_results/next_tokendocs
DeleteConfigurationProfile✅ SupportedDeletes a configuration profile and its tags; hosted versions beneath it are left in placedocs

Hosted Configuration Versions

OperationStatusNotesAWS Docs
CreateHostedConfigurationVersion✅ SupportedStores the request payload against a profile; VersionNumber auto-increments, a stale Latest-Version-Number header is a ConflictException, and content over 1 MB is rejected with PayloadTooLargeExceptiondocs
GetHostedConfigurationVersion✅ SupportedReturns the raw content as the response payload with the metadata in headersdocs
ListHostedConfigurationVersions✅ SupportedReturns version summaries newest first, filtered by the version_label query parameter and paginated by max_results/next_tokendocs
DeleteHostedConfigurationVersion✅ SupportedDeletes a single version; other versions of the profile are untouched and version numbers are not reuseddocs

Tags

OperationStatusNotesAWS Docs
TagResource✅ SupportedAdds or overwrites tags on applications, environments, and configuration profilesdocs
UntagResource✅ SupportedRemoves tags by the tagKeys query parameterdocs
ListTagsForResource✅ SupportedReturns tags for applications, environments, and configuration profilesdocs