@aws-sdk/client-workspaces-web 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +796 -225
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +394 -117
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +44 -44
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/WorkSpacesWebServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1121 -1013
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListBrowserSettingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNetworkSettingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrustStoreCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrustStoresPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUserSettingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +533 -134
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,134 +1,533 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateBrowserSettingsCommandInput,
|
|
8
|
+
AssociateBrowserSettingsCommandOutput,
|
|
9
|
+
} from "../commands/AssociateBrowserSettingsCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateNetworkSettingsCommandInput,
|
|
12
|
+
AssociateNetworkSettingsCommandOutput,
|
|
13
|
+
} from "../commands/AssociateNetworkSettingsCommand";
|
|
14
|
+
import {
|
|
15
|
+
AssociateTrustStoreCommandInput,
|
|
16
|
+
AssociateTrustStoreCommandOutput,
|
|
17
|
+
} from "../commands/AssociateTrustStoreCommand";
|
|
18
|
+
import {
|
|
19
|
+
AssociateUserSettingsCommandInput,
|
|
20
|
+
AssociateUserSettingsCommandOutput,
|
|
21
|
+
} from "../commands/AssociateUserSettingsCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateBrowserSettingsCommandInput,
|
|
24
|
+
CreateBrowserSettingsCommandOutput,
|
|
25
|
+
} from "../commands/CreateBrowserSettingsCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateIdentityProviderCommandInput,
|
|
28
|
+
CreateIdentityProviderCommandOutput,
|
|
29
|
+
} from "../commands/CreateIdentityProviderCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateNetworkSettingsCommandInput,
|
|
32
|
+
CreateNetworkSettingsCommandOutput,
|
|
33
|
+
} from "../commands/CreateNetworkSettingsCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreatePortalCommandInput,
|
|
36
|
+
CreatePortalCommandOutput,
|
|
37
|
+
} from "../commands/CreatePortalCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateTrustStoreCommandInput,
|
|
40
|
+
CreateTrustStoreCommandOutput,
|
|
41
|
+
} from "../commands/CreateTrustStoreCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateUserSettingsCommandInput,
|
|
44
|
+
CreateUserSettingsCommandOutput,
|
|
45
|
+
} from "../commands/CreateUserSettingsCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteBrowserSettingsCommandInput,
|
|
48
|
+
DeleteBrowserSettingsCommandOutput,
|
|
49
|
+
} from "../commands/DeleteBrowserSettingsCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteIdentityProviderCommandInput,
|
|
52
|
+
DeleteIdentityProviderCommandOutput,
|
|
53
|
+
} from "../commands/DeleteIdentityProviderCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteNetworkSettingsCommandInput,
|
|
56
|
+
DeleteNetworkSettingsCommandOutput,
|
|
57
|
+
} from "../commands/DeleteNetworkSettingsCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeletePortalCommandInput,
|
|
60
|
+
DeletePortalCommandOutput,
|
|
61
|
+
} from "../commands/DeletePortalCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteTrustStoreCommandInput,
|
|
64
|
+
DeleteTrustStoreCommandOutput,
|
|
65
|
+
} from "../commands/DeleteTrustStoreCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteUserSettingsCommandInput,
|
|
68
|
+
DeleteUserSettingsCommandOutput,
|
|
69
|
+
} from "../commands/DeleteUserSettingsCommand";
|
|
70
|
+
import {
|
|
71
|
+
DisassociateBrowserSettingsCommandInput,
|
|
72
|
+
DisassociateBrowserSettingsCommandOutput,
|
|
73
|
+
} from "../commands/DisassociateBrowserSettingsCommand";
|
|
74
|
+
import {
|
|
75
|
+
DisassociateNetworkSettingsCommandInput,
|
|
76
|
+
DisassociateNetworkSettingsCommandOutput,
|
|
77
|
+
} from "../commands/DisassociateNetworkSettingsCommand";
|
|
78
|
+
import {
|
|
79
|
+
DisassociateTrustStoreCommandInput,
|
|
80
|
+
DisassociateTrustStoreCommandOutput,
|
|
81
|
+
} from "../commands/DisassociateTrustStoreCommand";
|
|
82
|
+
import {
|
|
83
|
+
DisassociateUserSettingsCommandInput,
|
|
84
|
+
DisassociateUserSettingsCommandOutput,
|
|
85
|
+
} from "../commands/DisassociateUserSettingsCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetBrowserSettingsCommandInput,
|
|
88
|
+
GetBrowserSettingsCommandOutput,
|
|
89
|
+
} from "../commands/GetBrowserSettingsCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetIdentityProviderCommandInput,
|
|
92
|
+
GetIdentityProviderCommandOutput,
|
|
93
|
+
} from "../commands/GetIdentityProviderCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetNetworkSettingsCommandInput,
|
|
96
|
+
GetNetworkSettingsCommandOutput,
|
|
97
|
+
} from "../commands/GetNetworkSettingsCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetPortalCommandInput,
|
|
100
|
+
GetPortalCommandOutput,
|
|
101
|
+
} from "../commands/GetPortalCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetPortalServiceProviderMetadataCommandInput,
|
|
104
|
+
GetPortalServiceProviderMetadataCommandOutput,
|
|
105
|
+
} from "../commands/GetPortalServiceProviderMetadataCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetTrustStoreCertificateCommandInput,
|
|
108
|
+
GetTrustStoreCertificateCommandOutput,
|
|
109
|
+
} from "../commands/GetTrustStoreCertificateCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetTrustStoreCommandInput,
|
|
112
|
+
GetTrustStoreCommandOutput,
|
|
113
|
+
} from "../commands/GetTrustStoreCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetUserSettingsCommandInput,
|
|
116
|
+
GetUserSettingsCommandOutput,
|
|
117
|
+
} from "../commands/GetUserSettingsCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListBrowserSettingsCommandInput,
|
|
120
|
+
ListBrowserSettingsCommandOutput,
|
|
121
|
+
} from "../commands/ListBrowserSettingsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListIdentityProvidersCommandInput,
|
|
124
|
+
ListIdentityProvidersCommandOutput,
|
|
125
|
+
} from "../commands/ListIdentityProvidersCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListNetworkSettingsCommandInput,
|
|
128
|
+
ListNetworkSettingsCommandOutput,
|
|
129
|
+
} from "../commands/ListNetworkSettingsCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListPortalsCommandInput,
|
|
132
|
+
ListPortalsCommandOutput,
|
|
133
|
+
} from "../commands/ListPortalsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListTagsForResourceCommandInput,
|
|
136
|
+
ListTagsForResourceCommandOutput,
|
|
137
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListTrustStoreCertificatesCommandInput,
|
|
140
|
+
ListTrustStoreCertificatesCommandOutput,
|
|
141
|
+
} from "../commands/ListTrustStoreCertificatesCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListTrustStoresCommandInput,
|
|
144
|
+
ListTrustStoresCommandOutput,
|
|
145
|
+
} from "../commands/ListTrustStoresCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListUserSettingsCommandInput,
|
|
148
|
+
ListUserSettingsCommandOutput,
|
|
149
|
+
} from "../commands/ListUserSettingsCommand";
|
|
150
|
+
import {
|
|
151
|
+
TagResourceCommandInput,
|
|
152
|
+
TagResourceCommandOutput,
|
|
153
|
+
} from "../commands/TagResourceCommand";
|
|
154
|
+
import {
|
|
155
|
+
UntagResourceCommandInput,
|
|
156
|
+
UntagResourceCommandOutput,
|
|
157
|
+
} from "../commands/UntagResourceCommand";
|
|
158
|
+
import {
|
|
159
|
+
UpdateBrowserSettingsCommandInput,
|
|
160
|
+
UpdateBrowserSettingsCommandOutput,
|
|
161
|
+
} from "../commands/UpdateBrowserSettingsCommand";
|
|
162
|
+
import {
|
|
163
|
+
UpdateIdentityProviderCommandInput,
|
|
164
|
+
UpdateIdentityProviderCommandOutput,
|
|
165
|
+
} from "../commands/UpdateIdentityProviderCommand";
|
|
166
|
+
import {
|
|
167
|
+
UpdateNetworkSettingsCommandInput,
|
|
168
|
+
UpdateNetworkSettingsCommandOutput,
|
|
169
|
+
} from "../commands/UpdateNetworkSettingsCommand";
|
|
170
|
+
import {
|
|
171
|
+
UpdatePortalCommandInput,
|
|
172
|
+
UpdatePortalCommandOutput,
|
|
173
|
+
} from "../commands/UpdatePortalCommand";
|
|
174
|
+
import {
|
|
175
|
+
UpdateTrustStoreCommandInput,
|
|
176
|
+
UpdateTrustStoreCommandOutput,
|
|
177
|
+
} from "../commands/UpdateTrustStoreCommand";
|
|
178
|
+
import {
|
|
179
|
+
UpdateUserSettingsCommandInput,
|
|
180
|
+
UpdateUserSettingsCommandOutput,
|
|
181
|
+
} from "../commands/UpdateUserSettingsCommand";
|
|
182
|
+
export declare const serializeAws_restJson1AssociateBrowserSettingsCommand: (
|
|
183
|
+
input: AssociateBrowserSettingsCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_restJson1AssociateNetworkSettingsCommand: (
|
|
187
|
+
input: AssociateNetworkSettingsCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_restJson1AssociateTrustStoreCommand: (
|
|
191
|
+
input: AssociateTrustStoreCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_restJson1AssociateUserSettingsCommand: (
|
|
195
|
+
input: AssociateUserSettingsCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_restJson1CreateBrowserSettingsCommand: (
|
|
199
|
+
input: CreateBrowserSettingsCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_restJson1CreateIdentityProviderCommand: (
|
|
203
|
+
input: CreateIdentityProviderCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_restJson1CreateNetworkSettingsCommand: (
|
|
207
|
+
input: CreateNetworkSettingsCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_restJson1CreatePortalCommand: (
|
|
211
|
+
input: CreatePortalCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_restJson1CreateTrustStoreCommand: (
|
|
215
|
+
input: CreateTrustStoreCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_restJson1CreateUserSettingsCommand: (
|
|
219
|
+
input: CreateUserSettingsCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_restJson1DeleteBrowserSettingsCommand: (
|
|
223
|
+
input: DeleteBrowserSettingsCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_restJson1DeleteIdentityProviderCommand: (
|
|
227
|
+
input: DeleteIdentityProviderCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_restJson1DeleteNetworkSettingsCommand: (
|
|
231
|
+
input: DeleteNetworkSettingsCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_restJson1DeletePortalCommand: (
|
|
235
|
+
input: DeletePortalCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_restJson1DeleteTrustStoreCommand: (
|
|
239
|
+
input: DeleteTrustStoreCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_restJson1DeleteUserSettingsCommand: (
|
|
243
|
+
input: DeleteUserSettingsCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_restJson1DisassociateBrowserSettingsCommand: (
|
|
247
|
+
input: DisassociateBrowserSettingsCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_restJson1DisassociateNetworkSettingsCommand: (
|
|
251
|
+
input: DisassociateNetworkSettingsCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_restJson1DisassociateTrustStoreCommand: (
|
|
255
|
+
input: DisassociateTrustStoreCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_restJson1DisassociateUserSettingsCommand: (
|
|
259
|
+
input: DisassociateUserSettingsCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_restJson1GetBrowserSettingsCommand: (
|
|
263
|
+
input: GetBrowserSettingsCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_restJson1GetIdentityProviderCommand: (
|
|
267
|
+
input: GetIdentityProviderCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_restJson1GetNetworkSettingsCommand: (
|
|
271
|
+
input: GetNetworkSettingsCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_restJson1GetPortalCommand: (
|
|
275
|
+
input: GetPortalCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_restJson1GetPortalServiceProviderMetadataCommand: (
|
|
279
|
+
input: GetPortalServiceProviderMetadataCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_restJson1GetTrustStoreCommand: (
|
|
283
|
+
input: GetTrustStoreCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_restJson1GetTrustStoreCertificateCommand: (
|
|
287
|
+
input: GetTrustStoreCertificateCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_restJson1GetUserSettingsCommand: (
|
|
291
|
+
input: GetUserSettingsCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_restJson1ListBrowserSettingsCommand: (
|
|
295
|
+
input: ListBrowserSettingsCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_restJson1ListIdentityProvidersCommand: (
|
|
299
|
+
input: ListIdentityProvidersCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_restJson1ListNetworkSettingsCommand: (
|
|
303
|
+
input: ListNetworkSettingsCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_restJson1ListPortalsCommand: (
|
|
307
|
+
input: ListPortalsCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
311
|
+
input: ListTagsForResourceCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_restJson1ListTrustStoreCertificatesCommand: (
|
|
315
|
+
input: ListTrustStoreCertificatesCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_restJson1ListTrustStoresCommand: (
|
|
319
|
+
input: ListTrustStoresCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_restJson1ListUserSettingsCommand: (
|
|
323
|
+
input: ListUserSettingsCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
327
|
+
input: TagResourceCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
331
|
+
input: UntagResourceCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_restJson1UpdateBrowserSettingsCommand: (
|
|
335
|
+
input: UpdateBrowserSettingsCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_restJson1UpdateIdentityProviderCommand: (
|
|
339
|
+
input: UpdateIdentityProviderCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_restJson1UpdateNetworkSettingsCommand: (
|
|
343
|
+
input: UpdateNetworkSettingsCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_restJson1UpdatePortalCommand: (
|
|
347
|
+
input: UpdatePortalCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_restJson1UpdateTrustStoreCommand: (
|
|
351
|
+
input: UpdateTrustStoreCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_restJson1UpdateUserSettingsCommand: (
|
|
355
|
+
input: UpdateUserSettingsCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const deserializeAws_restJson1AssociateBrowserSettingsCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<AssociateBrowserSettingsCommandOutput>;
|
|
362
|
+
export declare const deserializeAws_restJson1AssociateNetworkSettingsCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<AssociateNetworkSettingsCommandOutput>;
|
|
366
|
+
export declare const deserializeAws_restJson1AssociateTrustStoreCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<AssociateTrustStoreCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_restJson1AssociateUserSettingsCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<AssociateUserSettingsCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_restJson1CreateBrowserSettingsCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<CreateBrowserSettingsCommandOutput>;
|
|
378
|
+
export declare const deserializeAws_restJson1CreateIdentityProviderCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<CreateIdentityProviderCommandOutput>;
|
|
382
|
+
export declare const deserializeAws_restJson1CreateNetworkSettingsCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<CreateNetworkSettingsCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_restJson1CreatePortalCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<CreatePortalCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_restJson1CreateTrustStoreCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<CreateTrustStoreCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_restJson1CreateUserSettingsCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<CreateUserSettingsCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_restJson1DeleteBrowserSettingsCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<DeleteBrowserSettingsCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_restJson1DeleteIdentityProviderCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<DeleteIdentityProviderCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_restJson1DeleteNetworkSettingsCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<DeleteNetworkSettingsCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_restJson1DeletePortalCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<DeletePortalCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_restJson1DeleteTrustStoreCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<DeleteTrustStoreCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_restJson1DeleteUserSettingsCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<DeleteUserSettingsCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_restJson1DisassociateBrowserSettingsCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<DisassociateBrowserSettingsCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_restJson1DisassociateNetworkSettingsCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<DisassociateNetworkSettingsCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_restJson1DisassociateTrustStoreCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<DisassociateTrustStoreCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_restJson1DisassociateUserSettingsCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<DisassociateUserSettingsCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_restJson1GetBrowserSettingsCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<GetBrowserSettingsCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_restJson1GetIdentityProviderCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<GetIdentityProviderCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_restJson1GetNetworkSettingsCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<GetNetworkSettingsCommandOutput>;
|
|
450
|
+
export declare const deserializeAws_restJson1GetPortalCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<GetPortalCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_restJson1GetPortalServiceProviderMetadataCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<GetPortalServiceProviderMetadataCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_restJson1GetTrustStoreCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<GetTrustStoreCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_restJson1GetTrustStoreCertificateCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<GetTrustStoreCertificateCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_restJson1GetUserSettingsCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<GetUserSettingsCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_restJson1ListBrowserSettingsCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<ListBrowserSettingsCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_restJson1ListIdentityProvidersCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<ListIdentityProvidersCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_restJson1ListNetworkSettingsCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<ListNetworkSettingsCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_restJson1ListPortalsCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<ListPortalsCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_restJson1ListTrustStoreCertificatesCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<ListTrustStoreCertificatesCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_restJson1ListTrustStoresCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<ListTrustStoresCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_restJson1ListUserSettingsCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<ListUserSettingsCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<TagResourceCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_restJson1UpdateBrowserSettingsCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<UpdateBrowserSettingsCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_restJson1UpdateIdentityProviderCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<UpdateIdentityProviderCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_restJson1UpdateNetworkSettingsCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<UpdateNetworkSettingsCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_restJson1UpdatePortalCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<UpdatePortalCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_restJson1UpdateTrustStoreCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<UpdateTrustStoreCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_restJson1UpdateUserSettingsCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<UpdateUserSettingsCommandOutput>;
|