UpdateEnvironmentConnector
Updates a connector for an Amazon EVS environment. You can update the AWS Secrets Manager secret ARN or the appliance FQDN to reconfigure the connector metadata.
Note
You cannot update both the secret and the FQDN in the same request.
Request Syntax
{
"applianceFqdn": "string",
"clientToken": "string",
"connectorId": "string",
"environmentId": "string",
"secretIdentifier": "string"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
Note
In the following list, the required parameters are described first.
- connectorId
-
A unique ID for the connector to update.
Type: String
Pattern:
(cnctr-[a-zA-Z0-9]{10})Required: Yes
- environmentId
-
A unique ID for the environment that the connector belongs to.
Type: String
Pattern:
(env-[a-zA-Z0-9]{10})Required: Yes
- applianceFqdn
-
The new fully qualified domain name (FQDN) of the VCF appliance that the connector connects to.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 253.
Pattern:
[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(\.[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*Required: No
- clientToken
-
Note
This parameter is not used in Amazon EVS currently. If you supply input for this parameter, it will have no effect.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the connector update request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[!-~]+Required: No
- secretIdentifier
-
The new ARN or name of the AWS Secrets Manager secret that stores the credentials for the VCF appliance.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
(arn:aws:secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@!-]+|[a-zA-Z0-9/_+=.@!-]+)Required: No
Response Syntax
{
"connector": {
"applianceFqdn": "string",
"checks": [
{
"impairedSince": number,
"lastCheckAttempt": number,
"result": "string",
"type": "string"
}
],
"connectorId": "string",
"createdAt": number,
"environmentId": "string",
"modifiedAt": number,
"secretArn": "string",
"state": "string",
"stateDetails": "string",
"status": "string",
"type": "string"
}
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
Errors
For information about the errors that are common to all actions, see Common Error Types.
- ResourceNotFoundException
-
A service resource associated with the request could not be found. The resource might not be specified correctly, or it may have a
stateofDELETED.- message
-
Describes the error encountered.
- resourceId
-
The ID of the resource that could not be found.
- resourceType
-
The type of the resource that is associated with the error.
HTTP Status Code: 400
- ThrottlingException
-
The operation could not be performed because the service is throttling requests. This exception is thrown when the service endpoint receives too many concurrent requests.
- message
-
Describes the error encountered.
- retryAfterSeconds
-
The seconds to wait to retry.
HTTP Status Code: 400
- ValidationException
-
The input fails to satisfy the specified constraints. You will see this exception if invalid inputs are provided for any of the Amazon EVS environment operations, or if a list operation is performed on an environment resource that is still initializing.
- fieldList
-
A list of fields that didn't validate.
- message
-
Describes the error encountered.
- reason
-
The reason for the exception.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: