cdk-lambda-subminute 2.0.485 → 2.0.487

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 (30) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +10 -1
  5. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +7 -1
  6. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +1272 -482
  7. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +18 -0
  8. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +28 -4
  9. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +61 -5
  10. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +349 -340
  11. package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +32 -9
  12. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +8 -1
  13. package/node_modules/aws-sdk/clients/backup.d.ts +280 -268
  14. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +4 -4
  16. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +41 -10
  17. package/node_modules/aws-sdk/clients/datazone.d.ts +806 -1
  18. package/node_modules/aws-sdk/clients/personalize.d.ts +66 -5
  19. package/node_modules/aws-sdk/clients/quicksight.d.ts +2 -1
  20. package/node_modules/aws-sdk/clients/redshiftdata.d.ts +62 -20
  21. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +15 -1
  22. package/node_modules/aws-sdk/clients/wafv2.d.ts +2 -2
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -10
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +93 -12
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/lib/region_config.js +1 -0
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. package/package.json +5 -5
@@ -159,6 +159,92 @@
159
159
  },
160
160
  "idempotent": true
161
161
  },
162
+ "AddEntityOwner": {
163
+ "http": {
164
+ "requestUri": "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/addOwner",
165
+ "responseCode": 201
166
+ },
167
+ "input": {
168
+ "type": "structure",
169
+ "required": [
170
+ "domainIdentifier",
171
+ "entityIdentifier",
172
+ "entityType",
173
+ "owner"
174
+ ],
175
+ "members": {
176
+ "clientToken": {
177
+ "idempotencyToken": true
178
+ },
179
+ "domainIdentifier": {
180
+ "location": "uri",
181
+ "locationName": "domainIdentifier"
182
+ },
183
+ "entityIdentifier": {
184
+ "location": "uri",
185
+ "locationName": "entityIdentifier"
186
+ },
187
+ "entityType": {
188
+ "location": "uri",
189
+ "locationName": "entityType"
190
+ },
191
+ "owner": {
192
+ "shape": "S1d"
193
+ }
194
+ }
195
+ },
196
+ "output": {
197
+ "type": "structure",
198
+ "members": {}
199
+ },
200
+ "idempotent": true
201
+ },
202
+ "AddPolicyGrant": {
203
+ "http": {
204
+ "requestUri": "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/addGrant",
205
+ "responseCode": 201
206
+ },
207
+ "input": {
208
+ "type": "structure",
209
+ "required": [
210
+ "detail",
211
+ "domainIdentifier",
212
+ "entityIdentifier",
213
+ "entityType",
214
+ "policyType",
215
+ "principal"
216
+ ],
217
+ "members": {
218
+ "clientToken": {
219
+ "idempotencyToken": true
220
+ },
221
+ "detail": {
222
+ "shape": "S1k"
223
+ },
224
+ "domainIdentifier": {
225
+ "location": "uri",
226
+ "locationName": "domainIdentifier"
227
+ },
228
+ "entityIdentifier": {
229
+ "location": "uri",
230
+ "locationName": "entityIdentifier"
231
+ },
232
+ "entityType": {
233
+ "location": "uri",
234
+ "locationName": "entityType"
235
+ },
236
+ "policyType": {},
237
+ "principal": {
238
+ "shape": "S1z"
239
+ }
240
+ }
241
+ },
242
+ "output": {
243
+ "type": "structure",
244
+ "members": {}
245
+ },
246
+ "idempotent": true
247
+ },
162
248
  "AssociateEnvironmentRole": {
163
249
  "http": {
164
250
  "method": "PUT",
@@ -305,20 +391,20 @@
305
391
  "locationName": "domainIdentifier"
306
392
  },
307
393
  "externalIdentifier": {
308
- "shape": "S1n"
394
+ "shape": "S2n"
309
395
  },
310
396
  "formsInput": {
311
- "shape": "S1o"
397
+ "shape": "S2o"
312
398
  },
313
399
  "glossaryTerms": {
314
- "shape": "S1t"
400
+ "shape": "S2t"
315
401
  },
316
402
  "name": {
317
- "shape": "S1v"
403
+ "shape": "S2v"
318
404
  },
319
405
  "owningProjectIdentifier": {},
320
406
  "predictionConfiguration": {
321
- "shape": "S1w"
407
+ "shape": "S2w"
322
408
  },
323
409
  "typeIdentifier": {},
324
410
  "typeRevision": {}
@@ -346,34 +432,34 @@
346
432
  },
347
433
  "domainId": {},
348
434
  "externalIdentifier": {
349
- "shape": "S1n"
435
+ "shape": "S2n"
350
436
  },
351
437
  "firstRevisionCreatedAt": {
352
438
  "type": "timestamp"
353
439
  },
354
440
  "firstRevisionCreatedBy": {},
355
441
  "formsOutput": {
356
- "shape": "S20"
442
+ "shape": "S30"
357
443
  },
358
444
  "glossaryTerms": {
359
- "shape": "S1t"
445
+ "shape": "S2t"
360
446
  },
361
447
  "id": {},
362
448
  "latestTimeSeriesDataPointFormsOutput": {
363
- "shape": "S23"
449
+ "shape": "S33"
364
450
  },
365
451
  "listing": {
366
- "shape": "S29"
452
+ "shape": "S39"
367
453
  },
368
454
  "name": {
369
- "shape": "S1v"
455
+ "shape": "S2v"
370
456
  },
371
457
  "owningProjectId": {},
372
458
  "predictionConfiguration": {
373
- "shape": "S1w"
459
+ "shape": "S2w"
374
460
  },
375
461
  "readOnlyFormsOutput": {
376
- "shape": "S20"
462
+ "shape": "S30"
377
463
  },
378
464
  "revision": {},
379
465
  "typeIdentifier": {},
@@ -404,7 +490,7 @@
404
490
  "idempotencyToken": true
405
491
  },
406
492
  "configuration": {
407
- "shape": "S2c"
493
+ "shape": "S3c"
408
494
  },
409
495
  "description": {
410
496
  "shape": "Sq"
@@ -414,7 +500,7 @@
414
500
  "locationName": "domainIdentifier"
415
501
  },
416
502
  "name": {
417
- "shape": "S2w"
503
+ "shape": "S3w"
418
504
  }
419
505
  }
420
506
  },
@@ -430,7 +516,7 @@
430
516
  "members": {
431
517
  "assetId": {},
432
518
  "configuration": {
433
- "shape": "S2c"
519
+ "shape": "S3c"
434
520
  },
435
521
  "createdAt": {
436
522
  "type": "timestamp"
@@ -440,13 +526,13 @@
440
526
  },
441
527
  "domainId": {},
442
528
  "effectiveColumnNames": {
443
- "shape": "S2e"
529
+ "shape": "S3e"
444
530
  },
445
531
  "effectiveRowFilter": {},
446
532
  "errorMessage": {},
447
533
  "id": {},
448
534
  "name": {
449
- "shape": "S2w"
535
+ "shape": "S3w"
450
536
  },
451
537
  "status": {}
452
538
  }
@@ -477,20 +563,20 @@
477
563
  "locationName": "domainIdentifier"
478
564
  },
479
565
  "formsInput": {
480
- "shape": "S1o"
566
+ "shape": "S2o"
481
567
  },
482
568
  "glossaryTerms": {
483
- "shape": "S1t"
569
+ "shape": "S2t"
484
570
  },
485
571
  "identifier": {
486
572
  "location": "uri",
487
573
  "locationName": "identifier"
488
574
  },
489
575
  "name": {
490
- "shape": "S1v"
576
+ "shape": "S2v"
491
577
  },
492
578
  "predictionConfiguration": {
493
- "shape": "S1w"
579
+ "shape": "S2w"
494
580
  },
495
581
  "typeRevision": {}
496
582
  }
@@ -517,34 +603,34 @@
517
603
  },
518
604
  "domainId": {},
519
605
  "externalIdentifier": {
520
- "shape": "S1n"
606
+ "shape": "S2n"
521
607
  },
522
608
  "firstRevisionCreatedAt": {
523
609
  "type": "timestamp"
524
610
  },
525
611
  "firstRevisionCreatedBy": {},
526
612
  "formsOutput": {
527
- "shape": "S20"
613
+ "shape": "S30"
528
614
  },
529
615
  "glossaryTerms": {
530
- "shape": "S1t"
616
+ "shape": "S2t"
531
617
  },
532
618
  "id": {},
533
619
  "latestTimeSeriesDataPointFormsOutput": {
534
- "shape": "S23"
620
+ "shape": "S33"
535
621
  },
536
622
  "listing": {
537
- "shape": "S29"
623
+ "shape": "S39"
538
624
  },
539
625
  "name": {
540
- "shape": "S1v"
626
+ "shape": "S2v"
541
627
  },
542
628
  "owningProjectId": {},
543
629
  "predictionConfiguration": {
544
- "shape": "S1w"
630
+ "shape": "S2w"
545
631
  },
546
632
  "readOnlyFormsOutput": {
547
- "shape": "S20"
633
+ "shape": "S30"
548
634
  },
549
635
  "revision": {},
550
636
  "typeIdentifier": {},
@@ -614,7 +700,7 @@
614
700
  },
615
701
  "domainId": {},
616
702
  "formsOutput": {
617
- "shape": "S36"
703
+ "shape": "S46"
618
704
  },
619
705
  "name": {},
620
706
  "originDomainId": {},
@@ -645,23 +731,23 @@
645
731
  "idempotencyToken": true
646
732
  },
647
733
  "description": {
648
- "shape": "S39"
734
+ "shape": "S49"
649
735
  },
650
736
  "domainIdentifier": {
651
737
  "location": "uri",
652
738
  "locationName": "domainIdentifier"
653
739
  },
654
740
  "formsInput": {
655
- "shape": "S1o"
741
+ "shape": "S2o"
656
742
  },
657
743
  "glossaryTerms": {
658
- "shape": "S1t"
744
+ "shape": "S2t"
659
745
  },
660
746
  "items": {
661
- "shape": "S3a"
747
+ "shape": "S4a"
662
748
  },
663
749
  "name": {
664
- "shape": "S3f"
750
+ "shape": "S4f"
665
751
  },
666
752
  "owningProjectIdentifier": {}
667
753
  }
@@ -682,7 +768,7 @@
682
768
  },
683
769
  "createdBy": {},
684
770
  "description": {
685
- "shape": "S39"
771
+ "shape": "S49"
686
772
  },
687
773
  "domainId": {},
688
774
  "firstRevisionCreatedAt": {
@@ -690,17 +776,17 @@
690
776
  },
691
777
  "firstRevisionCreatedBy": {},
692
778
  "formsOutput": {
693
- "shape": "S20"
779
+ "shape": "S30"
694
780
  },
695
781
  "glossaryTerms": {
696
- "shape": "S1t"
782
+ "shape": "S2t"
697
783
  },
698
784
  "id": {},
699
785
  "items": {
700
- "shape": "S3a"
786
+ "shape": "S4a"
701
787
  },
702
788
  "name": {
703
- "shape": "S3f"
789
+ "shape": "S4f"
704
790
  },
705
791
  "owningProjectId": {},
706
792
  "revision": {},
@@ -726,27 +812,27 @@
726
812
  "idempotencyToken": true
727
813
  },
728
814
  "description": {
729
- "shape": "S39"
815
+ "shape": "S49"
730
816
  },
731
817
  "domainIdentifier": {
732
818
  "location": "uri",
733
819
  "locationName": "domainIdentifier"
734
820
  },
735
821
  "formsInput": {
736
- "shape": "S1o"
822
+ "shape": "S2o"
737
823
  },
738
824
  "glossaryTerms": {
739
- "shape": "S1t"
825
+ "shape": "S2t"
740
826
  },
741
827
  "identifier": {
742
828
  "location": "uri",
743
829
  "locationName": "identifier"
744
830
  },
745
831
  "items": {
746
- "shape": "S3a"
832
+ "shape": "S4a"
747
833
  },
748
834
  "name": {
749
- "shape": "S3f"
835
+ "shape": "S4f"
750
836
  }
751
837
  }
752
838
  },
@@ -766,7 +852,7 @@
766
852
  },
767
853
  "createdBy": {},
768
854
  "description": {
769
- "shape": "S39"
855
+ "shape": "S49"
770
856
  },
771
857
  "domainId": {},
772
858
  "firstRevisionCreatedAt": {
@@ -774,17 +860,17 @@
774
860
  },
775
861
  "firstRevisionCreatedBy": {},
776
862
  "formsOutput": {
777
- "shape": "S20"
863
+ "shape": "S30"
778
864
  },
779
865
  "glossaryTerms": {
780
- "shape": "S1t"
866
+ "shape": "S2t"
781
867
  },
782
868
  "id": {},
783
869
  "items": {
784
- "shape": "S3a"
870
+ "shape": "S4a"
785
871
  },
786
872
  "name": {
787
- "shape": "S3f"
873
+ "shape": "S4f"
788
874
  },
789
875
  "owningProjectId": {},
790
876
  "revision": {},
@@ -809,13 +895,13 @@
809
895
  ],
810
896
  "members": {
811
897
  "assetFormsInput": {
812
- "shape": "S1o"
898
+ "shape": "S2o"
813
899
  },
814
900
  "clientToken": {
815
901
  "idempotencyToken": true
816
902
  },
817
903
  "configuration": {
818
- "shape": "S3m"
904
+ "shape": "S4m"
819
905
  },
820
906
  "description": {
821
907
  "shape": "Sq"
@@ -827,17 +913,17 @@
827
913
  "enableSetting": {},
828
914
  "environmentIdentifier": {},
829
915
  "name": {
830
- "shape": "S47"
916
+ "shape": "S57"
831
917
  },
832
918
  "projectIdentifier": {},
833
919
  "publishOnImport": {
834
920
  "type": "boolean"
835
921
  },
836
922
  "recommendation": {
837
- "shape": "S48"
923
+ "shape": "S58"
838
924
  },
839
925
  "schedule": {
840
- "shape": "S49"
926
+ "shape": "S59"
841
927
  },
842
928
  "type": {}
843
929
  }
@@ -853,13 +939,13 @@
853
939
  ],
854
940
  "members": {
855
941
  "assetFormsOutput": {
856
- "shape": "S20"
942
+ "shape": "S30"
857
943
  },
858
944
  "configuration": {
859
- "shape": "S4e"
945
+ "shape": "S5e"
860
946
  },
861
947
  "createdAt": {
862
- "shape": "S4n"
948
+ "shape": "S5n"
863
949
  },
864
950
  "description": {
865
951
  "shape": "Sq"
@@ -868,33 +954,33 @@
868
954
  "enableSetting": {},
869
955
  "environmentId": {},
870
956
  "errorMessage": {
871
- "shape": "S4o"
957
+ "shape": "S5o"
872
958
  },
873
959
  "id": {},
874
960
  "lastRunAt": {
875
- "shape": "S4n"
961
+ "shape": "S5n"
876
962
  },
877
963
  "lastRunErrorMessage": {
878
- "shape": "S4o"
964
+ "shape": "S5o"
879
965
  },
880
966
  "lastRunStatus": {},
881
967
  "name": {
882
- "shape": "S47"
968
+ "shape": "S57"
883
969
  },
884
970
  "projectId": {},
885
971
  "publishOnImport": {
886
972
  "type": "boolean"
887
973
  },
888
974
  "recommendation": {
889
- "shape": "S48"
975
+ "shape": "S58"
890
976
  },
891
977
  "schedule": {
892
- "shape": "S49"
978
+ "shape": "S59"
893
979
  },
894
980
  "status": {},
895
981
  "type": {},
896
982
  "updatedAt": {
897
- "shape": "S4n"
983
+ "shape": "S5n"
898
984
  }
899
985
  }
900
986
  },
@@ -920,10 +1006,10 @@
920
1006
  "kmsKeyIdentifier": {},
921
1007
  "name": {},
922
1008
  "singleSignOn": {
923
- "shape": "S4w"
1009
+ "shape": "S5w"
924
1010
  },
925
1011
  "tags": {
926
- "shape": "S4z"
1012
+ "shape": "S5z"
927
1013
  }
928
1014
  }
929
1015
  },
@@ -940,17 +1026,81 @@
940
1026
  "kmsKeyIdentifier": {},
941
1027
  "name": {},
942
1028
  "portalUrl": {},
1029
+ "rootDomainUnitId": {},
943
1030
  "singleSignOn": {
944
- "shape": "S4w"
1031
+ "shape": "S5w"
945
1032
  },
946
1033
  "status": {},
947
1034
  "tags": {
948
- "shape": "S4z"
1035
+ "shape": "S5z"
949
1036
  }
950
1037
  }
951
1038
  },
952
1039
  "idempotent": true
953
1040
  },
1041
+ "CreateDomainUnit": {
1042
+ "http": {
1043
+ "requestUri": "/v2/domains/{domainIdentifier}/domain-units",
1044
+ "responseCode": 201
1045
+ },
1046
+ "input": {
1047
+ "type": "structure",
1048
+ "required": [
1049
+ "domainIdentifier",
1050
+ "name",
1051
+ "parentDomainUnitIdentifier"
1052
+ ],
1053
+ "members": {
1054
+ "clientToken": {
1055
+ "idempotencyToken": true
1056
+ },
1057
+ "description": {
1058
+ "shape": "S65"
1059
+ },
1060
+ "domainIdentifier": {
1061
+ "location": "uri",
1062
+ "locationName": "domainIdentifier"
1063
+ },
1064
+ "name": {
1065
+ "shape": "S66"
1066
+ },
1067
+ "parentDomainUnitIdentifier": {}
1068
+ }
1069
+ },
1070
+ "output": {
1071
+ "type": "structure",
1072
+ "required": [
1073
+ "ancestorDomainUnitIds",
1074
+ "domainId",
1075
+ "id",
1076
+ "name",
1077
+ "owners"
1078
+ ],
1079
+ "members": {
1080
+ "ancestorDomainUnitIds": {
1081
+ "type": "list",
1082
+ "member": {}
1083
+ },
1084
+ "createdAt": {
1085
+ "type": "timestamp"
1086
+ },
1087
+ "createdBy": {},
1088
+ "description": {
1089
+ "shape": "S65"
1090
+ },
1091
+ "domainId": {},
1092
+ "id": {},
1093
+ "name": {
1094
+ "shape": "S66"
1095
+ },
1096
+ "owners": {
1097
+ "shape": "S69"
1098
+ },
1099
+ "parentDomainUnitId": {}
1100
+ }
1101
+ },
1102
+ "idempotent": true
1103
+ },
954
1104
  "CreateEnvironment": {
955
1105
  "http": {
956
1106
  "requestUri": "/v2/domains/{domainIdentifier}/environments",
@@ -975,12 +1125,12 @@
975
1125
  "environmentBlueprintIdentifier": {},
976
1126
  "environmentProfileIdentifier": {},
977
1127
  "glossaryTerms": {
978
- "shape": "S1t"
1128
+ "shape": "S2t"
979
1129
  },
980
1130
  "name": {},
981
1131
  "projectIdentifier": {},
982
1132
  "userParameters": {
983
- "shape": "S56"
1133
+ "shape": "S6f"
984
1134
  }
985
1135
  }
986
1136
  },
@@ -997,45 +1147,45 @@
997
1147
  "awsAccountId": {},
998
1148
  "awsAccountRegion": {},
999
1149
  "createdAt": {
1000
- "shape": "S5b"
1150
+ "shape": "S6k"
1001
1151
  },
1002
1152
  "createdBy": {},
1003
1153
  "deploymentProperties": {
1004
- "shape": "S5c"
1154
+ "shape": "S6l"
1005
1155
  },
1006
1156
  "description": {
1007
1157
  "shape": "Sq"
1008
1158
  },
1009
1159
  "domainId": {},
1010
1160
  "environmentActions": {
1011
- "shape": "S5f"
1161
+ "shape": "S6o"
1012
1162
  },
1013
1163
  "environmentBlueprintId": {},
1014
1164
  "environmentProfileId": {},
1015
1165
  "glossaryTerms": {
1016
- "shape": "S1t"
1166
+ "shape": "S2t"
1017
1167
  },
1018
1168
  "id": {},
1019
1169
  "lastDeployment": {
1020
- "shape": "S5l"
1170
+ "shape": "S6u"
1021
1171
  },
1022
1172
  "name": {
1023
- "shape": "S5r"
1173
+ "shape": "S70"
1024
1174
  },
1025
1175
  "projectId": {},
1026
1176
  "provider": {},
1027
1177
  "provisionedResources": {
1028
- "shape": "S5s"
1178
+ "shape": "S71"
1029
1179
  },
1030
1180
  "provisioningProperties": {
1031
- "shape": "S5u"
1181
+ "shape": "S73"
1032
1182
  },
1033
1183
  "status": {},
1034
1184
  "updatedAt": {
1035
- "shape": "S5b"
1185
+ "shape": "S6k"
1036
1186
  },
1037
1187
  "userParameters": {
1038
- "shape": "S5x"
1188
+ "shape": "S76"
1039
1189
  }
1040
1190
  }
1041
1191
  }
@@ -1065,7 +1215,7 @@
1065
1215
  },
1066
1216
  "name": {},
1067
1217
  "parameters": {
1068
- "shape": "S61"
1218
+ "shape": "S7a"
1069
1219
  }
1070
1220
  }
1071
1221
  },
@@ -1085,7 +1235,7 @@
1085
1235
  "id": {},
1086
1236
  "name": {},
1087
1237
  "parameters": {
1088
- "shape": "S61"
1238
+ "shape": "S7a"
1089
1239
  }
1090
1240
  }
1091
1241
  }
@@ -1115,11 +1265,11 @@
1115
1265
  },
1116
1266
  "environmentBlueprintIdentifier": {},
1117
1267
  "name": {
1118
- "shape": "S66"
1268
+ "shape": "S7f"
1119
1269
  },
1120
1270
  "projectIdentifier": {},
1121
1271
  "userParameters": {
1122
- "shape": "S56"
1272
+ "shape": "S6f"
1123
1273
  }
1124
1274
  }
1125
1275
  },
@@ -1136,7 +1286,7 @@
1136
1286
  "awsAccountId": {},
1137
1287
  "awsAccountRegion": {},
1138
1288
  "createdAt": {
1139
- "shape": "S5b"
1289
+ "shape": "S6k"
1140
1290
  },
1141
1291
  "createdBy": {},
1142
1292
  "description": {
@@ -1146,14 +1296,14 @@
1146
1296
  "environmentBlueprintId": {},
1147
1297
  "id": {},
1148
1298
  "name": {
1149
- "shape": "S66"
1299
+ "shape": "S7f"
1150
1300
  },
1151
1301
  "projectId": {},
1152
1302
  "updatedAt": {
1153
- "shape": "S5b"
1303
+ "shape": "S6k"
1154
1304
  },
1155
1305
  "userParameters": {
1156
- "shape": "S5x"
1306
+ "shape": "S76"
1157
1307
  }
1158
1308
  }
1159
1309
  }
@@ -1180,10 +1330,10 @@
1180
1330
  "locationName": "domainIdentifier"
1181
1331
  },
1182
1332
  "model": {
1183
- "shape": "S69"
1333
+ "shape": "S7i"
1184
1334
  },
1185
1335
  "name": {
1186
- "shape": "S22"
1336
+ "shape": "S32"
1187
1337
  },
1188
1338
  "owningProjectIdentifier": {},
1189
1339
  "status": {}
@@ -1202,7 +1352,7 @@
1202
1352
  },
1203
1353
  "domainId": {},
1204
1354
  "name": {
1205
- "shape": "S22"
1355
+ "shape": "S32"
1206
1356
  },
1207
1357
  "originDomainId": {},
1208
1358
  "originProjectId": {},
@@ -1228,14 +1378,14 @@
1228
1378
  "idempotencyToken": true
1229
1379
  },
1230
1380
  "description": {
1231
- "shape": "S6e"
1381
+ "shape": "S7n"
1232
1382
  },
1233
1383
  "domainIdentifier": {
1234
1384
  "location": "uri",
1235
1385
  "locationName": "domainIdentifier"
1236
1386
  },
1237
1387
  "name": {
1238
- "shape": "S6f"
1388
+ "shape": "S7o"
1239
1389
  },
1240
1390
  "owningProjectIdentifier": {},
1241
1391
  "status": {}
@@ -1251,12 +1401,12 @@
1251
1401
  ],
1252
1402
  "members": {
1253
1403
  "description": {
1254
- "shape": "S6e"
1404
+ "shape": "S7n"
1255
1405
  },
1256
1406
  "domainId": {},
1257
1407
  "id": {},
1258
1408
  "name": {
1259
- "shape": "S6f"
1409
+ "shape": "S7o"
1260
1410
  },
1261
1411
  "owningProjectId": {},
1262
1412
  "status": {}
@@ -1286,7 +1436,7 @@
1286
1436
  },
1287
1437
  "glossaryIdentifier": {},
1288
1438
  "longDescription": {
1289
- "shape": "S6k"
1439
+ "shape": "S7t"
1290
1440
  },
1291
1441
  "name": {
1292
1442
  "shape": "Sy"
@@ -1296,7 +1446,7 @@
1296
1446
  },
1297
1447
  "status": {},
1298
1448
  "termRelations": {
1299
- "shape": "S6m"
1449
+ "shape": "S7v"
1300
1450
  }
1301
1451
  }
1302
1452
  },
@@ -1314,7 +1464,7 @@
1314
1464
  "glossaryId": {},
1315
1465
  "id": {},
1316
1466
  "longDescription": {
1317
- "shape": "S6k"
1467
+ "shape": "S7t"
1318
1468
  },
1319
1469
  "name": {
1320
1470
  "shape": "Sy"
@@ -1324,7 +1474,7 @@
1324
1474
  },
1325
1475
  "status": {},
1326
1476
  "termRelations": {
1327
- "shape": "S6m"
1477
+ "shape": "S7v"
1328
1478
  }
1329
1479
  }
1330
1480
  },
@@ -1357,7 +1507,7 @@
1357
1507
  "members": {
1358
1508
  "domainId": {},
1359
1509
  "groupName": {
1360
- "shape": "S6t"
1510
+ "shape": "S81"
1361
1511
  },
1362
1512
  "id": {},
1363
1513
  "status": {}
@@ -1425,8 +1575,9 @@
1425
1575
  "location": "uri",
1426
1576
  "locationName": "domainIdentifier"
1427
1577
  },
1578
+ "domainUnitId": {},
1428
1579
  "glossaryTerms": {
1429
- "shape": "S1t"
1580
+ "shape": "S2t"
1430
1581
  },
1431
1582
  "name": {
1432
1583
  "shape": "S18"
@@ -1443,22 +1594,23 @@
1443
1594
  ],
1444
1595
  "members": {
1445
1596
  "createdAt": {
1446
- "shape": "S5b"
1597
+ "shape": "S6k"
1447
1598
  },
1448
1599
  "createdBy": {},
1449
1600
  "description": {
1450
1601
  "shape": "Sq"
1451
1602
  },
1452
1603
  "domainId": {},
1604
+ "domainUnitId": {},
1453
1605
  "failureReasons": {
1454
- "shape": "S72"
1606
+ "shape": "S8a"
1455
1607
  },
1456
1608
  "glossaryTerms": {
1457
- "shape": "S1t"
1609
+ "shape": "S2t"
1458
1610
  },
1459
1611
  "id": {},
1460
1612
  "lastUpdatedAt": {
1461
- "shape": "S5b"
1613
+ "shape": "S6k"
1462
1614
  },
1463
1615
  "name": {
1464
1616
  "shape": "S18"
@@ -1487,7 +1639,7 @@
1487
1639
  "locationName": "domainIdentifier"
1488
1640
  },
1489
1641
  "member": {
1490
- "shape": "S77"
1642
+ "shape": "S8f"
1491
1643
  },
1492
1644
  "projectIdentifier": {
1493
1645
  "location": "uri",
@@ -1570,7 +1722,7 @@
1570
1722
  ],
1571
1723
  "members": {
1572
1724
  "assets": {
1573
- "shape": "S7g"
1725
+ "shape": "S8o"
1574
1726
  },
1575
1727
  "createdAt": {
1576
1728
  "type": "timestamp"
@@ -1578,7 +1730,7 @@
1578
1730
  "createdBy": {},
1579
1731
  "domainId": {},
1580
1732
  "grantedEntity": {
1581
- "shape": "S7k"
1733
+ "shape": "S8s"
1582
1734
  },
1583
1735
  "id": {},
1584
1736
  "status": {},
@@ -1713,10 +1865,10 @@
1713
1865
  ],
1714
1866
  "members": {
1715
1867
  "applicableAssetTypes": {
1716
- "shape": "S7y"
1868
+ "shape": "S96"
1717
1869
  },
1718
1870
  "authorizedPrincipals": {
1719
- "shape": "S7z"
1871
+ "shape": "S97"
1720
1872
  },
1721
1873
  "clientToken": {
1722
1874
  "idempotencyToken": true
@@ -1731,11 +1883,11 @@
1731
1883
  },
1732
1884
  "manageAccessRole": {},
1733
1885
  "name": {
1734
- "shape": "S81"
1886
+ "shape": "S99"
1735
1887
  },
1736
1888
  "provider": {},
1737
1889
  "subscriptionTargetConfig": {
1738
- "shape": "S82"
1890
+ "shape": "S9a"
1739
1891
  },
1740
1892
  "type": {}
1741
1893
  }
@@ -1759,10 +1911,10 @@
1759
1911
  ],
1760
1912
  "members": {
1761
1913
  "applicableAssetTypes": {
1762
- "shape": "S7y"
1914
+ "shape": "S96"
1763
1915
  },
1764
1916
  "authorizedPrincipals": {
1765
- "shape": "S7z"
1917
+ "shape": "S97"
1766
1918
  },
1767
1919
  "createdAt": {
1768
1920
  "type": "timestamp"
@@ -1773,12 +1925,12 @@
1773
1925
  "id": {},
1774
1926
  "manageAccessRole": {},
1775
1927
  "name": {
1776
- "shape": "S81"
1928
+ "shape": "S99"
1777
1929
  },
1778
1930
  "projectId": {},
1779
1931
  "provider": {},
1780
1932
  "subscriptionTargetConfig": {
1781
- "shape": "S82"
1933
+ "shape": "S9a"
1782
1934
  },
1783
1935
  "type": {},
1784
1936
  "updatedAt": {
@@ -1815,7 +1967,7 @@
1815
1967
  "type": "structure",
1816
1968
  "members": {
1817
1969
  "details": {
1818
- "shape": "S89"
1970
+ "shape": "S9g"
1819
1971
  },
1820
1972
  "domainId": {},
1821
1973
  "id": {},
@@ -1985,13 +2137,13 @@
1985
2137
  ],
1986
2138
  "members": {
1987
2139
  "assetFormsOutput": {
1988
- "shape": "S20"
2140
+ "shape": "S30"
1989
2141
  },
1990
2142
  "configuration": {
1991
- "shape": "S4e"
2143
+ "shape": "S5e"
1992
2144
  },
1993
2145
  "createdAt": {
1994
- "shape": "S4n"
2146
+ "shape": "S5n"
1995
2147
  },
1996
2148
  "description": {
1997
2149
  "shape": "Sq"
@@ -2000,18 +2152,18 @@
2000
2152
  "enableSetting": {},
2001
2153
  "environmentId": {},
2002
2154
  "errorMessage": {
2003
- "shape": "S4o"
2155
+ "shape": "S5o"
2004
2156
  },
2005
2157
  "id": {},
2006
2158
  "lastRunAt": {
2007
- "shape": "S4n"
2159
+ "shape": "S5n"
2008
2160
  },
2009
2161
  "lastRunErrorMessage": {
2010
- "shape": "S4o"
2162
+ "shape": "S5o"
2011
2163
  },
2012
2164
  "lastRunStatus": {},
2013
2165
  "name": {
2014
- "shape": "S47"
2166
+ "shape": "S57"
2015
2167
  },
2016
2168
  "projectId": {},
2017
2169
  "publishOnImport": {
@@ -2021,15 +2173,15 @@
2021
2173
  "type": "boolean"
2022
2174
  },
2023
2175
  "schedule": {
2024
- "shape": "S49"
2176
+ "shape": "S59"
2025
2177
  },
2026
2178
  "selfGrantStatus": {
2027
- "shape": "S8r"
2179
+ "shape": "S9y"
2028
2180
  },
2029
2181
  "status": {},
2030
2182
  "type": {},
2031
2183
  "updatedAt": {
2032
- "shape": "S4n"
2184
+ "shape": "S5n"
2033
2185
  }
2034
2186
  }
2035
2187
  },
@@ -2074,6 +2226,35 @@
2074
2226
  },
2075
2227
  "idempotent": true
2076
2228
  },
2229
+ "DeleteDomainUnit": {
2230
+ "http": {
2231
+ "method": "DELETE",
2232
+ "requestUri": "/v2/domains/{domainIdentifier}/domain-units/{identifier}",
2233
+ "responseCode": 204
2234
+ },
2235
+ "input": {
2236
+ "type": "structure",
2237
+ "required": [
2238
+ "domainIdentifier",
2239
+ "identifier"
2240
+ ],
2241
+ "members": {
2242
+ "domainIdentifier": {
2243
+ "location": "uri",
2244
+ "locationName": "domainIdentifier"
2245
+ },
2246
+ "identifier": {
2247
+ "location": "uri",
2248
+ "locationName": "identifier"
2249
+ }
2250
+ }
2251
+ },
2252
+ "output": {
2253
+ "type": "structure",
2254
+ "members": {}
2255
+ },
2256
+ "idempotent": true
2257
+ },
2077
2258
  "DeleteEnvironment": {
2078
2259
  "http": {
2079
2260
  "method": "DELETE",
@@ -2350,7 +2531,7 @@
2350
2531
  "locationName": "domainIdentifier"
2351
2532
  },
2352
2533
  "member": {
2353
- "shape": "S77"
2534
+ "shape": "S8f"
2354
2535
  },
2355
2536
  "projectIdentifier": {
2356
2537
  "location": "uri",
@@ -2401,7 +2582,7 @@
2401
2582
  ],
2402
2583
  "members": {
2403
2584
  "assets": {
2404
- "shape": "S7g"
2585
+ "shape": "S8o"
2405
2586
  },
2406
2587
  "createdAt": {
2407
2588
  "type": "timestamp"
@@ -2409,7 +2590,7 @@
2409
2590
  "createdBy": {},
2410
2591
  "domainId": {},
2411
2592
  "grantedEntity": {
2412
- "shape": "S7k"
2593
+ "shape": "S8s"
2413
2594
  },
2414
2595
  "id": {},
2415
2596
  "status": {},
@@ -2604,31 +2785,31 @@
2604
2785
  },
2605
2786
  "domainId": {},
2606
2787
  "externalIdentifier": {
2607
- "shape": "S1n"
2788
+ "shape": "S2n"
2608
2789
  },
2609
2790
  "firstRevisionCreatedAt": {
2610
2791
  "type": "timestamp"
2611
2792
  },
2612
2793
  "firstRevisionCreatedBy": {},
2613
2794
  "formsOutput": {
2614
- "shape": "S20"
2795
+ "shape": "S30"
2615
2796
  },
2616
2797
  "glossaryTerms": {
2617
- "shape": "S1t"
2798
+ "shape": "S2t"
2618
2799
  },
2619
2800
  "id": {},
2620
2801
  "latestTimeSeriesDataPointFormsOutput": {
2621
- "shape": "S23"
2802
+ "shape": "S33"
2622
2803
  },
2623
2804
  "listing": {
2624
- "shape": "S29"
2805
+ "shape": "S39"
2625
2806
  },
2626
2807
  "name": {
2627
- "shape": "S1v"
2808
+ "shape": "S2v"
2628
2809
  },
2629
2810
  "owningProjectId": {},
2630
2811
  "readOnlyFormsOutput": {
2631
- "shape": "S20"
2812
+ "shape": "S30"
2632
2813
  },
2633
2814
  "revision": {},
2634
2815
  "typeIdentifier": {},
@@ -2676,7 +2857,7 @@
2676
2857
  "members": {
2677
2858
  "assetId": {},
2678
2859
  "configuration": {
2679
- "shape": "S2c"
2860
+ "shape": "S3c"
2680
2861
  },
2681
2862
  "createdAt": {
2682
2863
  "type": "timestamp"
@@ -2686,13 +2867,13 @@
2686
2867
  },
2687
2868
  "domainId": {},
2688
2869
  "effectiveColumnNames": {
2689
- "shape": "S2e"
2870
+ "shape": "S3e"
2690
2871
  },
2691
2872
  "effectiveRowFilter": {},
2692
2873
  "errorMessage": {},
2693
2874
  "id": {},
2694
2875
  "name": {
2695
- "shape": "S2w"
2876
+ "shape": "S3w"
2696
2877
  },
2697
2878
  "status": {}
2698
2879
  }
@@ -2744,7 +2925,7 @@
2744
2925
  },
2745
2926
  "domainId": {},
2746
2927
  "formsOutput": {
2747
- "shape": "S36"
2928
+ "shape": "S46"
2748
2929
  },
2749
2930
  "name": {},
2750
2931
  "originDomainId": {},
@@ -2801,7 +2982,7 @@
2801
2982
  },
2802
2983
  "createdBy": {},
2803
2984
  "description": {
2804
- "shape": "S39"
2985
+ "shape": "S49"
2805
2986
  },
2806
2987
  "domainId": {},
2807
2988
  "firstRevisionCreatedAt": {
@@ -2809,17 +2990,17 @@
2809
2990
  },
2810
2991
  "firstRevisionCreatedBy": {},
2811
2992
  "formsOutput": {
2812
- "shape": "S20"
2993
+ "shape": "S30"
2813
2994
  },
2814
2995
  "glossaryTerms": {
2815
- "shape": "S1t"
2996
+ "shape": "S2t"
2816
2997
  },
2817
2998
  "id": {},
2818
2999
  "items": {
2819
- "shape": "S3a"
3000
+ "shape": "S4a"
2820
3001
  },
2821
3002
  "name": {
2822
- "shape": "S3f"
3003
+ "shape": "S4f"
2823
3004
  },
2824
3005
  "owningProjectId": {},
2825
3006
  "revision": {},
@@ -2861,13 +3042,13 @@
2861
3042
  ],
2862
3043
  "members": {
2863
3044
  "assetFormsOutput": {
2864
- "shape": "S20"
3045
+ "shape": "S30"
2865
3046
  },
2866
3047
  "configuration": {
2867
- "shape": "S4e"
3048
+ "shape": "S5e"
2868
3049
  },
2869
3050
  "createdAt": {
2870
- "shape": "S4n"
3051
+ "shape": "S5n"
2871
3052
  },
2872
3053
  "description": {
2873
3054
  "shape": "Sq"
@@ -2876,39 +3057,39 @@
2876
3057
  "enableSetting": {},
2877
3058
  "environmentId": {},
2878
3059
  "errorMessage": {
2879
- "shape": "S4o"
3060
+ "shape": "S5o"
2880
3061
  },
2881
3062
  "id": {},
2882
3063
  "lastRunAssetCount": {
2883
3064
  "type": "integer"
2884
3065
  },
2885
3066
  "lastRunAt": {
2886
- "shape": "S4n"
3067
+ "shape": "S5n"
2887
3068
  },
2888
3069
  "lastRunErrorMessage": {
2889
- "shape": "S4o"
3070
+ "shape": "S5o"
2890
3071
  },
2891
3072
  "lastRunStatus": {},
2892
3073
  "name": {
2893
- "shape": "S47"
3074
+ "shape": "S57"
2894
3075
  },
2895
3076
  "projectId": {},
2896
3077
  "publishOnImport": {
2897
3078
  "type": "boolean"
2898
3079
  },
2899
3080
  "recommendation": {
2900
- "shape": "S48"
3081
+ "shape": "S58"
2901
3082
  },
2902
3083
  "schedule": {
2903
- "shape": "S49"
3084
+ "shape": "S59"
2904
3085
  },
2905
3086
  "selfGrantStatus": {
2906
- "shape": "S8r"
3087
+ "shape": "S9y"
2907
3088
  },
2908
3089
  "status": {},
2909
3090
  "type": {},
2910
3091
  "updatedAt": {
2911
- "shape": "S4n"
3092
+ "shape": "S5n"
2912
3093
  }
2913
3094
  }
2914
3095
  }
@@ -2950,29 +3131,29 @@
2950
3131
  ],
2951
3132
  "members": {
2952
3133
  "createdAt": {
2953
- "shape": "S4n"
3134
+ "shape": "S5n"
2954
3135
  },
2955
3136
  "dataSourceConfigurationSnapshot": {},
2956
3137
  "dataSourceId": {},
2957
3138
  "domainId": {},
2958
3139
  "errorMessage": {
2959
- "shape": "S4o"
3140
+ "shape": "S5o"
2960
3141
  },
2961
3142
  "id": {},
2962
3143
  "projectId": {},
2963
3144
  "runStatisticsForAssets": {
2964
- "shape": "Sa4"
3145
+ "shape": "Sbd"
2965
3146
  },
2966
3147
  "startedAt": {
2967
- "shape": "S4n"
3148
+ "shape": "S5n"
2968
3149
  },
2969
3150
  "status": {},
2970
3151
  "stoppedAt": {
2971
- "shape": "S4n"
3152
+ "shape": "S5n"
2972
3153
  },
2973
3154
  "type": {},
2974
3155
  "updatedAt": {
2975
- "shape": "S4n"
3156
+ "shape": "S5n"
2976
3157
  }
2977
3158
  }
2978
3159
  }
@@ -3016,14 +3197,70 @@
3016
3197
  },
3017
3198
  "name": {},
3018
3199
  "portalUrl": {},
3200
+ "rootDomainUnitId": {},
3019
3201
  "singleSignOn": {
3020
- "shape": "S4w"
3202
+ "shape": "S5w"
3021
3203
  },
3022
3204
  "status": {},
3023
3205
  "tags": {
3024
- "shape": "S4z"
3206
+ "shape": "S5z"
3207
+ }
3208
+ }
3209
+ }
3210
+ },
3211
+ "GetDomainUnit": {
3212
+ "http": {
3213
+ "method": "GET",
3214
+ "requestUri": "/v2/domains/{domainIdentifier}/domain-units/{identifier}",
3215
+ "responseCode": 200
3216
+ },
3217
+ "input": {
3218
+ "type": "structure",
3219
+ "required": [
3220
+ "domainIdentifier",
3221
+ "identifier"
3222
+ ],
3223
+ "members": {
3224
+ "domainIdentifier": {
3225
+ "location": "uri",
3226
+ "locationName": "domainIdentifier"
3227
+ },
3228
+ "identifier": {
3229
+ "location": "uri",
3230
+ "locationName": "identifier"
3025
3231
  }
3026
3232
  }
3233
+ },
3234
+ "output": {
3235
+ "type": "structure",
3236
+ "required": [
3237
+ "domainId",
3238
+ "id",
3239
+ "name",
3240
+ "owners"
3241
+ ],
3242
+ "members": {
3243
+ "createdAt": {
3244
+ "type": "timestamp"
3245
+ },
3246
+ "createdBy": {},
3247
+ "description": {
3248
+ "shape": "S65"
3249
+ },
3250
+ "domainId": {},
3251
+ "id": {},
3252
+ "lastUpdatedAt": {
3253
+ "type": "timestamp"
3254
+ },
3255
+ "lastUpdatedBy": {},
3256
+ "name": {
3257
+ "shape": "S66"
3258
+ },
3259
+ "owners": {
3260
+ "shape": "S69"
3261
+ },
3262
+ "parentDomainUnitId": {}
3263
+ }
3027
3264
  }
3028
3265
  },
3029
3266
  "GetEnvironment": {
@@ -3062,45 +3299,45 @@
3062
3299
  "awsAccountId": {},
3063
3300
  "awsAccountRegion": {},
3064
3301
  "createdAt": {
3065
- "shape": "S5b"
3302
+ "shape": "S6k"
3066
3303
  },
3067
3304
  "createdBy": {},
3068
3305
  "deploymentProperties": {
3069
- "shape": "S5c"
3306
+ "shape": "S6l"
3070
3307
  },
3071
3308
  "description": {
3072
3309
  "shape": "Sq"
3073
3310
  },
3074
3311
  "domainId": {},
3075
3312
  "environmentActions": {
3076
- "shape": "S5f"
3313
+ "shape": "S6o"
3077
3314
  },
3078
3315
  "environmentBlueprintId": {},
3079
3316
  "environmentProfileId": {},
3080
3317
  "glossaryTerms": {
3081
- "shape": "S1t"
3318
+ "shape": "S2t"
3082
3319
  },
3083
3320
  "id": {},
3084
3321
  "lastDeployment": {
3085
- "shape": "S5l"
3322
+ "shape": "S6u"
3086
3323
  },
3087
3324
  "name": {
3088
- "shape": "S5r"
3325
+ "shape": "S70"
3089
3326
  },
3090
3327
  "projectId": {},
3091
3328
  "provider": {},
3092
3329
  "provisionedResources": {
3093
- "shape": "S5s"
3330
+ "shape": "S71"
3094
3331
  },
3095
3332
  "provisioningProperties": {
3096
- "shape": "S5u"
3333
+ "shape": "S73"
3097
3334
  },
3098
3335
  "status": {},
3099
3336
  "updatedAt": {
3100
- "shape": "S5b"
3337
+ "shape": "S6k"
3101
3338
  },
3102
3339
  "userParameters": {
3103
- "shape": "S5x"
3340
+ "shape": "S76"
3104
3341
  }
3105
3342
  }
3106
3343
  }
@@ -3149,7 +3386,7 @@
3149
3386
  "id": {},
3150
3387
  "name": {},
3151
3388
  "parameters": {
3152
- "shape": "S61"
3389
+ "shape": "S7a"
3153
3390
  }
3154
3391
  }
3155
3392
  }
@@ -3187,28 +3424,28 @@
3187
3424
  ],
3188
3425
  "members": {
3189
3426
  "createdAt": {
3190
- "shape": "S5b"
3427
+ "shape": "S6k"
3191
3428
  },
3192
3429
  "deploymentProperties": {
3193
- "shape": "S5c"
3430
+ "shape": "S6l"
3194
3431
  },
3195
3432
  "description": {
3196
3433
  "shape": "Sq"
3197
3434
  },
3198
3435
  "glossaryTerms": {
3199
- "shape": "S1t"
3436
+ "shape": "S2t"
3200
3437
  },
3201
3438
  "id": {},
3202
3439
  "name": {},
3203
3440
  "provider": {},
3204
3441
  "provisioningProperties": {
3205
- "shape": "S5u"
3442
+ "shape": "S73"
3206
3443
  },
3207
3444
  "updatedAt": {
3208
- "shape": "S5b"
3445
+ "shape": "S6k"
3209
3446
  },
3210
3447
  "userParameters": {
3211
- "shape": "S5x"
3448
+ "shape": "S76"
3212
3449
  }
3213
3450
  }
3214
3451
  }
@@ -3244,23 +3481,23 @@
3244
3481
  ],
3245
3482
  "members": {
3246
3483
  "createdAt": {
3247
- "shape": "S5b"
3484
+ "shape": "S6k"
3248
3485
  },
3249
3486
  "domainId": {},
3250
3487
  "enabledRegions": {
3251
- "shape": "Sah"
3488
+ "shape": "Sbs"
3252
3489
  },
3253
3490
  "environmentBlueprintId": {},
3254
3491
  "manageAccessRoleArn": {},
3255
3492
  "provisioningConfigurations": {
3256
- "shape": "Saj"
3493
+ "shape": "Sbu"
3257
3494
  },
3258
3495
  "provisioningRoleArn": {},
3259
3496
  "regionalParameters": {
3260
- "shape": "Sao"
3497
+ "shape": "Sbz"
3261
3498
  },
3262
3499
  "updatedAt": {
3263
- "shape": "S5b"
3500
+ "shape": "S6k"
3264
3501
  }
3265
3502
  }
3266
3503
  }
@@ -3293,7 +3530,7 @@
3293
3530
  "members": {
3294
3531
  "accessKeyId": {},
3295
3532
  "expiration": {
3296
- "shape": "S5b"
3533
+ "shape": "S6k"
3297
3534
  },
3298
3535
  "secretAccessKey": {},
3299
3536
  "sessionToken": {}
@@ -3337,7 +3574,7 @@
3337
3574
  "awsAccountId": {},
3338
3575
  "awsAccountRegion": {},
3339
3576
  "createdAt": {
3340
- "shape": "S5b"
3577
+ "shape": "S6k"
3341
3578
  },
3342
3579
  "createdBy": {},
3343
3580
  "description": {
@@ -3347,14 +3584,14 @@
3347
3584
  "environmentBlueprintId": {},
3348
3585
  "id": {},
3349
3586
  "name": {
3350
- "shape": "S66"
3587
+ "shape": "S7f"
3351
3588
  },
3352
3589
  "projectId": {},
3353
3590
  "updatedAt": {
3354
- "shape": "S5b"
3591
+ "shape": "S6k"
3355
3592
  },
3356
3593
  "userParameters": {
3357
- "shape": "S5x"
3594
+ "shape": "S76"
3358
3595
  }
3359
3596
  }
3360
3597
  }
@@ -3404,13 +3641,13 @@
3404
3641
  },
3405
3642
  "domainId": {},
3406
3643
  "imports": {
3407
- "shape": "Saw"
3644
+ "shape": "Sc7"
3408
3645
  },
3409
3646
  "model": {
3410
- "shape": "S69"
3647
+ "shape": "S7i"
3411
3648
  },
3412
3649
  "name": {
3413
- "shape": "S22"
3650
+ "shape": "S32"
3414
3651
  },
3415
3652
  "originDomainId": {},
3416
3653
  "originProjectId": {},
@@ -3458,12 +3695,12 @@
3458
3695
  },
3459
3696
  "createdBy": {},
3460
3697
  "description": {
3461
- "shape": "S6e"
3698
+ "shape": "S7n"
3462
3699
  },
3463
3700
  "domainId": {},
3464
3701
  "id": {},
3465
3702
  "name": {
3466
- "shape": "S6f"
3703
+ "shape": "S7o"
3467
3704
  },
3468
3705
  "owningProjectId": {},
3469
3706
  "status": {},
@@ -3515,7 +3752,7 @@
3515
3752
  "glossaryId": {},
3516
3753
  "id": {},
3517
3754
  "longDescription": {
3518
- "shape": "S6k"
3755
+ "shape": "S7t"
3519
3756
  },
3520
3757
  "name": {
3521
3758
  "shape": "Sy"
@@ -3525,7 +3762,7 @@
3525
3762
  },
3526
3763
  "status": {},
3527
3764
  "termRelations": {
3528
- "shape": "S6m"
3765
+ "shape": "S7v"
3529
3766
  },
3530
3767
  "updatedAt": {
3531
3768
  "type": "timestamp"
@@ -3562,7 +3799,7 @@
3562
3799
  "members": {
3563
3800
  "domainId": {},
3564
3801
  "groupName": {
3565
- "shape": "S6t"
3802
+ "shape": "S81"
3566
3803
  },
3567
3804
  "id": {},
3568
3805
  "status": {}
@@ -3640,13 +3877,13 @@
3640
3877
  "description": {},
3641
3878
  "domainId": {},
3642
3879
  "downstreamNodes": {
3643
- "shape": "Sb9"
3880
+ "shape": "Sck"
3644
3881
  },
3645
3882
  "eventTimestamp": {
3646
3883
  "type": "timestamp"
3647
3884
  },
3648
3885
  "formsOutput": {
3649
- "shape": "S20"
3886
+ "shape": "S30"
3650
3887
  },
3651
3888
  "id": {},
3652
3889
  "name": {},
@@ -3658,7 +3895,7 @@
3658
3895
  },
3659
3896
  "updatedBy": {},
3660
3897
  "upstreamNodes": {
3661
- "shape": "Sb9"
3898
+ "shape": "Sck"
3662
3899
  }
3663
3900
  }
3664
3901
  }
@@ -3724,7 +3961,7 @@
3724
3961
  "shape": "Sw"
3725
3962
  },
3726
3963
  "latestTimeSeriesDataPointForms": {
3727
- "shape": "S23"
3964
+ "shape": "S33"
3728
3965
  },
3729
3966
  "owningProjectId": {}
3730
3967
  }
@@ -3810,7 +4047,7 @@
3810
4047
  "owningProjectId": {},
3811
4048
  "status": {},
3812
4049
  "target": {
3813
- "shape": "Sbm"
4050
+ "shape": "Scx"
3814
4051
  },
3815
4052
  "type": {}
3816
4053
  }
@@ -3849,22 +4086,23 @@
3849
4086
  ],
3850
4087
  "members": {
3851
4088
  "createdAt": {
3852
- "shape": "S5b"
4089
+ "shape": "S6k"
3853
4090
  },
3854
4091
  "createdBy": {},
3855
4092
  "description": {
3856
4093
  "shape": "Sq"
3857
4094
  },
3858
4095
  "domainId": {},
4096
+ "domainUnitId": {},
3859
4097
  "failureReasons": {
3860
- "shape": "S72"
4098
+ "shape": "S8a"
3861
4099
  },
3862
4100
  "glossaryTerms": {
3863
- "shape": "S1t"
4101
+ "shape": "S2t"
3864
4102
  },
3865
4103
  "id": {},
3866
4104
  "lastUpdatedAt": {
3867
- "shape": "S5b"
4105
+ "shape": "S6k"
3868
4106
  },
3869
4107
  "name": {
3870
4108
  "shape": "S18"
@@ -3970,7 +4208,7 @@
3970
4208
  ],
3971
4209
  "members": {
3972
4210
  "assets": {
3973
- "shape": "S7g"
4211
+ "shape": "S8o"
3974
4212
  },
3975
4213
  "createdAt": {
3976
4214
  "type": "timestamp"
@@ -3978,7 +4216,7 @@
3978
4216
  "createdBy": {},
3979
4217
  "domainId": {},
3980
4218
  "grantedEntity": {
3981
- "shape": "S7k"
4219
+ "shape": "S8s"
3982
4220
  },
3983
4221
  "id": {},
3984
4222
  "status": {},
@@ -4111,10 +4349,10 @@
4111
4349
  ],
4112
4350
  "members": {
4113
4351
  "applicableAssetTypes": {
4114
- "shape": "S7y"
4352
+ "shape": "S96"
4115
4353
  },
4116
4354
  "authorizedPrincipals": {
4117
- "shape": "S7z"
4355
+ "shape": "S97"
4118
4356
  },
4119
4357
  "createdAt": {
4120
4358
  "type": "timestamp"
@@ -4125,12 +4363,12 @@
4125
4363
  "id": {},
4126
4364
  "manageAccessRole": {},
4127
4365
  "name": {
4128
- "shape": "S81"
4366
+ "shape": "S99"
4129
4367
  },
4130
4368
  "projectId": {},
4131
4369
  "provider": {},
4132
4370
  "subscriptionTargetConfig": {
4133
- "shape": "S82"
4371
+ "shape": "S9a"
4134
4372
  },
4135
4373
  "type": {},
4136
4374
  "updatedAt": {
@@ -4185,7 +4423,7 @@
4185
4423
  "entityId": {},
4186
4424
  "entityType": {},
4187
4425
  "form": {
4188
- "shape": "Sc5"
4426
+ "shape": "Sdg"
4189
4427
  },
4190
4428
  "formName": {}
4191
4429
  }
@@ -4222,7 +4460,7 @@
4222
4460
  "type": "structure",
4223
4461
  "members": {
4224
4462
  "details": {
4225
- "shape": "S89"
4463
+ "shape": "S9g"
4226
4464
  },
4227
4465
  "domainId": {},
4228
4466
  "id": {},
@@ -4293,13 +4531,13 @@
4293
4531
  },
4294
4532
  "domainId": {},
4295
4533
  "effectiveColumnNames": {
4296
- "shape": "S2e"
4534
+ "shape": "S3e"
4297
4535
  },
4298
4536
  "effectiveRowFilter": {},
4299
4537
  "errorMessage": {},
4300
4538
  "id": {},
4301
4539
  "name": {
4302
- "shape": "S2w"
4540
+ "shape": "S3w"
4303
4541
  },
4304
4542
  "status": {}
4305
4543
  }
@@ -4477,26 +4715,26 @@
4477
4715
  ],
4478
4716
  "members": {
4479
4717
  "createdAt": {
4480
- "shape": "S4n"
4718
+ "shape": "S5n"
4481
4719
  },
4482
4720
  "dataAssetId": {},
4483
4721
  "dataAssetStatus": {},
4484
4722
  "dataSourceRunId": {},
4485
4723
  "database": {
4486
- "shape": "S47"
4724
+ "shape": "S57"
4487
4725
  },
4488
4726
  "errorMessage": {
4489
- "shape": "S4o"
4727
+ "shape": "S5o"
4490
4728
  },
4491
4729
  "projectId": {},
4492
4730
  "technicalDescription": {
4493
4731
  "shape": "Sq"
4494
4732
  },
4495
4733
  "technicalName": {
4496
- "shape": "S47"
4734
+ "shape": "S57"
4497
4735
  },
4498
4736
  "updatedAt": {
4499
- "shape": "S4n"
4737
+ "shape": "S5n"
4500
4738
  }
4501
4739
  }
4502
4740
  }
@@ -4562,27 +4800,27 @@
4562
4800
  ],
4563
4801
  "members": {
4564
4802
  "createdAt": {
4565
- "shape": "S4n"
4803
+ "shape": "S5n"
4566
4804
  },
4567
4805
  "dataSourceId": {},
4568
4806
  "errorMessage": {
4569
- "shape": "S4o"
4807
+ "shape": "S5o"
4570
4808
  },
4571
4809
  "id": {},
4572
4810
  "projectId": {},
4573
4811
  "runStatisticsForAssets": {
4574
- "shape": "Sa4"
4812
+ "shape": "Sbd"
4575
4813
  },
4576
4814
  "startedAt": {
4577
- "shape": "S4n"
4815
+ "shape": "S5n"
4578
4816
  },
4579
4817
  "status": {},
4580
4818
  "stoppedAt": {
4581
- "shape": "S4n"
4819
+ "shape": "S5n"
4582
4820
  },
4583
4821
  "type": {},
4584
4822
  "updatedAt": {
4585
- "shape": "S4n"
4823
+ "shape": "S5n"
4586
4824
  }
4587
4825
  }
4588
4826
  }
@@ -4618,7 +4856,7 @@
4618
4856
  "type": "integer"
4619
4857
  },
4620
4858
  "name": {
4621
- "shape": "S47",
4859
+ "shape": "S57",
4622
4860
  "location": "querystring",
4623
4861
  "locationName": "name"
4624
4862
  },
@@ -4660,7 +4898,7 @@
4660
4898
  ],
4661
4899
  "members": {
4662
4900
  "createdAt": {
4663
- "shape": "S4n"
4901
+ "shape": "S5n"
4664
4902
  },
4665
4903
  "dataSourceId": {},
4666
4904
  "domainId": {},
@@ -4670,22 +4908,22 @@
4670
4908
  "type": "integer"
4671
4909
  },
4672
4910
  "lastRunAt": {
4673
- "shape": "S4n"
4911
+ "shape": "S5n"
4674
4912
  },
4675
4913
  "lastRunErrorMessage": {
4676
- "shape": "S4o"
4914
+ "shape": "S5o"
4677
4915
  },
4678
4916
  "lastRunStatus": {},
4679
4917
  "name": {
4680
- "shape": "S47"
4918
+ "shape": "S57"
4681
4919
  },
4682
4920
  "schedule": {
4683
- "shape": "S49"
4921
+ "shape": "S59"
4684
4922
  },
4685
4923
  "status": {},
4686
4924
  "type": {},
4687
4925
  "updatedAt": {
4688
- "shape": "S4n"
4926
+ "shape": "S5n"
4689
4927
  }
4690
4928
  }
4691
4929
  }
@@ -4694,6 +4932,62 @@
4694
4932
  }
4695
4933
  }
4696
4934
  },
4935
+ "ListDomainUnitsForParent": {
4936
+ "http": {
4937
+ "method": "GET",
4938
+ "requestUri": "/v2/domains/{domainIdentifier}/domain-units",
4939
+ "responseCode": 200
4940
+ },
4941
+ "input": {
4942
+ "type": "structure",
4943
+ "required": [
4944
+ "domainIdentifier",
4945
+ "parentDomainUnitIdentifier"
4946
+ ],
4947
+ "members": {
4948
+ "domainIdentifier": {
4949
+ "location": "uri",
4950
+ "locationName": "domainIdentifier"
4951
+ },
4952
+ "maxResults": {
4953
+ "location": "querystring",
4954
+ "locationName": "maxResults",
4955
+ "type": "integer"
4956
+ },
4957
+ "nextToken": {
4958
+ "location": "querystring",
4959
+ "locationName": "nextToken"
4960
+ },
4961
+ "parentDomainUnitIdentifier": {
4962
+ "location": "querystring",
4963
+ "locationName": "parentDomainUnitIdentifier"
4964
+ }
4965
+ }
4966
+ },
4967
+ "output": {
4968
+ "type": "structure",
4969
+ "required": [
4970
+ "items"
4971
+ ],
4972
+ "members": {
4973
+ "items": {
4974
+ "type": "list",
4975
+ "member": {
4976
+ "type": "structure",
4977
+ "required": [
4978
+ "id",
4979
+ "name"
4980
+ ],
4981
+ "members": {
4982
+ "id": {},
4983
+ "name": {}
4984
+ }
4985
+ }
4986
+ },
4987
+ "nextToken": {}
4988
+ }
4989
+ }
4990
+ },
4697
4991
  "ListDomains": {
4698
4992
  "http": {
4699
4993
  "method": "GET",
@@ -4763,6 +5057,74 @@
4763
5057
  }
4764
5058
  }
4765
5059
  },
5060
+ "ListEntityOwners": {
5061
+ "http": {
5062
+ "method": "GET",
5063
+ "requestUri": "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/owners",
5064
+ "responseCode": 200
5065
+ },
5066
+ "input": {
5067
+ "type": "structure",
5068
+ "required": [
5069
+ "domainIdentifier",
5070
+ "entityIdentifier",
5071
+ "entityType"
5072
+ ],
5073
+ "members": {
5074
+ "domainIdentifier": {
5075
+ "location": "uri",
5076
+ "locationName": "domainIdentifier"
5077
+ },
5078
+ "entityIdentifier": {
5079
+ "location": "uri",
5080
+ "locationName": "entityIdentifier"
5081
+ },
5082
+ "entityType": {
5083
+ "location": "uri",
5084
+ "locationName": "entityType"
5085
+ },
5086
+ "maxResults": {
5087
+ "location": "querystring",
5088
+ "locationName": "maxResults",
5089
+ "type": "integer"
5090
+ },
5091
+ "nextToken": {
5092
+ "location": "querystring",
5093
+ "locationName": "nextToken"
5094
+ }
5095
+ }
5096
+ },
5097
+ "output": {
5098
+ "type": "structure",
5099
+ "required": [
5100
+ "owners"
5101
+ ],
5102
+ "members": {
5103
+ "nextToken": {},
5104
+ "owners": {
5105
+ "type": "list",
5106
+ "member": {
5107
+ "type": "structure",
5108
+ "members": {
5109
+ "group": {
5110
+ "type": "structure",
5111
+ "members": {
5112
+ "groupId": {}
5113
+ }
5114
+ },
5115
+ "user": {
5116
+ "type": "structure",
5117
+ "members": {
5118
+ "userId": {}
5119
+ }
5120
+ }
5121
+ },
5122
+ "union": true
5123
+ }
5124
+ }
5125
+ }
5126
+ }
5127
+ },
4766
5128
  "ListEnvironmentActions": {
4767
5129
  "http": {
4768
5130
  "method": "GET",
@@ -4816,7 +5178,7 @@
4816
5178
  "id": {},
4817
5179
  "name": {},
4818
5180
  "parameters": {
4819
- "shape": "S61"
5181
+ "shape": "S7a"
4820
5182
  }
4821
5183
  }
4822
5184
  }
@@ -4865,23 +5227,23 @@
4865
5227
  ],
4866
5228
  "members": {
4867
5229
  "createdAt": {
4868
- "shape": "S5b"
5230
+ "shape": "S6k"
4869
5231
  },
4870
5232
  "domainId": {},
4871
5233
  "enabledRegions": {
4872
- "shape": "Sah"
5234
+ "shape": "Sbs"
4873
5235
  },
4874
5236
  "environmentBlueprintId": {},
4875
5237
  "manageAccessRoleArn": {},
4876
5238
  "provisioningConfigurations": {
4877
- "shape": "Saj"
5239
+ "shape": "Sbu"
4878
5240
  },
4879
5241
  "provisioningRoleArn": {},
4880
5242
  "regionalParameters": {
4881
- "shape": "Sao"
5243
+ "shape": "Sbz"
4882
5244
  },
4883
5245
  "updatedAt": {
4884
- "shape": "S5b"
5246
+ "shape": "S6k"
4885
5247
  }
4886
5248
  }
4887
5249
  }
@@ -4944,7 +5306,7 @@
4944
5306
  ],
4945
5307
  "members": {
4946
5308
  "createdAt": {
4947
- "shape": "S5b"
5309
+ "shape": "S6k"
4948
5310
  },
4949
5311
  "description": {
4950
5312
  "shape": "Sq"
@@ -4953,10 +5315,10 @@
4953
5315
  "name": {},
4954
5316
  "provider": {},
4955
5317
  "provisioningProperties": {
4956
- "shape": "S5u"
5318
+ "shape": "S73"
4957
5319
  },
4958
5320
  "updatedAt": {
4959
- "shape": "S5b"
5321
+ "shape": "S6k"
4960
5322
  }
4961
5323
  }
4962
5324
  }
@@ -4999,7 +5361,7 @@
4999
5361
  "type": "integer"
5000
5362
  },
5001
5363
  "name": {
5002
- "shape": "S66",
5364
+ "shape": "S7f",
5003
5365
  "location": "querystring",
5004
5366
  "locationName": "name"
5005
5367
  },
@@ -5034,7 +5396,7 @@
5034
5396
  "awsAccountId": {},
5035
5397
  "awsAccountRegion": {},
5036
5398
  "createdAt": {
5037
- "shape": "S5b"
5399
+ "shape": "S6k"
5038
5400
  },
5039
5401
  "createdBy": {},
5040
5402
  "description": {
@@ -5044,11 +5406,11 @@
5044
5406
  "environmentBlueprintId": {},
5045
5407
  "id": {},
5046
5408
  "name": {
5047
- "shape": "S66"
5409
+ "shape": "S7f"
5048
5410
  },
5049
5411
  "projectId": {},
5050
5412
  "updatedAt": {
5051
- "shape": "S5b"
5413
+ "shape": "S6k"
5052
5414
  }
5053
5415
  }
5054
5416
  }
@@ -5138,7 +5500,7 @@
5138
5500
  "awsAccountId": {},
5139
5501
  "awsAccountRegion": {},
5140
5502
  "createdAt": {
5141
- "shape": "S5b"
5503
+ "shape": "S6k"
5142
5504
  },
5143
5505
  "createdBy": {},
5144
5506
  "description": {
@@ -5148,13 +5510,13 @@
5148
5510
  "environmentProfileId": {},
5149
5511
  "id": {},
5150
5512
  "name": {
5151
- "shape": "S5r"
5513
+ "shape": "S70"
5152
5514
  },
5153
5515
  "projectId": {},
5154
5516
  "provider": {},
5155
5517
  "status": {},
5156
5518
  "updatedAt": {
5157
- "shape": "S5b"
5519
+ "shape": "S6k"
5158
5520
  }
5159
5521
  }
5160
5522
  }
@@ -5308,7 +5670,7 @@
5308
5670
  "owningProjectId": {},
5309
5671
  "status": {},
5310
5672
  "target": {
5311
- "shape": "Sbm"
5673
+ "shape": "Scx"
5312
5674
  },
5313
5675
  "type": {}
5314
5676
  }
@@ -5447,6 +5809,76 @@
5447
5809
  }
5448
5810
  }
5449
5811
  },
5812
+ "ListPolicyGrants": {
5813
+ "http": {
5814
+ "method": "GET",
5815
+ "requestUri": "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/grants",
5816
+ "responseCode": 200
5817
+ },
5818
+ "input": {
5819
+ "type": "structure",
5820
+ "required": [
5821
+ "domainIdentifier",
5822
+ "entityIdentifier",
5823
+ "entityType",
5824
+ "policyType"
5825
+ ],
5826
+ "members": {
5827
+ "domainIdentifier": {
5828
+ "location": "uri",
5829
+ "locationName": "domainIdentifier"
5830
+ },
5831
+ "entityIdentifier": {
5832
+ "location": "uri",
5833
+ "locationName": "entityIdentifier"
5834
+ },
5835
+ "entityType": {
5836
+ "location": "uri",
5837
+ "locationName": "entityType"
5838
+ },
5839
+ "maxResults": {
5840
+ "location": "querystring",
5841
+ "locationName": "maxResults",
5842
+ "type": "integer"
5843
+ },
5844
+ "nextToken": {
5845
+ "location": "querystring",
5846
+ "locationName": "nextToken"
5847
+ },
5848
+ "policyType": {
5849
+ "location": "querystring",
5850
+ "locationName": "policyType"
5851
+ }
5852
+ }
5853
+ },
5854
+ "output": {
5855
+ "type": "structure",
5856
+ "required": [
5857
+ "grantList"
5858
+ ],
5859
+ "members": {
5860
+ "grantList": {
5861
+ "type": "list",
5862
+ "member": {
5863
+ "type": "structure",
5864
+ "members": {
5865
+ "createdAt": {
5866
+ "type": "timestamp"
5867
+ },
5868
+ "createdBy": {},
5869
+ "detail": {
5870
+ "shape": "S1k"
5871
+ },
5872
+ "principal": {
5873
+ "shape": "S1z"
5874
+ }
5875
+ }
5876
+ }
5877
+ },
5878
+ "nextToken": {}
5879
+ }
5880
+ }
5881
+ },
5450
5882
  "ListProjectMemberships": {
5451
5883
  "http": {
5452
5884
  "method": "GET",
@@ -5589,15 +6021,16 @@
5589
6021
  ],
5590
6022
  "members": {
5591
6023
  "createdAt": {
5592
- "shape": "S5b"
6024
+ "shape": "S6k"
5593
6025
  },
5594
6026
  "createdBy": {},
5595
6027
  "description": {
5596
6028
  "shape": "Sq"
5597
6029
  },
5598
6030
  "domainId": {},
6031
+ "domainUnitId": {},
5599
6032
  "failureReasons": {
5600
- "shape": "S72"
6033
+ "shape": "S8a"
5601
6034
  },
5602
6035
  "id": {},
5603
6036
  "name": {
@@ -5605,7 +6038,7 @@
5605
6038
  },
5606
6039
  "projectStatus": {},
5607
6040
  "updatedAt": {
5608
- "shape": "S5b"
6041
+ "shape": "S6k"
5609
6042
  }
5610
6043
  }
5611
6044
  }
@@ -5691,7 +6124,7 @@
5691
6124
  ],
5692
6125
  "members": {
5693
6126
  "assets": {
5694
- "shape": "S7g"
6127
+ "shape": "S8o"
5695
6128
  },
5696
6129
  "createdAt": {
5697
6130
  "type": "timestamp"
@@ -5699,7 +6132,7 @@
5699
6132
  "createdBy": {},
5700
6133
  "domainId": {},
5701
6134
  "grantedEntity": {
5702
- "shape": "S7k"
6135
+ "shape": "S8s"
5703
6136
  },
5704
6137
  "id": {},
5705
6138
  "status": {},
@@ -5896,10 +6329,10 @@
5896
6329
  ],
5897
6330
  "members": {
5898
6331
  "applicableAssetTypes": {
5899
- "shape": "S7y"
6332
+ "shape": "S96"
5900
6333
  },
5901
6334
  "authorizedPrincipals": {
5902
- "shape": "S7z"
6335
+ "shape": "S97"
5903
6336
  },
5904
6337
  "createdAt": {
5905
6338
  "type": "timestamp"
@@ -5910,12 +6343,12 @@
5910
6343
  "id": {},
5911
6344
  "manageAccessRole": {},
5912
6345
  "name": {
5913
- "shape": "S81"
6346
+ "shape": "S99"
5914
6347
  },
5915
6348
  "projectId": {},
5916
6349
  "provider": {},
5917
6350
  "subscriptionTargetConfig": {
5918
- "shape": "S82"
6351
+ "shape": "S9a"
5919
6352
  },
5920
6353
  "type": {},
5921
6354
  "updatedAt": {
@@ -6055,7 +6488,7 @@
6055
6488
  "type": "structure",
6056
6489
  "members": {
6057
6490
  "tags": {
6058
- "shape": "S4z"
6491
+ "shape": "S5z"
6059
6492
  }
6060
6493
  }
6061
6494
  }
@@ -6116,7 +6549,7 @@
6116
6549
  "type": "structure",
6117
6550
  "members": {
6118
6551
  "items": {
6119
- "shape": "S23"
6552
+ "shape": "S33"
6120
6553
  },
6121
6554
  "nextToken": {}
6122
6555
  }
@@ -6216,7 +6649,7 @@
6216
6649
  "forms": {
6217
6650
  "type": "list",
6218
6651
  "member": {
6219
- "shape": "Sc5"
6652
+ "shape": "Sdg"
6220
6653
  }
6221
6654
  }
6222
6655
  }
@@ -6242,7 +6675,7 @@
6242
6675
  "locationName": "domainIdentifier"
6243
6676
  },
6244
6677
  "enabledRegions": {
6245
- "shape": "Sah"
6678
+ "shape": "Sbs"
6246
6679
  },
6247
6680
  "environmentBlueprintIdentifier": {
6248
6681
  "location": "uri",
@@ -6250,11 +6683,11 @@
6250
6683
  },
6251
6684
  "manageAccessRoleArn": {},
6252
6685
  "provisioningConfigurations": {
6253
- "shape": "Saj"
6686
+ "shape": "Sbu"
6254
6687
  },
6255
6688
  "provisioningRoleArn": {},
6256
6689
  "regionalParameters": {
6257
- "shape": "Sao"
6690
+ "shape": "Sbz"
6258
6691
  }
6259
6692
  }
6260
6693
  },
@@ -6266,23 +6699,23 @@
6266
6699
  ],
6267
6700
  "members": {
6268
6701
  "createdAt": {
6269
- "shape": "S5b"
6702
+ "shape": "S6k"
6270
6703
  },
6271
6704
  "domainId": {},
6272
6705
  "enabledRegions": {
6273
- "shape": "Sah"
6706
+ "shape": "Sbs"
6274
6707
  },
6275
6708
  "environmentBlueprintId": {},
6276
6709
  "manageAccessRoleArn": {},
6277
6710
  "provisioningConfigurations": {
6278
- "shape": "Saj"
6711
+ "shape": "Sbu"
6279
6712
  },
6280
6713
  "provisioningRoleArn": {},
6281
6714
  "regionalParameters": {
6282
- "shape": "Sao"
6715
+ "shape": "Sbz"
6283
6716
  },
6284
6717
  "updatedAt": {
6285
- "shape": "S5b"
6718
+ "shape": "S6k"
6286
6719
  }
6287
6720
  }
6288
6721
  },
@@ -6434,6 +6867,88 @@
6434
6867
  },
6435
6868
  "idempotent": true
6436
6869
  },
6870
+ "RemoveEntityOwner": {
6871
+ "http": {
6872
+ "requestUri": "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/removeOwner",
6873
+ "responseCode": 204
6874
+ },
6875
+ "input": {
6876
+ "type": "structure",
6877
+ "required": [
6878
+ "domainIdentifier",
6879
+ "entityIdentifier",
6880
+ "entityType",
6881
+ "owner"
6882
+ ],
6883
+ "members": {
6884
+ "clientToken": {
6885
+ "idempotencyToken": true
6886
+ },
6887
+ "domainIdentifier": {
6888
+ "location": "uri",
6889
+ "locationName": "domainIdentifier"
6890
+ },
6891
+ "entityIdentifier": {
6892
+ "location": "uri",
6893
+ "locationName": "entityIdentifier"
6894
+ },
6895
+ "entityType": {
6896
+ "location": "uri",
6897
+ "locationName": "entityType"
6898
+ },
6899
+ "owner": {
6900
+ "shape": "S1d"
6901
+ }
6902
+ }
6903
+ },
6904
+ "output": {
6905
+ "type": "structure",
6906
+ "members": {}
6907
+ },
6908
+ "idempotent": true
6909
+ },
6910
+ "RemovePolicyGrant": {
6911
+ "http": {
6912
+ "requestUri": "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/removeGrant",
6913
+ "responseCode": 204
6914
+ },
6915
+ "input": {
6916
+ "type": "structure",
6917
+ "required": [
6918
+ "domainIdentifier",
6919
+ "entityIdentifier",
6920
+ "entityType",
6921
+ "policyType",
6922
+ "principal"
6923
+ ],
6924
+ "members": {
6925
+ "clientToken": {
6926
+ "idempotencyToken": true
6927
+ },
6928
+ "domainIdentifier": {
6929
+ "location": "uri",
6930
+ "locationName": "domainIdentifier"
6931
+ },
6932
+ "entityIdentifier": {
6933
+ "location": "uri",
6934
+ "locationName": "entityIdentifier"
6935
+ },
6936
+ "entityType": {
6937
+ "location": "uri",
6938
+ "locationName": "entityType"
6939
+ },
6940
+ "policyType": {},
6941
+ "principal": {
6942
+ "shape": "S1z"
6943
+ }
6944
+ }
6945
+ },
6946
+ "output": {
6947
+ "type": "structure",
6948
+ "members": {}
6949
+ },
6950
+ "idempotent": true
6951
+ },
6437
6952
  "RevokeSubscription": {
6438
6953
  "http": {
6439
6954
  "method": "PUT",
@@ -6511,14 +7026,14 @@
6511
7026
  ],
6512
7027
  "members": {
6513
7028
  "additionalAttributes": {
6514
- "shape": "Sg5"
7029
+ "shape": "Shy"
6515
7030
  },
6516
7031
  "domainIdentifier": {
6517
7032
  "location": "uri",
6518
7033
  "locationName": "domainIdentifier"
6519
7034
  },
6520
7035
  "filters": {
6521
- "shape": "Sg7"
7036
+ "shape": "Si0"
6522
7037
  },
6523
7038
  "maxResults": {
6524
7039
  "type": "integer"
@@ -6526,12 +7041,12 @@
6526
7041
  "nextToken": {},
6527
7042
  "owningProjectIdentifier": {},
6528
7043
  "searchIn": {
6529
- "shape": "Sgc"
7044
+ "shape": "Si5"
6530
7045
  },
6531
7046
  "searchScope": {},
6532
7047
  "searchText": {},
6533
7048
  "sort": {
6534
- "shape": "Sgg"
7049
+ "shape": "Si9"
6535
7050
  }
6536
7051
  }
6537
7052
  },
@@ -6558,13 +7073,13 @@
6558
7073
  "type": "structure",
6559
7074
  "members": {
6560
7075
  "formsOutput": {
6561
- "shape": "S20"
7076
+ "shape": "S30"
6562
7077
  },
6563
7078
  "latestTimeSeriesDataPointFormsOutput": {
6564
- "shape": "S23"
7079
+ "shape": "S33"
6565
7080
  },
6566
7081
  "readOnlyFormsOutput": {
6567
- "shape": "S20"
7082
+ "shape": "S30"
6568
7083
  }
6569
7084
  }
6570
7085
  },
@@ -6577,18 +7092,18 @@
6577
7092
  },
6578
7093
  "domainId": {},
6579
7094
  "externalIdentifier": {
6580
- "shape": "S1n"
7095
+ "shape": "S2n"
6581
7096
  },
6582
7097
  "firstRevisionCreatedAt": {
6583
7098
  "type": "timestamp"
6584
7099
  },
6585
7100
  "firstRevisionCreatedBy": {},
6586
7101
  "glossaryTerms": {
6587
- "shape": "S1t"
7102
+ "shape": "S2t"
6588
7103
  },
6589
7104
  "identifier": {},
6590
7105
  "name": {
6591
- "shape": "S1v"
7106
+ "shape": "S2v"
6592
7107
  },
6593
7108
  "owningProjectId": {},
6594
7109
  "typeIdentifier": {},
@@ -6609,7 +7124,7 @@
6609
7124
  },
6610
7125
  "createdBy": {},
6611
7126
  "description": {
6612
- "shape": "S39"
7127
+ "shape": "S49"
6613
7128
  },
6614
7129
  "domainId": {},
6615
7130
  "firstRevisionCreatedAt": {
@@ -6617,11 +7132,11 @@
6617
7132
  },
6618
7133
  "firstRevisionCreatedBy": {},
6619
7134
  "glossaryTerms": {
6620
- "shape": "S1t"
7135
+ "shape": "S2t"
6621
7136
  },
6622
7137
  "id": {},
6623
7138
  "name": {
6624
- "shape": "S3f"
7139
+ "shape": "S4f"
6625
7140
  },
6626
7141
  "owningProjectId": {}
6627
7142
  }
@@ -6641,12 +7156,12 @@
6641
7156
  },
6642
7157
  "createdBy": {},
6643
7158
  "description": {
6644
- "shape": "S6e"
7159
+ "shape": "S7n"
6645
7160
  },
6646
7161
  "domainId": {},
6647
7162
  "id": {},
6648
7163
  "name": {
6649
- "shape": "S6f"
7164
+ "shape": "S7o"
6650
7165
  },
6651
7166
  "owningProjectId": {},
6652
7167
  "status": {},
@@ -6674,7 +7189,7 @@
6674
7189
  "glossaryId": {},
6675
7190
  "id": {},
6676
7191
  "longDescription": {
6677
- "shape": "S6k"
7192
+ "shape": "S7t"
6678
7193
  },
6679
7194
  "name": {
6680
7195
  "shape": "Sy"
@@ -6684,7 +7199,7 @@
6684
7199
  },
6685
7200
  "status": {},
6686
7201
  "termRelations": {
6687
- "shape": "S6m"
7202
+ "shape": "S7v"
6688
7203
  },
6689
7204
  "updatedAt": {
6690
7205
  "type": "timestamp"
@@ -6740,7 +7255,7 @@
6740
7255
  "members": {
6741
7256
  "domainId": {},
6742
7257
  "groupName": {
6743
- "shape": "S6t"
7258
+ "shape": "S81"
6744
7259
  },
6745
7260
  "id": {},
6746
7261
  "status": {}
@@ -6763,25 +7278,25 @@
6763
7278
  ],
6764
7279
  "members": {
6765
7280
  "additionalAttributes": {
6766
- "shape": "Sg5"
7281
+ "shape": "Shy"
6767
7282
  },
6768
7283
  "domainIdentifier": {
6769
7284
  "location": "uri",
6770
7285
  "locationName": "domainIdentifier"
6771
7286
  },
6772
7287
  "filters": {
6773
- "shape": "Sg7"
7288
+ "shape": "Si0"
6774
7289
  },
6775
7290
  "maxResults": {
6776
7291
  "type": "integer"
6777
7292
  },
6778
7293
  "nextToken": {},
6779
7294
  "searchIn": {
6780
- "shape": "Sgc"
7295
+ "shape": "Si5"
6781
7296
  },
6782
7297
  "searchText": {},
6783
7298
  "sort": {
6784
- "shape": "Sgg"
7299
+ "shape": "Si9"
6785
7300
  }
6786
7301
  }
6787
7302
  },
@@ -6801,7 +7316,7 @@
6801
7316
  "members": {
6802
7317
  "forms": {},
6803
7318
  "latestTimeSeriesDataPointForms": {
6804
- "shape": "S23"
7319
+ "shape": "S33"
6805
7320
  }
6806
7321
  }
6807
7322
  },
@@ -6822,7 +7337,7 @@
6822
7337
  "listingRevision": {},
6823
7338
  "listingUpdatedBy": {},
6824
7339
  "name": {
6825
- "shape": "S1v"
7340
+ "shape": "S2v"
6826
7341
  },
6827
7342
  "owningProjectId": {}
6828
7343
  }
@@ -6865,7 +7380,7 @@
6865
7380
  "listingRevision": {},
6866
7381
  "listingUpdatedBy": {},
6867
7382
  "name": {
6868
- "shape": "S3f"
7383
+ "shape": "S4f"
6869
7384
  },
6870
7385
  "owningProjectId": {}
6871
7386
  }
@@ -6899,7 +7414,7 @@
6899
7414
  "locationName": "domainIdentifier"
6900
7415
  },
6901
7416
  "filters": {
6902
- "shape": "Sg7"
7417
+ "shape": "Si0"
6903
7418
  },
6904
7419
  "managed": {
6905
7420
  "type": "boolean"
@@ -6909,12 +7424,12 @@
6909
7424
  },
6910
7425
  "nextToken": {},
6911
7426
  "searchIn": {
6912
- "shape": "Sgc"
7427
+ "shape": "Si5"
6913
7428
  },
6914
7429
  "searchScope": {},
6915
7430
  "searchText": {},
6916
7431
  "sort": {
6917
- "shape": "Sgg"
7432
+ "shape": "Si9"
6918
7433
  }
6919
7434
  }
6920
7435
  },
@@ -6945,7 +7460,7 @@
6945
7460
  },
6946
7461
  "domainId": {},
6947
7462
  "formsOutput": {
6948
- "shape": "S36"
7463
+ "shape": "S46"
6949
7464
  },
6950
7465
  "name": {},
6951
7466
  "originDomainId": {},
@@ -6975,13 +7490,13 @@
6975
7490
  },
6976
7491
  "domainId": {},
6977
7492
  "imports": {
6978
- "shape": "Saw"
7493
+ "shape": "Sc7"
6979
7494
  },
6980
7495
  "model": {
6981
- "shape": "S69"
7496
+ "shape": "S7i"
6982
7497
  },
6983
7498
  "name": {
6984
- "shape": "S22"
7499
+ "shape": "S32"
6985
7500
  },
6986
7501
  "originDomainId": {},
6987
7502
  "originProjectId": {},
@@ -7005,7 +7520,7 @@
7005
7520
  "description": {},
7006
7521
  "domainId": {},
7007
7522
  "formsOutput": {
7008
- "shape": "S36"
7523
+ "shape": "S46"
7009
7524
  },
7010
7525
  "name": {},
7011
7526
  "revision": {},
@@ -7062,7 +7577,7 @@
7062
7577
  "type": "structure",
7063
7578
  "members": {
7064
7579
  "details": {
7065
- "shape": "S89"
7580
+ "shape": "S9g"
7066
7581
  },
7067
7582
  "domainId": {},
7068
7583
  "id": {},
@@ -7114,29 +7629,29 @@
7114
7629
  ],
7115
7630
  "members": {
7116
7631
  "createdAt": {
7117
- "shape": "S4n"
7632
+ "shape": "S5n"
7118
7633
  },
7119
7634
  "dataSourceConfigurationSnapshot": {},
7120
7635
  "dataSourceId": {},
7121
7636
  "domainId": {},
7122
7637
  "errorMessage": {
7123
- "shape": "S4o"
7638
+ "shape": "S5o"
7124
7639
  },
7125
7640
  "id": {},
7126
7641
  "projectId": {},
7127
7642
  "runStatisticsForAssets": {
7128
- "shape": "Sa4"
7643
+ "shape": "Sbd"
7129
7644
  },
7130
7645
  "startedAt": {
7131
- "shape": "S4n"
7646
+ "shape": "S5n"
7132
7647
  },
7133
7648
  "status": {},
7134
7649
  "stoppedAt": {
7135
- "shape": "S4n"
7650
+ "shape": "S5n"
7136
7651
  },
7137
7652
  "type": {},
7138
7653
  "updatedAt": {
7139
- "shape": "S4n"
7654
+ "shape": "S5n"
7140
7655
  }
7141
7656
  }
7142
7657
  },
@@ -7165,7 +7680,7 @@
7165
7680
  },
7166
7681
  "owningProjectIdentifier": {},
7167
7682
  "target": {
7168
- "shape": "Sbm"
7683
+ "shape": "Scx"
7169
7684
  },
7170
7685
  "type": {}
7171
7686
  }
@@ -7207,7 +7722,7 @@
7207
7722
  "locationName": "resourceArn"
7208
7723
  },
7209
7724
  "tags": {
7210
- "shape": "S4z"
7725
+ "shape": "S5z"
7211
7726
  }
7212
7727
  }
7213
7728
  },
@@ -7266,7 +7781,7 @@
7266
7781
  "locationName": "assetIdentifier"
7267
7782
  },
7268
7783
  "configuration": {
7269
- "shape": "S2c"
7784
+ "shape": "S3c"
7270
7785
  },
7271
7786
  "description": {
7272
7787
  "shape": "Sq"
@@ -7294,7 +7809,7 @@
7294
7809
  "members": {
7295
7810
  "assetId": {},
7296
7811
  "configuration": {
7297
- "shape": "S2c"
7812
+ "shape": "S3c"
7298
7813
  },
7299
7814
  "createdAt": {
7300
7815
  "type": "timestamp"
@@ -7304,13 +7819,13 @@
7304
7819
  },
7305
7820
  "domainId": {},
7306
7821
  "effectiveColumnNames": {
7307
- "shape": "S2e"
7822
+ "shape": "S3e"
7308
7823
  },
7309
7824
  "effectiveRowFilter": {},
7310
7825
  "errorMessage": {},
7311
7826
  "id": {},
7312
7827
  "name": {
7313
- "shape": "S2w"
7828
+ "shape": "S3w"
7314
7829
  },
7315
7830
  "status": {}
7316
7831
  }
@@ -7331,10 +7846,10 @@
7331
7846
  ],
7332
7847
  "members": {
7333
7848
  "assetFormsInput": {
7334
- "shape": "S1o"
7849
+ "shape": "S2o"
7335
7850
  },
7336
7851
  "configuration": {
7337
- "shape": "S3m"
7852
+ "shape": "S4m"
7338
7853
  },
7339
7854
  "description": {
7340
7855
  "shape": "Sq"
@@ -7349,19 +7864,19 @@
7349
7864
  "locationName": "identifier"
7350
7865
  },
7351
7866
  "name": {
7352
- "shape": "S47"
7867
+ "shape": "S57"
7353
7868
  },
7354
7869
  "publishOnImport": {
7355
7870
  "type": "boolean"
7356
7871
  },
7357
7872
  "recommendation": {
7358
- "shape": "S48"
7873
+ "shape": "S58"
7359
7874
  },
7360
7875
  "retainPermissionsOnRevokeFailure": {
7361
7876
  "type": "boolean"
7362
7877
  },
7363
7878
  "schedule": {
7364
- "shape": "S49"
7879
+ "shape": "S59"
7365
7880
  }
7366
7881
  }
7367
7882
  },
@@ -7376,13 +7891,13 @@
7376
7891
  ],
7377
7892
  "members": {
7378
7893
  "assetFormsOutput": {
7379
- "shape": "S20"
7894
+ "shape": "S30"
7380
7895
  },
7381
7896
  "configuration": {
7382
- "shape": "S4e"
7897
+ "shape": "S5e"
7383
7898
  },
7384
7899
  "createdAt": {
7385
- "shape": "S4n"
7900
+ "shape": "S5n"
7386
7901
  },
7387
7902
  "description": {
7388
7903
  "shape": "Sq"
@@ -7391,39 +7906,39 @@
7391
7906
  "enableSetting": {},
7392
7907
  "environmentId": {},
7393
7908
  "errorMessage": {
7394
- "shape": "S4o"
7909
+ "shape": "S5o"
7395
7910
  },
7396
7911
  "id": {},
7397
7912
  "lastRunAt": {
7398
- "shape": "S4n"
7913
+ "shape": "S5n"
7399
7914
  },
7400
7915
  "lastRunErrorMessage": {
7401
- "shape": "S4o"
7916
+ "shape": "S5o"
7402
7917
  },
7403
7918
  "lastRunStatus": {},
7404
7919
  "name": {
7405
- "shape": "S47"
7920
+ "shape": "S57"
7406
7921
  },
7407
7922
  "projectId": {},
7408
7923
  "publishOnImport": {
7409
7924
  "type": "boolean"
7410
7925
  },
7411
7926
  "recommendation": {
7412
- "shape": "S48"
7927
+ "shape": "S58"
7413
7928
  },
7414
7929
  "retainPermissionsOnRevokeFailure": {
7415
7930
  "type": "boolean"
7416
7931
  },
7417
7932
  "schedule": {
7418
- "shape": "S49"
7933
+ "shape": "S59"
7419
7934
  },
7420
7935
  "selfGrantStatus": {
7421
- "shape": "S8r"
7936
+ "shape": "S9y"
7422
7937
  },
7423
7938
  "status": {},
7424
7939
  "type": {},
7425
7940
  "updatedAt": {
7426
- "shape": "S4n"
7941
+ "shape": "S5n"
7427
7942
  }
7428
7943
  }
7429
7944
  },
@@ -7454,7 +7969,7 @@
7454
7969
  },
7455
7970
  "name": {},
7456
7971
  "singleSignOn": {
7457
- "shape": "S4w"
7972
+ "shape": "S5w"
7458
7973
  }
7459
7974
  }
7460
7975
  },
@@ -7471,11 +7986,74 @@
7471
7986
  "type": "timestamp"
7472
7987
  },
7473
7988
  "name": {},
7989
+ "rootDomainUnitId": {},
7474
7990
  "singleSignOn": {
7475
- "shape": "S4w"
7991
+ "shape": "S5w"
7992
+ }
7993
+ }
7994
+ },
7995
+ "idempotent": true
7996
+ },
7997
+ "UpdateDomainUnit": {
7998
+ "http": {
7999
+ "method": "PUT",
8000
+ "requestUri": "/v2/domains/{domainIdentifier}/domain-units/{identifier}",
8001
+ "responseCode": 200
8002
+ },
8003
+ "input": {
8004
+ "type": "structure",
8005
+ "required": [
8006
+ "domainIdentifier",
8007
+ "identifier"
8008
+ ],
8009
+ "members": {
8010
+ "description": {
8011
+ "shape": "S65"
8012
+ },
8013
+ "domainIdentifier": {
8014
+ "location": "uri",
8015
+ "locationName": "domainIdentifier"
8016
+ },
8017
+ "identifier": {
8018
+ "location": "uri",
8019
+ "locationName": "identifier"
8020
+ },
8021
+ "name": {
8022
+ "shape": "S66"
7476
8023
  }
7477
8024
  }
7478
8025
  },
8026
+ "output": {
8027
+ "type": "structure",
8028
+ "required": [
8029
+ "domainId",
8030
+ "id",
8031
+ "name",
8032
+ "owners"
8033
+ ],
8034
+ "members": {
8035
+ "createdAt": {
8036
+ "type": "timestamp"
8037
+ },
8038
+ "createdBy": {},
8039
+ "description": {
8040
+ "shape": "S65"
8041
+ },
8042
+ "domainId": {},
8043
+ "id": {},
8044
+ "lastUpdatedAt": {
8045
+ "type": "timestamp"
8046
+ },
8047
+ "lastUpdatedBy": {},
8048
+ "name": {
8049
+ "shape": "S66"
8050
+ },
8051
+ "owners": {
8052
+ "shape": "S69"
8053
+ },
8054
+ "parentDomainUnitId": {}
8055
+ }
8056
+ },
7479
8057
  "idempotent": true
7480
8058
  },
7481
8059
  "UpdateEnvironment": {
@@ -7497,7 +8075,7 @@
7497
8075
  "locationName": "domainIdentifier"
7498
8076
  },
7499
8077
  "glossaryTerms": {
7500
- "shape": "S1t"
8078
+ "shape": "S2t"
7501
8079
  },
7502
8080
  "identifier": {
7503
8081
  "location": "uri",
@@ -7519,45 +8097,45 @@
7519
8097
  "awsAccountId": {},
7520
8098
  "awsAccountRegion": {},
7521
8099
  "createdAt": {
7522
- "shape": "S5b"
8100
+ "shape": "S6k"
7523
8101
  },
7524
8102
  "createdBy": {},
7525
8103
  "deploymentProperties": {
7526
- "shape": "S5c"
8104
+ "shape": "S6l"
7527
8105
  },
7528
8106
  "description": {
7529
8107
  "shape": "Sq"
7530
8108
  },
7531
8109
  "domainId": {},
7532
8110
  "environmentActions": {
7533
- "shape": "S5f"
8111
+ "shape": "S6o"
7534
8112
  },
7535
8113
  "environmentBlueprintId": {},
7536
8114
  "environmentProfileId": {},
7537
8115
  "glossaryTerms": {
7538
- "shape": "S1t"
8116
+ "shape": "S2t"
7539
8117
  },
7540
8118
  "id": {},
7541
8119
  "lastDeployment": {
7542
- "shape": "S5l"
8120
+ "shape": "S6u"
7543
8121
  },
7544
8122
  "name": {
7545
- "shape": "S5r"
8123
+ "shape": "S70"
7546
8124
  },
7547
8125
  "projectId": {},
7548
8126
  "provider": {},
7549
8127
  "provisionedResources": {
7550
- "shape": "S5s"
8128
+ "shape": "S71"
7551
8129
  },
7552
8130
  "provisioningProperties": {
7553
- "shape": "S5u"
8131
+ "shape": "S73"
7554
8132
  },
7555
8133
  "status": {},
7556
8134
  "updatedAt": {
7557
- "shape": "S5b"
8135
+ "shape": "S6k"
7558
8136
  },
7559
8137
  "userParameters": {
7560
- "shape": "S5x"
8138
+ "shape": "S76"
7561
8139
  }
7562
8140
  }
7563
8141
  }
@@ -7591,7 +8169,7 @@
7591
8169
  },
7592
8170
  "name": {},
7593
8171
  "parameters": {
7594
- "shape": "S61"
8172
+ "shape": "S7a"
7595
8173
  }
7596
8174
  }
7597
8175
  },
@@ -7611,7 +8189,7 @@
7611
8189
  "id": {},
7612
8190
  "name": {},
7613
8191
  "parameters": {
7614
- "shape": "S61"
8192
+ "shape": "S7a"
7615
8193
  }
7616
8194
  }
7617
8195
  }
@@ -7641,10 +8219,10 @@
7641
8219
  "locationName": "identifier"
7642
8220
  },
7643
8221
  "name": {
7644
- "shape": "S66"
8222
+ "shape": "S7f"
7645
8223
  },
7646
8224
  "userParameters": {
7647
- "shape": "S56"
8225
+ "shape": "S6f"
7648
8226
  }
7649
8227
  }
7650
8228
  },
@@ -7661,7 +8239,7 @@
7661
8239
  "awsAccountId": {},
7662
8240
  "awsAccountRegion": {},
7663
8241
  "createdAt": {
7664
- "shape": "S5b"
8242
+ "shape": "S6k"
7665
8243
  },
7666
8244
  "createdBy": {},
7667
8245
  "description": {
@@ -7671,14 +8249,14 @@
7671
8249
  "environmentBlueprintId": {},
7672
8250
  "id": {},
7673
8251
  "name": {
7674
- "shape": "S66"
8252
+ "shape": "S7f"
7675
8253
  },
7676
8254
  "projectId": {},
7677
8255
  "updatedAt": {
7678
- "shape": "S5b"
8256
+ "shape": "S6k"
7679
8257
  },
7680
8258
  "userParameters": {
7681
- "shape": "S5x"
8259
+ "shape": "S76"
7682
8260
  }
7683
8261
  }
7684
8262
  }
@@ -7700,7 +8278,7 @@
7700
8278
  "idempotencyToken": true
7701
8279
  },
7702
8280
  "description": {
7703
- "shape": "S6e"
8281
+ "shape": "S7n"
7704
8282
  },
7705
8283
  "domainIdentifier": {
7706
8284
  "location": "uri",
@@ -7711,7 +8289,7 @@
7711
8289
  "locationName": "identifier"
7712
8290
  },
7713
8291
  "name": {
7714
- "shape": "S6f"
8292
+ "shape": "S7o"
7715
8293
  },
7716
8294
  "status": {}
7717
8295
  }
@@ -7726,12 +8304,12 @@
7726
8304
  ],
7727
8305
  "members": {
7728
8306
  "description": {
7729
- "shape": "S6e"
8307
+ "shape": "S7n"
7730
8308
  },
7731
8309
  "domainId": {},
7732
8310
  "id": {},
7733
8311
  "name": {
7734
- "shape": "S6f"
8312
+ "shape": "S7o"
7735
8313
  },
7736
8314
  "owningProjectId": {},
7737
8315
  "status": {}
@@ -7762,7 +8340,7 @@
7762
8340
  "locationName": "identifier"
7763
8341
  },
7764
8342
  "longDescription": {
7765
- "shape": "S6k"
8343
+ "shape": "S7t"
7766
8344
  },
7767
8345
  "name": {
7768
8346
  "shape": "Sy"
@@ -7772,7 +8350,7 @@
7772
8350
  },
7773
8351
  "status": {},
7774
8352
  "termRelations": {
7775
- "shape": "S6m"
8353
+ "shape": "S7v"
7776
8354
  }
7777
8355
  }
7778
8356
  },
@@ -7790,7 +8368,7 @@
7790
8368
  "glossaryId": {},
7791
8369
  "id": {},
7792
8370
  "longDescription": {
7793
- "shape": "S6k"
8371
+ "shape": "S7t"
7794
8372
  },
7795
8373
  "name": {
7796
8374
  "shape": "Sy"
@@ -7800,7 +8378,7 @@
7800
8378
  },
7801
8379
  "status": {},
7802
8380
  "termRelations": {
7803
- "shape": "S6m"
8381
+ "shape": "S7v"
7804
8382
  }
7805
8383
  }
7806
8384
  },
@@ -7836,7 +8414,7 @@
7836
8414
  "members": {
7837
8415
  "domainId": {},
7838
8416
  "groupName": {
7839
- "shape": "S6t"
8417
+ "shape": "S81"
7840
8418
  },
7841
8419
  "id": {},
7842
8420
  "status": {}
@@ -7864,7 +8442,7 @@
7864
8442
  "locationName": "domainIdentifier"
7865
8443
  },
7866
8444
  "glossaryTerms": {
7867
- "shape": "S1t"
8445
+ "shape": "S2t"
7868
8446
  },
7869
8447
  "identifier": {
7870
8448
  "location": "uri",
@@ -7885,22 +8463,23 @@
7885
8463
  ],
7886
8464
  "members": {
7887
8465
  "createdAt": {
7888
- "shape": "S5b"
8466
+ "shape": "S6k"
7889
8467
  },
7890
8468
  "createdBy": {},
7891
8469
  "description": {
7892
8470
  "shape": "Sq"
7893
8471
  },
7894
8472
  "domainId": {},
8473
+ "domainUnitId": {},
7895
8474
  "failureReasons": {
7896
- "shape": "S72"
8475
+ "shape": "S8a"
7897
8476
  },
7898
8477
  "glossaryTerms": {
7899
- "shape": "S1t"
8478
+ "shape": "S2t"
7900
8479
  },
7901
8480
  "id": {},
7902
8481
  "lastUpdatedAt": {
7903
- "shape": "S5b"
8482
+ "shape": "S6k"
7904
8483
  },
7905
8484
  "name": {
7906
8485
  "shape": "S18"
@@ -7934,7 +8513,7 @@
7934
8513
  "locationName": "domainIdentifier"
7935
8514
  },
7936
8515
  "failureCause": {
7937
- "shape": "S7i"
8516
+ "shape": "S8q"
7938
8517
  },
7939
8518
  "identifier": {
7940
8519
  "location": "uri",
@@ -7958,7 +8537,7 @@
7958
8537
  ],
7959
8538
  "members": {
7960
8539
  "assets": {
7961
- "shape": "S7g"
8540
+ "shape": "S8o"
7962
8541
  },
7963
8542
  "createdAt": {
7964
8543
  "type": "timestamp"
@@ -7966,7 +8545,7 @@
7966
8545
  "createdBy": {},
7967
8546
  "domainId": {},
7968
8547
  "grantedEntity": {
7969
- "shape": "S7k"
8548
+ "shape": "S8s"
7970
8549
  },
7971
8550
  "id": {},
7972
8551
  "status": {},
@@ -8073,10 +8652,10 @@
8073
8652
  ],
8074
8653
  "members": {
8075
8654
  "applicableAssetTypes": {
8076
- "shape": "S7y"
8655
+ "shape": "S96"
8077
8656
  },
8078
8657
  "authorizedPrincipals": {
8079
- "shape": "S7z"
8658
+ "shape": "S97"
8080
8659
  },
8081
8660
  "domainIdentifier": {
8082
8661
  "location": "uri",
@@ -8092,11 +8671,11 @@
8092
8671
  },
8093
8672
  "manageAccessRole": {},
8094
8673
  "name": {
8095
- "shape": "S81"
8674
+ "shape": "S99"
8096
8675
  },
8097
8676
  "provider": {},
8098
8677
  "subscriptionTargetConfig": {
8099
- "shape": "S82"
8678
+ "shape": "S9a"
8100
8679
  }
8101
8680
  }
8102
8681
  },
@@ -8119,10 +8698,10 @@
8119
8698
  ],
8120
8699
  "members": {
8121
8700
  "applicableAssetTypes": {
8122
- "shape": "S7y"
8701
+ "shape": "S96"
8123
8702
  },
8124
8703
  "authorizedPrincipals": {
8125
- "shape": "S7z"
8704
+ "shape": "S97"
8126
8705
  },
8127
8706
  "createdAt": {
8128
8707
  "type": "timestamp"
@@ -8133,12 +8712,12 @@
8133
8712
  "id": {},
8134
8713
  "manageAccessRole": {},
8135
8714
  "name": {
8136
- "shape": "S81"
8715
+ "shape": "S99"
8137
8716
  },
8138
8717
  "projectId": {},
8139
8718
  "provider": {},
8140
8719
  "subscriptionTargetConfig": {
8141
- "shape": "S82"
8720
+ "shape": "S9a"
8142
8721
  },
8143
8722
  "type": {},
8144
8723
  "updatedAt": {
@@ -8179,7 +8758,7 @@
8179
8758
  "type": "structure",
8180
8759
  "members": {
8181
8760
  "details": {
8182
- "shape": "S89"
8761
+ "shape": "S9g"
8183
8762
  },
8184
8763
  "domainId": {},
8185
8764
  "id": {},
@@ -8304,11 +8883,193 @@
8304
8883
  "type": "string",
8305
8884
  "sensitive": true
8306
8885
  },
8307
- "S1n": {
8886
+ "S1d": {
8887
+ "type": "structure",
8888
+ "members": {
8889
+ "group": {
8890
+ "type": "structure",
8891
+ "required": [
8892
+ "groupIdentifier"
8893
+ ],
8894
+ "members": {
8895
+ "groupIdentifier": {}
8896
+ }
8897
+ },
8898
+ "user": {
8899
+ "type": "structure",
8900
+ "required": [
8901
+ "userIdentifier"
8902
+ ],
8903
+ "members": {
8904
+ "userIdentifier": {}
8905
+ }
8906
+ }
8907
+ },
8908
+ "union": true
8909
+ },
8910
+ "S1k": {
8911
+ "type": "structure",
8912
+ "members": {
8913
+ "addToProjectMemberPool": {
8914
+ "type": "structure",
8915
+ "members": {
8916
+ "includeChildDomainUnits": {
8917
+ "type": "boolean"
8918
+ }
8919
+ }
8920
+ },
8921
+ "createAssetType": {
8922
+ "type": "structure",
8923
+ "members": {
8924
+ "includeChildDomainUnits": {
8925
+ "type": "boolean"
8926
+ }
8927
+ }
8928
+ },
8929
+ "createDomainUnit": {
8930
+ "type": "structure",
8931
+ "members": {
8932
+ "includeChildDomainUnits": {
8933
+ "type": "boolean"
8934
+ }
8935
+ }
8936
+ },
8937
+ "createEnvironment": {
8938
+ "shape": "S1p"
8939
+ },
8940
+ "createEnvironmentProfile": {
8941
+ "type": "structure",
8942
+ "members": {
8943
+ "domainUnitId": {}
8944
+ }
8945
+ },
8946
+ "createFormType": {
8947
+ "type": "structure",
8948
+ "members": {
8949
+ "includeChildDomainUnits": {
8950
+ "type": "boolean"
8951
+ }
8952
+ }
8953
+ },
8954
+ "createGlossary": {
8955
+ "type": "structure",
8956
+ "members": {
8957
+ "includeChildDomainUnits": {
8958
+ "type": "boolean"
8959
+ }
8960
+ }
8961
+ },
8962
+ "createProject": {
8963
+ "type": "structure",
8964
+ "members": {
8965
+ "includeChildDomainUnits": {
8966
+ "type": "boolean"
8967
+ }
8968
+ }
8969
+ },
8970
+ "delegateCreateEnvironmentProfile": {
8971
+ "shape": "S1p"
8972
+ },
8973
+ "overrideDomainUnitOwners": {
8974
+ "type": "structure",
8975
+ "members": {
8976
+ "includeChildDomainUnits": {
8977
+ "type": "boolean"
8978
+ }
8979
+ }
8980
+ },
8981
+ "overrideProjectOwners": {
8982
+ "type": "structure",
8983
+ "members": {
8984
+ "includeChildDomainUnits": {
8985
+ "type": "boolean"
8986
+ }
8987
+ }
8988
+ }
8989
+ },
8990
+ "union": true
8991
+ },
8992
+ "S1p": {
8993
+ "type": "structure",
8994
+ "members": {}
8995
+ },
8996
+ "S1z": {
8997
+ "type": "structure",
8998
+ "members": {
8999
+ "domainUnit": {
9000
+ "type": "structure",
9001
+ "required": [
9002
+ "domainUnitDesignation"
9003
+ ],
9004
+ "members": {
9005
+ "domainUnitDesignation": {},
9006
+ "domainUnitGrantFilter": {
9007
+ "type": "structure",
9008
+ "members": {
9009
+ "allDomainUnitsGrantFilter": {
9010
+ "type": "structure",
9011
+ "members": {}
9012
+ }
9013
+ },
9014
+ "union": true
9015
+ },
9016
+ "domainUnitIdentifier": {}
9017
+ }
9018
+ },
9019
+ "group": {
9020
+ "type": "structure",
9021
+ "members": {
9022
+ "groupIdentifier": {}
9023
+ },
9024
+ "union": true
9025
+ },
9026
+ "project": {
9027
+ "type": "structure",
9028
+ "required": [
9029
+ "projectDesignation"
9030
+ ],
9031
+ "members": {
9032
+ "projectDesignation": {},
9033
+ "projectGrantFilter": {
9034
+ "type": "structure",
9035
+ "members": {
9036
+ "domainUnitFilter": {
9037
+ "type": "structure",
9038
+ "required": [
9039
+ "domainUnit"
9040
+ ],
9041
+ "members": {
9042
+ "domainUnit": {},
9043
+ "includeChildDomainUnits": {
9044
+ "type": "boolean"
9045
+ }
9046
+ }
9047
+ }
9048
+ },
9049
+ "union": true
9050
+ },
9051
+ "projectIdentifier": {}
9052
+ }
9053
+ },
9054
+ "user": {
9055
+ "type": "structure",
9056
+ "members": {
9057
+ "allUsersGrantFilter": {
9058
+ "type": "structure",
9059
+ "members": {}
9060
+ },
9061
+ "userIdentifier": {}
9062
+ },
9063
+ "union": true
9064
+ }
9065
+ },
9066
+ "union": true
9067
+ },
9068
+ "S2n": {
8308
9069
  "type": "string",
8309
9070
  "sensitive": true
8310
9071
  },
8311
- "S1o": {
9072
+ "S2o": {
8312
9073
  "type": "list",
8313
9074
  "member": {
8314
9075
  "type": "structure",
@@ -8325,15 +9086,15 @@
8325
9086
  },
8326
9087
  "sensitive": true
8327
9088
  },
8328
- "S1t": {
9089
+ "S2t": {
8329
9090
  "type": "list",
8330
9091
  "member": {}
8331
9092
  },
8332
- "S1v": {
9093
+ "S2v": {
8333
9094
  "type": "string",
8334
9095
  "sensitive": true
8335
9096
  },
8336
- "S1w": {
9097
+ "S2w": {
8337
9098
  "type": "structure",
8338
9099
  "members": {
8339
9100
  "businessNameGeneration": {
@@ -8346,7 +9107,7 @@
8346
9107
  }
8347
9108
  }
8348
9109
  },
8349
- "S20": {
9110
+ "S30": {
8350
9111
  "type": "list",
8351
9112
  "member": {
8352
9113
  "type": "structure",
@@ -8357,17 +9118,17 @@
8357
9118
  "content": {},
8358
9119
  "formName": {},
8359
9120
  "typeName": {
8360
- "shape": "S22"
9121
+ "shape": "S32"
8361
9122
  },
8362
9123
  "typeRevision": {}
8363
9124
  }
8364
9125
  }
8365
9126
  },
8366
- "S22": {
9127
+ "S32": {
8367
9128
  "type": "string",
8368
9129
  "sensitive": true
8369
9130
  },
8370
- "S23": {
9131
+ "S33": {
8371
9132
  "type": "list",
8372
9133
  "member": {
8373
9134
  "type": "structure",
@@ -8388,7 +9149,7 @@
8388
9149
  }
8389
9150
  }
8390
9151
  },
8391
- "S29": {
9152
+ "S39": {
8392
9153
  "type": "structure",
8393
9154
  "required": [
8394
9155
  "listingId",
@@ -8399,14 +9160,14 @@
8399
9160
  "listingStatus": {}
8400
9161
  }
8401
9162
  },
8402
- "S2c": {
9163
+ "S3c": {
8403
9164
  "type": "structure",
8404
9165
  "members": {
8405
9166
  "columnConfiguration": {
8406
9167
  "type": "structure",
8407
9168
  "members": {
8408
9169
  "includedColumnNames": {
8409
- "shape": "S2e"
9170
+ "shape": "S3e"
8410
9171
  }
8411
9172
  }
8412
9173
  },
@@ -8417,7 +9178,7 @@
8417
9178
  ],
8418
9179
  "members": {
8419
9180
  "rowFilter": {
8420
- "shape": "S2g"
9181
+ "shape": "S3g"
8421
9182
  },
8422
9183
  "sensitive": {
8423
9184
  "type": "boolean"
@@ -8427,15 +9188,15 @@
8427
9188
  },
8428
9189
  "union": true
8429
9190
  },
8430
- "S2e": {
9191
+ "S3e": {
8431
9192
  "type": "list",
8432
9193
  "member": {}
8433
9194
  },
8434
- "S2g": {
9195
+ "S3g": {
8435
9196
  "type": "structure",
8436
9197
  "members": {
8437
9198
  "and": {
8438
- "shape": "S2h"
9199
+ "shape": "S3h"
8439
9200
  },
8440
9201
  "expression": {
8441
9202
  "type": "structure",
@@ -8482,7 +9243,7 @@
8482
9243
  "members": {
8483
9244
  "columnName": {},
8484
9245
  "values": {
8485
- "shape": "S2n"
9246
+ "shape": "S3n"
8486
9247
  }
8487
9248
  }
8488
9249
  },
@@ -8557,7 +9318,7 @@
8557
9318
  "members": {
8558
9319
  "columnName": {},
8559
9320
  "values": {
8560
- "shape": "S2n"
9321
+ "shape": "S3n"
8561
9322
  }
8562
9323
  }
8563
9324
  },
@@ -8576,26 +9337,26 @@
8576
9337
  "union": true
8577
9338
  },
8578
9339
  "or": {
8579
- "shape": "S2h"
9340
+ "shape": "S3h"
8580
9341
  }
8581
9342
  },
8582
9343
  "union": true
8583
9344
  },
8584
- "S2h": {
9345
+ "S3h": {
8585
9346
  "type": "list",
8586
9347
  "member": {
8587
- "shape": "S2g"
9348
+ "shape": "S3g"
8588
9349
  }
8589
9350
  },
8590
- "S2n": {
9351
+ "S3n": {
8591
9352
  "type": "list",
8592
9353
  "member": {}
8593
9354
  },
8594
- "S2w": {
9355
+ "S3w": {
8595
9356
  "type": "string",
8596
9357
  "sensitive": true
8597
9358
  },
8598
- "S36": {
9359
+ "S46": {
8599
9360
  "type": "map",
8600
9361
  "key": {},
8601
9362
  "value": {
@@ -8609,17 +9370,17 @@
8609
9370
  "type": "boolean"
8610
9371
  },
8611
9372
  "typeName": {
8612
- "shape": "S22"
9373
+ "shape": "S32"
8613
9374
  },
8614
9375
  "typeRevision": {}
8615
9376
  }
8616
9377
  }
8617
9378
  },
8618
- "S39": {
9379
+ "S49": {
8619
9380
  "type": "string",
8620
9381
  "sensitive": true
8621
9382
  },
8622
- "S3a": {
9383
+ "S4a": {
8623
9384
  "type": "list",
8624
9385
  "member": {
8625
9386
  "type": "structure",
@@ -8638,11 +9399,11 @@
8638
9399
  }
8639
9400
  }
8640
9401
  },
8641
- "S3f": {
9402
+ "S4f": {
8642
9403
  "type": "string",
8643
9404
  "sensitive": true
8644
9405
  },
8645
- "S3m": {
9406
+ "S4m": {
8646
9407
  "type": "structure",
8647
9408
  "members": {
8648
9409
  "glueRunConfiguration": {
@@ -8656,7 +9417,7 @@
8656
9417
  },
8657
9418
  "dataAccessRole": {},
8658
9419
  "relationalFilterConfigurations": {
8659
- "shape": "S3p"
9420
+ "shape": "S4p"
8660
9421
  }
8661
9422
  }
8662
9423
  },
@@ -8670,20 +9431,20 @@
8670
9431
  "members": {
8671
9432
  "dataAccessRole": {},
8672
9433
  "redshiftCredentialConfiguration": {
8673
- "shape": "S3z"
9434
+ "shape": "S4z"
8674
9435
  },
8675
9436
  "redshiftStorage": {
8676
- "shape": "S41"
9437
+ "shape": "S51"
8677
9438
  },
8678
9439
  "relationalFilterConfigurations": {
8679
- "shape": "S3p"
9440
+ "shape": "S4p"
8680
9441
  }
8681
9442
  }
8682
9443
  }
8683
9444
  },
8684
9445
  "union": true
8685
9446
  },
8686
- "S3p": {
9447
+ "S4p": {
8687
9448
  "type": "list",
8688
9449
  "member": {
8689
9450
  "type": "structure",
@@ -8710,7 +9471,7 @@
8710
9471
  }
8711
9472
  }
8712
9473
  },
8713
- "S3z": {
9474
+ "S4z": {
8714
9475
  "type": "structure",
8715
9476
  "required": [
8716
9477
  "secretManagerArn"
@@ -8719,7 +9480,7 @@
8719
9480
  "secretManagerArn": {}
8720
9481
  }
8721
9482
  },
8722
- "S41": {
9483
+ "S51": {
8723
9484
  "type": "structure",
8724
9485
  "members": {
8725
9486
  "redshiftClusterSource": {
@@ -8743,11 +9504,11 @@
8743
9504
  },
8744
9505
  "union": true
8745
9506
  },
8746
- "S47": {
9507
+ "S57": {
8747
9508
  "type": "string",
8748
9509
  "sensitive": true
8749
9510
  },
8750
- "S48": {
9511
+ "S58": {
8751
9512
  "type": "structure",
8752
9513
  "members": {
8753
9514
  "enableBusinessNameGeneration": {
@@ -8755,7 +9516,7 @@
8755
9516
  }
8756
9517
  }
8757
9518
  },
8758
- "S49": {
9519
+ "S59": {
8759
9520
  "type": "structure",
8760
9521
  "members": {
8761
9522
  "schedule": {},
@@ -8763,7 +9524,7 @@
8763
9524
  },
8764
9525
  "sensitive": true
8765
9526
  },
8766
- "S4e": {
9527
+ "S5e": {
8767
9528
  "type": "structure",
8768
9529
  "members": {
8769
9530
  "glueRunConfiguration": {
@@ -8779,7 +9540,7 @@
8779
9540
  "dataAccessRole": {},
8780
9541
  "region": {},
8781
9542
  "relationalFilterConfigurations": {
8782
- "shape": "S3p"
9543
+ "shape": "S4p"
8783
9544
  }
8784
9545
  }
8785
9546
  },
@@ -8794,25 +9555,25 @@
8794
9555
  "accountId": {},
8795
9556
  "dataAccessRole": {},
8796
9557
  "redshiftCredentialConfiguration": {
8797
- "shape": "S3z"
9558
+ "shape": "S4z"
8798
9559
  },
8799
9560
  "redshiftStorage": {
8800
- "shape": "S41"
9561
+ "shape": "S51"
8801
9562
  },
8802
9563
  "region": {},
8803
9564
  "relationalFilterConfigurations": {
8804
- "shape": "S3p"
9565
+ "shape": "S4p"
8805
9566
  }
8806
9567
  }
8807
9568
  }
8808
9569
  },
8809
9570
  "union": true
8810
9571
  },
8811
- "S4n": {
9572
+ "S5n": {
8812
9573
  "type": "timestamp",
8813
9574
  "timestampFormat": "iso8601"
8814
9575
  },
8815
- "S4o": {
9576
+ "S5o": {
8816
9577
  "type": "structure",
8817
9578
  "required": [
8818
9579
  "errorType"
@@ -8822,19 +9583,48 @@
8822
9583
  "errorType": {}
8823
9584
  }
8824
9585
  },
8825
- "S4w": {
9586
+ "S5w": {
8826
9587
  "type": "structure",
8827
9588
  "members": {
8828
9589
  "type": {},
8829
9590
  "userAssignment": {}
8830
9591
  }
8831
9592
  },
8832
- "S4z": {
9593
+ "S5z": {
8833
9594
  "type": "map",
8834
9595
  "key": {},
8835
9596
  "value": {}
8836
9597
  },
8837
- "S56": {
9598
+ "S65": {
9599
+ "type": "string",
9600
+ "sensitive": true
9601
+ },
9602
+ "S66": {
9603
+ "type": "string",
9604
+ "sensitive": true
9605
+ },
9606
+ "S69": {
9607
+ "type": "list",
9608
+ "member": {
9609
+ "type": "structure",
9610
+ "members": {
9611
+ "group": {
9612
+ "type": "structure",
9613
+ "members": {
9614
+ "groupId": {}
9615
+ }
9616
+ },
9617
+ "user": {
9618
+ "type": "structure",
9619
+ "members": {
9620
+ "userId": {}
9621
+ }
9622
+ }
9623
+ },
9624
+ "union": true
9625
+ }
9626
+ },
9627
+ "S6f": {
8838
9628
  "type": "list",
8839
9629
  "member": {
8840
9630
  "type": "structure",
@@ -8844,11 +9634,11 @@
8844
9634
  }
8845
9635
  }
8846
9636
  },
8847
- "S5b": {
9637
+ "S6k": {
8848
9638
  "type": "timestamp",
8849
9639
  "timestampFormat": "iso8601"
8850
9640
  },
8851
- "S5c": {
9641
+ "S6l": {
8852
9642
  "type": "structure",
8853
9643
  "members": {
8854
9644
  "endTimeoutMinutes": {
@@ -8859,7 +9649,7 @@
8859
9649
  }
8860
9650
  }
8861
9651
  },
8862
- "S5f": {
9652
+ "S6o": {
8863
9653
  "type": "list",
8864
9654
  "member": {
8865
9655
  "type": "structure",
@@ -8883,7 +9673,7 @@
8883
9673
  }
8884
9674
  }
8885
9675
  },
8886
- "S5l": {
9676
+ "S6u": {
8887
9677
  "type": "structure",
8888
9678
  "members": {
8889
9679
  "deploymentId": {},
@@ -8908,11 +9698,11 @@
8908
9698
  }
8909
9699
  }
8910
9700
  },
8911
- "S5r": {
9701
+ "S70": {
8912
9702
  "type": "string",
8913
9703
  "sensitive": true
8914
9704
  },
8915
- "S5s": {
9705
+ "S71": {
8916
9706
  "type": "list",
8917
9707
  "member": {
8918
9708
  "type": "structure",
@@ -8928,7 +9718,7 @@
8928
9718
  }
8929
9719
  }
8930
9720
  },
8931
- "S5u": {
9721
+ "S73": {
8932
9722
  "type": "structure",
8933
9723
  "members": {
8934
9724
  "cloudFormation": {
@@ -8943,7 +9733,7 @@
8943
9733
  },
8944
9734
  "union": true
8945
9735
  },
8946
- "S5x": {
9736
+ "S76": {
8947
9737
  "type": "list",
8948
9738
  "member": {
8949
9739
  "type": "structure",
@@ -8967,7 +9757,7 @@
8967
9757
  }
8968
9758
  }
8969
9759
  },
8970
- "S61": {
9760
+ "S7a": {
8971
9761
  "type": "structure",
8972
9762
  "members": {
8973
9763
  "awsConsoleLink": {
@@ -8979,11 +9769,11 @@
8979
9769
  },
8980
9770
  "union": true
8981
9771
  },
8982
- "S66": {
9772
+ "S7f": {
8983
9773
  "type": "string",
8984
9774
  "sensitive": true
8985
9775
  },
8986
- "S69": {
9776
+ "S7i": {
8987
9777
  "type": "structure",
8988
9778
  "members": {
8989
9779
  "smithy": {}
@@ -8991,19 +9781,19 @@
8991
9781
  "sensitive": true,
8992
9782
  "union": true
8993
9783
  },
8994
- "S6e": {
9784
+ "S7n": {
8995
9785
  "type": "string",
8996
9786
  "sensitive": true
8997
9787
  },
8998
- "S6f": {
9788
+ "S7o": {
8999
9789
  "type": "string",
9000
9790
  "sensitive": true
9001
9791
  },
9002
- "S6k": {
9792
+ "S7t": {
9003
9793
  "type": "string",
9004
9794
  "sensitive": true
9005
9795
  },
9006
- "S6m": {
9796
+ "S7v": {
9007
9797
  "type": "structure",
9008
9798
  "members": {
9009
9799
  "classifies": {
@@ -9016,11 +9806,11 @@
9016
9806
  }
9017
9807
  }
9018
9808
  },
9019
- "S6t": {
9809
+ "S81": {
9020
9810
  "type": "string",
9021
9811
  "sensitive": true
9022
9812
  },
9023
- "S72": {
9813
+ "S8a": {
9024
9814
  "type": "list",
9025
9815
  "member": {
9026
9816
  "type": "structure",
@@ -9030,7 +9820,7 @@
9030
9820
  }
9031
9821
  }
9032
9822
  },
9033
- "S77": {
9823
+ "S8f": {
9034
9824
  "type": "structure",
9035
9825
  "members": {
9036
9826
  "groupIdentifier": {},
@@ -9038,7 +9828,7 @@
9038
9828
  },
9039
9829
  "union": true
9040
9830
  },
9041
- "S7g": {
9831
+ "S8o": {
9042
9832
  "type": "list",
9043
9833
  "member": {
9044
9834
  "type": "structure",
@@ -9051,7 +9841,7 @@
9051
9841
  "assetId": {},
9052
9842
  "assetRevision": {},
9053
9843
  "failureCause": {
9054
- "shape": "S7i"
9844
+ "shape": "S8q"
9055
9845
  },
9056
9846
  "failureTimestamp": {
9057
9847
  "type": "timestamp"
@@ -9064,13 +9854,13 @@
9064
9854
  }
9065
9855
  }
9066
9856
  },
9067
- "S7i": {
9857
+ "S8q": {
9068
9858
  "type": "structure",
9069
9859
  "members": {
9070
9860
  "message": {}
9071
9861
  }
9072
9862
  },
9073
- "S7k": {
9863
+ "S8s": {
9074
9864
  "type": "structure",
9075
9865
  "members": {
9076
9866
  "listing": {
@@ -9087,19 +9877,19 @@
9087
9877
  },
9088
9878
  "union": true
9089
9879
  },
9090
- "S7y": {
9880
+ "S96": {
9091
9881
  "type": "list",
9092
9882
  "member": {}
9093
9883
  },
9094
- "S7z": {
9884
+ "S97": {
9095
9885
  "type": "list",
9096
9886
  "member": {}
9097
9887
  },
9098
- "S81": {
9888
+ "S99": {
9099
9889
  "type": "string",
9100
9890
  "sensitive": true
9101
9891
  },
9102
- "S82": {
9892
+ "S9a": {
9103
9893
  "type": "list",
9104
9894
  "member": {
9105
9895
  "type": "structure",
@@ -9113,7 +9903,7 @@
9113
9903
  }
9114
9904
  }
9115
9905
  },
9116
- "S89": {
9906
+ "S9g": {
9117
9907
  "type": "structure",
9118
9908
  "members": {
9119
9909
  "iam": {
@@ -9142,7 +9932,7 @@
9142
9932
  },
9143
9933
  "union": true
9144
9934
  },
9145
- "S8r": {
9935
+ "S9y": {
9146
9936
  "type": "structure",
9147
9937
  "members": {
9148
9938
  "glueSelfGrantStatus": {
@@ -9152,7 +9942,7 @@
9152
9942
  ],
9153
9943
  "members": {
9154
9944
  "selfGrantStatusDetails": {
9155
- "shape": "S8t"
9945
+ "shape": "Sa0"
9156
9946
  }
9157
9947
  }
9158
9948
  },
@@ -9163,14 +9953,14 @@
9163
9953
  ],
9164
9954
  "members": {
9165
9955
  "selfGrantStatusDetails": {
9166
- "shape": "S8t"
9956
+ "shape": "Sa0"
9167
9957
  }
9168
9958
  }
9169
9959
  }
9170
9960
  },
9171
9961
  "union": true
9172
9962
  },
9173
- "S8t": {
9963
+ "Sa0": {
9174
9964
  "type": "list",
9175
9965
  "member": {
9176
9966
  "type": "structure",
@@ -9186,7 +9976,7 @@
9186
9976
  }
9187
9977
  }
9188
9978
  },
9189
- "Sa4": {
9979
+ "Sbd": {
9190
9980
  "type": "structure",
9191
9981
  "members": {
9192
9982
  "added": {
@@ -9206,11 +9996,11 @@
9206
9996
  }
9207
9997
  }
9208
9998
  },
9209
- "Sah": {
9999
+ "Sbs": {
9210
10000
  "type": "list",
9211
10001
  "member": {}
9212
10002
  },
9213
- "Saj": {
10003
+ "Sbu": {
9214
10004
  "type": "list",
9215
10005
  "member": {
9216
10006
  "type": "structure",
@@ -9229,7 +10019,7 @@
9229
10019
  "union": true
9230
10020
  }
9231
10021
  },
9232
- "Sao": {
10022
+ "Sbz": {
9233
10023
  "type": "map",
9234
10024
  "key": {},
9235
10025
  "value": {
@@ -9238,7 +10028,7 @@
9238
10028
  "value": {}
9239
10029
  }
9240
10030
  },
9241
- "Saw": {
10031
+ "Sc7": {
9242
10032
  "type": "list",
9243
10033
  "member": {
9244
10034
  "type": "structure",
@@ -9248,13 +10038,13 @@
9248
10038
  ],
9249
10039
  "members": {
9250
10040
  "name": {
9251
- "shape": "S22"
10041
+ "shape": "S32"
9252
10042
  },
9253
10043
  "revision": {}
9254
10044
  }
9255
10045
  }
9256
10046
  },
9257
- "Sb9": {
10047
+ "Sck": {
9258
10048
  "type": "list",
9259
10049
  "member": {
9260
10050
  "type": "structure",
@@ -9266,7 +10056,7 @@
9266
10056
  }
9267
10057
  }
9268
10058
  },
9269
- "Sbm": {
10059
+ "Scx": {
9270
10060
  "type": "structure",
9271
10061
  "required": [
9272
10062
  "identifier",
@@ -9278,7 +10068,7 @@
9278
10068
  "type": {}
9279
10069
  }
9280
10070
  },
9281
- "Sc5": {
10071
+ "Sdg": {
9282
10072
  "type": "structure",
9283
10073
  "required": [
9284
10074
  "formName",
@@ -9296,15 +10086,15 @@
9296
10086
  "typeRevision": {}
9297
10087
  }
9298
10088
  },
9299
- "Sg5": {
10089
+ "Shy": {
9300
10090
  "type": "list",
9301
10091
  "member": {}
9302
10092
  },
9303
- "Sg7": {
10093
+ "Si0": {
9304
10094
  "type": "structure",
9305
10095
  "members": {
9306
10096
  "and": {
9307
- "shape": "Sg8"
10097
+ "shape": "Si1"
9308
10098
  },
9309
10099
  "filter": {
9310
10100
  "type": "structure",
@@ -9318,18 +10108,18 @@
9318
10108
  }
9319
10109
  },
9320
10110
  "or": {
9321
- "shape": "Sg8"
10111
+ "shape": "Si1"
9322
10112
  }
9323
10113
  },
9324
10114
  "union": true
9325
10115
  },
9326
- "Sg8": {
10116
+ "Si1": {
9327
10117
  "type": "list",
9328
10118
  "member": {
9329
- "shape": "Sg7"
10119
+ "shape": "Si0"
9330
10120
  }
9331
10121
  },
9332
- "Sgc": {
10122
+ "Si5": {
9333
10123
  "type": "list",
9334
10124
  "member": {
9335
10125
  "type": "structure",
@@ -9341,7 +10131,7 @@
9341
10131
  }
9342
10132
  }
9343
10133
  },
9344
- "Sgg": {
10134
+ "Si9": {
9345
10135
  "type": "structure",
9346
10136
  "required": [
9347
10137
  "attribute"