@aws-sdk/client-grafana 3.297.0 → 3.299.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/AssociateLicenseCommand.js +1 -1
- package/dist-cjs/commands/CreateWorkspaceApiKeyCommand.js +1 -1
- package/dist-cjs/commands/DeleteWorkspaceApiKeyCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkspaceCommand.js +1 -1
- package/dist-cjs/commands/DescribeWorkspaceAuthenticationCommand.js +2 -3
- package/dist-cjs/commands/DescribeWorkspaceCommand.js +1 -1
- package/dist-cjs/commands/DescribeWorkspaceConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DisassociateLicenseCommand.js +1 -1
- package/dist-cjs/commands/ListPermissionsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListWorkspacesCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdatePermissionsCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkspaceAuthenticationCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkspaceConfigurationCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -177
- package/dist-es/commands/AssociateLicenseCommand.js +2 -2
- package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +2 -2
- package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +2 -3
- package/dist-es/commands/DeleteWorkspaceCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +2 -3
- package/dist-es/commands/DescribeWorkspaceCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +2 -3
- package/dist-es/commands/DisassociateLicenseCommand.js +2 -2
- package/dist-es/commands/ListPermissionsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListWorkspacesCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdatePermissionsCommand.js +2 -3
- package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +2 -3
- package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -134
- package/dist-types/models/models_0.d.ts +0 -164
- package/dist-types/ts3.4/models/models_0.d.ts +0 -115
- package/package.json +11 -10
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisassociateLicenseResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DisassociateLicenseCommand, serializeAws_restJson1DisassociateLicenseCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DisassociateLicenseCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class DisassociateLicenseCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: DisassociateLicenseResponseFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListPermissionsRequestFilterSensitiveLog, ListPermissionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListPermissionsCommand, serializeAws_restJson1ListPermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListPermissionsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListPermissionsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListWorkspacesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListWorkspacesCommand, serializeAws_restJson1ListWorkspacesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListWorkspacesCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class ListWorkspacesCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: ListWorkspacesResponseFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdatePermissionsRequestFilterSensitiveLog, UpdatePermissionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdatePermissionsCommand, serializeAws_restJson1UpdatePermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdatePermissionsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdatePermissionsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateWorkspaceAuthenticationRequestFilterSensitiveLog, UpdateWorkspaceAuthenticationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateWorkspaceAuthenticationCommand, serializeAws_restJson1UpdateWorkspaceAuthenticationCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateWorkspaceAuthenticationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateWorkspaceAuthenticationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateWorkspaceConfigurationRequestFilterSensitiveLog, UpdateWorkspaceConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateWorkspaceConfigurationCommand, serializeAws_restJson1UpdateWorkspaceConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateWorkspaceConfigurationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateWorkspaceConfigurationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -188,37 +188,10 @@ export var UpdateAction;
|
|
|
188
188
|
UpdateAction["ADD"] = "ADD";
|
|
189
189
|
UpdateAction["REVOKE"] = "REVOKE";
|
|
190
190
|
})(UpdateAction || (UpdateAction = {}));
|
|
191
|
-
export const CreateWorkspaceApiKeyRequestFilterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
});
|
|
194
191
|
export const CreateWorkspaceApiKeyResponseFilterSensitiveLog = (obj) => ({
|
|
195
192
|
...obj,
|
|
196
193
|
...(obj.key && { key: SENSITIVE_STRING }),
|
|
197
194
|
});
|
|
198
|
-
export const ValidationExceptionFieldFilterSensitiveLog = (obj) => ({
|
|
199
|
-
...obj,
|
|
200
|
-
});
|
|
201
|
-
export const DeleteWorkspaceApiKeyRequestFilterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
204
|
-
export const DeleteWorkspaceApiKeyResponseFilterSensitiveLog = (obj) => ({
|
|
205
|
-
...obj,
|
|
206
|
-
});
|
|
207
|
-
export const AssertionAttributesFilterSensitiveLog = (obj) => ({
|
|
208
|
-
...obj,
|
|
209
|
-
});
|
|
210
|
-
export const AssociateLicenseRequestFilterSensitiveLog = (obj) => ({
|
|
211
|
-
...obj,
|
|
212
|
-
});
|
|
213
|
-
export const AuthenticationSummaryFilterSensitiveLog = (obj) => ({
|
|
214
|
-
...obj,
|
|
215
|
-
});
|
|
216
|
-
export const NetworkAccessConfigurationFilterSensitiveLog = (obj) => ({
|
|
217
|
-
...obj,
|
|
218
|
-
});
|
|
219
|
-
export const VpcConfigurationFilterSensitiveLog = (obj) => ({
|
|
220
|
-
...obj,
|
|
221
|
-
});
|
|
222
195
|
export const WorkspaceDescriptionFilterSensitiveLog = (obj) => ({
|
|
223
196
|
...obj,
|
|
224
197
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
@@ -231,108 +204,10 @@ export const AssociateLicenseResponseFilterSensitiveLog = (obj) => ({
|
|
|
231
204
|
...obj,
|
|
232
205
|
...(obj.workspace && { workspace: WorkspaceDescriptionFilterSensitiveLog(obj.workspace) }),
|
|
233
206
|
});
|
|
234
|
-
export const DescribeWorkspaceAuthenticationRequestFilterSensitiveLog = (obj) => ({
|
|
235
|
-
...obj,
|
|
236
|
-
});
|
|
237
|
-
export const AwsSsoAuthenticationFilterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
});
|
|
240
|
-
export const IdpMetadataFilterSensitiveLog = (obj) => {
|
|
241
|
-
if (obj.url !== undefined)
|
|
242
|
-
return { url: obj.url };
|
|
243
|
-
if (obj.xml !== undefined)
|
|
244
|
-
return { xml: obj.xml };
|
|
245
|
-
if (obj.$unknown !== undefined)
|
|
246
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
247
|
-
};
|
|
248
|
-
export const RoleValuesFilterSensitiveLog = (obj) => ({
|
|
249
|
-
...obj,
|
|
250
|
-
});
|
|
251
|
-
export const SamlConfigurationFilterSensitiveLog = (obj) => ({
|
|
252
|
-
...obj,
|
|
253
|
-
...(obj.idpMetadata && { idpMetadata: IdpMetadataFilterSensitiveLog(obj.idpMetadata) }),
|
|
254
|
-
});
|
|
255
|
-
export const SamlAuthenticationFilterSensitiveLog = (obj) => ({
|
|
256
|
-
...obj,
|
|
257
|
-
...(obj.configuration && { configuration: SamlConfigurationFilterSensitiveLog(obj.configuration) }),
|
|
258
|
-
});
|
|
259
|
-
export const AuthenticationDescriptionFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
...(obj.saml && { saml: SamlAuthenticationFilterSensitiveLog(obj.saml) }),
|
|
262
|
-
});
|
|
263
|
-
export const DescribeWorkspaceAuthenticationResponseFilterSensitiveLog = (obj) => ({
|
|
264
|
-
...obj,
|
|
265
|
-
...(obj.authentication && { authentication: AuthenticationDescriptionFilterSensitiveLog(obj.authentication) }),
|
|
266
|
-
});
|
|
267
|
-
export const UpdateWorkspaceAuthenticationRequestFilterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
...(obj.samlConfiguration && { samlConfiguration: SamlConfigurationFilterSensitiveLog(obj.samlConfiguration) }),
|
|
270
|
-
});
|
|
271
|
-
export const UpdateWorkspaceAuthenticationResponseFilterSensitiveLog = (obj) => ({
|
|
272
|
-
...obj,
|
|
273
|
-
...(obj.authentication && { authentication: AuthenticationDescriptionFilterSensitiveLog(obj.authentication) }),
|
|
274
|
-
});
|
|
275
|
-
export const DescribeWorkspaceConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
276
|
-
...obj,
|
|
277
|
-
});
|
|
278
|
-
export const DescribeWorkspaceConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
279
|
-
...obj,
|
|
280
|
-
});
|
|
281
|
-
export const UpdateWorkspaceConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
282
|
-
...obj,
|
|
283
|
-
});
|
|
284
|
-
export const UpdateWorkspaceConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
285
|
-
...obj,
|
|
286
|
-
});
|
|
287
|
-
export const DisassociateLicenseRequestFilterSensitiveLog = (obj) => ({
|
|
288
|
-
...obj,
|
|
289
|
-
});
|
|
290
207
|
export const DisassociateLicenseResponseFilterSensitiveLog = (obj) => ({
|
|
291
208
|
...obj,
|
|
292
209
|
...(obj.workspace && { workspace: WorkspaceDescriptionFilterSensitiveLog(obj.workspace) }),
|
|
293
210
|
});
|
|
294
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
295
|
-
...obj,
|
|
296
|
-
});
|
|
297
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
298
|
-
...obj,
|
|
299
|
-
});
|
|
300
|
-
export const ListPermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
301
|
-
...obj,
|
|
302
|
-
});
|
|
303
|
-
export const UserFilterSensitiveLog = (obj) => ({
|
|
304
|
-
...obj,
|
|
305
|
-
});
|
|
306
|
-
export const PermissionEntryFilterSensitiveLog = (obj) => ({
|
|
307
|
-
...obj,
|
|
308
|
-
});
|
|
309
|
-
export const ListPermissionsResponseFilterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
});
|
|
312
|
-
export const UpdateInstructionFilterSensitiveLog = (obj) => ({
|
|
313
|
-
...obj,
|
|
314
|
-
});
|
|
315
|
-
export const UpdatePermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
});
|
|
318
|
-
export const UpdateErrorFilterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
export const UpdatePermissionsResponseFilterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
});
|
|
324
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
325
|
-
...obj,
|
|
326
|
-
});
|
|
327
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
328
|
-
...obj,
|
|
329
|
-
});
|
|
330
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
});
|
|
333
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
334
|
-
...obj,
|
|
335
|
-
});
|
|
336
211
|
export const CreateWorkspaceRequestFilterSensitiveLog = (obj) => ({
|
|
337
212
|
...obj,
|
|
338
213
|
...(obj.organizationRoleName && { organizationRoleName: SENSITIVE_STRING }),
|
|
@@ -345,23 +220,14 @@ export const CreateWorkspaceResponseFilterSensitiveLog = (obj) => ({
|
|
|
345
220
|
...obj,
|
|
346
221
|
...(obj.workspace && { workspace: WorkspaceDescriptionFilterSensitiveLog(obj.workspace) }),
|
|
347
222
|
});
|
|
348
|
-
export const DeleteWorkspaceRequestFilterSensitiveLog = (obj) => ({
|
|
349
|
-
...obj,
|
|
350
|
-
});
|
|
351
223
|
export const DeleteWorkspaceResponseFilterSensitiveLog = (obj) => ({
|
|
352
224
|
...obj,
|
|
353
225
|
...(obj.workspace && { workspace: WorkspaceDescriptionFilterSensitiveLog(obj.workspace) }),
|
|
354
226
|
});
|
|
355
|
-
export const DescribeWorkspaceRequestFilterSensitiveLog = (obj) => ({
|
|
356
|
-
...obj,
|
|
357
|
-
});
|
|
358
227
|
export const DescribeWorkspaceResponseFilterSensitiveLog = (obj) => ({
|
|
359
228
|
...obj,
|
|
360
229
|
...(obj.workspace && { workspace: WorkspaceDescriptionFilterSensitiveLog(obj.workspace) }),
|
|
361
230
|
});
|
|
362
|
-
export const ListWorkspacesRequestFilterSensitiveLog = (obj) => ({
|
|
363
|
-
...obj,
|
|
364
|
-
});
|
|
365
231
|
export const WorkspaceSummaryFilterSensitiveLog = (obj) => ({
|
|
366
232
|
...obj,
|
|
367
233
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
@@ -1524,46 +1524,10 @@ export interface UpdateWorkspaceResponse {
|
|
|
1524
1524
|
*/
|
|
1525
1525
|
workspace: WorkspaceDescription | undefined;
|
|
1526
1526
|
}
|
|
1527
|
-
/**
|
|
1528
|
-
* @internal
|
|
1529
|
-
*/
|
|
1530
|
-
export declare const CreateWorkspaceApiKeyRequestFilterSensitiveLog: (obj: CreateWorkspaceApiKeyRequest) => any;
|
|
1531
1527
|
/**
|
|
1532
1528
|
* @internal
|
|
1533
1529
|
*/
|
|
1534
1530
|
export declare const CreateWorkspaceApiKeyResponseFilterSensitiveLog: (obj: CreateWorkspaceApiKeyResponse) => any;
|
|
1535
|
-
/**
|
|
1536
|
-
* @internal
|
|
1537
|
-
*/
|
|
1538
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
1539
|
-
/**
|
|
1540
|
-
* @internal
|
|
1541
|
-
*/
|
|
1542
|
-
export declare const DeleteWorkspaceApiKeyRequestFilterSensitiveLog: (obj: DeleteWorkspaceApiKeyRequest) => any;
|
|
1543
|
-
/**
|
|
1544
|
-
* @internal
|
|
1545
|
-
*/
|
|
1546
|
-
export declare const DeleteWorkspaceApiKeyResponseFilterSensitiveLog: (obj: DeleteWorkspaceApiKeyResponse) => any;
|
|
1547
|
-
/**
|
|
1548
|
-
* @internal
|
|
1549
|
-
*/
|
|
1550
|
-
export declare const AssertionAttributesFilterSensitiveLog: (obj: AssertionAttributes) => any;
|
|
1551
|
-
/**
|
|
1552
|
-
* @internal
|
|
1553
|
-
*/
|
|
1554
|
-
export declare const AssociateLicenseRequestFilterSensitiveLog: (obj: AssociateLicenseRequest) => any;
|
|
1555
|
-
/**
|
|
1556
|
-
* @internal
|
|
1557
|
-
*/
|
|
1558
|
-
export declare const AuthenticationSummaryFilterSensitiveLog: (obj: AuthenticationSummary) => any;
|
|
1559
|
-
/**
|
|
1560
|
-
* @internal
|
|
1561
|
-
*/
|
|
1562
|
-
export declare const NetworkAccessConfigurationFilterSensitiveLog: (obj: NetworkAccessConfiguration) => any;
|
|
1563
|
-
/**
|
|
1564
|
-
* @internal
|
|
1565
|
-
*/
|
|
1566
|
-
export declare const VpcConfigurationFilterSensitiveLog: (obj: VpcConfiguration) => any;
|
|
1567
1531
|
/**
|
|
1568
1532
|
* @internal
|
|
1569
1533
|
*/
|
|
@@ -1572,126 +1536,10 @@ export declare const WorkspaceDescriptionFilterSensitiveLog: (obj: WorkspaceDesc
|
|
|
1572
1536
|
* @internal
|
|
1573
1537
|
*/
|
|
1574
1538
|
export declare const AssociateLicenseResponseFilterSensitiveLog: (obj: AssociateLicenseResponse) => any;
|
|
1575
|
-
/**
|
|
1576
|
-
* @internal
|
|
1577
|
-
*/
|
|
1578
|
-
export declare const DescribeWorkspaceAuthenticationRequestFilterSensitiveLog: (obj: DescribeWorkspaceAuthenticationRequest) => any;
|
|
1579
|
-
/**
|
|
1580
|
-
* @internal
|
|
1581
|
-
*/
|
|
1582
|
-
export declare const AwsSsoAuthenticationFilterSensitiveLog: (obj: AwsSsoAuthentication) => any;
|
|
1583
|
-
/**
|
|
1584
|
-
* @internal
|
|
1585
|
-
*/
|
|
1586
|
-
export declare const IdpMetadataFilterSensitiveLog: (obj: IdpMetadata) => any;
|
|
1587
|
-
/**
|
|
1588
|
-
* @internal
|
|
1589
|
-
*/
|
|
1590
|
-
export declare const RoleValuesFilterSensitiveLog: (obj: RoleValues) => any;
|
|
1591
|
-
/**
|
|
1592
|
-
* @internal
|
|
1593
|
-
*/
|
|
1594
|
-
export declare const SamlConfigurationFilterSensitiveLog: (obj: SamlConfiguration) => any;
|
|
1595
|
-
/**
|
|
1596
|
-
* @internal
|
|
1597
|
-
*/
|
|
1598
|
-
export declare const SamlAuthenticationFilterSensitiveLog: (obj: SamlAuthentication) => any;
|
|
1599
|
-
/**
|
|
1600
|
-
* @internal
|
|
1601
|
-
*/
|
|
1602
|
-
export declare const AuthenticationDescriptionFilterSensitiveLog: (obj: AuthenticationDescription) => any;
|
|
1603
|
-
/**
|
|
1604
|
-
* @internal
|
|
1605
|
-
*/
|
|
1606
|
-
export declare const DescribeWorkspaceAuthenticationResponseFilterSensitiveLog: (obj: DescribeWorkspaceAuthenticationResponse) => any;
|
|
1607
|
-
/**
|
|
1608
|
-
* @internal
|
|
1609
|
-
*/
|
|
1610
|
-
export declare const UpdateWorkspaceAuthenticationRequestFilterSensitiveLog: (obj: UpdateWorkspaceAuthenticationRequest) => any;
|
|
1611
|
-
/**
|
|
1612
|
-
* @internal
|
|
1613
|
-
*/
|
|
1614
|
-
export declare const UpdateWorkspaceAuthenticationResponseFilterSensitiveLog: (obj: UpdateWorkspaceAuthenticationResponse) => any;
|
|
1615
|
-
/**
|
|
1616
|
-
* @internal
|
|
1617
|
-
*/
|
|
1618
|
-
export declare const DescribeWorkspaceConfigurationRequestFilterSensitiveLog: (obj: DescribeWorkspaceConfigurationRequest) => any;
|
|
1619
|
-
/**
|
|
1620
|
-
* @internal
|
|
1621
|
-
*/
|
|
1622
|
-
export declare const DescribeWorkspaceConfigurationResponseFilterSensitiveLog: (obj: DescribeWorkspaceConfigurationResponse) => any;
|
|
1623
|
-
/**
|
|
1624
|
-
* @internal
|
|
1625
|
-
*/
|
|
1626
|
-
export declare const UpdateWorkspaceConfigurationRequestFilterSensitiveLog: (obj: UpdateWorkspaceConfigurationRequest) => any;
|
|
1627
|
-
/**
|
|
1628
|
-
* @internal
|
|
1629
|
-
*/
|
|
1630
|
-
export declare const UpdateWorkspaceConfigurationResponseFilterSensitiveLog: (obj: UpdateWorkspaceConfigurationResponse) => any;
|
|
1631
|
-
/**
|
|
1632
|
-
* @internal
|
|
1633
|
-
*/
|
|
1634
|
-
export declare const DisassociateLicenseRequestFilterSensitiveLog: (obj: DisassociateLicenseRequest) => any;
|
|
1635
1539
|
/**
|
|
1636
1540
|
* @internal
|
|
1637
1541
|
*/
|
|
1638
1542
|
export declare const DisassociateLicenseResponseFilterSensitiveLog: (obj: DisassociateLicenseResponse) => any;
|
|
1639
|
-
/**
|
|
1640
|
-
* @internal
|
|
1641
|
-
*/
|
|
1642
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1643
|
-
/**
|
|
1644
|
-
* @internal
|
|
1645
|
-
*/
|
|
1646
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1647
|
-
/**
|
|
1648
|
-
* @internal
|
|
1649
|
-
*/
|
|
1650
|
-
export declare const ListPermissionsRequestFilterSensitiveLog: (obj: ListPermissionsRequest) => any;
|
|
1651
|
-
/**
|
|
1652
|
-
* @internal
|
|
1653
|
-
*/
|
|
1654
|
-
export declare const UserFilterSensitiveLog: (obj: User) => any;
|
|
1655
|
-
/**
|
|
1656
|
-
* @internal
|
|
1657
|
-
*/
|
|
1658
|
-
export declare const PermissionEntryFilterSensitiveLog: (obj: PermissionEntry) => any;
|
|
1659
|
-
/**
|
|
1660
|
-
* @internal
|
|
1661
|
-
*/
|
|
1662
|
-
export declare const ListPermissionsResponseFilterSensitiveLog: (obj: ListPermissionsResponse) => any;
|
|
1663
|
-
/**
|
|
1664
|
-
* @internal
|
|
1665
|
-
*/
|
|
1666
|
-
export declare const UpdateInstructionFilterSensitiveLog: (obj: UpdateInstruction) => any;
|
|
1667
|
-
/**
|
|
1668
|
-
* @internal
|
|
1669
|
-
*/
|
|
1670
|
-
export declare const UpdatePermissionsRequestFilterSensitiveLog: (obj: UpdatePermissionsRequest) => any;
|
|
1671
|
-
/**
|
|
1672
|
-
* @internal
|
|
1673
|
-
*/
|
|
1674
|
-
export declare const UpdateErrorFilterSensitiveLog: (obj: UpdateError) => any;
|
|
1675
|
-
/**
|
|
1676
|
-
* @internal
|
|
1677
|
-
*/
|
|
1678
|
-
export declare const UpdatePermissionsResponseFilterSensitiveLog: (obj: UpdatePermissionsResponse) => any;
|
|
1679
|
-
/**
|
|
1680
|
-
* @internal
|
|
1681
|
-
*/
|
|
1682
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1683
|
-
/**
|
|
1684
|
-
* @internal
|
|
1685
|
-
*/
|
|
1686
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1687
|
-
/**
|
|
1688
|
-
* @internal
|
|
1689
|
-
*/
|
|
1690
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1691
|
-
/**
|
|
1692
|
-
* @internal
|
|
1693
|
-
*/
|
|
1694
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1695
1543
|
/**
|
|
1696
1544
|
* @internal
|
|
1697
1545
|
*/
|
|
@@ -1700,26 +1548,14 @@ export declare const CreateWorkspaceRequestFilterSensitiveLog: (obj: CreateWorks
|
|
|
1700
1548
|
* @internal
|
|
1701
1549
|
*/
|
|
1702
1550
|
export declare const CreateWorkspaceResponseFilterSensitiveLog: (obj: CreateWorkspaceResponse) => any;
|
|
1703
|
-
/**
|
|
1704
|
-
* @internal
|
|
1705
|
-
*/
|
|
1706
|
-
export declare const DeleteWorkspaceRequestFilterSensitiveLog: (obj: DeleteWorkspaceRequest) => any;
|
|
1707
1551
|
/**
|
|
1708
1552
|
* @internal
|
|
1709
1553
|
*/
|
|
1710
1554
|
export declare const DeleteWorkspaceResponseFilterSensitiveLog: (obj: DeleteWorkspaceResponse) => any;
|
|
1711
|
-
/**
|
|
1712
|
-
* @internal
|
|
1713
|
-
*/
|
|
1714
|
-
export declare const DescribeWorkspaceRequestFilterSensitiveLog: (obj: DescribeWorkspaceRequest) => any;
|
|
1715
1555
|
/**
|
|
1716
1556
|
* @internal
|
|
1717
1557
|
*/
|
|
1718
1558
|
export declare const DescribeWorkspaceResponseFilterSensitiveLog: (obj: DescribeWorkspaceResponse) => any;
|
|
1719
|
-
/**
|
|
1720
|
-
* @internal
|
|
1721
|
-
*/
|
|
1722
|
-
export declare const ListWorkspacesRequestFilterSensitiveLog: (obj: ListWorkspacesRequest) => any;
|
|
1723
1559
|
/**
|
|
1724
1560
|
* @internal
|
|
1725
1561
|
*/
|