cdk-lambda-subminute 2.0.419 → 2.0.421

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 (34) hide show
  1. package/.jsii +16 -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/datazone-2018-05-10.min.json +706 -496
  5. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
  6. package/node_modules/aws-sdk/apis/deadline-2023-10-12.examples.json +5 -0
  7. package/node_modules/aws-sdk/apis/deadline-2023-10-12.min.json +6906 -0
  8. package/node_modules/aws-sdk/apis/deadline-2023-10-12.paginators.json +160 -0
  9. package/node_modules/aws-sdk/apis/deadline-2023-10-12.waiters2.json +131 -0
  10. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +71 -34
  11. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +113 -99
  12. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  13. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +13 -12
  14. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  15. package/node_modules/aws-sdk/clients/all.js +2 -1
  16. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +19 -15
  17. package/node_modules/aws-sdk/clients/datazone.d.ts +305 -75
  18. package/node_modules/aws-sdk/clients/deadline.d.ts +6639 -0
  19. package/node_modules/aws-sdk/clients/deadline.js +19 -0
  20. package/node_modules/aws-sdk/clients/ecs.d.ts +2 -2
  21. package/node_modules/aws-sdk/clients/emr.d.ts +2 -2
  22. package/node_modules/aws-sdk/clients/glue.d.ts +58 -0
  23. package/node_modules/aws-sdk/clients/lightsail.d.ts +33 -0
  24. package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +3 -3
  25. package/node_modules/aws-sdk/clients/securityhub.d.ts +97 -97
  26. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -2
  27. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +54 -9
  28. package/node_modules/aws-sdk/dist/aws-sdk.js +20 -15
  29. package/node_modules/aws-sdk/dist/aws-sdk.min.js +19 -19
  30. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  31. package/node_modules/aws-sdk/lib/core.js +1 -1
  32. package/node_modules/aws-sdk/lib/event_listeners.js +1 -0
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +3 -3
@@ -29,7 +29,14 @@
29
29
  "type": "list",
30
30
  "member": {
31
31
  "type": "structure",
32
+ "required": [
33
+ "predictionTarget"
34
+ ],
32
35
  "members": {
36
+ "editedValue": {
37
+ "type": "string",
38
+ "sensitive": true
39
+ },
33
40
  "predictionChoice": {
34
41
  "type": "integer"
35
42
  },
@@ -92,7 +99,7 @@
92
99
  ],
93
100
  "members": {
94
101
  "decisionComment": {
95
- "shape": "Sg"
102
+ "shape": "Sh"
96
103
  },
97
104
  "domainIdentifier": {
98
105
  "location": "uri",
@@ -123,25 +130,25 @@
123
130
  },
124
131
  "createdBy": {},
125
132
  "decisionComment": {
126
- "shape": "Sg"
133
+ "shape": "Sh"
127
134
  },
128
135
  "domainId": {},
129
136
  "id": {},
130
137
  "requestReason": {
131
- "shape": "Sl"
138
+ "shape": "Sm"
132
139
  },
133
140
  "reviewerId": {},
134
141
  "status": {},
135
142
  "subscribedListings": {
136
143
  "type": "list",
137
144
  "member": {
138
- "shape": "So"
145
+ "shape": "Sp"
139
146
  }
140
147
  },
141
148
  "subscribedPrincipals": {
142
149
  "type": "list",
143
150
  "member": {
144
- "shape": "S12"
151
+ "shape": "S13"
145
152
  }
146
153
  },
147
154
  "updatedAt": {
@@ -152,6 +159,33 @@
152
159
  },
153
160
  "idempotent": true
154
161
  },
162
+ "CancelMetadataGenerationRun": {
163
+ "http": {
164
+ "requestUri": "/v2/domains/{domainIdentifier}/metadata-generation-runs/{identifier}/cancel",
165
+ "responseCode": 200
166
+ },
167
+ "input": {
168
+ "type": "structure",
169
+ "required": [
170
+ "domainIdentifier",
171
+ "identifier"
172
+ ],
173
+ "members": {
174
+ "domainIdentifier": {
175
+ "location": "uri",
176
+ "locationName": "domainIdentifier"
177
+ },
178
+ "identifier": {
179
+ "location": "uri",
180
+ "locationName": "identifier"
181
+ }
182
+ }
183
+ },
184
+ "output": {
185
+ "type": "structure",
186
+ "members": {}
187
+ }
188
+ },
155
189
  "CancelSubscription": {
156
190
  "http": {
157
191
  "method": "PUT",
@@ -199,10 +233,10 @@
199
233
  },
200
234
  "status": {},
201
235
  "subscribedListing": {
202
- "shape": "So"
236
+ "shape": "Sp"
203
237
  },
204
238
  "subscribedPrincipal": {
205
- "shape": "S12"
239
+ "shape": "S13"
206
240
  },
207
241
  "subscriptionRequestId": {},
208
242
  "updatedAt": {
@@ -231,27 +265,27 @@
231
265
  "idempotencyToken": true
232
266
  },
233
267
  "description": {
234
- "shape": "Sp"
268
+ "shape": "Sq"
235
269
  },
236
270
  "domainIdentifier": {
237
271
  "location": "uri",
238
272
  "locationName": "domainIdentifier"
239
273
  },
240
274
  "externalIdentifier": {
241
- "shape": "S1d"
275
+ "shape": "S1h"
242
276
  },
243
277
  "formsInput": {
244
- "shape": "S1e"
278
+ "shape": "S1i"
245
279
  },
246
280
  "glossaryTerms": {
247
- "shape": "S1j"
281
+ "shape": "S1n"
248
282
  },
249
283
  "name": {
250
- "shape": "S1l"
284
+ "shape": "S1p"
251
285
  },
252
286
  "owningProjectIdentifier": {},
253
287
  "predictionConfiguration": {
254
- "shape": "S1m"
288
+ "shape": "S1q"
255
289
  },
256
290
  "typeIdentifier": {},
257
291
  "typeRevision": {}
@@ -275,35 +309,35 @@
275
309
  },
276
310
  "createdBy": {},
277
311
  "description": {
278
- "shape": "Sp"
312
+ "shape": "Sq"
279
313
  },
280
314
  "domainId": {},
281
315
  "externalIdentifier": {
282
- "shape": "S1d"
316
+ "shape": "S1h"
283
317
  },
284
318
  "firstRevisionCreatedAt": {
285
319
  "type": "timestamp"
286
320
  },
287
321
  "firstRevisionCreatedBy": {},
288
322
  "formsOutput": {
289
- "shape": "S1q"
323
+ "shape": "S1u"
290
324
  },
291
325
  "glossaryTerms": {
292
- "shape": "S1j"
326
+ "shape": "S1n"
293
327
  },
294
328
  "id": {},
295
329
  "listing": {
296
- "shape": "S1t"
330
+ "shape": "S1x"
297
331
  },
298
332
  "name": {
299
- "shape": "S1l"
333
+ "shape": "S1p"
300
334
  },
301
335
  "owningProjectId": {},
302
336
  "predictionConfiguration": {
303
- "shape": "S1m"
337
+ "shape": "S1q"
304
338
  },
305
339
  "readOnlyFormsOutput": {
306
- "shape": "S1q"
340
+ "shape": "S1u"
307
341
  },
308
342
  "revision": {},
309
343
  "typeIdentifier": {},
@@ -329,27 +363,27 @@
329
363
  "idempotencyToken": true
330
364
  },
331
365
  "description": {
332
- "shape": "Sp"
366
+ "shape": "Sq"
333
367
  },
334
368
  "domainIdentifier": {
335
369
  "location": "uri",
336
370
  "locationName": "domainIdentifier"
337
371
  },
338
372
  "formsInput": {
339
- "shape": "S1e"
373
+ "shape": "S1i"
340
374
  },
341
375
  "glossaryTerms": {
342
- "shape": "S1j"
376
+ "shape": "S1n"
343
377
  },
344
378
  "identifier": {
345
379
  "location": "uri",
346
380
  "locationName": "identifier"
347
381
  },
348
382
  "name": {
349
- "shape": "S1l"
383
+ "shape": "S1p"
350
384
  },
351
385
  "predictionConfiguration": {
352
- "shape": "S1m"
386
+ "shape": "S1q"
353
387
  },
354
388
  "typeRevision": {}
355
389
  }
@@ -372,35 +406,35 @@
372
406
  },
373
407
  "createdBy": {},
374
408
  "description": {
375
- "shape": "Sp"
409
+ "shape": "Sq"
376
410
  },
377
411
  "domainId": {},
378
412
  "externalIdentifier": {
379
- "shape": "S1d"
413
+ "shape": "S1h"
380
414
  },
381
415
  "firstRevisionCreatedAt": {
382
416
  "type": "timestamp"
383
417
  },
384
418
  "firstRevisionCreatedBy": {},
385
419
  "formsOutput": {
386
- "shape": "S1q"
420
+ "shape": "S1u"
387
421
  },
388
422
  "glossaryTerms": {
389
- "shape": "S1j"
423
+ "shape": "S1n"
390
424
  },
391
425
  "id": {},
392
426
  "listing": {
393
- "shape": "S1t"
427
+ "shape": "S1x"
394
428
  },
395
429
  "name": {
396
- "shape": "S1l"
430
+ "shape": "S1p"
397
431
  },
398
432
  "owningProjectId": {},
399
433
  "predictionConfiguration": {
400
- "shape": "S1m"
434
+ "shape": "S1q"
401
435
  },
402
436
  "readOnlyFormsOutput": {
403
- "shape": "S1q"
437
+ "shape": "S1u"
404
438
  },
405
439
  "revision": {},
406
440
  "typeIdentifier": {},
@@ -424,7 +458,7 @@
424
458
  ],
425
459
  "members": {
426
460
  "description": {
427
- "shape": "Sp"
461
+ "shape": "Sq"
428
462
  },
429
463
  "domainIdentifier": {
430
464
  "location": "uri",
@@ -466,11 +500,11 @@
466
500
  },
467
501
  "createdBy": {},
468
502
  "description": {
469
- "shape": "Sp"
503
+ "shape": "Sq"
470
504
  },
471
505
  "domainId": {},
472
506
  "formsOutput": {
473
- "shape": "S21"
507
+ "shape": "S25"
474
508
  },
475
509
  "name": {},
476
510
  "originDomainId": {},
@@ -500,16 +534,16 @@
500
534
  ],
501
535
  "members": {
502
536
  "assetFormsInput": {
503
- "shape": "S1e"
537
+ "shape": "S1i"
504
538
  },
505
539
  "clientToken": {
506
540
  "idempotencyToken": true
507
541
  },
508
542
  "configuration": {
509
- "shape": "S24"
543
+ "shape": "S28"
510
544
  },
511
545
  "description": {
512
- "shape": "Sp"
546
+ "shape": "Sq"
513
547
  },
514
548
  "domainIdentifier": {
515
549
  "location": "uri",
@@ -518,17 +552,17 @@
518
552
  "enableSetting": {},
519
553
  "environmentIdentifier": {},
520
554
  "name": {
521
- "shape": "S2p"
555
+ "shape": "S2t"
522
556
  },
523
557
  "projectIdentifier": {},
524
558
  "publishOnImport": {
525
559
  "type": "boolean"
526
560
  },
527
561
  "recommendation": {
528
- "shape": "S2q"
562
+ "shape": "S2u"
529
563
  },
530
564
  "schedule": {
531
- "shape": "S2r"
565
+ "shape": "S2v"
532
566
  },
533
567
  "type": {}
534
568
  }
@@ -544,48 +578,48 @@
544
578
  ],
545
579
  "members": {
546
580
  "assetFormsOutput": {
547
- "shape": "S1q"
581
+ "shape": "S1u"
548
582
  },
549
583
  "configuration": {
550
- "shape": "S2w"
584
+ "shape": "S30"
551
585
  },
552
586
  "createdAt": {
553
- "shape": "S35"
587
+ "shape": "S39"
554
588
  },
555
589
  "description": {
556
- "shape": "Sp"
590
+ "shape": "Sq"
557
591
  },
558
592
  "domainId": {},
559
593
  "enableSetting": {},
560
594
  "environmentId": {},
561
595
  "errorMessage": {
562
- "shape": "S37"
596
+ "shape": "S3b"
563
597
  },
564
598
  "id": {},
565
599
  "lastRunAt": {
566
- "shape": "S35"
600
+ "shape": "S39"
567
601
  },
568
602
  "lastRunErrorMessage": {
569
- "shape": "S37"
603
+ "shape": "S3b"
570
604
  },
571
605
  "lastRunStatus": {},
572
606
  "name": {
573
- "shape": "S2p"
607
+ "shape": "S2t"
574
608
  },
575
609
  "projectId": {},
576
610
  "publishOnImport": {
577
611
  "type": "boolean"
578
612
  },
579
613
  "recommendation": {
580
- "shape": "S2q"
614
+ "shape": "S2u"
581
615
  },
582
616
  "schedule": {
583
- "shape": "S2r"
617
+ "shape": "S2v"
584
618
  },
585
619
  "status": {},
586
620
  "type": {},
587
621
  "updatedAt": {
588
- "shape": "S35"
622
+ "shape": "S39"
589
623
  }
590
624
  }
591
625
  },
@@ -611,10 +645,10 @@
611
645
  "kmsKeyIdentifier": {},
612
646
  "name": {},
613
647
  "singleSignOn": {
614
- "shape": "S3f"
648
+ "shape": "S3j"
615
649
  },
616
650
  "tags": {
617
- "shape": "S3i"
651
+ "shape": "S3m"
618
652
  }
619
653
  }
620
654
  },
@@ -632,11 +666,11 @@
632
666
  "name": {},
633
667
  "portalUrl": {},
634
668
  "singleSignOn": {
635
- "shape": "S3f"
669
+ "shape": "S3j"
636
670
  },
637
671
  "status": {},
638
672
  "tags": {
639
- "shape": "S3i"
673
+ "shape": "S3m"
640
674
  }
641
675
  }
642
676
  },
@@ -663,12 +697,12 @@
663
697
  },
664
698
  "environmentProfileIdentifier": {},
665
699
  "glossaryTerms": {
666
- "shape": "S1j"
700
+ "shape": "S1n"
667
701
  },
668
702
  "name": {},
669
703
  "projectIdentifier": {},
670
704
  "userParameters": {
671
- "shape": "S3p"
705
+ "shape": "S3t"
672
706
  }
673
707
  }
674
708
  },
@@ -686,45 +720,45 @@
686
720
  "awsAccountId": {},
687
721
  "awsAccountRegion": {},
688
722
  "createdAt": {
689
- "shape": "S3u"
723
+ "shape": "S3y"
690
724
  },
691
725
  "createdBy": {},
692
726
  "deploymentProperties": {
693
- "shape": "S3v"
727
+ "shape": "S3z"
694
728
  },
695
729
  "description": {
696
- "shape": "Sp"
730
+ "shape": "Sq"
697
731
  },
698
732
  "domainId": {},
699
733
  "environmentActions": {
700
- "shape": "S3y"
734
+ "shape": "S42"
701
735
  },
702
736
  "environmentBlueprintId": {},
703
737
  "environmentProfileId": {},
704
738
  "glossaryTerms": {
705
- "shape": "S1j"
739
+ "shape": "S1n"
706
740
  },
707
741
  "id": {},
708
742
  "lastDeployment": {
709
- "shape": "S44"
743
+ "shape": "S48"
710
744
  },
711
745
  "name": {
712
- "shape": "S4a"
746
+ "shape": "S4e"
713
747
  },
714
748
  "projectId": {},
715
749
  "provider": {},
716
750
  "provisionedResources": {
717
- "shape": "S4b"
751
+ "shape": "S4f"
718
752
  },
719
753
  "provisioningProperties": {
720
- "shape": "S4d"
754
+ "shape": "S4h"
721
755
  },
722
756
  "status": {},
723
757
  "updatedAt": {
724
- "shape": "S3u"
758
+ "shape": "S3y"
725
759
  },
726
760
  "userParameters": {
727
- "shape": "S4g"
761
+ "shape": "S4k"
728
762
  }
729
763
  }
730
764
  }
@@ -746,7 +780,7 @@
746
780
  "awsAccountId": {},
747
781
  "awsAccountRegion": {},
748
782
  "description": {
749
- "shape": "Sp"
783
+ "shape": "Sq"
750
784
  },
751
785
  "domainIdentifier": {
752
786
  "location": "uri",
@@ -754,11 +788,11 @@
754
788
  },
755
789
  "environmentBlueprintIdentifier": {},
756
790
  "name": {
757
- "shape": "S4k"
791
+ "shape": "S4o"
758
792
  },
759
793
  "projectIdentifier": {},
760
794
  "userParameters": {
761
- "shape": "S3p"
795
+ "shape": "S3t"
762
796
  }
763
797
  }
764
798
  },
@@ -775,24 +809,24 @@
775
809
  "awsAccountId": {},
776
810
  "awsAccountRegion": {},
777
811
  "createdAt": {
778
- "shape": "S3u"
812
+ "shape": "S3y"
779
813
  },
780
814
  "createdBy": {},
781
815
  "description": {
782
- "shape": "Sp"
816
+ "shape": "Sq"
783
817
  },
784
818
  "domainId": {},
785
819
  "environmentBlueprintId": {},
786
820
  "id": {},
787
821
  "name": {
788
- "shape": "S4k"
822
+ "shape": "S4o"
789
823
  },
790
824
  "projectId": {},
791
825
  "updatedAt": {
792
- "shape": "S3u"
826
+ "shape": "S3y"
793
827
  },
794
828
  "userParameters": {
795
- "shape": "S4g"
829
+ "shape": "S4k"
796
830
  }
797
831
  }
798
832
  }
@@ -812,17 +846,17 @@
812
846
  ],
813
847
  "members": {
814
848
  "description": {
815
- "shape": "Sp"
849
+ "shape": "Sq"
816
850
  },
817
851
  "domainIdentifier": {
818
852
  "location": "uri",
819
853
  "locationName": "domainIdentifier"
820
854
  },
821
855
  "model": {
822
- "shape": "S4n"
856
+ "shape": "S4r"
823
857
  },
824
858
  "name": {
825
- "shape": "S1s"
859
+ "shape": "S1w"
826
860
  },
827
861
  "owningProjectIdentifier": {},
828
862
  "status": {}
@@ -837,11 +871,11 @@
837
871
  ],
838
872
  "members": {
839
873
  "description": {
840
- "shape": "Sp"
874
+ "shape": "Sq"
841
875
  },
842
876
  "domainId": {},
843
877
  "name": {
844
- "shape": "S1s"
878
+ "shape": "S1w"
845
879
  },
846
880
  "originDomainId": {},
847
881
  "originProjectId": {},
@@ -867,14 +901,14 @@
867
901
  "idempotencyToken": true
868
902
  },
869
903
  "description": {
870
- "shape": "S4s"
904
+ "shape": "S4w"
871
905
  },
872
906
  "domainIdentifier": {
873
907
  "location": "uri",
874
908
  "locationName": "domainIdentifier"
875
909
  },
876
910
  "name": {
877
- "shape": "S4t"
911
+ "shape": "S4x"
878
912
  },
879
913
  "owningProjectIdentifier": {},
880
914
  "status": {}
@@ -890,12 +924,12 @@
890
924
  ],
891
925
  "members": {
892
926
  "description": {
893
- "shape": "S4s"
927
+ "shape": "S4w"
894
928
  },
895
929
  "domainId": {},
896
930
  "id": {},
897
931
  "name": {
898
- "shape": "S4t"
932
+ "shape": "S4x"
899
933
  },
900
934
  "owningProjectId": {},
901
935
  "status": {}
@@ -925,17 +959,17 @@
925
959
  },
926
960
  "glossaryIdentifier": {},
927
961
  "longDescription": {
928
- "shape": "S4y"
962
+ "shape": "S52"
929
963
  },
930
964
  "name": {
931
- "shape": "Sx"
965
+ "shape": "Sy"
932
966
  },
933
967
  "shortDescription": {
934
- "shape": "Sy"
968
+ "shape": "Sz"
935
969
  },
936
970
  "status": {},
937
971
  "termRelations": {
938
- "shape": "S50"
972
+ "shape": "S54"
939
973
  }
940
974
  }
941
975
  },
@@ -953,17 +987,17 @@
953
987
  "glossaryId": {},
954
988
  "id": {},
955
989
  "longDescription": {
956
- "shape": "S4y"
990
+ "shape": "S52"
957
991
  },
958
992
  "name": {
959
- "shape": "Sx"
993
+ "shape": "Sy"
960
994
  },
961
995
  "shortDescription": {
962
- "shape": "Sy"
996
+ "shape": "Sz"
963
997
  },
964
998
  "status": {},
965
999
  "termRelations": {
966
- "shape": "S50"
1000
+ "shape": "S54"
967
1001
  }
968
1002
  }
969
1003
  },
@@ -996,7 +1030,7 @@
996
1030
  "members": {
997
1031
  "domainId": {},
998
1032
  "groupName": {
999
- "shape": "S57"
1033
+ "shape": "S5b"
1000
1034
  },
1001
1035
  "id": {},
1002
1036
  "status": {}
@@ -1058,17 +1092,17 @@
1058
1092
  ],
1059
1093
  "members": {
1060
1094
  "description": {
1061
- "shape": "Sp"
1095
+ "shape": "Sq"
1062
1096
  },
1063
1097
  "domainIdentifier": {
1064
1098
  "location": "uri",
1065
1099
  "locationName": "domainIdentifier"
1066
1100
  },
1067
1101
  "glossaryTerms": {
1068
- "shape": "S1j"
1102
+ "shape": "S1n"
1069
1103
  },
1070
1104
  "name": {
1071
- "shape": "S14"
1105
+ "shape": "S15"
1072
1106
  }
1073
1107
  }
1074
1108
  },
@@ -1082,25 +1116,25 @@
1082
1116
  ],
1083
1117
  "members": {
1084
1118
  "createdAt": {
1085
- "shape": "S3u"
1119
+ "shape": "S3y"
1086
1120
  },
1087
1121
  "createdBy": {},
1088
1122
  "description": {
1089
- "shape": "Sp"
1123
+ "shape": "Sq"
1090
1124
  },
1091
1125
  "domainId": {},
1092
1126
  "failureReasons": {
1093
- "shape": "S5h"
1127
+ "shape": "S5l"
1094
1128
  },
1095
1129
  "glossaryTerms": {
1096
- "shape": "S1j"
1130
+ "shape": "S1n"
1097
1131
  },
1098
1132
  "id": {},
1099
1133
  "lastUpdatedAt": {
1100
- "shape": "S3u"
1134
+ "shape": "S3y"
1101
1135
  },
1102
1136
  "name": {
1103
- "shape": "S14"
1137
+ "shape": "S15"
1104
1138
  },
1105
1139
  "projectStatus": {}
1106
1140
  }
@@ -1126,7 +1160,7 @@
1126
1160
  "locationName": "domainIdentifier"
1127
1161
  },
1128
1162
  "member": {
1129
- "shape": "S5m"
1163
+ "shape": "S5q"
1130
1164
  },
1131
1165
  "projectIdentifier": {
1132
1166
  "location": "uri",
@@ -1209,7 +1243,7 @@
1209
1243
  ],
1210
1244
  "members": {
1211
1245
  "assets": {
1212
- "shape": "S5v"
1246
+ "shape": "S5z"
1213
1247
  },
1214
1248
  "createdAt": {
1215
1249
  "type": "timestamp"
@@ -1217,7 +1251,7 @@
1217
1251
  "createdBy": {},
1218
1252
  "domainId": {},
1219
1253
  "grantedEntity": {
1220
- "shape": "S60"
1254
+ "shape": "S64"
1221
1255
  },
1222
1256
  "id": {},
1223
1257
  "status": {},
@@ -1252,7 +1286,7 @@
1252
1286
  "locationName": "domainIdentifier"
1253
1287
  },
1254
1288
  "requestReason": {
1255
- "shape": "Sl"
1289
+ "shape": "Sm"
1256
1290
  },
1257
1291
  "subscribedListings": {
1258
1292
  "type": "list",
@@ -1302,25 +1336,25 @@
1302
1336
  },
1303
1337
  "createdBy": {},
1304
1338
  "decisionComment": {
1305
- "shape": "Sg"
1339
+ "shape": "Sh"
1306
1340
  },
1307
1341
  "domainId": {},
1308
1342
  "id": {},
1309
1343
  "requestReason": {
1310
- "shape": "Sl"
1344
+ "shape": "Sm"
1311
1345
  },
1312
1346
  "reviewerId": {},
1313
1347
  "status": {},
1314
1348
  "subscribedListings": {
1315
1349
  "type": "list",
1316
1350
  "member": {
1317
- "shape": "So"
1351
+ "shape": "Sp"
1318
1352
  }
1319
1353
  },
1320
1354
  "subscribedPrincipals": {
1321
1355
  "type": "list",
1322
1356
  "member": {
1323
- "shape": "S12"
1357
+ "shape": "S13"
1324
1358
  }
1325
1359
  },
1326
1360
  "updatedAt": {
@@ -1349,10 +1383,10 @@
1349
1383
  ],
1350
1384
  "members": {
1351
1385
  "applicableAssetTypes": {
1352
- "shape": "S6e"
1386
+ "shape": "S6i"
1353
1387
  },
1354
1388
  "authorizedPrincipals": {
1355
- "shape": "S6f"
1389
+ "shape": "S6j"
1356
1390
  },
1357
1391
  "clientToken": {
1358
1392
  "idempotencyToken": true
@@ -1367,11 +1401,11 @@
1367
1401
  },
1368
1402
  "manageAccessRole": {},
1369
1403
  "name": {
1370
- "shape": "S6h"
1404
+ "shape": "S6l"
1371
1405
  },
1372
1406
  "provider": {},
1373
1407
  "subscriptionTargetConfig": {
1374
- "shape": "S6i"
1408
+ "shape": "S6m"
1375
1409
  },
1376
1410
  "type": {}
1377
1411
  }
@@ -1395,10 +1429,10 @@
1395
1429
  ],
1396
1430
  "members": {
1397
1431
  "applicableAssetTypes": {
1398
- "shape": "S6e"
1432
+ "shape": "S6i"
1399
1433
  },
1400
1434
  "authorizedPrincipals": {
1401
- "shape": "S6f"
1435
+ "shape": "S6j"
1402
1436
  },
1403
1437
  "createdAt": {
1404
1438
  "type": "timestamp"
@@ -1409,12 +1443,12 @@
1409
1443
  "id": {},
1410
1444
  "manageAccessRole": {},
1411
1445
  "name": {
1412
- "shape": "S6h"
1446
+ "shape": "S6l"
1413
1447
  },
1414
1448
  "projectId": {},
1415
1449
  "provider": {},
1416
1450
  "subscriptionTargetConfig": {
1417
- "shape": "S6i"
1451
+ "shape": "S6m"
1418
1452
  },
1419
1453
  "type": {},
1420
1454
  "updatedAt": {
@@ -1451,7 +1485,7 @@
1451
1485
  "type": "structure",
1452
1486
  "members": {
1453
1487
  "details": {
1454
- "shape": "S6p"
1488
+ "shape": "S6t"
1455
1489
  },
1456
1490
  "domainId": {},
1457
1491
  "id": {},
@@ -1557,45 +1591,45 @@
1557
1591
  ],
1558
1592
  "members": {
1559
1593
  "assetFormsOutput": {
1560
- "shape": "S1q"
1594
+ "shape": "S1u"
1561
1595
  },
1562
1596
  "configuration": {
1563
- "shape": "S2w"
1597
+ "shape": "S30"
1564
1598
  },
1565
1599
  "createdAt": {
1566
- "shape": "S35"
1600
+ "shape": "S39"
1567
1601
  },
1568
1602
  "description": {
1569
- "shape": "Sp"
1603
+ "shape": "Sq"
1570
1604
  },
1571
1605
  "domainId": {},
1572
1606
  "enableSetting": {},
1573
1607
  "environmentId": {},
1574
1608
  "errorMessage": {
1575
- "shape": "S37"
1609
+ "shape": "S3b"
1576
1610
  },
1577
1611
  "id": {},
1578
1612
  "lastRunAt": {
1579
- "shape": "S35"
1613
+ "shape": "S39"
1580
1614
  },
1581
1615
  "lastRunErrorMessage": {
1582
- "shape": "S37"
1616
+ "shape": "S3b"
1583
1617
  },
1584
1618
  "lastRunStatus": {},
1585
1619
  "name": {
1586
- "shape": "S2p"
1620
+ "shape": "S2t"
1587
1621
  },
1588
1622
  "projectId": {},
1589
1623
  "publishOnImport": {
1590
1624
  "type": "boolean"
1591
1625
  },
1592
1626
  "schedule": {
1593
- "shape": "S2r"
1627
+ "shape": "S2v"
1594
1628
  },
1595
1629
  "status": {},
1596
1630
  "type": {},
1597
1631
  "updatedAt": {
1598
- "shape": "S35"
1632
+ "shape": "S39"
1599
1633
  }
1600
1634
  }
1601
1635
  },
@@ -1886,7 +1920,7 @@
1886
1920
  "locationName": "domainIdentifier"
1887
1921
  },
1888
1922
  "member": {
1889
- "shape": "S5m"
1923
+ "shape": "S5q"
1890
1924
  },
1891
1925
  "projectIdentifier": {
1892
1926
  "location": "uri",
@@ -1937,7 +1971,7 @@
1937
1971
  ],
1938
1972
  "members": {
1939
1973
  "assets": {
1940
- "shape": "S5v"
1974
+ "shape": "S5z"
1941
1975
  },
1942
1976
  "createdAt": {
1943
1977
  "type": "timestamp"
@@ -1945,7 +1979,7 @@
1945
1979
  "createdBy": {},
1946
1980
  "domainId": {},
1947
1981
  "grantedEntity": {
1948
- "shape": "S60"
1982
+ "shape": "S64"
1949
1983
  },
1950
1984
  "id": {},
1951
1985
  "status": {},
@@ -2056,32 +2090,32 @@
2056
2090
  },
2057
2091
  "createdBy": {},
2058
2092
  "description": {
2059
- "shape": "Sp"
2093
+ "shape": "Sq"
2060
2094
  },
2061
2095
  "domainId": {},
2062
2096
  "externalIdentifier": {
2063
- "shape": "S1d"
2097
+ "shape": "S1h"
2064
2098
  },
2065
2099
  "firstRevisionCreatedAt": {
2066
2100
  "type": "timestamp"
2067
2101
  },
2068
2102
  "firstRevisionCreatedBy": {},
2069
2103
  "formsOutput": {
2070
- "shape": "S1q"
2104
+ "shape": "S1u"
2071
2105
  },
2072
2106
  "glossaryTerms": {
2073
- "shape": "S1j"
2107
+ "shape": "S1n"
2074
2108
  },
2075
2109
  "id": {},
2076
2110
  "listing": {
2077
- "shape": "S1t"
2111
+ "shape": "S1x"
2078
2112
  },
2079
2113
  "name": {
2080
- "shape": "S1l"
2114
+ "shape": "S1p"
2081
2115
  },
2082
2116
  "owningProjectId": {},
2083
2117
  "readOnlyFormsOutput": {
2084
- "shape": "S1q"
2118
+ "shape": "S1u"
2085
2119
  },
2086
2120
  "revision": {},
2087
2121
  "typeIdentifier": {},
@@ -2131,11 +2165,11 @@
2131
2165
  },
2132
2166
  "createdBy": {},
2133
2167
  "description": {
2134
- "shape": "Sp"
2168
+ "shape": "Sq"
2135
2169
  },
2136
2170
  "domainId": {},
2137
2171
  "formsOutput": {
2138
- "shape": "S21"
2172
+ "shape": "S25"
2139
2173
  },
2140
2174
  "name": {},
2141
2175
  "originDomainId": {},
@@ -2183,51 +2217,51 @@
2183
2217
  ],
2184
2218
  "members": {
2185
2219
  "assetFormsOutput": {
2186
- "shape": "S1q"
2220
+ "shape": "S1u"
2187
2221
  },
2188
2222
  "configuration": {
2189
- "shape": "S2w"
2223
+ "shape": "S30"
2190
2224
  },
2191
2225
  "createdAt": {
2192
- "shape": "S35"
2226
+ "shape": "S39"
2193
2227
  },
2194
2228
  "description": {
2195
- "shape": "Sp"
2229
+ "shape": "Sq"
2196
2230
  },
2197
2231
  "domainId": {},
2198
2232
  "enableSetting": {},
2199
2233
  "environmentId": {},
2200
2234
  "errorMessage": {
2201
- "shape": "S37"
2235
+ "shape": "S3b"
2202
2236
  },
2203
2237
  "id": {},
2204
2238
  "lastRunAssetCount": {
2205
2239
  "type": "integer"
2206
2240
  },
2207
2241
  "lastRunAt": {
2208
- "shape": "S35"
2242
+ "shape": "S39"
2209
2243
  },
2210
2244
  "lastRunErrorMessage": {
2211
- "shape": "S37"
2245
+ "shape": "S3b"
2212
2246
  },
2213
2247
  "lastRunStatus": {},
2214
2248
  "name": {
2215
- "shape": "S2p"
2249
+ "shape": "S2t"
2216
2250
  },
2217
2251
  "projectId": {},
2218
2252
  "publishOnImport": {
2219
2253
  "type": "boolean"
2220
2254
  },
2221
2255
  "recommendation": {
2222
- "shape": "S2q"
2256
+ "shape": "S2u"
2223
2257
  },
2224
2258
  "schedule": {
2225
- "shape": "S2r"
2259
+ "shape": "S2v"
2226
2260
  },
2227
2261
  "status": {},
2228
2262
  "type": {},
2229
2263
  "updatedAt": {
2230
- "shape": "S35"
2264
+ "shape": "S39"
2231
2265
  }
2232
2266
  }
2233
2267
  }
@@ -2269,29 +2303,29 @@
2269
2303
  ],
2270
2304
  "members": {
2271
2305
  "createdAt": {
2272
- "shape": "S35"
2306
+ "shape": "S39"
2273
2307
  },
2274
2308
  "dataSourceConfigurationSnapshot": {},
2275
2309
  "dataSourceId": {},
2276
2310
  "domainId": {},
2277
2311
  "errorMessage": {
2278
- "shape": "S37"
2312
+ "shape": "S3b"
2279
2313
  },
2280
2314
  "id": {},
2281
2315
  "projectId": {},
2282
2316
  "runStatisticsForAssets": {
2283
- "shape": "S7z"
2317
+ "shape": "S83"
2284
2318
  },
2285
2319
  "startedAt": {
2286
- "shape": "S35"
2320
+ "shape": "S39"
2287
2321
  },
2288
2322
  "status": {},
2289
2323
  "stoppedAt": {
2290
- "shape": "S35"
2324
+ "shape": "S39"
2291
2325
  },
2292
2326
  "type": {},
2293
2327
  "updatedAt": {
2294
- "shape": "S35"
2328
+ "shape": "S39"
2295
2329
  }
2296
2330
  }
2297
2331
  }
@@ -2336,11 +2370,11 @@
2336
2370
  "name": {},
2337
2371
  "portalUrl": {},
2338
2372
  "singleSignOn": {
2339
- "shape": "S3f"
2373
+ "shape": "S3j"
2340
2374
  },
2341
2375
  "status": {},
2342
2376
  "tags": {
2343
- "shape": "S3i"
2377
+ "shape": "S3m"
2344
2378
  }
2345
2379
  }
2346
2380
  }
@@ -2382,45 +2416,45 @@
2382
2416
  "awsAccountId": {},
2383
2417
  "awsAccountRegion": {},
2384
2418
  "createdAt": {
2385
- "shape": "S3u"
2419
+ "shape": "S3y"
2386
2420
  },
2387
2421
  "createdBy": {},
2388
2422
  "deploymentProperties": {
2389
- "shape": "S3v"
2423
+ "shape": "S3z"
2390
2424
  },
2391
2425
  "description": {
2392
- "shape": "Sp"
2426
+ "shape": "Sq"
2393
2427
  },
2394
2428
  "domainId": {},
2395
2429
  "environmentActions": {
2396
- "shape": "S3y"
2430
+ "shape": "S42"
2397
2431
  },
2398
2432
  "environmentBlueprintId": {},
2399
2433
  "environmentProfileId": {},
2400
2434
  "glossaryTerms": {
2401
- "shape": "S1j"
2435
+ "shape": "S1n"
2402
2436
  },
2403
2437
  "id": {},
2404
2438
  "lastDeployment": {
2405
- "shape": "S44"
2439
+ "shape": "S48"
2406
2440
  },
2407
2441
  "name": {
2408
- "shape": "S4a"
2442
+ "shape": "S4e"
2409
2443
  },
2410
2444
  "projectId": {},
2411
2445
  "provider": {},
2412
2446
  "provisionedResources": {
2413
- "shape": "S4b"
2447
+ "shape": "S4f"
2414
2448
  },
2415
2449
  "provisioningProperties": {
2416
- "shape": "S4d"
2450
+ "shape": "S4h"
2417
2451
  },
2418
2452
  "status": {},
2419
2453
  "updatedAt": {
2420
- "shape": "S3u"
2454
+ "shape": "S3y"
2421
2455
  },
2422
2456
  "userParameters": {
2423
- "shape": "S4g"
2457
+ "shape": "S4k"
2424
2458
  }
2425
2459
  }
2426
2460
  }
@@ -2458,28 +2492,28 @@
2458
2492
  ],
2459
2493
  "members": {
2460
2494
  "createdAt": {
2461
- "shape": "S3u"
2495
+ "shape": "S3y"
2462
2496
  },
2463
2497
  "deploymentProperties": {
2464
- "shape": "S3v"
2498
+ "shape": "S3z"
2465
2499
  },
2466
2500
  "description": {
2467
- "shape": "Sp"
2501
+ "shape": "Sq"
2468
2502
  },
2469
2503
  "glossaryTerms": {
2470
- "shape": "S1j"
2504
+ "shape": "S1n"
2471
2505
  },
2472
2506
  "id": {},
2473
2507
  "name": {},
2474
2508
  "provider": {},
2475
2509
  "provisioningProperties": {
2476
- "shape": "S4d"
2510
+ "shape": "S4h"
2477
2511
  },
2478
2512
  "updatedAt": {
2479
- "shape": "S3u"
2513
+ "shape": "S3y"
2480
2514
  },
2481
2515
  "userParameters": {
2482
- "shape": "S4g"
2516
+ "shape": "S4k"
2483
2517
  }
2484
2518
  }
2485
2519
  }
@@ -2515,20 +2549,20 @@
2515
2549
  ],
2516
2550
  "members": {
2517
2551
  "createdAt": {
2518
- "shape": "S3u"
2552
+ "shape": "S3y"
2519
2553
  },
2520
2554
  "domainId": {},
2521
2555
  "enabledRegions": {
2522
- "shape": "S8a"
2556
+ "shape": "S8e"
2523
2557
  },
2524
2558
  "environmentBlueprintId": {},
2525
2559
  "manageAccessRoleArn": {},
2526
2560
  "provisioningRoleArn": {},
2527
2561
  "regionalParameters": {
2528
- "shape": "S8c"
2562
+ "shape": "S8g"
2529
2563
  },
2530
2564
  "updatedAt": {
2531
- "shape": "S3u"
2565
+ "shape": "S3y"
2532
2566
  }
2533
2567
  }
2534
2568
  }
@@ -2569,24 +2603,24 @@
2569
2603
  "awsAccountId": {},
2570
2604
  "awsAccountRegion": {},
2571
2605
  "createdAt": {
2572
- "shape": "S3u"
2606
+ "shape": "S3y"
2573
2607
  },
2574
2608
  "createdBy": {},
2575
2609
  "description": {
2576
- "shape": "Sp"
2610
+ "shape": "Sq"
2577
2611
  },
2578
2612
  "domainId": {},
2579
2613
  "environmentBlueprintId": {},
2580
2614
  "id": {},
2581
2615
  "name": {
2582
- "shape": "S4k"
2616
+ "shape": "S4o"
2583
2617
  },
2584
2618
  "projectId": {},
2585
2619
  "updatedAt": {
2586
- "shape": "S3u"
2620
+ "shape": "S3y"
2587
2621
  },
2588
2622
  "userParameters": {
2589
- "shape": "S4g"
2623
+ "shape": "S4k"
2590
2624
  }
2591
2625
  }
2592
2626
  }
@@ -2632,17 +2666,17 @@
2632
2666
  },
2633
2667
  "createdBy": {},
2634
2668
  "description": {
2635
- "shape": "Sp"
2669
+ "shape": "Sq"
2636
2670
  },
2637
2671
  "domainId": {},
2638
2672
  "imports": {
2639
- "shape": "S8i"
2673
+ "shape": "S8m"
2640
2674
  },
2641
2675
  "model": {
2642
- "shape": "S4n"
2676
+ "shape": "S4r"
2643
2677
  },
2644
2678
  "name": {
2645
- "shape": "S1s"
2679
+ "shape": "S1w"
2646
2680
  },
2647
2681
  "originDomainId": {},
2648
2682
  "originProjectId": {},
@@ -2690,12 +2724,12 @@
2690
2724
  },
2691
2725
  "createdBy": {},
2692
2726
  "description": {
2693
- "shape": "S4s"
2727
+ "shape": "S4w"
2694
2728
  },
2695
2729
  "domainId": {},
2696
2730
  "id": {},
2697
2731
  "name": {
2698
- "shape": "S4t"
2732
+ "shape": "S4x"
2699
2733
  },
2700
2734
  "owningProjectId": {},
2701
2735
  "status": {},
@@ -2747,17 +2781,17 @@
2747
2781
  "glossaryId": {},
2748
2782
  "id": {},
2749
2783
  "longDescription": {
2750
- "shape": "S4y"
2784
+ "shape": "S52"
2751
2785
  },
2752
2786
  "name": {
2753
- "shape": "Sx"
2787
+ "shape": "Sy"
2754
2788
  },
2755
2789
  "shortDescription": {
2756
- "shape": "Sy"
2790
+ "shape": "Sz"
2757
2791
  },
2758
2792
  "status": {},
2759
2793
  "termRelations": {
2760
- "shape": "S50"
2794
+ "shape": "S54"
2761
2795
  },
2762
2796
  "updatedAt": {
2763
2797
  "type": "timestamp"
@@ -2794,7 +2828,7 @@
2794
2828
  "members": {
2795
2829
  "domainId": {},
2796
2830
  "groupName": {
2797
- "shape": "S57"
2831
+ "shape": "S5b"
2798
2832
  },
2799
2833
  "id": {},
2800
2834
  "status": {}
@@ -2869,7 +2903,7 @@
2869
2903
  },
2870
2904
  "createdBy": {},
2871
2905
  "description": {
2872
- "shape": "Sp"
2906
+ "shape": "Sq"
2873
2907
  },
2874
2908
  "domainId": {},
2875
2909
  "id": {},
@@ -2887,7 +2921,7 @@
2887
2921
  },
2888
2922
  "forms": {},
2889
2923
  "glossaryTerms": {
2890
- "shape": "Sv"
2924
+ "shape": "Sw"
2891
2925
  },
2892
2926
  "owningProjectId": {}
2893
2927
  }
@@ -2905,6 +2939,52 @@
2905
2939
  }
2906
2940
  }
2907
2941
  },
2942
+ "GetMetadataGenerationRun": {
2943
+ "http": {
2944
+ "method": "GET",
2945
+ "requestUri": "/v2/domains/{domainIdentifier}/metadata-generation-runs/{identifier}",
2946
+ "responseCode": 200
2947
+ },
2948
+ "input": {
2949
+ "type": "structure",
2950
+ "required": [
2951
+ "domainIdentifier",
2952
+ "identifier"
2953
+ ],
2954
+ "members": {
2955
+ "domainIdentifier": {
2956
+ "location": "uri",
2957
+ "locationName": "domainIdentifier"
2958
+ },
2959
+ "identifier": {
2960
+ "location": "uri",
2961
+ "locationName": "identifier"
2962
+ }
2963
+ }
2964
+ },
2965
+ "output": {
2966
+ "type": "structure",
2967
+ "required": [
2968
+ "domainId",
2969
+ "id",
2970
+ "owningProjectId"
2971
+ ],
2972
+ "members": {
2973
+ "createdAt": {
2974
+ "type": "timestamp"
2975
+ },
2976
+ "createdBy": {},
2977
+ "domainId": {},
2978
+ "id": {},
2979
+ "owningProjectId": {},
2980
+ "status": {},
2981
+ "target": {
2982
+ "shape": "S93"
2983
+ },
2984
+ "type": {}
2985
+ }
2986
+ }
2987
+ },
2908
2988
  "GetProject": {
2909
2989
  "http": {
2910
2990
  "method": "GET",
@@ -2938,25 +3018,25 @@
2938
3018
  ],
2939
3019
  "members": {
2940
3020
  "createdAt": {
2941
- "shape": "S3u"
3021
+ "shape": "S3y"
2942
3022
  },
2943
3023
  "createdBy": {},
2944
3024
  "description": {
2945
- "shape": "Sp"
3025
+ "shape": "Sq"
2946
3026
  },
2947
3027
  "domainId": {},
2948
3028
  "failureReasons": {
2949
- "shape": "S5h"
3029
+ "shape": "S5l"
2950
3030
  },
2951
3031
  "glossaryTerms": {
2952
- "shape": "S1j"
3032
+ "shape": "S1n"
2953
3033
  },
2954
3034
  "id": {},
2955
3035
  "lastUpdatedAt": {
2956
- "shape": "S3u"
3036
+ "shape": "S3y"
2957
3037
  },
2958
3038
  "name": {
2959
- "shape": "S14"
3039
+ "shape": "S15"
2960
3040
  },
2961
3041
  "projectStatus": {}
2962
3042
  }
@@ -3009,10 +3089,10 @@
3009
3089
  },
3010
3090
  "status": {},
3011
3091
  "subscribedListing": {
3012
- "shape": "So"
3092
+ "shape": "Sp"
3013
3093
  },
3014
3094
  "subscribedPrincipal": {
3015
- "shape": "S12"
3095
+ "shape": "S13"
3016
3096
  },
3017
3097
  "subscriptionRequestId": {},
3018
3098
  "updatedAt": {
@@ -3059,7 +3139,7 @@
3059
3139
  ],
3060
3140
  "members": {
3061
3141
  "assets": {
3062
- "shape": "S5v"
3142
+ "shape": "S5z"
3063
3143
  },
3064
3144
  "createdAt": {
3065
3145
  "type": "timestamp"
@@ -3067,7 +3147,7 @@
3067
3147
  "createdBy": {},
3068
3148
  "domainId": {},
3069
3149
  "grantedEntity": {
3070
- "shape": "S60"
3150
+ "shape": "S64"
3071
3151
  },
3072
3152
  "id": {},
3073
3153
  "status": {},
@@ -3122,25 +3202,25 @@
3122
3202
  },
3123
3203
  "createdBy": {},
3124
3204
  "decisionComment": {
3125
- "shape": "Sg"
3205
+ "shape": "Sh"
3126
3206
  },
3127
3207
  "domainId": {},
3128
3208
  "id": {},
3129
3209
  "requestReason": {
3130
- "shape": "Sl"
3210
+ "shape": "Sm"
3131
3211
  },
3132
3212
  "reviewerId": {},
3133
3213
  "status": {},
3134
3214
  "subscribedListings": {
3135
3215
  "type": "list",
3136
3216
  "member": {
3137
- "shape": "So"
3217
+ "shape": "Sp"
3138
3218
  }
3139
3219
  },
3140
3220
  "subscribedPrincipals": {
3141
3221
  "type": "list",
3142
3222
  "member": {
3143
- "shape": "S12"
3223
+ "shape": "S13"
3144
3224
  }
3145
3225
  },
3146
3226
  "updatedAt": {
@@ -3197,10 +3277,10 @@
3197
3277
  ],
3198
3278
  "members": {
3199
3279
  "applicableAssetTypes": {
3200
- "shape": "S6e"
3280
+ "shape": "S6i"
3201
3281
  },
3202
3282
  "authorizedPrincipals": {
3203
- "shape": "S6f"
3283
+ "shape": "S6j"
3204
3284
  },
3205
3285
  "createdAt": {
3206
3286
  "type": "timestamp"
@@ -3211,12 +3291,12 @@
3211
3291
  "id": {},
3212
3292
  "manageAccessRole": {},
3213
3293
  "name": {
3214
- "shape": "S6h"
3294
+ "shape": "S6l"
3215
3295
  },
3216
3296
  "projectId": {},
3217
3297
  "provider": {},
3218
3298
  "subscriptionTargetConfig": {
3219
- "shape": "S6i"
3299
+ "shape": "S6m"
3220
3300
  },
3221
3301
  "type": {},
3222
3302
  "updatedAt": {
@@ -3257,7 +3337,7 @@
3257
3337
  "type": "structure",
3258
3338
  "members": {
3259
3339
  "details": {
3260
- "shape": "S6p"
3340
+ "shape": "S6t"
3261
3341
  },
3262
3342
  "domainId": {},
3263
3343
  "id": {},
@@ -3377,26 +3457,26 @@
3377
3457
  ],
3378
3458
  "members": {
3379
3459
  "createdAt": {
3380
- "shape": "S35"
3460
+ "shape": "S39"
3381
3461
  },
3382
3462
  "dataAssetId": {},
3383
3463
  "dataAssetStatus": {},
3384
3464
  "dataSourceRunId": {},
3385
3465
  "database": {
3386
- "shape": "S2p"
3466
+ "shape": "S2t"
3387
3467
  },
3388
3468
  "errorMessage": {
3389
- "shape": "S37"
3469
+ "shape": "S3b"
3390
3470
  },
3391
3471
  "projectId": {},
3392
3472
  "technicalDescription": {
3393
- "shape": "Sp"
3473
+ "shape": "Sq"
3394
3474
  },
3395
3475
  "technicalName": {
3396
- "shape": "S2p"
3476
+ "shape": "S2t"
3397
3477
  },
3398
3478
  "updatedAt": {
3399
- "shape": "S35"
3479
+ "shape": "S39"
3400
3480
  }
3401
3481
  }
3402
3482
  }
@@ -3462,27 +3542,27 @@
3462
3542
  ],
3463
3543
  "members": {
3464
3544
  "createdAt": {
3465
- "shape": "S35"
3545
+ "shape": "S39"
3466
3546
  },
3467
3547
  "dataSourceId": {},
3468
3548
  "errorMessage": {
3469
- "shape": "S37"
3549
+ "shape": "S3b"
3470
3550
  },
3471
3551
  "id": {},
3472
3552
  "projectId": {},
3473
3553
  "runStatisticsForAssets": {
3474
- "shape": "S7z"
3554
+ "shape": "S83"
3475
3555
  },
3476
3556
  "startedAt": {
3477
- "shape": "S35"
3557
+ "shape": "S39"
3478
3558
  },
3479
3559
  "status": {},
3480
3560
  "stoppedAt": {
3481
- "shape": "S35"
3561
+ "shape": "S39"
3482
3562
  },
3483
3563
  "type": {},
3484
3564
  "updatedAt": {
3485
- "shape": "S35"
3565
+ "shape": "S39"
3486
3566
  }
3487
3567
  }
3488
3568
  }
@@ -3518,7 +3598,7 @@
3518
3598
  "type": "integer"
3519
3599
  },
3520
3600
  "name": {
3521
- "shape": "S2p",
3601
+ "shape": "S2t",
3522
3602
  "location": "querystring",
3523
3603
  "locationName": "name"
3524
3604
  },
@@ -3560,7 +3640,7 @@
3560
3640
  ],
3561
3641
  "members": {
3562
3642
  "createdAt": {
3563
- "shape": "S35"
3643
+ "shape": "S39"
3564
3644
  },
3565
3645
  "dataSourceId": {},
3566
3646
  "domainId": {},
@@ -3570,22 +3650,22 @@
3570
3650
  "type": "integer"
3571
3651
  },
3572
3652
  "lastRunAt": {
3573
- "shape": "S35"
3653
+ "shape": "S39"
3574
3654
  },
3575
3655
  "lastRunErrorMessage": {
3576
- "shape": "S37"
3656
+ "shape": "S3b"
3577
3657
  },
3578
3658
  "lastRunStatus": {},
3579
3659
  "name": {
3580
- "shape": "S2p"
3660
+ "shape": "S2t"
3581
3661
  },
3582
3662
  "schedule": {
3583
- "shape": "S2r"
3663
+ "shape": "S2v"
3584
3664
  },
3585
3665
  "status": {},
3586
3666
  "type": {},
3587
3667
  "updatedAt": {
3588
- "shape": "S35"
3668
+ "shape": "S39"
3589
3669
  }
3590
3670
  }
3591
3671
  }
@@ -3703,20 +3783,20 @@
3703
3783
  ],
3704
3784
  "members": {
3705
3785
  "createdAt": {
3706
- "shape": "S3u"
3786
+ "shape": "S3y"
3707
3787
  },
3708
3788
  "domainId": {},
3709
3789
  "enabledRegions": {
3710
- "shape": "S8a"
3790
+ "shape": "S8e"
3711
3791
  },
3712
3792
  "environmentBlueprintId": {},
3713
3793
  "manageAccessRoleArn": {},
3714
3794
  "provisioningRoleArn": {},
3715
3795
  "regionalParameters": {
3716
- "shape": "S8c"
3796
+ "shape": "S8g"
3717
3797
  },
3718
3798
  "updatedAt": {
3719
- "shape": "S3u"
3799
+ "shape": "S3y"
3720
3800
  }
3721
3801
  }
3722
3802
  }
@@ -3779,19 +3859,19 @@
3779
3859
  ],
3780
3860
  "members": {
3781
3861
  "createdAt": {
3782
- "shape": "S3u"
3862
+ "shape": "S3y"
3783
3863
  },
3784
3864
  "description": {
3785
- "shape": "Sp"
3865
+ "shape": "Sq"
3786
3866
  },
3787
3867
  "id": {},
3788
3868
  "name": {},
3789
3869
  "provider": {},
3790
3870
  "provisioningProperties": {
3791
- "shape": "S4d"
3871
+ "shape": "S4h"
3792
3872
  },
3793
3873
  "updatedAt": {
3794
- "shape": "S3u"
3874
+ "shape": "S3y"
3795
3875
  }
3796
3876
  }
3797
3877
  }
@@ -3834,7 +3914,7 @@
3834
3914
  "type": "integer"
3835
3915
  },
3836
3916
  "name": {
3837
- "shape": "S4k",
3917
+ "shape": "S4o",
3838
3918
  "location": "querystring",
3839
3919
  "locationName": "name"
3840
3920
  },
@@ -3869,21 +3949,21 @@
3869
3949
  "awsAccountId": {},
3870
3950
  "awsAccountRegion": {},
3871
3951
  "createdAt": {
3872
- "shape": "S3u"
3952
+ "shape": "S3y"
3873
3953
  },
3874
3954
  "createdBy": {},
3875
3955
  "description": {
3876
- "shape": "Sp"
3956
+ "shape": "Sq"
3877
3957
  },
3878
3958
  "domainId": {},
3879
3959
  "environmentBlueprintId": {},
3880
3960
  "id": {},
3881
3961
  "name": {
3882
- "shape": "S4k"
3962
+ "shape": "S4o"
3883
3963
  },
3884
3964
  "projectId": {},
3885
3965
  "updatedAt": {
3886
- "shape": "S3u"
3966
+ "shape": "S3y"
3887
3967
  }
3888
3968
  }
3889
3969
  }
@@ -3974,23 +4054,23 @@
3974
4054
  "awsAccountId": {},
3975
4055
  "awsAccountRegion": {},
3976
4056
  "createdAt": {
3977
- "shape": "S3u"
4057
+ "shape": "S3y"
3978
4058
  },
3979
4059
  "createdBy": {},
3980
4060
  "description": {
3981
- "shape": "Sp"
4061
+ "shape": "Sq"
3982
4062
  },
3983
4063
  "domainId": {},
3984
4064
  "environmentProfileId": {},
3985
4065
  "id": {},
3986
4066
  "name": {
3987
- "shape": "S4a"
4067
+ "shape": "S4e"
3988
4068
  },
3989
4069
  "projectId": {},
3990
4070
  "provider": {},
3991
4071
  "status": {},
3992
4072
  "updatedAt": {
3993
- "shape": "S3u"
4073
+ "shape": "S3y"
3994
4074
  }
3995
4075
  }
3996
4076
  }
@@ -3999,6 +4079,73 @@
3999
4079
  }
4000
4080
  }
4001
4081
  },
4082
+ "ListMetadataGenerationRuns": {
4083
+ "http": {
4084
+ "method": "GET",
4085
+ "requestUri": "/v2/domains/{domainIdentifier}/metadata-generation-runs",
4086
+ "responseCode": 200
4087
+ },
4088
+ "input": {
4089
+ "type": "structure",
4090
+ "required": [
4091
+ "domainIdentifier"
4092
+ ],
4093
+ "members": {
4094
+ "domainIdentifier": {
4095
+ "location": "uri",
4096
+ "locationName": "domainIdentifier"
4097
+ },
4098
+ "maxResults": {
4099
+ "location": "querystring",
4100
+ "locationName": "maxResults",
4101
+ "type": "integer"
4102
+ },
4103
+ "nextToken": {
4104
+ "location": "querystring",
4105
+ "locationName": "nextToken"
4106
+ },
4107
+ "status": {
4108
+ "location": "querystring",
4109
+ "locationName": "status"
4110
+ },
4111
+ "type": {
4112
+ "location": "querystring",
4113
+ "locationName": "type"
4114
+ }
4115
+ }
4116
+ },
4117
+ "output": {
4118
+ "type": "structure",
4119
+ "members": {
4120
+ "items": {
4121
+ "type": "list",
4122
+ "member": {
4123
+ "type": "structure",
4124
+ "required": [
4125
+ "domainId",
4126
+ "id",
4127
+ "owningProjectId"
4128
+ ],
4129
+ "members": {
4130
+ "createdAt": {
4131
+ "type": "timestamp"
4132
+ },
4133
+ "createdBy": {},
4134
+ "domainId": {},
4135
+ "id": {},
4136
+ "owningProjectId": {},
4137
+ "status": {},
4138
+ "target": {
4139
+ "shape": "S93"
4140
+ },
4141
+ "type": {}
4142
+ }
4143
+ }
4144
+ },
4145
+ "nextToken": {}
4146
+ }
4147
+ }
4148
+ },
4002
4149
  "ListNotifications": {
4003
4150
  "http": {
4004
4151
  "method": "GET",
@@ -4241,7 +4388,7 @@
4241
4388
  "type": "integer"
4242
4389
  },
4243
4390
  "name": {
4244
- "shape": "S14",
4391
+ "shape": "S15",
4245
4392
  "location": "querystring",
4246
4393
  "locationName": "name"
4247
4394
  },
@@ -4270,23 +4417,23 @@
4270
4417
  ],
4271
4418
  "members": {
4272
4419
  "createdAt": {
4273
- "shape": "S3u"
4420
+ "shape": "S3y"
4274
4421
  },
4275
4422
  "createdBy": {},
4276
4423
  "description": {
4277
- "shape": "Sp"
4424
+ "shape": "Sq"
4278
4425
  },
4279
4426
  "domainId": {},
4280
4427
  "failureReasons": {
4281
- "shape": "S5h"
4428
+ "shape": "S5l"
4282
4429
  },
4283
4430
  "id": {},
4284
4431
  "name": {
4285
- "shape": "S14"
4432
+ "shape": "S15"
4286
4433
  },
4287
4434
  "projectStatus": {},
4288
4435
  "updatedAt": {
4289
- "shape": "S3u"
4436
+ "shape": "S3y"
4290
4437
  }
4291
4438
  }
4292
4439
  }
@@ -4368,7 +4515,7 @@
4368
4515
  ],
4369
4516
  "members": {
4370
4517
  "assets": {
4371
- "shape": "S5v"
4518
+ "shape": "S5z"
4372
4519
  },
4373
4520
  "createdAt": {
4374
4521
  "type": "timestamp"
@@ -4376,7 +4523,7 @@
4376
4523
  "createdBy": {},
4377
4524
  "domainId": {},
4378
4525
  "grantedEntity": {
4379
- "shape": "S60"
4526
+ "shape": "S64"
4380
4527
  },
4381
4528
  "id": {},
4382
4529
  "status": {},
@@ -4471,25 +4618,25 @@
4471
4618
  },
4472
4619
  "createdBy": {},
4473
4620
  "decisionComment": {
4474
- "shape": "Sg"
4621
+ "shape": "Sh"
4475
4622
  },
4476
4623
  "domainId": {},
4477
4624
  "id": {},
4478
4625
  "requestReason": {
4479
- "shape": "Sl"
4626
+ "shape": "Sm"
4480
4627
  },
4481
4628
  "reviewerId": {},
4482
4629
  "status": {},
4483
4630
  "subscribedListings": {
4484
4631
  "type": "list",
4485
4632
  "member": {
4486
- "shape": "So"
4633
+ "shape": "Sp"
4487
4634
  }
4488
4635
  },
4489
4636
  "subscribedPrincipals": {
4490
4637
  "type": "list",
4491
4638
  "member": {
4492
- "shape": "S12"
4639
+ "shape": "S13"
4493
4640
  }
4494
4641
  },
4495
4642
  "updatedAt": {
@@ -4570,10 +4717,10 @@
4570
4717
  ],
4571
4718
  "members": {
4572
4719
  "applicableAssetTypes": {
4573
- "shape": "S6e"
4720
+ "shape": "S6i"
4574
4721
  },
4575
4722
  "authorizedPrincipals": {
4576
- "shape": "S6f"
4723
+ "shape": "S6j"
4577
4724
  },
4578
4725
  "createdAt": {
4579
4726
  "type": "timestamp"
@@ -4584,12 +4731,12 @@
4584
4731
  "id": {},
4585
4732
  "manageAccessRole": {},
4586
4733
  "name": {
4587
- "shape": "S6h"
4734
+ "shape": "S6l"
4588
4735
  },
4589
4736
  "projectId": {},
4590
4737
  "provider": {},
4591
4738
  "subscriptionTargetConfig": {
4592
- "shape": "S6i"
4739
+ "shape": "S6m"
4593
4740
  },
4594
4741
  "type": {},
4595
4742
  "updatedAt": {
@@ -4690,10 +4837,10 @@
4690
4837
  },
4691
4838
  "status": {},
4692
4839
  "subscribedListing": {
4693
- "shape": "So"
4840
+ "shape": "Sp"
4694
4841
  },
4695
4842
  "subscribedPrincipal": {
4696
- "shape": "S12"
4843
+ "shape": "S13"
4697
4844
  },
4698
4845
  "subscriptionRequestId": {},
4699
4846
  "updatedAt": {
@@ -4729,7 +4876,7 @@
4729
4876
  "type": "structure",
4730
4877
  "members": {
4731
4878
  "tags": {
4732
- "shape": "S3i"
4879
+ "shape": "S3m"
4733
4880
  }
4734
4881
  }
4735
4882
  }
@@ -4753,7 +4900,7 @@
4753
4900
  "locationName": "domainIdentifier"
4754
4901
  },
4755
4902
  "enabledRegions": {
4756
- "shape": "S8a"
4903
+ "shape": "S8e"
4757
4904
  },
4758
4905
  "environmentBlueprintIdentifier": {
4759
4906
  "location": "uri",
@@ -4762,7 +4909,7 @@
4762
4909
  "manageAccessRoleArn": {},
4763
4910
  "provisioningRoleArn": {},
4764
4911
  "regionalParameters": {
4765
- "shape": "S8c"
4912
+ "shape": "S8g"
4766
4913
  }
4767
4914
  }
4768
4915
  },
@@ -4774,20 +4921,20 @@
4774
4921
  ],
4775
4922
  "members": {
4776
4923
  "createdAt": {
4777
- "shape": "S3u"
4924
+ "shape": "S3y"
4778
4925
  },
4779
4926
  "domainId": {},
4780
4927
  "enabledRegions": {
4781
- "shape": "S8a"
4928
+ "shape": "S8e"
4782
4929
  },
4783
4930
  "environmentBlueprintId": {},
4784
4931
  "manageAccessRoleArn": {},
4785
4932
  "provisioningRoleArn": {},
4786
4933
  "regionalParameters": {
4787
- "shape": "S8c"
4934
+ "shape": "S8g"
4788
4935
  },
4789
4936
  "updatedAt": {
4790
- "shape": "S3u"
4937
+ "shape": "S3y"
4791
4938
  }
4792
4939
  }
4793
4940
  },
@@ -4821,6 +4968,9 @@
4821
4968
  "type": "list",
4822
4969
  "member": {
4823
4970
  "type": "structure",
4971
+ "required": [
4972
+ "predictionTarget"
4973
+ ],
4824
4974
  "members": {
4825
4975
  "predictionChoices": {
4826
4976
  "type": "list",
@@ -4876,7 +5026,7 @@
4876
5026
  ],
4877
5027
  "members": {
4878
5028
  "decisionComment": {
4879
- "shape": "Sg"
5029
+ "shape": "Sh"
4880
5030
  },
4881
5031
  "domainIdentifier": {
4882
5032
  "location": "uri",
@@ -4907,25 +5057,25 @@
4907
5057
  },
4908
5058
  "createdBy": {},
4909
5059
  "decisionComment": {
4910
- "shape": "Sg"
5060
+ "shape": "Sh"
4911
5061
  },
4912
5062
  "domainId": {},
4913
5063
  "id": {},
4914
5064
  "requestReason": {
4915
- "shape": "Sl"
5065
+ "shape": "Sm"
4916
5066
  },
4917
5067
  "reviewerId": {},
4918
5068
  "status": {},
4919
5069
  "subscribedListings": {
4920
5070
  "type": "list",
4921
5071
  "member": {
4922
- "shape": "So"
5072
+ "shape": "Sp"
4923
5073
  }
4924
5074
  },
4925
5075
  "subscribedPrincipals": {
4926
5076
  "type": "list",
4927
5077
  "member": {
4928
- "shape": "S12"
5078
+ "shape": "S13"
4929
5079
  }
4930
5080
  },
4931
5081
  "updatedAt": {
@@ -4986,10 +5136,10 @@
4986
5136
  },
4987
5137
  "status": {},
4988
5138
  "subscribedListing": {
4989
- "shape": "So"
5139
+ "shape": "Sp"
4990
5140
  },
4991
5141
  "subscribedPrincipal": {
4992
- "shape": "S12"
5142
+ "shape": "S13"
4993
5143
  },
4994
5144
  "subscriptionRequestId": {},
4995
5145
  "updatedAt": {
@@ -5013,14 +5163,14 @@
5013
5163
  ],
5014
5164
  "members": {
5015
5165
  "additionalAttributes": {
5016
- "shape": "Sca"
5166
+ "shape": "Sco"
5017
5167
  },
5018
5168
  "domainIdentifier": {
5019
5169
  "location": "uri",
5020
5170
  "locationName": "domainIdentifier"
5021
5171
  },
5022
5172
  "filters": {
5023
- "shape": "Scc"
5173
+ "shape": "Scq"
5024
5174
  },
5025
5175
  "maxResults": {
5026
5176
  "type": "integer"
@@ -5028,12 +5178,12 @@
5028
5178
  "nextToken": {},
5029
5179
  "owningProjectIdentifier": {},
5030
5180
  "searchIn": {
5031
- "shape": "Sch"
5181
+ "shape": "Scv"
5032
5182
  },
5033
5183
  "searchScope": {},
5034
5184
  "searchText": {},
5035
5185
  "sort": {
5036
- "shape": "Scl"
5186
+ "shape": "Scz"
5037
5187
  }
5038
5188
  }
5039
5189
  },
@@ -5060,10 +5210,10 @@
5060
5210
  "type": "structure",
5061
5211
  "members": {
5062
5212
  "formsOutput": {
5063
- "shape": "S1q"
5213
+ "shape": "S1u"
5064
5214
  },
5065
5215
  "readOnlyFormsOutput": {
5066
- "shape": "S1q"
5216
+ "shape": "S1u"
5067
5217
  }
5068
5218
  }
5069
5219
  },
@@ -5072,22 +5222,22 @@
5072
5222
  },
5073
5223
  "createdBy": {},
5074
5224
  "description": {
5075
- "shape": "Sp"
5225
+ "shape": "Sq"
5076
5226
  },
5077
5227
  "domainId": {},
5078
5228
  "externalIdentifier": {
5079
- "shape": "S1d"
5229
+ "shape": "S1h"
5080
5230
  },
5081
5231
  "firstRevisionCreatedAt": {
5082
5232
  "type": "timestamp"
5083
5233
  },
5084
5234
  "firstRevisionCreatedBy": {},
5085
5235
  "glossaryTerms": {
5086
- "shape": "S1j"
5236
+ "shape": "S1n"
5087
5237
  },
5088
5238
  "identifier": {},
5089
5239
  "name": {
5090
- "shape": "S1l"
5240
+ "shape": "S1p"
5091
5241
  },
5092
5242
  "owningProjectId": {},
5093
5243
  "typeIdentifier": {},
@@ -5123,7 +5273,7 @@
5123
5273
  },
5124
5274
  "domainId": {},
5125
5275
  "glossaryTerms": {
5126
- "shape": "S1j"
5276
+ "shape": "S1n"
5127
5277
  },
5128
5278
  "id": {},
5129
5279
  "name": {
@@ -5152,12 +5302,12 @@
5152
5302
  },
5153
5303
  "createdBy": {},
5154
5304
  "description": {
5155
- "shape": "S4s"
5305
+ "shape": "S4w"
5156
5306
  },
5157
5307
  "domainId": {},
5158
5308
  "id": {},
5159
5309
  "name": {
5160
- "shape": "S4t"
5310
+ "shape": "S4x"
5161
5311
  },
5162
5312
  "owningProjectId": {},
5163
5313
  "status": {},
@@ -5185,17 +5335,17 @@
5185
5335
  "glossaryId": {},
5186
5336
  "id": {},
5187
5337
  "longDescription": {
5188
- "shape": "S4y"
5338
+ "shape": "S52"
5189
5339
  },
5190
5340
  "name": {
5191
- "shape": "Sx"
5341
+ "shape": "Sy"
5192
5342
  },
5193
5343
  "shortDescription": {
5194
- "shape": "Sy"
5344
+ "shape": "Sz"
5195
5345
  },
5196
5346
  "status": {},
5197
5347
  "termRelations": {
5198
- "shape": "S50"
5348
+ "shape": "S54"
5199
5349
  },
5200
5350
  "updatedAt": {
5201
5351
  "type": "timestamp"
@@ -5251,7 +5401,7 @@
5251
5401
  "members": {
5252
5402
  "domainId": {},
5253
5403
  "groupName": {
5254
- "shape": "S57"
5404
+ "shape": "S5b"
5255
5405
  },
5256
5406
  "id": {},
5257
5407
  "status": {}
@@ -5274,25 +5424,25 @@
5274
5424
  ],
5275
5425
  "members": {
5276
5426
  "additionalAttributes": {
5277
- "shape": "Sca"
5427
+ "shape": "Sco"
5278
5428
  },
5279
5429
  "domainIdentifier": {
5280
5430
  "location": "uri",
5281
5431
  "locationName": "domainIdentifier"
5282
5432
  },
5283
5433
  "filters": {
5284
- "shape": "Scc"
5434
+ "shape": "Scq"
5285
5435
  },
5286
5436
  "maxResults": {
5287
5437
  "type": "integer"
5288
5438
  },
5289
5439
  "nextToken": {},
5290
5440
  "searchIn": {
5291
- "shape": "Sch"
5441
+ "shape": "Scv"
5292
5442
  },
5293
5443
  "searchText": {},
5294
5444
  "sort": {
5295
- "shape": "Scl"
5445
+ "shape": "Scz"
5296
5446
  }
5297
5447
  }
5298
5448
  },
@@ -5317,20 +5467,20 @@
5317
5467
  "type": "timestamp"
5318
5468
  },
5319
5469
  "description": {
5320
- "shape": "Sp"
5470
+ "shape": "Sq"
5321
5471
  },
5322
5472
  "entityId": {},
5323
5473
  "entityRevision": {},
5324
5474
  "entityType": {},
5325
5475
  "glossaryTerms": {
5326
- "shape": "Sv"
5476
+ "shape": "Sw"
5327
5477
  },
5328
5478
  "listingCreatedBy": {},
5329
5479
  "listingId": {},
5330
5480
  "listingRevision": {},
5331
5481
  "listingUpdatedBy": {},
5332
5482
  "name": {
5333
- "shape": "S1l"
5483
+ "shape": "S1p"
5334
5484
  },
5335
5485
  "owningProjectId": {}
5336
5486
  }
@@ -5364,7 +5514,7 @@
5364
5514
  "locationName": "domainIdentifier"
5365
5515
  },
5366
5516
  "filters": {
5367
- "shape": "Scc"
5517
+ "shape": "Scq"
5368
5518
  },
5369
5519
  "managed": {
5370
5520
  "type": "boolean"
@@ -5374,12 +5524,12 @@
5374
5524
  },
5375
5525
  "nextToken": {},
5376
5526
  "searchIn": {
5377
- "shape": "Sch"
5527
+ "shape": "Scv"
5378
5528
  },
5379
5529
  "searchScope": {},
5380
5530
  "searchText": {},
5381
5531
  "sort": {
5382
- "shape": "Scl"
5532
+ "shape": "Scz"
5383
5533
  }
5384
5534
  }
5385
5535
  },
@@ -5406,11 +5556,11 @@
5406
5556
  },
5407
5557
  "createdBy": {},
5408
5558
  "description": {
5409
- "shape": "Sp"
5559
+ "shape": "Sq"
5410
5560
  },
5411
5561
  "domainId": {},
5412
5562
  "formsOutput": {
5413
- "shape": "S21"
5563
+ "shape": "S25"
5414
5564
  },
5415
5565
  "name": {},
5416
5566
  "originDomainId": {},
@@ -5436,17 +5586,17 @@
5436
5586
  },
5437
5587
  "createdBy": {},
5438
5588
  "description": {
5439
- "shape": "Sp"
5589
+ "shape": "Sq"
5440
5590
  },
5441
5591
  "domainId": {},
5442
5592
  "imports": {
5443
- "shape": "S8i"
5593
+ "shape": "S8m"
5444
5594
  },
5445
5595
  "model": {
5446
- "shape": "S4n"
5596
+ "shape": "S4r"
5447
5597
  },
5448
5598
  "name": {
5449
- "shape": "S1s"
5599
+ "shape": "S1w"
5450
5600
  },
5451
5601
  "originDomainId": {},
5452
5602
  "originProjectId": {},
@@ -5502,7 +5652,7 @@
5502
5652
  "type": "structure",
5503
5653
  "members": {
5504
5654
  "details": {
5505
- "shape": "S6p"
5655
+ "shape": "S6t"
5506
5656
  },
5507
5657
  "domainId": {},
5508
5658
  "id": {},
@@ -5554,34 +5704,82 @@
5554
5704
  ],
5555
5705
  "members": {
5556
5706
  "createdAt": {
5557
- "shape": "S35"
5707
+ "shape": "S39"
5558
5708
  },
5559
5709
  "dataSourceConfigurationSnapshot": {},
5560
5710
  "dataSourceId": {},
5561
5711
  "domainId": {},
5562
5712
  "errorMessage": {
5563
- "shape": "S37"
5713
+ "shape": "S3b"
5564
5714
  },
5565
5715
  "id": {},
5566
5716
  "projectId": {},
5567
5717
  "runStatisticsForAssets": {
5568
- "shape": "S7z"
5718
+ "shape": "S83"
5569
5719
  },
5570
5720
  "startedAt": {
5571
- "shape": "S35"
5721
+ "shape": "S39"
5572
5722
  },
5573
5723
  "status": {},
5574
5724
  "stoppedAt": {
5575
- "shape": "S35"
5725
+ "shape": "S39"
5576
5726
  },
5577
5727
  "type": {},
5578
5728
  "updatedAt": {
5579
- "shape": "S35"
5729
+ "shape": "S39"
5580
5730
  }
5581
5731
  }
5582
5732
  },
5583
5733
  "idempotent": true
5584
5734
  },
5735
+ "StartMetadataGenerationRun": {
5736
+ "http": {
5737
+ "requestUri": "/v2/domains/{domainIdentifier}/metadata-generation-runs",
5738
+ "responseCode": 200
5739
+ },
5740
+ "input": {
5741
+ "type": "structure",
5742
+ "required": [
5743
+ "domainIdentifier",
5744
+ "owningProjectIdentifier",
5745
+ "target",
5746
+ "type"
5747
+ ],
5748
+ "members": {
5749
+ "clientToken": {
5750
+ "idempotencyToken": true
5751
+ },
5752
+ "domainIdentifier": {
5753
+ "location": "uri",
5754
+ "locationName": "domainIdentifier"
5755
+ },
5756
+ "owningProjectIdentifier": {},
5757
+ "target": {
5758
+ "shape": "S93"
5759
+ },
5760
+ "type": {}
5761
+ }
5762
+ },
5763
+ "output": {
5764
+ "type": "structure",
5765
+ "required": [
5766
+ "domainId",
5767
+ "id"
5768
+ ],
5769
+ "members": {
5770
+ "createdAt": {
5771
+ "type": "timestamp"
5772
+ },
5773
+ "createdBy": {},
5774
+ "domainId": {},
5775
+ "id": {},
5776
+ "owningProjectId": {},
5777
+ "status": {},
5778
+ "type": {}
5779
+ }
5780
+ },
5781
+ "idempotent": true
5782
+ },
5585
5783
  "TagResource": {
5586
5784
  "http": {
5587
5785
  "requestUri": "/tags/{resourceArn}",
@@ -5599,7 +5797,7 @@
5599
5797
  "locationName": "resourceArn"
5600
5798
  },
5601
5799
  "tags": {
5602
- "shape": "S3i"
5800
+ "shape": "S3m"
5603
5801
  }
5604
5802
  }
5605
5803
  },
@@ -5653,13 +5851,13 @@
5653
5851
  ],
5654
5852
  "members": {
5655
5853
  "assetFormsInput": {
5656
- "shape": "S1e"
5854
+ "shape": "S1i"
5657
5855
  },
5658
5856
  "configuration": {
5659
- "shape": "S24"
5857
+ "shape": "S28"
5660
5858
  },
5661
5859
  "description": {
5662
- "shape": "Sp"
5860
+ "shape": "Sq"
5663
5861
  },
5664
5862
  "domainIdentifier": {
5665
5863
  "location": "uri",
@@ -5671,16 +5869,16 @@
5671
5869
  "locationName": "identifier"
5672
5870
  },
5673
5871
  "name": {
5674
- "shape": "S2p"
5872
+ "shape": "S2t"
5675
5873
  },
5676
5874
  "publishOnImport": {
5677
5875
  "type": "boolean"
5678
5876
  },
5679
5877
  "recommendation": {
5680
- "shape": "S2q"
5878
+ "shape": "S2u"
5681
5879
  },
5682
5880
  "schedule": {
5683
- "shape": "S2r"
5881
+ "shape": "S2v"
5684
5882
  }
5685
5883
  }
5686
5884
  },
@@ -5695,48 +5893,48 @@
5695
5893
  ],
5696
5894
  "members": {
5697
5895
  "assetFormsOutput": {
5698
- "shape": "S1q"
5896
+ "shape": "S1u"
5699
5897
  },
5700
5898
  "configuration": {
5701
- "shape": "S2w"
5899
+ "shape": "S30"
5702
5900
  },
5703
5901
  "createdAt": {
5704
- "shape": "S35"
5902
+ "shape": "S39"
5705
5903
  },
5706
5904
  "description": {
5707
- "shape": "Sp"
5905
+ "shape": "Sq"
5708
5906
  },
5709
5907
  "domainId": {},
5710
5908
  "enableSetting": {},
5711
5909
  "environmentId": {},
5712
5910
  "errorMessage": {
5713
- "shape": "S37"
5911
+ "shape": "S3b"
5714
5912
  },
5715
5913
  "id": {},
5716
5914
  "lastRunAt": {
5717
- "shape": "S35"
5915
+ "shape": "S39"
5718
5916
  },
5719
5917
  "lastRunErrorMessage": {
5720
- "shape": "S37"
5918
+ "shape": "S3b"
5721
5919
  },
5722
5920
  "lastRunStatus": {},
5723
5921
  "name": {
5724
- "shape": "S2p"
5922
+ "shape": "S2t"
5725
5923
  },
5726
5924
  "projectId": {},
5727
5925
  "publishOnImport": {
5728
5926
  "type": "boolean"
5729
5927
  },
5730
5928
  "recommendation": {
5731
- "shape": "S2q"
5929
+ "shape": "S2u"
5732
5930
  },
5733
5931
  "schedule": {
5734
- "shape": "S2r"
5932
+ "shape": "S2v"
5735
5933
  },
5736
5934
  "status": {},
5737
5935
  "type": {},
5738
5936
  "updatedAt": {
5739
- "shape": "S35"
5937
+ "shape": "S39"
5740
5938
  }
5741
5939
  }
5742
5940
  },
@@ -5767,7 +5965,7 @@
5767
5965
  },
5768
5966
  "name": {},
5769
5967
  "singleSignOn": {
5770
- "shape": "S3f"
5968
+ "shape": "S3j"
5771
5969
  }
5772
5970
  }
5773
5971
  },
@@ -5785,7 +5983,7 @@
5785
5983
  },
5786
5984
  "name": {},
5787
5985
  "singleSignOn": {
5788
- "shape": "S3f"
5986
+ "shape": "S3j"
5789
5987
  }
5790
5988
  }
5791
5989
  },
@@ -5810,7 +6008,7 @@
5810
6008
  "locationName": "domainIdentifier"
5811
6009
  },
5812
6010
  "glossaryTerms": {
5813
- "shape": "S1j"
6011
+ "shape": "S1n"
5814
6012
  },
5815
6013
  "identifier": {
5816
6014
  "location": "uri",
@@ -5833,45 +6031,45 @@
5833
6031
  "awsAccountId": {},
5834
6032
  "awsAccountRegion": {},
5835
6033
  "createdAt": {
5836
- "shape": "S3u"
6034
+ "shape": "S3y"
5837
6035
  },
5838
6036
  "createdBy": {},
5839
6037
  "deploymentProperties": {
5840
- "shape": "S3v"
6038
+ "shape": "S3z"
5841
6039
  },
5842
6040
  "description": {
5843
- "shape": "Sp"
6041
+ "shape": "Sq"
5844
6042
  },
5845
6043
  "domainId": {},
5846
6044
  "environmentActions": {
5847
- "shape": "S3y"
6045
+ "shape": "S42"
5848
6046
  },
5849
6047
  "environmentBlueprintId": {},
5850
6048
  "environmentProfileId": {},
5851
6049
  "glossaryTerms": {
5852
- "shape": "S1j"
6050
+ "shape": "S1n"
5853
6051
  },
5854
6052
  "id": {},
5855
6053
  "lastDeployment": {
5856
- "shape": "S44"
6054
+ "shape": "S48"
5857
6055
  },
5858
6056
  "name": {
5859
- "shape": "S4a"
6057
+ "shape": "S4e"
5860
6058
  },
5861
6059
  "projectId": {},
5862
6060
  "provider": {},
5863
6061
  "provisionedResources": {
5864
- "shape": "S4b"
6062
+ "shape": "S4f"
5865
6063
  },
5866
6064
  "provisioningProperties": {
5867
- "shape": "S4d"
6065
+ "shape": "S4h"
5868
6066
  },
5869
6067
  "status": {},
5870
6068
  "updatedAt": {
5871
- "shape": "S3u"
6069
+ "shape": "S3y"
5872
6070
  },
5873
6071
  "userParameters": {
5874
- "shape": "S4g"
6072
+ "shape": "S4k"
5875
6073
  }
5876
6074
  }
5877
6075
  }
@@ -5901,10 +6099,10 @@
5901
6099
  "locationName": "identifier"
5902
6100
  },
5903
6101
  "name": {
5904
- "shape": "S4k"
6102
+ "shape": "S4o"
5905
6103
  },
5906
6104
  "userParameters": {
5907
- "shape": "S3p"
6105
+ "shape": "S3t"
5908
6106
  }
5909
6107
  }
5910
6108
  },
@@ -5921,24 +6119,24 @@
5921
6119
  "awsAccountId": {},
5922
6120
  "awsAccountRegion": {},
5923
6121
  "createdAt": {
5924
- "shape": "S3u"
6122
+ "shape": "S3y"
5925
6123
  },
5926
6124
  "createdBy": {},
5927
6125
  "description": {
5928
- "shape": "Sp"
6126
+ "shape": "Sq"
5929
6127
  },
5930
6128
  "domainId": {},
5931
6129
  "environmentBlueprintId": {},
5932
6130
  "id": {},
5933
6131
  "name": {
5934
- "shape": "S4k"
6132
+ "shape": "S4o"
5935
6133
  },
5936
6134
  "projectId": {},
5937
6135
  "updatedAt": {
5938
- "shape": "S3u"
6136
+ "shape": "S3y"
5939
6137
  },
5940
6138
  "userParameters": {
5941
- "shape": "S4g"
6139
+ "shape": "S4k"
5942
6140
  }
5943
6141
  }
5944
6142
  }
@@ -5960,7 +6158,7 @@
5960
6158
  "idempotencyToken": true
5961
6159
  },
5962
6160
  "description": {
5963
- "shape": "S4s"
6161
+ "shape": "S4w"
5964
6162
  },
5965
6163
  "domainIdentifier": {
5966
6164
  "location": "uri",
@@ -5971,7 +6169,7 @@
5971
6169
  "locationName": "identifier"
5972
6170
  },
5973
6171
  "name": {
5974
- "shape": "S4t"
6172
+ "shape": "S4x"
5975
6173
  },
5976
6174
  "status": {}
5977
6175
  }
@@ -5986,12 +6184,12 @@
5986
6184
  ],
5987
6185
  "members": {
5988
6186
  "description": {
5989
- "shape": "S4s"
6187
+ "shape": "S4w"
5990
6188
  },
5991
6189
  "domainId": {},
5992
6190
  "id": {},
5993
6191
  "name": {
5994
- "shape": "S4t"
6192
+ "shape": "S4x"
5995
6193
  },
5996
6194
  "owningProjectId": {},
5997
6195
  "status": {}
@@ -6022,17 +6220,17 @@
6022
6220
  "locationName": "identifier"
6023
6221
  },
6024
6222
  "longDescription": {
6025
- "shape": "S4y"
6223
+ "shape": "S52"
6026
6224
  },
6027
6225
  "name": {
6028
- "shape": "Sx"
6226
+ "shape": "Sy"
6029
6227
  },
6030
6228
  "shortDescription": {
6031
- "shape": "Sy"
6229
+ "shape": "Sz"
6032
6230
  },
6033
6231
  "status": {},
6034
6232
  "termRelations": {
6035
- "shape": "S50"
6233
+ "shape": "S54"
6036
6234
  }
6037
6235
  }
6038
6236
  },
@@ -6050,17 +6248,17 @@
6050
6248
  "glossaryId": {},
6051
6249
  "id": {},
6052
6250
  "longDescription": {
6053
- "shape": "S4y"
6251
+ "shape": "S52"
6054
6252
  },
6055
6253
  "name": {
6056
- "shape": "Sx"
6254
+ "shape": "Sy"
6057
6255
  },
6058
6256
  "shortDescription": {
6059
- "shape": "Sy"
6257
+ "shape": "Sz"
6060
6258
  },
6061
6259
  "status": {},
6062
6260
  "termRelations": {
6063
- "shape": "S50"
6261
+ "shape": "S54"
6064
6262
  }
6065
6263
  }
6066
6264
  },
@@ -6096,7 +6294,7 @@
6096
6294
  "members": {
6097
6295
  "domainId": {},
6098
6296
  "groupName": {
6099
- "shape": "S57"
6297
+ "shape": "S5b"
6100
6298
  },
6101
6299
  "id": {},
6102
6300
  "status": {}
@@ -6117,21 +6315,21 @@
6117
6315
  ],
6118
6316
  "members": {
6119
6317
  "description": {
6120
- "shape": "Sp"
6318
+ "shape": "Sq"
6121
6319
  },
6122
6320
  "domainIdentifier": {
6123
6321
  "location": "uri",
6124
6322
  "locationName": "domainIdentifier"
6125
6323
  },
6126
6324
  "glossaryTerms": {
6127
- "shape": "S1j"
6325
+ "shape": "S1n"
6128
6326
  },
6129
6327
  "identifier": {
6130
6328
  "location": "uri",
6131
6329
  "locationName": "identifier"
6132
6330
  },
6133
6331
  "name": {
6134
- "shape": "S14"
6332
+ "shape": "S15"
6135
6333
  }
6136
6334
  }
6137
6335
  },
@@ -6145,25 +6343,25 @@
6145
6343
  ],
6146
6344
  "members": {
6147
6345
  "createdAt": {
6148
- "shape": "S3u"
6346
+ "shape": "S3y"
6149
6347
  },
6150
6348
  "createdBy": {},
6151
6349
  "description": {
6152
- "shape": "Sp"
6350
+ "shape": "Sq"
6153
6351
  },
6154
6352
  "domainId": {},
6155
6353
  "failureReasons": {
6156
- "shape": "S5h"
6354
+ "shape": "S5l"
6157
6355
  },
6158
6356
  "glossaryTerms": {
6159
- "shape": "S1j"
6357
+ "shape": "S1n"
6160
6358
  },
6161
6359
  "id": {},
6162
6360
  "lastUpdatedAt": {
6163
- "shape": "S3u"
6361
+ "shape": "S3y"
6164
6362
  },
6165
6363
  "name": {
6166
- "shape": "S14"
6364
+ "shape": "S15"
6167
6365
  },
6168
6366
  "projectStatus": {}
6169
6367
  }
@@ -6194,7 +6392,7 @@
6194
6392
  "locationName": "domainIdentifier"
6195
6393
  },
6196
6394
  "failureCause": {
6197
- "shape": "S5x"
6395
+ "shape": "S61"
6198
6396
  },
6199
6397
  "identifier": {
6200
6398
  "location": "uri",
@@ -6218,7 +6416,7 @@
6218
6416
  ],
6219
6417
  "members": {
6220
6418
  "assets": {
6221
- "shape": "S5v"
6419
+ "shape": "S5z"
6222
6420
  },
6223
6421
  "createdAt": {
6224
6422
  "type": "timestamp"
@@ -6226,7 +6424,7 @@
6226
6424
  "createdBy": {},
6227
6425
  "domainId": {},
6228
6426
  "grantedEntity": {
6229
- "shape": "S60"
6427
+ "shape": "S64"
6230
6428
  },
6231
6429
  "id": {},
6232
6430
  "status": {},
@@ -6263,7 +6461,7 @@
6263
6461
  "locationName": "identifier"
6264
6462
  },
6265
6463
  "requestReason": {
6266
- "shape": "Sl"
6464
+ "shape": "Sm"
6267
6465
  }
6268
6466
  }
6269
6467
  },
@@ -6286,25 +6484,25 @@
6286
6484
  },
6287
6485
  "createdBy": {},
6288
6486
  "decisionComment": {
6289
- "shape": "Sg"
6487
+ "shape": "Sh"
6290
6488
  },
6291
6489
  "domainId": {},
6292
6490
  "id": {},
6293
6491
  "requestReason": {
6294
- "shape": "Sl"
6492
+ "shape": "Sm"
6295
6493
  },
6296
6494
  "reviewerId": {},
6297
6495
  "status": {},
6298
6496
  "subscribedListings": {
6299
6497
  "type": "list",
6300
6498
  "member": {
6301
- "shape": "So"
6499
+ "shape": "Sp"
6302
6500
  }
6303
6501
  },
6304
6502
  "subscribedPrincipals": {
6305
6503
  "type": "list",
6306
6504
  "member": {
6307
- "shape": "S12"
6505
+ "shape": "S13"
6308
6506
  }
6309
6507
  },
6310
6508
  "updatedAt": {
@@ -6330,10 +6528,10 @@
6330
6528
  ],
6331
6529
  "members": {
6332
6530
  "applicableAssetTypes": {
6333
- "shape": "S6e"
6531
+ "shape": "S6i"
6334
6532
  },
6335
6533
  "authorizedPrincipals": {
6336
- "shape": "S6f"
6534
+ "shape": "S6j"
6337
6535
  },
6338
6536
  "domainIdentifier": {
6339
6537
  "location": "uri",
@@ -6349,11 +6547,11 @@
6349
6547
  },
6350
6548
  "manageAccessRole": {},
6351
6549
  "name": {
6352
- "shape": "S6h"
6550
+ "shape": "S6l"
6353
6551
  },
6354
6552
  "provider": {},
6355
6553
  "subscriptionTargetConfig": {
6356
- "shape": "S6i"
6554
+ "shape": "S6m"
6357
6555
  }
6358
6556
  }
6359
6557
  },
@@ -6376,10 +6574,10 @@
6376
6574
  ],
6377
6575
  "members": {
6378
6576
  "applicableAssetTypes": {
6379
- "shape": "S6e"
6577
+ "shape": "S6i"
6380
6578
  },
6381
6579
  "authorizedPrincipals": {
6382
- "shape": "S6f"
6580
+ "shape": "S6j"
6383
6581
  },
6384
6582
  "createdAt": {
6385
6583
  "type": "timestamp"
@@ -6390,12 +6588,12 @@
6390
6588
  "id": {},
6391
6589
  "manageAccessRole": {},
6392
6590
  "name": {
6393
- "shape": "S6h"
6591
+ "shape": "S6l"
6394
6592
  },
6395
6593
  "projectId": {},
6396
6594
  "provider": {},
6397
6595
  "subscriptionTargetConfig": {
6398
- "shape": "S6i"
6596
+ "shape": "S6m"
6399
6597
  },
6400
6598
  "type": {},
6401
6599
  "updatedAt": {
@@ -6436,7 +6634,7 @@
6436
6634
  "type": "structure",
6437
6635
  "members": {
6438
6636
  "details": {
6439
- "shape": "S6p"
6637
+ "shape": "S6t"
6440
6638
  },
6441
6639
  "domainId": {},
6442
6640
  "id": {},
@@ -6447,15 +6645,15 @@
6447
6645
  }
6448
6646
  },
6449
6647
  "shapes": {
6450
- "Sg": {
6648
+ "Sh": {
6451
6649
  "type": "string",
6452
6650
  "sensitive": true
6453
6651
  },
6454
- "Sl": {
6652
+ "Sm": {
6455
6653
  "type": "string",
6456
6654
  "sensitive": true
6457
6655
  },
6458
- "So": {
6656
+ "Sp": {
6459
6657
  "type": "structure",
6460
6658
  "required": [
6461
6659
  "description",
@@ -6466,7 +6664,7 @@
6466
6664
  ],
6467
6665
  "members": {
6468
6666
  "description": {
6469
- "shape": "Sp"
6667
+ "shape": "Sq"
6470
6668
  },
6471
6669
  "id": {},
6472
6670
  "item": {
@@ -6480,7 +6678,7 @@
6480
6678
  "entityType": {},
6481
6679
  "forms": {},
6482
6680
  "glossaryTerms": {
6483
- "shape": "Sv"
6681
+ "shape": "Sw"
6484
6682
  }
6485
6683
  }
6486
6684
  }
@@ -6493,33 +6691,33 @@
6493
6691
  "revision": {}
6494
6692
  }
6495
6693
  },
6496
- "Sp": {
6694
+ "Sq": {
6497
6695
  "type": "string",
6498
6696
  "sensitive": true
6499
6697
  },
6500
- "Sv": {
6698
+ "Sw": {
6501
6699
  "type": "list",
6502
6700
  "member": {
6503
6701
  "type": "structure",
6504
6702
  "members": {
6505
6703
  "name": {
6506
- "shape": "Sx"
6704
+ "shape": "Sy"
6507
6705
  },
6508
6706
  "shortDescription": {
6509
- "shape": "Sy"
6707
+ "shape": "Sz"
6510
6708
  }
6511
6709
  }
6512
6710
  }
6513
6711
  },
6514
- "Sx": {
6712
+ "Sy": {
6515
6713
  "type": "string",
6516
6714
  "sensitive": true
6517
6715
  },
6518
- "Sy": {
6716
+ "Sz": {
6519
6717
  "type": "string",
6520
6718
  "sensitive": true
6521
6719
  },
6522
- "S12": {
6720
+ "S13": {
6523
6721
  "type": "structure",
6524
6722
  "members": {
6525
6723
  "project": {
@@ -6527,22 +6725,22 @@
6527
6725
  "members": {
6528
6726
  "id": {},
6529
6727
  "name": {
6530
- "shape": "S14"
6728
+ "shape": "S15"
6531
6729
  }
6532
6730
  }
6533
6731
  }
6534
6732
  },
6535
6733
  "union": true
6536
6734
  },
6537
- "S14": {
6735
+ "S15": {
6538
6736
  "type": "string",
6539
6737
  "sensitive": true
6540
6738
  },
6541
- "S1d": {
6739
+ "S1h": {
6542
6740
  "type": "string",
6543
6741
  "sensitive": true
6544
6742
  },
6545
- "S1e": {
6743
+ "S1i": {
6546
6744
  "type": "list",
6547
6745
  "member": {
6548
6746
  "type": "structure",
@@ -6559,15 +6757,15 @@
6559
6757
  },
6560
6758
  "sensitive": true
6561
6759
  },
6562
- "S1j": {
6760
+ "S1n": {
6563
6761
  "type": "list",
6564
6762
  "member": {}
6565
6763
  },
6566
- "S1l": {
6764
+ "S1p": {
6567
6765
  "type": "string",
6568
6766
  "sensitive": true
6569
6767
  },
6570
- "S1m": {
6768
+ "S1q": {
6571
6769
  "type": "structure",
6572
6770
  "members": {
6573
6771
  "businessNameGeneration": {
@@ -6580,7 +6778,7 @@
6580
6778
  }
6581
6779
  }
6582
6780
  },
6583
- "S1q": {
6781
+ "S1u": {
6584
6782
  "type": "list",
6585
6783
  "member": {
6586
6784
  "type": "structure",
@@ -6591,17 +6789,17 @@
6591
6789
  "content": {},
6592
6790
  "formName": {},
6593
6791
  "typeName": {
6594
- "shape": "S1s"
6792
+ "shape": "S1w"
6595
6793
  },
6596
6794
  "typeRevision": {}
6597
6795
  }
6598
6796
  }
6599
6797
  },
6600
- "S1s": {
6798
+ "S1w": {
6601
6799
  "type": "string",
6602
6800
  "sensitive": true
6603
6801
  },
6604
- "S1t": {
6802
+ "S1x": {
6605
6803
  "type": "structure",
6606
6804
  "required": [
6607
6805
  "listingId",
@@ -6612,7 +6810,7 @@
6612
6810
  "listingStatus": {}
6613
6811
  }
6614
6812
  },
6615
- "S21": {
6813
+ "S25": {
6616
6814
  "type": "map",
6617
6815
  "key": {},
6618
6816
  "value": {
@@ -6626,13 +6824,13 @@
6626
6824
  "type": "boolean"
6627
6825
  },
6628
6826
  "typeName": {
6629
- "shape": "S1s"
6827
+ "shape": "S1w"
6630
6828
  },
6631
6829
  "typeRevision": {}
6632
6830
  }
6633
6831
  }
6634
6832
  },
6635
- "S24": {
6833
+ "S28": {
6636
6834
  "type": "structure",
6637
6835
  "members": {
6638
6836
  "glueRunConfiguration": {
@@ -6643,7 +6841,7 @@
6643
6841
  "members": {
6644
6842
  "dataAccessRole": {},
6645
6843
  "relationalFilterConfigurations": {
6646
- "shape": "S27"
6844
+ "shape": "S2b"
6647
6845
  }
6648
6846
  }
6649
6847
  },
@@ -6657,20 +6855,20 @@
6657
6855
  "members": {
6658
6856
  "dataAccessRole": {},
6659
6857
  "redshiftCredentialConfiguration": {
6660
- "shape": "S2h"
6858
+ "shape": "S2l"
6661
6859
  },
6662
6860
  "redshiftStorage": {
6663
- "shape": "S2j"
6861
+ "shape": "S2n"
6664
6862
  },
6665
6863
  "relationalFilterConfigurations": {
6666
- "shape": "S27"
6864
+ "shape": "S2b"
6667
6865
  }
6668
6866
  }
6669
6867
  }
6670
6868
  },
6671
6869
  "union": true
6672
6870
  },
6673
- "S27": {
6871
+ "S2b": {
6674
6872
  "type": "list",
6675
6873
  "member": {
6676
6874
  "type": "structure",
@@ -6697,7 +6895,7 @@
6697
6895
  }
6698
6896
  }
6699
6897
  },
6700
- "S2h": {
6898
+ "S2l": {
6701
6899
  "type": "structure",
6702
6900
  "required": [
6703
6901
  "secretManagerArn"
@@ -6706,7 +6904,7 @@
6706
6904
  "secretManagerArn": {}
6707
6905
  }
6708
6906
  },
6709
- "S2j": {
6907
+ "S2n": {
6710
6908
  "type": "structure",
6711
6909
  "members": {
6712
6910
  "redshiftClusterSource": {
@@ -6730,11 +6928,11 @@
6730
6928
  },
6731
6929
  "union": true
6732
6930
  },
6733
- "S2p": {
6931
+ "S2t": {
6734
6932
  "type": "string",
6735
6933
  "sensitive": true
6736
6934
  },
6737
- "S2q": {
6935
+ "S2u": {
6738
6936
  "type": "structure",
6739
6937
  "members": {
6740
6938
  "enableBusinessNameGeneration": {
@@ -6742,7 +6940,7 @@
6742
6940
  }
6743
6941
  }
6744
6942
  },
6745
- "S2r": {
6943
+ "S2v": {
6746
6944
  "type": "structure",
6747
6945
  "members": {
6748
6946
  "schedule": {},
@@ -6750,7 +6948,7 @@
6750
6948
  },
6751
6949
  "sensitive": true
6752
6950
  },
6753
- "S2w": {
6951
+ "S30": {
6754
6952
  "type": "structure",
6755
6953
  "members": {
6756
6954
  "glueRunConfiguration": {
@@ -6763,7 +6961,7 @@
6763
6961
  "dataAccessRole": {},
6764
6962
  "region": {},
6765
6963
  "relationalFilterConfigurations": {
6766
- "shape": "S27"
6964
+ "shape": "S2b"
6767
6965
  }
6768
6966
  }
6769
6967
  },
@@ -6778,25 +6976,25 @@
6778
6976
  "accountId": {},
6779
6977
  "dataAccessRole": {},
6780
6978
  "redshiftCredentialConfiguration": {
6781
- "shape": "S2h"
6979
+ "shape": "S2l"
6782
6980
  },
6783
6981
  "redshiftStorage": {
6784
- "shape": "S2j"
6982
+ "shape": "S2n"
6785
6983
  },
6786
6984
  "region": {},
6787
6985
  "relationalFilterConfigurations": {
6788
- "shape": "S27"
6986
+ "shape": "S2b"
6789
6987
  }
6790
6988
  }
6791
6989
  }
6792
6990
  },
6793
6991
  "union": true
6794
6992
  },
6795
- "S35": {
6993
+ "S39": {
6796
6994
  "type": "timestamp",
6797
6995
  "timestampFormat": "iso8601"
6798
6996
  },
6799
- "S37": {
6997
+ "S3b": {
6800
6998
  "type": "structure",
6801
6999
  "required": [
6802
7000
  "errorType"
@@ -6806,19 +7004,19 @@
6806
7004
  "errorType": {}
6807
7005
  }
6808
7006
  },
6809
- "S3f": {
7007
+ "S3j": {
6810
7008
  "type": "structure",
6811
7009
  "members": {
6812
7010
  "type": {},
6813
7011
  "userAssignment": {}
6814
7012
  }
6815
7013
  },
6816
- "S3i": {
7014
+ "S3m": {
6817
7015
  "type": "map",
6818
7016
  "key": {},
6819
7017
  "value": {}
6820
7018
  },
6821
- "S3p": {
7019
+ "S3t": {
6822
7020
  "type": "list",
6823
7021
  "member": {
6824
7022
  "type": "structure",
@@ -6828,11 +7026,11 @@
6828
7026
  }
6829
7027
  }
6830
7028
  },
6831
- "S3u": {
7029
+ "S3y": {
6832
7030
  "type": "timestamp",
6833
7031
  "timestampFormat": "iso8601"
6834
7032
  },
6835
- "S3v": {
7033
+ "S3z": {
6836
7034
  "type": "structure",
6837
7035
  "members": {
6838
7036
  "endTimeoutMinutes": {
@@ -6843,7 +7041,7 @@
6843
7041
  }
6844
7042
  }
6845
7043
  },
6846
- "S3y": {
7044
+ "S42": {
6847
7045
  "type": "list",
6848
7046
  "member": {
6849
7047
  "type": "structure",
@@ -6867,7 +7065,7 @@
6867
7065
  }
6868
7066
  }
6869
7067
  },
6870
- "S44": {
7068
+ "S48": {
6871
7069
  "type": "structure",
6872
7070
  "members": {
6873
7071
  "deploymentId": {},
@@ -6892,11 +7090,11 @@
6892
7090
  }
6893
7091
  }
6894
7092
  },
6895
- "S4a": {
7093
+ "S4e": {
6896
7094
  "type": "string",
6897
7095
  "sensitive": true
6898
7096
  },
6899
- "S4b": {
7097
+ "S4f": {
6900
7098
  "type": "list",
6901
7099
  "member": {
6902
7100
  "type": "structure",
@@ -6912,7 +7110,7 @@
6912
7110
  }
6913
7111
  }
6914
7112
  },
6915
- "S4d": {
7113
+ "S4h": {
6916
7114
  "type": "structure",
6917
7115
  "members": {
6918
7116
  "cloudFormation": {
@@ -6927,7 +7125,7 @@
6927
7125
  },
6928
7126
  "union": true
6929
7127
  },
6930
- "S4g": {
7128
+ "S4k": {
6931
7129
  "type": "list",
6932
7130
  "member": {
6933
7131
  "type": "structure",
@@ -6938,7 +7136,7 @@
6938
7136
  "members": {
6939
7137
  "defaultValue": {},
6940
7138
  "description": {
6941
- "shape": "Sp"
7139
+ "shape": "Sq"
6942
7140
  },
6943
7141
  "fieldType": {},
6944
7142
  "isEditable": {
@@ -6951,11 +7149,11 @@
6951
7149
  }
6952
7150
  }
6953
7151
  },
6954
- "S4k": {
7152
+ "S4o": {
6955
7153
  "type": "string",
6956
7154
  "sensitive": true
6957
7155
  },
6958
- "S4n": {
7156
+ "S4r": {
6959
7157
  "type": "structure",
6960
7158
  "members": {
6961
7159
  "smithy": {}
@@ -6963,19 +7161,19 @@
6963
7161
  "sensitive": true,
6964
7162
  "union": true
6965
7163
  },
6966
- "S4s": {
7164
+ "S4w": {
6967
7165
  "type": "string",
6968
7166
  "sensitive": true
6969
7167
  },
6970
- "S4t": {
7168
+ "S4x": {
6971
7169
  "type": "string",
6972
7170
  "sensitive": true
6973
7171
  },
6974
- "S4y": {
7172
+ "S52": {
6975
7173
  "type": "string",
6976
7174
  "sensitive": true
6977
7175
  },
6978
- "S50": {
7176
+ "S54": {
6979
7177
  "type": "structure",
6980
7178
  "members": {
6981
7179
  "classifies": {
@@ -6988,11 +7186,11 @@
6988
7186
  }
6989
7187
  }
6990
7188
  },
6991
- "S57": {
7189
+ "S5b": {
6992
7190
  "type": "string",
6993
7191
  "sensitive": true
6994
7192
  },
6995
- "S5h": {
7193
+ "S5l": {
6996
7194
  "type": "list",
6997
7195
  "member": {
6998
7196
  "type": "structure",
@@ -7002,7 +7200,7 @@
7002
7200
  }
7003
7201
  }
7004
7202
  },
7005
- "S5m": {
7203
+ "S5q": {
7006
7204
  "type": "structure",
7007
7205
  "members": {
7008
7206
  "groupIdentifier": {},
@@ -7010,7 +7208,7 @@
7010
7208
  },
7011
7209
  "union": true
7012
7210
  },
7013
- "S5v": {
7211
+ "S5z": {
7014
7212
  "type": "list",
7015
7213
  "member": {
7016
7214
  "type": "structure",
@@ -7023,7 +7221,7 @@
7023
7221
  "assetId": {},
7024
7222
  "assetRevision": {},
7025
7223
  "failureCause": {
7026
- "shape": "S5x"
7224
+ "shape": "S61"
7027
7225
  },
7028
7226
  "failureTimestamp": {
7029
7227
  "type": "timestamp"
@@ -7036,13 +7234,13 @@
7036
7234
  }
7037
7235
  }
7038
7236
  },
7039
- "S5x": {
7237
+ "S61": {
7040
7238
  "type": "structure",
7041
7239
  "members": {
7042
7240
  "message": {}
7043
7241
  }
7044
7242
  },
7045
- "S60": {
7243
+ "S64": {
7046
7244
  "type": "structure",
7047
7245
  "members": {
7048
7246
  "listing": {
@@ -7059,19 +7257,19 @@
7059
7257
  },
7060
7258
  "union": true
7061
7259
  },
7062
- "S6e": {
7260
+ "S6i": {
7063
7261
  "type": "list",
7064
7262
  "member": {}
7065
7263
  },
7066
- "S6f": {
7264
+ "S6j": {
7067
7265
  "type": "list",
7068
7266
  "member": {}
7069
7267
  },
7070
- "S6h": {
7268
+ "S6l": {
7071
7269
  "type": "string",
7072
7270
  "sensitive": true
7073
7271
  },
7074
- "S6i": {
7272
+ "S6m": {
7075
7273
  "type": "list",
7076
7274
  "member": {
7077
7275
  "type": "structure",
@@ -7085,7 +7283,7 @@
7085
7283
  }
7086
7284
  }
7087
7285
  },
7088
- "S6p": {
7286
+ "S6t": {
7089
7287
  "type": "structure",
7090
7288
  "members": {
7091
7289
  "iam": {
@@ -7114,7 +7312,7 @@
7114
7312
  },
7115
7313
  "union": true
7116
7314
  },
7117
- "S7z": {
7315
+ "S83": {
7118
7316
  "type": "structure",
7119
7317
  "members": {
7120
7318
  "added": {
@@ -7134,11 +7332,11 @@
7134
7332
  }
7135
7333
  }
7136
7334
  },
7137
- "S8a": {
7335
+ "S8e": {
7138
7336
  "type": "list",
7139
7337
  "member": {}
7140
7338
  },
7141
- "S8c": {
7339
+ "S8g": {
7142
7340
  "type": "map",
7143
7341
  "key": {},
7144
7342
  "value": {
@@ -7147,7 +7345,7 @@
7147
7345
  "value": {}
7148
7346
  }
7149
7347
  },
7150
- "S8i": {
7348
+ "S8m": {
7151
7349
  "type": "list",
7152
7350
  "member": {
7153
7351
  "type": "structure",
@@ -7157,21 +7355,33 @@
7157
7355
  ],
7158
7356
  "members": {
7159
7357
  "name": {
7160
- "shape": "S1s"
7358
+ "shape": "S1w"
7161
7359
  },
7162
7360
  "revision": {}
7163
7361
  }
7164
7362
  }
7165
7363
  },
7166
- "Sca": {
7364
+ "S93": {
7365
+ "type": "structure",
7366
+ "required": [
7367
+ "identifier",
7368
+ "type"
7369
+ ],
7370
+ "members": {
7371
+ "identifier": {},
7372
+ "revision": {},
7373
+ "type": {}
7374
+ }
7375
+ },
7376
+ "Sco": {
7167
7377
  "type": "list",
7168
7378
  "member": {}
7169
7379
  },
7170
- "Scc": {
7380
+ "Scq": {
7171
7381
  "type": "structure",
7172
7382
  "members": {
7173
7383
  "and": {
7174
- "shape": "Scd"
7384
+ "shape": "Scr"
7175
7385
  },
7176
7386
  "filter": {
7177
7387
  "type": "structure",
@@ -7185,18 +7395,18 @@
7185
7395
  }
7186
7396
  },
7187
7397
  "or": {
7188
- "shape": "Scd"
7398
+ "shape": "Scr"
7189
7399
  }
7190
7400
  },
7191
7401
  "union": true
7192
7402
  },
7193
- "Scd": {
7403
+ "Scr": {
7194
7404
  "type": "list",
7195
7405
  "member": {
7196
- "shape": "Scc"
7406
+ "shape": "Scq"
7197
7407
  }
7198
7408
  },
7199
- "Sch": {
7409
+ "Scv": {
7200
7410
  "type": "list",
7201
7411
  "member": {
7202
7412
  "type": "structure",
@@ -7208,7 +7418,7 @@
7208
7418
  }
7209
7419
  }
7210
7420
  },
7211
- "Scl": {
7421
+ "Scz": {
7212
7422
  "type": "structure",
7213
7423
  "required": [
7214
7424
  "attribute"