{"note":"OpenAPI conversion -- returning structured metadata","name":"amazonaws-com-opsworks","description":"AWS OpsWorks","version":"2013-02-18","base_url":"","endpoints":74,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api AWS OpsWorks\n@version 2013-02-18\n@auth AWS SigV4\n@endpoints 74\n@hint download_for_search\n@toc root(74)\n\n@endpoint POST /\n@desc Assign a registered instance to a layer.   You can assign registered on-premises instances to any layer type.   You can assign registered Amazon EC2 instances only to custom layers.   You cannot use this action with instances that were created with OpsWorks Stacks.    Required Permissions: To use this action, an Identity and Access Management (IAM) user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {InstanceId: str, LayerIds: [str]}\n\n@endpoint POST /\n@desc Assigns one of the stack's registered Amazon EBS volumes to a specified instance. The volume must first be registered with the stack by calling RegisterVolume. After you register the volume, you must call UpdateVolume to specify a mount point before calling AssignVolume. For more information, see Resource Management.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {VolumeId: str}\n@optional {InstanceId: str}\n\n@endpoint POST /\n@desc Associates one of the stack's registered Elastic IP addresses with a specified instance. The address must first be registered with the stack by calling RegisterElasticIp. For more information, see Resource Management.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {ElasticIp: str}\n@optional {InstanceId: str}\n\n@endpoint POST /\n@desc Attaches an Elastic Load Balancing load balancer to a specified layer. OpsWorks Stacks does not support Application Load Balancer. You can only use Classic Load Balancer with OpsWorks Stacks. For more information, see Elastic Load Balancing.  You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see the Elastic Load Balancing Developer Guide.   Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {ElasticLoadBalancerName: str, LayerId: str}\n\n@endpoint POST /\n@desc Creates a clone of a specified stack. For more information, see Clone a Stack. By default, all parameters are set to the values used by the parent stack.  Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@required {SourceStackId: str, ServiceRoleArn: str}\n@optional {Name: str, Region: str, VpcId: str, Attributes: map<str,str>, DefaultInstanceProfileArn: str, DefaultOs: str, HostnameTheme: str, DefaultAvailabilityZone: str, DefaultSubnetId: str, CustomJson: str, ConfigurationManager: StackConfigurationManager, ChefConfiguration: ChefConfiguration, UseCustomCookbooks: bool, UseOpsworksSecurityGroups: bool, CustomCookbooksSource: Source, DefaultSshKeyName: str, ClonePermissions: bool, CloneAppIds: [str], DefaultRootDeviceType: str, AgentVersion: str}\n@returns(200) {StackId: str?}\n\n@endpoint POST /\n@desc Creates an app for a specified stack. For more information, see Creating Apps.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {StackId: str, Name: str, Type: str}\n@optional {Shortname: str, Description: str, DataSources: [DataSource], AppSource: Source, Domains: [str], EnableSsl: bool, SslConfiguration: SslConfiguration, Attributes: map<str,str>, Environment: [EnvironmentVariable]}\n@returns(200) {AppId: str?}\n\n@endpoint POST /\n@desc Runs deployment or stack commands. For more information, see Deploying Apps and Run Stack Commands.  Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {StackId: str, Command: DeploymentCommand}\n@optional {AppId: str, InstanceIds: [str], LayerIds: [str], Comment: str, CustomJson: str}\n@returns(200) {DeploymentId: str?}\n\n@endpoint POST /\n@desc Creates an instance in a specified stack. For more information, see Adding an Instance to a Layer.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {StackId: str, LayerIds: [str], InstanceType: str}\n@optional {AutoScalingType: str, Hostname: str, Os: str, AmiId: str, SshKeyName: str, AvailabilityZone: str, VirtualizationType: str, SubnetId: str, Architecture: str, RootDeviceType: str, BlockDeviceMappings: [BlockDeviceMapping], InstallUpdatesOnBoot: bool, EbsOptimized: bool, AgentVersion: str, Tenancy: str}\n@returns(200) {InstanceId: str?}\n\n@endpoint POST /\n@desc Creates a layer. For more information, see How to Create a Layer.  You should use CreateLayer for noncustom layer types such as PHP App Server only if the stack does not have an existing layer of that type. A stack can have at most one instance of each noncustom layer; if you attempt to create a second instance, CreateLayer fails. A stack can have an arbitrary number of custom layers, so you can call CreateLayer as many times as you like for that layer type.   Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {StackId: str, Type: str, Name: str, Shortname: str}\n@optional {Attributes: map<str,str>, CloudWatchLogsConfiguration: CloudWatchLogsConfiguration, CustomInstanceProfileArn: str, CustomJson: str, CustomSecurityGroupIds: [str], Packages: [str], VolumeConfigurations: [VolumeConfiguration], EnableAutoHealing: bool, AutoAssignElasticIps: bool, AutoAssignPublicIps: bool, CustomRecipes: Recipes, InstallUpdatesOnBoot: bool, UseEbsOptimizedInstances: bool, LifecycleEventConfiguration: LifecycleEventConfiguration}\n@returns(200) {LayerId: str?}\n\n@endpoint POST /\n@desc Creates a new stack. For more information, see Create a New Stack.  Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@required {Name: str, Region: str, ServiceRoleArn: str, DefaultInstanceProfileArn: str}\n@optional {VpcId: str, Attributes: map<str,str>, DefaultOs: str, HostnameTheme: str, DefaultAvailabilityZone: str, DefaultSubnetId: str, CustomJson: str, ConfigurationManager: StackConfigurationManager, ChefConfiguration: ChefConfiguration, UseCustomCookbooks: bool, UseOpsworksSecurityGroups: bool, CustomCookbooksSource: Source, DefaultSshKeyName: str, DefaultRootDeviceType: str, AgentVersion: str}\n@returns(200) {StackId: str?}\n\n@endpoint POST /\n@desc Creates a new user profile.  Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@required {IamUserArn: str}\n@optional {SshUsername: str, SshPublicKey: str, AllowSelfManagement: bool}\n@returns(200) {IamUserArn: str?}\n\n@endpoint POST /\n@desc Deletes a specified app.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {AppId: str}\n\n@endpoint POST /\n@desc Deletes a specified instance, which terminates the associated Amazon EC2 instance. You must stop an instance before you can delete it. For more information, see Deleting Instances.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {InstanceId: str}\n@optional {DeleteElasticIp: bool, DeleteVolumes: bool}\n\n@endpoint POST /\n@desc Deletes a specified layer. You must first stop and then delete all associated instances or unassign registered instances. For more information, see How to Delete a Layer.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {LayerId: str}\n\n@endpoint POST /\n@desc Deletes a specified stack. You must first delete all instances, layers, and apps or deregister registered instances. For more information, see Shut Down a Stack.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {StackId: str}\n\n@endpoint POST /\n@desc Deletes a user profile.  Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@required {IamUserArn: str}\n\n@endpoint POST /\n@desc Deregisters a specified Amazon ECS cluster from a stack. For more information, see  Resource Management.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html.\n@required {EcsClusterArn: str}\n\n@endpoint POST /\n@desc Deregisters a specified Elastic IP address. The address can be registered by another stack after it is deregistered. For more information, see Resource Management.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {ElasticIp: str}\n\n@endpoint POST /\n@desc Deregister an instance from OpsWorks Stacks. The instance can be a registered instance (Amazon EC2 or on-premises) or an instance created with OpsWorks. This action removes the instance from the stack and returns it to your control.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {InstanceId: str}\n\n@endpoint POST /\n@desc Deregisters an Amazon RDS instance.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {RdsDbInstanceArn: str}\n\n@endpoint POST /\n@desc Deregisters an Amazon EBS volume. The volume can then be registered by another stack. For more information, see Resource Management.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {VolumeId: str}\n\n@endpoint POST /\n@desc Describes the available OpsWorks Stacks agent versions. You must specify a stack ID or a configuration manager. DescribeAgentVersions returns a list of available agent versions for the specified stack or configuration manager.\n@optional {StackId: str, ConfigurationManager: StackConfigurationManager}\n@returns(200) {AgentVersions: [AgentVersion]?}\n\n@endpoint POST /\n@desc Requests a description of a specified set of apps.  This call accepts only one resource-identifying parameter.   Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@optional {StackId: str, AppIds: [str]}\n@returns(200) {Apps: [App]?}\n\n@endpoint POST /\n@desc Describes the results of specified commands.  This call accepts only one resource-identifying parameter.   Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@optional {DeploymentId: str, InstanceId: str, CommandIds: [str]}\n@returns(200) {Commands: [Command]?}\n\n@endpoint POST /\n@desc Requests a description of a specified set of deployments.  This call accepts only one resource-identifying parameter.   Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@optional {StackId: str, AppId: str, DeploymentIds: [str]}\n@returns(200) {Deployments: [Deployment]?}\n\n@endpoint POST /\n@desc Describes Amazon ECS clusters that are registered with a stack. If you specify only a stack ID, you can use the MaxResults and NextToken parameters to paginate the response. However, OpsWorks Stacks currently supports only one cluster per layer, so the result set has a maximum of one element.  Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permission. For more information about user permissions, see Managing User Permissions. This call accepts only one resource-identifying parameter.\n@optional {EcsClusterArns: [str], StackId: str, NextToken: str, MaxResults: int}\n@returns(200) {EcsClusters: [EcsCluster]?, NextToken: str?}\n\n@endpoint POST /\n@desc Describes Elastic IP addresses.  This call accepts only one resource-identifying parameter.   Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@optional {InstanceId: str, StackId: str, Ips: [str]}\n@returns(200) {ElasticIps: [ElasticIp]?}\n\n@endpoint POST /\n@desc Describes a stack's Elastic Load Balancing instances.  This call accepts only one resource-identifying parameter.   Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@optional {StackId: str, LayerIds: [str]}\n@returns(200) {ElasticLoadBalancers: [ElasticLoadBalancer]?}\n\n@endpoint POST /\n@desc Requests a description of a set of instances.  This call accepts only one resource-identifying parameter.   Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@optional {StackId: str, LayerId: str, InstanceIds: [str]}\n@returns(200) {Instances: [Instance]?}\n\n@endpoint POST /\n@desc Requests a description of one or more layers in a specified stack.  This call accepts only one resource-identifying parameter.   Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@optional {StackId: str, LayerIds: [str]}\n@returns(200) {Layers: [Layer]?}\n\n@endpoint POST /\n@desc Describes load-based auto scaling configurations for specified layers.  You must specify at least one of the parameters.   Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@required {LayerIds: [str]}\n@returns(200) {LoadBasedAutoScalingConfigurations: [LoadBasedAutoScalingConfiguration]?}\n\n@endpoint POST /\n@desc Describes a user's SSH information.  Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@returns(200) {UserProfile: SelfUserProfile?{IamUserArn: str?, Name: str?, SshUsername: str?, SshPublicKey: str?}}\n\n@endpoint POST /\n@desc Describes the operating systems that are supported by OpsWorks Stacks.\n@returns(200) {OperatingSystems: [OperatingSystem]?}\n\n@endpoint POST /\n@desc Describes the permissions for a specified stack.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@optional {IamUserArn: str, StackId: str}\n@returns(200) {Permissions: [Permission]?}\n\n@endpoint POST /\n@desc Describe an instance's RAID arrays.  This call accepts only one resource-identifying parameter.   Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@optional {InstanceId: str, StackId: str, RaidArrayIds: [str]}\n@returns(200) {RaidArrays: [RaidArray]?}\n\n@endpoint POST /\n@desc Describes Amazon RDS instances.  Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions. This call accepts only one resource-identifying parameter.\n@required {StackId: str}\n@optional {RdsDbInstanceArns: [str]}\n@returns(200) {RdsDbInstances: [RdsDbInstance]?}\n\n@endpoint POST /\n@desc Describes OpsWorks Stacks service errors.  Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions. This call accepts only one resource-identifying parameter.\n@optional {StackId: str, InstanceId: str, ServiceErrorIds: [str]}\n@returns(200) {ServiceErrors: [ServiceError]?}\n\n@endpoint POST /\n@desc Requests a description of a stack's provisioning parameters.  Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@required {StackId: str}\n@returns(200) {AgentInstallerUrl: str?, Parameters: map<str,str>?}\n\n@endpoint POST /\n@desc Describes the number of layers and apps in a specified stack, and the number of instances in each state, such as running_setup or online.  Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@required {StackId: str}\n@returns(200) {StackSummary: StackSummary?{StackId: str?, Name: str?, Arn: str?, LayersCount: int?, AppsCount: int?, InstancesCount: InstancesCount?{Assigning: int?, Booting: int?, ConnectionLost: int?, Deregistering: int?, Online: int?, Pending: int?, Rebooting: int?, Registered: int?, Registering: int?, Requested: int?, RunningSetup: int?, SetupFailed: int?, ShuttingDown: int?, StartFailed: int?, StopFailed: int?, Stopped: int?, Stopping: int?, Terminated: int?, Terminating: int?, Unassigning: int?}}}\n\n@endpoint POST /\n@desc Requests a description of one or more stacks.  Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@optional {StackIds: [str]}\n@returns(200) {Stacks: [Stack]?}\n\n@endpoint POST /\n@desc Describes time-based auto scaling configurations for specified instances.  You must specify at least one of the parameters.   Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@required {InstanceIds: [str]}\n@returns(200) {TimeBasedAutoScalingConfigurations: [TimeBasedAutoScalingConfiguration]?}\n\n@endpoint POST /\n@desc Describe specified users.  Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@optional {IamUserArns: [str]}\n@returns(200) {UserProfiles: [UserProfile]?}\n\n@endpoint POST /\n@desc Describes an instance's Amazon EBS volumes.  This call accepts only one resource-identifying parameter.   Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@optional {InstanceId: str, StackId: str, RaidArrayId: str, VolumeIds: [str]}\n@returns(200) {Volumes: [Volume]?}\n\n@endpoint POST /\n@desc Detaches a specified Elastic Load Balancing instance from its layer.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {ElasticLoadBalancerName: str, LayerId: str}\n\n@endpoint POST /\n@desc Disassociates an Elastic IP address from its instance. The address remains registered with the stack. For more information, see Resource Management.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {ElasticIp: str}\n\n@endpoint POST /\n@desc Gets a generated host name for the specified layer, based on the current host name theme.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {LayerId: str}\n@returns(200) {LayerId: str?, Hostname: str?}\n\n@endpoint POST /\n@desc This action can be used only with Windows stacks.  Grants RDP access to a Windows instance for a specified time period.\n@required {InstanceId: str}\n@optional {ValidForInMinutes: int}\n@returns(200) {TemporaryCredential: TemporaryCredential?{Username: str?, Password: str?, ValidForInMinutes: int?, InstanceId: str?}}\n\n@endpoint POST /\n@desc Returns a list of tags that are applied to the specified stack or layer.\n@required {ResourceArn: str}\n@optional {MaxResults: int, NextToken: str}\n@returns(200) {Tags: map<str,str>?, NextToken: str?}\n\n@endpoint POST /\n@desc Reboots a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {InstanceId: str}\n\n@endpoint POST /\n@desc Registers a specified Amazon ECS cluster with a stack. You can register only one cluster with a stack. A cluster can be registered with only one stack. For more information, see  Resource Management.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see  Managing User Permissions.\n@required {EcsClusterArn: str, StackId: str}\n@returns(200) {EcsClusterArn: str?}\n\n@endpoint POST /\n@desc Registers an Elastic IP address with a specified stack. An address can be registered with only one stack at a time. If the address is already registered, you must first deregister it by calling DeregisterElasticIp. For more information, see Resource Management.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {ElasticIp: str, StackId: str}\n@returns(200) {ElasticIp: str?}\n\n@endpoint POST /\n@desc Registers instances that were created outside of OpsWorks Stacks with a specified stack.  We do not recommend using this action to register instances. The complete registration operation includes two tasks: installing the OpsWorks Stacks agent on the instance, and registering the instance with the stack. RegisterInstance handles only the second step. You should instead use the CLI register command, which performs the entire registration operation. For more information, see  Registering an Instance with an OpsWorks Stacks Stack.  Registered instances have the same requirements as instances that are created by using the CreateInstance API. For example, registered instances must be running a supported Linux-based operating system, and they must have a supported instance type. For more information about requirements for instances that you want to register, see  Preparing the Instance.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {StackId: str}\n@optional {Hostname: str, PublicIp: str, PrivateIp: str, RsaPublicKey: str, RsaPublicKeyFingerprint: str, InstanceIdentity: InstanceIdentity}\n@returns(200) {InstanceId: str?}\n\n@endpoint POST /\n@desc Registers an Amazon RDS instance with a stack.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {StackId: str, RdsDbInstanceArn: str, DbUser: str, DbPassword: str}\n\n@endpoint POST /\n@desc Registers an Amazon EBS volume with a specified stack. A volume can be registered with only one stack at a time. If the volume is already registered, you must first deregister it by calling DeregisterVolume. For more information, see Resource Management.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {StackId: str}\n@optional {Ec2VolumeId: str}\n@returns(200) {VolumeId: str?}\n\n@endpoint POST /\n@desc Specify the load-based auto scaling configuration for a specified layer. For more information, see Managing Load with Time-based and Load-based Instances.  To use load-based auto scaling, you must create a set of load-based auto scaling instances. Load-based auto scaling operates only on the instances from that set, so you must ensure that you have created enough instances to handle the maximum anticipated load.   Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {LayerId: str}\n@optional {Enable: bool, UpScaling: AutoScalingThresholds, DownScaling: AutoScalingThresholds}\n\n@endpoint POST /\n@desc Specifies a user's permissions. For more information, see Security and Permissions.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {StackId: str, IamUserArn: str}\n@optional {AllowSsh: bool, AllowSudo: bool, Level: str}\n\n@endpoint POST /\n@desc Specify the time-based auto scaling configuration for a specified instance. For more information, see Managing Load with Time-based and Load-based Instances.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {InstanceId: str}\n@optional {AutoScalingSchedule: WeeklyAutoScalingSchedule}\n\n@endpoint POST /\n@desc Starts a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {InstanceId: str}\n\n@endpoint POST /\n@desc Starts a stack's instances.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {StackId: str}\n\n@endpoint POST /\n@desc Stops a specified instance. When you stop a standard instance, the data disappears and must be reinstalled when you restart the instance. You can stop an Amazon EBS-backed instance without losing data. For more information, see Starting, Stopping, and Rebooting Instances.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {InstanceId: str}\n@optional {Force: bool}\n\n@endpoint POST /\n@desc Stops a specified stack.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {StackId: str}\n\n@endpoint POST /\n@desc Apply cost-allocation tags to a specified stack or layer in OpsWorks Stacks. For more information about how tagging works, see Tags in the OpsWorks User Guide.\n@required {ResourceArn: str, Tags: map<str,str>}\n\n@endpoint POST /\n@desc Unassigns a registered instance from all layers that are using the instance. The instance remains in the stack as an unassigned instance, and can be assigned to another layer as needed. You cannot use this action with instances that were created with OpsWorks Stacks.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@required {InstanceId: str}\n\n@endpoint POST /\n@desc Unassigns an assigned Amazon EBS volume. The volume remains registered with the stack. For more information, see Resource Management.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {VolumeId: str}\n\n@endpoint POST /\n@desc Removes tags from a specified stack or layer.\n@required {ResourceArn: str, TagKeys: [str]}\n\n@endpoint POST /\n@desc Updates a specified app.  Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {AppId: str}\n@optional {Name: str, Description: str, DataSources: [DataSource], Type: str, AppSource: Source, Domains: [str], EnableSsl: bool, SslConfiguration: SslConfiguration, Attributes: map<str,str>, Environment: [EnvironmentVariable]}\n\n@endpoint POST /\n@desc Updates a registered Elastic IP address's name. For more information, see Resource Management.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {ElasticIp: str}\n@optional {Name: str}\n\n@endpoint POST /\n@desc Updates a specified instance.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {InstanceId: str}\n@optional {LayerIds: [str], InstanceType: str, AutoScalingType: str, Hostname: str, Os: str, AmiId: str, SshKeyName: str, Architecture: str, InstallUpdatesOnBoot: bool, EbsOptimized: bool, AgentVersion: str}\n\n@endpoint POST /\n@desc Updates a specified layer.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {LayerId: str}\n@optional {Name: str, Shortname: str, Attributes: map<str,str>, CloudWatchLogsConfiguration: CloudWatchLogsConfiguration, CustomInstanceProfileArn: str, CustomJson: str, CustomSecurityGroupIds: [str], Packages: [str], VolumeConfigurations: [VolumeConfiguration], EnableAutoHealing: bool, AutoAssignElasticIps: bool, AutoAssignPublicIps: bool, CustomRecipes: Recipes, InstallUpdatesOnBoot: bool, UseEbsOptimizedInstances: bool, LifecycleEventConfiguration: LifecycleEventConfiguration}\n\n@endpoint POST /\n@desc Updates a user's SSH public key.  Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@optional {SshPublicKey: str}\n\n@endpoint POST /\n@desc Updates an Amazon RDS instance.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {RdsDbInstanceArn: str}\n@optional {DbUser: str, DbPassword: str}\n\n@endpoint POST /\n@desc Updates a specified stack.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {StackId: str}\n@optional {Name: str, Attributes: map<str,str>, ServiceRoleArn: str, DefaultInstanceProfileArn: str, DefaultOs: str, HostnameTheme: str, DefaultAvailabilityZone: str, DefaultSubnetId: str, CustomJson: str, ConfigurationManager: StackConfigurationManager, ChefConfiguration: ChefConfiguration, UseCustomCookbooks: bool, CustomCookbooksSource: Source, DefaultSshKeyName: str, DefaultRootDeviceType: str, UseOpsworksSecurityGroups: bool, AgentVersion: str}\n\n@endpoint POST /\n@desc Updates a specified user profile.  Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.\n@required {IamUserArn: str}\n@optional {SshUsername: str, SshPublicKey: str, AllowSelfManagement: bool}\n\n@endpoint POST /\n@desc Updates an Amazon EBS volume's name or mount point. For more information, see Resource Management.  Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.\n@required {VolumeId: str}\n@optional {Name: str, MountPoint: str}\n\n@end\n"}