cdk-lambda-subminute 2.0.449 → 2.0.451

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 (71) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.waiters2.json +74 -62
  5. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +4 -1
  6. package/node_modules/aws-sdk/apis/appsync-2017-07-25.paginators.json +60 -0
  7. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1329 -202
  8. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +18 -0
  9. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +305 -287
  10. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -171
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
  13. package/node_modules/aws-sdk/apis/connect-contact-lens-2020-08-21.min.json +18 -1
  14. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +902 -413
  15. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1161 -1028
  17. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +162 -94
  18. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +226 -81
  19. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +113 -98
  20. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +159 -154
  21. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +144 -139
  22. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.waiters2.json +5 -0
  23. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +327 -230
  24. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +0 -3
  25. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +75 -35
  26. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  27. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
  28. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +25 -21
  29. package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +4 -1
  30. package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +4 -1
  31. package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
  32. package/node_modules/aws-sdk/clients/acmpca.d.ts +12 -12
  33. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  34. package/node_modules/aws-sdk/clients/all.js +0 -1
  35. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1079 -16
  36. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +284 -257
  37. package/node_modules/aws-sdk/clients/cleanroomsml.js +1 -0
  38. package/node_modules/aws-sdk/clients/connect.d.ts +223 -6
  39. package/node_modules/aws-sdk/clients/connectcontactlens.d.ts +24 -3
  40. package/node_modules/aws-sdk/clients/datazone.d.ts +576 -64
  41. package/node_modules/aws-sdk/clients/dynamodb.d.ts +6 -6
  42. package/node_modules/aws-sdk/clients/ec2.d.ts +172 -17
  43. package/node_modules/aws-sdk/clients/entityresolution.d.ts +105 -22
  44. package/node_modules/aws-sdk/clients/firehose.d.ts +141 -0
  45. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +37 -25
  46. package/node_modules/aws-sdk/clients/ivs.d.ts +229 -229
  47. package/node_modules/aws-sdk/clients/ivschat.d.ts +166 -166
  48. package/node_modules/aws-sdk/clients/ivschat.js +1 -0
  49. package/node_modules/aws-sdk/clients/medialive.d.ts +100 -4
  50. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +1 -1
  51. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +38 -0
  52. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +56 -56
  53. package/node_modules/aws-sdk/clients/rds.d.ts +9 -9
  54. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +20 -3
  55. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  56. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  57. package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
  58. package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +1 -1
  59. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  60. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1825 -1848
  61. package/node_modules/aws-sdk/dist/aws-sdk.js +1779 -1286
  62. package/node_modules/aws-sdk/dist/aws-sdk.min.js +84 -84
  63. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  64. package/node_modules/aws-sdk/lib/core.js +1 -1
  65. package/node_modules/aws-sdk/package.json +1 -1
  66. package/package.json +3 -3
  67. package/node_modules/aws-sdk/apis/mobile-2017-07-01.examples.json +0 -5
  68. package/node_modules/aws-sdk/apis/mobile-2017-07-01.min.json +0 -341
  69. package/node_modules/aws-sdk/apis/mobile-2017-07-01.paginators.json +0 -14
  70. package/node_modules/aws-sdk/clients/mobile.d.ts +0 -333
  71. package/node_modules/aws-sdk/clients/mobile.js +0 -18
@@ -382,6 +382,77 @@
382
382
  },
383
383
  "idempotent": true
384
384
  },
385
+ "CreateAssetFilter": {
386
+ "http": {
387
+ "requestUri": "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters",
388
+ "responseCode": 201
389
+ },
390
+ "input": {
391
+ "type": "structure",
392
+ "required": [
393
+ "assetIdentifier",
394
+ "configuration",
395
+ "domainIdentifier",
396
+ "name"
397
+ ],
398
+ "members": {
399
+ "assetIdentifier": {
400
+ "location": "uri",
401
+ "locationName": "assetIdentifier"
402
+ },
403
+ "clientToken": {
404
+ "idempotencyToken": true
405
+ },
406
+ "configuration": {
407
+ "shape": "S29"
408
+ },
409
+ "description": {
410
+ "shape": "Sq"
411
+ },
412
+ "domainIdentifier": {
413
+ "location": "uri",
414
+ "locationName": "domainIdentifier"
415
+ },
416
+ "name": {
417
+ "shape": "S2t"
418
+ }
419
+ }
420
+ },
421
+ "output": {
422
+ "type": "structure",
423
+ "required": [
424
+ "assetId",
425
+ "configuration",
426
+ "domainId",
427
+ "id",
428
+ "name"
429
+ ],
430
+ "members": {
431
+ "assetId": {},
432
+ "configuration": {
433
+ "shape": "S29"
434
+ },
435
+ "createdAt": {
436
+ "type": "timestamp"
437
+ },
438
+ "description": {
439
+ "shape": "Sq"
440
+ },
441
+ "domainId": {},
442
+ "effectiveColumnNames": {
443
+ "shape": "S2b"
444
+ },
445
+ "effectiveRowFilter": {},
446
+ "errorMessage": {},
447
+ "id": {},
448
+ "name": {
449
+ "shape": "S2t"
450
+ },
451
+ "status": {}
452
+ }
453
+ },
454
+ "idempotent": true
455
+ },
385
456
  "CreateAssetRevision": {
386
457
  "http": {
387
458
  "requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}/revisions",
@@ -543,7 +614,7 @@
543
614
  },
544
615
  "domainId": {},
545
616
  "formsOutput": {
546
- "shape": "S2e"
617
+ "shape": "S33"
547
618
  },
548
619
  "name": {},
549
620
  "originDomainId": {},
@@ -579,7 +650,7 @@
579
650
  "idempotencyToken": true
580
651
  },
581
652
  "configuration": {
582
- "shape": "S2h"
653
+ "shape": "S36"
583
654
  },
584
655
  "description": {
585
656
  "shape": "Sq"
@@ -591,17 +662,17 @@
591
662
  "enableSetting": {},
592
663
  "environmentIdentifier": {},
593
664
  "name": {
594
- "shape": "S32"
665
+ "shape": "S3r"
595
666
  },
596
667
  "projectIdentifier": {},
597
668
  "publishOnImport": {
598
669
  "type": "boolean"
599
670
  },
600
671
  "recommendation": {
601
- "shape": "S33"
672
+ "shape": "S3s"
602
673
  },
603
674
  "schedule": {
604
- "shape": "S34"
675
+ "shape": "S3t"
605
676
  },
606
677
  "type": {}
607
678
  }
@@ -620,10 +691,10 @@
620
691
  "shape": "S1x"
621
692
  },
622
693
  "configuration": {
623
- "shape": "S39"
694
+ "shape": "S3y"
624
695
  },
625
696
  "createdAt": {
626
- "shape": "S3i"
697
+ "shape": "S47"
627
698
  },
628
699
  "description": {
629
700
  "shape": "Sq"
@@ -632,33 +703,33 @@
632
703
  "enableSetting": {},
633
704
  "environmentId": {},
634
705
  "errorMessage": {
635
- "shape": "S3j"
706
+ "shape": "S48"
636
707
  },
637
708
  "id": {},
638
709
  "lastRunAt": {
639
- "shape": "S3i"
710
+ "shape": "S47"
640
711
  },
641
712
  "lastRunErrorMessage": {
642
- "shape": "S3j"
713
+ "shape": "S48"
643
714
  },
644
715
  "lastRunStatus": {},
645
716
  "name": {
646
- "shape": "S32"
717
+ "shape": "S3r"
647
718
  },
648
719
  "projectId": {},
649
720
  "publishOnImport": {
650
721
  "type": "boolean"
651
722
  },
652
723
  "recommendation": {
653
- "shape": "S33"
724
+ "shape": "S3s"
654
725
  },
655
726
  "schedule": {
656
- "shape": "S34"
727
+ "shape": "S3t"
657
728
  },
658
729
  "status": {},
659
730
  "type": {},
660
731
  "updatedAt": {
661
- "shape": "S3i"
732
+ "shape": "S47"
662
733
  }
663
734
  }
664
735
  },
@@ -684,10 +755,10 @@
684
755
  "kmsKeyIdentifier": {},
685
756
  "name": {},
686
757
  "singleSignOn": {
687
- "shape": "S3r"
758
+ "shape": "S4g"
688
759
  },
689
760
  "tags": {
690
- "shape": "S3u"
761
+ "shape": "S4j"
691
762
  }
692
763
  }
693
764
  },
@@ -705,11 +776,11 @@
705
776
  "name": {},
706
777
  "portalUrl": {},
707
778
  "singleSignOn": {
708
- "shape": "S3r"
779
+ "shape": "S4g"
709
780
  },
710
781
  "status": {},
711
782
  "tags": {
712
- "shape": "S3u"
783
+ "shape": "S4j"
713
784
  }
714
785
  }
715
786
  },
@@ -744,7 +815,7 @@
744
815
  "name": {},
745
816
  "projectIdentifier": {},
746
817
  "userParameters": {
747
- "shape": "S41"
818
+ "shape": "S4q"
748
819
  }
749
820
  }
750
821
  },
@@ -761,18 +832,18 @@
761
832
  "awsAccountId": {},
762
833
  "awsAccountRegion": {},
763
834
  "createdAt": {
764
- "shape": "S46"
835
+ "shape": "S4v"
765
836
  },
766
837
  "createdBy": {},
767
838
  "deploymentProperties": {
768
- "shape": "S47"
839
+ "shape": "S4w"
769
840
  },
770
841
  "description": {
771
842
  "shape": "Sq"
772
843
  },
773
844
  "domainId": {},
774
845
  "environmentActions": {
775
- "shape": "S4a"
846
+ "shape": "S4z"
776
847
  },
777
848
  "environmentBlueprintId": {},
778
849
  "environmentProfileId": {},
@@ -781,25 +852,25 @@
781
852
  },
782
853
  "id": {},
783
854
  "lastDeployment": {
784
- "shape": "S4g"
855
+ "shape": "S55"
785
856
  },
786
857
  "name": {
787
- "shape": "S4m"
858
+ "shape": "S5b"
788
859
  },
789
860
  "projectId": {},
790
861
  "provider": {},
791
862
  "provisionedResources": {
792
- "shape": "S4n"
863
+ "shape": "S5c"
793
864
  },
794
865
  "provisioningProperties": {
795
- "shape": "S4p"
866
+ "shape": "S5e"
796
867
  },
797
868
  "status": {},
798
869
  "updatedAt": {
799
- "shape": "S46"
870
+ "shape": "S4v"
800
871
  },
801
872
  "userParameters": {
802
- "shape": "S4s"
873
+ "shape": "S5h"
803
874
  }
804
875
  }
805
876
  }
@@ -829,7 +900,7 @@
829
900
  },
830
901
  "name": {},
831
902
  "parameters": {
832
- "shape": "S4w"
903
+ "shape": "S5l"
833
904
  }
834
905
  }
835
906
  },
@@ -849,7 +920,7 @@
849
920
  "id": {},
850
921
  "name": {},
851
922
  "parameters": {
852
- "shape": "S4w"
923
+ "shape": "S5l"
853
924
  }
854
925
  }
855
926
  }
@@ -879,11 +950,11 @@
879
950
  },
880
951
  "environmentBlueprintIdentifier": {},
881
952
  "name": {
882
- "shape": "S51"
953
+ "shape": "S5q"
883
954
  },
884
955
  "projectIdentifier": {},
885
956
  "userParameters": {
886
- "shape": "S41"
957
+ "shape": "S4q"
887
958
  }
888
959
  }
889
960
  },
@@ -900,7 +971,7 @@
900
971
  "awsAccountId": {},
901
972
  "awsAccountRegion": {},
902
973
  "createdAt": {
903
- "shape": "S46"
974
+ "shape": "S4v"
904
975
  },
905
976
  "createdBy": {},
906
977
  "description": {
@@ -910,14 +981,14 @@
910
981
  "environmentBlueprintId": {},
911
982
  "id": {},
912
983
  "name": {
913
- "shape": "S51"
984
+ "shape": "S5q"
914
985
  },
915
986
  "projectId": {},
916
987
  "updatedAt": {
917
- "shape": "S46"
988
+ "shape": "S4v"
918
989
  },
919
990
  "userParameters": {
920
- "shape": "S4s"
991
+ "shape": "S5h"
921
992
  }
922
993
  }
923
994
  }
@@ -944,7 +1015,7 @@
944
1015
  "locationName": "domainIdentifier"
945
1016
  },
946
1017
  "model": {
947
- "shape": "S54"
1018
+ "shape": "S5t"
948
1019
  },
949
1020
  "name": {
950
1021
  "shape": "S1z"
@@ -992,14 +1063,14 @@
992
1063
  "idempotencyToken": true
993
1064
  },
994
1065
  "description": {
995
- "shape": "S59"
1066
+ "shape": "S5y"
996
1067
  },
997
1068
  "domainIdentifier": {
998
1069
  "location": "uri",
999
1070
  "locationName": "domainIdentifier"
1000
1071
  },
1001
1072
  "name": {
1002
- "shape": "S5a"
1073
+ "shape": "S5z"
1003
1074
  },
1004
1075
  "owningProjectIdentifier": {},
1005
1076
  "status": {}
@@ -1015,12 +1086,12 @@
1015
1086
  ],
1016
1087
  "members": {
1017
1088
  "description": {
1018
- "shape": "S59"
1089
+ "shape": "S5y"
1019
1090
  },
1020
1091
  "domainId": {},
1021
1092
  "id": {},
1022
1093
  "name": {
1023
- "shape": "S5a"
1094
+ "shape": "S5z"
1024
1095
  },
1025
1096
  "owningProjectId": {},
1026
1097
  "status": {}
@@ -1050,7 +1121,7 @@
1050
1121
  },
1051
1122
  "glossaryIdentifier": {},
1052
1123
  "longDescription": {
1053
- "shape": "S5f"
1124
+ "shape": "S64"
1054
1125
  },
1055
1126
  "name": {
1056
1127
  "shape": "Sy"
@@ -1060,7 +1131,7 @@
1060
1131
  },
1061
1132
  "status": {},
1062
1133
  "termRelations": {
1063
- "shape": "S5h"
1134
+ "shape": "S66"
1064
1135
  }
1065
1136
  }
1066
1137
  },
@@ -1078,7 +1149,7 @@
1078
1149
  "glossaryId": {},
1079
1150
  "id": {},
1080
1151
  "longDescription": {
1081
- "shape": "S5f"
1152
+ "shape": "S64"
1082
1153
  },
1083
1154
  "name": {
1084
1155
  "shape": "Sy"
@@ -1088,7 +1159,7 @@
1088
1159
  },
1089
1160
  "status": {},
1090
1161
  "termRelations": {
1091
- "shape": "S5h"
1162
+ "shape": "S66"
1092
1163
  }
1093
1164
  }
1094
1165
  },
@@ -1121,7 +1192,7 @@
1121
1192
  "members": {
1122
1193
  "domainId": {},
1123
1194
  "groupName": {
1124
- "shape": "S5o"
1195
+ "shape": "S6d"
1125
1196
  },
1126
1197
  "id": {},
1127
1198
  "status": {}
@@ -1207,7 +1278,7 @@
1207
1278
  ],
1208
1279
  "members": {
1209
1280
  "createdAt": {
1210
- "shape": "S46"
1281
+ "shape": "S4v"
1211
1282
  },
1212
1283
  "createdBy": {},
1213
1284
  "description": {
@@ -1215,14 +1286,14 @@
1215
1286
  },
1216
1287
  "domainId": {},
1217
1288
  "failureReasons": {
1218
- "shape": "S5y"
1289
+ "shape": "S6n"
1219
1290
  },
1220
1291
  "glossaryTerms": {
1221
1292
  "shape": "S1q"
1222
1293
  },
1223
1294
  "id": {},
1224
1295
  "lastUpdatedAt": {
1225
- "shape": "S46"
1296
+ "shape": "S4v"
1226
1297
  },
1227
1298
  "name": {
1228
1299
  "shape": "S15"
@@ -1251,7 +1322,7 @@
1251
1322
  "locationName": "domainIdentifier"
1252
1323
  },
1253
1324
  "member": {
1254
- "shape": "S63"
1325
+ "shape": "S6s"
1255
1326
  },
1256
1327
  "projectIdentifier": {
1257
1328
  "location": "uri",
@@ -1334,7 +1405,7 @@
1334
1405
  ],
1335
1406
  "members": {
1336
1407
  "assets": {
1337
- "shape": "S6c"
1408
+ "shape": "S71"
1338
1409
  },
1339
1410
  "createdAt": {
1340
1411
  "type": "timestamp"
@@ -1342,7 +1413,7 @@
1342
1413
  "createdBy": {},
1343
1414
  "domainId": {},
1344
1415
  "grantedEntity": {
1345
- "shape": "S6g"
1416
+ "shape": "S75"
1346
1417
  },
1347
1418
  "id": {},
1348
1419
  "status": {},
@@ -1474,10 +1545,10 @@
1474
1545
  ],
1475
1546
  "members": {
1476
1547
  "applicableAssetTypes": {
1477
- "shape": "S6u"
1548
+ "shape": "S7j"
1478
1549
  },
1479
1550
  "authorizedPrincipals": {
1480
- "shape": "S6v"
1551
+ "shape": "S7k"
1481
1552
  },
1482
1553
  "clientToken": {
1483
1554
  "idempotencyToken": true
@@ -1492,11 +1563,11 @@
1492
1563
  },
1493
1564
  "manageAccessRole": {},
1494
1565
  "name": {
1495
- "shape": "S6x"
1566
+ "shape": "S7m"
1496
1567
  },
1497
1568
  "provider": {},
1498
1569
  "subscriptionTargetConfig": {
1499
- "shape": "S6y"
1570
+ "shape": "S7n"
1500
1571
  },
1501
1572
  "type": {}
1502
1573
  }
@@ -1520,10 +1591,10 @@
1520
1591
  ],
1521
1592
  "members": {
1522
1593
  "applicableAssetTypes": {
1523
- "shape": "S6u"
1594
+ "shape": "S7j"
1524
1595
  },
1525
1596
  "authorizedPrincipals": {
1526
- "shape": "S6v"
1597
+ "shape": "S7k"
1527
1598
  },
1528
1599
  "createdAt": {
1529
1600
  "type": "timestamp"
@@ -1534,12 +1605,12 @@
1534
1605
  "id": {},
1535
1606
  "manageAccessRole": {},
1536
1607
  "name": {
1537
- "shape": "S6x"
1608
+ "shape": "S7m"
1538
1609
  },
1539
1610
  "projectId": {},
1540
1611
  "provider": {},
1541
1612
  "subscriptionTargetConfig": {
1542
- "shape": "S6y"
1613
+ "shape": "S7n"
1543
1614
  },
1544
1615
  "type": {},
1545
1616
  "updatedAt": {
@@ -1576,7 +1647,7 @@
1576
1647
  "type": "structure",
1577
1648
  "members": {
1578
1649
  "details": {
1579
- "shape": "S75"
1650
+ "shape": "S7u"
1580
1651
  },
1581
1652
  "domainId": {},
1582
1653
  "id": {},
@@ -1615,6 +1686,36 @@
1615
1686
  },
1616
1687
  "idempotent": true
1617
1688
  },
1689
+ "DeleteAssetFilter": {
1690
+ "http": {
1691
+ "method": "DELETE",
1692
+ "requestUri": "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}",
1693
+ "responseCode": 204
1694
+ },
1695
+ "input": {
1696
+ "type": "structure",
1697
+ "required": [
1698
+ "assetIdentifier",
1699
+ "domainIdentifier",
1700
+ "identifier"
1701
+ ],
1702
+ "members": {
1703
+ "assetIdentifier": {
1704
+ "location": "uri",
1705
+ "locationName": "assetIdentifier"
1706
+ },
1707
+ "domainIdentifier": {
1708
+ "location": "uri",
1709
+ "locationName": "domainIdentifier"
1710
+ },
1711
+ "identifier": {
1712
+ "location": "uri",
1713
+ "locationName": "identifier"
1714
+ }
1715
+ }
1716
+ },
1717
+ "idempotent": true
1718
+ },
1618
1719
  "DeleteAssetType": {
1619
1720
  "http": {
1620
1721
  "method": "DELETE",
@@ -1690,10 +1791,10 @@
1690
1791
  "shape": "S1x"
1691
1792
  },
1692
1793
  "configuration": {
1693
- "shape": "S39"
1794
+ "shape": "S3y"
1694
1795
  },
1695
1796
  "createdAt": {
1696
- "shape": "S3i"
1797
+ "shape": "S47"
1697
1798
  },
1698
1799
  "description": {
1699
1800
  "shape": "Sq"
@@ -1702,18 +1803,18 @@
1702
1803
  "enableSetting": {},
1703
1804
  "environmentId": {},
1704
1805
  "errorMessage": {
1705
- "shape": "S3j"
1806
+ "shape": "S48"
1706
1807
  },
1707
1808
  "id": {},
1708
1809
  "lastRunAt": {
1709
- "shape": "S3i"
1810
+ "shape": "S47"
1710
1811
  },
1711
1812
  "lastRunErrorMessage": {
1712
- "shape": "S3j"
1813
+ "shape": "S48"
1713
1814
  },
1714
1815
  "lastRunStatus": {},
1715
1816
  "name": {
1716
- "shape": "S32"
1817
+ "shape": "S3r"
1717
1818
  },
1718
1819
  "projectId": {},
1719
1820
  "publishOnImport": {
@@ -1723,15 +1824,15 @@
1723
1824
  "type": "boolean"
1724
1825
  },
1725
1826
  "schedule": {
1726
- "shape": "S34"
1827
+ "shape": "S3t"
1727
1828
  },
1728
1829
  "selfGrantStatus": {
1729
- "shape": "S7k"
1830
+ "shape": "S8a"
1730
1831
  },
1731
1832
  "status": {},
1732
1833
  "type": {},
1733
1834
  "updatedAt": {
1734
- "shape": "S3i"
1835
+ "shape": "S47"
1735
1836
  }
1736
1837
  }
1737
1838
  },
@@ -2052,7 +2153,7 @@
2052
2153
  "locationName": "domainIdentifier"
2053
2154
  },
2054
2155
  "member": {
2055
- "shape": "S63"
2156
+ "shape": "S6s"
2056
2157
  },
2057
2158
  "projectIdentifier": {
2058
2159
  "location": "uri",
@@ -2103,7 +2204,7 @@
2103
2204
  ],
2104
2205
  "members": {
2105
2206
  "assets": {
2106
- "shape": "S6c"
2207
+ "shape": "S71"
2107
2208
  },
2108
2209
  "createdAt": {
2109
2210
  "type": "timestamp"
@@ -2111,7 +2212,7 @@
2111
2212
  "createdBy": {},
2112
2213
  "domainId": {},
2113
2214
  "grantedEntity": {
2114
- "shape": "S6g"
2215
+ "shape": "S75"
2115
2216
  },
2116
2217
  "id": {},
2117
2218
  "status": {},
@@ -2335,6 +2436,68 @@
2335
2436
  }
2336
2437
  }
2337
2438
  },
2439
+ "GetAssetFilter": {
2440
+ "http": {
2441
+ "method": "GET",
2442
+ "requestUri": "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}",
2443
+ "responseCode": 200
2444
+ },
2445
+ "input": {
2446
+ "type": "structure",
2447
+ "required": [
2448
+ "assetIdentifier",
2449
+ "domainIdentifier",
2450
+ "identifier"
2451
+ ],
2452
+ "members": {
2453
+ "assetIdentifier": {
2454
+ "location": "uri",
2455
+ "locationName": "assetIdentifier"
2456
+ },
2457
+ "domainIdentifier": {
2458
+ "location": "uri",
2459
+ "locationName": "domainIdentifier"
2460
+ },
2461
+ "identifier": {
2462
+ "location": "uri",
2463
+ "locationName": "identifier"
2464
+ }
2465
+ }
2466
+ },
2467
+ "output": {
2468
+ "type": "structure",
2469
+ "required": [
2470
+ "assetId",
2471
+ "configuration",
2472
+ "domainId",
2473
+ "id",
2474
+ "name"
2475
+ ],
2476
+ "members": {
2477
+ "assetId": {},
2478
+ "configuration": {
2479
+ "shape": "S29"
2480
+ },
2481
+ "createdAt": {
2482
+ "type": "timestamp"
2483
+ },
2484
+ "description": {
2485
+ "shape": "Sq"
2486
+ },
2487
+ "domainId": {},
2488
+ "effectiveColumnNames": {
2489
+ "shape": "S2b"
2490
+ },
2491
+ "effectiveRowFilter": {},
2492
+ "errorMessage": {},
2493
+ "id": {},
2494
+ "name": {
2495
+ "shape": "S2t"
2496
+ },
2497
+ "status": {}
2498
+ }
2499
+ }
2500
+ },
2338
2501
  "GetAssetType": {
2339
2502
  "http": {
2340
2503
  "method": "GET",
@@ -2381,7 +2544,7 @@
2381
2544
  },
2382
2545
  "domainId": {},
2383
2546
  "formsOutput": {
2384
- "shape": "S2e"
2547
+ "shape": "S33"
2385
2548
  },
2386
2549
  "name": {},
2387
2550
  "originDomainId": {},
@@ -2432,10 +2595,10 @@
2432
2595
  "shape": "S1x"
2433
2596
  },
2434
2597
  "configuration": {
2435
- "shape": "S39"
2598
+ "shape": "S3y"
2436
2599
  },
2437
2600
  "createdAt": {
2438
- "shape": "S3i"
2601
+ "shape": "S47"
2439
2602
  },
2440
2603
  "description": {
2441
2604
  "shape": "Sq"
@@ -2444,39 +2607,39 @@
2444
2607
  "enableSetting": {},
2445
2608
  "environmentId": {},
2446
2609
  "errorMessage": {
2447
- "shape": "S3j"
2610
+ "shape": "S48"
2448
2611
  },
2449
2612
  "id": {},
2450
2613
  "lastRunAssetCount": {
2451
2614
  "type": "integer"
2452
2615
  },
2453
2616
  "lastRunAt": {
2454
- "shape": "S3i"
2617
+ "shape": "S47"
2455
2618
  },
2456
2619
  "lastRunErrorMessage": {
2457
- "shape": "S3j"
2620
+ "shape": "S48"
2458
2621
  },
2459
2622
  "lastRunStatus": {},
2460
2623
  "name": {
2461
- "shape": "S32"
2624
+ "shape": "S3r"
2462
2625
  },
2463
2626
  "projectId": {},
2464
2627
  "publishOnImport": {
2465
2628
  "type": "boolean"
2466
2629
  },
2467
2630
  "recommendation": {
2468
- "shape": "S33"
2631
+ "shape": "S3s"
2469
2632
  },
2470
2633
  "schedule": {
2471
- "shape": "S34"
2634
+ "shape": "S3t"
2472
2635
  },
2473
2636
  "selfGrantStatus": {
2474
- "shape": "S7k"
2637
+ "shape": "S8a"
2475
2638
  },
2476
2639
  "status": {},
2477
2640
  "type": {},
2478
2641
  "updatedAt": {
2479
- "shape": "S3i"
2642
+ "shape": "S47"
2480
2643
  }
2481
2644
  }
2482
2645
  }
@@ -2518,29 +2681,29 @@
2518
2681
  ],
2519
2682
  "members": {
2520
2683
  "createdAt": {
2521
- "shape": "S3i"
2684
+ "shape": "S47"
2522
2685
  },
2523
2686
  "dataSourceConfigurationSnapshot": {},
2524
2687
  "dataSourceId": {},
2525
2688
  "domainId": {},
2526
2689
  "errorMessage": {
2527
- "shape": "S3j"
2690
+ "shape": "S48"
2528
2691
  },
2529
2692
  "id": {},
2530
2693
  "projectId": {},
2531
2694
  "runStatisticsForAssets": {
2532
- "shape": "S8t"
2695
+ "shape": "S9l"
2533
2696
  },
2534
2697
  "startedAt": {
2535
- "shape": "S3i"
2698
+ "shape": "S47"
2536
2699
  },
2537
2700
  "status": {},
2538
2701
  "stoppedAt": {
2539
- "shape": "S3i"
2702
+ "shape": "S47"
2540
2703
  },
2541
2704
  "type": {},
2542
2705
  "updatedAt": {
2543
- "shape": "S3i"
2706
+ "shape": "S47"
2544
2707
  }
2545
2708
  }
2546
2709
  }
@@ -2585,11 +2748,11 @@
2585
2748
  "name": {},
2586
2749
  "portalUrl": {},
2587
2750
  "singleSignOn": {
2588
- "shape": "S3r"
2751
+ "shape": "S4g"
2589
2752
  },
2590
2753
  "status": {},
2591
2754
  "tags": {
2592
- "shape": "S3u"
2755
+ "shape": "S4j"
2593
2756
  }
2594
2757
  }
2595
2758
  }
@@ -2630,18 +2793,18 @@
2630
2793
  "awsAccountId": {},
2631
2794
  "awsAccountRegion": {},
2632
2795
  "createdAt": {
2633
- "shape": "S46"
2796
+ "shape": "S4v"
2634
2797
  },
2635
2798
  "createdBy": {},
2636
2799
  "deploymentProperties": {
2637
- "shape": "S47"
2800
+ "shape": "S4w"
2638
2801
  },
2639
2802
  "description": {
2640
2803
  "shape": "Sq"
2641
2804
  },
2642
2805
  "domainId": {},
2643
2806
  "environmentActions": {
2644
- "shape": "S4a"
2807
+ "shape": "S4z"
2645
2808
  },
2646
2809
  "environmentBlueprintId": {},
2647
2810
  "environmentProfileId": {},
@@ -2650,25 +2813,25 @@
2650
2813
  },
2651
2814
  "id": {},
2652
2815
  "lastDeployment": {
2653
- "shape": "S4g"
2816
+ "shape": "S55"
2654
2817
  },
2655
2818
  "name": {
2656
- "shape": "S4m"
2819
+ "shape": "S5b"
2657
2820
  },
2658
2821
  "projectId": {},
2659
2822
  "provider": {},
2660
2823
  "provisionedResources": {
2661
- "shape": "S4n"
2824
+ "shape": "S5c"
2662
2825
  },
2663
2826
  "provisioningProperties": {
2664
- "shape": "S4p"
2827
+ "shape": "S5e"
2665
2828
  },
2666
2829
  "status": {},
2667
2830
  "updatedAt": {
2668
- "shape": "S46"
2831
+ "shape": "S4v"
2669
2832
  },
2670
2833
  "userParameters": {
2671
- "shape": "S4s"
2834
+ "shape": "S5h"
2672
2835
  }
2673
2836
  }
2674
2837
  }
@@ -2717,7 +2880,7 @@
2717
2880
  "id": {},
2718
2881
  "name": {},
2719
2882
  "parameters": {
2720
- "shape": "S4w"
2883
+ "shape": "S5l"
2721
2884
  }
2722
2885
  }
2723
2886
  }
@@ -2755,10 +2918,10 @@
2755
2918
  ],
2756
2919
  "members": {
2757
2920
  "createdAt": {
2758
- "shape": "S46"
2921
+ "shape": "S4v"
2759
2922
  },
2760
2923
  "deploymentProperties": {
2761
- "shape": "S47"
2924
+ "shape": "S4w"
2762
2925
  },
2763
2926
  "description": {
2764
2927
  "shape": "Sq"
@@ -2770,13 +2933,13 @@
2770
2933
  "name": {},
2771
2934
  "provider": {},
2772
2935
  "provisioningProperties": {
2773
- "shape": "S4p"
2936
+ "shape": "S5e"
2774
2937
  },
2775
2938
  "updatedAt": {
2776
- "shape": "S46"
2939
+ "shape": "S4v"
2777
2940
  },
2778
2941
  "userParameters": {
2779
- "shape": "S4s"
2942
+ "shape": "S5h"
2780
2943
  }
2781
2944
  }
2782
2945
  }
@@ -2812,20 +2975,23 @@
2812
2975
  ],
2813
2976
  "members": {
2814
2977
  "createdAt": {
2815
- "shape": "S46"
2978
+ "shape": "S4v"
2816
2979
  },
2817
2980
  "domainId": {},
2818
2981
  "enabledRegions": {
2819
- "shape": "S96"
2982
+ "shape": "S9y"
2820
2983
  },
2821
2984
  "environmentBlueprintId": {},
2822
2985
  "manageAccessRoleArn": {},
2986
+ "provisioningConfigurations": {
2987
+ "shape": "Sa0"
2988
+ },
2823
2989
  "provisioningRoleArn": {},
2824
2990
  "regionalParameters": {
2825
- "shape": "S98"
2991
+ "shape": "Sa5"
2826
2992
  },
2827
2993
  "updatedAt": {
2828
- "shape": "S46"
2994
+ "shape": "S4v"
2829
2995
  }
2830
2996
  }
2831
2997
  }
@@ -2866,7 +3032,7 @@
2866
3032
  "awsAccountId": {},
2867
3033
  "awsAccountRegion": {},
2868
3034
  "createdAt": {
2869
- "shape": "S46"
3035
+ "shape": "S4v"
2870
3036
  },
2871
3037
  "createdBy": {},
2872
3038
  "description": {
@@ -2876,14 +3042,14 @@
2876
3042
  "environmentBlueprintId": {},
2877
3043
  "id": {},
2878
3044
  "name": {
2879
- "shape": "S51"
3045
+ "shape": "S5q"
2880
3046
  },
2881
3047
  "projectId": {},
2882
3048
  "updatedAt": {
2883
- "shape": "S46"
3049
+ "shape": "S4v"
2884
3050
  },
2885
3051
  "userParameters": {
2886
- "shape": "S4s"
3052
+ "shape": "S5h"
2887
3053
  }
2888
3054
  }
2889
3055
  }
@@ -2933,10 +3099,10 @@
2933
3099
  },
2934
3100
  "domainId": {},
2935
3101
  "imports": {
2936
- "shape": "S9e"
3102
+ "shape": "Sab"
2937
3103
  },
2938
3104
  "model": {
2939
- "shape": "S54"
3105
+ "shape": "S5t"
2940
3106
  },
2941
3107
  "name": {
2942
3108
  "shape": "S1z"
@@ -2987,12 +3153,12 @@
2987
3153
  },
2988
3154
  "createdBy": {},
2989
3155
  "description": {
2990
- "shape": "S59"
3156
+ "shape": "S5y"
2991
3157
  },
2992
3158
  "domainId": {},
2993
3159
  "id": {},
2994
3160
  "name": {
2995
- "shape": "S5a"
3161
+ "shape": "S5z"
2996
3162
  },
2997
3163
  "owningProjectId": {},
2998
3164
  "status": {},
@@ -3044,7 +3210,7 @@
3044
3210
  "glossaryId": {},
3045
3211
  "id": {},
3046
3212
  "longDescription": {
3047
- "shape": "S5f"
3213
+ "shape": "S64"
3048
3214
  },
3049
3215
  "name": {
3050
3216
  "shape": "Sy"
@@ -3054,7 +3220,7 @@
3054
3220
  },
3055
3221
  "status": {},
3056
3222
  "termRelations": {
3057
- "shape": "S5h"
3223
+ "shape": "S66"
3058
3224
  },
3059
3225
  "updatedAt": {
3060
3226
  "type": "timestamp"
@@ -3091,7 +3257,7 @@
3091
3257
  "members": {
3092
3258
  "domainId": {},
3093
3259
  "groupName": {
3094
- "shape": "S5o"
3260
+ "shape": "S6d"
3095
3261
  },
3096
3262
  "id": {},
3097
3263
  "status": {}
@@ -3169,7 +3335,7 @@
3169
3335
  "description": {},
3170
3336
  "domainId": {},
3171
3337
  "downstreamNodes": {
3172
- "shape": "S9r"
3338
+ "shape": "Sao"
3173
3339
  },
3174
3340
  "eventTimestamp": {
3175
3341
  "type": "timestamp"
@@ -3187,7 +3353,7 @@
3187
3353
  },
3188
3354
  "updatedBy": {},
3189
3355
  "upstreamNodes": {
3190
- "shape": "S9r"
3356
+ "shape": "Sao"
3191
3357
  }
3192
3358
  }
3193
3359
  }
@@ -3311,7 +3477,7 @@
3311
3477
  "owningProjectId": {},
3312
3478
  "status": {},
3313
3479
  "target": {
3314
- "shape": "Sa1"
3480
+ "shape": "Say"
3315
3481
  },
3316
3482
  "type": {}
3317
3483
  }
@@ -3350,7 +3516,7 @@
3350
3516
  ],
3351
3517
  "members": {
3352
3518
  "createdAt": {
3353
- "shape": "S46"
3519
+ "shape": "S4v"
3354
3520
  },
3355
3521
  "createdBy": {},
3356
3522
  "description": {
@@ -3358,14 +3524,14 @@
3358
3524
  },
3359
3525
  "domainId": {},
3360
3526
  "failureReasons": {
3361
- "shape": "S5y"
3527
+ "shape": "S6n"
3362
3528
  },
3363
3529
  "glossaryTerms": {
3364
3530
  "shape": "S1q"
3365
3531
  },
3366
3532
  "id": {},
3367
3533
  "lastUpdatedAt": {
3368
- "shape": "S46"
3534
+ "shape": "S4v"
3369
3535
  },
3370
3536
  "name": {
3371
3537
  "shape": "S15"
@@ -3471,7 +3637,7 @@
3471
3637
  ],
3472
3638
  "members": {
3473
3639
  "assets": {
3474
- "shape": "S6c"
3640
+ "shape": "S71"
3475
3641
  },
3476
3642
  "createdAt": {
3477
3643
  "type": "timestamp"
@@ -3479,7 +3645,7 @@
3479
3645
  "createdBy": {},
3480
3646
  "domainId": {},
3481
3647
  "grantedEntity": {
3482
- "shape": "S6g"
3648
+ "shape": "S75"
3483
3649
  },
3484
3650
  "id": {},
3485
3651
  "status": {},
@@ -3609,10 +3775,10 @@
3609
3775
  ],
3610
3776
  "members": {
3611
3777
  "applicableAssetTypes": {
3612
- "shape": "S6u"
3778
+ "shape": "S7j"
3613
3779
  },
3614
3780
  "authorizedPrincipals": {
3615
- "shape": "S6v"
3781
+ "shape": "S7k"
3616
3782
  },
3617
3783
  "createdAt": {
3618
3784
  "type": "timestamp"
@@ -3623,12 +3789,12 @@
3623
3789
  "id": {},
3624
3790
  "manageAccessRole": {},
3625
3791
  "name": {
3626
- "shape": "S6x"
3792
+ "shape": "S7m"
3627
3793
  },
3628
3794
  "projectId": {},
3629
3795
  "provider": {},
3630
3796
  "subscriptionTargetConfig": {
3631
- "shape": "S6y"
3797
+ "shape": "S7n"
3632
3798
  },
3633
3799
  "type": {},
3634
3800
  "updatedAt": {
@@ -3683,7 +3849,7 @@
3683
3849
  "entityId": {},
3684
3850
  "entityType": {},
3685
3851
  "form": {
3686
- "shape": "Sak"
3852
+ "shape": "Sbh"
3687
3853
  },
3688
3854
  "formName": {}
3689
3855
  }
@@ -3720,7 +3886,7 @@
3720
3886
  "type": "structure",
3721
3887
  "members": {
3722
3888
  "details": {
3723
- "shape": "S75"
3889
+ "shape": "S7u"
3724
3890
  },
3725
3891
  "domainId": {},
3726
3892
  "id": {},
@@ -3729,26 +3895,26 @@
3729
3895
  }
3730
3896
  }
3731
3897
  },
3732
- "ListAssetRevisions": {
3898
+ "ListAssetFilters": {
3733
3899
  "http": {
3734
3900
  "method": "GET",
3735
- "requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}/revisions",
3901
+ "requestUri": "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters",
3736
3902
  "responseCode": 200
3737
3903
  },
3738
3904
  "input": {
3739
3905
  "type": "structure",
3740
3906
  "required": [
3741
- "domainIdentifier",
3742
- "identifier"
3907
+ "assetIdentifier",
3908
+ "domainIdentifier"
3743
3909
  ],
3744
3910
  "members": {
3745
- "domainIdentifier": {
3911
+ "assetIdentifier": {
3746
3912
  "location": "uri",
3747
- "locationName": "domainIdentifier"
3913
+ "locationName": "assetIdentifier"
3748
3914
  },
3749
- "identifier": {
3915
+ "domainIdentifier": {
3750
3916
  "location": "uri",
3751
- "locationName": "identifier"
3917
+ "locationName": "domainIdentifier"
3752
3918
  },
3753
3919
  "maxResults": {
3754
3920
  "location": "querystring",
@@ -3758,24 +3924,48 @@
3758
3924
  "nextToken": {
3759
3925
  "location": "querystring",
3760
3926
  "locationName": "nextToken"
3927
+ },
3928
+ "status": {
3929
+ "location": "querystring",
3930
+ "locationName": "status"
3761
3931
  }
3762
3932
  }
3763
3933
  },
3764
3934
  "output": {
3765
3935
  "type": "structure",
3936
+ "required": [
3937
+ "items"
3938
+ ],
3766
3939
  "members": {
3767
3940
  "items": {
3768
3941
  "type": "list",
3769
3942
  "member": {
3770
3943
  "type": "structure",
3944
+ "required": [
3945
+ "assetId",
3946
+ "domainId",
3947
+ "id",
3948
+ "name"
3949
+ ],
3771
3950
  "members": {
3951
+ "assetId": {},
3772
3952
  "createdAt": {
3773
3953
  "type": "timestamp"
3774
3954
  },
3775
- "createdBy": {},
3955
+ "description": {
3956
+ "shape": "Sq"
3957
+ },
3776
3958
  "domainId": {},
3959
+ "effectiveColumnNames": {
3960
+ "shape": "S2b"
3961
+ },
3962
+ "effectiveRowFilter": {},
3963
+ "errorMessage": {},
3777
3964
  "id": {},
3778
- "revision": {}
3965
+ "name": {
3966
+ "shape": "S2t"
3967
+ },
3968
+ "status": {}
3779
3969
  }
3780
3970
  }
3781
3971
  },
@@ -3783,10 +3973,10 @@
3783
3973
  }
3784
3974
  }
3785
3975
  },
3786
- "ListDataSourceRunActivities": {
3976
+ "ListAssetRevisions": {
3787
3977
  "http": {
3788
3978
  "method": "GET",
3789
- "requestUri": "/v2/domains/{domainIdentifier}/data-source-runs/{identifier}/activities",
3979
+ "requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}/revisions",
3790
3980
  "responseCode": 200
3791
3981
  },
3792
3982
  "input": {
@@ -3812,54 +4002,108 @@
3812
4002
  "nextToken": {
3813
4003
  "location": "querystring",
3814
4004
  "locationName": "nextToken"
3815
- },
3816
- "status": {
3817
- "location": "querystring",
3818
- "locationName": "status"
3819
4005
  }
3820
4006
  }
3821
4007
  },
3822
4008
  "output": {
3823
4009
  "type": "structure",
3824
- "required": [
3825
- "items"
3826
- ],
3827
4010
  "members": {
3828
4011
  "items": {
3829
4012
  "type": "list",
3830
4013
  "member": {
3831
4014
  "type": "structure",
3832
- "required": [
3833
- "createdAt",
3834
- "dataAssetStatus",
3835
- "dataSourceRunId",
3836
- "database",
4015
+ "members": {
4016
+ "createdAt": {
4017
+ "type": "timestamp"
4018
+ },
4019
+ "createdBy": {},
4020
+ "domainId": {},
4021
+ "id": {},
4022
+ "revision": {}
4023
+ }
4024
+ }
4025
+ },
4026
+ "nextToken": {}
4027
+ }
4028
+ }
4029
+ },
4030
+ "ListDataSourceRunActivities": {
4031
+ "http": {
4032
+ "method": "GET",
4033
+ "requestUri": "/v2/domains/{domainIdentifier}/data-source-runs/{identifier}/activities",
4034
+ "responseCode": 200
4035
+ },
4036
+ "input": {
4037
+ "type": "structure",
4038
+ "required": [
4039
+ "domainIdentifier",
4040
+ "identifier"
4041
+ ],
4042
+ "members": {
4043
+ "domainIdentifier": {
4044
+ "location": "uri",
4045
+ "locationName": "domainIdentifier"
4046
+ },
4047
+ "identifier": {
4048
+ "location": "uri",
4049
+ "locationName": "identifier"
4050
+ },
4051
+ "maxResults": {
4052
+ "location": "querystring",
4053
+ "locationName": "maxResults",
4054
+ "type": "integer"
4055
+ },
4056
+ "nextToken": {
4057
+ "location": "querystring",
4058
+ "locationName": "nextToken"
4059
+ },
4060
+ "status": {
4061
+ "location": "querystring",
4062
+ "locationName": "status"
4063
+ }
4064
+ }
4065
+ },
4066
+ "output": {
4067
+ "type": "structure",
4068
+ "required": [
4069
+ "items"
4070
+ ],
4071
+ "members": {
4072
+ "items": {
4073
+ "type": "list",
4074
+ "member": {
4075
+ "type": "structure",
4076
+ "required": [
4077
+ "createdAt",
4078
+ "dataAssetStatus",
4079
+ "dataSourceRunId",
4080
+ "database",
3837
4081
  "projectId",
3838
4082
  "technicalName",
3839
4083
  "updatedAt"
3840
4084
  ],
3841
4085
  "members": {
3842
4086
  "createdAt": {
3843
- "shape": "S3i"
4087
+ "shape": "S47"
3844
4088
  },
3845
4089
  "dataAssetId": {},
3846
4090
  "dataAssetStatus": {},
3847
4091
  "dataSourceRunId": {},
3848
4092
  "database": {
3849
- "shape": "S32"
4093
+ "shape": "S3r"
3850
4094
  },
3851
4095
  "errorMessage": {
3852
- "shape": "S3j"
4096
+ "shape": "S48"
3853
4097
  },
3854
4098
  "projectId": {},
3855
4099
  "technicalDescription": {
3856
4100
  "shape": "Sq"
3857
4101
  },
3858
4102
  "technicalName": {
3859
- "shape": "S32"
4103
+ "shape": "S3r"
3860
4104
  },
3861
4105
  "updatedAt": {
3862
- "shape": "S3i"
4106
+ "shape": "S47"
3863
4107
  }
3864
4108
  }
3865
4109
  }
@@ -3925,27 +4169,27 @@
3925
4169
  ],
3926
4170
  "members": {
3927
4171
  "createdAt": {
3928
- "shape": "S3i"
4172
+ "shape": "S47"
3929
4173
  },
3930
4174
  "dataSourceId": {},
3931
4175
  "errorMessage": {
3932
- "shape": "S3j"
4176
+ "shape": "S48"
3933
4177
  },
3934
4178
  "id": {},
3935
4179
  "projectId": {},
3936
4180
  "runStatisticsForAssets": {
3937
- "shape": "S8t"
4181
+ "shape": "S9l"
3938
4182
  },
3939
4183
  "startedAt": {
3940
- "shape": "S3i"
4184
+ "shape": "S47"
3941
4185
  },
3942
4186
  "status": {},
3943
4187
  "stoppedAt": {
3944
- "shape": "S3i"
4188
+ "shape": "S47"
3945
4189
  },
3946
4190
  "type": {},
3947
4191
  "updatedAt": {
3948
- "shape": "S3i"
4192
+ "shape": "S47"
3949
4193
  }
3950
4194
  }
3951
4195
  }
@@ -3981,7 +4225,7 @@
3981
4225
  "type": "integer"
3982
4226
  },
3983
4227
  "name": {
3984
- "shape": "S32",
4228
+ "shape": "S3r",
3985
4229
  "location": "querystring",
3986
4230
  "locationName": "name"
3987
4231
  },
@@ -4023,7 +4267,7 @@
4023
4267
  ],
4024
4268
  "members": {
4025
4269
  "createdAt": {
4026
- "shape": "S3i"
4270
+ "shape": "S47"
4027
4271
  },
4028
4272
  "dataSourceId": {},
4029
4273
  "domainId": {},
@@ -4033,22 +4277,22 @@
4033
4277
  "type": "integer"
4034
4278
  },
4035
4279
  "lastRunAt": {
4036
- "shape": "S3i"
4280
+ "shape": "S47"
4037
4281
  },
4038
4282
  "lastRunErrorMessage": {
4039
- "shape": "S3j"
4283
+ "shape": "S48"
4040
4284
  },
4041
4285
  "lastRunStatus": {},
4042
4286
  "name": {
4043
- "shape": "S32"
4287
+ "shape": "S3r"
4044
4288
  },
4045
4289
  "schedule": {
4046
- "shape": "S34"
4290
+ "shape": "S3t"
4047
4291
  },
4048
4292
  "status": {},
4049
4293
  "type": {},
4050
4294
  "updatedAt": {
4051
- "shape": "S3i"
4295
+ "shape": "S47"
4052
4296
  }
4053
4297
  }
4054
4298
  }
@@ -4179,7 +4423,7 @@
4179
4423
  "id": {},
4180
4424
  "name": {},
4181
4425
  "parameters": {
4182
- "shape": "S4w"
4426
+ "shape": "S5l"
4183
4427
  }
4184
4428
  }
4185
4429
  }
@@ -4228,20 +4472,23 @@
4228
4472
  ],
4229
4473
  "members": {
4230
4474
  "createdAt": {
4231
- "shape": "S46"
4475
+ "shape": "S4v"
4232
4476
  },
4233
4477
  "domainId": {},
4234
4478
  "enabledRegions": {
4235
- "shape": "S96"
4479
+ "shape": "S9y"
4236
4480
  },
4237
4481
  "environmentBlueprintId": {},
4238
4482
  "manageAccessRoleArn": {},
4483
+ "provisioningConfigurations": {
4484
+ "shape": "Sa0"
4485
+ },
4239
4486
  "provisioningRoleArn": {},
4240
4487
  "regionalParameters": {
4241
- "shape": "S98"
4488
+ "shape": "Sa5"
4242
4489
  },
4243
4490
  "updatedAt": {
4244
- "shape": "S46"
4491
+ "shape": "S4v"
4245
4492
  }
4246
4493
  }
4247
4494
  }
@@ -4304,7 +4551,7 @@
4304
4551
  ],
4305
4552
  "members": {
4306
4553
  "createdAt": {
4307
- "shape": "S46"
4554
+ "shape": "S4v"
4308
4555
  },
4309
4556
  "description": {
4310
4557
  "shape": "Sq"
@@ -4313,10 +4560,10 @@
4313
4560
  "name": {},
4314
4561
  "provider": {},
4315
4562
  "provisioningProperties": {
4316
- "shape": "S4p"
4563
+ "shape": "S5e"
4317
4564
  },
4318
4565
  "updatedAt": {
4319
- "shape": "S46"
4566
+ "shape": "S4v"
4320
4567
  }
4321
4568
  }
4322
4569
  }
@@ -4359,7 +4606,7 @@
4359
4606
  "type": "integer"
4360
4607
  },
4361
4608
  "name": {
4362
- "shape": "S51",
4609
+ "shape": "S5q",
4363
4610
  "location": "querystring",
4364
4611
  "locationName": "name"
4365
4612
  },
@@ -4394,7 +4641,7 @@
4394
4641
  "awsAccountId": {},
4395
4642
  "awsAccountRegion": {},
4396
4643
  "createdAt": {
4397
- "shape": "S46"
4644
+ "shape": "S4v"
4398
4645
  },
4399
4646
  "createdBy": {},
4400
4647
  "description": {
@@ -4404,11 +4651,11 @@
4404
4651
  "environmentBlueprintId": {},
4405
4652
  "id": {},
4406
4653
  "name": {
4407
- "shape": "S51"
4654
+ "shape": "S5q"
4408
4655
  },
4409
4656
  "projectId": {},
4410
4657
  "updatedAt": {
4411
- "shape": "S46"
4658
+ "shape": "S4v"
4412
4659
  }
4413
4660
  }
4414
4661
  }
@@ -4498,7 +4745,7 @@
4498
4745
  "awsAccountId": {},
4499
4746
  "awsAccountRegion": {},
4500
4747
  "createdAt": {
4501
- "shape": "S46"
4748
+ "shape": "S4v"
4502
4749
  },
4503
4750
  "createdBy": {},
4504
4751
  "description": {
@@ -4508,13 +4755,13 @@
4508
4755
  "environmentProfileId": {},
4509
4756
  "id": {},
4510
4757
  "name": {
4511
- "shape": "S4m"
4758
+ "shape": "S5b"
4512
4759
  },
4513
4760
  "projectId": {},
4514
4761
  "provider": {},
4515
4762
  "status": {},
4516
4763
  "updatedAt": {
4517
- "shape": "S46"
4764
+ "shape": "S4v"
4518
4765
  }
4519
4766
  }
4520
4767
  }
@@ -4668,7 +4915,7 @@
4668
4915
  "owningProjectId": {},
4669
4916
  "status": {},
4670
4917
  "target": {
4671
- "shape": "Sa1"
4918
+ "shape": "Say"
4672
4919
  },
4673
4920
  "type": {}
4674
4921
  }
@@ -4949,7 +5196,7 @@
4949
5196
  ],
4950
5197
  "members": {
4951
5198
  "createdAt": {
4952
- "shape": "S46"
5199
+ "shape": "S4v"
4953
5200
  },
4954
5201
  "createdBy": {},
4955
5202
  "description": {
@@ -4957,7 +5204,7 @@
4957
5204
  },
4958
5205
  "domainId": {},
4959
5206
  "failureReasons": {
4960
- "shape": "S5y"
5207
+ "shape": "S6n"
4961
5208
  },
4962
5209
  "id": {},
4963
5210
  "name": {
@@ -4965,7 +5212,7 @@
4965
5212
  },
4966
5213
  "projectStatus": {},
4967
5214
  "updatedAt": {
4968
- "shape": "S46"
5215
+ "shape": "S4v"
4969
5216
  }
4970
5217
  }
4971
5218
  }
@@ -5047,7 +5294,7 @@
5047
5294
  ],
5048
5295
  "members": {
5049
5296
  "assets": {
5050
- "shape": "S6c"
5297
+ "shape": "S71"
5051
5298
  },
5052
5299
  "createdAt": {
5053
5300
  "type": "timestamp"
@@ -5055,7 +5302,7 @@
5055
5302
  "createdBy": {},
5056
5303
  "domainId": {},
5057
5304
  "grantedEntity": {
5058
- "shape": "S6g"
5305
+ "shape": "S75"
5059
5306
  },
5060
5307
  "id": {},
5061
5308
  "status": {},
@@ -5249,10 +5496,10 @@
5249
5496
  ],
5250
5497
  "members": {
5251
5498
  "applicableAssetTypes": {
5252
- "shape": "S6u"
5499
+ "shape": "S7j"
5253
5500
  },
5254
5501
  "authorizedPrincipals": {
5255
- "shape": "S6v"
5502
+ "shape": "S7k"
5256
5503
  },
5257
5504
  "createdAt": {
5258
5505
  "type": "timestamp"
@@ -5263,12 +5510,12 @@
5263
5510
  "id": {},
5264
5511
  "manageAccessRole": {},
5265
5512
  "name": {
5266
- "shape": "S6x"
5513
+ "shape": "S7m"
5267
5514
  },
5268
5515
  "projectId": {},
5269
5516
  "provider": {},
5270
5517
  "subscriptionTargetConfig": {
5271
- "shape": "S6y"
5518
+ "shape": "S7n"
5272
5519
  },
5273
5520
  "type": {},
5274
5521
  "updatedAt": {
@@ -5408,7 +5655,7 @@
5408
5655
  "type": "structure",
5409
5656
  "members": {
5410
5657
  "tags": {
5411
- "shape": "S3u"
5658
+ "shape": "S4j"
5412
5659
  }
5413
5660
  }
5414
5661
  }
@@ -5569,7 +5816,7 @@
5569
5816
  "forms": {
5570
5817
  "type": "list",
5571
5818
  "member": {
5572
- "shape": "Sak"
5819
+ "shape": "Sbh"
5573
5820
  }
5574
5821
  }
5575
5822
  }
@@ -5595,16 +5842,19 @@
5595
5842
  "locationName": "domainIdentifier"
5596
5843
  },
5597
5844
  "enabledRegions": {
5598
- "shape": "S96"
5845
+ "shape": "S9y"
5599
5846
  },
5600
5847
  "environmentBlueprintIdentifier": {
5601
5848
  "location": "uri",
5602
5849
  "locationName": "environmentBlueprintIdentifier"
5603
5850
  },
5604
5851
  "manageAccessRoleArn": {},
5852
+ "provisioningConfigurations": {
5853
+ "shape": "Sa0"
5854
+ },
5605
5855
  "provisioningRoleArn": {},
5606
5856
  "regionalParameters": {
5607
- "shape": "S98"
5857
+ "shape": "Sa5"
5608
5858
  }
5609
5859
  }
5610
5860
  },
@@ -5616,20 +5866,23 @@
5616
5866
  ],
5617
5867
  "members": {
5618
5868
  "createdAt": {
5619
- "shape": "S46"
5869
+ "shape": "S4v"
5620
5870
  },
5621
5871
  "domainId": {},
5622
5872
  "enabledRegions": {
5623
- "shape": "S96"
5873
+ "shape": "S9y"
5624
5874
  },
5625
5875
  "environmentBlueprintId": {},
5626
5876
  "manageAccessRoleArn": {},
5877
+ "provisioningConfigurations": {
5878
+ "shape": "Sa0"
5879
+ },
5627
5880
  "provisioningRoleArn": {},
5628
5881
  "regionalParameters": {
5629
- "shape": "S98"
5882
+ "shape": "Sa5"
5630
5883
  },
5631
5884
  "updatedAt": {
5632
- "shape": "S46"
5885
+ "shape": "S4v"
5633
5886
  }
5634
5887
  }
5635
5888
  },
@@ -5858,14 +6111,14 @@
5858
6111
  ],
5859
6112
  "members": {
5860
6113
  "additionalAttributes": {
5861
- "shape": "Sec"
6114
+ "shape": "Sfd"
5862
6115
  },
5863
6116
  "domainIdentifier": {
5864
6117
  "location": "uri",
5865
6118
  "locationName": "domainIdentifier"
5866
6119
  },
5867
6120
  "filters": {
5868
- "shape": "See"
6121
+ "shape": "Sff"
5869
6122
  },
5870
6123
  "maxResults": {
5871
6124
  "type": "integer"
@@ -5873,12 +6126,12 @@
5873
6126
  "nextToken": {},
5874
6127
  "owningProjectIdentifier": {},
5875
6128
  "searchIn": {
5876
- "shape": "Sej"
6129
+ "shape": "Sfk"
5877
6130
  },
5878
6131
  "searchScope": {},
5879
6132
  "searchText": {},
5880
6133
  "sort": {
5881
- "shape": "Sen"
6134
+ "shape": "Sfo"
5882
6135
  }
5883
6136
  }
5884
6137
  },
@@ -5942,55 +6195,6 @@
5942
6195
  "typeRevision": {}
5943
6196
  }
5944
6197
  },
5945
- "dataProductItem": {
5946
- "deprecated": true,
5947
- "deprecatedMessage": "This structure is deprecated.",
5948
- "type": "structure",
5949
- "required": [
5950
- "domainId",
5951
- "id",
5952
- "name",
5953
- "owningProjectId"
5954
- ],
5955
- "members": {
5956
- "createdAt": {
5957
- "type": "timestamp"
5958
- },
5959
- "createdBy": {},
5960
- "dataProductItems": {
5961
- "type": "list",
5962
- "member": {
5963
- "type": "structure",
5964
- "members": {
5965
- "domainId": {},
5966
- "itemId": {}
5967
- },
5968
- "deprecated": true,
5969
- "deprecatedMessage": "This structure is deprecated."
5970
- },
5971
- "deprecated": true,
5972
- "deprecatedMessage": "This structure is deprecated."
5973
- },
5974
- "description": {
5975
- "type": "string",
5976
- "sensitive": true
5977
- },
5978
- "domainId": {},
5979
- "glossaryTerms": {
5980
- "shape": "S1q"
5981
- },
5982
- "id": {},
5983
- "name": {
5984
- "type": "string",
5985
- "sensitive": true
5986
- },
5987
- "owningProjectId": {},
5988
- "updatedAt": {
5989
- "type": "timestamp"
5990
- },
5991
- "updatedBy": {}
5992
- }
5993
- },
5994
6198
  "glossaryItem": {
5995
6199
  "type": "structure",
5996
6200
  "required": [
@@ -6006,12 +6210,12 @@
6006
6210
  },
6007
6211
  "createdBy": {},
6008
6212
  "description": {
6009
- "shape": "S59"
6213
+ "shape": "S5y"
6010
6214
  },
6011
6215
  "domainId": {},
6012
6216
  "id": {},
6013
6217
  "name": {
6014
- "shape": "S5a"
6218
+ "shape": "S5z"
6015
6219
  },
6016
6220
  "owningProjectId": {},
6017
6221
  "status": {},
@@ -6039,7 +6243,7 @@
6039
6243
  "glossaryId": {},
6040
6244
  "id": {},
6041
6245
  "longDescription": {
6042
- "shape": "S5f"
6246
+ "shape": "S64"
6043
6247
  },
6044
6248
  "name": {
6045
6249
  "shape": "Sy"
@@ -6049,7 +6253,7 @@
6049
6253
  },
6050
6254
  "status": {},
6051
6255
  "termRelations": {
6052
- "shape": "S5h"
6256
+ "shape": "S66"
6053
6257
  },
6054
6258
  "updatedAt": {
6055
6259
  "type": "timestamp"
@@ -6105,7 +6309,7 @@
6105
6309
  "members": {
6106
6310
  "domainId": {},
6107
6311
  "groupName": {
6108
- "shape": "S5o"
6312
+ "shape": "S6d"
6109
6313
  },
6110
6314
  "id": {},
6111
6315
  "status": {}
@@ -6128,25 +6332,25 @@
6128
6332
  ],
6129
6333
  "members": {
6130
6334
  "additionalAttributes": {
6131
- "shape": "Sec"
6335
+ "shape": "Sfd"
6132
6336
  },
6133
6337
  "domainIdentifier": {
6134
6338
  "location": "uri",
6135
6339
  "locationName": "domainIdentifier"
6136
6340
  },
6137
6341
  "filters": {
6138
- "shape": "See"
6342
+ "shape": "Sff"
6139
6343
  },
6140
6344
  "maxResults": {
6141
6345
  "type": "integer"
6142
6346
  },
6143
6347
  "nextToken": {},
6144
6348
  "searchIn": {
6145
- "shape": "Sej"
6349
+ "shape": "Sfk"
6146
6350
  },
6147
6351
  "searchText": {},
6148
6352
  "sort": {
6149
- "shape": "Sen"
6353
+ "shape": "Sfo"
6150
6354
  }
6151
6355
  }
6152
6356
  },
@@ -6221,7 +6425,7 @@
6221
6425
  "locationName": "domainIdentifier"
6222
6426
  },
6223
6427
  "filters": {
6224
- "shape": "See"
6428
+ "shape": "Sff"
6225
6429
  },
6226
6430
  "managed": {
6227
6431
  "type": "boolean"
@@ -6231,12 +6435,12 @@
6231
6435
  },
6232
6436
  "nextToken": {},
6233
6437
  "searchIn": {
6234
- "shape": "Sej"
6438
+ "shape": "Sfk"
6235
6439
  },
6236
6440
  "searchScope": {},
6237
6441
  "searchText": {},
6238
6442
  "sort": {
6239
- "shape": "Sen"
6443
+ "shape": "Sfo"
6240
6444
  }
6241
6445
  }
6242
6446
  },
@@ -6267,7 +6471,7 @@
6267
6471
  },
6268
6472
  "domainId": {},
6269
6473
  "formsOutput": {
6270
- "shape": "S2e"
6474
+ "shape": "S33"
6271
6475
  },
6272
6476
  "name": {},
6273
6477
  "originDomainId": {},
@@ -6297,10 +6501,10 @@
6297
6501
  },
6298
6502
  "domainId": {},
6299
6503
  "imports": {
6300
- "shape": "S9e"
6504
+ "shape": "Sab"
6301
6505
  },
6302
6506
  "model": {
6303
- "shape": "S54"
6507
+ "shape": "S5t"
6304
6508
  },
6305
6509
  "name": {
6306
6510
  "shape": "S1z"
@@ -6327,7 +6531,7 @@
6327
6531
  "description": {},
6328
6532
  "domainId": {},
6329
6533
  "formsOutput": {
6330
- "shape": "S2e"
6534
+ "shape": "S33"
6331
6535
  },
6332
6536
  "name": {},
6333
6537
  "revision": {},
@@ -6384,7 +6588,7 @@
6384
6588
  "type": "structure",
6385
6589
  "members": {
6386
6590
  "details": {
6387
- "shape": "S75"
6591
+ "shape": "S7u"
6388
6592
  },
6389
6593
  "domainId": {},
6390
6594
  "id": {},
@@ -6436,29 +6640,29 @@
6436
6640
  ],
6437
6641
  "members": {
6438
6642
  "createdAt": {
6439
- "shape": "S3i"
6643
+ "shape": "S47"
6440
6644
  },
6441
6645
  "dataSourceConfigurationSnapshot": {},
6442
6646
  "dataSourceId": {},
6443
6647
  "domainId": {},
6444
6648
  "errorMessage": {
6445
- "shape": "S3j"
6649
+ "shape": "S48"
6446
6650
  },
6447
6651
  "id": {},
6448
6652
  "projectId": {},
6449
6653
  "runStatisticsForAssets": {
6450
- "shape": "S8t"
6654
+ "shape": "S9l"
6451
6655
  },
6452
6656
  "startedAt": {
6453
- "shape": "S3i"
6657
+ "shape": "S47"
6454
6658
  },
6455
6659
  "status": {},
6456
6660
  "stoppedAt": {
6457
- "shape": "S3i"
6661
+ "shape": "S47"
6458
6662
  },
6459
6663
  "type": {},
6460
6664
  "updatedAt": {
6461
- "shape": "S3i"
6665
+ "shape": "S47"
6462
6666
  }
6463
6667
  }
6464
6668
  },
@@ -6487,7 +6691,7 @@
6487
6691
  },
6488
6692
  "owningProjectIdentifier": {},
6489
6693
  "target": {
6490
- "shape": "Sa1"
6694
+ "shape": "Say"
6491
6695
  },
6492
6696
  "type": {}
6493
6697
  }
@@ -6529,7 +6733,7 @@
6529
6733
  "locationName": "resourceArn"
6530
6734
  },
6531
6735
  "tags": {
6532
- "shape": "S3u"
6736
+ "shape": "S4j"
6533
6737
  }
6534
6738
  }
6535
6739
  },
@@ -6569,6 +6773,76 @@
6569
6773
  },
6570
6774
  "idempotent": true
6571
6775
  },
6776
+ "UpdateAssetFilter": {
6777
+ "http": {
6778
+ "method": "PATCH",
6779
+ "requestUri": "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}",
6780
+ "responseCode": 200
6781
+ },
6782
+ "input": {
6783
+ "type": "structure",
6784
+ "required": [
6785
+ "assetIdentifier",
6786
+ "domainIdentifier",
6787
+ "identifier"
6788
+ ],
6789
+ "members": {
6790
+ "assetIdentifier": {
6791
+ "location": "uri",
6792
+ "locationName": "assetIdentifier"
6793
+ },
6794
+ "configuration": {
6795
+ "shape": "S29"
6796
+ },
6797
+ "description": {
6798
+ "shape": "Sq"
6799
+ },
6800
+ "domainIdentifier": {
6801
+ "location": "uri",
6802
+ "locationName": "domainIdentifier"
6803
+ },
6804
+ "identifier": {
6805
+ "location": "uri",
6806
+ "locationName": "identifier"
6807
+ },
6808
+ "name": {}
6809
+ }
6810
+ },
6811
+ "output": {
6812
+ "type": "structure",
6813
+ "required": [
6814
+ "assetId",
6815
+ "configuration",
6816
+ "domainId",
6817
+ "id",
6818
+ "name"
6819
+ ],
6820
+ "members": {
6821
+ "assetId": {},
6822
+ "configuration": {
6823
+ "shape": "S29"
6824
+ },
6825
+ "createdAt": {
6826
+ "type": "timestamp"
6827
+ },
6828
+ "description": {
6829
+ "shape": "Sq"
6830
+ },
6831
+ "domainId": {},
6832
+ "effectiveColumnNames": {
6833
+ "shape": "S2b"
6834
+ },
6835
+ "effectiveRowFilter": {},
6836
+ "errorMessage": {},
6837
+ "id": {},
6838
+ "name": {
6839
+ "shape": "S2t"
6840
+ },
6841
+ "status": {}
6842
+ }
6843
+ },
6844
+ "idempotent": true
6845
+ },
6572
6846
  "UpdateDataSource": {
6573
6847
  "http": {
6574
6848
  "method": "PATCH",
@@ -6586,7 +6860,7 @@
6586
6860
  "shape": "S1l"
6587
6861
  },
6588
6862
  "configuration": {
6589
- "shape": "S2h"
6863
+ "shape": "S36"
6590
6864
  },
6591
6865
  "description": {
6592
6866
  "shape": "Sq"
@@ -6601,19 +6875,19 @@
6601
6875
  "locationName": "identifier"
6602
6876
  },
6603
6877
  "name": {
6604
- "shape": "S32"
6878
+ "shape": "S3r"
6605
6879
  },
6606
6880
  "publishOnImport": {
6607
6881
  "type": "boolean"
6608
6882
  },
6609
6883
  "recommendation": {
6610
- "shape": "S33"
6884
+ "shape": "S3s"
6611
6885
  },
6612
6886
  "retainPermissionsOnRevokeFailure": {
6613
6887
  "type": "boolean"
6614
6888
  },
6615
6889
  "schedule": {
6616
- "shape": "S34"
6890
+ "shape": "S3t"
6617
6891
  }
6618
6892
  }
6619
6893
  },
@@ -6631,10 +6905,10 @@
6631
6905
  "shape": "S1x"
6632
6906
  },
6633
6907
  "configuration": {
6634
- "shape": "S39"
6908
+ "shape": "S3y"
6635
6909
  },
6636
6910
  "createdAt": {
6637
- "shape": "S3i"
6911
+ "shape": "S47"
6638
6912
  },
6639
6913
  "description": {
6640
6914
  "shape": "Sq"
@@ -6643,39 +6917,39 @@
6643
6917
  "enableSetting": {},
6644
6918
  "environmentId": {},
6645
6919
  "errorMessage": {
6646
- "shape": "S3j"
6920
+ "shape": "S48"
6647
6921
  },
6648
6922
  "id": {},
6649
6923
  "lastRunAt": {
6650
- "shape": "S3i"
6924
+ "shape": "S47"
6651
6925
  },
6652
6926
  "lastRunErrorMessage": {
6653
- "shape": "S3j"
6927
+ "shape": "S48"
6654
6928
  },
6655
6929
  "lastRunStatus": {},
6656
6930
  "name": {
6657
- "shape": "S32"
6931
+ "shape": "S3r"
6658
6932
  },
6659
6933
  "projectId": {},
6660
6934
  "publishOnImport": {
6661
6935
  "type": "boolean"
6662
6936
  },
6663
6937
  "recommendation": {
6664
- "shape": "S33"
6938
+ "shape": "S3s"
6665
6939
  },
6666
6940
  "retainPermissionsOnRevokeFailure": {
6667
6941
  "type": "boolean"
6668
6942
  },
6669
6943
  "schedule": {
6670
- "shape": "S34"
6944
+ "shape": "S3t"
6671
6945
  },
6672
6946
  "selfGrantStatus": {
6673
- "shape": "S7k"
6947
+ "shape": "S8a"
6674
6948
  },
6675
6949
  "status": {},
6676
6950
  "type": {},
6677
6951
  "updatedAt": {
6678
- "shape": "S3i"
6952
+ "shape": "S47"
6679
6953
  }
6680
6954
  }
6681
6955
  },
@@ -6706,7 +6980,7 @@
6706
6980
  },
6707
6981
  "name": {},
6708
6982
  "singleSignOn": {
6709
- "shape": "S3r"
6983
+ "shape": "S4g"
6710
6984
  }
6711
6985
  }
6712
6986
  },
@@ -6724,7 +6998,7 @@
6724
6998
  },
6725
6999
  "name": {},
6726
7000
  "singleSignOn": {
6727
- "shape": "S3r"
7001
+ "shape": "S4g"
6728
7002
  }
6729
7003
  }
6730
7004
  },
@@ -6771,18 +7045,18 @@
6771
7045
  "awsAccountId": {},
6772
7046
  "awsAccountRegion": {},
6773
7047
  "createdAt": {
6774
- "shape": "S46"
7048
+ "shape": "S4v"
6775
7049
  },
6776
7050
  "createdBy": {},
6777
7051
  "deploymentProperties": {
6778
- "shape": "S47"
7052
+ "shape": "S4w"
6779
7053
  },
6780
7054
  "description": {
6781
7055
  "shape": "Sq"
6782
7056
  },
6783
7057
  "domainId": {},
6784
7058
  "environmentActions": {
6785
- "shape": "S4a"
7059
+ "shape": "S4z"
6786
7060
  },
6787
7061
  "environmentBlueprintId": {},
6788
7062
  "environmentProfileId": {},
@@ -6791,25 +7065,25 @@
6791
7065
  },
6792
7066
  "id": {},
6793
7067
  "lastDeployment": {
6794
- "shape": "S4g"
7068
+ "shape": "S55"
6795
7069
  },
6796
7070
  "name": {
6797
- "shape": "S4m"
7071
+ "shape": "S5b"
6798
7072
  },
6799
7073
  "projectId": {},
6800
7074
  "provider": {},
6801
7075
  "provisionedResources": {
6802
- "shape": "S4n"
7076
+ "shape": "S5c"
6803
7077
  },
6804
7078
  "provisioningProperties": {
6805
- "shape": "S4p"
7079
+ "shape": "S5e"
6806
7080
  },
6807
7081
  "status": {},
6808
7082
  "updatedAt": {
6809
- "shape": "S46"
7083
+ "shape": "S4v"
6810
7084
  },
6811
7085
  "userParameters": {
6812
- "shape": "S4s"
7086
+ "shape": "S5h"
6813
7087
  }
6814
7088
  }
6815
7089
  }
@@ -6843,7 +7117,7 @@
6843
7117
  },
6844
7118
  "name": {},
6845
7119
  "parameters": {
6846
- "shape": "S4w"
7120
+ "shape": "S5l"
6847
7121
  }
6848
7122
  }
6849
7123
  },
@@ -6863,7 +7137,7 @@
6863
7137
  "id": {},
6864
7138
  "name": {},
6865
7139
  "parameters": {
6866
- "shape": "S4w"
7140
+ "shape": "S5l"
6867
7141
  }
6868
7142
  }
6869
7143
  }
@@ -6893,10 +7167,10 @@
6893
7167
  "locationName": "identifier"
6894
7168
  },
6895
7169
  "name": {
6896
- "shape": "S51"
7170
+ "shape": "S5q"
6897
7171
  },
6898
7172
  "userParameters": {
6899
- "shape": "S41"
7173
+ "shape": "S4q"
6900
7174
  }
6901
7175
  }
6902
7176
  },
@@ -6913,7 +7187,7 @@
6913
7187
  "awsAccountId": {},
6914
7188
  "awsAccountRegion": {},
6915
7189
  "createdAt": {
6916
- "shape": "S46"
7190
+ "shape": "S4v"
6917
7191
  },
6918
7192
  "createdBy": {},
6919
7193
  "description": {
@@ -6923,14 +7197,14 @@
6923
7197
  "environmentBlueprintId": {},
6924
7198
  "id": {},
6925
7199
  "name": {
6926
- "shape": "S51"
7200
+ "shape": "S5q"
6927
7201
  },
6928
7202
  "projectId": {},
6929
7203
  "updatedAt": {
6930
- "shape": "S46"
7204
+ "shape": "S4v"
6931
7205
  },
6932
7206
  "userParameters": {
6933
- "shape": "S4s"
7207
+ "shape": "S5h"
6934
7208
  }
6935
7209
  }
6936
7210
  }
@@ -6952,7 +7226,7 @@
6952
7226
  "idempotencyToken": true
6953
7227
  },
6954
7228
  "description": {
6955
- "shape": "S59"
7229
+ "shape": "S5y"
6956
7230
  },
6957
7231
  "domainIdentifier": {
6958
7232
  "location": "uri",
@@ -6963,7 +7237,7 @@
6963
7237
  "locationName": "identifier"
6964
7238
  },
6965
7239
  "name": {
6966
- "shape": "S5a"
7240
+ "shape": "S5z"
6967
7241
  },
6968
7242
  "status": {}
6969
7243
  }
@@ -6978,12 +7252,12 @@
6978
7252
  ],
6979
7253
  "members": {
6980
7254
  "description": {
6981
- "shape": "S59"
7255
+ "shape": "S5y"
6982
7256
  },
6983
7257
  "domainId": {},
6984
7258
  "id": {},
6985
7259
  "name": {
6986
- "shape": "S5a"
7260
+ "shape": "S5z"
6987
7261
  },
6988
7262
  "owningProjectId": {},
6989
7263
  "status": {}
@@ -7014,7 +7288,7 @@
7014
7288
  "locationName": "identifier"
7015
7289
  },
7016
7290
  "longDescription": {
7017
- "shape": "S5f"
7291
+ "shape": "S64"
7018
7292
  },
7019
7293
  "name": {
7020
7294
  "shape": "Sy"
@@ -7024,7 +7298,7 @@
7024
7298
  },
7025
7299
  "status": {},
7026
7300
  "termRelations": {
7027
- "shape": "S5h"
7301
+ "shape": "S66"
7028
7302
  }
7029
7303
  }
7030
7304
  },
@@ -7042,7 +7316,7 @@
7042
7316
  "glossaryId": {},
7043
7317
  "id": {},
7044
7318
  "longDescription": {
7045
- "shape": "S5f"
7319
+ "shape": "S64"
7046
7320
  },
7047
7321
  "name": {
7048
7322
  "shape": "Sy"
@@ -7052,7 +7326,7 @@
7052
7326
  },
7053
7327
  "status": {},
7054
7328
  "termRelations": {
7055
- "shape": "S5h"
7329
+ "shape": "S66"
7056
7330
  }
7057
7331
  }
7058
7332
  },
@@ -7088,7 +7362,7 @@
7088
7362
  "members": {
7089
7363
  "domainId": {},
7090
7364
  "groupName": {
7091
- "shape": "S5o"
7365
+ "shape": "S6d"
7092
7366
  },
7093
7367
  "id": {},
7094
7368
  "status": {}
@@ -7137,7 +7411,7 @@
7137
7411
  ],
7138
7412
  "members": {
7139
7413
  "createdAt": {
7140
- "shape": "S46"
7414
+ "shape": "S4v"
7141
7415
  },
7142
7416
  "createdBy": {},
7143
7417
  "description": {
@@ -7145,14 +7419,14 @@
7145
7419
  },
7146
7420
  "domainId": {},
7147
7421
  "failureReasons": {
7148
- "shape": "S5y"
7422
+ "shape": "S6n"
7149
7423
  },
7150
7424
  "glossaryTerms": {
7151
7425
  "shape": "S1q"
7152
7426
  },
7153
7427
  "id": {},
7154
7428
  "lastUpdatedAt": {
7155
- "shape": "S46"
7429
+ "shape": "S4v"
7156
7430
  },
7157
7431
  "name": {
7158
7432
  "shape": "S15"
@@ -7186,7 +7460,7 @@
7186
7460
  "locationName": "domainIdentifier"
7187
7461
  },
7188
7462
  "failureCause": {
7189
- "shape": "S6e"
7463
+ "shape": "S73"
7190
7464
  },
7191
7465
  "identifier": {
7192
7466
  "location": "uri",
@@ -7210,7 +7484,7 @@
7210
7484
  ],
7211
7485
  "members": {
7212
7486
  "assets": {
7213
- "shape": "S6c"
7487
+ "shape": "S71"
7214
7488
  },
7215
7489
  "createdAt": {
7216
7490
  "type": "timestamp"
@@ -7218,7 +7492,7 @@
7218
7492
  "createdBy": {},
7219
7493
  "domainId": {},
7220
7494
  "grantedEntity": {
7221
- "shape": "S6g"
7495
+ "shape": "S75"
7222
7496
  },
7223
7497
  "id": {},
7224
7498
  "status": {},
@@ -7322,10 +7596,10 @@
7322
7596
  ],
7323
7597
  "members": {
7324
7598
  "applicableAssetTypes": {
7325
- "shape": "S6u"
7599
+ "shape": "S7j"
7326
7600
  },
7327
7601
  "authorizedPrincipals": {
7328
- "shape": "S6v"
7602
+ "shape": "S7k"
7329
7603
  },
7330
7604
  "domainIdentifier": {
7331
7605
  "location": "uri",
@@ -7341,11 +7615,11 @@
7341
7615
  },
7342
7616
  "manageAccessRole": {},
7343
7617
  "name": {
7344
- "shape": "S6x"
7618
+ "shape": "S7m"
7345
7619
  },
7346
7620
  "provider": {},
7347
7621
  "subscriptionTargetConfig": {
7348
- "shape": "S6y"
7622
+ "shape": "S7n"
7349
7623
  }
7350
7624
  }
7351
7625
  },
@@ -7368,10 +7642,10 @@
7368
7642
  ],
7369
7643
  "members": {
7370
7644
  "applicableAssetTypes": {
7371
- "shape": "S6u"
7645
+ "shape": "S7j"
7372
7646
  },
7373
7647
  "authorizedPrincipals": {
7374
- "shape": "S6v"
7648
+ "shape": "S7k"
7375
7649
  },
7376
7650
  "createdAt": {
7377
7651
  "type": "timestamp"
@@ -7382,12 +7656,12 @@
7382
7656
  "id": {},
7383
7657
  "manageAccessRole": {},
7384
7658
  "name": {
7385
- "shape": "S6x"
7659
+ "shape": "S7m"
7386
7660
  },
7387
7661
  "projectId": {},
7388
7662
  "provider": {},
7389
7663
  "subscriptionTargetConfig": {
7390
- "shape": "S6y"
7664
+ "shape": "S7n"
7391
7665
  },
7392
7666
  "type": {},
7393
7667
  "updatedAt": {
@@ -7428,7 +7702,7 @@
7428
7702
  "type": "structure",
7429
7703
  "members": {
7430
7704
  "details": {
7431
- "shape": "S75"
7705
+ "shape": "S7u"
7432
7706
  },
7433
7707
  "domainId": {},
7434
7708
  "id": {},
@@ -7625,7 +7899,203 @@
7625
7899
  "listingStatus": {}
7626
7900
  }
7627
7901
  },
7902
+ "S29": {
7903
+ "type": "structure",
7904
+ "members": {
7905
+ "columnConfiguration": {
7906
+ "type": "structure",
7907
+ "members": {
7908
+ "includedColumnNames": {
7909
+ "shape": "S2b"
7910
+ }
7911
+ }
7912
+ },
7913
+ "rowConfiguration": {
7914
+ "type": "structure",
7915
+ "required": [
7916
+ "rowFilter"
7917
+ ],
7918
+ "members": {
7919
+ "rowFilter": {
7920
+ "shape": "S2d"
7921
+ },
7922
+ "sensitive": {
7923
+ "type": "boolean"
7924
+ }
7925
+ }
7926
+ }
7927
+ },
7928
+ "union": true
7929
+ },
7930
+ "S2b": {
7931
+ "type": "list",
7932
+ "member": {}
7933
+ },
7934
+ "S2d": {
7935
+ "type": "structure",
7936
+ "members": {
7937
+ "and": {
7938
+ "shape": "S2e"
7939
+ },
7940
+ "expression": {
7941
+ "type": "structure",
7942
+ "members": {
7943
+ "equalTo": {
7944
+ "type": "structure",
7945
+ "required": [
7946
+ "columnName",
7947
+ "value"
7948
+ ],
7949
+ "members": {
7950
+ "columnName": {},
7951
+ "value": {}
7952
+ }
7953
+ },
7954
+ "greaterThan": {
7955
+ "type": "structure",
7956
+ "required": [
7957
+ "columnName",
7958
+ "value"
7959
+ ],
7960
+ "members": {
7961
+ "columnName": {},
7962
+ "value": {}
7963
+ }
7964
+ },
7965
+ "greaterThanOrEqualTo": {
7966
+ "type": "structure",
7967
+ "required": [
7968
+ "columnName",
7969
+ "value"
7970
+ ],
7971
+ "members": {
7972
+ "columnName": {},
7973
+ "value": {}
7974
+ }
7975
+ },
7976
+ "in": {
7977
+ "type": "structure",
7978
+ "required": [
7979
+ "columnName",
7980
+ "values"
7981
+ ],
7982
+ "members": {
7983
+ "columnName": {},
7984
+ "values": {
7985
+ "shape": "S2k"
7986
+ }
7987
+ }
7988
+ },
7989
+ "isNotNull": {
7990
+ "type": "structure",
7991
+ "required": [
7992
+ "columnName"
7993
+ ],
7994
+ "members": {
7995
+ "columnName": {}
7996
+ }
7997
+ },
7998
+ "isNull": {
7999
+ "type": "structure",
8000
+ "required": [
8001
+ "columnName"
8002
+ ],
8003
+ "members": {
8004
+ "columnName": {}
8005
+ }
8006
+ },
8007
+ "lessThan": {
8008
+ "type": "structure",
8009
+ "required": [
8010
+ "columnName",
8011
+ "value"
8012
+ ],
8013
+ "members": {
8014
+ "columnName": {},
8015
+ "value": {}
8016
+ }
8017
+ },
8018
+ "lessThanOrEqualTo": {
8019
+ "type": "structure",
8020
+ "required": [
8021
+ "columnName",
8022
+ "value"
8023
+ ],
8024
+ "members": {
8025
+ "columnName": {},
8026
+ "value": {}
8027
+ }
8028
+ },
8029
+ "like": {
8030
+ "type": "structure",
8031
+ "required": [
8032
+ "columnName",
8033
+ "value"
8034
+ ],
8035
+ "members": {
8036
+ "columnName": {},
8037
+ "value": {}
8038
+ }
8039
+ },
8040
+ "notEqualTo": {
8041
+ "type": "structure",
8042
+ "required": [
8043
+ "columnName",
8044
+ "value"
8045
+ ],
8046
+ "members": {
8047
+ "columnName": {},
8048
+ "value": {}
8049
+ }
8050
+ },
8051
+ "notIn": {
8052
+ "type": "structure",
8053
+ "required": [
8054
+ "columnName",
8055
+ "values"
8056
+ ],
8057
+ "members": {
8058
+ "columnName": {},
8059
+ "values": {
8060
+ "shape": "S2k"
8061
+ }
8062
+ }
8063
+ },
8064
+ "notLike": {
8065
+ "type": "structure",
8066
+ "required": [
8067
+ "columnName",
8068
+ "value"
8069
+ ],
8070
+ "members": {
8071
+ "columnName": {},
8072
+ "value": {}
8073
+ }
8074
+ }
8075
+ },
8076
+ "union": true
8077
+ },
8078
+ "or": {
8079
+ "shape": "S2e"
8080
+ }
8081
+ },
8082
+ "union": true
8083
+ },
7628
8084
  "S2e": {
8085
+ "type": "list",
8086
+ "member": {
8087
+ "shape": "S2d"
8088
+ }
8089
+ },
8090
+ "S2k": {
8091
+ "type": "list",
8092
+ "member": {}
8093
+ },
8094
+ "S2t": {
8095
+ "type": "string",
8096
+ "sensitive": true
8097
+ },
8098
+ "S33": {
7629
8099
  "type": "map",
7630
8100
  "key": {},
7631
8101
  "value": {
@@ -7645,7 +8115,7 @@
7645
8115
  }
7646
8116
  }
7647
8117
  },
7648
- "S2h": {
8118
+ "S36": {
7649
8119
  "type": "structure",
7650
8120
  "members": {
7651
8121
  "glueRunConfiguration": {
@@ -7659,7 +8129,7 @@
7659
8129
  },
7660
8130
  "dataAccessRole": {},
7661
8131
  "relationalFilterConfigurations": {
7662
- "shape": "S2k"
8132
+ "shape": "S39"
7663
8133
  }
7664
8134
  }
7665
8135
  },
@@ -7673,20 +8143,20 @@
7673
8143
  "members": {
7674
8144
  "dataAccessRole": {},
7675
8145
  "redshiftCredentialConfiguration": {
7676
- "shape": "S2u"
8146
+ "shape": "S3j"
7677
8147
  },
7678
8148
  "redshiftStorage": {
7679
- "shape": "S2w"
8149
+ "shape": "S3l"
7680
8150
  },
7681
8151
  "relationalFilterConfigurations": {
7682
- "shape": "S2k"
8152
+ "shape": "S39"
7683
8153
  }
7684
8154
  }
7685
8155
  }
7686
8156
  },
7687
8157
  "union": true
7688
8158
  },
7689
- "S2k": {
8159
+ "S39": {
7690
8160
  "type": "list",
7691
8161
  "member": {
7692
8162
  "type": "structure",
@@ -7713,7 +8183,7 @@
7713
8183
  }
7714
8184
  }
7715
8185
  },
7716
- "S2u": {
8186
+ "S3j": {
7717
8187
  "type": "structure",
7718
8188
  "required": [
7719
8189
  "secretManagerArn"
@@ -7722,7 +8192,7 @@
7722
8192
  "secretManagerArn": {}
7723
8193
  }
7724
8194
  },
7725
- "S2w": {
8195
+ "S3l": {
7726
8196
  "type": "structure",
7727
8197
  "members": {
7728
8198
  "redshiftClusterSource": {
@@ -7746,11 +8216,11 @@
7746
8216
  },
7747
8217
  "union": true
7748
8218
  },
7749
- "S32": {
8219
+ "S3r": {
7750
8220
  "type": "string",
7751
8221
  "sensitive": true
7752
8222
  },
7753
- "S33": {
8223
+ "S3s": {
7754
8224
  "type": "structure",
7755
8225
  "members": {
7756
8226
  "enableBusinessNameGeneration": {
@@ -7758,7 +8228,7 @@
7758
8228
  }
7759
8229
  }
7760
8230
  },
7761
- "S34": {
8231
+ "S3t": {
7762
8232
  "type": "structure",
7763
8233
  "members": {
7764
8234
  "schedule": {},
@@ -7766,7 +8236,7 @@
7766
8236
  },
7767
8237
  "sensitive": true
7768
8238
  },
7769
- "S39": {
8239
+ "S3y": {
7770
8240
  "type": "structure",
7771
8241
  "members": {
7772
8242
  "glueRunConfiguration": {
@@ -7782,7 +8252,7 @@
7782
8252
  "dataAccessRole": {},
7783
8253
  "region": {},
7784
8254
  "relationalFilterConfigurations": {
7785
- "shape": "S2k"
8255
+ "shape": "S39"
7786
8256
  }
7787
8257
  }
7788
8258
  },
@@ -7797,25 +8267,25 @@
7797
8267
  "accountId": {},
7798
8268
  "dataAccessRole": {},
7799
8269
  "redshiftCredentialConfiguration": {
7800
- "shape": "S2u"
8270
+ "shape": "S3j"
7801
8271
  },
7802
8272
  "redshiftStorage": {
7803
- "shape": "S2w"
8273
+ "shape": "S3l"
7804
8274
  },
7805
8275
  "region": {},
7806
8276
  "relationalFilterConfigurations": {
7807
- "shape": "S2k"
8277
+ "shape": "S39"
7808
8278
  }
7809
8279
  }
7810
8280
  }
7811
8281
  },
7812
8282
  "union": true
7813
8283
  },
7814
- "S3i": {
8284
+ "S47": {
7815
8285
  "type": "timestamp",
7816
8286
  "timestampFormat": "iso8601"
7817
8287
  },
7818
- "S3j": {
8288
+ "S48": {
7819
8289
  "type": "structure",
7820
8290
  "required": [
7821
8291
  "errorType"
@@ -7825,19 +8295,19 @@
7825
8295
  "errorType": {}
7826
8296
  }
7827
8297
  },
7828
- "S3r": {
8298
+ "S4g": {
7829
8299
  "type": "structure",
7830
8300
  "members": {
7831
8301
  "type": {},
7832
8302
  "userAssignment": {}
7833
8303
  }
7834
8304
  },
7835
- "S3u": {
8305
+ "S4j": {
7836
8306
  "type": "map",
7837
8307
  "key": {},
7838
8308
  "value": {}
7839
8309
  },
7840
- "S41": {
8310
+ "S4q": {
7841
8311
  "type": "list",
7842
8312
  "member": {
7843
8313
  "type": "structure",
@@ -7847,11 +8317,11 @@
7847
8317
  }
7848
8318
  }
7849
8319
  },
7850
- "S46": {
8320
+ "S4v": {
7851
8321
  "type": "timestamp",
7852
8322
  "timestampFormat": "iso8601"
7853
8323
  },
7854
- "S47": {
8324
+ "S4w": {
7855
8325
  "type": "structure",
7856
8326
  "members": {
7857
8327
  "endTimeoutMinutes": {
@@ -7862,7 +8332,7 @@
7862
8332
  }
7863
8333
  }
7864
8334
  },
7865
- "S4a": {
8335
+ "S4z": {
7866
8336
  "type": "list",
7867
8337
  "member": {
7868
8338
  "type": "structure",
@@ -7886,7 +8356,7 @@
7886
8356
  }
7887
8357
  }
7888
8358
  },
7889
- "S4g": {
8359
+ "S55": {
7890
8360
  "type": "structure",
7891
8361
  "members": {
7892
8362
  "deploymentId": {},
@@ -7911,11 +8381,11 @@
7911
8381
  }
7912
8382
  }
7913
8383
  },
7914
- "S4m": {
8384
+ "S5b": {
7915
8385
  "type": "string",
7916
8386
  "sensitive": true
7917
8387
  },
7918
- "S4n": {
8388
+ "S5c": {
7919
8389
  "type": "list",
7920
8390
  "member": {
7921
8391
  "type": "structure",
@@ -7931,7 +8401,7 @@
7931
8401
  }
7932
8402
  }
7933
8403
  },
7934
- "S4p": {
8404
+ "S5e": {
7935
8405
  "type": "structure",
7936
8406
  "members": {
7937
8407
  "cloudFormation": {
@@ -7946,7 +8416,7 @@
7946
8416
  },
7947
8417
  "union": true
7948
8418
  },
7949
- "S4s": {
8419
+ "S5h": {
7950
8420
  "type": "list",
7951
8421
  "member": {
7952
8422
  "type": "structure",
@@ -7970,7 +8440,7 @@
7970
8440
  }
7971
8441
  }
7972
8442
  },
7973
- "S4w": {
8443
+ "S5l": {
7974
8444
  "type": "structure",
7975
8445
  "members": {
7976
8446
  "awsConsoleLink": {
@@ -7982,11 +8452,11 @@
7982
8452
  },
7983
8453
  "union": true
7984
8454
  },
7985
- "S51": {
8455
+ "S5q": {
7986
8456
  "type": "string",
7987
8457
  "sensitive": true
7988
8458
  },
7989
- "S54": {
8459
+ "S5t": {
7990
8460
  "type": "structure",
7991
8461
  "members": {
7992
8462
  "smithy": {}
@@ -7994,19 +8464,19 @@
7994
8464
  "sensitive": true,
7995
8465
  "union": true
7996
8466
  },
7997
- "S59": {
8467
+ "S5y": {
7998
8468
  "type": "string",
7999
8469
  "sensitive": true
8000
8470
  },
8001
- "S5a": {
8471
+ "S5z": {
8002
8472
  "type": "string",
8003
8473
  "sensitive": true
8004
8474
  },
8005
- "S5f": {
8475
+ "S64": {
8006
8476
  "type": "string",
8007
8477
  "sensitive": true
8008
8478
  },
8009
- "S5h": {
8479
+ "S66": {
8010
8480
  "type": "structure",
8011
8481
  "members": {
8012
8482
  "classifies": {
@@ -8019,11 +8489,11 @@
8019
8489
  }
8020
8490
  }
8021
8491
  },
8022
- "S5o": {
8492
+ "S6d": {
8023
8493
  "type": "string",
8024
8494
  "sensitive": true
8025
8495
  },
8026
- "S5y": {
8496
+ "S6n": {
8027
8497
  "type": "list",
8028
8498
  "member": {
8029
8499
  "type": "structure",
@@ -8033,7 +8503,7 @@
8033
8503
  }
8034
8504
  }
8035
8505
  },
8036
- "S63": {
8506
+ "S6s": {
8037
8507
  "type": "structure",
8038
8508
  "members": {
8039
8509
  "groupIdentifier": {},
@@ -8041,7 +8511,7 @@
8041
8511
  },
8042
8512
  "union": true
8043
8513
  },
8044
- "S6c": {
8514
+ "S71": {
8045
8515
  "type": "list",
8046
8516
  "member": {
8047
8517
  "type": "structure",
@@ -8054,7 +8524,7 @@
8054
8524
  "assetId": {},
8055
8525
  "assetRevision": {},
8056
8526
  "failureCause": {
8057
- "shape": "S6e"
8527
+ "shape": "S73"
8058
8528
  },
8059
8529
  "failureTimestamp": {
8060
8530
  "type": "timestamp"
@@ -8067,13 +8537,13 @@
8067
8537
  }
8068
8538
  }
8069
8539
  },
8070
- "S6e": {
8540
+ "S73": {
8071
8541
  "type": "structure",
8072
8542
  "members": {
8073
8543
  "message": {}
8074
8544
  }
8075
8545
  },
8076
- "S6g": {
8546
+ "S75": {
8077
8547
  "type": "structure",
8078
8548
  "members": {
8079
8549
  "listing": {
@@ -8090,19 +8560,19 @@
8090
8560
  },
8091
8561
  "union": true
8092
8562
  },
8093
- "S6u": {
8563
+ "S7j": {
8094
8564
  "type": "list",
8095
8565
  "member": {}
8096
8566
  },
8097
- "S6v": {
8567
+ "S7k": {
8098
8568
  "type": "list",
8099
8569
  "member": {}
8100
8570
  },
8101
- "S6x": {
8571
+ "S7m": {
8102
8572
  "type": "string",
8103
8573
  "sensitive": true
8104
8574
  },
8105
- "S6y": {
8575
+ "S7n": {
8106
8576
  "type": "list",
8107
8577
  "member": {
8108
8578
  "type": "structure",
@@ -8116,7 +8586,7 @@
8116
8586
  }
8117
8587
  }
8118
8588
  },
8119
- "S75": {
8589
+ "S7u": {
8120
8590
  "type": "structure",
8121
8591
  "members": {
8122
8592
  "iam": {
@@ -8145,7 +8615,7 @@
8145
8615
  },
8146
8616
  "union": true
8147
8617
  },
8148
- "S7k": {
8618
+ "S8a": {
8149
8619
  "type": "structure",
8150
8620
  "members": {
8151
8621
  "glueSelfGrantStatus": {
@@ -8155,7 +8625,7 @@
8155
8625
  ],
8156
8626
  "members": {
8157
8627
  "selfGrantStatusDetails": {
8158
- "shape": "S7m"
8628
+ "shape": "S8c"
8159
8629
  }
8160
8630
  }
8161
8631
  },
@@ -8166,14 +8636,14 @@
8166
8636
  ],
8167
8637
  "members": {
8168
8638
  "selfGrantStatusDetails": {
8169
- "shape": "S7m"
8639
+ "shape": "S8c"
8170
8640
  }
8171
8641
  }
8172
8642
  }
8173
8643
  },
8174
8644
  "union": true
8175
8645
  },
8176
- "S7m": {
8646
+ "S8c": {
8177
8647
  "type": "list",
8178
8648
  "member": {
8179
8649
  "type": "structure",
@@ -8189,7 +8659,7 @@
8189
8659
  }
8190
8660
  }
8191
8661
  },
8192
- "S8t": {
8662
+ "S9l": {
8193
8663
  "type": "structure",
8194
8664
  "members": {
8195
8665
  "added": {
@@ -8209,11 +8679,30 @@
8209
8679
  }
8210
8680
  }
8211
8681
  },
8212
- "S96": {
8682
+ "S9y": {
8213
8683
  "type": "list",
8214
8684
  "member": {}
8215
8685
  },
8216
- "S98": {
8686
+ "Sa0": {
8687
+ "type": "list",
8688
+ "member": {
8689
+ "type": "structure",
8690
+ "members": {
8691
+ "lakeFormationConfiguration": {
8692
+ "type": "structure",
8693
+ "members": {
8694
+ "locationRegistrationExcludeS3Locations": {
8695
+ "type": "list",
8696
+ "member": {}
8697
+ },
8698
+ "locationRegistrationRole": {}
8699
+ }
8700
+ }
8701
+ },
8702
+ "union": true
8703
+ }
8704
+ },
8705
+ "Sa5": {
8217
8706
  "type": "map",
8218
8707
  "key": {},
8219
8708
  "value": {
@@ -8222,7 +8711,7 @@
8222
8711
  "value": {}
8223
8712
  }
8224
8713
  },
8225
- "S9e": {
8714
+ "Sab": {
8226
8715
  "type": "list",
8227
8716
  "member": {
8228
8717
  "type": "structure",
@@ -8238,7 +8727,7 @@
8238
8727
  }
8239
8728
  }
8240
8729
  },
8241
- "S9r": {
8730
+ "Sao": {
8242
8731
  "type": "list",
8243
8732
  "member": {
8244
8733
  "type": "structure",
@@ -8250,7 +8739,7 @@
8250
8739
  }
8251
8740
  }
8252
8741
  },
8253
- "Sa1": {
8742
+ "Say": {
8254
8743
  "type": "structure",
8255
8744
  "required": [
8256
8745
  "identifier",
@@ -8262,7 +8751,7 @@
8262
8751
  "type": {}
8263
8752
  }
8264
8753
  },
8265
- "Sak": {
8754
+ "Sbh": {
8266
8755
  "type": "structure",
8267
8756
  "required": [
8268
8757
  "formName",
@@ -8280,15 +8769,15 @@
8280
8769
  "typeRevision": {}
8281
8770
  }
8282
8771
  },
8283
- "Sec": {
8772
+ "Sfd": {
8284
8773
  "type": "list",
8285
8774
  "member": {}
8286
8775
  },
8287
- "See": {
8776
+ "Sff": {
8288
8777
  "type": "structure",
8289
8778
  "members": {
8290
8779
  "and": {
8291
- "shape": "Sef"
8780
+ "shape": "Sfg"
8292
8781
  },
8293
8782
  "filter": {
8294
8783
  "type": "structure",
@@ -8302,18 +8791,18 @@
8302
8791
  }
8303
8792
  },
8304
8793
  "or": {
8305
- "shape": "Sef"
8794
+ "shape": "Sfg"
8306
8795
  }
8307
8796
  },
8308
8797
  "union": true
8309
8798
  },
8310
- "Sef": {
8799
+ "Sfg": {
8311
8800
  "type": "list",
8312
8801
  "member": {
8313
- "shape": "See"
8802
+ "shape": "Sff"
8314
8803
  }
8315
8804
  },
8316
- "Sej": {
8805
+ "Sfk": {
8317
8806
  "type": "list",
8318
8807
  "member": {
8319
8808
  "type": "structure",
@@ -8325,7 +8814,7 @@
8325
8814
  }
8326
8815
  }
8327
8816
  },
8328
- "Sen": {
8817
+ "Sfo": {
8329
8818
  "type": "structure",
8330
8819
  "required": [
8331
8820
  "attribute"