[][src]Trait rusoto_ssm::Ssm

pub trait Ssm {
#[must_use]    pub fn add_tags_to_resource<'life0, 'async_trait>(
        &'life0 self,
        input: AddTagsToResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<AddTagsToResourceResult, RusotoError<AddTagsToResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn cancel_command<'life0, 'async_trait>(
        &'life0 self,
        input: CancelCommandRequest
    ) -> Pin<Box<dyn Future<Output = Result<CancelCommandResult, RusotoError<CancelCommandError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn cancel_maintenance_window_execution<'life0, 'async_trait>(
        &'life0 self,
        input: CancelMaintenanceWindowExecutionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CancelMaintenanceWindowExecutionResult, RusotoError<CancelMaintenanceWindowExecutionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_activation<'life0, 'async_trait>(
        &'life0 self,
        input: CreateActivationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateActivationResult, RusotoError<CreateActivationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_association<'life0, 'async_trait>(
        &'life0 self,
        input: CreateAssociationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateAssociationResult, RusotoError<CreateAssociationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_association_batch<'life0, 'async_trait>(
        &'life0 self,
        input: CreateAssociationBatchRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateAssociationBatchResult, RusotoError<CreateAssociationBatchError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_document<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDocumentRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDocumentResult, RusotoError<CreateDocumentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_maintenance_window<'life0, 'async_trait>(
        &'life0 self,
        input: CreateMaintenanceWindowRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateMaintenanceWindowResult, RusotoError<CreateMaintenanceWindowError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_ops_item<'life0, 'async_trait>(
        &'life0 self,
        input: CreateOpsItemRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateOpsItemResponse, RusotoError<CreateOpsItemError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_ops_metadata<'life0, 'async_trait>(
        &'life0 self,
        input: CreateOpsMetadataRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateOpsMetadataResult, RusotoError<CreateOpsMetadataError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_patch_baseline<'life0, 'async_trait>(
        &'life0 self,
        input: CreatePatchBaselineRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreatePatchBaselineResult, RusotoError<CreatePatchBaselineError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_resource_data_sync<'life0, 'async_trait>(
        &'life0 self,
        input: CreateResourceDataSyncRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateResourceDataSyncResult, RusotoError<CreateResourceDataSyncError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_activation<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteActivationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteActivationResult, RusotoError<DeleteActivationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_association<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteAssociationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteAssociationResult, RusotoError<DeleteAssociationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_document<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDocumentRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteDocumentResult, RusotoError<DeleteDocumentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_inventory<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteInventoryRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteInventoryResult, RusotoError<DeleteInventoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_maintenance_window<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteMaintenanceWindowRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteMaintenanceWindowResult, RusotoError<DeleteMaintenanceWindowError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_ops_metadata<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteOpsMetadataRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteOpsMetadataResult, RusotoError<DeleteOpsMetadataError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_parameter<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteParameterRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteParameterResult, RusotoError<DeleteParameterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_parameters<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteParametersRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteParametersResult, RusotoError<DeleteParametersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_patch_baseline<'life0, 'async_trait>(
        &'life0 self,
        input: DeletePatchBaselineRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeletePatchBaselineResult, RusotoError<DeletePatchBaselineError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_resource_data_sync<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteResourceDataSyncRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteResourceDataSyncResult, RusotoError<DeleteResourceDataSyncError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn deregister_managed_instance<'life0, 'async_trait>(
        &'life0 self,
        input: DeregisterManagedInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeregisterManagedInstanceResult, RusotoError<DeregisterManagedInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn deregister_patch_baseline_for_patch_group<'life0, 'async_trait>(
        &'life0 self,
        input: DeregisterPatchBaselineForPatchGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeregisterPatchBaselineForPatchGroupResult, RusotoError<DeregisterPatchBaselineForPatchGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn deregister_target_from_maintenance_window<'life0, 'async_trait>(
        &'life0 self,
        input: DeregisterTargetFromMaintenanceWindowRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeregisterTargetFromMaintenanceWindowResult, RusotoError<DeregisterTargetFromMaintenanceWindowError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn deregister_task_from_maintenance_window<'life0, 'async_trait>(
        &'life0 self,
        input: DeregisterTaskFromMaintenanceWindowRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeregisterTaskFromMaintenanceWindowResult, RusotoError<DeregisterTaskFromMaintenanceWindowError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_activations<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeActivationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeActivationsResult, RusotoError<DescribeActivationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_association<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAssociationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAssociationResult, RusotoError<DescribeAssociationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_association_execution_targets<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAssociationExecutionTargetsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAssociationExecutionTargetsResult, RusotoError<DescribeAssociationExecutionTargetsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_association_executions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAssociationExecutionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAssociationExecutionsResult, RusotoError<DescribeAssociationExecutionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_automation_executions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAutomationExecutionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAutomationExecutionsResult, RusotoError<DescribeAutomationExecutionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_automation_step_executions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAutomationStepExecutionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAutomationStepExecutionsResult, RusotoError<DescribeAutomationStepExecutionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_available_patches<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAvailablePatchesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAvailablePatchesResult, RusotoError<DescribeAvailablePatchesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_document<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDocumentRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDocumentResult, RusotoError<DescribeDocumentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_document_permission<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDocumentPermissionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDocumentPermissionResponse, RusotoError<DescribeDocumentPermissionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_effective_instance_associations<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeEffectiveInstanceAssociationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeEffectiveInstanceAssociationsResult, RusotoError<DescribeEffectiveInstanceAssociationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_effective_patches_for_patch_baseline<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeEffectivePatchesForPatchBaselineRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeEffectivePatchesForPatchBaselineResult, RusotoError<DescribeEffectivePatchesForPatchBaselineError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_instance_associations_status<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeInstanceAssociationsStatusRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeInstanceAssociationsStatusResult, RusotoError<DescribeInstanceAssociationsStatusError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_instance_information<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeInstanceInformationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeInstanceInformationResult, RusotoError<DescribeInstanceInformationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_instance_patch_states<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeInstancePatchStatesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeInstancePatchStatesResult, RusotoError<DescribeInstancePatchStatesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_instance_patch_states_for_patch_group<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeInstancePatchStatesForPatchGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeInstancePatchStatesForPatchGroupResult, RusotoError<DescribeInstancePatchStatesForPatchGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_instance_patches<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeInstancePatchesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeInstancePatchesResult, RusotoError<DescribeInstancePatchesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_inventory_deletions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeInventoryDeletionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeInventoryDeletionsResult, RusotoError<DescribeInventoryDeletionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_maintenance_window_execution_task_invocations<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeMaintenanceWindowExecutionTaskInvocationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeMaintenanceWindowExecutionTaskInvocationsResult, RusotoError<DescribeMaintenanceWindowExecutionTaskInvocationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_maintenance_window_execution_tasks<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeMaintenanceWindowExecutionTasksRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeMaintenanceWindowExecutionTasksResult, RusotoError<DescribeMaintenanceWindowExecutionTasksError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_maintenance_window_executions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeMaintenanceWindowExecutionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeMaintenanceWindowExecutionsResult, RusotoError<DescribeMaintenanceWindowExecutionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_maintenance_window_schedule<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeMaintenanceWindowScheduleRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeMaintenanceWindowScheduleResult, RusotoError<DescribeMaintenanceWindowScheduleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_maintenance_window_targets<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeMaintenanceWindowTargetsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeMaintenanceWindowTargetsResult, RusotoError<DescribeMaintenanceWindowTargetsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_maintenance_window_tasks<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeMaintenanceWindowTasksRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeMaintenanceWindowTasksResult, RusotoError<DescribeMaintenanceWindowTasksError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_maintenance_windows<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeMaintenanceWindowsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeMaintenanceWindowsResult, RusotoError<DescribeMaintenanceWindowsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_maintenance_windows_for_target<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeMaintenanceWindowsForTargetRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeMaintenanceWindowsForTargetResult, RusotoError<DescribeMaintenanceWindowsForTargetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_ops_items<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeOpsItemsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeOpsItemsResponse, RusotoError<DescribeOpsItemsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_parameters<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeParametersRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeParametersResult, RusotoError<DescribeParametersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_patch_baselines<'life0, 'async_trait>(
        &'life0 self,
        input: DescribePatchBaselinesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribePatchBaselinesResult, RusotoError<DescribePatchBaselinesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_patch_group_state<'life0, 'async_trait>(
        &'life0 self,
        input: DescribePatchGroupStateRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribePatchGroupStateResult, RusotoError<DescribePatchGroupStateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_patch_groups<'life0, 'async_trait>(
        &'life0 self,
        input: DescribePatchGroupsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribePatchGroupsResult, RusotoError<DescribePatchGroupsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_patch_properties<'life0, 'async_trait>(
        &'life0 self,
        input: DescribePatchPropertiesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribePatchPropertiesResult, RusotoError<DescribePatchPropertiesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_sessions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSessionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSessionsResponse, RusotoError<DescribeSessionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_automation_execution<'life0, 'async_trait>(
        &'life0 self,
        input: GetAutomationExecutionRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetAutomationExecutionResult, RusotoError<GetAutomationExecutionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_calendar_state<'life0, 'async_trait>(
        &'life0 self,
        input: GetCalendarStateRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetCalendarStateResponse, RusotoError<GetCalendarStateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_command_invocation<'life0, 'async_trait>(
        &'life0 self,
        input: GetCommandInvocationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetCommandInvocationResult, RusotoError<GetCommandInvocationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_connection_status<'life0, 'async_trait>(
        &'life0 self,
        input: GetConnectionStatusRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetConnectionStatusResponse, RusotoError<GetConnectionStatusError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_default_patch_baseline<'life0, 'async_trait>(
        &'life0 self,
        input: GetDefaultPatchBaselineRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDefaultPatchBaselineResult, RusotoError<GetDefaultPatchBaselineError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_deployable_patch_snapshot_for_instance<'life0, 'async_trait>(
        &'life0 self,
        input: GetDeployablePatchSnapshotForInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDeployablePatchSnapshotForInstanceResult, RusotoError<GetDeployablePatchSnapshotForInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_document<'life0, 'async_trait>(
        &'life0 self,
        input: GetDocumentRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDocumentResult, RusotoError<GetDocumentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_inventory<'life0, 'async_trait>(
        &'life0 self,
        input: GetInventoryRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetInventoryResult, RusotoError<GetInventoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_inventory_schema<'life0, 'async_trait>(
        &'life0 self,
        input: GetInventorySchemaRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetInventorySchemaResult, RusotoError<GetInventorySchemaError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_maintenance_window<'life0, 'async_trait>(
        &'life0 self,
        input: GetMaintenanceWindowRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMaintenanceWindowResult, RusotoError<GetMaintenanceWindowError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_maintenance_window_execution<'life0, 'async_trait>(
        &'life0 self,
        input: GetMaintenanceWindowExecutionRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMaintenanceWindowExecutionResult, RusotoError<GetMaintenanceWindowExecutionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_maintenance_window_execution_task<'life0, 'async_trait>(
        &'life0 self,
        input: GetMaintenanceWindowExecutionTaskRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMaintenanceWindowExecutionTaskResult, RusotoError<GetMaintenanceWindowExecutionTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_maintenance_window_execution_task_invocation<'life0, 'async_trait>(
        &'life0 self,
        input: GetMaintenanceWindowExecutionTaskInvocationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMaintenanceWindowExecutionTaskInvocationResult, RusotoError<GetMaintenanceWindowExecutionTaskInvocationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_maintenance_window_task<'life0, 'async_trait>(
        &'life0 self,
        input: GetMaintenanceWindowTaskRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMaintenanceWindowTaskResult, RusotoError<GetMaintenanceWindowTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_ops_item<'life0, 'async_trait>(
        &'life0 self,
        input: GetOpsItemRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetOpsItemResponse, RusotoError<GetOpsItemError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_ops_metadata<'life0, 'async_trait>(
        &'life0 self,
        input: GetOpsMetadataRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetOpsMetadataResult, RusotoError<GetOpsMetadataError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_ops_summary<'life0, 'async_trait>(
        &'life0 self,
        input: GetOpsSummaryRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetOpsSummaryResult, RusotoError<GetOpsSummaryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_parameter<'life0, 'async_trait>(
        &'life0 self,
        input: GetParameterRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetParameterResult, RusotoError<GetParameterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_parameter_history<'life0, 'async_trait>(
        &'life0 self,
        input: GetParameterHistoryRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetParameterHistoryResult, RusotoError<GetParameterHistoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_parameters<'life0, 'async_trait>(
        &'life0 self,
        input: GetParametersRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetParametersResult, RusotoError<GetParametersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_parameters_by_path<'life0, 'async_trait>(
        &'life0 self,
        input: GetParametersByPathRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetParametersByPathResult, RusotoError<GetParametersByPathError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_patch_baseline<'life0, 'async_trait>(
        &'life0 self,
        input: GetPatchBaselineRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetPatchBaselineResult, RusotoError<GetPatchBaselineError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_patch_baseline_for_patch_group<'life0, 'async_trait>(
        &'life0 self,
        input: GetPatchBaselineForPatchGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetPatchBaselineForPatchGroupResult, RusotoError<GetPatchBaselineForPatchGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_service_setting<'life0, 'async_trait>(
        &'life0 self,
        input: GetServiceSettingRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetServiceSettingResult, RusotoError<GetServiceSettingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn label_parameter_version<'life0, 'async_trait>(
        &'life0 self,
        input: LabelParameterVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<LabelParameterVersionResult, RusotoError<LabelParameterVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_association_versions<'life0, 'async_trait>(
        &'life0 self,
        input: ListAssociationVersionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAssociationVersionsResult, RusotoError<ListAssociationVersionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_associations<'life0, 'async_trait>(
        &'life0 self,
        input: ListAssociationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAssociationsResult, RusotoError<ListAssociationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_command_invocations<'life0, 'async_trait>(
        &'life0 self,
        input: ListCommandInvocationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListCommandInvocationsResult, RusotoError<ListCommandInvocationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_commands<'life0, 'async_trait>(
        &'life0 self,
        input: ListCommandsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListCommandsResult, RusotoError<ListCommandsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_compliance_items<'life0, 'async_trait>(
        &'life0 self,
        input: ListComplianceItemsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListComplianceItemsResult, RusotoError<ListComplianceItemsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_compliance_summaries<'life0, 'async_trait>(
        &'life0 self,
        input: ListComplianceSummariesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListComplianceSummariesResult, RusotoError<ListComplianceSummariesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_document_metadata_history<'life0, 'async_trait>(
        &'life0 self,
        input: ListDocumentMetadataHistoryRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDocumentMetadataHistoryResponse, RusotoError<ListDocumentMetadataHistoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_document_versions<'life0, 'async_trait>(
        &'life0 self,
        input: ListDocumentVersionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDocumentVersionsResult, RusotoError<ListDocumentVersionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_documents<'life0, 'async_trait>(
        &'life0 self,
        input: ListDocumentsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDocumentsResult, RusotoError<ListDocumentsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_inventory_entries<'life0, 'async_trait>(
        &'life0 self,
        input: ListInventoryEntriesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListInventoryEntriesResult, RusotoError<ListInventoryEntriesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_ops_item_events<'life0, 'async_trait>(
        &'life0 self,
        input: ListOpsItemEventsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListOpsItemEventsResponse, RusotoError<ListOpsItemEventsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_ops_metadata<'life0, 'async_trait>(
        &'life0 self,
        input: ListOpsMetadataRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListOpsMetadataResult, RusotoError<ListOpsMetadataError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_resource_compliance_summaries<'life0, 'async_trait>(
        &'life0 self,
        input: ListResourceComplianceSummariesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListResourceComplianceSummariesResult, RusotoError<ListResourceComplianceSummariesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_resource_data_sync<'life0, 'async_trait>(
        &'life0 self,
        input: ListResourceDataSyncRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListResourceDataSyncResult, RusotoError<ListResourceDataSyncError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResult, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn modify_document_permission<'life0, 'async_trait>(
        &'life0 self,
        input: ModifyDocumentPermissionRequest
    ) -> Pin<Box<dyn Future<Output = Result<ModifyDocumentPermissionResponse, RusotoError<ModifyDocumentPermissionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_compliance_items<'life0, 'async_trait>(
        &'life0 self,
        input: PutComplianceItemsRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutComplianceItemsResult, RusotoError<PutComplianceItemsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_inventory<'life0, 'async_trait>(
        &'life0 self,
        input: PutInventoryRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutInventoryResult, RusotoError<PutInventoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_parameter<'life0, 'async_trait>(
        &'life0 self,
        input: PutParameterRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutParameterResult, RusotoError<PutParameterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn register_default_patch_baseline<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterDefaultPatchBaselineRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegisterDefaultPatchBaselineResult, RusotoError<RegisterDefaultPatchBaselineError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn register_patch_baseline_for_patch_group<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterPatchBaselineForPatchGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegisterPatchBaselineForPatchGroupResult, RusotoError<RegisterPatchBaselineForPatchGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn register_target_with_maintenance_window<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterTargetWithMaintenanceWindowRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegisterTargetWithMaintenanceWindowResult, RusotoError<RegisterTargetWithMaintenanceWindowError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn register_task_with_maintenance_window<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterTaskWithMaintenanceWindowRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegisterTaskWithMaintenanceWindowResult, RusotoError<RegisterTaskWithMaintenanceWindowError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn remove_tags_from_resource<'life0, 'async_trait>(
        &'life0 self,
        input: RemoveTagsFromResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<RemoveTagsFromResourceResult, RusotoError<RemoveTagsFromResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn reset_service_setting<'life0, 'async_trait>(
        &'life0 self,
        input: ResetServiceSettingRequest
    ) -> Pin<Box<dyn Future<Output = Result<ResetServiceSettingResult, RusotoError<ResetServiceSettingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn resume_session<'life0, 'async_trait>(
        &'life0 self,
        input: ResumeSessionRequest
    ) -> Pin<Box<dyn Future<Output = Result<ResumeSessionResponse, RusotoError<ResumeSessionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn send_automation_signal<'life0, 'async_trait>(
        &'life0 self,
        input: SendAutomationSignalRequest
    ) -> Pin<Box<dyn Future<Output = Result<SendAutomationSignalResult, RusotoError<SendAutomationSignalError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn send_command<'life0, 'async_trait>(
        &'life0 self,
        input: SendCommandRequest
    ) -> Pin<Box<dyn Future<Output = Result<SendCommandResult, RusotoError<SendCommandError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_associations_once<'life0, 'async_trait>(
        &'life0 self,
        input: StartAssociationsOnceRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartAssociationsOnceResult, RusotoError<StartAssociationsOnceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_automation_execution<'life0, 'async_trait>(
        &'life0 self,
        input: StartAutomationExecutionRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartAutomationExecutionResult, RusotoError<StartAutomationExecutionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_change_request_execution<'life0, 'async_trait>(
        &'life0 self,
        input: StartChangeRequestExecutionRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartChangeRequestExecutionResult, RusotoError<StartChangeRequestExecutionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_session<'life0, 'async_trait>(
        &'life0 self,
        input: StartSessionRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartSessionResponse, RusotoError<StartSessionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn stop_automation_execution<'life0, 'async_trait>(
        &'life0 self,
        input: StopAutomationExecutionRequest
    ) -> Pin<Box<dyn Future<Output = Result<StopAutomationExecutionResult, RusotoError<StopAutomationExecutionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn terminate_session<'life0, 'async_trait>(
        &'life0 self,
        input: TerminateSessionRequest
    ) -> Pin<Box<dyn Future<Output = Result<TerminateSessionResponse, RusotoError<TerminateSessionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_association<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateAssociationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateAssociationResult, RusotoError<UpdateAssociationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_association_status<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateAssociationStatusRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateAssociationStatusResult, RusotoError<UpdateAssociationStatusError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_document<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDocumentRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDocumentResult, RusotoError<UpdateDocumentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_document_default_version<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDocumentDefaultVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDocumentDefaultVersionResult, RusotoError<UpdateDocumentDefaultVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_document_metadata<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDocumentMetadataRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDocumentMetadataResponse, RusotoError<UpdateDocumentMetadataError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_maintenance_window<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateMaintenanceWindowRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateMaintenanceWindowResult, RusotoError<UpdateMaintenanceWindowError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_maintenance_window_target<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateMaintenanceWindowTargetRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateMaintenanceWindowTargetResult, RusotoError<UpdateMaintenanceWindowTargetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_maintenance_window_task<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateMaintenanceWindowTaskRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateMaintenanceWindowTaskResult, RusotoError<UpdateMaintenanceWindowTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_managed_instance_role<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateManagedInstanceRoleRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateManagedInstanceRoleResult, RusotoError<UpdateManagedInstanceRoleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_ops_item<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateOpsItemRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateOpsItemResponse, RusotoError<UpdateOpsItemError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_ops_metadata<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateOpsMetadataRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateOpsMetadataResult, RusotoError<UpdateOpsMetadataError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_patch_baseline<'life0, 'async_trait>(
        &'life0 self,
        input: UpdatePatchBaselineRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdatePatchBaselineResult, RusotoError<UpdatePatchBaselineError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_resource_data_sync<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateResourceDataSyncRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateResourceDataSyncResult, RusotoError<UpdateResourceDataSyncError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_service_setting<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateServiceSettingRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateServiceSettingResult, RusotoError<UpdateServiceSettingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the Amazon SSM API. Amazon SSM clients implement this trait.

Required methods

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

Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your documents, managed instances, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed instances that helps you track each instance's owner and stack level. For example: Key=Owner and Value=DbAdmin, SysAdmin, or Dev. Or Key=Stack and Value=Production, Pre-Production, or Test.

Each resource can have a maximum of 50 tags.

We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters.

For more information about using tags with EC2 instances, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.

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

Attempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.

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

Stops a maintenance window execution that is already in progress and cancels any tasks in the window that have not already starting running. (Tasks already in progress will continue to completion.)

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

Generates an activation code and activation ID you can use to register your on-premises server or virtual machine (VM) with Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises instances and VMs using Systems Manager, see Setting up AWS Systems Manager for hybrid environments in the AWS Systems Manager User Guide.

On-premises servers or VMs that are registered with Systems Manager and EC2 instances that you manage with Systems Manager are all called managed instances.

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

A State Manager association defines the state that you want to maintain on your instances. For example, an association can specify that anti-virus software must be installed and running on your instances, or that certain ports must be closed. For static targets, the association specifies a schedule for when the configuration is reapplied. For dynamic targets, such as an AWS Resource Group or an AWS Autoscaling Group, State Manager applies the configuration when new instances are added to the group. The association also specifies actions to take when applying the configuration. For example, an association for anti-virus software might run once a day. If the software is not installed, then State Manager installs it. If the software is installed, but the service is not running, then the association might instruct State Manager to start the service.

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

Associates the specified Systems Manager document with the specified instances or targets.

When you associate a document with one or more instances using instance IDs or tags, SSM Agent running on the instance processes the document and configures the instance as specified.

If you associate a document with an instance that already has an associated document, the system returns the AssociationAlreadyExists exception.

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

Creates a Systems Manager (SSM) document. An SSM document defines the actions that Systems Manager performs on your managed instances. For more information about SSM documents, including information about supported schemas, features, and syntax, see AWS Systems Manager Documents in the AWS Systems Manager User Guide.

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

Creates a new maintenance window.

The value you specify for Duration determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff is one hour, no maintenance window tasks can start after 5 PM.

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

Creates a new OpsItem. You must have permission in AWS Identity and Access Management (IAM) to create a new OpsItem. For more information, see Getting started with OpsCenter in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter in the AWS Systems Manager User Guide.

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

If you create a new application in Application Manager, Systems Manager calls this API action to specify information about the new application, including the application type.

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

Creates a patch baseline.

For information about valid key and value pairs in PatchFilters for each supported operating system type, see PatchFilter.

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

A resource data sync helps you view data from multiple sources in a single location. Systems Manager offers two types of resource data sync: SyncToDestination and SyncFromSource.

You can configure Systems Manager Inventory to use the SyncToDestination type to synchronize Inventory data from multiple AWS Regions to a single S3 bucket. For more information, see Configuring Resource Data Sync for Inventory in the AWS Systems Manager User Guide.

You can configure Systems Manager Explorer to use the SyncFromSource type to synchronize operational work items (OpsItems) and operational data (OpsData) from multiple AWS Regions to a single S3 bucket. This type can synchronize OpsItems and OpsData from multiple AWS accounts and Regions or EntireOrganization by using AWS Organizations. For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the AWS Systems Manager User Guide.

A resource data sync is an asynchronous operation that returns immediately. After a successful initial sync is completed, the system continuously syncs data. To check the status of a sync, use the ListResourceDataSync.

By default, data is not encrypted in Amazon S3. We strongly recommend that you enable encryption in Amazon S3 to ensure secure data storage. We also recommend that you secure access to the Amazon S3 bucket by creating a restrictive bucket policy.

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

Deletes an activation. You are not required to delete an activation. If you delete an activation, you can no longer use it to register additional managed instances. Deleting an activation does not de-register managed instances. You must manually de-register managed instances.

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

Disassociates the specified Systems Manager document from the specified instance.

When you disassociate a document from an instance, it does not change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.

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

Deletes the Systems Manager document and all instance associations to the document.

Before you delete the document, we recommend that you use DeleteAssociation to disassociate all instances that are associated with the document.

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

Delete a custom inventory type or the data associated with a custom Inventory type. Deleting a custom inventory type is also referred to as deleting a custom inventory schema.

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

Deletes a maintenance window.

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

Delete OpsMetadata related to an application.

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

Delete a parameter from the system.

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

Delete a list of parameters.

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

Deletes a patch baseline.

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

Deletes a Resource Data Sync configuration. After the configuration is deleted, changes to data on managed instances are no longer synced to or from the target. Deleting a sync configuration does not delete data.

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

Removes the server or virtual machine from the list of registered servers. You can reregister the instance again at any time. If you don't plan to use Run Command on the server, we suggest uninstalling SSM Agent first.

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

Removes a patch group from a patch baseline.

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

Removes a target from a maintenance window.

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

Removes a task from a maintenance window.

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

Describes details about the activation, such as the date and time the activation was created, its expiration date, the IAM role assigned to the instances in the activation, and the number of instances registered by using this activation.

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

Describes the association for the specified target or instance. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID. If you created the association by specifying an instance ID and a Systems Manager document, then you retrieve the association by specifying the document name and the instance ID.

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

Use this API action to view information about a specific execution of a specific association.

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

Use this API action to view all executions for a specific association ID.

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

Provides details about all active and terminated Automation executions.

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

Information about all active and terminated step executions in an Automation workflow.

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

Lists all patches eligible to be included in a patch baseline.

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

Describes the specified Systems Manager document.

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

Describes the permissions for a Systems Manager document. If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user's AWS account ID) or publicly (All).

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

All associations for the instance(s).

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

Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. Note that this API applies only to Windows patch baselines.

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

The status of the associations for the instance(s).

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

Describes one or more of your instances, including information about the operating system platform, the version of SSM Agent installed on the instance, instance status, and so on.

If you specify one or more instance IDs, it returns information for those instances. If you do not specify instance IDs, it returns information for all your instances. If you specify an instance ID that is not valid or an instance that you do not own, you receive an error.

The IamRole field for this API action is the Amazon Identity and Access Management (IAM) role assigned to on-premises instances. This call does not return the IAM role for EC2 instances.

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

Retrieves the high-level patch state of one or more instances.

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

Retrieves the high-level patch state for the instances in the specified patch group.

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

Retrieves information about the patches on the specified instance and their state relative to the patch baseline being used for the instance.

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

Describes a specific delete inventory operation.

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

Retrieves the individual task executions (one per target) for a particular task run as part of a maintenance window execution.

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

For a given maintenance window execution, lists the tasks that were run.

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

Lists the executions of a maintenance window. This includes information about when the maintenance window was scheduled to be active, and information about tasks registered and run with the maintenance window.

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

Retrieves information about upcoming executions of a maintenance window.

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

Lists the targets registered with the maintenance window.

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

Lists the tasks in a maintenance window.

For maintenance window tasks without a specified target, you cannot supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values do not affect the running of your task and can be ignored.

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

Retrieves the maintenance windows in an AWS account.

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

Retrieves information about the maintenance window targets or tasks that an instance is associated with.

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

Query a set of OpsItems. You must have permission in AWS Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Getting started with OpsCenter in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter in the AWS Systems Manager User Guide.

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

Get information about a parameter.

Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.

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

Lists the patch baselines in your AWS account.

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

Returns high-level aggregated patch compliance state for a patch group.

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

Lists all patch groups that have been registered with patch baselines.

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

Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for actions such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines.

The following section lists the properties that can be used in filters for each major operating system type:

AMAZONLINUX

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

AMAZONLINUX2

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

CENTOS

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

DEBIAN

Valid properties: PRODUCT, PRIORITY

MACOS

Valid properties: PRODUCT, CLASSIFICATION

ORACLELINUX

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

REDHATENTERPRISELINUX

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

SUSE

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

UBUNTU

Valid properties: PRODUCT, PRIORITY

WINDOWS

Valid properties: PRODUCT, PRODUCTFAMILY, CLASSIFICATION, MSRCSEVERITY

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

Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.

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

Get detailed information about a particular Automation execution.

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

Gets the state of the AWS Systems Manager Change Calendar at an optional, specified time. If you specify a time, GetCalendarState returns the state of the calendar at a specific time, and returns the next time that the Change Calendar state will transition. If you do not specify a time, GetCalendarState assumes the current time. Change Calendar entries have two possible states: OPEN or CLOSED.

If you specify more than one calendar in a request, the command returns the status of OPEN only if all calendars in the request are open. If one or more calendars in the request are closed, the status returned is CLOSED.

For more information about Systems Manager Change Calendar, see AWS Systems Manager Change Calendar in the AWS Systems Manager User Guide.

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

Returns detailed information about command execution for an invocation or plugin.

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

Retrieves the Session Manager connection status for an instance to determine whether it is running and ready to receive Session Manager connections.

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

Retrieves the default patch baseline. Note that Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.

If you do not specify an operating system value, the default patch baseline for Windows is returned.

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

Retrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document.

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

Gets the contents of the specified Systems Manager document.

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

Query inventory information.

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

Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.

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

Retrieves a maintenance window.

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

Retrieves details about a specific a maintenance window execution.

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

Retrieves the details about a specific task run as part of a maintenance window execution.

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

Retrieves information about a specific task running on a specific target.

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

Lists the tasks in a maintenance window.

For maintenance window tasks without a specified target, you cannot supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values do not affect the running of your task and can be ignored.

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

Get information about an OpsItem by using the ID. You must have permission in AWS Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Getting started with OpsCenter in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter in the AWS Systems Manager User Guide.

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

View operational metadata related to an application in Application Manager.

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

View a summary of OpsItems based on specified filters and aggregators.

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

Get information about a parameter by using the parameter name. Don't confuse this API action with the GetParameters API action.

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

Retrieves the history of all changes to a parameter.

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

Get details of a parameter. Don't confuse this API action with the GetParameter API action.

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

Retrieve information about one or more parameters in a specific hierarchy.

Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.

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

Retrieves information about a patch baseline.

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

Retrieves the patch baseline that should be used for the specified patch group.

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

ServiceSetting is an account-level setting for an AWS service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an AWS service charges money to the account based on feature or service usage, then the AWS service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. AWS services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the UpdateServiceSetting API action to change the default setting. Or use the ResetServiceSetting to change the value back to the original value defined by the AWS service team.

Query the current service setting for the account.

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

A parameter label is a user-defined alias to help you manage different versions of a parameter. When you modify a parameter, Systems Manager automatically saves a new version and increments the version number by one. A label can help you remember the purpose of a parameter when there are multiple versions.

Parameter labels have the following requirements and restrictions.

  • A version of a parameter can have a maximum of 10 labels.

  • You can't attach the same label to different versions of the same parameter. For example, if version 1 has the label Production, then you can't attach Production to version 2.

  • You can move a label from one version of a parameter to another.

  • You can't create a label when you create a new parameter. You must attach a label to a specific version of a parameter.

  • You can't delete a parameter label. If you no longer want to use a parameter label, then you must move it to a different version of a parameter.

  • A label can have a maximum of 100 characters.

  • Labels can contain letters (case sensitive), numbers, periods (.), hyphens (-), or underscores (_).

  • Labels can't begin with a number, "aws," or "ssm" (not case sensitive). If a label fails to meet these requirements, then the label is not associated with a parameter and the system displays it in the list of InvalidLabels.

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

Retrieves all versions of an association for a specific association ID.

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

Returns all State Manager associations in the current AWS account and Region. You can limit the results to a specific State Manager association document or instance by specifying a filter.

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

An invocation is copy of a command sent to a specific instance. A command can apply to one or more instances. A command invocation applies to one instance. For example, if a user runs SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.

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

Lists the commands requested by users of the AWS account.

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

For a specified resource ID, this API action returns a list of compliance statuses for different resource types. Currently, you can only specify one resource ID per call. List results depend on the criteria specified in the filter.

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

Returns a summary count of compliant and non-compliant resources for a compliance type. For example, this call can return State Manager associations, patches, or custom compliance types according to the filter criteria that you specify.

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

Information about approval reviews for a version of an SSM document.

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

List all versions for a document.

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

Returns all Systems Manager (SSM) documents in the current AWS account and Region. You can limit the results of this request by using a filter.

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

A list of inventory items returned by the request.

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

Returns a list of all OpsItem events in the current AWS account and Region. You can limit the results to events associated with specific OpsItems by specifying a filter.

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

Systems Manager calls this API action when displaying all Application Manager OpsMetadata objects or blobs.

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

Returns a resource-level summary count. The summary includes information about compliant and non-compliant statuses and detailed compliance-item severity counts, according to the filter criteria you specify.

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

Lists your resource data sync configurations. Includes information about the last time a sync attempted to start, the last sync status, and the last time a sync successfully completed.

The number of sync configurations might be too large to return using a single call to ListResourceDataSync. You can limit the number of sync configurations returned by using the MaxResults parameter. To determine whether there are more sync configurations to list, check the value of NextToken in the output. If there are more sync configurations to list, you can request them by specifying the NextToken returned in the call to the parameter of a subsequent call.

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

Returns a list of the tags assigned to the specified resource.

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

Shares a Systems Manager document publicly or privately. If you share a document privately, you must specify the AWS user account IDs for those people who can use the document. If you share a document publicly, you must specify All as the account ID.

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

Registers a compliance type and other compliance details on a designated resource. This action lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request.

ComplianceType can be one of the following:

  • ExecutionId: The execution ID when the patch, association, or custom compliance item was applied.

  • ExecutionType: Specify patch, association, or Custom:string.

  • ExecutionTime. The time the patch, association, or custom compliance item was applied to the instance.

  • Id: The patch, association, or custom compliance ID.

  • Title: A title.

  • Status: The status of the compliance item. For example, approved for patches, or Failed for associations.

  • Severity: A patch severity. For example, critical.

  • DocumentName: A SSM document name. For example, AWS-RunPatchBaseline.

  • DocumentVersion: An SSM document version number. For example, 4.

  • Classification: A patch classification. For example, security updates.

  • PatchBaselineId: A patch baseline ID.

  • PatchSeverity: A patch severity. For example, Critical.

  • PatchState: A patch state. For example, InstancesWithFailedPatches.

  • PatchGroup: The name of a patch group.

  • InstalledTime: The time the association, patch, or custom compliance item was applied to the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z'

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

Bulk update custom inventory items on one more instance. The request adds an inventory item, if it doesn't already exist, or updates an inventory item, if it does exist.

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

Add a parameter to the system.

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

Defines the default patch baseline for the relevant operating system.

To reset the AWS predefined patch baseline as the default, specify the full patch baseline ARN as the baseline ID value. For example, for CentOS, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0574b43a65ea646ed instead of pb-0574b43a65ea646ed.

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

Registers a patch baseline for a patch group.

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

Registers a target with a maintenance window.

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

Adds a new task to a maintenance window.

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

Removes tag keys from the specified resource.

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

ServiceSetting is an account-level setting for an AWS service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an AWS service charges money to the account based on feature or service usage, then the AWS service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. AWS services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the GetServiceSetting API action to view the current value. Use the UpdateServiceSetting API action to change the default setting.

Reset the service setting for the account to the default value as provisioned by the AWS service team.

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

Reconnects a session to an instance after it has been disconnected. Connections can be resumed for disconnected sessions, but not terminated sessions.

This command is primarily for use by client machines to automatically reconnect during intermittent network issues. It is not intended for any other use.

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

Sends a signal to an Automation execution to change the current behavior or status of the execution.

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

Runs commands on one or more managed instances.

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

Use this API action to run an association immediately and only one time. This action can be helpful when troubleshooting associations.

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

Initiates execution of an Automation document.

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

Creates a change request for Change Manager. The runbooks (Automation documents) specified in the change request run only after all required approvals for the change request have been received.

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

Initiates a connection to a target (for example, an instance) for a Session Manager session. Returns a URL and token that can be used to open a WebSocket connection for sending input and receiving outputs.

AWS CLI usage: start-session is an interactive command that requires the Session Manager plugin to be installed on the client machine making the call. For information, see Install the Session Manager plugin for the AWS CLI in the AWS Systems Manager User Guide.

AWS Tools for PowerShell usage: Start-SSMSession is not currently supported by AWS Tools for PowerShell on Windows local machines.

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

Stop an Automation that is currently running.

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

Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the instance. A terminated session cannot be resumed.

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

Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon S3 output.

In order to call this API action, your IAM user account, group, or role must be configured with permission to call the DescribeAssociation API action. If you don't have permission to call DescribeAssociation, then you receive the following error: An error occurred (AccessDeniedException) when calling the UpdateAssociation operation: User: <userarn> is not authorized to perform: ssm:DescribeAssociation on resource: <resourcearn>

When you update an association, the association immediately runs against the specified targets.

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

Updates the status of the Systems Manager document associated with the specified instance.

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

Updates one or more values for an SSM document.

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

Set the default version of a document.

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

Updates information related to approval reviews for a specific version of a document.

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

Updates an existing maintenance window. Only specified parameters are modified.

The value you specify for Duration determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff is one hour, no maintenance window tasks can start after 5 PM.

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

Modifies the target of an existing maintenance window. You can change the following:

  • Name

  • Description

  • Owner

  • IDs for an ID target

  • Tags for a Tag target

  • From any supported tag type to another. The three supported tag types are ID target, Tag target, and resource group. For more information, see Target.

If a parameter is null, then the corresponding field is not modified.

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

Modifies a task assigned to a maintenance window. You can't change the task type, but you can change the following values:

  • TaskARN. For example, you can change a RUN_COMMAND task from AWS-RunPowerShellScript to AWS-RunShellScript.

  • ServiceRoleArn

  • TaskInvocationParameters

  • Priority

  • MaxConcurrency

  • MaxErrors

One or more targets must be specified for maintenance window Run Command-type tasks. Depending on the task, targets are optional for other maintenance window task types (Automation, AWS Lambda, and AWS Step Functions). For more information about running tasks that do not specify targets, see see Registering maintenance window tasks without targets in the AWS Systems Manager User Guide.

If the value for a parameter in UpdateMaintenanceWindowTask is null, then the corresponding field is not modified. If you set Replace to true, then all fields required by the RegisterTaskWithMaintenanceWindow action are required for this request. Optional fields that aren't specified are set to null.

When you update a maintenance window task that has options specified in TaskInvocationParameters, you must provide again all the TaskInvocationParameters values that you want to retain. The values you do not specify again are removed. For example, suppose that when you registered a Run Command task, you specified TaskInvocationParameters values for Comment, NotificationConfig, and OutputS3BucketName. If you update the maintenance window task and specify only a different OutputS3BucketName value, the values for Comment and NotificationConfig are removed.

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

Changes the Amazon Identity and Access Management (IAM) role that is assigned to the on-premises instance or virtual machines (VM). IAM roles are first assigned to these hybrid instances during the activation process. For more information, see CreateActivation.

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

Edit or change an OpsItem. You must have permission in AWS Identity and Access Management (IAM) to update an OpsItem. For more information, see Getting started with OpsCenter in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter in the AWS Systems Manager User Guide.

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

Systems Manager calls this API action when you edit OpsMetadata in Application Manager.

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

Modifies an existing patch baseline. Fields not specified in the request are left unchanged.

For information about valid key and value pairs in PatchFilters for each supported operating system type, see PatchFilter.

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

Update a resource data sync. After you create a resource data sync for a Region, you can't change the account options for that sync. For example, if you create a sync in the us-east-2 (Ohio) Region and you choose the Include only the current account option, you can't edit that sync later and choose the Include all accounts from my AWS Organizations configuration option. Instead, you must delete the first resource data sync, and create a new one.

This API action only supports a resource data sync that was created with a SyncFromSource SyncType.

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

ServiceSetting is an account-level setting for an AWS service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an AWS service charges money to the account based on feature or service usage, then the AWS service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. AWS services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the GetServiceSetting API action to view the current value. Or, use the ResetServiceSetting to change the value back to the original value defined by the AWS service team.

Update the service setting for the account.

Loading content...

Implementors

impl Ssm for SsmClient[src]

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

Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your documents, managed instances, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed instances that helps you track each instance's owner and stack level. For example: Key=Owner and Value=DbAdmin, SysAdmin, or Dev. Or Key=Stack and Value=Production, Pre-Production, or Test.

Each resource can have a maximum of 50 tags.

We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters.

For more information about using tags with EC2 instances, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.

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

Attempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.

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

Stops a maintenance window execution that is already in progress and cancels any tasks in the window that have not already starting running. (Tasks already in progress will continue to completion.)

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

Generates an activation code and activation ID you can use to register your on-premises server or virtual machine (VM) with Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises instances and VMs using Systems Manager, see Setting up AWS Systems Manager for hybrid environments in the AWS Systems Manager User Guide.

On-premises servers or VMs that are registered with Systems Manager and EC2 instances that you manage with Systems Manager are all called managed instances.

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

A State Manager association defines the state that you want to maintain on your instances. For example, an association can specify that anti-virus software must be installed and running on your instances, or that certain ports must be closed. For static targets, the association specifies a schedule for when the configuration is reapplied. For dynamic targets, such as an AWS Resource Group or an AWS Autoscaling Group, State Manager applies the configuration when new instances are added to the group. The association also specifies actions to take when applying the configuration. For example, an association for anti-virus software might run once a day. If the software is not installed, then State Manager installs it. If the software is installed, but the service is not running, then the association might instruct State Manager to start the service.

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

Associates the specified Systems Manager document with the specified instances or targets.

When you associate a document with one or more instances using instance IDs or tags, SSM Agent running on the instance processes the document and configures the instance as specified.

If you associate a document with an instance that already has an associated document, the system returns the AssociationAlreadyExists exception.

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

Creates a Systems Manager (SSM) document. An SSM document defines the actions that Systems Manager performs on your managed instances. For more information about SSM documents, including information about supported schemas, features, and syntax, see AWS Systems Manager Documents in the AWS Systems Manager User Guide.

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

Creates a new maintenance window.

The value you specify for Duration determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff is one hour, no maintenance window tasks can start after 5 PM.

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

Creates a new OpsItem. You must have permission in AWS Identity and Access Management (IAM) to create a new OpsItem. For more information, see Getting started with OpsCenter in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter in the AWS Systems Manager User Guide.

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

If you create a new application in Application Manager, Systems Manager calls this API action to specify information about the new application, including the application type.

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

Creates a patch baseline.

For information about valid key and value pairs in PatchFilters for each supported operating system type, see PatchFilter.

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

A resource data sync helps you view data from multiple sources in a single location. Systems Manager offers two types of resource data sync: SyncToDestination and SyncFromSource.

You can configure Systems Manager Inventory to use the SyncToDestination type to synchronize Inventory data from multiple AWS Regions to a single S3 bucket. For more information, see Configuring Resource Data Sync for Inventory in the AWS Systems Manager User Guide.

You can configure Systems Manager Explorer to use the SyncFromSource type to synchronize operational work items (OpsItems) and operational data (OpsData) from multiple AWS Regions to a single S3 bucket. This type can synchronize OpsItems and OpsData from multiple AWS accounts and Regions or EntireOrganization by using AWS Organizations. For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the AWS Systems Manager User Guide.

A resource data sync is an asynchronous operation that returns immediately. After a successful initial sync is completed, the system continuously syncs data. To check the status of a sync, use the ListResourceDataSync.

By default, data is not encrypted in Amazon S3. We strongly recommend that you enable encryption in Amazon S3 to ensure secure data storage. We also recommend that you secure access to the Amazon S3 bucket by creating a restrictive bucket policy.

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

Deletes an activation. You are not required to delete an activation. If you delete an activation, you can no longer use it to register additional managed instances. Deleting an activation does not de-register managed instances. You must manually de-register managed instances.

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

Disassociates the specified Systems Manager document from the specified instance.

When you disassociate a document from an instance, it does not change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.

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

Deletes the Systems Manager document and all instance associations to the document.

Before you delete the document, we recommend that you use DeleteAssociation to disassociate all instances that are associated with the document.

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

Delete a custom inventory type or the data associated with a custom Inventory type. Deleting a custom inventory type is also referred to as deleting a custom inventory schema.

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

Deletes a maintenance window.

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

Delete OpsMetadata related to an application.

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

Delete a parameter from the system.

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

Delete a list of parameters.

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

Deletes a patch baseline.

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

Deletes a Resource Data Sync configuration. After the configuration is deleted, changes to data on managed instances are no longer synced to or from the target. Deleting a sync configuration does not delete data.

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

Removes the server or virtual machine from the list of registered servers. You can reregister the instance again at any time. If you don't plan to use Run Command on the server, we suggest uninstalling SSM Agent first.

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

Removes a patch group from a patch baseline.

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

Removes a target from a maintenance window.

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

Removes a task from a maintenance window.

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

Describes details about the activation, such as the date and time the activation was created, its expiration date, the IAM role assigned to the instances in the activation, and the number of instances registered by using this activation.

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

Describes the association for the specified target or instance. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID. If you created the association by specifying an instance ID and a Systems Manager document, then you retrieve the association by specifying the document name and the instance ID.

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

Use this API action to view information about a specific execution of a specific association.

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

Use this API action to view all executions for a specific association ID.

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

Provides details about all active and terminated Automation executions.

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

Information about all active and terminated step executions in an Automation workflow.

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

Lists all patches eligible to be included in a patch baseline.

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

Describes the specified Systems Manager document.

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

Describes the permissions for a Systems Manager document. If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user's AWS account ID) or publicly (All).

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

All associations for the instance(s).

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

Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. Note that this API applies only to Windows patch baselines.

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

The status of the associations for the instance(s).

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

Describes one or more of your instances, including information about the operating system platform, the version of SSM Agent installed on the instance, instance status, and so on.

If you specify one or more instance IDs, it returns information for those instances. If you do not specify instance IDs, it returns information for all your instances. If you specify an instance ID that is not valid or an instance that you do not own, you receive an error.

The IamRole field for this API action is the Amazon Identity and Access Management (IAM) role assigned to on-premises instances. This call does not return the IAM role for EC2 instances.

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

Retrieves the high-level patch state of one or more instances.

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

Retrieves the high-level patch state for the instances in the specified patch group.

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

Retrieves information about the patches on the specified instance and their state relative to the patch baseline being used for the instance.

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

Describes a specific delete inventory operation.

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

Retrieves the individual task executions (one per target) for a particular task run as part of a maintenance window execution.

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

For a given maintenance window execution, lists the tasks that were run.

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

Lists the executions of a maintenance window. This includes information about when the maintenance window was scheduled to be active, and information about tasks registered and run with the maintenance window.

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

Retrieves information about upcoming executions of a maintenance window.

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

Lists the targets registered with the maintenance window.

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

Lists the tasks in a maintenance window.

For maintenance window tasks without a specified target, you cannot supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values do not affect the running of your task and can be ignored.

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

Retrieves the maintenance windows in an AWS account.

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

Retrieves information about the maintenance window targets or tasks that an instance is associated with.

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

Query a set of OpsItems. You must have permission in AWS Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Getting started with OpsCenter in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter in the AWS Systems Manager User Guide.

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

Get information about a parameter.

Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.

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

Lists the patch baselines in your AWS account.

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

Returns high-level aggregated patch compliance state for a patch group.

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

Lists all patch groups that have been registered with patch baselines.

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

Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for actions such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines.

The following section lists the properties that can be used in filters for each major operating system type:

AMAZONLINUX

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

AMAZONLINUX2

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

CENTOS

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

DEBIAN

Valid properties: PRODUCT, PRIORITY

MACOS

Valid properties: PRODUCT, CLASSIFICATION

ORACLELINUX

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

REDHATENTERPRISELINUX

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

SUSE

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

UBUNTU

Valid properties: PRODUCT, PRIORITY

WINDOWS

Valid properties: PRODUCT, PRODUCTFAMILY, CLASSIFICATION, MSRCSEVERITY

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

Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.

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

Get detailed information about a particular Automation execution.

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

Gets the state of the AWS Systems Manager Change Calendar at an optional, specified time. If you specify a time, GetCalendarState returns the state of the calendar at a specific time, and returns the next time that the Change Calendar state will transition. If you do not specify a time, GetCalendarState assumes the current time. Change Calendar entries have two possible states: OPEN or CLOSED.

If you specify more than one calendar in a request, the command returns the status of OPEN only if all calendars in the request are open. If one or more calendars in the request are closed, the status returned is CLOSED.

For more information about Systems Manager Change Calendar, see AWS Systems Manager Change Calendar in the AWS Systems Manager User Guide.

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

Returns detailed information about command execution for an invocation or plugin.

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

Retrieves the Session Manager connection status for an instance to determine whether it is running and ready to receive Session Manager connections.

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

Retrieves the default patch baseline. Note that Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.

If you do not specify an operating system value, the default patch baseline for Windows is returned.

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

Retrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document.

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

Gets the contents of the specified Systems Manager document.

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

Query inventory information.

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

Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.

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

Retrieves a maintenance window.

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

Retrieves details about a specific a maintenance window execution.

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

Retrieves the details about a specific task run as part of a maintenance window execution.

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

Retrieves information about a specific task running on a specific target.

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

Lists the tasks in a maintenance window.

For maintenance window tasks without a specified target, you cannot supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values do not affect the running of your task and can be ignored.

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

Get information about an OpsItem by using the ID. You must have permission in AWS Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Getting started with OpsCenter in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter in the AWS Systems Manager User Guide.

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

View operational metadata related to an application in Application Manager.

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

View a summary of OpsItems based on specified filters and aggregators.

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

Get information about a parameter by using the parameter name. Don't confuse this API action with the GetParameters API action.

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

Retrieves the history of all changes to a parameter.

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

Get details of a parameter. Don't confuse this API action with the GetParameter API action.

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

Retrieve information about one or more parameters in a specific hierarchy.

Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.

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

Retrieves information about a patch baseline.

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

Retrieves the patch baseline that should be used for the specified patch group.

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

ServiceSetting is an account-level setting for an AWS service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an AWS service charges money to the account based on feature or service usage, then the AWS service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. AWS services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the UpdateServiceSetting API action to change the default setting. Or use the ResetServiceSetting to change the value back to the original value defined by the AWS service team.

Query the current service setting for the account.

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

A parameter label is a user-defined alias to help you manage different versions of a parameter. When you modify a parameter, Systems Manager automatically saves a new version and increments the version number by one. A label can help you remember the purpose of a parameter when there are multiple versions.

Parameter labels have the following requirements and restrictions.

  • A version of a parameter can have a maximum of 10 labels.

  • You can't attach the same label to different versions of the same parameter. For example, if version 1 has the label Production, then you can't attach Production to version 2.

  • You can move a label from one version of a parameter to another.

  • You can't create a label when you create a new parameter. You must attach a label to a specific version of a parameter.

  • You can't delete a parameter label. If you no longer want to use a parameter label, then you must move it to a different version of a parameter.

  • A label can have a maximum of 100 characters.

  • Labels can contain letters (case sensitive), numbers, periods (.), hyphens (-), or underscores (_).

  • Labels can't begin with a number, "aws," or "ssm" (not case sensitive). If a label fails to meet these requirements, then the label is not associated with a parameter and the system displays it in the list of InvalidLabels.

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

Retrieves all versions of an association for a specific association ID.

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

Returns all State Manager associations in the current AWS account and Region. You can limit the results to a specific State Manager association document or instance by specifying a filter.

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

An invocation is copy of a command sent to a specific instance. A command can apply to one or more instances. A command invocation applies to one instance. For example, if a user runs SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.

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

Lists the commands requested by users of the AWS account.

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

For a specified resource ID, this API action returns a list of compliance statuses for different resource types. Currently, you can only specify one resource ID per call. List results depend on the criteria specified in the filter.

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

Returns a summary count of compliant and non-compliant resources for a compliance type. For example, this call can return State Manager associations, patches, or custom compliance types according to the filter criteria that you specify.

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

Information about approval reviews for a version of an SSM document.

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

List all versions for a document.

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

Returns all Systems Manager (SSM) documents in the current AWS account and Region. You can limit the results of this request by using a filter.

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

A list of inventory items returned by the request.

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

Returns a list of all OpsItem events in the current AWS account and Region. You can limit the results to events associated with specific OpsItems by specifying a filter.

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

Systems Manager calls this API action when displaying all Application Manager OpsMetadata objects or blobs.

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

Returns a resource-level summary count. The summary includes information about compliant and non-compliant statuses and detailed compliance-item severity counts, according to the filter criteria you specify.

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

Lists your resource data sync configurations. Includes information about the last time a sync attempted to start, the last sync status, and the last time a sync successfully completed.

The number of sync configurations might be too large to return using a single call to ListResourceDataSync. You can limit the number of sync configurations returned by using the MaxResults parameter. To determine whether there are more sync configurations to list, check the value of NextToken in the output. If there are more sync configurations to list, you can request them by specifying the NextToken returned in the call to the parameter of a subsequent call.

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

Returns a list of the tags assigned to the specified resource.

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

Shares a Systems Manager document publicly or privately. If you share a document privately, you must specify the AWS user account IDs for those people who can use the document. If you share a document publicly, you must specify All as the account ID.

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

Registers a compliance type and other compliance details on a designated resource. This action lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request.

ComplianceType can be one of the following:

  • ExecutionId: The execution ID when the patch, association, or custom compliance item was applied.

  • ExecutionType: Specify patch, association, or Custom:string.

  • ExecutionTime. The time the patch, association, or custom compliance item was applied to the instance.

  • Id: The patch, association, or custom compliance ID.

  • Title: A title.

  • Status: The status of the compliance item. For example, approved for patches, or Failed for associations.

  • Severity: A patch severity. For example, critical.

  • DocumentName: A SSM document name. For example, AWS-RunPatchBaseline.

  • DocumentVersion: An SSM document version number. For example, 4.

  • Classification: A patch classification. For example, security updates.

  • PatchBaselineId: A patch baseline ID.

  • PatchSeverity: A patch severity. For example, Critical.

  • PatchState: A patch state. For example, InstancesWithFailedPatches.

  • PatchGroup: The name of a patch group.

  • InstalledTime: The time the association, patch, or custom compliance item was applied to the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z'

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

Bulk update custom inventory items on one more instance. The request adds an inventory item, if it doesn't already exist, or updates an inventory item, if it does exist.

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

Add a parameter to the system.

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

Defines the default patch baseline for the relevant operating system.

To reset the AWS predefined patch baseline as the default, specify the full patch baseline ARN as the baseline ID value. For example, for CentOS, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0574b43a65ea646ed instead of pb-0574b43a65ea646ed.

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

Registers a patch baseline for a patch group.

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

Registers a target with a maintenance window.

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

Adds a new task to a maintenance window.

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

Removes tag keys from the specified resource.

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

ServiceSetting is an account-level setting for an AWS service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an AWS service charges money to the account based on feature or service usage, then the AWS service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. AWS services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the GetServiceSetting API action to view the current value. Use the UpdateServiceSetting API action to change the default setting.

Reset the service setting for the account to the default value as provisioned by the AWS service team.

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

Reconnects a session to an instance after it has been disconnected. Connections can be resumed for disconnected sessions, but not terminated sessions.

This command is primarily for use by client machines to automatically reconnect during intermittent network issues. It is not intended for any other use.

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

Sends a signal to an Automation execution to change the current behavior or status of the execution.

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

Runs commands on one or more managed instances.

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

Use this API action to run an association immediately and only one time. This action can be helpful when troubleshooting associations.

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

Initiates execution of an Automation document.

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

Creates a change request for Change Manager. The runbooks (Automation documents) specified in the change request run only after all required approvals for the change request have been received.

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

Initiates a connection to a target (for example, an instance) for a Session Manager session. Returns a URL and token that can be used to open a WebSocket connection for sending input and receiving outputs.

AWS CLI usage: start-session is an interactive command that requires the Session Manager plugin to be installed on the client machine making the call. For information, see Install the Session Manager plugin for the AWS CLI in the AWS Systems Manager User Guide.

AWS Tools for PowerShell usage: Start-SSMSession is not currently supported by AWS Tools for PowerShell on Windows local machines.

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

Stop an Automation that is currently running.

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

Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the instance. A terminated session cannot be resumed.

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

Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon S3 output.

In order to call this API action, your IAM user account, group, or role must be configured with permission to call the DescribeAssociation API action. If you don't have permission to call DescribeAssociation, then you receive the following error: An error occurred (AccessDeniedException) when calling the UpdateAssociation operation: User: <userarn> is not authorized to perform: ssm:DescribeAssociation on resource: <resourcearn>

When you update an association, the association immediately runs against the specified targets.

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

Updates the status of the Systems Manager document associated with the specified instance.

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

Updates one or more values for an SSM document.

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

Set the default version of a document.

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

Updates information related to approval reviews for a specific version of a document.

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

Updates an existing maintenance window. Only specified parameters are modified.

The value you specify for Duration determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff is one hour, no maintenance window tasks can start after 5 PM.

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

Modifies the target of an existing maintenance window. You can change the following:

  • Name

  • Description

  • Owner

  • IDs for an ID target

  • Tags for a Tag target

  • From any supported tag type to another. The three supported tag types are ID target, Tag target, and resource group. For more information, see Target.

If a parameter is null, then the corresponding field is not modified.

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

Modifies a task assigned to a maintenance window. You can't change the task type, but you can change the following values:

  • TaskARN. For example, you can change a RUN_COMMAND task from AWS-RunPowerShellScript to AWS-RunShellScript.

  • ServiceRoleArn

  • TaskInvocationParameters

  • Priority

  • MaxConcurrency

  • MaxErrors

One or more targets must be specified for maintenance window Run Command-type tasks. Depending on the task, targets are optional for other maintenance window task types (Automation, AWS Lambda, and AWS Step Functions). For more information about running tasks that do not specify targets, see see Registering maintenance window tasks without targets in the AWS Systems Manager User Guide.

If the value for a parameter in UpdateMaintenanceWindowTask is null, then the corresponding field is not modified. If you set Replace to true, then all fields required by the RegisterTaskWithMaintenanceWindow action are required for this request. Optional fields that aren't specified are set to null.

When you update a maintenance window task that has options specified in TaskInvocationParameters, you must provide again all the TaskInvocationParameters values that you want to retain. The values you do not specify again are removed. For example, suppose that when you registered a Run Command task, you specified TaskInvocationParameters values for Comment, NotificationConfig, and OutputS3BucketName. If you update the maintenance window task and specify only a different OutputS3BucketName value, the values for Comment and NotificationConfig are removed.

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

Changes the Amazon Identity and Access Management (IAM) role that is assigned to the on-premises instance or virtual machines (VM). IAM roles are first assigned to these hybrid instances during the activation process. For more information, see CreateActivation.

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

Edit or change an OpsItem. You must have permission in AWS Identity and Access Management (IAM) to update an OpsItem. For more information, see Getting started with OpsCenter in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter in the AWS Systems Manager User Guide.

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

Systems Manager calls this API action when you edit OpsMetadata in Application Manager.

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

Modifies an existing patch baseline. Fields not specified in the request are left unchanged.

For information about valid key and value pairs in PatchFilters for each supported operating system type, see PatchFilter.

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

Update a resource data sync. After you create a resource data sync for a Region, you can't change the account options for that sync. For example, if you create a sync in the us-east-2 (Ohio) Region and you choose the Include only the current account option, you can't edit that sync later and choose the Include all accounts from my AWS Organizations configuration option. Instead, you must delete the first resource data sync, and create a new one.

This API action only supports a resource data sync that was created with a SyncFromSource SyncType.

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

ServiceSetting is an account-level setting for an AWS service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an AWS service charges money to the account based on feature or service usage, then the AWS service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. AWS services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the GetServiceSetting API action to view the current value. Or, use the ResetServiceSetting to change the value back to the original value defined by the AWS service team.

Update the service setting for the account.

Loading content...