@aws-sdk/client-workspaces-web 3.890.0 → 3.893.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/AssociateDataProtectionSettingsCommand.d.ts +2 -0
- package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +2 -0
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/AssociateSessionLoggerCommand.d.ts +2 -0
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +2 -0
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataProtectionSettingsCommand.d.ts +2 -0
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +2 -0
- package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +2 -0
- package/dist-types/commands/CreateSessionLoggerCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +2 -0
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataProtectionSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSessionLoggerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateDataProtectionSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateSessionLoggerCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ExpireSessionCommand.d.ts +2 -0
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetDataProtectionSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +2 -0
- package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetPortalCommand.d.ts +2 -0
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +2 -0
- package/dist-types/commands/GetSessionCommand.d.ts +2 -0
- package/dist-types/commands/GetSessionLoggerCommand.d.ts +2 -0
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +2 -0
- package/dist-types/commands/GetTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataProtectionSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +2 -0
- package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +2 -0
- package/dist-types/commands/ListSessionLoggersCommand.d.ts +2 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +2 -0
- package/dist-types/commands/ListTrustStoresCommand.d.ts +2 -0
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDataProtectionSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSessionLoggerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -33,6 +33,8 @@ declare const AssociateBrowserSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, AssociateBrowserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, AssociateBrowserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // AssociateBrowserSettingsRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssociateDataProtectionSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, AssociateDataProtectionSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, AssociateDataProtectionSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // AssociateDataProtectionSettingsRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssociateIpAccessSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, AssociateIpAccessSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, AssociateIpAccessSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // AssociateIpAccessSettingsRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssociateNetworkSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, AssociateNetworkSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, AssociateNetworkSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // AssociateNetworkSettingsRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssociateSessionLoggerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, AssociateSessionLoggerCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, AssociateSessionLoggerCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // AssociateSessionLoggerRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssociateTrustStoreCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, AssociateTrustStoreCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, AssociateTrustStoreCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // AssociateTrustStoreRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssociateUserAccessLoggingSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, AssociateUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, AssociateUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // AssociateUserAccessLoggingSettingsRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssociateUserSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, AssociateUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, AssociateUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // AssociateUserSettingsRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const CreateBrowserSettingsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { WorkSpacesWebClient, CreateBrowserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
37
37
|
* // const { WorkSpacesWebClient, CreateBrowserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
38
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
39
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
38
40
|
* const client = new WorkSpacesWebClient(config);
|
|
39
41
|
* const input = { // CreateBrowserSettingsRequest
|
|
40
42
|
* tags: [ // TagList
|
|
@@ -33,6 +33,8 @@ declare const CreateDataProtectionSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, CreateDataProtectionSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, CreateDataProtectionSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // CreateDataProtectionSettingsRequest
|
|
38
40
|
* displayName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateIdentityProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, CreateIdentityProviderCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, CreateIdentityProviderCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // CreateIdentityProviderRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateIpAccessSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, CreateIpAccessSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, CreateIpAccessSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // CreateIpAccessSettingsRequest
|
|
38
40
|
* displayName: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const CreateNetworkSettingsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { WorkSpacesWebClient, CreateNetworkSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
37
37
|
* // const { WorkSpacesWebClient, CreateNetworkSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
38
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
39
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
38
40
|
* const client = new WorkSpacesWebClient(config);
|
|
39
41
|
* const input = { // CreateNetworkSettingsRequest
|
|
40
42
|
* vpcId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreatePortalCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, CreatePortalCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, CreatePortalCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // CreatePortalRequest
|
|
38
40
|
* displayName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateSessionLoggerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, CreateSessionLoggerCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, CreateSessionLoggerCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // CreateSessionLoggerRequest
|
|
38
40
|
* eventFilter: { // EventFilter Union: only one key present
|
|
@@ -37,6 +37,8 @@ declare const CreateTrustStoreCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { WorkSpacesWebClient, CreateTrustStoreCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
39
39
|
* // const { WorkSpacesWebClient, CreateTrustStoreCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
40
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
41
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
40
42
|
* const client = new WorkSpacesWebClient(config);
|
|
41
43
|
* const input = { // CreateTrustStoreRequest
|
|
42
44
|
* certificateList: [ // CertificateList // required
|
|
@@ -34,6 +34,8 @@ declare const CreateUserAccessLoggingSettingsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { WorkSpacesWebClient, CreateUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
36
36
|
* // const { WorkSpacesWebClient, CreateUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
37
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
38
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
37
39
|
* const client = new WorkSpacesWebClient(config);
|
|
38
40
|
* const input = { // CreateUserAccessLoggingSettingsRequest
|
|
39
41
|
* kinesisStreamArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const CreateUserSettingsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { WorkSpacesWebClient, CreateUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
37
37
|
* // const { WorkSpacesWebClient, CreateUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
38
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
39
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
38
40
|
* const client = new WorkSpacesWebClient(config);
|
|
39
41
|
* const input = { // CreateUserSettingsRequest
|
|
40
42
|
* copyAllowed: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteBrowserSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DeleteBrowserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DeleteBrowserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DeleteBrowserSettingsRequest
|
|
38
40
|
* browserSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteDataProtectionSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DeleteDataProtectionSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DeleteDataProtectionSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DeleteDataProtectionSettingsRequest
|
|
38
40
|
* dataProtectionSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteIdentityProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DeleteIdentityProviderCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DeleteIdentityProviderCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DeleteIdentityProviderRequest
|
|
38
40
|
* identityProviderArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteIpAccessSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DeleteIpAccessSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DeleteIpAccessSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DeleteIpAccessSettingsRequest
|
|
38
40
|
* ipAccessSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteNetworkSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DeleteNetworkSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DeleteNetworkSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DeleteNetworkSettingsRequest
|
|
38
40
|
* networkSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeletePortalCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DeletePortalCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DeletePortalCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DeletePortalRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSessionLoggerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DeleteSessionLoggerCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DeleteSessionLoggerCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DeleteSessionLoggerRequest
|
|
38
40
|
* sessionLoggerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteTrustStoreCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DeleteTrustStoreCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DeleteTrustStoreCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DeleteTrustStoreRequest
|
|
38
40
|
* trustStoreArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteUserAccessLoggingSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DeleteUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DeleteUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DeleteUserAccessLoggingSettingsRequest
|
|
38
40
|
* userAccessLoggingSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteUserSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DeleteUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DeleteUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DeleteUserSettingsRequest
|
|
38
40
|
* userSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateBrowserSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DisassociateBrowserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DisassociateBrowserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DisassociateBrowserSettingsRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateDataProtectionSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DisassociateDataProtectionSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DisassociateDataProtectionSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DisassociateDataProtectionSettingsRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateIpAccessSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DisassociateIpAccessSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DisassociateIpAccessSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DisassociateIpAccessSettingsRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateNetworkSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DisassociateNetworkSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DisassociateNetworkSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DisassociateNetworkSettingsRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateSessionLoggerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DisassociateSessionLoggerCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DisassociateSessionLoggerCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DisassociateSessionLoggerRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateTrustStoreCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DisassociateTrustStoreCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DisassociateTrustStoreCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DisassociateTrustStoreRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateUserAccessLoggingSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DisassociateUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DisassociateUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DisassociateUserAccessLoggingSettingsRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateUserSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, DisassociateUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, DisassociateUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // DisassociateUserSettingsRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ExpireSessionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, ExpireSessionCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, ExpireSessionCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // ExpireSessionRequest
|
|
38
40
|
* portalId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetBrowserSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, GetBrowserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, GetBrowserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // GetBrowserSettingsRequest
|
|
38
40
|
* browserSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDataProtectionSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, GetDataProtectionSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, GetDataProtectionSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // GetDataProtectionSettingsRequest
|
|
38
40
|
* dataProtectionSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetIdentityProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, GetIdentityProviderCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, GetIdentityProviderCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // GetIdentityProviderRequest
|
|
38
40
|
* identityProviderArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetIpAccessSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, GetIpAccessSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, GetIpAccessSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // GetIpAccessSettingsRequest
|
|
38
40
|
* ipAccessSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetNetworkSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, GetNetworkSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, GetNetworkSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // GetNetworkSettingsRequest
|
|
38
40
|
* networkSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetPortalCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, GetPortalCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, GetPortalCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // GetPortalRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetPortalServiceProviderMetadataCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, GetPortalServiceProviderMetadataCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, GetPortalServiceProviderMetadataCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // GetPortalServiceProviderMetadataRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSessionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, GetSessionCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, GetSessionCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // GetSessionRequest
|
|
38
40
|
* portalId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSessionLoggerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, GetSessionLoggerCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, GetSessionLoggerCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // GetSessionLoggerRequest
|
|
38
40
|
* sessionLoggerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetTrustStoreCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, GetTrustStoreCertificateCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, GetTrustStoreCertificateCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // GetTrustStoreCertificateRequest
|
|
38
40
|
* trustStoreArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetTrustStoreCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, GetTrustStoreCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, GetTrustStoreCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // GetTrustStoreRequest
|
|
38
40
|
* trustStoreArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetUserAccessLoggingSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, GetUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, GetUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // GetUserAccessLoggingSettingsRequest
|
|
38
40
|
* userAccessLoggingSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetUserSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, GetUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, GetUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // GetUserSettingsRequest
|
|
38
40
|
* userSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListBrowserSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, ListBrowserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, ListBrowserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // ListBrowserSettingsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListDataProtectionSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, ListDataProtectionSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, ListDataProtectionSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // ListDataProtectionSettingsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListIdentityProvidersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, ListIdentityProvidersCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, ListIdentityProvidersCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // ListIdentityProvidersRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListIpAccessSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, ListIpAccessSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, ListIpAccessSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // ListIpAccessSettingsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListNetworkSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, ListNetworkSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, ListNetworkSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // ListNetworkSettingsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListPortalsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, ListPortalsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, ListPortalsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // ListPortalsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListSessionLoggersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, ListSessionLoggersCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, ListSessionLoggersCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // ListSessionLoggersRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListSessionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, ListSessionsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, ListSessionsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // ListSessionsRequest
|
|
38
40
|
* portalId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, ListTagsForResourceCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, ListTagsForResourceCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTrustStoreCertificatesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, ListTrustStoreCertificatesCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, ListTrustStoreCertificatesCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // ListTrustStoreCertificatesRequest
|
|
38
40
|
* trustStoreArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTrustStoresCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, ListTrustStoresCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, ListTrustStoresCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // ListTrustStoresRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListUserAccessLoggingSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, ListUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, ListUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // ListUserAccessLoggingSettingsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListUserSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, ListUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, ListUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // ListUserSettingsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, TagResourceCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, TagResourceCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, UntagResourceCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, UntagResourceCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateBrowserSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, UpdateBrowserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, UpdateBrowserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // UpdateBrowserSettingsRequest
|
|
38
40
|
* browserSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateDataProtectionSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, UpdateDataProtectionSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, UpdateDataProtectionSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // UpdateDataProtectionSettingsRequest
|
|
38
40
|
* dataProtectionSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateIdentityProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, UpdateIdentityProviderCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, UpdateIdentityProviderCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // UpdateIdentityProviderRequest
|
|
38
40
|
* identityProviderArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateIpAccessSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, UpdateIpAccessSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, UpdateIpAccessSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // UpdateIpAccessSettingsRequest
|
|
38
40
|
* ipAccessSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateNetworkSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, UpdateNetworkSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, UpdateNetworkSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // UpdateNetworkSettingsRequest
|
|
38
40
|
* networkSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdatePortalCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, UpdatePortalCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, UpdatePortalCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // UpdatePortalRequest
|
|
38
40
|
* portalArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateSessionLoggerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, UpdateSessionLoggerCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, UpdateSessionLoggerCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // UpdateSessionLoggerRequest
|
|
38
40
|
* sessionLoggerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateTrustStoreCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, UpdateTrustStoreCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, UpdateTrustStoreCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // UpdateTrustStoreRequest
|
|
38
40
|
* trustStoreArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateUserAccessLoggingSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, UpdateUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, UpdateUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // UpdateUserAccessLoggingSettingsRequest
|
|
38
40
|
* userAccessLoggingSettingsArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateUserSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WorkSpacesWebClient, UpdateUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesWebClient, UpdateUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
|
|
36
|
+
* // import type { WorkSpacesWebClientConfig } from "@aws-sdk/client-workspaces-web";
|
|
37
|
+
* const config = {}; // type is WorkSpacesWebClientConfig
|
|
36
38
|
* const client = new WorkSpacesWebClient(config);
|
|
37
39
|
* const input = { // UpdateUserSettingsRequest
|
|
38
40
|
* userSettingsArn: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces-web",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Web Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workspaces-web",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|