@aws-sdk/client-workspaces-web 3.296.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 +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListUserSettingsRequest, ListUserSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListUserSettingsCommand}.
8
10
  */
9
11
  export interface ListUserSettingsCommandInput extends ListUserSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListUserSettingsCommand}.
13
17
  */
14
18
  export interface ListUserSettingsCommandOutput extends ListUserSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a list of 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 ListUserSettingsCommandOutput extends ListUserSettingsResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListUserSettingsCommandInput - {@link ListUserSettingsCommandInput}
34
+ * @returns {@link ListUserSettingsCommandOutput}
28
35
  * @see {@link ListUserSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListUserSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListUserSettingsCommandOutput extends ListUserSettingsResponse,
46
53
  export declare class ListUserSettingsCommand extends $Command<ListUserSettingsCommandInput, ListUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
47
54
  readonly input: ListUserSettingsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListUserSettingsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUserSettingsCommandInput, ListUserSettingsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds or overwrites one or more tags for the specified resource.</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 TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -52,11 +59,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
52
59
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WorkSpacesWebClientResolvedConfig> {
53
60
  readonly input: TagResourceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: TagResourceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes one or more tags from the specified resource.</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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
49
56
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: UntagResourceCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UntagResourceCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateBrowserSettingsRequest, UpdateBrowserSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateBrowserSettingsCommand}.
8
10
  */
9
11
  export interface UpdateBrowserSettingsCommandInput extends UpdateBrowserSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateBrowserSettingsCommand}.
13
17
  */
14
18
  export interface UpdateBrowserSettingsCommandOutput extends UpdateBrowserSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates 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 UpdateBrowserSettingsCommandOutput extends UpdateBrowserSetting
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateBrowserSettingsCommandInput - {@link UpdateBrowserSettingsCommandInput}
34
+ * @returns {@link UpdateBrowserSettingsCommandOutput}
28
35
  * @see {@link UpdateBrowserSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateBrowserSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateBrowserSettingsCommandOutput extends UpdateBrowserSetting
49
56
  export declare class UpdateBrowserSettingsCommand extends $Command<UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: UpdateBrowserSettingsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateBrowserSettingsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput>;
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 { UpdateIdentityProviderRequest, UpdateIdentityProviderResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateIdentityProviderCommand}.
8
10
  */
9
11
  export interface UpdateIdentityProviderCommandInput extends UpdateIdentityProviderRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateIdentityProviderCommand}.
13
17
  */
14
18
  export interface UpdateIdentityProviderCommandOutput extends UpdateIdentityProviderResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates 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 UpdateIdentityProviderCommandOutput extends UpdateIdentityProvi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateIdentityProviderCommandInput - {@link UpdateIdentityProviderCommandInput}
34
+ * @returns {@link UpdateIdentityProviderCommandOutput}
28
35
  * @see {@link UpdateIdentityProviderCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateIdentityProviderCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateIdentityProviderCommandOutput extends UpdateIdentityProvi
49
56
  export declare class UpdateIdentityProviderCommand extends $Command<UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: UpdateIdentityProviderCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateIdentityProviderCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput>;
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 { UpdateNetworkSettingsRequest, UpdateNetworkSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateNetworkSettingsCommand}.
8
10
  */
9
11
  export interface UpdateNetworkSettingsCommandInput extends UpdateNetworkSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateNetworkSettingsCommand}.
13
17
  */
14
18
  export interface UpdateNetworkSettingsCommandOutput extends UpdateNetworkSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates 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 UpdateNetworkSettingsCommandOutput extends UpdateNetworkSetting
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateNetworkSettingsCommandInput - {@link UpdateNetworkSettingsCommandInput}
34
+ * @returns {@link UpdateNetworkSettingsCommandOutput}
28
35
  * @see {@link UpdateNetworkSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateNetworkSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateNetworkSettingsCommandOutput extends UpdateNetworkSetting
49
56
  export declare class UpdateNetworkSettingsCommand extends $Command<UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: UpdateNetworkSettingsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateNetworkSettingsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput>;
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 { UpdatePortalRequest, UpdatePortalResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdatePortalCommand}.
8
10
  */
9
11
  export interface UpdatePortalCommandInput extends UpdatePortalRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdatePortalCommand}.
13
17
  */
14
18
  export interface UpdatePortalCommandOutput extends UpdatePortalResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates 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 UpdatePortalCommandOutput extends UpdatePortalResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdatePortalCommandInput - {@link UpdatePortalCommandInput}
34
+ * @returns {@link UpdatePortalCommandOutput}
28
35
  * @see {@link UpdatePortalCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdatePortalCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdatePortalCommandOutput extends UpdatePortalResponse, __Metad
49
56
  export declare class UpdatePortalCommand extends $Command<UpdatePortalCommandInput, UpdatePortalCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: UpdatePortalCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdatePortalCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePortalCommandInput, UpdatePortalCommandOutput>;
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 { UpdateTrustStoreRequest, UpdateTrustStoreResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateTrustStoreCommand}.
8
10
  */
9
11
  export interface UpdateTrustStoreCommandInput extends UpdateTrustStoreRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateTrustStoreCommand}.
13
17
  */
14
18
  export interface UpdateTrustStoreCommandOutput extends UpdateTrustStoreResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates 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 UpdateTrustStoreCommandOutput extends UpdateTrustStoreResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateTrustStoreCommandInput - {@link UpdateTrustStoreCommandInput}
34
+ * @returns {@link UpdateTrustStoreCommandOutput}
28
35
  * @see {@link UpdateTrustStoreCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateTrustStoreCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateTrustStoreCommandOutput extends UpdateTrustStoreResponse,
52
59
  export declare class UpdateTrustStoreCommand extends $Command<UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
53
60
  readonly input: UpdateTrustStoreCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateTrustStoreCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateUserAccessLoggingSettingsRequest, UpdateUserAccessLoggingSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateUserAccessLoggingSettingsCommand}.
8
10
  */
9
11
  export interface UpdateUserAccessLoggingSettingsCommandInput extends UpdateUserAccessLoggingSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateUserAccessLoggingSettingsCommand}.
13
17
  */
14
18
  export interface UpdateUserAccessLoggingSettingsCommandOutput extends UpdateUserAccessLoggingSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the 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 UpdateUserAccessLoggingSettingsCommandOutput extends UpdateUser
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateUserAccessLoggingSettingsCommandInput - {@link UpdateUserAccessLoggingSettingsCommandInput}
34
+ * @returns {@link UpdateUserAccessLoggingSettingsCommandOutput}
28
35
  * @see {@link UpdateUserAccessLoggingSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateUserAccessLoggingSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateUserAccessLoggingSettingsCommandOutput extends UpdateUser
49
56
  export declare class UpdateUserAccessLoggingSettingsCommand extends $Command<UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: UpdateUserAccessLoggingSettingsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateUserAccessLoggingSettingsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput>;
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 { UpdateUserSettingsRequest, UpdateUserSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateUserSettingsCommand}.
8
10
  */
9
11
  export interface UpdateUserSettingsCommandInput extends UpdateUserSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateUserSettingsCommand}.
13
17
  */
14
18
  export interface UpdateUserSettingsCommandOutput extends UpdateUserSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the 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 UpdateUserSettingsCommandOutput extends UpdateUserSettingsRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateUserSettingsCommandInput - {@link UpdateUserSettingsCommandInput}
34
+ * @returns {@link UpdateUserSettingsCommandOutput}
28
35
  * @see {@link UpdateUserSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateUserSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WorkSpacesWebClientResolvedConfig | config} for WorkSpacesWebClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateUserSettingsCommandOutput extends UpdateUserSettingsRespo
49
56
  export declare class UpdateUserSettingsCommand extends $Command<UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
50
57
  readonly input: UpdateUserSettingsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateUserSettingsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from WorkSpacesWeb service.
4
6
  */
5
7
  export declare class WorkSpacesWebServiceException extends __ServiceException {