@aws-sdk/client-glue 3.598.0 → 3.600.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 +40 -0
- package/dist-cjs/index.js +260 -0
- package/dist-es/Glue.js +10 -0
- package/dist-es/commands/CreateUsageProfileCommand.js +24 -0
- package/dist-es/commands/DeleteUsageProfileCommand.js +24 -0
- package/dist-es/commands/GetUsageProfileCommand.js +24 -0
- package/dist-es/commands/ListUsageProfilesCommand.js +24 -0
- package/dist-es/commands/UpdateUsageProfileCommand.js +24 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_1.js +13 -0
- package/dist-es/pagination/ListUsageProfilesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +142 -1
- package/dist-types/Glue.d.ts +36 -0
- package/dist-types/GlueClient.d.ts +7 -2
- package/dist-types/commands/BatchGetJobsCommand.d.ts +1 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +2 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +1 -0
- package/dist-types/commands/CreateUsageProfileCommand.d.ts +104 -0
- package/dist-types/commands/DeleteUsageProfileCommand.d.ts +70 -0
- package/dist-types/commands/GetJobCommand.d.ts +1 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +2 -1
- package/dist-types/commands/GetJobRunsCommand.d.ts +1 -0
- package/dist-types/commands/GetJobsCommand.d.ts +1 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionCommand.d.ts +1 -0
- package/dist-types/commands/GetUsageProfileCommand.d.ts +100 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +1 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -0
- package/dist-types/commands/ListUsageProfilesCommand.d.ts +81 -0
- package/dist-types/commands/UpdateUsageProfileCommand.d.ts +101 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +5 -0
- package/dist-types/models/models_1.d.ts +114 -139
- package/dist-types/models/models_2.d.ts +271 -1
- package/dist-types/pagination/ListUsageProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
- package/dist-types/ts3.4/Glue.d.ts +86 -0
- package/dist-types/ts3.4/GlueClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateUsageProfileCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteUsageProfileCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUsageProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListUsageProfilesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateUsageProfileCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +32 -34
- package/dist-types/ts3.4/models/models_2.d.ts +68 -0
- package/dist-types/ts3.4/pagination/ListUsageProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/package.json +4 -4
|
@@ -213,6 +213,10 @@ import {
|
|
|
213
213
|
CreateTriggerCommandInput,
|
|
214
214
|
CreateTriggerCommandOutput,
|
|
215
215
|
} from "./commands/CreateTriggerCommand";
|
|
216
|
+
import {
|
|
217
|
+
CreateUsageProfileCommandInput,
|
|
218
|
+
CreateUsageProfileCommandOutput,
|
|
219
|
+
} from "./commands/CreateUsageProfileCommand";
|
|
216
220
|
import {
|
|
217
221
|
CreateUserDefinedFunctionCommandInput,
|
|
218
222
|
CreateUserDefinedFunctionCommandOutput,
|
|
@@ -317,6 +321,10 @@ import {
|
|
|
317
321
|
DeleteTriggerCommandInput,
|
|
318
322
|
DeleteTriggerCommandOutput,
|
|
319
323
|
} from "./commands/DeleteTriggerCommand";
|
|
324
|
+
import {
|
|
325
|
+
DeleteUsageProfileCommandInput,
|
|
326
|
+
DeleteUsageProfileCommandOutput,
|
|
327
|
+
} from "./commands/DeleteUsageProfileCommand";
|
|
320
328
|
import {
|
|
321
329
|
DeleteUserDefinedFunctionCommandInput,
|
|
322
330
|
DeleteUserDefinedFunctionCommandOutput,
|
|
@@ -573,6 +581,10 @@ import {
|
|
|
573
581
|
GetUnfilteredTableMetadataCommandInput,
|
|
574
582
|
GetUnfilteredTableMetadataCommandOutput,
|
|
575
583
|
} from "./commands/GetUnfilteredTableMetadataCommand";
|
|
584
|
+
import {
|
|
585
|
+
GetUsageProfileCommandInput,
|
|
586
|
+
GetUsageProfileCommandOutput,
|
|
587
|
+
} from "./commands/GetUsageProfileCommand";
|
|
576
588
|
import {
|
|
577
589
|
GetUserDefinedFunctionCommandInput,
|
|
578
590
|
GetUserDefinedFunctionCommandOutput,
|
|
@@ -677,6 +689,10 @@ import {
|
|
|
677
689
|
ListTriggersCommandInput,
|
|
678
690
|
ListTriggersCommandOutput,
|
|
679
691
|
} from "./commands/ListTriggersCommand";
|
|
692
|
+
import {
|
|
693
|
+
ListUsageProfilesCommandInput,
|
|
694
|
+
ListUsageProfilesCommandOutput,
|
|
695
|
+
} from "./commands/ListUsageProfilesCommand";
|
|
680
696
|
import {
|
|
681
697
|
ListWorkflowsCommandInput,
|
|
682
698
|
ListWorkflowsCommandOutput,
|
|
@@ -889,6 +905,10 @@ import {
|
|
|
889
905
|
UpdateTriggerCommandInput,
|
|
890
906
|
UpdateTriggerCommandOutput,
|
|
891
907
|
} from "./commands/UpdateTriggerCommand";
|
|
908
|
+
import {
|
|
909
|
+
UpdateUsageProfileCommandInput,
|
|
910
|
+
UpdateUsageProfileCommandOutput,
|
|
911
|
+
} from "./commands/UpdateUsageProfileCommand";
|
|
892
912
|
import {
|
|
893
913
|
UpdateUserDefinedFunctionCommandInput,
|
|
894
914
|
UpdateUserDefinedFunctionCommandOutput,
|
|
@@ -947,6 +967,7 @@ export type ServiceInputTypes =
|
|
|
947
967
|
| CreateTableCommandInput
|
|
948
968
|
| CreateTableOptimizerCommandInput
|
|
949
969
|
| CreateTriggerCommandInput
|
|
970
|
+
| CreateUsageProfileCommandInput
|
|
950
971
|
| CreateUserDefinedFunctionCommandInput
|
|
951
972
|
| CreateWorkflowCommandInput
|
|
952
973
|
| DeleteBlueprintCommandInput
|
|
@@ -973,6 +994,7 @@ export type ServiceInputTypes =
|
|
|
973
994
|
| DeleteTableOptimizerCommandInput
|
|
974
995
|
| DeleteTableVersionCommandInput
|
|
975
996
|
| DeleteTriggerCommandInput
|
|
997
|
+
| DeleteUsageProfileCommandInput
|
|
976
998
|
| DeleteUserDefinedFunctionCommandInput
|
|
977
999
|
| DeleteWorkflowCommandInput
|
|
978
1000
|
| GetBlueprintCommandInput
|
|
@@ -1037,6 +1059,7 @@ export type ServiceInputTypes =
|
|
|
1037
1059
|
| GetUnfilteredPartitionMetadataCommandInput
|
|
1038
1060
|
| GetUnfilteredPartitionsMetadataCommandInput
|
|
1039
1061
|
| GetUnfilteredTableMetadataCommandInput
|
|
1062
|
+
| GetUsageProfileCommandInput
|
|
1040
1063
|
| GetUserDefinedFunctionCommandInput
|
|
1041
1064
|
| GetUserDefinedFunctionsCommandInput
|
|
1042
1065
|
| GetWorkflowCommandInput
|
|
@@ -1063,6 +1086,7 @@ export type ServiceInputTypes =
|
|
|
1063
1086
|
| ListStatementsCommandInput
|
|
1064
1087
|
| ListTableOptimizerRunsCommandInput
|
|
1065
1088
|
| ListTriggersCommandInput
|
|
1089
|
+
| ListUsageProfilesCommandInput
|
|
1066
1090
|
| ListWorkflowsCommandInput
|
|
1067
1091
|
| PutDataCatalogEncryptionSettingsCommandInput
|
|
1068
1092
|
| PutResourcePolicyCommandInput
|
|
@@ -1116,6 +1140,7 @@ export type ServiceInputTypes =
|
|
|
1116
1140
|
| UpdateTableCommandInput
|
|
1117
1141
|
| UpdateTableOptimizerCommandInput
|
|
1118
1142
|
| UpdateTriggerCommandInput
|
|
1143
|
+
| UpdateUsageProfileCommandInput
|
|
1119
1144
|
| UpdateUserDefinedFunctionCommandInput
|
|
1120
1145
|
| UpdateWorkflowCommandInput;
|
|
1121
1146
|
export type ServiceOutputTypes =
|
|
@@ -1161,6 +1186,7 @@ export type ServiceOutputTypes =
|
|
|
1161
1186
|
| CreateTableCommandOutput
|
|
1162
1187
|
| CreateTableOptimizerCommandOutput
|
|
1163
1188
|
| CreateTriggerCommandOutput
|
|
1189
|
+
| CreateUsageProfileCommandOutput
|
|
1164
1190
|
| CreateUserDefinedFunctionCommandOutput
|
|
1165
1191
|
| CreateWorkflowCommandOutput
|
|
1166
1192
|
| DeleteBlueprintCommandOutput
|
|
@@ -1187,6 +1213,7 @@ export type ServiceOutputTypes =
|
|
|
1187
1213
|
| DeleteTableOptimizerCommandOutput
|
|
1188
1214
|
| DeleteTableVersionCommandOutput
|
|
1189
1215
|
| DeleteTriggerCommandOutput
|
|
1216
|
+
| DeleteUsageProfileCommandOutput
|
|
1190
1217
|
| DeleteUserDefinedFunctionCommandOutput
|
|
1191
1218
|
| DeleteWorkflowCommandOutput
|
|
1192
1219
|
| GetBlueprintCommandOutput
|
|
@@ -1251,6 +1278,7 @@ export type ServiceOutputTypes =
|
|
|
1251
1278
|
| GetUnfilteredPartitionMetadataCommandOutput
|
|
1252
1279
|
| GetUnfilteredPartitionsMetadataCommandOutput
|
|
1253
1280
|
| GetUnfilteredTableMetadataCommandOutput
|
|
1281
|
+
| GetUsageProfileCommandOutput
|
|
1254
1282
|
| GetUserDefinedFunctionCommandOutput
|
|
1255
1283
|
| GetUserDefinedFunctionsCommandOutput
|
|
1256
1284
|
| GetWorkflowCommandOutput
|
|
@@ -1277,6 +1305,7 @@ export type ServiceOutputTypes =
|
|
|
1277
1305
|
| ListStatementsCommandOutput
|
|
1278
1306
|
| ListTableOptimizerRunsCommandOutput
|
|
1279
1307
|
| ListTriggersCommandOutput
|
|
1308
|
+
| ListUsageProfilesCommandOutput
|
|
1280
1309
|
| ListWorkflowsCommandOutput
|
|
1281
1310
|
| PutDataCatalogEncryptionSettingsCommandOutput
|
|
1282
1311
|
| PutResourcePolicyCommandOutput
|
|
@@ -1330,6 +1359,7 @@ export type ServiceOutputTypes =
|
|
|
1330
1359
|
| UpdateTableCommandOutput
|
|
1331
1360
|
| UpdateTableOptimizerCommandOutput
|
|
1332
1361
|
| UpdateTriggerCommandOutput
|
|
1362
|
+
| UpdateUsageProfileCommandOutput
|
|
1333
1363
|
| UpdateUserDefinedFunctionCommandOutput
|
|
1334
1364
|
| UpdateWorkflowCommandOutput;
|
|
1335
1365
|
export interface ClientDefaults
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
CreateUsageProfileRequest,
|
|
10
|
+
CreateUsageProfileResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateUsageProfileCommandInput
|
|
15
|
+
extends CreateUsageProfileRequest {}
|
|
16
|
+
export interface CreateUsageProfileCommandOutput
|
|
17
|
+
extends CreateUsageProfileResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateUsageProfileCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateUsageProfileCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateUsageProfileCommandInput,
|
|
24
|
+
CreateUsageProfileCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateUsageProfileCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateUsageProfileCommandInput,
|
|
33
|
+
CreateUsageProfileCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateUsageProfileCommand extends CreateUsageProfileCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
DeleteUsageProfileRequest,
|
|
10
|
+
DeleteUsageProfileResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteUsageProfileCommandInput
|
|
15
|
+
extends DeleteUsageProfileRequest {}
|
|
16
|
+
export interface DeleteUsageProfileCommandOutput
|
|
17
|
+
extends DeleteUsageProfileResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteUsageProfileCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteUsageProfileCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteUsageProfileCommandInput,
|
|
24
|
+
DeleteUsageProfileCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteUsageProfileCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteUsageProfileCommandInput,
|
|
33
|
+
DeleteUsageProfileCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteUsageProfileCommand extends DeleteUsageProfileCommand_base {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import { GetRegistryInput, GetRegistryResponse } from "../models/
|
|
8
|
+
import { GetRegistryInput, GetRegistryResponse } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetRegistryCommandInput extends GetRegistryInput {}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
GetUsageProfileRequest,
|
|
10
|
+
GetUsageProfileResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetUsageProfileCommandInput extends GetUsageProfileRequest {}
|
|
15
|
+
export interface GetUsageProfileCommandOutput
|
|
16
|
+
extends GetUsageProfileResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetUsageProfileCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetUsageProfileCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetUsageProfileCommandInput,
|
|
23
|
+
GetUsageProfileCommandOutput,
|
|
24
|
+
GlueClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetUsageProfileCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetUsageProfileCommandInput,
|
|
32
|
+
GetUsageProfileCommandOutput,
|
|
33
|
+
GlueClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetUsageProfileCommand extends GetUsageProfileCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
ListUsageProfilesRequest,
|
|
10
|
+
ListUsageProfilesResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListUsageProfilesCommandInput
|
|
15
|
+
extends ListUsageProfilesRequest {}
|
|
16
|
+
export interface ListUsageProfilesCommandOutput
|
|
17
|
+
extends ListUsageProfilesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListUsageProfilesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListUsageProfilesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListUsageProfilesCommandInput,
|
|
24
|
+
ListUsageProfilesCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListUsageProfilesCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListUsageProfilesCommandInput,
|
|
33
|
+
ListUsageProfilesCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListUsageProfilesCommand extends ListUsageProfilesCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
UpdateUsageProfileRequest,
|
|
10
|
+
UpdateUsageProfileResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateUsageProfileCommandInput
|
|
15
|
+
extends UpdateUsageProfileRequest {}
|
|
16
|
+
export interface UpdateUsageProfileCommandOutput
|
|
17
|
+
extends UpdateUsageProfileResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateUsageProfileCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateUsageProfileCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateUsageProfileCommandInput,
|
|
24
|
+
UpdateUsageProfileCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateUsageProfileCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateUsageProfileCommandInput,
|
|
33
|
+
UpdateUsageProfileCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateUsageProfileCommand extends UpdateUsageProfileCommand_base {}
|
|
@@ -40,6 +40,7 @@ export * from "./CreateSessionCommand";
|
|
|
40
40
|
export * from "./CreateTableCommand";
|
|
41
41
|
export * from "./CreateTableOptimizerCommand";
|
|
42
42
|
export * from "./CreateTriggerCommand";
|
|
43
|
+
export * from "./CreateUsageProfileCommand";
|
|
43
44
|
export * from "./CreateUserDefinedFunctionCommand";
|
|
44
45
|
export * from "./CreateWorkflowCommand";
|
|
45
46
|
export * from "./DeleteBlueprintCommand";
|
|
@@ -66,6 +67,7 @@ export * from "./DeleteTableCommand";
|
|
|
66
67
|
export * from "./DeleteTableOptimizerCommand";
|
|
67
68
|
export * from "./DeleteTableVersionCommand";
|
|
68
69
|
export * from "./DeleteTriggerCommand";
|
|
70
|
+
export * from "./DeleteUsageProfileCommand";
|
|
69
71
|
export * from "./DeleteUserDefinedFunctionCommand";
|
|
70
72
|
export * from "./DeleteWorkflowCommand";
|
|
71
73
|
export * from "./GetBlueprintCommand";
|
|
@@ -130,6 +132,7 @@ export * from "./GetTriggersCommand";
|
|
|
130
132
|
export * from "./GetUnfilteredPartitionMetadataCommand";
|
|
131
133
|
export * from "./GetUnfilteredPartitionsMetadataCommand";
|
|
132
134
|
export * from "./GetUnfilteredTableMetadataCommand";
|
|
135
|
+
export * from "./GetUsageProfileCommand";
|
|
133
136
|
export * from "./GetUserDefinedFunctionCommand";
|
|
134
137
|
export * from "./GetUserDefinedFunctionsCommand";
|
|
135
138
|
export * from "./GetWorkflowCommand";
|
|
@@ -156,6 +159,7 @@ export * from "./ListSessionsCommand";
|
|
|
156
159
|
export * from "./ListStatementsCommand";
|
|
157
160
|
export * from "./ListTableOptimizerRunsCommand";
|
|
158
161
|
export * from "./ListTriggersCommand";
|
|
162
|
+
export * from "./ListUsageProfilesCommand";
|
|
159
163
|
export * from "./ListWorkflowsCommand";
|
|
160
164
|
export * from "./PutDataCatalogEncryptionSettingsCommand";
|
|
161
165
|
export * from "./PutResourcePolicyCommand";
|
|
@@ -209,5 +213,6 @@ export * from "./UpdateSourceControlFromJobCommand";
|
|
|
209
213
|
export * from "./UpdateTableCommand";
|
|
210
214
|
export * from "./UpdateTableOptimizerCommand";
|
|
211
215
|
export * from "./UpdateTriggerCommand";
|
|
216
|
+
export * from "./UpdateUsageProfileCommand";
|
|
212
217
|
export * from "./UpdateUserDefinedFunctionCommand";
|
|
213
218
|
export * from "./UpdateWorkflowCommand";
|
|
@@ -550,6 +550,7 @@ export interface Session {
|
|
|
550
550
|
ExecutionTime?: number;
|
|
551
551
|
DPUSeconds?: number;
|
|
552
552
|
IdleTimeout?: number;
|
|
553
|
+
ProfileName?: string;
|
|
553
554
|
}
|
|
554
555
|
export interface CreateSessionResponse {
|
|
555
556
|
Session?: Session;
|
|
@@ -639,6 +640,33 @@ export interface CreateTriggerRequest {
|
|
|
639
640
|
export interface CreateTriggerResponse {
|
|
640
641
|
Name?: string;
|
|
641
642
|
}
|
|
643
|
+
export interface ConfigurationObject {
|
|
644
|
+
DefaultValue?: string;
|
|
645
|
+
AllowedValues?: string[];
|
|
646
|
+
MinValue?: string;
|
|
647
|
+
MaxValue?: string;
|
|
648
|
+
}
|
|
649
|
+
export interface ProfileConfiguration {
|
|
650
|
+
SessionConfiguration?: Record<string, ConfigurationObject>;
|
|
651
|
+
JobConfiguration?: Record<string, ConfigurationObject>;
|
|
652
|
+
}
|
|
653
|
+
export interface CreateUsageProfileRequest {
|
|
654
|
+
Name: string | undefined;
|
|
655
|
+
Description?: string;
|
|
656
|
+
Configuration: ProfileConfiguration | undefined;
|
|
657
|
+
Tags?: Record<string, string>;
|
|
658
|
+
}
|
|
659
|
+
export interface CreateUsageProfileResponse {
|
|
660
|
+
Name?: string;
|
|
661
|
+
}
|
|
662
|
+
export declare class OperationNotSupportedException extends __BaseException {
|
|
663
|
+
readonly name: "OperationNotSupportedException";
|
|
664
|
+
readonly $fault: "client";
|
|
665
|
+
Message?: string;
|
|
666
|
+
constructor(
|
|
667
|
+
opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>
|
|
668
|
+
);
|
|
669
|
+
}
|
|
642
670
|
export declare const PrincipalType: {
|
|
643
671
|
readonly GROUP: "GROUP";
|
|
644
672
|
readonly ROLE: "ROLE";
|
|
@@ -870,6 +898,10 @@ export interface DeleteTriggerRequest {
|
|
|
870
898
|
export interface DeleteTriggerResponse {
|
|
871
899
|
Name?: string;
|
|
872
900
|
}
|
|
901
|
+
export interface DeleteUsageProfileRequest {
|
|
902
|
+
Name: string | undefined;
|
|
903
|
+
}
|
|
904
|
+
export interface DeleteUsageProfileResponse {}
|
|
873
905
|
export interface DeleteUserDefinedFunctionRequest {
|
|
874
906
|
CatalogId?: string;
|
|
875
907
|
DatabaseName: string | undefined;
|
|
@@ -1728,37 +1760,3 @@ export interface GetPlanResponse {
|
|
|
1728
1760
|
PythonScript?: string;
|
|
1729
1761
|
ScalaCode?: string;
|
|
1730
1762
|
}
|
|
1731
|
-
export interface GetRegistryInput {
|
|
1732
|
-
RegistryId: RegistryId | undefined;
|
|
1733
|
-
}
|
|
1734
|
-
export interface GetRegistryResponse {
|
|
1735
|
-
RegistryName?: string;
|
|
1736
|
-
RegistryArn?: string;
|
|
1737
|
-
Description?: string;
|
|
1738
|
-
Status?: RegistryStatus;
|
|
1739
|
-
CreatedTime?: string;
|
|
1740
|
-
UpdatedTime?: string;
|
|
1741
|
-
}
|
|
1742
|
-
export interface GetResourcePoliciesRequest {
|
|
1743
|
-
NextToken?: string;
|
|
1744
|
-
MaxResults?: number;
|
|
1745
|
-
}
|
|
1746
|
-
export interface GluePolicy {
|
|
1747
|
-
PolicyInJson?: string;
|
|
1748
|
-
PolicyHash?: string;
|
|
1749
|
-
CreateTime?: Date;
|
|
1750
|
-
UpdateTime?: Date;
|
|
1751
|
-
}
|
|
1752
|
-
export interface GetResourcePoliciesResponse {
|
|
1753
|
-
GetResourcePoliciesResponseList?: GluePolicy[];
|
|
1754
|
-
NextToken?: string;
|
|
1755
|
-
}
|
|
1756
|
-
export interface GetResourcePolicyRequest {
|
|
1757
|
-
ResourceArn?: string;
|
|
1758
|
-
}
|
|
1759
|
-
export interface GetResourcePolicyResponse {
|
|
1760
|
-
PolicyInJson?: string;
|
|
1761
|
-
PolicyHash?: string;
|
|
1762
|
-
CreateTime?: Date;
|
|
1763
|
-
UpdateTime?: Date;
|
|
1764
|
-
}
|
|
@@ -122,6 +122,7 @@ import {
|
|
|
122
122
|
JobBookmarkEntry,
|
|
123
123
|
Permission,
|
|
124
124
|
PrincipalType,
|
|
125
|
+
ProfileConfiguration,
|
|
125
126
|
RegistryId,
|
|
126
127
|
RegistryStatus,
|
|
127
128
|
ResourceShareType,
|
|
@@ -138,6 +139,40 @@ import {
|
|
|
138
139
|
UserDefinedFunctionInput,
|
|
139
140
|
ViewDialect,
|
|
140
141
|
} from "./models_1";
|
|
142
|
+
export interface GetRegistryInput {
|
|
143
|
+
RegistryId: RegistryId | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface GetRegistryResponse {
|
|
146
|
+
RegistryName?: string;
|
|
147
|
+
RegistryArn?: string;
|
|
148
|
+
Description?: string;
|
|
149
|
+
Status?: RegistryStatus;
|
|
150
|
+
CreatedTime?: string;
|
|
151
|
+
UpdatedTime?: string;
|
|
152
|
+
}
|
|
153
|
+
export interface GetResourcePoliciesRequest {
|
|
154
|
+
NextToken?: string;
|
|
155
|
+
MaxResults?: number;
|
|
156
|
+
}
|
|
157
|
+
export interface GluePolicy {
|
|
158
|
+
PolicyInJson?: string;
|
|
159
|
+
PolicyHash?: string;
|
|
160
|
+
CreateTime?: Date;
|
|
161
|
+
UpdateTime?: Date;
|
|
162
|
+
}
|
|
163
|
+
export interface GetResourcePoliciesResponse {
|
|
164
|
+
GetResourcePoliciesResponseList?: GluePolicy[];
|
|
165
|
+
NextToken?: string;
|
|
166
|
+
}
|
|
167
|
+
export interface GetResourcePolicyRequest {
|
|
168
|
+
ResourceArn?: string;
|
|
169
|
+
}
|
|
170
|
+
export interface GetResourcePolicyResponse {
|
|
171
|
+
PolicyInJson?: string;
|
|
172
|
+
PolicyHash?: string;
|
|
173
|
+
CreateTime?: Date;
|
|
174
|
+
UpdateTime?: Date;
|
|
175
|
+
}
|
|
141
176
|
export interface GetSchemaInput {
|
|
142
177
|
SchemaId: SchemaId | undefined;
|
|
143
178
|
}
|
|
@@ -483,6 +518,16 @@ export interface GetUnfilteredTableMetadataResponse {
|
|
|
483
518
|
Permissions?: Permission[];
|
|
484
519
|
RowFilter?: string;
|
|
485
520
|
}
|
|
521
|
+
export interface GetUsageProfileRequest {
|
|
522
|
+
Name: string | undefined;
|
|
523
|
+
}
|
|
524
|
+
export interface GetUsageProfileResponse {
|
|
525
|
+
Name?: string;
|
|
526
|
+
Description?: string;
|
|
527
|
+
Configuration?: ProfileConfiguration;
|
|
528
|
+
CreatedOn?: Date;
|
|
529
|
+
LastModifiedOn?: Date;
|
|
530
|
+
}
|
|
486
531
|
export interface GetUserDefinedFunctionRequest {
|
|
487
532
|
CatalogId?: string;
|
|
488
533
|
DatabaseName: string | undefined;
|
|
@@ -851,6 +896,20 @@ export interface ListTriggersResponse {
|
|
|
851
896
|
TriggerNames?: string[];
|
|
852
897
|
NextToken?: string;
|
|
853
898
|
}
|
|
899
|
+
export interface ListUsageProfilesRequest {
|
|
900
|
+
NextToken?: string;
|
|
901
|
+
MaxResults?: number;
|
|
902
|
+
}
|
|
903
|
+
export interface UsageProfileDefinition {
|
|
904
|
+
Name?: string;
|
|
905
|
+
Description?: string;
|
|
906
|
+
CreatedOn?: Date;
|
|
907
|
+
LastModifiedOn?: Date;
|
|
908
|
+
}
|
|
909
|
+
export interface ListUsageProfilesResponse {
|
|
910
|
+
Profiles?: UsageProfileDefinition[];
|
|
911
|
+
NextToken?: string;
|
|
912
|
+
}
|
|
854
913
|
export interface ListWorkflowsRequest {
|
|
855
914
|
NextToken?: string;
|
|
856
915
|
MaxResults?: number;
|
|
@@ -1525,6 +1584,14 @@ export interface UpdateTriggerRequest {
|
|
|
1525
1584
|
export interface UpdateTriggerResponse {
|
|
1526
1585
|
Trigger?: Trigger;
|
|
1527
1586
|
}
|
|
1587
|
+
export interface UpdateUsageProfileRequest {
|
|
1588
|
+
Name: string | undefined;
|
|
1589
|
+
Description?: string;
|
|
1590
|
+
Configuration: ProfileConfiguration | undefined;
|
|
1591
|
+
}
|
|
1592
|
+
export interface UpdateUsageProfileResponse {
|
|
1593
|
+
Name?: string;
|
|
1594
|
+
}
|
|
1528
1595
|
export interface UpdateUserDefinedFunctionRequest {
|
|
1529
1596
|
CatalogId?: string;
|
|
1530
1597
|
DatabaseName: string | undefined;
|
|
@@ -1679,6 +1746,7 @@ export interface Job {
|
|
|
1679
1746
|
ExecutionClass?: ExecutionClass;
|
|
1680
1747
|
SourceControlDetails?: SourceControlDetails;
|
|
1681
1748
|
MaintenanceWindow?: string;
|
|
1749
|
+
ProfileName?: string;
|
|
1682
1750
|
}
|
|
1683
1751
|
export interface JobUpdate {
|
|
1684
1752
|
JobMode?: JobMode;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListUsageProfilesCommandInput,
|
|
4
|
+
ListUsageProfilesCommandOutput,
|
|
5
|
+
} from "../commands/ListUsageProfilesCommand";
|
|
6
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListUsageProfiles: (
|
|
8
|
+
config: GluePaginationConfiguration,
|
|
9
|
+
input: ListUsageProfilesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListUsageProfilesCommandOutput>;
|
|
@@ -38,5 +38,6 @@ export * from "./ListSchemasPaginator";
|
|
|
38
38
|
export * from "./ListSessionsPaginator";
|
|
39
39
|
export * from "./ListTableOptimizerRunsPaginator";
|
|
40
40
|
export * from "./ListTriggersPaginator";
|
|
41
|
+
export * from "./ListUsageProfilesPaginator";
|
|
41
42
|
export * from "./ListWorkflowsPaginator";
|
|
42
43
|
export * from "./SearchTablesPaginator";
|