@aws-sdk/client-workspaces-web 3.303.0 → 3.309.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +2 -2
- package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +2 -2
- package/dist-cjs/commands/AssociateTrustStoreCommand.js +2 -2
- package/dist-cjs/commands/AssociateUserAccessLoggingSettingsCommand.js +2 -2
- package/dist-cjs/commands/AssociateUserSettingsCommand.js +2 -2
- package/dist-cjs/commands/CreateBrowserSettingsCommand.js +2 -2
- package/dist-cjs/commands/CreateIdentityProviderCommand.js +2 -2
- package/dist-cjs/commands/CreateNetworkSettingsCommand.js +2 -2
- package/dist-cjs/commands/CreatePortalCommand.js +2 -2
- package/dist-cjs/commands/CreateTrustStoreCommand.js +2 -2
- package/dist-cjs/commands/CreateUserAccessLoggingSettingsCommand.js +2 -2
- package/dist-cjs/commands/CreateUserSettingsCommand.js +2 -2
- package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +2 -2
- package/dist-cjs/commands/DeleteIdentityProviderCommand.js +2 -2
- package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +2 -2
- package/dist-cjs/commands/DeletePortalCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrustStoreCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserAccessLoggingSettingsCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserSettingsCommand.js +2 -2
- package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +2 -2
- package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +2 -2
- package/dist-cjs/commands/DisassociateTrustStoreCommand.js +2 -2
- package/dist-cjs/commands/DisassociateUserAccessLoggingSettingsCommand.js +2 -2
- package/dist-cjs/commands/DisassociateUserSettingsCommand.js +2 -2
- package/dist-cjs/commands/GetBrowserSettingsCommand.js +2 -2
- package/dist-cjs/commands/GetIdentityProviderCommand.js +2 -2
- package/dist-cjs/commands/GetNetworkSettingsCommand.js +2 -2
- package/dist-cjs/commands/GetPortalCommand.js +2 -2
- package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +2 -2
- package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +2 -2
- package/dist-cjs/commands/GetTrustStoreCommand.js +2 -2
- package/dist-cjs/commands/GetUserAccessLoggingSettingsCommand.js +2 -2
- package/dist-cjs/commands/GetUserSettingsCommand.js +2 -2
- package/dist-cjs/commands/ListBrowserSettingsCommand.js +2 -2
- package/dist-cjs/commands/ListIdentityProvidersCommand.js +2 -2
- package/dist-cjs/commands/ListNetworkSettingsCommand.js +2 -2
- package/dist-cjs/commands/ListPortalsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +2 -2
- package/dist-cjs/commands/ListTrustStoresCommand.js +2 -2
- package/dist-cjs/commands/ListUserAccessLoggingSettingsCommand.js +2 -2
- package/dist-cjs/commands/ListUserSettingsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateIdentityProviderCommand.js +2 -2
- package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdatePortalCommand.js +2 -2
- package/dist-cjs/commands/UpdateTrustStoreCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserAccessLoggingSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserSettingsCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +682 -698
- package/dist-es/commands/AssociateBrowserSettingsCommand.js +3 -3
- package/dist-es/commands/AssociateNetworkSettingsCommand.js +3 -3
- package/dist-es/commands/AssociateTrustStoreCommand.js +3 -3
- package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +3 -3
- package/dist-es/commands/AssociateUserSettingsCommand.js +3 -3
- package/dist-es/commands/CreateBrowserSettingsCommand.js +3 -3
- package/dist-es/commands/CreateIdentityProviderCommand.js +3 -3
- package/dist-es/commands/CreateNetworkSettingsCommand.js +3 -3
- package/dist-es/commands/CreatePortalCommand.js +3 -3
- package/dist-es/commands/CreateTrustStoreCommand.js +3 -3
- package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +3 -3
- package/dist-es/commands/CreateUserSettingsCommand.js +3 -3
- package/dist-es/commands/DeleteBrowserSettingsCommand.js +3 -3
- package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -3
- package/dist-es/commands/DeleteNetworkSettingsCommand.js +3 -3
- package/dist-es/commands/DeletePortalCommand.js +3 -3
- package/dist-es/commands/DeleteTrustStoreCommand.js +3 -3
- package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +3 -3
- package/dist-es/commands/DeleteUserSettingsCommand.js +3 -3
- package/dist-es/commands/DisassociateBrowserSettingsCommand.js +3 -3
- package/dist-es/commands/DisassociateNetworkSettingsCommand.js +3 -3
- package/dist-es/commands/DisassociateTrustStoreCommand.js +3 -3
- package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +3 -3
- package/dist-es/commands/DisassociateUserSettingsCommand.js +3 -3
- package/dist-es/commands/GetBrowserSettingsCommand.js +3 -3
- package/dist-es/commands/GetIdentityProviderCommand.js +3 -3
- package/dist-es/commands/GetNetworkSettingsCommand.js +3 -3
- package/dist-es/commands/GetPortalCommand.js +3 -3
- package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +3 -3
- package/dist-es/commands/GetTrustStoreCertificateCommand.js +3 -3
- package/dist-es/commands/GetTrustStoreCommand.js +3 -3
- package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +3 -3
- package/dist-es/commands/GetUserSettingsCommand.js +3 -3
- package/dist-es/commands/ListBrowserSettingsCommand.js +3 -3
- package/dist-es/commands/ListIdentityProvidersCommand.js +3 -3
- package/dist-es/commands/ListNetworkSettingsCommand.js +3 -3
- package/dist-es/commands/ListPortalsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTrustStoreCertificatesCommand.js +3 -3
- package/dist-es/commands/ListTrustStoresCommand.js +3 -3
- package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +3 -3
- package/dist-es/commands/ListUserSettingsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateBrowserSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -3
- package/dist-es/commands/UpdateNetworkSettingsCommand.js +3 -3
- package/dist-es/commands/UpdatePortalCommand.js +3 -3
- package/dist-es/commands/UpdateTrustStoreCommand.js +3 -3
- package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateUserSettingsCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +577 -593
- package/dist-types/protocols/Aws_restJson1.d.ts +408 -102
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +102 -102
- package/package.json +29 -29
|
@@ -51,105 +51,411 @@ import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "../commands
|
|
|
51
51
|
import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "../commands/UpdateTrustStoreCommand";
|
|
52
52
|
import { UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput } from "../commands/UpdateUserAccessLoggingSettingsCommand";
|
|
53
53
|
import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "../commands/UpdateUserSettingsCommand";
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
export declare const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export declare const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
export declare const
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
export declare const
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
export declare const
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
export declare const
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
export declare const
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
export declare const
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
export declare const
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
export declare const
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
export declare const
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
export declare const
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
export declare const
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
export declare const
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
export declare const
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
export declare const
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
export declare const
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
export declare const
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
export declare const
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
export declare const
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
export declare const
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
export declare const
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
export declare const
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
export declare const
|
|
154
|
-
|
|
155
|
-
|
|
54
|
+
/**
|
|
55
|
+
* serializeAws_restJson1AssociateBrowserSettingsCommand
|
|
56
|
+
*/
|
|
57
|
+
export declare const se_AssociateBrowserSettingsCommand: (input: AssociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
/**
|
|
59
|
+
* serializeAws_restJson1AssociateNetworkSettingsCommand
|
|
60
|
+
*/
|
|
61
|
+
export declare const se_AssociateNetworkSettingsCommand: (input: AssociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
/**
|
|
63
|
+
* serializeAws_restJson1AssociateTrustStoreCommand
|
|
64
|
+
*/
|
|
65
|
+
export declare const se_AssociateTrustStoreCommand: (input: AssociateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_restJson1AssociateUserAccessLoggingSettingsCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_AssociateUserAccessLoggingSettingsCommand: (input: AssociateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* serializeAws_restJson1AssociateUserSettingsCommand
|
|
72
|
+
*/
|
|
73
|
+
export declare const se_AssociateUserSettingsCommand: (input: AssociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* serializeAws_restJson1CreateBrowserSettingsCommand
|
|
76
|
+
*/
|
|
77
|
+
export declare const se_CreateBrowserSettingsCommand: (input: CreateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* serializeAws_restJson1CreateIdentityProviderCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const se_CreateIdentityProviderCommand: (input: CreateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_restJson1CreateNetworkSettingsCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_CreateNetworkSettingsCommand: (input: CreateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_restJson1CreatePortalCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_CreatePortalCommand: (input: CreatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
/**
|
|
91
|
+
* serializeAws_restJson1CreateTrustStoreCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const se_CreateTrustStoreCommand: (input: CreateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
/**
|
|
95
|
+
* serializeAws_restJson1CreateUserAccessLoggingSettingsCommand
|
|
96
|
+
*/
|
|
97
|
+
export declare const se_CreateUserAccessLoggingSettingsCommand: (input: CreateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* serializeAws_restJson1CreateUserSettingsCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const se_CreateUserSettingsCommand: (input: CreateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
/**
|
|
103
|
+
* serializeAws_restJson1DeleteBrowserSettingsCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const se_DeleteBrowserSettingsCommand: (input: DeleteBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
/**
|
|
107
|
+
* serializeAws_restJson1DeleteIdentityProviderCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const se_DeleteIdentityProviderCommand: (input: DeleteIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
/**
|
|
111
|
+
* serializeAws_restJson1DeleteNetworkSettingsCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const se_DeleteNetworkSettingsCommand: (input: DeleteNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
/**
|
|
115
|
+
* serializeAws_restJson1DeletePortalCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const se_DeletePortalCommand: (input: DeletePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* serializeAws_restJson1DeleteTrustStoreCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const se_DeleteTrustStoreCommand: (input: DeleteTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
/**
|
|
123
|
+
* serializeAws_restJson1DeleteUserAccessLoggingSettingsCommand
|
|
124
|
+
*/
|
|
125
|
+
export declare const se_DeleteUserAccessLoggingSettingsCommand: (input: DeleteUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
/**
|
|
127
|
+
* serializeAws_restJson1DeleteUserSettingsCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const se_DeleteUserSettingsCommand: (input: DeleteUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
/**
|
|
131
|
+
* serializeAws_restJson1DisassociateBrowserSettingsCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const se_DisassociateBrowserSettingsCommand: (input: DisassociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
/**
|
|
135
|
+
* serializeAws_restJson1DisassociateNetworkSettingsCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const se_DisassociateNetworkSettingsCommand: (input: DisassociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
/**
|
|
139
|
+
* serializeAws_restJson1DisassociateTrustStoreCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const se_DisassociateTrustStoreCommand: (input: DisassociateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
/**
|
|
143
|
+
* serializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand
|
|
144
|
+
*/
|
|
145
|
+
export declare const se_DisassociateUserAccessLoggingSettingsCommand: (input: DisassociateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
+
/**
|
|
147
|
+
* serializeAws_restJson1DisassociateUserSettingsCommand
|
|
148
|
+
*/
|
|
149
|
+
export declare const se_DisassociateUserSettingsCommand: (input: DisassociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
+
/**
|
|
151
|
+
* serializeAws_restJson1GetBrowserSettingsCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const se_GetBrowserSettingsCommand: (input: GetBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
/**
|
|
155
|
+
* serializeAws_restJson1GetIdentityProviderCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const se_GetIdentityProviderCommand: (input: GetIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
+
/**
|
|
159
|
+
* serializeAws_restJson1GetNetworkSettingsCommand
|
|
160
|
+
*/
|
|
161
|
+
export declare const se_GetNetworkSettingsCommand: (input: GetNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
+
/**
|
|
163
|
+
* serializeAws_restJson1GetPortalCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const se_GetPortalCommand: (input: GetPortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
+
/**
|
|
167
|
+
* serializeAws_restJson1GetPortalServiceProviderMetadataCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const se_GetPortalServiceProviderMetadataCommand: (input: GetPortalServiceProviderMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
+
/**
|
|
171
|
+
* serializeAws_restJson1GetTrustStoreCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const se_GetTrustStoreCommand: (input: GetTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
+
/**
|
|
175
|
+
* serializeAws_restJson1GetTrustStoreCertificateCommand
|
|
176
|
+
*/
|
|
177
|
+
export declare const se_GetTrustStoreCertificateCommand: (input: GetTrustStoreCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
+
/**
|
|
179
|
+
* serializeAws_restJson1GetUserAccessLoggingSettingsCommand
|
|
180
|
+
*/
|
|
181
|
+
export declare const se_GetUserAccessLoggingSettingsCommand: (input: GetUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
+
/**
|
|
183
|
+
* serializeAws_restJson1GetUserSettingsCommand
|
|
184
|
+
*/
|
|
185
|
+
export declare const se_GetUserSettingsCommand: (input: GetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
+
/**
|
|
187
|
+
* serializeAws_restJson1ListBrowserSettingsCommand
|
|
188
|
+
*/
|
|
189
|
+
export declare const se_ListBrowserSettingsCommand: (input: ListBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
+
/**
|
|
191
|
+
* serializeAws_restJson1ListIdentityProvidersCommand
|
|
192
|
+
*/
|
|
193
|
+
export declare const se_ListIdentityProvidersCommand: (input: ListIdentityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
+
/**
|
|
195
|
+
* serializeAws_restJson1ListNetworkSettingsCommand
|
|
196
|
+
*/
|
|
197
|
+
export declare const se_ListNetworkSettingsCommand: (input: ListNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
+
/**
|
|
199
|
+
* serializeAws_restJson1ListPortalsCommand
|
|
200
|
+
*/
|
|
201
|
+
export declare const se_ListPortalsCommand: (input: ListPortalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
|
+
/**
|
|
203
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
204
|
+
*/
|
|
205
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
206
|
+
/**
|
|
207
|
+
* serializeAws_restJson1ListTrustStoreCertificatesCommand
|
|
208
|
+
*/
|
|
209
|
+
export declare const se_ListTrustStoreCertificatesCommand: (input: ListTrustStoreCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
210
|
+
/**
|
|
211
|
+
* serializeAws_restJson1ListTrustStoresCommand
|
|
212
|
+
*/
|
|
213
|
+
export declare const se_ListTrustStoresCommand: (input: ListTrustStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
214
|
+
/**
|
|
215
|
+
* serializeAws_restJson1ListUserAccessLoggingSettingsCommand
|
|
216
|
+
*/
|
|
217
|
+
export declare const se_ListUserAccessLoggingSettingsCommand: (input: ListUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
218
|
+
/**
|
|
219
|
+
* serializeAws_restJson1ListUserSettingsCommand
|
|
220
|
+
*/
|
|
221
|
+
export declare const se_ListUserSettingsCommand: (input: ListUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
222
|
+
/**
|
|
223
|
+
* serializeAws_restJson1TagResourceCommand
|
|
224
|
+
*/
|
|
225
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
226
|
+
/**
|
|
227
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
228
|
+
*/
|
|
229
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
230
|
+
/**
|
|
231
|
+
* serializeAws_restJson1UpdateBrowserSettingsCommand
|
|
232
|
+
*/
|
|
233
|
+
export declare const se_UpdateBrowserSettingsCommand: (input: UpdateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
234
|
+
/**
|
|
235
|
+
* serializeAws_restJson1UpdateIdentityProviderCommand
|
|
236
|
+
*/
|
|
237
|
+
export declare const se_UpdateIdentityProviderCommand: (input: UpdateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
238
|
+
/**
|
|
239
|
+
* serializeAws_restJson1UpdateNetworkSettingsCommand
|
|
240
|
+
*/
|
|
241
|
+
export declare const se_UpdateNetworkSettingsCommand: (input: UpdateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
|
+
/**
|
|
243
|
+
* serializeAws_restJson1UpdatePortalCommand
|
|
244
|
+
*/
|
|
245
|
+
export declare const se_UpdatePortalCommand: (input: UpdatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
246
|
+
/**
|
|
247
|
+
* serializeAws_restJson1UpdateTrustStoreCommand
|
|
248
|
+
*/
|
|
249
|
+
export declare const se_UpdateTrustStoreCommand: (input: UpdateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
250
|
+
/**
|
|
251
|
+
* serializeAws_restJson1UpdateUserAccessLoggingSettingsCommand
|
|
252
|
+
*/
|
|
253
|
+
export declare const se_UpdateUserAccessLoggingSettingsCommand: (input: UpdateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
254
|
+
/**
|
|
255
|
+
* serializeAws_restJson1UpdateUserSettingsCommand
|
|
256
|
+
*/
|
|
257
|
+
export declare const se_UpdateUserSettingsCommand: (input: UpdateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
258
|
+
/**
|
|
259
|
+
* deserializeAws_restJson1AssociateBrowserSettingsCommand
|
|
260
|
+
*/
|
|
261
|
+
export declare const de_AssociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateBrowserSettingsCommandOutput>;
|
|
262
|
+
/**
|
|
263
|
+
* deserializeAws_restJson1AssociateNetworkSettingsCommand
|
|
264
|
+
*/
|
|
265
|
+
export declare const de_AssociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateNetworkSettingsCommandOutput>;
|
|
266
|
+
/**
|
|
267
|
+
* deserializeAws_restJson1AssociateTrustStoreCommand
|
|
268
|
+
*/
|
|
269
|
+
export declare const de_AssociateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrustStoreCommandOutput>;
|
|
270
|
+
/**
|
|
271
|
+
* deserializeAws_restJson1AssociateUserAccessLoggingSettingsCommand
|
|
272
|
+
*/
|
|
273
|
+
export declare const de_AssociateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserAccessLoggingSettingsCommandOutput>;
|
|
274
|
+
/**
|
|
275
|
+
* deserializeAws_restJson1AssociateUserSettingsCommand
|
|
276
|
+
*/
|
|
277
|
+
export declare const de_AssociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserSettingsCommandOutput>;
|
|
278
|
+
/**
|
|
279
|
+
* deserializeAws_restJson1CreateBrowserSettingsCommand
|
|
280
|
+
*/
|
|
281
|
+
export declare const de_CreateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBrowserSettingsCommandOutput>;
|
|
282
|
+
/**
|
|
283
|
+
* deserializeAws_restJson1CreateIdentityProviderCommand
|
|
284
|
+
*/
|
|
285
|
+
export declare const de_CreateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentityProviderCommandOutput>;
|
|
286
|
+
/**
|
|
287
|
+
* deserializeAws_restJson1CreateNetworkSettingsCommand
|
|
288
|
+
*/
|
|
289
|
+
export declare const de_CreateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkSettingsCommandOutput>;
|
|
290
|
+
/**
|
|
291
|
+
* deserializeAws_restJson1CreatePortalCommand
|
|
292
|
+
*/
|
|
293
|
+
export declare const de_CreatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePortalCommandOutput>;
|
|
294
|
+
/**
|
|
295
|
+
* deserializeAws_restJson1CreateTrustStoreCommand
|
|
296
|
+
*/
|
|
297
|
+
export declare const de_CreateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrustStoreCommandOutput>;
|
|
298
|
+
/**
|
|
299
|
+
* deserializeAws_restJson1CreateUserAccessLoggingSettingsCommand
|
|
300
|
+
*/
|
|
301
|
+
export declare const de_CreateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserAccessLoggingSettingsCommandOutput>;
|
|
302
|
+
/**
|
|
303
|
+
* deserializeAws_restJson1CreateUserSettingsCommand
|
|
304
|
+
*/
|
|
305
|
+
export declare const de_CreateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserSettingsCommandOutput>;
|
|
306
|
+
/**
|
|
307
|
+
* deserializeAws_restJson1DeleteBrowserSettingsCommand
|
|
308
|
+
*/
|
|
309
|
+
export declare const de_DeleteBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBrowserSettingsCommandOutput>;
|
|
310
|
+
/**
|
|
311
|
+
* deserializeAws_restJson1DeleteIdentityProviderCommand
|
|
312
|
+
*/
|
|
313
|
+
export declare const de_DeleteIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityProviderCommandOutput>;
|
|
314
|
+
/**
|
|
315
|
+
* deserializeAws_restJson1DeleteNetworkSettingsCommand
|
|
316
|
+
*/
|
|
317
|
+
export declare const de_DeleteNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkSettingsCommandOutput>;
|
|
318
|
+
/**
|
|
319
|
+
* deserializeAws_restJson1DeletePortalCommand
|
|
320
|
+
*/
|
|
321
|
+
export declare const de_DeletePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePortalCommandOutput>;
|
|
322
|
+
/**
|
|
323
|
+
* deserializeAws_restJson1DeleteTrustStoreCommand
|
|
324
|
+
*/
|
|
325
|
+
export declare const de_DeleteTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrustStoreCommandOutput>;
|
|
326
|
+
/**
|
|
327
|
+
* deserializeAws_restJson1DeleteUserAccessLoggingSettingsCommand
|
|
328
|
+
*/
|
|
329
|
+
export declare const de_DeleteUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserAccessLoggingSettingsCommandOutput>;
|
|
330
|
+
/**
|
|
331
|
+
* deserializeAws_restJson1DeleteUserSettingsCommand
|
|
332
|
+
*/
|
|
333
|
+
export declare const de_DeleteUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserSettingsCommandOutput>;
|
|
334
|
+
/**
|
|
335
|
+
* deserializeAws_restJson1DisassociateBrowserSettingsCommand
|
|
336
|
+
*/
|
|
337
|
+
export declare const de_DisassociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateBrowserSettingsCommandOutput>;
|
|
338
|
+
/**
|
|
339
|
+
* deserializeAws_restJson1DisassociateNetworkSettingsCommand
|
|
340
|
+
*/
|
|
341
|
+
export declare const de_DisassociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateNetworkSettingsCommandOutput>;
|
|
342
|
+
/**
|
|
343
|
+
* deserializeAws_restJson1DisassociateTrustStoreCommand
|
|
344
|
+
*/
|
|
345
|
+
export declare const de_DisassociateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrustStoreCommandOutput>;
|
|
346
|
+
/**
|
|
347
|
+
* deserializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand
|
|
348
|
+
*/
|
|
349
|
+
export declare const de_DisassociateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserAccessLoggingSettingsCommandOutput>;
|
|
350
|
+
/**
|
|
351
|
+
* deserializeAws_restJson1DisassociateUserSettingsCommand
|
|
352
|
+
*/
|
|
353
|
+
export declare const de_DisassociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserSettingsCommandOutput>;
|
|
354
|
+
/**
|
|
355
|
+
* deserializeAws_restJson1GetBrowserSettingsCommand
|
|
356
|
+
*/
|
|
357
|
+
export declare const de_GetBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBrowserSettingsCommandOutput>;
|
|
358
|
+
/**
|
|
359
|
+
* deserializeAws_restJson1GetIdentityProviderCommand
|
|
360
|
+
*/
|
|
361
|
+
export declare const de_GetIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityProviderCommandOutput>;
|
|
362
|
+
/**
|
|
363
|
+
* deserializeAws_restJson1GetNetworkSettingsCommand
|
|
364
|
+
*/
|
|
365
|
+
export declare const de_GetNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkSettingsCommandOutput>;
|
|
366
|
+
/**
|
|
367
|
+
* deserializeAws_restJson1GetPortalCommand
|
|
368
|
+
*/
|
|
369
|
+
export declare const de_GetPortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPortalCommandOutput>;
|
|
370
|
+
/**
|
|
371
|
+
* deserializeAws_restJson1GetPortalServiceProviderMetadataCommand
|
|
372
|
+
*/
|
|
373
|
+
export declare const de_GetPortalServiceProviderMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPortalServiceProviderMetadataCommandOutput>;
|
|
374
|
+
/**
|
|
375
|
+
* deserializeAws_restJson1GetTrustStoreCommand
|
|
376
|
+
*/
|
|
377
|
+
export declare const de_GetTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCommandOutput>;
|
|
378
|
+
/**
|
|
379
|
+
* deserializeAws_restJson1GetTrustStoreCertificateCommand
|
|
380
|
+
*/
|
|
381
|
+
export declare const de_GetTrustStoreCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCertificateCommandOutput>;
|
|
382
|
+
/**
|
|
383
|
+
* deserializeAws_restJson1GetUserAccessLoggingSettingsCommand
|
|
384
|
+
*/
|
|
385
|
+
export declare const de_GetUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserAccessLoggingSettingsCommandOutput>;
|
|
386
|
+
/**
|
|
387
|
+
* deserializeAws_restJson1GetUserSettingsCommand
|
|
388
|
+
*/
|
|
389
|
+
export declare const de_GetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserSettingsCommandOutput>;
|
|
390
|
+
/**
|
|
391
|
+
* deserializeAws_restJson1ListBrowserSettingsCommand
|
|
392
|
+
*/
|
|
393
|
+
export declare const de_ListBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBrowserSettingsCommandOutput>;
|
|
394
|
+
/**
|
|
395
|
+
* deserializeAws_restJson1ListIdentityProvidersCommand
|
|
396
|
+
*/
|
|
397
|
+
export declare const de_ListIdentityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProvidersCommandOutput>;
|
|
398
|
+
/**
|
|
399
|
+
* deserializeAws_restJson1ListNetworkSettingsCommand
|
|
400
|
+
*/
|
|
401
|
+
export declare const de_ListNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNetworkSettingsCommandOutput>;
|
|
402
|
+
/**
|
|
403
|
+
* deserializeAws_restJson1ListPortalsCommand
|
|
404
|
+
*/
|
|
405
|
+
export declare const de_ListPortalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPortalsCommandOutput>;
|
|
406
|
+
/**
|
|
407
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
408
|
+
*/
|
|
409
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
410
|
+
/**
|
|
411
|
+
* deserializeAws_restJson1ListTrustStoreCertificatesCommand
|
|
412
|
+
*/
|
|
413
|
+
export declare const de_ListTrustStoreCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustStoreCertificatesCommandOutput>;
|
|
414
|
+
/**
|
|
415
|
+
* deserializeAws_restJson1ListTrustStoresCommand
|
|
416
|
+
*/
|
|
417
|
+
export declare const de_ListTrustStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustStoresCommandOutput>;
|
|
418
|
+
/**
|
|
419
|
+
* deserializeAws_restJson1ListUserAccessLoggingSettingsCommand
|
|
420
|
+
*/
|
|
421
|
+
export declare const de_ListUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserAccessLoggingSettingsCommandOutput>;
|
|
422
|
+
/**
|
|
423
|
+
* deserializeAws_restJson1ListUserSettingsCommand
|
|
424
|
+
*/
|
|
425
|
+
export declare const de_ListUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserSettingsCommandOutput>;
|
|
426
|
+
/**
|
|
427
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
428
|
+
*/
|
|
429
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
430
|
+
/**
|
|
431
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
432
|
+
*/
|
|
433
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
434
|
+
/**
|
|
435
|
+
* deserializeAws_restJson1UpdateBrowserSettingsCommand
|
|
436
|
+
*/
|
|
437
|
+
export declare const de_UpdateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrowserSettingsCommandOutput>;
|
|
438
|
+
/**
|
|
439
|
+
* deserializeAws_restJson1UpdateIdentityProviderCommand
|
|
440
|
+
*/
|
|
441
|
+
export declare const de_UpdateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIdentityProviderCommandOutput>;
|
|
442
|
+
/**
|
|
443
|
+
* deserializeAws_restJson1UpdateNetworkSettingsCommand
|
|
444
|
+
*/
|
|
445
|
+
export declare const de_UpdateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkSettingsCommandOutput>;
|
|
446
|
+
/**
|
|
447
|
+
* deserializeAws_restJson1UpdatePortalCommand
|
|
448
|
+
*/
|
|
449
|
+
export declare const de_UpdatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePortalCommandOutput>;
|
|
450
|
+
/**
|
|
451
|
+
* deserializeAws_restJson1UpdateTrustStoreCommand
|
|
452
|
+
*/
|
|
453
|
+
export declare const de_UpdateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrustStoreCommandOutput>;
|
|
454
|
+
/**
|
|
455
|
+
* deserializeAws_restJson1UpdateUserAccessLoggingSettingsCommand
|
|
456
|
+
*/
|
|
457
|
+
export declare const de_UpdateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserAccessLoggingSettingsCommandOutput>;
|
|
458
|
+
/**
|
|
459
|
+
* deserializeAws_restJson1UpdateUserSettingsCommand
|
|
460
|
+
*/
|
|
461
|
+
export declare const de_UpdateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSettingsCommandOutput>;
|