update_audit_stream_configuration

WorkLink.Client.update_audit_stream_configuration(**kwargs)

Updates the audit stream 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_audit_stream_configuration(
    FleetArn='string',
    AuditStreamArn='string'
)
Parameters
  • FleetArn (string) --

    [REQUIRED]

    The ARN of the fleet.

  • AuditStreamArn (string) -- The ARN of the Amazon Kinesis data stream that receives the audit events.
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • WorkLink.Client.exceptions.UnauthorizedException
  • WorkLink.Client.exceptions.InternalServerErrorException
  • WorkLink.Client.exceptions.InvalidRequestException
  • WorkLink.Client.exceptions.ResourceNotFoundException
  • WorkLink.Client.exceptions.TooManyRequestsException