@aws-sdk/client-workspaces-web 3.928.0 → 3.929.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 (99) hide show
  1. package/dist-cjs/index.js +2743 -3261
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/WorkSpacesWebClient.js +2 -0
  4. package/dist-es/commands/AssociateBrowserSettingsCommand.js +3 -9
  5. package/dist-es/commands/AssociateDataProtectionSettingsCommand.js +3 -9
  6. package/dist-es/commands/AssociateIpAccessSettingsCommand.js +3 -9
  7. package/dist-es/commands/AssociateNetworkSettingsCommand.js +3 -9
  8. package/dist-es/commands/AssociateSessionLoggerCommand.js +3 -9
  9. package/dist-es/commands/AssociateTrustStoreCommand.js +3 -9
  10. package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +3 -9
  11. package/dist-es/commands/AssociateUserSettingsCommand.js +3 -9
  12. package/dist-es/commands/CreateBrowserSettingsCommand.js +3 -10
  13. package/dist-es/commands/CreateDataProtectionSettingsCommand.js +3 -10
  14. package/dist-es/commands/CreateIdentityProviderCommand.js +3 -10
  15. package/dist-es/commands/CreateIpAccessSettingsCommand.js +3 -10
  16. package/dist-es/commands/CreateNetworkSettingsCommand.js +3 -10
  17. package/dist-es/commands/CreatePortalCommand.js +3 -10
  18. package/dist-es/commands/CreateSessionLoggerCommand.js +3 -10
  19. package/dist-es/commands/CreateTrustStoreCommand.js +3 -10
  20. package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +3 -10
  21. package/dist-es/commands/CreateUserSettingsCommand.js +3 -10
  22. package/dist-es/commands/DeleteBrowserSettingsCommand.js +3 -9
  23. package/dist-es/commands/DeleteDataProtectionSettingsCommand.js +3 -9
  24. package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -9
  25. package/dist-es/commands/DeleteIpAccessSettingsCommand.js +3 -9
  26. package/dist-es/commands/DeleteNetworkSettingsCommand.js +3 -9
  27. package/dist-es/commands/DeletePortalCommand.js +3 -9
  28. package/dist-es/commands/DeleteSessionLoggerCommand.js +3 -9
  29. package/dist-es/commands/DeleteTrustStoreCommand.js +3 -9
  30. package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +3 -9
  31. package/dist-es/commands/DeleteUserSettingsCommand.js +3 -9
  32. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +3 -9
  33. package/dist-es/commands/DisassociateDataProtectionSettingsCommand.js +3 -9
  34. package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +3 -9
  35. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +3 -9
  36. package/dist-es/commands/DisassociateSessionLoggerCommand.js +3 -9
  37. package/dist-es/commands/DisassociateTrustStoreCommand.js +3 -9
  38. package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +3 -9
  39. package/dist-es/commands/DisassociateUserSettingsCommand.js +3 -9
  40. package/dist-es/commands/ExpireSessionCommand.js +3 -9
  41. package/dist-es/commands/GetBrowserSettingsCommand.js +3 -10
  42. package/dist-es/commands/GetDataProtectionSettingsCommand.js +3 -10
  43. package/dist-es/commands/GetIdentityProviderCommand.js +3 -10
  44. package/dist-es/commands/GetIpAccessSettingsCommand.js +3 -10
  45. package/dist-es/commands/GetNetworkSettingsCommand.js +3 -9
  46. package/dist-es/commands/GetPortalCommand.js +3 -10
  47. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +3 -9
  48. package/dist-es/commands/GetSessionCommand.js +3 -10
  49. package/dist-es/commands/GetSessionLoggerCommand.js +3 -10
  50. package/dist-es/commands/GetTrustStoreCertificateCommand.js +3 -9
  51. package/dist-es/commands/GetTrustStoreCommand.js +3 -9
  52. package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +3 -9
  53. package/dist-es/commands/GetUserSettingsCommand.js +3 -10
  54. package/dist-es/commands/ListBrowserSettingsCommand.js +3 -9
  55. package/dist-es/commands/ListDataProtectionSettingsCommand.js +3 -10
  56. package/dist-es/commands/ListIdentityProvidersCommand.js +3 -10
  57. package/dist-es/commands/ListIpAccessSettingsCommand.js +3 -10
  58. package/dist-es/commands/ListNetworkSettingsCommand.js +3 -9
  59. package/dist-es/commands/ListPortalsCommand.js +3 -10
  60. package/dist-es/commands/ListSessionLoggersCommand.js +3 -10
  61. package/dist-es/commands/ListSessionsCommand.js +3 -10
  62. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  63. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +3 -9
  64. package/dist-es/commands/ListTrustStoresCommand.js +3 -9
  65. package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +3 -9
  66. package/dist-es/commands/ListUserSettingsCommand.js +3 -10
  67. package/dist-es/commands/TagResourceCommand.js +3 -10
  68. package/dist-es/commands/UntagResourceCommand.js +3 -10
  69. package/dist-es/commands/UpdateBrowserSettingsCommand.js +3 -10
  70. package/dist-es/commands/UpdateDataProtectionSettingsCommand.js +3 -10
  71. package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -10
  72. package/dist-es/commands/UpdateIpAccessSettingsCommand.js +3 -10
  73. package/dist-es/commands/UpdateNetworkSettingsCommand.js +3 -9
  74. package/dist-es/commands/UpdatePortalCommand.js +3 -10
  75. package/dist-es/commands/UpdateSessionLoggerCommand.js +3 -10
  76. package/dist-es/commands/UpdateTrustStoreCommand.js +3 -9
  77. package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +3 -9
  78. package/dist-es/commands/UpdateUserSettingsCommand.js +3 -10
  79. package/dist-es/models/models_0.js +0 -344
  80. package/dist-es/runtimeConfig.shared.js +2 -0
  81. package/dist-es/schemas/schemas_0.js +2590 -0
  82. package/dist-types/WorkSpacesWebClient.d.ts +10 -1
  83. package/dist-types/models/models_0.d.ts +0 -272
  84. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  85. package/dist-types/runtimeConfig.d.ts +1 -0
  86. package/dist-types/runtimeConfig.native.d.ts +1 -0
  87. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  88. package/dist-types/schemas/schemas_0.d.ts +324 -0
  89. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +4 -0
  90. package/dist-types/ts3.4/models/models_0.d.ts +0 -194
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  94. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  95. package/dist-types/ts3.4/schemas/schemas_0.d.ts +331 -0
  96. package/package.json +2 -3
  97. package/dist-es/protocols/Aws_restJson1.js +0 -2317
  98. package/dist-types/protocols/Aws_restJson1.d.ts +0 -677
  99. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -905
@@ -1,677 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "../commands/AssociateBrowserSettingsCommand";
4
- import { AssociateDataProtectionSettingsCommandInput, AssociateDataProtectionSettingsCommandOutput } from "../commands/AssociateDataProtectionSettingsCommand";
5
- import { AssociateIpAccessSettingsCommandInput, AssociateIpAccessSettingsCommandOutput } from "../commands/AssociateIpAccessSettingsCommand";
6
- import { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "../commands/AssociateNetworkSettingsCommand";
7
- import { AssociateSessionLoggerCommandInput, AssociateSessionLoggerCommandOutput } from "../commands/AssociateSessionLoggerCommand";
8
- import { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "../commands/AssociateTrustStoreCommand";
9
- import { AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput } from "../commands/AssociateUserAccessLoggingSettingsCommand";
10
- import { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "../commands/AssociateUserSettingsCommand";
11
- import { CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput } from "../commands/CreateBrowserSettingsCommand";
12
- import { CreateDataProtectionSettingsCommandInput, CreateDataProtectionSettingsCommandOutput } from "../commands/CreateDataProtectionSettingsCommand";
13
- import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "../commands/CreateIdentityProviderCommand";
14
- import { CreateIpAccessSettingsCommandInput, CreateIpAccessSettingsCommandOutput } from "../commands/CreateIpAccessSettingsCommand";
15
- import { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "../commands/CreateNetworkSettingsCommand";
16
- import { CreatePortalCommandInput, CreatePortalCommandOutput } from "../commands/CreatePortalCommand";
17
- import { CreateSessionLoggerCommandInput, CreateSessionLoggerCommandOutput } from "../commands/CreateSessionLoggerCommand";
18
- import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "../commands/CreateTrustStoreCommand";
19
- import { CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput } from "../commands/CreateUserAccessLoggingSettingsCommand";
20
- import { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "../commands/CreateUserSettingsCommand";
21
- import { DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput } from "../commands/DeleteBrowserSettingsCommand";
22
- import { DeleteDataProtectionSettingsCommandInput, DeleteDataProtectionSettingsCommandOutput } from "../commands/DeleteDataProtectionSettingsCommand";
23
- import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "../commands/DeleteIdentityProviderCommand";
24
- import { DeleteIpAccessSettingsCommandInput, DeleteIpAccessSettingsCommandOutput } from "../commands/DeleteIpAccessSettingsCommand";
25
- import { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "../commands/DeleteNetworkSettingsCommand";
26
- import { DeletePortalCommandInput, DeletePortalCommandOutput } from "../commands/DeletePortalCommand";
27
- import { DeleteSessionLoggerCommandInput, DeleteSessionLoggerCommandOutput } from "../commands/DeleteSessionLoggerCommand";
28
- import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "../commands/DeleteTrustStoreCommand";
29
- import { DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput } from "../commands/DeleteUserAccessLoggingSettingsCommand";
30
- import { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "../commands/DeleteUserSettingsCommand";
31
- import { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput } from "../commands/DisassociateBrowserSettingsCommand";
32
- import { DisassociateDataProtectionSettingsCommandInput, DisassociateDataProtectionSettingsCommandOutput } from "../commands/DisassociateDataProtectionSettingsCommand";
33
- import { DisassociateIpAccessSettingsCommandInput, DisassociateIpAccessSettingsCommandOutput } from "../commands/DisassociateIpAccessSettingsCommand";
34
- import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "../commands/DisassociateNetworkSettingsCommand";
35
- import { DisassociateSessionLoggerCommandInput, DisassociateSessionLoggerCommandOutput } from "../commands/DisassociateSessionLoggerCommand";
36
- import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "../commands/DisassociateTrustStoreCommand";
37
- import { DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput } from "../commands/DisassociateUserAccessLoggingSettingsCommand";
38
- import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "../commands/DisassociateUserSettingsCommand";
39
- import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "../commands/ExpireSessionCommand";
40
- import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "../commands/GetBrowserSettingsCommand";
41
- import { GetDataProtectionSettingsCommandInput, GetDataProtectionSettingsCommandOutput } from "../commands/GetDataProtectionSettingsCommand";
42
- import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "../commands/GetIdentityProviderCommand";
43
- import { GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput } from "../commands/GetIpAccessSettingsCommand";
44
- import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "../commands/GetNetworkSettingsCommand";
45
- import { GetPortalCommandInput, GetPortalCommandOutput } from "../commands/GetPortalCommand";
46
- import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "../commands/GetPortalServiceProviderMetadataCommand";
47
- import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
48
- import { GetSessionLoggerCommandInput, GetSessionLoggerCommandOutput } from "../commands/GetSessionLoggerCommand";
49
- import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "../commands/GetTrustStoreCertificateCommand";
50
- import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "../commands/GetTrustStoreCommand";
51
- import { GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput } from "../commands/GetUserAccessLoggingSettingsCommand";
52
- import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "../commands/GetUserSettingsCommand";
53
- import { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "../commands/ListBrowserSettingsCommand";
54
- import { ListDataProtectionSettingsCommandInput, ListDataProtectionSettingsCommandOutput } from "../commands/ListDataProtectionSettingsCommand";
55
- import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "../commands/ListIdentityProvidersCommand";
56
- import { ListIpAccessSettingsCommandInput, ListIpAccessSettingsCommandOutput } from "../commands/ListIpAccessSettingsCommand";
57
- import { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "../commands/ListNetworkSettingsCommand";
58
- import { ListPortalsCommandInput, ListPortalsCommandOutput } from "../commands/ListPortalsCommand";
59
- import { ListSessionLoggersCommandInput, ListSessionLoggersCommandOutput } from "../commands/ListSessionLoggersCommand";
60
- import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
61
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
62
- import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "../commands/ListTrustStoreCertificatesCommand";
63
- import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "../commands/ListTrustStoresCommand";
64
- import { ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput } from "../commands/ListUserAccessLoggingSettingsCommand";
65
- import { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "../commands/ListUserSettingsCommand";
66
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
67
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
68
- import { UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput } from "../commands/UpdateBrowserSettingsCommand";
69
- import { UpdateDataProtectionSettingsCommandInput, UpdateDataProtectionSettingsCommandOutput } from "../commands/UpdateDataProtectionSettingsCommand";
70
- import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "../commands/UpdateIdentityProviderCommand";
71
- import { UpdateIpAccessSettingsCommandInput, UpdateIpAccessSettingsCommandOutput } from "../commands/UpdateIpAccessSettingsCommand";
72
- import { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "../commands/UpdateNetworkSettingsCommand";
73
- import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "../commands/UpdatePortalCommand";
74
- import { UpdateSessionLoggerCommandInput, UpdateSessionLoggerCommandOutput } from "../commands/UpdateSessionLoggerCommand";
75
- import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "../commands/UpdateTrustStoreCommand";
76
- import { UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput } from "../commands/UpdateUserAccessLoggingSettingsCommand";
77
- import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "../commands/UpdateUserSettingsCommand";
78
- /**
79
- * serializeAws_restJson1AssociateBrowserSettingsCommand
80
- */
81
- export declare const se_AssociateBrowserSettingsCommand: (input: AssociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1AssociateDataProtectionSettingsCommand
84
- */
85
- export declare const se_AssociateDataProtectionSettingsCommand: (input: AssociateDataProtectionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1AssociateIpAccessSettingsCommand
88
- */
89
- export declare const se_AssociateIpAccessSettingsCommand: (input: AssociateIpAccessSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1AssociateNetworkSettingsCommand
92
- */
93
- export declare const se_AssociateNetworkSettingsCommand: (input: AssociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1AssociateSessionLoggerCommand
96
- */
97
- export declare const se_AssociateSessionLoggerCommand: (input: AssociateSessionLoggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1AssociateTrustStoreCommand
100
- */
101
- export declare const se_AssociateTrustStoreCommand: (input: AssociateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1AssociateUserAccessLoggingSettingsCommand
104
- */
105
- export declare const se_AssociateUserAccessLoggingSettingsCommand: (input: AssociateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1AssociateUserSettingsCommand
108
- */
109
- export declare const se_AssociateUserSettingsCommand: (input: AssociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1CreateBrowserSettingsCommand
112
- */
113
- export declare const se_CreateBrowserSettingsCommand: (input: CreateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1CreateDataProtectionSettingsCommand
116
- */
117
- export declare const se_CreateDataProtectionSettingsCommand: (input: CreateDataProtectionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1CreateIdentityProviderCommand
120
- */
121
- export declare const se_CreateIdentityProviderCommand: (input: CreateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1CreateIpAccessSettingsCommand
124
- */
125
- export declare const se_CreateIpAccessSettingsCommand: (input: CreateIpAccessSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1CreateNetworkSettingsCommand
128
- */
129
- export declare const se_CreateNetworkSettingsCommand: (input: CreateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1CreatePortalCommand
132
- */
133
- export declare const se_CreatePortalCommand: (input: CreatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1CreateSessionLoggerCommand
136
- */
137
- export declare const se_CreateSessionLoggerCommand: (input: CreateSessionLoggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1CreateTrustStoreCommand
140
- */
141
- export declare const se_CreateTrustStoreCommand: (input: CreateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1CreateUserAccessLoggingSettingsCommand
144
- */
145
- export declare const se_CreateUserAccessLoggingSettingsCommand: (input: CreateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1CreateUserSettingsCommand
148
- */
149
- export declare const se_CreateUserSettingsCommand: (input: CreateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1DeleteBrowserSettingsCommand
152
- */
153
- export declare const se_DeleteBrowserSettingsCommand: (input: DeleteBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1DeleteDataProtectionSettingsCommand
156
- */
157
- export declare const se_DeleteDataProtectionSettingsCommand: (input: DeleteDataProtectionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1DeleteIdentityProviderCommand
160
- */
161
- export declare const se_DeleteIdentityProviderCommand: (input: DeleteIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1DeleteIpAccessSettingsCommand
164
- */
165
- export declare const se_DeleteIpAccessSettingsCommand: (input: DeleteIpAccessSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1DeleteNetworkSettingsCommand
168
- */
169
- export declare const se_DeleteNetworkSettingsCommand: (input: DeleteNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1DeletePortalCommand
172
- */
173
- export declare const se_DeletePortalCommand: (input: DeletePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1DeleteSessionLoggerCommand
176
- */
177
- export declare const se_DeleteSessionLoggerCommand: (input: DeleteSessionLoggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_restJson1DeleteTrustStoreCommand
180
- */
181
- export declare const se_DeleteTrustStoreCommand: (input: DeleteTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_restJson1DeleteUserAccessLoggingSettingsCommand
184
- */
185
- export declare const se_DeleteUserAccessLoggingSettingsCommand: (input: DeleteUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_restJson1DeleteUserSettingsCommand
188
- */
189
- export declare const se_DeleteUserSettingsCommand: (input: DeleteUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_restJson1DisassociateBrowserSettingsCommand
192
- */
193
- export declare const se_DisassociateBrowserSettingsCommand: (input: DisassociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_restJson1DisassociateDataProtectionSettingsCommand
196
- */
197
- export declare const se_DisassociateDataProtectionSettingsCommand: (input: DisassociateDataProtectionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_restJson1DisassociateIpAccessSettingsCommand
200
- */
201
- export declare const se_DisassociateIpAccessSettingsCommand: (input: DisassociateIpAccessSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_restJson1DisassociateNetworkSettingsCommand
204
- */
205
- export declare const se_DisassociateNetworkSettingsCommand: (input: DisassociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_restJson1DisassociateSessionLoggerCommand
208
- */
209
- export declare const se_DisassociateSessionLoggerCommand: (input: DisassociateSessionLoggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_restJson1DisassociateTrustStoreCommand
212
- */
213
- export declare const se_DisassociateTrustStoreCommand: (input: DisassociateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand
216
- */
217
- export declare const se_DisassociateUserAccessLoggingSettingsCommand: (input: DisassociateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_restJson1DisassociateUserSettingsCommand
220
- */
221
- export declare const se_DisassociateUserSettingsCommand: (input: DisassociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_restJson1ExpireSessionCommand
224
- */
225
- export declare const se_ExpireSessionCommand: (input: ExpireSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_restJson1GetBrowserSettingsCommand
228
- */
229
- export declare const se_GetBrowserSettingsCommand: (input: GetBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_restJson1GetDataProtectionSettingsCommand
232
- */
233
- export declare const se_GetDataProtectionSettingsCommand: (input: GetDataProtectionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_restJson1GetIdentityProviderCommand
236
- */
237
- export declare const se_GetIdentityProviderCommand: (input: GetIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_restJson1GetIpAccessSettingsCommand
240
- */
241
- export declare const se_GetIpAccessSettingsCommand: (input: GetIpAccessSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_restJson1GetNetworkSettingsCommand
244
- */
245
- export declare const se_GetNetworkSettingsCommand: (input: GetNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_restJson1GetPortalCommand
248
- */
249
- export declare const se_GetPortalCommand: (input: GetPortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_restJson1GetPortalServiceProviderMetadataCommand
252
- */
253
- export declare const se_GetPortalServiceProviderMetadataCommand: (input: GetPortalServiceProviderMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_restJson1GetSessionCommand
256
- */
257
- export declare const se_GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_restJson1GetSessionLoggerCommand
260
- */
261
- export declare const se_GetSessionLoggerCommand: (input: GetSessionLoggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_restJson1GetTrustStoreCommand
264
- */
265
- export declare const se_GetTrustStoreCommand: (input: GetTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_restJson1GetTrustStoreCertificateCommand
268
- */
269
- export declare const se_GetTrustStoreCertificateCommand: (input: GetTrustStoreCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_restJson1GetUserAccessLoggingSettingsCommand
272
- */
273
- export declare const se_GetUserAccessLoggingSettingsCommand: (input: GetUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_restJson1GetUserSettingsCommand
276
- */
277
- export declare const se_GetUserSettingsCommand: (input: GetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_restJson1ListBrowserSettingsCommand
280
- */
281
- export declare const se_ListBrowserSettingsCommand: (input: ListBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_restJson1ListDataProtectionSettingsCommand
284
- */
285
- export declare const se_ListDataProtectionSettingsCommand: (input: ListDataProtectionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_restJson1ListIdentityProvidersCommand
288
- */
289
- export declare const se_ListIdentityProvidersCommand: (input: ListIdentityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_restJson1ListIpAccessSettingsCommand
292
- */
293
- export declare const se_ListIpAccessSettingsCommand: (input: ListIpAccessSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_restJson1ListNetworkSettingsCommand
296
- */
297
- export declare const se_ListNetworkSettingsCommand: (input: ListNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * serializeAws_restJson1ListPortalsCommand
300
- */
301
- export declare const se_ListPortalsCommand: (input: ListPortalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_restJson1ListSessionLoggersCommand
304
- */
305
- export declare const se_ListSessionLoggersCommand: (input: ListSessionLoggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- /**
307
- * serializeAws_restJson1ListSessionsCommand
308
- */
309
- export declare const se_ListSessionsCommand: (input: ListSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- /**
311
- * serializeAws_restJson1ListTagsForResourceCommand
312
- */
313
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_restJson1ListTrustStoreCertificatesCommand
316
- */
317
- export declare const se_ListTrustStoreCertificatesCommand: (input: ListTrustStoreCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * serializeAws_restJson1ListTrustStoresCommand
320
- */
321
- export declare const se_ListTrustStoresCommand: (input: ListTrustStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- /**
323
- * serializeAws_restJson1ListUserAccessLoggingSettingsCommand
324
- */
325
- export declare const se_ListUserAccessLoggingSettingsCommand: (input: ListUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
- /**
327
- * serializeAws_restJson1ListUserSettingsCommand
328
- */
329
- export declare const se_ListUserSettingsCommand: (input: ListUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- /**
331
- * serializeAws_restJson1TagResourceCommand
332
- */
333
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- /**
335
- * serializeAws_restJson1UntagResourceCommand
336
- */
337
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
- /**
339
- * serializeAws_restJson1UpdateBrowserSettingsCommand
340
- */
341
- export declare const se_UpdateBrowserSettingsCommand: (input: UpdateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- /**
343
- * serializeAws_restJson1UpdateDataProtectionSettingsCommand
344
- */
345
- export declare const se_UpdateDataProtectionSettingsCommand: (input: UpdateDataProtectionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- /**
347
- * serializeAws_restJson1UpdateIdentityProviderCommand
348
- */
349
- export declare const se_UpdateIdentityProviderCommand: (input: UpdateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- /**
351
- * serializeAws_restJson1UpdateIpAccessSettingsCommand
352
- */
353
- export declare const se_UpdateIpAccessSettingsCommand: (input: UpdateIpAccessSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- /**
355
- * serializeAws_restJson1UpdateNetworkSettingsCommand
356
- */
357
- export declare const se_UpdateNetworkSettingsCommand: (input: UpdateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- /**
359
- * serializeAws_restJson1UpdatePortalCommand
360
- */
361
- export declare const se_UpdatePortalCommand: (input: UpdatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
- /**
363
- * serializeAws_restJson1UpdateSessionLoggerCommand
364
- */
365
- export declare const se_UpdateSessionLoggerCommand: (input: UpdateSessionLoggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
- /**
367
- * serializeAws_restJson1UpdateTrustStoreCommand
368
- */
369
- export declare const se_UpdateTrustStoreCommand: (input: UpdateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
- /**
371
- * serializeAws_restJson1UpdateUserAccessLoggingSettingsCommand
372
- */
373
- export declare const se_UpdateUserAccessLoggingSettingsCommand: (input: UpdateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
374
- /**
375
- * serializeAws_restJson1UpdateUserSettingsCommand
376
- */
377
- export declare const se_UpdateUserSettingsCommand: (input: UpdateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
378
- /**
379
- * deserializeAws_restJson1AssociateBrowserSettingsCommand
380
- */
381
- export declare const de_AssociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateBrowserSettingsCommandOutput>;
382
- /**
383
- * deserializeAws_restJson1AssociateDataProtectionSettingsCommand
384
- */
385
- export declare const de_AssociateDataProtectionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDataProtectionSettingsCommandOutput>;
386
- /**
387
- * deserializeAws_restJson1AssociateIpAccessSettingsCommand
388
- */
389
- export declare const de_AssociateIpAccessSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIpAccessSettingsCommandOutput>;
390
- /**
391
- * deserializeAws_restJson1AssociateNetworkSettingsCommand
392
- */
393
- export declare const de_AssociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateNetworkSettingsCommandOutput>;
394
- /**
395
- * deserializeAws_restJson1AssociateSessionLoggerCommand
396
- */
397
- export declare const de_AssociateSessionLoggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSessionLoggerCommandOutput>;
398
- /**
399
- * deserializeAws_restJson1AssociateTrustStoreCommand
400
- */
401
- export declare const de_AssociateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrustStoreCommandOutput>;
402
- /**
403
- * deserializeAws_restJson1AssociateUserAccessLoggingSettingsCommand
404
- */
405
- export declare const de_AssociateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserAccessLoggingSettingsCommandOutput>;
406
- /**
407
- * deserializeAws_restJson1AssociateUserSettingsCommand
408
- */
409
- export declare const de_AssociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserSettingsCommandOutput>;
410
- /**
411
- * deserializeAws_restJson1CreateBrowserSettingsCommand
412
- */
413
- export declare const de_CreateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBrowserSettingsCommandOutput>;
414
- /**
415
- * deserializeAws_restJson1CreateDataProtectionSettingsCommand
416
- */
417
- export declare const de_CreateDataProtectionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataProtectionSettingsCommandOutput>;
418
- /**
419
- * deserializeAws_restJson1CreateIdentityProviderCommand
420
- */
421
- export declare const de_CreateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentityProviderCommandOutput>;
422
- /**
423
- * deserializeAws_restJson1CreateIpAccessSettingsCommand
424
- */
425
- export declare const de_CreateIpAccessSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpAccessSettingsCommandOutput>;
426
- /**
427
- * deserializeAws_restJson1CreateNetworkSettingsCommand
428
- */
429
- export declare const de_CreateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkSettingsCommandOutput>;
430
- /**
431
- * deserializeAws_restJson1CreatePortalCommand
432
- */
433
- export declare const de_CreatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePortalCommandOutput>;
434
- /**
435
- * deserializeAws_restJson1CreateSessionLoggerCommand
436
- */
437
- export declare const de_CreateSessionLoggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSessionLoggerCommandOutput>;
438
- /**
439
- * deserializeAws_restJson1CreateTrustStoreCommand
440
- */
441
- export declare const de_CreateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrustStoreCommandOutput>;
442
- /**
443
- * deserializeAws_restJson1CreateUserAccessLoggingSettingsCommand
444
- */
445
- export declare const de_CreateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserAccessLoggingSettingsCommandOutput>;
446
- /**
447
- * deserializeAws_restJson1CreateUserSettingsCommand
448
- */
449
- export declare const de_CreateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserSettingsCommandOutput>;
450
- /**
451
- * deserializeAws_restJson1DeleteBrowserSettingsCommand
452
- */
453
- export declare const de_DeleteBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBrowserSettingsCommandOutput>;
454
- /**
455
- * deserializeAws_restJson1DeleteDataProtectionSettingsCommand
456
- */
457
- export declare const de_DeleteDataProtectionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataProtectionSettingsCommandOutput>;
458
- /**
459
- * deserializeAws_restJson1DeleteIdentityProviderCommand
460
- */
461
- export declare const de_DeleteIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityProviderCommandOutput>;
462
- /**
463
- * deserializeAws_restJson1DeleteIpAccessSettingsCommand
464
- */
465
- export declare const de_DeleteIpAccessSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpAccessSettingsCommandOutput>;
466
- /**
467
- * deserializeAws_restJson1DeleteNetworkSettingsCommand
468
- */
469
- export declare const de_DeleteNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkSettingsCommandOutput>;
470
- /**
471
- * deserializeAws_restJson1DeletePortalCommand
472
- */
473
- export declare const de_DeletePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePortalCommandOutput>;
474
- /**
475
- * deserializeAws_restJson1DeleteSessionLoggerCommand
476
- */
477
- export declare const de_DeleteSessionLoggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSessionLoggerCommandOutput>;
478
- /**
479
- * deserializeAws_restJson1DeleteTrustStoreCommand
480
- */
481
- export declare const de_DeleteTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrustStoreCommandOutput>;
482
- /**
483
- * deserializeAws_restJson1DeleteUserAccessLoggingSettingsCommand
484
- */
485
- export declare const de_DeleteUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserAccessLoggingSettingsCommandOutput>;
486
- /**
487
- * deserializeAws_restJson1DeleteUserSettingsCommand
488
- */
489
- export declare const de_DeleteUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserSettingsCommandOutput>;
490
- /**
491
- * deserializeAws_restJson1DisassociateBrowserSettingsCommand
492
- */
493
- export declare const de_DisassociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateBrowserSettingsCommandOutput>;
494
- /**
495
- * deserializeAws_restJson1DisassociateDataProtectionSettingsCommand
496
- */
497
- export declare const de_DisassociateDataProtectionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDataProtectionSettingsCommandOutput>;
498
- /**
499
- * deserializeAws_restJson1DisassociateIpAccessSettingsCommand
500
- */
501
- export declare const de_DisassociateIpAccessSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIpAccessSettingsCommandOutput>;
502
- /**
503
- * deserializeAws_restJson1DisassociateNetworkSettingsCommand
504
- */
505
- export declare const de_DisassociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateNetworkSettingsCommandOutput>;
506
- /**
507
- * deserializeAws_restJson1DisassociateSessionLoggerCommand
508
- */
509
- export declare const de_DisassociateSessionLoggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSessionLoggerCommandOutput>;
510
- /**
511
- * deserializeAws_restJson1DisassociateTrustStoreCommand
512
- */
513
- export declare const de_DisassociateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrustStoreCommandOutput>;
514
- /**
515
- * deserializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand
516
- */
517
- export declare const de_DisassociateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserAccessLoggingSettingsCommandOutput>;
518
- /**
519
- * deserializeAws_restJson1DisassociateUserSettingsCommand
520
- */
521
- export declare const de_DisassociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserSettingsCommandOutput>;
522
- /**
523
- * deserializeAws_restJson1ExpireSessionCommand
524
- */
525
- export declare const de_ExpireSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExpireSessionCommandOutput>;
526
- /**
527
- * deserializeAws_restJson1GetBrowserSettingsCommand
528
- */
529
- export declare const de_GetBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBrowserSettingsCommandOutput>;
530
- /**
531
- * deserializeAws_restJson1GetDataProtectionSettingsCommand
532
- */
533
- export declare const de_GetDataProtectionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataProtectionSettingsCommandOutput>;
534
- /**
535
- * deserializeAws_restJson1GetIdentityProviderCommand
536
- */
537
- export declare const de_GetIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityProviderCommandOutput>;
538
- /**
539
- * deserializeAws_restJson1GetIpAccessSettingsCommand
540
- */
541
- export declare const de_GetIpAccessSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpAccessSettingsCommandOutput>;
542
- /**
543
- * deserializeAws_restJson1GetNetworkSettingsCommand
544
- */
545
- export declare const de_GetNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkSettingsCommandOutput>;
546
- /**
547
- * deserializeAws_restJson1GetPortalCommand
548
- */
549
- export declare const de_GetPortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPortalCommandOutput>;
550
- /**
551
- * deserializeAws_restJson1GetPortalServiceProviderMetadataCommand
552
- */
553
- export declare const de_GetPortalServiceProviderMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPortalServiceProviderMetadataCommandOutput>;
554
- /**
555
- * deserializeAws_restJson1GetSessionCommand
556
- */
557
- export declare const de_GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
558
- /**
559
- * deserializeAws_restJson1GetSessionLoggerCommand
560
- */
561
- export declare const de_GetSessionLoggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionLoggerCommandOutput>;
562
- /**
563
- * deserializeAws_restJson1GetTrustStoreCommand
564
- */
565
- export declare const de_GetTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCommandOutput>;
566
- /**
567
- * deserializeAws_restJson1GetTrustStoreCertificateCommand
568
- */
569
- export declare const de_GetTrustStoreCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCertificateCommandOutput>;
570
- /**
571
- * deserializeAws_restJson1GetUserAccessLoggingSettingsCommand
572
- */
573
- export declare const de_GetUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserAccessLoggingSettingsCommandOutput>;
574
- /**
575
- * deserializeAws_restJson1GetUserSettingsCommand
576
- */
577
- export declare const de_GetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserSettingsCommandOutput>;
578
- /**
579
- * deserializeAws_restJson1ListBrowserSettingsCommand
580
- */
581
- export declare const de_ListBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBrowserSettingsCommandOutput>;
582
- /**
583
- * deserializeAws_restJson1ListDataProtectionSettingsCommand
584
- */
585
- export declare const de_ListDataProtectionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataProtectionSettingsCommandOutput>;
586
- /**
587
- * deserializeAws_restJson1ListIdentityProvidersCommand
588
- */
589
- export declare const de_ListIdentityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProvidersCommandOutput>;
590
- /**
591
- * deserializeAws_restJson1ListIpAccessSettingsCommand
592
- */
593
- export declare const de_ListIpAccessSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIpAccessSettingsCommandOutput>;
594
- /**
595
- * deserializeAws_restJson1ListNetworkSettingsCommand
596
- */
597
- export declare const de_ListNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNetworkSettingsCommandOutput>;
598
- /**
599
- * deserializeAws_restJson1ListPortalsCommand
600
- */
601
- export declare const de_ListPortalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPortalsCommandOutput>;
602
- /**
603
- * deserializeAws_restJson1ListSessionLoggersCommand
604
- */
605
- export declare const de_ListSessionLoggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionLoggersCommandOutput>;
606
- /**
607
- * deserializeAws_restJson1ListSessionsCommand
608
- */
609
- export declare const de_ListSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionsCommandOutput>;
610
- /**
611
- * deserializeAws_restJson1ListTagsForResourceCommand
612
- */
613
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
614
- /**
615
- * deserializeAws_restJson1ListTrustStoreCertificatesCommand
616
- */
617
- export declare const de_ListTrustStoreCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustStoreCertificatesCommandOutput>;
618
- /**
619
- * deserializeAws_restJson1ListTrustStoresCommand
620
- */
621
- export declare const de_ListTrustStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustStoresCommandOutput>;
622
- /**
623
- * deserializeAws_restJson1ListUserAccessLoggingSettingsCommand
624
- */
625
- export declare const de_ListUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserAccessLoggingSettingsCommandOutput>;
626
- /**
627
- * deserializeAws_restJson1ListUserSettingsCommand
628
- */
629
- export declare const de_ListUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserSettingsCommandOutput>;
630
- /**
631
- * deserializeAws_restJson1TagResourceCommand
632
- */
633
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
634
- /**
635
- * deserializeAws_restJson1UntagResourceCommand
636
- */
637
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
638
- /**
639
- * deserializeAws_restJson1UpdateBrowserSettingsCommand
640
- */
641
- export declare const de_UpdateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrowserSettingsCommandOutput>;
642
- /**
643
- * deserializeAws_restJson1UpdateDataProtectionSettingsCommand
644
- */
645
- export declare const de_UpdateDataProtectionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataProtectionSettingsCommandOutput>;
646
- /**
647
- * deserializeAws_restJson1UpdateIdentityProviderCommand
648
- */
649
- export declare const de_UpdateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIdentityProviderCommandOutput>;
650
- /**
651
- * deserializeAws_restJson1UpdateIpAccessSettingsCommand
652
- */
653
- export declare const de_UpdateIpAccessSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIpAccessSettingsCommandOutput>;
654
- /**
655
- * deserializeAws_restJson1UpdateNetworkSettingsCommand
656
- */
657
- export declare const de_UpdateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkSettingsCommandOutput>;
658
- /**
659
- * deserializeAws_restJson1UpdatePortalCommand
660
- */
661
- export declare const de_UpdatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePortalCommandOutput>;
662
- /**
663
- * deserializeAws_restJson1UpdateSessionLoggerCommand
664
- */
665
- export declare const de_UpdateSessionLoggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSessionLoggerCommandOutput>;
666
- /**
667
- * deserializeAws_restJson1UpdateTrustStoreCommand
668
- */
669
- export declare const de_UpdateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrustStoreCommandOutput>;
670
- /**
671
- * deserializeAws_restJson1UpdateUserAccessLoggingSettingsCommand
672
- */
673
- export declare const de_UpdateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserAccessLoggingSettingsCommandOutput>;
674
- /**
675
- * deserializeAws_restJson1UpdateUserSettingsCommand
676
- */
677
- export declare const de_UpdateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSettingsCommandOutput>;