@aws-sdk/client-datazone 3.697.0 → 3.705.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/README.md +112 -0
- package/dist-cjs/index.js +2077 -405
- package/dist-es/DataZone.js +28 -0
- package/dist-es/commands/CreateAssetFilterCommand.js +1 -1
- package/dist-es/commands/CreateConnectionCommand.js +23 -0
- package/dist-es/commands/CreateProjectProfileCommand.js +23 -0
- package/dist-es/commands/CreateSubscriptionRequestCommand.js +1 -1
- package/dist-es/commands/CreateSubscriptionTargetCommand.js +1 -1
- package/dist-es/commands/CreateUserProfileCommand.js +1 -1
- package/dist-es/commands/DeleteConnectionCommand.js +22 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +1 -1
- package/dist-es/commands/DeleteProjectProfileCommand.js +22 -0
- package/dist-es/commands/GetAssetFilterCommand.js +1 -1
- package/dist-es/commands/GetConnectionCommand.js +23 -0
- package/dist-es/commands/GetDataProductCommand.js +1 -1
- package/dist-es/commands/GetDataSourceCommand.js +1 -1
- package/dist-es/commands/GetJobRunCommand.js +22 -0
- package/dist-es/commands/GetLineageEventCommand.js +23 -0
- package/dist-es/commands/GetProjectProfileCommand.js +23 -0
- package/dist-es/commands/ListConnectionsCommand.js +23 -0
- package/dist-es/commands/ListDataSourcesCommand.js +1 -1
- package/dist-es/commands/ListJobRunsCommand.js +22 -0
- package/dist-es/commands/ListLineageEventsCommand.js +22 -0
- package/dist-es/commands/ListProjectProfilesCommand.js +23 -0
- package/dist-es/commands/SearchCommand.js +1 -1
- package/dist-es/commands/SearchGroupProfilesCommand.js +1 -1
- package/dist-es/commands/SearchListingsCommand.js +1 -1
- package/dist-es/commands/SearchTypesCommand.js +1 -1
- package/dist-es/commands/SearchUserProfilesCommand.js +1 -1
- package/dist-es/commands/UpdateAssetFilterCommand.js +1 -1
- package/dist-es/commands/UpdateConnectionCommand.js +23 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateEnvironmentCommand.js +1 -1
- package/dist-es/commands/UpdateEnvironmentProfileCommand.js +1 -1
- package/dist-es/commands/UpdateGroupProfileCommand.js +1 -1
- package/dist-es/commands/UpdateProjectCommand.js +1 -1
- package/dist-es/commands/UpdateProjectProfileCommand.js +23 -0
- package/dist-es/commands/UpdateSubscriptionRequestCommand.js +1 -1
- package/dist-es/commands/UpdateSubscriptionTargetCommand.js +1 -1
- package/dist-es/commands/UpdateUserProfileCommand.js +1 -1
- package/dist-es/commands/index.js +14 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +389 -206
- package/dist-es/models/models_1.js +313 -277
- package/dist-es/models/models_2.js +308 -0
- package/dist-es/pagination/ListConnectionsPaginator.js +4 -0
- package/dist-es/pagination/ListJobRunsPaginator.js +4 -0
- package/dist-es/pagination/ListLineageEventsPaginator.js +4 -0
- package/dist-es/pagination/ListProjectProfilesPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +746 -11
- package/dist-types/DataZone.d.ts +98 -0
- package/dist-types/DataZoneClient.d.ts +16 -2
- package/dist-types/commands/AddPolicyGrantCommand.d.ts +8 -1
- package/dist-types/commands/CreateAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +386 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +22 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +4 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
- package/dist-types/commands/CreateProjectProfileCommand.d.ts +177 -0
- package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +91 -0
- package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +13 -2
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectProfileCommand.d.ts +88 -0
- package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetFilterCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +258 -0
- package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/commands/GetDataSourceCommand.d.ts +13 -2
- package/dist-types/commands/GetDataSourceRunCommand.d.ts +4 -1
- package/dist-types/commands/GetDomainCommand.d.ts +3 -1
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +115 -0
- package/dist-types/commands/GetLineageEventCommand.d.ts +103 -0
- package/dist-types/commands/GetProjectCommand.d.ts +23 -0
- package/dist-types/commands/GetProjectProfileCommand.d.ts +133 -0
- package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectionsCommand.d.ts +258 -0
- package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +5 -0
- package/dist-types/commands/ListDataSourceRunsCommand.d.ts +4 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -2
- package/dist-types/commands/ListDomainsCommand.d.ts +2 -2
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListJobRunsCommand.d.ts +111 -0
- package/dist-types/commands/ListLineageEventsCommand.d.ts +124 -0
- package/dist-types/commands/ListPolicyGrantsCommand.d.ts +8 -1
- package/dist-types/commands/ListProjectProfilesCommand.d.ts +104 -0
- package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
- package/dist-types/commands/PostLineageEventCommand.d.ts +6 -3
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +1 -1
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/commands/SearchListingsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTypesCommand.d.ts +1 -1
- package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/StartDataSourceRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +317 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +21 -2
- package/dist-types/commands/UpdateDomainCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +35 -1
- package/dist-types/commands/UpdateProjectProfileCommand.d.ts +178 -0
- package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3318 -3340
- package/dist-types/models/models_1.d.ts +5464 -4163
- package/dist-types/models/models_2.d.ts +2605 -0
- package/dist-types/pagination/ListConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListJobRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListLineageEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProjectProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/DataZone.d.ts +238 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +84 -0
- package/dist-types/ts3.4/commands/CreateAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataSourceRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetLineageEventCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/GetProjectProfileCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListDataSourceRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListLineageEventsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListProjectProfilesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataSourceRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1030 -675
- package/dist-types/ts3.4/models/models_1.d.ts +1881 -1611
- package/dist-types/ts3.4/models/models_2.d.ts +843 -0
- package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLineageEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProjectProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +5 -4
|
@@ -171,6 +171,10 @@ export var PolicyGrantDetail;
|
|
|
171
171
|
return visitor.delegateCreateEnvironmentProfile(value.delegateCreateEnvironmentProfile);
|
|
172
172
|
if (value.createEnvironment !== undefined)
|
|
173
173
|
return visitor.createEnvironment(value.createEnvironment);
|
|
174
|
+
if (value.createEnvironmentFromBlueprint !== undefined)
|
|
175
|
+
return visitor.createEnvironmentFromBlueprint(value.createEnvironmentFromBlueprint);
|
|
176
|
+
if (value.createProjectFromProjectProfile !== undefined)
|
|
177
|
+
return visitor.createProjectFromProjectProfile(value.createProjectFromProjectProfile);
|
|
174
178
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
175
179
|
};
|
|
176
180
|
})(PolicyGrantDetail || (PolicyGrantDetail = {}));
|
|
@@ -184,10 +188,12 @@ export const ManagedPolicyType = {
|
|
|
184
188
|
CREATE_ASSET_TYPE: "CREATE_ASSET_TYPE",
|
|
185
189
|
CREATE_DOMAIN_UNIT: "CREATE_DOMAIN_UNIT",
|
|
186
190
|
CREATE_ENVIRONMENT: "CREATE_ENVIRONMENT",
|
|
191
|
+
CREATE_ENVIRONMENT_FROM_BLUEPRINT: "CREATE_ENVIRONMENT_FROM_BLUEPRINT",
|
|
187
192
|
CREATE_ENVIRONMENT_PROFILE: "CREATE_ENVIRONMENT_PROFILE",
|
|
188
193
|
CREATE_FORM_TYPE: "CREATE_FORM_TYPE",
|
|
189
194
|
CREATE_GLOSSARY: "CREATE_GLOSSARY",
|
|
190
195
|
CREATE_PROJECT: "CREATE_PROJECT",
|
|
196
|
+
CREATE_PROJECT_FROM_PROJECT_PROFILE: "CREATE_PROJECT_FROM_PROJECT_PROFILE",
|
|
191
197
|
DELEGATE_CREATE_ENVIRONMENT_PROFILE: "DELEGATE_CREATE_ENVIRONMENT_PROFILE",
|
|
192
198
|
OVERRIDE_DOMAIN_UNIT_OWNERS: "OVERRIDE_DOMAIN_UNIT_OWNERS",
|
|
193
199
|
OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS",
|
|
@@ -291,10 +297,30 @@ export const RuleScopeSelectionMode = {
|
|
|
291
297
|
ALL: "ALL",
|
|
292
298
|
SPECIFIC: "SPECIFIC",
|
|
293
299
|
};
|
|
300
|
+
export const AuthenticationType = {
|
|
301
|
+
BASIC: "BASIC",
|
|
302
|
+
CUSTOM: "CUSTOM",
|
|
303
|
+
OAUTH2: "OAUTH2",
|
|
304
|
+
};
|
|
305
|
+
export const OAuth2GrantType = {
|
|
306
|
+
AUTHORIZATION_CODE: "AUTHORIZATION_CODE",
|
|
307
|
+
CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS",
|
|
308
|
+
JWT_BEARER: "JWT_BEARER",
|
|
309
|
+
};
|
|
294
310
|
export const AuthType = {
|
|
295
311
|
DISABLED: "DISABLED",
|
|
296
312
|
IAM_IDC: "IAM_IDC",
|
|
297
313
|
};
|
|
314
|
+
export var AwsAccount;
|
|
315
|
+
(function (AwsAccount) {
|
|
316
|
+
AwsAccount.visit = (value, visitor) => {
|
|
317
|
+
if (value.awsAccountId !== undefined)
|
|
318
|
+
return visitor.awsAccountId(value.awsAccountId);
|
|
319
|
+
if (value.awsAccountIdPath !== undefined)
|
|
320
|
+
return visitor.awsAccountIdPath(value.awsAccountIdPath);
|
|
321
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
322
|
+
};
|
|
323
|
+
})(AwsAccount || (AwsAccount = {}));
|
|
298
324
|
export const SubscriptionStatus = {
|
|
299
325
|
APPROVED: "APPROVED",
|
|
300
326
|
CANCELLED: "CANCELLED",
|
|
@@ -304,10 +330,154 @@ export const ChangeAction = {
|
|
|
304
330
|
PUBLISH: "PUBLISH",
|
|
305
331
|
UNPUBLISH: "UNPUBLISH",
|
|
306
332
|
};
|
|
333
|
+
export const ComputeEnvironments = {
|
|
334
|
+
ATHENA: "ATHENA",
|
|
335
|
+
PYTHON: "PYTHON",
|
|
336
|
+
SPARK: "SPARK",
|
|
337
|
+
};
|
|
307
338
|
export const ConfigurableActionTypeAuthorization = {
|
|
308
339
|
HTTPS: "HTTPS",
|
|
309
340
|
IAM: "IAM",
|
|
310
341
|
};
|
|
342
|
+
export const GlueConnectionType = {
|
|
343
|
+
BIGQUERY: "BIGQUERY",
|
|
344
|
+
DOCUMENTDB: "DOCUMENTDB",
|
|
345
|
+
DYNAMODB: "DYNAMODB",
|
|
346
|
+
MYSQL: "MYSQL",
|
|
347
|
+
OPENSEARCH: "OPENSEARCH",
|
|
348
|
+
ORACLE: "ORACLE",
|
|
349
|
+
POSTGRESQL: "POSTGRESQL",
|
|
350
|
+
REDSHIFT: "REDSHIFT",
|
|
351
|
+
SAPHANA: "SAPHANA",
|
|
352
|
+
SNOWFLAKE: "SNOWFLAKE",
|
|
353
|
+
SQLSERVER: "SQLSERVER",
|
|
354
|
+
TERADATA: "TERADATA",
|
|
355
|
+
VERTICA: "VERTICA",
|
|
356
|
+
};
|
|
357
|
+
export var RedshiftCredentials;
|
|
358
|
+
(function (RedshiftCredentials) {
|
|
359
|
+
RedshiftCredentials.visit = (value, visitor) => {
|
|
360
|
+
if (value.secretArn !== undefined)
|
|
361
|
+
return visitor.secretArn(value.secretArn);
|
|
362
|
+
if (value.usernamePassword !== undefined)
|
|
363
|
+
return visitor.usernamePassword(value.usernamePassword);
|
|
364
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
365
|
+
};
|
|
366
|
+
})(RedshiftCredentials || (RedshiftCredentials = {}));
|
|
367
|
+
export var RedshiftStorageProperties;
|
|
368
|
+
(function (RedshiftStorageProperties) {
|
|
369
|
+
RedshiftStorageProperties.visit = (value, visitor) => {
|
|
370
|
+
if (value.clusterName !== undefined)
|
|
371
|
+
return visitor.clusterName(value.clusterName);
|
|
372
|
+
if (value.workgroupName !== undefined)
|
|
373
|
+
return visitor.workgroupName(value.workgroupName);
|
|
374
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
375
|
+
};
|
|
376
|
+
})(RedshiftStorageProperties || (RedshiftStorageProperties = {}));
|
|
377
|
+
export var ConnectionPropertiesInput;
|
|
378
|
+
(function (ConnectionPropertiesInput) {
|
|
379
|
+
ConnectionPropertiesInput.visit = (value, visitor) => {
|
|
380
|
+
if (value.athenaProperties !== undefined)
|
|
381
|
+
return visitor.athenaProperties(value.athenaProperties);
|
|
382
|
+
if (value.glueProperties !== undefined)
|
|
383
|
+
return visitor.glueProperties(value.glueProperties);
|
|
384
|
+
if (value.hyperPodProperties !== undefined)
|
|
385
|
+
return visitor.hyperPodProperties(value.hyperPodProperties);
|
|
386
|
+
if (value.iamProperties !== undefined)
|
|
387
|
+
return visitor.iamProperties(value.iamProperties);
|
|
388
|
+
if (value.redshiftProperties !== undefined)
|
|
389
|
+
return visitor.redshiftProperties(value.redshiftProperties);
|
|
390
|
+
if (value.sparkEmrProperties !== undefined)
|
|
391
|
+
return visitor.sparkEmrProperties(value.sparkEmrProperties);
|
|
392
|
+
if (value.sparkGlueProperties !== undefined)
|
|
393
|
+
return visitor.sparkGlueProperties(value.sparkGlueProperties);
|
|
394
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
395
|
+
};
|
|
396
|
+
})(ConnectionPropertiesInput || (ConnectionPropertiesInput = {}));
|
|
397
|
+
export const ConnectionStatus = {
|
|
398
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
399
|
+
CREATING: "CREATING",
|
|
400
|
+
DELETED: "DELETED",
|
|
401
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
402
|
+
DELETING: "DELETING",
|
|
403
|
+
READY: "READY",
|
|
404
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
405
|
+
UPDATING: "UPDATING",
|
|
406
|
+
};
|
|
407
|
+
export const HyperPodOrchestrator = {
|
|
408
|
+
EKS: "EKS",
|
|
409
|
+
SLURM: "SLURM",
|
|
410
|
+
};
|
|
411
|
+
export const GovernanceType = {
|
|
412
|
+
AWS_MANAGED: "AWS_MANAGED",
|
|
413
|
+
USER_MANAGED: "USER_MANAGED",
|
|
414
|
+
};
|
|
415
|
+
export var ConnectionPropertiesOutput;
|
|
416
|
+
(function (ConnectionPropertiesOutput) {
|
|
417
|
+
ConnectionPropertiesOutput.visit = (value, visitor) => {
|
|
418
|
+
if (value.athenaProperties !== undefined)
|
|
419
|
+
return visitor.athenaProperties(value.athenaProperties);
|
|
420
|
+
if (value.glueProperties !== undefined)
|
|
421
|
+
return visitor.glueProperties(value.glueProperties);
|
|
422
|
+
if (value.hyperPodProperties !== undefined)
|
|
423
|
+
return visitor.hyperPodProperties(value.hyperPodProperties);
|
|
424
|
+
if (value.iamProperties !== undefined)
|
|
425
|
+
return visitor.iamProperties(value.iamProperties);
|
|
426
|
+
if (value.redshiftProperties !== undefined)
|
|
427
|
+
return visitor.redshiftProperties(value.redshiftProperties);
|
|
428
|
+
if (value.sparkEmrProperties !== undefined)
|
|
429
|
+
return visitor.sparkEmrProperties(value.sparkEmrProperties);
|
|
430
|
+
if (value.sparkGlueProperties !== undefined)
|
|
431
|
+
return visitor.sparkGlueProperties(value.sparkGlueProperties);
|
|
432
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
433
|
+
};
|
|
434
|
+
})(ConnectionPropertiesOutput || (ConnectionPropertiesOutput = {}));
|
|
435
|
+
export var ConnectionPropertiesPatch;
|
|
436
|
+
(function (ConnectionPropertiesPatch) {
|
|
437
|
+
ConnectionPropertiesPatch.visit = (value, visitor) => {
|
|
438
|
+
if (value.athenaProperties !== undefined)
|
|
439
|
+
return visitor.athenaProperties(value.athenaProperties);
|
|
440
|
+
if (value.glueProperties !== undefined)
|
|
441
|
+
return visitor.glueProperties(value.glueProperties);
|
|
442
|
+
if (value.iamProperties !== undefined)
|
|
443
|
+
return visitor.iamProperties(value.iamProperties);
|
|
444
|
+
if (value.redshiftProperties !== undefined)
|
|
445
|
+
return visitor.redshiftProperties(value.redshiftProperties);
|
|
446
|
+
if (value.sparkEmrProperties !== undefined)
|
|
447
|
+
return visitor.sparkEmrProperties(value.sparkEmrProperties);
|
|
448
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
449
|
+
};
|
|
450
|
+
})(ConnectionPropertiesPatch || (ConnectionPropertiesPatch = {}));
|
|
451
|
+
export const ConnectionType = {
|
|
452
|
+
ATHENA: "ATHENA",
|
|
453
|
+
BIGQUERY: "BIGQUERY",
|
|
454
|
+
DATABRICKS: "DATABRICKS",
|
|
455
|
+
DOCUMENTDB: "DOCUMENTDB",
|
|
456
|
+
DYNAMODB: "DYNAMODB",
|
|
457
|
+
HYPERPOD: "HYPERPOD",
|
|
458
|
+
IAM: "IAM",
|
|
459
|
+
MYSQL: "MYSQL",
|
|
460
|
+
OPENSEARCH: "OPENSEARCH",
|
|
461
|
+
ORACLE: "ORACLE",
|
|
462
|
+
POSTGRESQL: "POSTGRESQL",
|
|
463
|
+
REDSHIFT: "REDSHIFT",
|
|
464
|
+
SAPHANA: "SAPHANA",
|
|
465
|
+
SNOWFLAKE: "SNOWFLAKE",
|
|
466
|
+
SPARK: "SPARK",
|
|
467
|
+
SQLSERVER: "SQLSERVER",
|
|
468
|
+
TERADATA: "TERADATA",
|
|
469
|
+
VERTICA: "VERTICA",
|
|
470
|
+
WORKFLOWS_MWAA: "WORKFLOWS_MWAA",
|
|
471
|
+
};
|
|
472
|
+
export const Protocol = {
|
|
473
|
+
ATHENA: "ATHENA",
|
|
474
|
+
GLUE_INTERACTIVE_SESSION: "GLUE_INTERACTIVE_SESSION",
|
|
475
|
+
HTTPS: "HTTPS",
|
|
476
|
+
JDBC: "JDBC",
|
|
477
|
+
LIVY: "LIVY",
|
|
478
|
+
ODBC: "ODBC",
|
|
479
|
+
PRISM: "PRISM",
|
|
480
|
+
};
|
|
311
481
|
export const DataProductItemType = {
|
|
312
482
|
ASSET: "ASSET",
|
|
313
483
|
};
|
|
@@ -337,6 +507,8 @@ export var DataSourceConfigurationInput;
|
|
|
337
507
|
return visitor.glueRunConfiguration(value.glueRunConfiguration);
|
|
338
508
|
if (value.redshiftRunConfiguration !== undefined)
|
|
339
509
|
return visitor.redshiftRunConfiguration(value.redshiftRunConfiguration);
|
|
510
|
+
if (value.sageMakerRunConfiguration !== undefined)
|
|
511
|
+
return visitor.sageMakerRunConfiguration(value.sageMakerRunConfiguration);
|
|
340
512
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
341
513
|
};
|
|
342
514
|
})(DataSourceConfigurationInput || (DataSourceConfigurationInput = {}));
|
|
@@ -417,6 +589,8 @@ export var DataSourceConfigurationOutput;
|
|
|
417
589
|
return visitor.glueRunConfiguration(value.glueRunConfiguration);
|
|
418
590
|
if (value.redshiftRunConfiguration !== undefined)
|
|
419
591
|
return visitor.redshiftRunConfiguration(value.redshiftRunConfiguration);
|
|
592
|
+
if (value.sageMakerRunConfiguration !== undefined)
|
|
593
|
+
return visitor.sageMakerRunConfiguration(value.sageMakerRunConfiguration);
|
|
420
594
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
421
595
|
};
|
|
422
596
|
})(DataSourceConfigurationOutput || (DataSourceConfigurationOutput = {}));
|
|
@@ -446,6 +620,10 @@ export const DataSourceStatus = {
|
|
|
446
620
|
RUNNING: "RUNNING",
|
|
447
621
|
UPDATING: "UPDATING",
|
|
448
622
|
};
|
|
623
|
+
export const DomainVersion = {
|
|
624
|
+
V1: "V1",
|
|
625
|
+
V2: "V2",
|
|
626
|
+
};
|
|
449
627
|
export const UserAssignment = {
|
|
450
628
|
AUTOMATIC: "AUTOMATIC",
|
|
451
629
|
MANUAL: "MANUAL",
|
|
@@ -530,6 +708,13 @@ export const EntityType = {
|
|
|
530
708
|
ASSET: "ASSET",
|
|
531
709
|
DATA_PRODUCT: "DATA_PRODUCT",
|
|
532
710
|
};
|
|
711
|
+
export const OverallDeploymentStatus = {
|
|
712
|
+
FAILED_DEPLOYMENT: "FAILED_DEPLOYMENT",
|
|
713
|
+
FAILED_VALIDATION: "FAILED_VALIDATION",
|
|
714
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
715
|
+
PENDING_DEPLOYMENT: "PENDING_DEPLOYMENT",
|
|
716
|
+
SUCCESSFUL: "SUCCESSFUL",
|
|
717
|
+
};
|
|
533
718
|
export const ProjectStatus = {
|
|
534
719
|
ACTIVE: "ACTIVE",
|
|
535
720
|
DELETE_FAILED: "DELETE_FAILED",
|
|
@@ -552,6 +737,24 @@ export var Member;
|
|
|
552
737
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
553
738
|
};
|
|
554
739
|
})(Member || (Member = {}));
|
|
740
|
+
export var Region;
|
|
741
|
+
(function (Region) {
|
|
742
|
+
Region.visit = (value, visitor) => {
|
|
743
|
+
if (value.regionName !== undefined)
|
|
744
|
+
return visitor.regionName(value.regionName);
|
|
745
|
+
if (value.regionNamePath !== undefined)
|
|
746
|
+
return visitor.regionNamePath(value.regionNamePath);
|
|
747
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
748
|
+
};
|
|
749
|
+
})(Region || (Region = {}));
|
|
750
|
+
export const DeploymentMode = {
|
|
751
|
+
ON_CREATE: "ON_CREATE",
|
|
752
|
+
ON_DEMAND: "ON_DEMAND",
|
|
753
|
+
};
|
|
754
|
+
export const Status = {
|
|
755
|
+
DISABLED: "DISABLED",
|
|
756
|
+
ENABLED: "ENABLED",
|
|
757
|
+
};
|
|
555
758
|
export const RuleAction = {
|
|
556
759
|
CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST",
|
|
557
760
|
};
|
|
@@ -612,76 +815,6 @@ export const SubscriptionGrantOverallStatus = {
|
|
|
612
815
|
PENDING: "PENDING",
|
|
613
816
|
REVOKE_FAILED: "REVOKE_FAILED",
|
|
614
817
|
};
|
|
615
|
-
export var SubscribedPrincipalInput;
|
|
616
|
-
(function (SubscribedPrincipalInput) {
|
|
617
|
-
SubscribedPrincipalInput.visit = (value, visitor) => {
|
|
618
|
-
if (value.project !== undefined)
|
|
619
|
-
return visitor.project(value.project);
|
|
620
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
621
|
-
};
|
|
622
|
-
})(SubscribedPrincipalInput || (SubscribedPrincipalInput = {}));
|
|
623
|
-
export const UserType = {
|
|
624
|
-
IAM_ROLE: "IAM_ROLE",
|
|
625
|
-
IAM_USER: "IAM_USER",
|
|
626
|
-
SSO_USER: "SSO_USER",
|
|
627
|
-
};
|
|
628
|
-
export var UserProfileDetails;
|
|
629
|
-
(function (UserProfileDetails) {
|
|
630
|
-
UserProfileDetails.visit = (value, visitor) => {
|
|
631
|
-
if (value.iam !== undefined)
|
|
632
|
-
return visitor.iam(value.iam);
|
|
633
|
-
if (value.sso !== undefined)
|
|
634
|
-
return visitor.sso(value.sso);
|
|
635
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
636
|
-
};
|
|
637
|
-
})(UserProfileDetails || (UserProfileDetails = {}));
|
|
638
|
-
export const UserProfileStatus = {
|
|
639
|
-
ACTIVATED: "ACTIVATED",
|
|
640
|
-
ASSIGNED: "ASSIGNED",
|
|
641
|
-
DEACTIVATED: "DEACTIVATED",
|
|
642
|
-
NOT_ASSIGNED: "NOT_ASSIGNED",
|
|
643
|
-
};
|
|
644
|
-
export const UserProfileType = {
|
|
645
|
-
IAM: "IAM",
|
|
646
|
-
SSO: "SSO",
|
|
647
|
-
};
|
|
648
|
-
export const DataAssetActivityStatus = {
|
|
649
|
-
FAILED: "FAILED",
|
|
650
|
-
PUBLISHING_FAILED: "PUBLISHING_FAILED",
|
|
651
|
-
SKIPPED_ALREADY_IMPORTED: "SKIPPED_ALREADY_IMPORTED",
|
|
652
|
-
SKIPPED_ARCHIVED: "SKIPPED_ARCHIVED",
|
|
653
|
-
SKIPPED_NO_ACCESS: "SKIPPED_NO_ACCESS",
|
|
654
|
-
SUCCEEDED_CREATED: "SUCCEEDED_CREATED",
|
|
655
|
-
SUCCEEDED_UPDATED: "SUCCEEDED_UPDATED",
|
|
656
|
-
UNCHANGED: "UNCHANGED",
|
|
657
|
-
};
|
|
658
|
-
export const SelfGrantStatus = {
|
|
659
|
-
GRANTED: "GRANTED",
|
|
660
|
-
GRANT_FAILED: "GRANT_FAILED",
|
|
661
|
-
GRANT_IN_PROGRESS: "GRANT_IN_PROGRESS",
|
|
662
|
-
GRANT_PENDING: "GRANT_PENDING",
|
|
663
|
-
REVOKE_FAILED: "REVOKE_FAILED",
|
|
664
|
-
REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS",
|
|
665
|
-
REVOKE_PENDING: "REVOKE_PENDING",
|
|
666
|
-
};
|
|
667
|
-
export var SelfGrantStatusOutput;
|
|
668
|
-
(function (SelfGrantStatusOutput) {
|
|
669
|
-
SelfGrantStatusOutput.visit = (value, visitor) => {
|
|
670
|
-
if (value.glueSelfGrantStatus !== undefined)
|
|
671
|
-
return visitor.glueSelfGrantStatus(value.glueSelfGrantStatus);
|
|
672
|
-
if (value.redshiftSelfGrantStatus !== undefined)
|
|
673
|
-
return visitor.redshiftSelfGrantStatus(value.redshiftSelfGrantStatus);
|
|
674
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
675
|
-
};
|
|
676
|
-
})(SelfGrantStatusOutput || (SelfGrantStatusOutput = {}));
|
|
677
|
-
export const DataSourceRunType = {
|
|
678
|
-
PRIORITIZED: "PRIORITIZED",
|
|
679
|
-
SCHEDULED: "SCHEDULED",
|
|
680
|
-
};
|
|
681
|
-
export const TimeSeriesEntityType = {
|
|
682
|
-
ASSET: "ASSET",
|
|
683
|
-
LISTING: "LISTING",
|
|
684
|
-
};
|
|
685
818
|
export const AcceptChoiceFilterSensitiveLog = (obj) => ({
|
|
686
819
|
...obj,
|
|
687
820
|
...(obj.editedValue && { editedValue: SENSITIVE_STRING }),
|
|
@@ -756,14 +889,12 @@ export const FormInputFilterSensitiveLog = (obj) => ({
|
|
|
756
889
|
export const CreateAssetInputFilterSensitiveLog = (obj) => ({
|
|
757
890
|
...obj,
|
|
758
891
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
759
|
-
...(obj.externalIdentifier && { externalIdentifier: SENSITIVE_STRING }),
|
|
760
892
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
761
893
|
...(obj.formsInput && { formsInput: SENSITIVE_STRING }),
|
|
762
894
|
});
|
|
763
895
|
export const CreateAssetOutputFilterSensitiveLog = (obj) => ({
|
|
764
896
|
...obj,
|
|
765
897
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
766
|
-
...(obj.externalIdentifier && { externalIdentifier: SENSITIVE_STRING }),
|
|
767
898
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
768
899
|
...(obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }),
|
|
769
900
|
...(obj.readOnlyFormsOutput && {
|
|
@@ -779,7 +910,6 @@ export const CreateAssetRevisionInputFilterSensitiveLog = (obj) => ({
|
|
|
779
910
|
export const CreateAssetRevisionOutputFilterSensitiveLog = (obj) => ({
|
|
780
911
|
...obj,
|
|
781
912
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
782
|
-
...(obj.externalIdentifier && { externalIdentifier: SENSITIVE_STRING }),
|
|
783
913
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
784
914
|
...(obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }),
|
|
785
915
|
...(obj.readOnlyFormsOutput && {
|
|
@@ -789,7 +919,6 @@ export const CreateAssetRevisionOutputFilterSensitiveLog = (obj) => ({
|
|
|
789
919
|
export const GetAssetOutputFilterSensitiveLog = (obj) => ({
|
|
790
920
|
...obj,
|
|
791
921
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
792
|
-
...(obj.externalIdentifier && { externalIdentifier: SENSITIVE_STRING }),
|
|
793
922
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
794
923
|
...(obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }),
|
|
795
924
|
...(obj.readOnlyFormsOutput && {
|
|
@@ -811,7 +940,6 @@ export const AssetItemAdditionalAttributesFilterSensitiveLog = (obj) => ({
|
|
|
811
940
|
export const AssetItemFilterSensitiveLog = (obj) => ({
|
|
812
941
|
...obj,
|
|
813
942
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
814
|
-
...(obj.externalIdentifier && { externalIdentifier: SENSITIVE_STRING }),
|
|
815
943
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
816
944
|
...(obj.additionalAttributes && {
|
|
817
945
|
additionalAttributes: AssetItemAdditionalAttributesFilterSensitiveLog(obj.additionalAttributes),
|
|
@@ -860,6 +988,30 @@ export const AssetTypeItemFilterSensitiveLog = (obj) => ({
|
|
|
860
988
|
formsOutput: Object.entries(obj.formsOutput).reduce((acc, [key, value]) => ((acc[key] = FormEntryOutputFilterSensitiveLog(value)), acc), {}),
|
|
861
989
|
}),
|
|
862
990
|
});
|
|
991
|
+
export const GlueOAuth2CredentialsFilterSensitiveLog = (obj) => ({
|
|
992
|
+
...obj,
|
|
993
|
+
});
|
|
994
|
+
export const OAuth2PropertiesFilterSensitiveLog = (obj) => ({
|
|
995
|
+
...obj,
|
|
996
|
+
...(obj.oAuth2Credentials && { oAuth2Credentials: SENSITIVE_STRING }),
|
|
997
|
+
});
|
|
998
|
+
export const AuthenticationConfigurationFilterSensitiveLog = (obj) => ({
|
|
999
|
+
...obj,
|
|
1000
|
+
...(obj.oAuth2Properties && { oAuth2Properties: OAuth2PropertiesFilterSensitiveLog(obj.oAuth2Properties) }),
|
|
1001
|
+
});
|
|
1002
|
+
export const BasicAuthenticationCredentialsFilterSensitiveLog = (obj) => ({
|
|
1003
|
+
...obj,
|
|
1004
|
+
});
|
|
1005
|
+
export const AuthenticationConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
1006
|
+
...obj,
|
|
1007
|
+
...(obj.oAuth2Properties && { oAuth2Properties: OAuth2PropertiesFilterSensitiveLog(obj.oAuth2Properties) }),
|
|
1008
|
+
...(obj.basicAuthenticationCredentials && { basicAuthenticationCredentials: SENSITIVE_STRING }),
|
|
1009
|
+
...(obj.customAuthenticationCredentials && { customAuthenticationCredentials: SENSITIVE_STRING }),
|
|
1010
|
+
});
|
|
1011
|
+
export const AuthenticationConfigurationPatchFilterSensitiveLog = (obj) => ({
|
|
1012
|
+
...obj,
|
|
1013
|
+
...(obj.basicAuthenticationCredentials && { basicAuthenticationCredentials: SENSITIVE_STRING }),
|
|
1014
|
+
});
|
|
863
1015
|
export const CancelSubscriptionOutputFilterSensitiveLog = (obj) => ({
|
|
864
1016
|
...obj,
|
|
865
1017
|
...(obj.subscribedPrincipal && {
|
|
@@ -867,6 +1019,144 @@ export const CancelSubscriptionOutputFilterSensitiveLog = (obj) => ({
|
|
|
867
1019
|
}),
|
|
868
1020
|
...(obj.subscribedListing && { subscribedListing: SubscribedListingFilterSensitiveLog(obj.subscribedListing) }),
|
|
869
1021
|
});
|
|
1022
|
+
export const ConnectionCredentialsFilterSensitiveLog = (obj) => ({
|
|
1023
|
+
...obj,
|
|
1024
|
+
});
|
|
1025
|
+
export const GlueConnectionInputFilterSensitiveLog = (obj) => ({
|
|
1026
|
+
...obj,
|
|
1027
|
+
...(obj.authenticationConfiguration && {
|
|
1028
|
+
authenticationConfiguration: AuthenticationConfigurationInputFilterSensitiveLog(obj.authenticationConfiguration),
|
|
1029
|
+
}),
|
|
1030
|
+
});
|
|
1031
|
+
export const GluePropertiesInputFilterSensitiveLog = (obj) => ({
|
|
1032
|
+
...obj,
|
|
1033
|
+
...(obj.glueConnectionInput && {
|
|
1034
|
+
glueConnectionInput: GlueConnectionInputFilterSensitiveLog(obj.glueConnectionInput),
|
|
1035
|
+
}),
|
|
1036
|
+
});
|
|
1037
|
+
export const UsernamePasswordFilterSensitiveLog = (obj) => ({
|
|
1038
|
+
...obj,
|
|
1039
|
+
...(obj.password && { password: SENSITIVE_STRING }),
|
|
1040
|
+
});
|
|
1041
|
+
export const RedshiftCredentialsFilterSensitiveLog = (obj) => {
|
|
1042
|
+
if (obj.secretArn !== undefined)
|
|
1043
|
+
return { secretArn: obj.secretArn };
|
|
1044
|
+
if (obj.usernamePassword !== undefined)
|
|
1045
|
+
return { usernamePassword: SENSITIVE_STRING };
|
|
1046
|
+
if (obj.$unknown !== undefined)
|
|
1047
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1048
|
+
};
|
|
1049
|
+
export const RedshiftPropertiesInputFilterSensitiveLog = (obj) => ({
|
|
1050
|
+
...obj,
|
|
1051
|
+
...(obj.storage && { storage: obj.storage }),
|
|
1052
|
+
...(obj.credentials && { credentials: SENSITIVE_STRING }),
|
|
1053
|
+
});
|
|
1054
|
+
export const ConnectionPropertiesInputFilterSensitiveLog = (obj) => {
|
|
1055
|
+
if (obj.athenaProperties !== undefined)
|
|
1056
|
+
return { athenaProperties: obj.athenaProperties };
|
|
1057
|
+
if (obj.glueProperties !== undefined)
|
|
1058
|
+
return { glueProperties: GluePropertiesInputFilterSensitiveLog(obj.glueProperties) };
|
|
1059
|
+
if (obj.hyperPodProperties !== undefined)
|
|
1060
|
+
return { hyperPodProperties: obj.hyperPodProperties };
|
|
1061
|
+
if (obj.iamProperties !== undefined)
|
|
1062
|
+
return { iamProperties: obj.iamProperties };
|
|
1063
|
+
if (obj.redshiftProperties !== undefined)
|
|
1064
|
+
return { redshiftProperties: RedshiftPropertiesInputFilterSensitiveLog(obj.redshiftProperties) };
|
|
1065
|
+
if (obj.sparkEmrProperties !== undefined)
|
|
1066
|
+
return { sparkEmrProperties: obj.sparkEmrProperties };
|
|
1067
|
+
if (obj.sparkGlueProperties !== undefined)
|
|
1068
|
+
return { sparkGlueProperties: obj.sparkGlueProperties };
|
|
1069
|
+
if (obj.$unknown !== undefined)
|
|
1070
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1071
|
+
};
|
|
1072
|
+
export const RedshiftPropertiesOutputFilterSensitiveLog = (obj) => ({
|
|
1073
|
+
...obj,
|
|
1074
|
+
...(obj.storage && { storage: obj.storage }),
|
|
1075
|
+
...(obj.credentials && { credentials: SENSITIVE_STRING }),
|
|
1076
|
+
});
|
|
1077
|
+
export const SparkEmrPropertiesOutputFilterSensitiveLog = (obj) => ({
|
|
1078
|
+
...obj,
|
|
1079
|
+
...(obj.credentials && { credentials: SENSITIVE_STRING }),
|
|
1080
|
+
});
|
|
1081
|
+
export const ConnectionPropertiesOutputFilterSensitiveLog = (obj) => {
|
|
1082
|
+
if (obj.athenaProperties !== undefined)
|
|
1083
|
+
return { athenaProperties: obj.athenaProperties };
|
|
1084
|
+
if (obj.glueProperties !== undefined)
|
|
1085
|
+
return { glueProperties: obj.glueProperties };
|
|
1086
|
+
if (obj.hyperPodProperties !== undefined)
|
|
1087
|
+
return { hyperPodProperties: obj.hyperPodProperties };
|
|
1088
|
+
if (obj.iamProperties !== undefined)
|
|
1089
|
+
return { iamProperties: obj.iamProperties };
|
|
1090
|
+
if (obj.redshiftProperties !== undefined)
|
|
1091
|
+
return { redshiftProperties: RedshiftPropertiesOutputFilterSensitiveLog(obj.redshiftProperties) };
|
|
1092
|
+
if (obj.sparkEmrProperties !== undefined)
|
|
1093
|
+
return { sparkEmrProperties: SparkEmrPropertiesOutputFilterSensitiveLog(obj.sparkEmrProperties) };
|
|
1094
|
+
if (obj.sparkGlueProperties !== undefined)
|
|
1095
|
+
return { sparkGlueProperties: obj.sparkGlueProperties };
|
|
1096
|
+
if (obj.$unknown !== undefined)
|
|
1097
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1098
|
+
};
|
|
1099
|
+
export const GlueConnectionPatchFilterSensitiveLog = (obj) => ({
|
|
1100
|
+
...obj,
|
|
1101
|
+
...(obj.authenticationConfiguration && {
|
|
1102
|
+
authenticationConfiguration: AuthenticationConfigurationPatchFilterSensitiveLog(obj.authenticationConfiguration),
|
|
1103
|
+
}),
|
|
1104
|
+
});
|
|
1105
|
+
export const GluePropertiesPatchFilterSensitiveLog = (obj) => ({
|
|
1106
|
+
...obj,
|
|
1107
|
+
...(obj.glueConnectionInput && {
|
|
1108
|
+
glueConnectionInput: GlueConnectionPatchFilterSensitiveLog(obj.glueConnectionInput),
|
|
1109
|
+
}),
|
|
1110
|
+
});
|
|
1111
|
+
export const RedshiftPropertiesPatchFilterSensitiveLog = (obj) => ({
|
|
1112
|
+
...obj,
|
|
1113
|
+
...(obj.storage && { storage: obj.storage }),
|
|
1114
|
+
...(obj.credentials && { credentials: SENSITIVE_STRING }),
|
|
1115
|
+
});
|
|
1116
|
+
export const ConnectionPropertiesPatchFilterSensitiveLog = (obj) => {
|
|
1117
|
+
if (obj.athenaProperties !== undefined)
|
|
1118
|
+
return { athenaProperties: obj.athenaProperties };
|
|
1119
|
+
if (obj.glueProperties !== undefined)
|
|
1120
|
+
return { glueProperties: GluePropertiesPatchFilterSensitiveLog(obj.glueProperties) };
|
|
1121
|
+
if (obj.iamProperties !== undefined)
|
|
1122
|
+
return { iamProperties: obj.iamProperties };
|
|
1123
|
+
if (obj.redshiftProperties !== undefined)
|
|
1124
|
+
return { redshiftProperties: RedshiftPropertiesPatchFilterSensitiveLog(obj.redshiftProperties) };
|
|
1125
|
+
if (obj.sparkEmrProperties !== undefined)
|
|
1126
|
+
return { sparkEmrProperties: obj.sparkEmrProperties };
|
|
1127
|
+
if (obj.$unknown !== undefined)
|
|
1128
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1129
|
+
};
|
|
1130
|
+
export const GlueConnectionFilterSensitiveLog = (obj) => ({
|
|
1131
|
+
...obj,
|
|
1132
|
+
...(obj.authenticationConfiguration && {
|
|
1133
|
+
authenticationConfiguration: AuthenticationConfigurationFilterSensitiveLog(obj.authenticationConfiguration),
|
|
1134
|
+
}),
|
|
1135
|
+
});
|
|
1136
|
+
export const PhysicalEndpointFilterSensitiveLog = (obj) => ({
|
|
1137
|
+
...obj,
|
|
1138
|
+
...(obj.glueConnection && { glueConnection: GlueConnectionFilterSensitiveLog(obj.glueConnection) }),
|
|
1139
|
+
});
|
|
1140
|
+
export const ConnectionSummaryFilterSensitiveLog = (obj) => ({
|
|
1141
|
+
...obj,
|
|
1142
|
+
...(obj.physicalEndpoints && {
|
|
1143
|
+
physicalEndpoints: obj.physicalEndpoints.map((item) => PhysicalEndpointFilterSensitiveLog(item)),
|
|
1144
|
+
}),
|
|
1145
|
+
...(obj.props && { props: ConnectionPropertiesOutputFilterSensitiveLog(obj.props) }),
|
|
1146
|
+
});
|
|
1147
|
+
export const CreateConnectionInputFilterSensitiveLog = (obj) => ({
|
|
1148
|
+
...obj,
|
|
1149
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1150
|
+
...(obj.props && { props: ConnectionPropertiesInputFilterSensitiveLog(obj.props) }),
|
|
1151
|
+
});
|
|
1152
|
+
export const CreateConnectionOutputFilterSensitiveLog = (obj) => ({
|
|
1153
|
+
...obj,
|
|
1154
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1155
|
+
...(obj.physicalEndpoints && {
|
|
1156
|
+
physicalEndpoints: obj.physicalEndpoints.map((item) => PhysicalEndpointFilterSensitiveLog(item)),
|
|
1157
|
+
}),
|
|
1158
|
+
...(obj.props && { props: ConnectionPropertiesOutputFilterSensitiveLog(obj.props) }),
|
|
1159
|
+
});
|
|
870
1160
|
export const CreateDataProductInputFilterSensitiveLog = (obj) => ({
|
|
871
1161
|
...obj,
|
|
872
1162
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
@@ -992,168 +1282,61 @@ export const CreateGroupProfileOutputFilterSensitiveLog = (obj) => ({
|
|
|
992
1282
|
...obj,
|
|
993
1283
|
...(obj.groupName && { groupName: SENSITIVE_STRING }),
|
|
994
1284
|
});
|
|
995
|
-
export const
|
|
1285
|
+
export const EnvironmentConfigurationUserParameterFilterSensitiveLog = (obj) => ({
|
|
996
1286
|
...obj,
|
|
997
|
-
...(obj.
|
|
998
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1287
|
+
...(obj.environmentConfigurationName && { environmentConfigurationName: SENSITIVE_STRING }),
|
|
999
1288
|
});
|
|
1000
|
-
export const
|
|
1001
|
-
...obj,
|
|
1002
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1003
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1004
|
-
});
|
|
1005
|
-
export const CreateRuleInputFilterSensitiveLog = (obj) => ({
|
|
1006
|
-
...obj,
|
|
1007
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1008
|
-
...(obj.target && { target: obj.target }),
|
|
1009
|
-
...(obj.detail && { detail: obj.detail }),
|
|
1010
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1011
|
-
});
|
|
1012
|
-
export const CreateRuleOutputFilterSensitiveLog = (obj) => ({
|
|
1013
|
-
...obj,
|
|
1014
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1015
|
-
...(obj.target && { target: obj.target }),
|
|
1016
|
-
...(obj.detail && { detail: obj.detail }),
|
|
1017
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1018
|
-
});
|
|
1019
|
-
export const CreateSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
|
|
1020
|
-
...obj,
|
|
1021
|
-
...(obj.subscribedPrincipals && { subscribedPrincipals: obj.subscribedPrincipals.map((item) => item) }),
|
|
1022
|
-
...(obj.requestReason && { requestReason: SENSITIVE_STRING }),
|
|
1023
|
-
...(obj.metadataForms && { metadataForms: SENSITIVE_STRING }),
|
|
1024
|
-
});
|
|
1025
|
-
export const CreateSubscriptionRequestOutputFilterSensitiveLog = (obj) => ({
|
|
1026
|
-
...obj,
|
|
1027
|
-
...(obj.requestReason && { requestReason: SENSITIVE_STRING }),
|
|
1028
|
-
...(obj.subscribedPrincipals && {
|
|
1029
|
-
subscribedPrincipals: obj.subscribedPrincipals.map((item) => SubscribedPrincipalFilterSensitiveLog(item)),
|
|
1030
|
-
}),
|
|
1031
|
-
...(obj.subscribedListings && {
|
|
1032
|
-
subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item)),
|
|
1033
|
-
}),
|
|
1034
|
-
...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
|
|
1035
|
-
...(obj.metadataForms && { metadataForms: obj.metadataForms.map((item) => FormOutputFilterSensitiveLog(item)) }),
|
|
1036
|
-
});
|
|
1037
|
-
export const CreateSubscriptionTargetInputFilterSensitiveLog = (obj) => ({
|
|
1038
|
-
...obj,
|
|
1039
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1040
|
-
});
|
|
1041
|
-
export const CreateSubscriptionTargetOutputFilterSensitiveLog = (obj) => ({
|
|
1042
|
-
...obj,
|
|
1043
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1044
|
-
});
|
|
1045
|
-
export const SsoUserProfileDetailsFilterSensitiveLog = (obj) => ({
|
|
1046
|
-
...obj,
|
|
1047
|
-
...(obj.username && { username: SENSITIVE_STRING }),
|
|
1048
|
-
...(obj.firstName && { firstName: SENSITIVE_STRING }),
|
|
1049
|
-
...(obj.lastName && { lastName: SENSITIVE_STRING }),
|
|
1050
|
-
});
|
|
1051
|
-
export const UserProfileDetailsFilterSensitiveLog = (obj) => {
|
|
1052
|
-
if (obj.iam !== undefined)
|
|
1053
|
-
return { iam: obj.iam };
|
|
1054
|
-
if (obj.sso !== undefined)
|
|
1055
|
-
return { sso: SsoUserProfileDetailsFilterSensitiveLog(obj.sso) };
|
|
1056
|
-
if (obj.$unknown !== undefined)
|
|
1057
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1058
|
-
};
|
|
1059
|
-
export const CreateUserProfileOutputFilterSensitiveLog = (obj) => ({
|
|
1060
|
-
...obj,
|
|
1061
|
-
...(obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }),
|
|
1062
|
-
});
|
|
1063
|
-
export const GetDataProductOutputFilterSensitiveLog = (obj) => ({
|
|
1289
|
+
export const CreateProjectInputFilterSensitiveLog = (obj) => ({
|
|
1064
1290
|
...obj,
|
|
1065
1291
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1066
1292
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1067
|
-
...(obj.
|
|
1068
|
-
|
|
1069
|
-
export const ListingSummaryFilterSensitiveLog = (obj) => ({
|
|
1070
|
-
...obj,
|
|
1071
|
-
...(obj.glossaryTerms && {
|
|
1072
|
-
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
1073
|
-
}),
|
|
1074
|
-
});
|
|
1075
|
-
export const DataProductListingFilterSensitiveLog = (obj) => ({
|
|
1076
|
-
...obj,
|
|
1077
|
-
...(obj.glossaryTerms && {
|
|
1078
|
-
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
1079
|
-
}),
|
|
1080
|
-
});
|
|
1081
|
-
export const ListingSummaryItemFilterSensitiveLog = (obj) => ({
|
|
1082
|
-
...obj,
|
|
1083
|
-
...(obj.glossaryTerms && {
|
|
1084
|
-
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
1293
|
+
...(obj.userParameters && {
|
|
1294
|
+
userParameters: obj.userParameters.map((item) => EnvironmentConfigurationUserParameterFilterSensitiveLog(item)),
|
|
1085
1295
|
}),
|
|
1086
1296
|
});
|
|
1087
|
-
export const
|
|
1297
|
+
export const CreateProjectOutputFilterSensitiveLog = (obj) => ({
|
|
1088
1298
|
...obj,
|
|
1089
1299
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1090
1300
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1091
|
-
...(obj.
|
|
1092
|
-
|
|
1301
|
+
...(obj.userParameters && {
|
|
1302
|
+
userParameters: obj.userParameters.map((item) => EnvironmentConfigurationUserParameterFilterSensitiveLog(item)),
|
|
1093
1303
|
}),
|
|
1094
1304
|
});
|
|
1095
|
-
export const
|
|
1305
|
+
export const EnvironmentConfigurationFilterSensitiveLog = (obj) => ({
|
|
1096
1306
|
...obj,
|
|
1097
1307
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1308
|
+
...(obj.id && { id: SENSITIVE_STRING }),
|
|
1098
1309
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1310
|
+
...(obj.awsAccount && { awsAccount: obj.awsAccount }),
|
|
1311
|
+
...(obj.awsRegion && { awsRegion: obj.awsRegion }),
|
|
1099
1312
|
});
|
|
1100
|
-
export const
|
|
1313
|
+
export const CreateProjectProfileInputFilterSensitiveLog = (obj) => ({
|
|
1101
1314
|
...obj,
|
|
1102
1315
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1103
1316
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1104
|
-
...(obj.
|
|
1105
|
-
|
|
1106
|
-
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item)),
|
|
1317
|
+
...(obj.environmentConfigurations && {
|
|
1318
|
+
environmentConfigurations: obj.environmentConfigurations.map((item) => EnvironmentConfigurationFilterSensitiveLog(item)),
|
|
1107
1319
|
}),
|
|
1108
|
-
...(obj.schedule && { schedule: SENSITIVE_STRING }),
|
|
1109
|
-
...(obj.selfGrantStatus && { selfGrantStatus: obj.selfGrantStatus }),
|
|
1110
1320
|
});
|
|
1111
|
-
export const
|
|
1321
|
+
export const CreateProjectProfileOutputFilterSensitiveLog = (obj) => ({
|
|
1112
1322
|
...obj,
|
|
1113
1323
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1114
1324
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1115
|
-
...(obj.
|
|
1116
|
-
|
|
1117
|
-
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item)),
|
|
1325
|
+
...(obj.environmentConfigurations && {
|
|
1326
|
+
environmentConfigurations: obj.environmentConfigurations.map((item) => EnvironmentConfigurationFilterSensitiveLog(item)),
|
|
1118
1327
|
}),
|
|
1119
|
-
...(obj.schedule && { schedule: SENSITIVE_STRING }),
|
|
1120
|
-
...(obj.selfGrantStatus && { selfGrantStatus: obj.selfGrantStatus }),
|
|
1121
|
-
});
|
|
1122
|
-
export const ListDataSourcesInputFilterSensitiveLog = (obj) => ({
|
|
1123
|
-
...obj,
|
|
1124
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1125
|
-
});
|
|
1126
|
-
export const DataSourceSummaryFilterSensitiveLog = (obj) => ({
|
|
1127
|
-
...obj,
|
|
1128
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1129
|
-
...(obj.schedule && { schedule: SENSITIVE_STRING }),
|
|
1130
1328
|
});
|
|
1131
|
-
export const
|
|
1132
|
-
...obj,
|
|
1133
|
-
...(obj.items && { items: obj.items.map((item) => DataSourceSummaryFilterSensitiveLog(item)) }),
|
|
1134
|
-
});
|
|
1135
|
-
export const UpdateDataSourceInputFilterSensitiveLog = (obj) => ({
|
|
1329
|
+
export const CreateRuleInputFilterSensitiveLog = (obj) => ({
|
|
1136
1330
|
...obj,
|
|
1137
1331
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1332
|
+
...(obj.target && { target: obj.target }),
|
|
1333
|
+
...(obj.detail && { detail: obj.detail }),
|
|
1138
1334
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1139
|
-
...(obj.assetFormsInput && { assetFormsInput: SENSITIVE_STRING }),
|
|
1140
|
-
...(obj.schedule && { schedule: SENSITIVE_STRING }),
|
|
1141
|
-
...(obj.configuration && { configuration: obj.configuration }),
|
|
1142
1335
|
});
|
|
1143
|
-
export const
|
|
1336
|
+
export const CreateRuleOutputFilterSensitiveLog = (obj) => ({
|
|
1144
1337
|
...obj,
|
|
1145
1338
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1339
|
+
...(obj.target && { target: obj.target }),
|
|
1340
|
+
...(obj.detail && { detail: obj.detail }),
|
|
1146
1341
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1147
|
-
...(obj.configuration && { configuration: obj.configuration }),
|
|
1148
|
-
...(obj.assetFormsOutput && {
|
|
1149
|
-
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item)),
|
|
1150
|
-
}),
|
|
1151
|
-
...(obj.schedule && { schedule: SENSITIVE_STRING }),
|
|
1152
|
-
...(obj.selfGrantStatus && { selfGrantStatus: obj.selfGrantStatus }),
|
|
1153
|
-
});
|
|
1154
|
-
export const DataSourceRunActivityFilterSensitiveLog = (obj) => ({
|
|
1155
|
-
...obj,
|
|
1156
|
-
...(obj.database && { database: SENSITIVE_STRING }),
|
|
1157
|
-
...(obj.technicalName && { technicalName: SENSITIVE_STRING }),
|
|
1158
|
-
...(obj.technicalDescription && { technicalDescription: SENSITIVE_STRING }),
|
|
1159
1342
|
});
|