@aws-sdk/client-glue 3.931.0 → 3.933.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 (39) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +98 -8
  3. package/dist-es/Glue.js +4 -0
  4. package/dist-es/commands/DeleteIntegrationResourcePropertyCommand.js +16 -0
  5. package/dist-es/commands/ListIntegrationResourcePropertiesCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/schemas/schemas_0.js +71 -8
  8. package/dist-types/Glue.d.ts +15 -0
  9. package/dist-types/GlueClient.d.ts +4 -2
  10. package/dist-types/commands/CreateIntegrationResourcePropertyCommand.d.ts +7 -0
  11. package/dist-types/commands/DeleteIntegrationResourcePropertyCommand.d.ts +93 -0
  12. package/dist-types/commands/GetCatalogCommand.d.ts +2 -1
  13. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +1 -2
  14. package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -0
  15. package/dist-types/commands/ListIntegrationResourcePropertiesCommand.d.ts +119 -0
  16. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
  19. package/dist-types/commands/UpdateIntegrationResourcePropertyCommand.d.ts +1 -0
  20. package/dist-types/commands/index.d.ts +2 -0
  21. package/dist-types/models/models_1.d.ts +26 -21
  22. package/dist-types/models/models_2.d.ts +102 -126
  23. package/dist-types/models/models_3.d.ts +135 -4
  24. package/dist-types/schemas/schemas_0.d.ts +11 -0
  25. package/dist-types/ts3.4/Glue.d.ts +47 -0
  26. package/dist-types/ts3.4/GlueClient.d.ts +12 -0
  27. package/dist-types/ts3.4/commands/DeleteIntegrationResourcePropertyCommand.d.ts +51 -0
  28. package/dist-types/ts3.4/commands/GetCatalogCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +4 -2
  30. package/dist-types/ts3.4/commands/ListIntegrationResourcePropertiesCommand.d.ts +51 -0
  31. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  35. package/dist-types/ts3.4/models/models_1.d.ts +6 -6
  36. package/dist-types/ts3.4/models/models_2.d.ts +26 -31
  37. package/dist-types/ts3.4/models/models_3.d.ts +34 -0
  38. package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
  39. package/package.json +6 -6
@@ -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
+ ListIntegrationResourcePropertiesRequest,
10
+ ListIntegrationResourcePropertiesResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListIntegrationResourcePropertiesCommandInput
15
+ extends ListIntegrationResourcePropertiesRequest {}
16
+ export interface ListIntegrationResourcePropertiesCommandOutput
17
+ extends ListIntegrationResourcePropertiesResponse,
18
+ __MetadataBearer {}
19
+ declare const ListIntegrationResourcePropertiesCommand_base: {
20
+ new (
21
+ input: ListIntegrationResourcePropertiesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListIntegrationResourcePropertiesCommandInput,
24
+ ListIntegrationResourcePropertiesCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListIntegrationResourcePropertiesCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListIntegrationResourcePropertiesCommandInput,
33
+ ListIntegrationResourcePropertiesCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListIntegrationResourcePropertiesCommand extends ListIntegrationResourcePropertiesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListIntegrationResourcePropertiesRequest;
44
+ output: ListIntegrationResourcePropertiesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListIntegrationResourcePropertiesCommandInput;
48
+ output: ListIntegrationResourcePropertiesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import {
9
- ListSchemaVersionsInput,
10
- ListSchemaVersionsResponse,
11
- } from "../models/models_2";
8
+ import { ListSchemaVersionsInput } from "../models/models_2";
9
+ import { ListSchemaVersionsResponse } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ListSchemaVersionsCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { ListSessionsRequest, ListSessionsResponse } from "../models/models_2";
8
+ import { ListSessionsRequest, ListSessionsResponse } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListSessionsCommandInput extends ListSessionsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListStatementsRequest,
10
10
  ListStatementsResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListStatementsCommandInput extends ListStatementsRequest {}
@@ -64,6 +64,7 @@ export * from "./DeleteDatabaseCommand";
64
64
  export * from "./DeleteDevEndpointCommand";
65
65
  export * from "./DeleteGlueIdentityCenterConfigurationCommand";
66
66
  export * from "./DeleteIntegrationCommand";
67
+ export * from "./DeleteIntegrationResourcePropertyCommand";
67
68
  export * from "./DeleteIntegrationTablePropertiesCommand";
68
69
  export * from "./DeleteJobCommand";
69
70
  export * from "./DeleteMLTransformCommand";
@@ -179,6 +180,7 @@ export * from "./ListDataQualityStatisticAnnotationsCommand";
179
180
  export * from "./ListDataQualityStatisticsCommand";
180
181
  export * from "./ListDevEndpointsCommand";
181
182
  export * from "./ListEntitiesCommand";
183
+ export * from "./ListIntegrationResourcePropertiesCommand";
182
184
  export * from "./ListJobsCommand";
183
185
  export * from "./ListMLTransformsCommand";
184
186
  export * from "./ListRegistriesCommand";
@@ -872,9 +872,11 @@ export interface CreateIntegrationResourcePropertyRequest {
872
872
  ResourceArn: string | undefined;
873
873
  SourceProcessingProperties?: SourceProcessingProperties | undefined;
874
874
  TargetProcessingProperties?: TargetProcessingProperties | undefined;
875
+ Tags?: Tag[] | undefined;
875
876
  }
876
877
  export interface CreateIntegrationResourcePropertyResponse {
877
878
  ResourceArn: string | undefined;
879
+ ResourcePropertyArn?: string | undefined;
878
880
  SourceProcessingProperties?: SourceProcessingProperties | undefined;
879
881
  TargetProcessingProperties?: TargetProcessingProperties | undefined;
880
882
  }
@@ -1505,6 +1507,10 @@ export declare class InvalidIntegrationStateFault extends __BaseException {
1505
1507
  opts: __ExceptionOptionType<InvalidIntegrationStateFault, __BaseException>
1506
1508
  );
1507
1509
  }
1510
+ export interface DeleteIntegrationResourcePropertyRequest {
1511
+ ResourceArn: string | undefined;
1512
+ }
1513
+ export interface DeleteIntegrationResourcePropertyResponse {}
1508
1514
  export interface DeleteIntegrationTablePropertiesRequest {
1509
1515
  ResourceArn: string | undefined;
1510
1516
  TableName: string | undefined;
@@ -1881,9 +1887,3 @@ export interface Catalog {
1881
1887
  | AllowFullTableExternalDataAccessEnum
1882
1888
  | undefined;
1883
1889
  }
1884
- export interface GetCatalogResponse {
1885
- Catalog?: Catalog | undefined;
1886
- }
1887
- export interface GetCatalogImportStatusRequest {
1888
- CatalogId?: string | undefined;
1889
- }
@@ -69,6 +69,12 @@ import {
69
69
  Workflow,
70
70
  WorkflowRun,
71
71
  } from "./models_1";
72
+ export interface GetCatalogResponse {
73
+ Catalog?: Catalog | undefined;
74
+ }
75
+ export interface GetCatalogImportStatusRequest {
76
+ CatalogId?: string | undefined;
77
+ }
72
78
  export interface CatalogImportStatus {
73
79
  ImportCompleted?: boolean | undefined;
74
80
  ImportTime?: Date | undefined;
@@ -660,6 +666,7 @@ export interface GetIntegrationResourcePropertyRequest {
660
666
  }
661
667
  export interface GetIntegrationResourcePropertyResponse {
662
668
  ResourceArn?: string | undefined;
669
+ ResourcePropertyArn?: string | undefined;
663
670
  SourceProcessingProperties?: SourceProcessingProperties | undefined;
664
671
  TargetProcessingProperties?: TargetProcessingProperties | undefined;
665
672
  }
@@ -1740,6 +1747,25 @@ export interface ListEntitiesResponse {
1740
1747
  Entities?: Entity[] | undefined;
1741
1748
  NextToken?: string | undefined;
1742
1749
  }
1750
+ export interface IntegrationResourcePropertyFilter {
1751
+ Name?: string | undefined;
1752
+ Values?: string[] | undefined;
1753
+ }
1754
+ export interface ListIntegrationResourcePropertiesRequest {
1755
+ Marker?: string | undefined;
1756
+ Filters?: IntegrationResourcePropertyFilter[] | undefined;
1757
+ MaxRecords?: number | undefined;
1758
+ }
1759
+ export interface IntegrationResourceProperty {
1760
+ ResourceArn: string | undefined;
1761
+ ResourcePropertyArn?: string | undefined;
1762
+ SourceProcessingProperties?: SourceProcessingProperties | undefined;
1763
+ TargetProcessingProperties?: TargetProcessingProperties | undefined;
1764
+ }
1765
+ export interface ListIntegrationResourcePropertiesResponse {
1766
+ IntegrationResourcePropertyList?: IntegrationResourceProperty[] | undefined;
1767
+ Marker?: string | undefined;
1768
+ }
1743
1769
  export interface ListJobsRequest {
1744
1770
  NextToken?: string | undefined;
1745
1771
  MaxResults?: number | undefined;
@@ -1799,34 +1825,3 @@ export interface ListSchemaVersionsInput {
1799
1825
  MaxResults?: number | undefined;
1800
1826
  NextToken?: string | undefined;
1801
1827
  }
1802
- export interface SchemaVersionListItem {
1803
- SchemaArn?: string | undefined;
1804
- SchemaVersionId?: string | undefined;
1805
- VersionNumber?: number | undefined;
1806
- Status?: SchemaVersionStatus | undefined;
1807
- CreatedTime?: string | undefined;
1808
- }
1809
- export interface ListSchemaVersionsResponse {
1810
- Schemas?: SchemaVersionListItem[] | undefined;
1811
- NextToken?: string | undefined;
1812
- }
1813
- export interface ListSessionsRequest {
1814
- NextToken?: string | undefined;
1815
- MaxResults?: number | undefined;
1816
- Tags?: Record<string, string> | undefined;
1817
- RequestOrigin?: string | undefined;
1818
- }
1819
- export interface ListSessionsResponse {
1820
- Ids?: string[] | undefined;
1821
- Sessions?: Session[] | undefined;
1822
- NextToken?: string | undefined;
1823
- }
1824
- export interface ListStatementsRequest {
1825
- SessionId: string | undefined;
1826
- RequestOrigin?: string | undefined;
1827
- NextToken?: string | undefined;
1828
- }
1829
- export interface ListStatementsResponse {
1830
- Statements?: Statement[] | undefined;
1831
- NextToken?: string | undefined;
1832
- }
@@ -129,6 +129,7 @@ import {
129
129
  ProfileConfiguration,
130
130
  RegistryId,
131
131
  SchemaVersionStatus,
132
+ Session,
132
133
  SourceProcessingProperties,
133
134
  SourceTableConfig,
134
135
  TableIdentifier,
@@ -150,9 +151,41 @@ import {
150
151
  ResourceShareType,
151
152
  ResourceState,
152
153
  SchemaVersionNumber,
154
+ Statement,
153
155
  ViewDefinition,
154
156
  ViewValidation,
155
157
  } from "./models_2";
158
+ export interface SchemaVersionListItem {
159
+ SchemaArn?: string | undefined;
160
+ SchemaVersionId?: string | undefined;
161
+ VersionNumber?: number | undefined;
162
+ Status?: SchemaVersionStatus | undefined;
163
+ CreatedTime?: string | undefined;
164
+ }
165
+ export interface ListSchemaVersionsResponse {
166
+ Schemas?: SchemaVersionListItem[] | undefined;
167
+ NextToken?: string | undefined;
168
+ }
169
+ export interface ListSessionsRequest {
170
+ NextToken?: string | undefined;
171
+ MaxResults?: number | undefined;
172
+ Tags?: Record<string, string> | undefined;
173
+ RequestOrigin?: string | undefined;
174
+ }
175
+ export interface ListSessionsResponse {
176
+ Ids?: string[] | undefined;
177
+ Sessions?: Session[] | undefined;
178
+ NextToken?: string | undefined;
179
+ }
180
+ export interface ListStatementsRequest {
181
+ SessionId: string | undefined;
182
+ RequestOrigin?: string | undefined;
183
+ NextToken?: string | undefined;
184
+ }
185
+ export interface ListStatementsResponse {
186
+ Statements?: Statement[] | undefined;
187
+ NextToken?: string | undefined;
188
+ }
156
189
  export interface ListTableOptimizerRunsRequest {
157
190
  CatalogId: string | undefined;
158
191
  DatabaseName: string | undefined;
@@ -819,6 +852,7 @@ export interface UpdateIntegrationResourcePropertyRequest {
819
852
  }
820
853
  export interface UpdateIntegrationResourcePropertyResponse {
821
854
  ResourceArn?: string | undefined;
855
+ ResourcePropertyArn?: string | undefined;
822
856
  SourceProcessingProperties?: SourceProcessingProperties | undefined;
823
857
  TargetProcessingProperties?: TargetProcessingProperties | undefined;
824
858
  }
@@ -283,6 +283,8 @@ export declare var DeleteDevEndpointResponse: StaticStructureSchema;
283
283
  export declare var DeleteGlueIdentityCenterConfigurationRequest: StaticStructureSchema;
284
284
  export declare var DeleteGlueIdentityCenterConfigurationResponse: StaticStructureSchema;
285
285
  export declare var DeleteIntegrationRequest: StaticStructureSchema;
286
+ export declare var DeleteIntegrationResourcePropertyRequest: StaticStructureSchema;
287
+ export declare var DeleteIntegrationResourcePropertyResponse: StaticStructureSchema;
286
288
  export declare var DeleteIntegrationResponse: StaticStructureSchema;
287
289
  export declare var DeleteIntegrationTablePropertiesRequest: StaticStructureSchema;
288
290
  export declare var DeleteIntegrationTablePropertiesResponse: StaticStructureSchema;
@@ -573,6 +575,8 @@ export declare var IntegrationFilter: StaticStructureSchema;
573
575
  export declare var IntegrationNotFoundFault: StaticErrorSchema;
574
576
  export declare var IntegrationPartition: StaticStructureSchema;
575
577
  export declare var IntegrationQuotaExceededFault: StaticErrorSchema;
578
+ export declare var IntegrationResourceProperty: StaticStructureSchema;
579
+ export declare var IntegrationResourcePropertyFilter: StaticStructureSchema;
576
580
  export declare var InternalServerException: StaticErrorSchema;
577
581
  export declare var InternalServiceException: StaticErrorSchema;
578
582
  export declare var InvalidInputException: StaticErrorSchema;
@@ -629,6 +633,8 @@ export declare var ListDevEndpointsRequest: StaticStructureSchema;
629
633
  export declare var ListDevEndpointsResponse: StaticStructureSchema;
630
634
  export declare var ListEntitiesRequest: StaticStructureSchema;
631
635
  export declare var ListEntitiesResponse: StaticStructureSchema;
636
+ export declare var ListIntegrationResourcePropertiesRequest: StaticStructureSchema;
637
+ export declare var ListIntegrationResourcePropertiesResponse: StaticStructureSchema;
632
638
  export declare var ListJobsRequest: StaticStructureSchema;
633
639
  export declare var ListJobsResponse: StaticStructureSchema;
634
640
  export declare var ListMLTransformsRequest: StaticStructureSchema;
@@ -1097,6 +1103,9 @@ export declare var IntegrationErrorList: StaticListSchema;
1097
1103
  export declare var IntegrationFilterList: StaticListSchema;
1098
1104
  export declare var IntegrationFilterValues: number;
1099
1105
  export declare var IntegrationPartitionSpecList: StaticListSchema;
1106
+ export declare var IntegrationResourcePropertyFilterList: StaticListSchema;
1107
+ export declare var IntegrationResourcePropertyFilterValues: number;
1108
+ export declare var IntegrationResourcePropertyList: StaticListSchema;
1100
1109
  export declare var IntegrationsList: StaticListSchema;
1101
1110
  export declare var IntegrationTagsList: StaticListSchema;
1102
1111
  export declare var JdbcTargetList: StaticListSchema;
@@ -1293,6 +1302,7 @@ export declare var DeleteDataQualityRuleset: StaticOperationSchema;
1293
1302
  export declare var DeleteDevEndpoint: StaticOperationSchema;
1294
1303
  export declare var DeleteGlueIdentityCenterConfiguration: StaticOperationSchema;
1295
1304
  export declare var DeleteIntegration: StaticOperationSchema;
1305
+ export declare var DeleteIntegrationResourceProperty: StaticOperationSchema;
1296
1306
  export declare var DeleteIntegrationTableProperties: StaticOperationSchema;
1297
1307
  export declare var DeleteJob: StaticOperationSchema;
1298
1308
  export declare var DeleteMLTransform: StaticOperationSchema;
@@ -1408,6 +1418,7 @@ export declare var ListDataQualityStatisticAnnotations: StaticOperationSchema;
1408
1418
  export declare var ListDataQualityStatistics: StaticOperationSchema;
1409
1419
  export declare var ListDevEndpoints: StaticOperationSchema;
1410
1420
  export declare var ListEntities: StaticOperationSchema;
1421
+ export declare var ListIntegrationResourceProperties: StaticOperationSchema;
1411
1422
  export declare var ListJobs: StaticOperationSchema;
1412
1423
  export declare var ListMLTransforms: StaticOperationSchema;
1413
1424
  export declare var ListRegistries: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-glue",
3
3
  "description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
4
- "version": "3.931.0",
4
+ "version": "3.933.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-glue",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.931.0",
24
- "@aws-sdk/credential-provider-node": "3.931.0",
23
+ "@aws-sdk/core": "3.932.0",
24
+ "@aws-sdk/credential-provider-node": "3.933.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
- "@aws-sdk/middleware-user-agent": "3.931.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
+ "@aws-sdk/middleware-user-agent": "3.932.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.931.0",
33
+ "@aws-sdk/util-user-agent-node": "3.932.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
35
  "@smithy/core": "^3.18.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",