@aws-sdk/client-workspaces-web 3.651.1 → 3.655.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/README.md +31 -6
- package/dist-cjs/index.js +207 -0
- package/dist-es/WorkSpacesWeb.js +6 -0
- package/dist-es/commands/ExpireSessionCommand.js +22 -0
- package/dist-es/commands/GetSessionCommand.js +23 -0
- package/dist-es/commands/ListSessionsCommand.js +23 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +29 -0
- package/dist-es/pagination/ListSessionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +109 -0
- package/dist-types/WorkSpacesWeb.d.ts +28 -6
- package/dist-types/WorkSpacesWebClient.d.ts +12 -8
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +11 -0
- package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +11 -0
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +13 -1
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ExpireSessionCommand.d.ts +85 -0
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +11 -0
- package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetPortalCommand.d.ts +11 -0
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +11 -0
- package/dist-types/commands/GetSessionCommand.d.ts +97 -0
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +11 -0
- package/dist-types/commands/GetTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +11 -0
- package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +11 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +102 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/ListTrustStoresCommand.d.ts +11 -0
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +7 -6
- package/dist-types/models/models_0.d.ts +352 -75
- package/dist-types/pagination/ListSessionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +51 -0
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +65 -0
- package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
|
|
3
|
+
import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListSessions: (config: WorkSpacesWebPaginationConfiguration, input: ListSessionsCommandInput, ...rest: any[]) => Paginator<ListSessionsCommandOutput>;
|
|
@@ -4,6 +4,7 @@ export * from "./ListIdentityProvidersPaginator";
|
|
|
4
4
|
export * from "./ListIpAccessSettingsPaginator";
|
|
5
5
|
export * from "./ListNetworkSettingsPaginator";
|
|
6
6
|
export * from "./ListPortalsPaginator";
|
|
7
|
+
export * from "./ListSessionsPaginator";
|
|
7
8
|
export * from "./ListTrustStoreCertificatesPaginator";
|
|
8
9
|
export * from "./ListTrustStoresPaginator";
|
|
9
10
|
export * from "./ListUserAccessLoggingSettingsPaginator";
|
|
@@ -28,12 +28,14 @@ import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCom
|
|
|
28
28
|
import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "../commands/DisassociateTrustStoreCommand";
|
|
29
29
|
import { DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput } from "../commands/DisassociateUserAccessLoggingSettingsCommand";
|
|
30
30
|
import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "../commands/DisassociateUserSettingsCommand";
|
|
31
|
+
import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "../commands/ExpireSessionCommand";
|
|
31
32
|
import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "../commands/GetBrowserSettingsCommand";
|
|
32
33
|
import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "../commands/GetIdentityProviderCommand";
|
|
33
34
|
import { GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput } from "../commands/GetIpAccessSettingsCommand";
|
|
34
35
|
import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "../commands/GetNetworkSettingsCommand";
|
|
35
36
|
import { GetPortalCommandInput, GetPortalCommandOutput } from "../commands/GetPortalCommand";
|
|
36
37
|
import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "../commands/GetPortalServiceProviderMetadataCommand";
|
|
38
|
+
import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
|
|
37
39
|
import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "../commands/GetTrustStoreCertificateCommand";
|
|
38
40
|
import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "../commands/GetTrustStoreCommand";
|
|
39
41
|
import { GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput } from "../commands/GetUserAccessLoggingSettingsCommand";
|
|
@@ -43,6 +45,7 @@ import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput }
|
|
|
43
45
|
import { ListIpAccessSettingsCommandInput, ListIpAccessSettingsCommandOutput } from "../commands/ListIpAccessSettingsCommand";
|
|
44
46
|
import { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "../commands/ListNetworkSettingsCommand";
|
|
45
47
|
import { ListPortalsCommandInput, ListPortalsCommandOutput } from "../commands/ListPortalsCommand";
|
|
48
|
+
import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
|
|
46
49
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
47
50
|
import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "../commands/ListTrustStoreCertificatesCommand";
|
|
48
51
|
import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "../commands/ListTrustStoresCommand";
|
|
@@ -170,6 +173,10 @@ export declare const se_DisassociateUserAccessLoggingSettingsCommand: (input: Di
|
|
|
170
173
|
* serializeAws_restJson1DisassociateUserSettingsCommand
|
|
171
174
|
*/
|
|
172
175
|
export declare const se_DisassociateUserSettingsCommand: (input: DisassociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
+
/**
|
|
177
|
+
* serializeAws_restJson1ExpireSessionCommand
|
|
178
|
+
*/
|
|
179
|
+
export declare const se_ExpireSessionCommand: (input: ExpireSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
180
|
/**
|
|
174
181
|
* serializeAws_restJson1GetBrowserSettingsCommand
|
|
175
182
|
*/
|
|
@@ -194,6 +201,10 @@ export declare const se_GetPortalCommand: (input: GetPortalCommandInput, context
|
|
|
194
201
|
* serializeAws_restJson1GetPortalServiceProviderMetadataCommand
|
|
195
202
|
*/
|
|
196
203
|
export declare const se_GetPortalServiceProviderMetadataCommand: (input: GetPortalServiceProviderMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
|
+
/**
|
|
205
|
+
* serializeAws_restJson1GetSessionCommand
|
|
206
|
+
*/
|
|
207
|
+
export declare const se_GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
208
|
/**
|
|
198
209
|
* serializeAws_restJson1GetTrustStoreCommand
|
|
199
210
|
*/
|
|
@@ -230,6 +241,10 @@ export declare const se_ListNetworkSettingsCommand: (input: ListNetworkSettingsC
|
|
|
230
241
|
* serializeAws_restJson1ListPortalsCommand
|
|
231
242
|
*/
|
|
232
243
|
export declare const se_ListPortalsCommand: (input: ListPortalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
|
+
/**
|
|
245
|
+
* serializeAws_restJson1ListSessionsCommand
|
|
246
|
+
*/
|
|
247
|
+
export declare const se_ListSessionsCommand: (input: ListSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
233
248
|
/**
|
|
234
249
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
235
250
|
*/
|
|
@@ -402,6 +417,10 @@ export declare const de_DisassociateUserAccessLoggingSettingsCommand: (output: _
|
|
|
402
417
|
* deserializeAws_restJson1DisassociateUserSettingsCommand
|
|
403
418
|
*/
|
|
404
419
|
export declare const de_DisassociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserSettingsCommandOutput>;
|
|
420
|
+
/**
|
|
421
|
+
* deserializeAws_restJson1ExpireSessionCommand
|
|
422
|
+
*/
|
|
423
|
+
export declare const de_ExpireSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExpireSessionCommandOutput>;
|
|
405
424
|
/**
|
|
406
425
|
* deserializeAws_restJson1GetBrowserSettingsCommand
|
|
407
426
|
*/
|
|
@@ -426,6 +445,10 @@ export declare const de_GetPortalCommand: (output: __HttpResponse, context: __Se
|
|
|
426
445
|
* deserializeAws_restJson1GetPortalServiceProviderMetadataCommand
|
|
427
446
|
*/
|
|
428
447
|
export declare const de_GetPortalServiceProviderMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPortalServiceProviderMetadataCommandOutput>;
|
|
448
|
+
/**
|
|
449
|
+
* deserializeAws_restJson1GetSessionCommand
|
|
450
|
+
*/
|
|
451
|
+
export declare const de_GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
|
|
429
452
|
/**
|
|
430
453
|
* deserializeAws_restJson1GetTrustStoreCommand
|
|
431
454
|
*/
|
|
@@ -462,6 +485,10 @@ export declare const de_ListNetworkSettingsCommand: (output: __HttpResponse, con
|
|
|
462
485
|
* deserializeAws_restJson1ListPortalsCommand
|
|
463
486
|
*/
|
|
464
487
|
export declare const de_ListPortalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPortalsCommandOutput>;
|
|
488
|
+
/**
|
|
489
|
+
* deserializeAws_restJson1ListSessionsCommand
|
|
490
|
+
*/
|
|
491
|
+
export declare const de_ListSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionsCommandOutput>;
|
|
465
492
|
/**
|
|
466
493
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
467
494
|
*/
|
|
@@ -111,6 +111,10 @@ import {
|
|
|
111
111
|
DisassociateUserSettingsCommandInput,
|
|
112
112
|
DisassociateUserSettingsCommandOutput,
|
|
113
113
|
} from "./commands/DisassociateUserSettingsCommand";
|
|
114
|
+
import {
|
|
115
|
+
ExpireSessionCommandInput,
|
|
116
|
+
ExpireSessionCommandOutput,
|
|
117
|
+
} from "./commands/ExpireSessionCommand";
|
|
114
118
|
import {
|
|
115
119
|
GetBrowserSettingsCommandInput,
|
|
116
120
|
GetBrowserSettingsCommandOutput,
|
|
@@ -135,6 +139,10 @@ import {
|
|
|
135
139
|
GetPortalServiceProviderMetadataCommandInput,
|
|
136
140
|
GetPortalServiceProviderMetadataCommandOutput,
|
|
137
141
|
} from "./commands/GetPortalServiceProviderMetadataCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetSessionCommandInput,
|
|
144
|
+
GetSessionCommandOutput,
|
|
145
|
+
} from "./commands/GetSessionCommand";
|
|
138
146
|
import {
|
|
139
147
|
GetTrustStoreCertificateCommandInput,
|
|
140
148
|
GetTrustStoreCertificateCommandOutput,
|
|
@@ -171,6 +179,10 @@ import {
|
|
|
171
179
|
ListPortalsCommandInput,
|
|
172
180
|
ListPortalsCommandOutput,
|
|
173
181
|
} from "./commands/ListPortalsCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListSessionsCommandInput,
|
|
184
|
+
ListSessionsCommandOutput,
|
|
185
|
+
} from "./commands/ListSessionsCommand";
|
|
174
186
|
import {
|
|
175
187
|
ListTagsForResourceCommandInput,
|
|
176
188
|
ListTagsForResourceCommandOutput,
|
|
@@ -610,6 +622,19 @@ export interface WorkSpacesWeb {
|
|
|
610
622
|
options: __HttpHandlerOptions,
|
|
611
623
|
cb: (err: any, data?: DisassociateUserSettingsCommandOutput) => void
|
|
612
624
|
): void;
|
|
625
|
+
expireSession(
|
|
626
|
+
args: ExpireSessionCommandInput,
|
|
627
|
+
options?: __HttpHandlerOptions
|
|
628
|
+
): Promise<ExpireSessionCommandOutput>;
|
|
629
|
+
expireSession(
|
|
630
|
+
args: ExpireSessionCommandInput,
|
|
631
|
+
cb: (err: any, data?: ExpireSessionCommandOutput) => void
|
|
632
|
+
): void;
|
|
633
|
+
expireSession(
|
|
634
|
+
args: ExpireSessionCommandInput,
|
|
635
|
+
options: __HttpHandlerOptions,
|
|
636
|
+
cb: (err: any, data?: ExpireSessionCommandOutput) => void
|
|
637
|
+
): void;
|
|
613
638
|
getBrowserSettings(
|
|
614
639
|
args: GetBrowserSettingsCommandInput,
|
|
615
640
|
options?: __HttpHandlerOptions
|
|
@@ -688,6 +713,19 @@ export interface WorkSpacesWeb {
|
|
|
688
713
|
options: __HttpHandlerOptions,
|
|
689
714
|
cb: (err: any, data?: GetPortalServiceProviderMetadataCommandOutput) => void
|
|
690
715
|
): void;
|
|
716
|
+
getSession(
|
|
717
|
+
args: GetSessionCommandInput,
|
|
718
|
+
options?: __HttpHandlerOptions
|
|
719
|
+
): Promise<GetSessionCommandOutput>;
|
|
720
|
+
getSession(
|
|
721
|
+
args: GetSessionCommandInput,
|
|
722
|
+
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
723
|
+
): void;
|
|
724
|
+
getSession(
|
|
725
|
+
args: GetSessionCommandInput,
|
|
726
|
+
options: __HttpHandlerOptions,
|
|
727
|
+
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
728
|
+
): void;
|
|
691
729
|
getTrustStore(
|
|
692
730
|
args: GetTrustStoreCommandInput,
|
|
693
731
|
options?: __HttpHandlerOptions
|
|
@@ -809,6 +847,19 @@ export interface WorkSpacesWeb {
|
|
|
809
847
|
options: __HttpHandlerOptions,
|
|
810
848
|
cb: (err: any, data?: ListPortalsCommandOutput) => void
|
|
811
849
|
): void;
|
|
850
|
+
listSessions(
|
|
851
|
+
args: ListSessionsCommandInput,
|
|
852
|
+
options?: __HttpHandlerOptions
|
|
853
|
+
): Promise<ListSessionsCommandOutput>;
|
|
854
|
+
listSessions(
|
|
855
|
+
args: ListSessionsCommandInput,
|
|
856
|
+
cb: (err: any, data?: ListSessionsCommandOutput) => void
|
|
857
|
+
): void;
|
|
858
|
+
listSessions(
|
|
859
|
+
args: ListSessionsCommandInput,
|
|
860
|
+
options: __HttpHandlerOptions,
|
|
861
|
+
cb: (err: any, data?: ListSessionsCommandOutput) => void
|
|
862
|
+
): void;
|
|
812
863
|
listTagsForResource(
|
|
813
864
|
args: ListTagsForResourceCommandInput,
|
|
814
865
|
options?: __HttpHandlerOptions
|
|
@@ -157,6 +157,10 @@ import {
|
|
|
157
157
|
DisassociateUserSettingsCommandInput,
|
|
158
158
|
DisassociateUserSettingsCommandOutput,
|
|
159
159
|
} from "./commands/DisassociateUserSettingsCommand";
|
|
160
|
+
import {
|
|
161
|
+
ExpireSessionCommandInput,
|
|
162
|
+
ExpireSessionCommandOutput,
|
|
163
|
+
} from "./commands/ExpireSessionCommand";
|
|
160
164
|
import {
|
|
161
165
|
GetBrowserSettingsCommandInput,
|
|
162
166
|
GetBrowserSettingsCommandOutput,
|
|
@@ -181,6 +185,10 @@ import {
|
|
|
181
185
|
GetPortalServiceProviderMetadataCommandInput,
|
|
182
186
|
GetPortalServiceProviderMetadataCommandOutput,
|
|
183
187
|
} from "./commands/GetPortalServiceProviderMetadataCommand";
|
|
188
|
+
import {
|
|
189
|
+
GetSessionCommandInput,
|
|
190
|
+
GetSessionCommandOutput,
|
|
191
|
+
} from "./commands/GetSessionCommand";
|
|
184
192
|
import {
|
|
185
193
|
GetTrustStoreCertificateCommandInput,
|
|
186
194
|
GetTrustStoreCertificateCommandOutput,
|
|
@@ -217,6 +225,10 @@ import {
|
|
|
217
225
|
ListPortalsCommandInput,
|
|
218
226
|
ListPortalsCommandOutput,
|
|
219
227
|
} from "./commands/ListPortalsCommand";
|
|
228
|
+
import {
|
|
229
|
+
ListSessionsCommandInput,
|
|
230
|
+
ListSessionsCommandOutput,
|
|
231
|
+
} from "./commands/ListSessionsCommand";
|
|
220
232
|
import {
|
|
221
233
|
ListTagsForResourceCommandInput,
|
|
222
234
|
ListTagsForResourceCommandOutput,
|
|
@@ -313,12 +325,14 @@ export type ServiceInputTypes =
|
|
|
313
325
|
| DisassociateTrustStoreCommandInput
|
|
314
326
|
| DisassociateUserAccessLoggingSettingsCommandInput
|
|
315
327
|
| DisassociateUserSettingsCommandInput
|
|
328
|
+
| ExpireSessionCommandInput
|
|
316
329
|
| GetBrowserSettingsCommandInput
|
|
317
330
|
| GetIdentityProviderCommandInput
|
|
318
331
|
| GetIpAccessSettingsCommandInput
|
|
319
332
|
| GetNetworkSettingsCommandInput
|
|
320
333
|
| GetPortalCommandInput
|
|
321
334
|
| GetPortalServiceProviderMetadataCommandInput
|
|
335
|
+
| GetSessionCommandInput
|
|
322
336
|
| GetTrustStoreCertificateCommandInput
|
|
323
337
|
| GetTrustStoreCommandInput
|
|
324
338
|
| GetUserAccessLoggingSettingsCommandInput
|
|
@@ -328,6 +342,7 @@ export type ServiceInputTypes =
|
|
|
328
342
|
| ListIpAccessSettingsCommandInput
|
|
329
343
|
| ListNetworkSettingsCommandInput
|
|
330
344
|
| ListPortalsCommandInput
|
|
345
|
+
| ListSessionsCommandInput
|
|
331
346
|
| ListTagsForResourceCommandInput
|
|
332
347
|
| ListTrustStoreCertificatesCommandInput
|
|
333
348
|
| ListTrustStoresCommandInput
|
|
@@ -372,12 +387,14 @@ export type ServiceOutputTypes =
|
|
|
372
387
|
| DisassociateTrustStoreCommandOutput
|
|
373
388
|
| DisassociateUserAccessLoggingSettingsCommandOutput
|
|
374
389
|
| DisassociateUserSettingsCommandOutput
|
|
390
|
+
| ExpireSessionCommandOutput
|
|
375
391
|
| GetBrowserSettingsCommandOutput
|
|
376
392
|
| GetIdentityProviderCommandOutput
|
|
377
393
|
| GetIpAccessSettingsCommandOutput
|
|
378
394
|
| GetNetworkSettingsCommandOutput
|
|
379
395
|
| GetPortalCommandOutput
|
|
380
396
|
| GetPortalServiceProviderMetadataCommandOutput
|
|
397
|
+
| GetSessionCommandOutput
|
|
381
398
|
| GetTrustStoreCertificateCommandOutput
|
|
382
399
|
| GetTrustStoreCommandOutput
|
|
383
400
|
| GetUserAccessLoggingSettingsCommandOutput
|
|
@@ -387,6 +404,7 @@ export type ServiceOutputTypes =
|
|
|
387
404
|
| ListIpAccessSettingsCommandOutput
|
|
388
405
|
| ListNetworkSettingsCommandOutput
|
|
389
406
|
| ListPortalsCommandOutput
|
|
407
|
+
| ListSessionsCommandOutput
|
|
390
408
|
| ListTagsForResourceCommandOutput
|
|
391
409
|
| ListTrustStoreCertificatesCommandOutput
|
|
392
410
|
| ListTrustStoresCommandOutput
|
|
@@ -37,4 +37,15 @@ declare const AssociateBrowserSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateBrowserSettingsCommand extends AssociateBrowserSettingsCommand_base {
|
|
40
|
+
export declare class AssociateBrowserSettingsCommand extends AssociateBrowserSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateBrowserSettingsRequest;
|
|
44
|
+
output: AssociateBrowserSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateBrowserSettingsCommandInput;
|
|
48
|
+
output: AssociateBrowserSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateIpAccessSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateIpAccessSettingsCommand extends AssociateIpAccessSettingsCommand_base {
|
|
40
|
+
export declare class AssociateIpAccessSettingsCommand extends AssociateIpAccessSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateIpAccessSettingsRequest;
|
|
44
|
+
output: AssociateIpAccessSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateIpAccessSettingsCommandInput;
|
|
48
|
+
output: AssociateIpAccessSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateNetworkSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateNetworkSettingsCommand extends AssociateNetworkSettingsCommand_base {
|
|
40
|
+
export declare class AssociateNetworkSettingsCommand extends AssociateNetworkSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateNetworkSettingsRequest;
|
|
44
|
+
output: AssociateNetworkSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateNetworkSettingsCommandInput;
|
|
48
|
+
output: AssociateNetworkSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateTrustStoreCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateTrustStoreCommand extends AssociateTrustStoreCommand_base {
|
|
40
|
+
export declare class AssociateTrustStoreCommand extends AssociateTrustStoreCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateTrustStoreRequest;
|
|
44
|
+
output: AssociateTrustStoreResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateTrustStoreCommandInput;
|
|
48
|
+
output: AssociateTrustStoreCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateUserAccessLoggingSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateUserAccessLoggingSettingsCommand extends AssociateUserAccessLoggingSettingsCommand_base {
|
|
40
|
+
export declare class AssociateUserAccessLoggingSettingsCommand extends AssociateUserAccessLoggingSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateUserAccessLoggingSettingsRequest;
|
|
44
|
+
output: AssociateUserAccessLoggingSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateUserAccessLoggingSettingsCommandInput;
|
|
48
|
+
output: AssociateUserAccessLoggingSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateUserSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateUserSettingsCommand extends AssociateUserSettingsCommand_base {
|
|
40
|
+
export declare class AssociateUserSettingsCommand extends AssociateUserSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateUserSettingsRequest;
|
|
44
|
+
output: AssociateUserSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateUserSettingsCommandInput;
|
|
48
|
+
output: AssociateUserSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateBrowserSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateBrowserSettingsCommand extends CreateBrowserSettingsCommand_base {
|
|
40
|
+
export declare class CreateBrowserSettingsCommand extends CreateBrowserSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateBrowserSettingsRequest;
|
|
44
|
+
output: CreateBrowserSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateBrowserSettingsCommandInput;
|
|
48
|
+
output: CreateBrowserSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateIdentityProviderCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateIdentityProviderCommand extends CreateIdentityProviderCommand_base {
|
|
40
|
+
export declare class CreateIdentityProviderCommand extends CreateIdentityProviderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateIdentityProviderRequest;
|
|
44
|
+
output: CreateIdentityProviderResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateIdentityProviderCommandInput;
|
|
48
|
+
output: CreateIdentityProviderCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateIpAccessSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateIpAccessSettingsCommand extends CreateIpAccessSettingsCommand_base {
|
|
40
|
+
export declare class CreateIpAccessSettingsCommand extends CreateIpAccessSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateIpAccessSettingsRequest;
|
|
44
|
+
output: CreateIpAccessSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateIpAccessSettingsCommandInput;
|
|
48
|
+
output: CreateIpAccessSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateNetworkSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateNetworkSettingsCommand extends CreateNetworkSettingsCommand_base {
|
|
40
|
+
export declare class CreateNetworkSettingsCommand extends CreateNetworkSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateNetworkSettingsRequest;
|
|
44
|
+
output: CreateNetworkSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateNetworkSettingsCommandInput;
|
|
48
|
+
output: CreateNetworkSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreatePortalCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreatePortalCommand extends CreatePortalCommand_base {
|
|
36
|
+
export declare class CreatePortalCommand extends CreatePortalCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreatePortalRequest;
|
|
40
|
+
output: CreatePortalResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreatePortalCommandInput;
|
|
44
|
+
output: CreatePortalCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateTrustStoreCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {
|
|
39
|
+
export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateTrustStoreRequest;
|
|
43
|
+
output: CreateTrustStoreResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateTrustStoreCommandInput;
|
|
47
|
+
output: CreateTrustStoreCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateUserAccessLoggingSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateUserAccessLoggingSettingsCommand extends CreateUserAccessLoggingSettingsCommand_base {
|
|
40
|
+
export declare class CreateUserAccessLoggingSettingsCommand extends CreateUserAccessLoggingSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateUserAccessLoggingSettingsRequest;
|
|
44
|
+
output: CreateUserAccessLoggingSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateUserAccessLoggingSettingsCommandInput;
|
|
48
|
+
output: CreateUserAccessLoggingSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateUserSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateUserSettingsCommand extends CreateUserSettingsCommand_base {
|
|
40
|
+
export declare class CreateUserSettingsCommand extends CreateUserSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateUserSettingsRequest;
|
|
44
|
+
output: CreateUserSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateUserSettingsCommandInput;
|
|
48
|
+
output: CreateUserSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteBrowserSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteBrowserSettingsCommand extends DeleteBrowserSettingsCommand_base {
|
|
40
|
+
export declare class DeleteBrowserSettingsCommand extends DeleteBrowserSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteBrowserSettingsRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteBrowserSettingsCommandInput;
|
|
48
|
+
output: DeleteBrowserSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteIdentityProviderCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteIdentityProviderCommand extends DeleteIdentityProviderCommand_base {
|
|
40
|
+
export declare class DeleteIdentityProviderCommand extends DeleteIdentityProviderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteIdentityProviderRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteIdentityProviderCommandInput;
|
|
48
|
+
output: DeleteIdentityProviderCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteIpAccessSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteIpAccessSettingsCommand extends DeleteIpAccessSettingsCommand_base {
|
|
40
|
+
export declare class DeleteIpAccessSettingsCommand extends DeleteIpAccessSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteIpAccessSettingsRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteIpAccessSettingsCommandInput;
|
|
48
|
+
output: DeleteIpAccessSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteNetworkSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteNetworkSettingsCommand extends DeleteNetworkSettingsCommand_base {
|
|
40
|
+
export declare class DeleteNetworkSettingsCommand extends DeleteNetworkSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteNetworkSettingsRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteNetworkSettingsCommandInput;
|
|
48
|
+
output: DeleteNetworkSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeletePortalCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeletePortalCommand extends DeletePortalCommand_base {
|
|
36
|
+
export declare class DeletePortalCommand extends DeletePortalCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeletePortalRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeletePortalCommandInput;
|
|
44
|
+
output: DeletePortalCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteTrustStoreCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {
|
|
39
|
+
export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteTrustStoreRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteTrustStoreCommandInput;
|
|
47
|
+
output: DeleteTrustStoreCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteUserAccessLoggingSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteUserAccessLoggingSettingsCommand extends DeleteUserAccessLoggingSettingsCommand_base {
|
|
40
|
+
export declare class DeleteUserAccessLoggingSettingsCommand extends DeleteUserAccessLoggingSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteUserAccessLoggingSettingsRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteUserAccessLoggingSettingsCommandInput;
|
|
48
|
+
output: DeleteUserAccessLoggingSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|