@aws-sdk/client-glue 3.864.0 → 3.868.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +148 -0
  3. package/dist-es/Glue.js +8 -0
  4. package/dist-es/commands/CreateGlueIdentityCenterConfigurationCommand.js +22 -0
  5. package/dist-es/commands/DeleteGlueIdentityCenterConfigurationCommand.js +22 -0
  6. package/dist-es/commands/GetGlueIdentityCenterConfigurationCommand.js +22 -0
  7. package/dist-es/commands/UpdateGlueIdentityCenterConfigurationCommand.js +22 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/protocols/Aws_json1_1.js +76 -0
  10. package/dist-types/Glue.d.ts +31 -0
  11. package/dist-types/GlueClient.d.ts +6 -2
  12. package/dist-types/commands/CreateGlueIdentityCenterConfigurationCommand.d.ts +94 -0
  13. package/dist-types/commands/DeleteGlueIdentityCenterConfigurationCommand.d.ts +87 -0
  14. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +2 -1
  15. package/dist-types/commands/GetCatalogsCommand.d.ts +1 -1
  16. package/dist-types/commands/GetClassifierCommand.d.ts +1 -2
  17. package/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +93 -0
  18. package/dist-types/commands/ListTableOptimizerRunsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListTriggersCommand.d.ts +1 -1
  20. package/dist-types/commands/ListUsageProfilesCommand.d.ts +1 -1
  21. package/dist-types/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +90 -0
  22. package/dist-types/commands/index.d.ts +4 -0
  23. package/dist-types/models/models_1.d.ts +39 -66
  24. package/dist-types/models/models_2.d.ts +95 -130
  25. package/dist-types/models/models_3.d.ts +146 -1
  26. package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  27. package/dist-types/ts3.4/Glue.d.ts +95 -0
  28. package/dist-types/ts3.4/GlueClient.d.ts +24 -0
  29. package/dist-types/ts3.4/commands/CreateGlueIdentityCenterConfigurationCommand.d.ts +51 -0
  30. package/dist-types/ts3.4/commands/DeleteGlueIdentityCenterConfigurationCommand.d.ts +51 -0
  31. package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/GetCatalogsCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +4 -2
  34. package/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +51 -0
  35. package/dist-types/ts3.4/commands/ListTableOptimizerRunsCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/ListUsageProfilesCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +51 -0
  39. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  40. package/dist-types/ts3.4/models/models_1.d.ts +9 -17
  41. package/dist-types/ts3.4/models/models_2.d.ts +25 -32
  42. package/dist-types/ts3.4/models/models_3.d.ts +36 -0
  43. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  44. package/package.json +1 -1
@@ -0,0 +1,93 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
+ import { GetGlueIdentityCenterConfigurationRequest, GetGlueIdentityCenterConfigurationResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetGlueIdentityCenterConfigurationCommand}.
14
+ */
15
+ export interface GetGlueIdentityCenterConfigurationCommandInput extends GetGlueIdentityCenterConfigurationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetGlueIdentityCenterConfigurationCommand}.
21
+ */
22
+ export interface GetGlueIdentityCenterConfigurationCommandOutput extends GetGlueIdentityCenterConfigurationResponse, __MetadataBearer {
23
+ }
24
+ declare const GetGlueIdentityCenterConfigurationCommand_base: {
25
+ new (input: GetGlueIdentityCenterConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetGlueIdentityCenterConfigurationCommandInput, GetGlueIdentityCenterConfigurationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetGlueIdentityCenterConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetGlueIdentityCenterConfigurationCommandInput, GetGlueIdentityCenterConfigurationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves the current Glue Identity Center configuration details, including the associated Identity Center instance and
31
+ * application information.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { GlueClient, GetGlueIdentityCenterConfigurationCommand } from "@aws-sdk/client-glue"; // ES Modules import
36
+ * // const { GlueClient, GetGlueIdentityCenterConfigurationCommand } = require("@aws-sdk/client-glue"); // CommonJS import
37
+ * const client = new GlueClient(config);
38
+ * const input = {};
39
+ * const command = new GetGlueIdentityCenterConfigurationCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // GetGlueIdentityCenterConfigurationResponse
42
+ * // ApplicationArn: "STRING_VALUE",
43
+ * // InstanceArn: "STRING_VALUE",
44
+ * // Scopes: [ // OrchestrationStringList
45
+ * // "STRING_VALUE",
46
+ * // ],
47
+ * // };
48
+ *
49
+ * ```
50
+ *
51
+ * @param GetGlueIdentityCenterConfigurationCommandInput - {@link GetGlueIdentityCenterConfigurationCommandInput}
52
+ * @returns {@link GetGlueIdentityCenterConfigurationCommandOutput}
53
+ * @see {@link GetGlueIdentityCenterConfigurationCommandInput} for command's `input` shape.
54
+ * @see {@link GetGlueIdentityCenterConfigurationCommandOutput} for command's `response` shape.
55
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
56
+ *
57
+ * @throws {@link AccessDeniedException} (client fault)
58
+ * <p>Access to a resource was denied.</p>
59
+ *
60
+ * @throws {@link ConcurrentModificationException} (client fault)
61
+ * <p>Two processes are trying to modify a resource simultaneously.</p>
62
+ *
63
+ * @throws {@link EntityNotFoundException} (client fault)
64
+ * <p>A specified entity does not exist</p>
65
+ *
66
+ * @throws {@link InternalServiceException} (server fault)
67
+ * <p>An internal service error occurred.</p>
68
+ *
69
+ * @throws {@link InvalidInputException} (client fault)
70
+ * <p>The input provided was not valid.</p>
71
+ *
72
+ * @throws {@link OperationTimeoutException} (client fault)
73
+ * <p>The operation timed out.</p>
74
+ *
75
+ * @throws {@link GlueServiceException}
76
+ * <p>Base exception class for all service exceptions from Glue service.</p>
77
+ *
78
+ *
79
+ * @public
80
+ */
81
+ export declare class GetGlueIdentityCenterConfigurationCommand extends GetGlueIdentityCenterConfigurationCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: {};
86
+ output: GetGlueIdentityCenterConfigurationResponse;
87
+ };
88
+ sdk: {
89
+ input: GetGlueIdentityCenterConfigurationCommandInput;
90
+ output: GetGlueIdentityCenterConfigurationCommandOutput;
91
+ };
92
+ };
93
+ }
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { ListTableOptimizerRunsRequest, ListTableOptimizerRunsResponse } from "../models/models_2";
4
+ import { ListTableOptimizerRunsRequest } from "../models/models_2";
5
+ import { ListTableOptimizerRunsResponse } from "../models/models_3";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { ListTriggersRequest, ListTriggersResponse } from "../models/models_2";
4
+ import { ListTriggersRequest, ListTriggersResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { ListUsageProfilesRequest, ListUsageProfilesResponse } from "../models/models_2";
4
+ import { ListUsageProfilesRequest, ListUsageProfilesResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -0,0 +1,90 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
+ import { UpdateGlueIdentityCenterConfigurationRequest, UpdateGlueIdentityCenterConfigurationResponse } from "../models/models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateGlueIdentityCenterConfigurationCommand}.
14
+ */
15
+ export interface UpdateGlueIdentityCenterConfigurationCommandInput extends UpdateGlueIdentityCenterConfigurationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateGlueIdentityCenterConfigurationCommand}.
21
+ */
22
+ export interface UpdateGlueIdentityCenterConfigurationCommandOutput extends UpdateGlueIdentityCenterConfigurationResponse, __MetadataBearer {
23
+ }
24
+ declare const UpdateGlueIdentityCenterConfigurationCommand_base: {
25
+ new (input: UpdateGlueIdentityCenterConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGlueIdentityCenterConfigurationCommandInput, UpdateGlueIdentityCenterConfigurationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [UpdateGlueIdentityCenterConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateGlueIdentityCenterConfigurationCommandInput, UpdateGlueIdentityCenterConfigurationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Updates the existing Glue Identity Center configuration, allowing modification of scopes and permissions for the integration.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { GlueClient, UpdateGlueIdentityCenterConfigurationCommand } from "@aws-sdk/client-glue"; // ES Modules import
35
+ * // const { GlueClient, UpdateGlueIdentityCenterConfigurationCommand } = require("@aws-sdk/client-glue"); // CommonJS import
36
+ * const client = new GlueClient(config);
37
+ * const input = { // UpdateGlueIdentityCenterConfigurationRequest
38
+ * Scopes: [ // IdentityCenterScopesList
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * };
42
+ * const command = new UpdateGlueIdentityCenterConfigurationCommand(input);
43
+ * const response = await client.send(command);
44
+ * // {};
45
+ *
46
+ * ```
47
+ *
48
+ * @param UpdateGlueIdentityCenterConfigurationCommandInput - {@link UpdateGlueIdentityCenterConfigurationCommandInput}
49
+ * @returns {@link UpdateGlueIdentityCenterConfigurationCommandOutput}
50
+ * @see {@link UpdateGlueIdentityCenterConfigurationCommandInput} for command's `input` shape.
51
+ * @see {@link UpdateGlueIdentityCenterConfigurationCommandOutput} for command's `response` shape.
52
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
53
+ *
54
+ * @throws {@link AccessDeniedException} (client fault)
55
+ * <p>Access to a resource was denied.</p>
56
+ *
57
+ * @throws {@link ConcurrentModificationException} (client fault)
58
+ * <p>Two processes are trying to modify a resource simultaneously.</p>
59
+ *
60
+ * @throws {@link EntityNotFoundException} (client fault)
61
+ * <p>A specified entity does not exist</p>
62
+ *
63
+ * @throws {@link InternalServiceException} (server fault)
64
+ * <p>An internal service error occurred.</p>
65
+ *
66
+ * @throws {@link InvalidInputException} (client fault)
67
+ * <p>The input provided was not valid.</p>
68
+ *
69
+ * @throws {@link OperationTimeoutException} (client fault)
70
+ * <p>The operation timed out.</p>
71
+ *
72
+ * @throws {@link GlueServiceException}
73
+ * <p>Base exception class for all service exceptions from Glue service.</p>
74
+ *
75
+ *
76
+ * @public
77
+ */
78
+ export declare class UpdateGlueIdentityCenterConfigurationCommand extends UpdateGlueIdentityCenterConfigurationCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: UpdateGlueIdentityCenterConfigurationRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: UpdateGlueIdentityCenterConfigurationCommandInput;
87
+ output: UpdateGlueIdentityCenterConfigurationCommandOutput;
88
+ };
89
+ };
90
+ }
@@ -31,6 +31,7 @@ export * from "./CreateCustomEntityTypeCommand";
31
31
  export * from "./CreateDataQualityRulesetCommand";
32
32
  export * from "./CreateDatabaseCommand";
33
33
  export * from "./CreateDevEndpointCommand";
34
+ export * from "./CreateGlueIdentityCenterConfigurationCommand";
34
35
  export * from "./CreateIntegrationCommand";
35
36
  export * from "./CreateIntegrationResourcePropertyCommand";
36
37
  export * from "./CreateIntegrationTablePropertiesCommand";
@@ -61,6 +62,7 @@ export * from "./DeleteCustomEntityTypeCommand";
61
62
  export * from "./DeleteDataQualityRulesetCommand";
62
63
  export * from "./DeleteDatabaseCommand";
63
64
  export * from "./DeleteDevEndpointCommand";
65
+ export * from "./DeleteGlueIdentityCenterConfigurationCommand";
64
66
  export * from "./DeleteIntegrationCommand";
65
67
  export * from "./DeleteIntegrationTablePropertiesCommand";
66
68
  export * from "./DeleteJobCommand";
@@ -116,6 +118,7 @@ export * from "./GetDataflowGraphCommand";
116
118
  export * from "./GetDevEndpointCommand";
117
119
  export * from "./GetDevEndpointsCommand";
118
120
  export * from "./GetEntityRecordsCommand";
121
+ export * from "./GetGlueIdentityCenterConfigurationCommand";
119
122
  export * from "./GetIntegrationResourcePropertyCommand";
120
123
  export * from "./GetIntegrationTablePropertiesCommand";
121
124
  export * from "./GetJobBookmarkCommand";
@@ -236,6 +239,7 @@ export * from "./UpdateCrawlerScheduleCommand";
236
239
  export * from "./UpdateDataQualityRulesetCommand";
237
240
  export * from "./UpdateDatabaseCommand";
238
241
  export * from "./UpdateDevEndpointCommand";
242
+ export * from "./UpdateGlueIdentityCenterConfigurationCommand";
239
243
  export * from "./UpdateIntegrationResourcePropertyCommand";
240
244
  export * from "./UpdateIntegrationTablePropertiesCommand";
241
245
  export * from "./UpdateJobCommand";
@@ -2558,6 +2558,33 @@ export declare class ValidationException extends __BaseException {
2558
2558
  */
2559
2559
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
2560
2560
  }
2561
+ /**
2562
+ * <p>Request to create a new Glue Identity Center configuration.</p>
2563
+ * @public
2564
+ */
2565
+ export interface CreateGlueIdentityCenterConfigurationRequest {
2566
+ /**
2567
+ * <p>The Amazon Resource Name (ARN) of the Identity Center instance to be associated with the Glue configuration.</p>
2568
+ * @public
2569
+ */
2570
+ InstanceArn: string | undefined;
2571
+ /**
2572
+ * <p>A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.</p>
2573
+ * @public
2574
+ */
2575
+ Scopes?: string[] | undefined;
2576
+ }
2577
+ /**
2578
+ * <p>Response from creating a new Glue Identity Center configuration.</p>
2579
+ * @public
2580
+ */
2581
+ export interface CreateGlueIdentityCenterConfigurationResponse {
2582
+ /**
2583
+ * <p>The Amazon Resource Name (ARN) of the Identity Center application that was created for the Glue configuration.</p>
2584
+ * @public
2585
+ */
2586
+ ApplicationArn?: string | undefined;
2587
+ }
2561
2588
  /**
2562
2589
  * <p>The <code>CreatePartitions</code> API was called on a table that has indexes enabled. </p>
2563
2590
  * @public
@@ -5382,6 +5409,18 @@ export interface DeleteDevEndpointRequest {
5382
5409
  */
5383
5410
  export interface DeleteDevEndpointResponse {
5384
5411
  }
5412
+ /**
5413
+ * <p>Request to delete the existing Glue Identity Center configuration.</p>
5414
+ * @public
5415
+ */
5416
+ export interface DeleteGlueIdentityCenterConfigurationRequest {
5417
+ }
5418
+ /**
5419
+ * <p>Response from deleting the Glue Identity Center configuration.</p>
5420
+ * @public
5421
+ */
5422
+ export interface DeleteGlueIdentityCenterConfigurationResponse {
5423
+ }
5385
5424
  /**
5386
5425
  * @public
5387
5426
  */
@@ -7026,72 +7065,6 @@ export interface CatalogImportStatus {
7026
7065
  */
7027
7066
  ImportedBy?: string | undefined;
7028
7067
  }
7029
- /**
7030
- * @public
7031
- */
7032
- export interface GetCatalogImportStatusResponse {
7033
- /**
7034
- * <p>The status of the specified catalog migration.</p>
7035
- * @public
7036
- */
7037
- ImportStatus?: CatalogImportStatus | undefined;
7038
- }
7039
- /**
7040
- * @public
7041
- */
7042
- export interface GetCatalogsRequest {
7043
- /**
7044
- * <p>The ID of the parent catalog in which the catalog resides. If none is provided, the Amazon Web Services Account Number is used by default.</p>
7045
- * @public
7046
- */
7047
- ParentCatalogId?: string | undefined;
7048
- /**
7049
- * <p>A continuation token, if this is a continuation call.</p>
7050
- * @public
7051
- */
7052
- NextToken?: string | undefined;
7053
- /**
7054
- * <p>The maximum number of catalogs to return in one response.</p>
7055
- * @public
7056
- */
7057
- MaxResults?: number | undefined;
7058
- /**
7059
- * <p>Whether to list all catalogs across the catalog hierarchy, starting from the <code>ParentCatalogId</code>. Defaults to <code>false</code> . When <code>true</code>, all catalog objects in the <code>ParentCatalogID</code> hierarchy are enumerated in the response.</p>
7060
- * @public
7061
- */
7062
- Recursive?: boolean | undefined;
7063
- /**
7064
- * <p>Whether to list the default catalog in the account and region in the response. Defaults to <code>false</code>. When <code>true</code> and <code>ParentCatalogId = NULL | Amazon Web Services Account ID</code>, all catalogs and the default catalog are enumerated in the response.</p>
7065
- * <p>When the <code>ParentCatalogId</code> is not equal to null, and this attribute is passed as <code>false</code> or <code>true</code>, an <code>InvalidInputException</code> is thrown.</p>
7066
- * @public
7067
- */
7068
- IncludeRoot?: boolean | undefined;
7069
- }
7070
- /**
7071
- * @public
7072
- */
7073
- export interface GetCatalogsResponse {
7074
- /**
7075
- * <p>An array of <code>Catalog</code> objects. A list of <code>Catalog</code> objects from the specified parent catalog.</p>
7076
- * @public
7077
- */
7078
- CatalogList: Catalog[] | undefined;
7079
- /**
7080
- * <p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>
7081
- * @public
7082
- */
7083
- NextToken?: string | undefined;
7084
- }
7085
- /**
7086
- * @public
7087
- */
7088
- export interface GetClassifierRequest {
7089
- /**
7090
- * <p>Name of the classifier to retrieve.</p>
7091
- * @public
7092
- */
7093
- Name: string | undefined;
7094
- }
7095
7068
  /**
7096
7069
  * @internal
7097
7070
  */
@@ -1,8 +1,74 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { DocumentType as __DocumentType } from "@smithy/types";
3
3
  import { GlueServiceException as __BaseException } from "./GlueServiceException";
4
- import { AuditContext, AuthenticationConfiguration, Crawler, CustomEntityType, DataQualityAggregatedMetrics, DataQualityAnalyzerResult, DataQualityObservation, DataQualityRuleResult, DataSource, DevEndpoint, ErrorDetail, GlueTable, InclusionAnnotationValue, Partition, PartitionValueList, Schedule, SchemaId, StatisticAnnotation, TableOptimizer, TableOptimizerRun, TableOptimizerType, TimestampedInclusionAnnotation, Trigger, WorkerType } from "./models_0";
5
- import { Capabilities, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Compatibility, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseIdentifier, DataFormat, DataQualityTargetTable, EncryptionConfiguration, FederatedDatabase, JobRun, Language, Permission, PhysicalConnectionRequirements, PrincipalPermissions, PrincipalType, ProfileConfiguration, RegistryId, RegistryStatus, ResourceUri, SchemaStatus, SchemaVersionStatus, Session, SourceProcessingProperties, SourceTableConfig, TargetProcessingProperties, TargetTableConfig, TaskStatusType, TransformEncryption, TransformParameters, TransformType, ViewDialect, Workflow, WorkflowRun } from "./models_1";
4
+ import { AuditContext, AuthenticationConfiguration, Crawler, CustomEntityType, DataQualityAggregatedMetrics, DataQualityAnalyzerResult, DataQualityObservation, DataQualityRuleResult, DataSource, DevEndpoint, ErrorDetail, GlueTable, InclusionAnnotationValue, Partition, PartitionValueList, Schedule, SchemaId, StatisticAnnotation, TableOptimizer, TableOptimizerType, TimestampedInclusionAnnotation, Trigger, WorkerType } from "./models_0";
5
+ import { Capabilities, Catalog, CatalogImportStatus, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Compatibility, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseIdentifier, DataFormat, DataQualityTargetTable, EncryptionConfiguration, FederatedDatabase, JobRun, Language, Permission, PhysicalConnectionRequirements, PrincipalPermissions, PrincipalType, ProfileConfiguration, RegistryId, RegistryStatus, ResourceUri, SchemaStatus, SchemaVersionStatus, Session, SourceProcessingProperties, SourceTableConfig, TargetProcessingProperties, TargetTableConfig, TaskStatusType, TransformEncryption, TransformParameters, TransformType, ViewDialect, Workflow, WorkflowRun } from "./models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface GetCatalogImportStatusResponse {
10
+ /**
11
+ * <p>The status of the specified catalog migration.</p>
12
+ * @public
13
+ */
14
+ ImportStatus?: CatalogImportStatus | undefined;
15
+ }
16
+ /**
17
+ * @public
18
+ */
19
+ export interface GetCatalogsRequest {
20
+ /**
21
+ * <p>The ID of the parent catalog in which the catalog resides. If none is provided, the Amazon Web Services Account Number is used by default.</p>
22
+ * @public
23
+ */
24
+ ParentCatalogId?: string | undefined;
25
+ /**
26
+ * <p>A continuation token, if this is a continuation call.</p>
27
+ * @public
28
+ */
29
+ NextToken?: string | undefined;
30
+ /**
31
+ * <p>The maximum number of catalogs to return in one response.</p>
32
+ * @public
33
+ */
34
+ MaxResults?: number | undefined;
35
+ /**
36
+ * <p>Whether to list all catalogs across the catalog hierarchy, starting from the <code>ParentCatalogId</code>. Defaults to <code>false</code> . When <code>true</code>, all catalog objects in the <code>ParentCatalogID</code> hierarchy are enumerated in the response.</p>
37
+ * @public
38
+ */
39
+ Recursive?: boolean | undefined;
40
+ /**
41
+ * <p>Whether to list the default catalog in the account and region in the response. Defaults to <code>false</code>. When <code>true</code> and <code>ParentCatalogId = NULL | Amazon Web Services Account ID</code>, all catalogs and the default catalog are enumerated in the response.</p>
42
+ * <p>When the <code>ParentCatalogId</code> is not equal to null, and this attribute is passed as <code>false</code> or <code>true</code>, an <code>InvalidInputException</code> is thrown.</p>
43
+ * @public
44
+ */
45
+ IncludeRoot?: boolean | undefined;
46
+ }
47
+ /**
48
+ * @public
49
+ */
50
+ export interface GetCatalogsResponse {
51
+ /**
52
+ * <p>An array of <code>Catalog</code> objects. A list of <code>Catalog</code> objects from the specified parent catalog.</p>
53
+ * @public
54
+ */
55
+ CatalogList: Catalog[] | undefined;
56
+ /**
57
+ * <p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>
58
+ * @public
59
+ */
60
+ NextToken?: string | undefined;
61
+ }
62
+ /**
63
+ * @public
64
+ */
65
+ export interface GetClassifierRequest {
66
+ /**
67
+ * <p>Name of the classifier to retrieve.</p>
68
+ * @public
69
+ */
70
+ Name: string | undefined;
71
+ }
6
72
  /**
7
73
  * <p>A classifier for custom <code>CSV</code> content.</p>
8
74
  * @public
@@ -2448,6 +2514,33 @@ export interface GetEntityRecordsResponse {
2448
2514
  */
2449
2515
  NextToken?: string | undefined;
2450
2516
  }
2517
+ /**
2518
+ * <p>Request to retrieve the Glue Identity Center configuration.</p>
2519
+ * @public
2520
+ */
2521
+ export interface GetGlueIdentityCenterConfigurationRequest {
2522
+ }
2523
+ /**
2524
+ * <p>Response containing the Glue Identity Center configuration details.</p>
2525
+ * @public
2526
+ */
2527
+ export interface GetGlueIdentityCenterConfigurationResponse {
2528
+ /**
2529
+ * <p>The Amazon Resource Name (ARN) of the Identity Center application associated with the Glue configuration.</p>
2530
+ * @public
2531
+ */
2532
+ ApplicationArn?: string | undefined;
2533
+ /**
2534
+ * <p>The Amazon Resource Name (ARN) of the Identity Center instance associated with the Glue configuration.</p>
2535
+ * @public
2536
+ */
2537
+ InstanceArn?: string | undefined;
2538
+ /**
2539
+ * <p>A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.</p>
2540
+ * @public
2541
+ */
2542
+ Scopes?: string[] | undefined;
2543
+ }
2451
2544
  /**
2452
2545
  * @public
2453
2546
  */
@@ -7557,134 +7650,6 @@ export interface ListTableOptimizerRunsRequest {
7557
7650
  */
7558
7651
  NextToken?: string | undefined;
7559
7652
  }
7560
- /**
7561
- * @public
7562
- */
7563
- export interface ListTableOptimizerRunsResponse {
7564
- /**
7565
- * <p>The Catalog ID of the table.</p>
7566
- * @public
7567
- */
7568
- CatalogId?: string | undefined;
7569
- /**
7570
- * <p>The name of the database in the catalog in which the table resides.</p>
7571
- * @public
7572
- */
7573
- DatabaseName?: string | undefined;
7574
- /**
7575
- * <p>The name of the table.</p>
7576
- * @public
7577
- */
7578
- TableName?: string | undefined;
7579
- /**
7580
- * <p>A continuation token for paginating the returned list of optimizer runs, returned if the current segment of the list is not the last.</p>
7581
- * @public
7582
- */
7583
- NextToken?: string | undefined;
7584
- /**
7585
- * <p>A list of the optimizer runs associated with a table.</p>
7586
- * @public
7587
- */
7588
- TableOptimizerRuns?: TableOptimizerRun[] | undefined;
7589
- }
7590
- /**
7591
- * @public
7592
- */
7593
- export interface ListTriggersRequest {
7594
- /**
7595
- * <p>A continuation token, if this is a continuation request.</p>
7596
- * @public
7597
- */
7598
- NextToken?: string | undefined;
7599
- /**
7600
- * <p> The name of the job for which to retrieve triggers. The trigger that can start this job
7601
- * is returned. If there is no such trigger, all triggers are returned.</p>
7602
- * @public
7603
- */
7604
- DependentJobName?: string | undefined;
7605
- /**
7606
- * <p>The maximum size of a list to return.</p>
7607
- * @public
7608
- */
7609
- MaxResults?: number | undefined;
7610
- /**
7611
- * <p>Specifies to return only these tagged resources.</p>
7612
- * @public
7613
- */
7614
- Tags?: Record<string, string> | undefined;
7615
- }
7616
- /**
7617
- * @public
7618
- */
7619
- export interface ListTriggersResponse {
7620
- /**
7621
- * <p>The names of all triggers in the account, or the triggers with the specified tags.</p>
7622
- * @public
7623
- */
7624
- TriggerNames?: string[] | undefined;
7625
- /**
7626
- * <p>A continuation token, if the returned list does not contain the
7627
- * last metric available.</p>
7628
- * @public
7629
- */
7630
- NextToken?: string | undefined;
7631
- }
7632
- /**
7633
- * @public
7634
- */
7635
- export interface ListUsageProfilesRequest {
7636
- /**
7637
- * <p>A continuation token, included if this is a continuation call.</p>
7638
- * @public
7639
- */
7640
- NextToken?: string | undefined;
7641
- /**
7642
- * <p>The maximum number of usage profiles to return in a single response.</p>
7643
- * @public
7644
- */
7645
- MaxResults?: number | undefined;
7646
- }
7647
- /**
7648
- * <p>Describes an Glue usage profile.</p>
7649
- * @public
7650
- */
7651
- export interface UsageProfileDefinition {
7652
- /**
7653
- * <p>The name of the usage profile.</p>
7654
- * @public
7655
- */
7656
- Name?: string | undefined;
7657
- /**
7658
- * <p>A description of the usage profile.</p>
7659
- * @public
7660
- */
7661
- Description?: string | undefined;
7662
- /**
7663
- * <p>The date and time when the usage profile was created.</p>
7664
- * @public
7665
- */
7666
- CreatedOn?: Date | undefined;
7667
- /**
7668
- * <p>The date and time when the usage profile was last modified.</p>
7669
- * @public
7670
- */
7671
- LastModifiedOn?: Date | undefined;
7672
- }
7673
- /**
7674
- * @public
7675
- */
7676
- export interface ListUsageProfilesResponse {
7677
- /**
7678
- * <p>A list of usage profile (<code>UsageProfileDefinition</code>) objects.</p>
7679
- * @public
7680
- */
7681
- Profiles?: UsageProfileDefinition[] | undefined;
7682
- /**
7683
- * <p>A continuation token, present if the current list segment is not the last.</p>
7684
- * @public
7685
- */
7686
- NextToken?: string | undefined;
7687
- }
7688
7653
  /**
7689
7654
  * @internal
7690
7655
  */