WorkLink / Client / update_device_policy_configuration

update_device_policy_configuration#

WorkLink.Client.update_device_policy_configuration(**kwargs)#

Updates the device policy configuration for the fleet.

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_device_policy_configuration(
    FleetArn='string',
    DeviceCaCertificate='string'
)
Parameters:
  • FleetArn (string) –

    [REQUIRED]

    The ARN of the fleet.

  • DeviceCaCertificate (string) – The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions