C# Class Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient

Implementation for accessing SimpleSystemsManagement Amazon EC2 Systems Manager is a collection of capabilities that helps you automate management tasks such as collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images (AMIs), and configuring operating systems (OSs) and applications at scale. Systems Manager works with managed instances: Amazon EC2 instances and servers or virtual machines (VMs) in your on-premises environment that are configured for Systems Manager.

This references is intended to be used with the EC2 Systems Manager User Guide (Linux) (Windows).

To get started, verify prerequisites and configure managed instances (Linux) (Windows).

Inheritance: AmazonServiceClient, IAmazonSimpleSystemsManagement
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
AddTagsToResource ( AddTagsToResourceRequest request ) : AddTagsToResourceResponse

Adds or overwrites one or more tags for the specified resource. Tags are metadata that you assign to your managed instances. Tags enable you to categorize your managed instances 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 10 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 Amazon EC2 and are interpreted strictly as a string of characters.

For more information about tags, see Tagging Your Amazon EC2 Resources in the Amazon EC2 User Guide.

AddTagsToResourceAsync ( AddTagsToResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddTagsToResource operation.

AmazonSimpleSystemsManagementClient ( ) : System

Constructs AmazonSimpleSystemsManagementClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonSimpleSystemsManagementClient ( AWSCredentials credentials ) : System

Constructs AmazonSimpleSystemsManagementClient with AWS Credentials

AmazonSimpleSystemsManagementClient ( AWSCredentials credentials, AmazonSimpleSystemsManagementConfig clientConfig ) : System

Constructs AmazonSimpleSystemsManagementClient with AWS Credentials and an AmazonSimpleSystemsManagementClient Configuration object.

AmazonSimpleSystemsManagementClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonSimpleSystemsManagementClient with AWS Credentials

AmazonSimpleSystemsManagementClient ( AmazonSimpleSystemsManagementConfig config ) : System

Constructs AmazonSimpleSystemsManagementClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonSimpleSystemsManagementClient ( RegionEndpoint region ) : System

Constructs AmazonSimpleSystemsManagementClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonSimpleSystemsManagementClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonSimpleSystemsManagementClient with AWS Access Key ID and AWS Secret Key

AmazonSimpleSystemsManagementClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonSimpleSystemsManagementConfig clientConfig ) : System

Constructs AmazonSimpleSystemsManagementClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleSystemsManagementClient Configuration object.

AmazonSimpleSystemsManagementClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonSimpleSystemsManagementClient with AWS Access Key ID and AWS Secret Key

AmazonSimpleSystemsManagementClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonSimpleSystemsManagementClient with AWS Access Key ID and AWS Secret Key

AmazonSimpleSystemsManagementClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonSimpleSystemsManagementConfig clientConfig ) : System

Constructs AmazonSimpleSystemsManagementClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleSystemsManagementClient Configuration object.

AmazonSimpleSystemsManagementClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonSimpleSystemsManagementClient with AWS Access Key ID and AWS Secret Key

BeginAddTagsToResource ( AddTagsToResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddTagsToResource operation.

BeginCancelCommand ( CancelCommandRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelCommand operation.

BeginCreateActivation ( CreateActivationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateActivation operation.

BeginCreateAssociation ( CreateAssociationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateAssociation operation.

BeginCreateAssociationBatch ( CreateAssociationBatchRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateAssociationBatch operation.

BeginCreateDocument ( CreateDocumentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDocument operation.

BeginCreateMaintenanceWindow ( CreateMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateMaintenanceWindow operation.

BeginCreatePatchBaseline ( CreatePatchBaselineRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreatePatchBaseline operation.

BeginDeleteActivation ( DeleteActivationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteActivation operation.

BeginDeleteAssociation ( DeleteAssociationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteAssociation operation.

BeginDeleteDocument ( Amazon.SimpleSystemsManagement.Model.DeleteDocumentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDocument operation.

BeginDeleteMaintenanceWindow ( DeleteMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteMaintenanceWindow operation.

BeginDeleteParameter ( DeleteParameterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteParameter operation.

BeginDeletePatchBaseline ( DeletePatchBaselineRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeletePatchBaseline operation.

BeginDeregisterManagedInstance ( DeregisterManagedInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterManagedInstance operation.

BeginDeregisterPatchBaselineForPatchGroup ( DeregisterPatchBaselineForPatchGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterPatchBaselineForPatchGroup operation.

BeginDeregisterTargetFromMaintenanceWindow ( DeregisterTargetFromMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterTargetFromMaintenanceWindow operation.

BeginDeregisterTaskFromMaintenanceWindow ( DeregisterTaskFromMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterTaskFromMaintenanceWindow operation.

BeginDescribeActivations ( DescribeActivationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeActivations operation.

BeginDescribeAssociation ( DescribeAssociationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAssociation operation.

BeginDescribeAutomationExecutions ( DescribeAutomationExecutionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAutomationExecutions operation.

BeginDescribeAvailablePatches ( DescribeAvailablePatchesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAvailablePatches operation.

BeginDescribeDocument ( DescribeDocumentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDocument operation.

BeginDescribeDocumentPermission ( DescribeDocumentPermissionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDocumentPermission operation.

BeginDescribeEffectiveInstanceAssociations ( DescribeEffectiveInstanceAssociationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEffectiveInstanceAssociations operation.

BeginDescribeEffectivePatchesForPatchBaseline ( DescribeEffectivePatchesForPatchBaselineRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEffectivePatchesForPatchBaseline operation.

BeginDescribeInstanceAssociationsStatus ( DescribeInstanceAssociationsStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeInstanceAssociationsStatus operation.

BeginDescribeInstanceInformation ( DescribeInstanceInformationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeInstanceInformation operation.

BeginDescribeInstancePatchStates ( DescribeInstancePatchStatesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeInstancePatchStates operation.

BeginDescribeInstancePatchStatesForPatchGroup ( DescribeInstancePatchStatesForPatchGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeInstancePatchStatesForPatchGroup operation.

BeginDescribeInstancePatches ( DescribeInstancePatchesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeInstancePatches operation.

BeginDescribeMaintenanceWindowExecutionTaskInvocations ( DescribeMaintenanceWindowExecutionTaskInvocationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeMaintenanceWindowExecutionTaskInvocations operation.

BeginDescribeMaintenanceWindowExecutionTasks ( DescribeMaintenanceWindowExecutionTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeMaintenanceWindowExecutionTasks operation.

BeginDescribeMaintenanceWindowExecutions ( DescribeMaintenanceWindowExecutionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeMaintenanceWindowExecutions operation.

BeginDescribeMaintenanceWindowTargets ( DescribeMaintenanceWindowTargetsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeMaintenanceWindowTargets operation.

BeginDescribeMaintenanceWindowTasks ( DescribeMaintenanceWindowTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeMaintenanceWindowTasks operation.

BeginDescribeMaintenanceWindows ( DescribeMaintenanceWindowsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeMaintenanceWindows operation.

BeginDescribeParameters ( DescribeParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeParameters operation.

BeginDescribePatchBaselines ( DescribePatchBaselinesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribePatchBaselines operation.

BeginDescribePatchGroupState ( DescribePatchGroupStateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribePatchGroupState operation.

BeginDescribePatchGroups ( DescribePatchGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribePatchGroups operation.

BeginGetAutomationExecution ( GetAutomationExecutionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetAutomationExecution operation.

BeginGetCommandInvocation ( GetCommandInvocationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetCommandInvocation operation.

BeginGetDefaultPatchBaseline ( GetDefaultPatchBaselineRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDefaultPatchBaseline operation.

BeginGetDeployablePatchSnapshotForInstance ( GetDeployablePatchSnapshotForInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDeployablePatchSnapshotForInstance operation.

BeginGetDocument ( GetDocumentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDocument operation.

BeginGetInventory ( GetInventoryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetInventory operation.

BeginGetInventorySchema ( GetInventorySchemaRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetInventorySchema operation.

BeginGetMaintenanceWindow ( GetMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetMaintenanceWindow operation.

BeginGetMaintenanceWindowExecution ( GetMaintenanceWindowExecutionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetMaintenanceWindowExecution operation.

BeginGetMaintenanceWindowExecutionTask ( GetMaintenanceWindowExecutionTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetMaintenanceWindowExecutionTask operation.

BeginGetParameterHistory ( GetParameterHistoryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetParameterHistory operation.

BeginGetParameters ( GetParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetParameters operation.

BeginGetPatchBaseline ( GetPatchBaselineRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetPatchBaseline operation.

BeginGetPatchBaselineForPatchGroup ( GetPatchBaselineForPatchGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetPatchBaselineForPatchGroup operation.

BeginListAssociations ( Amazon.SimpleSystemsManagement.Model.ListAssociationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListAssociations operation.

BeginListCommandInvocations ( ListCommandInvocationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListCommandInvocations operation.

BeginListCommands ( ListCommandsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListCommands operation.

BeginListDocumentVersions ( ListDocumentVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListDocumentVersions operation.

BeginListDocuments ( Amazon.SimpleSystemsManagement.Model.ListDocumentsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListDocuments operation.

BeginListInventoryEntries ( ListInventoryEntriesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListInventoryEntries operation.

BeginListTagsForResource ( ListTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTagsForResource operation.

BeginModifyDocumentPermission ( ModifyDocumentPermissionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyDocumentPermission operation.

BeginPutInventory ( PutInventoryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PutInventory operation.

BeginPutParameter ( PutParameterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PutParameter operation.

BeginRegisterDefaultPatchBaseline ( RegisterDefaultPatchBaselineRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterDefaultPatchBaseline operation.

BeginRegisterPatchBaselineForPatchGroup ( RegisterPatchBaselineForPatchGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterPatchBaselineForPatchGroup operation.

BeginRegisterTargetWithMaintenanceWindow ( RegisterTargetWithMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterTargetWithMaintenanceWindow operation.

BeginRegisterTaskWithMaintenanceWindow ( RegisterTaskWithMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterTaskWithMaintenanceWindow operation.

BeginRemoveTagsFromResource ( RemoveTagsFromResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RemoveTagsFromResource operation.

BeginSendCommand ( SendCommandRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SendCommand operation.

BeginStartAutomationExecution ( StartAutomationExecutionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartAutomationExecution operation.

BeginStopAutomationExecution ( StopAutomationExecutionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopAutomationExecution operation.

BeginUpdateAssociation ( UpdateAssociationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateAssociation operation.

BeginUpdateAssociationStatus ( Amazon.SimpleSystemsManagement.Model.UpdateAssociationStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateAssociationStatus operation.

BeginUpdateDocument ( UpdateDocumentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateDocument operation.

BeginUpdateDocumentDefaultVersion ( UpdateDocumentDefaultVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateDocumentDefaultVersion operation.

BeginUpdateMaintenanceWindow ( UpdateMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateMaintenanceWindow operation.

BeginUpdateManagedInstanceRole ( UpdateManagedInstanceRoleRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateManagedInstanceRole operation.

BeginUpdatePatchBaseline ( UpdatePatchBaselineRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdatePatchBaseline operation.

CancelCommand ( CancelCommandRequest request ) : CancelCommandResponse

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.

CancelCommand ( string commandId ) : CancelCommandResponse

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.

CancelCommand ( string commandId, List instanceIds ) : CancelCommandResponse

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.

CancelCommandAsync ( CancelCommandRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelCommand operation.

CancelCommandAsync ( string commandId, List instanceIds, System cancellationToken = default(CancellationToken) ) : Task

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.

CancelCommandAsync ( string commandId, System cancellationToken = default(CancellationToken) ) : Task

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.

CreateActivation ( CreateActivationRequest request ) : CreateActivationResponse

Registers your on-premises server or virtual machine with Amazon EC2 so that you can manage these resources using Run Command. An on-premises server or virtual machine that has been registered with EC2 is called a managed instance. For more information about activations, see Setting Up Managed Instances (Linux) or Setting Up Managed Instances (Windows) in the Amazon EC2 User Guide.

CreateActivationAsync ( CreateActivationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateActivation operation.

CreateAssociation ( CreateAssociationRequest request ) : CreateAssociationResponse

Associates the specified SSM document with the specified instances or targets.

When you associate an SSM document with one or more instances using instance IDs or tags, the 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 throws the AssociationAlreadyExists exception.

CreateAssociation ( string instanceId, string name ) : CreateAssociationResponse

Associates the specified SSM document with the specified instances or targets.

When you associate an SSM document with one or more instances using instance IDs or tags, the 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 throws the AssociationAlreadyExists exception.

CreateAssociationAsync ( CreateAssociationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateAssociation operation.

CreateAssociationAsync ( string instanceId, string name, System cancellationToken = default(CancellationToken) ) : Task

Associates the specified SSM document with the specified instances or targets.

When you associate an SSM document with one or more instances using instance IDs or tags, the 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 throws the AssociationAlreadyExists exception.

CreateAssociationBatch ( CreateAssociationBatchRequest request ) : CreateAssociationBatchResponse

Associates the specified SSM document with the specified instances or targets.

When you associate an SSM document with one or more instances using instance IDs or tags, the 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 throws the AssociationAlreadyExists exception.

CreateAssociationBatchAsync ( CreateAssociationBatchRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateAssociationBatch operation.

CreateDocument ( CreateDocumentRequest request ) : CreateDocumentResponse

Creates an SSM document.

After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.

CreateDocument ( string content, string name ) : CreateDocumentResponse

Creates an SSM document.

After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.

CreateDocumentAsync ( CreateDocumentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDocument operation.

CreateDocumentAsync ( string content, string name, System cancellationToken = default(CancellationToken) ) : Task

Creates an SSM document.

After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.

CreateMaintenanceWindow ( CreateMaintenanceWindowRequest request ) : CreateMaintenanceWindowResponse

Creates a new Maintenance Window.

CreateMaintenanceWindowAsync ( CreateMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateMaintenanceWindow operation.

CreatePatchBaseline ( CreatePatchBaselineRequest request ) : CreatePatchBaselineResponse

Creates a patch baseline.

CreatePatchBaselineAsync ( CreatePatchBaselineRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreatePatchBaseline operation.

DeleteActivation ( DeleteActivationRequest request ) : DeleteActivationResponse

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.

DeleteActivationAsync ( DeleteActivationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteActivation operation.

DeleteAssociation ( DeleteAssociationRequest request ) : DeleteAssociationResponse

Disassociates the specified SSM document from the specified instance.

When you disassociate an SSM 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.

DeleteAssociation ( string instanceId, string name ) : DeleteAssociationResponse

Disassociates the specified SSM document from the specified instance.

When you disassociate an SSM 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.

DeleteAssociationAsync ( DeleteAssociationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteAssociation operation.

DeleteAssociationAsync ( string instanceId, string name, System cancellationToken = default(CancellationToken) ) : Task

Disassociates the specified SSM document from the specified instance.

When you disassociate an SSM 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.

DeleteDocument ( Amazon.SimpleSystemsManagement.Model.DeleteDocumentRequest request ) : DeleteDocumentResponse

Deletes the SSM document and all instance associations to the document.

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

DeleteDocument ( string name ) : DeleteDocumentResponse

Deletes the SSM document and all instance associations to the document.

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

DeleteDocumentAsync ( Amazon.SimpleSystemsManagement.Model.DeleteDocumentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDocument operation.

DeleteDocumentAsync ( string name, System cancellationToken = default(CancellationToken) ) : Task

Deletes the SSM document and all instance associations to the document.

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

DeleteMaintenanceWindow ( DeleteMaintenanceWindowRequest request ) : DeleteMaintenanceWindowResponse

Deletes a Maintenance Window.

DeleteMaintenanceWindowAsync ( DeleteMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteMaintenanceWindow operation.

DeleteParameter ( DeleteParameterRequest request ) : DeleteParameterResponse

Delete a parameter from the system.

DeleteParameterAsync ( DeleteParameterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteParameter operation.

DeletePatchBaseline ( DeletePatchBaselineRequest request ) : DeletePatchBaselineResponse

Deletes a patch baseline.

DeletePatchBaselineAsync ( DeletePatchBaselineRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeletePatchBaseline operation.

DeregisterManagedInstance ( DeregisterManagedInstanceRequest request ) : DeregisterManagedInstanceResponse

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 the SSM agent first.

DeregisterManagedInstanceAsync ( DeregisterManagedInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterManagedInstance operation.

DeregisterPatchBaselineForPatchGroup ( DeregisterPatchBaselineForPatchGroupRequest request ) : DeregisterPatchBaselineForPatchGroupResponse

Removes a patch group from a patch baseline.

DeregisterPatchBaselineForPatchGroupAsync ( DeregisterPatchBaselineForPatchGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterPatchBaselineForPatchGroup operation.

DeregisterTargetFromMaintenanceWindow ( DeregisterTargetFromMaintenanceWindowRequest request ) : DeregisterTargetFromMaintenanceWindowResponse

Removes a target from a Maintenance Window.

DeregisterTargetFromMaintenanceWindowAsync ( DeregisterTargetFromMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterTargetFromMaintenanceWindow operation.

DeregisterTaskFromMaintenanceWindow ( DeregisterTaskFromMaintenanceWindowRequest request ) : DeregisterTaskFromMaintenanceWindowResponse

Removes a task from a Maintenance Window.

DeregisterTaskFromMaintenanceWindowAsync ( DeregisterTaskFromMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterTaskFromMaintenanceWindow operation.

DescribeActivations ( DescribeActivationsRequest request ) : DescribeActivationsResponse

Details about the activation, including: the date and time the activation was created, the expiration date, the IAM role assigned to the instances in the activation, and the number of instances activated by this registration.

DescribeActivationsAsync ( DescribeActivationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeActivations operation.

DescribeAssociation ( DescribeAssociationRequest request ) : DescribeAssociationResponse

Describes the associations for the specified SSM document or instance.

DescribeAssociation ( string instanceId, string name ) : DescribeAssociationResponse

Describes the associations for the specified SSM document or instance.

DescribeAssociationAsync ( DescribeAssociationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAssociation operation.

DescribeAssociationAsync ( string instanceId, string name, System cancellationToken = default(CancellationToken) ) : Task

Describes the associations for the specified SSM document or instance.

DescribeAutomationExecutions ( DescribeAutomationExecutionsRequest request ) : DescribeAutomationExecutionsResponse

Provides details about all active and terminated Automation executions.

DescribeAutomationExecutionsAsync ( DescribeAutomationExecutionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAutomationExecutions operation.

DescribeAvailablePatches ( DescribeAvailablePatchesRequest request ) : DescribeAvailablePatchesResponse

Lists all patches that could possibly be included in a patch baseline.

DescribeAvailablePatchesAsync ( DescribeAvailablePatchesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAvailablePatches operation.

DescribeDocument ( DescribeDocumentRequest request ) : DescribeDocumentResponse

Describes the specified SSM document.

DescribeDocument ( string name ) : DescribeDocumentResponse

Describes the specified SSM document.

DescribeDocumentAsync ( DescribeDocumentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDocument operation.

DescribeDocumentAsync ( string name, System cancellationToken = default(CancellationToken) ) : Task

Describes the specified SSM document.

DescribeDocumentPermission ( DescribeDocumentPermissionRequest request ) : DescribeDocumentPermissionResponse

Describes the permissions for an SSM 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).

DescribeDocumentPermissionAsync ( DescribeDocumentPermissionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDocumentPermission operation.

DescribeEffectiveInstanceAssociations ( DescribeEffectiveInstanceAssociationsRequest request ) : DescribeEffectiveInstanceAssociationsResponse

All associations for the instance(s).

DescribeEffectiveInstanceAssociationsAsync ( DescribeEffectiveInstanceAssociationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEffectiveInstanceAssociations operation.

DescribeEffectivePatchesForPatchBaseline ( DescribeEffectivePatchesForPatchBaselineRequest request ) : DescribeEffectivePatchesForPatchBaselineResponse

Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.

DescribeEffectivePatchesForPatchBaselineAsync ( DescribeEffectivePatchesForPatchBaselineRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEffectivePatchesForPatchBaseline operation.

DescribeInstanceAssociationsStatus ( DescribeInstanceAssociationsStatusRequest request ) : DescribeInstanceAssociationsStatusResponse

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

DescribeInstanceAssociationsStatusAsync ( DescribeInstanceAssociationsStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeInstanceAssociationsStatus operation.

DescribeInstanceInformation ( ) : DescribeInstanceInformationResponse

Describes one or more of your instances. You can use this to get information about instances like the operating system platform, the SSM agent version (Linux), status etc. 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.

DescribeInstanceInformation ( DescribeInstanceInformationRequest request ) : DescribeInstanceInformationResponse

Describes one or more of your instances. You can use this to get information about instances like the operating system platform, the SSM agent version (Linux), status etc. 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.

DescribeInstanceInformationAsync ( DescribeInstanceInformationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeInstanceInformation operation.

DescribeInstanceInformationAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your instances. You can use this to get information about instances like the operating system platform, the SSM agent version (Linux), status etc. 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.

DescribeInstancePatchStates ( DescribeInstancePatchStatesRequest request ) : DescribeInstancePatchStatesResponse

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

DescribeInstancePatchStatesAsync ( DescribeInstancePatchStatesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeInstancePatchStates operation.

DescribeInstancePatchStatesForPatchGroup ( DescribeInstancePatchStatesForPatchGroupRequest request ) : DescribeInstancePatchStatesForPatchGroupResponse

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

DescribeInstancePatchStatesForPatchGroupAsync ( DescribeInstancePatchStatesForPatchGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeInstancePatchStatesForPatchGroup operation.

DescribeInstancePatches ( DescribeInstancePatchesRequest request ) : DescribeInstancePatchesResponse

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

DescribeInstancePatchesAsync ( DescribeInstancePatchesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeInstancePatches operation.

DescribeMaintenanceWindowExecutionTaskInvocations ( DescribeMaintenanceWindowExecutionTaskInvocationsRequest request ) : DescribeMaintenanceWindowExecutionTaskInvocationsResponse

Retrieves the individual task executions (one per target) for a particular task executed as part of a Maintenance Window execution.

DescribeMaintenanceWindowExecutionTaskInvocationsAsync ( DescribeMaintenanceWindowExecutionTaskInvocationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeMaintenanceWindowExecutionTaskInvocations operation.

DescribeMaintenanceWindowExecutionTasks ( DescribeMaintenanceWindowExecutionTasksRequest request ) : DescribeMaintenanceWindowExecutionTasksResponse

For a given Maintenance Window execution, lists the tasks that were executed.

DescribeMaintenanceWindowExecutionTasksAsync ( DescribeMaintenanceWindowExecutionTasksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeMaintenanceWindowExecutionTasks operation.

DescribeMaintenanceWindowExecutions ( DescribeMaintenanceWindowExecutionsRequest request ) : DescribeMaintenanceWindowExecutionsResponse

Lists the executions of a Maintenance Window (meaning, information about when the Maintenance Window was scheduled to be active and information about tasks registered and run with the Maintenance Window).

DescribeMaintenanceWindowExecutionsAsync ( DescribeMaintenanceWindowExecutionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeMaintenanceWindowExecutions operation.

DescribeMaintenanceWindowTargets ( DescribeMaintenanceWindowTargetsRequest request ) : DescribeMaintenanceWindowTargetsResponse

Lists the targets registered with the Maintenance Window.

DescribeMaintenanceWindowTargetsAsync ( DescribeMaintenanceWindowTargetsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeMaintenanceWindowTargets operation.

DescribeMaintenanceWindowTasks ( DescribeMaintenanceWindowTasksRequest request ) : DescribeMaintenanceWindowTasksResponse

Lists the tasks in a Maintenance Window.

DescribeMaintenanceWindowTasksAsync ( DescribeMaintenanceWindowTasksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeMaintenanceWindowTasks operation.

DescribeMaintenanceWindows ( DescribeMaintenanceWindowsRequest request ) : DescribeMaintenanceWindowsResponse

Retrieves the Maintenance Windows in an AWS account.

DescribeMaintenanceWindowsAsync ( DescribeMaintenanceWindowsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeMaintenanceWindows operation.

DescribeParameters ( DescribeParametersRequest request ) : DescribeParametersResponse

Get information about a parameter.

DescribeParametersAsync ( DescribeParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeParameters operation.

DescribePatchBaselines ( DescribePatchBaselinesRequest request ) : DescribePatchBaselinesResponse

Lists the patch baselines in your AWS account.

DescribePatchBaselinesAsync ( DescribePatchBaselinesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribePatchBaselines operation.

DescribePatchGroupState ( DescribePatchGroupStateRequest request ) : DescribePatchGroupStateResponse

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

DescribePatchGroupStateAsync ( DescribePatchGroupStateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribePatchGroupState operation.

DescribePatchGroups ( DescribePatchGroupsRequest request ) : DescribePatchGroupsResponse

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

DescribePatchGroupsAsync ( DescribePatchGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribePatchGroups operation.

EndAddTagsToResource ( IAsyncResult asyncResult ) : AddTagsToResourceResponse

Finishes the asynchronous execution of the AddTagsToResource operation.

EndCancelCommand ( IAsyncResult asyncResult ) : CancelCommandResponse

Finishes the asynchronous execution of the CancelCommand operation.

EndCreateActivation ( IAsyncResult asyncResult ) : CreateActivationResponse

Finishes the asynchronous execution of the CreateActivation operation.

EndCreateAssociation ( IAsyncResult asyncResult ) : CreateAssociationResponse

Finishes the asynchronous execution of the CreateAssociation operation.

EndCreateAssociationBatch ( IAsyncResult asyncResult ) : CreateAssociationBatchResponse

Finishes the asynchronous execution of the CreateAssociationBatch operation.

EndCreateDocument ( IAsyncResult asyncResult ) : CreateDocumentResponse

Finishes the asynchronous execution of the CreateDocument operation.

EndCreateMaintenanceWindow ( IAsyncResult asyncResult ) : CreateMaintenanceWindowResponse

Finishes the asynchronous execution of the CreateMaintenanceWindow operation.

EndCreatePatchBaseline ( IAsyncResult asyncResult ) : CreatePatchBaselineResponse

Finishes the asynchronous execution of the CreatePatchBaseline operation.

EndDeleteActivation ( IAsyncResult asyncResult ) : DeleteActivationResponse

Finishes the asynchronous execution of the DeleteActivation operation.

EndDeleteAssociation ( IAsyncResult asyncResult ) : DeleteAssociationResponse

Finishes the asynchronous execution of the DeleteAssociation operation.

EndDeleteDocument ( IAsyncResult asyncResult ) : DeleteDocumentResponse

Finishes the asynchronous execution of the DeleteDocument operation.

EndDeleteMaintenanceWindow ( IAsyncResult asyncResult ) : DeleteMaintenanceWindowResponse

Finishes the asynchronous execution of the DeleteMaintenanceWindow operation.

EndDeleteParameter ( IAsyncResult asyncResult ) : DeleteParameterResponse

Finishes the asynchronous execution of the DeleteParameter operation.

EndDeletePatchBaseline ( IAsyncResult asyncResult ) : DeletePatchBaselineResponse

Finishes the asynchronous execution of the DeletePatchBaseline operation.

EndDeregisterManagedInstance ( IAsyncResult asyncResult ) : DeregisterManagedInstanceResponse

Finishes the asynchronous execution of the DeregisterManagedInstance operation.

EndDeregisterPatchBaselineForPatchGroup ( IAsyncResult asyncResult ) : DeregisterPatchBaselineForPatchGroupResponse

Finishes the asynchronous execution of the DeregisterPatchBaselineForPatchGroup operation.

EndDeregisterTargetFromMaintenanceWindow ( IAsyncResult asyncResult ) : DeregisterTargetFromMaintenanceWindowResponse

Finishes the asynchronous execution of the DeregisterTargetFromMaintenanceWindow operation.

EndDeregisterTaskFromMaintenanceWindow ( IAsyncResult asyncResult ) : DeregisterTaskFromMaintenanceWindowResponse

Finishes the asynchronous execution of the DeregisterTaskFromMaintenanceWindow operation.

EndDescribeActivations ( IAsyncResult asyncResult ) : DescribeActivationsResponse

Finishes the asynchronous execution of the DescribeActivations operation.

EndDescribeAssociation ( IAsyncResult asyncResult ) : DescribeAssociationResponse

Finishes the asynchronous execution of the DescribeAssociation operation.

EndDescribeAutomationExecutions ( IAsyncResult asyncResult ) : DescribeAutomationExecutionsResponse

Finishes the asynchronous execution of the DescribeAutomationExecutions operation.

EndDescribeAvailablePatches ( IAsyncResult asyncResult ) : DescribeAvailablePatchesResponse

Finishes the asynchronous execution of the DescribeAvailablePatches operation.

EndDescribeDocument ( IAsyncResult asyncResult ) : DescribeDocumentResponse

Finishes the asynchronous execution of the DescribeDocument operation.

EndDescribeDocumentPermission ( IAsyncResult asyncResult ) : DescribeDocumentPermissionResponse

Finishes the asynchronous execution of the DescribeDocumentPermission operation.

EndDescribeEffectiveInstanceAssociations ( IAsyncResult asyncResult ) : DescribeEffectiveInstanceAssociationsResponse

Finishes the asynchronous execution of the DescribeEffectiveInstanceAssociations operation.

EndDescribeEffectivePatchesForPatchBaseline ( IAsyncResult asyncResult ) : DescribeEffectivePatchesForPatchBaselineResponse

Finishes the asynchronous execution of the DescribeEffectivePatchesForPatchBaseline operation.

EndDescribeInstanceAssociationsStatus ( IAsyncResult asyncResult ) : DescribeInstanceAssociationsStatusResponse

Finishes the asynchronous execution of the DescribeInstanceAssociationsStatus operation.

EndDescribeInstanceInformation ( IAsyncResult asyncResult ) : DescribeInstanceInformationResponse

Finishes the asynchronous execution of the DescribeInstanceInformation operation.

EndDescribeInstancePatchStates ( IAsyncResult asyncResult ) : DescribeInstancePatchStatesResponse

Finishes the asynchronous execution of the DescribeInstancePatchStates operation.

EndDescribeInstancePatchStatesForPatchGroup ( IAsyncResult asyncResult ) : DescribeInstancePatchStatesForPatchGroupResponse

Finishes the asynchronous execution of the DescribeInstancePatchStatesForPatchGroup operation.

EndDescribeInstancePatches ( IAsyncResult asyncResult ) : DescribeInstancePatchesResponse

Finishes the asynchronous execution of the DescribeInstancePatches operation.

EndDescribeMaintenanceWindowExecutionTaskInvocations ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowExecutionTaskInvocationsResponse

Finishes the asynchronous execution of the DescribeMaintenanceWindowExecutionTaskInvocations operation.

EndDescribeMaintenanceWindowExecutionTasks ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowExecutionTasksResponse

Finishes the asynchronous execution of the DescribeMaintenanceWindowExecutionTasks operation.

EndDescribeMaintenanceWindowExecutions ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowExecutionsResponse

Finishes the asynchronous execution of the DescribeMaintenanceWindowExecutions operation.

EndDescribeMaintenanceWindowTargets ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowTargetsResponse

Finishes the asynchronous execution of the DescribeMaintenanceWindowTargets operation.

EndDescribeMaintenanceWindowTasks ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowTasksResponse

Finishes the asynchronous execution of the DescribeMaintenanceWindowTasks operation.

EndDescribeMaintenanceWindows ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowsResponse

Finishes the asynchronous execution of the DescribeMaintenanceWindows operation.

EndDescribeParameters ( IAsyncResult asyncResult ) : DescribeParametersResponse

Finishes the asynchronous execution of the DescribeParameters operation.

EndDescribePatchBaselines ( IAsyncResult asyncResult ) : DescribePatchBaselinesResponse

Finishes the asynchronous execution of the DescribePatchBaselines operation.

EndDescribePatchGroupState ( IAsyncResult asyncResult ) : DescribePatchGroupStateResponse

Finishes the asynchronous execution of the DescribePatchGroupState operation.

EndDescribePatchGroups ( IAsyncResult asyncResult ) : DescribePatchGroupsResponse

Finishes the asynchronous execution of the DescribePatchGroups operation.

EndGetAutomationExecution ( IAsyncResult asyncResult ) : GetAutomationExecutionResponse

Finishes the asynchronous execution of the GetAutomationExecution operation.

EndGetCommandInvocation ( IAsyncResult asyncResult ) : GetCommandInvocationResponse

Finishes the asynchronous execution of the GetCommandInvocation operation.

EndGetDefaultPatchBaseline ( IAsyncResult asyncResult ) : GetDefaultPatchBaselineResponse

Finishes the asynchronous execution of the GetDefaultPatchBaseline operation.

EndGetDeployablePatchSnapshotForInstance ( IAsyncResult asyncResult ) : GetDeployablePatchSnapshotForInstanceResponse

Finishes the asynchronous execution of the GetDeployablePatchSnapshotForInstance operation.

EndGetDocument ( IAsyncResult asyncResult ) : GetDocumentResponse

Finishes the asynchronous execution of the GetDocument operation.

EndGetInventory ( IAsyncResult asyncResult ) : GetInventoryResponse

Finishes the asynchronous execution of the GetInventory operation.

EndGetInventorySchema ( IAsyncResult asyncResult ) : GetInventorySchemaResponse

Finishes the asynchronous execution of the GetInventorySchema operation.

EndGetMaintenanceWindow ( IAsyncResult asyncResult ) : GetMaintenanceWindowResponse

Finishes the asynchronous execution of the GetMaintenanceWindow operation.

EndGetMaintenanceWindowExecution ( IAsyncResult asyncResult ) : GetMaintenanceWindowExecutionResponse

Finishes the asynchronous execution of the GetMaintenanceWindowExecution operation.

EndGetMaintenanceWindowExecutionTask ( IAsyncResult asyncResult ) : GetMaintenanceWindowExecutionTaskResponse

Finishes the asynchronous execution of the GetMaintenanceWindowExecutionTask operation.

EndGetParameterHistory ( IAsyncResult asyncResult ) : GetParameterHistoryResponse

Finishes the asynchronous execution of the GetParameterHistory operation.

EndGetParameters ( IAsyncResult asyncResult ) : GetParametersResponse

Finishes the asynchronous execution of the GetParameters operation.

EndGetPatchBaseline ( IAsyncResult asyncResult ) : GetPatchBaselineResponse

Finishes the asynchronous execution of the GetPatchBaseline operation.

EndGetPatchBaselineForPatchGroup ( IAsyncResult asyncResult ) : GetPatchBaselineForPatchGroupResponse

Finishes the asynchronous execution of the GetPatchBaselineForPatchGroup operation.

EndListAssociations ( IAsyncResult asyncResult ) : ListAssociationsResponse

Finishes the asynchronous execution of the ListAssociations operation.

EndListCommandInvocations ( IAsyncResult asyncResult ) : ListCommandInvocationsResponse

Finishes the asynchronous execution of the ListCommandInvocations operation.

EndListCommands ( IAsyncResult asyncResult ) : ListCommandsResponse

Finishes the asynchronous execution of the ListCommands operation.

EndListDocumentVersions ( IAsyncResult asyncResult ) : ListDocumentVersionsResponse

Finishes the asynchronous execution of the ListDocumentVersions operation.

EndListDocuments ( IAsyncResult asyncResult ) : ListDocumentsResponse

Finishes the asynchronous execution of the ListDocuments operation.

EndListInventoryEntries ( IAsyncResult asyncResult ) : ListInventoryEntriesResponse

Finishes the asynchronous execution of the ListInventoryEntries operation.

EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse

Finishes the asynchronous execution of the ListTagsForResource operation.

EndModifyDocumentPermission ( IAsyncResult asyncResult ) : ModifyDocumentPermissionResponse

Finishes the asynchronous execution of the ModifyDocumentPermission operation.

EndPutInventory ( IAsyncResult asyncResult ) : PutInventoryResponse

Finishes the asynchronous execution of the PutInventory operation.

EndPutParameter ( IAsyncResult asyncResult ) : PutParameterResponse

Finishes the asynchronous execution of the PutParameter operation.

EndRegisterDefaultPatchBaseline ( IAsyncResult asyncResult ) : RegisterDefaultPatchBaselineResponse

Finishes the asynchronous execution of the RegisterDefaultPatchBaseline operation.

EndRegisterPatchBaselineForPatchGroup ( IAsyncResult asyncResult ) : RegisterPatchBaselineForPatchGroupResponse

Finishes the asynchronous execution of the RegisterPatchBaselineForPatchGroup operation.

EndRegisterTargetWithMaintenanceWindow ( IAsyncResult asyncResult ) : RegisterTargetWithMaintenanceWindowResponse

Finishes the asynchronous execution of the RegisterTargetWithMaintenanceWindow operation.

EndRegisterTaskWithMaintenanceWindow ( IAsyncResult asyncResult ) : RegisterTaskWithMaintenanceWindowResponse

Finishes the asynchronous execution of the RegisterTaskWithMaintenanceWindow operation.

EndRemoveTagsFromResource ( IAsyncResult asyncResult ) : RemoveTagsFromResourceResponse

Finishes the asynchronous execution of the RemoveTagsFromResource operation.

EndSendCommand ( IAsyncResult asyncResult ) : SendCommandResponse

Finishes the asynchronous execution of the SendCommand operation.

EndStartAutomationExecution ( IAsyncResult asyncResult ) : StartAutomationExecutionResponse

Finishes the asynchronous execution of the StartAutomationExecution operation.

EndStopAutomationExecution ( IAsyncResult asyncResult ) : StopAutomationExecutionResponse

Finishes the asynchronous execution of the StopAutomationExecution operation.

EndUpdateAssociation ( IAsyncResult asyncResult ) : UpdateAssociationResponse

Finishes the asynchronous execution of the UpdateAssociation operation.

EndUpdateAssociationStatus ( IAsyncResult asyncResult ) : UpdateAssociationStatusResponse

Finishes the asynchronous execution of the UpdateAssociationStatus operation.

EndUpdateDocument ( IAsyncResult asyncResult ) : UpdateDocumentResponse

Finishes the asynchronous execution of the UpdateDocument operation.

EndUpdateDocumentDefaultVersion ( IAsyncResult asyncResult ) : UpdateDocumentDefaultVersionResponse

Finishes the asynchronous execution of the UpdateDocumentDefaultVersion operation.

EndUpdateMaintenanceWindow ( IAsyncResult asyncResult ) : UpdateMaintenanceWindowResponse

Finishes the asynchronous execution of the UpdateMaintenanceWindow operation.

EndUpdateManagedInstanceRole ( IAsyncResult asyncResult ) : UpdateManagedInstanceRoleResponse

Finishes the asynchronous execution of the UpdateManagedInstanceRole operation.

EndUpdatePatchBaseline ( IAsyncResult asyncResult ) : UpdatePatchBaselineResponse

Finishes the asynchronous execution of the UpdatePatchBaseline operation.

GetAutomationExecution ( GetAutomationExecutionRequest request ) : GetAutomationExecutionResponse

Get detailed information about a particular Automation execution.

GetAutomationExecutionAsync ( GetAutomationExecutionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetAutomationExecution operation.

GetCommandInvocation ( GetCommandInvocationRequest request ) : GetCommandInvocationResponse

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

GetCommandInvocationAsync ( GetCommandInvocationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetCommandInvocation operation.

GetDefaultPatchBaseline ( GetDefaultPatchBaselineRequest request ) : GetDefaultPatchBaselineResponse

Retrieves the default patch baseline.

GetDefaultPatchBaselineAsync ( GetDefaultPatchBaselineRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDefaultPatchBaseline operation.

GetDeployablePatchSnapshotForInstance ( GetDeployablePatchSnapshotForInstanceRequest request ) : GetDeployablePatchSnapshotForInstanceResponse

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

GetDeployablePatchSnapshotForInstanceAsync ( GetDeployablePatchSnapshotForInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDeployablePatchSnapshotForInstance operation.

GetDocument ( GetDocumentRequest request ) : GetDocumentResponse

Gets the contents of the specified SSM document.

GetDocument ( string name ) : GetDocumentResponse

Gets the contents of the specified SSM document.

GetDocumentAsync ( GetDocumentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDocument operation.

GetDocumentAsync ( string name, System cancellationToken = default(CancellationToken) ) : Task

Gets the contents of the specified SSM document.

GetInventory ( GetInventoryRequest request ) : GetInventoryResponse

Query inventory information.

GetInventoryAsync ( GetInventoryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetInventory operation.

GetInventorySchema ( GetInventorySchemaRequest request ) : GetInventorySchemaResponse

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

GetInventorySchemaAsync ( GetInventorySchemaRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetInventorySchema operation.

GetMaintenanceWindow ( GetMaintenanceWindowRequest request ) : GetMaintenanceWindowResponse

Retrieves a Maintenance Window.

GetMaintenanceWindowAsync ( GetMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetMaintenanceWindow operation.

GetMaintenanceWindowExecution ( GetMaintenanceWindowExecutionRequest request ) : GetMaintenanceWindowExecutionResponse

Retrieves details about a specific task executed as part of a Maintenance Window execution.

GetMaintenanceWindowExecutionAsync ( GetMaintenanceWindowExecutionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetMaintenanceWindowExecution operation.

GetMaintenanceWindowExecutionTask ( GetMaintenanceWindowExecutionTaskRequest request ) : GetMaintenanceWindowExecutionTaskResponse

Retrieves the details about a specific task executed as part of a Maintenance Window execution.

GetMaintenanceWindowExecutionTaskAsync ( GetMaintenanceWindowExecutionTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetMaintenanceWindowExecutionTask operation.

GetParameterHistory ( GetParameterHistoryRequest request ) : GetParameterHistoryResponse

Query a list of all parameters used by the AWS account.

GetParameterHistoryAsync ( GetParameterHistoryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetParameterHistory operation.

GetParameters ( GetParametersRequest request ) : GetParametersResponse

Get a list of parameters used by the AWS account.>

GetParametersAsync ( GetParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetParameters operation.

GetPatchBaseline ( GetPatchBaselineRequest request ) : GetPatchBaselineResponse

Retrieves information about a patch baseline.

GetPatchBaselineAsync ( GetPatchBaselineRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetPatchBaseline operation.

GetPatchBaselineForPatchGroup ( GetPatchBaselineForPatchGroupRequest request ) : GetPatchBaselineForPatchGroupResponse

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

GetPatchBaselineForPatchGroupAsync ( GetPatchBaselineForPatchGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetPatchBaselineForPatchGroup operation.

ListAssociations ( Amazon.SimpleSystemsManagement.Model.ListAssociationsRequest request ) : ListAssociationsResponse

Lists the associations for the specified SSM document or instance.

ListAssociationsAsync ( Amazon.SimpleSystemsManagement.Model.ListAssociationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListAssociations operation.

ListCommandInvocations ( ) : ListCommandInvocationsResponse

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 executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.

ListCommandInvocations ( ListCommandInvocationsRequest request ) : ListCommandInvocationsResponse

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 executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.

ListCommandInvocations ( string commandId ) : ListCommandInvocationsResponse

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 executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.

ListCommandInvocationsAsync ( ListCommandInvocationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListCommandInvocations operation.

ListCommandInvocationsAsync ( System cancellationToken = default(CancellationToken) ) : Task

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 executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.

ListCommandInvocationsAsync ( string commandId, System cancellationToken = default(CancellationToken) ) : Task

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 executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.

ListCommands ( ) : ListCommandsResponse

Lists the commands requested by users of the AWS account.

ListCommands ( ListCommandsRequest request ) : ListCommandsResponse

Lists the commands requested by users of the AWS account.

ListCommands ( string commandId ) : ListCommandsResponse

Lists the commands requested by users of the AWS account.

ListCommandsAsync ( ListCommandsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListCommands operation.

ListCommandsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Lists the commands requested by users of the AWS account.

ListCommandsAsync ( string commandId, System cancellationToken = default(CancellationToken) ) : Task

Lists the commands requested by users of the AWS account.

ListDocumentVersions ( ListDocumentVersionsRequest request ) : ListDocumentVersionsResponse

List all versions for a document.

ListDocumentVersionsAsync ( ListDocumentVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListDocumentVersions operation.

ListDocuments ( ) : ListDocumentsResponse

Describes one or more of your SSM documents.

ListDocuments ( Amazon.SimpleSystemsManagement.Model.ListDocumentsRequest request ) : ListDocumentsResponse

Describes one or more of your SSM documents.

ListDocumentsAsync ( Amazon.SimpleSystemsManagement.Model.ListDocumentsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListDocuments operation.

ListDocumentsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your SSM documents.

ListInventoryEntries ( ListInventoryEntriesRequest request ) : ListInventoryEntriesResponse

A list of inventory items returned by the request.

ListInventoryEntriesAsync ( ListInventoryEntriesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListInventoryEntries operation.

ListTagsForResource ( ListTagsForResourceRequest request ) : ListTagsForResourceResponse

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

ListTagsForResourceAsync ( ListTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTagsForResource operation.

ModifyDocumentPermission ( ModifyDocumentPermissionRequest request ) : ModifyDocumentPermissionResponse

Share a 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.

ModifyDocumentPermissionAsync ( ModifyDocumentPermissionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyDocumentPermission operation.

PutInventory ( PutInventoryRequest request ) : PutInventoryResponse

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.

PutInventoryAsync ( PutInventoryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PutInventory operation.

PutParameter ( PutParameterRequest request ) : PutParameterResponse

Add one or more paramaters to the system.

PutParameterAsync ( PutParameterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PutParameter operation.

RegisterDefaultPatchBaseline ( RegisterDefaultPatchBaselineRequest request ) : RegisterDefaultPatchBaselineResponse

Defines the default patch baseline.

RegisterDefaultPatchBaselineAsync ( RegisterDefaultPatchBaselineRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterDefaultPatchBaseline operation.

RegisterPatchBaselineForPatchGroup ( RegisterPatchBaselineForPatchGroupRequest request ) : RegisterPatchBaselineForPatchGroupResponse

Registers a patch baseline for a patch group.

RegisterPatchBaselineForPatchGroupAsync ( RegisterPatchBaselineForPatchGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterPatchBaselineForPatchGroup operation.

RegisterTargetWithMaintenanceWindow ( RegisterTargetWithMaintenanceWindowRequest request ) : RegisterTargetWithMaintenanceWindowResponse

Registers a target with a Maintenance Window.

RegisterTargetWithMaintenanceWindowAsync ( RegisterTargetWithMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterTargetWithMaintenanceWindow operation.

RegisterTaskWithMaintenanceWindow ( RegisterTaskWithMaintenanceWindowRequest request ) : RegisterTaskWithMaintenanceWindowResponse

Adds a new task to a Maintenance Window.

RegisterTaskWithMaintenanceWindowAsync ( RegisterTaskWithMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterTaskWithMaintenanceWindow operation.

RemoveTagsFromResource ( RemoveTagsFromResourceRequest request ) : RemoveTagsFromResourceResponse

Removes all tags from the specified resource.

RemoveTagsFromResourceAsync ( RemoveTagsFromResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RemoveTagsFromResource operation.

SendCommand ( SendCommandRequest request ) : SendCommandResponse

Executes commands on one or more remote instances.

SendCommand ( string documentName, List instanceIds ) : SendCommandResponse

Executes commands on one or more remote instances.

SendCommandAsync ( SendCommandRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SendCommand operation.

SendCommandAsync ( string documentName, List instanceIds, System cancellationToken = default(CancellationToken) ) : Task

Executes commands on one or more remote instances.

StartAutomationExecution ( StartAutomationExecutionRequest request ) : StartAutomationExecutionResponse

Initiates execution of an Automation document.

StartAutomationExecutionAsync ( StartAutomationExecutionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartAutomationExecution operation.

StopAutomationExecution ( StopAutomationExecutionRequest request ) : StopAutomationExecutionResponse

Stop an Automation that is currently executing.

StopAutomationExecutionAsync ( StopAutomationExecutionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopAutomationExecution operation.

UpdateAssociation ( UpdateAssociationRequest request ) : UpdateAssociationResponse

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

UpdateAssociationAsync ( UpdateAssociationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateAssociation operation.

UpdateAssociationStatus ( Amazon.SimpleSystemsManagement.Model.UpdateAssociationStatusRequest request ) : UpdateAssociationStatusResponse

Updates the status of the SSM document associated with the specified instance.

UpdateAssociationStatusAsync ( Amazon.SimpleSystemsManagement.Model.UpdateAssociationStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateAssociationStatus operation.

UpdateDocument ( UpdateDocumentRequest request ) : UpdateDocumentResponse

The document you want to update.

UpdateDocumentAsync ( UpdateDocumentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateDocument operation.

UpdateDocumentDefaultVersion ( UpdateDocumentDefaultVersionRequest request ) : UpdateDocumentDefaultVersionResponse

Set the default version of a document.

UpdateDocumentDefaultVersionAsync ( UpdateDocumentDefaultVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateDocumentDefaultVersion operation.

UpdateMaintenanceWindow ( UpdateMaintenanceWindowRequest request ) : UpdateMaintenanceWindowResponse

Updates an existing Maintenance Window. Only specified parameters are modified.

UpdateMaintenanceWindowAsync ( UpdateMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateMaintenanceWindow operation.

UpdateManagedInstanceRole ( UpdateManagedInstanceRoleRequest request ) : UpdateManagedInstanceRoleResponse

Assigns or changes an Amazon Identity and Access Management (IAM) role to the managed instance.

UpdateManagedInstanceRoleAsync ( UpdateManagedInstanceRoleRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateManagedInstanceRole operation.

UpdatePatchBaseline ( UpdatePatchBaselineRequest request ) : UpdatePatchBaselineResponse

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

UpdatePatchBaselineAsync ( UpdatePatchBaselineRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdatePatchBaseline operation.

Méthodes protégées

Méthode Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Method Details

AddTagsToResource() public méthode

Adds or overwrites one or more tags for the specified resource. Tags are metadata that you assign to your managed instances. Tags enable you to categorize your managed instances 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 10 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 Amazon EC2 and are interpreted strictly as a string of characters.

For more information about tags, see Tagging Your Amazon EC2 Resources in the Amazon EC2 User Guide.

/// An error occurred on the server side. /// /// The resource ID is not valid. Verify that you entered the correct ID and try again. /// /// The resource type is not valid. If you are attempting to tag an instance, the instance /// must be a registered, managed instance. /// /// The Targets parameter includes too many tags. Remove one or more tags /// and try the command again. ///
public AddTagsToResource ( AddTagsToResourceRequest request ) : AddTagsToResourceResponse
request Amazon.SimpleSystemsManagement.Model.AddTagsToResourceRequest Container for the necessary parameters to execute the AddTagsToResource service method.
Résultat AddTagsToResourceResponse

AddTagsToResourceAsync() public méthode

Initiates the asynchronous execution of the AddTagsToResource operation.
public AddTagsToResourceAsync ( AddTagsToResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.AddTagsToResourceRequest Container for the necessary parameters to execute the AddTagsToResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

AmazonSimpleSystemsManagementClient() public méthode

Constructs AmazonSimpleSystemsManagementClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonSimpleSystemsManagementClient ( ) : System
Résultat System

AmazonSimpleSystemsManagementClient() public méthode

Constructs AmazonSimpleSystemsManagementClient with AWS Credentials
public AmazonSimpleSystemsManagementClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Résultat System

AmazonSimpleSystemsManagementClient() public méthode

Constructs AmazonSimpleSystemsManagementClient with AWS Credentials and an AmazonSimpleSystemsManagementClient Configuration object.
public AmazonSimpleSystemsManagementClient ( AWSCredentials credentials, AmazonSimpleSystemsManagementConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonSimpleSystemsManagementConfig The AmazonSimpleSystemsManagementClient Configuration Object
Résultat System

AmazonSimpleSystemsManagementClient() public méthode

Constructs AmazonSimpleSystemsManagementClient with AWS Credentials
public AmazonSimpleSystemsManagementClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Résultat System

AmazonSimpleSystemsManagementClient() public méthode

Constructs AmazonSimpleSystemsManagementClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonSimpleSystemsManagementClient ( AmazonSimpleSystemsManagementConfig config ) : System
config AmazonSimpleSystemsManagementConfig The AmazonSimpleSystemsManagementClient Configuration Object
Résultat System

AmazonSimpleSystemsManagementClient() public méthode

Constructs AmazonSimpleSystemsManagementClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonSimpleSystemsManagementClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
Résultat System

AmazonSimpleSystemsManagementClient() public méthode

Constructs AmazonSimpleSystemsManagementClient with AWS Access Key ID and AWS Secret Key
public AmazonSimpleSystemsManagementClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
Résultat System

AmazonSimpleSystemsManagementClient() public méthode

Constructs AmazonSimpleSystemsManagementClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleSystemsManagementClient Configuration object.
public AmazonSimpleSystemsManagementClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonSimpleSystemsManagementConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonSimpleSystemsManagementConfig The AmazonSimpleSystemsManagementClient Configuration Object
Résultat System

AmazonSimpleSystemsManagementClient() public méthode

Constructs AmazonSimpleSystemsManagementClient with AWS Access Key ID and AWS Secret Key
public AmazonSimpleSystemsManagementClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
Résultat System

AmazonSimpleSystemsManagementClient() public méthode

Constructs AmazonSimpleSystemsManagementClient with AWS Access Key ID and AWS Secret Key
public AmazonSimpleSystemsManagementClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
Résultat System

AmazonSimpleSystemsManagementClient() public méthode

Constructs AmazonSimpleSystemsManagementClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleSystemsManagementClient Configuration object.
public AmazonSimpleSystemsManagementClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonSimpleSystemsManagementConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonSimpleSystemsManagementConfig The AmazonSimpleSystemsManagementClient Configuration Object
Résultat System

AmazonSimpleSystemsManagementClient() public méthode

Constructs AmazonSimpleSystemsManagementClient with AWS Access Key ID and AWS Secret Key
public AmazonSimpleSystemsManagementClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
Résultat System

BeginAddTagsToResource() public méthode

Initiates the asynchronous execution of the AddTagsToResource operation.
public BeginAddTagsToResource ( AddTagsToResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.AddTagsToResourceRequest Container for the necessary parameters to execute the AddTagsToResource operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginCancelCommand() public méthode

Initiates the asynchronous execution of the CancelCommand operation.
public BeginCancelCommand ( CancelCommandRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.CancelCommandRequest Container for the necessary parameters to execute the CancelCommand operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginCreateActivation() public méthode

Initiates the asynchronous execution of the CreateActivation operation.
public BeginCreateActivation ( CreateActivationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.CreateActivationRequest Container for the necessary parameters to execute the CreateActivation operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginCreateAssociation() public méthode

Initiates the asynchronous execution of the CreateAssociation operation.
public BeginCreateAssociation ( CreateAssociationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.CreateAssociationRequest Container for the necessary parameters to execute the CreateAssociation operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginCreateAssociationBatch() public méthode

Initiates the asynchronous execution of the CreateAssociationBatch operation.
public BeginCreateAssociationBatch ( CreateAssociationBatchRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.CreateAssociationBatchRequest Container for the necessary parameters to execute the CreateAssociationBatch operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginCreateDocument() public méthode

Initiates the asynchronous execution of the CreateDocument operation.
public BeginCreateDocument ( CreateDocumentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.CreateDocumentRequest Container for the necessary parameters to execute the CreateDocument operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginCreateMaintenanceWindow() public méthode

Initiates the asynchronous execution of the CreateMaintenanceWindow operation.
public BeginCreateMaintenanceWindow ( CreateMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.CreateMaintenanceWindowRequest Container for the necessary parameters to execute the CreateMaintenanceWindow operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginCreatePatchBaseline() public méthode

Initiates the asynchronous execution of the CreatePatchBaseline operation.
public BeginCreatePatchBaseline ( CreatePatchBaselineRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.CreatePatchBaselineRequest Container for the necessary parameters to execute the CreatePatchBaseline operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDeleteActivation() public méthode

Initiates the asynchronous execution of the DeleteActivation operation.
public BeginDeleteActivation ( DeleteActivationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DeleteActivationRequest Container for the necessary parameters to execute the DeleteActivation operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDeleteAssociation() public méthode

Initiates the asynchronous execution of the DeleteAssociation operation.
public BeginDeleteAssociation ( DeleteAssociationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DeleteAssociationRequest Container for the necessary parameters to execute the DeleteAssociation operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDeleteDocument() public méthode

Initiates the asynchronous execution of the DeleteDocument operation.
public BeginDeleteDocument ( Amazon.SimpleSystemsManagement.Model.DeleteDocumentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DeleteDocumentRequest Container for the necessary parameters to execute the DeleteDocument operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDeleteMaintenanceWindow() public méthode

Initiates the asynchronous execution of the DeleteMaintenanceWindow operation.
public BeginDeleteMaintenanceWindow ( DeleteMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DeleteMaintenanceWindowRequest Container for the necessary parameters to execute the DeleteMaintenanceWindow operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDeleteParameter() public méthode

Initiates the asynchronous execution of the DeleteParameter operation.
public BeginDeleteParameter ( DeleteParameterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DeleteParameterRequest Container for the necessary parameters to execute the DeleteParameter operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDeletePatchBaseline() public méthode

Initiates the asynchronous execution of the DeletePatchBaseline operation.
public BeginDeletePatchBaseline ( DeletePatchBaselineRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DeletePatchBaselineRequest Container for the necessary parameters to execute the DeletePatchBaseline operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDeregisterManagedInstance() public méthode

Initiates the asynchronous execution of the DeregisterManagedInstance operation.
public BeginDeregisterManagedInstance ( DeregisterManagedInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DeregisterManagedInstanceRequest Container for the necessary parameters to execute the DeregisterManagedInstance operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDeregisterPatchBaselineForPatchGroup() public méthode

Initiates the asynchronous execution of the DeregisterPatchBaselineForPatchGroup operation.
public BeginDeregisterPatchBaselineForPatchGroup ( DeregisterPatchBaselineForPatchGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DeregisterPatchBaselineForPatchGroupRequest Container for the necessary parameters to execute the DeregisterPatchBaselineForPatchGroup operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDeregisterTargetFromMaintenanceWindow() public méthode

Initiates the asynchronous execution of the DeregisterTargetFromMaintenanceWindow operation.
public BeginDeregisterTargetFromMaintenanceWindow ( DeregisterTargetFromMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DeregisterTargetFromMaintenanceWindowRequest Container for the necessary parameters to execute the DeregisterTargetFromMaintenanceWindow operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDeregisterTaskFromMaintenanceWindow() public méthode

Initiates the asynchronous execution of the DeregisterTaskFromMaintenanceWindow operation.
public BeginDeregisterTaskFromMaintenanceWindow ( DeregisterTaskFromMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DeregisterTaskFromMaintenanceWindowRequest Container for the necessary parameters to execute the DeregisterTaskFromMaintenanceWindow operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeActivations() public méthode

Initiates the asynchronous execution of the DescribeActivations operation.
public BeginDescribeActivations ( DescribeActivationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeActivationsRequest Container for the necessary parameters to execute the DescribeActivations operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeAssociation() public méthode

Initiates the asynchronous execution of the DescribeAssociation operation.
public BeginDescribeAssociation ( DescribeAssociationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeAssociationRequest Container for the necessary parameters to execute the DescribeAssociation operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeAutomationExecutions() public méthode

Initiates the asynchronous execution of the DescribeAutomationExecutions operation.
public BeginDescribeAutomationExecutions ( DescribeAutomationExecutionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeAutomationExecutionsRequest Container for the necessary parameters to execute the DescribeAutomationExecutions operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeAvailablePatches() public méthode

Initiates the asynchronous execution of the DescribeAvailablePatches operation.
public BeginDescribeAvailablePatches ( DescribeAvailablePatchesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeAvailablePatchesRequest Container for the necessary parameters to execute the DescribeAvailablePatches operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeDocument() public méthode

Initiates the asynchronous execution of the DescribeDocument operation.
public BeginDescribeDocument ( DescribeDocumentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeDocumentRequest Container for the necessary parameters to execute the DescribeDocument operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeDocumentPermission() public méthode

Initiates the asynchronous execution of the DescribeDocumentPermission operation.
public BeginDescribeDocumentPermission ( DescribeDocumentPermissionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeDocumentPermissionRequest Container for the necessary parameters to execute the DescribeDocumentPermission operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeEffectiveInstanceAssociations() public méthode

Initiates the asynchronous execution of the DescribeEffectiveInstanceAssociations operation.
public BeginDescribeEffectiveInstanceAssociations ( DescribeEffectiveInstanceAssociationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeEffectiveInstanceAssociationsRequest Container for the necessary parameters to execute the DescribeEffectiveInstanceAssociations operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeEffectivePatchesForPatchBaseline() public méthode

Initiates the asynchronous execution of the DescribeEffectivePatchesForPatchBaseline operation.
public BeginDescribeEffectivePatchesForPatchBaseline ( DescribeEffectivePatchesForPatchBaselineRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeEffectivePatchesForPatchBaselineRequest Container for the necessary parameters to execute the DescribeEffectivePatchesForPatchBaseline operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeInstanceAssociationsStatus() public méthode

Initiates the asynchronous execution of the DescribeInstanceAssociationsStatus operation.
public BeginDescribeInstanceAssociationsStatus ( DescribeInstanceAssociationsStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeInstanceAssociationsStatusRequest Container for the necessary parameters to execute the DescribeInstanceAssociationsStatus operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeInstanceInformation() public méthode

Initiates the asynchronous execution of the DescribeInstanceInformation operation.
public BeginDescribeInstanceInformation ( DescribeInstanceInformationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeInstanceInformationRequest Container for the necessary parameters to execute the DescribeInstanceInformation operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeInstancePatchStates() public méthode

Initiates the asynchronous execution of the DescribeInstancePatchStates operation.
public BeginDescribeInstancePatchStates ( DescribeInstancePatchStatesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesRequest Container for the necessary parameters to execute the DescribeInstancePatchStates operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeInstancePatchStatesForPatchGroup() public méthode

Initiates the asynchronous execution of the DescribeInstancePatchStatesForPatchGroup operation.
public BeginDescribeInstancePatchStatesForPatchGroup ( DescribeInstancePatchStatesForPatchGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesForPatchGroupRequest Container for the necessary parameters to execute the DescribeInstancePatchStatesForPatchGroup operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeInstancePatches() public méthode

Initiates the asynchronous execution of the DescribeInstancePatches operation.
public BeginDescribeInstancePatches ( DescribeInstancePatchesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchesRequest Container for the necessary parameters to execute the DescribeInstancePatches operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeMaintenanceWindowExecutionTaskInvocations() public méthode

Initiates the asynchronous execution of the DescribeMaintenanceWindowExecutionTaskInvocations operation.
public BeginDescribeMaintenanceWindowExecutionTaskInvocations ( DescribeMaintenanceWindowExecutionTaskInvocationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTaskInvocationsRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowExecutionTaskInvocations operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeMaintenanceWindowExecutionTasks() public méthode

Initiates the asynchronous execution of the DescribeMaintenanceWindowExecutionTasks operation.
public BeginDescribeMaintenanceWindowExecutionTasks ( DescribeMaintenanceWindowExecutionTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTasksRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowExecutionTasks operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeMaintenanceWindowExecutions() public méthode

Initiates the asynchronous execution of the DescribeMaintenanceWindowExecutions operation.
public BeginDescribeMaintenanceWindowExecutions ( DescribeMaintenanceWindowExecutionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionsRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowExecutions operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeMaintenanceWindowTargets() public méthode

Initiates the asynchronous execution of the DescribeMaintenanceWindowTargets operation.
public BeginDescribeMaintenanceWindowTargets ( DescribeMaintenanceWindowTargetsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTargetsRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowTargets operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeMaintenanceWindowTasks() public méthode

Initiates the asynchronous execution of the DescribeMaintenanceWindowTasks operation.
public BeginDescribeMaintenanceWindowTasks ( DescribeMaintenanceWindowTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTasksRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowTasks operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeMaintenanceWindows() public méthode

Initiates the asynchronous execution of the DescribeMaintenanceWindows operation.
public BeginDescribeMaintenanceWindows ( DescribeMaintenanceWindowsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowsRequest Container for the necessary parameters to execute the DescribeMaintenanceWindows operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeParameters() public méthode

Initiates the asynchronous execution of the DescribeParameters operation.
public BeginDescribeParameters ( DescribeParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribeParametersRequest Container for the necessary parameters to execute the DescribeParameters operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribePatchBaselines() public méthode

Initiates the asynchronous execution of the DescribePatchBaselines operation.
public BeginDescribePatchBaselines ( DescribePatchBaselinesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribePatchBaselinesRequest Container for the necessary parameters to execute the DescribePatchBaselines operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribePatchGroupState() public méthode

Initiates the asynchronous execution of the DescribePatchGroupState operation.
public BeginDescribePatchGroupState ( DescribePatchGroupStateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribePatchGroupStateRequest Container for the necessary parameters to execute the DescribePatchGroupState operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribePatchGroups() public méthode

Initiates the asynchronous execution of the DescribePatchGroups operation.
public BeginDescribePatchGroups ( DescribePatchGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DescribePatchGroupsRequest Container for the necessary parameters to execute the DescribePatchGroups operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginGetAutomationExecution() public méthode

Initiates the asynchronous execution of the GetAutomationExecution operation.
public BeginGetAutomationExecution ( GetAutomationExecutionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetAutomationExecutionRequest Container for the necessary parameters to execute the GetAutomationExecution operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginGetCommandInvocation() public méthode

Initiates the asynchronous execution of the GetCommandInvocation operation.
public BeginGetCommandInvocation ( GetCommandInvocationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetCommandInvocationRequest Container for the necessary parameters to execute the GetCommandInvocation operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginGetDefaultPatchBaseline() public méthode

Initiates the asynchronous execution of the GetDefaultPatchBaseline operation.
public BeginGetDefaultPatchBaseline ( GetDefaultPatchBaselineRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetDefaultPatchBaselineRequest Container for the necessary parameters to execute the GetDefaultPatchBaseline operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginGetDeployablePatchSnapshotForInstance() public méthode

Initiates the asynchronous execution of the GetDeployablePatchSnapshotForInstance operation.
public BeginGetDeployablePatchSnapshotForInstance ( GetDeployablePatchSnapshotForInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetDeployablePatchSnapshotForInstanceRequest Container for the necessary parameters to execute the GetDeployablePatchSnapshotForInstance operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginGetDocument() public méthode

Initiates the asynchronous execution of the GetDocument operation.
public BeginGetDocument ( GetDocumentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetDocumentRequest Container for the necessary parameters to execute the GetDocument operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginGetInventory() public méthode

Initiates the asynchronous execution of the GetInventory operation.
public BeginGetInventory ( GetInventoryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetInventoryRequest Container for the necessary parameters to execute the GetInventory operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginGetInventorySchema() public méthode

Initiates the asynchronous execution of the GetInventorySchema operation.
public BeginGetInventorySchema ( GetInventorySchemaRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetInventorySchemaRequest Container for the necessary parameters to execute the GetInventorySchema operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginGetMaintenanceWindow() public méthode

Initiates the asynchronous execution of the GetMaintenanceWindow operation.
public BeginGetMaintenanceWindow ( GetMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowRequest Container for the necessary parameters to execute the GetMaintenanceWindow operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginGetMaintenanceWindowExecution() public méthode

Initiates the asynchronous execution of the GetMaintenanceWindowExecution operation.
public BeginGetMaintenanceWindowExecution ( GetMaintenanceWindowExecutionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionRequest Container for the necessary parameters to execute the GetMaintenanceWindowExecution operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginGetMaintenanceWindowExecutionTask() public méthode

Initiates the asynchronous execution of the GetMaintenanceWindowExecutionTask operation.
public BeginGetMaintenanceWindowExecutionTask ( GetMaintenanceWindowExecutionTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionTaskRequest Container for the necessary parameters to execute the GetMaintenanceWindowExecutionTask operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginGetParameterHistory() public méthode

Initiates the asynchronous execution of the GetParameterHistory operation.
public BeginGetParameterHistory ( GetParameterHistoryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetParameterHistoryRequest Container for the necessary parameters to execute the GetParameterHistory operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginGetParameters() public méthode

Initiates the asynchronous execution of the GetParameters operation.
public BeginGetParameters ( GetParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetParametersRequest Container for the necessary parameters to execute the GetParameters operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginGetPatchBaseline() public méthode

Initiates the asynchronous execution of the GetPatchBaseline operation.
public BeginGetPatchBaseline ( GetPatchBaselineRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetPatchBaselineRequest Container for the necessary parameters to execute the GetPatchBaseline operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginGetPatchBaselineForPatchGroup() public méthode

Initiates the asynchronous execution of the GetPatchBaselineForPatchGroup operation.
public BeginGetPatchBaselineForPatchGroup ( GetPatchBaselineForPatchGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetPatchBaselineForPatchGroupRequest Container for the necessary parameters to execute the GetPatchBaselineForPatchGroup operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginListAssociations() public méthode

Initiates the asynchronous execution of the ListAssociations operation.
public BeginListAssociations ( Amazon.SimpleSystemsManagement.Model.ListAssociationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.ListAssociationsRequest Container for the necessary parameters to execute the ListAssociations operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginListCommandInvocations() public méthode

Initiates the asynchronous execution of the ListCommandInvocations operation.
public BeginListCommandInvocations ( ListCommandInvocationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsRequest Container for the necessary parameters to execute the ListCommandInvocations operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginListCommands() public méthode

Initiates the asynchronous execution of the ListCommands operation.
public BeginListCommands ( ListCommandsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.ListCommandsRequest Container for the necessary parameters to execute the ListCommands operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginListDocumentVersions() public méthode

Initiates the asynchronous execution of the ListDocumentVersions operation.
public BeginListDocumentVersions ( ListDocumentVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.ListDocumentVersionsRequest Container for the necessary parameters to execute the ListDocumentVersions operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginListDocuments() public méthode

Initiates the asynchronous execution of the ListDocuments operation.
public BeginListDocuments ( Amazon.SimpleSystemsManagement.Model.ListDocumentsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.ListDocumentsRequest Container for the necessary parameters to execute the ListDocuments operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginListInventoryEntries() public méthode

Initiates the asynchronous execution of the ListInventoryEntries operation.
public BeginListInventoryEntries ( ListInventoryEntriesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.ListInventoryEntriesRequest Container for the necessary parameters to execute the ListInventoryEntries operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginListTagsForResource() public méthode

Initiates the asynchronous execution of the ListTagsForResource operation.
public BeginListTagsForResource ( ListTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginModifyDocumentPermission() public méthode

Initiates the asynchronous execution of the ModifyDocumentPermission operation.
public BeginModifyDocumentPermission ( ModifyDocumentPermissionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.ModifyDocumentPermissionRequest Container for the necessary parameters to execute the ModifyDocumentPermission operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginPutInventory() public méthode

Initiates the asynchronous execution of the PutInventory operation.
public BeginPutInventory ( PutInventoryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.PutInventoryRequest Container for the necessary parameters to execute the PutInventory operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginPutParameter() public méthode

Initiates the asynchronous execution of the PutParameter operation.
public BeginPutParameter ( PutParameterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request PutParameterRequest Container for the necessary parameters to execute the PutParameter operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginRegisterDefaultPatchBaseline() public méthode

Initiates the asynchronous execution of the RegisterDefaultPatchBaseline operation.
public BeginRegisterDefaultPatchBaseline ( RegisterDefaultPatchBaselineRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.RegisterDefaultPatchBaselineRequest Container for the necessary parameters to execute the RegisterDefaultPatchBaseline operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginRegisterPatchBaselineForPatchGroup() public méthode

Initiates the asynchronous execution of the RegisterPatchBaselineForPatchGroup operation.
public BeginRegisterPatchBaselineForPatchGroup ( RegisterPatchBaselineForPatchGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.RegisterPatchBaselineForPatchGroupRequest Container for the necessary parameters to execute the RegisterPatchBaselineForPatchGroup operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginRegisterTargetWithMaintenanceWindow() public méthode

Initiates the asynchronous execution of the RegisterTargetWithMaintenanceWindow operation.
public BeginRegisterTargetWithMaintenanceWindow ( RegisterTargetWithMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.RegisterTargetWithMaintenanceWindowRequest Container for the necessary parameters to execute the RegisterTargetWithMaintenanceWindow operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginRegisterTaskWithMaintenanceWindow() public méthode

Initiates the asynchronous execution of the RegisterTaskWithMaintenanceWindow operation.
public BeginRegisterTaskWithMaintenanceWindow ( RegisterTaskWithMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.RegisterTaskWithMaintenanceWindowRequest Container for the necessary parameters to execute the RegisterTaskWithMaintenanceWindow operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginRemoveTagsFromResource() public méthode

Initiates the asynchronous execution of the RemoveTagsFromResource operation.
public BeginRemoveTagsFromResource ( RemoveTagsFromResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.RemoveTagsFromResourceRequest Container for the necessary parameters to execute the RemoveTagsFromResource operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginSendCommand() public méthode

Initiates the asynchronous execution of the SendCommand operation.
public BeginSendCommand ( SendCommandRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.SendCommandRequest Container for the necessary parameters to execute the SendCommand operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginStartAutomationExecution() public méthode

Initiates the asynchronous execution of the StartAutomationExecution operation.
public BeginStartAutomationExecution ( StartAutomationExecutionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.StartAutomationExecutionRequest Container for the necessary parameters to execute the StartAutomationExecution operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginStopAutomationExecution() public méthode

Initiates the asynchronous execution of the StopAutomationExecution operation.
public BeginStopAutomationExecution ( StopAutomationExecutionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.StopAutomationExecutionRequest Container for the necessary parameters to execute the StopAutomationExecution operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginUpdateAssociation() public méthode

Initiates the asynchronous execution of the UpdateAssociation operation.
public BeginUpdateAssociation ( UpdateAssociationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.UpdateAssociationRequest Container for the necessary parameters to execute the UpdateAssociation operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginUpdateAssociationStatus() public méthode

Initiates the asynchronous execution of the UpdateAssociationStatus operation.
public BeginUpdateAssociationStatus ( Amazon.SimpleSystemsManagement.Model.UpdateAssociationStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.UpdateAssociationStatusRequest Container for the necessary parameters to execute the UpdateAssociationStatus operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginUpdateDocument() public méthode

Initiates the asynchronous execution of the UpdateDocument operation.
public BeginUpdateDocument ( UpdateDocumentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.UpdateDocumentRequest Container for the necessary parameters to execute the UpdateDocument operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginUpdateDocumentDefaultVersion() public méthode

Initiates the asynchronous execution of the UpdateDocumentDefaultVersion operation.
public BeginUpdateDocumentDefaultVersion ( UpdateDocumentDefaultVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.UpdateDocumentDefaultVersionRequest Container for the necessary parameters to execute the UpdateDocumentDefaultVersion operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginUpdateMaintenanceWindow() public méthode

Initiates the asynchronous execution of the UpdateMaintenanceWindow operation.
public BeginUpdateMaintenanceWindow ( UpdateMaintenanceWindowRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.UpdateMaintenanceWindowRequest Container for the necessary parameters to execute the UpdateMaintenanceWindow operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginUpdateManagedInstanceRole() public méthode

Initiates the asynchronous execution of the UpdateManagedInstanceRole operation.
public BeginUpdateManagedInstanceRole ( UpdateManagedInstanceRoleRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.UpdateManagedInstanceRoleRequest Container for the necessary parameters to execute the UpdateManagedInstanceRole operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginUpdatePatchBaseline() public méthode

Initiates the asynchronous execution of the UpdatePatchBaseline operation.
public BeginUpdatePatchBaseline ( UpdatePatchBaselineRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.UpdatePatchBaselineRequest Container for the necessary parameters to execute the UpdatePatchBaseline operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

CancelCommand() public méthode

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.
/// You cannot specify an instance ID in more than one association. /// /// An error occurred on the server side. /// /// /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// ///
public CancelCommand ( CancelCommandRequest request ) : CancelCommandResponse
request Amazon.SimpleSystemsManagement.Model.CancelCommandRequest Container for the necessary parameters to execute the CancelCommand service method.
Résultat CancelCommandResponse

CancelCommand() public méthode

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.
/// You cannot specify an instance ID in more than one association. /// /// An error occurred on the server side. /// /// /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// ///
public CancelCommand ( string commandId ) : CancelCommandResponse
commandId string The ID of the command you want to cancel.
Résultat CancelCommandResponse

CancelCommand() public méthode

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.
/// You cannot specify an instance ID in more than one association. /// /// An error occurred on the server side. /// /// /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// ///
public CancelCommand ( string commandId, List instanceIds ) : CancelCommandResponse
commandId string The ID of the command you want to cancel.
instanceIds List (Optional) A list of instance IDs on which you want to cancel the command. If not provided, the command is canceled on every instance on which it was requested.
Résultat CancelCommandResponse

CancelCommandAsync() public méthode

Initiates the asynchronous execution of the CancelCommand operation.
public CancelCommandAsync ( CancelCommandRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.CancelCommandRequest Container for the necessary parameters to execute the CancelCommand operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CancelCommandAsync() public méthode

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.
/// You cannot specify an instance ID in more than one association. /// /// An error occurred on the server side. /// /// /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// ///
public CancelCommandAsync ( string commandId, List instanceIds, System cancellationToken = default(CancellationToken) ) : Task
commandId string The ID of the command you want to cancel.
instanceIds List (Optional) A list of instance IDs on which you want to cancel the command. If not provided, the command is canceled on every instance on which it was requested.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CancelCommandAsync() public méthode

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.
/// You cannot specify an instance ID in more than one association. /// /// An error occurred on the server side. /// /// /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// ///
public CancelCommandAsync ( string commandId, System cancellationToken = default(CancellationToken) ) : Task
commandId string The ID of the command you want to cancel.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateActivation() public méthode

Registers your on-premises server or virtual machine with Amazon EC2 so that you can manage these resources using Run Command. An on-premises server or virtual machine that has been registered with EC2 is called a managed instance. For more information about activations, see Setting Up Managed Instances (Linux) or Setting Up Managed Instances (Windows) in the Amazon EC2 User Guide.
/// An error occurred on the server side. ///
public CreateActivation ( CreateActivationRequest request ) : CreateActivationResponse
request Amazon.SimpleSystemsManagement.Model.CreateActivationRequest Container for the necessary parameters to execute the CreateActivation service method.
Résultat Amazon.SimpleSystemsManagement.Model.CreateActivationResponse

CreateActivationAsync() public méthode

Initiates the asynchronous execution of the CreateActivation operation.
public CreateActivationAsync ( CreateActivationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.CreateActivationRequest Container for the necessary parameters to execute the CreateActivation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateAssociation() public méthode

Associates the specified SSM document with the specified instances or targets.

When you associate an SSM document with one or more instances using instance IDs or tags, the 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 throws the AssociationAlreadyExists exception.

/// The specified association already exists. /// /// You can have at most 2,000 active associations. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The document version is not valid or does not exist. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The output location is not valid or does not exist. /// /// You must specify values for all required parameters in the SSM document. You can only /// supply values to parameters defined in the SSM document. /// /// The schedule is invalid. Verify your cron or rate expression and try again. /// /// The target is not valid or does not exist. It might not be configured for EC2 Systems /// Manager or you might not have permission to perform the operation. /// /// The document does not support the platform type of the given instance ID(s). For example, /// you sent an SSM document for a Windows instance to a Linux instance. ///
public CreateAssociation ( CreateAssociationRequest request ) : CreateAssociationResponse
request Amazon.SimpleSystemsManagement.Model.CreateAssociationRequest Container for the necessary parameters to execute the CreateAssociation service method.
Résultat Amazon.SimpleSystemsManagement.Model.CreateAssociationResponse

CreateAssociation() public méthode

Associates the specified SSM document with the specified instances or targets.

When you associate an SSM document with one or more instances using instance IDs or tags, the 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 throws the AssociationAlreadyExists exception.

/// The specified association already exists. /// /// You can have at most 2,000 active associations. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The document version is not valid or does not exist. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The output location is not valid or does not exist. /// /// You must specify values for all required parameters in the SSM document. You can only /// supply values to parameters defined in the SSM document. /// /// The schedule is invalid. Verify your cron or rate expression and try again. /// /// The target is not valid or does not exist. It might not be configured for EC2 Systems /// Manager or you might not have permission to perform the operation. /// /// The document does not support the platform type of the given instance ID(s). For example, /// you sent an SSM document for a Windows instance to a Linux instance. ///
public CreateAssociation ( string instanceId, string name ) : CreateAssociationResponse
instanceId string The instance ID.
name string The name of the SSM document.
Résultat Amazon.SimpleSystemsManagement.Model.CreateAssociationResponse

CreateAssociationAsync() public méthode

Initiates the asynchronous execution of the CreateAssociation operation.
public CreateAssociationAsync ( CreateAssociationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.CreateAssociationRequest Container for the necessary parameters to execute the CreateAssociation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateAssociationAsync() public méthode

Associates the specified SSM document with the specified instances or targets.

When you associate an SSM document with one or more instances using instance IDs or tags, the 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 throws the AssociationAlreadyExists exception.

/// The specified association already exists. /// /// You can have at most 2,000 active associations. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The document version is not valid or does not exist. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The output location is not valid or does not exist. /// /// You must specify values for all required parameters in the SSM document. You can only /// supply values to parameters defined in the SSM document. /// /// The schedule is invalid. Verify your cron or rate expression and try again. /// /// The target is not valid or does not exist. It might not be configured for EC2 Systems /// Manager or you might not have permission to perform the operation. /// /// The document does not support the platform type of the given instance ID(s). For example, /// you sent an SSM document for a Windows instance to a Linux instance. ///
public CreateAssociationAsync ( string instanceId, string name, System cancellationToken = default(CancellationToken) ) : Task
instanceId string The instance ID.
name string The name of the SSM document.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateAssociationBatch() public méthode

Associates the specified SSM document with the specified instances or targets.

When you associate an SSM document with one or more instances using instance IDs or tags, the 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 throws the AssociationAlreadyExists exception.

/// You can have at most 2,000 active associations. /// /// You cannot specify an instance ID in more than one association. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The document version is not valid or does not exist. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The output location is not valid or does not exist. /// /// You must specify values for all required parameters in the SSM document. You can only /// supply values to parameters defined in the SSM document. /// /// The schedule is invalid. Verify your cron or rate expression and try again. /// /// The target is not valid or does not exist. It might not be configured for EC2 Systems /// Manager or you might not have permission to perform the operation. /// /// The document does not support the platform type of the given instance ID(s). For example, /// you sent an SSM document for a Windows instance to a Linux instance. ///
public CreateAssociationBatch ( CreateAssociationBatchRequest request ) : CreateAssociationBatchResponse
request Amazon.SimpleSystemsManagement.Model.CreateAssociationBatchRequest Container for the necessary parameters to execute the CreateAssociationBatch service method.
Résultat Amazon.SimpleSystemsManagement.Model.CreateAssociationBatchResponse

CreateAssociationBatchAsync() public méthode

Initiates the asynchronous execution of the CreateAssociationBatch operation.
public CreateAssociationBatchAsync ( CreateAssociationBatchRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.CreateAssociationBatchRequest Container for the necessary parameters to execute the CreateAssociationBatch operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateDocument() public méthode

Creates an SSM document.

After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.

/// The specified SSM document already exists. /// /// You can have at most 200 active SSM documents. /// /// An error occurred on the server side. /// /// The content for the SSM document is not valid. /// /// The version of the document schema is not supported. /// /// The size limit of an SSM document is 64 KB. ///
public CreateDocument ( CreateDocumentRequest request ) : CreateDocumentResponse
request Amazon.SimpleSystemsManagement.Model.CreateDocumentRequest Container for the necessary parameters to execute the CreateDocument service method.
Résultat Amazon.SimpleSystemsManagement.Model.CreateDocumentResponse

CreateDocument() public méthode

Creates an SSM document.

After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.

/// The specified SSM document already exists. /// /// You can have at most 200 active SSM documents. /// /// An error occurred on the server side. /// /// The content for the SSM document is not valid. /// /// The version of the document schema is not supported. /// /// The size limit of an SSM document is 64 KB. ///
public CreateDocument ( string content, string name ) : CreateDocumentResponse
content string A valid JSON string.
name string A name for the SSM document.
Résultat Amazon.SimpleSystemsManagement.Model.CreateDocumentResponse

CreateDocumentAsync() public méthode

Initiates the asynchronous execution of the CreateDocument operation.
public CreateDocumentAsync ( CreateDocumentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.CreateDocumentRequest Container for the necessary parameters to execute the CreateDocument operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateDocumentAsync() public méthode

Creates an SSM document.

After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.

/// The specified SSM document already exists. /// /// You can have at most 200 active SSM documents. /// /// An error occurred on the server side. /// /// The content for the SSM document is not valid. /// /// The version of the document schema is not supported. /// /// The size limit of an SSM document is 64 KB. ///
public CreateDocumentAsync ( string content, string name, System cancellationToken = default(CancellationToken) ) : Task
content string A valid JSON string.
name string A name for the SSM document.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateMaintenanceWindow() public méthode

Creates a new Maintenance Window.
/// Error returned when an idempotent operation is retried and the parameters don’t match /// the original call to the API with the same idempotency token. /// /// An error occurred on the server side. /// /// Error returned when the caller has exceeded the default resource limits (e.g. too /// many Maintenance Windows have been created). ///
public CreateMaintenanceWindow ( CreateMaintenanceWindowRequest request ) : CreateMaintenanceWindowResponse
request Amazon.SimpleSystemsManagement.Model.CreateMaintenanceWindowRequest Container for the necessary parameters to execute the CreateMaintenanceWindow service method.
Résultat Amazon.SimpleSystemsManagement.Model.CreateMaintenanceWindowResponse

CreateMaintenanceWindowAsync() public méthode

Initiates the asynchronous execution of the CreateMaintenanceWindow operation.
public CreateMaintenanceWindowAsync ( CreateMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.CreateMaintenanceWindowRequest Container for the necessary parameters to execute the CreateMaintenanceWindow operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreatePatchBaseline() public méthode

Creates a patch baseline.
/// Error returned when an idempotent operation is retried and the parameters don’t match /// the original call to the API with the same idempotency token. /// /// An error occurred on the server side. /// /// Error returned when the caller has exceeded the default resource limits (e.g. too /// many Maintenance Windows have been created). ///
public CreatePatchBaseline ( CreatePatchBaselineRequest request ) : CreatePatchBaselineResponse
request Amazon.SimpleSystemsManagement.Model.CreatePatchBaselineRequest Container for the necessary parameters to execute the CreatePatchBaseline service method.
Résultat Amazon.SimpleSystemsManagement.Model.CreatePatchBaselineResponse

CreatePatchBaselineAsync() public méthode

Initiates the asynchronous execution of the CreatePatchBaseline operation.
public CreatePatchBaselineAsync ( CreatePatchBaselineRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.CreatePatchBaselineRequest Container for the necessary parameters to execute the CreatePatchBaseline operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateSigner() protected méthode

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Résultat Amazon.Runtime.Internal.Auth.AbstractAWSSigner

DeleteActivation() public méthode

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.
/// An error occurred on the server side. /// /// The activation is not valid. The activation might have been deleted, or the ActivationId /// and the ActivationCode do not match. /// /// The activation ID is not valid. Verify the you entered the correct ActivationId or /// ActivationCode and try again. ///
public DeleteActivation ( DeleteActivationRequest request ) : DeleteActivationResponse
request Amazon.SimpleSystemsManagement.Model.DeleteActivationRequest Container for the necessary parameters to execute the DeleteActivation service method.
Résultat DeleteActivationResponse

DeleteActivationAsync() public méthode

Initiates the asynchronous execution of the DeleteActivation operation.
public DeleteActivationAsync ( DeleteActivationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DeleteActivationRequest Container for the necessary parameters to execute the DeleteActivation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteAssociation() public méthode

Disassociates the specified SSM document from the specified instance.

When you disassociate an SSM 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.

/// The specified association does not exist. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// There are concurrent updates for a resource that supports one update at a time. ///
public DeleteAssociation ( DeleteAssociationRequest request ) : DeleteAssociationResponse
request Amazon.SimpleSystemsManagement.Model.DeleteAssociationRequest Container for the necessary parameters to execute the DeleteAssociation service method.
Résultat DeleteAssociationResponse

DeleteAssociation() public méthode

Disassociates the specified SSM document from the specified instance.

When you disassociate an SSM 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.

/// The specified association does not exist. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// There are concurrent updates for a resource that supports one update at a time. ///
public DeleteAssociation ( string instanceId, string name ) : DeleteAssociationResponse
instanceId string The ID of the instance.
name string The name of the SSM document.
Résultat DeleteAssociationResponse

DeleteAssociationAsync() public méthode

Initiates the asynchronous execution of the DeleteAssociation operation.
public DeleteAssociationAsync ( DeleteAssociationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DeleteAssociationRequest Container for the necessary parameters to execute the DeleteAssociation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteAssociationAsync() public méthode

Disassociates the specified SSM document from the specified instance.

When you disassociate an SSM 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.

/// The specified association does not exist. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// There are concurrent updates for a resource that supports one update at a time. ///
public DeleteAssociationAsync ( string instanceId, string name, System cancellationToken = default(CancellationToken) ) : Task
instanceId string The ID of the instance.
name string The name of the SSM document.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteDocument() public méthode

Deletes the SSM document and all instance associations to the document.

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

/// You must disassociate an SSM document from all instances before you can delete it. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// You attempted to delete a document while it is still shared. You must stop sharing /// the document before you can delete it. ///
public DeleteDocument ( Amazon.SimpleSystemsManagement.Model.DeleteDocumentRequest request ) : DeleteDocumentResponse
request Amazon.SimpleSystemsManagement.Model.DeleteDocumentRequest Container for the necessary parameters to execute the DeleteDocument service method.
Résultat DeleteDocumentResponse

DeleteDocument() public méthode

Deletes the SSM document and all instance associations to the document.

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

/// You must disassociate an SSM document from all instances before you can delete it. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// You attempted to delete a document while it is still shared. You must stop sharing /// the document before you can delete it. ///
public DeleteDocument ( string name ) : DeleteDocumentResponse
name string The name of the SSM document.
Résultat DeleteDocumentResponse

DeleteDocumentAsync() public méthode

Initiates the asynchronous execution of the DeleteDocument operation.
public DeleteDocumentAsync ( Amazon.SimpleSystemsManagement.Model.DeleteDocumentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DeleteDocumentRequest Container for the necessary parameters to execute the DeleteDocument operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteDocumentAsync() public méthode

Deletes the SSM document and all instance associations to the document.

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

/// You must disassociate an SSM document from all instances before you can delete it. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// You attempted to delete a document while it is still shared. You must stop sharing /// the document before you can delete it. ///
public DeleteDocumentAsync ( string name, System cancellationToken = default(CancellationToken) ) : Task
name string The name of the SSM document.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteMaintenanceWindow() public méthode

Deletes a Maintenance Window.
/// An error occurred on the server side. ///
public DeleteMaintenanceWindow ( DeleteMaintenanceWindowRequest request ) : DeleteMaintenanceWindowResponse
request Amazon.SimpleSystemsManagement.Model.DeleteMaintenanceWindowRequest Container for the necessary parameters to execute the DeleteMaintenanceWindow service method.
Résultat Amazon.SimpleSystemsManagement.Model.DeleteMaintenanceWindowResponse

DeleteMaintenanceWindowAsync() public méthode

Initiates the asynchronous execution of the DeleteMaintenanceWindow operation.
public DeleteMaintenanceWindowAsync ( DeleteMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DeleteMaintenanceWindowRequest Container for the necessary parameters to execute the DeleteMaintenanceWindow operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteParameter() public méthode

Delete a parameter from the system.
/// An error occurred on the server side. /// /// The parameter could not be found. Verify the name and try again. ///
public DeleteParameter ( DeleteParameterRequest request ) : DeleteParameterResponse
request Amazon.SimpleSystemsManagement.Model.DeleteParameterRequest Container for the necessary parameters to execute the DeleteParameter service method.
Résultat DeleteParameterResponse

DeleteParameterAsync() public méthode

Initiates the asynchronous execution of the DeleteParameter operation.
public DeleteParameterAsync ( DeleteParameterRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DeleteParameterRequest Container for the necessary parameters to execute the DeleteParameter operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeletePatchBaseline() public méthode

Deletes a patch baseline.
/// An error occurred on the server side. /// /// Error returned if an attempt is made to delete a patch baseline that is registered /// for a patch group. ///
public DeletePatchBaseline ( DeletePatchBaselineRequest request ) : DeletePatchBaselineResponse
request Amazon.SimpleSystemsManagement.Model.DeletePatchBaselineRequest Container for the necessary parameters to execute the DeletePatchBaseline service method.
Résultat Amazon.SimpleSystemsManagement.Model.DeletePatchBaselineResponse

DeletePatchBaselineAsync() public méthode

Initiates the asynchronous execution of the DeletePatchBaseline operation.
public DeletePatchBaselineAsync ( DeletePatchBaselineRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DeletePatchBaselineRequest Container for the necessary parameters to execute the DeletePatchBaseline operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeregisterManagedInstance() public méthode

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 the SSM agent first.
/// An error occurred on the server side. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// ///
public DeregisterManagedInstance ( DeregisterManagedInstanceRequest request ) : DeregisterManagedInstanceResponse
request Amazon.SimpleSystemsManagement.Model.DeregisterManagedInstanceRequest Container for the necessary parameters to execute the DeregisterManagedInstance service method.
Résultat DeregisterManagedInstanceResponse

DeregisterManagedInstanceAsync() public méthode

Initiates the asynchronous execution of the DeregisterManagedInstance operation.
public DeregisterManagedInstanceAsync ( DeregisterManagedInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DeregisterManagedInstanceRequest Container for the necessary parameters to execute the DeregisterManagedInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeregisterPatchBaselineForPatchGroup() public méthode

Removes a patch group from a patch baseline.
/// An error occurred on the server side. /// /// The resource ID is not valid. Verify that you entered the correct ID and try again. ///
public DeregisterPatchBaselineForPatchGroup ( DeregisterPatchBaselineForPatchGroupRequest request ) : DeregisterPatchBaselineForPatchGroupResponse
request Amazon.SimpleSystemsManagement.Model.DeregisterPatchBaselineForPatchGroupRequest Container for the necessary parameters to execute the DeregisterPatchBaselineForPatchGroup service method.
Résultat Amazon.SimpleSystemsManagement.Model.DeregisterPatchBaselineForPatchGroupResponse

DeregisterPatchBaselineForPatchGroupAsync() public méthode

Initiates the asynchronous execution of the DeregisterPatchBaselineForPatchGroup operation.
public DeregisterPatchBaselineForPatchGroupAsync ( DeregisterPatchBaselineForPatchGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DeregisterPatchBaselineForPatchGroupRequest Container for the necessary parameters to execute the DeregisterPatchBaselineForPatchGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeregisterTargetFromMaintenanceWindow() public méthode

Removes a target from a Maintenance Window.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. ///
public DeregisterTargetFromMaintenanceWindow ( DeregisterTargetFromMaintenanceWindowRequest request ) : DeregisterTargetFromMaintenanceWindowResponse
request Amazon.SimpleSystemsManagement.Model.DeregisterTargetFromMaintenanceWindowRequest Container for the necessary parameters to execute the DeregisterTargetFromMaintenanceWindow service method.
Résultat Amazon.SimpleSystemsManagement.Model.DeregisterTargetFromMaintenanceWindowResponse

DeregisterTargetFromMaintenanceWindowAsync() public méthode

Initiates the asynchronous execution of the DeregisterTargetFromMaintenanceWindow operation.
public DeregisterTargetFromMaintenanceWindowAsync ( DeregisterTargetFromMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DeregisterTargetFromMaintenanceWindowRequest Container for the necessary parameters to execute the DeregisterTargetFromMaintenanceWindow operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeregisterTaskFromMaintenanceWindow() public méthode

Removes a task from a Maintenance Window.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. ///
public DeregisterTaskFromMaintenanceWindow ( DeregisterTaskFromMaintenanceWindowRequest request ) : DeregisterTaskFromMaintenanceWindowResponse
request Amazon.SimpleSystemsManagement.Model.DeregisterTaskFromMaintenanceWindowRequest Container for the necessary parameters to execute the DeregisterTaskFromMaintenanceWindow service method.
Résultat Amazon.SimpleSystemsManagement.Model.DeregisterTaskFromMaintenanceWindowResponse

DeregisterTaskFromMaintenanceWindowAsync() public méthode

Initiates the asynchronous execution of the DeregisterTaskFromMaintenanceWindow operation.
public DeregisterTaskFromMaintenanceWindowAsync ( DeregisterTaskFromMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DeregisterTaskFromMaintenanceWindowRequest Container for the necessary parameters to execute the DeregisterTaskFromMaintenanceWindow operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeActivations() public méthode

Details about the activation, including: the date and time the activation was created, the expiration date, the IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
/// An error occurred on the server side. /// /// The filter name is not valid. Verify the you entered the correct name and try again. /// /// The specified token is not valid. ///
public DescribeActivations ( DescribeActivationsRequest request ) : DescribeActivationsResponse
request Amazon.SimpleSystemsManagement.Model.DescribeActivationsRequest Container for the necessary parameters to execute the DescribeActivations service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeActivationsResponse

DescribeActivationsAsync() public méthode

Initiates the asynchronous execution of the DescribeActivations operation.
public DescribeActivationsAsync ( DescribeActivationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeActivationsRequest Container for the necessary parameters to execute the DescribeActivations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeAssociation() public méthode

Describes the associations for the specified SSM document or instance.
/// The specified association does not exist. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// ///
public DescribeAssociation ( DescribeAssociationRequest request ) : DescribeAssociationResponse
request Amazon.SimpleSystemsManagement.Model.DescribeAssociationRequest Container for the necessary parameters to execute the DescribeAssociation service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeAssociationResponse

DescribeAssociation() public méthode

Describes the associations for the specified SSM document or instance.
/// The specified association does not exist. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// ///
public DescribeAssociation ( string instanceId, string name ) : DescribeAssociationResponse
instanceId string The instance ID.
name string The name of the SSM document.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeAssociationResponse

DescribeAssociationAsync() public méthode

Initiates the asynchronous execution of the DescribeAssociation operation.
public DescribeAssociationAsync ( DescribeAssociationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeAssociationRequest Container for the necessary parameters to execute the DescribeAssociation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeAssociationAsync() public méthode

Describes the associations for the specified SSM document or instance.
/// The specified association does not exist. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// ///
public DescribeAssociationAsync ( string instanceId, string name, System cancellationToken = default(CancellationToken) ) : Task
instanceId string The instance ID.
name string The name of the SSM document.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeAutomationExecutions() public méthode

Provides details about all active and terminated Automation executions.
/// An error occurred on the server side. /// /// The specified token is not valid. ///
public DescribeAutomationExecutions ( DescribeAutomationExecutionsRequest request ) : DescribeAutomationExecutionsResponse
request Amazon.SimpleSystemsManagement.Model.DescribeAutomationExecutionsRequest Container for the necessary parameters to execute the DescribeAutomationExecutions service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeAutomationExecutionsResponse

DescribeAutomationExecutionsAsync() public méthode

Initiates the asynchronous execution of the DescribeAutomationExecutions operation.
public DescribeAutomationExecutionsAsync ( DescribeAutomationExecutionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeAutomationExecutionsRequest Container for the necessary parameters to execute the DescribeAutomationExecutions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeAvailablePatches() public méthode

Lists all patches that could possibly be included in a patch baseline.
/// An error occurred on the server side. ///
public DescribeAvailablePatches ( DescribeAvailablePatchesRequest request ) : DescribeAvailablePatchesResponse
request Amazon.SimpleSystemsManagement.Model.DescribeAvailablePatchesRequest Container for the necessary parameters to execute the DescribeAvailablePatches service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeAvailablePatchesResponse

DescribeAvailablePatchesAsync() public méthode

Initiates the asynchronous execution of the DescribeAvailablePatches operation.
public DescribeAvailablePatchesAsync ( DescribeAvailablePatchesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeAvailablePatchesRequest Container for the necessary parameters to execute the DescribeAvailablePatches operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeDocument() public méthode

Describes the specified SSM document.
/// An error occurred on the server side. /// /// The specified document does not exist. /// /// The document version is not valid or does not exist. ///
public DescribeDocument ( DescribeDocumentRequest request ) : DescribeDocumentResponse
request Amazon.SimpleSystemsManagement.Model.DescribeDocumentRequest Container for the necessary parameters to execute the DescribeDocument service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeDocumentResponse

DescribeDocument() public méthode

Describes the specified SSM document.
/// An error occurred on the server side. /// /// The specified document does not exist. /// /// The document version is not valid or does not exist. ///
public DescribeDocument ( string name ) : DescribeDocumentResponse
name string The name of the SSM document.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeDocumentResponse

DescribeDocumentAsync() public méthode

Initiates the asynchronous execution of the DescribeDocument operation.
public DescribeDocumentAsync ( DescribeDocumentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeDocumentRequest Container for the necessary parameters to execute the DescribeDocument operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeDocumentAsync() public méthode

Describes the specified SSM document.
/// An error occurred on the server side. /// /// The specified document does not exist. /// /// The document version is not valid or does not exist. ///
public DescribeDocumentAsync ( string name, System cancellationToken = default(CancellationToken) ) : Task
name string The name of the SSM document.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeDocumentPermission() public méthode

Describes the permissions for an SSM 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).
/// An error occurred on the server side. /// /// The specified document does not exist. /// /// The permission type is not supported. Share is the only supported permission /// type. ///
public DescribeDocumentPermission ( DescribeDocumentPermissionRequest request ) : DescribeDocumentPermissionResponse
request Amazon.SimpleSystemsManagement.Model.DescribeDocumentPermissionRequest Container for the necessary parameters to execute the DescribeDocumentPermission service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeDocumentPermissionResponse

DescribeDocumentPermissionAsync() public méthode

Initiates the asynchronous execution of the DescribeDocumentPermission operation.
public DescribeDocumentPermissionAsync ( DescribeDocumentPermissionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeDocumentPermissionRequest Container for the necessary parameters to execute the DescribeDocumentPermission operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeEffectiveInstanceAssociations() public méthode

All associations for the instance(s).
/// An error occurred on the server side. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. ///
public DescribeEffectiveInstanceAssociations ( DescribeEffectiveInstanceAssociationsRequest request ) : DescribeEffectiveInstanceAssociationsResponse
request Amazon.SimpleSystemsManagement.Model.DescribeEffectiveInstanceAssociationsRequest Container for the necessary parameters to execute the DescribeEffectiveInstanceAssociations service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeEffectiveInstanceAssociationsResponse

DescribeEffectiveInstanceAssociationsAsync() public méthode

Initiates the asynchronous execution of the DescribeEffectiveInstanceAssociations operation.
public DescribeEffectiveInstanceAssociationsAsync ( DescribeEffectiveInstanceAssociationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeEffectiveInstanceAssociationsRequest Container for the necessary parameters to execute the DescribeEffectiveInstanceAssociations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeEffectivePatchesForPatchBaseline() public méthode

Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. /// /// The resource ID is not valid. Verify that you entered the correct ID and try again. ///
public DescribeEffectivePatchesForPatchBaseline ( DescribeEffectivePatchesForPatchBaselineRequest request ) : DescribeEffectivePatchesForPatchBaselineResponse
request Amazon.SimpleSystemsManagement.Model.DescribeEffectivePatchesForPatchBaselineRequest Container for the necessary parameters to execute the DescribeEffectivePatchesForPatchBaseline service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeEffectivePatchesForPatchBaselineResponse

DescribeEffectivePatchesForPatchBaselineAsync() public méthode

Initiates the asynchronous execution of the DescribeEffectivePatchesForPatchBaseline operation.
public DescribeEffectivePatchesForPatchBaselineAsync ( DescribeEffectivePatchesForPatchBaselineRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeEffectivePatchesForPatchBaselineRequest Container for the necessary parameters to execute the DescribeEffectivePatchesForPatchBaseline operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeInstanceAssociationsStatus() public méthode

The status of the associations for the instance(s).
/// An error occurred on the server side. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. ///
public DescribeInstanceAssociationsStatus ( DescribeInstanceAssociationsStatusRequest request ) : DescribeInstanceAssociationsStatusResponse
request Amazon.SimpleSystemsManagement.Model.DescribeInstanceAssociationsStatusRequest Container for the necessary parameters to execute the DescribeInstanceAssociationsStatus service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeInstanceAssociationsStatusResponse

DescribeInstanceAssociationsStatusAsync() public méthode

Initiates the asynchronous execution of the DescribeInstanceAssociationsStatus operation.
public DescribeInstanceAssociationsStatusAsync ( DescribeInstanceAssociationsStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeInstanceAssociationsStatusRequest Container for the necessary parameters to execute the DescribeInstanceAssociationsStatus operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeInstanceInformation() public méthode

Describes one or more of your instances. You can use this to get information about instances like the operating system platform, the SSM agent version (Linux), status etc. 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.
/// An error occurred on the server side. /// /// The specified key is not valid. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified filter value is not valid. /// /// The specified token is not valid. ///
public DescribeInstanceInformation ( ) : DescribeInstanceInformationResponse
Résultat Amazon.SimpleSystemsManagement.Model.DescribeInstanceInformationResponse

DescribeInstanceInformation() public méthode

Describes one or more of your instances. You can use this to get information about instances like the operating system platform, the SSM agent version (Linux), status etc. 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.
/// An error occurred on the server side. /// /// The specified key is not valid. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified filter value is not valid. /// /// The specified token is not valid. ///
public DescribeInstanceInformation ( DescribeInstanceInformationRequest request ) : DescribeInstanceInformationResponse
request Amazon.SimpleSystemsManagement.Model.DescribeInstanceInformationRequest Container for the necessary parameters to execute the DescribeInstanceInformation service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeInstanceInformationResponse

DescribeInstanceInformationAsync() public méthode

Initiates the asynchronous execution of the DescribeInstanceInformation operation.
public DescribeInstanceInformationAsync ( DescribeInstanceInformationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeInstanceInformationRequest Container for the necessary parameters to execute the DescribeInstanceInformation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeInstanceInformationAsync() public méthode

Describes one or more of your instances. You can use this to get information about instances like the operating system platform, the SSM agent version (Linux), status etc. 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.
/// An error occurred on the server side. /// /// The specified key is not valid. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified filter value is not valid. /// /// The specified token is not valid. ///
public DescribeInstanceInformationAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeInstancePatchStates() public méthode

Retrieves the high-level patch state of one or more instances.
/// An error occurred on the server side. /// /// The specified token is not valid. ///
public DescribeInstancePatchStates ( DescribeInstancePatchStatesRequest request ) : DescribeInstancePatchStatesResponse
request Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesRequest Container for the necessary parameters to execute the DescribeInstancePatchStates service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesResponse

DescribeInstancePatchStatesAsync() public méthode

Initiates the asynchronous execution of the DescribeInstancePatchStates operation.
public DescribeInstancePatchStatesAsync ( DescribeInstancePatchStatesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesRequest Container for the necessary parameters to execute the DescribeInstancePatchStates operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeInstancePatchStatesForPatchGroup() public méthode

Retrieves the high-level patch state for the instances in the specified patch group.
/// An error occurred on the server side. /// /// The filter name is not valid. Verify the you entered the correct name and try again. /// /// The specified token is not valid. ///
public DescribeInstancePatchStatesForPatchGroup ( DescribeInstancePatchStatesForPatchGroupRequest request ) : DescribeInstancePatchStatesForPatchGroupResponse
request Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesForPatchGroupRequest Container for the necessary parameters to execute the DescribeInstancePatchStatesForPatchGroup service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesForPatchGroupResponse

DescribeInstancePatchStatesForPatchGroupAsync() public méthode

Initiates the asynchronous execution of the DescribeInstancePatchStatesForPatchGroup operation.
public DescribeInstancePatchStatesForPatchGroupAsync ( DescribeInstancePatchStatesForPatchGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesForPatchGroupRequest Container for the necessary parameters to execute the DescribeInstancePatchStatesForPatchGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeInstancePatches() public méthode

Retrieves information about the patches on the specified instance and their state relative to the patch baseline being used for the instance.
/// An error occurred on the server side. /// /// The filter name is not valid. Verify the you entered the correct name and try again. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. ///
public DescribeInstancePatches ( DescribeInstancePatchesRequest request ) : DescribeInstancePatchesResponse
request Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchesRequest Container for the necessary parameters to execute the DescribeInstancePatches service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchesResponse

DescribeInstancePatchesAsync() public méthode

Initiates the asynchronous execution of the DescribeInstancePatches operation.
public DescribeInstancePatchesAsync ( DescribeInstancePatchesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchesRequest Container for the necessary parameters to execute the DescribeInstancePatches operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeMaintenanceWindowExecutionTaskInvocations() public méthode

Retrieves the individual task executions (one per target) for a particular task executed as part of a Maintenance Window execution.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. ///
public DescribeMaintenanceWindowExecutionTaskInvocations ( DescribeMaintenanceWindowExecutionTaskInvocationsRequest request ) : DescribeMaintenanceWindowExecutionTaskInvocationsResponse
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTaskInvocationsRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowExecutionTaskInvocations service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTaskInvocationsResponse

DescribeMaintenanceWindowExecutionTaskInvocationsAsync() public méthode

Initiates the asynchronous execution of the DescribeMaintenanceWindowExecutionTaskInvocations operation.
public DescribeMaintenanceWindowExecutionTaskInvocationsAsync ( DescribeMaintenanceWindowExecutionTaskInvocationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTaskInvocationsRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowExecutionTaskInvocations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeMaintenanceWindowExecutionTasks() public méthode

For a given Maintenance Window execution, lists the tasks that were executed.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. ///
public DescribeMaintenanceWindowExecutionTasks ( DescribeMaintenanceWindowExecutionTasksRequest request ) : DescribeMaintenanceWindowExecutionTasksResponse
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTasksRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowExecutionTasks service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTasksResponse

DescribeMaintenanceWindowExecutionTasksAsync() public méthode

Initiates the asynchronous execution of the DescribeMaintenanceWindowExecutionTasks operation.
public DescribeMaintenanceWindowExecutionTasksAsync ( DescribeMaintenanceWindowExecutionTasksRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTasksRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowExecutionTasks operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeMaintenanceWindowExecutions() public méthode

Lists the executions of a Maintenance Window (meaning, information about when the Maintenance Window was scheduled to be active and information about tasks registered and run with the Maintenance Window).
/// An error occurred on the server side. ///
public DescribeMaintenanceWindowExecutions ( DescribeMaintenanceWindowExecutionsRequest request ) : DescribeMaintenanceWindowExecutionsResponse
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionsRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowExecutions service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionsResponse

DescribeMaintenanceWindowExecutionsAsync() public méthode

Initiates the asynchronous execution of the DescribeMaintenanceWindowExecutions operation.
public DescribeMaintenanceWindowExecutionsAsync ( DescribeMaintenanceWindowExecutionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionsRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowExecutions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeMaintenanceWindowTargets() public méthode

Lists the targets registered with the Maintenance Window.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. ///
public DescribeMaintenanceWindowTargets ( DescribeMaintenanceWindowTargetsRequest request ) : DescribeMaintenanceWindowTargetsResponse
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTargetsRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowTargets service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTargetsResponse

DescribeMaintenanceWindowTargetsAsync() public méthode

Initiates the asynchronous execution of the DescribeMaintenanceWindowTargets operation.
public DescribeMaintenanceWindowTargetsAsync ( DescribeMaintenanceWindowTargetsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTargetsRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowTargets operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeMaintenanceWindowTasks() public méthode

Lists the tasks in a Maintenance Window.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. ///
public DescribeMaintenanceWindowTasks ( DescribeMaintenanceWindowTasksRequest request ) : DescribeMaintenanceWindowTasksResponse
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTasksRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowTasks service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTasksResponse

DescribeMaintenanceWindowTasksAsync() public méthode

Initiates the asynchronous execution of the DescribeMaintenanceWindowTasks operation.
public DescribeMaintenanceWindowTasksAsync ( DescribeMaintenanceWindowTasksRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTasksRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowTasks operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeMaintenanceWindows() public méthode

Retrieves the Maintenance Windows in an AWS account.
/// An error occurred on the server side. ///
public DescribeMaintenanceWindows ( DescribeMaintenanceWindowsRequest request ) : DescribeMaintenanceWindowsResponse
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowsRequest Container for the necessary parameters to execute the DescribeMaintenanceWindows service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowsResponse

DescribeMaintenanceWindowsAsync() public méthode

Initiates the asynchronous execution of the DescribeMaintenanceWindows operation.
public DescribeMaintenanceWindowsAsync ( DescribeMaintenanceWindowsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowsRequest Container for the necessary parameters to execute the DescribeMaintenanceWindows operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeParameters() public méthode

Get information about a parameter.
/// An error occurred on the server side. /// /// The filter value is not valid. Verify the value and try again. /// /// The specified token is not valid. ///
public DescribeParameters ( DescribeParametersRequest request ) : DescribeParametersResponse
request Amazon.SimpleSystemsManagement.Model.DescribeParametersRequest Container for the necessary parameters to execute the DescribeParameters service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeParametersResponse

DescribeParametersAsync() public méthode

Initiates the asynchronous execution of the DescribeParameters operation.
public DescribeParametersAsync ( DescribeParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeParametersRequest Container for the necessary parameters to execute the DescribeParameters operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribePatchBaselines() public méthode

Lists the patch baselines in your AWS account.
/// An error occurred on the server side. ///
public DescribePatchBaselines ( DescribePatchBaselinesRequest request ) : DescribePatchBaselinesResponse
request Amazon.SimpleSystemsManagement.Model.DescribePatchBaselinesRequest Container for the necessary parameters to execute the DescribePatchBaselines service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribePatchBaselinesResponse

DescribePatchBaselinesAsync() public méthode

Initiates the asynchronous execution of the DescribePatchBaselines operation.
public DescribePatchBaselinesAsync ( DescribePatchBaselinesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribePatchBaselinesRequest Container for the necessary parameters to execute the DescribePatchBaselines operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribePatchGroupState() public méthode

Returns high-level aggregated patch compliance state for a patch group.
/// An error occurred on the server side. /// /// The specified token is not valid. ///
public DescribePatchGroupState ( DescribePatchGroupStateRequest request ) : DescribePatchGroupStateResponse
request Amazon.SimpleSystemsManagement.Model.DescribePatchGroupStateRequest Container for the necessary parameters to execute the DescribePatchGroupState service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribePatchGroupStateResponse

DescribePatchGroupStateAsync() public méthode

Initiates the asynchronous execution of the DescribePatchGroupState operation.
public DescribePatchGroupStateAsync ( DescribePatchGroupStateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribePatchGroupStateRequest Container for the necessary parameters to execute the DescribePatchGroupState operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribePatchGroups() public méthode

Lists all patch groups that have been registered with patch baselines.
/// An error occurred on the server side. ///
public DescribePatchGroups ( DescribePatchGroupsRequest request ) : DescribePatchGroupsResponse
request Amazon.SimpleSystemsManagement.Model.DescribePatchGroupsRequest Container for the necessary parameters to execute the DescribePatchGroups service method.
Résultat Amazon.SimpleSystemsManagement.Model.DescribePatchGroupsResponse

DescribePatchGroupsAsync() public méthode

Initiates the asynchronous execution of the DescribePatchGroups operation.
public DescribePatchGroupsAsync ( DescribePatchGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribePatchGroupsRequest Container for the necessary parameters to execute the DescribePatchGroups operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

Dispose() protected méthode

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndAddTagsToResource() public méthode

Finishes the asynchronous execution of the AddTagsToResource operation.
public EndAddTagsToResource ( IAsyncResult asyncResult ) : AddTagsToResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddTagsToResource.
Résultat AddTagsToResourceResponse

EndCancelCommand() public méthode

Finishes the asynchronous execution of the CancelCommand operation.
public EndCancelCommand ( IAsyncResult asyncResult ) : CancelCommandResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelCommand.
Résultat CancelCommandResponse

EndCreateActivation() public méthode

Finishes the asynchronous execution of the CreateActivation operation.
public EndCreateActivation ( IAsyncResult asyncResult ) : CreateActivationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateActivation.
Résultat Amazon.SimpleSystemsManagement.Model.CreateActivationResponse

EndCreateAssociation() public méthode

Finishes the asynchronous execution of the CreateAssociation operation.
public EndCreateAssociation ( IAsyncResult asyncResult ) : CreateAssociationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAssociation.
Résultat Amazon.SimpleSystemsManagement.Model.CreateAssociationResponse

EndCreateAssociationBatch() public méthode

Finishes the asynchronous execution of the CreateAssociationBatch operation.
public EndCreateAssociationBatch ( IAsyncResult asyncResult ) : CreateAssociationBatchResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAssociationBatch.
Résultat Amazon.SimpleSystemsManagement.Model.CreateAssociationBatchResponse

EndCreateDocument() public méthode

Finishes the asynchronous execution of the CreateDocument operation.
public EndCreateDocument ( IAsyncResult asyncResult ) : CreateDocumentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDocument.
Résultat Amazon.SimpleSystemsManagement.Model.CreateDocumentResponse

EndCreateMaintenanceWindow() public méthode

Finishes the asynchronous execution of the CreateMaintenanceWindow operation.
public EndCreateMaintenanceWindow ( IAsyncResult asyncResult ) : CreateMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateMaintenanceWindow.
Résultat Amazon.SimpleSystemsManagement.Model.CreateMaintenanceWindowResponse

EndCreatePatchBaseline() public méthode

Finishes the asynchronous execution of the CreatePatchBaseline operation.
public EndCreatePatchBaseline ( IAsyncResult asyncResult ) : CreatePatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePatchBaseline.
Résultat Amazon.SimpleSystemsManagement.Model.CreatePatchBaselineResponse

EndDeleteActivation() public méthode

Finishes the asynchronous execution of the DeleteActivation operation.
public EndDeleteActivation ( IAsyncResult asyncResult ) : DeleteActivationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteActivation.
Résultat DeleteActivationResponse

EndDeleteAssociation() public méthode

Finishes the asynchronous execution of the DeleteAssociation operation.
public EndDeleteAssociation ( IAsyncResult asyncResult ) : DeleteAssociationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteAssociation.
Résultat DeleteAssociationResponse

EndDeleteDocument() public méthode

Finishes the asynchronous execution of the DeleteDocument operation.
public EndDeleteDocument ( IAsyncResult asyncResult ) : DeleteDocumentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDocument.
Résultat DeleteDocumentResponse

EndDeleteMaintenanceWindow() public méthode

Finishes the asynchronous execution of the DeleteMaintenanceWindow operation.
public EndDeleteMaintenanceWindow ( IAsyncResult asyncResult ) : DeleteMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteMaintenanceWindow.
Résultat Amazon.SimpleSystemsManagement.Model.DeleteMaintenanceWindowResponse

EndDeleteParameter() public méthode

Finishes the asynchronous execution of the DeleteParameter operation.
public EndDeleteParameter ( IAsyncResult asyncResult ) : DeleteParameterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteParameter.
Résultat DeleteParameterResponse

EndDeletePatchBaseline() public méthode

Finishes the asynchronous execution of the DeletePatchBaseline operation.
public EndDeletePatchBaseline ( IAsyncResult asyncResult ) : DeletePatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePatchBaseline.
Résultat Amazon.SimpleSystemsManagement.Model.DeletePatchBaselineResponse

EndDeregisterManagedInstance() public méthode

Finishes the asynchronous execution of the DeregisterManagedInstance operation.
public EndDeregisterManagedInstance ( IAsyncResult asyncResult ) : DeregisterManagedInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterManagedInstance.
Résultat DeregisterManagedInstanceResponse

EndDeregisterPatchBaselineForPatchGroup() public méthode

Finishes the asynchronous execution of the DeregisterPatchBaselineForPatchGroup operation.
public EndDeregisterPatchBaselineForPatchGroup ( IAsyncResult asyncResult ) : DeregisterPatchBaselineForPatchGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterPatchBaselineForPatchGroup.
Résultat Amazon.SimpleSystemsManagement.Model.DeregisterPatchBaselineForPatchGroupResponse

EndDeregisterTargetFromMaintenanceWindow() public méthode

Finishes the asynchronous execution of the DeregisterTargetFromMaintenanceWindow operation.
public EndDeregisterTargetFromMaintenanceWindow ( IAsyncResult asyncResult ) : DeregisterTargetFromMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterTargetFromMaintenanceWindow.
Résultat Amazon.SimpleSystemsManagement.Model.DeregisterTargetFromMaintenanceWindowResponse

EndDeregisterTaskFromMaintenanceWindow() public méthode

Finishes the asynchronous execution of the DeregisterTaskFromMaintenanceWindow operation.
public EndDeregisterTaskFromMaintenanceWindow ( IAsyncResult asyncResult ) : DeregisterTaskFromMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterTaskFromMaintenanceWindow.
Résultat Amazon.SimpleSystemsManagement.Model.DeregisterTaskFromMaintenanceWindowResponse

EndDescribeActivations() public méthode

Finishes the asynchronous execution of the DescribeActivations operation.
public EndDescribeActivations ( IAsyncResult asyncResult ) : DescribeActivationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeActivations.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeActivationsResponse

EndDescribeAssociation() public méthode

Finishes the asynchronous execution of the DescribeAssociation operation.
public EndDescribeAssociation ( IAsyncResult asyncResult ) : DescribeAssociationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAssociation.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeAssociationResponse

EndDescribeAutomationExecutions() public méthode

Finishes the asynchronous execution of the DescribeAutomationExecutions operation.
public EndDescribeAutomationExecutions ( IAsyncResult asyncResult ) : DescribeAutomationExecutionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAutomationExecutions.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeAutomationExecutionsResponse

EndDescribeAvailablePatches() public méthode

Finishes the asynchronous execution of the DescribeAvailablePatches operation.
public EndDescribeAvailablePatches ( IAsyncResult asyncResult ) : DescribeAvailablePatchesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAvailablePatches.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeAvailablePatchesResponse

EndDescribeDocument() public méthode

Finishes the asynchronous execution of the DescribeDocument operation.
public EndDescribeDocument ( IAsyncResult asyncResult ) : DescribeDocumentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDocument.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeDocumentResponse

EndDescribeDocumentPermission() public méthode

Finishes the asynchronous execution of the DescribeDocumentPermission operation.
public EndDescribeDocumentPermission ( IAsyncResult asyncResult ) : DescribeDocumentPermissionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDocumentPermission.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeDocumentPermissionResponse

EndDescribeEffectiveInstanceAssociations() public méthode

Finishes the asynchronous execution of the DescribeEffectiveInstanceAssociations operation.
public EndDescribeEffectiveInstanceAssociations ( IAsyncResult asyncResult ) : DescribeEffectiveInstanceAssociationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEffectiveInstanceAssociations.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeEffectiveInstanceAssociationsResponse

EndDescribeEffectivePatchesForPatchBaseline() public méthode

Finishes the asynchronous execution of the DescribeEffectivePatchesForPatchBaseline operation.
public EndDescribeEffectivePatchesForPatchBaseline ( IAsyncResult asyncResult ) : DescribeEffectivePatchesForPatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEffectivePatchesForPatchBaseline.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeEffectivePatchesForPatchBaselineResponse

EndDescribeInstanceAssociationsStatus() public méthode

Finishes the asynchronous execution of the DescribeInstanceAssociationsStatus operation.
public EndDescribeInstanceAssociationsStatus ( IAsyncResult asyncResult ) : DescribeInstanceAssociationsStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstanceAssociationsStatus.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeInstanceAssociationsStatusResponse

EndDescribeInstanceInformation() public méthode

Finishes the asynchronous execution of the DescribeInstanceInformation operation.
public EndDescribeInstanceInformation ( IAsyncResult asyncResult ) : DescribeInstanceInformationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstanceInformation.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeInstanceInformationResponse

EndDescribeInstancePatchStates() public méthode

Finishes the asynchronous execution of the DescribeInstancePatchStates operation.
public EndDescribeInstancePatchStates ( IAsyncResult asyncResult ) : DescribeInstancePatchStatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstancePatchStates.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesResponse

EndDescribeInstancePatchStatesForPatchGroup() public méthode

Finishes the asynchronous execution of the DescribeInstancePatchStatesForPatchGroup operation.
public EndDescribeInstancePatchStatesForPatchGroup ( IAsyncResult asyncResult ) : DescribeInstancePatchStatesForPatchGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstancePatchStatesForPatchGroup.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesForPatchGroupResponse

EndDescribeInstancePatches() public méthode

Finishes the asynchronous execution of the DescribeInstancePatches operation.
public EndDescribeInstancePatches ( IAsyncResult asyncResult ) : DescribeInstancePatchesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstancePatches.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchesResponse

EndDescribeMaintenanceWindowExecutionTaskInvocations() public méthode

Finishes the asynchronous execution of the DescribeMaintenanceWindowExecutionTaskInvocations operation.
public EndDescribeMaintenanceWindowExecutionTaskInvocations ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowExecutionTaskInvocationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMaintenanceWindowExecutionTaskInvocations.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTaskInvocationsResponse

EndDescribeMaintenanceWindowExecutionTasks() public méthode

Finishes the asynchronous execution of the DescribeMaintenanceWindowExecutionTasks operation.
public EndDescribeMaintenanceWindowExecutionTasks ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowExecutionTasksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMaintenanceWindowExecutionTasks.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTasksResponse

EndDescribeMaintenanceWindowExecutions() public méthode

Finishes the asynchronous execution of the DescribeMaintenanceWindowExecutions operation.
public EndDescribeMaintenanceWindowExecutions ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowExecutionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMaintenanceWindowExecutions.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionsResponse

EndDescribeMaintenanceWindowTargets() public méthode

Finishes the asynchronous execution of the DescribeMaintenanceWindowTargets operation.
public EndDescribeMaintenanceWindowTargets ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowTargetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMaintenanceWindowTargets.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTargetsResponse

EndDescribeMaintenanceWindowTasks() public méthode

Finishes the asynchronous execution of the DescribeMaintenanceWindowTasks operation.
public EndDescribeMaintenanceWindowTasks ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowTasksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMaintenanceWindowTasks.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTasksResponse

EndDescribeMaintenanceWindows() public méthode

Finishes the asynchronous execution of the DescribeMaintenanceWindows operation.
public EndDescribeMaintenanceWindows ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMaintenanceWindows.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowsResponse

EndDescribeParameters() public méthode

Finishes the asynchronous execution of the DescribeParameters operation.
public EndDescribeParameters ( IAsyncResult asyncResult ) : DescribeParametersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeParameters.
Résultat Amazon.SimpleSystemsManagement.Model.DescribeParametersResponse

EndDescribePatchBaselines() public méthode

Finishes the asynchronous execution of the DescribePatchBaselines operation.
public EndDescribePatchBaselines ( IAsyncResult asyncResult ) : DescribePatchBaselinesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePatchBaselines.
Résultat Amazon.SimpleSystemsManagement.Model.DescribePatchBaselinesResponse

EndDescribePatchGroupState() public méthode

Finishes the asynchronous execution of the DescribePatchGroupState operation.
public EndDescribePatchGroupState ( IAsyncResult asyncResult ) : DescribePatchGroupStateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePatchGroupState.
Résultat Amazon.SimpleSystemsManagement.Model.DescribePatchGroupStateResponse

EndDescribePatchGroups() public méthode

Finishes the asynchronous execution of the DescribePatchGroups operation.
public EndDescribePatchGroups ( IAsyncResult asyncResult ) : DescribePatchGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePatchGroups.
Résultat Amazon.SimpleSystemsManagement.Model.DescribePatchGroupsResponse

EndGetAutomationExecution() public méthode

Finishes the asynchronous execution of the GetAutomationExecution operation.
public EndGetAutomationExecution ( IAsyncResult asyncResult ) : GetAutomationExecutionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetAutomationExecution.
Résultat Amazon.SimpleSystemsManagement.Model.GetAutomationExecutionResponse

EndGetCommandInvocation() public méthode

Finishes the asynchronous execution of the GetCommandInvocation operation.
public EndGetCommandInvocation ( IAsyncResult asyncResult ) : GetCommandInvocationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCommandInvocation.
Résultat Amazon.SimpleSystemsManagement.Model.GetCommandInvocationResponse

EndGetDefaultPatchBaseline() public méthode

Finishes the asynchronous execution of the GetDefaultPatchBaseline operation.
public EndGetDefaultPatchBaseline ( IAsyncResult asyncResult ) : GetDefaultPatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDefaultPatchBaseline.
Résultat Amazon.SimpleSystemsManagement.Model.GetDefaultPatchBaselineResponse

EndGetDeployablePatchSnapshotForInstance() public méthode

Finishes the asynchronous execution of the GetDeployablePatchSnapshotForInstance operation.
public EndGetDeployablePatchSnapshotForInstance ( IAsyncResult asyncResult ) : GetDeployablePatchSnapshotForInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDeployablePatchSnapshotForInstance.
Résultat Amazon.SimpleSystemsManagement.Model.GetDeployablePatchSnapshotForInstanceResponse

EndGetDocument() public méthode

Finishes the asynchronous execution of the GetDocument operation.
public EndGetDocument ( IAsyncResult asyncResult ) : GetDocumentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDocument.
Résultat Amazon.SimpleSystemsManagement.Model.GetDocumentResponse

EndGetInventory() public méthode

Finishes the asynchronous execution of the GetInventory operation.
public EndGetInventory ( IAsyncResult asyncResult ) : GetInventoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInventory.
Résultat Amazon.SimpleSystemsManagement.Model.GetInventoryResponse

EndGetInventorySchema() public méthode

Finishes the asynchronous execution of the GetInventorySchema operation.
public EndGetInventorySchema ( IAsyncResult asyncResult ) : GetInventorySchemaResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInventorySchema.
Résultat Amazon.SimpleSystemsManagement.Model.GetInventorySchemaResponse

EndGetMaintenanceWindow() public méthode

Finishes the asynchronous execution of the GetMaintenanceWindow operation.
public EndGetMaintenanceWindow ( IAsyncResult asyncResult ) : GetMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMaintenanceWindow.
Résultat Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowResponse

EndGetMaintenanceWindowExecution() public méthode

Finishes the asynchronous execution of the GetMaintenanceWindowExecution operation.
public EndGetMaintenanceWindowExecution ( IAsyncResult asyncResult ) : GetMaintenanceWindowExecutionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMaintenanceWindowExecution.
Résultat Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionResponse

EndGetMaintenanceWindowExecutionTask() public méthode

Finishes the asynchronous execution of the GetMaintenanceWindowExecutionTask operation.
public EndGetMaintenanceWindowExecutionTask ( IAsyncResult asyncResult ) : GetMaintenanceWindowExecutionTaskResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMaintenanceWindowExecutionTask.
Résultat Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionTaskResponse

EndGetParameterHistory() public méthode

Finishes the asynchronous execution of the GetParameterHistory operation.
public EndGetParameterHistory ( IAsyncResult asyncResult ) : GetParameterHistoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetParameterHistory.
Résultat Amazon.SimpleSystemsManagement.Model.GetParameterHistoryResponse

EndGetParameters() public méthode

Finishes the asynchronous execution of the GetParameters operation.
public EndGetParameters ( IAsyncResult asyncResult ) : GetParametersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetParameters.
Résultat Amazon.SimpleSystemsManagement.Model.GetParametersResponse

EndGetPatchBaseline() public méthode

Finishes the asynchronous execution of the GetPatchBaseline operation.
public EndGetPatchBaseline ( IAsyncResult asyncResult ) : GetPatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetPatchBaseline.
Résultat Amazon.SimpleSystemsManagement.Model.GetPatchBaselineResponse

EndGetPatchBaselineForPatchGroup() public méthode

Finishes the asynchronous execution of the GetPatchBaselineForPatchGroup operation.
public EndGetPatchBaselineForPatchGroup ( IAsyncResult asyncResult ) : GetPatchBaselineForPatchGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetPatchBaselineForPatchGroup.
Résultat Amazon.SimpleSystemsManagement.Model.GetPatchBaselineForPatchGroupResponse

EndListAssociations() public méthode

Finishes the asynchronous execution of the ListAssociations operation.
public EndListAssociations ( IAsyncResult asyncResult ) : ListAssociationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAssociations.
Résultat Amazon.SimpleSystemsManagement.Model.ListAssociationsResponse

EndListCommandInvocations() public méthode

Finishes the asynchronous execution of the ListCommandInvocations operation.
public EndListCommandInvocations ( IAsyncResult asyncResult ) : ListCommandInvocationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListCommandInvocations.
Résultat Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsResponse

EndListCommands() public méthode

Finishes the asynchronous execution of the ListCommands operation.
public EndListCommands ( IAsyncResult asyncResult ) : ListCommandsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListCommands.
Résultat Amazon.SimpleSystemsManagement.Model.ListCommandsResponse

EndListDocumentVersions() public méthode

Finishes the asynchronous execution of the ListDocumentVersions operation.
public EndListDocumentVersions ( IAsyncResult asyncResult ) : ListDocumentVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDocumentVersions.
Résultat Amazon.SimpleSystemsManagement.Model.ListDocumentVersionsResponse

EndListDocuments() public méthode

Finishes the asynchronous execution of the ListDocuments operation.
public EndListDocuments ( IAsyncResult asyncResult ) : ListDocumentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDocuments.
Résultat Amazon.SimpleSystemsManagement.Model.ListDocumentsResponse

EndListInventoryEntries() public méthode

Finishes the asynchronous execution of the ListInventoryEntries operation.
public EndListInventoryEntries ( IAsyncResult asyncResult ) : ListInventoryEntriesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListInventoryEntries.
Résultat Amazon.SimpleSystemsManagement.Model.ListInventoryEntriesResponse

EndListTagsForResource() public méthode

Finishes the asynchronous execution of the ListTagsForResource operation.
public EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTagsForResource.
Résultat Amazon.SimpleSystemsManagement.Model.ListTagsForResourceResponse

EndModifyDocumentPermission() public méthode

Finishes the asynchronous execution of the ModifyDocumentPermission operation.
public EndModifyDocumentPermission ( IAsyncResult asyncResult ) : ModifyDocumentPermissionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyDocumentPermission.
Résultat ModifyDocumentPermissionResponse

EndPutInventory() public méthode

Finishes the asynchronous execution of the PutInventory operation.
public EndPutInventory ( IAsyncResult asyncResult ) : PutInventoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutInventory.
Résultat PutInventoryResponse

EndPutParameter() public méthode

Finishes the asynchronous execution of the PutParameter operation.
public EndPutParameter ( IAsyncResult asyncResult ) : PutParameterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutParameter.
Résultat PutParameterResponse

EndRegisterDefaultPatchBaseline() public méthode

Finishes the asynchronous execution of the RegisterDefaultPatchBaseline operation.
public EndRegisterDefaultPatchBaseline ( IAsyncResult asyncResult ) : RegisterDefaultPatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterDefaultPatchBaseline.
Résultat Amazon.SimpleSystemsManagement.Model.RegisterDefaultPatchBaselineResponse

EndRegisterPatchBaselineForPatchGroup() public méthode

Finishes the asynchronous execution of the RegisterPatchBaselineForPatchGroup operation.
public EndRegisterPatchBaselineForPatchGroup ( IAsyncResult asyncResult ) : RegisterPatchBaselineForPatchGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterPatchBaselineForPatchGroup.
Résultat Amazon.SimpleSystemsManagement.Model.RegisterPatchBaselineForPatchGroupResponse

EndRegisterTargetWithMaintenanceWindow() public méthode

Finishes the asynchronous execution of the RegisterTargetWithMaintenanceWindow operation.
public EndRegisterTargetWithMaintenanceWindow ( IAsyncResult asyncResult ) : RegisterTargetWithMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterTargetWithMaintenanceWindow.
Résultat Amazon.SimpleSystemsManagement.Model.RegisterTargetWithMaintenanceWindowResponse

EndRegisterTaskWithMaintenanceWindow() public méthode

Finishes the asynchronous execution of the RegisterTaskWithMaintenanceWindow operation.
public EndRegisterTaskWithMaintenanceWindow ( IAsyncResult asyncResult ) : RegisterTaskWithMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterTaskWithMaintenanceWindow.
Résultat Amazon.SimpleSystemsManagement.Model.RegisterTaskWithMaintenanceWindowResponse

EndRemoveTagsFromResource() public méthode

Finishes the asynchronous execution of the RemoveTagsFromResource operation.
public EndRemoveTagsFromResource ( IAsyncResult asyncResult ) : RemoveTagsFromResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemoveTagsFromResource.
Résultat RemoveTagsFromResourceResponse

EndSendCommand() public méthode

Finishes the asynchronous execution of the SendCommand operation.
public EndSendCommand ( IAsyncResult asyncResult ) : SendCommandResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSendCommand.
Résultat Amazon.SimpleSystemsManagement.Model.SendCommandResponse

EndStartAutomationExecution() public méthode

Finishes the asynchronous execution of the StartAutomationExecution operation.
public EndStartAutomationExecution ( IAsyncResult asyncResult ) : StartAutomationExecutionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartAutomationExecution.
Résultat Amazon.SimpleSystemsManagement.Model.StartAutomationExecutionResponse

EndStopAutomationExecution() public méthode

Finishes the asynchronous execution of the StopAutomationExecution operation.
public EndStopAutomationExecution ( IAsyncResult asyncResult ) : StopAutomationExecutionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopAutomationExecution.
Résultat StopAutomationExecutionResponse

EndUpdateAssociation() public méthode

Finishes the asynchronous execution of the UpdateAssociation operation.
public EndUpdateAssociation ( IAsyncResult asyncResult ) : UpdateAssociationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateAssociation.
Résultat Amazon.SimpleSystemsManagement.Model.UpdateAssociationResponse

EndUpdateAssociationStatus() public méthode

Finishes the asynchronous execution of the UpdateAssociationStatus operation.
public EndUpdateAssociationStatus ( IAsyncResult asyncResult ) : UpdateAssociationStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateAssociationStatus.
Résultat Amazon.SimpleSystemsManagement.Model.UpdateAssociationStatusResponse

EndUpdateDocument() public méthode

Finishes the asynchronous execution of the UpdateDocument operation.
public EndUpdateDocument ( IAsyncResult asyncResult ) : UpdateDocumentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDocument.
Résultat Amazon.SimpleSystemsManagement.Model.UpdateDocumentResponse

EndUpdateDocumentDefaultVersion() public méthode

Finishes the asynchronous execution of the UpdateDocumentDefaultVersion operation.
public EndUpdateDocumentDefaultVersion ( IAsyncResult asyncResult ) : UpdateDocumentDefaultVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDocumentDefaultVersion.
Résultat Amazon.SimpleSystemsManagement.Model.UpdateDocumentDefaultVersionResponse

EndUpdateMaintenanceWindow() public méthode

Finishes the asynchronous execution of the UpdateMaintenanceWindow operation.
public EndUpdateMaintenanceWindow ( IAsyncResult asyncResult ) : UpdateMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateMaintenanceWindow.
Résultat Amazon.SimpleSystemsManagement.Model.UpdateMaintenanceWindowResponse

EndUpdateManagedInstanceRole() public méthode

Finishes the asynchronous execution of the UpdateManagedInstanceRole operation.
public EndUpdateManagedInstanceRole ( IAsyncResult asyncResult ) : UpdateManagedInstanceRoleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateManagedInstanceRole.
Résultat UpdateManagedInstanceRoleResponse

EndUpdatePatchBaseline() public méthode

Finishes the asynchronous execution of the UpdatePatchBaseline operation.
public EndUpdatePatchBaseline ( IAsyncResult asyncResult ) : UpdatePatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdatePatchBaseline.
Résultat Amazon.SimpleSystemsManagement.Model.UpdatePatchBaselineResponse

GetAutomationExecution() public méthode

Get detailed information about a particular Automation execution.
/// There is no automation execution information for the requested automation execution /// ID. /// /// An error occurred on the server side. ///
public GetAutomationExecution ( GetAutomationExecutionRequest request ) : GetAutomationExecutionResponse
request Amazon.SimpleSystemsManagement.Model.GetAutomationExecutionRequest Container for the necessary parameters to execute the GetAutomationExecution service method.
Résultat Amazon.SimpleSystemsManagement.Model.GetAutomationExecutionResponse

GetAutomationExecutionAsync() public méthode

Initiates the asynchronous execution of the GetAutomationExecution operation.
public GetAutomationExecutionAsync ( GetAutomationExecutionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetAutomationExecutionRequest Container for the necessary parameters to execute the GetAutomationExecution operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetCommandInvocation() public méthode

Returns detailed information about command execution for an invocation or plugin.
/// An error occurred on the server side. /// /// /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The plugin name is not valid. /// /// The command ID and instance ID you specified did not match any invocations. Verify /// the command ID adn the instance ID and try again. ///
public GetCommandInvocation ( GetCommandInvocationRequest request ) : GetCommandInvocationResponse
request Amazon.SimpleSystemsManagement.Model.GetCommandInvocationRequest Container for the necessary parameters to execute the GetCommandInvocation service method.
Résultat Amazon.SimpleSystemsManagement.Model.GetCommandInvocationResponse

GetCommandInvocationAsync() public méthode

Initiates the asynchronous execution of the GetCommandInvocation operation.
public GetCommandInvocationAsync ( GetCommandInvocationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetCommandInvocationRequest Container for the necessary parameters to execute the GetCommandInvocation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetDefaultPatchBaseline() public méthode

Retrieves the default patch baseline.
/// An error occurred on the server side. ///
public GetDefaultPatchBaseline ( GetDefaultPatchBaselineRequest request ) : GetDefaultPatchBaselineResponse
request GetDefaultPatchBaselineRequest Container for the necessary parameters to execute the GetDefaultPatchBaseline service method.
Résultat Amazon.SimpleSystemsManagement.Model.GetDefaultPatchBaselineResponse

GetDefaultPatchBaselineAsync() public méthode

Initiates the asynchronous execution of the GetDefaultPatchBaseline operation.
public GetDefaultPatchBaselineAsync ( GetDefaultPatchBaselineRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetDefaultPatchBaselineRequest Container for the necessary parameters to execute the GetDefaultPatchBaseline operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetDeployablePatchSnapshotForInstance() public méthode

Retrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-ApplyPatchBaseline Systems Manager document.
/// An error occurred on the server side. ///
public GetDeployablePatchSnapshotForInstance ( GetDeployablePatchSnapshotForInstanceRequest request ) : GetDeployablePatchSnapshotForInstanceResponse
request Amazon.SimpleSystemsManagement.Model.GetDeployablePatchSnapshotForInstanceRequest Container for the necessary parameters to execute the GetDeployablePatchSnapshotForInstance service method.
Résultat Amazon.SimpleSystemsManagement.Model.GetDeployablePatchSnapshotForInstanceResponse

GetDeployablePatchSnapshotForInstanceAsync() public méthode

Initiates the asynchronous execution of the GetDeployablePatchSnapshotForInstance operation.
public GetDeployablePatchSnapshotForInstanceAsync ( GetDeployablePatchSnapshotForInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetDeployablePatchSnapshotForInstanceRequest Container for the necessary parameters to execute the GetDeployablePatchSnapshotForInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetDocument() public méthode

Gets the contents of the specified SSM document.
/// An error occurred on the server side. /// /// The specified document does not exist. /// /// The document version is not valid or does not exist. ///
public GetDocument ( GetDocumentRequest request ) : GetDocumentResponse
request Amazon.SimpleSystemsManagement.Model.GetDocumentRequest Container for the necessary parameters to execute the GetDocument service method.
Résultat Amazon.SimpleSystemsManagement.Model.GetDocumentResponse

GetDocument() public méthode

Gets the contents of the specified SSM document.
/// An error occurred on the server side. /// /// The specified document does not exist. /// /// The document version is not valid or does not exist. ///
public GetDocument ( string name ) : GetDocumentResponse
name string The name of the SSM document.
Résultat Amazon.SimpleSystemsManagement.Model.GetDocumentResponse

GetDocumentAsync() public méthode

Initiates the asynchronous execution of the GetDocument operation.
public GetDocumentAsync ( GetDocumentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetDocumentRequest Container for the necessary parameters to execute the GetDocument operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetDocumentAsync() public méthode

Gets the contents of the specified SSM document.
/// An error occurred on the server side. /// /// The specified document does not exist. /// /// The document version is not valid or does not exist. ///
public GetDocumentAsync ( string name, System cancellationToken = default(CancellationToken) ) : Task
name string The name of the SSM document.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetInventory() public méthode

Query inventory information.
/// An error occurred on the server side. /// /// The filter name is not valid. Verify the you entered the correct name and try again. /// /// The specified token is not valid. /// /// The specified inventory item result attribute is not valid. /// /// The parameter type name is not valid. ///
public GetInventory ( GetInventoryRequest request ) : GetInventoryResponse
request Amazon.SimpleSystemsManagement.Model.GetInventoryRequest Container for the necessary parameters to execute the GetInventory service method.
Résultat Amazon.SimpleSystemsManagement.Model.GetInventoryResponse

GetInventoryAsync() public méthode

Initiates the asynchronous execution of the GetInventory operation.
public GetInventoryAsync ( GetInventoryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetInventoryRequest Container for the necessary parameters to execute the GetInventory operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetInventorySchema() public méthode

Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.
/// An error occurred on the server side. /// /// The specified token is not valid. /// /// The parameter type name is not valid. ///
public GetInventorySchema ( GetInventorySchemaRequest request ) : GetInventorySchemaResponse
request Amazon.SimpleSystemsManagement.Model.GetInventorySchemaRequest Container for the necessary parameters to execute the GetInventorySchema service method.
Résultat Amazon.SimpleSystemsManagement.Model.GetInventorySchemaResponse

GetInventorySchemaAsync() public méthode

Initiates the asynchronous execution of the GetInventorySchema operation.
public GetInventorySchemaAsync ( GetInventorySchemaRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetInventorySchemaRequest Container for the necessary parameters to execute the GetInventorySchema operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetMaintenanceWindow() public méthode

Retrieves a Maintenance Window.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. ///
public GetMaintenanceWindow ( GetMaintenanceWindowRequest request ) : GetMaintenanceWindowResponse
request Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowRequest Container for the necessary parameters to execute the GetMaintenanceWindow service method.
Résultat Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowResponse

GetMaintenanceWindowAsync() public méthode

Initiates the asynchronous execution of the GetMaintenanceWindow operation.
public GetMaintenanceWindowAsync ( GetMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowRequest Container for the necessary parameters to execute the GetMaintenanceWindow operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetMaintenanceWindowExecution() public méthode

Retrieves details about a specific task executed as part of a Maintenance Window execution.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. ///
public GetMaintenanceWindowExecution ( GetMaintenanceWindowExecutionRequest request ) : GetMaintenanceWindowExecutionResponse
request Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionRequest Container for the necessary parameters to execute the GetMaintenanceWindowExecution service method.
Résultat Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionResponse

GetMaintenanceWindowExecutionAsync() public méthode

Initiates the asynchronous execution of the GetMaintenanceWindowExecution operation.
public GetMaintenanceWindowExecutionAsync ( GetMaintenanceWindowExecutionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionRequest Container for the necessary parameters to execute the GetMaintenanceWindowExecution operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetMaintenanceWindowExecutionTask() public méthode

Retrieves the details about a specific task executed as part of a Maintenance Window execution.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. ///
public GetMaintenanceWindowExecutionTask ( GetMaintenanceWindowExecutionTaskRequest request ) : GetMaintenanceWindowExecutionTaskResponse
request Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionTaskRequest Container for the necessary parameters to execute the GetMaintenanceWindowExecutionTask service method.
Résultat Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionTaskResponse

GetMaintenanceWindowExecutionTaskAsync() public méthode

Initiates the asynchronous execution of the GetMaintenanceWindowExecutionTask operation.
public GetMaintenanceWindowExecutionTaskAsync ( GetMaintenanceWindowExecutionTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionTaskRequest Container for the necessary parameters to execute the GetMaintenanceWindowExecutionTask operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetParameterHistory() public méthode

Query a list of all parameters used by the AWS account.
/// An error occurred on the server side. /// /// The specified token is not valid. /// /// The parameter could not be found. Verify the name and try again. ///
public GetParameterHistory ( GetParameterHistoryRequest request ) : GetParameterHistoryResponse
request Amazon.SimpleSystemsManagement.Model.GetParameterHistoryRequest Container for the necessary parameters to execute the GetParameterHistory service method.
Résultat Amazon.SimpleSystemsManagement.Model.GetParameterHistoryResponse

GetParameterHistoryAsync() public méthode

Initiates the asynchronous execution of the GetParameterHistory operation.
public GetParameterHistoryAsync ( GetParameterHistoryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetParameterHistoryRequest Container for the necessary parameters to execute the GetParameterHistory operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetParameters() public méthode

Get a list of parameters used by the AWS account.>
/// An error occurred on the server side. ///
public GetParameters ( GetParametersRequest request ) : GetParametersResponse
request Amazon.SimpleSystemsManagement.Model.GetParametersRequest Container for the necessary parameters to execute the GetParameters service method.
Résultat Amazon.SimpleSystemsManagement.Model.GetParametersResponse

GetParametersAsync() public méthode

Initiates the asynchronous execution of the GetParameters operation.
public GetParametersAsync ( GetParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetParametersRequest Container for the necessary parameters to execute the GetParameters operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetPatchBaseline() public méthode

Retrieves information about a patch baseline.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. /// /// The resource ID is not valid. Verify that you entered the correct ID and try again. ///
public GetPatchBaseline ( GetPatchBaselineRequest request ) : GetPatchBaselineResponse
request Amazon.SimpleSystemsManagement.Model.GetPatchBaselineRequest Container for the necessary parameters to execute the GetPatchBaseline service method.
Résultat Amazon.SimpleSystemsManagement.Model.GetPatchBaselineResponse

GetPatchBaselineAsync() public méthode

Initiates the asynchronous execution of the GetPatchBaseline operation.
public GetPatchBaselineAsync ( GetPatchBaselineRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetPatchBaselineRequest Container for the necessary parameters to execute the GetPatchBaseline operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

GetPatchBaselineForPatchGroup() public méthode

Retrieves the patch baseline that should be used for the specified patch group.
/// An error occurred on the server side. ///
public GetPatchBaselineForPatchGroup ( GetPatchBaselineForPatchGroupRequest request ) : GetPatchBaselineForPatchGroupResponse
request Amazon.SimpleSystemsManagement.Model.GetPatchBaselineForPatchGroupRequest Container for the necessary parameters to execute the GetPatchBaselineForPatchGroup service method.
Résultat Amazon.SimpleSystemsManagement.Model.GetPatchBaselineForPatchGroupResponse

GetPatchBaselineForPatchGroupAsync() public méthode

Initiates the asynchronous execution of the GetPatchBaselineForPatchGroup operation.
public GetPatchBaselineForPatchGroupAsync ( GetPatchBaselineForPatchGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetPatchBaselineForPatchGroupRequest Container for the necessary parameters to execute the GetPatchBaselineForPatchGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListAssociations() public méthode

Lists the associations for the specified SSM document or instance.
/// An error occurred on the server side. /// /// The specified token is not valid. ///
public ListAssociations ( Amazon.SimpleSystemsManagement.Model.ListAssociationsRequest request ) : ListAssociationsResponse
request Amazon.SimpleSystemsManagement.Model.ListAssociationsRequest Container for the necessary parameters to execute the ListAssociations service method.
Résultat Amazon.SimpleSystemsManagement.Model.ListAssociationsResponse

ListAssociationsAsync() public méthode

Initiates the asynchronous execution of the ListAssociations operation.
public ListAssociationsAsync ( Amazon.SimpleSystemsManagement.Model.ListAssociationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.ListAssociationsRequest Container for the necessary parameters to execute the ListAssociations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListCommandInvocations() public méthode

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 executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.
/// An error occurred on the server side. /// /// /// /// The specified key is not valid. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. ///
public ListCommandInvocations ( ) : ListCommandInvocationsResponse
Résultat Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsResponse

ListCommandInvocations() public méthode

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 executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.
/// An error occurred on the server side. /// /// /// /// The specified key is not valid. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. ///
public ListCommandInvocations ( ListCommandInvocationsRequest request ) : ListCommandInvocationsResponse
request Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsRequest Container for the necessary parameters to execute the ListCommandInvocations service method.
Résultat Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsResponse

ListCommandInvocations() public méthode

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 executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.
/// An error occurred on the server side. /// /// /// /// The specified key is not valid. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. ///
public ListCommandInvocations ( string commandId ) : ListCommandInvocationsResponse
commandId string (Optional) The invocations for a specific command ID.
Résultat Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsResponse

ListCommandInvocationsAsync() public méthode

Initiates the asynchronous execution of the ListCommandInvocations operation.
public ListCommandInvocationsAsync ( ListCommandInvocationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsRequest Container for the necessary parameters to execute the ListCommandInvocations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListCommandInvocationsAsync() public méthode

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 executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.
/// An error occurred on the server side. /// /// /// /// The specified key is not valid. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. ///
public ListCommandInvocationsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListCommandInvocationsAsync() public méthode

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 executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.
/// An error occurred on the server side. /// /// /// /// The specified key is not valid. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. ///
public ListCommandInvocationsAsync ( string commandId, System cancellationToken = default(CancellationToken) ) : Task
commandId string (Optional) The invocations for a specific command ID.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListCommands() public méthode

Lists the commands requested by users of the AWS account.
/// An error occurred on the server side. /// /// /// /// The specified key is not valid. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. ///
public ListCommands ( ) : ListCommandsResponse
Résultat Amazon.SimpleSystemsManagement.Model.ListCommandsResponse

ListCommands() public méthode

Lists the commands requested by users of the AWS account.
/// An error occurred on the server side. /// /// /// /// The specified key is not valid. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. ///
public ListCommands ( ListCommandsRequest request ) : ListCommandsResponse
request Amazon.SimpleSystemsManagement.Model.ListCommandsRequest Container for the necessary parameters to execute the ListCommands service method.
Résultat Amazon.SimpleSystemsManagement.Model.ListCommandsResponse

ListCommands() public méthode

Lists the commands requested by users of the AWS account.
/// An error occurred on the server side. /// /// /// /// The specified key is not valid. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. ///
public ListCommands ( string commandId ) : ListCommandsResponse
commandId string (Optional) If provided, lists only the specified command.
Résultat Amazon.SimpleSystemsManagement.Model.ListCommandsResponse

ListCommandsAsync() public méthode

Initiates the asynchronous execution of the ListCommands operation.
public ListCommandsAsync ( ListCommandsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.ListCommandsRequest Container for the necessary parameters to execute the ListCommands operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListCommandsAsync() public méthode

Lists the commands requested by users of the AWS account.
/// An error occurred on the server side. /// /// /// /// The specified key is not valid. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. ///
public ListCommandsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListCommandsAsync() public méthode

Lists the commands requested by users of the AWS account.
/// An error occurred on the server side. /// /// /// /// The specified key is not valid. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. ///
public ListCommandsAsync ( string commandId, System cancellationToken = default(CancellationToken) ) : Task
commandId string (Optional) If provided, lists only the specified command.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListDocumentVersions() public méthode

List all versions for a document.
/// An error occurred on the server side. /// /// The specified document does not exist. /// /// The specified token is not valid. ///
public ListDocumentVersions ( ListDocumentVersionsRequest request ) : ListDocumentVersionsResponse
request Amazon.SimpleSystemsManagement.Model.ListDocumentVersionsRequest Container for the necessary parameters to execute the ListDocumentVersions service method.
Résultat Amazon.SimpleSystemsManagement.Model.ListDocumentVersionsResponse

ListDocumentVersionsAsync() public méthode

Initiates the asynchronous execution of the ListDocumentVersions operation.
public ListDocumentVersionsAsync ( ListDocumentVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.ListDocumentVersionsRequest Container for the necessary parameters to execute the ListDocumentVersions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListDocuments() public méthode

Describes one or more of your SSM documents.
/// An error occurred on the server side. /// /// The specified key is not valid. /// /// The specified token is not valid. ///
public ListDocuments ( ) : ListDocumentsResponse
Résultat Amazon.SimpleSystemsManagement.Model.ListDocumentsResponse

ListDocuments() public méthode

Describes one or more of your SSM documents.
/// An error occurred on the server side. /// /// The specified key is not valid. /// /// The specified token is not valid. ///
public ListDocuments ( Amazon.SimpleSystemsManagement.Model.ListDocumentsRequest request ) : ListDocumentsResponse
request Amazon.SimpleSystemsManagement.Model.ListDocumentsRequest Container for the necessary parameters to execute the ListDocuments service method.
Résultat Amazon.SimpleSystemsManagement.Model.ListDocumentsResponse

ListDocumentsAsync() public méthode

Initiates the asynchronous execution of the ListDocuments operation.
public ListDocumentsAsync ( Amazon.SimpleSystemsManagement.Model.ListDocumentsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.ListDocumentsRequest Container for the necessary parameters to execute the ListDocuments operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListDocumentsAsync() public méthode

Describes one or more of your SSM documents.
/// An error occurred on the server side. /// /// The specified key is not valid. /// /// The specified token is not valid. ///
public ListDocumentsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListInventoryEntries() public méthode

A list of inventory items returned by the request.
/// An error occurred on the server side. /// /// The filter name is not valid. Verify the you entered the correct name and try again. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. /// /// The parameter type name is not valid. ///
public ListInventoryEntries ( ListInventoryEntriesRequest request ) : ListInventoryEntriesResponse
request Amazon.SimpleSystemsManagement.Model.ListInventoryEntriesRequest Container for the necessary parameters to execute the ListInventoryEntries service method.
Résultat Amazon.SimpleSystemsManagement.Model.ListInventoryEntriesResponse

ListInventoryEntriesAsync() public méthode

Initiates the asynchronous execution of the ListInventoryEntries operation.
public ListInventoryEntriesAsync ( ListInventoryEntriesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.ListInventoryEntriesRequest Container for the necessary parameters to execute the ListInventoryEntries operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListTagsForResource() public méthode

Returns a list of the tags assigned to the specified resource.
/// An error occurred on the server side. /// /// The resource ID is not valid. Verify that you entered the correct ID and try again. /// /// The resource type is not valid. If you are attempting to tag an instance, the instance /// must be a registered, managed instance. ///
public ListTagsForResource ( ListTagsForResourceRequest request ) : ListTagsForResourceResponse
request Amazon.SimpleSystemsManagement.Model.ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource service method.
Résultat Amazon.SimpleSystemsManagement.Model.ListTagsForResourceResponse

ListTagsForResourceAsync() public méthode

Initiates the asynchronous execution of the ListTagsForResource operation.
public ListTagsForResourceAsync ( ListTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ModifyDocumentPermission() public méthode

Share a 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.
/// You can have at most 200 active SSM documents. /// /// The document cannot be shared with more AWS user accounts. You can share a document /// with a maximum of 20 accounts. You can publicly share up to five documents. If you /// need to increase this limit, contact AWS Support. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The permission type is not supported. Share is the only supported permission /// type. ///
public ModifyDocumentPermission ( ModifyDocumentPermissionRequest request ) : ModifyDocumentPermissionResponse
request Amazon.SimpleSystemsManagement.Model.ModifyDocumentPermissionRequest Container for the necessary parameters to execute the ModifyDocumentPermission service method.
Résultat ModifyDocumentPermissionResponse

ModifyDocumentPermissionAsync() public méthode

Initiates the asynchronous execution of the ModifyDocumentPermission operation.
public ModifyDocumentPermissionAsync ( ModifyDocumentPermissionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.ModifyDocumentPermissionRequest Container for the necessary parameters to execute the ModifyDocumentPermission operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

PutInventory() public méthode

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.
/// You have exceeded the limit for custom schemas. Delete one or more custom schemas /// and try again. /// /// An error occurred on the server side. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// One or more content items is not valid. /// /// The parameter type name is not valid. /// /// The inventory item has invalid content. /// /// The inventory item size has exceeded the size limit. /// /// The size of inventory data has exceeded the total size limit for the resource. /// /// Inventory item type schema version has to match supported versions in the service. /// Check output of GetInventorySchema to see the available schema version /// for each type. ///
public PutInventory ( PutInventoryRequest request ) : PutInventoryResponse
request Amazon.SimpleSystemsManagement.Model.PutInventoryRequest Container for the necessary parameters to execute the PutInventory service method.
Résultat PutInventoryResponse

PutInventoryAsync() public méthode

Initiates the asynchronous execution of the PutInventory operation.
public PutInventoryAsync ( PutInventoryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.PutInventoryRequest Container for the necessary parameters to execute the PutInventory operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

PutParameter() public méthode

Add one or more paramaters to the system.
/// An error occurred on the server side. /// /// The query key ID is not valid. /// /// The parameter already exists. You can't create duplicate parameters. /// /// You have exceeded the number of parameters for this AWS account. Delete one or more /// parameters and try again. /// /// There are concurrent updates for a resource that supports one update at a time. /// /// The parameter type is not supported. ///
public PutParameter ( PutParameterRequest request ) : PutParameterResponse
request PutParameterRequest Container for the necessary parameters to execute the PutParameter service method.
Résultat PutParameterResponse

PutParameterAsync() public méthode

Initiates the asynchronous execution of the PutParameter operation.
public PutParameterAsync ( PutParameterRequest request, System cancellationToken = default(CancellationToken) ) : Task
request PutParameterRequest Container for the necessary parameters to execute the PutParameter operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

RegisterDefaultPatchBaseline() public méthode

Defines the default patch baseline.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. /// /// The resource ID is not valid. Verify that you entered the correct ID and try again. ///
public RegisterDefaultPatchBaseline ( RegisterDefaultPatchBaselineRequest request ) : RegisterDefaultPatchBaselineResponse
request Amazon.SimpleSystemsManagement.Model.RegisterDefaultPatchBaselineRequest Container for the necessary parameters to execute the RegisterDefaultPatchBaseline service method.
Résultat Amazon.SimpleSystemsManagement.Model.RegisterDefaultPatchBaselineResponse

RegisterDefaultPatchBaselineAsync() public méthode

Initiates the asynchronous execution of the RegisterDefaultPatchBaseline operation.
public RegisterDefaultPatchBaselineAsync ( RegisterDefaultPatchBaselineRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.RegisterDefaultPatchBaselineRequest Container for the necessary parameters to execute the RegisterDefaultPatchBaseline operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

RegisterPatchBaselineForPatchGroup() public méthode

Registers a patch baseline for a patch group.
/// Error returned if an attempt is made to register a patch group with a patch baseline /// that is already registered with a different patch baseline. /// /// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. /// /// The resource ID is not valid. Verify that you entered the correct ID and try again. /// /// Error returned when the caller has exceeded the default resource limits (e.g. too /// many Maintenance Windows have been created). ///
public RegisterPatchBaselineForPatchGroup ( RegisterPatchBaselineForPatchGroupRequest request ) : RegisterPatchBaselineForPatchGroupResponse
request Amazon.SimpleSystemsManagement.Model.RegisterPatchBaselineForPatchGroupRequest Container for the necessary parameters to execute the RegisterPatchBaselineForPatchGroup service method.
Résultat Amazon.SimpleSystemsManagement.Model.RegisterPatchBaselineForPatchGroupResponse

RegisterPatchBaselineForPatchGroupAsync() public méthode

Initiates the asynchronous execution of the RegisterPatchBaselineForPatchGroup operation.
public RegisterPatchBaselineForPatchGroupAsync ( RegisterPatchBaselineForPatchGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.RegisterPatchBaselineForPatchGroupRequest Container for the necessary parameters to execute the RegisterPatchBaselineForPatchGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

RegisterTargetWithMaintenanceWindow() public méthode

Registers a target with a Maintenance Window.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// Error returned when an idempotent operation is retried and the parameters don’t match /// the original call to the API with the same idempotency token. /// /// An error occurred on the server side. /// /// Error returned when the caller has exceeded the default resource limits (e.g. too /// many Maintenance Windows have been created). ///
public RegisterTargetWithMaintenanceWindow ( RegisterTargetWithMaintenanceWindowRequest request ) : RegisterTargetWithMaintenanceWindowResponse
request Amazon.SimpleSystemsManagement.Model.RegisterTargetWithMaintenanceWindowRequest Container for the necessary parameters to execute the RegisterTargetWithMaintenanceWindow service method.
Résultat Amazon.SimpleSystemsManagement.Model.RegisterTargetWithMaintenanceWindowResponse

RegisterTargetWithMaintenanceWindowAsync() public méthode

Initiates the asynchronous execution of the RegisterTargetWithMaintenanceWindow operation.
public RegisterTargetWithMaintenanceWindowAsync ( RegisterTargetWithMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.RegisterTargetWithMaintenanceWindowRequest Container for the necessary parameters to execute the RegisterTargetWithMaintenanceWindow operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

RegisterTaskWithMaintenanceWindow() public méthode

Adds a new task to a Maintenance Window.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// Error returned when an idempotent operation is retried and the parameters don’t match /// the original call to the API with the same idempotency token. /// /// An error occurred on the server side. /// /// Error returned when the caller has exceeded the default resource limits (e.g. too /// many Maintenance Windows have been created). ///
public RegisterTaskWithMaintenanceWindow ( RegisterTaskWithMaintenanceWindowRequest request ) : RegisterTaskWithMaintenanceWindowResponse
request Amazon.SimpleSystemsManagement.Model.RegisterTaskWithMaintenanceWindowRequest Container for the necessary parameters to execute the RegisterTaskWithMaintenanceWindow service method.
Résultat Amazon.SimpleSystemsManagement.Model.RegisterTaskWithMaintenanceWindowResponse

RegisterTaskWithMaintenanceWindowAsync() public méthode

Initiates the asynchronous execution of the RegisterTaskWithMaintenanceWindow operation.
public RegisterTaskWithMaintenanceWindowAsync ( RegisterTaskWithMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.RegisterTaskWithMaintenanceWindowRequest Container for the necessary parameters to execute the RegisterTaskWithMaintenanceWindow operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

RemoveTagsFromResource() public méthode

Removes all tags from the specified resource.
/// An error occurred on the server side. /// /// The resource ID is not valid. Verify that you entered the correct ID and try again. /// /// The resource type is not valid. If you are attempting to tag an instance, the instance /// must be a registered, managed instance. ///
public RemoveTagsFromResource ( RemoveTagsFromResourceRequest request ) : RemoveTagsFromResourceResponse
request Amazon.SimpleSystemsManagement.Model.RemoveTagsFromResourceRequest Container for the necessary parameters to execute the RemoveTagsFromResource service method.
Résultat RemoveTagsFromResourceResponse

RemoveTagsFromResourceAsync() public méthode

Initiates the asynchronous execution of the RemoveTagsFromResource operation.
public RemoveTagsFromResourceAsync ( RemoveTagsFromResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.RemoveTagsFromResourceRequest Container for the necessary parameters to execute the RemoveTagsFromResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

SendCommand() public méthode

Executes commands on one or more remote instances.
/// You cannot specify an instance ID in more than one association. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// One or more configuration items is not valid. Verify that a valid Amazon Resource /// Name (ARN) was provided for an Amazon SNS topic. /// /// The S3 bucket does not exist. /// /// You must specify values for all required parameters in the SSM document. You can only /// supply values to parameters defined in the SSM document. /// /// The role name can't contain invalid characters. Also verify that you specified an /// IAM role for notifications that includes the required trust policy. For information /// about configuring the IAM role for Run Command notifications, see Getting /// Amazon SNS Notifications When a Command Changes Status in the Amazon Elastic /// Compute Cloud User Guide . /// /// The size limit of an SSM document is 64 KB. /// /// The document does not support the platform type of the given instance ID(s). For example, /// you sent an SSM document for a Windows instance to a Linux instance. ///
public SendCommand ( SendCommandRequest request ) : SendCommandResponse
request Amazon.SimpleSystemsManagement.Model.SendCommandRequest Container for the necessary parameters to execute the SendCommand service method.
Résultat Amazon.SimpleSystemsManagement.Model.SendCommandResponse

SendCommand() public méthode

Executes commands on one or more remote instances.
/// You cannot specify an instance ID in more than one association. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// One or more configuration items is not valid. Verify that a valid Amazon Resource /// Name (ARN) was provided for an Amazon SNS topic. /// /// The S3 bucket does not exist. /// /// You must specify values for all required parameters in the SSM document. You can only /// supply values to parameters defined in the SSM document. /// /// The role name can't contain invalid characters. Also verify that you specified an /// IAM role for notifications that includes the required trust policy. For information /// about configuring the IAM role for Run Command notifications, see Getting /// Amazon SNS Notifications When a Command Changes Status in the Amazon Elastic /// Compute Cloud User Guide . /// /// The size limit of an SSM document is 64 KB. /// /// The document does not support the platform type of the given instance ID(s). For example, /// you sent an SSM document for a Windows instance to a Linux instance. ///
public SendCommand ( string documentName, List instanceIds ) : SendCommandResponse
documentName string Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.
instanceIds List Required. The instance IDs where the command should execute. You can specify a maximum of 50 IDs.
Résultat Amazon.SimpleSystemsManagement.Model.SendCommandResponse

SendCommandAsync() public méthode

Initiates the asynchronous execution of the SendCommand operation.
public SendCommandAsync ( SendCommandRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.SendCommandRequest Container for the necessary parameters to execute the SendCommand operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

SendCommandAsync() public méthode

Executes commands on one or more remote instances.
/// You cannot specify an instance ID in more than one association. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// One or more configuration items is not valid. Verify that a valid Amazon Resource /// Name (ARN) was provided for an Amazon SNS topic. /// /// The S3 bucket does not exist. /// /// You must specify values for all required parameters in the SSM document. You can only /// supply values to parameters defined in the SSM document. /// /// The role name can't contain invalid characters. Also verify that you specified an /// IAM role for notifications that includes the required trust policy. For information /// about configuring the IAM role for Run Command notifications, see Getting /// Amazon SNS Notifications When a Command Changes Status in the Amazon Elastic /// Compute Cloud User Guide . /// /// The size limit of an SSM document is 64 KB. /// /// The document does not support the platform type of the given instance ID(s). For example, /// you sent an SSM document for a Windows instance to a Linux instance. ///
public SendCommandAsync ( string documentName, List instanceIds, System cancellationToken = default(CancellationToken) ) : Task
documentName string Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.
instanceIds List Required. The instance IDs where the command should execute. You can specify a maximum of 50 IDs.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

StartAutomationExecution() public méthode

Initiates execution of an Automation document.
/// An Automation document with the specified name could not be found. /// /// An Automation document with the specified name and version could not be found. /// /// The number of simultaneously running Automation executions exceeded the allowable /// limit. /// /// An error occurred on the server side. /// /// The supplied parameters for invoking the specified Automation document are incorrect. /// For example, they may not match the set of parameters permitted for the specified /// Automation document. ///
public StartAutomationExecution ( StartAutomationExecutionRequest request ) : StartAutomationExecutionResponse
request Amazon.SimpleSystemsManagement.Model.StartAutomationExecutionRequest Container for the necessary parameters to execute the StartAutomationExecution service method.
Résultat Amazon.SimpleSystemsManagement.Model.StartAutomationExecutionResponse

StartAutomationExecutionAsync() public méthode

Initiates the asynchronous execution of the StartAutomationExecution operation.
public StartAutomationExecutionAsync ( StartAutomationExecutionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.StartAutomationExecutionRequest Container for the necessary parameters to execute the StartAutomationExecution operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

StopAutomationExecution() public méthode

Stop an Automation that is currently executing.
/// There is no automation execution information for the requested automation execution /// ID. /// /// An error occurred on the server side. ///
public StopAutomationExecution ( StopAutomationExecutionRequest request ) : StopAutomationExecutionResponse
request Amazon.SimpleSystemsManagement.Model.StopAutomationExecutionRequest Container for the necessary parameters to execute the StopAutomationExecution service method.
Résultat StopAutomationExecutionResponse

StopAutomationExecutionAsync() public méthode

Initiates the asynchronous execution of the StopAutomationExecution operation.
public StopAutomationExecutionAsync ( StopAutomationExecutionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.StopAutomationExecutionRequest Container for the necessary parameters to execute the StopAutomationExecution operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdateAssociation() public méthode

Updates an association. You can only update the document version, schedule, parameters, and Amazon S3 output of an association.
/// The specified association does not exist. /// /// An error occurred on the server side. /// /// The document version is not valid or does not exist. /// /// The output location is not valid or does not exist. /// /// You must specify values for all required parameters in the SSM document. You can only /// supply values to parameters defined in the SSM document. /// /// The schedule is invalid. Verify your cron or rate expression and try again. /// /// The update is not valid. /// /// There are concurrent updates for a resource that supports one update at a time. ///
public UpdateAssociation ( UpdateAssociationRequest request ) : UpdateAssociationResponse
request Amazon.SimpleSystemsManagement.Model.UpdateAssociationRequest Container for the necessary parameters to execute the UpdateAssociation service method.
Résultat Amazon.SimpleSystemsManagement.Model.UpdateAssociationResponse

UpdateAssociationAsync() public méthode

Initiates the asynchronous execution of the UpdateAssociation operation.
public UpdateAssociationAsync ( UpdateAssociationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.UpdateAssociationRequest Container for the necessary parameters to execute the UpdateAssociation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdateAssociationStatus() public méthode

Updates the status of the SSM document associated with the specified instance.
/// The specified association does not exist. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The updated status is the same as the current status. /// /// There are concurrent updates for a resource that supports one update at a time. ///
public UpdateAssociationStatus ( Amazon.SimpleSystemsManagement.Model.UpdateAssociationStatusRequest request ) : UpdateAssociationStatusResponse
request Amazon.SimpleSystemsManagement.Model.UpdateAssociationStatusRequest Container for the necessary parameters to execute the UpdateAssociationStatus service method.
Résultat Amazon.SimpleSystemsManagement.Model.UpdateAssociationStatusResponse

UpdateAssociationStatusAsync() public méthode

Initiates the asynchronous execution of the UpdateAssociationStatus operation.
public UpdateAssociationStatusAsync ( Amazon.SimpleSystemsManagement.Model.UpdateAssociationStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.UpdateAssociationStatusRequest Container for the necessary parameters to execute the UpdateAssociationStatus operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdateDocument() public méthode

The document you want to update.
/// The document has too many versions. Delete one or more document versions and try again. /// /// The content of the association document matches another document. Change the content /// of the document and try again. /// /// An error occurred on the server side. /// /// The content for the SSM document is not valid. /// /// The specified document does not exist. /// /// The version of the document schema is not supported. /// /// The document version is not valid or does not exist. /// /// The size limit of an SSM document is 64 KB. ///
public UpdateDocument ( UpdateDocumentRequest request ) : UpdateDocumentResponse
request Amazon.SimpleSystemsManagement.Model.UpdateDocumentRequest Container for the necessary parameters to execute the UpdateDocument service method.
Résultat Amazon.SimpleSystemsManagement.Model.UpdateDocumentResponse

UpdateDocumentAsync() public méthode

Initiates the asynchronous execution of the UpdateDocument operation.
public UpdateDocumentAsync ( UpdateDocumentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.UpdateDocumentRequest Container for the necessary parameters to execute the UpdateDocument operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdateDocumentDefaultVersion() public méthode

Set the default version of a document.
/// An error occurred on the server side. /// /// The specified document does not exist. /// /// The version of the document schema is not supported. /// /// The document version is not valid or does not exist. ///
public UpdateDocumentDefaultVersion ( UpdateDocumentDefaultVersionRequest request ) : UpdateDocumentDefaultVersionResponse
request Amazon.SimpleSystemsManagement.Model.UpdateDocumentDefaultVersionRequest Container for the necessary parameters to execute the UpdateDocumentDefaultVersion service method.
Résultat Amazon.SimpleSystemsManagement.Model.UpdateDocumentDefaultVersionResponse

UpdateDocumentDefaultVersionAsync() public méthode

Initiates the asynchronous execution of the UpdateDocumentDefaultVersion operation.
public UpdateDocumentDefaultVersionAsync ( UpdateDocumentDefaultVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.UpdateDocumentDefaultVersionRequest Container for the necessary parameters to execute the UpdateDocumentDefaultVersion operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdateMaintenanceWindow() public méthode

Updates an existing Maintenance Window. Only specified parameters are modified.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. ///
public UpdateMaintenanceWindow ( UpdateMaintenanceWindowRequest request ) : UpdateMaintenanceWindowResponse
request Amazon.SimpleSystemsManagement.Model.UpdateMaintenanceWindowRequest Container for the necessary parameters to execute the UpdateMaintenanceWindow service method.
Résultat Amazon.SimpleSystemsManagement.Model.UpdateMaintenanceWindowResponse

UpdateMaintenanceWindowAsync() public méthode

Initiates the asynchronous execution of the UpdateMaintenanceWindow operation.
public UpdateMaintenanceWindowAsync ( UpdateMaintenanceWindowRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.UpdateMaintenanceWindowRequest Container for the necessary parameters to execute the UpdateMaintenanceWindow operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdateManagedInstanceRole() public méthode

Assigns or changes an Amazon Identity and Access Management (IAM) role to the managed instance.
/// An error occurred on the server side. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// ///
public UpdateManagedInstanceRole ( UpdateManagedInstanceRoleRequest request ) : UpdateManagedInstanceRoleResponse
request Amazon.SimpleSystemsManagement.Model.UpdateManagedInstanceRoleRequest Container for the necessary parameters to execute the UpdateManagedInstanceRole service method.
Résultat UpdateManagedInstanceRoleResponse

UpdateManagedInstanceRoleAsync() public méthode

Initiates the asynchronous execution of the UpdateManagedInstanceRole operation.
public UpdateManagedInstanceRoleAsync ( UpdateManagedInstanceRoleRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.UpdateManagedInstanceRoleRequest Container for the necessary parameters to execute the UpdateManagedInstanceRole operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdatePatchBaseline() public méthode

Modifies an existing patch baseline. Fields not specified in the request are left unchanged.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. ///
public UpdatePatchBaseline ( UpdatePatchBaselineRequest request ) : UpdatePatchBaselineResponse
request Amazon.SimpleSystemsManagement.Model.UpdatePatchBaselineRequest Container for the necessary parameters to execute the UpdatePatchBaseline service method.
Résultat Amazon.SimpleSystemsManagement.Model.UpdatePatchBaselineResponse

UpdatePatchBaselineAsync() public méthode

Initiates the asynchronous execution of the UpdatePatchBaseline operation.
public UpdatePatchBaselineAsync ( UpdatePatchBaselineRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.UpdatePatchBaselineRequest Container for the necessary parameters to execute the UpdatePatchBaseline operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task