@aws-sdk/client-glue 3.864.0 → 3.869.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 (48) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +149 -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 +77 -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/CreateIntegrationCommand.d.ts +2 -0
  14. package/dist-types/commands/DeleteGlueIdentityCenterConfigurationCommand.d.ts +87 -0
  15. package/dist-types/commands/DescribeInboundIntegrationsCommand.d.ts +1 -0
  16. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +1 -0
  17. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +2 -1
  18. package/dist-types/commands/GetCatalogsCommand.d.ts +1 -1
  19. package/dist-types/commands/GetClassifierCommand.d.ts +1 -2
  20. package/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +93 -0
  21. package/dist-types/commands/ListTableOptimizerRunsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListTriggersCommand.d.ts +1 -1
  23. package/dist-types/commands/ListUsageProfilesCommand.d.ts +1 -1
  24. package/dist-types/commands/ModifyIntegrationCommand.d.ts +14 -0
  25. package/dist-types/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +90 -0
  26. package/dist-types/commands/index.d.ts +4 -0
  27. package/dist-types/models/models_1.d.ts +68 -69
  28. package/dist-types/models/models_2.d.ts +95 -130
  29. package/dist-types/models/models_3.d.ts +157 -2
  30. package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  31. package/dist-types/ts3.4/Glue.d.ts +95 -0
  32. package/dist-types/ts3.4/GlueClient.d.ts +24 -0
  33. package/dist-types/ts3.4/commands/CreateGlueIdentityCenterConfigurationCommand.d.ts +51 -0
  34. package/dist-types/ts3.4/commands/DeleteGlueIdentityCenterConfigurationCommand.d.ts +51 -0
  35. package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/GetCatalogsCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +4 -2
  38. package/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +51 -0
  39. package/dist-types/ts3.4/commands/ListTableOptimizerRunsCommand.d.ts +2 -4
  40. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/ListUsageProfilesCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  44. package/dist-types/ts3.4/models/models_1.d.ts +10 -17
  45. package/dist-types/ts3.4/models/models_2.d.ts +25 -32
  46. package/dist-types/ts3.4/models/models_3.d.ts +39 -0
  47. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  48. package/package.json +1 -1
@@ -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
  */
@@ -1,8 +1,136 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { GlueServiceException as __BaseException } from "./GlueServiceException";
3
- import { Action, Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, AuthenticationConfigurationInput, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogIcebergSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Column, ConnectionsList, ConnectorDataSource, ConnectorDataTarget, CrawlerTargets, CustomCode, DataSource, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, DynamoDBELTConnectorSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, EventBatchingCondition, ExecutionClass, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, InclusionAnnotationValue, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, JobMode, Join, LakeFormationConfiguration, LineageConfiguration, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, Recipe, RecrawlPolicy, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, Route, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogIcebergSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3ExcelSource, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3HyperDirectTarget, S3IcebergCatalogTarget, S3IcebergDirectTarget, S3JsonSource, S3ParquetSource, SchemaChangePolicy, SchemaId, SelectFields, SelectFromCollection, SnowflakeSource, SnowflakeTarget, SourceControlAuthStrategy, SourceControlDetails, SourceControlProvider, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, StorageDescriptor, TableOptimizerConfiguration, TableOptimizerType, Trigger, Union, WorkerType } from "./models_0";
4
- import { CatalogInput, Compatibility, ConnectionInput, ConnectionPropertyKey, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseInput, IcebergPartitionSpec, IcebergSchema, IcebergSortOrder, IntegrationError, IntegrationStatus, Permission, ProfileConfiguration, RegistryId, SchemaVersionStatus, SourceProcessingProperties, SourceTableConfig, TableIdentifier, TableInput, Tag, TargetProcessingProperties, TargetTableConfig, TransformParameters, UserDefinedFunctionInput } from "./models_1";
3
+ import { Action, Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, AuthenticationConfigurationInput, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogIcebergSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Column, ConnectionsList, ConnectorDataSource, ConnectorDataTarget, CrawlerTargets, CustomCode, DataSource, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, DynamoDBELTConnectorSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, EventBatchingCondition, ExecutionClass, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, InclusionAnnotationValue, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, JobMode, Join, LakeFormationConfiguration, LineageConfiguration, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, Recipe, RecrawlPolicy, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, Route, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogIcebergSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3ExcelSource, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3HyperDirectTarget, S3IcebergCatalogTarget, S3IcebergDirectTarget, S3JsonSource, S3ParquetSource, SchemaChangePolicy, SchemaId, SelectFields, SelectFromCollection, SnowflakeSource, SnowflakeTarget, SourceControlAuthStrategy, SourceControlDetails, SourceControlProvider, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, StorageDescriptor, TableOptimizerConfiguration, TableOptimizerRun, TableOptimizerType, Trigger, Union, WorkerType } from "./models_0";
4
+ import { CatalogInput, Compatibility, ConnectionInput, ConnectionPropertyKey, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseInput, IcebergPartitionSpec, IcebergSchema, IcebergSortOrder, IntegrationConfig, IntegrationError, IntegrationStatus, Permission, ProfileConfiguration, RegistryId, SchemaVersionStatus, SourceProcessingProperties, SourceTableConfig, TableIdentifier, TableInput, Tag, TargetProcessingProperties, TargetTableConfig, TransformParameters, UserDefinedFunctionInput } from "./models_1";
5
5
  import { ColumnRowFilter, ColumnStatistics, DataCatalogEncryptionSettings, DataQualityEvaluationRunAdditionalRunOptions, FederatedTable, JobBookmarkEntry, ResourceAction, ResourceShareType, ResourceState, SchemaVersionNumber, ViewDefinition, ViewValidation } from "./models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface ListTableOptimizerRunsResponse {
10
+ /**
11
+ * <p>The Catalog ID of the table.</p>
12
+ * @public
13
+ */
14
+ CatalogId?: string | undefined;
15
+ /**
16
+ * <p>The name of the database in the catalog in which the table resides.</p>
17
+ * @public
18
+ */
19
+ DatabaseName?: string | undefined;
20
+ /**
21
+ * <p>The name of the table.</p>
22
+ * @public
23
+ */
24
+ TableName?: string | undefined;
25
+ /**
26
+ * <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>
27
+ * @public
28
+ */
29
+ NextToken?: string | undefined;
30
+ /**
31
+ * <p>A list of the optimizer runs associated with a table.</p>
32
+ * @public
33
+ */
34
+ TableOptimizerRuns?: TableOptimizerRun[] | undefined;
35
+ }
36
+ /**
37
+ * @public
38
+ */
39
+ export interface ListTriggersRequest {
40
+ /**
41
+ * <p>A continuation token, if this is a continuation request.</p>
42
+ * @public
43
+ */
44
+ NextToken?: string | undefined;
45
+ /**
46
+ * <p> The name of the job for which to retrieve triggers. The trigger that can start this job
47
+ * is returned. If there is no such trigger, all triggers are returned.</p>
48
+ * @public
49
+ */
50
+ DependentJobName?: string | undefined;
51
+ /**
52
+ * <p>The maximum size of a list to return.</p>
53
+ * @public
54
+ */
55
+ MaxResults?: number | undefined;
56
+ /**
57
+ * <p>Specifies to return only these tagged resources.</p>
58
+ * @public
59
+ */
60
+ Tags?: Record<string, string> | undefined;
61
+ }
62
+ /**
63
+ * @public
64
+ */
65
+ export interface ListTriggersResponse {
66
+ /**
67
+ * <p>The names of all triggers in the account, or the triggers with the specified tags.</p>
68
+ * @public
69
+ */
70
+ TriggerNames?: string[] | undefined;
71
+ /**
72
+ * <p>A continuation token, if the returned list does not contain the
73
+ * last metric available.</p>
74
+ * @public
75
+ */
76
+ NextToken?: string | undefined;
77
+ }
78
+ /**
79
+ * @public
80
+ */
81
+ export interface ListUsageProfilesRequest {
82
+ /**
83
+ * <p>A continuation token, included if this is a continuation call.</p>
84
+ * @public
85
+ */
86
+ NextToken?: string | undefined;
87
+ /**
88
+ * <p>The maximum number of usage profiles to return in a single response.</p>
89
+ * @public
90
+ */
91
+ MaxResults?: number | undefined;
92
+ }
93
+ /**
94
+ * <p>Describes an Glue usage profile.</p>
95
+ * @public
96
+ */
97
+ export interface UsageProfileDefinition {
98
+ /**
99
+ * <p>The name of the usage profile.</p>
100
+ * @public
101
+ */
102
+ Name?: string | undefined;
103
+ /**
104
+ * <p>A description of the usage profile.</p>
105
+ * @public
106
+ */
107
+ Description?: string | undefined;
108
+ /**
109
+ * <p>The date and time when the usage profile was created.</p>
110
+ * @public
111
+ */
112
+ CreatedOn?: Date | undefined;
113
+ /**
114
+ * <p>The date and time when the usage profile was last modified.</p>
115
+ * @public
116
+ */
117
+ LastModifiedOn?: Date | undefined;
118
+ }
119
+ /**
120
+ * @public
121
+ */
122
+ export interface ListUsageProfilesResponse {
123
+ /**
124
+ * <p>A list of usage profile (<code>UsageProfileDefinition</code>) objects.</p>
125
+ * @public
126
+ */
127
+ Profiles?: UsageProfileDefinition[] | undefined;
128
+ /**
129
+ * <p>A continuation token, present if the current list segment is not the last.</p>
130
+ * @public
131
+ */
132
+ NextToken?: string | undefined;
133
+ }
6
134
  /**
7
135
  * @public
8
136
  */
@@ -52,6 +180,11 @@ export interface ModifyIntegrationRequest {
52
180
  * @public
53
181
  */
54
182
  DataFilter?: string | undefined;
183
+ /**
184
+ * <p>Properties associated with the integration.</p>
185
+ * @public
186
+ */
187
+ IntegrationConfig?: IntegrationConfig | undefined;
55
188
  /**
56
189
  * <p>A unique name for an integration in Glue.</p>
57
190
  * @public
@@ -146,6 +279,11 @@ export interface ModifyIntegrationResponse {
146
279
  * @public
147
280
  */
148
281
  DataFilter?: string | undefined;
282
+ /**
283
+ * <p>Properties associated with the integration.</p>
284
+ * @public
285
+ */
286
+ IntegrationConfig?: IntegrationConfig | undefined;
149
287
  }
150
288
  /**
151
289
  * @public
@@ -2421,6 +2559,23 @@ export interface UpdateDevEndpointRequest {
2421
2559
  */
2422
2560
  export interface UpdateDevEndpointResponse {
2423
2561
  }
2562
+ /**
2563
+ * <p>Request to update an existing Glue Identity Center configuration.</p>
2564
+ * @public
2565
+ */
2566
+ export interface UpdateGlueIdentityCenterConfigurationRequest {
2567
+ /**
2568
+ * <p>A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.</p>
2569
+ * @public
2570
+ */
2571
+ Scopes?: string[] | undefined;
2572
+ }
2573
+ /**
2574
+ * <p>Response from updating an existing Glue Identity Center configuration.</p>
2575
+ * @public
2576
+ */
2577
+ export interface UpdateGlueIdentityCenterConfigurationResponse {
2578
+ }
2424
2579
  /**
2425
2580
  * @public
2426
2581
  */
@@ -33,6 +33,7 @@ import { CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput
33
33
  import { CreateDatabaseCommandInput, CreateDatabaseCommandOutput } from "../commands/CreateDatabaseCommand";
34
34
  import { CreateDataQualityRulesetCommandInput, CreateDataQualityRulesetCommandOutput } from "../commands/CreateDataQualityRulesetCommand";
35
35
  import { CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput } from "../commands/CreateDevEndpointCommand";
36
+ import { CreateGlueIdentityCenterConfigurationCommandInput, CreateGlueIdentityCenterConfigurationCommandOutput } from "../commands/CreateGlueIdentityCenterConfigurationCommand";
36
37
  import { CreateIntegrationCommandInput, CreateIntegrationCommandOutput } from "../commands/CreateIntegrationCommand";
37
38
  import { CreateIntegrationResourcePropertyCommandInput, CreateIntegrationResourcePropertyCommandOutput } from "../commands/CreateIntegrationResourcePropertyCommand";
38
39
  import { CreateIntegrationTablePropertiesCommandInput, CreateIntegrationTablePropertiesCommandOutput } from "../commands/CreateIntegrationTablePropertiesCommand";
@@ -63,6 +64,7 @@ import { DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput
63
64
  import { DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput } from "../commands/DeleteDatabaseCommand";
64
65
  import { DeleteDataQualityRulesetCommandInput, DeleteDataQualityRulesetCommandOutput } from "../commands/DeleteDataQualityRulesetCommand";
65
66
  import { DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput } from "../commands/DeleteDevEndpointCommand";
67
+ import { DeleteGlueIdentityCenterConfigurationCommandInput, DeleteGlueIdentityCenterConfigurationCommandOutput } from "../commands/DeleteGlueIdentityCenterConfigurationCommand";
66
68
  import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
67
69
  import { DeleteIntegrationTablePropertiesCommandInput, DeleteIntegrationTablePropertiesCommandOutput } from "../commands/DeleteIntegrationTablePropertiesCommand";
68
70
  import { DeleteJobCommandInput, DeleteJobCommandOutput } from "../commands/DeleteJobCommand";
@@ -118,6 +120,7 @@ import { GetDataQualityRulesetEvaluationRunCommandInput, GetDataQualityRulesetEv
118
120
  import { GetDevEndpointCommandInput, GetDevEndpointCommandOutput } from "../commands/GetDevEndpointCommand";
119
121
  import { GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput } from "../commands/GetDevEndpointsCommand";
120
122
  import { GetEntityRecordsCommandInput, GetEntityRecordsCommandOutput } from "../commands/GetEntityRecordsCommand";
123
+ import { GetGlueIdentityCenterConfigurationCommandInput, GetGlueIdentityCenterConfigurationCommandOutput } from "../commands/GetGlueIdentityCenterConfigurationCommand";
121
124
  import { GetIntegrationResourcePropertyCommandInput, GetIntegrationResourcePropertyCommandOutput } from "../commands/GetIntegrationResourcePropertyCommand";
122
125
  import { GetIntegrationTablePropertiesCommandInput, GetIntegrationTablePropertiesCommandOutput } from "../commands/GetIntegrationTablePropertiesCommand";
123
126
  import { GetJobBookmarkCommandInput, GetJobBookmarkCommandOutput } from "../commands/GetJobBookmarkCommand";
@@ -238,6 +241,7 @@ import { UpdateCrawlerScheduleCommandInput, UpdateCrawlerScheduleCommandOutput }
238
241
  import { UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput } from "../commands/UpdateDatabaseCommand";
239
242
  import { UpdateDataQualityRulesetCommandInput, UpdateDataQualityRulesetCommandOutput } from "../commands/UpdateDataQualityRulesetCommand";
240
243
  import { UpdateDevEndpointCommandInput, UpdateDevEndpointCommandOutput } from "../commands/UpdateDevEndpointCommand";
244
+ import { UpdateGlueIdentityCenterConfigurationCommandInput, UpdateGlueIdentityCenterConfigurationCommandOutput } from "../commands/UpdateGlueIdentityCenterConfigurationCommand";
241
245
  import { UpdateIntegrationResourcePropertyCommandInput, UpdateIntegrationResourcePropertyCommandOutput } from "../commands/UpdateIntegrationResourcePropertyCommand";
242
246
  import { UpdateIntegrationTablePropertiesCommandInput, UpdateIntegrationTablePropertiesCommandOutput } from "../commands/UpdateIntegrationTablePropertiesCommand";
243
247
  import { UpdateJobCommandInput, UpdateJobCommandOutput } from "../commands/UpdateJobCommand";
@@ -385,6 +389,10 @@ export declare const se_CreateDataQualityRulesetCommand: (input: CreateDataQuali
385
389
  * serializeAws_json1_1CreateDevEndpointCommand
386
390
  */
387
391
  export declare const se_CreateDevEndpointCommand: (input: CreateDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
392
+ /**
393
+ * serializeAws_json1_1CreateGlueIdentityCenterConfigurationCommand
394
+ */
395
+ export declare const se_CreateGlueIdentityCenterConfigurationCommand: (input: CreateGlueIdentityCenterConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
388
396
  /**
389
397
  * serializeAws_json1_1CreateIntegrationCommand
390
398
  */
@@ -505,6 +513,10 @@ export declare const se_DeleteDataQualityRulesetCommand: (input: DeleteDataQuali
505
513
  * serializeAws_json1_1DeleteDevEndpointCommand
506
514
  */
507
515
  export declare const se_DeleteDevEndpointCommand: (input: DeleteDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
516
+ /**
517
+ * serializeAws_json1_1DeleteGlueIdentityCenterConfigurationCommand
518
+ */
519
+ export declare const se_DeleteGlueIdentityCenterConfigurationCommand: (input: DeleteGlueIdentityCenterConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
508
520
  /**
509
521
  * serializeAws_json1_1DeleteIntegrationCommand
510
522
  */
@@ -725,6 +737,10 @@ export declare const se_GetDevEndpointsCommand: (input: GetDevEndpointsCommandIn
725
737
  * serializeAws_json1_1GetEntityRecordsCommand
726
738
  */
727
739
  export declare const se_GetEntityRecordsCommand: (input: GetEntityRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
740
+ /**
741
+ * serializeAws_json1_1GetGlueIdentityCenterConfigurationCommand
742
+ */
743
+ export declare const se_GetGlueIdentityCenterConfigurationCommand: (input: GetGlueIdentityCenterConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
728
744
  /**
729
745
  * serializeAws_json1_1GetIntegrationResourcePropertyCommand
730
746
  */
@@ -1205,6 +1221,10 @@ export declare const se_UpdateDataQualityRulesetCommand: (input: UpdateDataQuali
1205
1221
  * serializeAws_json1_1UpdateDevEndpointCommand
1206
1222
  */
1207
1223
  export declare const se_UpdateDevEndpointCommand: (input: UpdateDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1224
+ /**
1225
+ * serializeAws_json1_1UpdateGlueIdentityCenterConfigurationCommand
1226
+ */
1227
+ export declare const se_UpdateGlueIdentityCenterConfigurationCommand: (input: UpdateGlueIdentityCenterConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1208
1228
  /**
1209
1229
  * serializeAws_json1_1UpdateIntegrationResourcePropertyCommand
1210
1230
  */
@@ -1397,6 +1417,10 @@ export declare const de_CreateDataQualityRulesetCommand: (output: __HttpResponse
1397
1417
  * deserializeAws_json1_1CreateDevEndpointCommand
1398
1418
  */
1399
1419
  export declare const de_CreateDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDevEndpointCommandOutput>;
1420
+ /**
1421
+ * deserializeAws_json1_1CreateGlueIdentityCenterConfigurationCommand
1422
+ */
1423
+ export declare const de_CreateGlueIdentityCenterConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGlueIdentityCenterConfigurationCommandOutput>;
1400
1424
  /**
1401
1425
  * deserializeAws_json1_1CreateIntegrationCommand
1402
1426
  */
@@ -1517,6 +1541,10 @@ export declare const de_DeleteDataQualityRulesetCommand: (output: __HttpResponse
1517
1541
  * deserializeAws_json1_1DeleteDevEndpointCommand
1518
1542
  */
1519
1543
  export declare const de_DeleteDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDevEndpointCommandOutput>;
1544
+ /**
1545
+ * deserializeAws_json1_1DeleteGlueIdentityCenterConfigurationCommand
1546
+ */
1547
+ export declare const de_DeleteGlueIdentityCenterConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGlueIdentityCenterConfigurationCommandOutput>;
1520
1548
  /**
1521
1549
  * deserializeAws_json1_1DeleteIntegrationCommand
1522
1550
  */
@@ -1737,6 +1765,10 @@ export declare const de_GetDevEndpointsCommand: (output: __HttpResponse, context
1737
1765
  * deserializeAws_json1_1GetEntityRecordsCommand
1738
1766
  */
1739
1767
  export declare const de_GetEntityRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEntityRecordsCommandOutput>;
1768
+ /**
1769
+ * deserializeAws_json1_1GetGlueIdentityCenterConfigurationCommand
1770
+ */
1771
+ export declare const de_GetGlueIdentityCenterConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGlueIdentityCenterConfigurationCommandOutput>;
1740
1772
  /**
1741
1773
  * deserializeAws_json1_1GetIntegrationResourcePropertyCommand
1742
1774
  */
@@ -2217,6 +2249,10 @@ export declare const de_UpdateDataQualityRulesetCommand: (output: __HttpResponse
2217
2249
  * deserializeAws_json1_1UpdateDevEndpointCommand
2218
2250
  */
2219
2251
  export declare const de_UpdateDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDevEndpointCommandOutput>;
2252
+ /**
2253
+ * deserializeAws_json1_1UpdateGlueIdentityCenterConfigurationCommand
2254
+ */
2255
+ export declare const de_UpdateGlueIdentityCenterConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlueIdentityCenterConfigurationCommandOutput>;
2220
2256
  /**
2221
2257
  * deserializeAws_json1_1UpdateIntegrationResourcePropertyCommand
2222
2258
  */