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
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

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

Protected Methods

Method Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Method Details

AddTagsToResource() public method

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.
return AddTagsToResourceResponse

AddTagsToResourceAsync() public method

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. ///
return Task

AmazonSimpleSystemsManagementClient() public method

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
return System

AmazonSimpleSystemsManagementClient() public method

Constructs AmazonSimpleSystemsManagementClient with AWS Credentials
public AmazonSimpleSystemsManagementClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
return System

AmazonSimpleSystemsManagementClient() public method

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
return System

AmazonSimpleSystemsManagementClient() public method

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

AmazonSimpleSystemsManagementClient() public method

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
return System

AmazonSimpleSystemsManagementClient() public method

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.
return System

AmazonSimpleSystemsManagementClient() public method

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
return System

AmazonSimpleSystemsManagementClient() public method

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
return System

AmazonSimpleSystemsManagementClient() public method

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.
return System

AmazonSimpleSystemsManagementClient() public method

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
return System

AmazonSimpleSystemsManagementClient() public method

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
return System

AmazonSimpleSystemsManagementClient() public method

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.
return System

BeginAddTagsToResource() public method

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.
return IAsyncResult

BeginCancelCommand() public method

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.
return IAsyncResult

BeginCreateActivation() public method

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.
return IAsyncResult

BeginCreateAssociation() public method

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.
return IAsyncResult

BeginCreateAssociationBatch() public method

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.
return IAsyncResult

BeginCreateDocument() public method

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.
return IAsyncResult

BeginCreateMaintenanceWindow() public method

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.
return IAsyncResult

BeginCreatePatchBaseline() public method

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.
return IAsyncResult

BeginDeleteActivation() public method

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.
return IAsyncResult

BeginDeleteAssociation() public method

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.
return IAsyncResult

BeginDeleteDocument() public method

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.
return IAsyncResult

BeginDeleteMaintenanceWindow() public method

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.
return IAsyncResult

BeginDeleteParameter() public method

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.
return IAsyncResult

BeginDeletePatchBaseline() public method

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.
return IAsyncResult

BeginDeregisterManagedInstance() public method

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.
return IAsyncResult

BeginDeregisterPatchBaselineForPatchGroup() public method

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.
return IAsyncResult

BeginDeregisterTargetFromMaintenanceWindow() public method

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.
return IAsyncResult

BeginDeregisterTaskFromMaintenanceWindow() public method

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.
return IAsyncResult

BeginDescribeActivations() public method

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.
return IAsyncResult

BeginDescribeAssociation() public method

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.
return IAsyncResult

BeginDescribeAutomationExecutions() public method

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.
return IAsyncResult

BeginDescribeAvailablePatches() public method

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.
return IAsyncResult

BeginDescribeDocument() public method

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.
return IAsyncResult

BeginDescribeDocumentPermission() public method

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.
return IAsyncResult

BeginDescribeEffectiveInstanceAssociations() public method

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.
return IAsyncResult

BeginDescribeEffectivePatchesForPatchBaseline() public method

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.
return IAsyncResult

BeginDescribeInstanceAssociationsStatus() public method

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.
return IAsyncResult

BeginDescribeInstanceInformation() public method

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.
return IAsyncResult

BeginDescribeInstancePatchStates() public method

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.
return IAsyncResult

BeginDescribeInstancePatchStatesForPatchGroup() public method

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.
return IAsyncResult

BeginDescribeInstancePatches() public method

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.
return IAsyncResult

BeginDescribeMaintenanceWindowExecutionTaskInvocations() public method

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.
return IAsyncResult

BeginDescribeMaintenanceWindowExecutionTasks() public method

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.
return IAsyncResult

BeginDescribeMaintenanceWindowExecutions() public method

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.
return IAsyncResult

BeginDescribeMaintenanceWindowTargets() public method

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.
return IAsyncResult

BeginDescribeMaintenanceWindowTasks() public method

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.
return IAsyncResult

BeginDescribeMaintenanceWindows() public method

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.
return IAsyncResult

BeginDescribeParameters() public method

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.
return IAsyncResult

BeginDescribePatchBaselines() public method

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.
return IAsyncResult

BeginDescribePatchGroupState() public method

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.
return IAsyncResult

BeginDescribePatchGroups() public method

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.
return IAsyncResult

BeginGetAutomationExecution() public method

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.
return IAsyncResult

BeginGetCommandInvocation() public method

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.
return IAsyncResult

BeginGetDefaultPatchBaseline() public method

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.
return IAsyncResult

BeginGetDeployablePatchSnapshotForInstance() public method

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.
return IAsyncResult

BeginGetDocument() public method

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.
return IAsyncResult

BeginGetInventory() public method

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.
return IAsyncResult

BeginGetInventorySchema() public method

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.
return IAsyncResult

BeginGetMaintenanceWindow() public method

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.
return IAsyncResult

BeginGetMaintenanceWindowExecution() public method

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.
return IAsyncResult

BeginGetMaintenanceWindowExecutionTask() public method

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.
return IAsyncResult

BeginGetParameterHistory() public method

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.
return IAsyncResult

BeginGetParameters() public method

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.
return IAsyncResult

BeginGetPatchBaseline() public method

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.
return IAsyncResult

BeginGetPatchBaselineForPatchGroup() public method

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.
return IAsyncResult

BeginListAssociations() public method

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.
return IAsyncResult

BeginListCommandInvocations() public method

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.
return IAsyncResult

BeginListCommands() public method

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.
return IAsyncResult

BeginListDocumentVersions() public method

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.
return IAsyncResult

BeginListDocuments() public method

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.
return IAsyncResult

BeginListInventoryEntries() public method

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.
return IAsyncResult

BeginListTagsForResource() public method

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.
return IAsyncResult

BeginModifyDocumentPermission() public method

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.
return IAsyncResult

BeginPutInventory() public method

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.
return IAsyncResult

BeginPutParameter() public method

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.
return IAsyncResult

BeginRegisterDefaultPatchBaseline() public method

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.
return IAsyncResult

BeginRegisterPatchBaselineForPatchGroup() public method

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.
return IAsyncResult

BeginRegisterTargetWithMaintenanceWindow() public method

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.
return IAsyncResult

BeginRegisterTaskWithMaintenanceWindow() public method

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.
return IAsyncResult

BeginRemoveTagsFromResource() public method

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.
return IAsyncResult

BeginSendCommand() public method

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.
return IAsyncResult

BeginStartAutomationExecution() public method

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.
return IAsyncResult

BeginStopAutomationExecution() public method

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.
return IAsyncResult

BeginUpdateAssociation() public method

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.
return IAsyncResult

BeginUpdateAssociationStatus() public method

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.
return IAsyncResult

BeginUpdateDocument() public method

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.
return IAsyncResult

BeginUpdateDocumentDefaultVersion() public method

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.
return IAsyncResult

BeginUpdateMaintenanceWindow() public method

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.
return IAsyncResult

BeginUpdateManagedInstanceRole() public method

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.
return IAsyncResult

BeginUpdatePatchBaseline() public method

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.
return IAsyncResult

CancelCommand() public method

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.
return CancelCommandResponse

CancelCommand() public method

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.
return CancelCommandResponse

CancelCommand() public method

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.
return CancelCommandResponse

CancelCommandAsync() public method

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. ///
return Task

CancelCommandAsync() public method

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. ///
return Task

CancelCommandAsync() public method

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. ///
return Task

CreateActivation() public method

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.
return Amazon.SimpleSystemsManagement.Model.CreateActivationResponse

CreateActivationAsync() public method

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. ///
return Task

CreateAssociation() public method

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.
return Amazon.SimpleSystemsManagement.Model.CreateAssociationResponse

CreateAssociation() public method

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.
return Amazon.SimpleSystemsManagement.Model.CreateAssociationResponse

CreateAssociationAsync() public method

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. ///
return Task

CreateAssociationAsync() public method

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. ///
return Task

CreateAssociationBatch() public method

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.
return Amazon.SimpleSystemsManagement.Model.CreateAssociationBatchResponse

CreateAssociationBatchAsync() public method

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. ///
return Task

CreateDocument() public method

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.
return Amazon.SimpleSystemsManagement.Model.CreateDocumentResponse

CreateDocument() public method

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.
return Amazon.SimpleSystemsManagement.Model.CreateDocumentResponse

CreateDocumentAsync() public method

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. ///
return Task

CreateDocumentAsync() public method

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. ///
return Task

CreateMaintenanceWindow() public method

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.
return Amazon.SimpleSystemsManagement.Model.CreateMaintenanceWindowResponse

CreateMaintenanceWindowAsync() public method

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. ///
return Task

CreatePatchBaseline() public method

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.
return Amazon.SimpleSystemsManagement.Model.CreatePatchBaselineResponse

CreatePatchBaselineAsync() public method

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. ///
return Task

CreateSigner() protected method

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

DeleteActivation() public method

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.
return DeleteActivationResponse

DeleteActivationAsync() public method

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. ///
return Task

DeleteAssociation() public method

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.
return DeleteAssociationResponse

DeleteAssociation() public method

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.
return DeleteAssociationResponse

DeleteAssociationAsync() public method

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. ///
return Task

DeleteAssociationAsync() public method

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. ///
return Task

DeleteDocument() public method

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.
return DeleteDocumentResponse

DeleteDocument() public method

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.
return DeleteDocumentResponse

DeleteDocumentAsync() public method

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. ///
return Task

DeleteDocumentAsync() public method

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. ///
return Task

DeleteMaintenanceWindow() public method

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.
return Amazon.SimpleSystemsManagement.Model.DeleteMaintenanceWindowResponse

DeleteMaintenanceWindowAsync() public method

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. ///
return Task

DeleteParameter() public method

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.
return DeleteParameterResponse

DeleteParameterAsync() public method

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. ///
return Task

DeletePatchBaseline() public method

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.
return Amazon.SimpleSystemsManagement.Model.DeletePatchBaselineResponse

DeletePatchBaselineAsync() public method

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. ///
return Task

DeregisterManagedInstance() public method

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.
return DeregisterManagedInstanceResponse

DeregisterManagedInstanceAsync() public method

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. ///
return Task

DeregisterPatchBaselineForPatchGroup() public method

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.
return Amazon.SimpleSystemsManagement.Model.DeregisterPatchBaselineForPatchGroupResponse

DeregisterPatchBaselineForPatchGroupAsync() public method

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. ///
return Task

DeregisterTargetFromMaintenanceWindow() public method

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.
return Amazon.SimpleSystemsManagement.Model.DeregisterTargetFromMaintenanceWindowResponse

DeregisterTargetFromMaintenanceWindowAsync() public method

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. ///
return Task

DeregisterTaskFromMaintenanceWindow() public method

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.
return Amazon.SimpleSystemsManagement.Model.DeregisterTaskFromMaintenanceWindowResponse

DeregisterTaskFromMaintenanceWindowAsync() public method

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. ///
return Task

DescribeActivations() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeActivationsResponse

DescribeActivationsAsync() public method

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. ///
return Task

DescribeAssociation() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeAssociationResponse

DescribeAssociation() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeAssociationResponse

DescribeAssociationAsync() public method

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. ///
return Task

DescribeAssociationAsync() public method

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. ///
return Task

DescribeAutomationExecutions() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeAutomationExecutionsResponse

DescribeAutomationExecutionsAsync() public method

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. ///
return Task

DescribeAvailablePatches() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeAvailablePatchesResponse

DescribeAvailablePatchesAsync() public method

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. ///
return Task

DescribeDocument() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeDocumentResponse

DescribeDocument() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeDocumentResponse

DescribeDocumentAsync() public method

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. ///
return Task

DescribeDocumentAsync() public method

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. ///
return Task

DescribeDocumentPermission() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeDocumentPermissionResponse

DescribeDocumentPermissionAsync() public method

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. ///
return Task

DescribeEffectiveInstanceAssociations() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeEffectiveInstanceAssociationsResponse

DescribeEffectiveInstanceAssociationsAsync() public method

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. ///
return Task

DescribeEffectivePatchesForPatchBaseline() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeEffectivePatchesForPatchBaselineResponse

DescribeEffectivePatchesForPatchBaselineAsync() public method

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. ///
return Task

DescribeInstanceAssociationsStatus() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeInstanceAssociationsStatusResponse

DescribeInstanceAssociationsStatusAsync() public method

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. ///
return Task

DescribeInstanceInformation() public method

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
return Amazon.SimpleSystemsManagement.Model.DescribeInstanceInformationResponse

DescribeInstanceInformation() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeInstanceInformationResponse

DescribeInstanceInformationAsync() public method

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. ///
return Task

DescribeInstanceInformationAsync() public method

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. ///
return Task

DescribeInstancePatchStates() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesResponse

DescribeInstancePatchStatesAsync() public method

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. ///
return Task

DescribeInstancePatchStatesForPatchGroup() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesForPatchGroupResponse

DescribeInstancePatchStatesForPatchGroupAsync() public method

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. ///
return Task

DescribeInstancePatches() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchesResponse

DescribeInstancePatchesAsync() public method

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. ///
return Task

DescribeMaintenanceWindowExecutionTaskInvocations() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTaskInvocationsResponse

DescribeMaintenanceWindowExecutionTaskInvocationsAsync() public method

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. ///
return Task

DescribeMaintenanceWindowExecutionTasks() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTasksResponse

DescribeMaintenanceWindowExecutionTasksAsync() public method

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. ///
return Task

DescribeMaintenanceWindowExecutions() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionsResponse

DescribeMaintenanceWindowExecutionsAsync() public method

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. ///
return Task

DescribeMaintenanceWindowTargets() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTargetsResponse

DescribeMaintenanceWindowTargetsAsync() public method

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. ///
return Task

DescribeMaintenanceWindowTasks() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTasksResponse

DescribeMaintenanceWindowTasksAsync() public method

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. ///
return Task

DescribeMaintenanceWindows() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowsResponse

DescribeMaintenanceWindowsAsync() public method

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. ///
return Task

DescribeParameters() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribeParametersResponse

DescribeParametersAsync() public method

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. ///
return Task

DescribePatchBaselines() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribePatchBaselinesResponse

DescribePatchBaselinesAsync() public method

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. ///
return Task

DescribePatchGroupState() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribePatchGroupStateResponse

DescribePatchGroupStateAsync() public method

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. ///
return Task

DescribePatchGroups() public method

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.
return Amazon.SimpleSystemsManagement.Model.DescribePatchGroupsResponse

DescribePatchGroupsAsync() public method

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. ///
return Task

Dispose() protected method

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
return void

EndAddTagsToResource() public method

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

EndCancelCommand() public method

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

EndCreateActivation() public method

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

EndCreateAssociation() public method

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

EndCreateAssociationBatch() public method

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

EndCreateDocument() public method

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

EndCreateMaintenanceWindow() public method

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

EndCreatePatchBaseline() public method

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

EndDeleteActivation() public method

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

EndDeleteAssociation() public method

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

EndDeleteDocument() public method

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

EndDeleteMaintenanceWindow() public method

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

EndDeleteParameter() public method

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

EndDeletePatchBaseline() public method

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

EndDeregisterManagedInstance() public method

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

EndDeregisterPatchBaselineForPatchGroup() public method

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

EndDeregisterTargetFromMaintenanceWindow() public method

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

EndDeregisterTaskFromMaintenanceWindow() public method

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

EndDescribeActivations() public method

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

EndDescribeAssociation() public method

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

EndDescribeAutomationExecutions() public method

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

EndDescribeAvailablePatches() public method

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

EndDescribeDocument() public method

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

EndDescribeDocumentPermission() public method

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

EndDescribeEffectiveInstanceAssociations() public method

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

EndDescribeEffectivePatchesForPatchBaseline() public method

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

EndDescribeInstanceAssociationsStatus() public method

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

EndDescribeInstanceInformation() public method

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

EndDescribeInstancePatchStates() public method

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

EndDescribeInstancePatchStatesForPatchGroup() public method

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

EndDescribeInstancePatches() public method

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

EndDescribeMaintenanceWindowExecutionTaskInvocations() public method

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

EndDescribeMaintenanceWindowExecutionTasks() public method

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

EndDescribeMaintenanceWindowExecutions() public method

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

EndDescribeMaintenanceWindowTargets() public method

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

EndDescribeMaintenanceWindowTasks() public method

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

EndDescribeMaintenanceWindows() public method

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

EndDescribeParameters() public method

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

EndDescribePatchBaselines() public method

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

EndDescribePatchGroupState() public method

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

EndDescribePatchGroups() public method

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

EndGetAutomationExecution() public method

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

EndGetCommandInvocation() public method

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

EndGetDefaultPatchBaseline() public method

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

EndGetDeployablePatchSnapshotForInstance() public method

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

EndGetDocument() public method

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

EndGetInventory() public method

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

EndGetInventorySchema() public method

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

EndGetMaintenanceWindow() public method

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

EndGetMaintenanceWindowExecution() public method

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

EndGetMaintenanceWindowExecutionTask() public method

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

EndGetParameterHistory() public method

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

EndGetParameters() public method

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

EndGetPatchBaseline() public method

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

EndGetPatchBaselineForPatchGroup() public method

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

EndListAssociations() public method

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

EndListCommandInvocations() public method

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

EndListCommands() public method

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

EndListDocumentVersions() public method

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

EndListDocuments() public method

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

EndListInventoryEntries() public method

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

EndListTagsForResource() public method

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

EndModifyDocumentPermission() public method

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

EndPutInventory() public method

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

EndPutParameter() public method

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

EndRegisterDefaultPatchBaseline() public method

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

EndRegisterPatchBaselineForPatchGroup() public method

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

EndRegisterTargetWithMaintenanceWindow() public method

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

EndRegisterTaskWithMaintenanceWindow() public method

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

EndRemoveTagsFromResource() public method

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

EndSendCommand() public method

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

EndStartAutomationExecution() public method

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

EndStopAutomationExecution() public method

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

EndUpdateAssociation() public method

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

EndUpdateAssociationStatus() public method

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

EndUpdateDocument() public method

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

EndUpdateDocumentDefaultVersion() public method

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

EndUpdateMaintenanceWindow() public method

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

EndUpdateManagedInstanceRole() public method

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

EndUpdatePatchBaseline() public method

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

GetAutomationExecution() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetAutomationExecutionResponse

GetAutomationExecutionAsync() public method

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. ///
return Task

GetCommandInvocation() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetCommandInvocationResponse

GetCommandInvocationAsync() public method

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. ///
return Task

GetDefaultPatchBaseline() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetDefaultPatchBaselineResponse

GetDefaultPatchBaselineAsync() public method

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. ///
return Task

GetDeployablePatchSnapshotForInstance() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetDeployablePatchSnapshotForInstanceResponse

GetDeployablePatchSnapshotForInstanceAsync() public method

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. ///
return Task

GetDocument() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetDocumentResponse

GetDocument() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetDocumentResponse

GetDocumentAsync() public method

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. ///
return Task

GetDocumentAsync() public method

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. ///
return Task

GetInventory() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetInventoryResponse

GetInventoryAsync() public method

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. ///
return Task

GetInventorySchema() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetInventorySchemaResponse

GetInventorySchemaAsync() public method

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. ///
return Task

GetMaintenanceWindow() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowResponse

GetMaintenanceWindowAsync() public method

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. ///
return Task

GetMaintenanceWindowExecution() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionResponse

GetMaintenanceWindowExecutionAsync() public method

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. ///
return Task

GetMaintenanceWindowExecutionTask() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionTaskResponse

GetMaintenanceWindowExecutionTaskAsync() public method

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. ///
return Task

GetParameterHistory() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetParameterHistoryResponse

GetParameterHistoryAsync() public method

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. ///
return Task

GetParameters() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetParametersResponse

GetParametersAsync() public method

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. ///
return Task

GetPatchBaseline() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetPatchBaselineResponse

GetPatchBaselineAsync() public method

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. ///
return Task

GetPatchBaselineForPatchGroup() public method

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.
return Amazon.SimpleSystemsManagement.Model.GetPatchBaselineForPatchGroupResponse

GetPatchBaselineForPatchGroupAsync() public method

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. ///
return Task

ListAssociations() public method

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.
return Amazon.SimpleSystemsManagement.Model.ListAssociationsResponse

ListAssociationsAsync() public method

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. ///
return Task

ListCommandInvocations() public method

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
return Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsResponse

ListCommandInvocations() public method

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.
return Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsResponse

ListCommandInvocations() public method

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.
return Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsResponse

ListCommandInvocationsAsync() public method

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. ///
return Task

ListCommandInvocationsAsync() public method

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. ///
return Task

ListCommandInvocationsAsync() public method

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. ///
return Task

ListCommands() public method

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
return Amazon.SimpleSystemsManagement.Model.ListCommandsResponse

ListCommands() public method

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.
return Amazon.SimpleSystemsManagement.Model.ListCommandsResponse

ListCommands() public method

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.
return Amazon.SimpleSystemsManagement.Model.ListCommandsResponse

ListCommandsAsync() public method

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. ///
return Task

ListCommandsAsync() public method

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. ///
return Task

ListCommandsAsync() public method

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. ///
return Task

ListDocumentVersions() public method

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.
return Amazon.SimpleSystemsManagement.Model.ListDocumentVersionsResponse

ListDocumentVersionsAsync() public method

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. ///
return Task

ListDocuments() public method

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
return Amazon.SimpleSystemsManagement.Model.ListDocumentsResponse

ListDocuments() public method

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.
return Amazon.SimpleSystemsManagement.Model.ListDocumentsResponse

ListDocumentsAsync() public method

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. ///
return Task

ListDocumentsAsync() public method

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. ///
return Task

ListInventoryEntries() public method

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.
return Amazon.SimpleSystemsManagement.Model.ListInventoryEntriesResponse

ListInventoryEntriesAsync() public method

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. ///
return Task

ListTagsForResource() public method

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.
return Amazon.SimpleSystemsManagement.Model.ListTagsForResourceResponse

ListTagsForResourceAsync() public method

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. ///
return Task

ModifyDocumentPermission() public method

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.
return ModifyDocumentPermissionResponse

ModifyDocumentPermissionAsync() public method

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. ///
return Task

PutInventory() public method

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.
return PutInventoryResponse

PutInventoryAsync() public method

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. ///
return Task

PutParameter() public method

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.
return PutParameterResponse

PutParameterAsync() public method

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. ///
return Task

RegisterDefaultPatchBaseline() public method

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.
return Amazon.SimpleSystemsManagement.Model.RegisterDefaultPatchBaselineResponse

RegisterDefaultPatchBaselineAsync() public method

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. ///
return Task

RegisterPatchBaselineForPatchGroup() public method

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.
return Amazon.SimpleSystemsManagement.Model.RegisterPatchBaselineForPatchGroupResponse

RegisterPatchBaselineForPatchGroupAsync() public method

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. ///
return Task

RegisterTargetWithMaintenanceWindow() public method

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.
return Amazon.SimpleSystemsManagement.Model.RegisterTargetWithMaintenanceWindowResponse

RegisterTargetWithMaintenanceWindowAsync() public method

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. ///
return Task

RegisterTaskWithMaintenanceWindow() public method

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.
return Amazon.SimpleSystemsManagement.Model.RegisterTaskWithMaintenanceWindowResponse

RegisterTaskWithMaintenanceWindowAsync() public method

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. ///
return Task

RemoveTagsFromResource() public method

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.
return RemoveTagsFromResourceResponse

RemoveTagsFromResourceAsync() public method

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. ///
return Task

SendCommand() public method

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.
return Amazon.SimpleSystemsManagement.Model.SendCommandResponse

SendCommand() public method

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.
return Amazon.SimpleSystemsManagement.Model.SendCommandResponse

SendCommandAsync() public method

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. ///
return Task

SendCommandAsync() public method

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. ///
return Task

StartAutomationExecution() public method

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.
return Amazon.SimpleSystemsManagement.Model.StartAutomationExecutionResponse

StartAutomationExecutionAsync() public method

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. ///
return Task

StopAutomationExecution() public method

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.
return StopAutomationExecutionResponse

StopAutomationExecutionAsync() public method

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. ///
return Task

UpdateAssociation() public method

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.
return Amazon.SimpleSystemsManagement.Model.UpdateAssociationResponse

UpdateAssociationAsync() public method

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. ///
return Task

UpdateAssociationStatus() public method

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.
return Amazon.SimpleSystemsManagement.Model.UpdateAssociationStatusResponse

UpdateAssociationStatusAsync() public method

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. ///
return Task

UpdateDocument() public method

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.
return Amazon.SimpleSystemsManagement.Model.UpdateDocumentResponse

UpdateDocumentAsync() public method

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. ///
return Task

UpdateDocumentDefaultVersion() public method

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.
return Amazon.SimpleSystemsManagement.Model.UpdateDocumentDefaultVersionResponse

UpdateDocumentDefaultVersionAsync() public method

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. ///
return Task

UpdateMaintenanceWindow() public method

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.
return Amazon.SimpleSystemsManagement.Model.UpdateMaintenanceWindowResponse

UpdateMaintenanceWindowAsync() public method

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. ///
return Task

UpdateManagedInstanceRole() public method

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.
return UpdateManagedInstanceRoleResponse

UpdateManagedInstanceRoleAsync() public method

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. ///
return Task

UpdatePatchBaseline() public method

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.
return Amazon.SimpleSystemsManagement.Model.UpdatePatchBaselineResponse

UpdatePatchBaselineAsync() public method

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. ///
return Task