@aws-sdk/client-workspaces-web 3.295.0 → 3.297.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 (65) hide show
  1. package/dist-types/WorkSpacesWeb.d.ts +52 -0
  2. package/dist-types/WorkSpacesWebClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociateTrustStoreCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +16 -0
  7. package/dist-types/commands/AssociateUserSettingsCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +16 -0
  11. package/dist-types/commands/CreatePortalCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateTrustStoreCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateUserSettingsCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +16 -0
  18. package/dist-types/commands/DeletePortalCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteUserSettingsCommand.d.ts +16 -0
  22. package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +16 -0
  23. package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +16 -0
  24. package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +16 -0
  25. package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +16 -0
  26. package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +16 -0
  27. package/dist-types/commands/GetBrowserSettingsCommand.d.ts +16 -0
  28. package/dist-types/commands/GetIdentityProviderCommand.d.ts +16 -0
  29. package/dist-types/commands/GetNetworkSettingsCommand.d.ts +16 -0
  30. package/dist-types/commands/GetPortalCommand.d.ts +16 -0
  31. package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +16 -0
  32. package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +16 -0
  33. package/dist-types/commands/GetTrustStoreCommand.d.ts +16 -0
  34. package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +16 -0
  35. package/dist-types/commands/GetUserSettingsCommand.d.ts +16 -0
  36. package/dist-types/commands/ListBrowserSettingsCommand.d.ts +16 -0
  37. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +16 -0
  38. package/dist-types/commands/ListNetworkSettingsCommand.d.ts +16 -0
  39. package/dist-types/commands/ListPortalsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  41. package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListTrustStoresCommand.d.ts +16 -0
  43. package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListUserSettingsCommand.d.ts +16 -0
  45. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  46. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  47. package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +16 -0
  48. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +16 -0
  49. package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +16 -0
  50. package/dist-types/commands/UpdatePortalCommand.d.ts +16 -0
  51. package/dist-types/commands/UpdateTrustStoreCommand.d.ts +16 -0
  52. package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +16 -0
  53. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +16 -0
  54. package/dist-types/models/WorkSpacesWebServiceException.d.ts +2 -0
  55. package/dist-types/models/models_0.d.ts +353 -0
  56. package/dist-types/pagination/Interfaces.d.ts +3 -0
  57. package/dist-types/pagination/ListBrowserSettingsPaginator.d.ts +3 -0
  58. package/dist-types/pagination/ListIdentityProvidersPaginator.d.ts +3 -0
  59. package/dist-types/pagination/ListNetworkSettingsPaginator.d.ts +3 -0
  60. package/dist-types/pagination/ListPortalsPaginator.d.ts +3 -0
  61. package/dist-types/pagination/ListTrustStoreCertificatesPaginator.d.ts +3 -0
  62. package/dist-types/pagination/ListTrustStoresPaginator.d.ts +3 -0
  63. package/dist-types/pagination/ListUserAccessLoggingSettingsPaginator.d.ts +3 -0
  64. package/dist-types/pagination/ListUserSettingsPaginator.d.ts +3 -0
  65. package/package.json +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeletePortalRequest, DeletePortalResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeletePortalCommand}.
8
10
  */
9
11
  export interface DeletePortalCommandInput extends DeletePortalRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeletePortalCommand}.
13
17
  */
14
18
  export interface DeletePortalCommandOutput extends DeletePortalResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a web portal.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeletePortalCommandOutput extends DeletePortalResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeletePortalCommandInput - {@link DeletePortalCommandInput}
34
+ * @returns {@link DeletePortalCommandOutput}
28
35
  * @see {@link DeletePortalCommandInput} for command's `input` shape.
29
36
  * @see {@link DeletePortalCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeletePortalCommandOutput extends DeletePortalResponse, __Metad
49
56
  export declare class DeletePortalCommand extends $Command<DeletePortalCommandInput, DeletePortalCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: DeletePortalCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeletePortalCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePortalCommandInput, DeletePortalCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteTrustStoreRequest, DeleteTrustStoreResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteTrustStoreCommand}.
8
10
  */
9
11
  export interface DeleteTrustStoreCommandInput extends DeleteTrustStoreRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteTrustStoreCommand}.
13
17
  */
14
18
  export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the trust store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteTrustStoreCommandInput - {@link DeleteTrustStoreCommandInput}
34
+ * @returns {@link DeleteTrustStoreCommandOutput}
28
35
  * @see {@link DeleteTrustStoreCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteTrustStoreCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreResponse,
49
56
  export declare class DeleteTrustStoreCommand extends $Command<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: DeleteTrustStoreCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteTrustStoreCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteUserAccessLoggingSettingsRequest, DeleteUserAccessLoggingSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteUserAccessLoggingSettingsCommand}.
8
10
  */
9
11
  export interface DeleteUserAccessLoggingSettingsCommandInput extends DeleteUserAccessLoggingSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteUserAccessLoggingSettingsCommand}.
13
17
  */
14
18
  export interface DeleteUserAccessLoggingSettingsCommandOutput extends DeleteUserAccessLoggingSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes user access logging settings.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteUserAccessLoggingSettingsCommandOutput extends DeleteUser
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteUserAccessLoggingSettingsCommandInput - {@link DeleteUserAccessLoggingSettingsCommandInput}
34
+ * @returns {@link DeleteUserAccessLoggingSettingsCommandOutput}
28
35
  * @see {@link DeleteUserAccessLoggingSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteUserAccessLoggingSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteUserAccessLoggingSettingsCommandOutput extends DeleteUser
49
56
  export declare class DeleteUserAccessLoggingSettingsCommand extends $Command<DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: DeleteUserAccessLoggingSettingsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteUserAccessLoggingSettingsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteUserSettingsRequest, DeleteUserSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteUserSettingsCommand}.
8
10
  */
9
11
  export interface DeleteUserSettingsCommandInput extends DeleteUserSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteUserSettingsCommand}.
13
17
  */
14
18
  export interface DeleteUserSettingsCommandOutput extends DeleteUserSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes user settings.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteUserSettingsCommandOutput extends DeleteUserSettingsRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteUserSettingsCommandInput - {@link DeleteUserSettingsCommandInput}
34
+ * @returns {@link DeleteUserSettingsCommandOutput}
28
35
  * @see {@link DeleteUserSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteUserSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteUserSettingsCommandOutput extends DeleteUserSettingsRespo
49
56
  export declare class DeleteUserSettingsCommand extends $Command<DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: DeleteUserSettingsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteUserSettingsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DisassociateBrowserSettingsRequest, DisassociateBrowserSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateBrowserSettingsCommand}.
8
10
  */
9
11
  export interface DisassociateBrowserSettingsCommandInput extends DisassociateBrowserSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateBrowserSettingsCommand}.
13
17
  */
14
18
  export interface DisassociateBrowserSettingsCommandOutput extends DisassociateBrowserSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates browser settings from a web portal.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisassociateBrowserSettingsCommandOutput extends DisassociateBr
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateBrowserSettingsCommandInput - {@link DisassociateBrowserSettingsCommandInput}
34
+ * @returns {@link DisassociateBrowserSettingsCommandOutput}
28
35
  * @see {@link DisassociateBrowserSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateBrowserSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DisassociateBrowserSettingsCommandOutput extends DisassociateBr
49
56
  export declare class DisassociateBrowserSettingsCommand extends $Command<DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: DisassociateBrowserSettingsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DisassociateBrowserSettingsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DisassociateNetworkSettingsRequest, DisassociateNetworkSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateNetworkSettingsCommand}.
8
10
  */
9
11
  export interface DisassociateNetworkSettingsCommandInput extends DisassociateNetworkSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateNetworkSettingsCommand}.
13
17
  */
14
18
  export interface DisassociateNetworkSettingsCommandOutput extends DisassociateNetworkSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates network settings from a web portal.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisassociateNetworkSettingsCommandOutput extends DisassociateNe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateNetworkSettingsCommandInput - {@link DisassociateNetworkSettingsCommandInput}
34
+ * @returns {@link DisassociateNetworkSettingsCommandOutput}
28
35
  * @see {@link DisassociateNetworkSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateNetworkSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DisassociateNetworkSettingsCommandOutput extends DisassociateNe
49
56
  export declare class DisassociateNetworkSettingsCommand extends $Command<DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: DisassociateNetworkSettingsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DisassociateNetworkSettingsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DisassociateTrustStoreRequest, DisassociateTrustStoreResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateTrustStoreCommand}.
8
10
  */
9
11
  export interface DisassociateTrustStoreCommandInput extends DisassociateTrustStoreRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateTrustStoreCommand}.
13
17
  */
14
18
  export interface DisassociateTrustStoreCommandOutput extends DisassociateTrustStoreResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates a trust store from a web portal.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisassociateTrustStoreCommandOutput extends DisassociateTrustSt
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateTrustStoreCommandInput - {@link DisassociateTrustStoreCommandInput}
34
+ * @returns {@link DisassociateTrustStoreCommandOutput}
28
35
  * @see {@link DisassociateTrustStoreCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateTrustStoreCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DisassociateTrustStoreCommandOutput extends DisassociateTrustSt
49
56
  export declare class DisassociateTrustStoreCommand extends $Command<DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: DisassociateTrustStoreCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DisassociateTrustStoreCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DisassociateUserAccessLoggingSettingsRequest, DisassociateUserAccessLoggingSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateUserAccessLoggingSettingsCommand}.
8
10
  */
9
11
  export interface DisassociateUserAccessLoggingSettingsCommandInput extends DisassociateUserAccessLoggingSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateUserAccessLoggingSettingsCommand}.
13
17
  */
14
18
  export interface DisassociateUserAccessLoggingSettingsCommandOutput extends DisassociateUserAccessLoggingSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates user access logging settings from a web portal.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisassociateUserAccessLoggingSettingsCommandOutput extends Disa
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateUserAccessLoggingSettingsCommandInput - {@link DisassociateUserAccessLoggingSettingsCommandInput}
34
+ * @returns {@link DisassociateUserAccessLoggingSettingsCommandOutput}
28
35
  * @see {@link DisassociateUserAccessLoggingSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateUserAccessLoggingSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DisassociateUserAccessLoggingSettingsCommandOutput extends Disa
49
56
  export declare class DisassociateUserAccessLoggingSettingsCommand extends $Command<DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: DisassociateUserAccessLoggingSettingsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DisassociateUserAccessLoggingSettingsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DisassociateUserSettingsRequest, DisassociateUserSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateUserSettingsCommand}.
8
10
  */
9
11
  export interface DisassociateUserSettingsCommandInput extends DisassociateUserSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateUserSettingsCommand}.
13
17
  */
14
18
  export interface DisassociateUserSettingsCommandOutput extends DisassociateUserSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates user settings from a web portal.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisassociateUserSettingsCommandOutput extends DisassociateUserS
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateUserSettingsCommandInput - {@link DisassociateUserSettingsCommandInput}
34
+ * @returns {@link DisassociateUserSettingsCommandOutput}
28
35
  * @see {@link DisassociateUserSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateUserSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DisassociateUserSettingsCommandOutput extends DisassociateUserS
49
56
  export declare class DisassociateUserSettingsCommand extends $Command<DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: DisassociateUserSettingsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DisassociateUserSettingsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetBrowserSettingsRequest, GetBrowserSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBrowserSettingsCommand}.
8
10
  */
9
11
  export interface GetBrowserSettingsCommandInput extends GetBrowserSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBrowserSettingsCommand}.
13
17
  */
14
18
  export interface GetBrowserSettingsCommandOutput extends GetBrowserSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets browser settings.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetBrowserSettingsCommandOutput extends GetBrowserSettingsRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBrowserSettingsCommandInput - {@link GetBrowserSettingsCommandInput}
34
+ * @returns {@link GetBrowserSettingsCommandOutput}
28
35
  * @see {@link GetBrowserSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBrowserSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetBrowserSettingsCommandOutput extends GetBrowserSettingsRespo
49
56
  export declare class GetBrowserSettingsCommand extends $Command<GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: GetBrowserSettingsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetBrowserSettingsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetIdentityProviderRequest, GetIdentityProviderResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetIdentityProviderCommand}.
8
10
  */
9
11
  export interface GetIdentityProviderCommandInput extends GetIdentityProviderRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetIdentityProviderCommand}.
13
17
  */
14
18
  export interface GetIdentityProviderCommandOutput extends GetIdentityProviderResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the identity provider.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetIdentityProviderCommandOutput extends GetIdentityProviderRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetIdentityProviderCommandInput - {@link GetIdentityProviderCommandInput}
34
+ * @returns {@link GetIdentityProviderCommandOutput}
28
35
  * @see {@link GetIdentityProviderCommandInput} for command's `input` shape.
29
36
  * @see {@link GetIdentityProviderCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetIdentityProviderCommandOutput extends GetIdentityProviderRes
49
56
  export declare class GetIdentityProviderCommand extends $Command<GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: GetIdentityProviderCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetIdentityProviderCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetNetworkSettingsRequest, GetNetworkSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetNetworkSettingsCommand}.
8
10
  */
9
11
  export interface GetNetworkSettingsCommandInput extends GetNetworkSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetNetworkSettingsCommand}.
13
17
  */
14
18
  export interface GetNetworkSettingsCommandOutput extends GetNetworkSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the network settings.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetNetworkSettingsCommandOutput extends GetNetworkSettingsRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetNetworkSettingsCommandInput - {@link GetNetworkSettingsCommandInput}
34
+ * @returns {@link GetNetworkSettingsCommandOutput}
28
35
  * @see {@link GetNetworkSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link GetNetworkSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetNetworkSettingsCommandOutput extends GetNetworkSettingsRespo
49
56
  export declare class GetNetworkSettingsCommand extends $Command<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: GetNetworkSettingsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetNetworkSettingsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetPortalRequest, GetPortalResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetPortalCommand}.
8
10
  */
9
11
  export interface GetPortalCommandInput extends GetPortalRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetPortalCommand}.
13
17
  */
14
18
  export interface GetPortalCommandOutput extends GetPortalResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the web portal.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetPortalCommandOutput extends GetPortalResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetPortalCommandInput - {@link GetPortalCommandInput}
34
+ * @returns {@link GetPortalCommandOutput}
28
35
  * @see {@link GetPortalCommandInput} for command's `input` shape.
29
36
  * @see {@link GetPortalCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetPortalCommandOutput extends GetPortalResponse, __MetadataBea
49
56
  export declare class GetPortalCommand extends $Command<GetPortalCommandInput, GetPortalCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: GetPortalCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetPortalCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPortalCommandInput, GetPortalCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }