AWS.WorkSpacesWeb — AWS SDK for JavaScript (original) (raw)
Property Details
endpoint ⇒ AWS.Endpoint
Returns an Endpoint object representing the endpoint URL for service requests.
Method Details
associateBrowserSettings(params = {}, callback) ⇒ AWS.Request
Associates a browser settings resource with a web portal.
associateIpAccessSettings(params = {}, callback) ⇒ AWS.Request
Associates an IP access settings resource with a web portal.
associateNetworkSettings(params = {}, callback) ⇒ AWS.Request
Associates a network settings resource with a web portal.
associateTrustStore(params = {}, callback) ⇒ AWS.Request
Associates a trust store with a web portal.
associateUserAccessLoggingSettings(params = {}, callback) ⇒ AWS.Request
Associates a user access logging settings resource with a web portal.
associateUserSettings(params = {}, callback) ⇒ AWS.Request
Associates a user settings resource with a web portal.
createBrowserSettings(params = {}, callback) ⇒ AWS.Request
Creates a browser settings resource that can be associated with a web portal. Once associated with a web portal, browser settings control how the browser will behave once a user starts a streaming session for the web portal.
createIdentityProvider(params = {}, callback) ⇒ AWS.Request
Creates an identity provider resource that is then associated with a web portal.
createIpAccessSettings(params = {}, callback) ⇒ AWS.Request
Creates an IP access settings resource that can be associated with a web portal.
createNetworkSettings(params = {}, callback) ⇒ AWS.Request
Creates a network settings resource that can be associated with a web portal. Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.
createTrustStore(params = {}, callback) ⇒ AWS.Request
Creates a trust store that can be associated with a web portal. A trust store contains certificate authority (CA) certificates. Once associated with a web portal, the browser in a streaming session will recognize certificates that have been issued using any of the CAs in the trust store. If your organization has internal websites that use certificates issued by private CAs, you should add the private CA certificate to the trust store.
createUserAccessLoggingSettings(params = {}, callback) ⇒ AWS.Request
Creates a user access logging settings resource that can be associated with a web portal.
createUserSettings(params = {}, callback) ⇒ AWS.Request
Creates a user settings resource that can be associated with a web portal. Once associated with a web portal, user settings control how users can transfer data between a streaming session and the their local devices.
deleteBrowserSettings(params = {}, callback) ⇒ AWS.Request
Deletes browser settings.
deleteIdentityProvider(params = {}, callback) ⇒ AWS.Request
Deletes the identity provider.
deleteIpAccessSettings(params = {}, callback) ⇒ AWS.Request
Deletes IP access settings.
deleteNetworkSettings(params = {}, callback) ⇒ AWS.Request
Deletes network settings.
deleteTrustStore(params = {}, callback) ⇒ AWS.Request
deleteUserAccessLoggingSettings(params = {}, callback) ⇒ AWS.Request
Deletes user access logging settings.
deleteUserSettings(params = {}, callback) ⇒ AWS.Request
disassociateBrowserSettings(params = {}, callback) ⇒ AWS.Request
Disassociates browser settings from a web portal.
disassociateIpAccessSettings(params = {}, callback) ⇒ AWS.Request
Disassociates IP access settings from a web portal.
disassociateNetworkSettings(params = {}, callback) ⇒ AWS.Request
Disassociates network settings from a web portal.
disassociateTrustStore(params = {}, callback) ⇒ AWS.Request
Disassociates a trust store from a web portal.
disassociateUserAccessLoggingSettings(params = {}, callback) ⇒ AWS.Request
Disassociates user access logging settings from a web portal.
disassociateUserSettings(params = {}, callback) ⇒ AWS.Request
Disassociates user settings from a web portal.
getBrowserSettings(params = {}, callback) ⇒ AWS.Request
getIdentityProvider(params = {}, callback) ⇒ AWS.Request
Gets the identity provider.
getIpAccessSettings(params = {}, callback) ⇒ AWS.Request
Gets the IP access settings.
getNetworkSettings(params = {}, callback) ⇒ AWS.Request
Gets the network settings.
getPortalServiceProviderMetadata(params = {}, callback) ⇒ AWS.Request
Gets the service provider metadata.
getTrustStore(params = {}, callback) ⇒ AWS.Request
getTrustStoreCertificate(params = {}, callback) ⇒ AWS.Request
Gets the trust store certificate.
getUserAccessLoggingSettings(params = {}, callback) ⇒ AWS.Request
Gets user access logging settings.
getUserSettings(params = {}, callback) ⇒ AWS.Request
listBrowserSettings(params = {}, callback) ⇒ AWS.Request
Retrieves a list of browser settings.
listIdentityProviders(params = {}, callback) ⇒ AWS.Request
Retrieves a list of identity providers for a specific web portal.
listIpAccessSettings(params = {}, callback) ⇒ AWS.Request
Retrieves a list of IP access settings.
listNetworkSettings(params = {}, callback) ⇒ AWS.Request
Retrieves a list of network settings.
listPortals(params = {}, callback) ⇒ AWS.Request
Retrieves a list or web portals.
listTagsForResource(params = {}, callback) ⇒ AWS.Request
Retrieves a list of tags for a resource.
listTrustStoreCertificates(params = {}, callback) ⇒ AWS.Request
Retrieves a list of trust store certificates.
listTrustStores(params = {}, callback) ⇒ AWS.Request
Retrieves a list of trust stores.
listUserAccessLoggingSettings(params = {}, callback) ⇒ AWS.Request
Retrieves a list of user access logging settings.
listUserSettings(params = {}, callback) ⇒ AWS.Request
Retrieves a list of user settings.
tagResource(params = {}, callback) ⇒ AWS.Request
Adds or overwrites one or more tags for the specified resource.
untagResource(params = {}, callback) ⇒ AWS.Request
Removes one or more tags from the specified resource.
updateBrowserSettings(params = {}, callback) ⇒ AWS.Request
Updates browser settings.
updateIdentityProvider(params = {}, callback) ⇒ AWS.Request
Updates the identity provider.
updateIpAccessSettings(params = {}, callback) ⇒ AWS.Request
Updates IP access settings.
updateNetworkSettings(params = {}, callback) ⇒ AWS.Request
Updates network settings.
updateTrustStore(params = {}, callback) ⇒ AWS.Request
updateUserAccessLoggingSettings(params = {}, callback) ⇒ AWS.Request
Updates the user access logging settings.
updateUserSettings(params = {}, callback) ⇒ AWS.Request
Updates the user settings.