WorkLink#
Client#
- class WorkLink.Client#
 A low-level client representing Amazon WorkLink
Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS and Android phones. In a single step, your users, such as employees, can access internal websites as efficiently as they access any other public website. They enter a URL in their web browser, or choose a link to an internal website in an email. Amazon WorkLink authenticates the user’s access and securely renders authorized internal web content in a secure rendering service in the AWS cloud. Amazon WorkLink doesn’t download or store any internal web content on mobile devices.
import boto3 client = boto3.client('worklink')
These are the available methods:
- associate_domain
 - associate_website_authorization_provider
 - associate_website_certificate_authority
 - can_paginate
 - close
 - create_fleet
 - delete_fleet
 - describe_audit_stream_configuration
 - describe_company_network_configuration
 - describe_device
 - describe_device_policy_configuration
 - describe_domain
 - describe_fleet_metadata
 - describe_identity_provider_configuration
 - describe_website_certificate_authority
 - disassociate_domain
 - disassociate_website_authorization_provider
 - disassociate_website_certificate_authority
 - get_paginator
 - get_waiter
 - list_devices
 - list_domains
 - list_fleets
 - list_tags_for_resource
 - list_website_authorization_providers
 - list_website_certificate_authorities
 - restore_domain_access
 - revoke_domain_access
 - sign_out_user
 - tag_resource
 - untag_resource
 - update_audit_stream_configuration
 - update_company_network_configuration
 - update_device_policy_configuration
 - update_domain_metadata
 - update_fleet_metadata
 - update_identity_provider_configuration