cdk-comprehend-s3olap 2.0.520 → 2.0.522

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 (50) hide show
  1. package/.jsii +31 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +144 -54
  7. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +28 -6
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +268 -250
  9. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +677 -635
  10. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +18 -0
  11. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +65 -11
  12. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +7 -1
  13. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +80 -0
  14. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +191 -64
  15. package/node_modules/aws-sdk/apis/logs-2014-03-28.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +116 -42
  17. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +349 -341
  18. package/node_modules/aws-sdk/apis/qapps-2023-11-27.examples.json +23 -0
  19. package/node_modules/aws-sdk/apis/qapps-2023-11-27.min.json +60 -21
  20. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +92 -4
  21. package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +6 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1018 -972
  23. package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.min.json +3 -1
  24. package/node_modules/aws-sdk/clients/applicationsignals.d.ts +136 -22
  25. package/node_modules/aws-sdk/clients/appsync.d.ts +2 -2
  26. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +19 -2
  27. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +184 -5
  28. package/node_modules/aws-sdk/clients/codepipeline.d.ts +8 -8
  29. package/node_modules/aws-sdk/clients/connect.d.ts +39 -3
  30. package/node_modules/aws-sdk/clients/datazone.d.ts +42 -0
  31. package/node_modules/aws-sdk/clients/elbv2.d.ts +59 -2
  32. package/node_modules/aws-sdk/clients/finspace.d.ts +3 -3
  33. package/node_modules/aws-sdk/clients/fis.d.ts +83 -1
  34. package/node_modules/aws-sdk/clients/gamelift.d.ts +27 -27
  35. package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
  36. package/node_modules/aws-sdk/clients/mediaconnect.d.ts +49 -0
  37. package/node_modules/aws-sdk/clients/medialive.d.ts +11 -0
  38. package/node_modules/aws-sdk/clients/qapps.d.ts +44 -2
  39. package/node_modules/aws-sdk/clients/s3control.d.ts +110 -31
  40. package/node_modules/aws-sdk/clients/sagemaker.d.ts +64 -4
  41. package/node_modules/aws-sdk/clients/timestreaminfluxdb.d.ts +9 -1
  42. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +5 -5
  43. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +22 -22
  44. package/node_modules/aws-sdk/dist/aws-sdk.js +548 -331
  45. package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
  46. package/node_modules/aws-sdk/lib/core.js +1 -1
  47. package/node_modules/aws-sdk/lib/maintenance_mode_message.js +3 -3
  48. package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
  49. package/node_modules/aws-sdk/package.json +1 -1
  50. package/package.json +6 -6
@@ -98,8 +98,24 @@
98
98
  "identifier"
99
99
  ],
100
100
  "members": {
101
+ "assetScopes": {
102
+ "type": "list",
103
+ "member": {
104
+ "type": "structure",
105
+ "required": [
106
+ "assetId",
107
+ "filterIds"
108
+ ],
109
+ "members": {
110
+ "assetId": {},
111
+ "filterIds": {
112
+ "shape": "Sj"
113
+ }
114
+ }
115
+ }
116
+ },
101
117
  "decisionComment": {
102
- "shape": "Sh"
118
+ "shape": "Sl"
103
119
  },
104
120
  "domainIdentifier": {
105
121
  "location": "uri",
@@ -130,25 +146,25 @@
130
146
  },
131
147
  "createdBy": {},
132
148
  "decisionComment": {
133
- "shape": "Sh"
149
+ "shape": "Sl"
134
150
  },
135
151
  "domainId": {},
136
152
  "id": {},
137
153
  "requestReason": {
138
- "shape": "Sm"
154
+ "shape": "Sq"
139
155
  },
140
156
  "reviewerId": {},
141
157
  "status": {},
142
158
  "subscribedListings": {
143
159
  "type": "list",
144
160
  "member": {
145
- "shape": "Sp"
161
+ "shape": "St"
146
162
  }
147
163
  },
148
164
  "subscribedPrincipals": {
149
165
  "type": "list",
150
166
  "member": {
151
- "shape": "S16"
167
+ "shape": "S1b"
152
168
  }
153
169
  },
154
170
  "updatedAt": {
@@ -189,7 +205,7 @@
189
205
  "locationName": "entityType"
190
206
  },
191
207
  "owner": {
192
- "shape": "S1d"
208
+ "shape": "S1i"
193
209
  }
194
210
  }
195
211
  },
@@ -219,7 +235,7 @@
219
235
  "idempotencyToken": true
220
236
  },
221
237
  "detail": {
222
- "shape": "S1k"
238
+ "shape": "S1p"
223
239
  },
224
240
  "domainIdentifier": {
225
241
  "location": "uri",
@@ -235,7 +251,7 @@
235
251
  },
236
252
  "policyType": {},
237
253
  "principal": {
238
- "shape": "S1z"
254
+ "shape": "S24"
239
255
  }
240
256
  }
241
257
  },
@@ -352,10 +368,10 @@
352
368
  },
353
369
  "status": {},
354
370
  "subscribedListing": {
355
- "shape": "Sp"
371
+ "shape": "St"
356
372
  },
357
373
  "subscribedPrincipal": {
358
- "shape": "S16"
374
+ "shape": "S1b"
359
375
  },
360
376
  "subscriptionRequestId": {},
361
377
  "updatedAt": {
@@ -384,27 +400,27 @@
384
400
  "idempotencyToken": true
385
401
  },
386
402
  "description": {
387
- "shape": "Sq"
403
+ "shape": "Su"
388
404
  },
389
405
  "domainIdentifier": {
390
406
  "location": "uri",
391
407
  "locationName": "domainIdentifier"
392
408
  },
393
409
  "externalIdentifier": {
394
- "shape": "S2n"
410
+ "shape": "S2s"
395
411
  },
396
412
  "formsInput": {
397
- "shape": "S2o"
413
+ "shape": "S2t"
398
414
  },
399
415
  "glossaryTerms": {
400
- "shape": "S2t"
416
+ "shape": "S2y"
401
417
  },
402
418
  "name": {
403
- "shape": "S2v"
419
+ "shape": "S30"
404
420
  },
405
421
  "owningProjectIdentifier": {},
406
422
  "predictionConfiguration": {
407
- "shape": "S2w"
423
+ "shape": "S31"
408
424
  },
409
425
  "typeIdentifier": {},
410
426
  "typeRevision": {}
@@ -428,38 +444,38 @@
428
444
  },
429
445
  "createdBy": {},
430
446
  "description": {
431
- "shape": "Sq"
447
+ "shape": "Su"
432
448
  },
433
449
  "domainId": {},
434
450
  "externalIdentifier": {
435
- "shape": "S2n"
451
+ "shape": "S2s"
436
452
  },
437
453
  "firstRevisionCreatedAt": {
438
454
  "type": "timestamp"
439
455
  },
440
456
  "firstRevisionCreatedBy": {},
441
457
  "formsOutput": {
442
- "shape": "S30"
458
+ "shape": "S35"
443
459
  },
444
460
  "glossaryTerms": {
445
- "shape": "S2t"
461
+ "shape": "S2y"
446
462
  },
447
463
  "id": {},
448
464
  "latestTimeSeriesDataPointFormsOutput": {
449
- "shape": "S33"
465
+ "shape": "S38"
450
466
  },
451
467
  "listing": {
452
- "shape": "S39"
468
+ "shape": "S3e"
453
469
  },
454
470
  "name": {
455
- "shape": "S2v"
471
+ "shape": "S30"
456
472
  },
457
473
  "owningProjectId": {},
458
474
  "predictionConfiguration": {
459
- "shape": "S2w"
475
+ "shape": "S31"
460
476
  },
461
477
  "readOnlyFormsOutput": {
462
- "shape": "S30"
478
+ "shape": "S35"
463
479
  },
464
480
  "revision": {},
465
481
  "typeIdentifier": {},
@@ -490,17 +506,17 @@
490
506
  "idempotencyToken": true
491
507
  },
492
508
  "configuration": {
493
- "shape": "S3c"
509
+ "shape": "S3h"
494
510
  },
495
511
  "description": {
496
- "shape": "Sq"
512
+ "shape": "Su"
497
513
  },
498
514
  "domainIdentifier": {
499
515
  "location": "uri",
500
516
  "locationName": "domainIdentifier"
501
517
  },
502
518
  "name": {
503
- "shape": "S3w"
519
+ "shape": "S41"
504
520
  }
505
521
  }
506
522
  },
@@ -516,23 +532,23 @@
516
532
  "members": {
517
533
  "assetId": {},
518
534
  "configuration": {
519
- "shape": "S3c"
535
+ "shape": "S3h"
520
536
  },
521
537
  "createdAt": {
522
538
  "type": "timestamp"
523
539
  },
524
540
  "description": {
525
- "shape": "Sq"
541
+ "shape": "Su"
526
542
  },
527
543
  "domainId": {},
528
544
  "effectiveColumnNames": {
529
- "shape": "S3e"
545
+ "shape": "S3j"
530
546
  },
531
547
  "effectiveRowFilter": {},
532
548
  "errorMessage": {},
533
549
  "id": {},
534
550
  "name": {
535
- "shape": "S3w"
551
+ "shape": "S41"
536
552
  },
537
553
  "status": {}
538
554
  }
@@ -556,27 +572,27 @@
556
572
  "idempotencyToken": true
557
573
  },
558
574
  "description": {
559
- "shape": "Sq"
575
+ "shape": "Su"
560
576
  },
561
577
  "domainIdentifier": {
562
578
  "location": "uri",
563
579
  "locationName": "domainIdentifier"
564
580
  },
565
581
  "formsInput": {
566
- "shape": "S2o"
582
+ "shape": "S2t"
567
583
  },
568
584
  "glossaryTerms": {
569
- "shape": "S2t"
585
+ "shape": "S2y"
570
586
  },
571
587
  "identifier": {
572
588
  "location": "uri",
573
589
  "locationName": "identifier"
574
590
  },
575
591
  "name": {
576
- "shape": "S2v"
592
+ "shape": "S30"
577
593
  },
578
594
  "predictionConfiguration": {
579
- "shape": "S2w"
595
+ "shape": "S31"
580
596
  },
581
597
  "typeRevision": {}
582
598
  }
@@ -599,38 +615,38 @@
599
615
  },
600
616
  "createdBy": {},
601
617
  "description": {
602
- "shape": "Sq"
618
+ "shape": "Su"
603
619
  },
604
620
  "domainId": {},
605
621
  "externalIdentifier": {
606
- "shape": "S2n"
622
+ "shape": "S2s"
607
623
  },
608
624
  "firstRevisionCreatedAt": {
609
625
  "type": "timestamp"
610
626
  },
611
627
  "firstRevisionCreatedBy": {},
612
628
  "formsOutput": {
613
- "shape": "S30"
629
+ "shape": "S35"
614
630
  },
615
631
  "glossaryTerms": {
616
- "shape": "S2t"
632
+ "shape": "S2y"
617
633
  },
618
634
  "id": {},
619
635
  "latestTimeSeriesDataPointFormsOutput": {
620
- "shape": "S33"
636
+ "shape": "S38"
621
637
  },
622
638
  "listing": {
623
- "shape": "S39"
639
+ "shape": "S3e"
624
640
  },
625
641
  "name": {
626
- "shape": "S2v"
642
+ "shape": "S30"
627
643
  },
628
644
  "owningProjectId": {},
629
645
  "predictionConfiguration": {
630
- "shape": "S2w"
646
+ "shape": "S31"
631
647
  },
632
648
  "readOnlyFormsOutput": {
633
- "shape": "S30"
649
+ "shape": "S35"
634
650
  },
635
651
  "revision": {},
636
652
  "typeIdentifier": {},
@@ -654,7 +670,7 @@
654
670
  ],
655
671
  "members": {
656
672
  "description": {
657
- "shape": "Sq"
673
+ "shape": "Su"
658
674
  },
659
675
  "domainIdentifier": {
660
676
  "location": "uri",
@@ -696,11 +712,11 @@
696
712
  },
697
713
  "createdBy": {},
698
714
  "description": {
699
- "shape": "Sq"
715
+ "shape": "Su"
700
716
  },
701
717
  "domainId": {},
702
718
  "formsOutput": {
703
- "shape": "S46"
719
+ "shape": "S4a"
704
720
  },
705
721
  "name": {},
706
722
  "originDomainId": {},
@@ -731,23 +747,23 @@
731
747
  "idempotencyToken": true
732
748
  },
733
749
  "description": {
734
- "shape": "S49"
750
+ "shape": "S4d"
735
751
  },
736
752
  "domainIdentifier": {
737
753
  "location": "uri",
738
754
  "locationName": "domainIdentifier"
739
755
  },
740
756
  "formsInput": {
741
- "shape": "S2o"
757
+ "shape": "S2t"
742
758
  },
743
759
  "glossaryTerms": {
744
- "shape": "S2t"
760
+ "shape": "S2y"
745
761
  },
746
762
  "items": {
747
- "shape": "S4a"
763
+ "shape": "S4e"
748
764
  },
749
765
  "name": {
750
- "shape": "S4f"
766
+ "shape": "S4j"
751
767
  },
752
768
  "owningProjectIdentifier": {}
753
769
  }
@@ -768,7 +784,7 @@
768
784
  },
769
785
  "createdBy": {},
770
786
  "description": {
771
- "shape": "S49"
787
+ "shape": "S4d"
772
788
  },
773
789
  "domainId": {},
774
790
  "firstRevisionCreatedAt": {
@@ -776,17 +792,17 @@
776
792
  },
777
793
  "firstRevisionCreatedBy": {},
778
794
  "formsOutput": {
779
- "shape": "S30"
795
+ "shape": "S35"
780
796
  },
781
797
  "glossaryTerms": {
782
- "shape": "S2t"
798
+ "shape": "S2y"
783
799
  },
784
800
  "id": {},
785
801
  "items": {
786
- "shape": "S4a"
802
+ "shape": "S4e"
787
803
  },
788
804
  "name": {
789
- "shape": "S4f"
805
+ "shape": "S4j"
790
806
  },
791
807
  "owningProjectId": {},
792
808
  "revision": {},
@@ -812,27 +828,27 @@
812
828
  "idempotencyToken": true
813
829
  },
814
830
  "description": {
815
- "shape": "S49"
831
+ "shape": "S4d"
816
832
  },
817
833
  "domainIdentifier": {
818
834
  "location": "uri",
819
835
  "locationName": "domainIdentifier"
820
836
  },
821
837
  "formsInput": {
822
- "shape": "S2o"
838
+ "shape": "S2t"
823
839
  },
824
840
  "glossaryTerms": {
825
- "shape": "S2t"
841
+ "shape": "S2y"
826
842
  },
827
843
  "identifier": {
828
844
  "location": "uri",
829
845
  "locationName": "identifier"
830
846
  },
831
847
  "items": {
832
- "shape": "S4a"
848
+ "shape": "S4e"
833
849
  },
834
850
  "name": {
835
- "shape": "S4f"
851
+ "shape": "S4j"
836
852
  }
837
853
  }
838
854
  },
@@ -852,7 +868,7 @@
852
868
  },
853
869
  "createdBy": {},
854
870
  "description": {
855
- "shape": "S49"
871
+ "shape": "S4d"
856
872
  },
857
873
  "domainId": {},
858
874
  "firstRevisionCreatedAt": {
@@ -860,17 +876,17 @@
860
876
  },
861
877
  "firstRevisionCreatedBy": {},
862
878
  "formsOutput": {
863
- "shape": "S30"
879
+ "shape": "S35"
864
880
  },
865
881
  "glossaryTerms": {
866
- "shape": "S2t"
882
+ "shape": "S2y"
867
883
  },
868
884
  "id": {},
869
885
  "items": {
870
- "shape": "S4a"
886
+ "shape": "S4e"
871
887
  },
872
888
  "name": {
873
- "shape": "S4f"
889
+ "shape": "S4j"
874
890
  },
875
891
  "owningProjectId": {},
876
892
  "revision": {},
@@ -895,16 +911,16 @@
895
911
  ],
896
912
  "members": {
897
913
  "assetFormsInput": {
898
- "shape": "S2o"
914
+ "shape": "S2t"
899
915
  },
900
916
  "clientToken": {
901
917
  "idempotencyToken": true
902
918
  },
903
919
  "configuration": {
904
- "shape": "S4m"
920
+ "shape": "S4q"
905
921
  },
906
922
  "description": {
907
- "shape": "Sq"
923
+ "shape": "Su"
908
924
  },
909
925
  "domainIdentifier": {
910
926
  "location": "uri",
@@ -913,17 +929,17 @@
913
929
  "enableSetting": {},
914
930
  "environmentIdentifier": {},
915
931
  "name": {
916
- "shape": "S57"
932
+ "shape": "S5b"
917
933
  },
918
934
  "projectIdentifier": {},
919
935
  "publishOnImport": {
920
936
  "type": "boolean"
921
937
  },
922
938
  "recommendation": {
923
- "shape": "S58"
939
+ "shape": "S5c"
924
940
  },
925
941
  "schedule": {
926
- "shape": "S59"
942
+ "shape": "S5d"
927
943
  },
928
944
  "type": {}
929
945
  }
@@ -939,48 +955,48 @@
939
955
  ],
940
956
  "members": {
941
957
  "assetFormsOutput": {
942
- "shape": "S30"
958
+ "shape": "S35"
943
959
  },
944
960
  "configuration": {
945
- "shape": "S5e"
961
+ "shape": "S5i"
946
962
  },
947
963
  "createdAt": {
948
- "shape": "S5n"
964
+ "shape": "S5r"
949
965
  },
950
966
  "description": {
951
- "shape": "Sq"
967
+ "shape": "Su"
952
968
  },
953
969
  "domainId": {},
954
970
  "enableSetting": {},
955
971
  "environmentId": {},
956
972
  "errorMessage": {
957
- "shape": "S5o"
973
+ "shape": "S5s"
958
974
  },
959
975
  "id": {},
960
976
  "lastRunAt": {
961
- "shape": "S5n"
977
+ "shape": "S5r"
962
978
  },
963
979
  "lastRunErrorMessage": {
964
- "shape": "S5o"
980
+ "shape": "S5s"
965
981
  },
966
982
  "lastRunStatus": {},
967
983
  "name": {
968
- "shape": "S57"
984
+ "shape": "S5b"
969
985
  },
970
986
  "projectId": {},
971
987
  "publishOnImport": {
972
988
  "type": "boolean"
973
989
  },
974
990
  "recommendation": {
975
- "shape": "S58"
991
+ "shape": "S5c"
976
992
  },
977
993
  "schedule": {
978
- "shape": "S59"
994
+ "shape": "S5d"
979
995
  },
980
996
  "status": {},
981
997
  "type": {},
982
998
  "updatedAt": {
983
- "shape": "S5n"
999
+ "shape": "S5r"
984
1000
  }
985
1001
  }
986
1002
  },
@@ -1006,10 +1022,10 @@
1006
1022
  "kmsKeyIdentifier": {},
1007
1023
  "name": {},
1008
1024
  "singleSignOn": {
1009
- "shape": "S5w"
1025
+ "shape": "S60"
1010
1026
  },
1011
1027
  "tags": {
1012
- "shape": "S5z"
1028
+ "shape": "S63"
1013
1029
  }
1014
1030
  }
1015
1031
  },
@@ -1028,11 +1044,11 @@
1028
1044
  "portalUrl": {},
1029
1045
  "rootDomainUnitId": {},
1030
1046
  "singleSignOn": {
1031
- "shape": "S5w"
1047
+ "shape": "S60"
1032
1048
  },
1033
1049
  "status": {},
1034
1050
  "tags": {
1035
- "shape": "S5z"
1051
+ "shape": "S63"
1036
1052
  }
1037
1053
  }
1038
1054
  },
@@ -1055,14 +1071,14 @@
1055
1071
  "idempotencyToken": true
1056
1072
  },
1057
1073
  "description": {
1058
- "shape": "S65"
1074
+ "shape": "S69"
1059
1075
  },
1060
1076
  "domainIdentifier": {
1061
1077
  "location": "uri",
1062
1078
  "locationName": "domainIdentifier"
1063
1079
  },
1064
1080
  "name": {
1065
- "shape": "S66"
1081
+ "shape": "S6a"
1066
1082
  },
1067
1083
  "parentDomainUnitIdentifier": {}
1068
1084
  }
@@ -1086,15 +1102,15 @@
1086
1102
  },
1087
1103
  "createdBy": {},
1088
1104
  "description": {
1089
- "shape": "S65"
1105
+ "shape": "S69"
1090
1106
  },
1091
1107
  "domainId": {},
1092
1108
  "id": {},
1093
1109
  "name": {
1094
- "shape": "S66"
1110
+ "shape": "S6a"
1095
1111
  },
1096
1112
  "owners": {
1097
- "shape": "S69"
1113
+ "shape": "S6d"
1098
1114
  },
1099
1115
  "parentDomainUnitId": {}
1100
1116
  }
@@ -1125,12 +1141,12 @@
1125
1141
  "environmentBlueprintIdentifier": {},
1126
1142
  "environmentProfileIdentifier": {},
1127
1143
  "glossaryTerms": {
1128
- "shape": "S2t"
1144
+ "shape": "S2y"
1129
1145
  },
1130
1146
  "name": {},
1131
1147
  "projectIdentifier": {},
1132
1148
  "userParameters": {
1133
- "shape": "S6f"
1149
+ "shape": "S6j"
1134
1150
  }
1135
1151
  }
1136
1152
  },
@@ -1147,45 +1163,45 @@
1147
1163
  "awsAccountId": {},
1148
1164
  "awsAccountRegion": {},
1149
1165
  "createdAt": {
1150
- "shape": "S6k"
1166
+ "shape": "S6o"
1151
1167
  },
1152
1168
  "createdBy": {},
1153
1169
  "deploymentProperties": {
1154
- "shape": "S6l"
1170
+ "shape": "S6p"
1155
1171
  },
1156
1172
  "description": {
1157
- "shape": "Sq"
1173
+ "shape": "Su"
1158
1174
  },
1159
1175
  "domainId": {},
1160
1176
  "environmentActions": {
1161
- "shape": "S6o"
1177
+ "shape": "S6s"
1162
1178
  },
1163
1179
  "environmentBlueprintId": {},
1164
1180
  "environmentProfileId": {},
1165
1181
  "glossaryTerms": {
1166
- "shape": "S2t"
1182
+ "shape": "S2y"
1167
1183
  },
1168
1184
  "id": {},
1169
1185
  "lastDeployment": {
1170
- "shape": "S6u"
1186
+ "shape": "S6y"
1171
1187
  },
1172
1188
  "name": {
1173
- "shape": "S70"
1189
+ "shape": "S74"
1174
1190
  },
1175
1191
  "projectId": {},
1176
1192
  "provider": {},
1177
1193
  "provisionedResources": {
1178
- "shape": "S71"
1194
+ "shape": "S75"
1179
1195
  },
1180
1196
  "provisioningProperties": {
1181
- "shape": "S73"
1197
+ "shape": "S77"
1182
1198
  },
1183
1199
  "status": {},
1184
1200
  "updatedAt": {
1185
- "shape": "S6k"
1201
+ "shape": "S6o"
1186
1202
  },
1187
1203
  "userParameters": {
1188
- "shape": "S76"
1204
+ "shape": "S7a"
1189
1205
  }
1190
1206
  }
1191
1207
  }
@@ -1215,7 +1231,7 @@
1215
1231
  },
1216
1232
  "name": {},
1217
1233
  "parameters": {
1218
- "shape": "S7a"
1234
+ "shape": "S7e"
1219
1235
  }
1220
1236
  }
1221
1237
  },
@@ -1235,7 +1251,7 @@
1235
1251
  "id": {},
1236
1252
  "name": {},
1237
1253
  "parameters": {
1238
- "shape": "S7a"
1254
+ "shape": "S7e"
1239
1255
  }
1240
1256
  }
1241
1257
  }
@@ -1257,7 +1273,7 @@
1257
1273
  "awsAccountId": {},
1258
1274
  "awsAccountRegion": {},
1259
1275
  "description": {
1260
- "shape": "Sq"
1276
+ "shape": "Su"
1261
1277
  },
1262
1278
  "domainIdentifier": {
1263
1279
  "location": "uri",
@@ -1265,11 +1281,11 @@
1265
1281
  },
1266
1282
  "environmentBlueprintIdentifier": {},
1267
1283
  "name": {
1268
- "shape": "S7f"
1284
+ "shape": "S7j"
1269
1285
  },
1270
1286
  "projectIdentifier": {},
1271
1287
  "userParameters": {
1272
- "shape": "S6f"
1288
+ "shape": "S6j"
1273
1289
  }
1274
1290
  }
1275
1291
  },
@@ -1286,24 +1302,24 @@
1286
1302
  "awsAccountId": {},
1287
1303
  "awsAccountRegion": {},
1288
1304
  "createdAt": {
1289
- "shape": "S6k"
1305
+ "shape": "S6o"
1290
1306
  },
1291
1307
  "createdBy": {},
1292
1308
  "description": {
1293
- "shape": "Sq"
1309
+ "shape": "Su"
1294
1310
  },
1295
1311
  "domainId": {},
1296
1312
  "environmentBlueprintId": {},
1297
1313
  "id": {},
1298
1314
  "name": {
1299
- "shape": "S7f"
1315
+ "shape": "S7j"
1300
1316
  },
1301
1317
  "projectId": {},
1302
1318
  "updatedAt": {
1303
- "shape": "S6k"
1319
+ "shape": "S6o"
1304
1320
  },
1305
1321
  "userParameters": {
1306
- "shape": "S76"
1322
+ "shape": "S7a"
1307
1323
  }
1308
1324
  }
1309
1325
  }
@@ -1323,17 +1339,17 @@
1323
1339
  ],
1324
1340
  "members": {
1325
1341
  "description": {
1326
- "shape": "Sq"
1342
+ "shape": "Su"
1327
1343
  },
1328
1344
  "domainIdentifier": {
1329
1345
  "location": "uri",
1330
1346
  "locationName": "domainIdentifier"
1331
1347
  },
1332
1348
  "model": {
1333
- "shape": "S7i"
1349
+ "shape": "S7m"
1334
1350
  },
1335
1351
  "name": {
1336
- "shape": "S32"
1352
+ "shape": "S37"
1337
1353
  },
1338
1354
  "owningProjectIdentifier": {},
1339
1355
  "status": {}
@@ -1348,11 +1364,11 @@
1348
1364
  ],
1349
1365
  "members": {
1350
1366
  "description": {
1351
- "shape": "Sq"
1367
+ "shape": "Su"
1352
1368
  },
1353
1369
  "domainId": {},
1354
1370
  "name": {
1355
- "shape": "S32"
1371
+ "shape": "S37"
1356
1372
  },
1357
1373
  "originDomainId": {},
1358
1374
  "originProjectId": {},
@@ -1378,14 +1394,14 @@
1378
1394
  "idempotencyToken": true
1379
1395
  },
1380
1396
  "description": {
1381
- "shape": "S7n"
1397
+ "shape": "S7r"
1382
1398
  },
1383
1399
  "domainIdentifier": {
1384
1400
  "location": "uri",
1385
1401
  "locationName": "domainIdentifier"
1386
1402
  },
1387
1403
  "name": {
1388
- "shape": "S7o"
1404
+ "shape": "S7s"
1389
1405
  },
1390
1406
  "owningProjectIdentifier": {},
1391
1407
  "status": {}
@@ -1401,12 +1417,12 @@
1401
1417
  ],
1402
1418
  "members": {
1403
1419
  "description": {
1404
- "shape": "S7n"
1420
+ "shape": "S7r"
1405
1421
  },
1406
1422
  "domainId": {},
1407
1423
  "id": {},
1408
1424
  "name": {
1409
- "shape": "S7o"
1425
+ "shape": "S7s"
1410
1426
  },
1411
1427
  "owningProjectId": {},
1412
1428
  "status": {}
@@ -1436,17 +1452,17 @@
1436
1452
  },
1437
1453
  "glossaryIdentifier": {},
1438
1454
  "longDescription": {
1439
- "shape": "S7t"
1455
+ "shape": "S7x"
1440
1456
  },
1441
1457
  "name": {
1442
- "shape": "Sy"
1458
+ "shape": "S13"
1443
1459
  },
1444
1460
  "shortDescription": {
1445
- "shape": "Sz"
1461
+ "shape": "S14"
1446
1462
  },
1447
1463
  "status": {},
1448
1464
  "termRelations": {
1449
- "shape": "S7v"
1465
+ "shape": "S7z"
1450
1466
  }
1451
1467
  }
1452
1468
  },
@@ -1464,17 +1480,17 @@
1464
1480
  "glossaryId": {},
1465
1481
  "id": {},
1466
1482
  "longDescription": {
1467
- "shape": "S7t"
1483
+ "shape": "S7x"
1468
1484
  },
1469
1485
  "name": {
1470
- "shape": "Sy"
1486
+ "shape": "S13"
1471
1487
  },
1472
1488
  "shortDescription": {
1473
- "shape": "Sz"
1489
+ "shape": "S14"
1474
1490
  },
1475
1491
  "status": {},
1476
1492
  "termRelations": {
1477
- "shape": "S7v"
1493
+ "shape": "S7z"
1478
1494
  }
1479
1495
  }
1480
1496
  },
@@ -1507,7 +1523,7 @@
1507
1523
  "members": {
1508
1524
  "domainId": {},
1509
1525
  "groupName": {
1510
- "shape": "S81"
1526
+ "shape": "S85"
1511
1527
  },
1512
1528
  "id": {},
1513
1529
  "status": {}
@@ -1569,7 +1585,7 @@
1569
1585
  ],
1570
1586
  "members": {
1571
1587
  "description": {
1572
- "shape": "Sq"
1588
+ "shape": "Su"
1573
1589
  },
1574
1590
  "domainIdentifier": {
1575
1591
  "location": "uri",
@@ -1577,10 +1593,10 @@
1577
1593
  },
1578
1594
  "domainUnitId": {},
1579
1595
  "glossaryTerms": {
1580
- "shape": "S2t"
1596
+ "shape": "S2y"
1581
1597
  },
1582
1598
  "name": {
1583
- "shape": "S18"
1599
+ "shape": "S1d"
1584
1600
  }
1585
1601
  }
1586
1602
  },
@@ -1594,26 +1610,26 @@
1594
1610
  ],
1595
1611
  "members": {
1596
1612
  "createdAt": {
1597
- "shape": "S6k"
1613
+ "shape": "S6o"
1598
1614
  },
1599
1615
  "createdBy": {},
1600
1616
  "description": {
1601
- "shape": "Sq"
1617
+ "shape": "Su"
1602
1618
  },
1603
1619
  "domainId": {},
1604
1620
  "domainUnitId": {},
1605
1621
  "failureReasons": {
1606
- "shape": "S8a"
1622
+ "shape": "S8e"
1607
1623
  },
1608
1624
  "glossaryTerms": {
1609
- "shape": "S2t"
1625
+ "shape": "S2y"
1610
1626
  },
1611
1627
  "id": {},
1612
1628
  "lastUpdatedAt": {
1613
- "shape": "S6k"
1629
+ "shape": "S6o"
1614
1630
  },
1615
1631
  "name": {
1616
- "shape": "S18"
1632
+ "shape": "S1d"
1617
1633
  },
1618
1634
  "projectStatus": {}
1619
1635
  }
@@ -1639,7 +1655,7 @@
1639
1655
  "locationName": "domainIdentifier"
1640
1656
  },
1641
1657
  "member": {
1642
- "shape": "S8f"
1658
+ "shape": "S8j"
1643
1659
  },
1644
1660
  "projectIdentifier": {
1645
1661
  "location": "uri",
@@ -1722,7 +1738,7 @@
1722
1738
  ],
1723
1739
  "members": {
1724
1740
  "assets": {
1725
- "shape": "S8o"
1741
+ "shape": "S8s"
1726
1742
  },
1727
1743
  "createdAt": {
1728
1744
  "type": "timestamp"
@@ -1730,7 +1746,7 @@
1730
1746
  "createdBy": {},
1731
1747
  "domainId": {},
1732
1748
  "grantedEntity": {
1733
- "shape": "S8s"
1749
+ "shape": "S8w"
1734
1750
  },
1735
1751
  "id": {},
1736
1752
  "status": {},
@@ -1768,7 +1784,7 @@
1768
1784
  "locationName": "domainIdentifier"
1769
1785
  },
1770
1786
  "requestReason": {
1771
- "shape": "Sm"
1787
+ "shape": "Sq"
1772
1788
  },
1773
1789
  "subscribedListings": {
1774
1790
  "type": "list",
@@ -1818,25 +1834,25 @@
1818
1834
  },
1819
1835
  "createdBy": {},
1820
1836
  "decisionComment": {
1821
- "shape": "Sh"
1837
+ "shape": "Sl"
1822
1838
  },
1823
1839
  "domainId": {},
1824
1840
  "id": {},
1825
1841
  "requestReason": {
1826
- "shape": "Sm"
1842
+ "shape": "Sq"
1827
1843
  },
1828
1844
  "reviewerId": {},
1829
1845
  "status": {},
1830
1846
  "subscribedListings": {
1831
1847
  "type": "list",
1832
1848
  "member": {
1833
- "shape": "Sp"
1849
+ "shape": "St"
1834
1850
  }
1835
1851
  },
1836
1852
  "subscribedPrincipals": {
1837
1853
  "type": "list",
1838
1854
  "member": {
1839
- "shape": "S16"
1855
+ "shape": "S1b"
1840
1856
  }
1841
1857
  },
1842
1858
  "updatedAt": {
@@ -1865,10 +1881,10 @@
1865
1881
  ],
1866
1882
  "members": {
1867
1883
  "applicableAssetTypes": {
1868
- "shape": "S96"
1884
+ "shape": "S9a"
1869
1885
  },
1870
1886
  "authorizedPrincipals": {
1871
- "shape": "S97"
1887
+ "shape": "S9b"
1872
1888
  },
1873
1889
  "clientToken": {
1874
1890
  "idempotencyToken": true
@@ -1883,11 +1899,11 @@
1883
1899
  },
1884
1900
  "manageAccessRole": {},
1885
1901
  "name": {
1886
- "shape": "S99"
1902
+ "shape": "S9d"
1887
1903
  },
1888
1904
  "provider": {},
1889
1905
  "subscriptionTargetConfig": {
1890
- "shape": "S9a"
1906
+ "shape": "S9e"
1891
1907
  },
1892
1908
  "type": {}
1893
1909
  }
@@ -1911,10 +1927,10 @@
1911
1927
  ],
1912
1928
  "members": {
1913
1929
  "applicableAssetTypes": {
1914
- "shape": "S96"
1930
+ "shape": "S9a"
1915
1931
  },
1916
1932
  "authorizedPrincipals": {
1917
- "shape": "S97"
1933
+ "shape": "S9b"
1918
1934
  },
1919
1935
  "createdAt": {
1920
1936
  "type": "timestamp"
@@ -1925,12 +1941,12 @@
1925
1941
  "id": {},
1926
1942
  "manageAccessRole": {},
1927
1943
  "name": {
1928
- "shape": "S99"
1944
+ "shape": "S9d"
1929
1945
  },
1930
1946
  "projectId": {},
1931
1947
  "provider": {},
1932
1948
  "subscriptionTargetConfig": {
1933
- "shape": "S9a"
1949
+ "shape": "S9e"
1934
1950
  },
1935
1951
  "type": {},
1936
1952
  "updatedAt": {
@@ -1967,7 +1983,7 @@
1967
1983
  "type": "structure",
1968
1984
  "members": {
1969
1985
  "details": {
1970
- "shape": "S9g"
1986
+ "shape": "S9k"
1971
1987
  },
1972
1988
  "domainId": {},
1973
1989
  "id": {},
@@ -2137,33 +2153,33 @@
2137
2153
  ],
2138
2154
  "members": {
2139
2155
  "assetFormsOutput": {
2140
- "shape": "S30"
2156
+ "shape": "S35"
2141
2157
  },
2142
2158
  "configuration": {
2143
- "shape": "S5e"
2159
+ "shape": "S5i"
2144
2160
  },
2145
2161
  "createdAt": {
2146
- "shape": "S5n"
2162
+ "shape": "S5r"
2147
2163
  },
2148
2164
  "description": {
2149
- "shape": "Sq"
2165
+ "shape": "Su"
2150
2166
  },
2151
2167
  "domainId": {},
2152
2168
  "enableSetting": {},
2153
2169
  "environmentId": {},
2154
2170
  "errorMessage": {
2155
- "shape": "S5o"
2171
+ "shape": "S5s"
2156
2172
  },
2157
2173
  "id": {},
2158
2174
  "lastRunAt": {
2159
- "shape": "S5n"
2175
+ "shape": "S5r"
2160
2176
  },
2161
2177
  "lastRunErrorMessage": {
2162
- "shape": "S5o"
2178
+ "shape": "S5s"
2163
2179
  },
2164
2180
  "lastRunStatus": {},
2165
2181
  "name": {
2166
- "shape": "S57"
2182
+ "shape": "S5b"
2167
2183
  },
2168
2184
  "projectId": {},
2169
2185
  "publishOnImport": {
@@ -2173,15 +2189,15 @@
2173
2189
  "type": "boolean"
2174
2190
  },
2175
2191
  "schedule": {
2176
- "shape": "S59"
2192
+ "shape": "S5d"
2177
2193
  },
2178
2194
  "selfGrantStatus": {
2179
- "shape": "S9y"
2195
+ "shape": "Sa2"
2180
2196
  },
2181
2197
  "status": {},
2182
2198
  "type": {},
2183
2199
  "updatedAt": {
2184
- "shape": "S5n"
2200
+ "shape": "S5r"
2185
2201
  }
2186
2202
  }
2187
2203
  },
@@ -2531,7 +2547,7 @@
2531
2547
  "locationName": "domainIdentifier"
2532
2548
  },
2533
2549
  "member": {
2534
- "shape": "S8f"
2550
+ "shape": "S8j"
2535
2551
  },
2536
2552
  "projectIdentifier": {
2537
2553
  "location": "uri",
@@ -2582,7 +2598,7 @@
2582
2598
  ],
2583
2599
  "members": {
2584
2600
  "assets": {
2585
- "shape": "S8o"
2601
+ "shape": "S8s"
2586
2602
  },
2587
2603
  "createdAt": {
2588
2604
  "type": "timestamp"
@@ -2590,7 +2606,7 @@
2590
2606
  "createdBy": {},
2591
2607
  "domainId": {},
2592
2608
  "grantedEntity": {
2593
- "shape": "S8s"
2609
+ "shape": "S8w"
2594
2610
  },
2595
2611
  "id": {},
2596
2612
  "status": {},
@@ -2781,35 +2797,35 @@
2781
2797
  },
2782
2798
  "createdBy": {},
2783
2799
  "description": {
2784
- "shape": "Sq"
2800
+ "shape": "Su"
2785
2801
  },
2786
2802
  "domainId": {},
2787
2803
  "externalIdentifier": {
2788
- "shape": "S2n"
2804
+ "shape": "S2s"
2789
2805
  },
2790
2806
  "firstRevisionCreatedAt": {
2791
2807
  "type": "timestamp"
2792
2808
  },
2793
2809
  "firstRevisionCreatedBy": {},
2794
2810
  "formsOutput": {
2795
- "shape": "S30"
2811
+ "shape": "S35"
2796
2812
  },
2797
2813
  "glossaryTerms": {
2798
- "shape": "S2t"
2814
+ "shape": "S2y"
2799
2815
  },
2800
2816
  "id": {},
2801
2817
  "latestTimeSeriesDataPointFormsOutput": {
2802
- "shape": "S33"
2818
+ "shape": "S38"
2803
2819
  },
2804
2820
  "listing": {
2805
- "shape": "S39"
2821
+ "shape": "S3e"
2806
2822
  },
2807
2823
  "name": {
2808
- "shape": "S2v"
2824
+ "shape": "S30"
2809
2825
  },
2810
2826
  "owningProjectId": {},
2811
2827
  "readOnlyFormsOutput": {
2812
- "shape": "S30"
2828
+ "shape": "S35"
2813
2829
  },
2814
2830
  "revision": {},
2815
2831
  "typeIdentifier": {},
@@ -2857,23 +2873,23 @@
2857
2873
  "members": {
2858
2874
  "assetId": {},
2859
2875
  "configuration": {
2860
- "shape": "S3c"
2876
+ "shape": "S3h"
2861
2877
  },
2862
2878
  "createdAt": {
2863
2879
  "type": "timestamp"
2864
2880
  },
2865
2881
  "description": {
2866
- "shape": "Sq"
2882
+ "shape": "Su"
2867
2883
  },
2868
2884
  "domainId": {},
2869
2885
  "effectiveColumnNames": {
2870
- "shape": "S3e"
2886
+ "shape": "S3j"
2871
2887
  },
2872
2888
  "effectiveRowFilter": {},
2873
2889
  "errorMessage": {},
2874
2890
  "id": {},
2875
2891
  "name": {
2876
- "shape": "S3w"
2892
+ "shape": "S41"
2877
2893
  },
2878
2894
  "status": {}
2879
2895
  }
@@ -2921,11 +2937,11 @@
2921
2937
  },
2922
2938
  "createdBy": {},
2923
2939
  "description": {
2924
- "shape": "Sq"
2940
+ "shape": "Su"
2925
2941
  },
2926
2942
  "domainId": {},
2927
2943
  "formsOutput": {
2928
- "shape": "S46"
2944
+ "shape": "S4a"
2929
2945
  },
2930
2946
  "name": {},
2931
2947
  "originDomainId": {},
@@ -2982,7 +2998,7 @@
2982
2998
  },
2983
2999
  "createdBy": {},
2984
3000
  "description": {
2985
- "shape": "S49"
3001
+ "shape": "S4d"
2986
3002
  },
2987
3003
  "domainId": {},
2988
3004
  "firstRevisionCreatedAt": {
@@ -2990,17 +3006,17 @@
2990
3006
  },
2991
3007
  "firstRevisionCreatedBy": {},
2992
3008
  "formsOutput": {
2993
- "shape": "S30"
3009
+ "shape": "S35"
2994
3010
  },
2995
3011
  "glossaryTerms": {
2996
- "shape": "S2t"
3012
+ "shape": "S2y"
2997
3013
  },
2998
3014
  "id": {},
2999
3015
  "items": {
3000
- "shape": "S4a"
3016
+ "shape": "S4e"
3001
3017
  },
3002
3018
  "name": {
3003
- "shape": "S4f"
3019
+ "shape": "S4j"
3004
3020
  },
3005
3021
  "owningProjectId": {},
3006
3022
  "revision": {},
@@ -3042,54 +3058,54 @@
3042
3058
  ],
3043
3059
  "members": {
3044
3060
  "assetFormsOutput": {
3045
- "shape": "S30"
3061
+ "shape": "S35"
3046
3062
  },
3047
3063
  "configuration": {
3048
- "shape": "S5e"
3064
+ "shape": "S5i"
3049
3065
  },
3050
3066
  "createdAt": {
3051
- "shape": "S5n"
3067
+ "shape": "S5r"
3052
3068
  },
3053
3069
  "description": {
3054
- "shape": "Sq"
3070
+ "shape": "Su"
3055
3071
  },
3056
3072
  "domainId": {},
3057
3073
  "enableSetting": {},
3058
3074
  "environmentId": {},
3059
3075
  "errorMessage": {
3060
- "shape": "S5o"
3076
+ "shape": "S5s"
3061
3077
  },
3062
3078
  "id": {},
3063
3079
  "lastRunAssetCount": {
3064
3080
  "type": "integer"
3065
3081
  },
3066
3082
  "lastRunAt": {
3067
- "shape": "S5n"
3083
+ "shape": "S5r"
3068
3084
  },
3069
3085
  "lastRunErrorMessage": {
3070
- "shape": "S5o"
3086
+ "shape": "S5s"
3071
3087
  },
3072
3088
  "lastRunStatus": {},
3073
3089
  "name": {
3074
- "shape": "S57"
3090
+ "shape": "S5b"
3075
3091
  },
3076
3092
  "projectId": {},
3077
3093
  "publishOnImport": {
3078
3094
  "type": "boolean"
3079
3095
  },
3080
3096
  "recommendation": {
3081
- "shape": "S58"
3097
+ "shape": "S5c"
3082
3098
  },
3083
3099
  "schedule": {
3084
- "shape": "S59"
3100
+ "shape": "S5d"
3085
3101
  },
3086
3102
  "selfGrantStatus": {
3087
- "shape": "S9y"
3103
+ "shape": "Sa2"
3088
3104
  },
3089
3105
  "status": {},
3090
3106
  "type": {},
3091
3107
  "updatedAt": {
3092
- "shape": "S5n"
3108
+ "shape": "S5r"
3093
3109
  }
3094
3110
  }
3095
3111
  }
@@ -3131,29 +3147,29 @@
3131
3147
  ],
3132
3148
  "members": {
3133
3149
  "createdAt": {
3134
- "shape": "S5n"
3150
+ "shape": "S5r"
3135
3151
  },
3136
3152
  "dataSourceConfigurationSnapshot": {},
3137
3153
  "dataSourceId": {},
3138
3154
  "domainId": {},
3139
3155
  "errorMessage": {
3140
- "shape": "S5o"
3156
+ "shape": "S5s"
3141
3157
  },
3142
3158
  "id": {},
3143
3159
  "projectId": {},
3144
3160
  "runStatisticsForAssets": {
3145
- "shape": "Sbd"
3161
+ "shape": "Sbh"
3146
3162
  },
3147
3163
  "startedAt": {
3148
- "shape": "S5n"
3164
+ "shape": "S5r"
3149
3165
  },
3150
3166
  "status": {},
3151
3167
  "stoppedAt": {
3152
- "shape": "S5n"
3168
+ "shape": "S5r"
3153
3169
  },
3154
3170
  "type": {},
3155
3171
  "updatedAt": {
3156
- "shape": "S5n"
3172
+ "shape": "S5r"
3157
3173
  }
3158
3174
  }
3159
3175
  }
@@ -3199,11 +3215,11 @@
3199
3215
  "portalUrl": {},
3200
3216
  "rootDomainUnitId": {},
3201
3217
  "singleSignOn": {
3202
- "shape": "S5w"
3218
+ "shape": "S60"
3203
3219
  },
3204
3220
  "status": {},
3205
3221
  "tags": {
3206
- "shape": "S5z"
3222
+ "shape": "S63"
3207
3223
  }
3208
3224
  }
3209
3225
  }
@@ -3245,7 +3261,7 @@
3245
3261
  },
3246
3262
  "createdBy": {},
3247
3263
  "description": {
3248
- "shape": "S65"
3264
+ "shape": "S69"
3249
3265
  },
3250
3266
  "domainId": {},
3251
3267
  "id": {},
@@ -3254,10 +3270,10 @@
3254
3270
  },
3255
3271
  "lastUpdatedBy": {},
3256
3272
  "name": {
3257
- "shape": "S66"
3273
+ "shape": "S6a"
3258
3274
  },
3259
3275
  "owners": {
3260
- "shape": "S69"
3276
+ "shape": "S6d"
3261
3277
  },
3262
3278
  "parentDomainUnitId": {}
3263
3279
  }
@@ -3299,45 +3315,45 @@
3299
3315
  "awsAccountId": {},
3300
3316
  "awsAccountRegion": {},
3301
3317
  "createdAt": {
3302
- "shape": "S6k"
3318
+ "shape": "S6o"
3303
3319
  },
3304
3320
  "createdBy": {},
3305
3321
  "deploymentProperties": {
3306
- "shape": "S6l"
3322
+ "shape": "S6p"
3307
3323
  },
3308
3324
  "description": {
3309
- "shape": "Sq"
3325
+ "shape": "Su"
3310
3326
  },
3311
3327
  "domainId": {},
3312
3328
  "environmentActions": {
3313
- "shape": "S6o"
3329
+ "shape": "S6s"
3314
3330
  },
3315
3331
  "environmentBlueprintId": {},
3316
3332
  "environmentProfileId": {},
3317
3333
  "glossaryTerms": {
3318
- "shape": "S2t"
3334
+ "shape": "S2y"
3319
3335
  },
3320
3336
  "id": {},
3321
3337
  "lastDeployment": {
3322
- "shape": "S6u"
3338
+ "shape": "S6y"
3323
3339
  },
3324
3340
  "name": {
3325
- "shape": "S70"
3341
+ "shape": "S74"
3326
3342
  },
3327
3343
  "projectId": {},
3328
3344
  "provider": {},
3329
3345
  "provisionedResources": {
3330
- "shape": "S71"
3346
+ "shape": "S75"
3331
3347
  },
3332
3348
  "provisioningProperties": {
3333
- "shape": "S73"
3349
+ "shape": "S77"
3334
3350
  },
3335
3351
  "status": {},
3336
3352
  "updatedAt": {
3337
- "shape": "S6k"
3353
+ "shape": "S6o"
3338
3354
  },
3339
3355
  "userParameters": {
3340
- "shape": "S76"
3356
+ "shape": "S7a"
3341
3357
  }
3342
3358
  }
3343
3359
  }
@@ -3386,7 +3402,7 @@
3386
3402
  "id": {},
3387
3403
  "name": {},
3388
3404
  "parameters": {
3389
- "shape": "S7a"
3405
+ "shape": "S7e"
3390
3406
  }
3391
3407
  }
3392
3408
  }
@@ -3424,28 +3440,28 @@
3424
3440
  ],
3425
3441
  "members": {
3426
3442
  "createdAt": {
3427
- "shape": "S6k"
3443
+ "shape": "S6o"
3428
3444
  },
3429
3445
  "deploymentProperties": {
3430
- "shape": "S6l"
3446
+ "shape": "S6p"
3431
3447
  },
3432
3448
  "description": {
3433
- "shape": "Sq"
3449
+ "shape": "Su"
3434
3450
  },
3435
3451
  "glossaryTerms": {
3436
- "shape": "S2t"
3452
+ "shape": "S2y"
3437
3453
  },
3438
3454
  "id": {},
3439
3455
  "name": {},
3440
3456
  "provider": {},
3441
3457
  "provisioningProperties": {
3442
- "shape": "S73"
3458
+ "shape": "S77"
3443
3459
  },
3444
3460
  "updatedAt": {
3445
- "shape": "S6k"
3461
+ "shape": "S6o"
3446
3462
  },
3447
3463
  "userParameters": {
3448
- "shape": "S76"
3464
+ "shape": "S7a"
3449
3465
  }
3450
3466
  }
3451
3467
  }
@@ -3481,23 +3497,23 @@
3481
3497
  ],
3482
3498
  "members": {
3483
3499
  "createdAt": {
3484
- "shape": "S6k"
3500
+ "shape": "S6o"
3485
3501
  },
3486
3502
  "domainId": {},
3487
3503
  "enabledRegions": {
3488
- "shape": "Sbs"
3504
+ "shape": "Sbw"
3489
3505
  },
3490
3506
  "environmentBlueprintId": {},
3491
3507
  "manageAccessRoleArn": {},
3492
3508
  "provisioningConfigurations": {
3493
- "shape": "Sbu"
3509
+ "shape": "Sby"
3494
3510
  },
3495
3511
  "provisioningRoleArn": {},
3496
3512
  "regionalParameters": {
3497
- "shape": "Sbz"
3513
+ "shape": "Sc3"
3498
3514
  },
3499
3515
  "updatedAt": {
3500
- "shape": "S6k"
3516
+ "shape": "S6o"
3501
3517
  }
3502
3518
  }
3503
3519
  }
@@ -3530,7 +3546,7 @@
3530
3546
  "members": {
3531
3547
  "accessKeyId": {},
3532
3548
  "expiration": {
3533
- "shape": "S6k"
3549
+ "shape": "S6o"
3534
3550
  },
3535
3551
  "secretAccessKey": {},
3536
3552
  "sessionToken": {}
@@ -3574,24 +3590,24 @@
3574
3590
  "awsAccountId": {},
3575
3591
  "awsAccountRegion": {},
3576
3592
  "createdAt": {
3577
- "shape": "S6k"
3593
+ "shape": "S6o"
3578
3594
  },
3579
3595
  "createdBy": {},
3580
3596
  "description": {
3581
- "shape": "Sq"
3597
+ "shape": "Su"
3582
3598
  },
3583
3599
  "domainId": {},
3584
3600
  "environmentBlueprintId": {},
3585
3601
  "id": {},
3586
3602
  "name": {
3587
- "shape": "S7f"
3603
+ "shape": "S7j"
3588
3604
  },
3589
3605
  "projectId": {},
3590
3606
  "updatedAt": {
3591
- "shape": "S6k"
3607
+ "shape": "S6o"
3592
3608
  },
3593
3609
  "userParameters": {
3594
- "shape": "S76"
3610
+ "shape": "S7a"
3595
3611
  }
3596
3612
  }
3597
3613
  }
@@ -3637,17 +3653,17 @@
3637
3653
  },
3638
3654
  "createdBy": {},
3639
3655
  "description": {
3640
- "shape": "Sq"
3656
+ "shape": "Su"
3641
3657
  },
3642
3658
  "domainId": {},
3643
3659
  "imports": {
3644
- "shape": "Sc7"
3660
+ "shape": "Scb"
3645
3661
  },
3646
3662
  "model": {
3647
- "shape": "S7i"
3663
+ "shape": "S7m"
3648
3664
  },
3649
3665
  "name": {
3650
- "shape": "S32"
3666
+ "shape": "S37"
3651
3667
  },
3652
3668
  "originDomainId": {},
3653
3669
  "originProjectId": {},
@@ -3695,12 +3711,12 @@
3695
3711
  },
3696
3712
  "createdBy": {},
3697
3713
  "description": {
3698
- "shape": "S7n"
3714
+ "shape": "S7r"
3699
3715
  },
3700
3716
  "domainId": {},
3701
3717
  "id": {},
3702
3718
  "name": {
3703
- "shape": "S7o"
3719
+ "shape": "S7s"
3704
3720
  },
3705
3721
  "owningProjectId": {},
3706
3722
  "status": {},
@@ -3752,17 +3768,17 @@
3752
3768
  "glossaryId": {},
3753
3769
  "id": {},
3754
3770
  "longDescription": {
3755
- "shape": "S7t"
3771
+ "shape": "S7x"
3756
3772
  },
3757
3773
  "name": {
3758
- "shape": "Sy"
3774
+ "shape": "S13"
3759
3775
  },
3760
3776
  "shortDescription": {
3761
- "shape": "Sz"
3777
+ "shape": "S14"
3762
3778
  },
3763
3779
  "status": {},
3764
3780
  "termRelations": {
3765
- "shape": "S7v"
3781
+ "shape": "S7z"
3766
3782
  },
3767
3783
  "updatedAt": {
3768
3784
  "type": "timestamp"
@@ -3799,7 +3815,7 @@
3799
3815
  "members": {
3800
3816
  "domainId": {},
3801
3817
  "groupName": {
3802
- "shape": "S81"
3818
+ "shape": "S85"
3803
3819
  },
3804
3820
  "id": {},
3805
3821
  "status": {}
@@ -3877,13 +3893,13 @@
3877
3893
  "description": {},
3878
3894
  "domainId": {},
3879
3895
  "downstreamNodes": {
3880
- "shape": "Sck"
3896
+ "shape": "Sco"
3881
3897
  },
3882
3898
  "eventTimestamp": {
3883
3899
  "type": "timestamp"
3884
3900
  },
3885
3901
  "formsOutput": {
3886
- "shape": "S30"
3902
+ "shape": "S35"
3887
3903
  },
3888
3904
  "id": {},
3889
3905
  "name": {},
@@ -3895,7 +3911,7 @@
3895
3911
  },
3896
3912
  "updatedBy": {},
3897
3913
  "upstreamNodes": {
3898
- "shape": "Sck"
3914
+ "shape": "Sco"
3899
3915
  }
3900
3916
  }
3901
3917
  }
@@ -3940,7 +3956,7 @@
3940
3956
  },
3941
3957
  "createdBy": {},
3942
3958
  "description": {
3943
- "shape": "Sq"
3959
+ "shape": "Su"
3944
3960
  },
3945
3961
  "domainId": {},
3946
3962
  "id": {},
@@ -3958,10 +3974,10 @@
3958
3974
  },
3959
3975
  "forms": {},
3960
3976
  "glossaryTerms": {
3961
- "shape": "Sw"
3977
+ "shape": "S11"
3962
3978
  },
3963
3979
  "latestTimeSeriesDataPointForms": {
3964
- "shape": "S33"
3980
+ "shape": "S38"
3965
3981
  },
3966
3982
  "owningProjectId": {}
3967
3983
  }
@@ -3976,7 +3992,7 @@
3976
3992
  "dataProductRevision": {},
3977
3993
  "forms": {},
3978
3994
  "glossaryTerms": {
3979
- "shape": "Sw"
3995
+ "shape": "S11"
3980
3996
  },
3981
3997
  "items": {
3982
3998
  "type": "list",
@@ -3984,7 +4000,7 @@
3984
4000
  "type": "structure",
3985
4001
  "members": {
3986
4002
  "glossaryTerms": {
3987
- "shape": "Sw"
4003
+ "shape": "S11"
3988
4004
  },
3989
4005
  "listingId": {},
3990
4006
  "listingRevision": {}
@@ -4047,7 +4063,7 @@
4047
4063
  "owningProjectId": {},
4048
4064
  "status": {},
4049
4065
  "target": {
4050
- "shape": "Scx"
4066
+ "shape": "Sd1"
4051
4067
  },
4052
4068
  "type": {}
4053
4069
  }
@@ -4086,26 +4102,26 @@
4086
4102
  ],
4087
4103
  "members": {
4088
4104
  "createdAt": {
4089
- "shape": "S6k"
4105
+ "shape": "S6o"
4090
4106
  },
4091
4107
  "createdBy": {},
4092
4108
  "description": {
4093
- "shape": "Sq"
4109
+ "shape": "Su"
4094
4110
  },
4095
4111
  "domainId": {},
4096
4112
  "domainUnitId": {},
4097
4113
  "failureReasons": {
4098
- "shape": "S8a"
4114
+ "shape": "S8e"
4099
4115
  },
4100
4116
  "glossaryTerms": {
4101
- "shape": "S2t"
4117
+ "shape": "S2y"
4102
4118
  },
4103
4119
  "id": {},
4104
4120
  "lastUpdatedAt": {
4105
- "shape": "S6k"
4121
+ "shape": "S6o"
4106
4122
  },
4107
4123
  "name": {
4108
- "shape": "S18"
4124
+ "shape": "S1d"
4109
4125
  },
4110
4126
  "projectStatus": {}
4111
4127
  }
@@ -4158,10 +4174,10 @@
4158
4174
  },
4159
4175
  "status": {},
4160
4176
  "subscribedListing": {
4161
- "shape": "Sp"
4177
+ "shape": "St"
4162
4178
  },
4163
4179
  "subscribedPrincipal": {
4164
- "shape": "S16"
4180
+ "shape": "S1b"
4165
4181
  },
4166
4182
  "subscriptionRequestId": {},
4167
4183
  "updatedAt": {
@@ -4208,7 +4224,7 @@
4208
4224
  ],
4209
4225
  "members": {
4210
4226
  "assets": {
4211
- "shape": "S8o"
4227
+ "shape": "S8s"
4212
4228
  },
4213
4229
  "createdAt": {
4214
4230
  "type": "timestamp"
@@ -4216,7 +4232,7 @@
4216
4232
  "createdBy": {},
4217
4233
  "domainId": {},
4218
4234
  "grantedEntity": {
4219
- "shape": "S8s"
4235
+ "shape": "S8w"
4220
4236
  },
4221
4237
  "id": {},
4222
4238
  "status": {},
@@ -4274,25 +4290,25 @@
4274
4290
  },
4275
4291
  "createdBy": {},
4276
4292
  "decisionComment": {
4277
- "shape": "Sh"
4293
+ "shape": "Sl"
4278
4294
  },
4279
4295
  "domainId": {},
4280
4296
  "id": {},
4281
4297
  "requestReason": {
4282
- "shape": "Sm"
4298
+ "shape": "Sq"
4283
4299
  },
4284
4300
  "reviewerId": {},
4285
4301
  "status": {},
4286
4302
  "subscribedListings": {
4287
4303
  "type": "list",
4288
4304
  "member": {
4289
- "shape": "Sp"
4305
+ "shape": "St"
4290
4306
  }
4291
4307
  },
4292
4308
  "subscribedPrincipals": {
4293
4309
  "type": "list",
4294
4310
  "member": {
4295
- "shape": "S16"
4311
+ "shape": "S1b"
4296
4312
  }
4297
4313
  },
4298
4314
  "updatedAt": {
@@ -4349,10 +4365,10 @@
4349
4365
  ],
4350
4366
  "members": {
4351
4367
  "applicableAssetTypes": {
4352
- "shape": "S96"
4368
+ "shape": "S9a"
4353
4369
  },
4354
4370
  "authorizedPrincipals": {
4355
- "shape": "S97"
4371
+ "shape": "S9b"
4356
4372
  },
4357
4373
  "createdAt": {
4358
4374
  "type": "timestamp"
@@ -4363,12 +4379,12 @@
4363
4379
  "id": {},
4364
4380
  "manageAccessRole": {},
4365
4381
  "name": {
4366
- "shape": "S99"
4382
+ "shape": "S9d"
4367
4383
  },
4368
4384
  "projectId": {},
4369
4385
  "provider": {},
4370
4386
  "subscriptionTargetConfig": {
4371
- "shape": "S9a"
4387
+ "shape": "S9e"
4372
4388
  },
4373
4389
  "type": {},
4374
4390
  "updatedAt": {
@@ -4423,7 +4439,7 @@
4423
4439
  "entityId": {},
4424
4440
  "entityType": {},
4425
4441
  "form": {
4426
- "shape": "Sdg"
4442
+ "shape": "Sdk"
4427
4443
  },
4428
4444
  "formName": {}
4429
4445
  }
@@ -4460,7 +4476,7 @@
4460
4476
  "type": "structure",
4461
4477
  "members": {
4462
4478
  "details": {
4463
- "shape": "S9g"
4479
+ "shape": "S9k"
4464
4480
  },
4465
4481
  "domainId": {},
4466
4482
  "id": {},
@@ -4527,17 +4543,17 @@
4527
4543
  "type": "timestamp"
4528
4544
  },
4529
4545
  "description": {
4530
- "shape": "Sq"
4546
+ "shape": "Su"
4531
4547
  },
4532
4548
  "domainId": {},
4533
4549
  "effectiveColumnNames": {
4534
- "shape": "S3e"
4550
+ "shape": "S3j"
4535
4551
  },
4536
4552
  "effectiveRowFilter": {},
4537
4553
  "errorMessage": {},
4538
4554
  "id": {},
4539
4555
  "name": {
4540
- "shape": "S3w"
4556
+ "shape": "S41"
4541
4557
  },
4542
4558
  "status": {}
4543
4559
  }
@@ -4715,26 +4731,26 @@
4715
4731
  ],
4716
4732
  "members": {
4717
4733
  "createdAt": {
4718
- "shape": "S5n"
4734
+ "shape": "S5r"
4719
4735
  },
4720
4736
  "dataAssetId": {},
4721
4737
  "dataAssetStatus": {},
4722
4738
  "dataSourceRunId": {},
4723
4739
  "database": {
4724
- "shape": "S57"
4740
+ "shape": "S5b"
4725
4741
  },
4726
4742
  "errorMessage": {
4727
- "shape": "S5o"
4743
+ "shape": "S5s"
4728
4744
  },
4729
4745
  "projectId": {},
4730
4746
  "technicalDescription": {
4731
- "shape": "Sq"
4747
+ "shape": "Su"
4732
4748
  },
4733
4749
  "technicalName": {
4734
- "shape": "S57"
4750
+ "shape": "S5b"
4735
4751
  },
4736
4752
  "updatedAt": {
4737
- "shape": "S5n"
4753
+ "shape": "S5r"
4738
4754
  }
4739
4755
  }
4740
4756
  }
@@ -4800,27 +4816,27 @@
4800
4816
  ],
4801
4817
  "members": {
4802
4818
  "createdAt": {
4803
- "shape": "S5n"
4819
+ "shape": "S5r"
4804
4820
  },
4805
4821
  "dataSourceId": {},
4806
4822
  "errorMessage": {
4807
- "shape": "S5o"
4823
+ "shape": "S5s"
4808
4824
  },
4809
4825
  "id": {},
4810
4826
  "projectId": {},
4811
4827
  "runStatisticsForAssets": {
4812
- "shape": "Sbd"
4828
+ "shape": "Sbh"
4813
4829
  },
4814
4830
  "startedAt": {
4815
- "shape": "S5n"
4831
+ "shape": "S5r"
4816
4832
  },
4817
4833
  "status": {},
4818
4834
  "stoppedAt": {
4819
- "shape": "S5n"
4835
+ "shape": "S5r"
4820
4836
  },
4821
4837
  "type": {},
4822
4838
  "updatedAt": {
4823
- "shape": "S5n"
4839
+ "shape": "S5r"
4824
4840
  }
4825
4841
  }
4826
4842
  }
@@ -4856,7 +4872,7 @@
4856
4872
  "type": "integer"
4857
4873
  },
4858
4874
  "name": {
4859
- "shape": "S57",
4875
+ "shape": "S5b",
4860
4876
  "location": "querystring",
4861
4877
  "locationName": "name"
4862
4878
  },
@@ -4898,7 +4914,7 @@
4898
4914
  ],
4899
4915
  "members": {
4900
4916
  "createdAt": {
4901
- "shape": "S5n"
4917
+ "shape": "S5r"
4902
4918
  },
4903
4919
  "dataSourceId": {},
4904
4920
  "domainId": {},
@@ -4908,22 +4924,22 @@
4908
4924
  "type": "integer"
4909
4925
  },
4910
4926
  "lastRunAt": {
4911
- "shape": "S5n"
4927
+ "shape": "S5r"
4912
4928
  },
4913
4929
  "lastRunErrorMessage": {
4914
- "shape": "S5o"
4930
+ "shape": "S5s"
4915
4931
  },
4916
4932
  "lastRunStatus": {},
4917
4933
  "name": {
4918
- "shape": "S57"
4934
+ "shape": "S5b"
4919
4935
  },
4920
4936
  "schedule": {
4921
- "shape": "S59"
4937
+ "shape": "S5d"
4922
4938
  },
4923
4939
  "status": {},
4924
4940
  "type": {},
4925
4941
  "updatedAt": {
4926
- "shape": "S5n"
4942
+ "shape": "S5r"
4927
4943
  }
4928
4944
  }
4929
4945
  }
@@ -5178,7 +5194,7 @@
5178
5194
  "id": {},
5179
5195
  "name": {},
5180
5196
  "parameters": {
5181
- "shape": "S7a"
5197
+ "shape": "S7e"
5182
5198
  }
5183
5199
  }
5184
5200
  }
@@ -5227,23 +5243,23 @@
5227
5243
  ],
5228
5244
  "members": {
5229
5245
  "createdAt": {
5230
- "shape": "S6k"
5246
+ "shape": "S6o"
5231
5247
  },
5232
5248
  "domainId": {},
5233
5249
  "enabledRegions": {
5234
- "shape": "Sbs"
5250
+ "shape": "Sbw"
5235
5251
  },
5236
5252
  "environmentBlueprintId": {},
5237
5253
  "manageAccessRoleArn": {},
5238
5254
  "provisioningConfigurations": {
5239
- "shape": "Sbu"
5255
+ "shape": "Sby"
5240
5256
  },
5241
5257
  "provisioningRoleArn": {},
5242
5258
  "regionalParameters": {
5243
- "shape": "Sbz"
5259
+ "shape": "Sc3"
5244
5260
  },
5245
5261
  "updatedAt": {
5246
- "shape": "S6k"
5262
+ "shape": "S6o"
5247
5263
  }
5248
5264
  }
5249
5265
  }
@@ -5306,19 +5322,19 @@
5306
5322
  ],
5307
5323
  "members": {
5308
5324
  "createdAt": {
5309
- "shape": "S6k"
5325
+ "shape": "S6o"
5310
5326
  },
5311
5327
  "description": {
5312
- "shape": "Sq"
5328
+ "shape": "Su"
5313
5329
  },
5314
5330
  "id": {},
5315
5331
  "name": {},
5316
5332
  "provider": {},
5317
5333
  "provisioningProperties": {
5318
- "shape": "S73"
5334
+ "shape": "S77"
5319
5335
  },
5320
5336
  "updatedAt": {
5321
- "shape": "S6k"
5337
+ "shape": "S6o"
5322
5338
  }
5323
5339
  }
5324
5340
  }
@@ -5361,7 +5377,7 @@
5361
5377
  "type": "integer"
5362
5378
  },
5363
5379
  "name": {
5364
- "shape": "S7f",
5380
+ "shape": "S7j",
5365
5381
  "location": "querystring",
5366
5382
  "locationName": "name"
5367
5383
  },
@@ -5396,21 +5412,21 @@
5396
5412
  "awsAccountId": {},
5397
5413
  "awsAccountRegion": {},
5398
5414
  "createdAt": {
5399
- "shape": "S6k"
5415
+ "shape": "S6o"
5400
5416
  },
5401
5417
  "createdBy": {},
5402
5418
  "description": {
5403
- "shape": "Sq"
5419
+ "shape": "Su"
5404
5420
  },
5405
5421
  "domainId": {},
5406
5422
  "environmentBlueprintId": {},
5407
5423
  "id": {},
5408
5424
  "name": {
5409
- "shape": "S7f"
5425
+ "shape": "S7j"
5410
5426
  },
5411
5427
  "projectId": {},
5412
5428
  "updatedAt": {
5413
- "shape": "S6k"
5429
+ "shape": "S6o"
5414
5430
  }
5415
5431
  }
5416
5432
  }
@@ -5500,23 +5516,23 @@
5500
5516
  "awsAccountId": {},
5501
5517
  "awsAccountRegion": {},
5502
5518
  "createdAt": {
5503
- "shape": "S6k"
5519
+ "shape": "S6o"
5504
5520
  },
5505
5521
  "createdBy": {},
5506
5522
  "description": {
5507
- "shape": "Sq"
5523
+ "shape": "Su"
5508
5524
  },
5509
5525
  "domainId": {},
5510
5526
  "environmentProfileId": {},
5511
5527
  "id": {},
5512
5528
  "name": {
5513
- "shape": "S70"
5529
+ "shape": "S74"
5514
5530
  },
5515
5531
  "projectId": {},
5516
5532
  "provider": {},
5517
5533
  "status": {},
5518
5534
  "updatedAt": {
5519
- "shape": "S6k"
5535
+ "shape": "S6o"
5520
5536
  }
5521
5537
  }
5522
5538
  }
@@ -5670,7 +5686,7 @@
5670
5686
  "owningProjectId": {},
5671
5687
  "status": {},
5672
5688
  "target": {
5673
- "shape": "Scx"
5689
+ "shape": "Sd1"
5674
5690
  },
5675
5691
  "type": {}
5676
5692
  }
@@ -5867,10 +5883,10 @@
5867
5883
  },
5868
5884
  "createdBy": {},
5869
5885
  "detail": {
5870
- "shape": "S1k"
5886
+ "shape": "S1p"
5871
5887
  },
5872
5888
  "principal": {
5873
- "shape": "S1z"
5889
+ "shape": "S24"
5874
5890
  }
5875
5891
  }
5876
5892
  }
@@ -5992,7 +6008,7 @@
5992
6008
  "type": "integer"
5993
6009
  },
5994
6010
  "name": {
5995
- "shape": "S18",
6011
+ "shape": "S1d",
5996
6012
  "location": "querystring",
5997
6013
  "locationName": "name"
5998
6014
  },
@@ -6021,24 +6037,24 @@
6021
6037
  ],
6022
6038
  "members": {
6023
6039
  "createdAt": {
6024
- "shape": "S6k"
6040
+ "shape": "S6o"
6025
6041
  },
6026
6042
  "createdBy": {},
6027
6043
  "description": {
6028
- "shape": "Sq"
6044
+ "shape": "Su"
6029
6045
  },
6030
6046
  "domainId": {},
6031
6047
  "domainUnitId": {},
6032
6048
  "failureReasons": {
6033
- "shape": "S8a"
6049
+ "shape": "S8e"
6034
6050
  },
6035
6051
  "id": {},
6036
6052
  "name": {
6037
- "shape": "S18"
6053
+ "shape": "S1d"
6038
6054
  },
6039
6055
  "projectStatus": {},
6040
6056
  "updatedAt": {
6041
- "shape": "S6k"
6057
+ "shape": "S6o"
6042
6058
  }
6043
6059
  }
6044
6060
  }
@@ -6124,7 +6140,7 @@
6124
6140
  ],
6125
6141
  "members": {
6126
6142
  "assets": {
6127
- "shape": "S8o"
6143
+ "shape": "S8s"
6128
6144
  },
6129
6145
  "createdAt": {
6130
6146
  "type": "timestamp"
@@ -6132,7 +6148,7 @@
6132
6148
  "createdBy": {},
6133
6149
  "domainId": {},
6134
6150
  "grantedEntity": {
6135
- "shape": "S8s"
6151
+ "shape": "S8w"
6136
6152
  },
6137
6153
  "id": {},
6138
6154
  "status": {},
@@ -6230,25 +6246,25 @@
6230
6246
  },
6231
6247
  "createdBy": {},
6232
6248
  "decisionComment": {
6233
- "shape": "Sh"
6249
+ "shape": "Sl"
6234
6250
  },
6235
6251
  "domainId": {},
6236
6252
  "id": {},
6237
6253
  "requestReason": {
6238
- "shape": "Sm"
6254
+ "shape": "Sq"
6239
6255
  },
6240
6256
  "reviewerId": {},
6241
6257
  "status": {},
6242
6258
  "subscribedListings": {
6243
6259
  "type": "list",
6244
6260
  "member": {
6245
- "shape": "Sp"
6261
+ "shape": "St"
6246
6262
  }
6247
6263
  },
6248
6264
  "subscribedPrincipals": {
6249
6265
  "type": "list",
6250
6266
  "member": {
6251
- "shape": "S16"
6267
+ "shape": "S1b"
6252
6268
  }
6253
6269
  },
6254
6270
  "updatedAt": {
@@ -6329,10 +6345,10 @@
6329
6345
  ],
6330
6346
  "members": {
6331
6347
  "applicableAssetTypes": {
6332
- "shape": "S96"
6348
+ "shape": "S9a"
6333
6349
  },
6334
6350
  "authorizedPrincipals": {
6335
- "shape": "S97"
6351
+ "shape": "S9b"
6336
6352
  },
6337
6353
  "createdAt": {
6338
6354
  "type": "timestamp"
@@ -6343,12 +6359,12 @@
6343
6359
  "id": {},
6344
6360
  "manageAccessRole": {},
6345
6361
  "name": {
6346
- "shape": "S99"
6362
+ "shape": "S9d"
6347
6363
  },
6348
6364
  "projectId": {},
6349
6365
  "provider": {},
6350
6366
  "subscriptionTargetConfig": {
6351
- "shape": "S9a"
6367
+ "shape": "S9e"
6352
6368
  },
6353
6369
  "type": {},
6354
6370
  "updatedAt": {
@@ -6449,10 +6465,10 @@
6449
6465
  },
6450
6466
  "status": {},
6451
6467
  "subscribedListing": {
6452
- "shape": "Sp"
6468
+ "shape": "St"
6453
6469
  },
6454
6470
  "subscribedPrincipal": {
6455
- "shape": "S16"
6471
+ "shape": "S1b"
6456
6472
  },
6457
6473
  "subscriptionRequestId": {},
6458
6474
  "updatedAt": {
@@ -6488,7 +6504,7 @@
6488
6504
  "type": "structure",
6489
6505
  "members": {
6490
6506
  "tags": {
6491
- "shape": "S5z"
6507
+ "shape": "S63"
6492
6508
  }
6493
6509
  }
6494
6510
  }
@@ -6549,7 +6565,7 @@
6549
6565
  "type": "structure",
6550
6566
  "members": {
6551
6567
  "items": {
6552
- "shape": "S33"
6568
+ "shape": "S38"
6553
6569
  },
6554
6570
  "nextToken": {}
6555
6571
  }
@@ -6649,7 +6665,7 @@
6649
6665
  "forms": {
6650
6666
  "type": "list",
6651
6667
  "member": {
6652
- "shape": "Sdg"
6668
+ "shape": "Sdk"
6653
6669
  }
6654
6670
  }
6655
6671
  }
@@ -6675,7 +6691,7 @@
6675
6691
  "locationName": "domainIdentifier"
6676
6692
  },
6677
6693
  "enabledRegions": {
6678
- "shape": "Sbs"
6694
+ "shape": "Sbw"
6679
6695
  },
6680
6696
  "environmentBlueprintIdentifier": {
6681
6697
  "location": "uri",
@@ -6683,11 +6699,11 @@
6683
6699
  },
6684
6700
  "manageAccessRoleArn": {},
6685
6701
  "provisioningConfigurations": {
6686
- "shape": "Sbu"
6702
+ "shape": "Sby"
6687
6703
  },
6688
6704
  "provisioningRoleArn": {},
6689
6705
  "regionalParameters": {
6690
- "shape": "Sbz"
6706
+ "shape": "Sc3"
6691
6707
  }
6692
6708
  }
6693
6709
  },
@@ -6699,23 +6715,23 @@
6699
6715
  ],
6700
6716
  "members": {
6701
6717
  "createdAt": {
6702
- "shape": "S6k"
6718
+ "shape": "S6o"
6703
6719
  },
6704
6720
  "domainId": {},
6705
6721
  "enabledRegions": {
6706
- "shape": "Sbs"
6722
+ "shape": "Sbw"
6707
6723
  },
6708
6724
  "environmentBlueprintId": {},
6709
6725
  "manageAccessRoleArn": {},
6710
6726
  "provisioningConfigurations": {
6711
- "shape": "Sbu"
6727
+ "shape": "Sby"
6712
6728
  },
6713
6729
  "provisioningRoleArn": {},
6714
6730
  "regionalParameters": {
6715
- "shape": "Sbz"
6731
+ "shape": "Sc3"
6716
6732
  },
6717
6733
  "updatedAt": {
6718
- "shape": "S6k"
6734
+ "shape": "S6o"
6719
6735
  }
6720
6736
  }
6721
6737
  },
@@ -6807,7 +6823,7 @@
6807
6823
  ],
6808
6824
  "members": {
6809
6825
  "decisionComment": {
6810
- "shape": "Sh"
6826
+ "shape": "Sl"
6811
6827
  },
6812
6828
  "domainIdentifier": {
6813
6829
  "location": "uri",
@@ -6838,25 +6854,25 @@
6838
6854
  },
6839
6855
  "createdBy": {},
6840
6856
  "decisionComment": {
6841
- "shape": "Sh"
6857
+ "shape": "Sl"
6842
6858
  },
6843
6859
  "domainId": {},
6844
6860
  "id": {},
6845
6861
  "requestReason": {
6846
- "shape": "Sm"
6862
+ "shape": "Sq"
6847
6863
  },
6848
6864
  "reviewerId": {},
6849
6865
  "status": {},
6850
6866
  "subscribedListings": {
6851
6867
  "type": "list",
6852
6868
  "member": {
6853
- "shape": "Sp"
6869
+ "shape": "St"
6854
6870
  }
6855
6871
  },
6856
6872
  "subscribedPrincipals": {
6857
6873
  "type": "list",
6858
6874
  "member": {
6859
- "shape": "S16"
6875
+ "shape": "S1b"
6860
6876
  }
6861
6877
  },
6862
6878
  "updatedAt": {
@@ -6897,7 +6913,7 @@
6897
6913
  "locationName": "entityType"
6898
6914
  },
6899
6915
  "owner": {
6900
- "shape": "S1d"
6916
+ "shape": "S1i"
6901
6917
  }
6902
6918
  }
6903
6919
  },
@@ -6939,7 +6955,7 @@
6939
6955
  },
6940
6956
  "policyType": {},
6941
6957
  "principal": {
6942
- "shape": "S1z"
6958
+ "shape": "S24"
6943
6959
  }
6944
6960
  }
6945
6961
  },
@@ -6999,10 +7015,10 @@
6999
7015
  },
7000
7016
  "status": {},
7001
7017
  "subscribedListing": {
7002
- "shape": "Sp"
7018
+ "shape": "St"
7003
7019
  },
7004
7020
  "subscribedPrincipal": {
7005
- "shape": "S16"
7021
+ "shape": "S1b"
7006
7022
  },
7007
7023
  "subscriptionRequestId": {},
7008
7024
  "updatedAt": {
@@ -7026,14 +7042,14 @@
7026
7042
  ],
7027
7043
  "members": {
7028
7044
  "additionalAttributes": {
7029
- "shape": "Shy"
7045
+ "shape": "Si2"
7030
7046
  },
7031
7047
  "domainIdentifier": {
7032
7048
  "location": "uri",
7033
7049
  "locationName": "domainIdentifier"
7034
7050
  },
7035
7051
  "filters": {
7036
- "shape": "Si0"
7052
+ "shape": "Si4"
7037
7053
  },
7038
7054
  "maxResults": {
7039
7055
  "type": "integer"
@@ -7041,12 +7057,12 @@
7041
7057
  "nextToken": {},
7042
7058
  "owningProjectIdentifier": {},
7043
7059
  "searchIn": {
7044
- "shape": "Si5"
7060
+ "shape": "Si9"
7045
7061
  },
7046
7062
  "searchScope": {},
7047
7063
  "searchText": {},
7048
7064
  "sort": {
7049
- "shape": "Si9"
7065
+ "shape": "Sid"
7050
7066
  }
7051
7067
  }
7052
7068
  },
@@ -7073,13 +7089,13 @@
7073
7089
  "type": "structure",
7074
7090
  "members": {
7075
7091
  "formsOutput": {
7076
- "shape": "S30"
7092
+ "shape": "S35"
7077
7093
  },
7078
7094
  "latestTimeSeriesDataPointFormsOutput": {
7079
- "shape": "S33"
7095
+ "shape": "S38"
7080
7096
  },
7081
7097
  "readOnlyFormsOutput": {
7082
- "shape": "S30"
7098
+ "shape": "S35"
7083
7099
  }
7084
7100
  }
7085
7101
  },
@@ -7088,22 +7104,22 @@
7088
7104
  },
7089
7105
  "createdBy": {},
7090
7106
  "description": {
7091
- "shape": "Sq"
7107
+ "shape": "Su"
7092
7108
  },
7093
7109
  "domainId": {},
7094
7110
  "externalIdentifier": {
7095
- "shape": "S2n"
7111
+ "shape": "S2s"
7096
7112
  },
7097
7113
  "firstRevisionCreatedAt": {
7098
7114
  "type": "timestamp"
7099
7115
  },
7100
7116
  "firstRevisionCreatedBy": {},
7101
7117
  "glossaryTerms": {
7102
- "shape": "S2t"
7118
+ "shape": "S2y"
7103
7119
  },
7104
7120
  "identifier": {},
7105
7121
  "name": {
7106
- "shape": "S2v"
7122
+ "shape": "S30"
7107
7123
  },
7108
7124
  "owningProjectId": {},
7109
7125
  "typeIdentifier": {},
@@ -7124,7 +7140,7 @@
7124
7140
  },
7125
7141
  "createdBy": {},
7126
7142
  "description": {
7127
- "shape": "S49"
7143
+ "shape": "S4d"
7128
7144
  },
7129
7145
  "domainId": {},
7130
7146
  "firstRevisionCreatedAt": {
@@ -7132,11 +7148,11 @@
7132
7148
  },
7133
7149
  "firstRevisionCreatedBy": {},
7134
7150
  "glossaryTerms": {
7135
- "shape": "S2t"
7151
+ "shape": "S2y"
7136
7152
  },
7137
7153
  "id": {},
7138
7154
  "name": {
7139
- "shape": "S4f"
7155
+ "shape": "S4j"
7140
7156
  },
7141
7157
  "owningProjectId": {}
7142
7158
  }
@@ -7156,12 +7172,12 @@
7156
7172
  },
7157
7173
  "createdBy": {},
7158
7174
  "description": {
7159
- "shape": "S7n"
7175
+ "shape": "S7r"
7160
7176
  },
7161
7177
  "domainId": {},
7162
7178
  "id": {},
7163
7179
  "name": {
7164
- "shape": "S7o"
7180
+ "shape": "S7s"
7165
7181
  },
7166
7182
  "owningProjectId": {},
7167
7183
  "status": {},
@@ -7189,17 +7205,17 @@
7189
7205
  "glossaryId": {},
7190
7206
  "id": {},
7191
7207
  "longDescription": {
7192
- "shape": "S7t"
7208
+ "shape": "S7x"
7193
7209
  },
7194
7210
  "name": {
7195
- "shape": "Sy"
7211
+ "shape": "S13"
7196
7212
  },
7197
7213
  "shortDescription": {
7198
- "shape": "Sz"
7214
+ "shape": "S14"
7199
7215
  },
7200
7216
  "status": {},
7201
7217
  "termRelations": {
7202
- "shape": "S7v"
7218
+ "shape": "S7z"
7203
7219
  },
7204
7220
  "updatedAt": {
7205
7221
  "type": "timestamp"
@@ -7255,7 +7271,7 @@
7255
7271
  "members": {
7256
7272
  "domainId": {},
7257
7273
  "groupName": {
7258
- "shape": "S81"
7274
+ "shape": "S85"
7259
7275
  },
7260
7276
  "id": {},
7261
7277
  "status": {}
@@ -7278,25 +7294,25 @@
7278
7294
  ],
7279
7295
  "members": {
7280
7296
  "additionalAttributes": {
7281
- "shape": "Shy"
7297
+ "shape": "Si2"
7282
7298
  },
7283
7299
  "domainIdentifier": {
7284
7300
  "location": "uri",
7285
7301
  "locationName": "domainIdentifier"
7286
7302
  },
7287
7303
  "filters": {
7288
- "shape": "Si0"
7304
+ "shape": "Si4"
7289
7305
  },
7290
7306
  "maxResults": {
7291
7307
  "type": "integer"
7292
7308
  },
7293
7309
  "nextToken": {},
7294
7310
  "searchIn": {
7295
- "shape": "Si5"
7311
+ "shape": "Si9"
7296
7312
  },
7297
7313
  "searchText": {},
7298
7314
  "sort": {
7299
- "shape": "Si9"
7315
+ "shape": "Sid"
7300
7316
  }
7301
7317
  }
7302
7318
  },
@@ -7316,7 +7332,7 @@
7316
7332
  "members": {
7317
7333
  "forms": {},
7318
7334
  "latestTimeSeriesDataPointForms": {
7319
- "shape": "S33"
7335
+ "shape": "S38"
7320
7336
  }
7321
7337
  }
7322
7338
  },
@@ -7324,20 +7340,20 @@
7324
7340
  "type": "timestamp"
7325
7341
  },
7326
7342
  "description": {
7327
- "shape": "Sq"
7343
+ "shape": "Su"
7328
7344
  },
7329
7345
  "entityId": {},
7330
7346
  "entityRevision": {},
7331
7347
  "entityType": {},
7332
7348
  "glossaryTerms": {
7333
- "shape": "Sw"
7349
+ "shape": "S11"
7334
7350
  },
7335
7351
  "listingCreatedBy": {},
7336
7352
  "listingId": {},
7337
7353
  "listingRevision": {},
7338
7354
  "listingUpdatedBy": {},
7339
7355
  "name": {
7340
- "shape": "S2v"
7356
+ "shape": "S30"
7341
7357
  },
7342
7358
  "owningProjectId": {}
7343
7359
  }
@@ -7355,12 +7371,12 @@
7355
7371
  "type": "timestamp"
7356
7372
  },
7357
7373
  "description": {
7358
- "shape": "Sq"
7374
+ "shape": "Su"
7359
7375
  },
7360
7376
  "entityId": {},
7361
7377
  "entityRevision": {},
7362
7378
  "glossaryTerms": {
7363
- "shape": "Sw"
7379
+ "shape": "S11"
7364
7380
  },
7365
7381
  "items": {
7366
7382
  "type": "list",
@@ -7368,7 +7384,7 @@
7368
7384
  "type": "structure",
7369
7385
  "members": {
7370
7386
  "glossaryTerms": {
7371
- "shape": "Sw"
7387
+ "shape": "S11"
7372
7388
  },
7373
7389
  "listingId": {},
7374
7390
  "listingRevision": {}
@@ -7380,7 +7396,7 @@
7380
7396
  "listingRevision": {},
7381
7397
  "listingUpdatedBy": {},
7382
7398
  "name": {
7383
- "shape": "S4f"
7399
+ "shape": "S4j"
7384
7400
  },
7385
7401
  "owningProjectId": {}
7386
7402
  }
@@ -7414,7 +7430,7 @@
7414
7430
  "locationName": "domainIdentifier"
7415
7431
  },
7416
7432
  "filters": {
7417
- "shape": "Si0"
7433
+ "shape": "Si4"
7418
7434
  },
7419
7435
  "managed": {
7420
7436
  "type": "boolean"
@@ -7424,12 +7440,12 @@
7424
7440
  },
7425
7441
  "nextToken": {},
7426
7442
  "searchIn": {
7427
- "shape": "Si5"
7443
+ "shape": "Si9"
7428
7444
  },
7429
7445
  "searchScope": {},
7430
7446
  "searchText": {},
7431
7447
  "sort": {
7432
- "shape": "Si9"
7448
+ "shape": "Sid"
7433
7449
  }
7434
7450
  }
7435
7451
  },
@@ -7456,11 +7472,11 @@
7456
7472
  },
7457
7473
  "createdBy": {},
7458
7474
  "description": {
7459
- "shape": "Sq"
7475
+ "shape": "Su"
7460
7476
  },
7461
7477
  "domainId": {},
7462
7478
  "formsOutput": {
7463
- "shape": "S46"
7479
+ "shape": "S4a"
7464
7480
  },
7465
7481
  "name": {},
7466
7482
  "originDomainId": {},
@@ -7486,17 +7502,17 @@
7486
7502
  },
7487
7503
  "createdBy": {},
7488
7504
  "description": {
7489
- "shape": "Sq"
7505
+ "shape": "Su"
7490
7506
  },
7491
7507
  "domainId": {},
7492
7508
  "imports": {
7493
- "shape": "Sc7"
7509
+ "shape": "Scb"
7494
7510
  },
7495
7511
  "model": {
7496
- "shape": "S7i"
7512
+ "shape": "S7m"
7497
7513
  },
7498
7514
  "name": {
7499
- "shape": "S32"
7515
+ "shape": "S37"
7500
7516
  },
7501
7517
  "originDomainId": {},
7502
7518
  "originProjectId": {},
@@ -7520,7 +7536,7 @@
7520
7536
  "description": {},
7521
7537
  "domainId": {},
7522
7538
  "formsOutput": {
7523
- "shape": "S46"
7539
+ "shape": "S4a"
7524
7540
  },
7525
7541
  "name": {},
7526
7542
  "revision": {},
@@ -7577,7 +7593,7 @@
7577
7593
  "type": "structure",
7578
7594
  "members": {
7579
7595
  "details": {
7580
- "shape": "S9g"
7596
+ "shape": "S9k"
7581
7597
  },
7582
7598
  "domainId": {},
7583
7599
  "id": {},
@@ -7629,29 +7645,29 @@
7629
7645
  ],
7630
7646
  "members": {
7631
7647
  "createdAt": {
7632
- "shape": "S5n"
7648
+ "shape": "S5r"
7633
7649
  },
7634
7650
  "dataSourceConfigurationSnapshot": {},
7635
7651
  "dataSourceId": {},
7636
7652
  "domainId": {},
7637
7653
  "errorMessage": {
7638
- "shape": "S5o"
7654
+ "shape": "S5s"
7639
7655
  },
7640
7656
  "id": {},
7641
7657
  "projectId": {},
7642
7658
  "runStatisticsForAssets": {
7643
- "shape": "Sbd"
7659
+ "shape": "Sbh"
7644
7660
  },
7645
7661
  "startedAt": {
7646
- "shape": "S5n"
7662
+ "shape": "S5r"
7647
7663
  },
7648
7664
  "status": {},
7649
7665
  "stoppedAt": {
7650
- "shape": "S5n"
7666
+ "shape": "S5r"
7651
7667
  },
7652
7668
  "type": {},
7653
7669
  "updatedAt": {
7654
- "shape": "S5n"
7670
+ "shape": "S5r"
7655
7671
  }
7656
7672
  }
7657
7673
  },
@@ -7680,7 +7696,7 @@
7680
7696
  },
7681
7697
  "owningProjectIdentifier": {},
7682
7698
  "target": {
7683
- "shape": "Scx"
7699
+ "shape": "Sd1"
7684
7700
  },
7685
7701
  "type": {}
7686
7702
  }
@@ -7722,7 +7738,7 @@
7722
7738
  "locationName": "resourceArn"
7723
7739
  },
7724
7740
  "tags": {
7725
- "shape": "S5z"
7741
+ "shape": "S63"
7726
7742
  }
7727
7743
  }
7728
7744
  },
@@ -7781,10 +7797,10 @@
7781
7797
  "locationName": "assetIdentifier"
7782
7798
  },
7783
7799
  "configuration": {
7784
- "shape": "S3c"
7800
+ "shape": "S3h"
7785
7801
  },
7786
7802
  "description": {
7787
- "shape": "Sq"
7803
+ "shape": "Su"
7788
7804
  },
7789
7805
  "domainIdentifier": {
7790
7806
  "location": "uri",
@@ -7809,23 +7825,23 @@
7809
7825
  "members": {
7810
7826
  "assetId": {},
7811
7827
  "configuration": {
7812
- "shape": "S3c"
7828
+ "shape": "S3h"
7813
7829
  },
7814
7830
  "createdAt": {
7815
7831
  "type": "timestamp"
7816
7832
  },
7817
7833
  "description": {
7818
- "shape": "Sq"
7834
+ "shape": "Su"
7819
7835
  },
7820
7836
  "domainId": {},
7821
7837
  "effectiveColumnNames": {
7822
- "shape": "S3e"
7838
+ "shape": "S3j"
7823
7839
  },
7824
7840
  "effectiveRowFilter": {},
7825
7841
  "errorMessage": {},
7826
7842
  "id": {},
7827
7843
  "name": {
7828
- "shape": "S3w"
7844
+ "shape": "S41"
7829
7845
  },
7830
7846
  "status": {}
7831
7847
  }
@@ -7846,13 +7862,13 @@
7846
7862
  ],
7847
7863
  "members": {
7848
7864
  "assetFormsInput": {
7849
- "shape": "S2o"
7865
+ "shape": "S2t"
7850
7866
  },
7851
7867
  "configuration": {
7852
- "shape": "S4m"
7868
+ "shape": "S4q"
7853
7869
  },
7854
7870
  "description": {
7855
- "shape": "Sq"
7871
+ "shape": "Su"
7856
7872
  },
7857
7873
  "domainIdentifier": {
7858
7874
  "location": "uri",
@@ -7864,19 +7880,19 @@
7864
7880
  "locationName": "identifier"
7865
7881
  },
7866
7882
  "name": {
7867
- "shape": "S57"
7883
+ "shape": "S5b"
7868
7884
  },
7869
7885
  "publishOnImport": {
7870
7886
  "type": "boolean"
7871
7887
  },
7872
7888
  "recommendation": {
7873
- "shape": "S58"
7889
+ "shape": "S5c"
7874
7890
  },
7875
7891
  "retainPermissionsOnRevokeFailure": {
7876
7892
  "type": "boolean"
7877
7893
  },
7878
7894
  "schedule": {
7879
- "shape": "S59"
7895
+ "shape": "S5d"
7880
7896
  }
7881
7897
  }
7882
7898
  },
@@ -7891,54 +7907,54 @@
7891
7907
  ],
7892
7908
  "members": {
7893
7909
  "assetFormsOutput": {
7894
- "shape": "S30"
7910
+ "shape": "S35"
7895
7911
  },
7896
7912
  "configuration": {
7897
- "shape": "S5e"
7913
+ "shape": "S5i"
7898
7914
  },
7899
7915
  "createdAt": {
7900
- "shape": "S5n"
7916
+ "shape": "S5r"
7901
7917
  },
7902
7918
  "description": {
7903
- "shape": "Sq"
7919
+ "shape": "Su"
7904
7920
  },
7905
7921
  "domainId": {},
7906
7922
  "enableSetting": {},
7907
7923
  "environmentId": {},
7908
7924
  "errorMessage": {
7909
- "shape": "S5o"
7925
+ "shape": "S5s"
7910
7926
  },
7911
7927
  "id": {},
7912
7928
  "lastRunAt": {
7913
- "shape": "S5n"
7929
+ "shape": "S5r"
7914
7930
  },
7915
7931
  "lastRunErrorMessage": {
7916
- "shape": "S5o"
7932
+ "shape": "S5s"
7917
7933
  },
7918
7934
  "lastRunStatus": {},
7919
7935
  "name": {
7920
- "shape": "S57"
7936
+ "shape": "S5b"
7921
7937
  },
7922
7938
  "projectId": {},
7923
7939
  "publishOnImport": {
7924
7940
  "type": "boolean"
7925
7941
  },
7926
7942
  "recommendation": {
7927
- "shape": "S58"
7943
+ "shape": "S5c"
7928
7944
  },
7929
7945
  "retainPermissionsOnRevokeFailure": {
7930
7946
  "type": "boolean"
7931
7947
  },
7932
7948
  "schedule": {
7933
- "shape": "S59"
7949
+ "shape": "S5d"
7934
7950
  },
7935
7951
  "selfGrantStatus": {
7936
- "shape": "S9y"
7952
+ "shape": "Sa2"
7937
7953
  },
7938
7954
  "status": {},
7939
7955
  "type": {},
7940
7956
  "updatedAt": {
7941
- "shape": "S5n"
7957
+ "shape": "S5r"
7942
7958
  }
7943
7959
  }
7944
7960
  },
@@ -7969,7 +7985,7 @@
7969
7985
  },
7970
7986
  "name": {},
7971
7987
  "singleSignOn": {
7972
- "shape": "S5w"
7988
+ "shape": "S60"
7973
7989
  }
7974
7990
  }
7975
7991
  },
@@ -7988,7 +8004,7 @@
7988
8004
  "name": {},
7989
8005
  "rootDomainUnitId": {},
7990
8006
  "singleSignOn": {
7991
- "shape": "S5w"
8007
+ "shape": "S60"
7992
8008
  }
7993
8009
  }
7994
8010
  },
@@ -8008,7 +8024,7 @@
8008
8024
  ],
8009
8025
  "members": {
8010
8026
  "description": {
8011
- "shape": "S65"
8027
+ "shape": "S69"
8012
8028
  },
8013
8029
  "domainIdentifier": {
8014
8030
  "location": "uri",
@@ -8019,7 +8035,7 @@
8019
8035
  "locationName": "identifier"
8020
8036
  },
8021
8037
  "name": {
8022
- "shape": "S66"
8038
+ "shape": "S6a"
8023
8039
  }
8024
8040
  }
8025
8041
  },
@@ -8037,7 +8053,7 @@
8037
8053
  },
8038
8054
  "createdBy": {},
8039
8055
  "description": {
8040
- "shape": "S65"
8056
+ "shape": "S69"
8041
8057
  },
8042
8058
  "domainId": {},
8043
8059
  "id": {},
@@ -8046,10 +8062,10 @@
8046
8062
  },
8047
8063
  "lastUpdatedBy": {},
8048
8064
  "name": {
8049
- "shape": "S66"
8065
+ "shape": "S6a"
8050
8066
  },
8051
8067
  "owners": {
8052
- "shape": "S69"
8068
+ "shape": "S6d"
8053
8069
  },
8054
8070
  "parentDomainUnitId": {}
8055
8071
  }
@@ -8075,7 +8091,7 @@
8075
8091
  "locationName": "domainIdentifier"
8076
8092
  },
8077
8093
  "glossaryTerms": {
8078
- "shape": "S2t"
8094
+ "shape": "S2y"
8079
8095
  },
8080
8096
  "identifier": {
8081
8097
  "location": "uri",
@@ -8097,45 +8113,45 @@
8097
8113
  "awsAccountId": {},
8098
8114
  "awsAccountRegion": {},
8099
8115
  "createdAt": {
8100
- "shape": "S6k"
8116
+ "shape": "S6o"
8101
8117
  },
8102
8118
  "createdBy": {},
8103
8119
  "deploymentProperties": {
8104
- "shape": "S6l"
8120
+ "shape": "S6p"
8105
8121
  },
8106
8122
  "description": {
8107
- "shape": "Sq"
8123
+ "shape": "Su"
8108
8124
  },
8109
8125
  "domainId": {},
8110
8126
  "environmentActions": {
8111
- "shape": "S6o"
8127
+ "shape": "S6s"
8112
8128
  },
8113
8129
  "environmentBlueprintId": {},
8114
8130
  "environmentProfileId": {},
8115
8131
  "glossaryTerms": {
8116
- "shape": "S2t"
8132
+ "shape": "S2y"
8117
8133
  },
8118
8134
  "id": {},
8119
8135
  "lastDeployment": {
8120
- "shape": "S6u"
8136
+ "shape": "S6y"
8121
8137
  },
8122
8138
  "name": {
8123
- "shape": "S70"
8139
+ "shape": "S74"
8124
8140
  },
8125
8141
  "projectId": {},
8126
8142
  "provider": {},
8127
8143
  "provisionedResources": {
8128
- "shape": "S71"
8144
+ "shape": "S75"
8129
8145
  },
8130
8146
  "provisioningProperties": {
8131
- "shape": "S73"
8147
+ "shape": "S77"
8132
8148
  },
8133
8149
  "status": {},
8134
8150
  "updatedAt": {
8135
- "shape": "S6k"
8151
+ "shape": "S6o"
8136
8152
  },
8137
8153
  "userParameters": {
8138
- "shape": "S76"
8154
+ "shape": "S7a"
8139
8155
  }
8140
8156
  }
8141
8157
  }
@@ -8169,7 +8185,7 @@
8169
8185
  },
8170
8186
  "name": {},
8171
8187
  "parameters": {
8172
- "shape": "S7a"
8188
+ "shape": "S7e"
8173
8189
  }
8174
8190
  }
8175
8191
  },
@@ -8189,7 +8205,7 @@
8189
8205
  "id": {},
8190
8206
  "name": {},
8191
8207
  "parameters": {
8192
- "shape": "S7a"
8208
+ "shape": "S7e"
8193
8209
  }
8194
8210
  }
8195
8211
  }
@@ -8219,10 +8235,10 @@
8219
8235
  "locationName": "identifier"
8220
8236
  },
8221
8237
  "name": {
8222
- "shape": "S7f"
8238
+ "shape": "S7j"
8223
8239
  },
8224
8240
  "userParameters": {
8225
- "shape": "S6f"
8241
+ "shape": "S6j"
8226
8242
  }
8227
8243
  }
8228
8244
  },
@@ -8239,24 +8255,24 @@
8239
8255
  "awsAccountId": {},
8240
8256
  "awsAccountRegion": {},
8241
8257
  "createdAt": {
8242
- "shape": "S6k"
8258
+ "shape": "S6o"
8243
8259
  },
8244
8260
  "createdBy": {},
8245
8261
  "description": {
8246
- "shape": "Sq"
8262
+ "shape": "Su"
8247
8263
  },
8248
8264
  "domainId": {},
8249
8265
  "environmentBlueprintId": {},
8250
8266
  "id": {},
8251
8267
  "name": {
8252
- "shape": "S7f"
8268
+ "shape": "S7j"
8253
8269
  },
8254
8270
  "projectId": {},
8255
8271
  "updatedAt": {
8256
- "shape": "S6k"
8272
+ "shape": "S6o"
8257
8273
  },
8258
8274
  "userParameters": {
8259
- "shape": "S76"
8275
+ "shape": "S7a"
8260
8276
  }
8261
8277
  }
8262
8278
  }
@@ -8278,7 +8294,7 @@
8278
8294
  "idempotencyToken": true
8279
8295
  },
8280
8296
  "description": {
8281
- "shape": "S7n"
8297
+ "shape": "S7r"
8282
8298
  },
8283
8299
  "domainIdentifier": {
8284
8300
  "location": "uri",
@@ -8289,7 +8305,7 @@
8289
8305
  "locationName": "identifier"
8290
8306
  },
8291
8307
  "name": {
8292
- "shape": "S7o"
8308
+ "shape": "S7s"
8293
8309
  },
8294
8310
  "status": {}
8295
8311
  }
@@ -8304,12 +8320,12 @@
8304
8320
  ],
8305
8321
  "members": {
8306
8322
  "description": {
8307
- "shape": "S7n"
8323
+ "shape": "S7r"
8308
8324
  },
8309
8325
  "domainId": {},
8310
8326
  "id": {},
8311
8327
  "name": {
8312
- "shape": "S7o"
8328
+ "shape": "S7s"
8313
8329
  },
8314
8330
  "owningProjectId": {},
8315
8331
  "status": {}
@@ -8340,17 +8356,17 @@
8340
8356
  "locationName": "identifier"
8341
8357
  },
8342
8358
  "longDescription": {
8343
- "shape": "S7t"
8359
+ "shape": "S7x"
8344
8360
  },
8345
8361
  "name": {
8346
- "shape": "Sy"
8362
+ "shape": "S13"
8347
8363
  },
8348
8364
  "shortDescription": {
8349
- "shape": "Sz"
8365
+ "shape": "S14"
8350
8366
  },
8351
8367
  "status": {},
8352
8368
  "termRelations": {
8353
- "shape": "S7v"
8369
+ "shape": "S7z"
8354
8370
  }
8355
8371
  }
8356
8372
  },
@@ -8368,17 +8384,17 @@
8368
8384
  "glossaryId": {},
8369
8385
  "id": {},
8370
8386
  "longDescription": {
8371
- "shape": "S7t"
8387
+ "shape": "S7x"
8372
8388
  },
8373
8389
  "name": {
8374
- "shape": "Sy"
8390
+ "shape": "S13"
8375
8391
  },
8376
8392
  "shortDescription": {
8377
- "shape": "Sz"
8393
+ "shape": "S14"
8378
8394
  },
8379
8395
  "status": {},
8380
8396
  "termRelations": {
8381
- "shape": "S7v"
8397
+ "shape": "S7z"
8382
8398
  }
8383
8399
  }
8384
8400
  },
@@ -8414,7 +8430,7 @@
8414
8430
  "members": {
8415
8431
  "domainId": {},
8416
8432
  "groupName": {
8417
- "shape": "S81"
8433
+ "shape": "S85"
8418
8434
  },
8419
8435
  "id": {},
8420
8436
  "status": {}
@@ -8435,21 +8451,21 @@
8435
8451
  ],
8436
8452
  "members": {
8437
8453
  "description": {
8438
- "shape": "Sq"
8454
+ "shape": "Su"
8439
8455
  },
8440
8456
  "domainIdentifier": {
8441
8457
  "location": "uri",
8442
8458
  "locationName": "domainIdentifier"
8443
8459
  },
8444
8460
  "glossaryTerms": {
8445
- "shape": "S2t"
8461
+ "shape": "S2y"
8446
8462
  },
8447
8463
  "identifier": {
8448
8464
  "location": "uri",
8449
8465
  "locationName": "identifier"
8450
8466
  },
8451
8467
  "name": {
8452
- "shape": "S18"
8468
+ "shape": "S1d"
8453
8469
  }
8454
8470
  }
8455
8471
  },
@@ -8463,26 +8479,26 @@
8463
8479
  ],
8464
8480
  "members": {
8465
8481
  "createdAt": {
8466
- "shape": "S6k"
8482
+ "shape": "S6o"
8467
8483
  },
8468
8484
  "createdBy": {},
8469
8485
  "description": {
8470
- "shape": "Sq"
8486
+ "shape": "Su"
8471
8487
  },
8472
8488
  "domainId": {},
8473
8489
  "domainUnitId": {},
8474
8490
  "failureReasons": {
8475
- "shape": "S8a"
8491
+ "shape": "S8e"
8476
8492
  },
8477
8493
  "glossaryTerms": {
8478
- "shape": "S2t"
8494
+ "shape": "S2y"
8479
8495
  },
8480
8496
  "id": {},
8481
8497
  "lastUpdatedAt": {
8482
- "shape": "S6k"
8498
+ "shape": "S6o"
8483
8499
  },
8484
8500
  "name": {
8485
- "shape": "S18"
8501
+ "shape": "S1d"
8486
8502
  },
8487
8503
  "projectStatus": {}
8488
8504
  }
@@ -8513,7 +8529,7 @@
8513
8529
  "locationName": "domainIdentifier"
8514
8530
  },
8515
8531
  "failureCause": {
8516
- "shape": "S8q"
8532
+ "shape": "S8u"
8517
8533
  },
8518
8534
  "identifier": {
8519
8535
  "location": "uri",
@@ -8537,7 +8553,7 @@
8537
8553
  ],
8538
8554
  "members": {
8539
8555
  "assets": {
8540
- "shape": "S8o"
8556
+ "shape": "S8s"
8541
8557
  },
8542
8558
  "createdAt": {
8543
8559
  "type": "timestamp"
@@ -8545,7 +8561,7 @@
8545
8561
  "createdBy": {},
8546
8562
  "domainId": {},
8547
8563
  "grantedEntity": {
8548
- "shape": "S8s"
8564
+ "shape": "S8w"
8549
8565
  },
8550
8566
  "id": {},
8551
8567
  "status": {},
@@ -8585,7 +8601,7 @@
8585
8601
  "locationName": "identifier"
8586
8602
  },
8587
8603
  "requestReason": {
8588
- "shape": "Sm"
8604
+ "shape": "Sq"
8589
8605
  }
8590
8606
  }
8591
8607
  },
@@ -8608,25 +8624,25 @@
8608
8624
  },
8609
8625
  "createdBy": {},
8610
8626
  "decisionComment": {
8611
- "shape": "Sh"
8627
+ "shape": "Sl"
8612
8628
  },
8613
8629
  "domainId": {},
8614
8630
  "id": {},
8615
8631
  "requestReason": {
8616
- "shape": "Sm"
8632
+ "shape": "Sq"
8617
8633
  },
8618
8634
  "reviewerId": {},
8619
8635
  "status": {},
8620
8636
  "subscribedListings": {
8621
8637
  "type": "list",
8622
8638
  "member": {
8623
- "shape": "Sp"
8639
+ "shape": "St"
8624
8640
  }
8625
8641
  },
8626
8642
  "subscribedPrincipals": {
8627
8643
  "type": "list",
8628
8644
  "member": {
8629
- "shape": "S16"
8645
+ "shape": "S1b"
8630
8646
  }
8631
8647
  },
8632
8648
  "updatedAt": {
@@ -8652,10 +8668,10 @@
8652
8668
  ],
8653
8669
  "members": {
8654
8670
  "applicableAssetTypes": {
8655
- "shape": "S96"
8671
+ "shape": "S9a"
8656
8672
  },
8657
8673
  "authorizedPrincipals": {
8658
- "shape": "S97"
8674
+ "shape": "S9b"
8659
8675
  },
8660
8676
  "domainIdentifier": {
8661
8677
  "location": "uri",
@@ -8671,11 +8687,11 @@
8671
8687
  },
8672
8688
  "manageAccessRole": {},
8673
8689
  "name": {
8674
- "shape": "S99"
8690
+ "shape": "S9d"
8675
8691
  },
8676
8692
  "provider": {},
8677
8693
  "subscriptionTargetConfig": {
8678
- "shape": "S9a"
8694
+ "shape": "S9e"
8679
8695
  }
8680
8696
  }
8681
8697
  },
@@ -8698,10 +8714,10 @@
8698
8714
  ],
8699
8715
  "members": {
8700
8716
  "applicableAssetTypes": {
8701
- "shape": "S96"
8717
+ "shape": "S9a"
8702
8718
  },
8703
8719
  "authorizedPrincipals": {
8704
- "shape": "S97"
8720
+ "shape": "S9b"
8705
8721
  },
8706
8722
  "createdAt": {
8707
8723
  "type": "timestamp"
@@ -8712,12 +8728,12 @@
8712
8728
  "id": {},
8713
8729
  "manageAccessRole": {},
8714
8730
  "name": {
8715
- "shape": "S99"
8731
+ "shape": "S9d"
8716
8732
  },
8717
8733
  "projectId": {},
8718
8734
  "provider": {},
8719
8735
  "subscriptionTargetConfig": {
8720
- "shape": "S9a"
8736
+ "shape": "S9e"
8721
8737
  },
8722
8738
  "type": {},
8723
8739
  "updatedAt": {
@@ -8758,7 +8774,7 @@
8758
8774
  "type": "structure",
8759
8775
  "members": {
8760
8776
  "details": {
8761
- "shape": "S9g"
8777
+ "shape": "S9k"
8762
8778
  },
8763
8779
  "domainId": {},
8764
8780
  "id": {},
@@ -8769,15 +8785,19 @@
8769
8785
  }
8770
8786
  },
8771
8787
  "shapes": {
8772
- "Sh": {
8788
+ "Sj": {
8789
+ "type": "list",
8790
+ "member": {}
8791
+ },
8792
+ "Sl": {
8773
8793
  "type": "string",
8774
8794
  "sensitive": true
8775
8795
  },
8776
- "Sm": {
8796
+ "Sq": {
8777
8797
  "type": "string",
8778
8798
  "sensitive": true
8779
8799
  },
8780
- "Sp": {
8800
+ "St": {
8781
8801
  "type": "structure",
8782
8802
  "required": [
8783
8803
  "description",
@@ -8788,7 +8808,7 @@
8788
8808
  ],
8789
8809
  "members": {
8790
8810
  "description": {
8791
- "shape": "Sq"
8811
+ "shape": "Su"
8792
8812
  },
8793
8813
  "id": {},
8794
8814
  "item": {
@@ -8797,12 +8817,15 @@
8797
8817
  "assetListing": {
8798
8818
  "type": "structure",
8799
8819
  "members": {
8820
+ "assetScope": {
8821
+ "shape": "Sy"
8822
+ },
8800
8823
  "entityId": {},
8801
8824
  "entityRevision": {},
8802
8825
  "entityType": {},
8803
8826
  "forms": {},
8804
8827
  "glossaryTerms": {
8805
- "shape": "Sw"
8828
+ "shape": "S11"
8806
8829
  }
8807
8830
  }
8808
8831
  },
@@ -8824,7 +8847,7 @@
8824
8847
  "entityId": {},
8825
8848
  "entityRevision": {},
8826
8849
  "glossaryTerms": {
8827
- "shape": "Sw"
8850
+ "shape": "S11"
8828
8851
  },
8829
8852
  "name": {}
8830
8853
  }
@@ -8838,33 +8861,49 @@
8838
8861
  "revision": {}
8839
8862
  }
8840
8863
  },
8841
- "Sq": {
8864
+ "Su": {
8842
8865
  "type": "string",
8843
8866
  "sensitive": true
8844
8867
  },
8845
- "Sw": {
8868
+ "Sy": {
8869
+ "type": "structure",
8870
+ "required": [
8871
+ "assetId",
8872
+ "filterIds",
8873
+ "status"
8874
+ ],
8875
+ "members": {
8876
+ "assetId": {},
8877
+ "errorMessage": {},
8878
+ "filterIds": {
8879
+ "shape": "Sj"
8880
+ },
8881
+ "status": {}
8882
+ }
8883
+ },
8884
+ "S11": {
8846
8885
  "type": "list",
8847
8886
  "member": {
8848
8887
  "type": "structure",
8849
8888
  "members": {
8850
8889
  "name": {
8851
- "shape": "Sy"
8890
+ "shape": "S13"
8852
8891
  },
8853
8892
  "shortDescription": {
8854
- "shape": "Sz"
8893
+ "shape": "S14"
8855
8894
  }
8856
8895
  }
8857
8896
  }
8858
8897
  },
8859
- "Sy": {
8898
+ "S13": {
8860
8899
  "type": "string",
8861
8900
  "sensitive": true
8862
8901
  },
8863
- "Sz": {
8902
+ "S14": {
8864
8903
  "type": "string",
8865
8904
  "sensitive": true
8866
8905
  },
8867
- "S16": {
8906
+ "S1b": {
8868
8907
  "type": "structure",
8869
8908
  "members": {
8870
8909
  "project": {
@@ -8872,18 +8911,18 @@
8872
8911
  "members": {
8873
8912
  "id": {},
8874
8913
  "name": {
8875
- "shape": "S18"
8914
+ "shape": "S1d"
8876
8915
  }
8877
8916
  }
8878
8917
  }
8879
8918
  },
8880
8919
  "union": true
8881
8920
  },
8882
- "S18": {
8921
+ "S1d": {
8883
8922
  "type": "string",
8884
8923
  "sensitive": true
8885
8924
  },
8886
- "S1d": {
8925
+ "S1i": {
8887
8926
  "type": "structure",
8888
8927
  "members": {
8889
8928
  "group": {
@@ -8907,7 +8946,7 @@
8907
8946
  },
8908
8947
  "union": true
8909
8948
  },
8910
- "S1k": {
8949
+ "S1p": {
8911
8950
  "type": "structure",
8912
8951
  "members": {
8913
8952
  "addToProjectMemberPool": {
@@ -8935,7 +8974,7 @@
8935
8974
  }
8936
8975
  },
8937
8976
  "createEnvironment": {
8938
- "shape": "S1p"
8977
+ "shape": "S1u"
8939
8978
  },
8940
8979
  "createEnvironmentProfile": {
8941
8980
  "type": "structure",
@@ -8968,7 +9007,7 @@
8968
9007
  }
8969
9008
  },
8970
9009
  "delegateCreateEnvironmentProfile": {
8971
- "shape": "S1p"
9010
+ "shape": "S1u"
8972
9011
  },
8973
9012
  "overrideDomainUnitOwners": {
8974
9013
  "type": "structure",
@@ -8989,11 +9028,11 @@
8989
9028
  },
8990
9029
  "union": true
8991
9030
  },
8992
- "S1p": {
9031
+ "S1u": {
8993
9032
  "type": "structure",
8994
9033
  "members": {}
8995
9034
  },
8996
- "S1z": {
9035
+ "S24": {
8997
9036
  "type": "structure",
8998
9037
  "members": {
8999
9038
  "domainUnit": {
@@ -9065,11 +9104,11 @@
9065
9104
  },
9066
9105
  "union": true
9067
9106
  },
9068
- "S2n": {
9107
+ "S2s": {
9069
9108
  "type": "string",
9070
9109
  "sensitive": true
9071
9110
  },
9072
- "S2o": {
9111
+ "S2t": {
9073
9112
  "type": "list",
9074
9113
  "member": {
9075
9114
  "type": "structure",
@@ -9086,15 +9125,15 @@
9086
9125
  },
9087
9126
  "sensitive": true
9088
9127
  },
9089
- "S2t": {
9128
+ "S2y": {
9090
9129
  "type": "list",
9091
9130
  "member": {}
9092
9131
  },
9093
- "S2v": {
9132
+ "S30": {
9094
9133
  "type": "string",
9095
9134
  "sensitive": true
9096
9135
  },
9097
- "S2w": {
9136
+ "S31": {
9098
9137
  "type": "structure",
9099
9138
  "members": {
9100
9139
  "businessNameGeneration": {
@@ -9107,7 +9146,7 @@
9107
9146
  }
9108
9147
  }
9109
9148
  },
9110
- "S30": {
9149
+ "S35": {
9111
9150
  "type": "list",
9112
9151
  "member": {
9113
9152
  "type": "structure",
@@ -9118,17 +9157,17 @@
9118
9157
  "content": {},
9119
9158
  "formName": {},
9120
9159
  "typeName": {
9121
- "shape": "S32"
9160
+ "shape": "S37"
9122
9161
  },
9123
9162
  "typeRevision": {}
9124
9163
  }
9125
9164
  }
9126
9165
  },
9127
- "S32": {
9166
+ "S37": {
9128
9167
  "type": "string",
9129
9168
  "sensitive": true
9130
9169
  },
9131
- "S33": {
9170
+ "S38": {
9132
9171
  "type": "list",
9133
9172
  "member": {
9134
9173
  "type": "structure",
@@ -9149,7 +9188,7 @@
9149
9188
  }
9150
9189
  }
9151
9190
  },
9152
- "S39": {
9191
+ "S3e": {
9153
9192
  "type": "structure",
9154
9193
  "required": [
9155
9194
  "listingId",
@@ -9160,14 +9199,14 @@
9160
9199
  "listingStatus": {}
9161
9200
  }
9162
9201
  },
9163
- "S3c": {
9202
+ "S3h": {
9164
9203
  "type": "structure",
9165
9204
  "members": {
9166
9205
  "columnConfiguration": {
9167
9206
  "type": "structure",
9168
9207
  "members": {
9169
9208
  "includedColumnNames": {
9170
- "shape": "S3e"
9209
+ "shape": "S3j"
9171
9210
  }
9172
9211
  }
9173
9212
  },
@@ -9178,7 +9217,7 @@
9178
9217
  ],
9179
9218
  "members": {
9180
9219
  "rowFilter": {
9181
- "shape": "S3g"
9220
+ "shape": "S3l"
9182
9221
  },
9183
9222
  "sensitive": {
9184
9223
  "type": "boolean"
@@ -9188,15 +9227,15 @@
9188
9227
  },
9189
9228
  "union": true
9190
9229
  },
9191
- "S3e": {
9230
+ "S3j": {
9192
9231
  "type": "list",
9193
9232
  "member": {}
9194
9233
  },
9195
- "S3g": {
9234
+ "S3l": {
9196
9235
  "type": "structure",
9197
9236
  "members": {
9198
9237
  "and": {
9199
- "shape": "S3h"
9238
+ "shape": "S3m"
9200
9239
  },
9201
9240
  "expression": {
9202
9241
  "type": "structure",
@@ -9243,7 +9282,7 @@
9243
9282
  "members": {
9244
9283
  "columnName": {},
9245
9284
  "values": {
9246
- "shape": "S3n"
9285
+ "shape": "S3s"
9247
9286
  }
9248
9287
  }
9249
9288
  },
@@ -9318,7 +9357,7 @@
9318
9357
  "members": {
9319
9358
  "columnName": {},
9320
9359
  "values": {
9321
- "shape": "S3n"
9360
+ "shape": "S3s"
9322
9361
  }
9323
9362
  }
9324
9363
  },
@@ -9337,26 +9376,26 @@
9337
9376
  "union": true
9338
9377
  },
9339
9378
  "or": {
9340
- "shape": "S3h"
9379
+ "shape": "S3m"
9341
9380
  }
9342
9381
  },
9343
9382
  "union": true
9344
9383
  },
9345
- "S3h": {
9384
+ "S3m": {
9346
9385
  "type": "list",
9347
9386
  "member": {
9348
- "shape": "S3g"
9387
+ "shape": "S3l"
9349
9388
  }
9350
9389
  },
9351
- "S3n": {
9390
+ "S3s": {
9352
9391
  "type": "list",
9353
9392
  "member": {}
9354
9393
  },
9355
- "S3w": {
9394
+ "S41": {
9356
9395
  "type": "string",
9357
9396
  "sensitive": true
9358
9397
  },
9359
- "S46": {
9398
+ "S4a": {
9360
9399
  "type": "map",
9361
9400
  "key": {},
9362
9401
  "value": {
@@ -9370,17 +9409,17 @@
9370
9409
  "type": "boolean"
9371
9410
  },
9372
9411
  "typeName": {
9373
- "shape": "S32"
9412
+ "shape": "S37"
9374
9413
  },
9375
9414
  "typeRevision": {}
9376
9415
  }
9377
9416
  }
9378
9417
  },
9379
- "S49": {
9418
+ "S4d": {
9380
9419
  "type": "string",
9381
9420
  "sensitive": true
9382
9421
  },
9383
- "S4a": {
9422
+ "S4e": {
9384
9423
  "type": "list",
9385
9424
  "member": {
9386
9425
  "type": "structure",
@@ -9399,11 +9438,11 @@
9399
9438
  }
9400
9439
  }
9401
9440
  },
9402
- "S4f": {
9441
+ "S4j": {
9403
9442
  "type": "string",
9404
9443
  "sensitive": true
9405
9444
  },
9406
- "S4m": {
9445
+ "S4q": {
9407
9446
  "type": "structure",
9408
9447
  "members": {
9409
9448
  "glueRunConfiguration": {
@@ -9417,7 +9456,7 @@
9417
9456
  },
9418
9457
  "dataAccessRole": {},
9419
9458
  "relationalFilterConfigurations": {
9420
- "shape": "S4p"
9459
+ "shape": "S4t"
9421
9460
  }
9422
9461
  }
9423
9462
  },
@@ -9431,20 +9470,20 @@
9431
9470
  "members": {
9432
9471
  "dataAccessRole": {},
9433
9472
  "redshiftCredentialConfiguration": {
9434
- "shape": "S4z"
9473
+ "shape": "S53"
9435
9474
  },
9436
9475
  "redshiftStorage": {
9437
- "shape": "S51"
9476
+ "shape": "S55"
9438
9477
  },
9439
9478
  "relationalFilterConfigurations": {
9440
- "shape": "S4p"
9479
+ "shape": "S4t"
9441
9480
  }
9442
9481
  }
9443
9482
  }
9444
9483
  },
9445
9484
  "union": true
9446
9485
  },
9447
- "S4p": {
9486
+ "S4t": {
9448
9487
  "type": "list",
9449
9488
  "member": {
9450
9489
  "type": "structure",
@@ -9471,7 +9510,7 @@
9471
9510
  }
9472
9511
  }
9473
9512
  },
9474
- "S4z": {
9513
+ "S53": {
9475
9514
  "type": "structure",
9476
9515
  "required": [
9477
9516
  "secretManagerArn"
@@ -9480,7 +9519,7 @@
9480
9519
  "secretManagerArn": {}
9481
9520
  }
9482
9521
  },
9483
- "S51": {
9522
+ "S55": {
9484
9523
  "type": "structure",
9485
9524
  "members": {
9486
9525
  "redshiftClusterSource": {
@@ -9504,11 +9543,11 @@
9504
9543
  },
9505
9544
  "union": true
9506
9545
  },
9507
- "S57": {
9546
+ "S5b": {
9508
9547
  "type": "string",
9509
9548
  "sensitive": true
9510
9549
  },
9511
- "S58": {
9550
+ "S5c": {
9512
9551
  "type": "structure",
9513
9552
  "members": {
9514
9553
  "enableBusinessNameGeneration": {
@@ -9516,7 +9555,7 @@
9516
9555
  }
9517
9556
  }
9518
9557
  },
9519
- "S59": {
9558
+ "S5d": {
9520
9559
  "type": "structure",
9521
9560
  "members": {
9522
9561
  "schedule": {},
@@ -9524,7 +9563,7 @@
9524
9563
  },
9525
9564
  "sensitive": true
9526
9565
  },
9527
- "S5e": {
9566
+ "S5i": {
9528
9567
  "type": "structure",
9529
9568
  "members": {
9530
9569
  "glueRunConfiguration": {
@@ -9540,7 +9579,7 @@
9540
9579
  "dataAccessRole": {},
9541
9580
  "region": {},
9542
9581
  "relationalFilterConfigurations": {
9543
- "shape": "S4p"
9582
+ "shape": "S4t"
9544
9583
  }
9545
9584
  }
9546
9585
  },
@@ -9555,25 +9594,25 @@
9555
9594
  "accountId": {},
9556
9595
  "dataAccessRole": {},
9557
9596
  "redshiftCredentialConfiguration": {
9558
- "shape": "S4z"
9597
+ "shape": "S53"
9559
9598
  },
9560
9599
  "redshiftStorage": {
9561
- "shape": "S51"
9600
+ "shape": "S55"
9562
9601
  },
9563
9602
  "region": {},
9564
9603
  "relationalFilterConfigurations": {
9565
- "shape": "S4p"
9604
+ "shape": "S4t"
9566
9605
  }
9567
9606
  }
9568
9607
  }
9569
9608
  },
9570
9609
  "union": true
9571
9610
  },
9572
- "S5n": {
9611
+ "S5r": {
9573
9612
  "type": "timestamp",
9574
9613
  "timestampFormat": "iso8601"
9575
9614
  },
9576
- "S5o": {
9615
+ "S5s": {
9577
9616
  "type": "structure",
9578
9617
  "required": [
9579
9618
  "errorType"
@@ -9583,27 +9622,27 @@
9583
9622
  "errorType": {}
9584
9623
  }
9585
9624
  },
9586
- "S5w": {
9625
+ "S60": {
9587
9626
  "type": "structure",
9588
9627
  "members": {
9589
9628
  "type": {},
9590
9629
  "userAssignment": {}
9591
9630
  }
9592
9631
  },
9593
- "S5z": {
9632
+ "S63": {
9594
9633
  "type": "map",
9595
9634
  "key": {},
9596
9635
  "value": {}
9597
9636
  },
9598
- "S65": {
9637
+ "S69": {
9599
9638
  "type": "string",
9600
9639
  "sensitive": true
9601
9640
  },
9602
- "S66": {
9641
+ "S6a": {
9603
9642
  "type": "string",
9604
9643
  "sensitive": true
9605
9644
  },
9606
- "S69": {
9645
+ "S6d": {
9607
9646
  "type": "list",
9608
9647
  "member": {
9609
9648
  "type": "structure",
@@ -9624,7 +9663,7 @@
9624
9663
  "union": true
9625
9664
  }
9626
9665
  },
9627
- "S6f": {
9666
+ "S6j": {
9628
9667
  "type": "list",
9629
9668
  "member": {
9630
9669
  "type": "structure",
@@ -9634,11 +9673,11 @@
9634
9673
  }
9635
9674
  }
9636
9675
  },
9637
- "S6k": {
9676
+ "S6o": {
9638
9677
  "type": "timestamp",
9639
9678
  "timestampFormat": "iso8601"
9640
9679
  },
9641
- "S6l": {
9680
+ "S6p": {
9642
9681
  "type": "structure",
9643
9682
  "members": {
9644
9683
  "endTimeoutMinutes": {
@@ -9649,7 +9688,7 @@
9649
9688
  }
9650
9689
  }
9651
9690
  },
9652
- "S6o": {
9691
+ "S6s": {
9653
9692
  "type": "list",
9654
9693
  "member": {
9655
9694
  "type": "structure",
@@ -9673,7 +9712,7 @@
9673
9712
  }
9674
9713
  }
9675
9714
  },
9676
- "S6u": {
9715
+ "S6y": {
9677
9716
  "type": "structure",
9678
9717
  "members": {
9679
9718
  "deploymentId": {},
@@ -9698,11 +9737,11 @@
9698
9737
  }
9699
9738
  }
9700
9739
  },
9701
- "S70": {
9740
+ "S74": {
9702
9741
  "type": "string",
9703
9742
  "sensitive": true
9704
9743
  },
9705
- "S71": {
9744
+ "S75": {
9706
9745
  "type": "list",
9707
9746
  "member": {
9708
9747
  "type": "structure",
@@ -9718,7 +9757,7 @@
9718
9757
  }
9719
9758
  }
9720
9759
  },
9721
- "S73": {
9760
+ "S77": {
9722
9761
  "type": "structure",
9723
9762
  "members": {
9724
9763
  "cloudFormation": {
@@ -9733,7 +9772,7 @@
9733
9772
  },
9734
9773
  "union": true
9735
9774
  },
9736
- "S76": {
9775
+ "S7a": {
9737
9776
  "type": "list",
9738
9777
  "member": {
9739
9778
  "type": "structure",
@@ -9744,7 +9783,7 @@
9744
9783
  "members": {
9745
9784
  "defaultValue": {},
9746
9785
  "description": {
9747
- "shape": "Sq"
9786
+ "shape": "Su"
9748
9787
  },
9749
9788
  "fieldType": {},
9750
9789
  "isEditable": {
@@ -9757,7 +9796,7 @@
9757
9796
  }
9758
9797
  }
9759
9798
  },
9760
- "S7a": {
9799
+ "S7e": {
9761
9800
  "type": "structure",
9762
9801
  "members": {
9763
9802
  "awsConsoleLink": {
@@ -9769,11 +9808,11 @@
9769
9808
  },
9770
9809
  "union": true
9771
9810
  },
9772
- "S7f": {
9811
+ "S7j": {
9773
9812
  "type": "string",
9774
9813
  "sensitive": true
9775
9814
  },
9776
- "S7i": {
9815
+ "S7m": {
9777
9816
  "type": "structure",
9778
9817
  "members": {
9779
9818
  "smithy": {}
@@ -9781,19 +9820,19 @@
9781
9820
  "sensitive": true,
9782
9821
  "union": true
9783
9822
  },
9784
- "S7n": {
9823
+ "S7r": {
9785
9824
  "type": "string",
9786
9825
  "sensitive": true
9787
9826
  },
9788
- "S7o": {
9827
+ "S7s": {
9789
9828
  "type": "string",
9790
9829
  "sensitive": true
9791
9830
  },
9792
- "S7t": {
9831
+ "S7x": {
9793
9832
  "type": "string",
9794
9833
  "sensitive": true
9795
9834
  },
9796
- "S7v": {
9835
+ "S7z": {
9797
9836
  "type": "structure",
9798
9837
  "members": {
9799
9838
  "classifies": {
@@ -9806,11 +9845,11 @@
9806
9845
  }
9807
9846
  }
9808
9847
  },
9809
- "S81": {
9848
+ "S85": {
9810
9849
  "type": "string",
9811
9850
  "sensitive": true
9812
9851
  },
9813
- "S8a": {
9852
+ "S8e": {
9814
9853
  "type": "list",
9815
9854
  "member": {
9816
9855
  "type": "structure",
@@ -9820,7 +9859,7 @@
9820
9859
  }
9821
9860
  }
9822
9861
  },
9823
- "S8f": {
9862
+ "S8j": {
9824
9863
  "type": "structure",
9825
9864
  "members": {
9826
9865
  "groupIdentifier": {},
@@ -9828,7 +9867,7 @@
9828
9867
  },
9829
9868
  "union": true
9830
9869
  },
9831
- "S8o": {
9870
+ "S8s": {
9832
9871
  "type": "list",
9833
9872
  "member": {
9834
9873
  "type": "structure",
@@ -9840,8 +9879,11 @@
9840
9879
  "members": {
9841
9880
  "assetId": {},
9842
9881
  "assetRevision": {},
9882
+ "assetScope": {
9883
+ "shape": "Sy"
9884
+ },
9843
9885
  "failureCause": {
9844
- "shape": "S8q"
9886
+ "shape": "S8u"
9845
9887
  },
9846
9888
  "failureTimestamp": {
9847
9889
  "type": "timestamp"
@@ -9854,13 +9896,13 @@
9854
9896
  }
9855
9897
  }
9856
9898
  },
9857
- "S8q": {
9899
+ "S8u": {
9858
9900
  "type": "structure",
9859
9901
  "members": {
9860
9902
  "message": {}
9861
9903
  }
9862
9904
  },
9863
- "S8s": {
9905
+ "S8w": {
9864
9906
  "type": "structure",
9865
9907
  "members": {
9866
9908
  "listing": {
@@ -9877,19 +9919,19 @@
9877
9919
  },
9878
9920
  "union": true
9879
9921
  },
9880
- "S96": {
9922
+ "S9a": {
9881
9923
  "type": "list",
9882
9924
  "member": {}
9883
9925
  },
9884
- "S97": {
9926
+ "S9b": {
9885
9927
  "type": "list",
9886
9928
  "member": {}
9887
9929
  },
9888
- "S99": {
9930
+ "S9d": {
9889
9931
  "type": "string",
9890
9932
  "sensitive": true
9891
9933
  },
9892
- "S9a": {
9934
+ "S9e": {
9893
9935
  "type": "list",
9894
9936
  "member": {
9895
9937
  "type": "structure",
@@ -9903,7 +9945,7 @@
9903
9945
  }
9904
9946
  }
9905
9947
  },
9906
- "S9g": {
9948
+ "S9k": {
9907
9949
  "type": "structure",
9908
9950
  "members": {
9909
9951
  "iam": {
@@ -9932,7 +9974,7 @@
9932
9974
  },
9933
9975
  "union": true
9934
9976
  },
9935
- "S9y": {
9977
+ "Sa2": {
9936
9978
  "type": "structure",
9937
9979
  "members": {
9938
9980
  "glueSelfGrantStatus": {
@@ -9942,7 +9984,7 @@
9942
9984
  ],
9943
9985
  "members": {
9944
9986
  "selfGrantStatusDetails": {
9945
- "shape": "Sa0"
9987
+ "shape": "Sa4"
9946
9988
  }
9947
9989
  }
9948
9990
  },
@@ -9953,14 +9995,14 @@
9953
9995
  ],
9954
9996
  "members": {
9955
9997
  "selfGrantStatusDetails": {
9956
- "shape": "Sa0"
9998
+ "shape": "Sa4"
9957
9999
  }
9958
10000
  }
9959
10001
  }
9960
10002
  },
9961
10003
  "union": true
9962
10004
  },
9963
- "Sa0": {
10005
+ "Sa4": {
9964
10006
  "type": "list",
9965
10007
  "member": {
9966
10008
  "type": "structure",
@@ -9976,7 +10018,7 @@
9976
10018
  }
9977
10019
  }
9978
10020
  },
9979
- "Sbd": {
10021
+ "Sbh": {
9980
10022
  "type": "structure",
9981
10023
  "members": {
9982
10024
  "added": {
@@ -9996,11 +10038,11 @@
9996
10038
  }
9997
10039
  }
9998
10040
  },
9999
- "Sbs": {
10041
+ "Sbw": {
10000
10042
  "type": "list",
10001
10043
  "member": {}
10002
10044
  },
10003
- "Sbu": {
10045
+ "Sby": {
10004
10046
  "type": "list",
10005
10047
  "member": {
10006
10048
  "type": "structure",
@@ -10019,7 +10061,7 @@
10019
10061
  "union": true
10020
10062
  }
10021
10063
  },
10022
- "Sbz": {
10064
+ "Sc3": {
10023
10065
  "type": "map",
10024
10066
  "key": {},
10025
10067
  "value": {
@@ -10028,7 +10070,7 @@
10028
10070
  "value": {}
10029
10071
  }
10030
10072
  },
10031
- "Sc7": {
10073
+ "Scb": {
10032
10074
  "type": "list",
10033
10075
  "member": {
10034
10076
  "type": "structure",
@@ -10038,13 +10080,13 @@
10038
10080
  ],
10039
10081
  "members": {
10040
10082
  "name": {
10041
- "shape": "S32"
10083
+ "shape": "S37"
10042
10084
  },
10043
10085
  "revision": {}
10044
10086
  }
10045
10087
  }
10046
10088
  },
10047
- "Sck": {
10089
+ "Sco": {
10048
10090
  "type": "list",
10049
10091
  "member": {
10050
10092
  "type": "structure",
@@ -10056,7 +10098,7 @@
10056
10098
  }
10057
10099
  }
10058
10100
  },
10059
- "Scx": {
10101
+ "Sd1": {
10060
10102
  "type": "structure",
10061
10103
  "required": [
10062
10104
  "identifier",
@@ -10068,7 +10110,7 @@
10068
10110
  "type": {}
10069
10111
  }
10070
10112
  },
10071
- "Sdg": {
10113
+ "Sdk": {
10072
10114
  "type": "structure",
10073
10115
  "required": [
10074
10116
  "formName",
@@ -10086,15 +10128,15 @@
10086
10128
  "typeRevision": {}
10087
10129
  }
10088
10130
  },
10089
- "Shy": {
10131
+ "Si2": {
10090
10132
  "type": "list",
10091
10133
  "member": {}
10092
10134
  },
10093
- "Si0": {
10135
+ "Si4": {
10094
10136
  "type": "structure",
10095
10137
  "members": {
10096
10138
  "and": {
10097
- "shape": "Si1"
10139
+ "shape": "Si5"
10098
10140
  },
10099
10141
  "filter": {
10100
10142
  "type": "structure",
@@ -10108,18 +10150,18 @@
10108
10150
  }
10109
10151
  },
10110
10152
  "or": {
10111
- "shape": "Si1"
10153
+ "shape": "Si5"
10112
10154
  }
10113
10155
  },
10114
10156
  "union": true
10115
10157
  },
10116
- "Si1": {
10158
+ "Si5": {
10117
10159
  "type": "list",
10118
10160
  "member": {
10119
- "shape": "Si0"
10161
+ "shape": "Si4"
10120
10162
  }
10121
10163
  },
10122
- "Si5": {
10164
+ "Si9": {
10123
10165
  "type": "list",
10124
10166
  "member": {
10125
10167
  "type": "structure",
@@ -10131,7 +10173,7 @@
10131
10173
  }
10132
10174
  }
10133
10175
  },
10134
- "Si9": {
10176
+ "Sid": {
10135
10177
  "type": "structure",
10136
10178
  "required": [
10137
10179
  "attribute"