cdk-comprehend-s3olap 2.0.114 → 2.0.115
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/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +202 -181
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +23 -14
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +136 -124
- package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +6 -0
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +99 -9
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +55 -28
- package/node_modules/aws-sdk/clients/glue.d.ts +45 -8
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +12 -0
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +25 -10
- package/node_modules/aws-sdk/clients/mwaa.d.ts +68 -44
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +210 -81
- package/node_modules/aws-sdk/clients/wafv2.d.ts +89 -62
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +102 -12
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +20 -20
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -90,6 +90,8 @@
|
|
90
90
|
"type": "integer"
|
91
91
|
},
|
92
92
|
"SourceBucketArn": {},
|
93
|
+
"StartupScriptS3ObjectVersion": {},
|
94
|
+
"StartupScriptS3Path": {},
|
93
95
|
"Tags": {
|
94
96
|
"shape": "St"
|
95
97
|
},
|
@@ -258,6 +260,8 @@
|
|
258
260
|
},
|
259
261
|
"ServiceRoleArn": {},
|
260
262
|
"SourceBucketArn": {},
|
263
|
+
"StartupScriptS3ObjectVersion": {},
|
264
|
+
"StartupScriptS3Path": {},
|
261
265
|
"Status": {},
|
262
266
|
"Tags": {
|
263
267
|
"shape": "St"
|
@@ -531,6 +535,8 @@
|
|
531
535
|
"type": "integer"
|
532
536
|
},
|
533
537
|
"SourceBucketArn": {},
|
538
|
+
"StartupScriptS3ObjectVersion": {},
|
539
|
+
"StartupScriptS3Path": {},
|
534
540
|
"WebserverAccessMode": {},
|
535
541
|
"WeeklyMaintenanceWindowStart": {}
|
536
542
|
}
|
@@ -1966,6 +1966,96 @@
|
|
1966
1966
|
}
|
1967
1967
|
}
|
1968
1968
|
},
|
1969
|
+
"NotifyProvisionProductEngineWorkflowResult": {
|
1970
|
+
"input": {
|
1971
|
+
"type": "structure",
|
1972
|
+
"required": [
|
1973
|
+
"WorkflowToken",
|
1974
|
+
"RecordId",
|
1975
|
+
"Status",
|
1976
|
+
"IdempotencyToken"
|
1977
|
+
],
|
1978
|
+
"members": {
|
1979
|
+
"WorkflowToken": {},
|
1980
|
+
"RecordId": {},
|
1981
|
+
"Status": {},
|
1982
|
+
"FailureReason": {},
|
1983
|
+
"ResourceIdentifier": {
|
1984
|
+
"type": "structure",
|
1985
|
+
"members": {
|
1986
|
+
"UniqueTag": {
|
1987
|
+
"type": "structure",
|
1988
|
+
"members": {
|
1989
|
+
"Key": {},
|
1990
|
+
"Value": {}
|
1991
|
+
}
|
1992
|
+
}
|
1993
|
+
}
|
1994
|
+
},
|
1995
|
+
"Outputs": {
|
1996
|
+
"shape": "S7q"
|
1997
|
+
},
|
1998
|
+
"IdempotencyToken": {
|
1999
|
+
"idempotencyToken": true
|
2000
|
+
}
|
2001
|
+
}
|
2002
|
+
},
|
2003
|
+
"output": {
|
2004
|
+
"type": "structure",
|
2005
|
+
"members": {}
|
2006
|
+
}
|
2007
|
+
},
|
2008
|
+
"NotifyTerminateProvisionedProductEngineWorkflowResult": {
|
2009
|
+
"input": {
|
2010
|
+
"type": "structure",
|
2011
|
+
"required": [
|
2012
|
+
"WorkflowToken",
|
2013
|
+
"RecordId",
|
2014
|
+
"Status",
|
2015
|
+
"IdempotencyToken"
|
2016
|
+
],
|
2017
|
+
"members": {
|
2018
|
+
"WorkflowToken": {},
|
2019
|
+
"RecordId": {},
|
2020
|
+
"Status": {},
|
2021
|
+
"FailureReason": {},
|
2022
|
+
"IdempotencyToken": {
|
2023
|
+
"idempotencyToken": true
|
2024
|
+
}
|
2025
|
+
}
|
2026
|
+
},
|
2027
|
+
"output": {
|
2028
|
+
"type": "structure",
|
2029
|
+
"members": {}
|
2030
|
+
}
|
2031
|
+
},
|
2032
|
+
"NotifyUpdateProvisionedProductEngineWorkflowResult": {
|
2033
|
+
"input": {
|
2034
|
+
"type": "structure",
|
2035
|
+
"required": [
|
2036
|
+
"WorkflowToken",
|
2037
|
+
"RecordId",
|
2038
|
+
"Status",
|
2039
|
+
"IdempotencyToken"
|
2040
|
+
],
|
2041
|
+
"members": {
|
2042
|
+
"WorkflowToken": {},
|
2043
|
+
"RecordId": {},
|
2044
|
+
"Status": {},
|
2045
|
+
"FailureReason": {},
|
2046
|
+
"Outputs": {
|
2047
|
+
"shape": "S7q"
|
2048
|
+
},
|
2049
|
+
"IdempotencyToken": {
|
2050
|
+
"idempotencyToken": true
|
2051
|
+
}
|
2052
|
+
}
|
2053
|
+
},
|
2054
|
+
"output": {
|
2055
|
+
"type": "structure",
|
2056
|
+
"members": {}
|
2057
|
+
}
|
2058
|
+
},
|
1969
2059
|
"ProvisionProduct": {
|
1970
2060
|
"input": {
|
1971
2061
|
"type": "structure",
|
@@ -2085,7 +2175,7 @@
|
|
2085
2175
|
"members": {
|
2086
2176
|
"AcceptLanguage": {},
|
2087
2177
|
"Filters": {
|
2088
|
-
"shape": "
|
2178
|
+
"shape": "Sbn"
|
2089
2179
|
},
|
2090
2180
|
"PageSize": {
|
2091
2181
|
"type": "integer"
|
@@ -2131,7 +2221,7 @@
|
|
2131
2221
|
"AcceptLanguage": {},
|
2132
2222
|
"PortfolioId": {},
|
2133
2223
|
"Filters": {
|
2134
|
-
"shape": "
|
2224
|
+
"shape": "Sbn"
|
2135
2225
|
},
|
2136
2226
|
"SortBy": {},
|
2137
2227
|
"SortOrder": {},
|
@@ -2290,7 +2380,7 @@
|
|
2290
2380
|
"shape": "S1i"
|
2291
2381
|
},
|
2292
2382
|
"RemoveTags": {
|
2293
|
-
"shape": "
|
2383
|
+
"shape": "Sco"
|
2294
2384
|
}
|
2295
2385
|
}
|
2296
2386
|
},
|
@@ -2355,7 +2445,7 @@
|
|
2355
2445
|
"shape": "S1i"
|
2356
2446
|
},
|
2357
2447
|
"RemoveTags": {
|
2358
|
-
"shape": "
|
2448
|
+
"shape": "Sco"
|
2359
2449
|
},
|
2360
2450
|
"SourceConnection": {
|
2361
2451
|
"shape": "S2c"
|
@@ -2446,7 +2536,7 @@
|
|
2446
2536
|
"AcceptLanguage": {},
|
2447
2537
|
"ProvisionedProductId": {},
|
2448
2538
|
"ProvisionedProductProperties": {
|
2449
|
-
"shape": "
|
2539
|
+
"shape": "Sd0"
|
2450
2540
|
},
|
2451
2541
|
"IdempotencyToken": {
|
2452
2542
|
"idempotencyToken": true
|
@@ -2458,7 +2548,7 @@
|
|
2458
2548
|
"members": {
|
2459
2549
|
"ProvisionedProductId": {},
|
2460
2550
|
"ProvisionedProductProperties": {
|
2461
|
-
"shape": "
|
2551
|
+
"shape": "Sd0"
|
2462
2552
|
},
|
2463
2553
|
"RecordId": {},
|
2464
2554
|
"Status": {}
|
@@ -2963,7 +3053,7 @@
|
|
2963
3053
|
"shape": "S3n"
|
2964
3054
|
}
|
2965
3055
|
},
|
2966
|
-
"
|
3056
|
+
"Sbn": {
|
2967
3057
|
"type": "map",
|
2968
3058
|
"key": {},
|
2969
3059
|
"value": {
|
@@ -2971,11 +3061,11 @@
|
|
2971
3061
|
"member": {}
|
2972
3062
|
}
|
2973
3063
|
},
|
2974
|
-
"
|
3064
|
+
"Sco": {
|
2975
3065
|
"type": "list",
|
2976
3066
|
"member": {}
|
2977
3067
|
},
|
2978
|
-
"
|
3068
|
+
"Sd0": {
|
2979
3069
|
"type": "map",
|
2980
3070
|
"key": {},
|
2981
3071
|
"value": {}
|
@@ -188,6 +188,9 @@
|
|
188
188
|
},
|
189
189
|
"TokenDomains": {
|
190
190
|
"shape": "S4k"
|
191
|
+
},
|
192
|
+
"AssociationConfig": {
|
193
|
+
"shape": "S4m"
|
191
194
|
}
|
192
195
|
}
|
193
196
|
},
|
@@ -195,7 +198,7 @@
|
|
195
198
|
"type": "structure",
|
196
199
|
"members": {
|
197
200
|
"Summary": {
|
198
|
-
"shape": "
|
201
|
+
"shape": "S4s"
|
199
202
|
}
|
200
203
|
}
|
201
204
|
}
|
@@ -370,10 +373,10 @@
|
|
370
373
|
},
|
371
374
|
"LabelNamespace": {},
|
372
375
|
"AvailableLabels": {
|
373
|
-
"shape": "
|
376
|
+
"shape": "S5b"
|
374
377
|
},
|
375
378
|
"ConsumedLabels": {
|
376
|
-
"shape": "
|
379
|
+
"shape": "S5b"
|
377
380
|
}
|
378
381
|
}
|
379
382
|
}
|
@@ -467,7 +470,7 @@
|
|
467
470
|
"type": "structure",
|
468
471
|
"members": {
|
469
472
|
"LoggingConfiguration": {
|
470
|
-
"shape": "
|
473
|
+
"shape": "S5o"
|
471
474
|
}
|
472
475
|
}
|
473
476
|
}
|
@@ -603,10 +606,10 @@
|
|
603
606
|
"type": "structure",
|
604
607
|
"members": {
|
605
608
|
"ManagedKeysIPV4": {
|
606
|
-
"shape": "
|
609
|
+
"shape": "S6h"
|
607
610
|
},
|
608
611
|
"ManagedKeysIPV6": {
|
609
|
-
"shape": "
|
612
|
+
"shape": "S6h"
|
610
613
|
}
|
611
614
|
}
|
612
615
|
}
|
@@ -685,10 +688,10 @@
|
|
685
688
|
"shape": "S4c"
|
686
689
|
},
|
687
690
|
"AvailableLabels": {
|
688
|
-
"shape": "
|
691
|
+
"shape": "S5b"
|
689
692
|
},
|
690
693
|
"ConsumedLabels": {
|
691
|
-
"shape": "
|
694
|
+
"shape": "S5b"
|
692
695
|
}
|
693
696
|
}
|
694
697
|
},
|
@@ -711,7 +714,7 @@
|
|
711
714
|
"RuleMetricName": {},
|
712
715
|
"Scope": {},
|
713
716
|
"TimeWindow": {
|
714
|
-
"shape": "
|
717
|
+
"shape": "S6p"
|
715
718
|
},
|
716
719
|
"MaxItems": {
|
717
720
|
"type": "long"
|
@@ -739,7 +742,7 @@
|
|
739
742
|
"Method": {},
|
740
743
|
"HTTPVersion": {},
|
741
744
|
"Headers": {
|
742
|
-
"shape": "
|
745
|
+
"shape": "S70"
|
743
746
|
}
|
744
747
|
}
|
745
748
|
},
|
@@ -752,7 +755,7 @@
|
|
752
755
|
"Action": {},
|
753
756
|
"RuleNameWithinRuleGroup": {},
|
754
757
|
"RequestHeadersInserted": {
|
755
|
-
"shape": "
|
758
|
+
"shape": "S70"
|
756
759
|
},
|
757
760
|
"ResponseCodeSent": {
|
758
761
|
"type": "integer"
|
@@ -792,7 +795,7 @@
|
|
792
795
|
"type": "long"
|
793
796
|
},
|
794
797
|
"TimeWindow": {
|
795
|
-
"shape": "
|
798
|
+
"shape": "S6p"
|
796
799
|
}
|
797
800
|
}
|
798
801
|
}
|
@@ -815,7 +818,7 @@
|
|
815
818
|
"type": "structure",
|
816
819
|
"members": {
|
817
820
|
"WebACL": {
|
818
|
-
"shape": "
|
821
|
+
"shape": "S7e"
|
819
822
|
},
|
820
823
|
"LockToken": {},
|
821
824
|
"ApplicationIntegrationURL": {}
|
@@ -836,7 +839,7 @@
|
|
836
839
|
"type": "structure",
|
837
840
|
"members": {
|
838
841
|
"WebACL": {
|
839
|
-
"shape": "
|
842
|
+
"shape": "S7e"
|
840
843
|
}
|
841
844
|
}
|
842
845
|
}
|
@@ -961,7 +964,7 @@
|
|
961
964
|
"LoggingConfigurations": {
|
962
965
|
"type": "list",
|
963
966
|
"member": {
|
964
|
-
"shape": "
|
967
|
+
"shape": "S5o"
|
965
968
|
}
|
966
969
|
},
|
967
970
|
"NextMarker": {}
|
@@ -1162,7 +1165,7 @@
|
|
1162
1165
|
"WebACLs": {
|
1163
1166
|
"type": "list",
|
1164
1167
|
"member": {
|
1165
|
-
"shape": "
|
1168
|
+
"shape": "S4s"
|
1166
1169
|
}
|
1167
1170
|
}
|
1168
1171
|
}
|
@@ -1176,7 +1179,7 @@
|
|
1176
1179
|
],
|
1177
1180
|
"members": {
|
1178
1181
|
"LoggingConfiguration": {
|
1179
|
-
"shape": "
|
1182
|
+
"shape": "S5o"
|
1180
1183
|
}
|
1181
1184
|
}
|
1182
1185
|
},
|
@@ -1184,7 +1187,7 @@
|
|
1184
1187
|
"type": "structure",
|
1185
1188
|
"members": {
|
1186
1189
|
"LoggingConfiguration": {
|
1187
|
-
"shape": "
|
1190
|
+
"shape": "S5o"
|
1188
1191
|
}
|
1189
1192
|
}
|
1190
1193
|
}
|
@@ -1442,6 +1445,9 @@
|
|
1442
1445
|
},
|
1443
1446
|
"TokenDomains": {
|
1444
1447
|
"shape": "S4k"
|
1448
|
+
},
|
1449
|
+
"AssociationConfig": {
|
1450
|
+
"shape": "S4m"
|
1445
1451
|
}
|
1446
1452
|
}
|
1447
1453
|
},
|
@@ -2344,7 +2350,25 @@
|
|
2344
2350
|
"type": "list",
|
2345
2351
|
"member": {}
|
2346
2352
|
},
|
2347
|
-
"
|
2353
|
+
"S4m": {
|
2354
|
+
"type": "structure",
|
2355
|
+
"members": {
|
2356
|
+
"RequestBody": {
|
2357
|
+
"type": "map",
|
2358
|
+
"key": {},
|
2359
|
+
"value": {
|
2360
|
+
"type": "structure",
|
2361
|
+
"required": [
|
2362
|
+
"DefaultSizeInspectionLimit"
|
2363
|
+
],
|
2364
|
+
"members": {
|
2365
|
+
"DefaultSizeInspectionLimit": {}
|
2366
|
+
}
|
2367
|
+
}
|
2368
|
+
}
|
2369
|
+
}
|
2370
|
+
},
|
2371
|
+
"S4s": {
|
2348
2372
|
"type": "structure",
|
2349
2373
|
"members": {
|
2350
2374
|
"Name": {},
|
@@ -2354,7 +2378,7 @@
|
|
2354
2378
|
"ARN": {}
|
2355
2379
|
}
|
2356
2380
|
},
|
2357
|
-
"
|
2381
|
+
"S5b": {
|
2358
2382
|
"type": "list",
|
2359
2383
|
"member": {
|
2360
2384
|
"type": "structure",
|
@@ -2363,7 +2387,7 @@
|
|
2363
2387
|
}
|
2364
2388
|
}
|
2365
2389
|
},
|
2366
|
-
"
|
2390
|
+
"S5o": {
|
2367
2391
|
"type": "structure",
|
2368
2392
|
"required": [
|
2369
2393
|
"ResourceArn",
|
@@ -2437,7 +2461,7 @@
|
|
2437
2461
|
}
|
2438
2462
|
}
|
2439
2463
|
},
|
2440
|
-
"
|
2464
|
+
"S6h": {
|
2441
2465
|
"type": "structure",
|
2442
2466
|
"members": {
|
2443
2467
|
"IPAddressVersion": {},
|
@@ -2446,7 +2470,7 @@
|
|
2446
2470
|
}
|
2447
2471
|
}
|
2448
2472
|
},
|
2449
|
-
"
|
2473
|
+
"S6p": {
|
2450
2474
|
"type": "structure",
|
2451
2475
|
"required": [
|
2452
2476
|
"StartTime",
|
@@ -2461,7 +2485,7 @@
|
|
2461
2485
|
}
|
2462
2486
|
}
|
2463
2487
|
},
|
2464
|
-
"
|
2488
|
+
"S70": {
|
2465
2489
|
"type": "list",
|
2466
2490
|
"member": {
|
2467
2491
|
"type": "structure",
|
@@ -2471,7 +2495,7 @@
|
|
2471
2495
|
}
|
2472
2496
|
}
|
2473
2497
|
},
|
2474
|
-
"
|
2498
|
+
"S7e": {
|
2475
2499
|
"type": "structure",
|
2476
2500
|
"required": [
|
2477
2501
|
"Name",
|
@@ -2498,10 +2522,10 @@
|
|
2498
2522
|
"type": "long"
|
2499
2523
|
},
|
2500
2524
|
"PreProcessFirewallManagerRuleGroups": {
|
2501
|
-
"shape": "
|
2525
|
+
"shape": "S7f"
|
2502
2526
|
},
|
2503
2527
|
"PostProcessFirewallManagerRuleGroups": {
|
2504
|
-
"shape": "
|
2528
|
+
"shape": "S7f"
|
2505
2529
|
},
|
2506
2530
|
"ManagedByFirewallManager": {
|
2507
2531
|
"type": "boolean"
|
@@ -2518,10 +2542,13 @@
|
|
2518
2542
|
},
|
2519
2543
|
"TokenDomains": {
|
2520
2544
|
"shape": "S4k"
|
2545
|
+
},
|
2546
|
+
"AssociationConfig": {
|
2547
|
+
"shape": "S4m"
|
2521
2548
|
}
|
2522
2549
|
}
|
2523
2550
|
},
|
2524
|
-
"
|
2551
|
+
"S7f": {
|
2525
2552
|
"type": "list",
|
2526
2553
|
"member": {
|
2527
2554
|
"type": "structure",
|
@@ -1737,7 +1737,7 @@ declare namespace Glue {
|
|
1737
1737
|
export type AuditColumnNamesList = ColumnNameString[];
|
1738
1738
|
export interface AuditContext {
|
1739
1739
|
/**
|
1740
|
-
*
|
1740
|
+
* A string containing the additional audit context information.
|
1741
1741
|
*/
|
1742
1742
|
AdditionalAuditContext?: AuditContextString;
|
1743
1743
|
/**
|
@@ -2982,7 +2982,7 @@ declare namespace Glue {
|
|
2982
2982
|
*/
|
2983
2983
|
DateColumnStatisticsData?: DateColumnStatisticsData;
|
2984
2984
|
/**
|
2985
|
-
*
|
2985
|
+
* Decimal column statistics data. UnscaledValues within are Base64-encoded binary objects storing big-endian, two's complement representations of the decimal's unscaled value.
|
2986
2986
|
*/
|
2987
2987
|
DecimalColumnStatisticsData?: DecimalColumnStatisticsData;
|
2988
2988
|
/**
|
@@ -4169,11 +4169,11 @@ declare namespace Glue {
|
|
4169
4169
|
*/
|
4170
4170
|
Command: SessionCommand;
|
4171
4171
|
/**
|
4172
|
-
*
|
4172
|
+
* The number of minutes before session times out. Default for Spark ETL jobs is 48 hours (2880 minutes), the maximum session lifetime for this job type. Consult the documentation for other job types.
|
4173
4173
|
*/
|
4174
4174
|
Timeout?: Timeout;
|
4175
4175
|
/**
|
4176
|
-
*
|
4176
|
+
* The number of minutes when idle before session times out. Default for Spark ETL jobs is value of Timeout. Consult the documentation for other job types.
|
4177
4177
|
*/
|
4178
4178
|
IdleTimeout?: Timeout;
|
4179
4179
|
/**
|
@@ -4793,6 +4793,10 @@ declare namespace Glue {
|
|
4793
4793
|
* The ID of the Data Catalog in which the database resides.
|
4794
4794
|
*/
|
4795
4795
|
CatalogId?: CatalogIdString;
|
4796
|
+
/**
|
4797
|
+
* A FederatedDatabase structure that references an entity outside the Glue Data Catalog.
|
4798
|
+
*/
|
4799
|
+
FederatedDatabase?: FederatedDatabase;
|
4796
4800
|
}
|
4797
4801
|
export interface DatabaseIdentifier {
|
4798
4802
|
/**
|
@@ -4829,6 +4833,10 @@ declare namespace Glue {
|
|
4829
4833
|
* A DatabaseIdentifier structure that describes a target database for resource linking.
|
4830
4834
|
*/
|
4831
4835
|
TargetDatabase?: DatabaseIdentifier;
|
4836
|
+
/**
|
4837
|
+
* A FederatedDatabase structure that references an entity outside the Glue Data Catalog.
|
4838
|
+
*/
|
4839
|
+
FederatedDatabase?: FederatedDatabase;
|
4832
4840
|
}
|
4833
4841
|
export type DatabaseList = Database[];
|
4834
4842
|
export type DatabaseName = string;
|
@@ -5728,6 +5736,31 @@ declare namespace Glue {
|
|
5728
5736
|
OutputS3Path?: UriString;
|
5729
5737
|
}
|
5730
5738
|
export type ExtendedString = string;
|
5739
|
+
export interface FederatedDatabase {
|
5740
|
+
/**
|
5741
|
+
* A unique identifier for the federated database.
|
5742
|
+
*/
|
5743
|
+
Identifier?: FederationIdentifier;
|
5744
|
+
/**
|
5745
|
+
* The name of the connection to the external metastore.
|
5746
|
+
*/
|
5747
|
+
ConnectionName?: NameString;
|
5748
|
+
}
|
5749
|
+
export interface FederatedTable {
|
5750
|
+
/**
|
5751
|
+
* A unique identifier for the federated table.
|
5752
|
+
*/
|
5753
|
+
Identifier?: FederationIdentifier;
|
5754
|
+
/**
|
5755
|
+
* A unique identifier for the federated database.
|
5756
|
+
*/
|
5757
|
+
DatabaseIdentifier?: FederationIdentifier;
|
5758
|
+
/**
|
5759
|
+
* The name of the connection to the external metastore.
|
5760
|
+
*/
|
5761
|
+
ConnectionName?: NameString;
|
5762
|
+
}
|
5763
|
+
export type FederationIdentifier = string;
|
5731
5764
|
export type FieldName = "CRAWL_ID"|"STATE"|"START_TIME"|"END_TIME"|"DPU_HOUR"|string;
|
5732
5765
|
export type FieldType = string;
|
5733
5766
|
export interface FillMissingValues {
|
@@ -6018,7 +6051,7 @@ declare namespace Glue {
|
|
6018
6051
|
}
|
6019
6052
|
export interface GetColumnStatisticsForTableResponse {
|
6020
6053
|
/**
|
6021
|
-
* List of ColumnStatistics
|
6054
|
+
* List of ColumnStatistics.
|
6022
6055
|
*/
|
6023
6056
|
ColumnStatisticsList?: ColumnStatisticsList;
|
6024
6057
|
/**
|
@@ -6418,7 +6451,7 @@ declare namespace Glue {
|
|
6418
6451
|
*/
|
6419
6452
|
MaxResults?: CatalogGetterPageSize;
|
6420
6453
|
/**
|
6421
|
-
* Allows you to specify that you want to list the databases shared with your account. The allowable values are FOREIGN or ALL. If set to FOREIGN, will list the databases shared with your account. If set to ALL, will list the databases shared with your account, as well as the databases in yor local account.
|
6454
|
+
* Allows you to specify that you want to list the databases shared with your account. The allowable values are FEDERATED, FOREIGN or ALL. If set to FEDERATED, will list the federated databases (referencing an external entity) shared with your account. If set to FOREIGN, will list the databases shared with your account. If set to ALL, will list the databases shared with your account, as well as the databases in yor local account.
|
6422
6455
|
*/
|
6423
6456
|
ResourceShareType?: ResourceShareType;
|
6424
6457
|
}
|
@@ -8018,7 +8051,7 @@ declare namespace Glue {
|
|
8018
8051
|
*/
|
8019
8052
|
Timeout?: Timeout;
|
8020
8053
|
/**
|
8021
|
-
* For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl") or Apache Spark streaming ETL job (JobCommand.Name="gluestreaming"), you can allocate
|
8054
|
+
* For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl") or Apache Spark streaming ETL job (JobCommand.Name="gluestreaming"), you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation. For Glue version 2.0 jobs, you cannot instead specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.
|
8022
8055
|
*/
|
8023
8056
|
MaxCapacity?: NullableDouble;
|
8024
8057
|
/**
|
@@ -10134,7 +10167,7 @@ declare namespace Glue {
|
|
10134
10167
|
*/
|
10135
10168
|
JobBookmarkEntry?: JobBookmarkEntry;
|
10136
10169
|
}
|
10137
|
-
export type ResourceShareType = "FOREIGN"|"ALL"|string;
|
10170
|
+
export type ResourceShareType = "FOREIGN"|"ALL"|"FEDERATED"|string;
|
10138
10171
|
export type ResourceType = "JAR"|"FILE"|"ARCHIVE"|string;
|
10139
10172
|
export interface ResourceUri {
|
10140
10173
|
/**
|
@@ -11822,6 +11855,10 @@ declare namespace Glue {
|
|
11822
11855
|
* The ID of the table version.
|
11823
11856
|
*/
|
11824
11857
|
VersionId?: VersionString;
|
11858
|
+
/**
|
11859
|
+
* A FederatedTable structure that references an entity outside the Glue Data Catalog.
|
11860
|
+
*/
|
11861
|
+
FederatedTable?: FederatedTable;
|
11825
11862
|
}
|
11826
11863
|
export interface TableError {
|
11827
11864
|
/**
|
@@ -1636,6 +1636,10 @@ declare namespace LakeFormation {
|
|
1636
1636
|
* The identifier for the role that registers the resource.
|
1637
1637
|
*/
|
1638
1638
|
RoleArn?: IAMRoleArn;
|
1639
|
+
/**
|
1640
|
+
* Whether or not the resource is a federated resource.
|
1641
|
+
*/
|
1642
|
+
WithFederation?: NullableBoolean;
|
1639
1643
|
}
|
1640
1644
|
export interface RegisterResourceResponse {
|
1641
1645
|
}
|
@@ -1707,6 +1711,10 @@ declare namespace LakeFormation {
|
|
1707
1711
|
* The date and time the resource was last modified.
|
1708
1712
|
*/
|
1709
1713
|
LastModified?: LastModifiedTimestamp;
|
1714
|
+
/**
|
1715
|
+
* Whether or not the resource is a federated resource.
|
1716
|
+
*/
|
1717
|
+
WithFederation?: NullableBoolean;
|
1710
1718
|
}
|
1711
1719
|
export type ResourceInfoList = ResourceInfo[];
|
1712
1720
|
export type ResourceShareList = RAMResourceShareArn[];
|
@@ -2021,6 +2029,10 @@ declare namespace LakeFormation {
|
|
2021
2029
|
* The resource ARN.
|
2022
2030
|
*/
|
2023
2031
|
ResourceArn: ResourceArnString;
|
2032
|
+
/**
|
2033
|
+
* Whether or not the resource is a federated resource.
|
2034
|
+
*/
|
2035
|
+
WithFederation?: NullableBoolean;
|
2024
2036
|
}
|
2025
2037
|
export interface UpdateResourceResponse {
|
2026
2038
|
}
|