[][src]Struct rusoto_opsworks::OpsWorksClient

pub struct OpsWorksClient { /* fields omitted */ }

A client for the AWS OpsWorks API.

Methods

impl OpsWorksClient[src]

pub fn new(region: Region) -> OpsWorksClient[src]

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

pub fn new_with<P, D>(
    request_dispatcher: D,
    credentials_provider: P,
    region: Region
) -> OpsWorksClient where
    P: ProvideAwsCredentials + Send + Sync + 'static,
    P::Future: Send,
    D: DispatchSignedRequest + Send + Sync + 'static,
    D::Future: Send
[src]

Trait Implementations

impl OpsWorks for OpsWorksClient[src]

fn assign_instance(
    &self,
    input: AssignInstanceRequest
) -> RusotoFuture<(), AssignInstanceError>
[src]

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 AWS OpsWorks Stacks.

Required Permissions: To use this action, an AWS 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.

fn assign_volume(
    &self,
    input: AssignVolumeRequest
) -> RusotoFuture<(), AssignVolumeError>
[src]

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.

fn associate_elastic_ip(
    &self,
    input: AssociateElasticIpRequest
) -> RusotoFuture<(), AssociateElasticIpError>
[src]

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.

fn attach_elastic_load_balancer(
    &self,
    input: AttachElasticLoadBalancerRequest
) -> RusotoFuture<(), AttachElasticLoadBalancerError>
[src]

Attaches an Elastic Load Balancing load balancer to a specified layer. AWS OpsWorks Stacks does not support Application Load Balancer. You can only use Classic Load Balancer with AWS 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 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.

fn clone_stack(
    &self,
    input: CloneStackRequest
) -> RusotoFuture<CloneStackResult, CloneStackError>
[src]

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.

fn create_app(
    &self,
    input: CreateAppRequest
) -> RusotoFuture<CreateAppResult, CreateAppError>
[src]

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.

fn create_deployment(
    &self,
    input: CreateDeploymentRequest
) -> RusotoFuture<CreateDeploymentResult, CreateDeploymentError>
[src]

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.

fn create_instance(
    &self,
    input: CreateInstanceRequest
) -> RusotoFuture<CreateInstanceResult, CreateInstanceError>
[src]

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.

fn create_layer(
    &self,
    input: CreateLayerRequest
) -> RusotoFuture<CreateLayerResult, CreateLayerError>
[src]

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.

fn create_stack(
    &self,
    input: CreateStackRequest
) -> RusotoFuture<CreateStackResult, CreateStackError>
[src]

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.

fn create_user_profile(
    &self,
    input: CreateUserProfileRequest
) -> RusotoFuture<CreateUserProfileResult, CreateUserProfileError>
[src]

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.

fn delete_app(
    &self,
    input: DeleteAppRequest
) -> RusotoFuture<(), DeleteAppError>
[src]

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.

fn delete_instance(
    &self,
    input: DeleteInstanceRequest
) -> RusotoFuture<(), DeleteInstanceError>
[src]

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.

fn delete_layer(
    &self,
    input: DeleteLayerRequest
) -> RusotoFuture<(), DeleteLayerError>
[src]

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.

fn delete_stack(
    &self,
    input: DeleteStackRequest
) -> RusotoFuture<(), DeleteStackError>
[src]

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.

fn delete_user_profile(
    &self,
    input: DeleteUserProfileRequest
) -> RusotoFuture<(), DeleteUserProfileError>
[src]

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.

fn deregister_ecs_cluster(
    &self,
    input: DeregisterEcsClusterRequest
) -> RusotoFuture<(), DeregisterEcsClusterError>
[src]

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 http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html.

fn deregister_elastic_ip(
    &self,
    input: DeregisterElasticIpRequest
) -> RusotoFuture<(), DeregisterElasticIpError>
[src]

Deregisters a specified Elastic IP address. The address 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.

fn deregister_instance(
    &self,
    input: DeregisterInstanceRequest
) -> RusotoFuture<(), DeregisterInstanceError>
[src]

Deregister a registered Amazon EC2 or on-premises instance. This action removes the instance from the stack and returns it to your control. This action cannot be used with instances that were created with AWS 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 on user permissions, see Managing User Permissions.

fn deregister_rds_db_instance(
    &self,
    input: DeregisterRdsDbInstanceRequest
) -> RusotoFuture<(), DeregisterRdsDbInstanceError>
[src]

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.

fn deregister_volume(
    &self,
    input: DeregisterVolumeRequest
) -> RusotoFuture<(), DeregisterVolumeError>
[src]

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.

fn describe_agent_versions(
    &self,
    input: DescribeAgentVersionsRequest
) -> RusotoFuture<DescribeAgentVersionsResult, DescribeAgentVersionsError>
[src]

Describes the available AWS 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.

fn describe_apps(
    &self,
    input: DescribeAppsRequest
) -> RusotoFuture<DescribeAppsResult, DescribeAppsError>
[src]

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.

fn describe_commands(
    &self,
    input: DescribeCommandsRequest
) -> RusotoFuture<DescribeCommandsResult, DescribeCommandsError>
[src]

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.

fn describe_deployments(
    &self,
    input: DescribeDeploymentsRequest
) -> RusotoFuture<DescribeDeploymentsResult, DescribeDeploymentsError>
[src]

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.

fn describe_ecs_clusters(
    &self,
    input: DescribeEcsClustersRequest
) -> RusotoFuture<DescribeEcsClustersResult, DescribeEcsClustersError>
[src]

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, AWS 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.

fn describe_elastic_ips(
    &self,
    input: DescribeElasticIpsRequest
) -> RusotoFuture<DescribeElasticIpsResult, DescribeElasticIpsError>
[src]

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.

fn describe_elastic_load_balancers(
    &self,
    input: DescribeElasticLoadBalancersRequest
) -> RusotoFuture<DescribeElasticLoadBalancersResult, DescribeElasticLoadBalancersError>
[src]

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.

fn describe_instances(
    &self,
    input: DescribeInstancesRequest
) -> RusotoFuture<DescribeInstancesResult, DescribeInstancesError>
[src]

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.

fn describe_layers(
    &self,
    input: DescribeLayersRequest
) -> RusotoFuture<DescribeLayersResult, DescribeLayersError>
[src]

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.

fn describe_load_based_auto_scaling(
    &self,
    input: DescribeLoadBasedAutoScalingRequest
) -> RusotoFuture<DescribeLoadBasedAutoScalingResult, DescribeLoadBasedAutoScalingError>
[src]

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.

fn describe_my_user_profile(
    &self
) -> RusotoFuture<DescribeMyUserProfileResult, DescribeMyUserProfileError>
[src]

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.

fn describe_operating_systems(
    &self
) -> RusotoFuture<DescribeOperatingSystemsResponse, DescribeOperatingSystemsError>
[src]

Describes the operating systems that are supported by AWS OpsWorks Stacks.

fn describe_permissions(
    &self,
    input: DescribePermissionsRequest
) -> RusotoFuture<DescribePermissionsResult, DescribePermissionsError>
[src]

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.

fn describe_raid_arrays(
    &self,
    input: DescribeRaidArraysRequest
) -> RusotoFuture<DescribeRaidArraysResult, DescribeRaidArraysError>
[src]

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.

fn describe_rds_db_instances(
    &self,
    input: DescribeRdsDbInstancesRequest
) -> RusotoFuture<DescribeRdsDbInstancesResult, DescribeRdsDbInstancesError>
[src]

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.

fn describe_service_errors(
    &self,
    input: DescribeServiceErrorsRequest
) -> RusotoFuture<DescribeServiceErrorsResult, DescribeServiceErrorsError>
[src]

Describes AWS 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.

fn describe_stack_provisioning_parameters(
    &self,
    input: DescribeStackProvisioningParametersRequest
) -> RusotoFuture<DescribeStackProvisioningParametersResult, DescribeStackProvisioningParametersError>
[src]

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.

fn describe_stack_summary(
    &self,
    input: DescribeStackSummaryRequest
) -> RusotoFuture<DescribeStackSummaryResult, DescribeStackSummaryError>
[src]

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.

fn describe_stacks(
    &self,
    input: DescribeStacksRequest
) -> RusotoFuture<DescribeStacksResult, DescribeStacksError>
[src]

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.

fn describe_time_based_auto_scaling(
    &self,
    input: DescribeTimeBasedAutoScalingRequest
) -> RusotoFuture<DescribeTimeBasedAutoScalingResult, DescribeTimeBasedAutoScalingError>
[src]

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.

fn describe_user_profiles(
    &self,
    input: DescribeUserProfilesRequest
) -> RusotoFuture<DescribeUserProfilesResult, DescribeUserProfilesError>
[src]

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.

fn describe_volumes(
    &self,
    input: DescribeVolumesRequest
) -> RusotoFuture<DescribeVolumesResult, DescribeVolumesError>
[src]

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.

fn detach_elastic_load_balancer(
    &self,
    input: DetachElasticLoadBalancerRequest
) -> RusotoFuture<(), DetachElasticLoadBalancerError>
[src]

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.

fn disassociate_elastic_ip(
    &self,
    input: DisassociateElasticIpRequest
) -> RusotoFuture<(), DisassociateElasticIpError>
[src]

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.

fn get_hostname_suggestion(
    &self,
    input: GetHostnameSuggestionRequest
) -> RusotoFuture<GetHostnameSuggestionResult, GetHostnameSuggestionError>
[src]

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.

fn grant_access(
    &self,
    input: GrantAccessRequest
) -> RusotoFuture<GrantAccessResult, GrantAccessError>
[src]

This action can be used only with Windows stacks.

Grants RDP access to a Windows instance for a specified time period.

fn list_tags(
    &self,
    input: ListTagsRequest
) -> RusotoFuture<ListTagsResult, ListTagsError>
[src]

Returns a list of tags that are applied to the specified stack or layer.

fn reboot_instance(
    &self,
    input: RebootInstanceRequest
) -> RusotoFuture<(), RebootInstanceError>
[src]

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.

fn register_ecs_cluster(
    &self,
    input: RegisterEcsClusterRequest
) -> RusotoFuture<RegisterEcsClusterResult, RegisterEcsClusterError>
[src]

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.

fn register_elastic_ip(
    &self,
    input: RegisterElasticIpRequest
) -> RusotoFuture<RegisterElasticIpResult, RegisterElasticIpError>
[src]

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.

fn register_instance(
    &self,
    input: RegisterInstanceRequest
) -> RusotoFuture<RegisterInstanceResult, RegisterInstanceError>
[src]

Registers instances that were created outside of AWS 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 AWS OpsWorks Stacks agent on the instance, and registering the instance with the stack. RegisterInstance handles only the second step. You should instead use the AWS CLI register command, which performs the entire registration operation. For more information, see Registering an Instance with an AWS 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.

fn register_rds_db_instance(
    &self,
    input: RegisterRdsDbInstanceRequest
) -> RusotoFuture<(), RegisterRdsDbInstanceError>
[src]

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.

fn register_volume(
    &self,
    input: RegisterVolumeRequest
) -> RusotoFuture<RegisterVolumeResult, RegisterVolumeError>
[src]

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.

fn set_load_based_auto_scaling(
    &self,
    input: SetLoadBasedAutoScalingRequest
) -> RusotoFuture<(), SetLoadBasedAutoScalingError>
[src]

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.

fn set_permission(
    &self,
    input: SetPermissionRequest
) -> RusotoFuture<(), SetPermissionError>
[src]

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.

fn set_time_based_auto_scaling(
    &self,
    input: SetTimeBasedAutoScalingRequest
) -> RusotoFuture<(), SetTimeBasedAutoScalingError>
[src]

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.

fn start_instance(
    &self,
    input: StartInstanceRequest
) -> RusotoFuture<(), StartInstanceError>
[src]

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.

fn start_stack(
    &self,
    input: StartStackRequest
) -> RusotoFuture<(), StartStackError>
[src]

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.

fn stop_instance(
    &self,
    input: StopInstanceRequest
) -> RusotoFuture<(), StopInstanceError>
[src]

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.

fn stop_stack(
    &self,
    input: StopStackRequest
) -> RusotoFuture<(), StopStackError>
[src]

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.

fn tag_resource(
    &self,
    input: TagResourceRequest
) -> RusotoFuture<(), TagResourceError>
[src]

Apply cost-allocation tags to a specified stack or layer in AWS OpsWorks Stacks. For more information about how tagging works, see Tags in the AWS OpsWorks User Guide.

fn unassign_instance(
    &self,
    input: UnassignInstanceRequest
) -> RusotoFuture<(), UnassignInstanceError>
[src]

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 AWS 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.

fn unassign_volume(
    &self,
    input: UnassignVolumeRequest
) -> RusotoFuture<(), UnassignVolumeError>
[src]

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.

fn untag_resource(
    &self,
    input: UntagResourceRequest
) -> RusotoFuture<(), UntagResourceError>
[src]

Removes tags from a specified stack or layer.

fn update_app(
    &self,
    input: UpdateAppRequest
) -> RusotoFuture<(), UpdateAppError>
[src]

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.

fn update_elastic_ip(
    &self,
    input: UpdateElasticIpRequest
) -> RusotoFuture<(), UpdateElasticIpError>
[src]

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.

fn update_instance(
    &self,
    input: UpdateInstanceRequest
) -> RusotoFuture<(), UpdateInstanceError>
[src]

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.

fn update_layer(
    &self,
    input: UpdateLayerRequest
) -> RusotoFuture<(), UpdateLayerError>
[src]

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.

fn update_my_user_profile(
    &self,
    input: UpdateMyUserProfileRequest
) -> RusotoFuture<(), UpdateMyUserProfileError>
[src]

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.

fn update_rds_db_instance(
    &self,
    input: UpdateRdsDbInstanceRequest
) -> RusotoFuture<(), UpdateRdsDbInstanceError>
[src]

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.

fn update_stack(
    &self,
    input: UpdateStackRequest
) -> RusotoFuture<(), UpdateStackError>
[src]

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.

fn update_user_profile(
    &self,
    input: UpdateUserProfileRequest
) -> RusotoFuture<(), UpdateUserProfileError>
[src]

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.

fn update_volume(
    &self,
    input: UpdateVolumeRequest
) -> RusotoFuture<(), UpdateVolumeError>
[src]

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.

impl Clone for OpsWorksClient[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for OpsWorksClient

impl Sync for OpsWorksClient

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self