@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.
- package/README.md +32 -0
- package/dist-cjs/index.js +149 -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 +77 -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/CreateIntegrationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGlueIdentityCenterConfigurationCommand.d.ts +87 -0
- package/dist-types/commands/DescribeInboundIntegrationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +1 -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/ModifyIntegrationCommand.d.ts +14 -0
- 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 +68 -69
- package/dist-types/models/models_2.d.ts +95 -130
- package/dist-types/models/models_3.d.ts +157 -2
- 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 +10 -17
- package/dist-types/ts3.4/models/models_2.d.ts +25 -32
- package/dist-types/ts3.4/models/models_3.d.ts +39 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -468,6 +468,14 @@ CreateDevEndpoint
|
|
|
468
468
|
|
|
469
469
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/CreateDevEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/CreateDevEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/CreateDevEndpointCommandOutput/)
|
|
470
470
|
|
|
471
|
+
</details>
|
|
472
|
+
<details>
|
|
473
|
+
<summary>
|
|
474
|
+
CreateGlueIdentityCenterConfiguration
|
|
475
|
+
</summary>
|
|
476
|
+
|
|
477
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/CreateGlueIdentityCenterConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/CreateGlueIdentityCenterConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/CreateGlueIdentityCenterConfigurationCommandOutput/)
|
|
478
|
+
|
|
471
479
|
</details>
|
|
472
480
|
<details>
|
|
473
481
|
<summary>
|
|
@@ -708,6 +716,14 @@ DeleteDevEndpoint
|
|
|
708
716
|
|
|
709
717
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/DeleteDevEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteDevEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteDevEndpointCommandOutput/)
|
|
710
718
|
|
|
719
|
+
</details>
|
|
720
|
+
<details>
|
|
721
|
+
<summary>
|
|
722
|
+
DeleteGlueIdentityCenterConfiguration
|
|
723
|
+
</summary>
|
|
724
|
+
|
|
725
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/DeleteGlueIdentityCenterConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteGlueIdentityCenterConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/DeleteGlueIdentityCenterConfigurationCommandOutput/)
|
|
726
|
+
|
|
711
727
|
</details>
|
|
712
728
|
<details>
|
|
713
729
|
<summary>
|
|
@@ -1148,6 +1164,14 @@ GetEntityRecords
|
|
|
1148
1164
|
|
|
1149
1165
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetEntityRecordsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetEntityRecordsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetEntityRecordsCommandOutput/)
|
|
1150
1166
|
|
|
1167
|
+
</details>
|
|
1168
|
+
<details>
|
|
1169
|
+
<summary>
|
|
1170
|
+
GetGlueIdentityCenterConfiguration
|
|
1171
|
+
</summary>
|
|
1172
|
+
|
|
1173
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetGlueIdentityCenterConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetGlueIdentityCenterConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetGlueIdentityCenterConfigurationCommandOutput/)
|
|
1174
|
+
|
|
1151
1175
|
</details>
|
|
1152
1176
|
<details>
|
|
1153
1177
|
<summary>
|
|
@@ -2108,6 +2132,14 @@ UpdateDevEndpoint
|
|
|
2108
2132
|
|
|
2109
2133
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/UpdateDevEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/UpdateDevEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/UpdateDevEndpointCommandOutput/)
|
|
2110
2134
|
|
|
2135
|
+
</details>
|
|
2136
|
+
<details>
|
|
2137
|
+
<summary>
|
|
2138
|
+
UpdateGlueIdentityCenterConfiguration
|
|
2139
|
+
</summary>
|
|
2140
|
+
|
|
2141
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/UpdateGlueIdentityCenterConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/UpdateGlueIdentityCenterConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/UpdateGlueIdentityCenterConfigurationCommandOutput/)
|
|
2142
|
+
|
|
2111
2143
|
</details>
|
|
2112
2144
|
<details>
|
|
2113
2145
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -98,6 +98,7 @@ __export(index_exports, {
|
|
|
98
98
|
CreateDataQualityRulesetCommand: () => CreateDataQualityRulesetCommand,
|
|
99
99
|
CreateDatabaseCommand: () => CreateDatabaseCommand,
|
|
100
100
|
CreateDevEndpointCommand: () => CreateDevEndpointCommand,
|
|
101
|
+
CreateGlueIdentityCenterConfigurationCommand: () => CreateGlueIdentityCenterConfigurationCommand,
|
|
101
102
|
CreateIntegrationCommand: () => CreateIntegrationCommand,
|
|
102
103
|
CreateIntegrationResourcePropertyCommand: () => CreateIntegrationResourcePropertyCommand,
|
|
103
104
|
CreateIntegrationTablePropertiesCommand: () => CreateIntegrationTablePropertiesCommand,
|
|
@@ -146,6 +147,7 @@ __export(index_exports, {
|
|
|
146
147
|
DeleteDataQualityRulesetCommand: () => DeleteDataQualityRulesetCommand,
|
|
147
148
|
DeleteDatabaseCommand: () => DeleteDatabaseCommand,
|
|
148
149
|
DeleteDevEndpointCommand: () => DeleteDevEndpointCommand,
|
|
150
|
+
DeleteGlueIdentityCenterConfigurationCommand: () => DeleteGlueIdentityCenterConfigurationCommand,
|
|
149
151
|
DeleteIntegrationCommand: () => DeleteIntegrationCommand,
|
|
150
152
|
DeleteIntegrationTablePropertiesCommand: () => DeleteIntegrationTablePropertiesCommand,
|
|
151
153
|
DeleteJobCommand: () => DeleteJobCommand,
|
|
@@ -220,6 +222,7 @@ __export(index_exports, {
|
|
|
220
222
|
GetDevEndpointsCommand: () => GetDevEndpointsCommand,
|
|
221
223
|
GetEntityRecordsCommand: () => GetEntityRecordsCommand,
|
|
222
224
|
GetEntityRecordsResponseFilterSensitiveLog: () => GetEntityRecordsResponseFilterSensitiveLog,
|
|
225
|
+
GetGlueIdentityCenterConfigurationCommand: () => GetGlueIdentityCenterConfigurationCommand,
|
|
223
226
|
GetIntegrationResourcePropertyCommand: () => GetIntegrationResourcePropertyCommand,
|
|
224
227
|
GetIntegrationTablePropertiesCommand: () => GetIntegrationTablePropertiesCommand,
|
|
225
228
|
GetJobBookmarkCommand: () => GetJobBookmarkCommand,
|
|
@@ -453,6 +456,7 @@ __export(index_exports, {
|
|
|
453
456
|
UpdateDataQualityRulesetCommand: () => UpdateDataQualityRulesetCommand,
|
|
454
457
|
UpdateDatabaseCommand: () => UpdateDatabaseCommand,
|
|
455
458
|
UpdateDevEndpointCommand: () => UpdateDevEndpointCommand,
|
|
459
|
+
UpdateGlueIdentityCenterConfigurationCommand: () => UpdateGlueIdentityCenterConfigurationCommand,
|
|
456
460
|
UpdateIntegrationResourcePropertyCommand: () => UpdateIntegrationResourcePropertyCommand,
|
|
457
461
|
UpdateIntegrationTablePropertiesCommand: () => UpdateIntegrationTablePropertiesCommand,
|
|
458
462
|
UpdateJobCommand: () => UpdateJobCommand,
|
|
@@ -3000,6 +3004,12 @@ var se_CreateDevEndpointCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3000
3004
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3001
3005
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3002
3006
|
}, "se_CreateDevEndpointCommand");
|
|
3007
|
+
var se_CreateGlueIdentityCenterConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3008
|
+
const headers = sharedHeaders("CreateGlueIdentityCenterConfiguration");
|
|
3009
|
+
let body;
|
|
3010
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3011
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3012
|
+
}, "se_CreateGlueIdentityCenterConfigurationCommand");
|
|
3003
3013
|
var se_CreateIntegrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3004
3014
|
const headers = sharedHeaders("CreateIntegration");
|
|
3005
3015
|
let body;
|
|
@@ -3180,6 +3190,12 @@ var se_DeleteDevEndpointCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3180
3190
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3181
3191
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3182
3192
|
}, "se_DeleteDevEndpointCommand");
|
|
3193
|
+
var se_DeleteGlueIdentityCenterConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3194
|
+
const headers = sharedHeaders("DeleteGlueIdentityCenterConfiguration");
|
|
3195
|
+
let body;
|
|
3196
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3197
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3198
|
+
}, "se_DeleteGlueIdentityCenterConfigurationCommand");
|
|
3183
3199
|
var se_DeleteIntegrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3184
3200
|
const headers = sharedHeaders("DeleteIntegration");
|
|
3185
3201
|
let body;
|
|
@@ -3510,6 +3526,12 @@ var se_GetEntityRecordsCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
3510
3526
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3511
3527
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3512
3528
|
}, "se_GetEntityRecordsCommand");
|
|
3529
|
+
var se_GetGlueIdentityCenterConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3530
|
+
const headers = sharedHeaders("GetGlueIdentityCenterConfiguration");
|
|
3531
|
+
let body;
|
|
3532
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
3533
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3534
|
+
}, "se_GetGlueIdentityCenterConfigurationCommand");
|
|
3513
3535
|
var se_GetIntegrationResourcePropertyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3514
3536
|
const headers = sharedHeaders("GetIntegrationResourceProperty");
|
|
3515
3537
|
let body;
|
|
@@ -4230,6 +4252,12 @@ var se_UpdateDevEndpointCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
4230
4252
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4231
4253
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4232
4254
|
}, "se_UpdateDevEndpointCommand");
|
|
4255
|
+
var se_UpdateGlueIdentityCenterConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4256
|
+
const headers = sharedHeaders("UpdateGlueIdentityCenterConfiguration");
|
|
4257
|
+
let body;
|
|
4258
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4259
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4260
|
+
}, "se_UpdateGlueIdentityCenterConfigurationCommand");
|
|
4233
4261
|
var se_UpdateIntegrationResourcePropertyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4234
4262
|
const headers = sharedHeaders("UpdateIntegrationResourceProperty");
|
|
4235
4263
|
let body;
|
|
@@ -4749,6 +4777,19 @@ var de_CreateDevEndpointCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
4749
4777
|
};
|
|
4750
4778
|
return response;
|
|
4751
4779
|
}, "de_CreateDevEndpointCommand");
|
|
4780
|
+
var de_CreateGlueIdentityCenterConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4781
|
+
if (output.statusCode >= 300) {
|
|
4782
|
+
return de_CommandError(output, context);
|
|
4783
|
+
}
|
|
4784
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
4785
|
+
let contents = {};
|
|
4786
|
+
contents = (0, import_smithy_client._json)(data);
|
|
4787
|
+
const response = {
|
|
4788
|
+
$metadata: deserializeMetadata(output),
|
|
4789
|
+
...contents
|
|
4790
|
+
};
|
|
4791
|
+
return response;
|
|
4792
|
+
}, "de_CreateGlueIdentityCenterConfigurationCommand");
|
|
4752
4793
|
var de_CreateIntegrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4753
4794
|
if (output.statusCode >= 300) {
|
|
4754
4795
|
return de_CommandError(output, context);
|
|
@@ -5139,6 +5180,19 @@ var de_DeleteDevEndpointCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
5139
5180
|
};
|
|
5140
5181
|
return response;
|
|
5141
5182
|
}, "de_DeleteDevEndpointCommand");
|
|
5183
|
+
var de_DeleteGlueIdentityCenterConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5184
|
+
if (output.statusCode >= 300) {
|
|
5185
|
+
return de_CommandError(output, context);
|
|
5186
|
+
}
|
|
5187
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
5188
|
+
let contents = {};
|
|
5189
|
+
contents = (0, import_smithy_client._json)(data);
|
|
5190
|
+
const response = {
|
|
5191
|
+
$metadata: deserializeMetadata(output),
|
|
5192
|
+
...contents
|
|
5193
|
+
};
|
|
5194
|
+
return response;
|
|
5195
|
+
}, "de_DeleteGlueIdentityCenterConfigurationCommand");
|
|
5142
5196
|
var de_DeleteIntegrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5143
5197
|
if (output.statusCode >= 300) {
|
|
5144
5198
|
return de_CommandError(output, context);
|
|
@@ -5854,6 +5908,19 @@ var de_GetEntityRecordsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
5854
5908
|
};
|
|
5855
5909
|
return response;
|
|
5856
5910
|
}, "de_GetEntityRecordsCommand");
|
|
5911
|
+
var de_GetGlueIdentityCenterConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5912
|
+
if (output.statusCode >= 300) {
|
|
5913
|
+
return de_CommandError(output, context);
|
|
5914
|
+
}
|
|
5915
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
5916
|
+
let contents = {};
|
|
5917
|
+
contents = (0, import_smithy_client._json)(data);
|
|
5918
|
+
const response = {
|
|
5919
|
+
$metadata: deserializeMetadata(output),
|
|
5920
|
+
...contents
|
|
5921
|
+
};
|
|
5922
|
+
return response;
|
|
5923
|
+
}, "de_GetGlueIdentityCenterConfigurationCommand");
|
|
5857
5924
|
var de_GetIntegrationResourcePropertyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5858
5925
|
if (output.statusCode >= 300) {
|
|
5859
5926
|
return de_CommandError(output, context);
|
|
@@ -7414,6 +7481,19 @@ var de_UpdateDevEndpointCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7414
7481
|
};
|
|
7415
7482
|
return response;
|
|
7416
7483
|
}, "de_UpdateDevEndpointCommand");
|
|
7484
|
+
var de_UpdateGlueIdentityCenterConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7485
|
+
if (output.statusCode >= 300) {
|
|
7486
|
+
return de_CommandError(output, context);
|
|
7487
|
+
}
|
|
7488
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
7489
|
+
let contents = {};
|
|
7490
|
+
contents = (0, import_smithy_client._json)(data);
|
|
7491
|
+
const response = {
|
|
7492
|
+
$metadata: deserializeMetadata(output),
|
|
7493
|
+
...contents
|
|
7494
|
+
};
|
|
7495
|
+
return response;
|
|
7496
|
+
}, "de_UpdateGlueIdentityCenterConfigurationCommand");
|
|
7417
7497
|
var de_UpdateIntegrationResourcePropertyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7418
7498
|
if (output.statusCode >= 300) {
|
|
7419
7499
|
return de_CommandError(output, context);
|
|
@@ -10845,6 +10925,7 @@ var de_ModifyIntegrationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
10845
10925
|
Description: import_smithy_client.expectString,
|
|
10846
10926
|
Errors: import_smithy_client._json,
|
|
10847
10927
|
IntegrationArn: import_smithy_client.expectString,
|
|
10928
|
+
IntegrationConfig: import_smithy_client._json,
|
|
10848
10929
|
IntegrationName: import_smithy_client.expectString,
|
|
10849
10930
|
KmsKeyId: import_smithy_client.expectString,
|
|
10850
10931
|
SourceArn: import_smithy_client.expectString,
|
|
@@ -11838,6 +11919,21 @@ var CreateDevEndpointCommand = class extends import_smithy_client.Command.classB
|
|
|
11838
11919
|
}
|
|
11839
11920
|
};
|
|
11840
11921
|
|
|
11922
|
+
// src/commands/CreateGlueIdentityCenterConfigurationCommand.ts
|
|
11923
|
+
|
|
11924
|
+
|
|
11925
|
+
|
|
11926
|
+
var CreateGlueIdentityCenterConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11927
|
+
return [
|
|
11928
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11929
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11930
|
+
];
|
|
11931
|
+
}).s("AWSGlue", "CreateGlueIdentityCenterConfiguration", {}).n("GlueClient", "CreateGlueIdentityCenterConfigurationCommand").f(void 0, void 0).ser(se_CreateGlueIdentityCenterConfigurationCommand).de(de_CreateGlueIdentityCenterConfigurationCommand).build() {
|
|
11932
|
+
static {
|
|
11933
|
+
__name(this, "CreateGlueIdentityCenterConfigurationCommand");
|
|
11934
|
+
}
|
|
11935
|
+
};
|
|
11936
|
+
|
|
11841
11937
|
// src/commands/CreateIntegrationCommand.ts
|
|
11842
11938
|
|
|
11843
11939
|
|
|
@@ -12288,6 +12384,21 @@ var DeleteDevEndpointCommand = class extends import_smithy_client.Command.classB
|
|
|
12288
12384
|
}
|
|
12289
12385
|
};
|
|
12290
12386
|
|
|
12387
|
+
// src/commands/DeleteGlueIdentityCenterConfigurationCommand.ts
|
|
12388
|
+
|
|
12389
|
+
|
|
12390
|
+
|
|
12391
|
+
var DeleteGlueIdentityCenterConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12392
|
+
return [
|
|
12393
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12394
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12395
|
+
];
|
|
12396
|
+
}).s("AWSGlue", "DeleteGlueIdentityCenterConfiguration", {}).n("GlueClient", "DeleteGlueIdentityCenterConfigurationCommand").f(void 0, void 0).ser(se_DeleteGlueIdentityCenterConfigurationCommand).de(de_DeleteGlueIdentityCenterConfigurationCommand).build() {
|
|
12397
|
+
static {
|
|
12398
|
+
__name(this, "DeleteGlueIdentityCenterConfigurationCommand");
|
|
12399
|
+
}
|
|
12400
|
+
};
|
|
12401
|
+
|
|
12291
12402
|
// src/commands/DeleteIntegrationCommand.ts
|
|
12292
12403
|
|
|
12293
12404
|
|
|
@@ -13113,6 +13224,21 @@ var GetEntityRecordsCommand = class extends import_smithy_client.Command.classBu
|
|
|
13113
13224
|
}
|
|
13114
13225
|
};
|
|
13115
13226
|
|
|
13227
|
+
// src/commands/GetGlueIdentityCenterConfigurationCommand.ts
|
|
13228
|
+
|
|
13229
|
+
|
|
13230
|
+
|
|
13231
|
+
var GetGlueIdentityCenterConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
13232
|
+
return [
|
|
13233
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
13234
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
13235
|
+
];
|
|
13236
|
+
}).s("AWSGlue", "GetGlueIdentityCenterConfiguration", {}).n("GlueClient", "GetGlueIdentityCenterConfigurationCommand").f(void 0, void 0).ser(se_GetGlueIdentityCenterConfigurationCommand).de(de_GetGlueIdentityCenterConfigurationCommand).build() {
|
|
13237
|
+
static {
|
|
13238
|
+
__name(this, "GetGlueIdentityCenterConfigurationCommand");
|
|
13239
|
+
}
|
|
13240
|
+
};
|
|
13241
|
+
|
|
13116
13242
|
// src/commands/GetIntegrationResourcePropertyCommand.ts
|
|
13117
13243
|
|
|
13118
13244
|
|
|
@@ -14913,6 +15039,21 @@ var UpdateDevEndpointCommand = class extends import_smithy_client.Command.classB
|
|
|
14913
15039
|
}
|
|
14914
15040
|
};
|
|
14915
15041
|
|
|
15042
|
+
// src/commands/UpdateGlueIdentityCenterConfigurationCommand.ts
|
|
15043
|
+
|
|
15044
|
+
|
|
15045
|
+
|
|
15046
|
+
var UpdateGlueIdentityCenterConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
15047
|
+
return [
|
|
15048
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15049
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
15050
|
+
];
|
|
15051
|
+
}).s("AWSGlue", "UpdateGlueIdentityCenterConfiguration", {}).n("GlueClient", "UpdateGlueIdentityCenterConfigurationCommand").f(void 0, void 0).ser(se_UpdateGlueIdentityCenterConfigurationCommand).de(de_UpdateGlueIdentityCenterConfigurationCommand).build() {
|
|
15052
|
+
static {
|
|
15053
|
+
__name(this, "UpdateGlueIdentityCenterConfigurationCommand");
|
|
15054
|
+
}
|
|
15055
|
+
};
|
|
15056
|
+
|
|
14916
15057
|
// src/commands/UpdateIntegrationResourcePropertyCommand.ts
|
|
14917
15058
|
|
|
14918
15059
|
|
|
@@ -15173,6 +15314,7 @@ var commands = {
|
|
|
15173
15314
|
CreateDatabaseCommand,
|
|
15174
15315
|
CreateDataQualityRulesetCommand,
|
|
15175
15316
|
CreateDevEndpointCommand,
|
|
15317
|
+
CreateGlueIdentityCenterConfigurationCommand,
|
|
15176
15318
|
CreateIntegrationCommand,
|
|
15177
15319
|
CreateIntegrationResourcePropertyCommand,
|
|
15178
15320
|
CreateIntegrationTablePropertiesCommand,
|
|
@@ -15203,6 +15345,7 @@ var commands = {
|
|
|
15203
15345
|
DeleteDatabaseCommand,
|
|
15204
15346
|
DeleteDataQualityRulesetCommand,
|
|
15205
15347
|
DeleteDevEndpointCommand,
|
|
15348
|
+
DeleteGlueIdentityCenterConfigurationCommand,
|
|
15206
15349
|
DeleteIntegrationCommand,
|
|
15207
15350
|
DeleteIntegrationTablePropertiesCommand,
|
|
15208
15351
|
DeleteJobCommand,
|
|
@@ -15258,6 +15401,7 @@ var commands = {
|
|
|
15258
15401
|
GetDevEndpointCommand,
|
|
15259
15402
|
GetDevEndpointsCommand,
|
|
15260
15403
|
GetEntityRecordsCommand,
|
|
15404
|
+
GetGlueIdentityCenterConfigurationCommand,
|
|
15261
15405
|
GetIntegrationResourcePropertyCommand,
|
|
15262
15406
|
GetIntegrationTablePropertiesCommand,
|
|
15263
15407
|
GetJobCommand,
|
|
@@ -15378,6 +15522,7 @@ var commands = {
|
|
|
15378
15522
|
UpdateDatabaseCommand,
|
|
15379
15523
|
UpdateDataQualityRulesetCommand,
|
|
15380
15524
|
UpdateDevEndpointCommand,
|
|
15525
|
+
UpdateGlueIdentityCenterConfigurationCommand,
|
|
15381
15526
|
UpdateIntegrationResourcePropertyCommand,
|
|
15382
15527
|
UpdateIntegrationTablePropertiesCommand,
|
|
15383
15528
|
UpdateJobCommand,
|
|
@@ -15621,6 +15766,7 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
15621
15766
|
CreateDataQualityRulesetCommand,
|
|
15622
15767
|
CreateDatabaseCommand,
|
|
15623
15768
|
CreateDevEndpointCommand,
|
|
15769
|
+
CreateGlueIdentityCenterConfigurationCommand,
|
|
15624
15770
|
CreateIntegrationCommand,
|
|
15625
15771
|
CreateIntegrationResourcePropertyCommand,
|
|
15626
15772
|
CreateIntegrationTablePropertiesCommand,
|
|
@@ -15651,6 +15797,7 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
15651
15797
|
DeleteDataQualityRulesetCommand,
|
|
15652
15798
|
DeleteDatabaseCommand,
|
|
15653
15799
|
DeleteDevEndpointCommand,
|
|
15800
|
+
DeleteGlueIdentityCenterConfigurationCommand,
|
|
15654
15801
|
DeleteIntegrationCommand,
|
|
15655
15802
|
DeleteIntegrationTablePropertiesCommand,
|
|
15656
15803
|
DeleteJobCommand,
|
|
@@ -15706,6 +15853,7 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
15706
15853
|
GetDevEndpointCommand,
|
|
15707
15854
|
GetDevEndpointsCommand,
|
|
15708
15855
|
GetEntityRecordsCommand,
|
|
15856
|
+
GetGlueIdentityCenterConfigurationCommand,
|
|
15709
15857
|
GetIntegrationResourcePropertyCommand,
|
|
15710
15858
|
GetIntegrationTablePropertiesCommand,
|
|
15711
15859
|
GetJobBookmarkCommand,
|
|
@@ -15826,6 +15974,7 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
15826
15974
|
UpdateDataQualityRulesetCommand,
|
|
15827
15975
|
UpdateDatabaseCommand,
|
|
15828
15976
|
UpdateDevEndpointCommand,
|
|
15977
|
+
UpdateGlueIdentityCenterConfigurationCommand,
|
|
15829
15978
|
UpdateIntegrationResourcePropertyCommand,
|
|
15830
15979
|
UpdateIntegrationTablePropertiesCommand,
|
|
15831
15980
|
UpdateJobCommand,
|
package/dist-es/Glue.js
CHANGED
|
@@ -32,6 +32,7 @@ import { CreateCustomEntityTypeCommand, } from "./commands/CreateCustomEntityTyp
|
|
|
32
32
|
import { CreateDatabaseCommand, } from "./commands/CreateDatabaseCommand";
|
|
33
33
|
import { CreateDataQualityRulesetCommand, } from "./commands/CreateDataQualityRulesetCommand";
|
|
34
34
|
import { CreateDevEndpointCommand, } from "./commands/CreateDevEndpointCommand";
|
|
35
|
+
import { CreateGlueIdentityCenterConfigurationCommand, } from "./commands/CreateGlueIdentityCenterConfigurationCommand";
|
|
35
36
|
import { CreateIntegrationCommand, } from "./commands/CreateIntegrationCommand";
|
|
36
37
|
import { CreateIntegrationResourcePropertyCommand, } from "./commands/CreateIntegrationResourcePropertyCommand";
|
|
37
38
|
import { CreateIntegrationTablePropertiesCommand, } from "./commands/CreateIntegrationTablePropertiesCommand";
|
|
@@ -62,6 +63,7 @@ import { DeleteCustomEntityTypeCommand, } from "./commands/DeleteCustomEntityTyp
|
|
|
62
63
|
import { DeleteDatabaseCommand, } from "./commands/DeleteDatabaseCommand";
|
|
63
64
|
import { DeleteDataQualityRulesetCommand, } from "./commands/DeleteDataQualityRulesetCommand";
|
|
64
65
|
import { DeleteDevEndpointCommand, } from "./commands/DeleteDevEndpointCommand";
|
|
66
|
+
import { DeleteGlueIdentityCenterConfigurationCommand, } from "./commands/DeleteGlueIdentityCenterConfigurationCommand";
|
|
65
67
|
import { DeleteIntegrationCommand, } from "./commands/DeleteIntegrationCommand";
|
|
66
68
|
import { DeleteIntegrationTablePropertiesCommand, } from "./commands/DeleteIntegrationTablePropertiesCommand";
|
|
67
69
|
import { DeleteJobCommand } from "./commands/DeleteJobCommand";
|
|
@@ -117,6 +119,7 @@ import { GetDataQualityRulesetEvaluationRunCommand, } from "./commands/GetDataQu
|
|
|
117
119
|
import { GetDevEndpointCommand, } from "./commands/GetDevEndpointCommand";
|
|
118
120
|
import { GetDevEndpointsCommand, } from "./commands/GetDevEndpointsCommand";
|
|
119
121
|
import { GetEntityRecordsCommand, } from "./commands/GetEntityRecordsCommand";
|
|
122
|
+
import { GetGlueIdentityCenterConfigurationCommand, } from "./commands/GetGlueIdentityCenterConfigurationCommand";
|
|
120
123
|
import { GetIntegrationResourcePropertyCommand, } from "./commands/GetIntegrationResourcePropertyCommand";
|
|
121
124
|
import { GetIntegrationTablePropertiesCommand, } from "./commands/GetIntegrationTablePropertiesCommand";
|
|
122
125
|
import { GetJobBookmarkCommand, } from "./commands/GetJobBookmarkCommand";
|
|
@@ -237,6 +240,7 @@ import { UpdateCrawlerScheduleCommand, } from "./commands/UpdateCrawlerScheduleC
|
|
|
237
240
|
import { UpdateDatabaseCommand, } from "./commands/UpdateDatabaseCommand";
|
|
238
241
|
import { UpdateDataQualityRulesetCommand, } from "./commands/UpdateDataQualityRulesetCommand";
|
|
239
242
|
import { UpdateDevEndpointCommand, } from "./commands/UpdateDevEndpointCommand";
|
|
243
|
+
import { UpdateGlueIdentityCenterConfigurationCommand, } from "./commands/UpdateGlueIdentityCenterConfigurationCommand";
|
|
240
244
|
import { UpdateIntegrationResourcePropertyCommand, } from "./commands/UpdateIntegrationResourcePropertyCommand";
|
|
241
245
|
import { UpdateIntegrationTablePropertiesCommand, } from "./commands/UpdateIntegrationTablePropertiesCommand";
|
|
242
246
|
import { UpdateJobCommand } from "./commands/UpdateJobCommand";
|
|
@@ -287,6 +291,7 @@ const commands = {
|
|
|
287
291
|
CreateDatabaseCommand,
|
|
288
292
|
CreateDataQualityRulesetCommand,
|
|
289
293
|
CreateDevEndpointCommand,
|
|
294
|
+
CreateGlueIdentityCenterConfigurationCommand,
|
|
290
295
|
CreateIntegrationCommand,
|
|
291
296
|
CreateIntegrationResourcePropertyCommand,
|
|
292
297
|
CreateIntegrationTablePropertiesCommand,
|
|
@@ -317,6 +322,7 @@ const commands = {
|
|
|
317
322
|
DeleteDatabaseCommand,
|
|
318
323
|
DeleteDataQualityRulesetCommand,
|
|
319
324
|
DeleteDevEndpointCommand,
|
|
325
|
+
DeleteGlueIdentityCenterConfigurationCommand,
|
|
320
326
|
DeleteIntegrationCommand,
|
|
321
327
|
DeleteIntegrationTablePropertiesCommand,
|
|
322
328
|
DeleteJobCommand,
|
|
@@ -372,6 +378,7 @@ const commands = {
|
|
|
372
378
|
GetDevEndpointCommand,
|
|
373
379
|
GetDevEndpointsCommand,
|
|
374
380
|
GetEntityRecordsCommand,
|
|
381
|
+
GetGlueIdentityCenterConfigurationCommand,
|
|
375
382
|
GetIntegrationResourcePropertyCommand,
|
|
376
383
|
GetIntegrationTablePropertiesCommand,
|
|
377
384
|
GetJobCommand,
|
|
@@ -492,6 +499,7 @@ const commands = {
|
|
|
492
499
|
UpdateDatabaseCommand,
|
|
493
500
|
UpdateDataQualityRulesetCommand,
|
|
494
501
|
UpdateDevEndpointCommand,
|
|
502
|
+
UpdateGlueIdentityCenterConfigurationCommand,
|
|
495
503
|
UpdateIntegrationResourcePropertyCommand,
|
|
496
504
|
UpdateIntegrationTablePropertiesCommand,
|
|
497
505
|
UpdateJobCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateGlueIdentityCenterConfigurationCommand, se_CreateGlueIdentityCenterConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateGlueIdentityCenterConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "CreateGlueIdentityCenterConfiguration", {})
|
|
17
|
+
.n("GlueClient", "CreateGlueIdentityCenterConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateGlueIdentityCenterConfigurationCommand)
|
|
20
|
+
.de(de_CreateGlueIdentityCenterConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteGlueIdentityCenterConfigurationCommand, se_DeleteGlueIdentityCenterConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteGlueIdentityCenterConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "DeleteGlueIdentityCenterConfiguration", {})
|
|
17
|
+
.n("GlueClient", "DeleteGlueIdentityCenterConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteGlueIdentityCenterConfigurationCommand)
|
|
20
|
+
.de(de_DeleteGlueIdentityCenterConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetGlueIdentityCenterConfigurationCommand, se_GetGlueIdentityCenterConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetGlueIdentityCenterConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "GetGlueIdentityCenterConfiguration", {})
|
|
17
|
+
.n("GlueClient", "GetGlueIdentityCenterConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetGlueIdentityCenterConfigurationCommand)
|
|
20
|
+
.de(de_GetGlueIdentityCenterConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateGlueIdentityCenterConfigurationCommand, se_UpdateGlueIdentityCenterConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateGlueIdentityCenterConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "UpdateGlueIdentityCenterConfiguration", {})
|
|
17
|
+
.n("GlueClient", "UpdateGlueIdentityCenterConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateGlueIdentityCenterConfigurationCommand)
|
|
20
|
+
.de(de_UpdateGlueIdentityCenterConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -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";
|