@aws-sdk/client-lakeformation 3.954.0 → 3.956.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/dist-cjs/index.js CHANGED
@@ -1622,15 +1622,8 @@ var TransactionDescriptionList = [1, n0, _TDL, 0, () => TransactionDescription$]
1622
1622
  var VirtualObjectList = [1, n0, _VOL, 0, () => VirtualObject$];
1623
1623
  var WorkUnitRangeList = [1, n0, _WURL, 0, () => WorkUnitRange$];
1624
1624
  var WriteOperationList = [1, n0, _WOL, 0, () => WriteOperation$];
1625
- var RedshiftScopeUnion$ = [3, n0, _RSU, 0, [_RC], [() => RedshiftConnect$]];
1626
- var ServiceIntegrationUnion$ = [
1627
- 3,
1628
- n0,
1629
- _SIU,
1630
- 0,
1631
- [_Red],
1632
- [() => RedshiftServiceIntegrations],
1633
- ];
1625
+ var RedshiftScopeUnion$ = [4, n0, _RSU, 0, [_RC], [() => RedshiftConnect$]];
1626
+ var ServiceIntegrationUnion$ = [4, n0, _SIU, 0, [_Red], [() => RedshiftServiceIntegrations]];
1634
1627
  var AddLFTagsToResource$ = [
1635
1628
  9,
1636
1629
  n0,
@@ -1859,7 +1852,7 @@ var GetQueryState$ = [
1859
1852
  9,
1860
1853
  n0,
1861
1854
  _GQS,
1862
- { [_h]: ["POST", "/GetQueryState", 200], [_en]: ["query-"] },
1855
+ { [_en]: ["query-"], [_h]: ["POST", "/GetQueryState", 200] },
1863
1856
  () => GetQueryStateRequest$,
1864
1857
  () => GetQueryStateResponse$,
1865
1858
  ];
@@ -1867,7 +1860,7 @@ var GetQueryStatistics$ = [
1867
1860
  9,
1868
1861
  n0,
1869
1862
  _GQSe,
1870
- { [_h]: ["POST", "/GetQueryStatistics", 200], [_en]: ["query-"] },
1863
+ { [_en]: ["query-"], [_h]: ["POST", "/GetQueryStatistics", 200] },
1871
1864
  () => GetQueryStatisticsRequest$,
1872
1865
  () => GetQueryStatisticsResponse$,
1873
1866
  ];
@@ -1907,7 +1900,7 @@ var GetWorkUnitResults$ = [
1907
1900
  9,
1908
1901
  n0,
1909
1902
  _GWURet,
1910
- { [_h]: ["POST", "/GetWorkUnitResults", 200], [_en]: ["data-"] },
1903
+ { [_en]: ["data-"], [_h]: ["POST", "/GetWorkUnitResults", 200] },
1911
1904
  () => GetWorkUnitResultsRequest$,
1912
1905
  () => GetWorkUnitResultsResponse$,
1913
1906
  ];
@@ -1915,7 +1908,7 @@ var GetWorkUnits$ = [
1915
1908
  9,
1916
1909
  n0,
1917
1910
  _GWU,
1918
- { [_h]: ["POST", "/GetWorkUnits", 200], [_en]: ["query-"] },
1911
+ { [_en]: ["query-"], [_h]: ["POST", "/GetWorkUnits", 200] },
1919
1912
  () => GetWorkUnitsRequest$,
1920
1913
  () => GetWorkUnitsResponse$,
1921
1914
  ];
@@ -2043,7 +2036,7 @@ var StartQueryPlanning$ = [
2043
2036
  9,
2044
2037
  n0,
2045
2038
  _SQP,
2046
- { [_h]: ["POST", "/StartQueryPlanning", 200], [_en]: ["query-"] },
2039
+ { [_en]: ["query-"], [_h]: ["POST", "/StartQueryPlanning", 200] },
2047
2040
  () => StartQueryPlanningRequest$,
2048
2041
  () => StartQueryPlanningResponse$,
2049
2042
  ];
package/dist-es/index.js CHANGED
@@ -5,4 +5,5 @@ export * from "./schemas/schemas_0";
5
5
  export * from "./pagination";
6
6
  export * from "./models/enums";
7
7
  export * from "./models/errors";
8
+ export * from "./models/models_0";
8
9
  export { LakeFormationServiceException } from "./models/LakeFormationServiceException";
@@ -1267,15 +1267,8 @@ var ParametersMap = 128 | 0;
1267
1267
  var QueryParameterMap = 128 | 0;
1268
1268
  var StorageOptimizerConfig = 128 | 0;
1269
1269
  var StorageOptimizerConfigMap = [2, n0, _SOCM, 0, 0, 128 | 0];
1270
- export var RedshiftScopeUnion$ = [3, n0, _RSU, 0, [_RC], [() => RedshiftConnect$]];
1271
- export var ServiceIntegrationUnion$ = [
1272
- 3,
1273
- n0,
1274
- _SIU,
1275
- 0,
1276
- [_Red],
1277
- [() => RedshiftServiceIntegrations],
1278
- ];
1270
+ export var RedshiftScopeUnion$ = [4, n0, _RSU, 0, [_RC], [() => RedshiftConnect$]];
1271
+ export var ServiceIntegrationUnion$ = [4, n0, _SIU, 0, [_Red], [() => RedshiftServiceIntegrations]];
1279
1272
  export var AddLFTagsToResource$ = [
1280
1273
  9,
1281
1274
  n0,
@@ -1504,7 +1497,7 @@ export var GetQueryState$ = [
1504
1497
  9,
1505
1498
  n0,
1506
1499
  _GQS,
1507
- { [_h]: ["POST", "/GetQueryState", 200], [_en]: ["query-"] },
1500
+ { [_en]: ["query-"], [_h]: ["POST", "/GetQueryState", 200] },
1508
1501
  () => GetQueryStateRequest$,
1509
1502
  () => GetQueryStateResponse$,
1510
1503
  ];
@@ -1512,7 +1505,7 @@ export var GetQueryStatistics$ = [
1512
1505
  9,
1513
1506
  n0,
1514
1507
  _GQSe,
1515
- { [_h]: ["POST", "/GetQueryStatistics", 200], [_en]: ["query-"] },
1508
+ { [_en]: ["query-"], [_h]: ["POST", "/GetQueryStatistics", 200] },
1516
1509
  () => GetQueryStatisticsRequest$,
1517
1510
  () => GetQueryStatisticsResponse$,
1518
1511
  ];
@@ -1552,7 +1545,7 @@ export var GetWorkUnitResults$ = [
1552
1545
  9,
1553
1546
  n0,
1554
1547
  _GWURet,
1555
- { [_h]: ["POST", "/GetWorkUnitResults", 200], [_en]: ["data-"] },
1548
+ { [_en]: ["data-"], [_h]: ["POST", "/GetWorkUnitResults", 200] },
1556
1549
  () => GetWorkUnitResultsRequest$,
1557
1550
  () => GetWorkUnitResultsResponse$,
1558
1551
  ];
@@ -1560,7 +1553,7 @@ export var GetWorkUnits$ = [
1560
1553
  9,
1561
1554
  n0,
1562
1555
  _GWU,
1563
- { [_h]: ["POST", "/GetWorkUnits", 200], [_en]: ["query-"] },
1556
+ { [_en]: ["query-"], [_h]: ["POST", "/GetWorkUnits", 200] },
1564
1557
  () => GetWorkUnitsRequest$,
1565
1558
  () => GetWorkUnitsResponse$,
1566
1559
  ];
@@ -1688,7 +1681,7 @@ export var StartQueryPlanning$ = [
1688
1681
  9,
1689
1682
  n0,
1690
1683
  _SQP,
1691
- { [_h]: ["POST", "/StartQueryPlanning", 200], [_en]: ["query-"] },
1684
+ { [_en]: ["query-"], [_h]: ["POST", "/StartQueryPlanning", 200] },
1692
1685
  () => StartQueryPlanningRequest$,
1693
1686
  () => StartQueryPlanningResponse$,
1694
1687
  ];
@@ -14,5 +14,5 @@ export * from "./schemas/schemas_0";
14
14
  export * from "./pagination";
15
15
  export * from "./models/enums";
16
16
  export * from "./models/errors";
17
- export type * from "./models/models_0";
17
+ export * from "./models/models_0";
18
18
  export { LakeFormationServiceException } from "./models/LakeFormationServiceException";
@@ -1,4 +1,4 @@
1
- import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
2
2
  export declare var AccessDeniedException$: StaticErrorSchema;
3
3
  export declare var AddLFTagsToResourceRequest$: StaticStructureSchema;
4
4
  export declare var AddLFTagsToResourceResponse$: StaticStructureSchema;
@@ -189,8 +189,8 @@ export declare var WorkUnitRange$: StaticStructureSchema;
189
189
  export declare var WorkUnitsNotReadyYetException$: StaticErrorSchema;
190
190
  export declare var WriteOperation$: StaticStructureSchema;
191
191
  export declare var LakeFormationServiceException$: StaticErrorSchema;
192
- export declare var RedshiftScopeUnion$: StaticStructureSchema;
193
- export declare var ServiceIntegrationUnion$: StaticStructureSchema;
192
+ export declare var RedshiftScopeUnion$: StaticUnionSchema;
193
+ export declare var ServiceIntegrationUnion$: StaticUnionSchema;
194
194
  export declare var AddLFTagsToResource$: StaticOperationSchema;
195
195
  export declare var AssumeDecoratedRoleWithSAML$: StaticOperationSchema;
196
196
  export declare var BatchGrantPermissions$: StaticOperationSchema;
@@ -2,6 +2,7 @@ import {
2
2
  StaticErrorSchema,
3
3
  StaticOperationSchema,
4
4
  StaticStructureSchema,
5
+ StaticUnionSchema,
5
6
  } from "@smithy/types";
6
7
  export declare var AccessDeniedException$: StaticErrorSchema;
7
8
  export declare var AddLFTagsToResourceRequest$: StaticStructureSchema;
@@ -193,8 +194,8 @@ export declare var WorkUnitRange$: StaticStructureSchema;
193
194
  export declare var WorkUnitsNotReadyYetException$: StaticErrorSchema;
194
195
  export declare var WriteOperation$: StaticStructureSchema;
195
196
  export declare var LakeFormationServiceException$: StaticErrorSchema;
196
- export declare var RedshiftScopeUnion$: StaticStructureSchema;
197
- export declare var ServiceIntegrationUnion$: StaticStructureSchema;
197
+ export declare var RedshiftScopeUnion$: StaticUnionSchema;
198
+ export declare var ServiceIntegrationUnion$: StaticUnionSchema;
198
199
  export declare var AddLFTagsToResource$: StaticOperationSchema;
199
200
  export declare var AssumeDecoratedRoleWithSAML$: StaticOperationSchema;
200
201
  export declare var BatchGrantPermissions$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lakeformation",
3
3
  "description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
4
- "version": "3.954.0",
4
+ "version": "3.956.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-lakeformation",
@@ -21,42 +21,42 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.954.0",
25
- "@aws-sdk/credential-provider-node": "3.954.0",
26
- "@aws-sdk/middleware-host-header": "3.953.0",
27
- "@aws-sdk/middleware-logger": "3.953.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.953.0",
29
- "@aws-sdk/middleware-user-agent": "3.954.0",
30
- "@aws-sdk/region-config-resolver": "3.953.0",
31
- "@aws-sdk/types": "3.953.0",
32
- "@aws-sdk/util-endpoints": "3.953.0",
33
- "@aws-sdk/util-user-agent-browser": "3.953.0",
34
- "@aws-sdk/util-user-agent-node": "3.954.0",
35
- "@smithy/config-resolver": "^4.4.4",
36
- "@smithy/core": "^3.19.0",
37
- "@smithy/fetch-http-handler": "^5.3.7",
38
- "@smithy/hash-node": "^4.2.6",
39
- "@smithy/invalid-dependency": "^4.2.6",
40
- "@smithy/middleware-content-length": "^4.2.6",
41
- "@smithy/middleware-endpoint": "^4.4.0",
42
- "@smithy/middleware-retry": "^4.4.16",
43
- "@smithy/middleware-serde": "^4.2.7",
44
- "@smithy/middleware-stack": "^4.2.6",
45
- "@smithy/node-config-provider": "^4.3.6",
46
- "@smithy/node-http-handler": "^4.4.6",
47
- "@smithy/protocol-http": "^5.3.6",
48
- "@smithy/smithy-client": "^4.10.1",
49
- "@smithy/types": "^4.10.0",
50
- "@smithy/url-parser": "^4.2.6",
24
+ "@aws-sdk/core": "3.956.0",
25
+ "@aws-sdk/credential-provider-node": "3.956.0",
26
+ "@aws-sdk/middleware-host-header": "3.956.0",
27
+ "@aws-sdk/middleware-logger": "3.956.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.956.0",
29
+ "@aws-sdk/middleware-user-agent": "3.956.0",
30
+ "@aws-sdk/region-config-resolver": "3.956.0",
31
+ "@aws-sdk/types": "3.956.0",
32
+ "@aws-sdk/util-endpoints": "3.956.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.956.0",
34
+ "@aws-sdk/util-user-agent-node": "3.956.0",
35
+ "@smithy/config-resolver": "^4.4.5",
36
+ "@smithy/core": "^3.20.0",
37
+ "@smithy/fetch-http-handler": "^5.3.8",
38
+ "@smithy/hash-node": "^4.2.7",
39
+ "@smithy/invalid-dependency": "^4.2.7",
40
+ "@smithy/middleware-content-length": "^4.2.7",
41
+ "@smithy/middleware-endpoint": "^4.4.1",
42
+ "@smithy/middleware-retry": "^4.4.17",
43
+ "@smithy/middleware-serde": "^4.2.8",
44
+ "@smithy/middleware-stack": "^4.2.7",
45
+ "@smithy/node-config-provider": "^4.3.7",
46
+ "@smithy/node-http-handler": "^4.4.7",
47
+ "@smithy/protocol-http": "^5.3.7",
48
+ "@smithy/smithy-client": "^4.10.2",
49
+ "@smithy/types": "^4.11.0",
50
+ "@smithy/url-parser": "^4.2.7",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.15",
55
- "@smithy/util-defaults-mode-node": "^4.2.18",
56
- "@smithy/util-endpoints": "^3.2.6",
57
- "@smithy/util-middleware": "^4.2.6",
58
- "@smithy/util-retry": "^4.2.6",
59
- "@smithy/util-stream": "^4.5.7",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.16",
55
+ "@smithy/util-defaults-mode-node": "^4.2.19",
56
+ "@smithy/util-endpoints": "^3.2.7",
57
+ "@smithy/util-middleware": "^4.2.7",
58
+ "@smithy/util-retry": "^4.2.7",
59
+ "@smithy/util-stream": "^4.5.8",
60
60
  "@smithy/util-utf8": "^4.2.0",
61
61
  "tslib": "^2.6.2"
62
62
  },