Struct rusoto_worklink::WorklinkClient[][src]

pub struct WorklinkClient { /* fields omitted */ }
Expand description

A client for the WorkLink API.

Implementations

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Specifies a domain to be associated to Amazon WorkLink.

Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.

Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network.

Creates a fleet. A fleet consists of resources and the configuration that delivers associated websites to authorized users who download and set up the Amazon WorkLink app.

Deletes a fleet. Prevents users from accessing previously associated websites.

Describes the configuration for delivering audit streams to the customer account.

Describes the networking configuration to access the internal websites associated with the specified fleet.

Provides information about a user's device.

Describes the device policy configuration for the specified fleet.

Provides information about the domain.

Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.

Describes the identity provider configuration of the specified fleet.

Provides information about the certificate authority.

Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.

Disassociates a website authorization provider from a specified fleet. After the disassociation, users can't load any associated websites that require this authorization provider.

Removes a certificate authority (CA).

Retrieves a list of devices registered with the specified fleet.

Retrieves a list of domains associated to a specified fleet.

Retrieves a list of fleets for the current account and Region.

Retrieves a list of tags for the specified resource.

Retrieves a list of website authorization providers associated with a specified fleet.

Retrieves a list of certificate authorities added for the current account and Region.

Moves a domain to ACTIVE status if it was in the INACTIVE status.

Moves a domain to INACTIVE status if it was in the ACTIVE status.

Signs the user out from all of their devices. The user can sign in again if they have valid credentials.

Adds or overwrites one or more tags for the specified resource, such as a fleet. Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.

Removes one or more tags from the specified resource.

Updates the audit stream configuration for the fleet.

Updates the company network configuration for the fleet.

Updates the device policy configuration for the fleet.

Updates domain metadata, such as DisplayName.

Updates fleet metadata, such as DisplayName.

Updates the identity provider configuration for the fleet.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.