cdk-lambda-subminute 2.0.450 → 2.0.452
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.waiters2.json +74 -62
- package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +15 -0
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +4 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +27 -5
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1329 -202
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +305 -287
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json +7 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -171
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/connect-contact-lens-2020-08-21.min.json +18 -1
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +925 -400
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1161 -1028
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.examples.json +186 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +177 -20
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +81 -63
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +33 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +113 -73
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +162 -94
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +226 -81
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +113 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +159 -154
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +144 -139
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +327 -230
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +0 -3
- package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +75 -35
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +7 -1
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +11 -2
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +25 -21
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +163 -128
- package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +4 -1
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
- package/node_modules/aws-sdk/clients/acmpca.d.ts +12 -12
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +1 -1
- package/node_modules/aws-sdk/clients/applicationsignals.d.ts +29 -20
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +11 -8
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1079 -16
- package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +284 -257
- package/node_modules/aws-sdk/clients/cleanroomsml.js +1 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +223 -6
- package/node_modules/aws-sdk/clients/connectcontactlens.d.ts +24 -3
- package/node_modules/aws-sdk/clients/datazone.d.ts +612 -64
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +175 -20
- package/node_modules/aws-sdk/clients/ecr.d.ts +242 -8
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -2
- package/node_modules/aws-sdk/clients/elbv2.d.ts +54 -8
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +105 -22
- package/node_modules/aws-sdk/clients/firehose.d.ts +141 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +37 -25
- package/node_modules/aws-sdk/clients/ivs.d.ts +229 -229
- package/node_modules/aws-sdk/clients/ivschat.d.ts +166 -166
- package/node_modules/aws-sdk/clients/ivschat.js +1 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +100 -4
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/medicalimaging.d.ts +38 -0
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +7 -7
- package/node_modules/aws-sdk/clients/outposts.d.ts +5 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +56 -56
- package/node_modules/aws-sdk/clients/rds.d.ts +9 -9
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +20 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -9
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1835 -1858
- package/node_modules/aws-sdk/dist/aws-sdk.js +2085 -1380
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.examples.json +0 -5
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.min.json +0 -341
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/mobile.d.ts +0 -333
- package/node_modules/aws-sdk/clients/mobile.js +0 -18
@@ -382,6 +382,77 @@
|
|
382
382
|
},
|
383
383
|
"idempotent": true
|
384
384
|
},
|
385
|
+
"CreateAssetFilter": {
|
386
|
+
"http": {
|
387
|
+
"requestUri": "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters",
|
388
|
+
"responseCode": 201
|
389
|
+
},
|
390
|
+
"input": {
|
391
|
+
"type": "structure",
|
392
|
+
"required": [
|
393
|
+
"assetIdentifier",
|
394
|
+
"configuration",
|
395
|
+
"domainIdentifier",
|
396
|
+
"name"
|
397
|
+
],
|
398
|
+
"members": {
|
399
|
+
"assetIdentifier": {
|
400
|
+
"location": "uri",
|
401
|
+
"locationName": "assetIdentifier"
|
402
|
+
},
|
403
|
+
"clientToken": {
|
404
|
+
"idempotencyToken": true
|
405
|
+
},
|
406
|
+
"configuration": {
|
407
|
+
"shape": "S29"
|
408
|
+
},
|
409
|
+
"description": {
|
410
|
+
"shape": "Sq"
|
411
|
+
},
|
412
|
+
"domainIdentifier": {
|
413
|
+
"location": "uri",
|
414
|
+
"locationName": "domainIdentifier"
|
415
|
+
},
|
416
|
+
"name": {
|
417
|
+
"shape": "S2t"
|
418
|
+
}
|
419
|
+
}
|
420
|
+
},
|
421
|
+
"output": {
|
422
|
+
"type": "structure",
|
423
|
+
"required": [
|
424
|
+
"assetId",
|
425
|
+
"configuration",
|
426
|
+
"domainId",
|
427
|
+
"id",
|
428
|
+
"name"
|
429
|
+
],
|
430
|
+
"members": {
|
431
|
+
"assetId": {},
|
432
|
+
"configuration": {
|
433
|
+
"shape": "S29"
|
434
|
+
},
|
435
|
+
"createdAt": {
|
436
|
+
"type": "timestamp"
|
437
|
+
},
|
438
|
+
"description": {
|
439
|
+
"shape": "Sq"
|
440
|
+
},
|
441
|
+
"domainId": {},
|
442
|
+
"effectiveColumnNames": {
|
443
|
+
"shape": "S2b"
|
444
|
+
},
|
445
|
+
"effectiveRowFilter": {},
|
446
|
+
"errorMessage": {},
|
447
|
+
"id": {},
|
448
|
+
"name": {
|
449
|
+
"shape": "S2t"
|
450
|
+
},
|
451
|
+
"status": {}
|
452
|
+
}
|
453
|
+
},
|
454
|
+
"idempotent": true
|
455
|
+
},
|
385
456
|
"CreateAssetRevision": {
|
386
457
|
"http": {
|
387
458
|
"requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}/revisions",
|
@@ -543,7 +614,7 @@
|
|
543
614
|
},
|
544
615
|
"domainId": {},
|
545
616
|
"formsOutput": {
|
546
|
-
"shape": "
|
617
|
+
"shape": "S33"
|
547
618
|
},
|
548
619
|
"name": {},
|
549
620
|
"originDomainId": {},
|
@@ -579,7 +650,7 @@
|
|
579
650
|
"idempotencyToken": true
|
580
651
|
},
|
581
652
|
"configuration": {
|
582
|
-
"shape": "
|
653
|
+
"shape": "S36"
|
583
654
|
},
|
584
655
|
"description": {
|
585
656
|
"shape": "Sq"
|
@@ -591,17 +662,17 @@
|
|
591
662
|
"enableSetting": {},
|
592
663
|
"environmentIdentifier": {},
|
593
664
|
"name": {
|
594
|
-
"shape": "
|
665
|
+
"shape": "S3r"
|
595
666
|
},
|
596
667
|
"projectIdentifier": {},
|
597
668
|
"publishOnImport": {
|
598
669
|
"type": "boolean"
|
599
670
|
},
|
600
671
|
"recommendation": {
|
601
|
-
"shape": "
|
672
|
+
"shape": "S3s"
|
602
673
|
},
|
603
674
|
"schedule": {
|
604
|
-
"shape": "
|
675
|
+
"shape": "S3t"
|
605
676
|
},
|
606
677
|
"type": {}
|
607
678
|
}
|
@@ -620,10 +691,10 @@
|
|
620
691
|
"shape": "S1x"
|
621
692
|
},
|
622
693
|
"configuration": {
|
623
|
-
"shape": "
|
694
|
+
"shape": "S3y"
|
624
695
|
},
|
625
696
|
"createdAt": {
|
626
|
-
"shape": "
|
697
|
+
"shape": "S47"
|
627
698
|
},
|
628
699
|
"description": {
|
629
700
|
"shape": "Sq"
|
@@ -632,33 +703,33 @@
|
|
632
703
|
"enableSetting": {},
|
633
704
|
"environmentId": {},
|
634
705
|
"errorMessage": {
|
635
|
-
"shape": "
|
706
|
+
"shape": "S48"
|
636
707
|
},
|
637
708
|
"id": {},
|
638
709
|
"lastRunAt": {
|
639
|
-
"shape": "
|
710
|
+
"shape": "S47"
|
640
711
|
},
|
641
712
|
"lastRunErrorMessage": {
|
642
|
-
"shape": "
|
713
|
+
"shape": "S48"
|
643
714
|
},
|
644
715
|
"lastRunStatus": {},
|
645
716
|
"name": {
|
646
|
-
"shape": "
|
717
|
+
"shape": "S3r"
|
647
718
|
},
|
648
719
|
"projectId": {},
|
649
720
|
"publishOnImport": {
|
650
721
|
"type": "boolean"
|
651
722
|
},
|
652
723
|
"recommendation": {
|
653
|
-
"shape": "
|
724
|
+
"shape": "S3s"
|
654
725
|
},
|
655
726
|
"schedule": {
|
656
|
-
"shape": "
|
727
|
+
"shape": "S3t"
|
657
728
|
},
|
658
729
|
"status": {},
|
659
730
|
"type": {},
|
660
731
|
"updatedAt": {
|
661
|
-
"shape": "
|
732
|
+
"shape": "S47"
|
662
733
|
}
|
663
734
|
}
|
664
735
|
},
|
@@ -684,10 +755,10 @@
|
|
684
755
|
"kmsKeyIdentifier": {},
|
685
756
|
"name": {},
|
686
757
|
"singleSignOn": {
|
687
|
-
"shape": "
|
758
|
+
"shape": "S4g"
|
688
759
|
},
|
689
760
|
"tags": {
|
690
|
-
"shape": "
|
761
|
+
"shape": "S4j"
|
691
762
|
}
|
692
763
|
}
|
693
764
|
},
|
@@ -705,11 +776,11 @@
|
|
705
776
|
"name": {},
|
706
777
|
"portalUrl": {},
|
707
778
|
"singleSignOn": {
|
708
|
-
"shape": "
|
779
|
+
"shape": "S4g"
|
709
780
|
},
|
710
781
|
"status": {},
|
711
782
|
"tags": {
|
712
|
-
"shape": "
|
783
|
+
"shape": "S4j"
|
713
784
|
}
|
714
785
|
}
|
715
786
|
},
|
@@ -744,7 +815,7 @@
|
|
744
815
|
"name": {},
|
745
816
|
"projectIdentifier": {},
|
746
817
|
"userParameters": {
|
747
|
-
"shape": "
|
818
|
+
"shape": "S4q"
|
748
819
|
}
|
749
820
|
}
|
750
821
|
},
|
@@ -761,18 +832,18 @@
|
|
761
832
|
"awsAccountId": {},
|
762
833
|
"awsAccountRegion": {},
|
763
834
|
"createdAt": {
|
764
|
-
"shape": "
|
835
|
+
"shape": "S4v"
|
765
836
|
},
|
766
837
|
"createdBy": {},
|
767
838
|
"deploymentProperties": {
|
768
|
-
"shape": "
|
839
|
+
"shape": "S4w"
|
769
840
|
},
|
770
841
|
"description": {
|
771
842
|
"shape": "Sq"
|
772
843
|
},
|
773
844
|
"domainId": {},
|
774
845
|
"environmentActions": {
|
775
|
-
"shape": "
|
846
|
+
"shape": "S4z"
|
776
847
|
},
|
777
848
|
"environmentBlueprintId": {},
|
778
849
|
"environmentProfileId": {},
|
@@ -781,25 +852,25 @@
|
|
781
852
|
},
|
782
853
|
"id": {},
|
783
854
|
"lastDeployment": {
|
784
|
-
"shape": "
|
855
|
+
"shape": "S55"
|
785
856
|
},
|
786
857
|
"name": {
|
787
|
-
"shape": "
|
858
|
+
"shape": "S5b"
|
788
859
|
},
|
789
860
|
"projectId": {},
|
790
861
|
"provider": {},
|
791
862
|
"provisionedResources": {
|
792
|
-
"shape": "
|
863
|
+
"shape": "S5c"
|
793
864
|
},
|
794
865
|
"provisioningProperties": {
|
795
|
-
"shape": "
|
866
|
+
"shape": "S5e"
|
796
867
|
},
|
797
868
|
"status": {},
|
798
869
|
"updatedAt": {
|
799
|
-
"shape": "
|
870
|
+
"shape": "S4v"
|
800
871
|
},
|
801
872
|
"userParameters": {
|
802
|
-
"shape": "
|
873
|
+
"shape": "S5h"
|
803
874
|
}
|
804
875
|
}
|
805
876
|
}
|
@@ -829,7 +900,7 @@
|
|
829
900
|
},
|
830
901
|
"name": {},
|
831
902
|
"parameters": {
|
832
|
-
"shape": "
|
903
|
+
"shape": "S5l"
|
833
904
|
}
|
834
905
|
}
|
835
906
|
},
|
@@ -849,7 +920,7 @@
|
|
849
920
|
"id": {},
|
850
921
|
"name": {},
|
851
922
|
"parameters": {
|
852
|
-
"shape": "
|
923
|
+
"shape": "S5l"
|
853
924
|
}
|
854
925
|
}
|
855
926
|
}
|
@@ -879,11 +950,11 @@
|
|
879
950
|
},
|
880
951
|
"environmentBlueprintIdentifier": {},
|
881
952
|
"name": {
|
882
|
-
"shape": "
|
953
|
+
"shape": "S5q"
|
883
954
|
},
|
884
955
|
"projectIdentifier": {},
|
885
956
|
"userParameters": {
|
886
|
-
"shape": "
|
957
|
+
"shape": "S4q"
|
887
958
|
}
|
888
959
|
}
|
889
960
|
},
|
@@ -900,7 +971,7 @@
|
|
900
971
|
"awsAccountId": {},
|
901
972
|
"awsAccountRegion": {},
|
902
973
|
"createdAt": {
|
903
|
-
"shape": "
|
974
|
+
"shape": "S4v"
|
904
975
|
},
|
905
976
|
"createdBy": {},
|
906
977
|
"description": {
|
@@ -910,14 +981,14 @@
|
|
910
981
|
"environmentBlueprintId": {},
|
911
982
|
"id": {},
|
912
983
|
"name": {
|
913
|
-
"shape": "
|
984
|
+
"shape": "S5q"
|
914
985
|
},
|
915
986
|
"projectId": {},
|
916
987
|
"updatedAt": {
|
917
|
-
"shape": "
|
988
|
+
"shape": "S4v"
|
918
989
|
},
|
919
990
|
"userParameters": {
|
920
|
-
"shape": "
|
991
|
+
"shape": "S5h"
|
921
992
|
}
|
922
993
|
}
|
923
994
|
}
|
@@ -944,7 +1015,7 @@
|
|
944
1015
|
"locationName": "domainIdentifier"
|
945
1016
|
},
|
946
1017
|
"model": {
|
947
|
-
"shape": "
|
1018
|
+
"shape": "S5t"
|
948
1019
|
},
|
949
1020
|
"name": {
|
950
1021
|
"shape": "S1z"
|
@@ -992,14 +1063,14 @@
|
|
992
1063
|
"idempotencyToken": true
|
993
1064
|
},
|
994
1065
|
"description": {
|
995
|
-
"shape": "
|
1066
|
+
"shape": "S5y"
|
996
1067
|
},
|
997
1068
|
"domainIdentifier": {
|
998
1069
|
"location": "uri",
|
999
1070
|
"locationName": "domainIdentifier"
|
1000
1071
|
},
|
1001
1072
|
"name": {
|
1002
|
-
"shape": "
|
1073
|
+
"shape": "S5z"
|
1003
1074
|
},
|
1004
1075
|
"owningProjectIdentifier": {},
|
1005
1076
|
"status": {}
|
@@ -1015,12 +1086,12 @@
|
|
1015
1086
|
],
|
1016
1087
|
"members": {
|
1017
1088
|
"description": {
|
1018
|
-
"shape": "
|
1089
|
+
"shape": "S5y"
|
1019
1090
|
},
|
1020
1091
|
"domainId": {},
|
1021
1092
|
"id": {},
|
1022
1093
|
"name": {
|
1023
|
-
"shape": "
|
1094
|
+
"shape": "S5z"
|
1024
1095
|
},
|
1025
1096
|
"owningProjectId": {},
|
1026
1097
|
"status": {}
|
@@ -1050,7 +1121,7 @@
|
|
1050
1121
|
},
|
1051
1122
|
"glossaryIdentifier": {},
|
1052
1123
|
"longDescription": {
|
1053
|
-
"shape": "
|
1124
|
+
"shape": "S64"
|
1054
1125
|
},
|
1055
1126
|
"name": {
|
1056
1127
|
"shape": "Sy"
|
@@ -1060,7 +1131,7 @@
|
|
1060
1131
|
},
|
1061
1132
|
"status": {},
|
1062
1133
|
"termRelations": {
|
1063
|
-
"shape": "
|
1134
|
+
"shape": "S66"
|
1064
1135
|
}
|
1065
1136
|
}
|
1066
1137
|
},
|
@@ -1078,7 +1149,7 @@
|
|
1078
1149
|
"glossaryId": {},
|
1079
1150
|
"id": {},
|
1080
1151
|
"longDescription": {
|
1081
|
-
"shape": "
|
1152
|
+
"shape": "S64"
|
1082
1153
|
},
|
1083
1154
|
"name": {
|
1084
1155
|
"shape": "Sy"
|
@@ -1088,7 +1159,7 @@
|
|
1088
1159
|
},
|
1089
1160
|
"status": {},
|
1090
1161
|
"termRelations": {
|
1091
|
-
"shape": "
|
1162
|
+
"shape": "S66"
|
1092
1163
|
}
|
1093
1164
|
}
|
1094
1165
|
},
|
@@ -1121,7 +1192,7 @@
|
|
1121
1192
|
"members": {
|
1122
1193
|
"domainId": {},
|
1123
1194
|
"groupName": {
|
1124
|
-
"shape": "
|
1195
|
+
"shape": "S6d"
|
1125
1196
|
},
|
1126
1197
|
"id": {},
|
1127
1198
|
"status": {}
|
@@ -1207,7 +1278,7 @@
|
|
1207
1278
|
],
|
1208
1279
|
"members": {
|
1209
1280
|
"createdAt": {
|
1210
|
-
"shape": "
|
1281
|
+
"shape": "S4v"
|
1211
1282
|
},
|
1212
1283
|
"createdBy": {},
|
1213
1284
|
"description": {
|
@@ -1215,14 +1286,14 @@
|
|
1215
1286
|
},
|
1216
1287
|
"domainId": {},
|
1217
1288
|
"failureReasons": {
|
1218
|
-
"shape": "
|
1289
|
+
"shape": "S6n"
|
1219
1290
|
},
|
1220
1291
|
"glossaryTerms": {
|
1221
1292
|
"shape": "S1q"
|
1222
1293
|
},
|
1223
1294
|
"id": {},
|
1224
1295
|
"lastUpdatedAt": {
|
1225
|
-
"shape": "
|
1296
|
+
"shape": "S4v"
|
1226
1297
|
},
|
1227
1298
|
"name": {
|
1228
1299
|
"shape": "S15"
|
@@ -1251,7 +1322,7 @@
|
|
1251
1322
|
"locationName": "domainIdentifier"
|
1252
1323
|
},
|
1253
1324
|
"member": {
|
1254
|
-
"shape": "
|
1325
|
+
"shape": "S6s"
|
1255
1326
|
},
|
1256
1327
|
"projectIdentifier": {
|
1257
1328
|
"location": "uri",
|
@@ -1334,7 +1405,7 @@
|
|
1334
1405
|
],
|
1335
1406
|
"members": {
|
1336
1407
|
"assets": {
|
1337
|
-
"shape": "
|
1408
|
+
"shape": "S71"
|
1338
1409
|
},
|
1339
1410
|
"createdAt": {
|
1340
1411
|
"type": "timestamp"
|
@@ -1342,7 +1413,7 @@
|
|
1342
1413
|
"createdBy": {},
|
1343
1414
|
"domainId": {},
|
1344
1415
|
"grantedEntity": {
|
1345
|
-
"shape": "
|
1416
|
+
"shape": "S75"
|
1346
1417
|
},
|
1347
1418
|
"id": {},
|
1348
1419
|
"status": {},
|
@@ -1474,10 +1545,10 @@
|
|
1474
1545
|
],
|
1475
1546
|
"members": {
|
1476
1547
|
"applicableAssetTypes": {
|
1477
|
-
"shape": "
|
1548
|
+
"shape": "S7j"
|
1478
1549
|
},
|
1479
1550
|
"authorizedPrincipals": {
|
1480
|
-
"shape": "
|
1551
|
+
"shape": "S7k"
|
1481
1552
|
},
|
1482
1553
|
"clientToken": {
|
1483
1554
|
"idempotencyToken": true
|
@@ -1492,11 +1563,11 @@
|
|
1492
1563
|
},
|
1493
1564
|
"manageAccessRole": {},
|
1494
1565
|
"name": {
|
1495
|
-
"shape": "
|
1566
|
+
"shape": "S7m"
|
1496
1567
|
},
|
1497
1568
|
"provider": {},
|
1498
1569
|
"subscriptionTargetConfig": {
|
1499
|
-
"shape": "
|
1570
|
+
"shape": "S7n"
|
1500
1571
|
},
|
1501
1572
|
"type": {}
|
1502
1573
|
}
|
@@ -1520,10 +1591,10 @@
|
|
1520
1591
|
],
|
1521
1592
|
"members": {
|
1522
1593
|
"applicableAssetTypes": {
|
1523
|
-
"shape": "
|
1594
|
+
"shape": "S7j"
|
1524
1595
|
},
|
1525
1596
|
"authorizedPrincipals": {
|
1526
|
-
"shape": "
|
1597
|
+
"shape": "S7k"
|
1527
1598
|
},
|
1528
1599
|
"createdAt": {
|
1529
1600
|
"type": "timestamp"
|
@@ -1534,12 +1605,12 @@
|
|
1534
1605
|
"id": {},
|
1535
1606
|
"manageAccessRole": {},
|
1536
1607
|
"name": {
|
1537
|
-
"shape": "
|
1608
|
+
"shape": "S7m"
|
1538
1609
|
},
|
1539
1610
|
"projectId": {},
|
1540
1611
|
"provider": {},
|
1541
1612
|
"subscriptionTargetConfig": {
|
1542
|
-
"shape": "
|
1613
|
+
"shape": "S7n"
|
1543
1614
|
},
|
1544
1615
|
"type": {},
|
1545
1616
|
"updatedAt": {
|
@@ -1576,7 +1647,7 @@
|
|
1576
1647
|
"type": "structure",
|
1577
1648
|
"members": {
|
1578
1649
|
"details": {
|
1579
|
-
"shape": "
|
1650
|
+
"shape": "S7u"
|
1580
1651
|
},
|
1581
1652
|
"domainId": {},
|
1582
1653
|
"id": {},
|
@@ -1615,6 +1686,36 @@
|
|
1615
1686
|
},
|
1616
1687
|
"idempotent": true
|
1617
1688
|
},
|
1689
|
+
"DeleteAssetFilter": {
|
1690
|
+
"http": {
|
1691
|
+
"method": "DELETE",
|
1692
|
+
"requestUri": "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}",
|
1693
|
+
"responseCode": 204
|
1694
|
+
},
|
1695
|
+
"input": {
|
1696
|
+
"type": "structure",
|
1697
|
+
"required": [
|
1698
|
+
"assetIdentifier",
|
1699
|
+
"domainIdentifier",
|
1700
|
+
"identifier"
|
1701
|
+
],
|
1702
|
+
"members": {
|
1703
|
+
"assetIdentifier": {
|
1704
|
+
"location": "uri",
|
1705
|
+
"locationName": "assetIdentifier"
|
1706
|
+
},
|
1707
|
+
"domainIdentifier": {
|
1708
|
+
"location": "uri",
|
1709
|
+
"locationName": "domainIdentifier"
|
1710
|
+
},
|
1711
|
+
"identifier": {
|
1712
|
+
"location": "uri",
|
1713
|
+
"locationName": "identifier"
|
1714
|
+
}
|
1715
|
+
}
|
1716
|
+
},
|
1717
|
+
"idempotent": true
|
1718
|
+
},
|
1618
1719
|
"DeleteAssetType": {
|
1619
1720
|
"http": {
|
1620
1721
|
"method": "DELETE",
|
@@ -1690,10 +1791,10 @@
|
|
1690
1791
|
"shape": "S1x"
|
1691
1792
|
},
|
1692
1793
|
"configuration": {
|
1693
|
-
"shape": "
|
1794
|
+
"shape": "S3y"
|
1694
1795
|
},
|
1695
1796
|
"createdAt": {
|
1696
|
-
"shape": "
|
1797
|
+
"shape": "S47"
|
1697
1798
|
},
|
1698
1799
|
"description": {
|
1699
1800
|
"shape": "Sq"
|
@@ -1702,18 +1803,18 @@
|
|
1702
1803
|
"enableSetting": {},
|
1703
1804
|
"environmentId": {},
|
1704
1805
|
"errorMessage": {
|
1705
|
-
"shape": "
|
1806
|
+
"shape": "S48"
|
1706
1807
|
},
|
1707
1808
|
"id": {},
|
1708
1809
|
"lastRunAt": {
|
1709
|
-
"shape": "
|
1810
|
+
"shape": "S47"
|
1710
1811
|
},
|
1711
1812
|
"lastRunErrorMessage": {
|
1712
|
-
"shape": "
|
1813
|
+
"shape": "S48"
|
1713
1814
|
},
|
1714
1815
|
"lastRunStatus": {},
|
1715
1816
|
"name": {
|
1716
|
-
"shape": "
|
1817
|
+
"shape": "S3r"
|
1717
1818
|
},
|
1718
1819
|
"projectId": {},
|
1719
1820
|
"publishOnImport": {
|
@@ -1723,15 +1824,15 @@
|
|
1723
1824
|
"type": "boolean"
|
1724
1825
|
},
|
1725
1826
|
"schedule": {
|
1726
|
-
"shape": "
|
1827
|
+
"shape": "S3t"
|
1727
1828
|
},
|
1728
1829
|
"selfGrantStatus": {
|
1729
|
-
"shape": "
|
1830
|
+
"shape": "S8a"
|
1730
1831
|
},
|
1731
1832
|
"status": {},
|
1732
1833
|
"type": {},
|
1733
1834
|
"updatedAt": {
|
1734
|
-
"shape": "
|
1835
|
+
"shape": "S47"
|
1735
1836
|
}
|
1736
1837
|
}
|
1737
1838
|
},
|
@@ -2052,7 +2153,7 @@
|
|
2052
2153
|
"locationName": "domainIdentifier"
|
2053
2154
|
},
|
2054
2155
|
"member": {
|
2055
|
-
"shape": "
|
2156
|
+
"shape": "S6s"
|
2056
2157
|
},
|
2057
2158
|
"projectIdentifier": {
|
2058
2159
|
"location": "uri",
|
@@ -2103,7 +2204,7 @@
|
|
2103
2204
|
],
|
2104
2205
|
"members": {
|
2105
2206
|
"assets": {
|
2106
|
-
"shape": "
|
2207
|
+
"shape": "S71"
|
2107
2208
|
},
|
2108
2209
|
"createdAt": {
|
2109
2210
|
"type": "timestamp"
|
@@ -2111,7 +2212,7 @@
|
|
2111
2212
|
"createdBy": {},
|
2112
2213
|
"domainId": {},
|
2113
2214
|
"grantedEntity": {
|
2114
|
-
"shape": "
|
2215
|
+
"shape": "S75"
|
2115
2216
|
},
|
2116
2217
|
"id": {},
|
2117
2218
|
"status": {},
|
@@ -2335,6 +2436,68 @@
|
|
2335
2436
|
}
|
2336
2437
|
}
|
2337
2438
|
},
|
2439
|
+
"GetAssetFilter": {
|
2440
|
+
"http": {
|
2441
|
+
"method": "GET",
|
2442
|
+
"requestUri": "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}",
|
2443
|
+
"responseCode": 200
|
2444
|
+
},
|
2445
|
+
"input": {
|
2446
|
+
"type": "structure",
|
2447
|
+
"required": [
|
2448
|
+
"assetIdentifier",
|
2449
|
+
"domainIdentifier",
|
2450
|
+
"identifier"
|
2451
|
+
],
|
2452
|
+
"members": {
|
2453
|
+
"assetIdentifier": {
|
2454
|
+
"location": "uri",
|
2455
|
+
"locationName": "assetIdentifier"
|
2456
|
+
},
|
2457
|
+
"domainIdentifier": {
|
2458
|
+
"location": "uri",
|
2459
|
+
"locationName": "domainIdentifier"
|
2460
|
+
},
|
2461
|
+
"identifier": {
|
2462
|
+
"location": "uri",
|
2463
|
+
"locationName": "identifier"
|
2464
|
+
}
|
2465
|
+
}
|
2466
|
+
},
|
2467
|
+
"output": {
|
2468
|
+
"type": "structure",
|
2469
|
+
"required": [
|
2470
|
+
"assetId",
|
2471
|
+
"configuration",
|
2472
|
+
"domainId",
|
2473
|
+
"id",
|
2474
|
+
"name"
|
2475
|
+
],
|
2476
|
+
"members": {
|
2477
|
+
"assetId": {},
|
2478
|
+
"configuration": {
|
2479
|
+
"shape": "S29"
|
2480
|
+
},
|
2481
|
+
"createdAt": {
|
2482
|
+
"type": "timestamp"
|
2483
|
+
},
|
2484
|
+
"description": {
|
2485
|
+
"shape": "Sq"
|
2486
|
+
},
|
2487
|
+
"domainId": {},
|
2488
|
+
"effectiveColumnNames": {
|
2489
|
+
"shape": "S2b"
|
2490
|
+
},
|
2491
|
+
"effectiveRowFilter": {},
|
2492
|
+
"errorMessage": {},
|
2493
|
+
"id": {},
|
2494
|
+
"name": {
|
2495
|
+
"shape": "S2t"
|
2496
|
+
},
|
2497
|
+
"status": {}
|
2498
|
+
}
|
2499
|
+
}
|
2500
|
+
},
|
2338
2501
|
"GetAssetType": {
|
2339
2502
|
"http": {
|
2340
2503
|
"method": "GET",
|
@@ -2381,7 +2544,7 @@
|
|
2381
2544
|
},
|
2382
2545
|
"domainId": {},
|
2383
2546
|
"formsOutput": {
|
2384
|
-
"shape": "
|
2547
|
+
"shape": "S33"
|
2385
2548
|
},
|
2386
2549
|
"name": {},
|
2387
2550
|
"originDomainId": {},
|
@@ -2432,10 +2595,10 @@
|
|
2432
2595
|
"shape": "S1x"
|
2433
2596
|
},
|
2434
2597
|
"configuration": {
|
2435
|
-
"shape": "
|
2598
|
+
"shape": "S3y"
|
2436
2599
|
},
|
2437
2600
|
"createdAt": {
|
2438
|
-
"shape": "
|
2601
|
+
"shape": "S47"
|
2439
2602
|
},
|
2440
2603
|
"description": {
|
2441
2604
|
"shape": "Sq"
|
@@ -2444,39 +2607,39 @@
|
|
2444
2607
|
"enableSetting": {},
|
2445
2608
|
"environmentId": {},
|
2446
2609
|
"errorMessage": {
|
2447
|
-
"shape": "
|
2610
|
+
"shape": "S48"
|
2448
2611
|
},
|
2449
2612
|
"id": {},
|
2450
2613
|
"lastRunAssetCount": {
|
2451
2614
|
"type": "integer"
|
2452
2615
|
},
|
2453
2616
|
"lastRunAt": {
|
2454
|
-
"shape": "
|
2617
|
+
"shape": "S47"
|
2455
2618
|
},
|
2456
2619
|
"lastRunErrorMessage": {
|
2457
|
-
"shape": "
|
2620
|
+
"shape": "S48"
|
2458
2621
|
},
|
2459
2622
|
"lastRunStatus": {},
|
2460
2623
|
"name": {
|
2461
|
-
"shape": "
|
2624
|
+
"shape": "S3r"
|
2462
2625
|
},
|
2463
2626
|
"projectId": {},
|
2464
2627
|
"publishOnImport": {
|
2465
2628
|
"type": "boolean"
|
2466
2629
|
},
|
2467
2630
|
"recommendation": {
|
2468
|
-
"shape": "
|
2631
|
+
"shape": "S3s"
|
2469
2632
|
},
|
2470
2633
|
"schedule": {
|
2471
|
-
"shape": "
|
2634
|
+
"shape": "S3t"
|
2472
2635
|
},
|
2473
2636
|
"selfGrantStatus": {
|
2474
|
-
"shape": "
|
2637
|
+
"shape": "S8a"
|
2475
2638
|
},
|
2476
2639
|
"status": {},
|
2477
2640
|
"type": {},
|
2478
2641
|
"updatedAt": {
|
2479
|
-
"shape": "
|
2642
|
+
"shape": "S47"
|
2480
2643
|
}
|
2481
2644
|
}
|
2482
2645
|
}
|
@@ -2518,29 +2681,29 @@
|
|
2518
2681
|
],
|
2519
2682
|
"members": {
|
2520
2683
|
"createdAt": {
|
2521
|
-
"shape": "
|
2684
|
+
"shape": "S47"
|
2522
2685
|
},
|
2523
2686
|
"dataSourceConfigurationSnapshot": {},
|
2524
2687
|
"dataSourceId": {},
|
2525
2688
|
"domainId": {},
|
2526
2689
|
"errorMessage": {
|
2527
|
-
"shape": "
|
2690
|
+
"shape": "S48"
|
2528
2691
|
},
|
2529
2692
|
"id": {},
|
2530
2693
|
"projectId": {},
|
2531
2694
|
"runStatisticsForAssets": {
|
2532
|
-
"shape": "
|
2695
|
+
"shape": "S9l"
|
2533
2696
|
},
|
2534
2697
|
"startedAt": {
|
2535
|
-
"shape": "
|
2698
|
+
"shape": "S47"
|
2536
2699
|
},
|
2537
2700
|
"status": {},
|
2538
2701
|
"stoppedAt": {
|
2539
|
-
"shape": "
|
2702
|
+
"shape": "S47"
|
2540
2703
|
},
|
2541
2704
|
"type": {},
|
2542
2705
|
"updatedAt": {
|
2543
|
-
"shape": "
|
2706
|
+
"shape": "S47"
|
2544
2707
|
}
|
2545
2708
|
}
|
2546
2709
|
}
|
@@ -2585,11 +2748,11 @@
|
|
2585
2748
|
"name": {},
|
2586
2749
|
"portalUrl": {},
|
2587
2750
|
"singleSignOn": {
|
2588
|
-
"shape": "
|
2751
|
+
"shape": "S4g"
|
2589
2752
|
},
|
2590
2753
|
"status": {},
|
2591
2754
|
"tags": {
|
2592
|
-
"shape": "
|
2755
|
+
"shape": "S4j"
|
2593
2756
|
}
|
2594
2757
|
}
|
2595
2758
|
}
|
@@ -2630,18 +2793,18 @@
|
|
2630
2793
|
"awsAccountId": {},
|
2631
2794
|
"awsAccountRegion": {},
|
2632
2795
|
"createdAt": {
|
2633
|
-
"shape": "
|
2796
|
+
"shape": "S4v"
|
2634
2797
|
},
|
2635
2798
|
"createdBy": {},
|
2636
2799
|
"deploymentProperties": {
|
2637
|
-
"shape": "
|
2800
|
+
"shape": "S4w"
|
2638
2801
|
},
|
2639
2802
|
"description": {
|
2640
2803
|
"shape": "Sq"
|
2641
2804
|
},
|
2642
2805
|
"domainId": {},
|
2643
2806
|
"environmentActions": {
|
2644
|
-
"shape": "
|
2807
|
+
"shape": "S4z"
|
2645
2808
|
},
|
2646
2809
|
"environmentBlueprintId": {},
|
2647
2810
|
"environmentProfileId": {},
|
@@ -2650,25 +2813,25 @@
|
|
2650
2813
|
},
|
2651
2814
|
"id": {},
|
2652
2815
|
"lastDeployment": {
|
2653
|
-
"shape": "
|
2816
|
+
"shape": "S55"
|
2654
2817
|
},
|
2655
2818
|
"name": {
|
2656
|
-
"shape": "
|
2819
|
+
"shape": "S5b"
|
2657
2820
|
},
|
2658
2821
|
"projectId": {},
|
2659
2822
|
"provider": {},
|
2660
2823
|
"provisionedResources": {
|
2661
|
-
"shape": "
|
2824
|
+
"shape": "S5c"
|
2662
2825
|
},
|
2663
2826
|
"provisioningProperties": {
|
2664
|
-
"shape": "
|
2827
|
+
"shape": "S5e"
|
2665
2828
|
},
|
2666
2829
|
"status": {},
|
2667
2830
|
"updatedAt": {
|
2668
|
-
"shape": "
|
2831
|
+
"shape": "S4v"
|
2669
2832
|
},
|
2670
2833
|
"userParameters": {
|
2671
|
-
"shape": "
|
2834
|
+
"shape": "S5h"
|
2672
2835
|
}
|
2673
2836
|
}
|
2674
2837
|
}
|
@@ -2717,7 +2880,7 @@
|
|
2717
2880
|
"id": {},
|
2718
2881
|
"name": {},
|
2719
2882
|
"parameters": {
|
2720
|
-
"shape": "
|
2883
|
+
"shape": "S5l"
|
2721
2884
|
}
|
2722
2885
|
}
|
2723
2886
|
}
|
@@ -2755,10 +2918,10 @@
|
|
2755
2918
|
],
|
2756
2919
|
"members": {
|
2757
2920
|
"createdAt": {
|
2758
|
-
"shape": "
|
2921
|
+
"shape": "S4v"
|
2759
2922
|
},
|
2760
2923
|
"deploymentProperties": {
|
2761
|
-
"shape": "
|
2924
|
+
"shape": "S4w"
|
2762
2925
|
},
|
2763
2926
|
"description": {
|
2764
2927
|
"shape": "Sq"
|
@@ -2770,13 +2933,13 @@
|
|
2770
2933
|
"name": {},
|
2771
2934
|
"provider": {},
|
2772
2935
|
"provisioningProperties": {
|
2773
|
-
"shape": "
|
2936
|
+
"shape": "S5e"
|
2774
2937
|
},
|
2775
2938
|
"updatedAt": {
|
2776
|
-
"shape": "
|
2939
|
+
"shape": "S4v"
|
2777
2940
|
},
|
2778
2941
|
"userParameters": {
|
2779
|
-
"shape": "
|
2942
|
+
"shape": "S5h"
|
2780
2943
|
}
|
2781
2944
|
}
|
2782
2945
|
}
|
@@ -2812,22 +2975,61 @@
|
|
2812
2975
|
],
|
2813
2976
|
"members": {
|
2814
2977
|
"createdAt": {
|
2815
|
-
"shape": "
|
2978
|
+
"shape": "S4v"
|
2816
2979
|
},
|
2817
2980
|
"domainId": {},
|
2818
2981
|
"enabledRegions": {
|
2819
|
-
"shape": "
|
2982
|
+
"shape": "S9y"
|
2820
2983
|
},
|
2821
2984
|
"environmentBlueprintId": {},
|
2822
2985
|
"manageAccessRoleArn": {},
|
2986
|
+
"provisioningConfigurations": {
|
2987
|
+
"shape": "Sa0"
|
2988
|
+
},
|
2823
2989
|
"provisioningRoleArn": {},
|
2824
2990
|
"regionalParameters": {
|
2825
|
-
"shape": "
|
2991
|
+
"shape": "Sa5"
|
2826
2992
|
},
|
2827
2993
|
"updatedAt": {
|
2828
|
-
"shape": "
|
2994
|
+
"shape": "S4v"
|
2995
|
+
}
|
2996
|
+
}
|
2997
|
+
}
|
2998
|
+
},
|
2999
|
+
"GetEnvironmentCredentials": {
|
3000
|
+
"http": {
|
3001
|
+
"method": "GET",
|
3002
|
+
"requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/credentials",
|
3003
|
+
"responseCode": 200
|
3004
|
+
},
|
3005
|
+
"input": {
|
3006
|
+
"type": "structure",
|
3007
|
+
"required": [
|
3008
|
+
"domainIdentifier",
|
3009
|
+
"environmentIdentifier"
|
3010
|
+
],
|
3011
|
+
"members": {
|
3012
|
+
"domainIdentifier": {
|
3013
|
+
"location": "uri",
|
3014
|
+
"locationName": "domainIdentifier"
|
3015
|
+
},
|
3016
|
+
"environmentIdentifier": {
|
3017
|
+
"location": "uri",
|
3018
|
+
"locationName": "environmentIdentifier"
|
2829
3019
|
}
|
2830
3020
|
}
|
3021
|
+
},
|
3022
|
+
"output": {
|
3023
|
+
"type": "structure",
|
3024
|
+
"members": {
|
3025
|
+
"accessKeyId": {},
|
3026
|
+
"expiration": {
|
3027
|
+
"shape": "S4v"
|
3028
|
+
},
|
3029
|
+
"secretAccessKey": {},
|
3030
|
+
"sessionToken": {}
|
3031
|
+
},
|
3032
|
+
"sensitive": true
|
2831
3033
|
}
|
2832
3034
|
},
|
2833
3035
|
"GetEnvironmentProfile": {
|
@@ -2866,7 +3068,7 @@
|
|
2866
3068
|
"awsAccountId": {},
|
2867
3069
|
"awsAccountRegion": {},
|
2868
3070
|
"createdAt": {
|
2869
|
-
"shape": "
|
3071
|
+
"shape": "S4v"
|
2870
3072
|
},
|
2871
3073
|
"createdBy": {},
|
2872
3074
|
"description": {
|
@@ -2876,14 +3078,14 @@
|
|
2876
3078
|
"environmentBlueprintId": {},
|
2877
3079
|
"id": {},
|
2878
3080
|
"name": {
|
2879
|
-
"shape": "
|
3081
|
+
"shape": "S5q"
|
2880
3082
|
},
|
2881
3083
|
"projectId": {},
|
2882
3084
|
"updatedAt": {
|
2883
|
-
"shape": "
|
3085
|
+
"shape": "S4v"
|
2884
3086
|
},
|
2885
3087
|
"userParameters": {
|
2886
|
-
"shape": "
|
3088
|
+
"shape": "S5h"
|
2887
3089
|
}
|
2888
3090
|
}
|
2889
3091
|
}
|
@@ -2933,10 +3135,10 @@
|
|
2933
3135
|
},
|
2934
3136
|
"domainId": {},
|
2935
3137
|
"imports": {
|
2936
|
-
"shape": "
|
3138
|
+
"shape": "Sad"
|
2937
3139
|
},
|
2938
3140
|
"model": {
|
2939
|
-
"shape": "
|
3141
|
+
"shape": "S5t"
|
2940
3142
|
},
|
2941
3143
|
"name": {
|
2942
3144
|
"shape": "S1z"
|
@@ -2987,12 +3189,12 @@
|
|
2987
3189
|
},
|
2988
3190
|
"createdBy": {},
|
2989
3191
|
"description": {
|
2990
|
-
"shape": "
|
3192
|
+
"shape": "S5y"
|
2991
3193
|
},
|
2992
3194
|
"domainId": {},
|
2993
3195
|
"id": {},
|
2994
3196
|
"name": {
|
2995
|
-
"shape": "
|
3197
|
+
"shape": "S5z"
|
2996
3198
|
},
|
2997
3199
|
"owningProjectId": {},
|
2998
3200
|
"status": {},
|
@@ -3044,7 +3246,7 @@
|
|
3044
3246
|
"glossaryId": {},
|
3045
3247
|
"id": {},
|
3046
3248
|
"longDescription": {
|
3047
|
-
"shape": "
|
3249
|
+
"shape": "S64"
|
3048
3250
|
},
|
3049
3251
|
"name": {
|
3050
3252
|
"shape": "Sy"
|
@@ -3054,7 +3256,7 @@
|
|
3054
3256
|
},
|
3055
3257
|
"status": {},
|
3056
3258
|
"termRelations": {
|
3057
|
-
"shape": "
|
3259
|
+
"shape": "S66"
|
3058
3260
|
},
|
3059
3261
|
"updatedAt": {
|
3060
3262
|
"type": "timestamp"
|
@@ -3091,7 +3293,7 @@
|
|
3091
3293
|
"members": {
|
3092
3294
|
"domainId": {},
|
3093
3295
|
"groupName": {
|
3094
|
-
"shape": "
|
3296
|
+
"shape": "S6d"
|
3095
3297
|
},
|
3096
3298
|
"id": {},
|
3097
3299
|
"status": {}
|
@@ -3169,7 +3371,7 @@
|
|
3169
3371
|
"description": {},
|
3170
3372
|
"domainId": {},
|
3171
3373
|
"downstreamNodes": {
|
3172
|
-
"shape": "
|
3374
|
+
"shape": "Saq"
|
3173
3375
|
},
|
3174
3376
|
"eventTimestamp": {
|
3175
3377
|
"type": "timestamp"
|
@@ -3187,7 +3389,7 @@
|
|
3187
3389
|
},
|
3188
3390
|
"updatedBy": {},
|
3189
3391
|
"upstreamNodes": {
|
3190
|
-
"shape": "
|
3392
|
+
"shape": "Saq"
|
3191
3393
|
}
|
3192
3394
|
}
|
3193
3395
|
}
|
@@ -3311,7 +3513,7 @@
|
|
3311
3513
|
"owningProjectId": {},
|
3312
3514
|
"status": {},
|
3313
3515
|
"target": {
|
3314
|
-
"shape": "
|
3516
|
+
"shape": "Sb0"
|
3315
3517
|
},
|
3316
3518
|
"type": {}
|
3317
3519
|
}
|
@@ -3350,7 +3552,7 @@
|
|
3350
3552
|
],
|
3351
3553
|
"members": {
|
3352
3554
|
"createdAt": {
|
3353
|
-
"shape": "
|
3555
|
+
"shape": "S4v"
|
3354
3556
|
},
|
3355
3557
|
"createdBy": {},
|
3356
3558
|
"description": {
|
@@ -3358,14 +3560,14 @@
|
|
3358
3560
|
},
|
3359
3561
|
"domainId": {},
|
3360
3562
|
"failureReasons": {
|
3361
|
-
"shape": "
|
3563
|
+
"shape": "S6n"
|
3362
3564
|
},
|
3363
3565
|
"glossaryTerms": {
|
3364
3566
|
"shape": "S1q"
|
3365
3567
|
},
|
3366
3568
|
"id": {},
|
3367
3569
|
"lastUpdatedAt": {
|
3368
|
-
"shape": "
|
3570
|
+
"shape": "S4v"
|
3369
3571
|
},
|
3370
3572
|
"name": {
|
3371
3573
|
"shape": "S15"
|
@@ -3471,7 +3673,7 @@
|
|
3471
3673
|
],
|
3472
3674
|
"members": {
|
3473
3675
|
"assets": {
|
3474
|
-
"shape": "
|
3676
|
+
"shape": "S71"
|
3475
3677
|
},
|
3476
3678
|
"createdAt": {
|
3477
3679
|
"type": "timestamp"
|
@@ -3479,7 +3681,7 @@
|
|
3479
3681
|
"createdBy": {},
|
3480
3682
|
"domainId": {},
|
3481
3683
|
"grantedEntity": {
|
3482
|
-
"shape": "
|
3684
|
+
"shape": "S75"
|
3483
3685
|
},
|
3484
3686
|
"id": {},
|
3485
3687
|
"status": {},
|
@@ -3609,10 +3811,10 @@
|
|
3609
3811
|
],
|
3610
3812
|
"members": {
|
3611
3813
|
"applicableAssetTypes": {
|
3612
|
-
"shape": "
|
3814
|
+
"shape": "S7j"
|
3613
3815
|
},
|
3614
3816
|
"authorizedPrincipals": {
|
3615
|
-
"shape": "
|
3817
|
+
"shape": "S7k"
|
3616
3818
|
},
|
3617
3819
|
"createdAt": {
|
3618
3820
|
"type": "timestamp"
|
@@ -3623,12 +3825,12 @@
|
|
3623
3825
|
"id": {},
|
3624
3826
|
"manageAccessRole": {},
|
3625
3827
|
"name": {
|
3626
|
-
"shape": "
|
3828
|
+
"shape": "S7m"
|
3627
3829
|
},
|
3628
3830
|
"projectId": {},
|
3629
3831
|
"provider": {},
|
3630
3832
|
"subscriptionTargetConfig": {
|
3631
|
-
"shape": "
|
3833
|
+
"shape": "S7n"
|
3632
3834
|
},
|
3633
3835
|
"type": {},
|
3634
3836
|
"updatedAt": {
|
@@ -3683,7 +3885,7 @@
|
|
3683
3885
|
"entityId": {},
|
3684
3886
|
"entityType": {},
|
3685
3887
|
"form": {
|
3686
|
-
"shape": "
|
3888
|
+
"shape": "Sbj"
|
3687
3889
|
},
|
3688
3890
|
"formName": {}
|
3689
3891
|
}
|
@@ -3720,7 +3922,7 @@
|
|
3720
3922
|
"type": "structure",
|
3721
3923
|
"members": {
|
3722
3924
|
"details": {
|
3723
|
-
"shape": "
|
3925
|
+
"shape": "S7u"
|
3724
3926
|
},
|
3725
3927
|
"domainId": {},
|
3726
3928
|
"id": {},
|
@@ -3729,26 +3931,26 @@
|
|
3729
3931
|
}
|
3730
3932
|
}
|
3731
3933
|
},
|
3732
|
-
"
|
3934
|
+
"ListAssetFilters": {
|
3733
3935
|
"http": {
|
3734
3936
|
"method": "GET",
|
3735
|
-
"requestUri": "/v2/domains/{domainIdentifier}/assets/{
|
3937
|
+
"requestUri": "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters",
|
3736
3938
|
"responseCode": 200
|
3737
3939
|
},
|
3738
3940
|
"input": {
|
3739
3941
|
"type": "structure",
|
3740
3942
|
"required": [
|
3741
|
-
"
|
3742
|
-
"
|
3943
|
+
"assetIdentifier",
|
3944
|
+
"domainIdentifier"
|
3743
3945
|
],
|
3744
3946
|
"members": {
|
3745
|
-
"
|
3947
|
+
"assetIdentifier": {
|
3746
3948
|
"location": "uri",
|
3747
|
-
"locationName": "
|
3949
|
+
"locationName": "assetIdentifier"
|
3748
3950
|
},
|
3749
|
-
"
|
3951
|
+
"domainIdentifier": {
|
3750
3952
|
"location": "uri",
|
3751
|
-
"locationName": "
|
3953
|
+
"locationName": "domainIdentifier"
|
3752
3954
|
},
|
3753
3955
|
"maxResults": {
|
3754
3956
|
"location": "querystring",
|
@@ -3758,19 +3960,97 @@
|
|
3758
3960
|
"nextToken": {
|
3759
3961
|
"location": "querystring",
|
3760
3962
|
"locationName": "nextToken"
|
3963
|
+
},
|
3964
|
+
"status": {
|
3965
|
+
"location": "querystring",
|
3966
|
+
"locationName": "status"
|
3761
3967
|
}
|
3762
3968
|
}
|
3763
3969
|
},
|
3764
3970
|
"output": {
|
3765
3971
|
"type": "structure",
|
3972
|
+
"required": [
|
3973
|
+
"items"
|
3974
|
+
],
|
3766
3975
|
"members": {
|
3767
3976
|
"items": {
|
3768
3977
|
"type": "list",
|
3769
3978
|
"member": {
|
3770
3979
|
"type": "structure",
|
3771
|
-
"
|
3772
|
-
"
|
3773
|
-
|
3980
|
+
"required": [
|
3981
|
+
"assetId",
|
3982
|
+
"domainId",
|
3983
|
+
"id",
|
3984
|
+
"name"
|
3985
|
+
],
|
3986
|
+
"members": {
|
3987
|
+
"assetId": {},
|
3988
|
+
"createdAt": {
|
3989
|
+
"type": "timestamp"
|
3990
|
+
},
|
3991
|
+
"description": {
|
3992
|
+
"shape": "Sq"
|
3993
|
+
},
|
3994
|
+
"domainId": {},
|
3995
|
+
"effectiveColumnNames": {
|
3996
|
+
"shape": "S2b"
|
3997
|
+
},
|
3998
|
+
"effectiveRowFilter": {},
|
3999
|
+
"errorMessage": {},
|
4000
|
+
"id": {},
|
4001
|
+
"name": {
|
4002
|
+
"shape": "S2t"
|
4003
|
+
},
|
4004
|
+
"status": {}
|
4005
|
+
}
|
4006
|
+
}
|
4007
|
+
},
|
4008
|
+
"nextToken": {}
|
4009
|
+
}
|
4010
|
+
}
|
4011
|
+
},
|
4012
|
+
"ListAssetRevisions": {
|
4013
|
+
"http": {
|
4014
|
+
"method": "GET",
|
4015
|
+
"requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}/revisions",
|
4016
|
+
"responseCode": 200
|
4017
|
+
},
|
4018
|
+
"input": {
|
4019
|
+
"type": "structure",
|
4020
|
+
"required": [
|
4021
|
+
"domainIdentifier",
|
4022
|
+
"identifier"
|
4023
|
+
],
|
4024
|
+
"members": {
|
4025
|
+
"domainIdentifier": {
|
4026
|
+
"location": "uri",
|
4027
|
+
"locationName": "domainIdentifier"
|
4028
|
+
},
|
4029
|
+
"identifier": {
|
4030
|
+
"location": "uri",
|
4031
|
+
"locationName": "identifier"
|
4032
|
+
},
|
4033
|
+
"maxResults": {
|
4034
|
+
"location": "querystring",
|
4035
|
+
"locationName": "maxResults",
|
4036
|
+
"type": "integer"
|
4037
|
+
},
|
4038
|
+
"nextToken": {
|
4039
|
+
"location": "querystring",
|
4040
|
+
"locationName": "nextToken"
|
4041
|
+
}
|
4042
|
+
}
|
4043
|
+
},
|
4044
|
+
"output": {
|
4045
|
+
"type": "structure",
|
4046
|
+
"members": {
|
4047
|
+
"items": {
|
4048
|
+
"type": "list",
|
4049
|
+
"member": {
|
4050
|
+
"type": "structure",
|
4051
|
+
"members": {
|
4052
|
+
"createdAt": {
|
4053
|
+
"type": "timestamp"
|
3774
4054
|
},
|
3775
4055
|
"createdBy": {},
|
3776
4056
|
"domainId": {},
|
@@ -3840,26 +4120,26 @@
|
|
3840
4120
|
],
|
3841
4121
|
"members": {
|
3842
4122
|
"createdAt": {
|
3843
|
-
"shape": "
|
4123
|
+
"shape": "S47"
|
3844
4124
|
},
|
3845
4125
|
"dataAssetId": {},
|
3846
4126
|
"dataAssetStatus": {},
|
3847
4127
|
"dataSourceRunId": {},
|
3848
4128
|
"database": {
|
3849
|
-
"shape": "
|
4129
|
+
"shape": "S3r"
|
3850
4130
|
},
|
3851
4131
|
"errorMessage": {
|
3852
|
-
"shape": "
|
4132
|
+
"shape": "S48"
|
3853
4133
|
},
|
3854
4134
|
"projectId": {},
|
3855
4135
|
"technicalDescription": {
|
3856
4136
|
"shape": "Sq"
|
3857
4137
|
},
|
3858
4138
|
"technicalName": {
|
3859
|
-
"shape": "
|
4139
|
+
"shape": "S3r"
|
3860
4140
|
},
|
3861
4141
|
"updatedAt": {
|
3862
|
-
"shape": "
|
4142
|
+
"shape": "S47"
|
3863
4143
|
}
|
3864
4144
|
}
|
3865
4145
|
}
|
@@ -3925,27 +4205,27 @@
|
|
3925
4205
|
],
|
3926
4206
|
"members": {
|
3927
4207
|
"createdAt": {
|
3928
|
-
"shape": "
|
4208
|
+
"shape": "S47"
|
3929
4209
|
},
|
3930
4210
|
"dataSourceId": {},
|
3931
4211
|
"errorMessage": {
|
3932
|
-
"shape": "
|
4212
|
+
"shape": "S48"
|
3933
4213
|
},
|
3934
4214
|
"id": {},
|
3935
4215
|
"projectId": {},
|
3936
4216
|
"runStatisticsForAssets": {
|
3937
|
-
"shape": "
|
4217
|
+
"shape": "S9l"
|
3938
4218
|
},
|
3939
4219
|
"startedAt": {
|
3940
|
-
"shape": "
|
4220
|
+
"shape": "S47"
|
3941
4221
|
},
|
3942
4222
|
"status": {},
|
3943
4223
|
"stoppedAt": {
|
3944
|
-
"shape": "
|
4224
|
+
"shape": "S47"
|
3945
4225
|
},
|
3946
4226
|
"type": {},
|
3947
4227
|
"updatedAt": {
|
3948
|
-
"shape": "
|
4228
|
+
"shape": "S47"
|
3949
4229
|
}
|
3950
4230
|
}
|
3951
4231
|
}
|
@@ -3981,7 +4261,7 @@
|
|
3981
4261
|
"type": "integer"
|
3982
4262
|
},
|
3983
4263
|
"name": {
|
3984
|
-
"shape": "
|
4264
|
+
"shape": "S3r",
|
3985
4265
|
"location": "querystring",
|
3986
4266
|
"locationName": "name"
|
3987
4267
|
},
|
@@ -4023,7 +4303,7 @@
|
|
4023
4303
|
],
|
4024
4304
|
"members": {
|
4025
4305
|
"createdAt": {
|
4026
|
-
"shape": "
|
4306
|
+
"shape": "S47"
|
4027
4307
|
},
|
4028
4308
|
"dataSourceId": {},
|
4029
4309
|
"domainId": {},
|
@@ -4033,22 +4313,22 @@
|
|
4033
4313
|
"type": "integer"
|
4034
4314
|
},
|
4035
4315
|
"lastRunAt": {
|
4036
|
-
"shape": "
|
4316
|
+
"shape": "S47"
|
4037
4317
|
},
|
4038
4318
|
"lastRunErrorMessage": {
|
4039
|
-
"shape": "
|
4319
|
+
"shape": "S48"
|
4040
4320
|
},
|
4041
4321
|
"lastRunStatus": {},
|
4042
4322
|
"name": {
|
4043
|
-
"shape": "
|
4323
|
+
"shape": "S3r"
|
4044
4324
|
},
|
4045
4325
|
"schedule": {
|
4046
|
-
"shape": "
|
4326
|
+
"shape": "S3t"
|
4047
4327
|
},
|
4048
4328
|
"status": {},
|
4049
4329
|
"type": {},
|
4050
4330
|
"updatedAt": {
|
4051
|
-
"shape": "
|
4331
|
+
"shape": "S47"
|
4052
4332
|
}
|
4053
4333
|
}
|
4054
4334
|
}
|
@@ -4179,7 +4459,7 @@
|
|
4179
4459
|
"id": {},
|
4180
4460
|
"name": {},
|
4181
4461
|
"parameters": {
|
4182
|
-
"shape": "
|
4462
|
+
"shape": "S5l"
|
4183
4463
|
}
|
4184
4464
|
}
|
4185
4465
|
}
|
@@ -4228,20 +4508,23 @@
|
|
4228
4508
|
],
|
4229
4509
|
"members": {
|
4230
4510
|
"createdAt": {
|
4231
|
-
"shape": "
|
4511
|
+
"shape": "S4v"
|
4232
4512
|
},
|
4233
4513
|
"domainId": {},
|
4234
4514
|
"enabledRegions": {
|
4235
|
-
"shape": "
|
4515
|
+
"shape": "S9y"
|
4236
4516
|
},
|
4237
4517
|
"environmentBlueprintId": {},
|
4238
4518
|
"manageAccessRoleArn": {},
|
4519
|
+
"provisioningConfigurations": {
|
4520
|
+
"shape": "Sa0"
|
4521
|
+
},
|
4239
4522
|
"provisioningRoleArn": {},
|
4240
4523
|
"regionalParameters": {
|
4241
|
-
"shape": "
|
4524
|
+
"shape": "Sa5"
|
4242
4525
|
},
|
4243
4526
|
"updatedAt": {
|
4244
|
-
"shape": "
|
4527
|
+
"shape": "S4v"
|
4245
4528
|
}
|
4246
4529
|
}
|
4247
4530
|
}
|
@@ -4304,7 +4587,7 @@
|
|
4304
4587
|
],
|
4305
4588
|
"members": {
|
4306
4589
|
"createdAt": {
|
4307
|
-
"shape": "
|
4590
|
+
"shape": "S4v"
|
4308
4591
|
},
|
4309
4592
|
"description": {
|
4310
4593
|
"shape": "Sq"
|
@@ -4313,10 +4596,10 @@
|
|
4313
4596
|
"name": {},
|
4314
4597
|
"provider": {},
|
4315
4598
|
"provisioningProperties": {
|
4316
|
-
"shape": "
|
4599
|
+
"shape": "S5e"
|
4317
4600
|
},
|
4318
4601
|
"updatedAt": {
|
4319
|
-
"shape": "
|
4602
|
+
"shape": "S4v"
|
4320
4603
|
}
|
4321
4604
|
}
|
4322
4605
|
}
|
@@ -4359,7 +4642,7 @@
|
|
4359
4642
|
"type": "integer"
|
4360
4643
|
},
|
4361
4644
|
"name": {
|
4362
|
-
"shape": "
|
4645
|
+
"shape": "S5q",
|
4363
4646
|
"location": "querystring",
|
4364
4647
|
"locationName": "name"
|
4365
4648
|
},
|
@@ -4394,7 +4677,7 @@
|
|
4394
4677
|
"awsAccountId": {},
|
4395
4678
|
"awsAccountRegion": {},
|
4396
4679
|
"createdAt": {
|
4397
|
-
"shape": "
|
4680
|
+
"shape": "S4v"
|
4398
4681
|
},
|
4399
4682
|
"createdBy": {},
|
4400
4683
|
"description": {
|
@@ -4404,11 +4687,11 @@
|
|
4404
4687
|
"environmentBlueprintId": {},
|
4405
4688
|
"id": {},
|
4406
4689
|
"name": {
|
4407
|
-
"shape": "
|
4690
|
+
"shape": "S5q"
|
4408
4691
|
},
|
4409
4692
|
"projectId": {},
|
4410
4693
|
"updatedAt": {
|
4411
|
-
"shape": "
|
4694
|
+
"shape": "S4v"
|
4412
4695
|
}
|
4413
4696
|
}
|
4414
4697
|
}
|
@@ -4498,7 +4781,7 @@
|
|
4498
4781
|
"awsAccountId": {},
|
4499
4782
|
"awsAccountRegion": {},
|
4500
4783
|
"createdAt": {
|
4501
|
-
"shape": "
|
4784
|
+
"shape": "S4v"
|
4502
4785
|
},
|
4503
4786
|
"createdBy": {},
|
4504
4787
|
"description": {
|
@@ -4508,13 +4791,13 @@
|
|
4508
4791
|
"environmentProfileId": {},
|
4509
4792
|
"id": {},
|
4510
4793
|
"name": {
|
4511
|
-
"shape": "
|
4794
|
+
"shape": "S5b"
|
4512
4795
|
},
|
4513
4796
|
"projectId": {},
|
4514
4797
|
"provider": {},
|
4515
4798
|
"status": {},
|
4516
4799
|
"updatedAt": {
|
4517
|
-
"shape": "
|
4800
|
+
"shape": "S4v"
|
4518
4801
|
}
|
4519
4802
|
}
|
4520
4803
|
}
|
@@ -4668,7 +4951,7 @@
|
|
4668
4951
|
"owningProjectId": {},
|
4669
4952
|
"status": {},
|
4670
4953
|
"target": {
|
4671
|
-
"shape": "
|
4954
|
+
"shape": "Sb0"
|
4672
4955
|
},
|
4673
4956
|
"type": {}
|
4674
4957
|
}
|
@@ -4949,7 +5232,7 @@
|
|
4949
5232
|
],
|
4950
5233
|
"members": {
|
4951
5234
|
"createdAt": {
|
4952
|
-
"shape": "
|
5235
|
+
"shape": "S4v"
|
4953
5236
|
},
|
4954
5237
|
"createdBy": {},
|
4955
5238
|
"description": {
|
@@ -4957,7 +5240,7 @@
|
|
4957
5240
|
},
|
4958
5241
|
"domainId": {},
|
4959
5242
|
"failureReasons": {
|
4960
|
-
"shape": "
|
5243
|
+
"shape": "S6n"
|
4961
5244
|
},
|
4962
5245
|
"id": {},
|
4963
5246
|
"name": {
|
@@ -4965,7 +5248,7 @@
|
|
4965
5248
|
},
|
4966
5249
|
"projectStatus": {},
|
4967
5250
|
"updatedAt": {
|
4968
|
-
"shape": "
|
5251
|
+
"shape": "S4v"
|
4969
5252
|
}
|
4970
5253
|
}
|
4971
5254
|
}
|
@@ -5047,7 +5330,7 @@
|
|
5047
5330
|
],
|
5048
5331
|
"members": {
|
5049
5332
|
"assets": {
|
5050
|
-
"shape": "
|
5333
|
+
"shape": "S71"
|
5051
5334
|
},
|
5052
5335
|
"createdAt": {
|
5053
5336
|
"type": "timestamp"
|
@@ -5055,7 +5338,7 @@
|
|
5055
5338
|
"createdBy": {},
|
5056
5339
|
"domainId": {},
|
5057
5340
|
"grantedEntity": {
|
5058
|
-
"shape": "
|
5341
|
+
"shape": "S75"
|
5059
5342
|
},
|
5060
5343
|
"id": {},
|
5061
5344
|
"status": {},
|
@@ -5249,10 +5532,10 @@
|
|
5249
5532
|
],
|
5250
5533
|
"members": {
|
5251
5534
|
"applicableAssetTypes": {
|
5252
|
-
"shape": "
|
5535
|
+
"shape": "S7j"
|
5253
5536
|
},
|
5254
5537
|
"authorizedPrincipals": {
|
5255
|
-
"shape": "
|
5538
|
+
"shape": "S7k"
|
5256
5539
|
},
|
5257
5540
|
"createdAt": {
|
5258
5541
|
"type": "timestamp"
|
@@ -5263,12 +5546,12 @@
|
|
5263
5546
|
"id": {},
|
5264
5547
|
"manageAccessRole": {},
|
5265
5548
|
"name": {
|
5266
|
-
"shape": "
|
5549
|
+
"shape": "S7m"
|
5267
5550
|
},
|
5268
5551
|
"projectId": {},
|
5269
5552
|
"provider": {},
|
5270
5553
|
"subscriptionTargetConfig": {
|
5271
|
-
"shape": "
|
5554
|
+
"shape": "S7n"
|
5272
5555
|
},
|
5273
5556
|
"type": {},
|
5274
5557
|
"updatedAt": {
|
@@ -5408,7 +5691,7 @@
|
|
5408
5691
|
"type": "structure",
|
5409
5692
|
"members": {
|
5410
5693
|
"tags": {
|
5411
|
-
"shape": "
|
5694
|
+
"shape": "S4j"
|
5412
5695
|
}
|
5413
5696
|
}
|
5414
5697
|
}
|
@@ -5569,7 +5852,7 @@
|
|
5569
5852
|
"forms": {
|
5570
5853
|
"type": "list",
|
5571
5854
|
"member": {
|
5572
|
-
"shape": "
|
5855
|
+
"shape": "Sbj"
|
5573
5856
|
}
|
5574
5857
|
}
|
5575
5858
|
}
|
@@ -5595,16 +5878,19 @@
|
|
5595
5878
|
"locationName": "domainIdentifier"
|
5596
5879
|
},
|
5597
5880
|
"enabledRegions": {
|
5598
|
-
"shape": "
|
5881
|
+
"shape": "S9y"
|
5599
5882
|
},
|
5600
5883
|
"environmentBlueprintIdentifier": {
|
5601
5884
|
"location": "uri",
|
5602
5885
|
"locationName": "environmentBlueprintIdentifier"
|
5603
5886
|
},
|
5604
5887
|
"manageAccessRoleArn": {},
|
5888
|
+
"provisioningConfigurations": {
|
5889
|
+
"shape": "Sa0"
|
5890
|
+
},
|
5605
5891
|
"provisioningRoleArn": {},
|
5606
5892
|
"regionalParameters": {
|
5607
|
-
"shape": "
|
5893
|
+
"shape": "Sa5"
|
5608
5894
|
}
|
5609
5895
|
}
|
5610
5896
|
},
|
@@ -5616,20 +5902,23 @@
|
|
5616
5902
|
],
|
5617
5903
|
"members": {
|
5618
5904
|
"createdAt": {
|
5619
|
-
"shape": "
|
5905
|
+
"shape": "S4v"
|
5620
5906
|
},
|
5621
5907
|
"domainId": {},
|
5622
5908
|
"enabledRegions": {
|
5623
|
-
"shape": "
|
5909
|
+
"shape": "S9y"
|
5624
5910
|
},
|
5625
5911
|
"environmentBlueprintId": {},
|
5626
5912
|
"manageAccessRoleArn": {},
|
5913
|
+
"provisioningConfigurations": {
|
5914
|
+
"shape": "Sa0"
|
5915
|
+
},
|
5627
5916
|
"provisioningRoleArn": {},
|
5628
5917
|
"regionalParameters": {
|
5629
|
-
"shape": "
|
5918
|
+
"shape": "Sa5"
|
5630
5919
|
},
|
5631
5920
|
"updatedAt": {
|
5632
|
-
"shape": "
|
5921
|
+
"shape": "S4v"
|
5633
5922
|
}
|
5634
5923
|
}
|
5635
5924
|
},
|
@@ -5858,14 +6147,14 @@
|
|
5858
6147
|
],
|
5859
6148
|
"members": {
|
5860
6149
|
"additionalAttributes": {
|
5861
|
-
"shape": "
|
6150
|
+
"shape": "Sff"
|
5862
6151
|
},
|
5863
6152
|
"domainIdentifier": {
|
5864
6153
|
"location": "uri",
|
5865
6154
|
"locationName": "domainIdentifier"
|
5866
6155
|
},
|
5867
6156
|
"filters": {
|
5868
|
-
"shape": "
|
6157
|
+
"shape": "Sfh"
|
5869
6158
|
},
|
5870
6159
|
"maxResults": {
|
5871
6160
|
"type": "integer"
|
@@ -5873,12 +6162,12 @@
|
|
5873
6162
|
"nextToken": {},
|
5874
6163
|
"owningProjectIdentifier": {},
|
5875
6164
|
"searchIn": {
|
5876
|
-
"shape": "
|
6165
|
+
"shape": "Sfm"
|
5877
6166
|
},
|
5878
6167
|
"searchScope": {},
|
5879
6168
|
"searchText": {},
|
5880
6169
|
"sort": {
|
5881
|
-
"shape": "
|
6170
|
+
"shape": "Sfq"
|
5882
6171
|
}
|
5883
6172
|
}
|
5884
6173
|
},
|
@@ -5942,55 +6231,6 @@
|
|
5942
6231
|
"typeRevision": {}
|
5943
6232
|
}
|
5944
6233
|
},
|
5945
|
-
"dataProductItem": {
|
5946
|
-
"deprecated": true,
|
5947
|
-
"deprecatedMessage": "This structure is deprecated.",
|
5948
|
-
"type": "structure",
|
5949
|
-
"required": [
|
5950
|
-
"domainId",
|
5951
|
-
"id",
|
5952
|
-
"name",
|
5953
|
-
"owningProjectId"
|
5954
|
-
],
|
5955
|
-
"members": {
|
5956
|
-
"createdAt": {
|
5957
|
-
"type": "timestamp"
|
5958
|
-
},
|
5959
|
-
"createdBy": {},
|
5960
|
-
"dataProductItems": {
|
5961
|
-
"type": "list",
|
5962
|
-
"member": {
|
5963
|
-
"type": "structure",
|
5964
|
-
"members": {
|
5965
|
-
"domainId": {},
|
5966
|
-
"itemId": {}
|
5967
|
-
},
|
5968
|
-
"deprecated": true,
|
5969
|
-
"deprecatedMessage": "This structure is deprecated."
|
5970
|
-
},
|
5971
|
-
"deprecated": true,
|
5972
|
-
"deprecatedMessage": "This structure is deprecated."
|
5973
|
-
},
|
5974
|
-
"description": {
|
5975
|
-
"type": "string",
|
5976
|
-
"sensitive": true
|
5977
|
-
},
|
5978
|
-
"domainId": {},
|
5979
|
-
"glossaryTerms": {
|
5980
|
-
"shape": "S1q"
|
5981
|
-
},
|
5982
|
-
"id": {},
|
5983
|
-
"name": {
|
5984
|
-
"type": "string",
|
5985
|
-
"sensitive": true
|
5986
|
-
},
|
5987
|
-
"owningProjectId": {},
|
5988
|
-
"updatedAt": {
|
5989
|
-
"type": "timestamp"
|
5990
|
-
},
|
5991
|
-
"updatedBy": {}
|
5992
|
-
}
|
5993
|
-
},
|
5994
6234
|
"glossaryItem": {
|
5995
6235
|
"type": "structure",
|
5996
6236
|
"required": [
|
@@ -6006,12 +6246,12 @@
|
|
6006
6246
|
},
|
6007
6247
|
"createdBy": {},
|
6008
6248
|
"description": {
|
6009
|
-
"shape": "
|
6249
|
+
"shape": "S5y"
|
6010
6250
|
},
|
6011
6251
|
"domainId": {},
|
6012
6252
|
"id": {},
|
6013
6253
|
"name": {
|
6014
|
-
"shape": "
|
6254
|
+
"shape": "S5z"
|
6015
6255
|
},
|
6016
6256
|
"owningProjectId": {},
|
6017
6257
|
"status": {},
|
@@ -6039,7 +6279,7 @@
|
|
6039
6279
|
"glossaryId": {},
|
6040
6280
|
"id": {},
|
6041
6281
|
"longDescription": {
|
6042
|
-
"shape": "
|
6282
|
+
"shape": "S64"
|
6043
6283
|
},
|
6044
6284
|
"name": {
|
6045
6285
|
"shape": "Sy"
|
@@ -6049,7 +6289,7 @@
|
|
6049
6289
|
},
|
6050
6290
|
"status": {},
|
6051
6291
|
"termRelations": {
|
6052
|
-
"shape": "
|
6292
|
+
"shape": "S66"
|
6053
6293
|
},
|
6054
6294
|
"updatedAt": {
|
6055
6295
|
"type": "timestamp"
|
@@ -6105,7 +6345,7 @@
|
|
6105
6345
|
"members": {
|
6106
6346
|
"domainId": {},
|
6107
6347
|
"groupName": {
|
6108
|
-
"shape": "
|
6348
|
+
"shape": "S6d"
|
6109
6349
|
},
|
6110
6350
|
"id": {},
|
6111
6351
|
"status": {}
|
@@ -6128,25 +6368,25 @@
|
|
6128
6368
|
],
|
6129
6369
|
"members": {
|
6130
6370
|
"additionalAttributes": {
|
6131
|
-
"shape": "
|
6371
|
+
"shape": "Sff"
|
6132
6372
|
},
|
6133
6373
|
"domainIdentifier": {
|
6134
6374
|
"location": "uri",
|
6135
6375
|
"locationName": "domainIdentifier"
|
6136
6376
|
},
|
6137
6377
|
"filters": {
|
6138
|
-
"shape": "
|
6378
|
+
"shape": "Sfh"
|
6139
6379
|
},
|
6140
6380
|
"maxResults": {
|
6141
6381
|
"type": "integer"
|
6142
6382
|
},
|
6143
6383
|
"nextToken": {},
|
6144
6384
|
"searchIn": {
|
6145
|
-
"shape": "
|
6385
|
+
"shape": "Sfm"
|
6146
6386
|
},
|
6147
6387
|
"searchText": {},
|
6148
6388
|
"sort": {
|
6149
|
-
"shape": "
|
6389
|
+
"shape": "Sfq"
|
6150
6390
|
}
|
6151
6391
|
}
|
6152
6392
|
},
|
@@ -6221,7 +6461,7 @@
|
|
6221
6461
|
"locationName": "domainIdentifier"
|
6222
6462
|
},
|
6223
6463
|
"filters": {
|
6224
|
-
"shape": "
|
6464
|
+
"shape": "Sfh"
|
6225
6465
|
},
|
6226
6466
|
"managed": {
|
6227
6467
|
"type": "boolean"
|
@@ -6231,12 +6471,12 @@
|
|
6231
6471
|
},
|
6232
6472
|
"nextToken": {},
|
6233
6473
|
"searchIn": {
|
6234
|
-
"shape": "
|
6474
|
+
"shape": "Sfm"
|
6235
6475
|
},
|
6236
6476
|
"searchScope": {},
|
6237
6477
|
"searchText": {},
|
6238
6478
|
"sort": {
|
6239
|
-
"shape": "
|
6479
|
+
"shape": "Sfq"
|
6240
6480
|
}
|
6241
6481
|
}
|
6242
6482
|
},
|
@@ -6267,7 +6507,7 @@
|
|
6267
6507
|
},
|
6268
6508
|
"domainId": {},
|
6269
6509
|
"formsOutput": {
|
6270
|
-
"shape": "
|
6510
|
+
"shape": "S33"
|
6271
6511
|
},
|
6272
6512
|
"name": {},
|
6273
6513
|
"originDomainId": {},
|
@@ -6297,10 +6537,10 @@
|
|
6297
6537
|
},
|
6298
6538
|
"domainId": {},
|
6299
6539
|
"imports": {
|
6300
|
-
"shape": "
|
6540
|
+
"shape": "Sad"
|
6301
6541
|
},
|
6302
6542
|
"model": {
|
6303
|
-
"shape": "
|
6543
|
+
"shape": "S5t"
|
6304
6544
|
},
|
6305
6545
|
"name": {
|
6306
6546
|
"shape": "S1z"
|
@@ -6327,7 +6567,7 @@
|
|
6327
6567
|
"description": {},
|
6328
6568
|
"domainId": {},
|
6329
6569
|
"formsOutput": {
|
6330
|
-
"shape": "
|
6570
|
+
"shape": "S33"
|
6331
6571
|
},
|
6332
6572
|
"name": {},
|
6333
6573
|
"revision": {},
|
@@ -6384,7 +6624,7 @@
|
|
6384
6624
|
"type": "structure",
|
6385
6625
|
"members": {
|
6386
6626
|
"details": {
|
6387
|
-
"shape": "
|
6627
|
+
"shape": "S7u"
|
6388
6628
|
},
|
6389
6629
|
"domainId": {},
|
6390
6630
|
"id": {},
|
@@ -6436,29 +6676,29 @@
|
|
6436
6676
|
],
|
6437
6677
|
"members": {
|
6438
6678
|
"createdAt": {
|
6439
|
-
"shape": "
|
6679
|
+
"shape": "S47"
|
6440
6680
|
},
|
6441
6681
|
"dataSourceConfigurationSnapshot": {},
|
6442
6682
|
"dataSourceId": {},
|
6443
6683
|
"domainId": {},
|
6444
6684
|
"errorMessage": {
|
6445
|
-
"shape": "
|
6685
|
+
"shape": "S48"
|
6446
6686
|
},
|
6447
6687
|
"id": {},
|
6448
6688
|
"projectId": {},
|
6449
6689
|
"runStatisticsForAssets": {
|
6450
|
-
"shape": "
|
6690
|
+
"shape": "S9l"
|
6451
6691
|
},
|
6452
6692
|
"startedAt": {
|
6453
|
-
"shape": "
|
6693
|
+
"shape": "S47"
|
6454
6694
|
},
|
6455
6695
|
"status": {},
|
6456
6696
|
"stoppedAt": {
|
6457
|
-
"shape": "
|
6697
|
+
"shape": "S47"
|
6458
6698
|
},
|
6459
6699
|
"type": {},
|
6460
6700
|
"updatedAt": {
|
6461
|
-
"shape": "
|
6701
|
+
"shape": "S47"
|
6462
6702
|
}
|
6463
6703
|
}
|
6464
6704
|
},
|
@@ -6487,7 +6727,7 @@
|
|
6487
6727
|
},
|
6488
6728
|
"owningProjectIdentifier": {},
|
6489
6729
|
"target": {
|
6490
|
-
"shape": "
|
6730
|
+
"shape": "Sb0"
|
6491
6731
|
},
|
6492
6732
|
"type": {}
|
6493
6733
|
}
|
@@ -6529,7 +6769,7 @@
|
|
6529
6769
|
"locationName": "resourceArn"
|
6530
6770
|
},
|
6531
6771
|
"tags": {
|
6532
|
-
"shape": "
|
6772
|
+
"shape": "S4j"
|
6533
6773
|
}
|
6534
6774
|
}
|
6535
6775
|
},
|
@@ -6569,6 +6809,76 @@
|
|
6569
6809
|
},
|
6570
6810
|
"idempotent": true
|
6571
6811
|
},
|
6812
|
+
"UpdateAssetFilter": {
|
6813
|
+
"http": {
|
6814
|
+
"method": "PATCH",
|
6815
|
+
"requestUri": "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}",
|
6816
|
+
"responseCode": 200
|
6817
|
+
},
|
6818
|
+
"input": {
|
6819
|
+
"type": "structure",
|
6820
|
+
"required": [
|
6821
|
+
"assetIdentifier",
|
6822
|
+
"domainIdentifier",
|
6823
|
+
"identifier"
|
6824
|
+
],
|
6825
|
+
"members": {
|
6826
|
+
"assetIdentifier": {
|
6827
|
+
"location": "uri",
|
6828
|
+
"locationName": "assetIdentifier"
|
6829
|
+
},
|
6830
|
+
"configuration": {
|
6831
|
+
"shape": "S29"
|
6832
|
+
},
|
6833
|
+
"description": {
|
6834
|
+
"shape": "Sq"
|
6835
|
+
},
|
6836
|
+
"domainIdentifier": {
|
6837
|
+
"location": "uri",
|
6838
|
+
"locationName": "domainIdentifier"
|
6839
|
+
},
|
6840
|
+
"identifier": {
|
6841
|
+
"location": "uri",
|
6842
|
+
"locationName": "identifier"
|
6843
|
+
},
|
6844
|
+
"name": {}
|
6845
|
+
}
|
6846
|
+
},
|
6847
|
+
"output": {
|
6848
|
+
"type": "structure",
|
6849
|
+
"required": [
|
6850
|
+
"assetId",
|
6851
|
+
"configuration",
|
6852
|
+
"domainId",
|
6853
|
+
"id",
|
6854
|
+
"name"
|
6855
|
+
],
|
6856
|
+
"members": {
|
6857
|
+
"assetId": {},
|
6858
|
+
"configuration": {
|
6859
|
+
"shape": "S29"
|
6860
|
+
},
|
6861
|
+
"createdAt": {
|
6862
|
+
"type": "timestamp"
|
6863
|
+
},
|
6864
|
+
"description": {
|
6865
|
+
"shape": "Sq"
|
6866
|
+
},
|
6867
|
+
"domainId": {},
|
6868
|
+
"effectiveColumnNames": {
|
6869
|
+
"shape": "S2b"
|
6870
|
+
},
|
6871
|
+
"effectiveRowFilter": {},
|
6872
|
+
"errorMessage": {},
|
6873
|
+
"id": {},
|
6874
|
+
"name": {
|
6875
|
+
"shape": "S2t"
|
6876
|
+
},
|
6877
|
+
"status": {}
|
6878
|
+
}
|
6879
|
+
},
|
6880
|
+
"idempotent": true
|
6881
|
+
},
|
6572
6882
|
"UpdateDataSource": {
|
6573
6883
|
"http": {
|
6574
6884
|
"method": "PATCH",
|
@@ -6586,7 +6896,7 @@
|
|
6586
6896
|
"shape": "S1l"
|
6587
6897
|
},
|
6588
6898
|
"configuration": {
|
6589
|
-
"shape": "
|
6899
|
+
"shape": "S36"
|
6590
6900
|
},
|
6591
6901
|
"description": {
|
6592
6902
|
"shape": "Sq"
|
@@ -6601,19 +6911,19 @@
|
|
6601
6911
|
"locationName": "identifier"
|
6602
6912
|
},
|
6603
6913
|
"name": {
|
6604
|
-
"shape": "
|
6914
|
+
"shape": "S3r"
|
6605
6915
|
},
|
6606
6916
|
"publishOnImport": {
|
6607
6917
|
"type": "boolean"
|
6608
6918
|
},
|
6609
6919
|
"recommendation": {
|
6610
|
-
"shape": "
|
6920
|
+
"shape": "S3s"
|
6611
6921
|
},
|
6612
6922
|
"retainPermissionsOnRevokeFailure": {
|
6613
6923
|
"type": "boolean"
|
6614
6924
|
},
|
6615
6925
|
"schedule": {
|
6616
|
-
"shape": "
|
6926
|
+
"shape": "S3t"
|
6617
6927
|
}
|
6618
6928
|
}
|
6619
6929
|
},
|
@@ -6631,10 +6941,10 @@
|
|
6631
6941
|
"shape": "S1x"
|
6632
6942
|
},
|
6633
6943
|
"configuration": {
|
6634
|
-
"shape": "
|
6944
|
+
"shape": "S3y"
|
6635
6945
|
},
|
6636
6946
|
"createdAt": {
|
6637
|
-
"shape": "
|
6947
|
+
"shape": "S47"
|
6638
6948
|
},
|
6639
6949
|
"description": {
|
6640
6950
|
"shape": "Sq"
|
@@ -6643,39 +6953,39 @@
|
|
6643
6953
|
"enableSetting": {},
|
6644
6954
|
"environmentId": {},
|
6645
6955
|
"errorMessage": {
|
6646
|
-
"shape": "
|
6956
|
+
"shape": "S48"
|
6647
6957
|
},
|
6648
6958
|
"id": {},
|
6649
6959
|
"lastRunAt": {
|
6650
|
-
"shape": "
|
6960
|
+
"shape": "S47"
|
6651
6961
|
},
|
6652
6962
|
"lastRunErrorMessage": {
|
6653
|
-
"shape": "
|
6963
|
+
"shape": "S48"
|
6654
6964
|
},
|
6655
6965
|
"lastRunStatus": {},
|
6656
6966
|
"name": {
|
6657
|
-
"shape": "
|
6967
|
+
"shape": "S3r"
|
6658
6968
|
},
|
6659
6969
|
"projectId": {},
|
6660
6970
|
"publishOnImport": {
|
6661
6971
|
"type": "boolean"
|
6662
6972
|
},
|
6663
6973
|
"recommendation": {
|
6664
|
-
"shape": "
|
6974
|
+
"shape": "S3s"
|
6665
6975
|
},
|
6666
6976
|
"retainPermissionsOnRevokeFailure": {
|
6667
6977
|
"type": "boolean"
|
6668
6978
|
},
|
6669
6979
|
"schedule": {
|
6670
|
-
"shape": "
|
6980
|
+
"shape": "S3t"
|
6671
6981
|
},
|
6672
6982
|
"selfGrantStatus": {
|
6673
|
-
"shape": "
|
6983
|
+
"shape": "S8a"
|
6674
6984
|
},
|
6675
6985
|
"status": {},
|
6676
6986
|
"type": {},
|
6677
6987
|
"updatedAt": {
|
6678
|
-
"shape": "
|
6988
|
+
"shape": "S47"
|
6679
6989
|
}
|
6680
6990
|
}
|
6681
6991
|
},
|
@@ -6706,7 +7016,7 @@
|
|
6706
7016
|
},
|
6707
7017
|
"name": {},
|
6708
7018
|
"singleSignOn": {
|
6709
|
-
"shape": "
|
7019
|
+
"shape": "S4g"
|
6710
7020
|
}
|
6711
7021
|
}
|
6712
7022
|
},
|
@@ -6724,7 +7034,7 @@
|
|
6724
7034
|
},
|
6725
7035
|
"name": {},
|
6726
7036
|
"singleSignOn": {
|
6727
|
-
"shape": "
|
7037
|
+
"shape": "S4g"
|
6728
7038
|
}
|
6729
7039
|
}
|
6730
7040
|
},
|
@@ -6771,18 +7081,18 @@
|
|
6771
7081
|
"awsAccountId": {},
|
6772
7082
|
"awsAccountRegion": {},
|
6773
7083
|
"createdAt": {
|
6774
|
-
"shape": "
|
7084
|
+
"shape": "S4v"
|
6775
7085
|
},
|
6776
7086
|
"createdBy": {},
|
6777
7087
|
"deploymentProperties": {
|
6778
|
-
"shape": "
|
7088
|
+
"shape": "S4w"
|
6779
7089
|
},
|
6780
7090
|
"description": {
|
6781
7091
|
"shape": "Sq"
|
6782
7092
|
},
|
6783
7093
|
"domainId": {},
|
6784
7094
|
"environmentActions": {
|
6785
|
-
"shape": "
|
7095
|
+
"shape": "S4z"
|
6786
7096
|
},
|
6787
7097
|
"environmentBlueprintId": {},
|
6788
7098
|
"environmentProfileId": {},
|
@@ -6791,25 +7101,25 @@
|
|
6791
7101
|
},
|
6792
7102
|
"id": {},
|
6793
7103
|
"lastDeployment": {
|
6794
|
-
"shape": "
|
7104
|
+
"shape": "S55"
|
6795
7105
|
},
|
6796
7106
|
"name": {
|
6797
|
-
"shape": "
|
7107
|
+
"shape": "S5b"
|
6798
7108
|
},
|
6799
7109
|
"projectId": {},
|
6800
7110
|
"provider": {},
|
6801
7111
|
"provisionedResources": {
|
6802
|
-
"shape": "
|
7112
|
+
"shape": "S5c"
|
6803
7113
|
},
|
6804
7114
|
"provisioningProperties": {
|
6805
|
-
"shape": "
|
7115
|
+
"shape": "S5e"
|
6806
7116
|
},
|
6807
7117
|
"status": {},
|
6808
7118
|
"updatedAt": {
|
6809
|
-
"shape": "
|
7119
|
+
"shape": "S4v"
|
6810
7120
|
},
|
6811
7121
|
"userParameters": {
|
6812
|
-
"shape": "
|
7122
|
+
"shape": "S5h"
|
6813
7123
|
}
|
6814
7124
|
}
|
6815
7125
|
}
|
@@ -6843,7 +7153,7 @@
|
|
6843
7153
|
},
|
6844
7154
|
"name": {},
|
6845
7155
|
"parameters": {
|
6846
|
-
"shape": "
|
7156
|
+
"shape": "S5l"
|
6847
7157
|
}
|
6848
7158
|
}
|
6849
7159
|
},
|
@@ -6863,7 +7173,7 @@
|
|
6863
7173
|
"id": {},
|
6864
7174
|
"name": {},
|
6865
7175
|
"parameters": {
|
6866
|
-
"shape": "
|
7176
|
+
"shape": "S5l"
|
6867
7177
|
}
|
6868
7178
|
}
|
6869
7179
|
}
|
@@ -6893,10 +7203,10 @@
|
|
6893
7203
|
"locationName": "identifier"
|
6894
7204
|
},
|
6895
7205
|
"name": {
|
6896
|
-
"shape": "
|
7206
|
+
"shape": "S5q"
|
6897
7207
|
},
|
6898
7208
|
"userParameters": {
|
6899
|
-
"shape": "
|
7209
|
+
"shape": "S4q"
|
6900
7210
|
}
|
6901
7211
|
}
|
6902
7212
|
},
|
@@ -6913,7 +7223,7 @@
|
|
6913
7223
|
"awsAccountId": {},
|
6914
7224
|
"awsAccountRegion": {},
|
6915
7225
|
"createdAt": {
|
6916
|
-
"shape": "
|
7226
|
+
"shape": "S4v"
|
6917
7227
|
},
|
6918
7228
|
"createdBy": {},
|
6919
7229
|
"description": {
|
@@ -6923,14 +7233,14 @@
|
|
6923
7233
|
"environmentBlueprintId": {},
|
6924
7234
|
"id": {},
|
6925
7235
|
"name": {
|
6926
|
-
"shape": "
|
7236
|
+
"shape": "S5q"
|
6927
7237
|
},
|
6928
7238
|
"projectId": {},
|
6929
7239
|
"updatedAt": {
|
6930
|
-
"shape": "
|
7240
|
+
"shape": "S4v"
|
6931
7241
|
},
|
6932
7242
|
"userParameters": {
|
6933
|
-
"shape": "
|
7243
|
+
"shape": "S5h"
|
6934
7244
|
}
|
6935
7245
|
}
|
6936
7246
|
}
|
@@ -6952,7 +7262,7 @@
|
|
6952
7262
|
"idempotencyToken": true
|
6953
7263
|
},
|
6954
7264
|
"description": {
|
6955
|
-
"shape": "
|
7265
|
+
"shape": "S5y"
|
6956
7266
|
},
|
6957
7267
|
"domainIdentifier": {
|
6958
7268
|
"location": "uri",
|
@@ -6963,7 +7273,7 @@
|
|
6963
7273
|
"locationName": "identifier"
|
6964
7274
|
},
|
6965
7275
|
"name": {
|
6966
|
-
"shape": "
|
7276
|
+
"shape": "S5z"
|
6967
7277
|
},
|
6968
7278
|
"status": {}
|
6969
7279
|
}
|
@@ -6978,12 +7288,12 @@
|
|
6978
7288
|
],
|
6979
7289
|
"members": {
|
6980
7290
|
"description": {
|
6981
|
-
"shape": "
|
7291
|
+
"shape": "S5y"
|
6982
7292
|
},
|
6983
7293
|
"domainId": {},
|
6984
7294
|
"id": {},
|
6985
7295
|
"name": {
|
6986
|
-
"shape": "
|
7296
|
+
"shape": "S5z"
|
6987
7297
|
},
|
6988
7298
|
"owningProjectId": {},
|
6989
7299
|
"status": {}
|
@@ -7014,7 +7324,7 @@
|
|
7014
7324
|
"locationName": "identifier"
|
7015
7325
|
},
|
7016
7326
|
"longDescription": {
|
7017
|
-
"shape": "
|
7327
|
+
"shape": "S64"
|
7018
7328
|
},
|
7019
7329
|
"name": {
|
7020
7330
|
"shape": "Sy"
|
@@ -7024,7 +7334,7 @@
|
|
7024
7334
|
},
|
7025
7335
|
"status": {},
|
7026
7336
|
"termRelations": {
|
7027
|
-
"shape": "
|
7337
|
+
"shape": "S66"
|
7028
7338
|
}
|
7029
7339
|
}
|
7030
7340
|
},
|
@@ -7042,7 +7352,7 @@
|
|
7042
7352
|
"glossaryId": {},
|
7043
7353
|
"id": {},
|
7044
7354
|
"longDescription": {
|
7045
|
-
"shape": "
|
7355
|
+
"shape": "S64"
|
7046
7356
|
},
|
7047
7357
|
"name": {
|
7048
7358
|
"shape": "Sy"
|
@@ -7052,7 +7362,7 @@
|
|
7052
7362
|
},
|
7053
7363
|
"status": {},
|
7054
7364
|
"termRelations": {
|
7055
|
-
"shape": "
|
7365
|
+
"shape": "S66"
|
7056
7366
|
}
|
7057
7367
|
}
|
7058
7368
|
},
|
@@ -7088,7 +7398,7 @@
|
|
7088
7398
|
"members": {
|
7089
7399
|
"domainId": {},
|
7090
7400
|
"groupName": {
|
7091
|
-
"shape": "
|
7401
|
+
"shape": "S6d"
|
7092
7402
|
},
|
7093
7403
|
"id": {},
|
7094
7404
|
"status": {}
|
@@ -7137,7 +7447,7 @@
|
|
7137
7447
|
],
|
7138
7448
|
"members": {
|
7139
7449
|
"createdAt": {
|
7140
|
-
"shape": "
|
7450
|
+
"shape": "S4v"
|
7141
7451
|
},
|
7142
7452
|
"createdBy": {},
|
7143
7453
|
"description": {
|
@@ -7145,14 +7455,14 @@
|
|
7145
7455
|
},
|
7146
7456
|
"domainId": {},
|
7147
7457
|
"failureReasons": {
|
7148
|
-
"shape": "
|
7458
|
+
"shape": "S6n"
|
7149
7459
|
},
|
7150
7460
|
"glossaryTerms": {
|
7151
7461
|
"shape": "S1q"
|
7152
7462
|
},
|
7153
7463
|
"id": {},
|
7154
7464
|
"lastUpdatedAt": {
|
7155
|
-
"shape": "
|
7465
|
+
"shape": "S4v"
|
7156
7466
|
},
|
7157
7467
|
"name": {
|
7158
7468
|
"shape": "S15"
|
@@ -7186,7 +7496,7 @@
|
|
7186
7496
|
"locationName": "domainIdentifier"
|
7187
7497
|
},
|
7188
7498
|
"failureCause": {
|
7189
|
-
"shape": "
|
7499
|
+
"shape": "S73"
|
7190
7500
|
},
|
7191
7501
|
"identifier": {
|
7192
7502
|
"location": "uri",
|
@@ -7210,7 +7520,7 @@
|
|
7210
7520
|
],
|
7211
7521
|
"members": {
|
7212
7522
|
"assets": {
|
7213
|
-
"shape": "
|
7523
|
+
"shape": "S71"
|
7214
7524
|
},
|
7215
7525
|
"createdAt": {
|
7216
7526
|
"type": "timestamp"
|
@@ -7218,7 +7528,7 @@
|
|
7218
7528
|
"createdBy": {},
|
7219
7529
|
"domainId": {},
|
7220
7530
|
"grantedEntity": {
|
7221
|
-
"shape": "
|
7531
|
+
"shape": "S75"
|
7222
7532
|
},
|
7223
7533
|
"id": {},
|
7224
7534
|
"status": {},
|
@@ -7322,10 +7632,10 @@
|
|
7322
7632
|
],
|
7323
7633
|
"members": {
|
7324
7634
|
"applicableAssetTypes": {
|
7325
|
-
"shape": "
|
7635
|
+
"shape": "S7j"
|
7326
7636
|
},
|
7327
7637
|
"authorizedPrincipals": {
|
7328
|
-
"shape": "
|
7638
|
+
"shape": "S7k"
|
7329
7639
|
},
|
7330
7640
|
"domainIdentifier": {
|
7331
7641
|
"location": "uri",
|
@@ -7341,11 +7651,11 @@
|
|
7341
7651
|
},
|
7342
7652
|
"manageAccessRole": {},
|
7343
7653
|
"name": {
|
7344
|
-
"shape": "
|
7654
|
+
"shape": "S7m"
|
7345
7655
|
},
|
7346
7656
|
"provider": {},
|
7347
7657
|
"subscriptionTargetConfig": {
|
7348
|
-
"shape": "
|
7658
|
+
"shape": "S7n"
|
7349
7659
|
}
|
7350
7660
|
}
|
7351
7661
|
},
|
@@ -7368,10 +7678,10 @@
|
|
7368
7678
|
],
|
7369
7679
|
"members": {
|
7370
7680
|
"applicableAssetTypes": {
|
7371
|
-
"shape": "
|
7681
|
+
"shape": "S7j"
|
7372
7682
|
},
|
7373
7683
|
"authorizedPrincipals": {
|
7374
|
-
"shape": "
|
7684
|
+
"shape": "S7k"
|
7375
7685
|
},
|
7376
7686
|
"createdAt": {
|
7377
7687
|
"type": "timestamp"
|
@@ -7382,12 +7692,12 @@
|
|
7382
7692
|
"id": {},
|
7383
7693
|
"manageAccessRole": {},
|
7384
7694
|
"name": {
|
7385
|
-
"shape": "
|
7695
|
+
"shape": "S7m"
|
7386
7696
|
},
|
7387
7697
|
"projectId": {},
|
7388
7698
|
"provider": {},
|
7389
7699
|
"subscriptionTargetConfig": {
|
7390
|
-
"shape": "
|
7700
|
+
"shape": "S7n"
|
7391
7701
|
},
|
7392
7702
|
"type": {},
|
7393
7703
|
"updatedAt": {
|
@@ -7428,7 +7738,7 @@
|
|
7428
7738
|
"type": "structure",
|
7429
7739
|
"members": {
|
7430
7740
|
"details": {
|
7431
|
-
"shape": "
|
7741
|
+
"shape": "S7u"
|
7432
7742
|
},
|
7433
7743
|
"domainId": {},
|
7434
7744
|
"id": {},
|
@@ -7625,7 +7935,203 @@
|
|
7625
7935
|
"listingStatus": {}
|
7626
7936
|
}
|
7627
7937
|
},
|
7938
|
+
"S29": {
|
7939
|
+
"type": "structure",
|
7940
|
+
"members": {
|
7941
|
+
"columnConfiguration": {
|
7942
|
+
"type": "structure",
|
7943
|
+
"members": {
|
7944
|
+
"includedColumnNames": {
|
7945
|
+
"shape": "S2b"
|
7946
|
+
}
|
7947
|
+
}
|
7948
|
+
},
|
7949
|
+
"rowConfiguration": {
|
7950
|
+
"type": "structure",
|
7951
|
+
"required": [
|
7952
|
+
"rowFilter"
|
7953
|
+
],
|
7954
|
+
"members": {
|
7955
|
+
"rowFilter": {
|
7956
|
+
"shape": "S2d"
|
7957
|
+
},
|
7958
|
+
"sensitive": {
|
7959
|
+
"type": "boolean"
|
7960
|
+
}
|
7961
|
+
}
|
7962
|
+
}
|
7963
|
+
},
|
7964
|
+
"union": true
|
7965
|
+
},
|
7966
|
+
"S2b": {
|
7967
|
+
"type": "list",
|
7968
|
+
"member": {}
|
7969
|
+
},
|
7970
|
+
"S2d": {
|
7971
|
+
"type": "structure",
|
7972
|
+
"members": {
|
7973
|
+
"and": {
|
7974
|
+
"shape": "S2e"
|
7975
|
+
},
|
7976
|
+
"expression": {
|
7977
|
+
"type": "structure",
|
7978
|
+
"members": {
|
7979
|
+
"equalTo": {
|
7980
|
+
"type": "structure",
|
7981
|
+
"required": [
|
7982
|
+
"columnName",
|
7983
|
+
"value"
|
7984
|
+
],
|
7985
|
+
"members": {
|
7986
|
+
"columnName": {},
|
7987
|
+
"value": {}
|
7988
|
+
}
|
7989
|
+
},
|
7990
|
+
"greaterThan": {
|
7991
|
+
"type": "structure",
|
7992
|
+
"required": [
|
7993
|
+
"columnName",
|
7994
|
+
"value"
|
7995
|
+
],
|
7996
|
+
"members": {
|
7997
|
+
"columnName": {},
|
7998
|
+
"value": {}
|
7999
|
+
}
|
8000
|
+
},
|
8001
|
+
"greaterThanOrEqualTo": {
|
8002
|
+
"type": "structure",
|
8003
|
+
"required": [
|
8004
|
+
"columnName",
|
8005
|
+
"value"
|
8006
|
+
],
|
8007
|
+
"members": {
|
8008
|
+
"columnName": {},
|
8009
|
+
"value": {}
|
8010
|
+
}
|
8011
|
+
},
|
8012
|
+
"in": {
|
8013
|
+
"type": "structure",
|
8014
|
+
"required": [
|
8015
|
+
"columnName",
|
8016
|
+
"values"
|
8017
|
+
],
|
8018
|
+
"members": {
|
8019
|
+
"columnName": {},
|
8020
|
+
"values": {
|
8021
|
+
"shape": "S2k"
|
8022
|
+
}
|
8023
|
+
}
|
8024
|
+
},
|
8025
|
+
"isNotNull": {
|
8026
|
+
"type": "structure",
|
8027
|
+
"required": [
|
8028
|
+
"columnName"
|
8029
|
+
],
|
8030
|
+
"members": {
|
8031
|
+
"columnName": {}
|
8032
|
+
}
|
8033
|
+
},
|
8034
|
+
"isNull": {
|
8035
|
+
"type": "structure",
|
8036
|
+
"required": [
|
8037
|
+
"columnName"
|
8038
|
+
],
|
8039
|
+
"members": {
|
8040
|
+
"columnName": {}
|
8041
|
+
}
|
8042
|
+
},
|
8043
|
+
"lessThan": {
|
8044
|
+
"type": "structure",
|
8045
|
+
"required": [
|
8046
|
+
"columnName",
|
8047
|
+
"value"
|
8048
|
+
],
|
8049
|
+
"members": {
|
8050
|
+
"columnName": {},
|
8051
|
+
"value": {}
|
8052
|
+
}
|
8053
|
+
},
|
8054
|
+
"lessThanOrEqualTo": {
|
8055
|
+
"type": "structure",
|
8056
|
+
"required": [
|
8057
|
+
"columnName",
|
8058
|
+
"value"
|
8059
|
+
],
|
8060
|
+
"members": {
|
8061
|
+
"columnName": {},
|
8062
|
+
"value": {}
|
8063
|
+
}
|
8064
|
+
},
|
8065
|
+
"like": {
|
8066
|
+
"type": "structure",
|
8067
|
+
"required": [
|
8068
|
+
"columnName",
|
8069
|
+
"value"
|
8070
|
+
],
|
8071
|
+
"members": {
|
8072
|
+
"columnName": {},
|
8073
|
+
"value": {}
|
8074
|
+
}
|
8075
|
+
},
|
8076
|
+
"notEqualTo": {
|
8077
|
+
"type": "structure",
|
8078
|
+
"required": [
|
8079
|
+
"columnName",
|
8080
|
+
"value"
|
8081
|
+
],
|
8082
|
+
"members": {
|
8083
|
+
"columnName": {},
|
8084
|
+
"value": {}
|
8085
|
+
}
|
8086
|
+
},
|
8087
|
+
"notIn": {
|
8088
|
+
"type": "structure",
|
8089
|
+
"required": [
|
8090
|
+
"columnName",
|
8091
|
+
"values"
|
8092
|
+
],
|
8093
|
+
"members": {
|
8094
|
+
"columnName": {},
|
8095
|
+
"values": {
|
8096
|
+
"shape": "S2k"
|
8097
|
+
}
|
8098
|
+
}
|
8099
|
+
},
|
8100
|
+
"notLike": {
|
8101
|
+
"type": "structure",
|
8102
|
+
"required": [
|
8103
|
+
"columnName",
|
8104
|
+
"value"
|
8105
|
+
],
|
8106
|
+
"members": {
|
8107
|
+
"columnName": {},
|
8108
|
+
"value": {}
|
8109
|
+
}
|
8110
|
+
}
|
8111
|
+
},
|
8112
|
+
"union": true
|
8113
|
+
},
|
8114
|
+
"or": {
|
8115
|
+
"shape": "S2e"
|
8116
|
+
}
|
8117
|
+
},
|
8118
|
+
"union": true
|
8119
|
+
},
|
7628
8120
|
"S2e": {
|
8121
|
+
"type": "list",
|
8122
|
+
"member": {
|
8123
|
+
"shape": "S2d"
|
8124
|
+
}
|
8125
|
+
},
|
8126
|
+
"S2k": {
|
8127
|
+
"type": "list",
|
8128
|
+
"member": {}
|
8129
|
+
},
|
8130
|
+
"S2t": {
|
8131
|
+
"type": "string",
|
8132
|
+
"sensitive": true
|
8133
|
+
},
|
8134
|
+
"S33": {
|
7629
8135
|
"type": "map",
|
7630
8136
|
"key": {},
|
7631
8137
|
"value": {
|
@@ -7645,7 +8151,7 @@
|
|
7645
8151
|
}
|
7646
8152
|
}
|
7647
8153
|
},
|
7648
|
-
"
|
8154
|
+
"S36": {
|
7649
8155
|
"type": "structure",
|
7650
8156
|
"members": {
|
7651
8157
|
"glueRunConfiguration": {
|
@@ -7659,7 +8165,7 @@
|
|
7659
8165
|
},
|
7660
8166
|
"dataAccessRole": {},
|
7661
8167
|
"relationalFilterConfigurations": {
|
7662
|
-
"shape": "
|
8168
|
+
"shape": "S39"
|
7663
8169
|
}
|
7664
8170
|
}
|
7665
8171
|
},
|
@@ -7673,20 +8179,20 @@
|
|
7673
8179
|
"members": {
|
7674
8180
|
"dataAccessRole": {},
|
7675
8181
|
"redshiftCredentialConfiguration": {
|
7676
|
-
"shape": "
|
8182
|
+
"shape": "S3j"
|
7677
8183
|
},
|
7678
8184
|
"redshiftStorage": {
|
7679
|
-
"shape": "
|
8185
|
+
"shape": "S3l"
|
7680
8186
|
},
|
7681
8187
|
"relationalFilterConfigurations": {
|
7682
|
-
"shape": "
|
8188
|
+
"shape": "S39"
|
7683
8189
|
}
|
7684
8190
|
}
|
7685
8191
|
}
|
7686
8192
|
},
|
7687
8193
|
"union": true
|
7688
8194
|
},
|
7689
|
-
"
|
8195
|
+
"S39": {
|
7690
8196
|
"type": "list",
|
7691
8197
|
"member": {
|
7692
8198
|
"type": "structure",
|
@@ -7713,7 +8219,7 @@
|
|
7713
8219
|
}
|
7714
8220
|
}
|
7715
8221
|
},
|
7716
|
-
"
|
8222
|
+
"S3j": {
|
7717
8223
|
"type": "structure",
|
7718
8224
|
"required": [
|
7719
8225
|
"secretManagerArn"
|
@@ -7722,7 +8228,7 @@
|
|
7722
8228
|
"secretManagerArn": {}
|
7723
8229
|
}
|
7724
8230
|
},
|
7725
|
-
"
|
8231
|
+
"S3l": {
|
7726
8232
|
"type": "structure",
|
7727
8233
|
"members": {
|
7728
8234
|
"redshiftClusterSource": {
|
@@ -7746,11 +8252,11 @@
|
|
7746
8252
|
},
|
7747
8253
|
"union": true
|
7748
8254
|
},
|
7749
|
-
"
|
8255
|
+
"S3r": {
|
7750
8256
|
"type": "string",
|
7751
8257
|
"sensitive": true
|
7752
8258
|
},
|
7753
|
-
"
|
8259
|
+
"S3s": {
|
7754
8260
|
"type": "structure",
|
7755
8261
|
"members": {
|
7756
8262
|
"enableBusinessNameGeneration": {
|
@@ -7758,7 +8264,7 @@
|
|
7758
8264
|
}
|
7759
8265
|
}
|
7760
8266
|
},
|
7761
|
-
"
|
8267
|
+
"S3t": {
|
7762
8268
|
"type": "structure",
|
7763
8269
|
"members": {
|
7764
8270
|
"schedule": {},
|
@@ -7766,7 +8272,7 @@
|
|
7766
8272
|
},
|
7767
8273
|
"sensitive": true
|
7768
8274
|
},
|
7769
|
-
"
|
8275
|
+
"S3y": {
|
7770
8276
|
"type": "structure",
|
7771
8277
|
"members": {
|
7772
8278
|
"glueRunConfiguration": {
|
@@ -7782,7 +8288,7 @@
|
|
7782
8288
|
"dataAccessRole": {},
|
7783
8289
|
"region": {},
|
7784
8290
|
"relationalFilterConfigurations": {
|
7785
|
-
"shape": "
|
8291
|
+
"shape": "S39"
|
7786
8292
|
}
|
7787
8293
|
}
|
7788
8294
|
},
|
@@ -7797,25 +8303,25 @@
|
|
7797
8303
|
"accountId": {},
|
7798
8304
|
"dataAccessRole": {},
|
7799
8305
|
"redshiftCredentialConfiguration": {
|
7800
|
-
"shape": "
|
8306
|
+
"shape": "S3j"
|
7801
8307
|
},
|
7802
8308
|
"redshiftStorage": {
|
7803
|
-
"shape": "
|
8309
|
+
"shape": "S3l"
|
7804
8310
|
},
|
7805
8311
|
"region": {},
|
7806
8312
|
"relationalFilterConfigurations": {
|
7807
|
-
"shape": "
|
8313
|
+
"shape": "S39"
|
7808
8314
|
}
|
7809
8315
|
}
|
7810
8316
|
}
|
7811
8317
|
},
|
7812
8318
|
"union": true
|
7813
8319
|
},
|
7814
|
-
"
|
8320
|
+
"S47": {
|
7815
8321
|
"type": "timestamp",
|
7816
8322
|
"timestampFormat": "iso8601"
|
7817
8323
|
},
|
7818
|
-
"
|
8324
|
+
"S48": {
|
7819
8325
|
"type": "structure",
|
7820
8326
|
"required": [
|
7821
8327
|
"errorType"
|
@@ -7825,19 +8331,19 @@
|
|
7825
8331
|
"errorType": {}
|
7826
8332
|
}
|
7827
8333
|
},
|
7828
|
-
"
|
8334
|
+
"S4g": {
|
7829
8335
|
"type": "structure",
|
7830
8336
|
"members": {
|
7831
8337
|
"type": {},
|
7832
8338
|
"userAssignment": {}
|
7833
8339
|
}
|
7834
8340
|
},
|
7835
|
-
"
|
8341
|
+
"S4j": {
|
7836
8342
|
"type": "map",
|
7837
8343
|
"key": {},
|
7838
8344
|
"value": {}
|
7839
8345
|
},
|
7840
|
-
"
|
8346
|
+
"S4q": {
|
7841
8347
|
"type": "list",
|
7842
8348
|
"member": {
|
7843
8349
|
"type": "structure",
|
@@ -7847,11 +8353,11 @@
|
|
7847
8353
|
}
|
7848
8354
|
}
|
7849
8355
|
},
|
7850
|
-
"
|
8356
|
+
"S4v": {
|
7851
8357
|
"type": "timestamp",
|
7852
8358
|
"timestampFormat": "iso8601"
|
7853
8359
|
},
|
7854
|
-
"
|
8360
|
+
"S4w": {
|
7855
8361
|
"type": "structure",
|
7856
8362
|
"members": {
|
7857
8363
|
"endTimeoutMinutes": {
|
@@ -7862,7 +8368,7 @@
|
|
7862
8368
|
}
|
7863
8369
|
}
|
7864
8370
|
},
|
7865
|
-
"
|
8371
|
+
"S4z": {
|
7866
8372
|
"type": "list",
|
7867
8373
|
"member": {
|
7868
8374
|
"type": "structure",
|
@@ -7886,7 +8392,7 @@
|
|
7886
8392
|
}
|
7887
8393
|
}
|
7888
8394
|
},
|
7889
|
-
"
|
8395
|
+
"S55": {
|
7890
8396
|
"type": "structure",
|
7891
8397
|
"members": {
|
7892
8398
|
"deploymentId": {},
|
@@ -7911,11 +8417,11 @@
|
|
7911
8417
|
}
|
7912
8418
|
}
|
7913
8419
|
},
|
7914
|
-
"
|
8420
|
+
"S5b": {
|
7915
8421
|
"type": "string",
|
7916
8422
|
"sensitive": true
|
7917
8423
|
},
|
7918
|
-
"
|
8424
|
+
"S5c": {
|
7919
8425
|
"type": "list",
|
7920
8426
|
"member": {
|
7921
8427
|
"type": "structure",
|
@@ -7931,7 +8437,7 @@
|
|
7931
8437
|
}
|
7932
8438
|
}
|
7933
8439
|
},
|
7934
|
-
"
|
8440
|
+
"S5e": {
|
7935
8441
|
"type": "structure",
|
7936
8442
|
"members": {
|
7937
8443
|
"cloudFormation": {
|
@@ -7946,7 +8452,7 @@
|
|
7946
8452
|
},
|
7947
8453
|
"union": true
|
7948
8454
|
},
|
7949
|
-
"
|
8455
|
+
"S5h": {
|
7950
8456
|
"type": "list",
|
7951
8457
|
"member": {
|
7952
8458
|
"type": "structure",
|
@@ -7970,7 +8476,7 @@
|
|
7970
8476
|
}
|
7971
8477
|
}
|
7972
8478
|
},
|
7973
|
-
"
|
8479
|
+
"S5l": {
|
7974
8480
|
"type": "structure",
|
7975
8481
|
"members": {
|
7976
8482
|
"awsConsoleLink": {
|
@@ -7982,11 +8488,11 @@
|
|
7982
8488
|
},
|
7983
8489
|
"union": true
|
7984
8490
|
},
|
7985
|
-
"
|
8491
|
+
"S5q": {
|
7986
8492
|
"type": "string",
|
7987
8493
|
"sensitive": true
|
7988
8494
|
},
|
7989
|
-
"
|
8495
|
+
"S5t": {
|
7990
8496
|
"type": "structure",
|
7991
8497
|
"members": {
|
7992
8498
|
"smithy": {}
|
@@ -7994,19 +8500,19 @@
|
|
7994
8500
|
"sensitive": true,
|
7995
8501
|
"union": true
|
7996
8502
|
},
|
7997
|
-
"
|
8503
|
+
"S5y": {
|
7998
8504
|
"type": "string",
|
7999
8505
|
"sensitive": true
|
8000
8506
|
},
|
8001
|
-
"
|
8507
|
+
"S5z": {
|
8002
8508
|
"type": "string",
|
8003
8509
|
"sensitive": true
|
8004
8510
|
},
|
8005
|
-
"
|
8511
|
+
"S64": {
|
8006
8512
|
"type": "string",
|
8007
8513
|
"sensitive": true
|
8008
8514
|
},
|
8009
|
-
"
|
8515
|
+
"S66": {
|
8010
8516
|
"type": "structure",
|
8011
8517
|
"members": {
|
8012
8518
|
"classifies": {
|
@@ -8019,11 +8525,11 @@
|
|
8019
8525
|
}
|
8020
8526
|
}
|
8021
8527
|
},
|
8022
|
-
"
|
8528
|
+
"S6d": {
|
8023
8529
|
"type": "string",
|
8024
8530
|
"sensitive": true
|
8025
8531
|
},
|
8026
|
-
"
|
8532
|
+
"S6n": {
|
8027
8533
|
"type": "list",
|
8028
8534
|
"member": {
|
8029
8535
|
"type": "structure",
|
@@ -8033,7 +8539,7 @@
|
|
8033
8539
|
}
|
8034
8540
|
}
|
8035
8541
|
},
|
8036
|
-
"
|
8542
|
+
"S6s": {
|
8037
8543
|
"type": "structure",
|
8038
8544
|
"members": {
|
8039
8545
|
"groupIdentifier": {},
|
@@ -8041,7 +8547,7 @@
|
|
8041
8547
|
},
|
8042
8548
|
"union": true
|
8043
8549
|
},
|
8044
|
-
"
|
8550
|
+
"S71": {
|
8045
8551
|
"type": "list",
|
8046
8552
|
"member": {
|
8047
8553
|
"type": "structure",
|
@@ -8054,7 +8560,7 @@
|
|
8054
8560
|
"assetId": {},
|
8055
8561
|
"assetRevision": {},
|
8056
8562
|
"failureCause": {
|
8057
|
-
"shape": "
|
8563
|
+
"shape": "S73"
|
8058
8564
|
},
|
8059
8565
|
"failureTimestamp": {
|
8060
8566
|
"type": "timestamp"
|
@@ -8067,13 +8573,13 @@
|
|
8067
8573
|
}
|
8068
8574
|
}
|
8069
8575
|
},
|
8070
|
-
"
|
8576
|
+
"S73": {
|
8071
8577
|
"type": "structure",
|
8072
8578
|
"members": {
|
8073
8579
|
"message": {}
|
8074
8580
|
}
|
8075
8581
|
},
|
8076
|
-
"
|
8582
|
+
"S75": {
|
8077
8583
|
"type": "structure",
|
8078
8584
|
"members": {
|
8079
8585
|
"listing": {
|
@@ -8090,19 +8596,19 @@
|
|
8090
8596
|
},
|
8091
8597
|
"union": true
|
8092
8598
|
},
|
8093
|
-
"
|
8599
|
+
"S7j": {
|
8094
8600
|
"type": "list",
|
8095
8601
|
"member": {}
|
8096
8602
|
},
|
8097
|
-
"
|
8603
|
+
"S7k": {
|
8098
8604
|
"type": "list",
|
8099
8605
|
"member": {}
|
8100
8606
|
},
|
8101
|
-
"
|
8607
|
+
"S7m": {
|
8102
8608
|
"type": "string",
|
8103
8609
|
"sensitive": true
|
8104
8610
|
},
|
8105
|
-
"
|
8611
|
+
"S7n": {
|
8106
8612
|
"type": "list",
|
8107
8613
|
"member": {
|
8108
8614
|
"type": "structure",
|
@@ -8116,7 +8622,7 @@
|
|
8116
8622
|
}
|
8117
8623
|
}
|
8118
8624
|
},
|
8119
|
-
"
|
8625
|
+
"S7u": {
|
8120
8626
|
"type": "structure",
|
8121
8627
|
"members": {
|
8122
8628
|
"iam": {
|
@@ -8145,7 +8651,7 @@
|
|
8145
8651
|
},
|
8146
8652
|
"union": true
|
8147
8653
|
},
|
8148
|
-
"
|
8654
|
+
"S8a": {
|
8149
8655
|
"type": "structure",
|
8150
8656
|
"members": {
|
8151
8657
|
"glueSelfGrantStatus": {
|
@@ -8155,7 +8661,7 @@
|
|
8155
8661
|
],
|
8156
8662
|
"members": {
|
8157
8663
|
"selfGrantStatusDetails": {
|
8158
|
-
"shape": "
|
8664
|
+
"shape": "S8c"
|
8159
8665
|
}
|
8160
8666
|
}
|
8161
8667
|
},
|
@@ -8166,14 +8672,14 @@
|
|
8166
8672
|
],
|
8167
8673
|
"members": {
|
8168
8674
|
"selfGrantStatusDetails": {
|
8169
|
-
"shape": "
|
8675
|
+
"shape": "S8c"
|
8170
8676
|
}
|
8171
8677
|
}
|
8172
8678
|
}
|
8173
8679
|
},
|
8174
8680
|
"union": true
|
8175
8681
|
},
|
8176
|
-
"
|
8682
|
+
"S8c": {
|
8177
8683
|
"type": "list",
|
8178
8684
|
"member": {
|
8179
8685
|
"type": "structure",
|
@@ -8189,7 +8695,7 @@
|
|
8189
8695
|
}
|
8190
8696
|
}
|
8191
8697
|
},
|
8192
|
-
"
|
8698
|
+
"S9l": {
|
8193
8699
|
"type": "structure",
|
8194
8700
|
"members": {
|
8195
8701
|
"added": {
|
@@ -8209,11 +8715,30 @@
|
|
8209
8715
|
}
|
8210
8716
|
}
|
8211
8717
|
},
|
8212
|
-
"
|
8718
|
+
"S9y": {
|
8213
8719
|
"type": "list",
|
8214
8720
|
"member": {}
|
8215
8721
|
},
|
8216
|
-
"
|
8722
|
+
"Sa0": {
|
8723
|
+
"type": "list",
|
8724
|
+
"member": {
|
8725
|
+
"type": "structure",
|
8726
|
+
"members": {
|
8727
|
+
"lakeFormationConfiguration": {
|
8728
|
+
"type": "structure",
|
8729
|
+
"members": {
|
8730
|
+
"locationRegistrationExcludeS3Locations": {
|
8731
|
+
"type": "list",
|
8732
|
+
"member": {}
|
8733
|
+
},
|
8734
|
+
"locationRegistrationRole": {}
|
8735
|
+
}
|
8736
|
+
}
|
8737
|
+
},
|
8738
|
+
"union": true
|
8739
|
+
}
|
8740
|
+
},
|
8741
|
+
"Sa5": {
|
8217
8742
|
"type": "map",
|
8218
8743
|
"key": {},
|
8219
8744
|
"value": {
|
@@ -8222,7 +8747,7 @@
|
|
8222
8747
|
"value": {}
|
8223
8748
|
}
|
8224
8749
|
},
|
8225
|
-
"
|
8750
|
+
"Sad": {
|
8226
8751
|
"type": "list",
|
8227
8752
|
"member": {
|
8228
8753
|
"type": "structure",
|
@@ -8238,7 +8763,7 @@
|
|
8238
8763
|
}
|
8239
8764
|
}
|
8240
8765
|
},
|
8241
|
-
"
|
8766
|
+
"Saq": {
|
8242
8767
|
"type": "list",
|
8243
8768
|
"member": {
|
8244
8769
|
"type": "structure",
|
@@ -8250,7 +8775,7 @@
|
|
8250
8775
|
}
|
8251
8776
|
}
|
8252
8777
|
},
|
8253
|
-
"
|
8778
|
+
"Sb0": {
|
8254
8779
|
"type": "structure",
|
8255
8780
|
"required": [
|
8256
8781
|
"identifier",
|
@@ -8262,7 +8787,7 @@
|
|
8262
8787
|
"type": {}
|
8263
8788
|
}
|
8264
8789
|
},
|
8265
|
-
"
|
8790
|
+
"Sbj": {
|
8266
8791
|
"type": "structure",
|
8267
8792
|
"required": [
|
8268
8793
|
"formName",
|
@@ -8280,15 +8805,15 @@
|
|
8280
8805
|
"typeRevision": {}
|
8281
8806
|
}
|
8282
8807
|
},
|
8283
|
-
"
|
8808
|
+
"Sff": {
|
8284
8809
|
"type": "list",
|
8285
8810
|
"member": {}
|
8286
8811
|
},
|
8287
|
-
"
|
8812
|
+
"Sfh": {
|
8288
8813
|
"type": "structure",
|
8289
8814
|
"members": {
|
8290
8815
|
"and": {
|
8291
|
-
"shape": "
|
8816
|
+
"shape": "Sfi"
|
8292
8817
|
},
|
8293
8818
|
"filter": {
|
8294
8819
|
"type": "structure",
|
@@ -8302,18 +8827,18 @@
|
|
8302
8827
|
}
|
8303
8828
|
},
|
8304
8829
|
"or": {
|
8305
|
-
"shape": "
|
8830
|
+
"shape": "Sfi"
|
8306
8831
|
}
|
8307
8832
|
},
|
8308
8833
|
"union": true
|
8309
8834
|
},
|
8310
|
-
"
|
8835
|
+
"Sfi": {
|
8311
8836
|
"type": "list",
|
8312
8837
|
"member": {
|
8313
|
-
"shape": "
|
8838
|
+
"shape": "Sfh"
|
8314
8839
|
}
|
8315
8840
|
},
|
8316
|
-
"
|
8841
|
+
"Sfm": {
|
8317
8842
|
"type": "list",
|
8318
8843
|
"member": {
|
8319
8844
|
"type": "structure",
|
@@ -8325,7 +8850,7 @@
|
|
8325
8850
|
}
|
8326
8851
|
}
|
8327
8852
|
},
|
8328
|
-
"
|
8853
|
+
"Sfq": {
|
8329
8854
|
"type": "structure",
|
8330
8855
|
"required": [
|
8331
8856
|
"attribute"
|