@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.
Files changed (68) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +796 -225
  3. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +394 -117
  4. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/index.d.ts +44 -44
  49. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  50. package/dist-types/ts3.4/index.d.ts +6 -6
  51. package/dist-types/ts3.4/models/WorkSpacesWebServiceException.d.ts +8 -6
  52. package/dist-types/ts3.4/models/index.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +1121 -1013
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/ListBrowserSettingsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListNetworkSettingsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListTrustStoreCertificatesPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListTrustStoresPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListUserSettingsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  63. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +533 -134
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  68. package/package.json +34 -34
@@ -1,134 +1,533 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "../commands/AssociateBrowserSettingsCommand";
4
- import { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "../commands/AssociateNetworkSettingsCommand";
5
- import { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "../commands/AssociateTrustStoreCommand";
6
- import { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "../commands/AssociateUserSettingsCommand";
7
- import { CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput } from "../commands/CreateBrowserSettingsCommand";
8
- import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "../commands/CreateIdentityProviderCommand";
9
- import { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "../commands/CreateNetworkSettingsCommand";
10
- import { CreatePortalCommandInput, CreatePortalCommandOutput } from "../commands/CreatePortalCommand";
11
- import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "../commands/CreateTrustStoreCommand";
12
- import { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "../commands/CreateUserSettingsCommand";
13
- import { DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput } from "../commands/DeleteBrowserSettingsCommand";
14
- import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "../commands/DeleteIdentityProviderCommand";
15
- import { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "../commands/DeleteNetworkSettingsCommand";
16
- import { DeletePortalCommandInput, DeletePortalCommandOutput } from "../commands/DeletePortalCommand";
17
- import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "../commands/DeleteTrustStoreCommand";
18
- import { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "../commands/DeleteUserSettingsCommand";
19
- import { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput } from "../commands/DisassociateBrowserSettingsCommand";
20
- import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "../commands/DisassociateNetworkSettingsCommand";
21
- import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "../commands/DisassociateTrustStoreCommand";
22
- import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "../commands/DisassociateUserSettingsCommand";
23
- import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "../commands/GetBrowserSettingsCommand";
24
- import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "../commands/GetIdentityProviderCommand";
25
- import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "../commands/GetNetworkSettingsCommand";
26
- import { GetPortalCommandInput, GetPortalCommandOutput } from "../commands/GetPortalCommand";
27
- import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "../commands/GetPortalServiceProviderMetadataCommand";
28
- import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "../commands/GetTrustStoreCertificateCommand";
29
- import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "../commands/GetTrustStoreCommand";
30
- import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "../commands/GetUserSettingsCommand";
31
- import { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "../commands/ListBrowserSettingsCommand";
32
- import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "../commands/ListIdentityProvidersCommand";
33
- import { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "../commands/ListNetworkSettingsCommand";
34
- import { ListPortalsCommandInput, ListPortalsCommandOutput } from "../commands/ListPortalsCommand";
35
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
36
- import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "../commands/ListTrustStoreCertificatesCommand";
37
- import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "../commands/ListTrustStoresCommand";
38
- import { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "../commands/ListUserSettingsCommand";
39
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
40
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
41
- import { UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput } from "../commands/UpdateBrowserSettingsCommand";
42
- import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "../commands/UpdateIdentityProviderCommand";
43
- import { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "../commands/UpdateNetworkSettingsCommand";
44
- import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "../commands/UpdatePortalCommand";
45
- import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "../commands/UpdateTrustStoreCommand";
46
- import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "../commands/UpdateUserSettingsCommand";
47
- export declare const serializeAws_restJson1AssociateBrowserSettingsCommand: (input: AssociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1AssociateNetworkSettingsCommand: (input: AssociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1AssociateTrustStoreCommand: (input: AssociateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1AssociateUserSettingsCommand: (input: AssociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1CreateBrowserSettingsCommand: (input: CreateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1CreateIdentityProviderCommand: (input: CreateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1CreateNetworkSettingsCommand: (input: CreateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1CreatePortalCommand: (input: CreatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1CreateTrustStoreCommand: (input: CreateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1CreateUserSettingsCommand: (input: CreateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1DeleteBrowserSettingsCommand: (input: DeleteBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1DeleteIdentityProviderCommand: (input: DeleteIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1DeleteNetworkSettingsCommand: (input: DeleteNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1DeletePortalCommand: (input: DeletePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1DeleteTrustStoreCommand: (input: DeleteTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1DeleteUserSettingsCommand: (input: DeleteUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1DisassociateBrowserSettingsCommand: (input: DisassociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1DisassociateNetworkSettingsCommand: (input: DisassociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1DisassociateTrustStoreCommand: (input: DisassociateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1DisassociateUserSettingsCommand: (input: DisassociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1GetBrowserSettingsCommand: (input: GetBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1GetIdentityProviderCommand: (input: GetIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1GetNetworkSettingsCommand: (input: GetNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1GetPortalCommand: (input: GetPortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1GetPortalServiceProviderMetadataCommand: (input: GetPortalServiceProviderMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1GetTrustStoreCommand: (input: GetTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1GetTrustStoreCertificateCommand: (input: GetTrustStoreCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1GetUserSettingsCommand: (input: GetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1ListBrowserSettingsCommand: (input: ListBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1ListIdentityProvidersCommand: (input: ListIdentityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1ListNetworkSettingsCommand: (input: ListNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1ListPortalsCommand: (input: ListPortalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1ListTrustStoreCertificatesCommand: (input: ListTrustStoreCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1ListTrustStoresCommand: (input: ListTrustStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1ListUserSettingsCommand: (input: ListUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1UpdateBrowserSettingsCommand: (input: UpdateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1UpdateIdentityProviderCommand: (input: UpdateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1UpdateNetworkSettingsCommand: (input: UpdateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1UpdatePortalCommand: (input: UpdatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1UpdateTrustStoreCommand: (input: UpdateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1UpdateUserSettingsCommand: (input: UpdateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const deserializeAws_restJson1AssociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateBrowserSettingsCommandOutput>;
92
- export declare const deserializeAws_restJson1AssociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateNetworkSettingsCommandOutput>;
93
- export declare const deserializeAws_restJson1AssociateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrustStoreCommandOutput>;
94
- export declare const deserializeAws_restJson1AssociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserSettingsCommandOutput>;
95
- export declare const deserializeAws_restJson1CreateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBrowserSettingsCommandOutput>;
96
- export declare const deserializeAws_restJson1CreateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentityProviderCommandOutput>;
97
- export declare const deserializeAws_restJson1CreateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkSettingsCommandOutput>;
98
- export declare const deserializeAws_restJson1CreatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePortalCommandOutput>;
99
- export declare const deserializeAws_restJson1CreateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrustStoreCommandOutput>;
100
- export declare const deserializeAws_restJson1CreateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserSettingsCommandOutput>;
101
- export declare const deserializeAws_restJson1DeleteBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBrowserSettingsCommandOutput>;
102
- export declare const deserializeAws_restJson1DeleteIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityProviderCommandOutput>;
103
- export declare const deserializeAws_restJson1DeleteNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkSettingsCommandOutput>;
104
- export declare const deserializeAws_restJson1DeletePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePortalCommandOutput>;
105
- export declare const deserializeAws_restJson1DeleteTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrustStoreCommandOutput>;
106
- export declare const deserializeAws_restJson1DeleteUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserSettingsCommandOutput>;
107
- export declare const deserializeAws_restJson1DisassociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateBrowserSettingsCommandOutput>;
108
- export declare const deserializeAws_restJson1DisassociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateNetworkSettingsCommandOutput>;
109
- export declare const deserializeAws_restJson1DisassociateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrustStoreCommandOutput>;
110
- export declare const deserializeAws_restJson1DisassociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserSettingsCommandOutput>;
111
- export declare const deserializeAws_restJson1GetBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBrowserSettingsCommandOutput>;
112
- export declare const deserializeAws_restJson1GetIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityProviderCommandOutput>;
113
- export declare const deserializeAws_restJson1GetNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkSettingsCommandOutput>;
114
- export declare const deserializeAws_restJson1GetPortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPortalCommandOutput>;
115
- export declare const deserializeAws_restJson1GetPortalServiceProviderMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPortalServiceProviderMetadataCommandOutput>;
116
- export declare const deserializeAws_restJson1GetTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCommandOutput>;
117
- export declare const deserializeAws_restJson1GetTrustStoreCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCertificateCommandOutput>;
118
- export declare const deserializeAws_restJson1GetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserSettingsCommandOutput>;
119
- export declare const deserializeAws_restJson1ListBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBrowserSettingsCommandOutput>;
120
- export declare const deserializeAws_restJson1ListIdentityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProvidersCommandOutput>;
121
- export declare const deserializeAws_restJson1ListNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNetworkSettingsCommandOutput>;
122
- export declare const deserializeAws_restJson1ListPortalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPortalsCommandOutput>;
123
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
124
- export declare const deserializeAws_restJson1ListTrustStoreCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustStoreCertificatesCommandOutput>;
125
- export declare const deserializeAws_restJson1ListTrustStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustStoresCommandOutput>;
126
- export declare const deserializeAws_restJson1ListUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserSettingsCommandOutput>;
127
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
128
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
129
- export declare const deserializeAws_restJson1UpdateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrowserSettingsCommandOutput>;
130
- export declare const deserializeAws_restJson1UpdateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIdentityProviderCommandOutput>;
131
- export declare const deserializeAws_restJson1UpdateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkSettingsCommandOutput>;
132
- export declare const deserializeAws_restJson1UpdatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePortalCommandOutput>;
133
- export declare const deserializeAws_restJson1UpdateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrustStoreCommandOutput>;
134
- export declare const deserializeAws_restJson1UpdateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSettingsCommandOutput>;
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>;