cdk-lambda-subminute 2.0.248 → 2.0.250
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 +16 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +28 -9
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.examples.json +83 -0
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +241 -32
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.paginators.json +31 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +50 -49
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +296 -9
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +298 -238
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +81 -60
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +94 -73
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +5 -3
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +141 -36
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +177 -168
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +32 -4
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +255 -1
- package/node_modules/aws-sdk/clients/apprunner.d.ts +6 -1
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +291 -2
- package/node_modules/aws-sdk/clients/codedeploy.d.ts +34 -34
- package/node_modules/aws-sdk/clients/connect.d.ts +64 -6
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +40 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +11 -3
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +21 -0
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +36 -36
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +95 -1
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +2 -2
- package/node_modules/aws-sdk/clients/quicksight.d.ts +7 -3
- package/node_modules/aws-sdk/clients/s3.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ssm.d.ts +7 -7
- package/node_modules/aws-sdk/clients/wafv2.d.ts +42 -32
- 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 +17 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +395 -301
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +80 -80
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +38 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/xml2js/node_modules/sax/LICENSE +2 -2
- package/node_modules/xml2js/node_modules/sax/lib/sax.js +13 -4
- package/node_modules/xml2js/node_modules/sax/package.json +8 -4
- package/package.json +3 -3
@@ -91,6 +91,12 @@
|
|
91
91
|
},
|
92
92
|
"workerTypeSpecifications": {
|
93
93
|
"shape": "Sy"
|
94
|
+
},
|
95
|
+
"runtimeConfiguration": {
|
96
|
+
"shape": "S10"
|
97
|
+
},
|
98
|
+
"monitoringConfiguration": {
|
99
|
+
"shape": "S14"
|
94
100
|
}
|
95
101
|
}
|
96
102
|
},
|
@@ -157,7 +163,7 @@
|
|
157
163
|
],
|
158
164
|
"members": {
|
159
165
|
"application": {
|
160
|
-
"shape": "
|
166
|
+
"shape": "S1l"
|
161
167
|
}
|
162
168
|
}
|
163
169
|
}
|
@@ -253,7 +259,7 @@
|
|
253
259
|
"stateDetails": {},
|
254
260
|
"releaseLabel": {},
|
255
261
|
"configurationOverrides": {
|
256
|
-
"shape": "
|
262
|
+
"shape": "S23"
|
257
263
|
},
|
258
264
|
"jobDriver": {
|
259
265
|
"shape": "S24"
|
@@ -534,7 +540,7 @@
|
|
534
540
|
"shape": "S24"
|
535
541
|
},
|
536
542
|
"configurationOverrides": {
|
537
|
-
"shape": "
|
543
|
+
"shape": "S23"
|
538
544
|
},
|
539
545
|
"tags": {
|
540
546
|
"shape": "Sj"
|
@@ -682,7 +688,13 @@
|
|
682
688
|
"workerTypeSpecifications": {
|
683
689
|
"shape": "Sy"
|
684
690
|
},
|
685
|
-
"releaseLabel": {}
|
691
|
+
"releaseLabel": {},
|
692
|
+
"runtimeConfiguration": {
|
693
|
+
"shape": "S10"
|
694
|
+
},
|
695
|
+
"monitoringConfiguration": {
|
696
|
+
"shape": "S14"
|
697
|
+
}
|
686
698
|
}
|
687
699
|
},
|
688
700
|
"output": {
|
@@ -692,7 +704,7 @@
|
|
692
704
|
],
|
693
705
|
"members": {
|
694
706
|
"application": {
|
695
|
-
"shape": "
|
707
|
+
"shape": "S1l"
|
696
708
|
}
|
697
709
|
}
|
698
710
|
}
|
@@ -793,7 +805,71 @@
|
|
793
805
|
}
|
794
806
|
}
|
795
807
|
},
|
796
|
-
"
|
808
|
+
"S10": {
|
809
|
+
"type": "list",
|
810
|
+
"member": {
|
811
|
+
"type": "structure",
|
812
|
+
"required": [
|
813
|
+
"classification"
|
814
|
+
],
|
815
|
+
"members": {
|
816
|
+
"classification": {},
|
817
|
+
"properties": {
|
818
|
+
"type": "map",
|
819
|
+
"key": {},
|
820
|
+
"value": {},
|
821
|
+
"sensitive": true
|
822
|
+
},
|
823
|
+
"configurations": {
|
824
|
+
"shape": "S10"
|
825
|
+
}
|
826
|
+
}
|
827
|
+
}
|
828
|
+
},
|
829
|
+
"S14": {
|
830
|
+
"type": "structure",
|
831
|
+
"members": {
|
832
|
+
"s3MonitoringConfiguration": {
|
833
|
+
"type": "structure",
|
834
|
+
"members": {
|
835
|
+
"logUri": {},
|
836
|
+
"encryptionKeyArn": {}
|
837
|
+
}
|
838
|
+
},
|
839
|
+
"managedPersistenceMonitoringConfiguration": {
|
840
|
+
"type": "structure",
|
841
|
+
"members": {
|
842
|
+
"enabled": {
|
843
|
+
"type": "boolean"
|
844
|
+
},
|
845
|
+
"encryptionKeyArn": {}
|
846
|
+
}
|
847
|
+
},
|
848
|
+
"cloudWatchLoggingConfiguration": {
|
849
|
+
"type": "structure",
|
850
|
+
"required": [
|
851
|
+
"enabled"
|
852
|
+
],
|
853
|
+
"members": {
|
854
|
+
"enabled": {
|
855
|
+
"type": "boolean"
|
856
|
+
},
|
857
|
+
"logGroupName": {},
|
858
|
+
"logStreamNamePrefix": {},
|
859
|
+
"encryptionKeyArn": {},
|
860
|
+
"logTypes": {
|
861
|
+
"type": "map",
|
862
|
+
"key": {},
|
863
|
+
"value": {
|
864
|
+
"type": "list",
|
865
|
+
"member": {}
|
866
|
+
}
|
867
|
+
}
|
868
|
+
}
|
869
|
+
}
|
870
|
+
}
|
871
|
+
},
|
872
|
+
"S1l": {
|
797
873
|
"type": "structure",
|
798
874
|
"required": [
|
799
875
|
"applicationId",
|
@@ -838,7 +914,7 @@
|
|
838
914
|
},
|
839
915
|
"architecture": {},
|
840
916
|
"imageConfiguration": {
|
841
|
-
"shape": "
|
917
|
+
"shape": "S1p"
|
842
918
|
},
|
843
919
|
"workerTypeSpecifications": {
|
844
920
|
"type": "map",
|
@@ -847,14 +923,20 @@
|
|
847
923
|
"type": "structure",
|
848
924
|
"members": {
|
849
925
|
"imageConfiguration": {
|
850
|
-
"shape": "
|
926
|
+
"shape": "S1p"
|
851
927
|
}
|
852
928
|
}
|
853
929
|
}
|
930
|
+
},
|
931
|
+
"runtimeConfiguration": {
|
932
|
+
"shape": "S10"
|
933
|
+
},
|
934
|
+
"monitoringConfiguration": {
|
935
|
+
"shape": "S14"
|
854
936
|
}
|
855
937
|
}
|
856
938
|
},
|
857
|
-
"
|
939
|
+
"S1p": {
|
858
940
|
"type": "structure",
|
859
941
|
"required": [
|
860
942
|
"imageUri"
|
@@ -864,75 +946,14 @@
|
|
864
946
|
"resolvedImageDigest": {}
|
865
947
|
}
|
866
948
|
},
|
867
|
-
"
|
949
|
+
"S23": {
|
868
950
|
"type": "structure",
|
869
951
|
"members": {
|
870
952
|
"applicationConfiguration": {
|
871
|
-
"shape": "
|
953
|
+
"shape": "S10"
|
872
954
|
},
|
873
955
|
"monitoringConfiguration": {
|
874
|
-
"
|
875
|
-
"members": {
|
876
|
-
"s3MonitoringConfiguration": {
|
877
|
-
"type": "structure",
|
878
|
-
"members": {
|
879
|
-
"logUri": {},
|
880
|
-
"encryptionKeyArn": {}
|
881
|
-
}
|
882
|
-
},
|
883
|
-
"managedPersistenceMonitoringConfiguration": {
|
884
|
-
"type": "structure",
|
885
|
-
"members": {
|
886
|
-
"enabled": {
|
887
|
-
"type": "boolean"
|
888
|
-
},
|
889
|
-
"encryptionKeyArn": {}
|
890
|
-
}
|
891
|
-
},
|
892
|
-
"cloudWatchLoggingConfiguration": {
|
893
|
-
"type": "structure",
|
894
|
-
"required": [
|
895
|
-
"enabled"
|
896
|
-
],
|
897
|
-
"members": {
|
898
|
-
"enabled": {
|
899
|
-
"type": "boolean"
|
900
|
-
},
|
901
|
-
"logGroupName": {},
|
902
|
-
"logStreamNamePrefix": {},
|
903
|
-
"encryptionKeyArn": {},
|
904
|
-
"logTypes": {
|
905
|
-
"type": "map",
|
906
|
-
"key": {},
|
907
|
-
"value": {
|
908
|
-
"type": "list",
|
909
|
-
"member": {}
|
910
|
-
}
|
911
|
-
}
|
912
|
-
}
|
913
|
-
}
|
914
|
-
}
|
915
|
-
}
|
916
|
-
}
|
917
|
-
},
|
918
|
-
"S1p": {
|
919
|
-
"type": "list",
|
920
|
-
"member": {
|
921
|
-
"type": "structure",
|
922
|
-
"required": [
|
923
|
-
"classification"
|
924
|
-
],
|
925
|
-
"members": {
|
926
|
-
"classification": {},
|
927
|
-
"properties": {
|
928
|
-
"type": "map",
|
929
|
-
"key": {},
|
930
|
-
"value": {},
|
931
|
-
"sensitive": true
|
932
|
-
},
|
933
|
-
"configurations": {
|
934
|
-
"shape": "S1p"
|
935
|
-
}
|
956
|
+
"shape": "S14"
|
936
957
|
}
|
937
958
|
}
|
938
959
|
},
|
@@ -229,7 +229,7 @@
|
|
229
229
|
"lastName": {
|
230
230
|
"shape": "S1n"
|
231
231
|
},
|
232
|
-
"
|
232
|
+
"apiAccess": {},
|
233
233
|
"apiAccessPrincipalArn": {},
|
234
234
|
"clientToken": {
|
235
235
|
"idempotencyToken": true
|
@@ -577,7 +577,8 @@
|
|
577
577
|
"expiration": {
|
578
578
|
"type": "long"
|
579
579
|
}
|
580
|
-
}
|
580
|
+
},
|
581
|
+
"sensitive": true
|
581
582
|
},
|
582
583
|
"s3Location": {
|
583
584
|
"type": "structure",
|
@@ -650,7 +651,8 @@
|
|
650
651
|
"accessKeyId": {},
|
651
652
|
"secretAccessKey": {},
|
652
653
|
"sessionToken": {}
|
653
|
-
}
|
654
|
+
},
|
655
|
+
"sensitive": true
|
654
656
|
},
|
655
657
|
"durationInMinutes": {
|
656
658
|
"type": "long"
|
@@ -204,6 +204,30 @@
|
|
204
204
|
"members": {}
|
205
205
|
}
|
206
206
|
},
|
207
|
+
"CreateLakeFormationOptIn": {
|
208
|
+
"http": {
|
209
|
+
"requestUri": "/CreateLakeFormationOptIn"
|
210
|
+
},
|
211
|
+
"input": {
|
212
|
+
"type": "structure",
|
213
|
+
"required": [
|
214
|
+
"Principal",
|
215
|
+
"Resource"
|
216
|
+
],
|
217
|
+
"members": {
|
218
|
+
"Principal": {
|
219
|
+
"shape": "S18"
|
220
|
+
},
|
221
|
+
"Resource": {
|
222
|
+
"shape": "S3"
|
223
|
+
}
|
224
|
+
}
|
225
|
+
},
|
226
|
+
"output": {
|
227
|
+
"type": "structure",
|
228
|
+
"members": {}
|
229
|
+
}
|
230
|
+
},
|
207
231
|
"DeleteDataCellsFilter": {
|
208
232
|
"http": {
|
209
233
|
"requestUri": "/DeleteDataCellsFilter"
|
@@ -241,6 +265,30 @@
|
|
241
265
|
"members": {}
|
242
266
|
}
|
243
267
|
},
|
268
|
+
"DeleteLakeFormationOptIn": {
|
269
|
+
"http": {
|
270
|
+
"requestUri": "/DeleteLakeFormationOptIn"
|
271
|
+
},
|
272
|
+
"input": {
|
273
|
+
"type": "structure",
|
274
|
+
"required": [
|
275
|
+
"Principal",
|
276
|
+
"Resource"
|
277
|
+
],
|
278
|
+
"members": {
|
279
|
+
"Principal": {
|
280
|
+
"shape": "S18"
|
281
|
+
},
|
282
|
+
"Resource": {
|
283
|
+
"shape": "S3"
|
284
|
+
}
|
285
|
+
}
|
286
|
+
},
|
287
|
+
"output": {
|
288
|
+
"type": "structure",
|
289
|
+
"members": {}
|
290
|
+
}
|
291
|
+
},
|
244
292
|
"DeleteObjectsOnCancel": {
|
245
293
|
"http": {
|
246
294
|
"requestUri": "/DeleteObjectsOnCancel"
|
@@ -313,7 +361,7 @@
|
|
313
361
|
"type": "structure",
|
314
362
|
"members": {
|
315
363
|
"ResourceInfo": {
|
316
|
-
"shape": "
|
364
|
+
"shape": "S2e"
|
317
365
|
}
|
318
366
|
}
|
319
367
|
}
|
@@ -335,7 +383,7 @@
|
|
335
383
|
"type": "structure",
|
336
384
|
"members": {
|
337
385
|
"TransactionDescription": {
|
338
|
-
"shape": "
|
386
|
+
"shape": "S2j"
|
339
387
|
}
|
340
388
|
}
|
341
389
|
}
|
@@ -397,7 +445,7 @@
|
|
397
445
|
"type": "structure",
|
398
446
|
"members": {
|
399
447
|
"DataLakeSettings": {
|
400
|
-
"shape": "
|
448
|
+
"shape": "S2r"
|
401
449
|
}
|
402
450
|
}
|
403
451
|
}
|
@@ -424,7 +472,7 @@
|
|
424
472
|
"type": "structure",
|
425
473
|
"members": {
|
426
474
|
"Permissions": {
|
427
|
-
"shape": "
|
475
|
+
"shape": "S34"
|
428
476
|
},
|
429
477
|
"NextToken": {}
|
430
478
|
}
|
@@ -570,7 +618,7 @@
|
|
570
618
|
"shape": "Sn"
|
571
619
|
},
|
572
620
|
"LFTagsOnColumns": {
|
573
|
-
"shape": "
|
621
|
+
"shape": "S3s"
|
574
622
|
}
|
575
623
|
}
|
576
624
|
}
|
@@ -609,7 +657,7 @@
|
|
609
657
|
"type": "structure",
|
610
658
|
"members": {
|
611
659
|
"PartitionValues": {
|
612
|
-
"shape": "
|
660
|
+
"shape": "S3z"
|
613
661
|
},
|
614
662
|
"Objects": {
|
615
663
|
"type": "list",
|
@@ -662,10 +710,10 @@
|
|
662
710
|
"type": "integer"
|
663
711
|
},
|
664
712
|
"AuditContext": {
|
665
|
-
"shape": "
|
713
|
+
"shape": "S48"
|
666
714
|
},
|
667
715
|
"SupportedPermissionTypes": {
|
668
|
-
"shape": "
|
716
|
+
"shape": "S4a"
|
669
717
|
}
|
670
718
|
}
|
671
719
|
},
|
@@ -699,10 +747,10 @@
|
|
699
747
|
"type": "integer"
|
700
748
|
},
|
701
749
|
"AuditContext": {
|
702
|
-
"shape": "
|
750
|
+
"shape": "S48"
|
703
751
|
},
|
704
752
|
"SupportedPermissionTypes": {
|
705
|
-
"shape": "
|
753
|
+
"shape": "S4a"
|
706
754
|
}
|
707
755
|
}
|
708
756
|
},
|
@@ -894,6 +942,50 @@
|
|
894
942
|
}
|
895
943
|
}
|
896
944
|
},
|
945
|
+
"ListLakeFormationOptIns": {
|
946
|
+
"http": {
|
947
|
+
"requestUri": "/ListLakeFormationOptIns"
|
948
|
+
},
|
949
|
+
"input": {
|
950
|
+
"type": "structure",
|
951
|
+
"members": {
|
952
|
+
"Principal": {
|
953
|
+
"shape": "S18"
|
954
|
+
},
|
955
|
+
"Resource": {
|
956
|
+
"shape": "S3"
|
957
|
+
},
|
958
|
+
"MaxResults": {
|
959
|
+
"type": "integer"
|
960
|
+
},
|
961
|
+
"NextToken": {}
|
962
|
+
}
|
963
|
+
},
|
964
|
+
"output": {
|
965
|
+
"type": "structure",
|
966
|
+
"members": {
|
967
|
+
"LakeFormationOptInsInfoList": {
|
968
|
+
"type": "list",
|
969
|
+
"member": {
|
970
|
+
"type": "structure",
|
971
|
+
"members": {
|
972
|
+
"Resource": {
|
973
|
+
"shape": "S3"
|
974
|
+
},
|
975
|
+
"Principal": {
|
976
|
+
"shape": "S18"
|
977
|
+
},
|
978
|
+
"LastModified": {
|
979
|
+
"type": "timestamp"
|
980
|
+
},
|
981
|
+
"LastUpdatedBy": {}
|
982
|
+
}
|
983
|
+
}
|
984
|
+
},
|
985
|
+
"NextToken": {}
|
986
|
+
}
|
987
|
+
}
|
988
|
+
},
|
897
989
|
"ListPermissions": {
|
898
990
|
"http": {
|
899
991
|
"requestUri": "/ListPermissions"
|
@@ -920,7 +1012,7 @@
|
|
920
1012
|
"type": "structure",
|
921
1013
|
"members": {
|
922
1014
|
"PrincipalResourcePermissions": {
|
923
|
-
"shape": "
|
1015
|
+
"shape": "S34"
|
924
1016
|
},
|
925
1017
|
"NextToken": {}
|
926
1018
|
}
|
@@ -959,7 +1051,7 @@
|
|
959
1051
|
"ResourceInfoList": {
|
960
1052
|
"type": "list",
|
961
1053
|
"member": {
|
962
|
-
"shape": "
|
1054
|
+
"shape": "S2e"
|
963
1055
|
}
|
964
1056
|
},
|
965
1057
|
"NextToken": {}
|
@@ -997,7 +1089,7 @@
|
|
997
1089
|
"members": {
|
998
1090
|
"StorageOptimizerType": {},
|
999
1091
|
"Config": {
|
1000
|
-
"shape": "
|
1092
|
+
"shape": "S5o"
|
1001
1093
|
},
|
1002
1094
|
"ErrorMessage": {},
|
1003
1095
|
"Warnings": {},
|
@@ -1030,7 +1122,7 @@
|
|
1030
1122
|
"Transactions": {
|
1031
1123
|
"type": "list",
|
1032
1124
|
"member": {
|
1033
|
-
"shape": "
|
1125
|
+
"shape": "S2j"
|
1034
1126
|
}
|
1035
1127
|
},
|
1036
1128
|
"NextToken": {}
|
@@ -1049,7 +1141,7 @@
|
|
1049
1141
|
"members": {
|
1050
1142
|
"CatalogId": {},
|
1051
1143
|
"DataLakeSettings": {
|
1052
|
-
"shape": "
|
1144
|
+
"shape": "S2r"
|
1053
1145
|
}
|
1054
1146
|
}
|
1055
1147
|
},
|
@@ -1075,6 +1167,9 @@
|
|
1075
1167
|
"RoleArn": {},
|
1076
1168
|
"WithFederation": {
|
1077
1169
|
"type": "boolean"
|
1170
|
+
},
|
1171
|
+
"HybridAccessEnabled": {
|
1172
|
+
"type": "boolean"
|
1078
1173
|
}
|
1079
1174
|
}
|
1080
1175
|
},
|
@@ -1224,7 +1319,7 @@
|
|
1224
1319
|
"shape": "Sn"
|
1225
1320
|
},
|
1226
1321
|
"LFTagsOnColumns": {
|
1227
|
-
"shape": "
|
1322
|
+
"shape": "S3s"
|
1228
1323
|
}
|
1229
1324
|
}
|
1230
1325
|
}
|
@@ -1359,6 +1454,9 @@
|
|
1359
1454
|
"ResourceArn": {},
|
1360
1455
|
"WithFederation": {
|
1361
1456
|
"type": "boolean"
|
1457
|
+
},
|
1458
|
+
"HybridAccessEnabled": {
|
1459
|
+
"type": "boolean"
|
1362
1460
|
}
|
1363
1461
|
}
|
1364
1462
|
},
|
@@ -1402,7 +1500,7 @@
|
|
1402
1500
|
"type": "long"
|
1403
1501
|
},
|
1404
1502
|
"PartitionValues": {
|
1405
|
-
"shape": "
|
1503
|
+
"shape": "S3z"
|
1406
1504
|
}
|
1407
1505
|
}
|
1408
1506
|
},
|
@@ -1415,7 +1513,7 @@
|
|
1415
1513
|
"Uri": {},
|
1416
1514
|
"ETag": {},
|
1417
1515
|
"PartitionValues": {
|
1418
|
-
"shape": "
|
1516
|
+
"shape": "S3z"
|
1419
1517
|
}
|
1420
1518
|
}
|
1421
1519
|
}
|
@@ -1448,7 +1546,7 @@
|
|
1448
1546
|
"type": "map",
|
1449
1547
|
"key": {},
|
1450
1548
|
"value": {
|
1451
|
-
"shape": "
|
1549
|
+
"shape": "S5o"
|
1452
1550
|
}
|
1453
1551
|
}
|
1454
1552
|
}
|
@@ -1723,7 +1821,7 @@
|
|
1723
1821
|
"VersionId": {}
|
1724
1822
|
}
|
1725
1823
|
},
|
1726
|
-
"
|
1824
|
+
"S2e": {
|
1727
1825
|
"type": "structure",
|
1728
1826
|
"members": {
|
1729
1827
|
"ResourceArn": {},
|
@@ -1733,10 +1831,13 @@
|
|
1733
1831
|
},
|
1734
1832
|
"WithFederation": {
|
1735
1833
|
"type": "boolean"
|
1834
|
+
},
|
1835
|
+
"HybridAccessEnabled": {
|
1836
|
+
"type": "boolean"
|
1736
1837
|
}
|
1737
1838
|
}
|
1738
1839
|
},
|
1739
|
-
"
|
1840
|
+
"S2j": {
|
1740
1841
|
"type": "structure",
|
1741
1842
|
"members": {
|
1742
1843
|
"TransactionId": {},
|
@@ -1749,20 +1850,20 @@
|
|
1749
1850
|
}
|
1750
1851
|
}
|
1751
1852
|
},
|
1752
|
-
"
|
1853
|
+
"S2r": {
|
1753
1854
|
"type": "structure",
|
1754
1855
|
"members": {
|
1755
1856
|
"DataLakeAdmins": {
|
1756
|
-
"shape": "
|
1857
|
+
"shape": "S2s"
|
1757
1858
|
},
|
1758
1859
|
"ReadOnlyAdmins": {
|
1759
|
-
"shape": "
|
1860
|
+
"shape": "S2s"
|
1760
1861
|
},
|
1761
1862
|
"CreateDatabaseDefaultPermissions": {
|
1762
|
-
"shape": "
|
1863
|
+
"shape": "S2t"
|
1763
1864
|
},
|
1764
1865
|
"CreateTableDefaultPermissions": {
|
1765
|
-
"shape": "
|
1866
|
+
"shape": "S2t"
|
1766
1867
|
},
|
1767
1868
|
"Parameters": {
|
1768
1869
|
"type": "map",
|
@@ -1780,7 +1881,7 @@
|
|
1780
1881
|
"type": "boolean"
|
1781
1882
|
},
|
1782
1883
|
"ExternalDataFilteringAllowList": {
|
1783
|
-
"shape": "
|
1884
|
+
"shape": "S2s"
|
1784
1885
|
},
|
1785
1886
|
"AuthorizedSessionTagValueList": {
|
1786
1887
|
"type": "list",
|
@@ -1788,13 +1889,13 @@
|
|
1788
1889
|
}
|
1789
1890
|
}
|
1790
1891
|
},
|
1791
|
-
"
|
1892
|
+
"S2s": {
|
1792
1893
|
"type": "list",
|
1793
1894
|
"member": {
|
1794
1895
|
"shape": "S18"
|
1795
1896
|
}
|
1796
1897
|
},
|
1797
|
-
"
|
1898
|
+
"S2t": {
|
1798
1899
|
"type": "list",
|
1799
1900
|
"member": {
|
1800
1901
|
"type": "structure",
|
@@ -1808,7 +1909,7 @@
|
|
1808
1909
|
}
|
1809
1910
|
}
|
1810
1911
|
},
|
1811
|
-
"
|
1912
|
+
"S34": {
|
1812
1913
|
"type": "list",
|
1813
1914
|
"member": {
|
1814
1915
|
"type": "structure",
|
@@ -1833,11 +1934,15 @@
|
|
1833
1934
|
"member": {}
|
1834
1935
|
}
|
1835
1936
|
}
|
1836
|
-
}
|
1937
|
+
},
|
1938
|
+
"LastUpdated": {
|
1939
|
+
"type": "timestamp"
|
1940
|
+
},
|
1941
|
+
"LastUpdatedBy": {}
|
1837
1942
|
}
|
1838
1943
|
}
|
1839
1944
|
},
|
1840
|
-
"
|
1945
|
+
"S3s": {
|
1841
1946
|
"type": "list",
|
1842
1947
|
"member": {
|
1843
1948
|
"type": "structure",
|
@@ -1849,21 +1954,21 @@
|
|
1849
1954
|
}
|
1850
1955
|
}
|
1851
1956
|
},
|
1852
|
-
"
|
1957
|
+
"S3z": {
|
1853
1958
|
"type": "list",
|
1854
1959
|
"member": {}
|
1855
1960
|
},
|
1856
|
-
"
|
1961
|
+
"S48": {
|
1857
1962
|
"type": "structure",
|
1858
1963
|
"members": {
|
1859
1964
|
"AdditionalAuditContext": {}
|
1860
1965
|
}
|
1861
1966
|
},
|
1862
|
-
"
|
1967
|
+
"S4a": {
|
1863
1968
|
"type": "list",
|
1864
1969
|
"member": {}
|
1865
1970
|
},
|
1866
|
-
"
|
1971
|
+
"S5o": {
|
1867
1972
|
"type": "map",
|
1868
1973
|
"key": {},
|
1869
1974
|
"value": {}
|
@@ -28,6 +28,11 @@
|
|
28
28
|
"output_token": "NextToken",
|
29
29
|
"result_key": "LFTags"
|
30
30
|
},
|
31
|
+
"ListLakeFormationOptIns": {
|
32
|
+
"input_token": "NextToken",
|
33
|
+
"limit_key": "MaxResults",
|
34
|
+
"output_token": "NextToken"
|
35
|
+
},
|
31
36
|
"ListPermissions": {
|
32
37
|
"input_token": "NextToken",
|
33
38
|
"limit_key": "MaxResults",
|