UpdateConfigurationManager - Quick Setup

UpdateConfigurationManager

Updates a Quick Setup configuration manager.

Request Syntax

PUT /configurationManager/ManagerArn HTTP/1.1 Content-type: application/json { "Description": "string", "Name": "string" }

URI Request Parameters

The request uses the following URI parameters.

ManagerArn

The ARN of the configuration manager.

Pattern: ^arn:aws:ssm-quicksetup:([^:]+):(\d{12}):configuration-manager/[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$

Required: Yes

Request Body

The request accepts the following data in JSON format.

Description

A description of the configuration manager.

Type: String

Pattern: ^.{0,512}$

Required: No

Name

A name for the configuration manager.

Type: String

Pattern: ^[ A-Za-z0-9._-]{0,120}$

Required: No

Response Syntax

HTTP/1.1 200

Response Elements

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessDeniedException

The requester has insufficient permissions to perform the operation.

HTTP Status Code: 403

ConflictException

Another request is being processed. Wait a few minutes and try again.

HTTP Status Code: 409

InternalServerException

An error occurred on the server side.

HTTP Status Code: 500

ResourceNotFoundException

The resource couldn't be found. Check the ID or name and try again.

HTTP Status Code: 404

ThrottlingException

The request or operation exceeds the maximum allowed request rate per AWS account and AWS Region.

HTTP Status Code: 429

ValidationException

The request is invalid. Verify the values provided for the request parameters are accurate.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: