@aws-sdk/client-grafana 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateLicenseCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkspaceApiKeyCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkspaceApiKeyCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspaceAuthenticationCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspaceCommand.js +2 -2
- package/dist-cjs/commands/DisassociateLicenseCommand.js +2 -2
- package/dist-cjs/commands/ListPermissionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWorkspacesCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkspaceAuthenticationCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkspaceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +226 -317
- package/dist-cjs/protocols/Aws_restJson1.js +215 -454
- package/dist-es/commands/AssociateLicenseCommand.js +3 -3
- package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +3 -3
- package/dist-es/commands/CreateWorkspaceCommand.js +3 -3
- package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +3 -3
- package/dist-es/commands/DeleteWorkspaceCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspaceCommand.js +3 -3
- package/dist-es/commands/DisassociateLicenseCommand.js +3 -3
- package/dist-es/commands/ListPermissionsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWorkspacesCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdatePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +3 -3
- package/dist-es/commands/UpdateWorkspaceCommand.js +3 -3
- package/dist-es/models/models_0.js +55 -193
- package/dist-es/protocols/Aws_restJson1.js +278 -458
- package/dist-types/models/models_0.d.ts +188 -280
- package/dist-types/ts3.4/models/models_0.d.ts +94 -186
- package/package.json +6 -6
|
@@ -32,14 +32,6 @@ var ConflictException = (function (_super) {
|
|
|
32
32
|
return ConflictException;
|
|
33
33
|
}(__BaseException));
|
|
34
34
|
export { ConflictException };
|
|
35
|
-
export var CreateWorkspaceApiKeyRequest;
|
|
36
|
-
(function (CreateWorkspaceApiKeyRequest) {
|
|
37
|
-
CreateWorkspaceApiKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
|
-
})(CreateWorkspaceApiKeyRequest || (CreateWorkspaceApiKeyRequest = {}));
|
|
39
|
-
export var CreateWorkspaceApiKeyResponse;
|
|
40
|
-
(function (CreateWorkspaceApiKeyResponse) {
|
|
41
|
-
CreateWorkspaceApiKeyResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.key && { key: SENSITIVE_STRING }))); };
|
|
42
|
-
})(CreateWorkspaceApiKeyResponse || (CreateWorkspaceApiKeyResponse = {}));
|
|
43
35
|
var InternalServerException = (function (_super) {
|
|
44
36
|
__extends(InternalServerException, _super);
|
|
45
37
|
function InternalServerException(opts) {
|
|
@@ -100,10 +92,6 @@ var ThrottlingException = (function (_super) {
|
|
|
100
92
|
return ThrottlingException;
|
|
101
93
|
}(__BaseException));
|
|
102
94
|
export { ThrottlingException };
|
|
103
|
-
export var ValidationExceptionField;
|
|
104
|
-
(function (ValidationExceptionField) {
|
|
105
|
-
ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
-
})(ValidationExceptionField || (ValidationExceptionField = {}));
|
|
107
95
|
export var ValidationExceptionReason;
|
|
108
96
|
(function (ValidationExceptionReason) {
|
|
109
97
|
ValidationExceptionReason["CANNOT_PARSE"] = "CANNOT_PARSE";
|
|
@@ -125,27 +113,11 @@ var ValidationException = (function (_super) {
|
|
|
125
113
|
return ValidationException;
|
|
126
114
|
}(__BaseException));
|
|
127
115
|
export { ValidationException };
|
|
128
|
-
export var DeleteWorkspaceApiKeyRequest;
|
|
129
|
-
(function (DeleteWorkspaceApiKeyRequest) {
|
|
130
|
-
DeleteWorkspaceApiKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
-
})(DeleteWorkspaceApiKeyRequest || (DeleteWorkspaceApiKeyRequest = {}));
|
|
132
|
-
export var DeleteWorkspaceApiKeyResponse;
|
|
133
|
-
(function (DeleteWorkspaceApiKeyResponse) {
|
|
134
|
-
DeleteWorkspaceApiKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
-
})(DeleteWorkspaceApiKeyResponse || (DeleteWorkspaceApiKeyResponse = {}));
|
|
136
|
-
export var AssertionAttributes;
|
|
137
|
-
(function (AssertionAttributes) {
|
|
138
|
-
AssertionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
-
})(AssertionAttributes || (AssertionAttributes = {}));
|
|
140
116
|
export var LicenseType;
|
|
141
117
|
(function (LicenseType) {
|
|
142
118
|
LicenseType["ENTERPRISE"] = "ENTERPRISE";
|
|
143
119
|
LicenseType["ENTERPRISE_FREE_TRIAL"] = "ENTERPRISE_FREE_TRIAL";
|
|
144
120
|
})(LicenseType || (LicenseType = {}));
|
|
145
|
-
export var AssociateLicenseRequest;
|
|
146
|
-
(function (AssociateLicenseRequest) {
|
|
147
|
-
AssociateLicenseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
-
})(AssociateLicenseRequest || (AssociateLicenseRequest = {}));
|
|
149
121
|
export var AuthenticationProviderTypes;
|
|
150
122
|
(function (AuthenticationProviderTypes) {
|
|
151
123
|
AuthenticationProviderTypes["AWS_SSO"] = "AWS_SSO";
|
|
@@ -156,10 +128,6 @@ export var SamlConfigurationStatus;
|
|
|
156
128
|
SamlConfigurationStatus["CONFIGURED"] = "CONFIGURED";
|
|
157
129
|
SamlConfigurationStatus["NOT_CONFIGURED"] = "NOT_CONFIGURED";
|
|
158
130
|
})(SamlConfigurationStatus || (SamlConfigurationStatus = {}));
|
|
159
|
-
export var AuthenticationSummary;
|
|
160
|
-
(function (AuthenticationSummary) {
|
|
161
|
-
AuthenticationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
-
})(AuthenticationSummary || (AuthenticationSummary = {}));
|
|
163
131
|
export var DataSourceType;
|
|
164
132
|
(function (DataSourceType) {
|
|
165
133
|
DataSourceType["AMAZON_OPENSEARCH_SERVICE"] = "AMAZON_OPENSEARCH_SERVICE";
|
|
@@ -194,22 +162,6 @@ export var WorkspaceStatus;
|
|
|
194
162
|
WorkspaceStatus["UPGRADE_FAILED"] = "UPGRADE_FAILED";
|
|
195
163
|
WorkspaceStatus["UPGRADING"] = "UPGRADING";
|
|
196
164
|
})(WorkspaceStatus || (WorkspaceStatus = {}));
|
|
197
|
-
export var WorkspaceDescription;
|
|
198
|
-
(function (WorkspaceDescription) {
|
|
199
|
-
WorkspaceDescription.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.description && { description: SENSITIVE_STRING })), (obj.name && { name: SENSITIVE_STRING })), (obj.organizationRoleName && { organizationRoleName: SENSITIVE_STRING })), (obj.organizationalUnits && { organizationalUnits: SENSITIVE_STRING })), (obj.workspaceRoleArn && { workspaceRoleArn: SENSITIVE_STRING }))); };
|
|
200
|
-
})(WorkspaceDescription || (WorkspaceDescription = {}));
|
|
201
|
-
export var AssociateLicenseResponse;
|
|
202
|
-
(function (AssociateLicenseResponse) {
|
|
203
|
-
AssociateLicenseResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.workspace && { workspace: WorkspaceDescription.filterSensitiveLog(obj.workspace) }))); };
|
|
204
|
-
})(AssociateLicenseResponse || (AssociateLicenseResponse = {}));
|
|
205
|
-
export var DescribeWorkspaceAuthenticationRequest;
|
|
206
|
-
(function (DescribeWorkspaceAuthenticationRequest) {
|
|
207
|
-
DescribeWorkspaceAuthenticationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
-
})(DescribeWorkspaceAuthenticationRequest || (DescribeWorkspaceAuthenticationRequest = {}));
|
|
209
|
-
export var AwsSsoAuthentication;
|
|
210
|
-
(function (AwsSsoAuthentication) {
|
|
211
|
-
AwsSsoAuthentication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
-
})(AwsSsoAuthentication || (AwsSsoAuthentication = {}));
|
|
213
165
|
export var IdpMetadata;
|
|
214
166
|
(function (IdpMetadata) {
|
|
215
167
|
IdpMetadata.visit = function (value, visitor) {
|
|
@@ -219,165 +171,75 @@ export var IdpMetadata;
|
|
|
219
171
|
return visitor.xml(value.xml);
|
|
220
172
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
221
173
|
};
|
|
222
|
-
IdpMetadata.filterSensitiveLog = function (obj) {
|
|
223
|
-
var _a;
|
|
224
|
-
if (obj.url !== undefined)
|
|
225
|
-
return { url: obj.url };
|
|
226
|
-
if (obj.xml !== undefined)
|
|
227
|
-
return { xml: obj.xml };
|
|
228
|
-
if (obj.$unknown !== undefined)
|
|
229
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
230
|
-
};
|
|
231
174
|
})(IdpMetadata || (IdpMetadata = {}));
|
|
232
|
-
export var RoleValues;
|
|
233
|
-
(function (RoleValues) {
|
|
234
|
-
RoleValues.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
-
})(RoleValues || (RoleValues = {}));
|
|
236
|
-
export var SamlConfiguration;
|
|
237
|
-
(function (SamlConfiguration) {
|
|
238
|
-
SamlConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.idpMetadata && { idpMetadata: IdpMetadata.filterSensitiveLog(obj.idpMetadata) }))); };
|
|
239
|
-
})(SamlConfiguration || (SamlConfiguration = {}));
|
|
240
|
-
export var SamlAuthentication;
|
|
241
|
-
(function (SamlAuthentication) {
|
|
242
|
-
SamlAuthentication.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.configuration && { configuration: SamlConfiguration.filterSensitiveLog(obj.configuration) }))); };
|
|
243
|
-
})(SamlAuthentication || (SamlAuthentication = {}));
|
|
244
|
-
export var AuthenticationDescription;
|
|
245
|
-
(function (AuthenticationDescription) {
|
|
246
|
-
AuthenticationDescription.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.saml && { saml: SamlAuthentication.filterSensitiveLog(obj.saml) }))); };
|
|
247
|
-
})(AuthenticationDescription || (AuthenticationDescription = {}));
|
|
248
|
-
export var DescribeWorkspaceAuthenticationResponse;
|
|
249
|
-
(function (DescribeWorkspaceAuthenticationResponse) {
|
|
250
|
-
DescribeWorkspaceAuthenticationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.authentication && { authentication: AuthenticationDescription.filterSensitiveLog(obj.authentication) }))); };
|
|
251
|
-
})(DescribeWorkspaceAuthenticationResponse || (DescribeWorkspaceAuthenticationResponse = {}));
|
|
252
|
-
export var UpdateWorkspaceAuthenticationRequest;
|
|
253
|
-
(function (UpdateWorkspaceAuthenticationRequest) {
|
|
254
|
-
UpdateWorkspaceAuthenticationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.samlConfiguration && { samlConfiguration: SamlConfiguration.filterSensitiveLog(obj.samlConfiguration) }))); };
|
|
255
|
-
})(UpdateWorkspaceAuthenticationRequest || (UpdateWorkspaceAuthenticationRequest = {}));
|
|
256
|
-
export var UpdateWorkspaceAuthenticationResponse;
|
|
257
|
-
(function (UpdateWorkspaceAuthenticationResponse) {
|
|
258
|
-
UpdateWorkspaceAuthenticationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.authentication && { authentication: AuthenticationDescription.filterSensitiveLog(obj.authentication) }))); };
|
|
259
|
-
})(UpdateWorkspaceAuthenticationResponse || (UpdateWorkspaceAuthenticationResponse = {}));
|
|
260
|
-
export var DisassociateLicenseRequest;
|
|
261
|
-
(function (DisassociateLicenseRequest) {
|
|
262
|
-
DisassociateLicenseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
-
})(DisassociateLicenseRequest || (DisassociateLicenseRequest = {}));
|
|
264
|
-
export var DisassociateLicenseResponse;
|
|
265
|
-
(function (DisassociateLicenseResponse) {
|
|
266
|
-
DisassociateLicenseResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.workspace && { workspace: WorkspaceDescription.filterSensitiveLog(obj.workspace) }))); };
|
|
267
|
-
})(DisassociateLicenseResponse || (DisassociateLicenseResponse = {}));
|
|
268
|
-
export var ListTagsForResourceRequest;
|
|
269
|
-
(function (ListTagsForResourceRequest) {
|
|
270
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
272
|
-
export var ListTagsForResourceResponse;
|
|
273
|
-
(function (ListTagsForResourceResponse) {
|
|
274
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
276
175
|
export var UserType;
|
|
277
176
|
(function (UserType) {
|
|
278
177
|
UserType["SSO_GROUP"] = "SSO_GROUP";
|
|
279
178
|
UserType["SSO_USER"] = "SSO_USER";
|
|
280
179
|
})(UserType || (UserType = {}));
|
|
281
|
-
export var ListPermissionsRequest;
|
|
282
|
-
(function (ListPermissionsRequest) {
|
|
283
|
-
ListPermissionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
-
})(ListPermissionsRequest || (ListPermissionsRequest = {}));
|
|
285
180
|
export var Role;
|
|
286
181
|
(function (Role) {
|
|
287
182
|
Role["ADMIN"] = "ADMIN";
|
|
288
183
|
Role["EDITOR"] = "EDITOR";
|
|
289
184
|
Role["VIEWER"] = "VIEWER";
|
|
290
185
|
})(Role || (Role = {}));
|
|
291
|
-
export var User;
|
|
292
|
-
(function (User) {
|
|
293
|
-
User.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
-
})(User || (User = {}));
|
|
295
|
-
export var PermissionEntry;
|
|
296
|
-
(function (PermissionEntry) {
|
|
297
|
-
PermissionEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
-
})(PermissionEntry || (PermissionEntry = {}));
|
|
299
|
-
export var ListPermissionsResponse;
|
|
300
|
-
(function (ListPermissionsResponse) {
|
|
301
|
-
ListPermissionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
-
})(ListPermissionsResponse || (ListPermissionsResponse = {}));
|
|
303
186
|
export var UpdateAction;
|
|
304
187
|
(function (UpdateAction) {
|
|
305
188
|
UpdateAction["ADD"] = "ADD";
|
|
306
189
|
UpdateAction["REVOKE"] = "REVOKE";
|
|
307
190
|
})(UpdateAction || (UpdateAction = {}));
|
|
308
|
-
export var
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
export var
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
export var
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
export var
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
export var
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
export var
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
export var
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
export var
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
export var
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
export var
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
export var
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
})(
|
|
360
|
-
export var
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
})(DescribeWorkspaceResponse || (DescribeWorkspaceResponse = {}));
|
|
364
|
-
export var ListWorkspacesRequest;
|
|
365
|
-
(function (ListWorkspacesRequest) {
|
|
366
|
-
ListWorkspacesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
-
})(ListWorkspacesRequest || (ListWorkspacesRequest = {}));
|
|
368
|
-
export var WorkspaceSummary;
|
|
369
|
-
(function (WorkspaceSummary) {
|
|
370
|
-
WorkspaceSummary.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.description && { description: SENSITIVE_STRING })), (obj.name && { name: SENSITIVE_STRING }))); };
|
|
371
|
-
})(WorkspaceSummary || (WorkspaceSummary = {}));
|
|
372
|
-
export var ListWorkspacesResponse;
|
|
373
|
-
(function (ListWorkspacesResponse) {
|
|
374
|
-
ListWorkspacesResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.workspaces && { workspaces: obj.workspaces.map(function (item) { return WorkspaceSummary.filterSensitiveLog(item); }) }))); };
|
|
375
|
-
})(ListWorkspacesResponse || (ListWorkspacesResponse = {}));
|
|
376
|
-
export var UpdateWorkspaceRequest;
|
|
377
|
-
(function (UpdateWorkspaceRequest) {
|
|
378
|
-
UpdateWorkspaceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.organizationRoleName && { organizationRoleName: SENSITIVE_STRING })), (obj.workspaceDescription && { workspaceDescription: SENSITIVE_STRING })), (obj.workspaceName && { workspaceName: SENSITIVE_STRING })), (obj.workspaceOrganizationalUnits && { workspaceOrganizationalUnits: SENSITIVE_STRING })), (obj.workspaceRoleArn && { workspaceRoleArn: SENSITIVE_STRING }))); };
|
|
379
|
-
})(UpdateWorkspaceRequest || (UpdateWorkspaceRequest = {}));
|
|
380
|
-
export var UpdateWorkspaceResponse;
|
|
381
|
-
(function (UpdateWorkspaceResponse) {
|
|
382
|
-
UpdateWorkspaceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.workspace && { workspace: WorkspaceDescription.filterSensitiveLog(obj.workspace) }))); };
|
|
383
|
-
})(UpdateWorkspaceResponse || (UpdateWorkspaceResponse = {}));
|
|
191
|
+
export var CreateWorkspaceApiKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
+
export var CreateWorkspaceApiKeyResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.key && { key: SENSITIVE_STRING }))); };
|
|
193
|
+
export var ValidationExceptionFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
export var DeleteWorkspaceApiKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
export var DeleteWorkspaceApiKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
+
export var AssertionAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
+
export var AssociateLicenseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
export var AuthenticationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
export var WorkspaceDescriptionFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.description && { description: SENSITIVE_STRING })), (obj.name && { name: SENSITIVE_STRING })), (obj.organizationRoleName && { organizationRoleName: SENSITIVE_STRING })), (obj.organizationalUnits && { organizationalUnits: SENSITIVE_STRING })), (obj.workspaceRoleArn && { workspaceRoleArn: SENSITIVE_STRING }))); };
|
|
200
|
+
export var AssociateLicenseResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.workspace && { workspace: WorkspaceDescriptionFilterSensitiveLog(obj.workspace) }))); };
|
|
201
|
+
export var DescribeWorkspaceAuthenticationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
export var AwsSsoAuthenticationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
+
export var IdpMetadataFilterSensitiveLog = function (obj) {
|
|
204
|
+
var _a;
|
|
205
|
+
if (obj.url !== undefined)
|
|
206
|
+
return { url: obj.url };
|
|
207
|
+
if (obj.xml !== undefined)
|
|
208
|
+
return { xml: obj.xml };
|
|
209
|
+
if (obj.$unknown !== undefined)
|
|
210
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
211
|
+
};
|
|
212
|
+
export var RoleValuesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
+
export var SamlConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.idpMetadata && { idpMetadata: IdpMetadataFilterSensitiveLog(obj.idpMetadata) }))); };
|
|
214
|
+
export var SamlAuthenticationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.configuration && { configuration: SamlConfigurationFilterSensitiveLog(obj.configuration) }))); };
|
|
215
|
+
export var AuthenticationDescriptionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.saml && { saml: SamlAuthenticationFilterSensitiveLog(obj.saml) }))); };
|
|
216
|
+
export var DescribeWorkspaceAuthenticationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.authentication && { authentication: AuthenticationDescriptionFilterSensitiveLog(obj.authentication) }))); };
|
|
217
|
+
export var UpdateWorkspaceAuthenticationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.samlConfiguration && { samlConfiguration: SamlConfigurationFilterSensitiveLog(obj.samlConfiguration) }))); };
|
|
218
|
+
export var UpdateWorkspaceAuthenticationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.authentication && { authentication: AuthenticationDescriptionFilterSensitiveLog(obj.authentication) }))); };
|
|
219
|
+
export var DisassociateLicenseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
+
export var DisassociateLicenseResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.workspace && { workspace: WorkspaceDescriptionFilterSensitiveLog(obj.workspace) }))); };
|
|
221
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
export var ListPermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
+
export var UserFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
+
export var PermissionEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
export var ListPermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
+
export var UpdateInstructionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
+
export var UpdatePermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
+
export var UpdateErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
export var UpdatePermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
export var CreateWorkspaceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.organizationRoleName && { organizationRoleName: SENSITIVE_STRING })), (obj.workspaceDescription && { workspaceDescription: SENSITIVE_STRING })), (obj.workspaceName && { workspaceName: SENSITIVE_STRING })), (obj.workspaceOrganizationalUnits && { workspaceOrganizationalUnits: SENSITIVE_STRING })), (obj.workspaceRoleArn && { workspaceRoleArn: SENSITIVE_STRING }))); };
|
|
236
|
+
export var CreateWorkspaceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.workspace && { workspace: WorkspaceDescriptionFilterSensitiveLog(obj.workspace) }))); };
|
|
237
|
+
export var DeleteWorkspaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var DeleteWorkspaceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.workspace && { workspace: WorkspaceDescriptionFilterSensitiveLog(obj.workspace) }))); };
|
|
239
|
+
export var DescribeWorkspaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var DescribeWorkspaceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.workspace && { workspace: WorkspaceDescriptionFilterSensitiveLog(obj.workspace) }))); };
|
|
241
|
+
export var ListWorkspacesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
export var WorkspaceSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.description && { description: SENSITIVE_STRING })), (obj.name && { name: SENSITIVE_STRING }))); };
|
|
243
|
+
export var ListWorkspacesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.workspaces && { workspaces: obj.workspaces.map(function (item) { return WorkspaceSummaryFilterSensitiveLog(item); }) }))); };
|
|
244
|
+
export var UpdateWorkspaceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.organizationRoleName && { organizationRoleName: SENSITIVE_STRING })), (obj.workspaceDescription && { workspaceDescription: SENSITIVE_STRING })), (obj.workspaceName && { workspaceName: SENSITIVE_STRING })), (obj.workspaceOrganizationalUnits && { workspaceOrganizationalUnits: SENSITIVE_STRING })), (obj.workspaceRoleArn && { workspaceRoleArn: SENSITIVE_STRING }))); };
|
|
245
|
+
export var UpdateWorkspaceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.workspace && { workspace: WorkspaceDescriptionFilterSensitiveLog(obj.workspace) }))); };
|