[][src]Trait rusoto_opsworks::OpsWorks

pub trait OpsWorks {
#[must_use]    pub fn assign_instance<'life0, 'async_trait>(
        &'life0 self,
        input: AssignInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AssignInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn assign_volume<'life0, 'async_trait>(
        &'life0 self,
        input: AssignVolumeRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AssignVolumeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn associate_elastic_ip<'life0, 'async_trait>(
        &'life0 self,
        input: AssociateElasticIpRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AssociateElasticIpError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn attach_elastic_load_balancer<'life0, 'async_trait>(
        &'life0 self,
        input: AttachElasticLoadBalancerRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AttachElasticLoadBalancerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn clone_stack<'life0, 'async_trait>(
        &'life0 self,
        input: CloneStackRequest
    ) -> Pin<Box<dyn Future<Output = Result<CloneStackResult, RusotoError<CloneStackError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_app<'life0, 'async_trait>(
        &'life0 self,
        input: CreateAppRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateAppResult, RusotoError<CreateAppError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_deployment<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDeploymentRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentResult, RusotoError<CreateDeploymentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_instance<'life0, 'async_trait>(
        &'life0 self,
        input: CreateInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateInstanceResult, RusotoError<CreateInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_layer<'life0, 'async_trait>(
        &'life0 self,
        input: CreateLayerRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateLayerResult, RusotoError<CreateLayerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_stack<'life0, 'async_trait>(
        &'life0 self,
        input: CreateStackRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateStackResult, RusotoError<CreateStackError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_user_profile<'life0, 'async_trait>(
        &'life0 self,
        input: CreateUserProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateUserProfileResult, RusotoError<CreateUserProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_app<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteAppRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteAppError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_instance<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_layer<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteLayerRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteLayerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_stack<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteStackRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteStackError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_user_profile<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteUserProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteUserProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn deregister_ecs_cluster<'life0, 'async_trait>(
        &'life0 self,
        input: DeregisterEcsClusterRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterEcsClusterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn deregister_elastic_ip<'life0, 'async_trait>(
        &'life0 self,
        input: DeregisterElasticIpRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterElasticIpError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn deregister_instance<'life0, 'async_trait>(
        &'life0 self,
        input: DeregisterInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn deregister_rds_db_instance<'life0, 'async_trait>(
        &'life0 self,
        input: DeregisterRdsDbInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterRdsDbInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn deregister_volume<'life0, 'async_trait>(
        &'life0 self,
        input: DeregisterVolumeRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterVolumeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_agent_versions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAgentVersionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAgentVersionsResult, RusotoError<DescribeAgentVersionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_apps<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAppsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAppsResult, RusotoError<DescribeAppsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_commands<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeCommandsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeCommandsResult, RusotoError<DescribeCommandsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_deployments<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDeploymentsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDeploymentsResult, RusotoError<DescribeDeploymentsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_ecs_clusters<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeEcsClustersRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeEcsClustersResult, RusotoError<DescribeEcsClustersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_elastic_ips<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeElasticIpsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeElasticIpsResult, RusotoError<DescribeElasticIpsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_elastic_load_balancers<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeElasticLoadBalancersRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeElasticLoadBalancersResult, RusotoError<DescribeElasticLoadBalancersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_instances<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeInstancesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeInstancesResult, RusotoError<DescribeInstancesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_layers<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeLayersRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeLayersResult, RusotoError<DescribeLayersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_load_based_auto_scaling<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeLoadBasedAutoScalingRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeLoadBasedAutoScalingResult, RusotoError<DescribeLoadBasedAutoScalingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_my_user_profile<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DescribeMyUserProfileResult, RusotoError<DescribeMyUserProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_operating_systems<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DescribeOperatingSystemsResponse, RusotoError<DescribeOperatingSystemsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribePermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribePermissionsResult, RusotoError<DescribePermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_raid_arrays<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeRaidArraysRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeRaidArraysResult, RusotoError<DescribeRaidArraysError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_rds_db_instances<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeRdsDbInstancesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeRdsDbInstancesResult, RusotoError<DescribeRdsDbInstancesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_service_errors<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeServiceErrorsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeServiceErrorsResult, RusotoError<DescribeServiceErrorsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_stack_provisioning_parameters<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeStackProvisioningParametersRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeStackProvisioningParametersResult, RusotoError<DescribeStackProvisioningParametersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_stack_summary<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeStackSummaryRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeStackSummaryResult, RusotoError<DescribeStackSummaryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_stacks<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeStacksRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeStacksResult, RusotoError<DescribeStacksError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_time_based_auto_scaling<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeTimeBasedAutoScalingRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeTimeBasedAutoScalingResult, RusotoError<DescribeTimeBasedAutoScalingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_user_profiles<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeUserProfilesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeUserProfilesResult, RusotoError<DescribeUserProfilesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_volumes<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeVolumesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeVolumesResult, RusotoError<DescribeVolumesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn detach_elastic_load_balancer<'life0, 'async_trait>(
        &'life0 self,
        input: DetachElasticLoadBalancerRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DetachElasticLoadBalancerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_elastic_ip<'life0, 'async_trait>(
        &'life0 self,
        input: DisassociateElasticIpRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisassociateElasticIpError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_hostname_suggestion<'life0, 'async_trait>(
        &'life0 self,
        input: GetHostnameSuggestionRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetHostnameSuggestionResult, RusotoError<GetHostnameSuggestionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn grant_access<'life0, 'async_trait>(
        &'life0 self,
        input: GrantAccessRequest
    ) -> Pin<Box<dyn Future<Output = Result<GrantAccessResult, RusotoError<GrantAccessError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_tags<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsResult, RusotoError<ListTagsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn reboot_instance<'life0, 'async_trait>(
        &'life0 self,
        input: RebootInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RebootInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn register_ecs_cluster<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterEcsClusterRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegisterEcsClusterResult, RusotoError<RegisterEcsClusterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn register_elastic_ip<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterElasticIpRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegisterElasticIpResult, RusotoError<RegisterElasticIpError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn register_instance<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegisterInstanceResult, RusotoError<RegisterInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn register_rds_db_instance<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterRdsDbInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RegisterRdsDbInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn register_volume<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterVolumeRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegisterVolumeResult, RusotoError<RegisterVolumeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn set_load_based_auto_scaling<'life0, 'async_trait>(
        &'life0 self,
        input: SetLoadBasedAutoScalingRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetLoadBasedAutoScalingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn set_permission<'life0, 'async_trait>(
        &'life0 self,
        input: SetPermissionRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetPermissionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn set_time_based_auto_scaling<'life0, 'async_trait>(
        &'life0 self,
        input: SetTimeBasedAutoScalingRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetTimeBasedAutoScalingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_instance<'life0, 'async_trait>(
        &'life0 self,
        input: StartInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StartInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_stack<'life0, 'async_trait>(
        &'life0 self,
        input: StartStackRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StartStackError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn stop_instance<'life0, 'async_trait>(
        &'life0 self,
        input: StopInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StopInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn stop_stack<'life0, 'async_trait>(
        &'life0 self,
        input: StopStackRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StopStackError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn unassign_instance<'life0, 'async_trait>(
        &'life0 self,
        input: UnassignInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UnassignInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn unassign_volume<'life0, 'async_trait>(
        &'life0 self,
        input: UnassignVolumeRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UnassignVolumeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_app<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateAppRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateAppError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_elastic_ip<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateElasticIpRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateElasticIpError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_instance<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_layer<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateLayerRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateLayerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_my_user_profile<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateMyUserProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateMyUserProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_rds_db_instance<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateRdsDbInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateRdsDbInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_stack<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateStackRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateStackError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_user_profile<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateUserProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateUserProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_volume<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateVolumeRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateVolumeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the AWS OpsWorks API. AWS OpsWorks clients implement this trait.

Required methods

#[must_use]pub fn assign_instance<'life0, 'async_trait>(
    &'life0 self,
    input: AssignInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AssignInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn assign_volume<'life0, 'async_trait>(
    &'life0 self,
    input: AssignVolumeRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AssignVolumeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn associate_elastic_ip<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateElasticIpRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AssociateElasticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn attach_elastic_load_balancer<'life0, 'async_trait>(
    &'life0 self,
    input: AttachElasticLoadBalancerRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AttachElasticLoadBalancerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn clone_stack<'life0, 'async_trait>(
    &'life0 self,
    input: CloneStackRequest
) -> Pin<Box<dyn Future<Output = Result<CloneStackResult, RusotoError<CloneStackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn create_app<'life0, 'async_trait>(
    &'life0 self,
    input: CreateAppRequest
) -> Pin<Box<dyn Future<Output = Result<CreateAppResult, RusotoError<CreateAppError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn create_deployment<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDeploymentRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentResult, RusotoError<CreateDeploymentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn create_instance<'life0, 'async_trait>(
    &'life0 self,
    input: CreateInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<CreateInstanceResult, RusotoError<CreateInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn create_layer<'life0, 'async_trait>(
    &'life0 self,
    input: CreateLayerRequest
) -> Pin<Box<dyn Future<Output = Result<CreateLayerResult, RusotoError<CreateLayerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn create_stack<'life0, 'async_trait>(
    &'life0 self,
    input: CreateStackRequest
) -> Pin<Box<dyn Future<Output = Result<CreateStackResult, RusotoError<CreateStackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn create_user_profile<'life0, 'async_trait>(
    &'life0 self,
    input: CreateUserProfileRequest
) -> Pin<Box<dyn Future<Output = Result<CreateUserProfileResult, RusotoError<CreateUserProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn delete_app<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAppRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteAppError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn delete_instance<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn delete_layer<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteLayerRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteLayerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn delete_stack<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteStackRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteStackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn delete_user_profile<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteUserProfileRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteUserProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn deregister_ecs_cluster<'life0, 'async_trait>(
    &'life0 self,
    input: DeregisterEcsClusterRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterEcsClusterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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 https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html.

#[must_use]pub fn deregister_elastic_ip<'life0, 'async_trait>(
    &'life0 self,
    input: DeregisterElasticIpRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterElasticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn deregister_instance<'life0, 'async_trait>(
    &'life0 self,
    input: DeregisterInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn deregister_rds_db_instance<'life0, 'async_trait>(
    &'life0 self,
    input: DeregisterRdsDbInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterRdsDbInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn deregister_volume<'life0, 'async_trait>(
    &'life0 self,
    input: DeregisterVolumeRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterVolumeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_agent_versions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAgentVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAgentVersionsResult, RusotoError<DescribeAgentVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_apps<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAppsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAppsResult, RusotoError<DescribeAppsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_commands<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeCommandsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeCommandsResult, RusotoError<DescribeCommandsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_deployments<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDeploymentsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDeploymentsResult, RusotoError<DescribeDeploymentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_ecs_clusters<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeEcsClustersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeEcsClustersResult, RusotoError<DescribeEcsClustersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_elastic_ips<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeElasticIpsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeElasticIpsResult, RusotoError<DescribeElasticIpsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_elastic_load_balancers<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeElasticLoadBalancersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeElasticLoadBalancersResult, RusotoError<DescribeElasticLoadBalancersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_instances<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeInstancesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeInstancesResult, RusotoError<DescribeInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_layers<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeLayersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeLayersResult, RusotoError<DescribeLayersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_load_based_auto_scaling<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeLoadBasedAutoScalingRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeLoadBasedAutoScalingResult, RusotoError<DescribeLoadBasedAutoScalingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_my_user_profile<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeMyUserProfileResult, RusotoError<DescribeMyUserProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_operating_systems<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeOperatingSystemsResponse, RusotoError<DescribeOperatingSystemsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn describe_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribePermissionsResult, RusotoError<DescribePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_raid_arrays<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRaidArraysRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeRaidArraysResult, RusotoError<DescribeRaidArraysError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_rds_db_instances<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRdsDbInstancesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeRdsDbInstancesResult, RusotoError<DescribeRdsDbInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_service_errors<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeServiceErrorsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeServiceErrorsResult, RusotoError<DescribeServiceErrorsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_stack_provisioning_parameters<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeStackProvisioningParametersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeStackProvisioningParametersResult, RusotoError<DescribeStackProvisioningParametersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_stack_summary<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeStackSummaryRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeStackSummaryResult, RusotoError<DescribeStackSummaryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_stacks<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeStacksRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeStacksResult, RusotoError<DescribeStacksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_time_based_auto_scaling<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeTimeBasedAutoScalingRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeTimeBasedAutoScalingResult, RusotoError<DescribeTimeBasedAutoScalingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_user_profiles<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeUserProfilesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeUserProfilesResult, RusotoError<DescribeUserProfilesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn describe_volumes<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeVolumesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeVolumesResult, RusotoError<DescribeVolumesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn detach_elastic_load_balancer<'life0, 'async_trait>(
    &'life0 self,
    input: DetachElasticLoadBalancerRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DetachElasticLoadBalancerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn disassociate_elastic_ip<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateElasticIpRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisassociateElasticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn get_hostname_suggestion<'life0, 'async_trait>(
    &'life0 self,
    input: GetHostnameSuggestionRequest
) -> Pin<Box<dyn Future<Output = Result<GetHostnameSuggestionResult, RusotoError<GetHostnameSuggestionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn grant_access<'life0, 'async_trait>(
    &'life0 self,
    input: GrantAccessRequest
) -> Pin<Box<dyn Future<Output = Result<GrantAccessResult, RusotoError<GrantAccessError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

This action can be used only with Windows stacks.

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

#[must_use]pub fn list_tags<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsResult, RusotoError<ListTagsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn reboot_instance<'life0, 'async_trait>(
    &'life0 self,
    input: RebootInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RebootInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn register_ecs_cluster<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterEcsClusterRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterEcsClusterResult, RusotoError<RegisterEcsClusterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn register_elastic_ip<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterElasticIpRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterElasticIpResult, RusotoError<RegisterElasticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn register_instance<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterInstanceResult, RusotoError<RegisterInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn register_rds_db_instance<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterRdsDbInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RegisterRdsDbInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn register_volume<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterVolumeRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterVolumeResult, RusotoError<RegisterVolumeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn set_load_based_auto_scaling<'life0, 'async_trait>(
    &'life0 self,
    input: SetLoadBasedAutoScalingRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetLoadBasedAutoScalingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn set_permission<'life0, 'async_trait>(
    &'life0 self,
    input: SetPermissionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetPermissionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn set_time_based_auto_scaling<'life0, 'async_trait>(
    &'life0 self,
    input: SetTimeBasedAutoScalingRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetTimeBasedAutoScalingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn start_instance<'life0, 'async_trait>(
    &'life0 self,
    input: StartInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StartInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn start_stack<'life0, 'async_trait>(
    &'life0 self,
    input: StartStackRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StartStackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn stop_instance<'life0, 'async_trait>(
    &'life0 self,
    input: StopInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StopInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn stop_stack<'life0, 'async_trait>(
    &'life0 self,
    input: StopStackRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StopStackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn unassign_instance<'life0, 'async_trait>(
    &'life0 self,
    input: UnassignInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UnassignInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn unassign_volume<'life0, 'async_trait>(
    &'life0 self,
    input: UnassignVolumeRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UnassignVolumeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes tags from a specified stack or layer.

#[must_use]pub fn update_app<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAppRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateAppError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn update_elastic_ip<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateElasticIpRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateElasticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn update_instance<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn update_layer<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateLayerRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateLayerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn update_my_user_profile<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateMyUserProfileRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateMyUserProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn update_rds_db_instance<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRdsDbInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateRdsDbInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn update_stack<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateStackRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateStackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn update_user_profile<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateUserProfileRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateUserProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

#[must_use]pub fn update_volume<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateVolumeRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateVolumeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

Loading content...

Implementors

impl OpsWorks for OpsWorksClient[src]

pub fn assign_instance<'life0, 'async_trait>(
    &'life0 self,
    input: AssignInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AssignInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn assign_volume<'life0, 'async_trait>(
    &'life0 self,
    input: AssignVolumeRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AssignVolumeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn associate_elastic_ip<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateElasticIpRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AssociateElasticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn attach_elastic_load_balancer<'life0, 'async_trait>(
    &'life0 self,
    input: AttachElasticLoadBalancerRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AttachElasticLoadBalancerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn clone_stack<'life0, 'async_trait>(
    &'life0 self,
    input: CloneStackRequest
) -> Pin<Box<dyn Future<Output = Result<CloneStackResult, RusotoError<CloneStackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn create_app<'life0, 'async_trait>(
    &'life0 self,
    input: CreateAppRequest
) -> Pin<Box<dyn Future<Output = Result<CreateAppResult, RusotoError<CreateAppError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn create_deployment<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDeploymentRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentResult, RusotoError<CreateDeploymentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn create_instance<'life0, 'async_trait>(
    &'life0 self,
    input: CreateInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<CreateInstanceResult, RusotoError<CreateInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn create_layer<'life0, 'async_trait>(
    &'life0 self,
    input: CreateLayerRequest
) -> Pin<Box<dyn Future<Output = Result<CreateLayerResult, RusotoError<CreateLayerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn create_stack<'life0, 'async_trait>(
    &'life0 self,
    input: CreateStackRequest
) -> Pin<Box<dyn Future<Output = Result<CreateStackResult, RusotoError<CreateStackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn create_user_profile<'life0, 'async_trait>(
    &'life0 self,
    input: CreateUserProfileRequest
) -> Pin<Box<dyn Future<Output = Result<CreateUserProfileResult, RusotoError<CreateUserProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn delete_app<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAppRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteAppError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn delete_instance<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn delete_layer<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteLayerRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteLayerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn delete_stack<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteStackRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteStackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn delete_user_profile<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteUserProfileRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteUserProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn deregister_ecs_cluster<'life0, 'async_trait>(
    &'life0 self,
    input: DeregisterEcsClusterRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterEcsClusterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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 https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html.

pub fn deregister_elastic_ip<'life0, 'async_trait>(
    &'life0 self,
    input: DeregisterElasticIpRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterElasticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn deregister_instance<'life0, 'async_trait>(
    &'life0 self,
    input: DeregisterInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn deregister_rds_db_instance<'life0, 'async_trait>(
    &'life0 self,
    input: DeregisterRdsDbInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterRdsDbInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn deregister_volume<'life0, 'async_trait>(
    &'life0 self,
    input: DeregisterVolumeRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterVolumeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_agent_versions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAgentVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAgentVersionsResult, RusotoError<DescribeAgentVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_apps<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAppsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAppsResult, RusotoError<DescribeAppsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_commands<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeCommandsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeCommandsResult, RusotoError<DescribeCommandsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_deployments<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDeploymentsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDeploymentsResult, RusotoError<DescribeDeploymentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_ecs_clusters<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeEcsClustersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeEcsClustersResult, RusotoError<DescribeEcsClustersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_elastic_ips<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeElasticIpsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeElasticIpsResult, RusotoError<DescribeElasticIpsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_elastic_load_balancers<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeElasticLoadBalancersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeElasticLoadBalancersResult, RusotoError<DescribeElasticLoadBalancersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_instances<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeInstancesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeInstancesResult, RusotoError<DescribeInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_layers<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeLayersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeLayersResult, RusotoError<DescribeLayersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_load_based_auto_scaling<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeLoadBasedAutoScalingRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeLoadBasedAutoScalingResult, RusotoError<DescribeLoadBasedAutoScalingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_my_user_profile<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeMyUserProfileResult, RusotoError<DescribeMyUserProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_operating_systems<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeOperatingSystemsResponse, RusotoError<DescribeOperatingSystemsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn describe_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribePermissionsResult, RusotoError<DescribePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_raid_arrays<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRaidArraysRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeRaidArraysResult, RusotoError<DescribeRaidArraysError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_rds_db_instances<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRdsDbInstancesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeRdsDbInstancesResult, RusotoError<DescribeRdsDbInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_service_errors<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeServiceErrorsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeServiceErrorsResult, RusotoError<DescribeServiceErrorsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_stack_provisioning_parameters<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeStackProvisioningParametersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeStackProvisioningParametersResult, RusotoError<DescribeStackProvisioningParametersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_stack_summary<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeStackSummaryRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeStackSummaryResult, RusotoError<DescribeStackSummaryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_stacks<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeStacksRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeStacksResult, RusotoError<DescribeStacksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_time_based_auto_scaling<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeTimeBasedAutoScalingRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeTimeBasedAutoScalingResult, RusotoError<DescribeTimeBasedAutoScalingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_user_profiles<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeUserProfilesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeUserProfilesResult, RusotoError<DescribeUserProfilesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn describe_volumes<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeVolumesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeVolumesResult, RusotoError<DescribeVolumesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn detach_elastic_load_balancer<'life0, 'async_trait>(
    &'life0 self,
    input: DetachElasticLoadBalancerRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DetachElasticLoadBalancerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn disassociate_elastic_ip<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateElasticIpRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisassociateElasticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn get_hostname_suggestion<'life0, 'async_trait>(
    &'life0 self,
    input: GetHostnameSuggestionRequest
) -> Pin<Box<dyn Future<Output = Result<GetHostnameSuggestionResult, RusotoError<GetHostnameSuggestionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn grant_access<'life0, 'async_trait>(
    &'life0 self,
    input: GrantAccessRequest
) -> Pin<Box<dyn Future<Output = Result<GrantAccessResult, RusotoError<GrantAccessError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

This action can be used only with Windows stacks.

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

pub fn list_tags<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsResult, RusotoError<ListTagsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn reboot_instance<'life0, 'async_trait>(
    &'life0 self,
    input: RebootInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RebootInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn register_ecs_cluster<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterEcsClusterRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterEcsClusterResult, RusotoError<RegisterEcsClusterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn register_elastic_ip<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterElasticIpRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterElasticIpResult, RusotoError<RegisterElasticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn register_instance<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterInstanceResult, RusotoError<RegisterInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn register_rds_db_instance<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterRdsDbInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RegisterRdsDbInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn register_volume<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterVolumeRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterVolumeResult, RusotoError<RegisterVolumeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn set_load_based_auto_scaling<'life0, 'async_trait>(
    &'life0 self,
    input: SetLoadBasedAutoScalingRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetLoadBasedAutoScalingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn set_permission<'life0, 'async_trait>(
    &'life0 self,
    input: SetPermissionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetPermissionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn set_time_based_auto_scaling<'life0, 'async_trait>(
    &'life0 self,
    input: SetTimeBasedAutoScalingRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SetTimeBasedAutoScalingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn start_instance<'life0, 'async_trait>(
    &'life0 self,
    input: StartInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StartInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn start_stack<'life0, 'async_trait>(
    &'life0 self,
    input: StartStackRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StartStackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn stop_instance<'life0, 'async_trait>(
    &'life0 self,
    input: StopInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StopInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn stop_stack<'life0, 'async_trait>(
    &'life0 self,
    input: StopStackRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StopStackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn unassign_instance<'life0, 'async_trait>(
    &'life0 self,
    input: UnassignInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UnassignInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn unassign_volume<'life0, 'async_trait>(
    &'life0 self,
    input: UnassignVolumeRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UnassignVolumeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes tags from a specified stack or layer.

pub fn update_app<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAppRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateAppError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn update_elastic_ip<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateElasticIpRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateElasticIpError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn update_instance<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn update_layer<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateLayerRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateLayerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn update_my_user_profile<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateMyUserProfileRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateMyUserProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn update_rds_db_instance<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRdsDbInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateRdsDbInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn update_stack<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateStackRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateStackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn update_user_profile<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateUserProfileRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateUserProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

pub fn update_volume<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateVolumeRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateVolumeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[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.

Loading content...