UpdateConfigurationSet
Updates an existing configuration set.
This operation performs a partial update. Only the attributes that you include in the request are updated; any omitted attribute is left unchanged.
Request Syntax
POST /v2/email/update-configuration-sets HTTP/1.1
Content-type: application/json
{
"ConfigurationSetName": "string",
"MessageSecurityOptions": {
"SigningScheme": { ... }
}
}
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request accepts the following data in JSON format.
- ConfigurationSetName
-
The name of the configuration set to update.
Type: String
Required: Yes
- MessageSecurityOptions
-
The security options that apply to the MIME message itself for messages sent with the configuration set.
Type: MessageSecurityOptions object
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 Error Types.
- BadRequestException
-
The input you provided is invalid.
HTTP Status Code: 400
- NotFoundException
-
The resource you attempted to access doesn't exist.
HTTP Status Code: 404
- TooManyRequestsException
-
Too many requests have been made to the operation.
HTTP Status Code: 429
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: