Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.UpdateAssociation C# (CSharp) Метод

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
        public UpdateAssociationResponse UpdateAssociation(UpdateAssociationRequest request)
        {
            var marshaller = new UpdateAssociationRequestMarshaller();
            var unmarshaller = UpdateAssociationResponseUnmarshaller.Instance;

            return Invoke<UpdateAssociationRequest,UpdateAssociationResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient