WorkSpacesWeb / Client / update_trust_store

update_trust_store#

WorkSpacesWeb.Client.update_trust_store(**kwargs)#

Updates the trust store.

See also: AWS API Documentation

Request Syntax

response = client.update_trust_store(
    certificatesToAdd=[
        b'bytes',
    ],
    certificatesToDelete=[
        'string',
    ],
    clientToken='string',
    trustStoreArn='string'
)
Parameters:
  • certificatesToAdd (list) –

    A list of CA certificates to add to the trust store.

    • (bytes) –

  • certificatesToDelete (list) –

    A list of CA certificates to delete from a trust store.

    • (string) –

  • clientToken (string) –

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.

    If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • trustStoreArn (string) –

    [REQUIRED]

    The ARN of the trust store.

Return type:

dict

Returns:

Response Syntax

{
    'trustStoreArn': 'string'
}

Response Structure

  • (dict) –

    • trustStoreArn (string) –

      The ARN of the trust store.

Exceptions

  • WorkSpacesWeb.Client.exceptions.InternalServerException

  • WorkSpacesWeb.Client.exceptions.ResourceNotFoundException

  • WorkSpacesWeb.Client.exceptions.AccessDeniedException

  • WorkSpacesWeb.Client.exceptions.ThrottlingException

  • WorkSpacesWeb.Client.exceptions.ServiceQuotaExceededException

  • WorkSpacesWeb.Client.exceptions.ValidationException