cdk-docker-image-deployment 0.0.139 → 0.0.141
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +172 -130
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +17 -8
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +427 -311
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +53 -41
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.waiters2.json +22 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +210 -206
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +97 -24
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +20 -17
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +556 -537
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +568 -563
- package/node_modules/aws-sdk/clients/appflow.d.ts +60 -1
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +8 -8
- package/node_modules/aws-sdk/clients/connect.d.ts +23 -0
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +10 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +11 -3
- package/node_modules/aws-sdk/clients/glue.d.ts +140 -1
- package/node_modules/aws-sdk/clients/groundstation.d.ts +26 -0
- package/node_modules/aws-sdk/clients/groundstation.js +1 -0
- package/node_modules/aws-sdk/clients/ivs.d.ts +12 -12
- package/node_modules/aws-sdk/clients/medialive.d.ts +5 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +83 -5
- package/node_modules/aws-sdk/clients/panorama.d.ts +7 -3
- package/node_modules/aws-sdk/clients/quicksight.d.ts +30 -5
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +9 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +11 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1060 -1033
- package/node_modules/aws-sdk/dist/aws-sdk.js +26 -11
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/get-intrinsic/.eslintrc +1 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +12 -0
- package/node_modules/get-intrinsic/index.js +10 -0
- package/node_modules/get-intrinsic/package.json +7 -6
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +1 -1
- package/package.json +4 -4
|
@@ -60,22 +60,22 @@
|
|
|
60
60
|
"description": {},
|
|
61
61
|
"kmsArn": {},
|
|
62
62
|
"triggerConfig": {
|
|
63
|
-
"shape": "
|
|
63
|
+
"shape": "S37"
|
|
64
64
|
},
|
|
65
65
|
"sourceFlowConfig": {
|
|
66
|
-
"shape": "
|
|
66
|
+
"shape": "S3h"
|
|
67
67
|
},
|
|
68
68
|
"destinationFlowConfigList": {
|
|
69
|
-
"shape": "
|
|
69
|
+
"shape": "S4a"
|
|
70
70
|
},
|
|
71
71
|
"tasks": {
|
|
72
|
-
"shape": "
|
|
72
|
+
"shape": "S5a"
|
|
73
73
|
},
|
|
74
74
|
"tags": {
|
|
75
|
-
"shape": "
|
|
75
|
+
"shape": "S60"
|
|
76
76
|
},
|
|
77
77
|
"metadataCatalogConfig": {
|
|
78
|
-
"shape": "
|
|
78
|
+
"shape": "S63"
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
},
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"type": "structure",
|
|
148
148
|
"members": {
|
|
149
149
|
"connectorConfiguration": {
|
|
150
|
-
"shape": "
|
|
150
|
+
"shape": "S6h"
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
}
|
|
@@ -217,10 +217,10 @@
|
|
|
217
217
|
"valueRegexPattern": {},
|
|
218
218
|
"supportedDateFormat": {},
|
|
219
219
|
"fieldValueRange": {
|
|
220
|
-
"shape": "
|
|
220
|
+
"shape": "S8o"
|
|
221
221
|
},
|
|
222
222
|
"fieldLengthRange": {
|
|
223
|
-
"shape": "
|
|
223
|
+
"shape": "S8o"
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
}
|
|
@@ -260,12 +260,12 @@
|
|
|
260
260
|
"type": "boolean"
|
|
261
261
|
},
|
|
262
262
|
"supportedWriteOperations": {
|
|
263
|
-
"shape": "
|
|
263
|
+
"shape": "S87"
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
},
|
|
267
267
|
"customProperties": {
|
|
268
|
-
"shape": "
|
|
268
|
+
"shape": "S46"
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
271
|
}
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
"type": "structure",
|
|
339
339
|
"members": {
|
|
340
340
|
"connectorTypes": {
|
|
341
|
-
"shape": "
|
|
341
|
+
"shape": "S6i"
|
|
342
342
|
},
|
|
343
343
|
"maxResults": {
|
|
344
344
|
"type": "integer"
|
|
@@ -353,11 +353,11 @@
|
|
|
353
353
|
"type": "map",
|
|
354
354
|
"key": {},
|
|
355
355
|
"value": {
|
|
356
|
-
"shape": "
|
|
356
|
+
"shape": "S6h"
|
|
357
357
|
}
|
|
358
358
|
},
|
|
359
359
|
"connectors": {
|
|
360
|
-
"shape": "
|
|
360
|
+
"shape": "S96"
|
|
361
361
|
},
|
|
362
362
|
"nextToken": {}
|
|
363
363
|
}
|
|
@@ -386,19 +386,19 @@
|
|
|
386
386
|
"flowStatus": {},
|
|
387
387
|
"flowStatusMessage": {},
|
|
388
388
|
"sourceFlowConfig": {
|
|
389
|
-
"shape": "
|
|
389
|
+
"shape": "S3h"
|
|
390
390
|
},
|
|
391
391
|
"destinationFlowConfigList": {
|
|
392
|
-
"shape": "
|
|
392
|
+
"shape": "S4a"
|
|
393
393
|
},
|
|
394
394
|
"lastRunExecutionDetails": {
|
|
395
|
-
"shape": "
|
|
395
|
+
"shape": "S9c"
|
|
396
396
|
},
|
|
397
397
|
"triggerConfig": {
|
|
398
|
-
"shape": "
|
|
398
|
+
"shape": "S37"
|
|
399
399
|
},
|
|
400
400
|
"tasks": {
|
|
401
|
-
"shape": "
|
|
401
|
+
"shape": "S5a"
|
|
402
402
|
},
|
|
403
403
|
"createdAt": {
|
|
404
404
|
"type": "timestamp"
|
|
@@ -409,13 +409,13 @@
|
|
|
409
409
|
"createdBy": {},
|
|
410
410
|
"lastUpdatedBy": {},
|
|
411
411
|
"tags": {
|
|
412
|
-
"shape": "
|
|
412
|
+
"shape": "S60"
|
|
413
413
|
},
|
|
414
414
|
"metadataCatalogConfig": {
|
|
415
|
-
"shape": "
|
|
415
|
+
"shape": "S63"
|
|
416
416
|
},
|
|
417
417
|
"lastRunMetadataCatalogDetails": {
|
|
418
|
-
"shape": "
|
|
418
|
+
"shape": "S9h"
|
|
419
419
|
},
|
|
420
420
|
"schemaVersion": {
|
|
421
421
|
"type": "long"
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
"type": "timestamp"
|
|
487
487
|
},
|
|
488
488
|
"metadataCatalogDetails": {
|
|
489
|
-
"shape": "
|
|
489
|
+
"shape": "S9h"
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
492
|
}
|
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
"type": "structure",
|
|
560
560
|
"members": {
|
|
561
561
|
"connectors": {
|
|
562
|
-
"shape": "
|
|
562
|
+
"shape": "S96"
|
|
563
563
|
},
|
|
564
564
|
"nextToken": {}
|
|
565
565
|
}
|
|
@@ -604,10 +604,10 @@
|
|
|
604
604
|
"createdBy": {},
|
|
605
605
|
"lastUpdatedBy": {},
|
|
606
606
|
"tags": {
|
|
607
|
-
"shape": "
|
|
607
|
+
"shape": "S60"
|
|
608
608
|
},
|
|
609
609
|
"lastRunExecutionDetails": {
|
|
610
|
-
"shape": "
|
|
610
|
+
"shape": "S9c"
|
|
611
611
|
}
|
|
612
612
|
}
|
|
613
613
|
}
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
"type": "structure",
|
|
638
638
|
"members": {
|
|
639
639
|
"tags": {
|
|
640
|
-
"shape": "
|
|
640
|
+
"shape": "S60"
|
|
641
641
|
}
|
|
642
642
|
}
|
|
643
643
|
}
|
|
@@ -653,7 +653,7 @@
|
|
|
653
653
|
"description": {},
|
|
654
654
|
"connectorProvisioningType": {},
|
|
655
655
|
"connectorProvisioningConfig": {
|
|
656
|
-
"shape": "
|
|
656
|
+
"shape": "S89"
|
|
657
657
|
}
|
|
658
658
|
}
|
|
659
659
|
},
|
|
@@ -723,7 +723,7 @@
|
|
|
723
723
|
"locationName": "resourceArn"
|
|
724
724
|
},
|
|
725
725
|
"tags": {
|
|
726
|
-
"shape": "
|
|
726
|
+
"shape": "S60"
|
|
727
727
|
}
|
|
728
728
|
}
|
|
729
729
|
},
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
"connectorLabel": {},
|
|
822
822
|
"description": {},
|
|
823
823
|
"connectorProvisioningConfig": {
|
|
824
|
-
"shape": "
|
|
824
|
+
"shape": "S89"
|
|
825
825
|
}
|
|
826
826
|
}
|
|
827
827
|
},
|
|
@@ -849,19 +849,19 @@
|
|
|
849
849
|
"flowName": {},
|
|
850
850
|
"description": {},
|
|
851
851
|
"triggerConfig": {
|
|
852
|
-
"shape": "
|
|
852
|
+
"shape": "S37"
|
|
853
853
|
},
|
|
854
854
|
"sourceFlowConfig": {
|
|
855
|
-
"shape": "
|
|
855
|
+
"shape": "S3h"
|
|
856
856
|
},
|
|
857
857
|
"destinationFlowConfigList": {
|
|
858
|
-
"shape": "
|
|
858
|
+
"shape": "S4a"
|
|
859
859
|
},
|
|
860
860
|
"tasks": {
|
|
861
|
-
"shape": "
|
|
861
|
+
"shape": "S5a"
|
|
862
862
|
},
|
|
863
863
|
"metadataCatalogConfig": {
|
|
864
|
-
"shape": "
|
|
864
|
+
"shape": "S63"
|
|
865
865
|
}
|
|
866
866
|
}
|
|
867
867
|
},
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
],
|
|
895
895
|
"members": {
|
|
896
896
|
"apiKey": {
|
|
897
|
-
"shape": "
|
|
897
|
+
"shape": "S1s"
|
|
898
898
|
},
|
|
899
899
|
"secretKey": {
|
|
900
900
|
"type": "string",
|
|
@@ -910,7 +910,7 @@
|
|
|
910
910
|
],
|
|
911
911
|
"members": {
|
|
912
912
|
"apiKey": {
|
|
913
|
-
"shape": "
|
|
913
|
+
"shape": "S1s"
|
|
914
914
|
},
|
|
915
915
|
"applicationKey": {}
|
|
916
916
|
}
|
|
@@ -933,14 +933,14 @@
|
|
|
933
933
|
"members": {
|
|
934
934
|
"clientId": {},
|
|
935
935
|
"clientSecret": {
|
|
936
|
-
"shape": "
|
|
936
|
+
"shape": "S20"
|
|
937
937
|
},
|
|
938
938
|
"accessToken": {
|
|
939
|
-
"shape": "
|
|
939
|
+
"shape": "S21"
|
|
940
940
|
},
|
|
941
941
|
"refreshToken": {},
|
|
942
942
|
"oAuthRequest": {
|
|
943
|
-
"shape": "
|
|
943
|
+
"shape": "S23"
|
|
944
944
|
}
|
|
945
945
|
}
|
|
946
946
|
},
|
|
@@ -948,11 +948,11 @@
|
|
|
948
948
|
"type": "structure",
|
|
949
949
|
"members": {
|
|
950
950
|
"accessToken": {
|
|
951
|
-
"shape": "
|
|
951
|
+
"shape": "S21"
|
|
952
952
|
},
|
|
953
953
|
"refreshToken": {},
|
|
954
954
|
"oAuthRequest": {
|
|
955
|
-
"shape": "
|
|
955
|
+
"shape": "S23"
|
|
956
956
|
}
|
|
957
957
|
}
|
|
958
958
|
},
|
|
@@ -983,13 +983,13 @@
|
|
|
983
983
|
"members": {
|
|
984
984
|
"clientId": {},
|
|
985
985
|
"clientSecret": {
|
|
986
|
-
"shape": "
|
|
986
|
+
"shape": "S20"
|
|
987
987
|
},
|
|
988
988
|
"accessToken": {
|
|
989
|
-
"shape": "
|
|
989
|
+
"shape": "S21"
|
|
990
990
|
},
|
|
991
991
|
"oAuthRequest": {
|
|
992
|
-
"shape": "
|
|
992
|
+
"shape": "S23"
|
|
993
993
|
}
|
|
994
994
|
}
|
|
995
995
|
},
|
|
@@ -998,7 +998,7 @@
|
|
|
998
998
|
"members": {
|
|
999
999
|
"username": {},
|
|
1000
1000
|
"password": {
|
|
1001
|
-
"shape": "
|
|
1001
|
+
"shape": "S2e"
|
|
1002
1002
|
}
|
|
1003
1003
|
}
|
|
1004
1004
|
},
|
|
@@ -1006,15 +1006,14 @@
|
|
|
1006
1006
|
"type": "structure",
|
|
1007
1007
|
"members": {
|
|
1008
1008
|
"accessToken": {
|
|
1009
|
-
"shape": "
|
|
1009
|
+
"shape": "S21"
|
|
1010
1010
|
},
|
|
1011
1011
|
"refreshToken": {},
|
|
1012
1012
|
"oAuthRequest": {
|
|
1013
|
-
"shape": "
|
|
1013
|
+
"shape": "S23"
|
|
1014
1014
|
},
|
|
1015
1015
|
"clientCredentialsArn": {
|
|
1016
|
-
"
|
|
1017
|
-
"sensitive": true
|
|
1016
|
+
"shape": "S2g"
|
|
1018
1017
|
}
|
|
1019
1018
|
}
|
|
1020
1019
|
},
|
|
@@ -1027,7 +1026,7 @@
|
|
|
1027
1026
|
"members": {
|
|
1028
1027
|
"username": {},
|
|
1029
1028
|
"password": {
|
|
1030
|
-
"shape": "
|
|
1029
|
+
"shape": "S2e"
|
|
1031
1030
|
}
|
|
1032
1031
|
}
|
|
1033
1032
|
},
|
|
@@ -1038,7 +1037,7 @@
|
|
|
1038
1037
|
],
|
|
1039
1038
|
"members": {
|
|
1040
1039
|
"apiKey": {
|
|
1041
|
-
"shape": "
|
|
1040
|
+
"shape": "S1s"
|
|
1042
1041
|
}
|
|
1043
1042
|
}
|
|
1044
1043
|
},
|
|
@@ -1051,13 +1050,13 @@
|
|
|
1051
1050
|
"members": {
|
|
1052
1051
|
"clientId": {},
|
|
1053
1052
|
"clientSecret": {
|
|
1054
|
-
"shape": "
|
|
1053
|
+
"shape": "S20"
|
|
1055
1054
|
},
|
|
1056
1055
|
"accessToken": {
|
|
1057
|
-
"shape": "
|
|
1056
|
+
"shape": "S21"
|
|
1058
1057
|
},
|
|
1059
1058
|
"oAuthRequest": {
|
|
1060
|
-
"shape": "
|
|
1059
|
+
"shape": "S23"
|
|
1061
1060
|
}
|
|
1062
1061
|
}
|
|
1063
1062
|
},
|
|
@@ -1070,7 +1069,7 @@
|
|
|
1070
1069
|
"members": {
|
|
1071
1070
|
"username": {},
|
|
1072
1071
|
"password": {
|
|
1073
|
-
"shape": "
|
|
1072
|
+
"shape": "S2e"
|
|
1074
1073
|
}
|
|
1075
1074
|
}
|
|
1076
1075
|
},
|
|
@@ -1081,7 +1080,7 @@
|
|
|
1081
1080
|
],
|
|
1082
1081
|
"members": {
|
|
1083
1082
|
"apiSecretKey": {
|
|
1084
|
-
"shape": "
|
|
1083
|
+
"shape": "S2m"
|
|
1085
1084
|
}
|
|
1086
1085
|
}
|
|
1087
1086
|
},
|
|
@@ -1094,7 +1093,7 @@
|
|
|
1094
1093
|
"members": {
|
|
1095
1094
|
"username": {},
|
|
1096
1095
|
"password": {
|
|
1097
|
-
"shape": "
|
|
1096
|
+
"shape": "S2e"
|
|
1098
1097
|
}
|
|
1099
1098
|
}
|
|
1100
1099
|
},
|
|
@@ -1107,13 +1106,13 @@
|
|
|
1107
1106
|
"members": {
|
|
1108
1107
|
"clientId": {},
|
|
1109
1108
|
"clientSecret": {
|
|
1110
|
-
"shape": "
|
|
1109
|
+
"shape": "S20"
|
|
1111
1110
|
},
|
|
1112
1111
|
"accessToken": {
|
|
1113
|
-
"shape": "
|
|
1112
|
+
"shape": "S21"
|
|
1114
1113
|
},
|
|
1115
1114
|
"oAuthRequest": {
|
|
1116
|
-
"shape": "
|
|
1115
|
+
"shape": "S23"
|
|
1117
1116
|
}
|
|
1118
1117
|
}
|
|
1119
1118
|
},
|
|
@@ -1121,7 +1120,7 @@
|
|
|
1121
1120
|
"type": "structure",
|
|
1122
1121
|
"members": {
|
|
1123
1122
|
"basicAuthCredentials": {
|
|
1124
|
-
"shape": "
|
|
1123
|
+
"shape": "S2q"
|
|
1125
1124
|
},
|
|
1126
1125
|
"oAuthCredentials": {
|
|
1127
1126
|
"type": "structure",
|
|
@@ -1132,14 +1131,14 @@
|
|
|
1132
1131
|
"members": {
|
|
1133
1132
|
"clientId": {},
|
|
1134
1133
|
"clientSecret": {
|
|
1135
|
-
"shape": "
|
|
1134
|
+
"shape": "S20"
|
|
1136
1135
|
},
|
|
1137
1136
|
"accessToken": {
|
|
1138
|
-
"shape": "
|
|
1137
|
+
"shape": "S21"
|
|
1139
1138
|
},
|
|
1140
1139
|
"refreshToken": {},
|
|
1141
1140
|
"oAuthRequest": {
|
|
1142
|
-
"shape": "
|
|
1141
|
+
"shape": "S23"
|
|
1143
1142
|
}
|
|
1144
1143
|
}
|
|
1145
1144
|
}
|
|
@@ -1153,21 +1152,21 @@
|
|
|
1153
1152
|
"members": {
|
|
1154
1153
|
"authenticationType": {},
|
|
1155
1154
|
"basic": {
|
|
1156
|
-
"shape": "
|
|
1155
|
+
"shape": "S2q"
|
|
1157
1156
|
},
|
|
1158
1157
|
"oauth2": {
|
|
1159
1158
|
"type": "structure",
|
|
1160
1159
|
"members": {
|
|
1161
1160
|
"clientId": {},
|
|
1162
1161
|
"clientSecret": {
|
|
1163
|
-
"shape": "
|
|
1162
|
+
"shape": "S20"
|
|
1164
1163
|
},
|
|
1165
1164
|
"accessToken": {
|
|
1166
|
-
"shape": "
|
|
1165
|
+
"shape": "S21"
|
|
1167
1166
|
},
|
|
1168
1167
|
"refreshToken": {},
|
|
1169
1168
|
"oAuthRequest": {
|
|
1170
|
-
"shape": "
|
|
1169
|
+
"shape": "S23"
|
|
1171
1170
|
}
|
|
1172
1171
|
}
|
|
1173
1172
|
},
|
|
@@ -1178,10 +1177,10 @@
|
|
|
1178
1177
|
],
|
|
1179
1178
|
"members": {
|
|
1180
1179
|
"apiKey": {
|
|
1181
|
-
"shape": "
|
|
1180
|
+
"shape": "S1s"
|
|
1182
1181
|
},
|
|
1183
1182
|
"apiSecretKey": {
|
|
1184
|
-
"shape": "
|
|
1183
|
+
"shape": "S2m"
|
|
1185
1184
|
}
|
|
1186
1185
|
}
|
|
1187
1186
|
},
|
|
@@ -1206,6 +1205,21 @@
|
|
|
1206
1205
|
}
|
|
1207
1206
|
}
|
|
1208
1207
|
}
|
|
1208
|
+
},
|
|
1209
|
+
"Pardot": {
|
|
1210
|
+
"type": "structure",
|
|
1211
|
+
"members": {
|
|
1212
|
+
"accessToken": {
|
|
1213
|
+
"shape": "S21"
|
|
1214
|
+
},
|
|
1215
|
+
"refreshToken": {},
|
|
1216
|
+
"oAuthRequest": {
|
|
1217
|
+
"shape": "S23"
|
|
1218
|
+
},
|
|
1219
|
+
"clientCredentialsArn": {
|
|
1220
|
+
"shape": "S2g"
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1209
1223
|
}
|
|
1210
1224
|
}
|
|
1211
1225
|
}
|
|
@@ -1411,6 +1425,16 @@
|
|
|
1411
1425
|
}
|
|
1412
1426
|
}
|
|
1413
1427
|
}
|
|
1428
|
+
},
|
|
1429
|
+
"Pardot": {
|
|
1430
|
+
"type": "structure",
|
|
1431
|
+
"members": {
|
|
1432
|
+
"instanceUrl": {},
|
|
1433
|
+
"isSandboxEnvironment": {
|
|
1434
|
+
"type": "boolean"
|
|
1435
|
+
},
|
|
1436
|
+
"businessUnitId": {}
|
|
1437
|
+
}
|
|
1414
1438
|
}
|
|
1415
1439
|
}
|
|
1416
1440
|
},
|
|
@@ -1418,34 +1442,38 @@
|
|
|
1418
1442
|
"type": "list",
|
|
1419
1443
|
"member": {}
|
|
1420
1444
|
},
|
|
1421
|
-
"
|
|
1445
|
+
"S1s": {
|
|
1422
1446
|
"type": "string",
|
|
1423
1447
|
"sensitive": true
|
|
1424
1448
|
},
|
|
1425
|
-
"
|
|
1449
|
+
"S20": {
|
|
1426
1450
|
"type": "string",
|
|
1427
1451
|
"sensitive": true
|
|
1428
1452
|
},
|
|
1429
|
-
"
|
|
1453
|
+
"S21": {
|
|
1430
1454
|
"type": "string",
|
|
1431
1455
|
"sensitive": true
|
|
1432
1456
|
},
|
|
1433
|
-
"
|
|
1457
|
+
"S23": {
|
|
1434
1458
|
"type": "structure",
|
|
1435
1459
|
"members": {
|
|
1436
1460
|
"authCode": {},
|
|
1437
1461
|
"redirectUri": {}
|
|
1438
1462
|
}
|
|
1439
1463
|
},
|
|
1440
|
-
"
|
|
1464
|
+
"S2e": {
|
|
1465
|
+
"type": "string",
|
|
1466
|
+
"sensitive": true
|
|
1467
|
+
},
|
|
1468
|
+
"S2g": {
|
|
1441
1469
|
"type": "string",
|
|
1442
1470
|
"sensitive": true
|
|
1443
1471
|
},
|
|
1444
|
-
"
|
|
1472
|
+
"S2m": {
|
|
1445
1473
|
"type": "string",
|
|
1446
1474
|
"sensitive": true
|
|
1447
1475
|
},
|
|
1448
|
-
"
|
|
1476
|
+
"S2q": {
|
|
1449
1477
|
"type": "structure",
|
|
1450
1478
|
"required": [
|
|
1451
1479
|
"username",
|
|
@@ -1454,11 +1482,11 @@
|
|
|
1454
1482
|
"members": {
|
|
1455
1483
|
"username": {},
|
|
1456
1484
|
"password": {
|
|
1457
|
-
"shape": "
|
|
1485
|
+
"shape": "S2e"
|
|
1458
1486
|
}
|
|
1459
1487
|
}
|
|
1460
1488
|
},
|
|
1461
|
-
"
|
|
1489
|
+
"S37": {
|
|
1462
1490
|
"type": "structure",
|
|
1463
1491
|
"required": [
|
|
1464
1492
|
"triggerType"
|
|
@@ -1498,7 +1526,7 @@
|
|
|
1498
1526
|
}
|
|
1499
1527
|
}
|
|
1500
1528
|
},
|
|
1501
|
-
"
|
|
1529
|
+
"S3h": {
|
|
1502
1530
|
"type": "structure",
|
|
1503
1531
|
"required": [
|
|
1504
1532
|
"connectorType",
|
|
@@ -1675,9 +1703,18 @@
|
|
|
1675
1703
|
"members": {
|
|
1676
1704
|
"entityName": {},
|
|
1677
1705
|
"customProperties": {
|
|
1678
|
-
"shape": "
|
|
1706
|
+
"shape": "S46"
|
|
1679
1707
|
}
|
|
1680
1708
|
}
|
|
1709
|
+
},
|
|
1710
|
+
"Pardot": {
|
|
1711
|
+
"type": "structure",
|
|
1712
|
+
"required": [
|
|
1713
|
+
"object"
|
|
1714
|
+
],
|
|
1715
|
+
"members": {
|
|
1716
|
+
"object": {}
|
|
1717
|
+
}
|
|
1681
1718
|
}
|
|
1682
1719
|
}
|
|
1683
1720
|
},
|
|
@@ -1689,12 +1726,12 @@
|
|
|
1689
1726
|
}
|
|
1690
1727
|
}
|
|
1691
1728
|
},
|
|
1692
|
-
"
|
|
1729
|
+
"S46": {
|
|
1693
1730
|
"type": "map",
|
|
1694
1731
|
"key": {},
|
|
1695
1732
|
"value": {}
|
|
1696
1733
|
},
|
|
1697
|
-
"
|
|
1734
|
+
"S4a": {
|
|
1698
1735
|
"type": "list",
|
|
1699
1736
|
"member": {
|
|
1700
1737
|
"type": "structure",
|
|
@@ -1720,7 +1757,7 @@
|
|
|
1720
1757
|
"intermediateBucketName": {},
|
|
1721
1758
|
"bucketPrefix": {},
|
|
1722
1759
|
"errorHandlingConfig": {
|
|
1723
|
-
"shape": "
|
|
1760
|
+
"shape": "S4e"
|
|
1724
1761
|
}
|
|
1725
1762
|
}
|
|
1726
1763
|
},
|
|
@@ -1737,10 +1774,10 @@
|
|
|
1737
1774
|
"members": {
|
|
1738
1775
|
"fileType": {},
|
|
1739
1776
|
"prefixConfig": {
|
|
1740
|
-
"shape": "
|
|
1777
|
+
"shape": "S4i"
|
|
1741
1778
|
},
|
|
1742
1779
|
"aggregationConfig": {
|
|
1743
|
-
"shape": "
|
|
1780
|
+
"shape": "S4n"
|
|
1744
1781
|
},
|
|
1745
1782
|
"preserveSourceDataTyping": {
|
|
1746
1783
|
"type": "boolean"
|
|
@@ -1757,10 +1794,10 @@
|
|
|
1757
1794
|
"members": {
|
|
1758
1795
|
"object": {},
|
|
1759
1796
|
"idFieldNames": {
|
|
1760
|
-
"shape": "
|
|
1797
|
+
"shape": "S4s"
|
|
1761
1798
|
},
|
|
1762
1799
|
"errorHandlingConfig": {
|
|
1763
|
-
"shape": "
|
|
1800
|
+
"shape": "S4e"
|
|
1764
1801
|
},
|
|
1765
1802
|
"writeOperationType": {},
|
|
1766
1803
|
"dataTransferApi": {}
|
|
@@ -1777,7 +1814,7 @@
|
|
|
1777
1814
|
"intermediateBucketName": {},
|
|
1778
1815
|
"bucketPrefix": {},
|
|
1779
1816
|
"errorHandlingConfig": {
|
|
1780
|
-
"shape": "
|
|
1817
|
+
"shape": "S4e"
|
|
1781
1818
|
}
|
|
1782
1819
|
}
|
|
1783
1820
|
},
|
|
@@ -1789,7 +1826,7 @@
|
|
|
1789
1826
|
"members": {
|
|
1790
1827
|
"object": {},
|
|
1791
1828
|
"errorHandlingConfig": {
|
|
1792
|
-
"shape": "
|
|
1829
|
+
"shape": "S4e"
|
|
1793
1830
|
}
|
|
1794
1831
|
}
|
|
1795
1832
|
},
|
|
@@ -1814,10 +1851,10 @@
|
|
|
1814
1851
|
"members": {
|
|
1815
1852
|
"fileType": {},
|
|
1816
1853
|
"prefixConfig": {
|
|
1817
|
-
"shape": "
|
|
1854
|
+
"shape": "S4i"
|
|
1818
1855
|
},
|
|
1819
1856
|
"aggregationConfig": {
|
|
1820
|
-
"shape": "
|
|
1857
|
+
"shape": "S4n"
|
|
1821
1858
|
}
|
|
1822
1859
|
}
|
|
1823
1860
|
}
|
|
@@ -1831,7 +1868,7 @@
|
|
|
1831
1868
|
"members": {
|
|
1832
1869
|
"object": {},
|
|
1833
1870
|
"errorHandlingConfig": {
|
|
1834
|
-
"shape": "
|
|
1871
|
+
"shape": "S4e"
|
|
1835
1872
|
}
|
|
1836
1873
|
}
|
|
1837
1874
|
},
|
|
@@ -1853,10 +1890,10 @@
|
|
|
1853
1890
|
"members": {
|
|
1854
1891
|
"object": {},
|
|
1855
1892
|
"idFieldNames": {
|
|
1856
|
-
"shape": "
|
|
1893
|
+
"shape": "S4s"
|
|
1857
1894
|
},
|
|
1858
1895
|
"errorHandlingConfig": {
|
|
1859
|
-
"shape": "
|
|
1896
|
+
"shape": "S4e"
|
|
1860
1897
|
},
|
|
1861
1898
|
"writeOperationType": {}
|
|
1862
1899
|
}
|
|
@@ -1869,7 +1906,7 @@
|
|
|
1869
1906
|
"members": {
|
|
1870
1907
|
"object": {},
|
|
1871
1908
|
"errorHandlingConfig": {
|
|
1872
|
-
"shape": "
|
|
1909
|
+
"shape": "S4e"
|
|
1873
1910
|
}
|
|
1874
1911
|
}
|
|
1875
1912
|
},
|
|
@@ -1881,14 +1918,14 @@
|
|
|
1881
1918
|
"members": {
|
|
1882
1919
|
"entityName": {},
|
|
1883
1920
|
"errorHandlingConfig": {
|
|
1884
|
-
"shape": "
|
|
1921
|
+
"shape": "S4e"
|
|
1885
1922
|
},
|
|
1886
1923
|
"writeOperationType": {},
|
|
1887
1924
|
"idFieldNames": {
|
|
1888
|
-
"shape": "
|
|
1925
|
+
"shape": "S4s"
|
|
1889
1926
|
},
|
|
1890
1927
|
"customProperties": {
|
|
1891
|
-
"shape": "
|
|
1928
|
+
"shape": "S46"
|
|
1892
1929
|
}
|
|
1893
1930
|
}
|
|
1894
1931
|
},
|
|
@@ -1907,10 +1944,10 @@
|
|
|
1907
1944
|
}
|
|
1908
1945
|
},
|
|
1909
1946
|
"idFieldNames": {
|
|
1910
|
-
"shape": "
|
|
1947
|
+
"shape": "S4s"
|
|
1911
1948
|
},
|
|
1912
1949
|
"errorHandlingConfig": {
|
|
1913
|
-
"shape": "
|
|
1950
|
+
"shape": "S4e"
|
|
1914
1951
|
},
|
|
1915
1952
|
"writeOperationType": {}
|
|
1916
1953
|
}
|
|
@@ -1920,7 +1957,7 @@
|
|
|
1920
1957
|
}
|
|
1921
1958
|
}
|
|
1922
1959
|
},
|
|
1923
|
-
"
|
|
1960
|
+
"S4e": {
|
|
1924
1961
|
"type": "structure",
|
|
1925
1962
|
"members": {
|
|
1926
1963
|
"failOnFirstDestinationError": {
|
|
@@ -1930,7 +1967,7 @@
|
|
|
1930
1967
|
"bucketName": {}
|
|
1931
1968
|
}
|
|
1932
1969
|
},
|
|
1933
|
-
"
|
|
1970
|
+
"S4i": {
|
|
1934
1971
|
"type": "structure",
|
|
1935
1972
|
"members": {
|
|
1936
1973
|
"prefixType": {},
|
|
@@ -1941,7 +1978,7 @@
|
|
|
1941
1978
|
}
|
|
1942
1979
|
}
|
|
1943
1980
|
},
|
|
1944
|
-
"
|
|
1981
|
+
"S4n": {
|
|
1945
1982
|
"type": "structure",
|
|
1946
1983
|
"members": {
|
|
1947
1984
|
"aggregationType": {},
|
|
@@ -1950,11 +1987,11 @@
|
|
|
1950
1987
|
}
|
|
1951
1988
|
}
|
|
1952
1989
|
},
|
|
1953
|
-
"
|
|
1990
|
+
"S4s": {
|
|
1954
1991
|
"type": "list",
|
|
1955
1992
|
"member": {}
|
|
1956
1993
|
},
|
|
1957
|
-
"
|
|
1994
|
+
"S5a": {
|
|
1958
1995
|
"type": "list",
|
|
1959
1996
|
"member": {
|
|
1960
1997
|
"type": "structure",
|
|
@@ -1985,7 +2022,8 @@
|
|
|
1985
2022
|
"Veeva": {},
|
|
1986
2023
|
"Zendesk": {},
|
|
1987
2024
|
"SAPOData": {},
|
|
1988
|
-
"CustomConnector": {}
|
|
2025
|
+
"CustomConnector": {},
|
|
2026
|
+
"Pardot": {}
|
|
1989
2027
|
}
|
|
1990
2028
|
},
|
|
1991
2029
|
"destinationField": {},
|
|
@@ -1998,12 +2036,12 @@
|
|
|
1998
2036
|
}
|
|
1999
2037
|
}
|
|
2000
2038
|
},
|
|
2001
|
-
"
|
|
2039
|
+
"S60": {
|
|
2002
2040
|
"type": "map",
|
|
2003
2041
|
"key": {},
|
|
2004
2042
|
"value": {}
|
|
2005
2043
|
},
|
|
2006
|
-
"
|
|
2044
|
+
"S63": {
|
|
2007
2045
|
"type": "structure",
|
|
2008
2046
|
"members": {
|
|
2009
2047
|
"glueDataCatalog": {
|
|
@@ -2021,7 +2059,7 @@
|
|
|
2021
2059
|
}
|
|
2022
2060
|
}
|
|
2023
2061
|
},
|
|
2024
|
-
"
|
|
2062
|
+
"S6h": {
|
|
2025
2063
|
"type": "structure",
|
|
2026
2064
|
"members": {
|
|
2027
2065
|
"canUseAsSource": {
|
|
@@ -2031,7 +2069,7 @@
|
|
|
2031
2069
|
"type": "boolean"
|
|
2032
2070
|
},
|
|
2033
2071
|
"supportedDestinationConnectors": {
|
|
2034
|
-
"shape": "
|
|
2072
|
+
"shape": "S6i"
|
|
2035
2073
|
},
|
|
2036
2074
|
"supportedSchedulingFrequencies": {
|
|
2037
2075
|
"type": "list",
|
|
@@ -2162,6 +2200,10 @@
|
|
|
2162
2200
|
"SAPOData": {
|
|
2163
2201
|
"type": "structure",
|
|
2164
2202
|
"members": {}
|
|
2203
|
+
},
|
|
2204
|
+
"Pardot": {
|
|
2205
|
+
"type": "structure",
|
|
2206
|
+
"members": {}
|
|
2165
2207
|
}
|
|
2166
2208
|
}
|
|
2167
2209
|
},
|
|
@@ -2173,7 +2215,7 @@
|
|
|
2173
2215
|
"connectorVersion": {},
|
|
2174
2216
|
"connectorArn": {},
|
|
2175
2217
|
"connectorModes": {
|
|
2176
|
-
"shape": "
|
|
2218
|
+
"shape": "S7g"
|
|
2177
2219
|
},
|
|
2178
2220
|
"authenticationConfig": {
|
|
2179
2221
|
"type": "structure",
|
|
@@ -2223,7 +2265,7 @@
|
|
|
2223
2265
|
"type": "boolean"
|
|
2224
2266
|
},
|
|
2225
2267
|
"connectorSuppliedValues": {
|
|
2226
|
-
"shape": "
|
|
2268
|
+
"shape": "S7r"
|
|
2227
2269
|
},
|
|
2228
2270
|
"type": {}
|
|
2229
2271
|
}
|
|
@@ -2252,7 +2294,7 @@
|
|
|
2252
2294
|
"type": "boolean"
|
|
2253
2295
|
},
|
|
2254
2296
|
"connectorSuppliedValues": {
|
|
2255
|
-
"shape": "
|
|
2297
|
+
"shape": "S7r"
|
|
2256
2298
|
}
|
|
2257
2299
|
}
|
|
2258
2300
|
}
|
|
@@ -2291,11 +2333,11 @@
|
|
|
2291
2333
|
"member": {}
|
|
2292
2334
|
},
|
|
2293
2335
|
"supportedWriteOperations": {
|
|
2294
|
-
"shape": "
|
|
2336
|
+
"shape": "S87"
|
|
2295
2337
|
},
|
|
2296
2338
|
"connectorProvisioningType": {},
|
|
2297
2339
|
"connectorProvisioningConfig": {
|
|
2298
|
-
"shape": "
|
|
2340
|
+
"shape": "S89"
|
|
2299
2341
|
},
|
|
2300
2342
|
"logoURL": {},
|
|
2301
2343
|
"registeredAt": {
|
|
@@ -2304,23 +2346,23 @@
|
|
|
2304
2346
|
"registeredBy": {}
|
|
2305
2347
|
}
|
|
2306
2348
|
},
|
|
2307
|
-
"
|
|
2349
|
+
"S6i": {
|
|
2308
2350
|
"type": "list",
|
|
2309
2351
|
"member": {}
|
|
2310
2352
|
},
|
|
2311
|
-
"
|
|
2353
|
+
"S7g": {
|
|
2312
2354
|
"type": "list",
|
|
2313
2355
|
"member": {}
|
|
2314
2356
|
},
|
|
2315
|
-
"
|
|
2357
|
+
"S7r": {
|
|
2316
2358
|
"type": "list",
|
|
2317
2359
|
"member": {}
|
|
2318
2360
|
},
|
|
2319
|
-
"
|
|
2361
|
+
"S87": {
|
|
2320
2362
|
"type": "list",
|
|
2321
2363
|
"member": {}
|
|
2322
2364
|
},
|
|
2323
|
-
"
|
|
2365
|
+
"S89": {
|
|
2324
2366
|
"type": "structure",
|
|
2325
2367
|
"members": {
|
|
2326
2368
|
"lambda": {
|
|
@@ -2334,7 +2376,7 @@
|
|
|
2334
2376
|
}
|
|
2335
2377
|
}
|
|
2336
2378
|
},
|
|
2337
|
-
"
|
|
2379
|
+
"S8o": {
|
|
2338
2380
|
"type": "structure",
|
|
2339
2381
|
"members": {
|
|
2340
2382
|
"maximum": {
|
|
@@ -2345,7 +2387,7 @@
|
|
|
2345
2387
|
}
|
|
2346
2388
|
}
|
|
2347
2389
|
},
|
|
2348
|
-
"
|
|
2390
|
+
"S96": {
|
|
2349
2391
|
"type": "list",
|
|
2350
2392
|
"member": {
|
|
2351
2393
|
"type": "structure",
|
|
@@ -2363,12 +2405,12 @@
|
|
|
2363
2405
|
"registeredBy": {},
|
|
2364
2406
|
"connectorProvisioningType": {},
|
|
2365
2407
|
"connectorModes": {
|
|
2366
|
-
"shape": "
|
|
2408
|
+
"shape": "S7g"
|
|
2367
2409
|
}
|
|
2368
2410
|
}
|
|
2369
2411
|
}
|
|
2370
2412
|
},
|
|
2371
|
-
"
|
|
2413
|
+
"S9c": {
|
|
2372
2414
|
"type": "structure",
|
|
2373
2415
|
"members": {
|
|
2374
2416
|
"mostRecentExecutionMessage": {},
|
|
@@ -2378,7 +2420,7 @@
|
|
|
2378
2420
|
"mostRecentExecutionStatus": {}
|
|
2379
2421
|
}
|
|
2380
2422
|
},
|
|
2381
|
-
"
|
|
2423
|
+
"S9h": {
|
|
2382
2424
|
"type": "list",
|
|
2383
2425
|
"member": {
|
|
2384
2426
|
"type": "structure",
|
|
@@ -2386,15 +2428,15 @@
|
|
|
2386
2428
|
"catalogType": {},
|
|
2387
2429
|
"tableName": {},
|
|
2388
2430
|
"tableRegistrationOutput": {
|
|
2389
|
-
"shape": "
|
|
2431
|
+
"shape": "S9k"
|
|
2390
2432
|
},
|
|
2391
2433
|
"partitionRegistrationOutput": {
|
|
2392
|
-
"shape": "
|
|
2434
|
+
"shape": "S9k"
|
|
2393
2435
|
}
|
|
2394
2436
|
}
|
|
2395
2437
|
}
|
|
2396
2438
|
},
|
|
2397
|
-
"
|
|
2439
|
+
"S9k": {
|
|
2398
2440
|
"type": "structure",
|
|
2399
2441
|
"members": {
|
|
2400
2442
|
"message": {},
|