@aws-sdk/client-workspaces-web 3.169.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 +8 -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,225 +1,796 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociateBrowserSettingsCommandInput,
|
|
4
|
+
AssociateBrowserSettingsCommandOutput,
|
|
5
|
+
} from "./commands/AssociateBrowserSettingsCommand";
|
|
6
|
+
import {
|
|
7
|
+
AssociateNetworkSettingsCommandInput,
|
|
8
|
+
AssociateNetworkSettingsCommandOutput,
|
|
9
|
+
} from "./commands/AssociateNetworkSettingsCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateTrustStoreCommandInput,
|
|
12
|
+
AssociateTrustStoreCommandOutput,
|
|
13
|
+
} from "./commands/AssociateTrustStoreCommand";
|
|
14
|
+
import {
|
|
15
|
+
AssociateUserSettingsCommandInput,
|
|
16
|
+
AssociateUserSettingsCommandOutput,
|
|
17
|
+
} from "./commands/AssociateUserSettingsCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateBrowserSettingsCommandInput,
|
|
20
|
+
CreateBrowserSettingsCommandOutput,
|
|
21
|
+
} from "./commands/CreateBrowserSettingsCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateIdentityProviderCommandInput,
|
|
24
|
+
CreateIdentityProviderCommandOutput,
|
|
25
|
+
} from "./commands/CreateIdentityProviderCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateNetworkSettingsCommandInput,
|
|
28
|
+
CreateNetworkSettingsCommandOutput,
|
|
29
|
+
} from "./commands/CreateNetworkSettingsCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreatePortalCommandInput,
|
|
32
|
+
CreatePortalCommandOutput,
|
|
33
|
+
} from "./commands/CreatePortalCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateTrustStoreCommandInput,
|
|
36
|
+
CreateTrustStoreCommandOutput,
|
|
37
|
+
} from "./commands/CreateTrustStoreCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateUserSettingsCommandInput,
|
|
40
|
+
CreateUserSettingsCommandOutput,
|
|
41
|
+
} from "./commands/CreateUserSettingsCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteBrowserSettingsCommandInput,
|
|
44
|
+
DeleteBrowserSettingsCommandOutput,
|
|
45
|
+
} from "./commands/DeleteBrowserSettingsCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteIdentityProviderCommandInput,
|
|
48
|
+
DeleteIdentityProviderCommandOutput,
|
|
49
|
+
} from "./commands/DeleteIdentityProviderCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteNetworkSettingsCommandInput,
|
|
52
|
+
DeleteNetworkSettingsCommandOutput,
|
|
53
|
+
} from "./commands/DeleteNetworkSettingsCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeletePortalCommandInput,
|
|
56
|
+
DeletePortalCommandOutput,
|
|
57
|
+
} from "./commands/DeletePortalCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteTrustStoreCommandInput,
|
|
60
|
+
DeleteTrustStoreCommandOutput,
|
|
61
|
+
} from "./commands/DeleteTrustStoreCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteUserSettingsCommandInput,
|
|
64
|
+
DeleteUserSettingsCommandOutput,
|
|
65
|
+
} from "./commands/DeleteUserSettingsCommand";
|
|
66
|
+
import {
|
|
67
|
+
DisassociateBrowserSettingsCommandInput,
|
|
68
|
+
DisassociateBrowserSettingsCommandOutput,
|
|
69
|
+
} from "./commands/DisassociateBrowserSettingsCommand";
|
|
70
|
+
import {
|
|
71
|
+
DisassociateNetworkSettingsCommandInput,
|
|
72
|
+
DisassociateNetworkSettingsCommandOutput,
|
|
73
|
+
} from "./commands/DisassociateNetworkSettingsCommand";
|
|
74
|
+
import {
|
|
75
|
+
DisassociateTrustStoreCommandInput,
|
|
76
|
+
DisassociateTrustStoreCommandOutput,
|
|
77
|
+
} from "./commands/DisassociateTrustStoreCommand";
|
|
78
|
+
import {
|
|
79
|
+
DisassociateUserSettingsCommandInput,
|
|
80
|
+
DisassociateUserSettingsCommandOutput,
|
|
81
|
+
} from "./commands/DisassociateUserSettingsCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetBrowserSettingsCommandInput,
|
|
84
|
+
GetBrowserSettingsCommandOutput,
|
|
85
|
+
} from "./commands/GetBrowserSettingsCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetIdentityProviderCommandInput,
|
|
88
|
+
GetIdentityProviderCommandOutput,
|
|
89
|
+
} from "./commands/GetIdentityProviderCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetNetworkSettingsCommandInput,
|
|
92
|
+
GetNetworkSettingsCommandOutput,
|
|
93
|
+
} from "./commands/GetNetworkSettingsCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetPortalCommandInput,
|
|
96
|
+
GetPortalCommandOutput,
|
|
97
|
+
} from "./commands/GetPortalCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetPortalServiceProviderMetadataCommandInput,
|
|
100
|
+
GetPortalServiceProviderMetadataCommandOutput,
|
|
101
|
+
} from "./commands/GetPortalServiceProviderMetadataCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetTrustStoreCertificateCommandInput,
|
|
104
|
+
GetTrustStoreCertificateCommandOutput,
|
|
105
|
+
} from "./commands/GetTrustStoreCertificateCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetTrustStoreCommandInput,
|
|
108
|
+
GetTrustStoreCommandOutput,
|
|
109
|
+
} from "./commands/GetTrustStoreCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetUserSettingsCommandInput,
|
|
112
|
+
GetUserSettingsCommandOutput,
|
|
113
|
+
} from "./commands/GetUserSettingsCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListBrowserSettingsCommandInput,
|
|
116
|
+
ListBrowserSettingsCommandOutput,
|
|
117
|
+
} from "./commands/ListBrowserSettingsCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListIdentityProvidersCommandInput,
|
|
120
|
+
ListIdentityProvidersCommandOutput,
|
|
121
|
+
} from "./commands/ListIdentityProvidersCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListNetworkSettingsCommandInput,
|
|
124
|
+
ListNetworkSettingsCommandOutput,
|
|
125
|
+
} from "./commands/ListNetworkSettingsCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListPortalsCommandInput,
|
|
128
|
+
ListPortalsCommandOutput,
|
|
129
|
+
} from "./commands/ListPortalsCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListTagsForResourceCommandInput,
|
|
132
|
+
ListTagsForResourceCommandOutput,
|
|
133
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListTrustStoreCertificatesCommandInput,
|
|
136
|
+
ListTrustStoreCertificatesCommandOutput,
|
|
137
|
+
} from "./commands/ListTrustStoreCertificatesCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListTrustStoresCommandInput,
|
|
140
|
+
ListTrustStoresCommandOutput,
|
|
141
|
+
} from "./commands/ListTrustStoresCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListUserSettingsCommandInput,
|
|
144
|
+
ListUserSettingsCommandOutput,
|
|
145
|
+
} from "./commands/ListUserSettingsCommand";
|
|
146
|
+
import {
|
|
147
|
+
TagResourceCommandInput,
|
|
148
|
+
TagResourceCommandOutput,
|
|
149
|
+
} from "./commands/TagResourceCommand";
|
|
150
|
+
import {
|
|
151
|
+
UntagResourceCommandInput,
|
|
152
|
+
UntagResourceCommandOutput,
|
|
153
|
+
} from "./commands/UntagResourceCommand";
|
|
154
|
+
import {
|
|
155
|
+
UpdateBrowserSettingsCommandInput,
|
|
156
|
+
UpdateBrowserSettingsCommandOutput,
|
|
157
|
+
} from "./commands/UpdateBrowserSettingsCommand";
|
|
158
|
+
import {
|
|
159
|
+
UpdateIdentityProviderCommandInput,
|
|
160
|
+
UpdateIdentityProviderCommandOutput,
|
|
161
|
+
} from "./commands/UpdateIdentityProviderCommand";
|
|
162
|
+
import {
|
|
163
|
+
UpdateNetworkSettingsCommandInput,
|
|
164
|
+
UpdateNetworkSettingsCommandOutput,
|
|
165
|
+
} from "./commands/UpdateNetworkSettingsCommand";
|
|
166
|
+
import {
|
|
167
|
+
UpdatePortalCommandInput,
|
|
168
|
+
UpdatePortalCommandOutput,
|
|
169
|
+
} from "./commands/UpdatePortalCommand";
|
|
170
|
+
import {
|
|
171
|
+
UpdateTrustStoreCommandInput,
|
|
172
|
+
UpdateTrustStoreCommandOutput,
|
|
173
|
+
} from "./commands/UpdateTrustStoreCommand";
|
|
174
|
+
import {
|
|
175
|
+
UpdateUserSettingsCommandInput,
|
|
176
|
+
UpdateUserSettingsCommandOutput,
|
|
177
|
+
} from "./commands/UpdateUserSettingsCommand";
|
|
178
|
+
import { WorkSpacesWebClient } from "./WorkSpacesWebClient";
|
|
179
|
+
|
|
180
|
+
export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
181
|
+
associateBrowserSettings(
|
|
182
|
+
args: AssociateBrowserSettingsCommandInput,
|
|
183
|
+
options?: __HttpHandlerOptions
|
|
184
|
+
): Promise<AssociateBrowserSettingsCommandOutput>;
|
|
185
|
+
associateBrowserSettings(
|
|
186
|
+
args: AssociateBrowserSettingsCommandInput,
|
|
187
|
+
cb: (err: any, data?: AssociateBrowserSettingsCommandOutput) => void
|
|
188
|
+
): void;
|
|
189
|
+
associateBrowserSettings(
|
|
190
|
+
args: AssociateBrowserSettingsCommandInput,
|
|
191
|
+
options: __HttpHandlerOptions,
|
|
192
|
+
cb: (err: any, data?: AssociateBrowserSettingsCommandOutput) => void
|
|
193
|
+
): void;
|
|
194
|
+
|
|
195
|
+
associateNetworkSettings(
|
|
196
|
+
args: AssociateNetworkSettingsCommandInput,
|
|
197
|
+
options?: __HttpHandlerOptions
|
|
198
|
+
): Promise<AssociateNetworkSettingsCommandOutput>;
|
|
199
|
+
associateNetworkSettings(
|
|
200
|
+
args: AssociateNetworkSettingsCommandInput,
|
|
201
|
+
cb: (err: any, data?: AssociateNetworkSettingsCommandOutput) => void
|
|
202
|
+
): void;
|
|
203
|
+
associateNetworkSettings(
|
|
204
|
+
args: AssociateNetworkSettingsCommandInput,
|
|
205
|
+
options: __HttpHandlerOptions,
|
|
206
|
+
cb: (err: any, data?: AssociateNetworkSettingsCommandOutput) => void
|
|
207
|
+
): void;
|
|
208
|
+
|
|
209
|
+
associateTrustStore(
|
|
210
|
+
args: AssociateTrustStoreCommandInput,
|
|
211
|
+
options?: __HttpHandlerOptions
|
|
212
|
+
): Promise<AssociateTrustStoreCommandOutput>;
|
|
213
|
+
associateTrustStore(
|
|
214
|
+
args: AssociateTrustStoreCommandInput,
|
|
215
|
+
cb: (err: any, data?: AssociateTrustStoreCommandOutput) => void
|
|
216
|
+
): void;
|
|
217
|
+
associateTrustStore(
|
|
218
|
+
args: AssociateTrustStoreCommandInput,
|
|
219
|
+
options: __HttpHandlerOptions,
|
|
220
|
+
cb: (err: any, data?: AssociateTrustStoreCommandOutput) => void
|
|
221
|
+
): void;
|
|
222
|
+
|
|
223
|
+
associateUserSettings(
|
|
224
|
+
args: AssociateUserSettingsCommandInput,
|
|
225
|
+
options?: __HttpHandlerOptions
|
|
226
|
+
): Promise<AssociateUserSettingsCommandOutput>;
|
|
227
|
+
associateUserSettings(
|
|
228
|
+
args: AssociateUserSettingsCommandInput,
|
|
229
|
+
cb: (err: any, data?: AssociateUserSettingsCommandOutput) => void
|
|
230
|
+
): void;
|
|
231
|
+
associateUserSettings(
|
|
232
|
+
args: AssociateUserSettingsCommandInput,
|
|
233
|
+
options: __HttpHandlerOptions,
|
|
234
|
+
cb: (err: any, data?: AssociateUserSettingsCommandOutput) => void
|
|
235
|
+
): void;
|
|
236
|
+
|
|
237
|
+
createBrowserSettings(
|
|
238
|
+
args: CreateBrowserSettingsCommandInput,
|
|
239
|
+
options?: __HttpHandlerOptions
|
|
240
|
+
): Promise<CreateBrowserSettingsCommandOutput>;
|
|
241
|
+
createBrowserSettings(
|
|
242
|
+
args: CreateBrowserSettingsCommandInput,
|
|
243
|
+
cb: (err: any, data?: CreateBrowserSettingsCommandOutput) => void
|
|
244
|
+
): void;
|
|
245
|
+
createBrowserSettings(
|
|
246
|
+
args: CreateBrowserSettingsCommandInput,
|
|
247
|
+
options: __HttpHandlerOptions,
|
|
248
|
+
cb: (err: any, data?: CreateBrowserSettingsCommandOutput) => void
|
|
249
|
+
): void;
|
|
250
|
+
|
|
251
|
+
createIdentityProvider(
|
|
252
|
+
args: CreateIdentityProviderCommandInput,
|
|
253
|
+
options?: __HttpHandlerOptions
|
|
254
|
+
): Promise<CreateIdentityProviderCommandOutput>;
|
|
255
|
+
createIdentityProvider(
|
|
256
|
+
args: CreateIdentityProviderCommandInput,
|
|
257
|
+
cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void
|
|
258
|
+
): void;
|
|
259
|
+
createIdentityProvider(
|
|
260
|
+
args: CreateIdentityProviderCommandInput,
|
|
261
|
+
options: __HttpHandlerOptions,
|
|
262
|
+
cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void
|
|
263
|
+
): void;
|
|
264
|
+
|
|
265
|
+
createNetworkSettings(
|
|
266
|
+
args: CreateNetworkSettingsCommandInput,
|
|
267
|
+
options?: __HttpHandlerOptions
|
|
268
|
+
): Promise<CreateNetworkSettingsCommandOutput>;
|
|
269
|
+
createNetworkSettings(
|
|
270
|
+
args: CreateNetworkSettingsCommandInput,
|
|
271
|
+
cb: (err: any, data?: CreateNetworkSettingsCommandOutput) => void
|
|
272
|
+
): void;
|
|
273
|
+
createNetworkSettings(
|
|
274
|
+
args: CreateNetworkSettingsCommandInput,
|
|
275
|
+
options: __HttpHandlerOptions,
|
|
276
|
+
cb: (err: any, data?: CreateNetworkSettingsCommandOutput) => void
|
|
277
|
+
): void;
|
|
278
|
+
|
|
279
|
+
createPortal(
|
|
280
|
+
args: CreatePortalCommandInput,
|
|
281
|
+
options?: __HttpHandlerOptions
|
|
282
|
+
): Promise<CreatePortalCommandOutput>;
|
|
283
|
+
createPortal(
|
|
284
|
+
args: CreatePortalCommandInput,
|
|
285
|
+
cb: (err: any, data?: CreatePortalCommandOutput) => void
|
|
286
|
+
): void;
|
|
287
|
+
createPortal(
|
|
288
|
+
args: CreatePortalCommandInput,
|
|
289
|
+
options: __HttpHandlerOptions,
|
|
290
|
+
cb: (err: any, data?: CreatePortalCommandOutput) => void
|
|
291
|
+
): void;
|
|
292
|
+
|
|
293
|
+
createTrustStore(
|
|
294
|
+
args: CreateTrustStoreCommandInput,
|
|
295
|
+
options?: __HttpHandlerOptions
|
|
296
|
+
): Promise<CreateTrustStoreCommandOutput>;
|
|
297
|
+
createTrustStore(
|
|
298
|
+
args: CreateTrustStoreCommandInput,
|
|
299
|
+
cb: (err: any, data?: CreateTrustStoreCommandOutput) => void
|
|
300
|
+
): void;
|
|
301
|
+
createTrustStore(
|
|
302
|
+
args: CreateTrustStoreCommandInput,
|
|
303
|
+
options: __HttpHandlerOptions,
|
|
304
|
+
cb: (err: any, data?: CreateTrustStoreCommandOutput) => void
|
|
305
|
+
): void;
|
|
306
|
+
|
|
307
|
+
createUserSettings(
|
|
308
|
+
args: CreateUserSettingsCommandInput,
|
|
309
|
+
options?: __HttpHandlerOptions
|
|
310
|
+
): Promise<CreateUserSettingsCommandOutput>;
|
|
311
|
+
createUserSettings(
|
|
312
|
+
args: CreateUserSettingsCommandInput,
|
|
313
|
+
cb: (err: any, data?: CreateUserSettingsCommandOutput) => void
|
|
314
|
+
): void;
|
|
315
|
+
createUserSettings(
|
|
316
|
+
args: CreateUserSettingsCommandInput,
|
|
317
|
+
options: __HttpHandlerOptions,
|
|
318
|
+
cb: (err: any, data?: CreateUserSettingsCommandOutput) => void
|
|
319
|
+
): void;
|
|
320
|
+
|
|
321
|
+
deleteBrowserSettings(
|
|
322
|
+
args: DeleteBrowserSettingsCommandInput,
|
|
323
|
+
options?: __HttpHandlerOptions
|
|
324
|
+
): Promise<DeleteBrowserSettingsCommandOutput>;
|
|
325
|
+
deleteBrowserSettings(
|
|
326
|
+
args: DeleteBrowserSettingsCommandInput,
|
|
327
|
+
cb: (err: any, data?: DeleteBrowserSettingsCommandOutput) => void
|
|
328
|
+
): void;
|
|
329
|
+
deleteBrowserSettings(
|
|
330
|
+
args: DeleteBrowserSettingsCommandInput,
|
|
331
|
+
options: __HttpHandlerOptions,
|
|
332
|
+
cb: (err: any, data?: DeleteBrowserSettingsCommandOutput) => void
|
|
333
|
+
): void;
|
|
334
|
+
|
|
335
|
+
deleteIdentityProvider(
|
|
336
|
+
args: DeleteIdentityProviderCommandInput,
|
|
337
|
+
options?: __HttpHandlerOptions
|
|
338
|
+
): Promise<DeleteIdentityProviderCommandOutput>;
|
|
339
|
+
deleteIdentityProvider(
|
|
340
|
+
args: DeleteIdentityProviderCommandInput,
|
|
341
|
+
cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void
|
|
342
|
+
): void;
|
|
343
|
+
deleteIdentityProvider(
|
|
344
|
+
args: DeleteIdentityProviderCommandInput,
|
|
345
|
+
options: __HttpHandlerOptions,
|
|
346
|
+
cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void
|
|
347
|
+
): void;
|
|
348
|
+
|
|
349
|
+
deleteNetworkSettings(
|
|
350
|
+
args: DeleteNetworkSettingsCommandInput,
|
|
351
|
+
options?: __HttpHandlerOptions
|
|
352
|
+
): Promise<DeleteNetworkSettingsCommandOutput>;
|
|
353
|
+
deleteNetworkSettings(
|
|
354
|
+
args: DeleteNetworkSettingsCommandInput,
|
|
355
|
+
cb: (err: any, data?: DeleteNetworkSettingsCommandOutput) => void
|
|
356
|
+
): void;
|
|
357
|
+
deleteNetworkSettings(
|
|
358
|
+
args: DeleteNetworkSettingsCommandInput,
|
|
359
|
+
options: __HttpHandlerOptions,
|
|
360
|
+
cb: (err: any, data?: DeleteNetworkSettingsCommandOutput) => void
|
|
361
|
+
): void;
|
|
362
|
+
|
|
363
|
+
deletePortal(
|
|
364
|
+
args: DeletePortalCommandInput,
|
|
365
|
+
options?: __HttpHandlerOptions
|
|
366
|
+
): Promise<DeletePortalCommandOutput>;
|
|
367
|
+
deletePortal(
|
|
368
|
+
args: DeletePortalCommandInput,
|
|
369
|
+
cb: (err: any, data?: DeletePortalCommandOutput) => void
|
|
370
|
+
): void;
|
|
371
|
+
deletePortal(
|
|
372
|
+
args: DeletePortalCommandInput,
|
|
373
|
+
options: __HttpHandlerOptions,
|
|
374
|
+
cb: (err: any, data?: DeletePortalCommandOutput) => void
|
|
375
|
+
): void;
|
|
376
|
+
|
|
377
|
+
deleteTrustStore(
|
|
378
|
+
args: DeleteTrustStoreCommandInput,
|
|
379
|
+
options?: __HttpHandlerOptions
|
|
380
|
+
): Promise<DeleteTrustStoreCommandOutput>;
|
|
381
|
+
deleteTrustStore(
|
|
382
|
+
args: DeleteTrustStoreCommandInput,
|
|
383
|
+
cb: (err: any, data?: DeleteTrustStoreCommandOutput) => void
|
|
384
|
+
): void;
|
|
385
|
+
deleteTrustStore(
|
|
386
|
+
args: DeleteTrustStoreCommandInput,
|
|
387
|
+
options: __HttpHandlerOptions,
|
|
388
|
+
cb: (err: any, data?: DeleteTrustStoreCommandOutput) => void
|
|
389
|
+
): void;
|
|
390
|
+
|
|
391
|
+
deleteUserSettings(
|
|
392
|
+
args: DeleteUserSettingsCommandInput,
|
|
393
|
+
options?: __HttpHandlerOptions
|
|
394
|
+
): Promise<DeleteUserSettingsCommandOutput>;
|
|
395
|
+
deleteUserSettings(
|
|
396
|
+
args: DeleteUserSettingsCommandInput,
|
|
397
|
+
cb: (err: any, data?: DeleteUserSettingsCommandOutput) => void
|
|
398
|
+
): void;
|
|
399
|
+
deleteUserSettings(
|
|
400
|
+
args: DeleteUserSettingsCommandInput,
|
|
401
|
+
options: __HttpHandlerOptions,
|
|
402
|
+
cb: (err: any, data?: DeleteUserSettingsCommandOutput) => void
|
|
403
|
+
): void;
|
|
404
|
+
|
|
405
|
+
disassociateBrowserSettings(
|
|
406
|
+
args: DisassociateBrowserSettingsCommandInput,
|
|
407
|
+
options?: __HttpHandlerOptions
|
|
408
|
+
): Promise<DisassociateBrowserSettingsCommandOutput>;
|
|
409
|
+
disassociateBrowserSettings(
|
|
410
|
+
args: DisassociateBrowserSettingsCommandInput,
|
|
411
|
+
cb: (err: any, data?: DisassociateBrowserSettingsCommandOutput) => void
|
|
412
|
+
): void;
|
|
413
|
+
disassociateBrowserSettings(
|
|
414
|
+
args: DisassociateBrowserSettingsCommandInput,
|
|
415
|
+
options: __HttpHandlerOptions,
|
|
416
|
+
cb: (err: any, data?: DisassociateBrowserSettingsCommandOutput) => void
|
|
417
|
+
): void;
|
|
418
|
+
|
|
419
|
+
disassociateNetworkSettings(
|
|
420
|
+
args: DisassociateNetworkSettingsCommandInput,
|
|
421
|
+
options?: __HttpHandlerOptions
|
|
422
|
+
): Promise<DisassociateNetworkSettingsCommandOutput>;
|
|
423
|
+
disassociateNetworkSettings(
|
|
424
|
+
args: DisassociateNetworkSettingsCommandInput,
|
|
425
|
+
cb: (err: any, data?: DisassociateNetworkSettingsCommandOutput) => void
|
|
426
|
+
): void;
|
|
427
|
+
disassociateNetworkSettings(
|
|
428
|
+
args: DisassociateNetworkSettingsCommandInput,
|
|
429
|
+
options: __HttpHandlerOptions,
|
|
430
|
+
cb: (err: any, data?: DisassociateNetworkSettingsCommandOutput) => void
|
|
431
|
+
): void;
|
|
432
|
+
|
|
433
|
+
disassociateTrustStore(
|
|
434
|
+
args: DisassociateTrustStoreCommandInput,
|
|
435
|
+
options?: __HttpHandlerOptions
|
|
436
|
+
): Promise<DisassociateTrustStoreCommandOutput>;
|
|
437
|
+
disassociateTrustStore(
|
|
438
|
+
args: DisassociateTrustStoreCommandInput,
|
|
439
|
+
cb: (err: any, data?: DisassociateTrustStoreCommandOutput) => void
|
|
440
|
+
): void;
|
|
441
|
+
disassociateTrustStore(
|
|
442
|
+
args: DisassociateTrustStoreCommandInput,
|
|
443
|
+
options: __HttpHandlerOptions,
|
|
444
|
+
cb: (err: any, data?: DisassociateTrustStoreCommandOutput) => void
|
|
445
|
+
): void;
|
|
446
|
+
|
|
447
|
+
disassociateUserSettings(
|
|
448
|
+
args: DisassociateUserSettingsCommandInput,
|
|
449
|
+
options?: __HttpHandlerOptions
|
|
450
|
+
): Promise<DisassociateUserSettingsCommandOutput>;
|
|
451
|
+
disassociateUserSettings(
|
|
452
|
+
args: DisassociateUserSettingsCommandInput,
|
|
453
|
+
cb: (err: any, data?: DisassociateUserSettingsCommandOutput) => void
|
|
454
|
+
): void;
|
|
455
|
+
disassociateUserSettings(
|
|
456
|
+
args: DisassociateUserSettingsCommandInput,
|
|
457
|
+
options: __HttpHandlerOptions,
|
|
458
|
+
cb: (err: any, data?: DisassociateUserSettingsCommandOutput) => void
|
|
459
|
+
): void;
|
|
460
|
+
|
|
461
|
+
getBrowserSettings(
|
|
462
|
+
args: GetBrowserSettingsCommandInput,
|
|
463
|
+
options?: __HttpHandlerOptions
|
|
464
|
+
): Promise<GetBrowserSettingsCommandOutput>;
|
|
465
|
+
getBrowserSettings(
|
|
466
|
+
args: GetBrowserSettingsCommandInput,
|
|
467
|
+
cb: (err: any, data?: GetBrowserSettingsCommandOutput) => void
|
|
468
|
+
): void;
|
|
469
|
+
getBrowserSettings(
|
|
470
|
+
args: GetBrowserSettingsCommandInput,
|
|
471
|
+
options: __HttpHandlerOptions,
|
|
472
|
+
cb: (err: any, data?: GetBrowserSettingsCommandOutput) => void
|
|
473
|
+
): void;
|
|
474
|
+
|
|
475
|
+
getIdentityProvider(
|
|
476
|
+
args: GetIdentityProviderCommandInput,
|
|
477
|
+
options?: __HttpHandlerOptions
|
|
478
|
+
): Promise<GetIdentityProviderCommandOutput>;
|
|
479
|
+
getIdentityProvider(
|
|
480
|
+
args: GetIdentityProviderCommandInput,
|
|
481
|
+
cb: (err: any, data?: GetIdentityProviderCommandOutput) => void
|
|
482
|
+
): void;
|
|
483
|
+
getIdentityProvider(
|
|
484
|
+
args: GetIdentityProviderCommandInput,
|
|
485
|
+
options: __HttpHandlerOptions,
|
|
486
|
+
cb: (err: any, data?: GetIdentityProviderCommandOutput) => void
|
|
487
|
+
): void;
|
|
488
|
+
|
|
489
|
+
getNetworkSettings(
|
|
490
|
+
args: GetNetworkSettingsCommandInput,
|
|
491
|
+
options?: __HttpHandlerOptions
|
|
492
|
+
): Promise<GetNetworkSettingsCommandOutput>;
|
|
493
|
+
getNetworkSettings(
|
|
494
|
+
args: GetNetworkSettingsCommandInput,
|
|
495
|
+
cb: (err: any, data?: GetNetworkSettingsCommandOutput) => void
|
|
496
|
+
): void;
|
|
497
|
+
getNetworkSettings(
|
|
498
|
+
args: GetNetworkSettingsCommandInput,
|
|
499
|
+
options: __HttpHandlerOptions,
|
|
500
|
+
cb: (err: any, data?: GetNetworkSettingsCommandOutput) => void
|
|
501
|
+
): void;
|
|
502
|
+
|
|
503
|
+
getPortal(
|
|
504
|
+
args: GetPortalCommandInput,
|
|
505
|
+
options?: __HttpHandlerOptions
|
|
506
|
+
): Promise<GetPortalCommandOutput>;
|
|
507
|
+
getPortal(
|
|
508
|
+
args: GetPortalCommandInput,
|
|
509
|
+
cb: (err: any, data?: GetPortalCommandOutput) => void
|
|
510
|
+
): void;
|
|
511
|
+
getPortal(
|
|
512
|
+
args: GetPortalCommandInput,
|
|
513
|
+
options: __HttpHandlerOptions,
|
|
514
|
+
cb: (err: any, data?: GetPortalCommandOutput) => void
|
|
515
|
+
): void;
|
|
516
|
+
|
|
517
|
+
getPortalServiceProviderMetadata(
|
|
518
|
+
args: GetPortalServiceProviderMetadataCommandInput,
|
|
519
|
+
options?: __HttpHandlerOptions
|
|
520
|
+
): Promise<GetPortalServiceProviderMetadataCommandOutput>;
|
|
521
|
+
getPortalServiceProviderMetadata(
|
|
522
|
+
args: GetPortalServiceProviderMetadataCommandInput,
|
|
523
|
+
cb: (err: any, data?: GetPortalServiceProviderMetadataCommandOutput) => void
|
|
524
|
+
): void;
|
|
525
|
+
getPortalServiceProviderMetadata(
|
|
526
|
+
args: GetPortalServiceProviderMetadataCommandInput,
|
|
527
|
+
options: __HttpHandlerOptions,
|
|
528
|
+
cb: (err: any, data?: GetPortalServiceProviderMetadataCommandOutput) => void
|
|
529
|
+
): void;
|
|
530
|
+
|
|
531
|
+
getTrustStore(
|
|
532
|
+
args: GetTrustStoreCommandInput,
|
|
533
|
+
options?: __HttpHandlerOptions
|
|
534
|
+
): Promise<GetTrustStoreCommandOutput>;
|
|
535
|
+
getTrustStore(
|
|
536
|
+
args: GetTrustStoreCommandInput,
|
|
537
|
+
cb: (err: any, data?: GetTrustStoreCommandOutput) => void
|
|
538
|
+
): void;
|
|
539
|
+
getTrustStore(
|
|
540
|
+
args: GetTrustStoreCommandInput,
|
|
541
|
+
options: __HttpHandlerOptions,
|
|
542
|
+
cb: (err: any, data?: GetTrustStoreCommandOutput) => void
|
|
543
|
+
): void;
|
|
544
|
+
|
|
545
|
+
getTrustStoreCertificate(
|
|
546
|
+
args: GetTrustStoreCertificateCommandInput,
|
|
547
|
+
options?: __HttpHandlerOptions
|
|
548
|
+
): Promise<GetTrustStoreCertificateCommandOutput>;
|
|
549
|
+
getTrustStoreCertificate(
|
|
550
|
+
args: GetTrustStoreCertificateCommandInput,
|
|
551
|
+
cb: (err: any, data?: GetTrustStoreCertificateCommandOutput) => void
|
|
552
|
+
): void;
|
|
553
|
+
getTrustStoreCertificate(
|
|
554
|
+
args: GetTrustStoreCertificateCommandInput,
|
|
555
|
+
options: __HttpHandlerOptions,
|
|
556
|
+
cb: (err: any, data?: GetTrustStoreCertificateCommandOutput) => void
|
|
557
|
+
): void;
|
|
558
|
+
|
|
559
|
+
getUserSettings(
|
|
560
|
+
args: GetUserSettingsCommandInput,
|
|
561
|
+
options?: __HttpHandlerOptions
|
|
562
|
+
): Promise<GetUserSettingsCommandOutput>;
|
|
563
|
+
getUserSettings(
|
|
564
|
+
args: GetUserSettingsCommandInput,
|
|
565
|
+
cb: (err: any, data?: GetUserSettingsCommandOutput) => void
|
|
566
|
+
): void;
|
|
567
|
+
getUserSettings(
|
|
568
|
+
args: GetUserSettingsCommandInput,
|
|
569
|
+
options: __HttpHandlerOptions,
|
|
570
|
+
cb: (err: any, data?: GetUserSettingsCommandOutput) => void
|
|
571
|
+
): void;
|
|
572
|
+
|
|
573
|
+
listBrowserSettings(
|
|
574
|
+
args: ListBrowserSettingsCommandInput,
|
|
575
|
+
options?: __HttpHandlerOptions
|
|
576
|
+
): Promise<ListBrowserSettingsCommandOutput>;
|
|
577
|
+
listBrowserSettings(
|
|
578
|
+
args: ListBrowserSettingsCommandInput,
|
|
579
|
+
cb: (err: any, data?: ListBrowserSettingsCommandOutput) => void
|
|
580
|
+
): void;
|
|
581
|
+
listBrowserSettings(
|
|
582
|
+
args: ListBrowserSettingsCommandInput,
|
|
583
|
+
options: __HttpHandlerOptions,
|
|
584
|
+
cb: (err: any, data?: ListBrowserSettingsCommandOutput) => void
|
|
585
|
+
): void;
|
|
586
|
+
|
|
587
|
+
listIdentityProviders(
|
|
588
|
+
args: ListIdentityProvidersCommandInput,
|
|
589
|
+
options?: __HttpHandlerOptions
|
|
590
|
+
): Promise<ListIdentityProvidersCommandOutput>;
|
|
591
|
+
listIdentityProviders(
|
|
592
|
+
args: ListIdentityProvidersCommandInput,
|
|
593
|
+
cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void
|
|
594
|
+
): void;
|
|
595
|
+
listIdentityProviders(
|
|
596
|
+
args: ListIdentityProvidersCommandInput,
|
|
597
|
+
options: __HttpHandlerOptions,
|
|
598
|
+
cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void
|
|
599
|
+
): void;
|
|
600
|
+
|
|
601
|
+
listNetworkSettings(
|
|
602
|
+
args: ListNetworkSettingsCommandInput,
|
|
603
|
+
options?: __HttpHandlerOptions
|
|
604
|
+
): Promise<ListNetworkSettingsCommandOutput>;
|
|
605
|
+
listNetworkSettings(
|
|
606
|
+
args: ListNetworkSettingsCommandInput,
|
|
607
|
+
cb: (err: any, data?: ListNetworkSettingsCommandOutput) => void
|
|
608
|
+
): void;
|
|
609
|
+
listNetworkSettings(
|
|
610
|
+
args: ListNetworkSettingsCommandInput,
|
|
611
|
+
options: __HttpHandlerOptions,
|
|
612
|
+
cb: (err: any, data?: ListNetworkSettingsCommandOutput) => void
|
|
613
|
+
): void;
|
|
614
|
+
|
|
615
|
+
listPortals(
|
|
616
|
+
args: ListPortalsCommandInput,
|
|
617
|
+
options?: __HttpHandlerOptions
|
|
618
|
+
): Promise<ListPortalsCommandOutput>;
|
|
619
|
+
listPortals(
|
|
620
|
+
args: ListPortalsCommandInput,
|
|
621
|
+
cb: (err: any, data?: ListPortalsCommandOutput) => void
|
|
622
|
+
): void;
|
|
623
|
+
listPortals(
|
|
624
|
+
args: ListPortalsCommandInput,
|
|
625
|
+
options: __HttpHandlerOptions,
|
|
626
|
+
cb: (err: any, data?: ListPortalsCommandOutput) => void
|
|
627
|
+
): void;
|
|
628
|
+
|
|
629
|
+
listTagsForResource(
|
|
630
|
+
args: ListTagsForResourceCommandInput,
|
|
631
|
+
options?: __HttpHandlerOptions
|
|
632
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
633
|
+
listTagsForResource(
|
|
634
|
+
args: ListTagsForResourceCommandInput,
|
|
635
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
636
|
+
): void;
|
|
637
|
+
listTagsForResource(
|
|
638
|
+
args: ListTagsForResourceCommandInput,
|
|
639
|
+
options: __HttpHandlerOptions,
|
|
640
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
641
|
+
): void;
|
|
642
|
+
|
|
643
|
+
listTrustStoreCertificates(
|
|
644
|
+
args: ListTrustStoreCertificatesCommandInput,
|
|
645
|
+
options?: __HttpHandlerOptions
|
|
646
|
+
): Promise<ListTrustStoreCertificatesCommandOutput>;
|
|
647
|
+
listTrustStoreCertificates(
|
|
648
|
+
args: ListTrustStoreCertificatesCommandInput,
|
|
649
|
+
cb: (err: any, data?: ListTrustStoreCertificatesCommandOutput) => void
|
|
650
|
+
): void;
|
|
651
|
+
listTrustStoreCertificates(
|
|
652
|
+
args: ListTrustStoreCertificatesCommandInput,
|
|
653
|
+
options: __HttpHandlerOptions,
|
|
654
|
+
cb: (err: any, data?: ListTrustStoreCertificatesCommandOutput) => void
|
|
655
|
+
): void;
|
|
656
|
+
|
|
657
|
+
listTrustStores(
|
|
658
|
+
args: ListTrustStoresCommandInput,
|
|
659
|
+
options?: __HttpHandlerOptions
|
|
660
|
+
): Promise<ListTrustStoresCommandOutput>;
|
|
661
|
+
listTrustStores(
|
|
662
|
+
args: ListTrustStoresCommandInput,
|
|
663
|
+
cb: (err: any, data?: ListTrustStoresCommandOutput) => void
|
|
664
|
+
): void;
|
|
665
|
+
listTrustStores(
|
|
666
|
+
args: ListTrustStoresCommandInput,
|
|
667
|
+
options: __HttpHandlerOptions,
|
|
668
|
+
cb: (err: any, data?: ListTrustStoresCommandOutput) => void
|
|
669
|
+
): void;
|
|
670
|
+
|
|
671
|
+
listUserSettings(
|
|
672
|
+
args: ListUserSettingsCommandInput,
|
|
673
|
+
options?: __HttpHandlerOptions
|
|
674
|
+
): Promise<ListUserSettingsCommandOutput>;
|
|
675
|
+
listUserSettings(
|
|
676
|
+
args: ListUserSettingsCommandInput,
|
|
677
|
+
cb: (err: any, data?: ListUserSettingsCommandOutput) => void
|
|
678
|
+
): void;
|
|
679
|
+
listUserSettings(
|
|
680
|
+
args: ListUserSettingsCommandInput,
|
|
681
|
+
options: __HttpHandlerOptions,
|
|
682
|
+
cb: (err: any, data?: ListUserSettingsCommandOutput) => void
|
|
683
|
+
): void;
|
|
684
|
+
|
|
685
|
+
tagResource(
|
|
686
|
+
args: TagResourceCommandInput,
|
|
687
|
+
options?: __HttpHandlerOptions
|
|
688
|
+
): Promise<TagResourceCommandOutput>;
|
|
689
|
+
tagResource(
|
|
690
|
+
args: TagResourceCommandInput,
|
|
691
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
692
|
+
): void;
|
|
693
|
+
tagResource(
|
|
694
|
+
args: TagResourceCommandInput,
|
|
695
|
+
options: __HttpHandlerOptions,
|
|
696
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
697
|
+
): void;
|
|
698
|
+
|
|
699
|
+
untagResource(
|
|
700
|
+
args: UntagResourceCommandInput,
|
|
701
|
+
options?: __HttpHandlerOptions
|
|
702
|
+
): Promise<UntagResourceCommandOutput>;
|
|
703
|
+
untagResource(
|
|
704
|
+
args: UntagResourceCommandInput,
|
|
705
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
706
|
+
): void;
|
|
707
|
+
untagResource(
|
|
708
|
+
args: UntagResourceCommandInput,
|
|
709
|
+
options: __HttpHandlerOptions,
|
|
710
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
711
|
+
): void;
|
|
712
|
+
|
|
713
|
+
updateBrowserSettings(
|
|
714
|
+
args: UpdateBrowserSettingsCommandInput,
|
|
715
|
+
options?: __HttpHandlerOptions
|
|
716
|
+
): Promise<UpdateBrowserSettingsCommandOutput>;
|
|
717
|
+
updateBrowserSettings(
|
|
718
|
+
args: UpdateBrowserSettingsCommandInput,
|
|
719
|
+
cb: (err: any, data?: UpdateBrowserSettingsCommandOutput) => void
|
|
720
|
+
): void;
|
|
721
|
+
updateBrowserSettings(
|
|
722
|
+
args: UpdateBrowserSettingsCommandInput,
|
|
723
|
+
options: __HttpHandlerOptions,
|
|
724
|
+
cb: (err: any, data?: UpdateBrowserSettingsCommandOutput) => void
|
|
725
|
+
): void;
|
|
726
|
+
|
|
727
|
+
updateIdentityProvider(
|
|
728
|
+
args: UpdateIdentityProviderCommandInput,
|
|
729
|
+
options?: __HttpHandlerOptions
|
|
730
|
+
): Promise<UpdateIdentityProviderCommandOutput>;
|
|
731
|
+
updateIdentityProvider(
|
|
732
|
+
args: UpdateIdentityProviderCommandInput,
|
|
733
|
+
cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void
|
|
734
|
+
): void;
|
|
735
|
+
updateIdentityProvider(
|
|
736
|
+
args: UpdateIdentityProviderCommandInput,
|
|
737
|
+
options: __HttpHandlerOptions,
|
|
738
|
+
cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void
|
|
739
|
+
): void;
|
|
740
|
+
|
|
741
|
+
updateNetworkSettings(
|
|
742
|
+
args: UpdateNetworkSettingsCommandInput,
|
|
743
|
+
options?: __HttpHandlerOptions
|
|
744
|
+
): Promise<UpdateNetworkSettingsCommandOutput>;
|
|
745
|
+
updateNetworkSettings(
|
|
746
|
+
args: UpdateNetworkSettingsCommandInput,
|
|
747
|
+
cb: (err: any, data?: UpdateNetworkSettingsCommandOutput) => void
|
|
748
|
+
): void;
|
|
749
|
+
updateNetworkSettings(
|
|
750
|
+
args: UpdateNetworkSettingsCommandInput,
|
|
751
|
+
options: __HttpHandlerOptions,
|
|
752
|
+
cb: (err: any, data?: UpdateNetworkSettingsCommandOutput) => void
|
|
753
|
+
): void;
|
|
754
|
+
|
|
755
|
+
updatePortal(
|
|
756
|
+
args: UpdatePortalCommandInput,
|
|
757
|
+
options?: __HttpHandlerOptions
|
|
758
|
+
): Promise<UpdatePortalCommandOutput>;
|
|
759
|
+
updatePortal(
|
|
760
|
+
args: UpdatePortalCommandInput,
|
|
761
|
+
cb: (err: any, data?: UpdatePortalCommandOutput) => void
|
|
762
|
+
): void;
|
|
763
|
+
updatePortal(
|
|
764
|
+
args: UpdatePortalCommandInput,
|
|
765
|
+
options: __HttpHandlerOptions,
|
|
766
|
+
cb: (err: any, data?: UpdatePortalCommandOutput) => void
|
|
767
|
+
): void;
|
|
768
|
+
|
|
769
|
+
updateTrustStore(
|
|
770
|
+
args: UpdateTrustStoreCommandInput,
|
|
771
|
+
options?: __HttpHandlerOptions
|
|
772
|
+
): Promise<UpdateTrustStoreCommandOutput>;
|
|
773
|
+
updateTrustStore(
|
|
774
|
+
args: UpdateTrustStoreCommandInput,
|
|
775
|
+
cb: (err: any, data?: UpdateTrustStoreCommandOutput) => void
|
|
776
|
+
): void;
|
|
777
|
+
updateTrustStore(
|
|
778
|
+
args: UpdateTrustStoreCommandInput,
|
|
779
|
+
options: __HttpHandlerOptions,
|
|
780
|
+
cb: (err: any, data?: UpdateTrustStoreCommandOutput) => void
|
|
781
|
+
): void;
|
|
782
|
+
|
|
783
|
+
updateUserSettings(
|
|
784
|
+
args: UpdateUserSettingsCommandInput,
|
|
785
|
+
options?: __HttpHandlerOptions
|
|
786
|
+
): Promise<UpdateUserSettingsCommandOutput>;
|
|
787
|
+
updateUserSettings(
|
|
788
|
+
args: UpdateUserSettingsCommandInput,
|
|
789
|
+
cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void
|
|
790
|
+
): void;
|
|
791
|
+
updateUserSettings(
|
|
792
|
+
args: UpdateUserSettingsCommandInput,
|
|
793
|
+
options: __HttpHandlerOptions,
|
|
794
|
+
cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void
|
|
795
|
+
): void;
|
|
796
|
+
}
|