@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
@@ -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
- GetCatalogImportStatusRequest,
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/models_1";
8
+ import { GetCatalogsRequest, GetCatalogsResponse } from "../models/models_2";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetCatalogsCommandInput extends GetCatalogsRequest {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { GetClassifierRequest } from "../models/models_1";
9
- import { GetClassifierResponse } from "../models/models_2";
8
+ import {
9
+ GetClassifierRequest,
10
+ GetClassifierResponse,
11
+ } from "../models/models_2";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface GetClassifierCommandInput extends GetClassifierRequest {}
@@ -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
+ GetGlueIdentityCenterConfigurationRequest,
10
+ GetGlueIdentityCenterConfigurationResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetGlueIdentityCenterConfigurationCommandInput
15
+ extends GetGlueIdentityCenterConfigurationRequest {}
16
+ export interface GetGlueIdentityCenterConfigurationCommandOutput
17
+ extends GetGlueIdentityCenterConfigurationResponse,
18
+ __MetadataBearer {}
19
+ declare const GetGlueIdentityCenterConfigurationCommand_base: {
20
+ new (
21
+ input: GetGlueIdentityCenterConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetGlueIdentityCenterConfigurationCommandInput,
24
+ GetGlueIdentityCenterConfigurationCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [GetGlueIdentityCenterConfigurationCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetGlueIdentityCenterConfigurationCommandInput,
33
+ GetGlueIdentityCenterConfigurationCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetGlueIdentityCenterConfigurationCommand extends GetGlueIdentityCenterConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: GetGlueIdentityCenterConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetGlueIdentityCenterConfigurationCommandInput;
48
+ output: GetGlueIdentityCenterConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import {
9
- ListTableOptimizerRunsRequest,
10
- ListTableOptimizerRunsResponse,
11
- } from "../models/models_2";
8
+ import { ListTableOptimizerRunsRequest } from "../models/models_2";
9
+ import { ListTableOptimizerRunsResponse } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ListTableOptimizerRunsCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { ListTriggersRequest, ListTriggersResponse } from "../models/models_2";
8
+ import { ListTriggersRequest, ListTriggersResponse } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListTriggersCommandInput extends ListTriggersRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListUsageProfilesRequest,
10
10
  ListUsageProfilesResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListUsageProfilesCommandInput
@@ -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
+ UpdateGlueIdentityCenterConfigurationRequest,
10
+ UpdateGlueIdentityCenterConfigurationResponse,
11
+ } from "../models/models_3";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateGlueIdentityCenterConfigurationCommandInput
15
+ extends UpdateGlueIdentityCenterConfigurationRequest {}
16
+ export interface UpdateGlueIdentityCenterConfigurationCommandOutput
17
+ extends UpdateGlueIdentityCenterConfigurationResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateGlueIdentityCenterConfigurationCommand_base: {
20
+ new (
21
+ input: UpdateGlueIdentityCenterConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateGlueIdentityCenterConfigurationCommandInput,
24
+ UpdateGlueIdentityCenterConfigurationCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [UpdateGlueIdentityCenterConfigurationCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateGlueIdentityCenterConfigurationCommandInput,
33
+ UpdateGlueIdentityCenterConfigurationCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateGlueIdentityCenterConfigurationCommand extends UpdateGlueIdentityCenterConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateGlueIdentityCenterConfigurationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateGlueIdentityCenterConfigurationCommandInput;
48
+ output: UpdateGlueIdentityCenterConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -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";
@@ -686,6 +686,13 @@ export declare class ValidationException extends __BaseException {
686
686
  opts: __ExceptionOptionType<ValidationException, __BaseException>
687
687
  );
688
688
  }
689
+ export interface CreateGlueIdentityCenterConfigurationRequest {
690
+ InstanceArn: string | undefined;
691
+ Scopes?: string[] | undefined;
692
+ }
693
+ export interface CreateGlueIdentityCenterConfigurationResponse {
694
+ ApplicationArn?: string | undefined;
695
+ }
689
696
  export declare class ConflictException extends __BaseException {
690
697
  readonly name: "ConflictException";
691
698
  readonly $fault: "client";
@@ -695,6 +702,7 @@ export declare class ConflictException extends __BaseException {
695
702
  export interface IntegrationConfig {
696
703
  RefreshInterval?: string | undefined;
697
704
  SourceProperties?: Record<string, string> | undefined;
705
+ ContinuousSync?: boolean | undefined;
698
706
  }
699
707
  export interface Tag {
700
708
  key?: string | undefined;
@@ -1395,6 +1403,8 @@ export interface DeleteDevEndpointRequest {
1395
1403
  EndpointName: string | undefined;
1396
1404
  }
1397
1405
  export interface DeleteDevEndpointResponse {}
1406
+ export interface DeleteGlueIdentityCenterConfigurationRequest {}
1407
+ export interface DeleteGlueIdentityCenterConfigurationResponse {}
1398
1408
  export interface DeleteIntegrationRequest {
1399
1409
  IntegrationIdentifier: string | undefined;
1400
1410
  }
@@ -1815,23 +1825,6 @@ export interface CatalogImportStatus {
1815
1825
  ImportTime?: Date | undefined;
1816
1826
  ImportedBy?: string | undefined;
1817
1827
  }
1818
- export interface GetCatalogImportStatusResponse {
1819
- ImportStatus?: CatalogImportStatus | undefined;
1820
- }
1821
- export interface GetCatalogsRequest {
1822
- ParentCatalogId?: string | undefined;
1823
- NextToken?: string | undefined;
1824
- MaxResults?: number | undefined;
1825
- Recursive?: boolean | undefined;
1826
- IncludeRoot?: boolean | undefined;
1827
- }
1828
- export interface GetCatalogsResponse {
1829
- CatalogList: Catalog[] | undefined;
1830
- NextToken?: string | undefined;
1831
- }
1832
- export interface GetClassifierRequest {
1833
- Name: string | undefined;
1834
- }
1835
1828
  export declare const ConnectionInputFilterSensitiveLog: (
1836
1829
  obj: ConnectionInput
1837
1830
  ) => any;