@aws-sdk/client-workspaces-web 3.1019.0 → 3.1020.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.
@@ -43,7 +43,7 @@ import { GetIpAccessSettingsCommand, } from "./commands/GetIpAccessSettingsComma
43
43
  import { GetNetworkSettingsCommand, } from "./commands/GetNetworkSettingsCommand";
44
44
  import { GetPortalCommand } from "./commands/GetPortalCommand";
45
45
  import { GetPortalServiceProviderMetadataCommand, } from "./commands/GetPortalServiceProviderMetadataCommand";
46
- import { GetSessionCommand } from "./commands/GetSessionCommand";
46
+ import { GetSessionCommand, } from "./commands/GetSessionCommand";
47
47
  import { GetSessionLoggerCommand, } from "./commands/GetSessionLoggerCommand";
48
48
  import { GetTrustStoreCertificateCommand, } from "./commands/GetTrustStoreCertificateCommand";
49
49
  import { GetTrustStoreCommand, } from "./commands/GetTrustStoreCommand";
@@ -54,7 +54,7 @@ import { ListDataProtectionSettingsCommand, } from "./commands/ListDataProtectio
54
54
  import { ListIdentityProvidersCommand, } from "./commands/ListIdentityProvidersCommand";
55
55
  import { ListIpAccessSettingsCommand, } from "./commands/ListIpAccessSettingsCommand";
56
56
  import { ListNetworkSettingsCommand, } from "./commands/ListNetworkSettingsCommand";
57
- import { ListPortalsCommand } from "./commands/ListPortalsCommand";
57
+ import { ListPortalsCommand, } from "./commands/ListPortalsCommand";
58
58
  import { ListSessionLoggersCommand, } from "./commands/ListSessionLoggersCommand";
59
59
  import { ListSessionsCommand, } from "./commands/ListSessionsCommand";
60
60
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
@@ -62,7 +62,7 @@ import { ListTrustStoreCertificatesCommand, } from "./commands/ListTrustStoreCer
62
62
  import { ListTrustStoresCommand, } from "./commands/ListTrustStoresCommand";
63
63
  import { ListUserAccessLoggingSettingsCommand, } from "./commands/ListUserAccessLoggingSettingsCommand";
64
64
  import { ListUserSettingsCommand, } from "./commands/ListUserSettingsCommand";
65
- import { TagResourceCommand } from "./commands/TagResourceCommand";
65
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
66
66
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
67
67
  import { UpdateBrowserSettingsCommand, } from "./commands/UpdateBrowserSettingsCommand";
68
68
  import { UpdateDataProtectionSettingsCommand, } from "./commands/UpdateDataProtectionSettingsCommand";
@@ -1,79 +1,79 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "./commands/AssociateBrowserSettingsCommand";
3
- import { AssociateDataProtectionSettingsCommandInput, AssociateDataProtectionSettingsCommandOutput } from "./commands/AssociateDataProtectionSettingsCommand";
4
- import { AssociateIpAccessSettingsCommandInput, AssociateIpAccessSettingsCommandOutput } from "./commands/AssociateIpAccessSettingsCommand";
5
- import { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "./commands/AssociateNetworkSettingsCommand";
6
- import { AssociateSessionLoggerCommandInput, AssociateSessionLoggerCommandOutput } from "./commands/AssociateSessionLoggerCommand";
7
- import { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "./commands/AssociateTrustStoreCommand";
8
- import { AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput } from "./commands/AssociateUserAccessLoggingSettingsCommand";
9
- import { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "./commands/AssociateUserSettingsCommand";
10
- import { CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput } from "./commands/CreateBrowserSettingsCommand";
11
- import { CreateDataProtectionSettingsCommandInput, CreateDataProtectionSettingsCommandOutput } from "./commands/CreateDataProtectionSettingsCommand";
12
- import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
13
- import { CreateIpAccessSettingsCommandInput, CreateIpAccessSettingsCommandOutput } from "./commands/CreateIpAccessSettingsCommand";
14
- import { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "./commands/CreateNetworkSettingsCommand";
15
- import { CreatePortalCommandInput, CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
16
- import { CreateSessionLoggerCommandInput, CreateSessionLoggerCommandOutput } from "./commands/CreateSessionLoggerCommand";
17
- import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "./commands/CreateTrustStoreCommand";
18
- import { CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput } from "./commands/CreateUserAccessLoggingSettingsCommand";
19
- import { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "./commands/CreateUserSettingsCommand";
20
- import { DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput } from "./commands/DeleteBrowserSettingsCommand";
21
- import { DeleteDataProtectionSettingsCommandInput, DeleteDataProtectionSettingsCommandOutput } from "./commands/DeleteDataProtectionSettingsCommand";
22
- import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
23
- import { DeleteIpAccessSettingsCommandInput, DeleteIpAccessSettingsCommandOutput } from "./commands/DeleteIpAccessSettingsCommand";
24
- import { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "./commands/DeleteNetworkSettingsCommand";
25
- import { DeletePortalCommandInput, DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
26
- import { DeleteSessionLoggerCommandInput, DeleteSessionLoggerCommandOutput } from "./commands/DeleteSessionLoggerCommand";
27
- import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "./commands/DeleteTrustStoreCommand";
28
- import { DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput } from "./commands/DeleteUserAccessLoggingSettingsCommand";
29
- import { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "./commands/DeleteUserSettingsCommand";
30
- import { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput } from "./commands/DisassociateBrowserSettingsCommand";
31
- import { DisassociateDataProtectionSettingsCommandInput, DisassociateDataProtectionSettingsCommandOutput } from "./commands/DisassociateDataProtectionSettingsCommand";
32
- import { DisassociateIpAccessSettingsCommandInput, DisassociateIpAccessSettingsCommandOutput } from "./commands/DisassociateIpAccessSettingsCommand";
33
- import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "./commands/DisassociateNetworkSettingsCommand";
34
- import { DisassociateSessionLoggerCommandInput, DisassociateSessionLoggerCommandOutput } from "./commands/DisassociateSessionLoggerCommand";
35
- import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "./commands/DisassociateTrustStoreCommand";
36
- import { DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput } from "./commands/DisassociateUserAccessLoggingSettingsCommand";
37
- import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "./commands/DisassociateUserSettingsCommand";
38
- import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "./commands/ExpireSessionCommand";
39
- import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "./commands/GetBrowserSettingsCommand";
40
- import { GetDataProtectionSettingsCommandInput, GetDataProtectionSettingsCommandOutput } from "./commands/GetDataProtectionSettingsCommand";
41
- import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "./commands/GetIdentityProviderCommand";
42
- import { GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput } from "./commands/GetIpAccessSettingsCommand";
43
- import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "./commands/GetNetworkSettingsCommand";
44
- import { GetPortalCommandInput, GetPortalCommandOutput } from "./commands/GetPortalCommand";
45
- import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "./commands/GetPortalServiceProviderMetadataCommand";
46
- import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
47
- import { GetSessionLoggerCommandInput, GetSessionLoggerCommandOutput } from "./commands/GetSessionLoggerCommand";
48
- import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "./commands/GetTrustStoreCertificateCommand";
49
- import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "./commands/GetTrustStoreCommand";
50
- import { GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput } from "./commands/GetUserAccessLoggingSettingsCommand";
51
- import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "./commands/GetUserSettingsCommand";
52
- import { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "./commands/ListBrowserSettingsCommand";
53
- import { ListDataProtectionSettingsCommandInput, ListDataProtectionSettingsCommandOutput } from "./commands/ListDataProtectionSettingsCommand";
54
- import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
55
- import { ListIpAccessSettingsCommandInput, ListIpAccessSettingsCommandOutput } from "./commands/ListIpAccessSettingsCommand";
56
- import { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "./commands/ListNetworkSettingsCommand";
57
- import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
58
- import { ListSessionLoggersCommandInput, ListSessionLoggersCommandOutput } from "./commands/ListSessionLoggersCommand";
59
- import { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
60
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
61
- import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "./commands/ListTrustStoreCertificatesCommand";
62
- import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "./commands/ListTrustStoresCommand";
63
- import { ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput } from "./commands/ListUserAccessLoggingSettingsCommand";
64
- import { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "./commands/ListUserSettingsCommand";
65
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
66
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
67
- import { UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput } from "./commands/UpdateBrowserSettingsCommand";
68
- import { UpdateDataProtectionSettingsCommandInput, UpdateDataProtectionSettingsCommandOutput } from "./commands/UpdateDataProtectionSettingsCommand";
69
- import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
70
- import { UpdateIpAccessSettingsCommandInput, UpdateIpAccessSettingsCommandOutput } from "./commands/UpdateIpAccessSettingsCommand";
71
- import { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "./commands/UpdateNetworkSettingsCommand";
72
- import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
73
- import { UpdateSessionLoggerCommandInput, UpdateSessionLoggerCommandOutput } from "./commands/UpdateSessionLoggerCommand";
74
- import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "./commands/UpdateTrustStoreCommand";
75
- import { UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput } from "./commands/UpdateUserAccessLoggingSettingsCommand";
76
- import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
2
+ import { type AssociateBrowserSettingsCommandInput, type AssociateBrowserSettingsCommandOutput } from "./commands/AssociateBrowserSettingsCommand";
3
+ import { type AssociateDataProtectionSettingsCommandInput, type AssociateDataProtectionSettingsCommandOutput } from "./commands/AssociateDataProtectionSettingsCommand";
4
+ import { type AssociateIpAccessSettingsCommandInput, type AssociateIpAccessSettingsCommandOutput } from "./commands/AssociateIpAccessSettingsCommand";
5
+ import { type AssociateNetworkSettingsCommandInput, type AssociateNetworkSettingsCommandOutput } from "./commands/AssociateNetworkSettingsCommand";
6
+ import { type AssociateSessionLoggerCommandInput, type AssociateSessionLoggerCommandOutput } from "./commands/AssociateSessionLoggerCommand";
7
+ import { type AssociateTrustStoreCommandInput, type AssociateTrustStoreCommandOutput } from "./commands/AssociateTrustStoreCommand";
8
+ import { type AssociateUserAccessLoggingSettingsCommandInput, type AssociateUserAccessLoggingSettingsCommandOutput } from "./commands/AssociateUserAccessLoggingSettingsCommand";
9
+ import { type AssociateUserSettingsCommandInput, type AssociateUserSettingsCommandOutput } from "./commands/AssociateUserSettingsCommand";
10
+ import { type CreateBrowserSettingsCommandInput, type CreateBrowserSettingsCommandOutput } from "./commands/CreateBrowserSettingsCommand";
11
+ import { type CreateDataProtectionSettingsCommandInput, type CreateDataProtectionSettingsCommandOutput } from "./commands/CreateDataProtectionSettingsCommand";
12
+ import { type CreateIdentityProviderCommandInput, type CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
13
+ import { type CreateIpAccessSettingsCommandInput, type CreateIpAccessSettingsCommandOutput } from "./commands/CreateIpAccessSettingsCommand";
14
+ import { type CreateNetworkSettingsCommandInput, type CreateNetworkSettingsCommandOutput } from "./commands/CreateNetworkSettingsCommand";
15
+ import { type CreatePortalCommandInput, type CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
16
+ import { type CreateSessionLoggerCommandInput, type CreateSessionLoggerCommandOutput } from "./commands/CreateSessionLoggerCommand";
17
+ import { type CreateTrustStoreCommandInput, type CreateTrustStoreCommandOutput } from "./commands/CreateTrustStoreCommand";
18
+ import { type CreateUserAccessLoggingSettingsCommandInput, type CreateUserAccessLoggingSettingsCommandOutput } from "./commands/CreateUserAccessLoggingSettingsCommand";
19
+ import { type CreateUserSettingsCommandInput, type CreateUserSettingsCommandOutput } from "./commands/CreateUserSettingsCommand";
20
+ import { type DeleteBrowserSettingsCommandInput, type DeleteBrowserSettingsCommandOutput } from "./commands/DeleteBrowserSettingsCommand";
21
+ import { type DeleteDataProtectionSettingsCommandInput, type DeleteDataProtectionSettingsCommandOutput } from "./commands/DeleteDataProtectionSettingsCommand";
22
+ import { type DeleteIdentityProviderCommandInput, type DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
23
+ import { type DeleteIpAccessSettingsCommandInput, type DeleteIpAccessSettingsCommandOutput } from "./commands/DeleteIpAccessSettingsCommand";
24
+ import { type DeleteNetworkSettingsCommandInput, type DeleteNetworkSettingsCommandOutput } from "./commands/DeleteNetworkSettingsCommand";
25
+ import { type DeletePortalCommandInput, type DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
26
+ import { type DeleteSessionLoggerCommandInput, type DeleteSessionLoggerCommandOutput } from "./commands/DeleteSessionLoggerCommand";
27
+ import { type DeleteTrustStoreCommandInput, type DeleteTrustStoreCommandOutput } from "./commands/DeleteTrustStoreCommand";
28
+ import { type DeleteUserAccessLoggingSettingsCommandInput, type DeleteUserAccessLoggingSettingsCommandOutput } from "./commands/DeleteUserAccessLoggingSettingsCommand";
29
+ import { type DeleteUserSettingsCommandInput, type DeleteUserSettingsCommandOutput } from "./commands/DeleteUserSettingsCommand";
30
+ import { type DisassociateBrowserSettingsCommandInput, type DisassociateBrowserSettingsCommandOutput } from "./commands/DisassociateBrowserSettingsCommand";
31
+ import { type DisassociateDataProtectionSettingsCommandInput, type DisassociateDataProtectionSettingsCommandOutput } from "./commands/DisassociateDataProtectionSettingsCommand";
32
+ import { type DisassociateIpAccessSettingsCommandInput, type DisassociateIpAccessSettingsCommandOutput } from "./commands/DisassociateIpAccessSettingsCommand";
33
+ import { type DisassociateNetworkSettingsCommandInput, type DisassociateNetworkSettingsCommandOutput } from "./commands/DisassociateNetworkSettingsCommand";
34
+ import { type DisassociateSessionLoggerCommandInput, type DisassociateSessionLoggerCommandOutput } from "./commands/DisassociateSessionLoggerCommand";
35
+ import { type DisassociateTrustStoreCommandInput, type DisassociateTrustStoreCommandOutput } from "./commands/DisassociateTrustStoreCommand";
36
+ import { type DisassociateUserAccessLoggingSettingsCommandInput, type DisassociateUserAccessLoggingSettingsCommandOutput } from "./commands/DisassociateUserAccessLoggingSettingsCommand";
37
+ import { type DisassociateUserSettingsCommandInput, type DisassociateUserSettingsCommandOutput } from "./commands/DisassociateUserSettingsCommand";
38
+ import { type ExpireSessionCommandInput, type ExpireSessionCommandOutput } from "./commands/ExpireSessionCommand";
39
+ import { type GetBrowserSettingsCommandInput, type GetBrowserSettingsCommandOutput } from "./commands/GetBrowserSettingsCommand";
40
+ import { type GetDataProtectionSettingsCommandInput, type GetDataProtectionSettingsCommandOutput } from "./commands/GetDataProtectionSettingsCommand";
41
+ import { type GetIdentityProviderCommandInput, type GetIdentityProviderCommandOutput } from "./commands/GetIdentityProviderCommand";
42
+ import { type GetIpAccessSettingsCommandInput, type GetIpAccessSettingsCommandOutput } from "./commands/GetIpAccessSettingsCommand";
43
+ import { type GetNetworkSettingsCommandInput, type GetNetworkSettingsCommandOutput } from "./commands/GetNetworkSettingsCommand";
44
+ import { type GetPortalCommandInput, type GetPortalCommandOutput } from "./commands/GetPortalCommand";
45
+ import { type GetPortalServiceProviderMetadataCommandInput, type GetPortalServiceProviderMetadataCommandOutput } from "./commands/GetPortalServiceProviderMetadataCommand";
46
+ import { type GetSessionCommandInput, type GetSessionCommandOutput } from "./commands/GetSessionCommand";
47
+ import { type GetSessionLoggerCommandInput, type GetSessionLoggerCommandOutput } from "./commands/GetSessionLoggerCommand";
48
+ import { type GetTrustStoreCertificateCommandInput, type GetTrustStoreCertificateCommandOutput } from "./commands/GetTrustStoreCertificateCommand";
49
+ import { type GetTrustStoreCommandInput, type GetTrustStoreCommandOutput } from "./commands/GetTrustStoreCommand";
50
+ import { type GetUserAccessLoggingSettingsCommandInput, type GetUserAccessLoggingSettingsCommandOutput } from "./commands/GetUserAccessLoggingSettingsCommand";
51
+ import { type GetUserSettingsCommandInput, type GetUserSettingsCommandOutput } from "./commands/GetUserSettingsCommand";
52
+ import { type ListBrowserSettingsCommandInput, type ListBrowserSettingsCommandOutput } from "./commands/ListBrowserSettingsCommand";
53
+ import { type ListDataProtectionSettingsCommandInput, type ListDataProtectionSettingsCommandOutput } from "./commands/ListDataProtectionSettingsCommand";
54
+ import { type ListIdentityProvidersCommandInput, type ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
55
+ import { type ListIpAccessSettingsCommandInput, type ListIpAccessSettingsCommandOutput } from "./commands/ListIpAccessSettingsCommand";
56
+ import { type ListNetworkSettingsCommandInput, type ListNetworkSettingsCommandOutput } from "./commands/ListNetworkSettingsCommand";
57
+ import { type ListPortalsCommandInput, type ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
58
+ import { type ListSessionLoggersCommandInput, type ListSessionLoggersCommandOutput } from "./commands/ListSessionLoggersCommand";
59
+ import { type ListSessionsCommandInput, type ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
60
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
61
+ import { type ListTrustStoreCertificatesCommandInput, type ListTrustStoreCertificatesCommandOutput } from "./commands/ListTrustStoreCertificatesCommand";
62
+ import { type ListTrustStoresCommandInput, type ListTrustStoresCommandOutput } from "./commands/ListTrustStoresCommand";
63
+ import { type ListUserAccessLoggingSettingsCommandInput, type ListUserAccessLoggingSettingsCommandOutput } from "./commands/ListUserAccessLoggingSettingsCommand";
64
+ import { type ListUserSettingsCommandInput, type ListUserSettingsCommandOutput } from "./commands/ListUserSettingsCommand";
65
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
66
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
67
+ import { type UpdateBrowserSettingsCommandInput, type UpdateBrowserSettingsCommandOutput } from "./commands/UpdateBrowserSettingsCommand";
68
+ import { type UpdateDataProtectionSettingsCommandInput, type UpdateDataProtectionSettingsCommandOutput } from "./commands/UpdateDataProtectionSettingsCommand";
69
+ import { type UpdateIdentityProviderCommandInput, type UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
70
+ import { type UpdateIpAccessSettingsCommandInput, type UpdateIpAccessSettingsCommandOutput } from "./commands/UpdateIpAccessSettingsCommand";
71
+ import { type UpdateNetworkSettingsCommandInput, type UpdateNetworkSettingsCommandOutput } from "./commands/UpdateNetworkSettingsCommand";
72
+ import { type UpdatePortalCommandInput, type UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
73
+ import { type UpdateSessionLoggerCommandInput, type UpdateSessionLoggerCommandOutput } from "./commands/UpdateSessionLoggerCommand";
74
+ import { type UpdateTrustStoreCommandInput, type UpdateTrustStoreCommandOutput } from "./commands/UpdateTrustStoreCommand";
75
+ import { type UpdateUserAccessLoggingSettingsCommandInput, type UpdateUserAccessLoggingSettingsCommandOutput } from "./commands/UpdateUserAccessLoggingSettingsCommand";
76
+ import { type UpdateUserSettingsCommandInput, type UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
77
77
  import { WorkSpacesWebClient } from "./WorkSpacesWebClient";
78
78
  export interface WorkSpacesWeb {
79
79
  /**
@@ -5,84 +5,84 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "./commands/AssociateBrowserSettingsCommand";
11
- import { AssociateDataProtectionSettingsCommandInput, AssociateDataProtectionSettingsCommandOutput } from "./commands/AssociateDataProtectionSettingsCommand";
12
- import { AssociateIpAccessSettingsCommandInput, AssociateIpAccessSettingsCommandOutput } from "./commands/AssociateIpAccessSettingsCommand";
13
- import { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "./commands/AssociateNetworkSettingsCommand";
14
- import { AssociateSessionLoggerCommandInput, AssociateSessionLoggerCommandOutput } from "./commands/AssociateSessionLoggerCommand";
15
- import { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "./commands/AssociateTrustStoreCommand";
16
- import { AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput } from "./commands/AssociateUserAccessLoggingSettingsCommand";
17
- import { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "./commands/AssociateUserSettingsCommand";
18
- import { CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput } from "./commands/CreateBrowserSettingsCommand";
19
- import { CreateDataProtectionSettingsCommandInput, CreateDataProtectionSettingsCommandOutput } from "./commands/CreateDataProtectionSettingsCommand";
20
- import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
21
- import { CreateIpAccessSettingsCommandInput, CreateIpAccessSettingsCommandOutput } from "./commands/CreateIpAccessSettingsCommand";
22
- import { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "./commands/CreateNetworkSettingsCommand";
23
- import { CreatePortalCommandInput, CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
24
- import { CreateSessionLoggerCommandInput, CreateSessionLoggerCommandOutput } from "./commands/CreateSessionLoggerCommand";
25
- import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "./commands/CreateTrustStoreCommand";
26
- import { CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput } from "./commands/CreateUserAccessLoggingSettingsCommand";
27
- import { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "./commands/CreateUserSettingsCommand";
28
- import { DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput } from "./commands/DeleteBrowserSettingsCommand";
29
- import { DeleteDataProtectionSettingsCommandInput, DeleteDataProtectionSettingsCommandOutput } from "./commands/DeleteDataProtectionSettingsCommand";
30
- import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
31
- import { DeleteIpAccessSettingsCommandInput, DeleteIpAccessSettingsCommandOutput } from "./commands/DeleteIpAccessSettingsCommand";
32
- import { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "./commands/DeleteNetworkSettingsCommand";
33
- import { DeletePortalCommandInput, DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
34
- import { DeleteSessionLoggerCommandInput, DeleteSessionLoggerCommandOutput } from "./commands/DeleteSessionLoggerCommand";
35
- import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "./commands/DeleteTrustStoreCommand";
36
- import { DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput } from "./commands/DeleteUserAccessLoggingSettingsCommand";
37
- import { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "./commands/DeleteUserSettingsCommand";
38
- import { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput } from "./commands/DisassociateBrowserSettingsCommand";
39
- import { DisassociateDataProtectionSettingsCommandInput, DisassociateDataProtectionSettingsCommandOutput } from "./commands/DisassociateDataProtectionSettingsCommand";
40
- import { DisassociateIpAccessSettingsCommandInput, DisassociateIpAccessSettingsCommandOutput } from "./commands/DisassociateIpAccessSettingsCommand";
41
- import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "./commands/DisassociateNetworkSettingsCommand";
42
- import { DisassociateSessionLoggerCommandInput, DisassociateSessionLoggerCommandOutput } from "./commands/DisassociateSessionLoggerCommand";
43
- import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "./commands/DisassociateTrustStoreCommand";
44
- import { DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput } from "./commands/DisassociateUserAccessLoggingSettingsCommand";
45
- import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "./commands/DisassociateUserSettingsCommand";
46
- import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "./commands/ExpireSessionCommand";
47
- import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "./commands/GetBrowserSettingsCommand";
48
- import { GetDataProtectionSettingsCommandInput, GetDataProtectionSettingsCommandOutput } from "./commands/GetDataProtectionSettingsCommand";
49
- import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "./commands/GetIdentityProviderCommand";
50
- import { GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput } from "./commands/GetIpAccessSettingsCommand";
51
- import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "./commands/GetNetworkSettingsCommand";
52
- import { GetPortalCommandInput, GetPortalCommandOutput } from "./commands/GetPortalCommand";
53
- import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "./commands/GetPortalServiceProviderMetadataCommand";
54
- import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
55
- import { GetSessionLoggerCommandInput, GetSessionLoggerCommandOutput } from "./commands/GetSessionLoggerCommand";
56
- import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "./commands/GetTrustStoreCertificateCommand";
57
- import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "./commands/GetTrustStoreCommand";
58
- import { GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput } from "./commands/GetUserAccessLoggingSettingsCommand";
59
- import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "./commands/GetUserSettingsCommand";
60
- import { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "./commands/ListBrowserSettingsCommand";
61
- import { ListDataProtectionSettingsCommandInput, ListDataProtectionSettingsCommandOutput } from "./commands/ListDataProtectionSettingsCommand";
62
- import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
63
- import { ListIpAccessSettingsCommandInput, ListIpAccessSettingsCommandOutput } from "./commands/ListIpAccessSettingsCommand";
64
- import { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "./commands/ListNetworkSettingsCommand";
65
- import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
66
- import { ListSessionLoggersCommandInput, ListSessionLoggersCommandOutput } from "./commands/ListSessionLoggersCommand";
67
- import { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
68
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
69
- import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "./commands/ListTrustStoreCertificatesCommand";
70
- import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "./commands/ListTrustStoresCommand";
71
- import { ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput } from "./commands/ListUserAccessLoggingSettingsCommand";
72
- import { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "./commands/ListUserSettingsCommand";
73
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
74
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
75
- import { UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput } from "./commands/UpdateBrowserSettingsCommand";
76
- import { UpdateDataProtectionSettingsCommandInput, UpdateDataProtectionSettingsCommandOutput } from "./commands/UpdateDataProtectionSettingsCommand";
77
- import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
78
- import { UpdateIpAccessSettingsCommandInput, UpdateIpAccessSettingsCommandOutput } from "./commands/UpdateIpAccessSettingsCommand";
79
- import { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "./commands/UpdateNetworkSettingsCommand";
80
- import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
81
- import { UpdateSessionLoggerCommandInput, UpdateSessionLoggerCommandOutput } from "./commands/UpdateSessionLoggerCommand";
82
- import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "./commands/UpdateTrustStoreCommand";
83
- import { UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput } from "./commands/UpdateUserAccessLoggingSettingsCommand";
84
- import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
85
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "./commands/AssociateBrowserSettingsCommand";
11
+ import type { AssociateDataProtectionSettingsCommandInput, AssociateDataProtectionSettingsCommandOutput } from "./commands/AssociateDataProtectionSettingsCommand";
12
+ import type { AssociateIpAccessSettingsCommandInput, AssociateIpAccessSettingsCommandOutput } from "./commands/AssociateIpAccessSettingsCommand";
13
+ import type { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "./commands/AssociateNetworkSettingsCommand";
14
+ import type { AssociateSessionLoggerCommandInput, AssociateSessionLoggerCommandOutput } from "./commands/AssociateSessionLoggerCommand";
15
+ import type { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "./commands/AssociateTrustStoreCommand";
16
+ import type { AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput } from "./commands/AssociateUserAccessLoggingSettingsCommand";
17
+ import type { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "./commands/AssociateUserSettingsCommand";
18
+ import type { CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput } from "./commands/CreateBrowserSettingsCommand";
19
+ import type { CreateDataProtectionSettingsCommandInput, CreateDataProtectionSettingsCommandOutput } from "./commands/CreateDataProtectionSettingsCommand";
20
+ import type { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
21
+ import type { CreateIpAccessSettingsCommandInput, CreateIpAccessSettingsCommandOutput } from "./commands/CreateIpAccessSettingsCommand";
22
+ import type { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "./commands/CreateNetworkSettingsCommand";
23
+ import type { CreatePortalCommandInput, CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
24
+ import type { CreateSessionLoggerCommandInput, CreateSessionLoggerCommandOutput } from "./commands/CreateSessionLoggerCommand";
25
+ import type { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "./commands/CreateTrustStoreCommand";
26
+ import type { CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput } from "./commands/CreateUserAccessLoggingSettingsCommand";
27
+ import type { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "./commands/CreateUserSettingsCommand";
28
+ import type { DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput } from "./commands/DeleteBrowserSettingsCommand";
29
+ import type { DeleteDataProtectionSettingsCommandInput, DeleteDataProtectionSettingsCommandOutput } from "./commands/DeleteDataProtectionSettingsCommand";
30
+ import type { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
31
+ import type { DeleteIpAccessSettingsCommandInput, DeleteIpAccessSettingsCommandOutput } from "./commands/DeleteIpAccessSettingsCommand";
32
+ import type { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "./commands/DeleteNetworkSettingsCommand";
33
+ import type { DeletePortalCommandInput, DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
34
+ import type { DeleteSessionLoggerCommandInput, DeleteSessionLoggerCommandOutput } from "./commands/DeleteSessionLoggerCommand";
35
+ import type { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "./commands/DeleteTrustStoreCommand";
36
+ import type { DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput } from "./commands/DeleteUserAccessLoggingSettingsCommand";
37
+ import type { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "./commands/DeleteUserSettingsCommand";
38
+ import type { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput } from "./commands/DisassociateBrowserSettingsCommand";
39
+ import type { DisassociateDataProtectionSettingsCommandInput, DisassociateDataProtectionSettingsCommandOutput } from "./commands/DisassociateDataProtectionSettingsCommand";
40
+ import type { DisassociateIpAccessSettingsCommandInput, DisassociateIpAccessSettingsCommandOutput } from "./commands/DisassociateIpAccessSettingsCommand";
41
+ import type { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "./commands/DisassociateNetworkSettingsCommand";
42
+ import type { DisassociateSessionLoggerCommandInput, DisassociateSessionLoggerCommandOutput } from "./commands/DisassociateSessionLoggerCommand";
43
+ import type { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "./commands/DisassociateTrustStoreCommand";
44
+ import type { DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput } from "./commands/DisassociateUserAccessLoggingSettingsCommand";
45
+ import type { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "./commands/DisassociateUserSettingsCommand";
46
+ import type { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "./commands/ExpireSessionCommand";
47
+ import type { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "./commands/GetBrowserSettingsCommand";
48
+ import type { GetDataProtectionSettingsCommandInput, GetDataProtectionSettingsCommandOutput } from "./commands/GetDataProtectionSettingsCommand";
49
+ import type { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "./commands/GetIdentityProviderCommand";
50
+ import type { GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput } from "./commands/GetIpAccessSettingsCommand";
51
+ import type { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "./commands/GetNetworkSettingsCommand";
52
+ import type { GetPortalCommandInput, GetPortalCommandOutput } from "./commands/GetPortalCommand";
53
+ import type { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "./commands/GetPortalServiceProviderMetadataCommand";
54
+ import type { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
55
+ import type { GetSessionLoggerCommandInput, GetSessionLoggerCommandOutput } from "./commands/GetSessionLoggerCommand";
56
+ import type { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "./commands/GetTrustStoreCertificateCommand";
57
+ import type { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "./commands/GetTrustStoreCommand";
58
+ import type { GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput } from "./commands/GetUserAccessLoggingSettingsCommand";
59
+ import type { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "./commands/GetUserSettingsCommand";
60
+ import type { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "./commands/ListBrowserSettingsCommand";
61
+ import type { ListDataProtectionSettingsCommandInput, ListDataProtectionSettingsCommandOutput } from "./commands/ListDataProtectionSettingsCommand";
62
+ import type { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
63
+ import type { ListIpAccessSettingsCommandInput, ListIpAccessSettingsCommandOutput } from "./commands/ListIpAccessSettingsCommand";
64
+ import type { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "./commands/ListNetworkSettingsCommand";
65
+ import type { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
66
+ import type { ListSessionLoggersCommandInput, ListSessionLoggersCommandOutput } from "./commands/ListSessionLoggersCommand";
67
+ import type { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
68
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
69
+ import type { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "./commands/ListTrustStoreCertificatesCommand";
70
+ import type { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "./commands/ListTrustStoresCommand";
71
+ import type { ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput } from "./commands/ListUserAccessLoggingSettingsCommand";
72
+ import type { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "./commands/ListUserSettingsCommand";
73
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
74
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
75
+ import type { UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput } from "./commands/UpdateBrowserSettingsCommand";
76
+ import type { UpdateDataProtectionSettingsCommandInput, UpdateDataProtectionSettingsCommandOutput } from "./commands/UpdateDataProtectionSettingsCommand";
77
+ import type { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
78
+ import type { UpdateIpAccessSettingsCommandInput, UpdateIpAccessSettingsCommandOutput } from "./commands/UpdateIpAccessSettingsCommand";
79
+ import type { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "./commands/UpdateNetworkSettingsCommand";
80
+ import type { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
81
+ import type { UpdateSessionLoggerCommandInput, UpdateSessionLoggerCommandOutput } from "./commands/UpdateSessionLoggerCommand";
82
+ import type { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "./commands/UpdateTrustStoreCommand";
83
+ import type { UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput } from "./commands/UpdateUserAccessLoggingSettingsCommand";
84
+ import type { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
85
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
86
86
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
87
87
  export { __Client };
88
88
  /**
@@ -191,7 +191,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
191
191
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
192
192
  * @internal
193
193
  */
194
- defaultUserAgentProvider?: Provider<__UserAgent>;
194
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
195
195
  /**
196
196
  * Default credentials provider; Not available in browser runtime.
197
197
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { WorkSpacesWebHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export * from "./WorkSpacesWebClient";
7
7
  export * from "./WorkSpacesWeb";
8
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
8
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { WorkSpacesWebExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
@@ -1,6 +1,6 @@
1
1
  import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ValidationExceptionReason } from "./enums";
3
- import { ValidationExceptionField } from "./models_0";
2
+ import type { ValidationExceptionReason } from "./enums";
3
+ import type { ValidationExceptionField } from "./models_0";
4
4
  import { WorkSpacesWebServiceException as __BaseException } from "./WorkSpacesWebServiceException";
5
5
  /**
6
6
  * <p>Access is denied.</p>
@@ -1,4 +1,4 @@
1
- import { _InstanceType, AuthenticationType, BrowserType, Category, ColorTheme, EnabledType, Event, FolderStructure, IdentityProviderType, Locale, LogFileFormat, MaxDisplayResolution, MimeType, PortalStatus, RedactionPlaceHolderType, RendererType, SessionSortBy, SessionStatus, ToolbarItem, ToolbarType, VisualMode } from "./enums";
1
+ import type { _InstanceType, AuthenticationType, BrowserType, Category, ColorTheme, EnabledType, Event, FolderStructure, IdentityProviderType, Locale, LogFileFormat, MaxDisplayResolution, MimeType, PortalStatus, RedactionPlaceHolderType, RendererType, SessionSortBy, SessionStatus, ToolbarItem, ToolbarType, VisualMode } from "./enums";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "../commands/ListBrowserSettingsCommand";
3
- import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
3
+ import type { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDataProtectionSettingsCommandInput, ListDataProtectionSettingsCommandOutput } from "../commands/ListDataProtectionSettingsCommand";
3
- import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
3
+ import type { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "../commands/ListIdentityProvidersCommand";
3
- import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
3
+ import type { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListIpAccessSettingsCommandInput, ListIpAccessSettingsCommandOutput } from "../commands/ListIpAccessSettingsCommand";
3
- import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
3
+ import type { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "../commands/ListNetworkSettingsCommand";
3
- import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
3
+ import type { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListPortalsCommandInput, ListPortalsCommandOutput } from "../commands/ListPortalsCommand";
3
- import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
3
+ import type { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSessionLoggersCommandInput, ListSessionLoggersCommandOutput } from "../commands/ListSessionLoggersCommand";
3
- import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
3
+ import type { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
3
- import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
3
+ import type { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "../commands/ListTrustStoreCertificatesCommand";
3
- import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
3
+ import type { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "../commands/ListTrustStoresCommand";
3
- import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
3
+ import type { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput } from "../commands/ListUserAccessLoggingSettingsCommand";
3
- import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
3
+ import type { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "../commands/ListUserSettingsCommand";
3
- import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
3
+ import type { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -522,7 +521,7 @@ export interface ClientDefaults
522
521
  useFipsEndpoint?: boolean | __Provider<boolean>;
523
522
  region?: string | __Provider<string>;
524
523
  profile?: string;
525
- defaultUserAgentProvider?: Provider<__UserAgent>;
524
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
526
525
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
527
526
  maxAttempts?: number | __Provider<number>;
528
527
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { WorkSpacesWebHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
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.1019.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-workspaces-web",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.28",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.45",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
58
  "@smithy/util-retry": "^4.2.12",