@aws-sdk/client-workspaces-web 3.169.0 → 3.170.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.
Files changed (68) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +796 -225
  3. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +394 -117
  4. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/index.d.ts +44 -44
  49. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  50. package/dist-types/ts3.4/index.d.ts +6 -6
  51. package/dist-types/ts3.4/models/WorkSpacesWebServiceException.d.ts +8 -6
  52. package/dist-types/ts3.4/models/index.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +1121 -1013
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/ListBrowserSettingsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListNetworkSettingsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListTrustStoreCertificatesPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListTrustStoresPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListUserSettingsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  63. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +533 -134
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  68. package/package.json +34 -34
@@ -1,117 +1,394 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "./commands/AssociateBrowserSettingsCommand";
10
- import { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "./commands/AssociateNetworkSettingsCommand";
11
- import { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "./commands/AssociateTrustStoreCommand";
12
- import { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "./commands/AssociateUserSettingsCommand";
13
- import { CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput } from "./commands/CreateBrowserSettingsCommand";
14
- import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
15
- import { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "./commands/CreateNetworkSettingsCommand";
16
- import { CreatePortalCommandInput, CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
17
- import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "./commands/CreateTrustStoreCommand";
18
- import { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "./commands/CreateUserSettingsCommand";
19
- import { DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput } from "./commands/DeleteBrowserSettingsCommand";
20
- import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
21
- import { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "./commands/DeleteNetworkSettingsCommand";
22
- import { DeletePortalCommandInput, DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
23
- import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "./commands/DeleteTrustStoreCommand";
24
- import { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "./commands/DeleteUserSettingsCommand";
25
- import { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput } from "./commands/DisassociateBrowserSettingsCommand";
26
- import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "./commands/DisassociateNetworkSettingsCommand";
27
- import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "./commands/DisassociateTrustStoreCommand";
28
- import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "./commands/DisassociateUserSettingsCommand";
29
- import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "./commands/GetBrowserSettingsCommand";
30
- import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "./commands/GetIdentityProviderCommand";
31
- import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "./commands/GetNetworkSettingsCommand";
32
- import { GetPortalCommandInput, GetPortalCommandOutput } from "./commands/GetPortalCommand";
33
- import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "./commands/GetPortalServiceProviderMetadataCommand";
34
- import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "./commands/GetTrustStoreCertificateCommand";
35
- import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "./commands/GetTrustStoreCommand";
36
- import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "./commands/GetUserSettingsCommand";
37
- import { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "./commands/ListBrowserSettingsCommand";
38
- import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
39
- import { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "./commands/ListNetworkSettingsCommand";
40
- import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
41
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
42
- import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "./commands/ListTrustStoreCertificatesCommand";
43
- import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "./commands/ListTrustStoresCommand";
44
- import { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "./commands/ListUserSettingsCommand";
45
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
46
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
47
- import { UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput } from "./commands/UpdateBrowserSettingsCommand";
48
- import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
49
- import { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "./commands/UpdateNetworkSettingsCommand";
50
- import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
51
- import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "./commands/UpdateTrustStoreCommand";
52
- import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
53
- export declare type ServiceInputTypes = AssociateBrowserSettingsCommandInput | AssociateNetworkSettingsCommandInput | AssociateTrustStoreCommandInput | AssociateUserSettingsCommandInput | CreateBrowserSettingsCommandInput | CreateIdentityProviderCommandInput | CreateNetworkSettingsCommandInput | CreatePortalCommandInput | CreateTrustStoreCommandInput | CreateUserSettingsCommandInput | DeleteBrowserSettingsCommandInput | DeleteIdentityProviderCommandInput | DeleteNetworkSettingsCommandInput | DeletePortalCommandInput | DeleteTrustStoreCommandInput | DeleteUserSettingsCommandInput | DisassociateBrowserSettingsCommandInput | DisassociateNetworkSettingsCommandInput | DisassociateTrustStoreCommandInput | DisassociateUserSettingsCommandInput | GetBrowserSettingsCommandInput | GetIdentityProviderCommandInput | GetNetworkSettingsCommandInput | GetPortalCommandInput | GetPortalServiceProviderMetadataCommandInput | GetTrustStoreCertificateCommandInput | GetTrustStoreCommandInput | GetUserSettingsCommandInput | ListBrowserSettingsCommandInput | ListIdentityProvidersCommandInput | ListNetworkSettingsCommandInput | ListPortalsCommandInput | ListTagsForResourceCommandInput | ListTrustStoreCertificatesCommandInput | ListTrustStoresCommandInput | ListUserSettingsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBrowserSettingsCommandInput | UpdateIdentityProviderCommandInput | UpdateNetworkSettingsCommandInput | UpdatePortalCommandInput | UpdateTrustStoreCommandInput | UpdateUserSettingsCommandInput;
54
- export declare type ServiceOutputTypes = AssociateBrowserSettingsCommandOutput | AssociateNetworkSettingsCommandOutput | AssociateTrustStoreCommandOutput | AssociateUserSettingsCommandOutput | CreateBrowserSettingsCommandOutput | CreateIdentityProviderCommandOutput | CreateNetworkSettingsCommandOutput | CreatePortalCommandOutput | CreateTrustStoreCommandOutput | CreateUserSettingsCommandOutput | DeleteBrowserSettingsCommandOutput | DeleteIdentityProviderCommandOutput | DeleteNetworkSettingsCommandOutput | DeletePortalCommandOutput | DeleteTrustStoreCommandOutput | DeleteUserSettingsCommandOutput | DisassociateBrowserSettingsCommandOutput | DisassociateNetworkSettingsCommandOutput | DisassociateTrustStoreCommandOutput | DisassociateUserSettingsCommandOutput | GetBrowserSettingsCommandOutput | GetIdentityProviderCommandOutput | GetNetworkSettingsCommandOutput | GetPortalCommandOutput | GetPortalServiceProviderMetadataCommandOutput | GetTrustStoreCertificateCommandOutput | GetTrustStoreCommandOutput | GetUserSettingsCommandOutput | ListBrowserSettingsCommandOutput | ListIdentityProvidersCommandOutput | ListNetworkSettingsCommandOutput | ListPortalsCommandOutput | ListTagsForResourceCommandOutput | ListTrustStoreCertificatesCommandOutput | ListTrustStoresCommandOutput | ListUserSettingsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBrowserSettingsCommandOutput | UpdateIdentityProviderCommandOutput | UpdateNetworkSettingsCommandOutput | UpdatePortalCommandOutput | UpdateTrustStoreCommandOutput | UpdateUserSettingsCommandOutput;
55
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
56
-
57
- requestHandler?: __HttpHandler;
58
-
59
- sha256?: __HashConstructor;
60
-
61
- urlParser?: __UrlParser;
62
-
63
- bodyLengthChecker?: __BodyLengthCalculator;
64
-
65
- streamCollector?: __StreamCollector;
66
-
67
- base64Decoder?: __Decoder;
68
-
69
- base64Encoder?: __Encoder;
70
-
71
- utf8Decoder?: __Decoder;
72
-
73
- utf8Encoder?: __Encoder;
74
-
75
- runtime?: string;
76
-
77
- disableHostPrefix?: boolean;
78
-
79
- maxAttempts?: number | __Provider<number>;
80
-
81
- retryMode?: string | __Provider<string>;
82
-
83
- logger?: __Logger;
84
-
85
- useDualstackEndpoint?: boolean | __Provider<boolean>;
86
-
87
- useFipsEndpoint?: boolean | __Provider<boolean>;
88
-
89
- serviceId?: string;
90
-
91
- region?: string | __Provider<string>;
92
-
93
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
94
-
95
- regionInfoProvider?: RegionInfoProvider;
96
-
97
- defaultUserAgentProvider?: Provider<__UserAgent>;
98
-
99
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
100
- }
101
- declare type WorkSpacesWebClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
102
-
103
- export interface WorkSpacesWebClientConfig extends WorkSpacesWebClientConfigType {
104
- }
105
- declare type WorkSpacesWebClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
106
-
107
- export interface WorkSpacesWebClientResolvedConfig extends WorkSpacesWebClientResolvedConfigType {
108
- }
109
-
110
- export declare class WorkSpacesWebClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig> {
111
-
112
- readonly config: WorkSpacesWebClientResolvedConfig;
113
- constructor(configuration: WorkSpacesWebClientConfig);
114
-
115
- destroy(): void;
116
- }
117
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AssociateBrowserSettingsCommandInput,
47
+ AssociateBrowserSettingsCommandOutput,
48
+ } from "./commands/AssociateBrowserSettingsCommand";
49
+ import {
50
+ AssociateNetworkSettingsCommandInput,
51
+ AssociateNetworkSettingsCommandOutput,
52
+ } from "./commands/AssociateNetworkSettingsCommand";
53
+ import {
54
+ AssociateTrustStoreCommandInput,
55
+ AssociateTrustStoreCommandOutput,
56
+ } from "./commands/AssociateTrustStoreCommand";
57
+ import {
58
+ AssociateUserSettingsCommandInput,
59
+ AssociateUserSettingsCommandOutput,
60
+ } from "./commands/AssociateUserSettingsCommand";
61
+ import {
62
+ CreateBrowserSettingsCommandInput,
63
+ CreateBrowserSettingsCommandOutput,
64
+ } from "./commands/CreateBrowserSettingsCommand";
65
+ import {
66
+ CreateIdentityProviderCommandInput,
67
+ CreateIdentityProviderCommandOutput,
68
+ } from "./commands/CreateIdentityProviderCommand";
69
+ import {
70
+ CreateNetworkSettingsCommandInput,
71
+ CreateNetworkSettingsCommandOutput,
72
+ } from "./commands/CreateNetworkSettingsCommand";
73
+ import {
74
+ CreatePortalCommandInput,
75
+ CreatePortalCommandOutput,
76
+ } from "./commands/CreatePortalCommand";
77
+ import {
78
+ CreateTrustStoreCommandInput,
79
+ CreateTrustStoreCommandOutput,
80
+ } from "./commands/CreateTrustStoreCommand";
81
+ import {
82
+ CreateUserSettingsCommandInput,
83
+ CreateUserSettingsCommandOutput,
84
+ } from "./commands/CreateUserSettingsCommand";
85
+ import {
86
+ DeleteBrowserSettingsCommandInput,
87
+ DeleteBrowserSettingsCommandOutput,
88
+ } from "./commands/DeleteBrowserSettingsCommand";
89
+ import {
90
+ DeleteIdentityProviderCommandInput,
91
+ DeleteIdentityProviderCommandOutput,
92
+ } from "./commands/DeleteIdentityProviderCommand";
93
+ import {
94
+ DeleteNetworkSettingsCommandInput,
95
+ DeleteNetworkSettingsCommandOutput,
96
+ } from "./commands/DeleteNetworkSettingsCommand";
97
+ import {
98
+ DeletePortalCommandInput,
99
+ DeletePortalCommandOutput,
100
+ } from "./commands/DeletePortalCommand";
101
+ import {
102
+ DeleteTrustStoreCommandInput,
103
+ DeleteTrustStoreCommandOutput,
104
+ } from "./commands/DeleteTrustStoreCommand";
105
+ import {
106
+ DeleteUserSettingsCommandInput,
107
+ DeleteUserSettingsCommandOutput,
108
+ } from "./commands/DeleteUserSettingsCommand";
109
+ import {
110
+ DisassociateBrowserSettingsCommandInput,
111
+ DisassociateBrowserSettingsCommandOutput,
112
+ } from "./commands/DisassociateBrowserSettingsCommand";
113
+ import {
114
+ DisassociateNetworkSettingsCommandInput,
115
+ DisassociateNetworkSettingsCommandOutput,
116
+ } from "./commands/DisassociateNetworkSettingsCommand";
117
+ import {
118
+ DisassociateTrustStoreCommandInput,
119
+ DisassociateTrustStoreCommandOutput,
120
+ } from "./commands/DisassociateTrustStoreCommand";
121
+ import {
122
+ DisassociateUserSettingsCommandInput,
123
+ DisassociateUserSettingsCommandOutput,
124
+ } from "./commands/DisassociateUserSettingsCommand";
125
+ import {
126
+ GetBrowserSettingsCommandInput,
127
+ GetBrowserSettingsCommandOutput,
128
+ } from "./commands/GetBrowserSettingsCommand";
129
+ import {
130
+ GetIdentityProviderCommandInput,
131
+ GetIdentityProviderCommandOutput,
132
+ } from "./commands/GetIdentityProviderCommand";
133
+ import {
134
+ GetNetworkSettingsCommandInput,
135
+ GetNetworkSettingsCommandOutput,
136
+ } from "./commands/GetNetworkSettingsCommand";
137
+ import {
138
+ GetPortalCommandInput,
139
+ GetPortalCommandOutput,
140
+ } from "./commands/GetPortalCommand";
141
+ import {
142
+ GetPortalServiceProviderMetadataCommandInput,
143
+ GetPortalServiceProviderMetadataCommandOutput,
144
+ } from "./commands/GetPortalServiceProviderMetadataCommand";
145
+ import {
146
+ GetTrustStoreCertificateCommandInput,
147
+ GetTrustStoreCertificateCommandOutput,
148
+ } from "./commands/GetTrustStoreCertificateCommand";
149
+ import {
150
+ GetTrustStoreCommandInput,
151
+ GetTrustStoreCommandOutput,
152
+ } from "./commands/GetTrustStoreCommand";
153
+ import {
154
+ GetUserSettingsCommandInput,
155
+ GetUserSettingsCommandOutput,
156
+ } from "./commands/GetUserSettingsCommand";
157
+ import {
158
+ ListBrowserSettingsCommandInput,
159
+ ListBrowserSettingsCommandOutput,
160
+ } from "./commands/ListBrowserSettingsCommand";
161
+ import {
162
+ ListIdentityProvidersCommandInput,
163
+ ListIdentityProvidersCommandOutput,
164
+ } from "./commands/ListIdentityProvidersCommand";
165
+ import {
166
+ ListNetworkSettingsCommandInput,
167
+ ListNetworkSettingsCommandOutput,
168
+ } from "./commands/ListNetworkSettingsCommand";
169
+ import {
170
+ ListPortalsCommandInput,
171
+ ListPortalsCommandOutput,
172
+ } from "./commands/ListPortalsCommand";
173
+ import {
174
+ ListTagsForResourceCommandInput,
175
+ ListTagsForResourceCommandOutput,
176
+ } from "./commands/ListTagsForResourceCommand";
177
+ import {
178
+ ListTrustStoreCertificatesCommandInput,
179
+ ListTrustStoreCertificatesCommandOutput,
180
+ } from "./commands/ListTrustStoreCertificatesCommand";
181
+ import {
182
+ ListTrustStoresCommandInput,
183
+ ListTrustStoresCommandOutput,
184
+ } from "./commands/ListTrustStoresCommand";
185
+ import {
186
+ ListUserSettingsCommandInput,
187
+ ListUserSettingsCommandOutput,
188
+ } from "./commands/ListUserSettingsCommand";
189
+ import {
190
+ TagResourceCommandInput,
191
+ TagResourceCommandOutput,
192
+ } from "./commands/TagResourceCommand";
193
+ import {
194
+ UntagResourceCommandInput,
195
+ UntagResourceCommandOutput,
196
+ } from "./commands/UntagResourceCommand";
197
+ import {
198
+ UpdateBrowserSettingsCommandInput,
199
+ UpdateBrowserSettingsCommandOutput,
200
+ } from "./commands/UpdateBrowserSettingsCommand";
201
+ import {
202
+ UpdateIdentityProviderCommandInput,
203
+ UpdateIdentityProviderCommandOutput,
204
+ } from "./commands/UpdateIdentityProviderCommand";
205
+ import {
206
+ UpdateNetworkSettingsCommandInput,
207
+ UpdateNetworkSettingsCommandOutput,
208
+ } from "./commands/UpdateNetworkSettingsCommand";
209
+ import {
210
+ UpdatePortalCommandInput,
211
+ UpdatePortalCommandOutput,
212
+ } from "./commands/UpdatePortalCommand";
213
+ import {
214
+ UpdateTrustStoreCommandInput,
215
+ UpdateTrustStoreCommandOutput,
216
+ } from "./commands/UpdateTrustStoreCommand";
217
+ import {
218
+ UpdateUserSettingsCommandInput,
219
+ UpdateUserSettingsCommandOutput,
220
+ } from "./commands/UpdateUserSettingsCommand";
221
+ export declare type ServiceInputTypes =
222
+ | AssociateBrowserSettingsCommandInput
223
+ | AssociateNetworkSettingsCommandInput
224
+ | AssociateTrustStoreCommandInput
225
+ | AssociateUserSettingsCommandInput
226
+ | CreateBrowserSettingsCommandInput
227
+ | CreateIdentityProviderCommandInput
228
+ | CreateNetworkSettingsCommandInput
229
+ | CreatePortalCommandInput
230
+ | CreateTrustStoreCommandInput
231
+ | CreateUserSettingsCommandInput
232
+ | DeleteBrowserSettingsCommandInput
233
+ | DeleteIdentityProviderCommandInput
234
+ | DeleteNetworkSettingsCommandInput
235
+ | DeletePortalCommandInput
236
+ | DeleteTrustStoreCommandInput
237
+ | DeleteUserSettingsCommandInput
238
+ | DisassociateBrowserSettingsCommandInput
239
+ | DisassociateNetworkSettingsCommandInput
240
+ | DisassociateTrustStoreCommandInput
241
+ | DisassociateUserSettingsCommandInput
242
+ | GetBrowserSettingsCommandInput
243
+ | GetIdentityProviderCommandInput
244
+ | GetNetworkSettingsCommandInput
245
+ | GetPortalCommandInput
246
+ | GetPortalServiceProviderMetadataCommandInput
247
+ | GetTrustStoreCertificateCommandInput
248
+ | GetTrustStoreCommandInput
249
+ | GetUserSettingsCommandInput
250
+ | ListBrowserSettingsCommandInput
251
+ | ListIdentityProvidersCommandInput
252
+ | ListNetworkSettingsCommandInput
253
+ | ListPortalsCommandInput
254
+ | ListTagsForResourceCommandInput
255
+ | ListTrustStoreCertificatesCommandInput
256
+ | ListTrustStoresCommandInput
257
+ | ListUserSettingsCommandInput
258
+ | TagResourceCommandInput
259
+ | UntagResourceCommandInput
260
+ | UpdateBrowserSettingsCommandInput
261
+ | UpdateIdentityProviderCommandInput
262
+ | UpdateNetworkSettingsCommandInput
263
+ | UpdatePortalCommandInput
264
+ | UpdateTrustStoreCommandInput
265
+ | UpdateUserSettingsCommandInput;
266
+ export declare type ServiceOutputTypes =
267
+ | AssociateBrowserSettingsCommandOutput
268
+ | AssociateNetworkSettingsCommandOutput
269
+ | AssociateTrustStoreCommandOutput
270
+ | AssociateUserSettingsCommandOutput
271
+ | CreateBrowserSettingsCommandOutput
272
+ | CreateIdentityProviderCommandOutput
273
+ | CreateNetworkSettingsCommandOutput
274
+ | CreatePortalCommandOutput
275
+ | CreateTrustStoreCommandOutput
276
+ | CreateUserSettingsCommandOutput
277
+ | DeleteBrowserSettingsCommandOutput
278
+ | DeleteIdentityProviderCommandOutput
279
+ | DeleteNetworkSettingsCommandOutput
280
+ | DeletePortalCommandOutput
281
+ | DeleteTrustStoreCommandOutput
282
+ | DeleteUserSettingsCommandOutput
283
+ | DisassociateBrowserSettingsCommandOutput
284
+ | DisassociateNetworkSettingsCommandOutput
285
+ | DisassociateTrustStoreCommandOutput
286
+ | DisassociateUserSettingsCommandOutput
287
+ | GetBrowserSettingsCommandOutput
288
+ | GetIdentityProviderCommandOutput
289
+ | GetNetworkSettingsCommandOutput
290
+ | GetPortalCommandOutput
291
+ | GetPortalServiceProviderMetadataCommandOutput
292
+ | GetTrustStoreCertificateCommandOutput
293
+ | GetTrustStoreCommandOutput
294
+ | GetUserSettingsCommandOutput
295
+ | ListBrowserSettingsCommandOutput
296
+ | ListIdentityProvidersCommandOutput
297
+ | ListNetworkSettingsCommandOutput
298
+ | ListPortalsCommandOutput
299
+ | ListTagsForResourceCommandOutput
300
+ | ListTrustStoreCertificatesCommandOutput
301
+ | ListTrustStoresCommandOutput
302
+ | ListUserSettingsCommandOutput
303
+ | TagResourceCommandOutput
304
+ | UntagResourceCommandOutput
305
+ | UpdateBrowserSettingsCommandOutput
306
+ | UpdateIdentityProviderCommandOutput
307
+ | UpdateNetworkSettingsCommandOutput
308
+ | UpdatePortalCommandOutput
309
+ | UpdateTrustStoreCommandOutput
310
+ | UpdateUserSettingsCommandOutput;
311
+ export interface ClientDefaults
312
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
313
+ requestHandler?: __HttpHandler;
314
+
315
+ sha256?: __HashConstructor;
316
+
317
+ urlParser?: __UrlParser;
318
+
319
+ bodyLengthChecker?: __BodyLengthCalculator;
320
+
321
+ streamCollector?: __StreamCollector;
322
+
323
+ base64Decoder?: __Decoder;
324
+
325
+ base64Encoder?: __Encoder;
326
+
327
+ utf8Decoder?: __Decoder;
328
+
329
+ utf8Encoder?: __Encoder;
330
+
331
+ runtime?: string;
332
+
333
+ disableHostPrefix?: boolean;
334
+
335
+ maxAttempts?: number | __Provider<number>;
336
+
337
+ retryMode?: string | __Provider<string>;
338
+
339
+ logger?: __Logger;
340
+
341
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
342
+
343
+ useFipsEndpoint?: boolean | __Provider<boolean>;
344
+
345
+ serviceId?: string;
346
+
347
+ region?: string | __Provider<string>;
348
+
349
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
350
+
351
+ regionInfoProvider?: RegionInfoProvider;
352
+
353
+ defaultUserAgentProvider?: Provider<__UserAgent>;
354
+
355
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
356
+ }
357
+ declare type WorkSpacesWebClientConfigType = Partial<
358
+ __SmithyConfiguration<__HttpHandlerOptions>
359
+ > &
360
+ ClientDefaults &
361
+ RegionInputConfig &
362
+ EndpointsInputConfig &
363
+ RetryInputConfig &
364
+ HostHeaderInputConfig &
365
+ AwsAuthInputConfig &
366
+ UserAgentInputConfig;
367
+
368
+ export interface WorkSpacesWebClientConfig
369
+ extends WorkSpacesWebClientConfigType {}
370
+ declare type WorkSpacesWebClientResolvedConfigType =
371
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
372
+ Required<ClientDefaults> &
373
+ RegionResolvedConfig &
374
+ EndpointsResolvedConfig &
375
+ RetryResolvedConfig &
376
+ HostHeaderResolvedConfig &
377
+ AwsAuthResolvedConfig &
378
+ UserAgentResolvedConfig;
379
+
380
+ export interface WorkSpacesWebClientResolvedConfig
381
+ extends WorkSpacesWebClientResolvedConfigType {}
382
+
383
+ export declare class WorkSpacesWebClient extends __Client<
384
+ __HttpHandlerOptions,
385
+ ServiceInputTypes,
386
+ ServiceOutputTypes,
387
+ WorkSpacesWebClientResolvedConfig
388
+ > {
389
+ readonly config: WorkSpacesWebClientResolvedConfig;
390
+ constructor(configuration: WorkSpacesWebClientConfig);
391
+
392
+ destroy(): void;
393
+ }
394
+ export {};
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AssociateBrowserSettingsRequest, AssociateBrowserSettingsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
- export interface AssociateBrowserSettingsCommandInput extends AssociateBrowserSettingsRequest {
6
- }
7
- export interface AssociateBrowserSettingsCommandOutput extends AssociateBrowserSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateBrowserSettingsCommand extends $Command<AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
- readonly input: AssociateBrowserSettingsCommandInput;
12
- constructor(input: AssociateBrowserSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AssociateBrowserSettingsRequest,
10
+ AssociateBrowserSettingsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesWebClientResolvedConfig,
16
+ } from "../WorkSpacesWebClient";
17
+ export interface AssociateBrowserSettingsCommandInput
18
+ extends AssociateBrowserSettingsRequest {}
19
+ export interface AssociateBrowserSettingsCommandOutput
20
+ extends AssociateBrowserSettingsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AssociateBrowserSettingsCommand extends $Command<
24
+ AssociateBrowserSettingsCommandInput,
25
+ AssociateBrowserSettingsCommandOutput,
26
+ WorkSpacesWebClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateBrowserSettingsCommandInput;
29
+ constructor(input: AssociateBrowserSettingsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesWebClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AssociateBrowserSettingsCommandInput,
37
+ AssociateBrowserSettingsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AssociateNetworkSettingsRequest, AssociateNetworkSettingsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
- export interface AssociateNetworkSettingsCommandInput extends AssociateNetworkSettingsRequest {
6
- }
7
- export interface AssociateNetworkSettingsCommandOutput extends AssociateNetworkSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateNetworkSettingsCommand extends $Command<AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
- readonly input: AssociateNetworkSettingsCommandInput;
12
- constructor(input: AssociateNetworkSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AssociateNetworkSettingsRequest,
10
+ AssociateNetworkSettingsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesWebClientResolvedConfig,
16
+ } from "../WorkSpacesWebClient";
17
+ export interface AssociateNetworkSettingsCommandInput
18
+ extends AssociateNetworkSettingsRequest {}
19
+ export interface AssociateNetworkSettingsCommandOutput
20
+ extends AssociateNetworkSettingsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AssociateNetworkSettingsCommand extends $Command<
24
+ AssociateNetworkSettingsCommandInput,
25
+ AssociateNetworkSettingsCommandOutput,
26
+ WorkSpacesWebClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateNetworkSettingsCommandInput;
29
+ constructor(input: AssociateNetworkSettingsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesWebClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AssociateNetworkSettingsCommandInput,
37
+ AssociateNetworkSettingsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }