@aws-sdk/client-workspaces-web 3.533.0 → 3.540.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 (127) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/WorkSpacesWeb.d.ts +9 -1
  6. package/dist-types/WorkSpacesWebClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +2 -1
  9. package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +2 -1
  10. package/dist-types/commands/AssociateTrustStoreCommand.d.ts +2 -1
  11. package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +2 -1
  12. package/dist-types/commands/AssociateUserSettingsCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +2 -1
  17. package/dist-types/commands/CreatePortalCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateTrustStoreCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateUserSettingsCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +2 -1
  25. package/dist-types/commands/DeletePortalCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteUserSettingsCommand.d.ts +2 -1
  29. package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +2 -1
  30. package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +2 -1
  31. package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +2 -1
  32. package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +2 -1
  33. package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +2 -1
  34. package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +2 -1
  35. package/dist-types/commands/GetBrowserSettingsCommand.d.ts +2 -1
  36. package/dist-types/commands/GetIdentityProviderCommand.d.ts +2 -1
  37. package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +2 -1
  38. package/dist-types/commands/GetNetworkSettingsCommand.d.ts +2 -1
  39. package/dist-types/commands/GetPortalCommand.d.ts +2 -1
  40. package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +2 -1
  41. package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +2 -1
  42. package/dist-types/commands/GetTrustStoreCommand.d.ts +2 -1
  43. package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +2 -1
  44. package/dist-types/commands/GetUserSettingsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListBrowserSettingsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +2 -1
  47. package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListNetworkSettingsCommand.d.ts +2 -1
  49. package/dist-types/commands/ListPortalsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +2 -1
  52. package/dist-types/commands/ListTrustStoresCommand.d.ts +2 -1
  53. package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListUserSettingsCommand.d.ts +2 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  56. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdatePortalCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateTrustStoreCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +2 -1
  64. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +2 -1
  65. package/dist-types/index.d.ts +0 -1
  66. package/dist-types/models/models_0.d.ts +360 -360
  67. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +8 -0
  68. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/index.d.ts +0 -1
  127. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -3597,9 +3597,6 @@ var paginateListUserAccessLoggingSettings = (0, import_core.createPaginator)(Wor
3597
3597
  // src/pagination/ListUserSettingsPaginator.ts
3598
3598
 
3599
3599
  var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebClient, ListUserSettingsCommand, "nextToken", "nextToken", "maxResults");
3600
-
3601
- // src/index.ts
3602
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
3603
3600
  // Annotate the CommonJS export names for ESM import in node:
3604
3601
 
3605
3602
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./WorkSpacesWeb";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { WorkSpacesWebServiceException } from "./models/WorkSpacesWebServiceException";
@@ -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
  }