[−][src]Struct rusoto_worklink::WorklinkClient
A client for the WorkLink API.
Methods
impl WorklinkClient
[src]
pub fn new(region: Region) -> WorklinkClient
[src]
Creates a client backed by the default tokio event loop.
The client will use the default credentials provider and tls client.
pub fn new_with<P, D>(
request_dispatcher: D,
credentials_provider: P,
region: Region
) -> WorklinkClient where
P: ProvideAwsCredentials + Send + Sync + 'static,
P::Future: Send,
D: DispatchSignedRequest + Send + Sync + 'static,
D::Future: Send,
[src]
request_dispatcher: D,
credentials_provider: P,
region: Region
) -> WorklinkClient where
P: ProvideAwsCredentials + Send + Sync + 'static,
P::Future: Send,
D: DispatchSignedRequest + Send + Sync + 'static,
D::Future: Send,
Trait Implementations
impl Worklink for WorklinkClient
[src]
fn associate_domain(
&self,
input: AssociateDomainRequest
) -> RusotoFuture<AssociateDomainResponse, AssociateDomainError>
[src]
&self,
input: AssociateDomainRequest
) -> RusotoFuture<AssociateDomainResponse, AssociateDomainError>
Specifies a domain to be associated to Amazon WorkLink.
fn associate_website_authorization_provider(
&self,
input: AssociateWebsiteAuthorizationProviderRequest
) -> RusotoFuture<AssociateWebsiteAuthorizationProviderResponse, AssociateWebsiteAuthorizationProviderError>
[src]
&self,
input: AssociateWebsiteAuthorizationProviderRequest
) -> RusotoFuture<AssociateWebsiteAuthorizationProviderResponse, AssociateWebsiteAuthorizationProviderError>
Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.
fn associate_website_certificate_authority(
&self,
input: AssociateWebsiteCertificateAuthorityRequest
) -> RusotoFuture<AssociateWebsiteCertificateAuthorityResponse, AssociateWebsiteCertificateAuthorityError>
[src]
&self,
input: AssociateWebsiteCertificateAuthorityRequest
) -> RusotoFuture<AssociateWebsiteCertificateAuthorityResponse, AssociateWebsiteCertificateAuthorityError>
Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network.
fn create_fleet(
&self,
input: CreateFleetRequest
) -> RusotoFuture<CreateFleetResponse, CreateFleetError>
[src]
&self,
input: CreateFleetRequest
) -> RusotoFuture<CreateFleetResponse, CreateFleetError>
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.
fn delete_fleet(
&self,
input: DeleteFleetRequest
) -> RusotoFuture<DeleteFleetResponse, DeleteFleetError>
[src]
&self,
input: DeleteFleetRequest
) -> RusotoFuture<DeleteFleetResponse, DeleteFleetError>
Deletes a fleet. Prevents users from accessing previously associated websites.
fn describe_audit_stream_configuration(
&self,
input: DescribeAuditStreamConfigurationRequest
) -> RusotoFuture<DescribeAuditStreamConfigurationResponse, DescribeAuditStreamConfigurationError>
[src]
&self,
input: DescribeAuditStreamConfigurationRequest
) -> RusotoFuture<DescribeAuditStreamConfigurationResponse, DescribeAuditStreamConfigurationError>
Describes the configuration for delivering audit streams to the customer account.
fn describe_company_network_configuration(
&self,
input: DescribeCompanyNetworkConfigurationRequest
) -> RusotoFuture<DescribeCompanyNetworkConfigurationResponse, DescribeCompanyNetworkConfigurationError>
[src]
&self,
input: DescribeCompanyNetworkConfigurationRequest
) -> RusotoFuture<DescribeCompanyNetworkConfigurationResponse, DescribeCompanyNetworkConfigurationError>
Describes the networking configuration to access the internal websites associated with the specified fleet.
fn describe_device(
&self,
input: DescribeDeviceRequest
) -> RusotoFuture<DescribeDeviceResponse, DescribeDeviceError>
[src]
&self,
input: DescribeDeviceRequest
) -> RusotoFuture<DescribeDeviceResponse, DescribeDeviceError>
Provides information about a user's device.
fn describe_device_policy_configuration(
&self,
input: DescribeDevicePolicyConfigurationRequest
) -> RusotoFuture<DescribeDevicePolicyConfigurationResponse, DescribeDevicePolicyConfigurationError>
[src]
&self,
input: DescribeDevicePolicyConfigurationRequest
) -> RusotoFuture<DescribeDevicePolicyConfigurationResponse, DescribeDevicePolicyConfigurationError>
Describes the device policy configuration for the specified fleet.
fn describe_domain(
&self,
input: DescribeDomainRequest
) -> RusotoFuture<DescribeDomainResponse, DescribeDomainError>
[src]
&self,
input: DescribeDomainRequest
) -> RusotoFuture<DescribeDomainResponse, DescribeDomainError>
Provides information about the domain.
fn describe_fleet_metadata(
&self,
input: DescribeFleetMetadataRequest
) -> RusotoFuture<DescribeFleetMetadataResponse, DescribeFleetMetadataError>
[src]
&self,
input: DescribeFleetMetadataRequest
) -> RusotoFuture<DescribeFleetMetadataResponse, DescribeFleetMetadataError>
Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.
fn describe_identity_provider_configuration(
&self,
input: DescribeIdentityProviderConfigurationRequest
) -> RusotoFuture<DescribeIdentityProviderConfigurationResponse, DescribeIdentityProviderConfigurationError>
[src]
&self,
input: DescribeIdentityProviderConfigurationRequest
) -> RusotoFuture<DescribeIdentityProviderConfigurationResponse, DescribeIdentityProviderConfigurationError>
Describes the identity provider configuration of the specified fleet.
fn describe_website_certificate_authority(
&self,
input: DescribeWebsiteCertificateAuthorityRequest
) -> RusotoFuture<DescribeWebsiteCertificateAuthorityResponse, DescribeWebsiteCertificateAuthorityError>
[src]
&self,
input: DescribeWebsiteCertificateAuthorityRequest
) -> RusotoFuture<DescribeWebsiteCertificateAuthorityResponse, DescribeWebsiteCertificateAuthorityError>
Provides information about the certificate authority.
fn disassociate_domain(
&self,
input: DisassociateDomainRequest
) -> RusotoFuture<DisassociateDomainResponse, DisassociateDomainError>
[src]
&self,
input: DisassociateDomainRequest
) -> RusotoFuture<DisassociateDomainResponse, DisassociateDomainError>
Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.
fn disassociate_website_authorization_provider(
&self,
input: DisassociateWebsiteAuthorizationProviderRequest
) -> RusotoFuture<DisassociateWebsiteAuthorizationProviderResponse, DisassociateWebsiteAuthorizationProviderError>
[src]
&self,
input: DisassociateWebsiteAuthorizationProviderRequest
) -> RusotoFuture<DisassociateWebsiteAuthorizationProviderResponse, DisassociateWebsiteAuthorizationProviderError>
Disassociates a website authorization provider from a specified fleet. After the disassociation, users can't load any associated websites that require this authorization provider.
fn disassociate_website_certificate_authority(
&self,
input: DisassociateWebsiteCertificateAuthorityRequest
) -> RusotoFuture<DisassociateWebsiteCertificateAuthorityResponse, DisassociateWebsiteCertificateAuthorityError>
[src]
&self,
input: DisassociateWebsiteCertificateAuthorityRequest
) -> RusotoFuture<DisassociateWebsiteCertificateAuthorityResponse, DisassociateWebsiteCertificateAuthorityError>
Removes a certificate authority (CA).
fn list_devices(
&self,
input: ListDevicesRequest
) -> RusotoFuture<ListDevicesResponse, ListDevicesError>
[src]
&self,
input: ListDevicesRequest
) -> RusotoFuture<ListDevicesResponse, ListDevicesError>
Retrieves a list of devices registered with the specified fleet.
fn list_domains(
&self,
input: ListDomainsRequest
) -> RusotoFuture<ListDomainsResponse, ListDomainsError>
[src]
&self,
input: ListDomainsRequest
) -> RusotoFuture<ListDomainsResponse, ListDomainsError>
Retrieves a list of domains associated to a specified fleet.
fn list_fleets(
&self,
input: ListFleetsRequest
) -> RusotoFuture<ListFleetsResponse, ListFleetsError>
[src]
&self,
input: ListFleetsRequest
) -> RusotoFuture<ListFleetsResponse, ListFleetsError>
Retrieves a list of fleets for the current account and Region.
fn list_website_authorization_providers(
&self,
input: ListWebsiteAuthorizationProvidersRequest
) -> RusotoFuture<ListWebsiteAuthorizationProvidersResponse, ListWebsiteAuthorizationProvidersError>
[src]
&self,
input: ListWebsiteAuthorizationProvidersRequest
) -> RusotoFuture<ListWebsiteAuthorizationProvidersResponse, ListWebsiteAuthorizationProvidersError>
Retrieves a list of website authorization providers associated with a specified fleet.
fn list_website_certificate_authorities(
&self,
input: ListWebsiteCertificateAuthoritiesRequest
) -> RusotoFuture<ListWebsiteCertificateAuthoritiesResponse, ListWebsiteCertificateAuthoritiesError>
[src]
&self,
input: ListWebsiteCertificateAuthoritiesRequest
) -> RusotoFuture<ListWebsiteCertificateAuthoritiesResponse, ListWebsiteCertificateAuthoritiesError>
Retrieves a list of certificate authorities added for the current account and Region.
fn restore_domain_access(
&self,
input: RestoreDomainAccessRequest
) -> RusotoFuture<RestoreDomainAccessResponse, RestoreDomainAccessError>
[src]
&self,
input: RestoreDomainAccessRequest
) -> RusotoFuture<RestoreDomainAccessResponse, RestoreDomainAccessError>
Moves a domain to ACTIVE status if it was in the INACTIVE status.
fn revoke_domain_access(
&self,
input: RevokeDomainAccessRequest
) -> RusotoFuture<RevokeDomainAccessResponse, RevokeDomainAccessError>
[src]
&self,
input: RevokeDomainAccessRequest
) -> RusotoFuture<RevokeDomainAccessResponse, RevokeDomainAccessError>
Moves a domain to INACTIVE status if it was in the ACTIVE status.
fn sign_out_user(
&self,
input: SignOutUserRequest
) -> RusotoFuture<SignOutUserResponse, SignOutUserError>
[src]
&self,
input: SignOutUserRequest
) -> RusotoFuture<SignOutUserResponse, SignOutUserError>
Signs the user out from all of their devices. The user can sign in again if they have valid credentials.
fn update_audit_stream_configuration(
&self,
input: UpdateAuditStreamConfigurationRequest
) -> RusotoFuture<UpdateAuditStreamConfigurationResponse, UpdateAuditStreamConfigurationError>
[src]
&self,
input: UpdateAuditStreamConfigurationRequest
) -> RusotoFuture<UpdateAuditStreamConfigurationResponse, UpdateAuditStreamConfigurationError>
Updates the audit stream configuration for the fleet.
fn update_company_network_configuration(
&self,
input: UpdateCompanyNetworkConfigurationRequest
) -> RusotoFuture<UpdateCompanyNetworkConfigurationResponse, UpdateCompanyNetworkConfigurationError>
[src]
&self,
input: UpdateCompanyNetworkConfigurationRequest
) -> RusotoFuture<UpdateCompanyNetworkConfigurationResponse, UpdateCompanyNetworkConfigurationError>
Updates the company network configuration for the fleet.
fn update_device_policy_configuration(
&self,
input: UpdateDevicePolicyConfigurationRequest
) -> RusotoFuture<UpdateDevicePolicyConfigurationResponse, UpdateDevicePolicyConfigurationError>
[src]
&self,
input: UpdateDevicePolicyConfigurationRequest
) -> RusotoFuture<UpdateDevicePolicyConfigurationResponse, UpdateDevicePolicyConfigurationError>
Updates the device policy configuration for the fleet.
fn update_domain_metadata(
&self,
input: UpdateDomainMetadataRequest
) -> RusotoFuture<UpdateDomainMetadataResponse, UpdateDomainMetadataError>
[src]
&self,
input: UpdateDomainMetadataRequest
) -> RusotoFuture<UpdateDomainMetadataResponse, UpdateDomainMetadataError>
Updates domain metadata, such as DisplayName.
fn update_fleet_metadata(
&self,
input: UpdateFleetMetadataRequest
) -> RusotoFuture<UpdateFleetMetadataResponse, UpdateFleetMetadataError>
[src]
&self,
input: UpdateFleetMetadataRequest
) -> RusotoFuture<UpdateFleetMetadataResponse, UpdateFleetMetadataError>
Updates fleet metadata, such as DisplayName.
fn update_identity_provider_configuration(
&self,
input: UpdateIdentityProviderConfigurationRequest
) -> RusotoFuture<UpdateIdentityProviderConfigurationResponse, UpdateIdentityProviderConfigurationError>
[src]
&self,
input: UpdateIdentityProviderConfigurationRequest
) -> RusotoFuture<UpdateIdentityProviderConfigurationResponse, UpdateIdentityProviderConfigurationError>
Updates the identity provider configuration for the fleet.
impl Clone for WorklinkClient
[src]
fn clone(&self) -> WorklinkClient
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for WorklinkClient
impl Sync for WorklinkClient
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self