Sets the AWS Endpoint Connection state based on what is passed in the body
The “status” in the returned proto does not reflect the latest post-update status, but rather the status before the state is transitioned.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
cluster_id is the ID for the cluster.
endpoint_id is the ID for the VPC endpoint on the customer's side.
Body
The statuses map to the statuses returned by the AWS API.
ENDPOINT_PENDING, ENDPOINT_PENDING_ACCEPTANCE, ENDPOINT_AVAILABLE, ENDPOINT_DELETING, ENDPOINT_DELETED, ENDPOINT_REJECTED, ENDPOINT_FAILED, ENDPOINT_EXPIRED Response
A successful response.
- GCP: The Google Cloud Platform cloud provider.
- AWS: The Amazon Web Services cloud provider.
GCP, AWS endpoint_id is the client side of the PrivateLink connection.
region_name is the cloud provider region name (i.e. us-east-1).
service_id is the server side of the PrivateLink connection. This is the same as AWSPrivateLinkEndpoint.service_id.
The statuses map to the statuses returned by the AWS API.
ENDPOINT_PENDING, ENDPOINT_PENDING_ACCEPTANCE, ENDPOINT_AVAILABLE, ENDPOINT_DELETING, ENDPOINT_DELETED, ENDPOINT_REJECTED, ENDPOINT_FAILED, ENDPOINT_EXPIRED 
