@aws-sdk/client-workspaces-web 3.50.0 → 3.53.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 (79) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/WorkSpacesWebServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +123 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +477 -1885
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/WorkSpacesWebServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +113 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1041 -2070
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/WorkSpacesWebServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +58 -33
  13. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +225 -0
  14. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +117 -0
  15. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/index.d.ts +44 -0
  60. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  61. package/dist-types/ts3.4/index.d.ts +6 -0
  62. package/dist-types/ts3.4/models/WorkSpacesWebServiceException.d.ts +6 -0
  63. package/dist-types/ts3.4/models/index.d.ts +1 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +1215 -0
  65. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  66. package/dist-types/ts3.4/pagination/ListBrowserSettingsPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/ListNetworkSettingsPaginator.d.ts +4 -0
  69. package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +4 -0
  70. package/dist-types/ts3.4/pagination/ListTrustStoreCertificatesPaginator.d.ts +4 -0
  71. package/dist-types/ts3.4/pagination/ListTrustStoresPaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/ListUserSettingsPaginator.d.ts +4 -0
  73. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +134 -0
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  79. package/package.json +33 -33
@@ -3,3 +3,4 @@ export * from "./WorkSpacesWebClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { WorkSpacesWebServiceException } from "./models/WorkSpacesWebServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from WorkSpacesWeb service.
4
+ */
5
+ export declare class WorkSpacesWebServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -1,11 +1,15 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { WorkSpacesWebServiceException as __BaseException } from "./WorkSpacesWebServiceException";
2
3
  /**
3
4
  * <p>Access is denied.</p>
4
5
  */
5
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
6
- name: "AccessDeniedException";
7
- $fault: "client";
8
- message?: string;
6
+ export declare class AccessDeniedException extends __BaseException {
7
+ readonly name: "AccessDeniedException";
8
+ readonly $fault: "client";
9
+ /**
10
+ * @internal
11
+ */
12
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
9
13
  }
10
14
  export interface AssociateBrowserSettingsRequest {
11
15
  /**
@@ -42,10 +46,9 @@ export declare namespace AssociateBrowserSettingsResponse {
42
46
  /**
43
47
  * <p>There is a conflict.</p>
44
48
  */
45
- export interface ConflictException extends __SmithyException, $MetadataBearer {
46
- name: "ConflictException";
47
- $fault: "client";
48
- message?: string;
49
+ export declare class ConflictException extends __BaseException {
50
+ readonly name: "ConflictException";
51
+ readonly $fault: "client";
49
52
  /**
50
53
  * <p>Identifier of the resource affected.</p>
51
54
  */
@@ -54,26 +57,32 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
54
57
  * <p>Type of the resource affected.</p>
55
58
  */
56
59
  resourceType?: string;
60
+ /**
61
+ * @internal
62
+ */
63
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
57
64
  }
58
65
  /**
59
66
  * <p>There is an internal server error.</p>
60
67
  */
61
- export interface InternalServerException extends __SmithyException, $MetadataBearer {
62
- name: "InternalServerException";
63
- $fault: "server";
64
- message?: string;
68
+ export declare class InternalServerException extends __BaseException {
69
+ readonly name: "InternalServerException";
70
+ readonly $fault: "server";
65
71
  /**
66
72
  * <p>Advice to clients on when the call can be safely retried.</p>
67
73
  */
68
74
  retryAfterSeconds?: number;
75
+ /**
76
+ * @internal
77
+ */
78
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
69
79
  }
70
80
  /**
71
81
  * <p>The resource cannot be found.</p>
72
82
  */
73
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
74
- name: "ResourceNotFoundException";
75
- $fault: "client";
76
- message?: string;
83
+ export declare class ResourceNotFoundException extends __BaseException {
84
+ readonly name: "ResourceNotFoundException";
85
+ readonly $fault: "client";
77
86
  /**
78
87
  * <p>Hypothetical identifier of the resource affected.</p>
79
88
  */
@@ -82,14 +91,17 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
82
91
  * <p>Hypothetical type of the resource affected.</p>
83
92
  */
84
93
  resourceType?: string;
94
+ /**
95
+ * @internal
96
+ */
97
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
85
98
  }
86
99
  /**
87
100
  * <p>There is a throttling error.</p>
88
101
  */
89
- export interface ThrottlingException extends __SmithyException, $MetadataBearer {
90
- name: "ThrottlingException";
91
- $fault: "client";
92
- message?: string;
102
+ export declare class ThrottlingException extends __BaseException {
103
+ readonly name: "ThrottlingException";
104
+ readonly $fault: "client";
93
105
  /**
94
106
  * <p>The originating service.</p>
95
107
  */
@@ -102,6 +114,10 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
102
114
  * <p>Advice to clients on when the call can be safely retried.</p>
103
115
  */
104
116
  retryAfterSeconds?: number;
117
+ /**
118
+ * @internal
119
+ */
120
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
105
121
  }
106
122
  /**
107
123
  * <p>Information about a field passed inside a request that resulted in an exception.</p>
@@ -131,10 +147,9 @@ export declare enum ValidationExceptionReason {
131
147
  /**
132
148
  * <p>There is a validation error.</p>
133
149
  */
134
- export interface ValidationException extends __SmithyException, $MetadataBearer {
135
- name: "ValidationException";
136
- $fault: "client";
137
- message?: string;
150
+ export declare class ValidationException extends __BaseException {
151
+ readonly name: "ValidationException";
152
+ readonly $fault: "client";
138
153
  /**
139
154
  * <p>Reason the request failed validation</p>
140
155
  */
@@ -143,6 +158,10 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
143
158
  * <p>The field that caused the error.</p>
144
159
  */
145
160
  fieldList?: ValidationExceptionField[];
161
+ /**
162
+ * @internal
163
+ */
164
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
146
165
  }
147
166
  export interface AssociateNetworkSettingsRequest {
148
167
  /**
@@ -309,10 +328,9 @@ export declare namespace CreateBrowserSettingsResponse {
309
328
  /**
310
329
  * <p>The service quota has been exceeded.</p>
311
330
  */
312
- export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
313
- name: "ServiceQuotaExceededException";
314
- $fault: "client";
315
- message?: string;
331
+ export declare class ServiceQuotaExceededException extends __BaseException {
332
+ readonly name: "ServiceQuotaExceededException";
333
+ readonly $fault: "client";
316
334
  /**
317
335
  * <p>Identifier of the resource affected.</p>
318
336
  */
@@ -329,6 +347,10 @@ export interface ServiceQuotaExceededException extends __SmithyException, $Metad
329
347
  * <p>The originating quota.</p>
330
348
  */
331
349
  quotaCode?: string;
350
+ /**
351
+ * @internal
352
+ */
353
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
332
354
  }
333
355
  export declare enum IdentityProviderType {
334
356
  Facebook = "Facebook",
@@ -2043,14 +2065,17 @@ export declare namespace TagResourceResponse {
2043
2065
  /**
2044
2066
  * <p>There are too many tags.</p>
2045
2067
  */
2046
- export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
2047
- name: "TooManyTagsException";
2048
- $fault: "client";
2049
- message?: string;
2068
+ export declare class TooManyTagsException extends __BaseException {
2069
+ readonly name: "TooManyTagsException";
2070
+ readonly $fault: "client";
2050
2071
  /**
2051
2072
  * <p>Name of the resource affected.</p>
2052
2073
  */
2053
2074
  resourceName?: string;
2075
+ /**
2076
+ * @internal
2077
+ */
2078
+ constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
2054
2079
  }
2055
2080
  export interface UntagResourceRequest {
2056
2081
  /**
@@ -0,0 +1,225 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "./commands/AssociateBrowserSettingsCommand";
3
+ import { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "./commands/AssociateNetworkSettingsCommand";
4
+ import { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "./commands/AssociateTrustStoreCommand";
5
+ import { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "./commands/AssociateUserSettingsCommand";
6
+ import { CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput } from "./commands/CreateBrowserSettingsCommand";
7
+ import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
8
+ import { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "./commands/CreateNetworkSettingsCommand";
9
+ import { CreatePortalCommandInput, CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
10
+ import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "./commands/CreateTrustStoreCommand";
11
+ import { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "./commands/CreateUserSettingsCommand";
12
+ import { DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput } from "./commands/DeleteBrowserSettingsCommand";
13
+ import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
14
+ import { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "./commands/DeleteNetworkSettingsCommand";
15
+ import { DeletePortalCommandInput, DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
16
+ import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "./commands/DeleteTrustStoreCommand";
17
+ import { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "./commands/DeleteUserSettingsCommand";
18
+ import { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput } from "./commands/DisassociateBrowserSettingsCommand";
19
+ import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "./commands/DisassociateNetworkSettingsCommand";
20
+ import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "./commands/DisassociateTrustStoreCommand";
21
+ import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "./commands/DisassociateUserSettingsCommand";
22
+ import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "./commands/GetBrowserSettingsCommand";
23
+ import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "./commands/GetIdentityProviderCommand";
24
+ import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "./commands/GetNetworkSettingsCommand";
25
+ import { GetPortalCommandInput, GetPortalCommandOutput } from "./commands/GetPortalCommand";
26
+ import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "./commands/GetPortalServiceProviderMetadataCommand";
27
+ import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "./commands/GetTrustStoreCertificateCommand";
28
+ import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "./commands/GetTrustStoreCommand";
29
+ import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "./commands/GetUserSettingsCommand";
30
+ import { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "./commands/ListBrowserSettingsCommand";
31
+ import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
32
+ import { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "./commands/ListNetworkSettingsCommand";
33
+ import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
34
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
35
+ import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "./commands/ListTrustStoreCertificatesCommand";
36
+ import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "./commands/ListTrustStoresCommand";
37
+ import { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "./commands/ListUserSettingsCommand";
38
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
39
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
40
+ import { UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput } from "./commands/UpdateBrowserSettingsCommand";
41
+ import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
42
+ import { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "./commands/UpdateNetworkSettingsCommand";
43
+ import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
44
+ import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "./commands/UpdateTrustStoreCommand";
45
+ import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
46
+ import { WorkSpacesWebClient } from "./WorkSpacesWebClient";
47
+
48
+ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
49
+
50
+ associateBrowserSettings(args: AssociateBrowserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateBrowserSettingsCommandOutput>;
51
+ associateBrowserSettings(args: AssociateBrowserSettingsCommandInput, cb: (err: any, data?: AssociateBrowserSettingsCommandOutput) => void): void;
52
+ associateBrowserSettings(args: AssociateBrowserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateBrowserSettingsCommandOutput) => void): void;
53
+
54
+ associateNetworkSettings(args: AssociateNetworkSettingsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateNetworkSettingsCommandOutput>;
55
+ associateNetworkSettings(args: AssociateNetworkSettingsCommandInput, cb: (err: any, data?: AssociateNetworkSettingsCommandOutput) => void): void;
56
+ associateNetworkSettings(args: AssociateNetworkSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateNetworkSettingsCommandOutput) => void): void;
57
+
58
+ associateTrustStore(args: AssociateTrustStoreCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTrustStoreCommandOutput>;
59
+ associateTrustStore(args: AssociateTrustStoreCommandInput, cb: (err: any, data?: AssociateTrustStoreCommandOutput) => void): void;
60
+ associateTrustStore(args: AssociateTrustStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTrustStoreCommandOutput) => void): void;
61
+
62
+ associateUserSettings(args: AssociateUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateUserSettingsCommandOutput>;
63
+ associateUserSettings(args: AssociateUserSettingsCommandInput, cb: (err: any, data?: AssociateUserSettingsCommandOutput) => void): void;
64
+ associateUserSettings(args: AssociateUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateUserSettingsCommandOutput) => void): void;
65
+
66
+ createBrowserSettings(args: CreateBrowserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<CreateBrowserSettingsCommandOutput>;
67
+ createBrowserSettings(args: CreateBrowserSettingsCommandInput, cb: (err: any, data?: CreateBrowserSettingsCommandOutput) => void): void;
68
+ createBrowserSettings(args: CreateBrowserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBrowserSettingsCommandOutput) => void): void;
69
+
70
+ createIdentityProvider(args: CreateIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<CreateIdentityProviderCommandOutput>;
71
+ createIdentityProvider(args: CreateIdentityProviderCommandInput, cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void): void;
72
+ createIdentityProvider(args: CreateIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void): void;
73
+
74
+ createNetworkSettings(args: CreateNetworkSettingsCommandInput, options?: __HttpHandlerOptions): Promise<CreateNetworkSettingsCommandOutput>;
75
+ createNetworkSettings(args: CreateNetworkSettingsCommandInput, cb: (err: any, data?: CreateNetworkSettingsCommandOutput) => void): void;
76
+ createNetworkSettings(args: CreateNetworkSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNetworkSettingsCommandOutput) => void): void;
77
+
78
+ createPortal(args: CreatePortalCommandInput, options?: __HttpHandlerOptions): Promise<CreatePortalCommandOutput>;
79
+ createPortal(args: CreatePortalCommandInput, cb: (err: any, data?: CreatePortalCommandOutput) => void): void;
80
+ createPortal(args: CreatePortalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePortalCommandOutput) => void): void;
81
+
82
+ createTrustStore(args: CreateTrustStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrustStoreCommandOutput>;
83
+ createTrustStore(args: CreateTrustStoreCommandInput, cb: (err: any, data?: CreateTrustStoreCommandOutput) => void): void;
84
+ createTrustStore(args: CreateTrustStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrustStoreCommandOutput) => void): void;
85
+
86
+ createUserSettings(args: CreateUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserSettingsCommandOutput>;
87
+ createUserSettings(args: CreateUserSettingsCommandInput, cb: (err: any, data?: CreateUserSettingsCommandOutput) => void): void;
88
+ createUserSettings(args: CreateUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserSettingsCommandOutput) => void): void;
89
+
90
+ deleteBrowserSettings(args: DeleteBrowserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBrowserSettingsCommandOutput>;
91
+ deleteBrowserSettings(args: DeleteBrowserSettingsCommandInput, cb: (err: any, data?: DeleteBrowserSettingsCommandOutput) => void): void;
92
+ deleteBrowserSettings(args: DeleteBrowserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBrowserSettingsCommandOutput) => void): void;
93
+
94
+ deleteIdentityProvider(args: DeleteIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIdentityProviderCommandOutput>;
95
+ deleteIdentityProvider(args: DeleteIdentityProviderCommandInput, cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void): void;
96
+ deleteIdentityProvider(args: DeleteIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void): void;
97
+
98
+ deleteNetworkSettings(args: DeleteNetworkSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNetworkSettingsCommandOutput>;
99
+ deleteNetworkSettings(args: DeleteNetworkSettingsCommandInput, cb: (err: any, data?: DeleteNetworkSettingsCommandOutput) => void): void;
100
+ deleteNetworkSettings(args: DeleteNetworkSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNetworkSettingsCommandOutput) => void): void;
101
+
102
+ deletePortal(args: DeletePortalCommandInput, options?: __HttpHandlerOptions): Promise<DeletePortalCommandOutput>;
103
+ deletePortal(args: DeletePortalCommandInput, cb: (err: any, data?: DeletePortalCommandOutput) => void): void;
104
+ deletePortal(args: DeletePortalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePortalCommandOutput) => void): void;
105
+
106
+ deleteTrustStore(args: DeleteTrustStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTrustStoreCommandOutput>;
107
+ deleteTrustStore(args: DeleteTrustStoreCommandInput, cb: (err: any, data?: DeleteTrustStoreCommandOutput) => void): void;
108
+ deleteTrustStore(args: DeleteTrustStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrustStoreCommandOutput) => void): void;
109
+
110
+ deleteUserSettings(args: DeleteUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserSettingsCommandOutput>;
111
+ deleteUserSettings(args: DeleteUserSettingsCommandInput, cb: (err: any, data?: DeleteUserSettingsCommandOutput) => void): void;
112
+ deleteUserSettings(args: DeleteUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserSettingsCommandOutput) => void): void;
113
+
114
+ disassociateBrowserSettings(args: DisassociateBrowserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateBrowserSettingsCommandOutput>;
115
+ disassociateBrowserSettings(args: DisassociateBrowserSettingsCommandInput, cb: (err: any, data?: DisassociateBrowserSettingsCommandOutput) => void): void;
116
+ disassociateBrowserSettings(args: DisassociateBrowserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateBrowserSettingsCommandOutput) => void): void;
117
+
118
+ disassociateNetworkSettings(args: DisassociateNetworkSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateNetworkSettingsCommandOutput>;
119
+ disassociateNetworkSettings(args: DisassociateNetworkSettingsCommandInput, cb: (err: any, data?: DisassociateNetworkSettingsCommandOutput) => void): void;
120
+ disassociateNetworkSettings(args: DisassociateNetworkSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateNetworkSettingsCommandOutput) => void): void;
121
+
122
+ disassociateTrustStore(args: DisassociateTrustStoreCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateTrustStoreCommandOutput>;
123
+ disassociateTrustStore(args: DisassociateTrustStoreCommandInput, cb: (err: any, data?: DisassociateTrustStoreCommandOutput) => void): void;
124
+ disassociateTrustStore(args: DisassociateTrustStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTrustStoreCommandOutput) => void): void;
125
+
126
+ disassociateUserSettings(args: DisassociateUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateUserSettingsCommandOutput>;
127
+ disassociateUserSettings(args: DisassociateUserSettingsCommandInput, cb: (err: any, data?: DisassociateUserSettingsCommandOutput) => void): void;
128
+ disassociateUserSettings(args: DisassociateUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateUserSettingsCommandOutput) => void): void;
129
+
130
+ getBrowserSettings(args: GetBrowserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetBrowserSettingsCommandOutput>;
131
+ getBrowserSettings(args: GetBrowserSettingsCommandInput, cb: (err: any, data?: GetBrowserSettingsCommandOutput) => void): void;
132
+ getBrowserSettings(args: GetBrowserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBrowserSettingsCommandOutput) => void): void;
133
+
134
+ getIdentityProvider(args: GetIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<GetIdentityProviderCommandOutput>;
135
+ getIdentityProvider(args: GetIdentityProviderCommandInput, cb: (err: any, data?: GetIdentityProviderCommandOutput) => void): void;
136
+ getIdentityProvider(args: GetIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityProviderCommandOutput) => void): void;
137
+
138
+ getNetworkSettings(args: GetNetworkSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkSettingsCommandOutput>;
139
+ getNetworkSettings(args: GetNetworkSettingsCommandInput, cb: (err: any, data?: GetNetworkSettingsCommandOutput) => void): void;
140
+ getNetworkSettings(args: GetNetworkSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkSettingsCommandOutput) => void): void;
141
+
142
+ getPortal(args: GetPortalCommandInput, options?: __HttpHandlerOptions): Promise<GetPortalCommandOutput>;
143
+ getPortal(args: GetPortalCommandInput, cb: (err: any, data?: GetPortalCommandOutput) => void): void;
144
+ getPortal(args: GetPortalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPortalCommandOutput) => void): void;
145
+
146
+ getPortalServiceProviderMetadata(args: GetPortalServiceProviderMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetPortalServiceProviderMetadataCommandOutput>;
147
+ getPortalServiceProviderMetadata(args: GetPortalServiceProviderMetadataCommandInput, cb: (err: any, data?: GetPortalServiceProviderMetadataCommandOutput) => void): void;
148
+ getPortalServiceProviderMetadata(args: GetPortalServiceProviderMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPortalServiceProviderMetadataCommandOutput) => void): void;
149
+
150
+ getTrustStore(args: GetTrustStoreCommandInput, options?: __HttpHandlerOptions): Promise<GetTrustStoreCommandOutput>;
151
+ getTrustStore(args: GetTrustStoreCommandInput, cb: (err: any, data?: GetTrustStoreCommandOutput) => void): void;
152
+ getTrustStore(args: GetTrustStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrustStoreCommandOutput) => void): void;
153
+
154
+ getTrustStoreCertificate(args: GetTrustStoreCertificateCommandInput, options?: __HttpHandlerOptions): Promise<GetTrustStoreCertificateCommandOutput>;
155
+ getTrustStoreCertificate(args: GetTrustStoreCertificateCommandInput, cb: (err: any, data?: GetTrustStoreCertificateCommandOutput) => void): void;
156
+ getTrustStoreCertificate(args: GetTrustStoreCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrustStoreCertificateCommandOutput) => void): void;
157
+
158
+ getUserSettings(args: GetUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetUserSettingsCommandOutput>;
159
+ getUserSettings(args: GetUserSettingsCommandInput, cb: (err: any, data?: GetUserSettingsCommandOutput) => void): void;
160
+ getUserSettings(args: GetUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserSettingsCommandOutput) => void): void;
161
+
162
+ listBrowserSettings(args: ListBrowserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ListBrowserSettingsCommandOutput>;
163
+ listBrowserSettings(args: ListBrowserSettingsCommandInput, cb: (err: any, data?: ListBrowserSettingsCommandOutput) => void): void;
164
+ listBrowserSettings(args: ListBrowserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBrowserSettingsCommandOutput) => void): void;
165
+
166
+ listIdentityProviders(args: ListIdentityProvidersCommandInput, options?: __HttpHandlerOptions): Promise<ListIdentityProvidersCommandOutput>;
167
+ listIdentityProviders(args: ListIdentityProvidersCommandInput, cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void): void;
168
+ listIdentityProviders(args: ListIdentityProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void): void;
169
+
170
+ listNetworkSettings(args: ListNetworkSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ListNetworkSettingsCommandOutput>;
171
+ listNetworkSettings(args: ListNetworkSettingsCommandInput, cb: (err: any, data?: ListNetworkSettingsCommandOutput) => void): void;
172
+ listNetworkSettings(args: ListNetworkSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNetworkSettingsCommandOutput) => void): void;
173
+
174
+ listPortals(args: ListPortalsCommandInput, options?: __HttpHandlerOptions): Promise<ListPortalsCommandOutput>;
175
+ listPortals(args: ListPortalsCommandInput, cb: (err: any, data?: ListPortalsCommandOutput) => void): void;
176
+ listPortals(args: ListPortalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPortalsCommandOutput) => void): void;
177
+
178
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
179
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
180
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
181
+
182
+ listTrustStoreCertificates(args: ListTrustStoreCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListTrustStoreCertificatesCommandOutput>;
183
+ listTrustStoreCertificates(args: ListTrustStoreCertificatesCommandInput, cb: (err: any, data?: ListTrustStoreCertificatesCommandOutput) => void): void;
184
+ listTrustStoreCertificates(args: ListTrustStoreCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrustStoreCertificatesCommandOutput) => void): void;
185
+
186
+ listTrustStores(args: ListTrustStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListTrustStoresCommandOutput>;
187
+ listTrustStores(args: ListTrustStoresCommandInput, cb: (err: any, data?: ListTrustStoresCommandOutput) => void): void;
188
+ listTrustStores(args: ListTrustStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrustStoresCommandOutput) => void): void;
189
+
190
+ listUserSettings(args: ListUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserSettingsCommandOutput>;
191
+ listUserSettings(args: ListUserSettingsCommandInput, cb: (err: any, data?: ListUserSettingsCommandOutput) => void): void;
192
+ listUserSettings(args: ListUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserSettingsCommandOutput) => void): void;
193
+
194
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
195
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
196
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
197
+
198
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
199
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
200
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
201
+
202
+ updateBrowserSettings(args: UpdateBrowserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBrowserSettingsCommandOutput>;
203
+ updateBrowserSettings(args: UpdateBrowserSettingsCommandInput, cb: (err: any, data?: UpdateBrowserSettingsCommandOutput) => void): void;
204
+ updateBrowserSettings(args: UpdateBrowserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBrowserSettingsCommandOutput) => void): void;
205
+
206
+ updateIdentityProvider(args: UpdateIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIdentityProviderCommandOutput>;
207
+ updateIdentityProvider(args: UpdateIdentityProviderCommandInput, cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void): void;
208
+ updateIdentityProvider(args: UpdateIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void): void;
209
+
210
+ updateNetworkSettings(args: UpdateNetworkSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNetworkSettingsCommandOutput>;
211
+ updateNetworkSettings(args: UpdateNetworkSettingsCommandInput, cb: (err: any, data?: UpdateNetworkSettingsCommandOutput) => void): void;
212
+ updateNetworkSettings(args: UpdateNetworkSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNetworkSettingsCommandOutput) => void): void;
213
+
214
+ updatePortal(args: UpdatePortalCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePortalCommandOutput>;
215
+ updatePortal(args: UpdatePortalCommandInput, cb: (err: any, data?: UpdatePortalCommandOutput) => void): void;
216
+ updatePortal(args: UpdatePortalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePortalCommandOutput) => void): void;
217
+
218
+ updateTrustStore(args: UpdateTrustStoreCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTrustStoreCommandOutput>;
219
+ updateTrustStore(args: UpdateTrustStoreCommandInput, cb: (err: any, data?: UpdateTrustStoreCommandOutput) => void): void;
220
+ updateTrustStore(args: UpdateTrustStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrustStoreCommandOutput) => void): void;
221
+
222
+ updateUserSettings(args: UpdateUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserSettingsCommandOutput>;
223
+ updateUserSettings(args: UpdateUserSettingsCommandInput, cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void): void;
224
+ updateUserSettings(args: UpdateUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void): void;
225
+ }
@@ -0,0 +1,117 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "./commands/AssociateBrowserSettingsCommand";
10
+ import { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "./commands/AssociateNetworkSettingsCommand";
11
+ import { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "./commands/AssociateTrustStoreCommand";
12
+ import { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "./commands/AssociateUserSettingsCommand";
13
+ import { CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput } from "./commands/CreateBrowserSettingsCommand";
14
+ import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
15
+ import { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "./commands/CreateNetworkSettingsCommand";
16
+ import { CreatePortalCommandInput, CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
17
+ import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "./commands/CreateTrustStoreCommand";
18
+ import { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "./commands/CreateUserSettingsCommand";
19
+ import { DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput } from "./commands/DeleteBrowserSettingsCommand";
20
+ import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
21
+ import { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "./commands/DeleteNetworkSettingsCommand";
22
+ import { DeletePortalCommandInput, DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
23
+ import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "./commands/DeleteTrustStoreCommand";
24
+ import { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "./commands/DeleteUserSettingsCommand";
25
+ import { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput } from "./commands/DisassociateBrowserSettingsCommand";
26
+ import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "./commands/DisassociateNetworkSettingsCommand";
27
+ import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "./commands/DisassociateTrustStoreCommand";
28
+ import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "./commands/DisassociateUserSettingsCommand";
29
+ import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "./commands/GetBrowserSettingsCommand";
30
+ import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "./commands/GetIdentityProviderCommand";
31
+ import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "./commands/GetNetworkSettingsCommand";
32
+ import { GetPortalCommandInput, GetPortalCommandOutput } from "./commands/GetPortalCommand";
33
+ import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "./commands/GetPortalServiceProviderMetadataCommand";
34
+ import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "./commands/GetTrustStoreCertificateCommand";
35
+ import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "./commands/GetTrustStoreCommand";
36
+ import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "./commands/GetUserSettingsCommand";
37
+ import { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "./commands/ListBrowserSettingsCommand";
38
+ import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
39
+ import { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "./commands/ListNetworkSettingsCommand";
40
+ import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
41
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
42
+ import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "./commands/ListTrustStoreCertificatesCommand";
43
+ import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "./commands/ListTrustStoresCommand";
44
+ import { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "./commands/ListUserSettingsCommand";
45
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
46
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
47
+ import { UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput } from "./commands/UpdateBrowserSettingsCommand";
48
+ import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
49
+ import { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "./commands/UpdateNetworkSettingsCommand";
50
+ import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
51
+ import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "./commands/UpdateTrustStoreCommand";
52
+ import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
53
+ export declare type ServiceInputTypes = AssociateBrowserSettingsCommandInput | AssociateNetworkSettingsCommandInput | AssociateTrustStoreCommandInput | AssociateUserSettingsCommandInput | CreateBrowserSettingsCommandInput | CreateIdentityProviderCommandInput | CreateNetworkSettingsCommandInput | CreatePortalCommandInput | CreateTrustStoreCommandInput | CreateUserSettingsCommandInput | DeleteBrowserSettingsCommandInput | DeleteIdentityProviderCommandInput | DeleteNetworkSettingsCommandInput | DeletePortalCommandInput | DeleteTrustStoreCommandInput | DeleteUserSettingsCommandInput | DisassociateBrowserSettingsCommandInput | DisassociateNetworkSettingsCommandInput | DisassociateTrustStoreCommandInput | DisassociateUserSettingsCommandInput | GetBrowserSettingsCommandInput | GetIdentityProviderCommandInput | GetNetworkSettingsCommandInput | GetPortalCommandInput | GetPortalServiceProviderMetadataCommandInput | GetTrustStoreCertificateCommandInput | GetTrustStoreCommandInput | GetUserSettingsCommandInput | ListBrowserSettingsCommandInput | ListIdentityProvidersCommandInput | ListNetworkSettingsCommandInput | ListPortalsCommandInput | ListTagsForResourceCommandInput | ListTrustStoreCertificatesCommandInput | ListTrustStoresCommandInput | ListUserSettingsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBrowserSettingsCommandInput | UpdateIdentityProviderCommandInput | UpdateNetworkSettingsCommandInput | UpdatePortalCommandInput | UpdateTrustStoreCommandInput | UpdateUserSettingsCommandInput;
54
+ export declare type ServiceOutputTypes = AssociateBrowserSettingsCommandOutput | AssociateNetworkSettingsCommandOutput | AssociateTrustStoreCommandOutput | AssociateUserSettingsCommandOutput | CreateBrowserSettingsCommandOutput | CreateIdentityProviderCommandOutput | CreateNetworkSettingsCommandOutput | CreatePortalCommandOutput | CreateTrustStoreCommandOutput | CreateUserSettingsCommandOutput | DeleteBrowserSettingsCommandOutput | DeleteIdentityProviderCommandOutput | DeleteNetworkSettingsCommandOutput | DeletePortalCommandOutput | DeleteTrustStoreCommandOutput | DeleteUserSettingsCommandOutput | DisassociateBrowserSettingsCommandOutput | DisassociateNetworkSettingsCommandOutput | DisassociateTrustStoreCommandOutput | DisassociateUserSettingsCommandOutput | GetBrowserSettingsCommandOutput | GetIdentityProviderCommandOutput | GetNetworkSettingsCommandOutput | GetPortalCommandOutput | GetPortalServiceProviderMetadataCommandOutput | GetTrustStoreCertificateCommandOutput | GetTrustStoreCommandOutput | GetUserSettingsCommandOutput | ListBrowserSettingsCommandOutput | ListIdentityProvidersCommandOutput | ListNetworkSettingsCommandOutput | ListPortalsCommandOutput | ListTagsForResourceCommandOutput | ListTrustStoreCertificatesCommandOutput | ListTrustStoresCommandOutput | ListUserSettingsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBrowserSettingsCommandOutput | UpdateIdentityProviderCommandOutput | UpdateNetworkSettingsCommandOutput | UpdatePortalCommandOutput | UpdateTrustStoreCommandOutput | UpdateUserSettingsCommandOutput;
55
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
56
+
57
+ requestHandler?: __HttpHandler;
58
+
59
+ sha256?: __HashConstructor;
60
+
61
+ urlParser?: __UrlParser;
62
+
63
+ bodyLengthChecker?: (body: any) => number | undefined;
64
+
65
+ streamCollector?: __StreamCollector;
66
+
67
+ base64Decoder?: __Decoder;
68
+
69
+ base64Encoder?: __Encoder;
70
+
71
+ utf8Decoder?: __Decoder;
72
+
73
+ utf8Encoder?: __Encoder;
74
+
75
+ runtime?: string;
76
+
77
+ disableHostPrefix?: boolean;
78
+
79
+ maxAttempts?: number | __Provider<number>;
80
+
81
+ retryMode?: string | __Provider<string>;
82
+
83
+ logger?: __Logger;
84
+
85
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
86
+
87
+ useFipsEndpoint?: boolean | __Provider<boolean>;
88
+
89
+ serviceId?: string;
90
+
91
+ region?: string | __Provider<string>;
92
+
93
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
94
+
95
+ regionInfoProvider?: RegionInfoProvider;
96
+
97
+ defaultUserAgentProvider?: Provider<__UserAgent>;
98
+
99
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
100
+ }
101
+ declare type WorkSpacesWebClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
102
+
103
+ export interface WorkSpacesWebClientConfig extends WorkSpacesWebClientConfigType {
104
+ }
105
+ declare type WorkSpacesWebClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
106
+
107
+ export interface WorkSpacesWebClientResolvedConfig extends WorkSpacesWebClientResolvedConfigType {
108
+ }
109
+
110
+ export declare class WorkSpacesWebClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig> {
111
+
112
+ readonly config: WorkSpacesWebClientResolvedConfig;
113
+ constructor(configuration: WorkSpacesWebClientConfig);
114
+
115
+ destroy(): void;
116
+ }
117
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateBrowserSettingsRequest, AssociateBrowserSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface AssociateBrowserSettingsCommandInput extends AssociateBrowserSettingsRequest {
6
+ }
7
+ export interface AssociateBrowserSettingsCommandOutput extends AssociateBrowserSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateBrowserSettingsCommand extends $Command<AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: AssociateBrowserSettingsCommandInput;
12
+ constructor(input: AssociateBrowserSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateNetworkSettingsRequest, AssociateNetworkSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface AssociateNetworkSettingsCommandInput extends AssociateNetworkSettingsRequest {
6
+ }
7
+ export interface AssociateNetworkSettingsCommandOutput extends AssociateNetworkSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateNetworkSettingsCommand extends $Command<AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: AssociateNetworkSettingsCommandInput;
12
+ constructor(input: AssociateNetworkSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateTrustStoreRequest, AssociateTrustStoreResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface AssociateTrustStoreCommandInput extends AssociateTrustStoreRequest {
6
+ }
7
+ export interface AssociateTrustStoreCommandOutput extends AssociateTrustStoreResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateTrustStoreCommand extends $Command<AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: AssociateTrustStoreCommandInput;
12
+ constructor(input: AssociateTrustStoreCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateUserSettingsRequest, AssociateUserSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface AssociateUserSettingsCommandInput extends AssociateUserSettingsRequest {
6
+ }
7
+ export interface AssociateUserSettingsCommandOutput extends AssociateUserSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateUserSettingsCommand extends $Command<AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: AssociateUserSettingsCommandInput;
12
+ constructor(input: AssociateUserSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }