@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.
- package/README.md +32 -0
- package/dist-cjs/index.js +148 -0
- package/dist-es/Glue.js +8 -0
- package/dist-es/commands/CreateGlueIdentityCenterConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteGlueIdentityCenterConfigurationCommand.js +22 -0
- package/dist-es/commands/GetGlueIdentityCenterConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateGlueIdentityCenterConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +76 -0
- package/dist-types/Glue.d.ts +31 -0
- package/dist-types/GlueClient.d.ts +6 -2
- package/dist-types/commands/CreateGlueIdentityCenterConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DeleteGlueIdentityCenterConfigurationCommand.d.ts +87 -0
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/GetClassifierCommand.d.ts +1 -2
- package/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +93 -0
- package/dist-types/commands/ListTableOptimizerRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListTriggersCommand.d.ts +1 -1
- package/dist-types/commands/ListUsageProfilesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_1.d.ts +39 -66
- package/dist-types/models/models_2.d.ts +95 -130
- package/dist-types/models/models_3.d.ts +146 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/dist-types/ts3.4/Glue.d.ts +95 -0
- package/dist-types/ts3.4/GlueClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateGlueIdentityCenterConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteGlueIdentityCenterConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTableOptimizerRunsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsageProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_1.d.ts +9 -17
- package/dist-types/ts3.4/models/models_2.d.ts +25 -32
- package/dist-types/ts3.4/models/models_3.d.ts +36 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/package.json +1 -1
|
@@ -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";
|
|
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
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";
|
|
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
|
*/
|
|
@@ -2421,6 +2549,23 @@ export interface UpdateDevEndpointRequest {
|
|
|
2421
2549
|
*/
|
|
2422
2550
|
export interface UpdateDevEndpointResponse {
|
|
2423
2551
|
}
|
|
2552
|
+
/**
|
|
2553
|
+
* <p>Request to update an existing Glue Identity Center configuration.</p>
|
|
2554
|
+
* @public
|
|
2555
|
+
*/
|
|
2556
|
+
export interface UpdateGlueIdentityCenterConfigurationRequest {
|
|
2557
|
+
/**
|
|
2558
|
+
* <p>A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.</p>
|
|
2559
|
+
* @public
|
|
2560
|
+
*/
|
|
2561
|
+
Scopes?: string[] | undefined;
|
|
2562
|
+
}
|
|
2563
|
+
/**
|
|
2564
|
+
* <p>Response from updating an existing Glue Identity Center configuration.</p>
|
|
2565
|
+
* @public
|
|
2566
|
+
*/
|
|
2567
|
+
export interface UpdateGlueIdentityCenterConfigurationResponse {
|
|
2568
|
+
}
|
|
2424
2569
|
/**
|
|
2425
2570
|
* @public
|
|
2426
2571
|
*/
|
|
@@ -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
|
*/
|
|
@@ -131,6 +131,10 @@ import {
|
|
|
131
131
|
CreateDevEndpointCommandInput,
|
|
132
132
|
CreateDevEndpointCommandOutput,
|
|
133
133
|
} from "./commands/CreateDevEndpointCommand";
|
|
134
|
+
import {
|
|
135
|
+
CreateGlueIdentityCenterConfigurationCommandInput,
|
|
136
|
+
CreateGlueIdentityCenterConfigurationCommandOutput,
|
|
137
|
+
} from "./commands/CreateGlueIdentityCenterConfigurationCommand";
|
|
134
138
|
import {
|
|
135
139
|
CreateIntegrationCommandInput,
|
|
136
140
|
CreateIntegrationCommandOutput,
|
|
@@ -251,6 +255,10 @@ import {
|
|
|
251
255
|
DeleteDevEndpointCommandInput,
|
|
252
256
|
DeleteDevEndpointCommandOutput,
|
|
253
257
|
} from "./commands/DeleteDevEndpointCommand";
|
|
258
|
+
import {
|
|
259
|
+
DeleteGlueIdentityCenterConfigurationCommandInput,
|
|
260
|
+
DeleteGlueIdentityCenterConfigurationCommandOutput,
|
|
261
|
+
} from "./commands/DeleteGlueIdentityCenterConfigurationCommand";
|
|
254
262
|
import {
|
|
255
263
|
DeleteIntegrationCommandInput,
|
|
256
264
|
DeleteIntegrationCommandOutput,
|
|
@@ -471,6 +479,10 @@ import {
|
|
|
471
479
|
GetEntityRecordsCommandInput,
|
|
472
480
|
GetEntityRecordsCommandOutput,
|
|
473
481
|
} from "./commands/GetEntityRecordsCommand";
|
|
482
|
+
import {
|
|
483
|
+
GetGlueIdentityCenterConfigurationCommandInput,
|
|
484
|
+
GetGlueIdentityCenterConfigurationCommandOutput,
|
|
485
|
+
} from "./commands/GetGlueIdentityCenterConfigurationCommand";
|
|
474
486
|
import {
|
|
475
487
|
GetIntegrationResourcePropertyCommandInput,
|
|
476
488
|
GetIntegrationResourcePropertyCommandOutput,
|
|
@@ -951,6 +963,10 @@ import {
|
|
|
951
963
|
UpdateDevEndpointCommandInput,
|
|
952
964
|
UpdateDevEndpointCommandOutput,
|
|
953
965
|
} from "./commands/UpdateDevEndpointCommand";
|
|
966
|
+
import {
|
|
967
|
+
UpdateGlueIdentityCenterConfigurationCommandInput,
|
|
968
|
+
UpdateGlueIdentityCenterConfigurationCommandOutput,
|
|
969
|
+
} from "./commands/UpdateGlueIdentityCenterConfigurationCommand";
|
|
954
970
|
import {
|
|
955
971
|
UpdateIntegrationResourcePropertyCommandInput,
|
|
956
972
|
UpdateIntegrationResourcePropertyCommandOutput,
|
|
@@ -1467,6 +1483,25 @@ export interface Glue {
|
|
|
1467
1483
|
options: __HttpHandlerOptions,
|
|
1468
1484
|
cb: (err: any, data?: CreateDevEndpointCommandOutput) => void
|
|
1469
1485
|
): void;
|
|
1486
|
+
createGlueIdentityCenterConfiguration(
|
|
1487
|
+
args: CreateGlueIdentityCenterConfigurationCommandInput,
|
|
1488
|
+
options?: __HttpHandlerOptions
|
|
1489
|
+
): Promise<CreateGlueIdentityCenterConfigurationCommandOutput>;
|
|
1490
|
+
createGlueIdentityCenterConfiguration(
|
|
1491
|
+
args: CreateGlueIdentityCenterConfigurationCommandInput,
|
|
1492
|
+
cb: (
|
|
1493
|
+
err: any,
|
|
1494
|
+
data?: CreateGlueIdentityCenterConfigurationCommandOutput
|
|
1495
|
+
) => void
|
|
1496
|
+
): void;
|
|
1497
|
+
createGlueIdentityCenterConfiguration(
|
|
1498
|
+
args: CreateGlueIdentityCenterConfigurationCommandInput,
|
|
1499
|
+
options: __HttpHandlerOptions,
|
|
1500
|
+
cb: (
|
|
1501
|
+
err: any,
|
|
1502
|
+
data?: CreateGlueIdentityCenterConfigurationCommandOutput
|
|
1503
|
+
) => void
|
|
1504
|
+
): void;
|
|
1470
1505
|
createIntegration(
|
|
1471
1506
|
args: CreateIntegrationCommandInput,
|
|
1472
1507
|
options?: __HttpHandlerOptions
|
|
@@ -1876,6 +1911,26 @@ export interface Glue {
|
|
|
1876
1911
|
options: __HttpHandlerOptions,
|
|
1877
1912
|
cb: (err: any, data?: DeleteDevEndpointCommandOutput) => void
|
|
1878
1913
|
): void;
|
|
1914
|
+
deleteGlueIdentityCenterConfiguration(): Promise<DeleteGlueIdentityCenterConfigurationCommandOutput>;
|
|
1915
|
+
deleteGlueIdentityCenterConfiguration(
|
|
1916
|
+
args: DeleteGlueIdentityCenterConfigurationCommandInput,
|
|
1917
|
+
options?: __HttpHandlerOptions
|
|
1918
|
+
): Promise<DeleteGlueIdentityCenterConfigurationCommandOutput>;
|
|
1919
|
+
deleteGlueIdentityCenterConfiguration(
|
|
1920
|
+
args: DeleteGlueIdentityCenterConfigurationCommandInput,
|
|
1921
|
+
cb: (
|
|
1922
|
+
err: any,
|
|
1923
|
+
data?: DeleteGlueIdentityCenterConfigurationCommandOutput
|
|
1924
|
+
) => void
|
|
1925
|
+
): void;
|
|
1926
|
+
deleteGlueIdentityCenterConfiguration(
|
|
1927
|
+
args: DeleteGlueIdentityCenterConfigurationCommandInput,
|
|
1928
|
+
options: __HttpHandlerOptions,
|
|
1929
|
+
cb: (
|
|
1930
|
+
err: any,
|
|
1931
|
+
data?: DeleteGlueIdentityCenterConfigurationCommandOutput
|
|
1932
|
+
) => void
|
|
1933
|
+
): void;
|
|
1879
1934
|
deleteIntegration(
|
|
1880
1935
|
args: DeleteIntegrationCommandInput,
|
|
1881
1936
|
options?: __HttpHandlerOptions
|
|
@@ -2616,6 +2671,26 @@ export interface Glue {
|
|
|
2616
2671
|
options: __HttpHandlerOptions,
|
|
2617
2672
|
cb: (err: any, data?: GetEntityRecordsCommandOutput) => void
|
|
2618
2673
|
): void;
|
|
2674
|
+
getGlueIdentityCenterConfiguration(): Promise<GetGlueIdentityCenterConfigurationCommandOutput>;
|
|
2675
|
+
getGlueIdentityCenterConfiguration(
|
|
2676
|
+
args: GetGlueIdentityCenterConfigurationCommandInput,
|
|
2677
|
+
options?: __HttpHandlerOptions
|
|
2678
|
+
): Promise<GetGlueIdentityCenterConfigurationCommandOutput>;
|
|
2679
|
+
getGlueIdentityCenterConfiguration(
|
|
2680
|
+
args: GetGlueIdentityCenterConfigurationCommandInput,
|
|
2681
|
+
cb: (
|
|
2682
|
+
err: any,
|
|
2683
|
+
data?: GetGlueIdentityCenterConfigurationCommandOutput
|
|
2684
|
+
) => void
|
|
2685
|
+
): void;
|
|
2686
|
+
getGlueIdentityCenterConfiguration(
|
|
2687
|
+
args: GetGlueIdentityCenterConfigurationCommandInput,
|
|
2688
|
+
options: __HttpHandlerOptions,
|
|
2689
|
+
cb: (
|
|
2690
|
+
err: any,
|
|
2691
|
+
data?: GetGlueIdentityCenterConfigurationCommandOutput
|
|
2692
|
+
) => void
|
|
2693
|
+
): void;
|
|
2619
2694
|
getIntegrationResourceProperty(
|
|
2620
2695
|
args: GetIntegrationResourcePropertyCommandInput,
|
|
2621
2696
|
options?: __HttpHandlerOptions
|
|
@@ -4269,6 +4344,26 @@ export interface Glue {
|
|
|
4269
4344
|
options: __HttpHandlerOptions,
|
|
4270
4345
|
cb: (err: any, data?: UpdateDevEndpointCommandOutput) => void
|
|
4271
4346
|
): void;
|
|
4347
|
+
updateGlueIdentityCenterConfiguration(): Promise<UpdateGlueIdentityCenterConfigurationCommandOutput>;
|
|
4348
|
+
updateGlueIdentityCenterConfiguration(
|
|
4349
|
+
args: UpdateGlueIdentityCenterConfigurationCommandInput,
|
|
4350
|
+
options?: __HttpHandlerOptions
|
|
4351
|
+
): Promise<UpdateGlueIdentityCenterConfigurationCommandOutput>;
|
|
4352
|
+
updateGlueIdentityCenterConfiguration(
|
|
4353
|
+
args: UpdateGlueIdentityCenterConfigurationCommandInput,
|
|
4354
|
+
cb: (
|
|
4355
|
+
err: any,
|
|
4356
|
+
data?: UpdateGlueIdentityCenterConfigurationCommandOutput
|
|
4357
|
+
) => void
|
|
4358
|
+
): void;
|
|
4359
|
+
updateGlueIdentityCenterConfiguration(
|
|
4360
|
+
args: UpdateGlueIdentityCenterConfigurationCommandInput,
|
|
4361
|
+
options: __HttpHandlerOptions,
|
|
4362
|
+
cb: (
|
|
4363
|
+
err: any,
|
|
4364
|
+
data?: UpdateGlueIdentityCenterConfigurationCommandOutput
|
|
4365
|
+
) => void
|
|
4366
|
+
): void;
|
|
4272
4367
|
updateIntegrationResourceProperty(
|
|
4273
4368
|
args: UpdateIntegrationResourcePropertyCommandInput,
|
|
4274
4369
|
options?: __HttpHandlerOptions
|
|
@@ -177,6 +177,10 @@ import {
|
|
|
177
177
|
CreateDevEndpointCommandInput,
|
|
178
178
|
CreateDevEndpointCommandOutput,
|
|
179
179
|
} from "./commands/CreateDevEndpointCommand";
|
|
180
|
+
import {
|
|
181
|
+
CreateGlueIdentityCenterConfigurationCommandInput,
|
|
182
|
+
CreateGlueIdentityCenterConfigurationCommandOutput,
|
|
183
|
+
} from "./commands/CreateGlueIdentityCenterConfigurationCommand";
|
|
180
184
|
import {
|
|
181
185
|
CreateIntegrationCommandInput,
|
|
182
186
|
CreateIntegrationCommandOutput,
|
|
@@ -297,6 +301,10 @@ import {
|
|
|
297
301
|
DeleteDevEndpointCommandInput,
|
|
298
302
|
DeleteDevEndpointCommandOutput,
|
|
299
303
|
} from "./commands/DeleteDevEndpointCommand";
|
|
304
|
+
import {
|
|
305
|
+
DeleteGlueIdentityCenterConfigurationCommandInput,
|
|
306
|
+
DeleteGlueIdentityCenterConfigurationCommandOutput,
|
|
307
|
+
} from "./commands/DeleteGlueIdentityCenterConfigurationCommand";
|
|
300
308
|
import {
|
|
301
309
|
DeleteIntegrationCommandInput,
|
|
302
310
|
DeleteIntegrationCommandOutput,
|
|
@@ -517,6 +525,10 @@ import {
|
|
|
517
525
|
GetEntityRecordsCommandInput,
|
|
518
526
|
GetEntityRecordsCommandOutput,
|
|
519
527
|
} from "./commands/GetEntityRecordsCommand";
|
|
528
|
+
import {
|
|
529
|
+
GetGlueIdentityCenterConfigurationCommandInput,
|
|
530
|
+
GetGlueIdentityCenterConfigurationCommandOutput,
|
|
531
|
+
} from "./commands/GetGlueIdentityCenterConfigurationCommand";
|
|
520
532
|
import {
|
|
521
533
|
GetIntegrationResourcePropertyCommandInput,
|
|
522
534
|
GetIntegrationResourcePropertyCommandOutput,
|
|
@@ -997,6 +1009,10 @@ import {
|
|
|
997
1009
|
UpdateDevEndpointCommandInput,
|
|
998
1010
|
UpdateDevEndpointCommandOutput,
|
|
999
1011
|
} from "./commands/UpdateDevEndpointCommand";
|
|
1012
|
+
import {
|
|
1013
|
+
UpdateGlueIdentityCenterConfigurationCommandInput,
|
|
1014
|
+
UpdateGlueIdentityCenterConfigurationCommandOutput,
|
|
1015
|
+
} from "./commands/UpdateGlueIdentityCenterConfigurationCommand";
|
|
1000
1016
|
import {
|
|
1001
1017
|
UpdateIntegrationResourcePropertyCommandInput,
|
|
1002
1018
|
UpdateIntegrationResourcePropertyCommandOutput,
|
|
@@ -1098,6 +1114,7 @@ export type ServiceInputTypes =
|
|
|
1098
1114
|
| CreateDataQualityRulesetCommandInput
|
|
1099
1115
|
| CreateDatabaseCommandInput
|
|
1100
1116
|
| CreateDevEndpointCommandInput
|
|
1117
|
+
| CreateGlueIdentityCenterConfigurationCommandInput
|
|
1101
1118
|
| CreateIntegrationCommandInput
|
|
1102
1119
|
| CreateIntegrationResourcePropertyCommandInput
|
|
1103
1120
|
| CreateIntegrationTablePropertiesCommandInput
|
|
@@ -1128,6 +1145,7 @@ export type ServiceInputTypes =
|
|
|
1128
1145
|
| DeleteDataQualityRulesetCommandInput
|
|
1129
1146
|
| DeleteDatabaseCommandInput
|
|
1130
1147
|
| DeleteDevEndpointCommandInput
|
|
1148
|
+
| DeleteGlueIdentityCenterConfigurationCommandInput
|
|
1131
1149
|
| DeleteIntegrationCommandInput
|
|
1132
1150
|
| DeleteIntegrationTablePropertiesCommandInput
|
|
1133
1151
|
| DeleteJobCommandInput
|
|
@@ -1183,6 +1201,7 @@ export type ServiceInputTypes =
|
|
|
1183
1201
|
| GetDevEndpointCommandInput
|
|
1184
1202
|
| GetDevEndpointsCommandInput
|
|
1185
1203
|
| GetEntityRecordsCommandInput
|
|
1204
|
+
| GetGlueIdentityCenterConfigurationCommandInput
|
|
1186
1205
|
| GetIntegrationResourcePropertyCommandInput
|
|
1187
1206
|
| GetIntegrationTablePropertiesCommandInput
|
|
1188
1207
|
| GetJobBookmarkCommandInput
|
|
@@ -1303,6 +1322,7 @@ export type ServiceInputTypes =
|
|
|
1303
1322
|
| UpdateDataQualityRulesetCommandInput
|
|
1304
1323
|
| UpdateDatabaseCommandInput
|
|
1305
1324
|
| UpdateDevEndpointCommandInput
|
|
1325
|
+
| UpdateGlueIdentityCenterConfigurationCommandInput
|
|
1306
1326
|
| UpdateIntegrationResourcePropertyCommandInput
|
|
1307
1327
|
| UpdateIntegrationTablePropertiesCommandInput
|
|
1308
1328
|
| UpdateJobCommandInput
|
|
@@ -1352,6 +1372,7 @@ export type ServiceOutputTypes =
|
|
|
1352
1372
|
| CreateDataQualityRulesetCommandOutput
|
|
1353
1373
|
| CreateDatabaseCommandOutput
|
|
1354
1374
|
| CreateDevEndpointCommandOutput
|
|
1375
|
+
| CreateGlueIdentityCenterConfigurationCommandOutput
|
|
1355
1376
|
| CreateIntegrationCommandOutput
|
|
1356
1377
|
| CreateIntegrationResourcePropertyCommandOutput
|
|
1357
1378
|
| CreateIntegrationTablePropertiesCommandOutput
|
|
@@ -1382,6 +1403,7 @@ export type ServiceOutputTypes =
|
|
|
1382
1403
|
| DeleteDataQualityRulesetCommandOutput
|
|
1383
1404
|
| DeleteDatabaseCommandOutput
|
|
1384
1405
|
| DeleteDevEndpointCommandOutput
|
|
1406
|
+
| DeleteGlueIdentityCenterConfigurationCommandOutput
|
|
1385
1407
|
| DeleteIntegrationCommandOutput
|
|
1386
1408
|
| DeleteIntegrationTablePropertiesCommandOutput
|
|
1387
1409
|
| DeleteJobCommandOutput
|
|
@@ -1437,6 +1459,7 @@ export type ServiceOutputTypes =
|
|
|
1437
1459
|
| GetDevEndpointCommandOutput
|
|
1438
1460
|
| GetDevEndpointsCommandOutput
|
|
1439
1461
|
| GetEntityRecordsCommandOutput
|
|
1462
|
+
| GetGlueIdentityCenterConfigurationCommandOutput
|
|
1440
1463
|
| GetIntegrationResourcePropertyCommandOutput
|
|
1441
1464
|
| GetIntegrationTablePropertiesCommandOutput
|
|
1442
1465
|
| GetJobBookmarkCommandOutput
|
|
@@ -1557,6 +1580,7 @@ export type ServiceOutputTypes =
|
|
|
1557
1580
|
| UpdateDataQualityRulesetCommandOutput
|
|
1558
1581
|
| UpdateDatabaseCommandOutput
|
|
1559
1582
|
| UpdateDevEndpointCommandOutput
|
|
1583
|
+
| UpdateGlueIdentityCenterConfigurationCommandOutput
|
|
1560
1584
|
| UpdateIntegrationResourcePropertyCommandOutput
|
|
1561
1585
|
| UpdateIntegrationTablePropertiesCommandOutput
|
|
1562
1586
|
| UpdateJobCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateGlueIdentityCenterConfigurationRequest,
|
|
10
|
+
CreateGlueIdentityCenterConfigurationResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateGlueIdentityCenterConfigurationCommandInput
|
|
15
|
+
extends CreateGlueIdentityCenterConfigurationRequest {}
|
|
16
|
+
export interface CreateGlueIdentityCenterConfigurationCommandOutput
|
|
17
|
+
extends CreateGlueIdentityCenterConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateGlueIdentityCenterConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateGlueIdentityCenterConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateGlueIdentityCenterConfigurationCommandInput,
|
|
24
|
+
CreateGlueIdentityCenterConfigurationCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateGlueIdentityCenterConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateGlueIdentityCenterConfigurationCommandInput,
|
|
33
|
+
CreateGlueIdentityCenterConfigurationCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateGlueIdentityCenterConfigurationCommand extends CreateGlueIdentityCenterConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateGlueIdentityCenterConfigurationRequest;
|
|
44
|
+
output: CreateGlueIdentityCenterConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateGlueIdentityCenterConfigurationCommandInput;
|
|
48
|
+
output: CreateGlueIdentityCenterConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteGlueIdentityCenterConfigurationRequest,
|
|
10
|
+
DeleteGlueIdentityCenterConfigurationResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteGlueIdentityCenterConfigurationCommandInput
|
|
15
|
+
extends DeleteGlueIdentityCenterConfigurationRequest {}
|
|
16
|
+
export interface DeleteGlueIdentityCenterConfigurationCommandOutput
|
|
17
|
+
extends DeleteGlueIdentityCenterConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteGlueIdentityCenterConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteGlueIdentityCenterConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteGlueIdentityCenterConfigurationCommandInput,
|
|
24
|
+
DeleteGlueIdentityCenterConfigurationCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DeleteGlueIdentityCenterConfigurationCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteGlueIdentityCenterConfigurationCommandInput,
|
|
33
|
+
DeleteGlueIdentityCenterConfigurationCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteGlueIdentityCenterConfigurationCommand extends DeleteGlueIdentityCenterConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteGlueIdentityCenterConfigurationCommandInput;
|
|
48
|
+
output: DeleteGlueIdentityCenterConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetCatalogImportStatusResponse,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { GetCatalogImportStatusRequest } from "../models/models_1";
|
|
9
|
+
import { GetCatalogImportStatusResponse } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetCatalogImportStatusCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import { GetCatalogsRequest, GetCatalogsResponse } from "../models/
|
|
8
|
+
import { GetCatalogsRequest, GetCatalogsResponse } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetCatalogsCommandInput extends GetCatalogsRequest {}
|