12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046 |
- import {Request} from '../lib/request';
- import {Response} from '../lib/response';
- import {AWSError} from '../lib/error';
- import {Service} from '../lib/service';
- import {ServiceConfigurationOptions} from '../lib/service';
- import {ConfigBase as Config} from '../lib/config-base';
- interface Blob {}
- declare class WorkLink extends Service {
- /**
- * Constructs a service object. This object has one method for each API operation.
- */
- constructor(options?: WorkLink.Types.ClientConfiguration)
- config: Config & WorkLink.Types.ClientConfiguration;
- /**
- * Specifies a domain to be associated to Amazon WorkLink.
- */
- associateDomain(params: WorkLink.Types.AssociateDomainRequest, callback?: (err: AWSError, data: WorkLink.Types.AssociateDomainResponse) => void): Request<WorkLink.Types.AssociateDomainResponse, AWSError>;
- /**
- * Specifies a domain to be associated to Amazon WorkLink.
- */
- associateDomain(callback?: (err: AWSError, data: WorkLink.Types.AssociateDomainResponse) => void): Request<WorkLink.Types.AssociateDomainResponse, AWSError>;
- /**
- * Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.
- */
- associateWebsiteAuthorizationProvider(params: WorkLink.Types.AssociateWebsiteAuthorizationProviderRequest, callback?: (err: AWSError, data: WorkLink.Types.AssociateWebsiteAuthorizationProviderResponse) => void): Request<WorkLink.Types.AssociateWebsiteAuthorizationProviderResponse, AWSError>;
- /**
- * Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.
- */
- associateWebsiteAuthorizationProvider(callback?: (err: AWSError, data: WorkLink.Types.AssociateWebsiteAuthorizationProviderResponse) => void): Request<WorkLink.Types.AssociateWebsiteAuthorizationProviderResponse, AWSError>;
- /**
- * Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network.
- */
- associateWebsiteCertificateAuthority(params: WorkLink.Types.AssociateWebsiteCertificateAuthorityRequest, callback?: (err: AWSError, data: WorkLink.Types.AssociateWebsiteCertificateAuthorityResponse) => void): Request<WorkLink.Types.AssociateWebsiteCertificateAuthorityResponse, AWSError>;
- /**
- * Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network.
- */
- associateWebsiteCertificateAuthority(callback?: (err: AWSError, data: WorkLink.Types.AssociateWebsiteCertificateAuthorityResponse) => void): Request<WorkLink.Types.AssociateWebsiteCertificateAuthorityResponse, AWSError>;
- /**
- * 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.
- */
- createFleet(params: WorkLink.Types.CreateFleetRequest, callback?: (err: AWSError, data: WorkLink.Types.CreateFleetResponse) => void): Request<WorkLink.Types.CreateFleetResponse, AWSError>;
- /**
- * 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.
- */
- createFleet(callback?: (err: AWSError, data: WorkLink.Types.CreateFleetResponse) => void): Request<WorkLink.Types.CreateFleetResponse, AWSError>;
- /**
- * Deletes a fleet. Prevents users from accessing previously associated websites.
- */
- deleteFleet(params: WorkLink.Types.DeleteFleetRequest, callback?: (err: AWSError, data: WorkLink.Types.DeleteFleetResponse) => void): Request<WorkLink.Types.DeleteFleetResponse, AWSError>;
- /**
- * Deletes a fleet. Prevents users from accessing previously associated websites.
- */
- deleteFleet(callback?: (err: AWSError, data: WorkLink.Types.DeleteFleetResponse) => void): Request<WorkLink.Types.DeleteFleetResponse, AWSError>;
- /**
- * Describes the configuration for delivering audit streams to the customer account.
- */
- describeAuditStreamConfiguration(params: WorkLink.Types.DescribeAuditStreamConfigurationRequest, callback?: (err: AWSError, data: WorkLink.Types.DescribeAuditStreamConfigurationResponse) => void): Request<WorkLink.Types.DescribeAuditStreamConfigurationResponse, AWSError>;
- /**
- * Describes the configuration for delivering audit streams to the customer account.
- */
- describeAuditStreamConfiguration(callback?: (err: AWSError, data: WorkLink.Types.DescribeAuditStreamConfigurationResponse) => void): Request<WorkLink.Types.DescribeAuditStreamConfigurationResponse, AWSError>;
- /**
- * Describes the networking configuration to access the internal websites associated with the specified fleet.
- */
- describeCompanyNetworkConfiguration(params: WorkLink.Types.DescribeCompanyNetworkConfigurationRequest, callback?: (err: AWSError, data: WorkLink.Types.DescribeCompanyNetworkConfigurationResponse) => void): Request<WorkLink.Types.DescribeCompanyNetworkConfigurationResponse, AWSError>;
- /**
- * Describes the networking configuration to access the internal websites associated with the specified fleet.
- */
- describeCompanyNetworkConfiguration(callback?: (err: AWSError, data: WorkLink.Types.DescribeCompanyNetworkConfigurationResponse) => void): Request<WorkLink.Types.DescribeCompanyNetworkConfigurationResponse, AWSError>;
- /**
- * Provides information about a user's device.
- */
- describeDevice(params: WorkLink.Types.DescribeDeviceRequest, callback?: (err: AWSError, data: WorkLink.Types.DescribeDeviceResponse) => void): Request<WorkLink.Types.DescribeDeviceResponse, AWSError>;
- /**
- * Provides information about a user's device.
- */
- describeDevice(callback?: (err: AWSError, data: WorkLink.Types.DescribeDeviceResponse) => void): Request<WorkLink.Types.DescribeDeviceResponse, AWSError>;
- /**
- * Describes the device policy configuration for the specified fleet.
- */
- describeDevicePolicyConfiguration(params: WorkLink.Types.DescribeDevicePolicyConfigurationRequest, callback?: (err: AWSError, data: WorkLink.Types.DescribeDevicePolicyConfigurationResponse) => void): Request<WorkLink.Types.DescribeDevicePolicyConfigurationResponse, AWSError>;
- /**
- * Describes the device policy configuration for the specified fleet.
- */
- describeDevicePolicyConfiguration(callback?: (err: AWSError, data: WorkLink.Types.DescribeDevicePolicyConfigurationResponse) => void): Request<WorkLink.Types.DescribeDevicePolicyConfigurationResponse, AWSError>;
- /**
- * Provides information about the domain.
- */
- describeDomain(params: WorkLink.Types.DescribeDomainRequest, callback?: (err: AWSError, data: WorkLink.Types.DescribeDomainResponse) => void): Request<WorkLink.Types.DescribeDomainResponse, AWSError>;
- /**
- * Provides information about the domain.
- */
- describeDomain(callback?: (err: AWSError, data: WorkLink.Types.DescribeDomainResponse) => void): Request<WorkLink.Types.DescribeDomainResponse, AWSError>;
- /**
- * Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.
- */
- describeFleetMetadata(params: WorkLink.Types.DescribeFleetMetadataRequest, callback?: (err: AWSError, data: WorkLink.Types.DescribeFleetMetadataResponse) => void): Request<WorkLink.Types.DescribeFleetMetadataResponse, AWSError>;
- /**
- * Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.
- */
- describeFleetMetadata(callback?: (err: AWSError, data: WorkLink.Types.DescribeFleetMetadataResponse) => void): Request<WorkLink.Types.DescribeFleetMetadataResponse, AWSError>;
- /**
- * Describes the identity provider configuration of the specified fleet.
- */
- describeIdentityProviderConfiguration(params: WorkLink.Types.DescribeIdentityProviderConfigurationRequest, callback?: (err: AWSError, data: WorkLink.Types.DescribeIdentityProviderConfigurationResponse) => void): Request<WorkLink.Types.DescribeIdentityProviderConfigurationResponse, AWSError>;
- /**
- * Describes the identity provider configuration of the specified fleet.
- */
- describeIdentityProviderConfiguration(callback?: (err: AWSError, data: WorkLink.Types.DescribeIdentityProviderConfigurationResponse) => void): Request<WorkLink.Types.DescribeIdentityProviderConfigurationResponse, AWSError>;
- /**
- * Provides information about the certificate authority.
- */
- describeWebsiteCertificateAuthority(params: WorkLink.Types.DescribeWebsiteCertificateAuthorityRequest, callback?: (err: AWSError, data: WorkLink.Types.DescribeWebsiteCertificateAuthorityResponse) => void): Request<WorkLink.Types.DescribeWebsiteCertificateAuthorityResponse, AWSError>;
- /**
- * Provides information about the certificate authority.
- */
- describeWebsiteCertificateAuthority(callback?: (err: AWSError, data: WorkLink.Types.DescribeWebsiteCertificateAuthorityResponse) => void): Request<WorkLink.Types.DescribeWebsiteCertificateAuthorityResponse, AWSError>;
- /**
- * Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.
- */
- disassociateDomain(params: WorkLink.Types.DisassociateDomainRequest, callback?: (err: AWSError, data: WorkLink.Types.DisassociateDomainResponse) => void): Request<WorkLink.Types.DisassociateDomainResponse, AWSError>;
- /**
- * Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.
- */
- disassociateDomain(callback?: (err: AWSError, data: WorkLink.Types.DisassociateDomainResponse) => void): Request<WorkLink.Types.DisassociateDomainResponse, AWSError>;
- /**
- * Disassociates a website authorization provider from a specified fleet. After the disassociation, users can't load any associated websites that require this authorization provider.
- */
- disassociateWebsiteAuthorizationProvider(params: WorkLink.Types.DisassociateWebsiteAuthorizationProviderRequest, callback?: (err: AWSError, data: WorkLink.Types.DisassociateWebsiteAuthorizationProviderResponse) => void): Request<WorkLink.Types.DisassociateWebsiteAuthorizationProviderResponse, AWSError>;
- /**
- * Disassociates a website authorization provider from a specified fleet. After the disassociation, users can't load any associated websites that require this authorization provider.
- */
- disassociateWebsiteAuthorizationProvider(callback?: (err: AWSError, data: WorkLink.Types.DisassociateWebsiteAuthorizationProviderResponse) => void): Request<WorkLink.Types.DisassociateWebsiteAuthorizationProviderResponse, AWSError>;
- /**
- * Removes a certificate authority (CA).
- */
- disassociateWebsiteCertificateAuthority(params: WorkLink.Types.DisassociateWebsiteCertificateAuthorityRequest, callback?: (err: AWSError, data: WorkLink.Types.DisassociateWebsiteCertificateAuthorityResponse) => void): Request<WorkLink.Types.DisassociateWebsiteCertificateAuthorityResponse, AWSError>;
- /**
- * Removes a certificate authority (CA).
- */
- disassociateWebsiteCertificateAuthority(callback?: (err: AWSError, data: WorkLink.Types.DisassociateWebsiteCertificateAuthorityResponse) => void): Request<WorkLink.Types.DisassociateWebsiteCertificateAuthorityResponse, AWSError>;
- /**
- * Retrieves a list of devices registered with the specified fleet.
- */
- listDevices(params: WorkLink.Types.ListDevicesRequest, callback?: (err: AWSError, data: WorkLink.Types.ListDevicesResponse) => void): Request<WorkLink.Types.ListDevicesResponse, AWSError>;
- /**
- * Retrieves a list of devices registered with the specified fleet.
- */
- listDevices(callback?: (err: AWSError, data: WorkLink.Types.ListDevicesResponse) => void): Request<WorkLink.Types.ListDevicesResponse, AWSError>;
- /**
- * Retrieves a list of domains associated to a specified fleet.
- */
- listDomains(params: WorkLink.Types.ListDomainsRequest, callback?: (err: AWSError, data: WorkLink.Types.ListDomainsResponse) => void): Request<WorkLink.Types.ListDomainsResponse, AWSError>;
- /**
- * Retrieves a list of domains associated to a specified fleet.
- */
- listDomains(callback?: (err: AWSError, data: WorkLink.Types.ListDomainsResponse) => void): Request<WorkLink.Types.ListDomainsResponse, AWSError>;
- /**
- * Retrieves a list of fleets for the current account and Region.
- */
- listFleets(params: WorkLink.Types.ListFleetsRequest, callback?: (err: AWSError, data: WorkLink.Types.ListFleetsResponse) => void): Request<WorkLink.Types.ListFleetsResponse, AWSError>;
- /**
- * Retrieves a list of fleets for the current account and Region.
- */
- listFleets(callback?: (err: AWSError, data: WorkLink.Types.ListFleetsResponse) => void): Request<WorkLink.Types.ListFleetsResponse, AWSError>;
- /**
- * Retrieves a list of tags for the specified resource.
- */
- listTagsForResource(params: WorkLink.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: WorkLink.Types.ListTagsForResourceResponse) => void): Request<WorkLink.Types.ListTagsForResourceResponse, AWSError>;
- /**
- * Retrieves a list of tags for the specified resource.
- */
- listTagsForResource(callback?: (err: AWSError, data: WorkLink.Types.ListTagsForResourceResponse) => void): Request<WorkLink.Types.ListTagsForResourceResponse, AWSError>;
- /**
- * Retrieves a list of website authorization providers associated with a specified fleet.
- */
- listWebsiteAuthorizationProviders(params: WorkLink.Types.ListWebsiteAuthorizationProvidersRequest, callback?: (err: AWSError, data: WorkLink.Types.ListWebsiteAuthorizationProvidersResponse) => void): Request<WorkLink.Types.ListWebsiteAuthorizationProvidersResponse, AWSError>;
- /**
- * Retrieves a list of website authorization providers associated with a specified fleet.
- */
- listWebsiteAuthorizationProviders(callback?: (err: AWSError, data: WorkLink.Types.ListWebsiteAuthorizationProvidersResponse) => void): Request<WorkLink.Types.ListWebsiteAuthorizationProvidersResponse, AWSError>;
- /**
- * Retrieves a list of certificate authorities added for the current account and Region.
- */
- listWebsiteCertificateAuthorities(params: WorkLink.Types.ListWebsiteCertificateAuthoritiesRequest, callback?: (err: AWSError, data: WorkLink.Types.ListWebsiteCertificateAuthoritiesResponse) => void): Request<WorkLink.Types.ListWebsiteCertificateAuthoritiesResponse, AWSError>;
- /**
- * Retrieves a list of certificate authorities added for the current account and Region.
- */
- listWebsiteCertificateAuthorities(callback?: (err: AWSError, data: WorkLink.Types.ListWebsiteCertificateAuthoritiesResponse) => void): Request<WorkLink.Types.ListWebsiteCertificateAuthoritiesResponse, AWSError>;
- /**
- * Moves a domain to ACTIVE status if it was in the INACTIVE status.
- */
- restoreDomainAccess(params: WorkLink.Types.RestoreDomainAccessRequest, callback?: (err: AWSError, data: WorkLink.Types.RestoreDomainAccessResponse) => void): Request<WorkLink.Types.RestoreDomainAccessResponse, AWSError>;
- /**
- * Moves a domain to ACTIVE status if it was in the INACTIVE status.
- */
- restoreDomainAccess(callback?: (err: AWSError, data: WorkLink.Types.RestoreDomainAccessResponse) => void): Request<WorkLink.Types.RestoreDomainAccessResponse, AWSError>;
- /**
- * Moves a domain to INACTIVE status if it was in the ACTIVE status.
- */
- revokeDomainAccess(params: WorkLink.Types.RevokeDomainAccessRequest, callback?: (err: AWSError, data: WorkLink.Types.RevokeDomainAccessResponse) => void): Request<WorkLink.Types.RevokeDomainAccessResponse, AWSError>;
- /**
- * Moves a domain to INACTIVE status if it was in the ACTIVE status.
- */
- revokeDomainAccess(callback?: (err: AWSError, data: WorkLink.Types.RevokeDomainAccessResponse) => void): Request<WorkLink.Types.RevokeDomainAccessResponse, AWSError>;
- /**
- * Signs the user out from all of their devices. The user can sign in again if they have valid credentials.
- */
- signOutUser(params: WorkLink.Types.SignOutUserRequest, callback?: (err: AWSError, data: WorkLink.Types.SignOutUserResponse) => void): Request<WorkLink.Types.SignOutUserResponse, AWSError>;
- /**
- * Signs the user out from all of their devices. The user can sign in again if they have valid credentials.
- */
- signOutUser(callback?: (err: AWSError, data: WorkLink.Types.SignOutUserResponse) => void): Request<WorkLink.Types.SignOutUserResponse, AWSError>;
- /**
- * 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.
- */
- tagResource(params: WorkLink.Types.TagResourceRequest, callback?: (err: AWSError, data: WorkLink.Types.TagResourceResponse) => void): Request<WorkLink.Types.TagResourceResponse, AWSError>;
- /**
- * 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.
- */
- tagResource(callback?: (err: AWSError, data: WorkLink.Types.TagResourceResponse) => void): Request<WorkLink.Types.TagResourceResponse, AWSError>;
- /**
- * Removes one or more tags from the specified resource.
- */
- untagResource(params: WorkLink.Types.UntagResourceRequest, callback?: (err: AWSError, data: WorkLink.Types.UntagResourceResponse) => void): Request<WorkLink.Types.UntagResourceResponse, AWSError>;
- /**
- * Removes one or more tags from the specified resource.
- */
- untagResource(callback?: (err: AWSError, data: WorkLink.Types.UntagResourceResponse) => void): Request<WorkLink.Types.UntagResourceResponse, AWSError>;
- /**
- * Updates the audit stream configuration for the fleet.
- */
- updateAuditStreamConfiguration(params: WorkLink.Types.UpdateAuditStreamConfigurationRequest, callback?: (err: AWSError, data: WorkLink.Types.UpdateAuditStreamConfigurationResponse) => void): Request<WorkLink.Types.UpdateAuditStreamConfigurationResponse, AWSError>;
- /**
- * Updates the audit stream configuration for the fleet.
- */
- updateAuditStreamConfiguration(callback?: (err: AWSError, data: WorkLink.Types.UpdateAuditStreamConfigurationResponse) => void): Request<WorkLink.Types.UpdateAuditStreamConfigurationResponse, AWSError>;
- /**
- * Updates the company network configuration for the fleet.
- */
- updateCompanyNetworkConfiguration(params: WorkLink.Types.UpdateCompanyNetworkConfigurationRequest, callback?: (err: AWSError, data: WorkLink.Types.UpdateCompanyNetworkConfigurationResponse) => void): Request<WorkLink.Types.UpdateCompanyNetworkConfigurationResponse, AWSError>;
- /**
- * Updates the company network configuration for the fleet.
- */
- updateCompanyNetworkConfiguration(callback?: (err: AWSError, data: WorkLink.Types.UpdateCompanyNetworkConfigurationResponse) => void): Request<WorkLink.Types.UpdateCompanyNetworkConfigurationResponse, AWSError>;
- /**
- * Updates the device policy configuration for the fleet.
- */
- updateDevicePolicyConfiguration(params: WorkLink.Types.UpdateDevicePolicyConfigurationRequest, callback?: (err: AWSError, data: WorkLink.Types.UpdateDevicePolicyConfigurationResponse) => void): Request<WorkLink.Types.UpdateDevicePolicyConfigurationResponse, AWSError>;
- /**
- * Updates the device policy configuration for the fleet.
- */
- updateDevicePolicyConfiguration(callback?: (err: AWSError, data: WorkLink.Types.UpdateDevicePolicyConfigurationResponse) => void): Request<WorkLink.Types.UpdateDevicePolicyConfigurationResponse, AWSError>;
- /**
- * Updates domain metadata, such as DisplayName.
- */
- updateDomainMetadata(params: WorkLink.Types.UpdateDomainMetadataRequest, callback?: (err: AWSError, data: WorkLink.Types.UpdateDomainMetadataResponse) => void): Request<WorkLink.Types.UpdateDomainMetadataResponse, AWSError>;
- /**
- * Updates domain metadata, such as DisplayName.
- */
- updateDomainMetadata(callback?: (err: AWSError, data: WorkLink.Types.UpdateDomainMetadataResponse) => void): Request<WorkLink.Types.UpdateDomainMetadataResponse, AWSError>;
- /**
- * Updates fleet metadata, such as DisplayName.
- */
- updateFleetMetadata(params: WorkLink.Types.UpdateFleetMetadataRequest, callback?: (err: AWSError, data: WorkLink.Types.UpdateFleetMetadataResponse) => void): Request<WorkLink.Types.UpdateFleetMetadataResponse, AWSError>;
- /**
- * Updates fleet metadata, such as DisplayName.
- */
- updateFleetMetadata(callback?: (err: AWSError, data: WorkLink.Types.UpdateFleetMetadataResponse) => void): Request<WorkLink.Types.UpdateFleetMetadataResponse, AWSError>;
- /**
- * Updates the identity provider configuration for the fleet.
- */
- updateIdentityProviderConfiguration(params: WorkLink.Types.UpdateIdentityProviderConfigurationRequest, callback?: (err: AWSError, data: WorkLink.Types.UpdateIdentityProviderConfigurationResponse) => void): Request<WorkLink.Types.UpdateIdentityProviderConfigurationResponse, AWSError>;
- /**
- * Updates the identity provider configuration for the fleet.
- */
- updateIdentityProviderConfiguration(callback?: (err: AWSError, data: WorkLink.Types.UpdateIdentityProviderConfigurationResponse) => void): Request<WorkLink.Types.UpdateIdentityProviderConfigurationResponse, AWSError>;
- }
- declare namespace WorkLink {
- export type AcmCertificateArn = string;
- export interface AssociateDomainRequest {
- /**
- * The Amazon Resource Name (ARN) of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The fully qualified domain name (FQDN).
- */
- DomainName: DomainName;
- /**
- * The name to display.
- */
- DisplayName?: DisplayName;
- /**
- * The ARN of an issued ACM certificate that is valid for the domain being associated.
- */
- AcmCertificateArn: AcmCertificateArn;
- }
- export interface AssociateDomainResponse {
- }
- export interface AssociateWebsiteAuthorizationProviderRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The authorization provider type.
- */
- AuthorizationProviderType: AuthorizationProviderType;
- /**
- * The domain name of the authorization provider. This applies only to SAML-based authorization providers.
- */
- DomainName?: DomainName;
- }
- export interface AssociateWebsiteAuthorizationProviderResponse {
- /**
- * A unique identifier for the authorization provider.
- */
- AuthorizationProviderId?: Id;
- }
- export interface AssociateWebsiteCertificateAuthorityRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The root certificate of the CA.
- */
- Certificate: Certificate;
- /**
- * The certificate name to display.
- */
- DisplayName?: DisplayName;
- }
- export interface AssociateWebsiteCertificateAuthorityResponse {
- /**
- * A unique identifier for the CA.
- */
- WebsiteCaId?: Id;
- }
- export type AuditStreamArn = string;
- export type AuthorizationProviderType = "SAML"|string;
- export type Boolean = boolean;
- export type Certificate = string;
- export type CertificateChain = string;
- export type CompanyCode = string;
- export interface CreateFleetRequest {
- /**
- * A unique name for the fleet.
- */
- FleetName: FleetName;
- /**
- * The fleet name to display.
- */
- DisplayName?: DisplayName;
- /**
- * The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
- */
- OptimizeForEndUserLocation?: Boolean;
- /**
- * The tags to add to the resource. A tag is a key-value pair.
- */
- Tags?: TagMap;
- }
- export interface CreateFleetResponse {
- /**
- * The Amazon Resource Name (ARN) of the fleet.
- */
- FleetArn?: FleetArn;
- }
- export type DateTime = Date;
- export interface DeleteFleetRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- }
- export interface DeleteFleetResponse {
- }
- export interface DescribeAuditStreamConfigurationRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- }
- export interface DescribeAuditStreamConfigurationResponse {
- /**
- * The ARN of the Amazon Kinesis data stream that will receive the audit events.
- */
- AuditStreamArn?: AuditStreamArn;
- }
- export interface DescribeCompanyNetworkConfigurationRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- }
- export interface DescribeCompanyNetworkConfigurationResponse {
- /**
- * The VPC with connectivity to associated websites.
- */
- VpcId?: VpcId;
- /**
- * The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
- */
- SubnetIds?: SubnetIds;
- /**
- * The security groups associated with access to the provided subnets.
- */
- SecurityGroupIds?: SecurityGroupIds;
- }
- export interface DescribeDevicePolicyConfigurationRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- }
- export interface DescribeDevicePolicyConfigurationResponse {
- /**
- * The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.
- */
- DeviceCaCertificate?: Certificate;
- }
- export interface DescribeDeviceRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * A unique identifier for a registered user's device.
- */
- DeviceId: Id;
- }
- export interface DescribeDeviceResponse {
- /**
- * The current state of the device.
- */
- Status?: DeviceStatus;
- /**
- * The model of the device.
- */
- Model?: DeviceModel;
- /**
- * The manufacturer of the device.
- */
- Manufacturer?: DeviceManufacturer;
- /**
- * The operating system of the device.
- */
- OperatingSystem?: DeviceOperatingSystemName;
- /**
- * The operating system version of the device.
- */
- OperatingSystemVersion?: DeviceOperatingSystemVersion;
- /**
- * The operating system patch level of the device.
- */
- PatchLevel?: DevicePatchLevel;
- /**
- * The date that the device first signed in to Amazon WorkLink.
- */
- FirstAccessedTime?: DateTime;
- /**
- * The date that the device last accessed Amazon WorkLink.
- */
- LastAccessedTime?: DateTime;
- /**
- * The user name associated with the device.
- */
- Username?: Username;
- }
- export interface DescribeDomainRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The name of the domain.
- */
- DomainName: DomainName;
- }
- export interface DescribeDomainResponse {
- /**
- * The name of the domain.
- */
- DomainName?: DomainName;
- /**
- * The name to display.
- */
- DisplayName?: DisplayName;
- /**
- * The time that the domain was added.
- */
- CreatedTime?: DateTime;
- /**
- * The current state for the domain.
- */
- DomainStatus?: DomainStatus;
- /**
- * The ARN of an issued ACM certificate that is valid for the domain being associated.
- */
- AcmCertificateArn?: AcmCertificateArn;
- }
- export interface DescribeFleetMetadataRequest {
- /**
- * The Amazon Resource Name (ARN) of the fleet.
- */
- FleetArn: FleetArn;
- }
- export interface DescribeFleetMetadataResponse {
- /**
- * The time that the fleet was created.
- */
- CreatedTime?: DateTime;
- /**
- * The time that the fleet was last updated.
- */
- LastUpdatedTime?: DateTime;
- /**
- * The name of the fleet.
- */
- FleetName?: FleetName;
- /**
- * The name to display.
- */
- DisplayName?: DisplayName;
- /**
- * The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
- */
- OptimizeForEndUserLocation?: Boolean;
- /**
- * The identifier used by users to sign in to the Amazon WorkLink app.
- */
- CompanyCode?: CompanyCode;
- /**
- * The current state of the fleet.
- */
- FleetStatus?: FleetStatus;
- /**
- * The tags attached to the resource. A tag is a key-value pair.
- */
- Tags?: TagMap;
- }
- export interface DescribeIdentityProviderConfigurationRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- }
- export interface DescribeIdentityProviderConfigurationResponse {
- /**
- * The type of identity provider.
- */
- IdentityProviderType?: IdentityProviderType;
- /**
- * The SAML metadata document uploaded to the user’s identity provider.
- */
- ServiceProviderSamlMetadata?: SamlMetadata;
- /**
- * The SAML metadata document provided by the user’s identity provider.
- */
- IdentityProviderSamlMetadata?: SamlMetadata;
- }
- export interface DescribeWebsiteCertificateAuthorityRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * A unique identifier for the certificate authority.
- */
- WebsiteCaId: Id;
- }
- export interface DescribeWebsiteCertificateAuthorityResponse {
- /**
- * The root certificate of the certificate authority.
- */
- Certificate?: Certificate;
- /**
- * The time that the certificate authority was added.
- */
- CreatedTime?: DateTime;
- /**
- * The certificate name to display.
- */
- DisplayName?: DisplayName;
- }
- export type DeviceManufacturer = string;
- export type DeviceModel = string;
- export type DeviceOperatingSystemName = string;
- export type DeviceOperatingSystemVersion = string;
- export type DevicePatchLevel = string;
- export type DeviceStatus = "ACTIVE"|"SIGNED_OUT"|string;
- export interface DeviceSummary {
- /**
- * The ID of the device.
- */
- DeviceId?: Id;
- /**
- * The status of the device.
- */
- DeviceStatus?: DeviceStatus;
- }
- export type DeviceSummaryList = DeviceSummary[];
- export interface DisassociateDomainRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The name of the domain.
- */
- DomainName: DomainName;
- }
- export interface DisassociateDomainResponse {
- }
- export interface DisassociateWebsiteAuthorizationProviderRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * A unique identifier for the authorization provider.
- */
- AuthorizationProviderId: Id;
- }
- export interface DisassociateWebsiteAuthorizationProviderResponse {
- }
- export interface DisassociateWebsiteCertificateAuthorityRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * A unique identifier for the CA.
- */
- WebsiteCaId: Id;
- }
- export interface DisassociateWebsiteCertificateAuthorityResponse {
- }
- export type DisplayName = string;
- export type DomainName = string;
- export type DomainStatus = "PENDING_VALIDATION"|"ASSOCIATING"|"ACTIVE"|"INACTIVE"|"DISASSOCIATING"|"DISASSOCIATED"|"FAILED_TO_ASSOCIATE"|"FAILED_TO_DISASSOCIATE"|string;
- export interface DomainSummary {
- /**
- * The name of the domain.
- */
- DomainName: DomainName;
- /**
- * The name to display.
- */
- DisplayName?: DisplayName;
- /**
- * The time that the domain was created.
- */
- CreatedTime: DateTime;
- /**
- * The status of the domain.
- */
- DomainStatus: DomainStatus;
- }
- export type DomainSummaryList = DomainSummary[];
- export type FleetArn = string;
- export type FleetName = string;
- export type FleetStatus = "CREATING"|"ACTIVE"|"DELETING"|"DELETED"|"FAILED_TO_CREATE"|"FAILED_TO_DELETE"|string;
- export interface FleetSummary {
- /**
- * The Amazon Resource Name (ARN) of the fleet.
- */
- FleetArn?: FleetArn;
- /**
- * The time when the fleet was created.
- */
- CreatedTime?: DateTime;
- /**
- * The time when the fleet was last updated.
- */
- LastUpdatedTime?: DateTime;
- /**
- * The name of the fleet.
- */
- FleetName?: FleetName;
- /**
- * The name of the fleet to display.
- */
- DisplayName?: DisplayName;
- /**
- * The identifier used by users to sign into the Amazon WorkLink app.
- */
- CompanyCode?: CompanyCode;
- /**
- * The status of the fleet.
- */
- FleetStatus?: FleetStatus;
- /**
- * The tags attached to the resource. A tag is a key-value pair.
- */
- Tags?: TagMap;
- }
- export type FleetSummaryList = FleetSummary[];
- export type Id = string;
- export type IdentityProviderType = "SAML"|string;
- export interface ListDevicesRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
- */
- NextToken?: NextToken;
- /**
- * The maximum number of results to be included in the next page.
- */
- MaxResults?: MaxResults;
- }
- export interface ListDevicesResponse {
- /**
- * Information about the devices.
- */
- Devices?: DeviceSummaryList;
- /**
- * The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
- */
- NextToken?: NextToken;
- }
- export interface ListDomainsRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
- */
- NextToken?: NextToken;
- /**
- * The maximum number of results to be included in the next page.
- */
- MaxResults?: MaxResults;
- }
- export interface ListDomainsResponse {
- /**
- * Information about the domains.
- */
- Domains?: DomainSummaryList;
- /**
- * The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
- */
- NextToken?: NextToken;
- }
- export interface ListFleetsRequest {
- /**
- * The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
- */
- NextToken?: NextToken;
- /**
- * The maximum number of results to be included in the next page.
- */
- MaxResults?: MaxResults;
- }
- export interface ListFleetsResponse {
- /**
- * The summary list of the fleets.
- */
- FleetSummaryList?: FleetSummaryList;
- /**
- * The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
- */
- NextToken?: NextToken;
- }
- export interface ListTagsForResourceRequest {
- /**
- * The Amazon Resource Name (ARN) of the fleet.
- */
- ResourceArn: FleetArn;
- }
- export interface ListTagsForResourceResponse {
- /**
- * The tags attached to the resource. A tag is a key-value pair.
- */
- Tags?: TagMap;
- }
- export interface ListWebsiteAuthorizationProvidersRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
- */
- NextToken?: NextToken;
- /**
- * The maximum number of results to be included in the next page.
- */
- MaxResults?: MaxResults;
- }
- export interface ListWebsiteAuthorizationProvidersResponse {
- /**
- * The website authorization providers.
- */
- WebsiteAuthorizationProviders?: WebsiteAuthorizationProvidersSummaryList;
- /**
- * The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
- */
- NextToken?: NextToken;
- }
- export interface ListWebsiteCertificateAuthoritiesRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The maximum number of results to be included in the next page.
- */
- MaxResults?: MaxResults;
- /**
- * The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
- */
- NextToken?: NextToken;
- }
- export interface ListWebsiteCertificateAuthoritiesResponse {
- /**
- * Information about the certificates.
- */
- WebsiteCertificateAuthorities?: WebsiteCaSummaryList;
- /**
- * The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
- */
- NextToken?: NextToken;
- }
- export type MaxResults = number;
- export type NextToken = string;
- export interface RestoreDomainAccessRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The name of the domain.
- */
- DomainName: DomainName;
- }
- export interface RestoreDomainAccessResponse {
- }
- export interface RevokeDomainAccessRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The name of the domain.
- */
- DomainName: DomainName;
- }
- export interface RevokeDomainAccessResponse {
- }
- export type SamlMetadata = string;
- export type SecurityGroupId = string;
- export type SecurityGroupIds = SecurityGroupId[];
- export interface SignOutUserRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The name of the user.
- */
- Username: Username;
- }
- export interface SignOutUserResponse {
- }
- export type SubnetId = string;
- export type SubnetIds = SubnetId[];
- export type TagKey = string;
- export type TagKeyList = TagKey[];
- export type TagMap = {[key: string]: TagValue};
- export interface TagResourceRequest {
- /**
- * The Amazon Resource Name (ARN) of the fleet.
- */
- ResourceArn: FleetArn;
- /**
- * The tags to add to the resource. A tag is a key-value pair.
- */
- Tags: TagMap;
- }
- export interface TagResourceResponse {
- }
- export type TagValue = string;
- export interface UntagResourceRequest {
- /**
- * The Amazon Resource Name (ARN) of the fleet.
- */
- ResourceArn: FleetArn;
- /**
- * The list of tag keys to remove from the resource.
- */
- TagKeys: TagKeyList;
- }
- export interface UntagResourceResponse {
- }
- export interface UpdateAuditStreamConfigurationRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The ARN of the Amazon Kinesis data stream that receives the audit events.
- */
- AuditStreamArn?: AuditStreamArn;
- }
- export interface UpdateAuditStreamConfigurationResponse {
- }
- export interface UpdateCompanyNetworkConfigurationRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The VPC with connectivity to associated websites.
- */
- VpcId: VpcId;
- /**
- * The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
- */
- SubnetIds: SubnetIds;
- /**
- * The security groups associated with access to the provided subnets.
- */
- SecurityGroupIds: SecurityGroupIds;
- }
- export interface UpdateCompanyNetworkConfigurationResponse {
- }
- export interface UpdateDevicePolicyConfigurationRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.
- */
- DeviceCaCertificate?: CertificateChain;
- }
- export interface UpdateDevicePolicyConfigurationResponse {
- }
- export interface UpdateDomainMetadataRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The name of the domain.
- */
- DomainName: DomainName;
- /**
- * The name to display.
- */
- DisplayName?: DisplayName;
- }
- export interface UpdateDomainMetadataResponse {
- }
- export interface UpdateFleetMetadataRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The fleet name to display. The existing DisplayName is unset if null is passed.
- */
- DisplayName?: DisplayName;
- /**
- * The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
- */
- OptimizeForEndUserLocation?: Boolean;
- }
- export interface UpdateFleetMetadataResponse {
- }
- export interface UpdateIdentityProviderConfigurationRequest {
- /**
- * The ARN of the fleet.
- */
- FleetArn: FleetArn;
- /**
- * The type of identity provider.
- */
- IdentityProviderType: IdentityProviderType;
- /**
- * The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed.
- */
- IdentityProviderSamlMetadata?: SamlMetadata;
- }
- export interface UpdateIdentityProviderConfigurationResponse {
- }
- export type Username = string;
- export type VpcId = string;
- export interface WebsiteAuthorizationProviderSummary {
- /**
- * A unique identifier for the authorization provider.
- */
- AuthorizationProviderId?: Id;
- /**
- * The authorization provider type.
- */
- AuthorizationProviderType: AuthorizationProviderType;
- /**
- * The domain name of the authorization provider. This applies only to SAML-based authorization providers.
- */
- DomainName?: DomainName;
- /**
- * The time of creation.
- */
- CreatedTime?: DateTime;
- }
- export type WebsiteAuthorizationProvidersSummaryList = WebsiteAuthorizationProviderSummary[];
- export interface WebsiteCaSummary {
- /**
- * A unique identifier for the CA.
- */
- WebsiteCaId?: Id;
- /**
- * The time when the CA was added.
- */
- CreatedTime?: DateTime;
- /**
- * The name to display.
- */
- DisplayName?: DisplayName;
- }
- export type WebsiteCaSummaryList = WebsiteCaSummary[];
- /**
- * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
- */
- export type apiVersion = "2018-09-25"|"latest"|string;
- export interface ClientApiVersions {
- /**
- * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
- */
- apiVersion?: apiVersion;
- }
- export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
- /**
- * Contains interfaces for use with the WorkLink client.
- */
- export import Types = WorkLink;
- }
- export = WorkLink;
|