Amazon AppConfig Skill
amazonaws-com-appconfig
amazonaws-com-appconfig
| Method | Path | Description |
|---|---|---|
POST | /applications | |
POST | /applications/{ApplicationId}/configurationprofiles | Creates an application. In AppConfig, an application is simply an organizational construct like a folder. This organizational construct has a relationship with some unit of execut... |
POST | /deploymentstrategies | Creates a configuration profile, which is information that enables AppConfig to access the configuration source. Valid configuration sources include the following: Configuration d... |
POST | /applications/{ApplicationId}/environments | Creates a deployment strategy that defines important criteria for rolling out your configuration to the designated targets. A deployment strategy includes the overall duration req... |
POST | /extensions | Creates an environment. For each application, you define one or more environments. An environment is a deployment group of AppConfig targets, such as applications in a Beta or Pro... |
POST | /extensionassociations | Creates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configu... |
POST | /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions | When you create an extension or configure an Amazon Web Services authored extension, you associate the extension with an AppConfig application, environment, or configuration profi... |
DELETE | /applications/{ApplicationId} | Creates a new configuration in the AppConfig hosted configuration store. If you're creating a feature flag, we recommend you familiarize yourself with the JSON schema for feature... |
DELETE | /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId} | Deletes an application. |
DELETE | /deployementstrategies/{DeploymentStrategyId} | Deletes a configuration profile. To prevent users from unintentionally deleting actively-used configuration profiles, enable deletion protection. |
DELETE | /applications/{ApplicationId}/environments/{EnvironmentId} | Deletes a deployment strategy. |
DELETE | /extensions/{ExtensionIdentifier} | Deletes an environment. To prevent users from unintentionally deleting actively-used environments, enable deletion protection. |
DELETE | /extensionassociations/{ExtensionAssociationId} | Deletes an AppConfig extension. You must delete all associations to an extension before you delete the extension. |
DELETE | /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber} | Deletes an extension association. This action doesn't delete extensions defined in the association. |
GET | /settings | Deletes a version of a configuration from the AppConfig hosted configuration store. |
GET | /applications/{ApplicationId} | Returns information about the status of the DeletionProtection parameter. |
GET | /applications/{Application}/environments/{Environment}/configurations/{Configuration} | Retrieves information about an application. |
GET | /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId} | (Deprecated) Retrieves the latest deployed configuration. Note the following important information. This API action is deprecated. Calls to receive configuration data should use t... |
GET | /applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber} | Retrieves information about a configuration profile. |
GET | /deploymentstrategies/{DeploymentStrategyId} | Retrieves information about a configuration deployment. |
GET | /applications/{ApplicationId}/environments/{EnvironmentId} | Retrieves information about a deployment strategy. A deployment strategy defines important criteria for rolling out your configuration to the designated targets. A deployment stra... |
GET | /extensions/{ExtensionIdentifier} | Retrieves information about an environment. An environment is a deployment group of AppConfig applications, such as applications in a Production environment or in an EU_Region env... |
GET | /extensionassociations/{ExtensionAssociationId} | Returns information about an AppConfig extension. |
GET | /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber} | Returns information about an AppConfig extension association. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide. |
GET | /applications | Retrieves information about a specific configuration version. |
GET | /applications/{ApplicationId}/configurationprofiles | Lists all applications in your Amazon Web Services account. |
GET | /deploymentstrategies | Lists the configuration profiles for an application. |
GET | /applications/{ApplicationId}/environments/{EnvironmentId}/deployments | Lists deployment strategies. |
GET | /applications/{ApplicationId}/environments | Lists the deployments for an environment in descending deployment number order. |
GET | /extensionassociations | Lists the environments for an application. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install amazonaws-com-appconfig
Downloads and installs to ~/.claude/skills/amazonaws-com-appconfig/
2019-10-09 (2026-02-13)