WorkLink / Client / update_domain_metadata

update_domain_metadata#

WorkLink.Client.update_domain_metadata(**kwargs)#

Updates domain metadata, such as DisplayName.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.update_domain_metadata(
    FleetArn='string',
    DomainName='string',
    DisplayName='string'
)
Parameters:
  • FleetArn (string) –

    [REQUIRED]

    The ARN of the fleet.

  • DomainName (string) –

    [REQUIRED]

    The name of the domain.

  • DisplayName (string) – The name to display.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions