C# Класс 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).

Наследование: AmazonServiceClient, IAmazonSimpleSystemsManagement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Описание методов

AddTagsToResource() публичный Метод

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.
Результат AddTagsToResourceResponse

AddTagsToResourceAsync() публичный Метод

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. ///
Результат Task

AmazonSimpleSystemsManagementClient() публичный Метод

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
Результат System

AmazonSimpleSystemsManagementClient() публичный Метод

Constructs AmazonSimpleSystemsManagementClient with AWS Credentials
public AmazonSimpleSystemsManagementClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Результат System

AmazonSimpleSystemsManagementClient() публичный Метод

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
Результат System

AmazonSimpleSystemsManagementClient() публичный Метод

Constructs AmazonSimpleSystemsManagementClient with AWS Credentials
public AmazonSimpleSystemsManagementClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Результат System

AmazonSimpleSystemsManagementClient() публичный Метод

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
Результат System

AmazonSimpleSystemsManagementClient() публичный Метод

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.
Результат System

AmazonSimpleSystemsManagementClient() публичный Метод

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
Результат System

AmazonSimpleSystemsManagementClient() публичный Метод

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
Результат System

AmazonSimpleSystemsManagementClient() публичный Метод

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.
Результат System

AmazonSimpleSystemsManagementClient() публичный Метод

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
Результат System

AmazonSimpleSystemsManagementClient() публичный Метод

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
Результат System

AmazonSimpleSystemsManagementClient() публичный Метод

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.
Результат System

BeginAddTagsToResource() публичный Метод

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.
Результат IAsyncResult

BeginCancelCommand() публичный Метод

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.
Результат IAsyncResult

BeginCreateActivation() публичный Метод

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.
Результат IAsyncResult

BeginCreateAssociation() публичный Метод

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.
Результат IAsyncResult

BeginCreateAssociationBatch() публичный Метод

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.
Результат IAsyncResult

BeginCreateDocument() публичный Метод

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.
Результат IAsyncResult

BeginCreateMaintenanceWindow() публичный Метод

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.
Результат IAsyncResult

BeginCreatePatchBaseline() публичный Метод

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.
Результат IAsyncResult

BeginDeleteActivation() публичный Метод

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.
Результат IAsyncResult

BeginDeleteAssociation() публичный Метод

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.
Результат IAsyncResult

BeginDeleteDocument() публичный Метод

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.
Результат IAsyncResult

BeginDeleteMaintenanceWindow() публичный Метод

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.
Результат IAsyncResult

BeginDeleteParameter() публичный Метод

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.
Результат IAsyncResult

BeginDeletePatchBaseline() публичный Метод

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.
Результат IAsyncResult

BeginDeregisterManagedInstance() публичный Метод

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.
Результат IAsyncResult

BeginDeregisterPatchBaselineForPatchGroup() публичный Метод

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.
Результат IAsyncResult

BeginDeregisterTargetFromMaintenanceWindow() публичный Метод

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.
Результат IAsyncResult

BeginDeregisterTaskFromMaintenanceWindow() публичный Метод

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.
Результат IAsyncResult

BeginDescribeActivations() публичный Метод

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.
Результат IAsyncResult

BeginDescribeAssociation() публичный Метод

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.
Результат IAsyncResult

BeginDescribeAutomationExecutions() публичный Метод

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.
Результат IAsyncResult

BeginDescribeAvailablePatches() публичный Метод

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.
Результат IAsyncResult

BeginDescribeDocument() публичный Метод

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.
Результат IAsyncResult

BeginDescribeDocumentPermission() публичный Метод

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.
Результат IAsyncResult

BeginDescribeEffectiveInstanceAssociations() публичный Метод

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.
Результат IAsyncResult

BeginDescribeEffectivePatchesForPatchBaseline() публичный Метод

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.
Результат IAsyncResult

BeginDescribeInstanceAssociationsStatus() публичный Метод

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.
Результат IAsyncResult

BeginDescribeInstanceInformation() публичный Метод

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.
Результат IAsyncResult

BeginDescribeInstancePatchStates() публичный Метод

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.
Результат IAsyncResult

BeginDescribeInstancePatchStatesForPatchGroup() публичный Метод

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.
Результат IAsyncResult

BeginDescribeInstancePatches() публичный Метод

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.
Результат IAsyncResult

BeginDescribeMaintenanceWindowExecutionTaskInvocations() публичный Метод

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.
Результат IAsyncResult

BeginDescribeMaintenanceWindowExecutionTasks() публичный Метод

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.
Результат IAsyncResult

BeginDescribeMaintenanceWindowExecutions() публичный Метод

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.
Результат IAsyncResult

BeginDescribeMaintenanceWindowTargets() публичный Метод

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.
Результат IAsyncResult

BeginDescribeMaintenanceWindowTasks() публичный Метод

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.
Результат IAsyncResult

BeginDescribeMaintenanceWindows() публичный Метод

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.
Результат IAsyncResult

BeginDescribeParameters() публичный Метод

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.
Результат IAsyncResult

BeginDescribePatchBaselines() публичный Метод

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.
Результат IAsyncResult

BeginDescribePatchGroupState() публичный Метод

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.
Результат IAsyncResult

BeginDescribePatchGroups() публичный Метод

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.
Результат IAsyncResult

BeginGetAutomationExecution() публичный Метод

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.
Результат IAsyncResult

BeginGetCommandInvocation() публичный Метод

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.
Результат IAsyncResult

BeginGetDefaultPatchBaseline() публичный Метод

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.
Результат IAsyncResult

BeginGetDeployablePatchSnapshotForInstance() публичный Метод

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.
Результат IAsyncResult

BeginGetDocument() публичный Метод

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.
Результат IAsyncResult

BeginGetInventory() публичный Метод

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.
Результат IAsyncResult

BeginGetInventorySchema() публичный Метод

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.
Результат IAsyncResult

BeginGetMaintenanceWindow() публичный Метод

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.
Результат IAsyncResult

BeginGetMaintenanceWindowExecution() публичный Метод

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.
Результат IAsyncResult

BeginGetMaintenanceWindowExecutionTask() публичный Метод

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.
Результат IAsyncResult

BeginGetParameterHistory() публичный Метод

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.
Результат IAsyncResult

BeginGetParameters() публичный Метод

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.
Результат IAsyncResult

BeginGetPatchBaseline() публичный Метод

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.
Результат IAsyncResult

BeginGetPatchBaselineForPatchGroup() публичный Метод

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.
Результат IAsyncResult

BeginListAssociations() публичный Метод

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.
Результат IAsyncResult

BeginListCommandInvocations() публичный Метод

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.
Результат IAsyncResult

BeginListCommands() публичный Метод

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.
Результат IAsyncResult

BeginListDocumentVersions() публичный Метод

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.
Результат IAsyncResult

BeginListDocuments() публичный Метод

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.
Результат IAsyncResult

BeginListInventoryEntries() публичный Метод

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.
Результат IAsyncResult

BeginListTagsForResource() публичный Метод

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.
Результат IAsyncResult

BeginModifyDocumentPermission() публичный Метод

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.
Результат IAsyncResult

BeginPutInventory() публичный Метод

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.
Результат IAsyncResult

BeginPutParameter() публичный Метод

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.
Результат IAsyncResult

BeginRegisterDefaultPatchBaseline() публичный Метод

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.
Результат IAsyncResult

BeginRegisterPatchBaselineForPatchGroup() публичный Метод

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.
Результат IAsyncResult

BeginRegisterTargetWithMaintenanceWindow() публичный Метод

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.
Результат IAsyncResult

BeginRegisterTaskWithMaintenanceWindow() публичный Метод

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.
Результат IAsyncResult

BeginRemoveTagsFromResource() публичный Метод

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.
Результат IAsyncResult

BeginSendCommand() публичный Метод

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.
Результат IAsyncResult

BeginStartAutomationExecution() публичный Метод

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.
Результат IAsyncResult

BeginStopAutomationExecution() публичный Метод

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.
Результат IAsyncResult

BeginUpdateAssociation() публичный Метод

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.
Результат IAsyncResult

BeginUpdateAssociationStatus() публичный Метод

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.
Результат IAsyncResult

BeginUpdateDocument() публичный Метод

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.
Результат IAsyncResult

BeginUpdateDocumentDefaultVersion() публичный Метод

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.
Результат IAsyncResult

BeginUpdateMaintenanceWindow() публичный Метод

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.
Результат IAsyncResult

BeginUpdateManagedInstanceRole() публичный Метод

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.
Результат IAsyncResult

BeginUpdatePatchBaseline() публичный Метод

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.
Результат IAsyncResult

CancelCommand() публичный Метод

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.
Результат CancelCommandResponse

CancelCommand() публичный Метод

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.
Результат CancelCommandResponse

CancelCommand() публичный Метод

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.
Результат CancelCommandResponse

CancelCommandAsync() публичный Метод

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. ///
Результат Task

CancelCommandAsync() публичный Метод

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. ///
Результат Task

CancelCommandAsync() публичный Метод

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. ///
Результат Task

CreateActivation() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.CreateActivationResponse

CreateActivationAsync() публичный Метод

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. ///
Результат Task

CreateAssociation() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.CreateAssociationResponse

CreateAssociation() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.CreateAssociationResponse

CreateAssociationAsync() публичный Метод

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. ///
Результат Task

CreateAssociationAsync() публичный Метод

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. ///
Результат Task

CreateAssociationBatch() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.CreateAssociationBatchResponse

CreateAssociationBatchAsync() публичный Метод

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. ///
Результат Task

CreateDocument() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.CreateDocumentResponse

CreateDocument() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.CreateDocumentResponse

CreateDocumentAsync() публичный Метод

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. ///
Результат Task

CreateDocumentAsync() публичный Метод

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. ///
Результат Task

CreateMaintenanceWindow() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.CreateMaintenanceWindowResponse

CreateMaintenanceWindowAsync() публичный Метод

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. ///
Результат Task

CreatePatchBaseline() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.CreatePatchBaselineResponse

CreatePatchBaselineAsync() публичный Метод

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. ///
Результат Task

CreateSigner() защищенный Метод

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Результат Amazon.Runtime.Internal.Auth.AbstractAWSSigner

DeleteActivation() публичный Метод

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.
Результат DeleteActivationResponse

DeleteActivationAsync() публичный Метод

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. ///
Результат Task

DeleteAssociation() публичный Метод

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.
Результат DeleteAssociationResponse

DeleteAssociation() публичный Метод

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.
Результат DeleteAssociationResponse

DeleteAssociationAsync() публичный Метод

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. ///
Результат Task

DeleteAssociationAsync() публичный Метод

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. ///
Результат Task

DeleteDocument() публичный Метод

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.
Результат DeleteDocumentResponse

DeleteDocument() публичный Метод

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.
Результат DeleteDocumentResponse

DeleteDocumentAsync() публичный Метод

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. ///
Результат Task

DeleteDocumentAsync() публичный Метод

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. ///
Результат Task

DeleteMaintenanceWindow() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DeleteMaintenanceWindowResponse

DeleteMaintenanceWindowAsync() публичный Метод

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. ///
Результат Task

DeleteParameter() публичный Метод

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.
Результат DeleteParameterResponse

DeleteParameterAsync() публичный Метод

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. ///
Результат Task

DeletePatchBaseline() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DeletePatchBaselineResponse

DeletePatchBaselineAsync() публичный Метод

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. ///
Результат Task

DeregisterManagedInstance() публичный Метод

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.
Результат DeregisterManagedInstanceResponse

DeregisterManagedInstanceAsync() публичный Метод

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. ///
Результат Task

DeregisterPatchBaselineForPatchGroup() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DeregisterPatchBaselineForPatchGroupResponse

DeregisterPatchBaselineForPatchGroupAsync() публичный Метод

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. ///
Результат Task

DeregisterTargetFromMaintenanceWindow() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DeregisterTargetFromMaintenanceWindowResponse

DeregisterTargetFromMaintenanceWindowAsync() публичный Метод

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. ///
Результат Task

DeregisterTaskFromMaintenanceWindow() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DeregisterTaskFromMaintenanceWindowResponse

DeregisterTaskFromMaintenanceWindowAsync() публичный Метод

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. ///
Результат Task

DescribeActivations() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeActivationsResponse

DescribeActivationsAsync() публичный Метод

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. ///
Результат Task

DescribeAssociation() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeAssociationResponse

DescribeAssociation() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeAssociationResponse

DescribeAssociationAsync() публичный Метод

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. ///
Результат Task

DescribeAssociationAsync() публичный Метод

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. ///
Результат Task

DescribeAutomationExecutions() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeAutomationExecutionsResponse

DescribeAutomationExecutionsAsync() публичный Метод

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. ///
Результат Task

DescribeAvailablePatches() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeAvailablePatchesResponse

DescribeAvailablePatchesAsync() публичный Метод

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. ///
Результат Task

DescribeDocument() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeDocumentResponse

DescribeDocument() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeDocumentResponse

DescribeDocumentAsync() публичный Метод

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. ///
Результат Task

DescribeDocumentAsync() публичный Метод

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. ///
Результат Task

DescribeDocumentPermission() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeDocumentPermissionResponse

DescribeDocumentPermissionAsync() публичный Метод

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. ///
Результат Task

DescribeEffectiveInstanceAssociations() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeEffectiveInstanceAssociationsResponse

DescribeEffectiveInstanceAssociationsAsync() публичный Метод

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. ///
Результат Task

DescribeEffectivePatchesForPatchBaseline() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeEffectivePatchesForPatchBaselineResponse

DescribeEffectivePatchesForPatchBaselineAsync() публичный Метод

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. ///
Результат Task

DescribeInstanceAssociationsStatus() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeInstanceAssociationsStatusResponse

DescribeInstanceAssociationsStatusAsync() публичный Метод

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. ///
Результат Task

DescribeInstanceInformation() публичный Метод

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
Результат Amazon.SimpleSystemsManagement.Model.DescribeInstanceInformationResponse

DescribeInstanceInformation() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeInstanceInformationResponse

DescribeInstanceInformationAsync() публичный Метод

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. ///
Результат Task

DescribeInstanceInformationAsync() публичный Метод

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. ///
Результат Task

DescribeInstancePatchStates() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesResponse

DescribeInstancePatchStatesAsync() публичный Метод

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. ///
Результат Task

DescribeInstancePatchStatesForPatchGroup() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesForPatchGroupResponse

DescribeInstancePatchStatesForPatchGroupAsync() публичный Метод

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. ///
Результат Task

DescribeInstancePatches() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchesResponse

DescribeInstancePatchesAsync() публичный Метод

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. ///
Результат Task

DescribeMaintenanceWindowExecutionTaskInvocations() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTaskInvocationsResponse

DescribeMaintenanceWindowExecutionTaskInvocationsAsync() публичный Метод

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. ///
Результат Task

DescribeMaintenanceWindowExecutionTasks() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTasksResponse

DescribeMaintenanceWindowExecutionTasksAsync() публичный Метод

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. ///
Результат Task

DescribeMaintenanceWindowExecutions() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionsResponse

DescribeMaintenanceWindowExecutionsAsync() публичный Метод

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. ///
Результат Task

DescribeMaintenanceWindowTargets() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTargetsResponse

DescribeMaintenanceWindowTargetsAsync() публичный Метод

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. ///
Результат Task

DescribeMaintenanceWindowTasks() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTasksResponse

DescribeMaintenanceWindowTasksAsync() публичный Метод

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. ///
Результат Task

DescribeMaintenanceWindows() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowsResponse

DescribeMaintenanceWindowsAsync() публичный Метод

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. ///
Результат Task

DescribeParameters() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribeParametersResponse

DescribeParametersAsync() публичный Метод

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. ///
Результат Task

DescribePatchBaselines() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribePatchBaselinesResponse

DescribePatchBaselinesAsync() публичный Метод

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. ///
Результат Task

DescribePatchGroupState() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribePatchGroupStateResponse

DescribePatchGroupStateAsync() публичный Метод

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. ///
Результат Task

DescribePatchGroups() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.DescribePatchGroupsResponse

DescribePatchGroupsAsync() публичный Метод

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. ///
Результат Task

Dispose() защищенный Метод

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

EndAddTagsToResource() публичный Метод

Finishes the asynchronous execution of the AddTagsToResource operation.
public EndAddTagsToResource ( IAsyncResult asyncResult ) : AddTagsToResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddTagsToResource.
Результат AddTagsToResourceResponse

EndCancelCommand() публичный Метод

Finishes the asynchronous execution of the CancelCommand operation.
public EndCancelCommand ( IAsyncResult asyncResult ) : CancelCommandResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelCommand.
Результат CancelCommandResponse

EndCreateActivation() публичный Метод

Finishes the asynchronous execution of the CreateActivation operation.
public EndCreateActivation ( IAsyncResult asyncResult ) : CreateActivationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateActivation.
Результат Amazon.SimpleSystemsManagement.Model.CreateActivationResponse

EndCreateAssociation() публичный Метод

Finishes the asynchronous execution of the CreateAssociation operation.
public EndCreateAssociation ( IAsyncResult asyncResult ) : CreateAssociationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAssociation.
Результат Amazon.SimpleSystemsManagement.Model.CreateAssociationResponse

EndCreateAssociationBatch() публичный Метод

Finishes the asynchronous execution of the CreateAssociationBatch operation.
public EndCreateAssociationBatch ( IAsyncResult asyncResult ) : CreateAssociationBatchResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAssociationBatch.
Результат Amazon.SimpleSystemsManagement.Model.CreateAssociationBatchResponse

EndCreateDocument() публичный Метод

Finishes the asynchronous execution of the CreateDocument operation.
public EndCreateDocument ( IAsyncResult asyncResult ) : CreateDocumentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDocument.
Результат Amazon.SimpleSystemsManagement.Model.CreateDocumentResponse

EndCreateMaintenanceWindow() публичный Метод

Finishes the asynchronous execution of the CreateMaintenanceWindow operation.
public EndCreateMaintenanceWindow ( IAsyncResult asyncResult ) : CreateMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateMaintenanceWindow.
Результат Amazon.SimpleSystemsManagement.Model.CreateMaintenanceWindowResponse

EndCreatePatchBaseline() публичный Метод

Finishes the asynchronous execution of the CreatePatchBaseline operation.
public EndCreatePatchBaseline ( IAsyncResult asyncResult ) : CreatePatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePatchBaseline.
Результат Amazon.SimpleSystemsManagement.Model.CreatePatchBaselineResponse

EndDeleteActivation() публичный Метод

Finishes the asynchronous execution of the DeleteActivation operation.
public EndDeleteActivation ( IAsyncResult asyncResult ) : DeleteActivationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteActivation.
Результат DeleteActivationResponse

EndDeleteAssociation() публичный Метод

Finishes the asynchronous execution of the DeleteAssociation operation.
public EndDeleteAssociation ( IAsyncResult asyncResult ) : DeleteAssociationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteAssociation.
Результат DeleteAssociationResponse

EndDeleteDocument() публичный Метод

Finishes the asynchronous execution of the DeleteDocument operation.
public EndDeleteDocument ( IAsyncResult asyncResult ) : DeleteDocumentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDocument.
Результат DeleteDocumentResponse

EndDeleteMaintenanceWindow() публичный Метод

Finishes the asynchronous execution of the DeleteMaintenanceWindow operation.
public EndDeleteMaintenanceWindow ( IAsyncResult asyncResult ) : DeleteMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteMaintenanceWindow.
Результат Amazon.SimpleSystemsManagement.Model.DeleteMaintenanceWindowResponse

EndDeleteParameter() публичный Метод

Finishes the asynchronous execution of the DeleteParameter operation.
public EndDeleteParameter ( IAsyncResult asyncResult ) : DeleteParameterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteParameter.
Результат DeleteParameterResponse

EndDeletePatchBaseline() публичный Метод

Finishes the asynchronous execution of the DeletePatchBaseline operation.
public EndDeletePatchBaseline ( IAsyncResult asyncResult ) : DeletePatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePatchBaseline.
Результат Amazon.SimpleSystemsManagement.Model.DeletePatchBaselineResponse

EndDeregisterManagedInstance() публичный Метод

Finishes the asynchronous execution of the DeregisterManagedInstance operation.
public EndDeregisterManagedInstance ( IAsyncResult asyncResult ) : DeregisterManagedInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterManagedInstance.
Результат DeregisterManagedInstanceResponse

EndDeregisterPatchBaselineForPatchGroup() публичный Метод

Finishes the asynchronous execution of the DeregisterPatchBaselineForPatchGroup operation.
public EndDeregisterPatchBaselineForPatchGroup ( IAsyncResult asyncResult ) : DeregisterPatchBaselineForPatchGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterPatchBaselineForPatchGroup.
Результат Amazon.SimpleSystemsManagement.Model.DeregisterPatchBaselineForPatchGroupResponse

EndDeregisterTargetFromMaintenanceWindow() публичный Метод

Finishes the asynchronous execution of the DeregisterTargetFromMaintenanceWindow operation.
public EndDeregisterTargetFromMaintenanceWindow ( IAsyncResult asyncResult ) : DeregisterTargetFromMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterTargetFromMaintenanceWindow.
Результат Amazon.SimpleSystemsManagement.Model.DeregisterTargetFromMaintenanceWindowResponse

EndDeregisterTaskFromMaintenanceWindow() публичный Метод

Finishes the asynchronous execution of the DeregisterTaskFromMaintenanceWindow operation.
public EndDeregisterTaskFromMaintenanceWindow ( IAsyncResult asyncResult ) : DeregisterTaskFromMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterTaskFromMaintenanceWindow.
Результат Amazon.SimpleSystemsManagement.Model.DeregisterTaskFromMaintenanceWindowResponse

EndDescribeActivations() публичный Метод

Finishes the asynchronous execution of the DescribeActivations operation.
public EndDescribeActivations ( IAsyncResult asyncResult ) : DescribeActivationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeActivations.
Результат Amazon.SimpleSystemsManagement.Model.DescribeActivationsResponse

EndDescribeAssociation() публичный Метод

Finishes the asynchronous execution of the DescribeAssociation operation.
public EndDescribeAssociation ( IAsyncResult asyncResult ) : DescribeAssociationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAssociation.
Результат Amazon.SimpleSystemsManagement.Model.DescribeAssociationResponse

EndDescribeAutomationExecutions() публичный Метод

Finishes the asynchronous execution of the DescribeAutomationExecutions operation.
public EndDescribeAutomationExecutions ( IAsyncResult asyncResult ) : DescribeAutomationExecutionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAutomationExecutions.
Результат Amazon.SimpleSystemsManagement.Model.DescribeAutomationExecutionsResponse

EndDescribeAvailablePatches() публичный Метод

Finishes the asynchronous execution of the DescribeAvailablePatches operation.
public EndDescribeAvailablePatches ( IAsyncResult asyncResult ) : DescribeAvailablePatchesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAvailablePatches.
Результат Amazon.SimpleSystemsManagement.Model.DescribeAvailablePatchesResponse

EndDescribeDocument() публичный Метод

Finishes the asynchronous execution of the DescribeDocument operation.
public EndDescribeDocument ( IAsyncResult asyncResult ) : DescribeDocumentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDocument.
Результат Amazon.SimpleSystemsManagement.Model.DescribeDocumentResponse

EndDescribeDocumentPermission() публичный Метод

Finishes the asynchronous execution of the DescribeDocumentPermission operation.
public EndDescribeDocumentPermission ( IAsyncResult asyncResult ) : DescribeDocumentPermissionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDocumentPermission.
Результат Amazon.SimpleSystemsManagement.Model.DescribeDocumentPermissionResponse

EndDescribeEffectiveInstanceAssociations() публичный Метод

Finishes the asynchronous execution of the DescribeEffectiveInstanceAssociations operation.
public EndDescribeEffectiveInstanceAssociations ( IAsyncResult asyncResult ) : DescribeEffectiveInstanceAssociationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEffectiveInstanceAssociations.
Результат Amazon.SimpleSystemsManagement.Model.DescribeEffectiveInstanceAssociationsResponse

EndDescribeEffectivePatchesForPatchBaseline() публичный Метод

Finishes the asynchronous execution of the DescribeEffectivePatchesForPatchBaseline operation.
public EndDescribeEffectivePatchesForPatchBaseline ( IAsyncResult asyncResult ) : DescribeEffectivePatchesForPatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEffectivePatchesForPatchBaseline.
Результат Amazon.SimpleSystemsManagement.Model.DescribeEffectivePatchesForPatchBaselineResponse

EndDescribeInstanceAssociationsStatus() публичный Метод

Finishes the asynchronous execution of the DescribeInstanceAssociationsStatus operation.
public EndDescribeInstanceAssociationsStatus ( IAsyncResult asyncResult ) : DescribeInstanceAssociationsStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstanceAssociationsStatus.
Результат Amazon.SimpleSystemsManagement.Model.DescribeInstanceAssociationsStatusResponse

EndDescribeInstanceInformation() публичный Метод

Finishes the asynchronous execution of the DescribeInstanceInformation operation.
public EndDescribeInstanceInformation ( IAsyncResult asyncResult ) : DescribeInstanceInformationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstanceInformation.
Результат Amazon.SimpleSystemsManagement.Model.DescribeInstanceInformationResponse

EndDescribeInstancePatchStates() публичный Метод

Finishes the asynchronous execution of the DescribeInstancePatchStates operation.
public EndDescribeInstancePatchStates ( IAsyncResult asyncResult ) : DescribeInstancePatchStatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstancePatchStates.
Результат Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesResponse

EndDescribeInstancePatchStatesForPatchGroup() публичный Метод

Finishes the asynchronous execution of the DescribeInstancePatchStatesForPatchGroup operation.
public EndDescribeInstancePatchStatesForPatchGroup ( IAsyncResult asyncResult ) : DescribeInstancePatchStatesForPatchGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstancePatchStatesForPatchGroup.
Результат Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesForPatchGroupResponse

EndDescribeInstancePatches() публичный Метод

Finishes the asynchronous execution of the DescribeInstancePatches operation.
public EndDescribeInstancePatches ( IAsyncResult asyncResult ) : DescribeInstancePatchesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstancePatches.
Результат Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchesResponse

EndDescribeMaintenanceWindowExecutionTaskInvocations() публичный Метод

Finishes the asynchronous execution of the DescribeMaintenanceWindowExecutionTaskInvocations operation.
public EndDescribeMaintenanceWindowExecutionTaskInvocations ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowExecutionTaskInvocationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMaintenanceWindowExecutionTaskInvocations.
Результат Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTaskInvocationsResponse

EndDescribeMaintenanceWindowExecutionTasks() публичный Метод

Finishes the asynchronous execution of the DescribeMaintenanceWindowExecutionTasks operation.
public EndDescribeMaintenanceWindowExecutionTasks ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowExecutionTasksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMaintenanceWindowExecutionTasks.
Результат Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTasksResponse

EndDescribeMaintenanceWindowExecutions() публичный Метод

Finishes the asynchronous execution of the DescribeMaintenanceWindowExecutions operation.
public EndDescribeMaintenanceWindowExecutions ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowExecutionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMaintenanceWindowExecutions.
Результат Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionsResponse

EndDescribeMaintenanceWindowTargets() публичный Метод

Finishes the asynchronous execution of the DescribeMaintenanceWindowTargets operation.
public EndDescribeMaintenanceWindowTargets ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowTargetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMaintenanceWindowTargets.
Результат Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTargetsResponse

EndDescribeMaintenanceWindowTasks() публичный Метод

Finishes the asynchronous execution of the DescribeMaintenanceWindowTasks operation.
public EndDescribeMaintenanceWindowTasks ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowTasksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMaintenanceWindowTasks.
Результат Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowTasksResponse

EndDescribeMaintenanceWindows() публичный Метод

Finishes the asynchronous execution of the DescribeMaintenanceWindows operation.
public EndDescribeMaintenanceWindows ( IAsyncResult asyncResult ) : DescribeMaintenanceWindowsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMaintenanceWindows.
Результат Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowsResponse

EndDescribeParameters() публичный Метод

Finishes the asynchronous execution of the DescribeParameters operation.
public EndDescribeParameters ( IAsyncResult asyncResult ) : DescribeParametersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeParameters.
Результат Amazon.SimpleSystemsManagement.Model.DescribeParametersResponse

EndDescribePatchBaselines() публичный Метод

Finishes the asynchronous execution of the DescribePatchBaselines operation.
public EndDescribePatchBaselines ( IAsyncResult asyncResult ) : DescribePatchBaselinesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePatchBaselines.
Результат Amazon.SimpleSystemsManagement.Model.DescribePatchBaselinesResponse

EndDescribePatchGroupState() публичный Метод

Finishes the asynchronous execution of the DescribePatchGroupState operation.
public EndDescribePatchGroupState ( IAsyncResult asyncResult ) : DescribePatchGroupStateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePatchGroupState.
Результат Amazon.SimpleSystemsManagement.Model.DescribePatchGroupStateResponse

EndDescribePatchGroups() публичный Метод

Finishes the asynchronous execution of the DescribePatchGroups operation.
public EndDescribePatchGroups ( IAsyncResult asyncResult ) : DescribePatchGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePatchGroups.
Результат Amazon.SimpleSystemsManagement.Model.DescribePatchGroupsResponse

EndGetAutomationExecution() публичный Метод

Finishes the asynchronous execution of the GetAutomationExecution operation.
public EndGetAutomationExecution ( IAsyncResult asyncResult ) : GetAutomationExecutionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetAutomationExecution.
Результат Amazon.SimpleSystemsManagement.Model.GetAutomationExecutionResponse

EndGetCommandInvocation() публичный Метод

Finishes the asynchronous execution of the GetCommandInvocation operation.
public EndGetCommandInvocation ( IAsyncResult asyncResult ) : GetCommandInvocationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCommandInvocation.
Результат Amazon.SimpleSystemsManagement.Model.GetCommandInvocationResponse

EndGetDefaultPatchBaseline() публичный Метод

Finishes the asynchronous execution of the GetDefaultPatchBaseline operation.
public EndGetDefaultPatchBaseline ( IAsyncResult asyncResult ) : GetDefaultPatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDefaultPatchBaseline.
Результат Amazon.SimpleSystemsManagement.Model.GetDefaultPatchBaselineResponse

EndGetDeployablePatchSnapshotForInstance() публичный Метод

Finishes the asynchronous execution of the GetDeployablePatchSnapshotForInstance operation.
public EndGetDeployablePatchSnapshotForInstance ( IAsyncResult asyncResult ) : GetDeployablePatchSnapshotForInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDeployablePatchSnapshotForInstance.
Результат Amazon.SimpleSystemsManagement.Model.GetDeployablePatchSnapshotForInstanceResponse

EndGetDocument() публичный Метод

Finishes the asynchronous execution of the GetDocument operation.
public EndGetDocument ( IAsyncResult asyncResult ) : GetDocumentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDocument.
Результат Amazon.SimpleSystemsManagement.Model.GetDocumentResponse

EndGetInventory() публичный Метод

Finishes the asynchronous execution of the GetInventory operation.
public EndGetInventory ( IAsyncResult asyncResult ) : GetInventoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInventory.
Результат Amazon.SimpleSystemsManagement.Model.GetInventoryResponse

EndGetInventorySchema() публичный Метод

Finishes the asynchronous execution of the GetInventorySchema operation.
public EndGetInventorySchema ( IAsyncResult asyncResult ) : GetInventorySchemaResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInventorySchema.
Результат Amazon.SimpleSystemsManagement.Model.GetInventorySchemaResponse

EndGetMaintenanceWindow() публичный Метод

Finishes the asynchronous execution of the GetMaintenanceWindow operation.
public EndGetMaintenanceWindow ( IAsyncResult asyncResult ) : GetMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMaintenanceWindow.
Результат Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowResponse

EndGetMaintenanceWindowExecution() публичный Метод

Finishes the asynchronous execution of the GetMaintenanceWindowExecution operation.
public EndGetMaintenanceWindowExecution ( IAsyncResult asyncResult ) : GetMaintenanceWindowExecutionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMaintenanceWindowExecution.
Результат Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionResponse

EndGetMaintenanceWindowExecutionTask() публичный Метод

Finishes the asynchronous execution of the GetMaintenanceWindowExecutionTask operation.
public EndGetMaintenanceWindowExecutionTask ( IAsyncResult asyncResult ) : GetMaintenanceWindowExecutionTaskResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMaintenanceWindowExecutionTask.
Результат Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionTaskResponse

EndGetParameterHistory() публичный Метод

Finishes the asynchronous execution of the GetParameterHistory operation.
public EndGetParameterHistory ( IAsyncResult asyncResult ) : GetParameterHistoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetParameterHistory.
Результат Amazon.SimpleSystemsManagement.Model.GetParameterHistoryResponse

EndGetParameters() публичный Метод

Finishes the asynchronous execution of the GetParameters operation.
public EndGetParameters ( IAsyncResult asyncResult ) : GetParametersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetParameters.
Результат Amazon.SimpleSystemsManagement.Model.GetParametersResponse

EndGetPatchBaseline() публичный Метод

Finishes the asynchronous execution of the GetPatchBaseline operation.
public EndGetPatchBaseline ( IAsyncResult asyncResult ) : GetPatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetPatchBaseline.
Результат Amazon.SimpleSystemsManagement.Model.GetPatchBaselineResponse

EndGetPatchBaselineForPatchGroup() публичный Метод

Finishes the asynchronous execution of the GetPatchBaselineForPatchGroup operation.
public EndGetPatchBaselineForPatchGroup ( IAsyncResult asyncResult ) : GetPatchBaselineForPatchGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetPatchBaselineForPatchGroup.
Результат Amazon.SimpleSystemsManagement.Model.GetPatchBaselineForPatchGroupResponse

EndListAssociations() публичный Метод

Finishes the asynchronous execution of the ListAssociations operation.
public EndListAssociations ( IAsyncResult asyncResult ) : ListAssociationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAssociations.
Результат Amazon.SimpleSystemsManagement.Model.ListAssociationsResponse

EndListCommandInvocations() публичный Метод

Finishes the asynchronous execution of the ListCommandInvocations operation.
public EndListCommandInvocations ( IAsyncResult asyncResult ) : ListCommandInvocationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListCommandInvocations.
Результат Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsResponse

EndListCommands() публичный Метод

Finishes the asynchronous execution of the ListCommands operation.
public EndListCommands ( IAsyncResult asyncResult ) : ListCommandsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListCommands.
Результат Amazon.SimpleSystemsManagement.Model.ListCommandsResponse

EndListDocumentVersions() публичный Метод

Finishes the asynchronous execution of the ListDocumentVersions operation.
public EndListDocumentVersions ( IAsyncResult asyncResult ) : ListDocumentVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDocumentVersions.
Результат Amazon.SimpleSystemsManagement.Model.ListDocumentVersionsResponse

EndListDocuments() публичный Метод

Finishes the asynchronous execution of the ListDocuments operation.
public EndListDocuments ( IAsyncResult asyncResult ) : ListDocumentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDocuments.
Результат Amazon.SimpleSystemsManagement.Model.ListDocumentsResponse

EndListInventoryEntries() публичный Метод

Finishes the asynchronous execution of the ListInventoryEntries operation.
public EndListInventoryEntries ( IAsyncResult asyncResult ) : ListInventoryEntriesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListInventoryEntries.
Результат Amazon.SimpleSystemsManagement.Model.ListInventoryEntriesResponse

EndListTagsForResource() публичный Метод

Finishes the asynchronous execution of the ListTagsForResource operation.
public EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTagsForResource.
Результат Amazon.SimpleSystemsManagement.Model.ListTagsForResourceResponse

EndModifyDocumentPermission() публичный Метод

Finishes the asynchronous execution of the ModifyDocumentPermission operation.
public EndModifyDocumentPermission ( IAsyncResult asyncResult ) : ModifyDocumentPermissionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyDocumentPermission.
Результат ModifyDocumentPermissionResponse

EndPutInventory() публичный Метод

Finishes the asynchronous execution of the PutInventory operation.
public EndPutInventory ( IAsyncResult asyncResult ) : PutInventoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutInventory.
Результат PutInventoryResponse

EndPutParameter() публичный Метод

Finishes the asynchronous execution of the PutParameter operation.
public EndPutParameter ( IAsyncResult asyncResult ) : PutParameterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutParameter.
Результат PutParameterResponse

EndRegisterDefaultPatchBaseline() публичный Метод

Finishes the asynchronous execution of the RegisterDefaultPatchBaseline operation.
public EndRegisterDefaultPatchBaseline ( IAsyncResult asyncResult ) : RegisterDefaultPatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterDefaultPatchBaseline.
Результат Amazon.SimpleSystemsManagement.Model.RegisterDefaultPatchBaselineResponse

EndRegisterPatchBaselineForPatchGroup() публичный Метод

Finishes the asynchronous execution of the RegisterPatchBaselineForPatchGroup operation.
public EndRegisterPatchBaselineForPatchGroup ( IAsyncResult asyncResult ) : RegisterPatchBaselineForPatchGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterPatchBaselineForPatchGroup.
Результат Amazon.SimpleSystemsManagement.Model.RegisterPatchBaselineForPatchGroupResponse

EndRegisterTargetWithMaintenanceWindow() публичный Метод

Finishes the asynchronous execution of the RegisterTargetWithMaintenanceWindow operation.
public EndRegisterTargetWithMaintenanceWindow ( IAsyncResult asyncResult ) : RegisterTargetWithMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterTargetWithMaintenanceWindow.
Результат Amazon.SimpleSystemsManagement.Model.RegisterTargetWithMaintenanceWindowResponse

EndRegisterTaskWithMaintenanceWindow() публичный Метод

Finishes the asynchronous execution of the RegisterTaskWithMaintenanceWindow operation.
public EndRegisterTaskWithMaintenanceWindow ( IAsyncResult asyncResult ) : RegisterTaskWithMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterTaskWithMaintenanceWindow.
Результат Amazon.SimpleSystemsManagement.Model.RegisterTaskWithMaintenanceWindowResponse

EndRemoveTagsFromResource() публичный Метод

Finishes the asynchronous execution of the RemoveTagsFromResource operation.
public EndRemoveTagsFromResource ( IAsyncResult asyncResult ) : RemoveTagsFromResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemoveTagsFromResource.
Результат RemoveTagsFromResourceResponse

EndSendCommand() публичный Метод

Finishes the asynchronous execution of the SendCommand operation.
public EndSendCommand ( IAsyncResult asyncResult ) : SendCommandResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSendCommand.
Результат Amazon.SimpleSystemsManagement.Model.SendCommandResponse

EndStartAutomationExecution() публичный Метод

Finishes the asynchronous execution of the StartAutomationExecution operation.
public EndStartAutomationExecution ( IAsyncResult asyncResult ) : StartAutomationExecutionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartAutomationExecution.
Результат Amazon.SimpleSystemsManagement.Model.StartAutomationExecutionResponse

EndStopAutomationExecution() публичный Метод

Finishes the asynchronous execution of the StopAutomationExecution operation.
public EndStopAutomationExecution ( IAsyncResult asyncResult ) : StopAutomationExecutionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopAutomationExecution.
Результат StopAutomationExecutionResponse

EndUpdateAssociation() публичный Метод

Finishes the asynchronous execution of the UpdateAssociation operation.
public EndUpdateAssociation ( IAsyncResult asyncResult ) : UpdateAssociationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateAssociation.
Результат Amazon.SimpleSystemsManagement.Model.UpdateAssociationResponse

EndUpdateAssociationStatus() публичный Метод

Finishes the asynchronous execution of the UpdateAssociationStatus operation.
public EndUpdateAssociationStatus ( IAsyncResult asyncResult ) : UpdateAssociationStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateAssociationStatus.
Результат Amazon.SimpleSystemsManagement.Model.UpdateAssociationStatusResponse

EndUpdateDocument() публичный Метод

Finishes the asynchronous execution of the UpdateDocument operation.
public EndUpdateDocument ( IAsyncResult asyncResult ) : UpdateDocumentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDocument.
Результат Amazon.SimpleSystemsManagement.Model.UpdateDocumentResponse

EndUpdateDocumentDefaultVersion() публичный Метод

Finishes the asynchronous execution of the UpdateDocumentDefaultVersion operation.
public EndUpdateDocumentDefaultVersion ( IAsyncResult asyncResult ) : UpdateDocumentDefaultVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDocumentDefaultVersion.
Результат Amazon.SimpleSystemsManagement.Model.UpdateDocumentDefaultVersionResponse

EndUpdateMaintenanceWindow() публичный Метод

Finishes the asynchronous execution of the UpdateMaintenanceWindow operation.
public EndUpdateMaintenanceWindow ( IAsyncResult asyncResult ) : UpdateMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateMaintenanceWindow.
Результат Amazon.SimpleSystemsManagement.Model.UpdateMaintenanceWindowResponse

EndUpdateManagedInstanceRole() публичный Метод

Finishes the asynchronous execution of the UpdateManagedInstanceRole operation.
public EndUpdateManagedInstanceRole ( IAsyncResult asyncResult ) : UpdateManagedInstanceRoleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateManagedInstanceRole.
Результат UpdateManagedInstanceRoleResponse

EndUpdatePatchBaseline() публичный Метод

Finishes the asynchronous execution of the UpdatePatchBaseline operation.
public EndUpdatePatchBaseline ( IAsyncResult asyncResult ) : UpdatePatchBaselineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdatePatchBaseline.
Результат Amazon.SimpleSystemsManagement.Model.UpdatePatchBaselineResponse

GetAutomationExecution() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetAutomationExecutionResponse

GetAutomationExecutionAsync() публичный Метод

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. ///
Результат Task

GetCommandInvocation() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetCommandInvocationResponse

GetCommandInvocationAsync() публичный Метод

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. ///
Результат Task

GetDefaultPatchBaseline() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetDefaultPatchBaselineResponse

GetDefaultPatchBaselineAsync() публичный Метод

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. ///
Результат Task

GetDeployablePatchSnapshotForInstance() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetDeployablePatchSnapshotForInstanceResponse

GetDeployablePatchSnapshotForInstanceAsync() публичный Метод

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. ///
Результат Task

GetDocument() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetDocumentResponse

GetDocument() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetDocumentResponse

GetDocumentAsync() публичный Метод

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. ///
Результат Task

GetDocumentAsync() публичный Метод

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. ///
Результат Task

GetInventory() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetInventoryResponse

GetInventoryAsync() публичный Метод

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. ///
Результат Task

GetInventorySchema() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetInventorySchemaResponse

GetInventorySchemaAsync() публичный Метод

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. ///
Результат Task

GetMaintenanceWindow() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowResponse

GetMaintenanceWindowAsync() публичный Метод

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. ///
Результат Task

GetMaintenanceWindowExecution() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionResponse

GetMaintenanceWindowExecutionAsync() публичный Метод

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. ///
Результат Task

GetMaintenanceWindowExecutionTask() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionTaskResponse

GetMaintenanceWindowExecutionTaskAsync() публичный Метод

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. ///
Результат Task

GetParameterHistory() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetParameterHistoryResponse

GetParameterHistoryAsync() публичный Метод

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. ///
Результат Task

GetParameters() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetParametersResponse

GetParametersAsync() публичный Метод

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. ///
Результат Task

GetPatchBaseline() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetPatchBaselineResponse

GetPatchBaselineAsync() публичный Метод

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. ///
Результат Task

GetPatchBaselineForPatchGroup() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.GetPatchBaselineForPatchGroupResponse

GetPatchBaselineForPatchGroupAsync() публичный Метод

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. ///
Результат Task

ListAssociations() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.ListAssociationsResponse

ListAssociationsAsync() публичный Метод

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. ///
Результат Task

ListCommandInvocations() публичный Метод

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
Результат Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsResponse

ListCommandInvocations() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsResponse

ListCommandInvocations() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsResponse

ListCommandInvocationsAsync() публичный Метод

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. ///
Результат Task

ListCommandInvocationsAsync() публичный Метод

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. ///
Результат Task

ListCommandInvocationsAsync() публичный Метод

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. ///
Результат Task

ListCommands() публичный Метод

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
Результат Amazon.SimpleSystemsManagement.Model.ListCommandsResponse

ListCommands() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.ListCommandsResponse

ListCommands() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.ListCommandsResponse

ListCommandsAsync() публичный Метод

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. ///
Результат Task

ListCommandsAsync() публичный Метод

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. ///
Результат Task

ListCommandsAsync() публичный Метод

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. ///
Результат Task

ListDocumentVersions() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.ListDocumentVersionsResponse

ListDocumentVersionsAsync() публичный Метод

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. ///
Результат Task

ListDocuments() публичный Метод

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
Результат Amazon.SimpleSystemsManagement.Model.ListDocumentsResponse

ListDocuments() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.ListDocumentsResponse

ListDocumentsAsync() публичный Метод

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. ///
Результат Task

ListDocumentsAsync() публичный Метод

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. ///
Результат Task

ListInventoryEntries() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.ListInventoryEntriesResponse

ListInventoryEntriesAsync() публичный Метод

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. ///
Результат Task

ListTagsForResource() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.ListTagsForResourceResponse

ListTagsForResourceAsync() публичный Метод

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. ///
Результат Task

ModifyDocumentPermission() публичный Метод

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.
Результат ModifyDocumentPermissionResponse

ModifyDocumentPermissionAsync() публичный Метод

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. ///
Результат Task

PutInventory() публичный Метод

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.
Результат PutInventoryResponse

PutInventoryAsync() публичный Метод

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. ///
Результат Task

PutParameter() публичный Метод

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.
Результат PutParameterResponse

PutParameterAsync() публичный Метод

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. ///
Результат Task

RegisterDefaultPatchBaseline() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.RegisterDefaultPatchBaselineResponse

RegisterDefaultPatchBaselineAsync() публичный Метод

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. ///
Результат Task

RegisterPatchBaselineForPatchGroup() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.RegisterPatchBaselineForPatchGroupResponse

RegisterPatchBaselineForPatchGroupAsync() публичный Метод

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. ///
Результат Task

RegisterTargetWithMaintenanceWindow() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.RegisterTargetWithMaintenanceWindowResponse

RegisterTargetWithMaintenanceWindowAsync() публичный Метод

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. ///
Результат Task

RegisterTaskWithMaintenanceWindow() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.RegisterTaskWithMaintenanceWindowResponse

RegisterTaskWithMaintenanceWindowAsync() публичный Метод

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. ///
Результат Task

RemoveTagsFromResource() публичный Метод

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.
Результат RemoveTagsFromResourceResponse

RemoveTagsFromResourceAsync() публичный Метод

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. ///
Результат Task

SendCommand() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.SendCommandResponse

SendCommand() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.SendCommandResponse

SendCommandAsync() публичный Метод

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. ///
Результат Task

SendCommandAsync() публичный Метод

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. ///
Результат Task

StartAutomationExecution() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.StartAutomationExecutionResponse

StartAutomationExecutionAsync() публичный Метод

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. ///
Результат Task

StopAutomationExecution() публичный Метод

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.
Результат StopAutomationExecutionResponse

StopAutomationExecutionAsync() публичный Метод

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. ///
Результат Task

UpdateAssociation() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.UpdateAssociationResponse

UpdateAssociationAsync() публичный Метод

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. ///
Результат Task

UpdateAssociationStatus() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.UpdateAssociationStatusResponse

UpdateAssociationStatusAsync() публичный Метод

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. ///
Результат Task

UpdateDocument() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.UpdateDocumentResponse

UpdateDocumentAsync() публичный Метод

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. ///
Результат Task

UpdateDocumentDefaultVersion() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.UpdateDocumentDefaultVersionResponse

UpdateDocumentDefaultVersionAsync() публичный Метод

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. ///
Результат Task

UpdateMaintenanceWindow() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.UpdateMaintenanceWindowResponse

UpdateMaintenanceWindowAsync() публичный Метод

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. ///
Результат Task

UpdateManagedInstanceRole() публичный Метод

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.
Результат UpdateManagedInstanceRoleResponse

UpdateManagedInstanceRoleAsync() публичный Метод

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. ///
Результат Task

UpdatePatchBaseline() публичный Метод

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.
Результат Amazon.SimpleSystemsManagement.Model.UpdatePatchBaselineResponse

UpdatePatchBaselineAsync() публичный Метод

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. ///
Результат Task