@aws-sdk/client-workspaces-web 3.533.0 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/WorkSpacesWeb.d.ts +9 -1
- package/dist-types/WorkSpacesWebClient.d.ts +1 -1
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreatePortalCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeletePortalCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +2 -1
- package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetPortalCommand.d.ts +2 -1
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListPortalsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/ListTrustStoresCommand.d.ts +2 -1
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePortalCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +360 -360
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +8 -0
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -122,6 +122,7 @@ export interface WorkSpacesWeb {
|
|
|
122
122
|
/**
|
|
123
123
|
* @see {@link CreatePortalCommand}
|
|
124
124
|
*/
|
|
125
|
+
createPortal(): Promise<CreatePortalCommandOutput>;
|
|
125
126
|
createPortal(args: CreatePortalCommandInput, options?: __HttpHandlerOptions): Promise<CreatePortalCommandOutput>;
|
|
126
127
|
createPortal(args: CreatePortalCommandInput, cb: (err: any, data?: CreatePortalCommandOutput) => void): void;
|
|
127
128
|
createPortal(args: CreatePortalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePortalCommandOutput) => void): void;
|
|
@@ -290,6 +291,7 @@ export interface WorkSpacesWeb {
|
|
|
290
291
|
/**
|
|
291
292
|
* @see {@link ListBrowserSettingsCommand}
|
|
292
293
|
*/
|
|
294
|
+
listBrowserSettings(): Promise<ListBrowserSettingsCommandOutput>;
|
|
293
295
|
listBrowserSettings(args: ListBrowserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ListBrowserSettingsCommandOutput>;
|
|
294
296
|
listBrowserSettings(args: ListBrowserSettingsCommandInput, cb: (err: any, data?: ListBrowserSettingsCommandOutput) => void): void;
|
|
295
297
|
listBrowserSettings(args: ListBrowserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBrowserSettingsCommandOutput) => void): void;
|
|
@@ -302,18 +304,21 @@ export interface WorkSpacesWeb {
|
|
|
302
304
|
/**
|
|
303
305
|
* @see {@link ListIpAccessSettingsCommand}
|
|
304
306
|
*/
|
|
307
|
+
listIpAccessSettings(): Promise<ListIpAccessSettingsCommandOutput>;
|
|
305
308
|
listIpAccessSettings(args: ListIpAccessSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ListIpAccessSettingsCommandOutput>;
|
|
306
309
|
listIpAccessSettings(args: ListIpAccessSettingsCommandInput, cb: (err: any, data?: ListIpAccessSettingsCommandOutput) => void): void;
|
|
307
310
|
listIpAccessSettings(args: ListIpAccessSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIpAccessSettingsCommandOutput) => void): void;
|
|
308
311
|
/**
|
|
309
312
|
* @see {@link ListNetworkSettingsCommand}
|
|
310
313
|
*/
|
|
314
|
+
listNetworkSettings(): Promise<ListNetworkSettingsCommandOutput>;
|
|
311
315
|
listNetworkSettings(args: ListNetworkSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ListNetworkSettingsCommandOutput>;
|
|
312
316
|
listNetworkSettings(args: ListNetworkSettingsCommandInput, cb: (err: any, data?: ListNetworkSettingsCommandOutput) => void): void;
|
|
313
317
|
listNetworkSettings(args: ListNetworkSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNetworkSettingsCommandOutput) => void): void;
|
|
314
318
|
/**
|
|
315
319
|
* @see {@link ListPortalsCommand}
|
|
316
320
|
*/
|
|
321
|
+
listPortals(): Promise<ListPortalsCommandOutput>;
|
|
317
322
|
listPortals(args: ListPortalsCommandInput, options?: __HttpHandlerOptions): Promise<ListPortalsCommandOutput>;
|
|
318
323
|
listPortals(args: ListPortalsCommandInput, cb: (err: any, data?: ListPortalsCommandOutput) => void): void;
|
|
319
324
|
listPortals(args: ListPortalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPortalsCommandOutput) => void): void;
|
|
@@ -332,18 +337,21 @@ export interface WorkSpacesWeb {
|
|
|
332
337
|
/**
|
|
333
338
|
* @see {@link ListTrustStoresCommand}
|
|
334
339
|
*/
|
|
340
|
+
listTrustStores(): Promise<ListTrustStoresCommandOutput>;
|
|
335
341
|
listTrustStores(args: ListTrustStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListTrustStoresCommandOutput>;
|
|
336
342
|
listTrustStores(args: ListTrustStoresCommandInput, cb: (err: any, data?: ListTrustStoresCommandOutput) => void): void;
|
|
337
343
|
listTrustStores(args: ListTrustStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrustStoresCommandOutput) => void): void;
|
|
338
344
|
/**
|
|
339
345
|
* @see {@link ListUserAccessLoggingSettingsCommand}
|
|
340
346
|
*/
|
|
347
|
+
listUserAccessLoggingSettings(): Promise<ListUserAccessLoggingSettingsCommandOutput>;
|
|
341
348
|
listUserAccessLoggingSettings(args: ListUserAccessLoggingSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserAccessLoggingSettingsCommandOutput>;
|
|
342
349
|
listUserAccessLoggingSettings(args: ListUserAccessLoggingSettingsCommandInput, cb: (err: any, data?: ListUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
343
350
|
listUserAccessLoggingSettings(args: ListUserAccessLoggingSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserAccessLoggingSettingsCommandOutput) => void): void;
|
|
344
351
|
/**
|
|
345
352
|
* @see {@link ListUserSettingsCommand}
|
|
346
353
|
*/
|
|
354
|
+
listUserSettings(): Promise<ListUserSettingsCommandOutput>;
|
|
347
355
|
listUserSettings(args: ListUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserSettingsCommandOutput>;
|
|
348
356
|
listUserSettings(args: ListUserSettingsCommandInput, cb: (err: any, data?: ListUserSettingsCommandOutput) => void): void;
|
|
349
357
|
listUserSettings(args: ListUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserSettingsCommandOutput) => void): void;
|
|
@@ -409,13 +417,13 @@ export interface WorkSpacesWeb {
|
|
|
409
417
|
updateUserSettings(args: UpdateUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void): void;
|
|
410
418
|
}
|
|
411
419
|
/**
|
|
412
|
-
* @public
|
|
413
420
|
* <p>WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate
|
|
414
421
|
* secure, web-based workloads. WorkSpaces Web makes it easy for customers to safely provide
|
|
415
422
|
* their employees with access to internal websites and SaaS web applications without the
|
|
416
423
|
* administrative burden of appliances or specialized client software. WorkSpaces Web provides
|
|
417
424
|
* simple policy tools tailored for user interactions, while offloading common tasks like
|
|
418
425
|
* capacity management, scaling, and maintaining browser images.</p>
|
|
426
|
+
* @public
|
|
419
427
|
*/
|
|
420
428
|
export declare class WorkSpacesWeb extends WorkSpacesWebClient implements WorkSpacesWeb {
|
|
421
429
|
}
|
|
@@ -209,13 +209,13 @@ export type WorkSpacesWebClientResolvedConfigType = __SmithyResolvedConfiguratio
|
|
|
209
209
|
export interface WorkSpacesWebClientResolvedConfig extends WorkSpacesWebClientResolvedConfigType {
|
|
210
210
|
}
|
|
211
211
|
/**
|
|
212
|
-
* @public
|
|
213
212
|
* <p>WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate
|
|
214
213
|
* secure, web-based workloads. WorkSpaces Web makes it easy for customers to safely provide
|
|
215
214
|
* their employees with access to internal websites and SaaS web applications without the
|
|
216
215
|
* administrative burden of appliances or specialized client software. WorkSpaces Web provides
|
|
217
216
|
* simple policy tools tailored for user interactions, while offloading common tasks like
|
|
218
217
|
* capacity management, scaling, and maintaining browser images.</p>
|
|
218
|
+
* @public
|
|
219
219
|
*/
|
|
220
220
|
export declare class WorkSpacesWebClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig> {
|
|
221
221
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AssociateBrowserSettingsCommandOutput extends AssociateBrowserS
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateBrowserSettingsCommand_base: {
|
|
24
24
|
new (input: AssociateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates a browser settings resource with a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const AssociateBrowserSettingsCommand_base: {
|
|
|
73
73
|
* @throws {@link WorkSpacesWebServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class AssociateBrowserSettingsCommand extends AssociateBrowserSettingsCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface AssociateIpAccessSettingsCommandOutput extends AssociateIpAcces
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateIpAccessSettingsCommand_base: {
|
|
24
24
|
new (input: AssociateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateIpAccessSettingsCommandInput, AssociateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateIpAccessSettingsCommandInput, AssociateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates an IP access settings resource with a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const AssociateIpAccessSettingsCommand_base: {
|
|
|
73
73
|
* @throws {@link WorkSpacesWebServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class AssociateIpAccessSettingsCommand extends AssociateIpAccessSettingsCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface AssociateNetworkSettingsCommandOutput extends AssociateNetworkS
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateNetworkSettingsCommand_base: {
|
|
24
24
|
new (input: AssociateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates a network settings resource with a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const AssociateNetworkSettingsCommand_base: {
|
|
|
73
73
|
* @throws {@link WorkSpacesWebServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class AssociateNetworkSettingsCommand extends AssociateNetworkSettingsCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface AssociateTrustStoreCommandOutput extends AssociateTrustStoreRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateTrustStoreCommand_base: {
|
|
24
24
|
new (input: AssociateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates a trust store with a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const AssociateTrustStoreCommand_base: {
|
|
|
70
70
|
* @throws {@link WorkSpacesWebServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class AssociateTrustStoreCommand extends AssociateTrustStoreCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface AssociateUserAccessLoggingSettingsCommandOutput extends Associa
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateUserAccessLoggingSettingsCommand_base: {
|
|
24
24
|
new (input: AssociateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates a user access logging settings resource with a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const AssociateUserAccessLoggingSettingsCommand_base: {
|
|
|
73
73
|
* @throws {@link WorkSpacesWebServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class AssociateUserAccessLoggingSettingsCommand extends AssociateUserAccessLoggingSettingsCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface AssociateUserSettingsCommandOutput extends AssociateUserSetting
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateUserSettingsCommand_base: {
|
|
24
24
|
new (input: AssociateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates a user settings resource with a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const AssociateUserSettingsCommand_base: {
|
|
|
73
73
|
* @throws {@link WorkSpacesWebServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class AssociateUserSettingsCommand extends AssociateUserSettingsCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateBrowserSettingsCommandOutput extends CreateBrowserSetting
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateBrowserSettingsCommand_base: {
|
|
24
24
|
new (input: CreateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a browser settings resource that can be associated with a web portal. Once
|
|
30
30
|
* associated with a web portal, browser settings control how the browser will behave once a
|
|
31
31
|
* user starts a streaming session for the web portal. </p>
|
|
@@ -87,6 +87,7 @@ declare const CreateBrowserSettingsCommand_base: {
|
|
|
87
87
|
* @throws {@link WorkSpacesWebServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class CreateBrowserSettingsCommand extends CreateBrowserSettingsCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateIdentityProviderCommandOutput extends CreateIdentityProvi
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateIdentityProviderCommand_base: {
|
|
24
24
|
new (input: CreateIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an identity provider resource that is then associated with a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const CreateIdentityProviderCommand_base: {
|
|
|
80
80
|
* @throws {@link WorkSpacesWebServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateIdentityProviderCommand extends CreateIdentityProviderCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateIpAccessSettingsCommandOutput extends CreateIpAccessSetti
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateIpAccessSettingsCommand_base: {
|
|
24
24
|
new (input: CreateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIpAccessSettingsCommandInput, CreateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIpAccessSettingsCommandInput, CreateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an IP access settings resource that can be associated with a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const CreateIpAccessSettingsCommand_base: {
|
|
|
89
89
|
* @throws {@link WorkSpacesWebServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreateIpAccessSettingsCommand extends CreateIpAccessSettingsCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateNetworkSettingsCommandOutput extends CreateNetworkSetting
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateNetworkSettingsCommand_base: {
|
|
24
24
|
new (input: CreateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a network settings resource that can be associated with a web portal. Once
|
|
30
30
|
* associated with a web portal, network settings define how streaming instances will connect
|
|
31
31
|
* with your specified VPC. </p>
|
|
@@ -86,6 +86,7 @@ declare const CreateNetworkSettingsCommand_base: {
|
|
|
86
86
|
* @throws {@link WorkSpacesWebServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class CreateNetworkSettingsCommand extends CreateNetworkSettingsCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreatePortalCommandOutput extends CreatePortalResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreatePortalCommand_base: {
|
|
24
24
|
new (input: CreatePortalCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePortalCommandInput, CreatePortalCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [CreatePortalCommandInput]): import("@smithy/smithy-client").CommandImpl<CreatePortalCommandInput, CreatePortalCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const CreatePortalCommand_base: {
|
|
|
87
87
|
* @throws {@link WorkSpacesWebServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class CreatePortalCommand extends CreatePortalCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateTrustStoreCommandOutput extends CreateTrustStoreResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateTrustStoreCommand_base: {
|
|
24
24
|
new (input: CreateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a trust store that can be associated with a web portal. A trust store contains
|
|
30
30
|
* certificate authority (CA) certificates. Once associated with a web portal, the browser in
|
|
31
31
|
* a streaming session will recognize certificates that have been issued using any of the CAs
|
|
@@ -84,6 +84,7 @@ declare const CreateTrustStoreCommand_base: {
|
|
|
84
84
|
* @throws {@link WorkSpacesWebServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateUserAccessLoggingSettingsCommandOutput extends CreateUser
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateUserAccessLoggingSettingsCommand_base: {
|
|
24
24
|
new (input: CreateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a user access logging settings resource that can be associated with a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const CreateUserAccessLoggingSettingsCommand_base: {
|
|
|
78
78
|
* @throws {@link WorkSpacesWebServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class CreateUserAccessLoggingSettingsCommand extends CreateUserAccessLoggingSettingsCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateUserSettingsCommandOutput extends CreateUserSettingsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateUserSettingsCommand_base: {
|
|
24
24
|
new (input: CreateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a user settings resource that can be associated with a web portal. Once
|
|
30
30
|
* associated with a web portal, user settings control how users can transfer data between a
|
|
31
31
|
* streaming session and the their local devices. </p>
|
|
@@ -106,6 +106,7 @@ declare const CreateUserSettingsCommand_base: {
|
|
|
106
106
|
* @throws {@link WorkSpacesWebServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
108
108
|
*
|
|
109
|
+
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class CreateUserSettingsCommand extends CreateUserSettingsCommand_base {
|
|
111
112
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteBrowserSettingsCommandOutput extends DeleteBrowserSetting
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteBrowserSettingsCommand_base: {
|
|
24
24
|
new (input: DeleteBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes browser settings.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteBrowserSettingsCommand_base: {
|
|
|
66
66
|
* @throws {@link WorkSpacesWebServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteBrowserSettingsCommand extends DeleteBrowserSettingsCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteIdentityProviderCommandOutput extends DeleteIdentityProvi
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteIdentityProviderCommand_base: {
|
|
24
24
|
new (input: DeleteIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the identity provider.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteIdentityProviderCommand_base: {
|
|
|
66
66
|
* @throws {@link WorkSpacesWebServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteIdentityProviderCommand extends DeleteIdentityProviderCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteIpAccessSettingsCommandOutput extends DeleteIpAccessSetti
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteIpAccessSettingsCommand_base: {
|
|
24
24
|
new (input: DeleteIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIpAccessSettingsCommandInput, DeleteIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIpAccessSettingsCommandInput, DeleteIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes IP access settings.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteIpAccessSettingsCommand_base: {
|
|
|
66
66
|
* @throws {@link WorkSpacesWebServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteIpAccessSettingsCommand extends DeleteIpAccessSettingsCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteNetworkSettingsCommandOutput extends DeleteNetworkSetting
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteNetworkSettingsCommand_base: {
|
|
24
24
|
new (input: DeleteNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes network settings.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteNetworkSettingsCommand_base: {
|
|
|
66
66
|
* @throws {@link WorkSpacesWebServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteNetworkSettingsCommand extends DeleteNetworkSettingsCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeletePortalCommandOutput extends DeletePortalResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeletePortalCommand_base: {
|
|
24
24
|
new (input: DeletePortalCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePortalCommandInput, DeletePortalCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeletePortalCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePortalCommandInput, DeletePortalCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeletePortalCommand_base: {
|
|
|
66
66
|
* @throws {@link WorkSpacesWebServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeletePortalCommand extends DeletePortalCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTrustStoreCommand_base: {
|
|
24
24
|
new (input: DeleteTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the trust store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteTrustStoreCommand_base: {
|
|
|
66
66
|
* @throws {@link WorkSpacesWebServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteUserAccessLoggingSettingsCommandOutput extends DeleteUser
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteUserAccessLoggingSettingsCommand_base: {
|
|
24
24
|
new (input: DeleteUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes user access logging settings.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteUserAccessLoggingSettingsCommand_base: {
|
|
|
66
66
|
* @throws {@link WorkSpacesWebServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteUserAccessLoggingSettingsCommand extends DeleteUserAccessLoggingSettingsCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteUserSettingsCommandOutput extends DeleteUserSettingsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteUserSettingsCommand_base: {
|
|
24
24
|
new (input: DeleteUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes user settings.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteUserSettingsCommand_base: {
|
|
|
66
66
|
* @throws {@link WorkSpacesWebServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteUserSettingsCommand extends DeleteUserSettingsCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisassociateBrowserSettingsCommandOutput extends DisassociateBr
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisassociateBrowserSettingsCommand_base: {
|
|
24
24
|
new (input: DisassociateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisassociateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disassociates browser settings from a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DisassociateBrowserSettingsCommand_base: {
|
|
|
66
66
|
* @throws {@link WorkSpacesWebServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DisassociateBrowserSettingsCommand extends DisassociateBrowserSettingsCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisassociateIpAccessSettingsCommandOutput extends DisassociateI
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisassociateIpAccessSettingsCommand_base: {
|
|
24
24
|
new (input: DisassociateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateIpAccessSettingsCommandInput, DisassociateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisassociateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateIpAccessSettingsCommandInput, DisassociateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disassociates IP access settings from a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DisassociateIpAccessSettingsCommand_base: {
|
|
|
66
66
|
* @throws {@link WorkSpacesWebServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DisassociateIpAccessSettingsCommand extends DisassociateIpAccessSettingsCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisassociateNetworkSettingsCommandOutput extends DisassociateNe
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisassociateNetworkSettingsCommand_base: {
|
|
24
24
|
new (input: DisassociateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisassociateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disassociates network settings from a web portal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DisassociateNetworkSettingsCommand_base: {
|
|
|
66
66
|
* @throws {@link WorkSpacesWebServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from WorkSpacesWeb service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DisassociateNetworkSettingsCommand extends DisassociateNetworkSettingsCommand_base {
|
|
71
72
|
}
|