cdk-comprehend-s3olap 2.0.137 → 2.0.139
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-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +22 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +104 -93
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +259 -50
- package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +936 -921
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +52 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +1 -0
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +100 -69
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +289 -274
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +13 -4
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +570 -89
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +112 -48
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +52 -16
- package/node_modules/aws-sdk/clients/appflow.d.ts +14 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +228 -10
- package/node_modules/aws-sdk/clients/directconnect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +75 -52
- package/node_modules/aws-sdk/clients/efs.d.ts +1 -1
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +61 -0
- package/node_modules/aws-sdk/clients/grafana.d.ts +4 -0
- package/node_modules/aws-sdk/clients/guardduty.d.ts +32 -2
- package/node_modules/aws-sdk/clients/iot.d.ts +21 -2
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +16 -3
- package/node_modules/aws-sdk/clients/kafka.d.ts +634 -0
- package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
- package/node_modules/aws-sdk/clients/osis.d.ts +26 -26
- package/node_modules/aws-sdk/clients/qldb.d.ts +27 -27
- package/node_modules/aws-sdk/clients/rekognition.d.ts +117 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
- package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +62 -21
- package/node_modules/aws-sdk/clients/wafv2.d.ts +57 -57
- package/node_modules/aws-sdk/clients/workspaces.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +18 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +1611 -1300
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/services/sqs.js +3 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -47,6 +47,18 @@
|
|
47
47
|
"output_token": "NextToken",
|
48
48
|
"limit_key": "MaxResults",
|
49
49
|
"result_key": "SecretArnList"
|
50
|
+
},
|
51
|
+
"ListVpcConnections": {
|
52
|
+
"input_token": "NextToken",
|
53
|
+
"output_token": "NextToken",
|
54
|
+
"limit_key": "MaxResults",
|
55
|
+
"result_key": "VpcConnections"
|
56
|
+
},
|
57
|
+
"ListClientVpcConnections": {
|
58
|
+
"input_token": "NextToken",
|
59
|
+
"output_token": "NextToken",
|
60
|
+
"limit_key": "MaxResults",
|
61
|
+
"result_key": "ClientVpcConnections"
|
50
62
|
}
|
51
63
|
}
|
52
64
|
}
|
@@ -3,12 +3,14 @@
|
|
3
3
|
"ListChangeSets": {
|
4
4
|
"input_token": "NextToken",
|
5
5
|
"output_token": "NextToken",
|
6
|
-
"limit_key": "MaxResults"
|
6
|
+
"limit_key": "MaxResults",
|
7
|
+
"result_key": "ChangeSetSummaryList"
|
7
8
|
},
|
8
9
|
"ListEntities": {
|
9
10
|
"input_token": "NextToken",
|
10
11
|
"output_token": "NextToken",
|
11
|
-
"limit_key": "MaxResults"
|
12
|
+
"limit_key": "MaxResults",
|
13
|
+
"result_key": "EntitySummaryList"
|
12
14
|
}
|
13
15
|
}
|
14
16
|
}
|
@@ -1139,7 +1139,12 @@
|
|
1139
1139
|
}
|
1140
1140
|
}
|
1141
1141
|
}
|
1142
|
-
}
|
1142
|
+
},
|
1143
|
+
"JobId": {},
|
1144
|
+
"Video": {
|
1145
|
+
"shape": "S75"
|
1146
|
+
},
|
1147
|
+
"JobTag": {}
|
1143
1148
|
}
|
1144
1149
|
}
|
1145
1150
|
},
|
@@ -1155,7 +1160,8 @@
|
|
1155
1160
|
"type": "integer"
|
1156
1161
|
},
|
1157
1162
|
"NextToken": {},
|
1158
|
-
"SortBy": {}
|
1163
|
+
"SortBy": {},
|
1164
|
+
"AggregateBy": {}
|
1159
1165
|
}
|
1160
1166
|
},
|
1161
1167
|
"output": {
|
@@ -1176,12 +1182,33 @@
|
|
1176
1182
|
},
|
1177
1183
|
"ModerationLabel": {
|
1178
1184
|
"shape": "S5n"
|
1185
|
+
},
|
1186
|
+
"StartTimestampMillis": {
|
1187
|
+
"type": "long"
|
1188
|
+
},
|
1189
|
+
"EndTimestampMillis": {
|
1190
|
+
"type": "long"
|
1191
|
+
},
|
1192
|
+
"DurationMillis": {
|
1193
|
+
"type": "long"
|
1179
1194
|
}
|
1180
1195
|
}
|
1181
1196
|
}
|
1182
1197
|
},
|
1183
1198
|
"NextToken": {},
|
1184
|
-
"ModerationModelVersion": {}
|
1199
|
+
"ModerationModelVersion": {},
|
1200
|
+
"JobId": {},
|
1201
|
+
"Video": {
|
1202
|
+
"shape": "S75"
|
1203
|
+
},
|
1204
|
+
"JobTag": {},
|
1205
|
+
"GetRequestMetadata": {
|
1206
|
+
"type": "structure",
|
1207
|
+
"members": {
|
1208
|
+
"SortBy": {},
|
1209
|
+
"AggregateBy": {}
|
1210
|
+
}
|
1211
|
+
}
|
1185
1212
|
}
|
1186
1213
|
}
|
1187
1214
|
},
|
@@ -1221,7 +1248,12 @@
|
|
1221
1248
|
}
|
1222
1249
|
}
|
1223
1250
|
}
|
1224
|
-
}
|
1251
|
+
},
|
1252
|
+
"JobId": {},
|
1253
|
+
"Video": {
|
1254
|
+
"shape": "S75"
|
1255
|
+
},
|
1256
|
+
"JobTag": {}
|
1225
1257
|
}
|
1226
1258
|
}
|
1227
1259
|
},
|
@@ -1248,12 +1280,12 @@
|
|
1248
1280
|
"type": "float"
|
1249
1281
|
},
|
1250
1282
|
"ReferenceImage": {
|
1251
|
-
"shape": "
|
1283
|
+
"shape": "S7l"
|
1252
1284
|
},
|
1253
1285
|
"AuditImages": {
|
1254
1286
|
"type": "list",
|
1255
1287
|
"member": {
|
1256
|
-
"shape": "
|
1288
|
+
"shape": "S7l"
|
1257
1289
|
}
|
1258
1290
|
}
|
1259
1291
|
}
|
@@ -1292,14 +1324,19 @@
|
|
1292
1324
|
"type": "long"
|
1293
1325
|
},
|
1294
1326
|
"Person": {
|
1295
|
-
"shape": "
|
1327
|
+
"shape": "S7t"
|
1296
1328
|
},
|
1297
1329
|
"FaceMatches": {
|
1298
|
-
"shape": "
|
1330
|
+
"shape": "S7v"
|
1299
1331
|
}
|
1300
1332
|
}
|
1301
1333
|
}
|
1302
|
-
}
|
1334
|
+
},
|
1335
|
+
"JobId": {},
|
1336
|
+
"Video": {
|
1337
|
+
"shape": "S75"
|
1338
|
+
},
|
1339
|
+
"JobTag": {}
|
1303
1340
|
}
|
1304
1341
|
}
|
1305
1342
|
},
|
@@ -1351,7 +1388,19 @@
|
|
1351
1388
|
}
|
1352
1389
|
}
|
1353
1390
|
},
|
1354
|
-
"LabelModelVersion": {}
|
1391
|
+
"LabelModelVersion": {},
|
1392
|
+
"JobId": {},
|
1393
|
+
"Video": {
|
1394
|
+
"shape": "S75"
|
1395
|
+
},
|
1396
|
+
"JobTag": {},
|
1397
|
+
"GetRequestMetadata": {
|
1398
|
+
"type": "structure",
|
1399
|
+
"members": {
|
1400
|
+
"SortBy": {},
|
1401
|
+
"AggregateBy": {}
|
1402
|
+
}
|
1403
|
+
}
|
1355
1404
|
}
|
1356
1405
|
}
|
1357
1406
|
},
|
@@ -1388,11 +1437,16 @@
|
|
1388
1437
|
"type": "long"
|
1389
1438
|
},
|
1390
1439
|
"Person": {
|
1391
|
-
"shape": "
|
1440
|
+
"shape": "S7t"
|
1392
1441
|
}
|
1393
1442
|
}
|
1394
1443
|
}
|
1395
|
-
}
|
1444
|
+
},
|
1445
|
+
"JobId": {},
|
1446
|
+
"Video": {
|
1447
|
+
"shape": "S75"
|
1448
|
+
},
|
1449
|
+
"JobTag": {}
|
1396
1450
|
}
|
1397
1451
|
}
|
1398
1452
|
},
|
@@ -1499,7 +1553,12 @@
|
|
1499
1553
|
"ModelVersion": {}
|
1500
1554
|
}
|
1501
1555
|
}
|
1502
|
-
}
|
1556
|
+
},
|
1557
|
+
"JobId": {},
|
1558
|
+
"Video": {
|
1559
|
+
"shape": "S75"
|
1560
|
+
},
|
1561
|
+
"JobTag": {}
|
1503
1562
|
}
|
1504
1563
|
}
|
1505
1564
|
},
|
@@ -1540,7 +1599,12 @@
|
|
1540
1599
|
}
|
1541
1600
|
},
|
1542
1601
|
"NextToken": {},
|
1543
|
-
"TextModelVersion": {}
|
1602
|
+
"TextModelVersion": {},
|
1603
|
+
"JobId": {},
|
1604
|
+
"Video": {
|
1605
|
+
"shape": "S75"
|
1606
|
+
},
|
1607
|
+
"JobTag": {}
|
1544
1608
|
}
|
1545
1609
|
}
|
1546
1610
|
},
|
@@ -1575,7 +1639,7 @@
|
|
1575
1639
|
"type": "structure",
|
1576
1640
|
"members": {
|
1577
1641
|
"Face": {
|
1578
|
-
"shape": "
|
1642
|
+
"shape": "S7x"
|
1579
1643
|
},
|
1580
1644
|
"FaceDetail": {
|
1581
1645
|
"shape": "S4e"
|
@@ -1725,7 +1789,7 @@
|
|
1725
1789
|
"Faces": {
|
1726
1790
|
"type": "list",
|
1727
1791
|
"member": {
|
1728
|
-
"shape": "
|
1792
|
+
"shape": "S7x"
|
1729
1793
|
}
|
1730
1794
|
},
|
1731
1795
|
"NextToken": {},
|
@@ -1910,7 +1974,7 @@
|
|
1910
1974
|
"members": {
|
1911
1975
|
"SearchedFaceId": {},
|
1912
1976
|
"FaceMatches": {
|
1913
|
-
"shape": "
|
1977
|
+
"shape": "S7v"
|
1914
1978
|
},
|
1915
1979
|
"FaceModelVersion": {}
|
1916
1980
|
}
|
@@ -1947,7 +2011,7 @@
|
|
1947
2011
|
"type": "float"
|
1948
2012
|
},
|
1949
2013
|
"FaceMatches": {
|
1950
|
-
"shape": "
|
2014
|
+
"shape": "S7v"
|
1951
2015
|
},
|
1952
2016
|
"FaceModelVersion": {}
|
1953
2017
|
}
|
@@ -1961,11 +2025,11 @@
|
|
1961
2025
|
],
|
1962
2026
|
"members": {
|
1963
2027
|
"Video": {
|
1964
|
-
"shape": "
|
2028
|
+
"shape": "S75"
|
1965
2029
|
},
|
1966
2030
|
"ClientRequestToken": {},
|
1967
2031
|
"NotificationChannel": {
|
1968
|
-
"shape": "
|
2032
|
+
"shape": "Saj"
|
1969
2033
|
},
|
1970
2034
|
"JobTag": {}
|
1971
2035
|
}
|
@@ -1986,14 +2050,14 @@
|
|
1986
2050
|
],
|
1987
2051
|
"members": {
|
1988
2052
|
"Video": {
|
1989
|
-
"shape": "
|
2053
|
+
"shape": "S75"
|
1990
2054
|
},
|
1991
2055
|
"MinConfidence": {
|
1992
2056
|
"type": "float"
|
1993
2057
|
},
|
1994
2058
|
"ClientRequestToken": {},
|
1995
2059
|
"NotificationChannel": {
|
1996
|
-
"shape": "
|
2060
|
+
"shape": "Saj"
|
1997
2061
|
},
|
1998
2062
|
"JobTag": {}
|
1999
2063
|
}
|
@@ -2014,11 +2078,11 @@
|
|
2014
2078
|
],
|
2015
2079
|
"members": {
|
2016
2080
|
"Video": {
|
2017
|
-
"shape": "
|
2081
|
+
"shape": "S75"
|
2018
2082
|
},
|
2019
2083
|
"ClientRequestToken": {},
|
2020
2084
|
"NotificationChannel": {
|
2021
|
-
"shape": "
|
2085
|
+
"shape": "Saj"
|
2022
2086
|
},
|
2023
2087
|
"FaceAttributes": {},
|
2024
2088
|
"JobTag": {}
|
@@ -2041,7 +2105,7 @@
|
|
2041
2105
|
],
|
2042
2106
|
"members": {
|
2043
2107
|
"Video": {
|
2044
|
-
"shape": "
|
2108
|
+
"shape": "S75"
|
2045
2109
|
},
|
2046
2110
|
"ClientRequestToken": {},
|
2047
2111
|
"FaceMatchThreshold": {
|
@@ -2049,7 +2113,7 @@
|
|
2049
2113
|
},
|
2050
2114
|
"CollectionId": {},
|
2051
2115
|
"NotificationChannel": {
|
2052
|
-
"shape": "
|
2116
|
+
"shape": "Saj"
|
2053
2117
|
},
|
2054
2118
|
"JobTag": {}
|
2055
2119
|
}
|
@@ -2070,14 +2134,14 @@
|
|
2070
2134
|
],
|
2071
2135
|
"members": {
|
2072
2136
|
"Video": {
|
2073
|
-
"shape": "
|
2137
|
+
"shape": "S75"
|
2074
2138
|
},
|
2075
2139
|
"ClientRequestToken": {},
|
2076
2140
|
"MinConfidence": {
|
2077
2141
|
"type": "float"
|
2078
2142
|
},
|
2079
2143
|
"NotificationChannel": {
|
2080
|
-
"shape": "
|
2144
|
+
"shape": "Saj"
|
2081
2145
|
},
|
2082
2146
|
"JobTag": {},
|
2083
2147
|
"Features": {
|
@@ -2110,11 +2174,11 @@
|
|
2110
2174
|
],
|
2111
2175
|
"members": {
|
2112
2176
|
"Video": {
|
2113
|
-
"shape": "
|
2177
|
+
"shape": "S75"
|
2114
2178
|
},
|
2115
2179
|
"ClientRequestToken": {},
|
2116
2180
|
"NotificationChannel": {
|
2117
|
-
"shape": "
|
2181
|
+
"shape": "Saj"
|
2118
2182
|
},
|
2119
2183
|
"JobTag": {}
|
2120
2184
|
}
|
@@ -2160,11 +2224,11 @@
|
|
2160
2224
|
],
|
2161
2225
|
"members": {
|
2162
2226
|
"Video": {
|
2163
|
-
"shape": "
|
2227
|
+
"shape": "S75"
|
2164
2228
|
},
|
2165
2229
|
"ClientRequestToken": {},
|
2166
2230
|
"NotificationChannel": {
|
2167
|
-
"shape": "
|
2231
|
+
"shape": "Saj"
|
2168
2232
|
},
|
2169
2233
|
"JobTag": {},
|
2170
2234
|
"Filters": {
|
@@ -2260,11 +2324,11 @@
|
|
2260
2324
|
],
|
2261
2325
|
"members": {
|
2262
2326
|
"Video": {
|
2263
|
-
"shape": "
|
2327
|
+
"shape": "S75"
|
2264
2328
|
},
|
2265
2329
|
"ClientRequestToken": {},
|
2266
2330
|
"NotificationChannel": {
|
2267
|
-
"shape": "
|
2331
|
+
"shape": "Saj"
|
2268
2332
|
},
|
2269
2333
|
"JobTag": {},
|
2270
2334
|
"Filters": {
|
@@ -3042,7 +3106,15 @@
|
|
3042
3106
|
"ColorRange": {}
|
3043
3107
|
}
|
3044
3108
|
},
|
3045
|
-
"
|
3109
|
+
"S75": {
|
3110
|
+
"type": "structure",
|
3111
|
+
"members": {
|
3112
|
+
"S3Object": {
|
3113
|
+
"shape": "S4"
|
3114
|
+
}
|
3115
|
+
}
|
3116
|
+
},
|
3117
|
+
"S7l": {
|
3046
3118
|
"type": "structure",
|
3047
3119
|
"members": {
|
3048
3120
|
"Bytes": {
|
@@ -3057,7 +3129,7 @@
|
|
3057
3129
|
}
|
3058
3130
|
}
|
3059
3131
|
},
|
3060
|
-
"
|
3132
|
+
"S7t": {
|
3061
3133
|
"type": "structure",
|
3062
3134
|
"members": {
|
3063
3135
|
"Index": {
|
@@ -3071,7 +3143,7 @@
|
|
3071
3143
|
}
|
3072
3144
|
}
|
3073
3145
|
},
|
3074
|
-
"
|
3146
|
+
"S7v": {
|
3075
3147
|
"type": "list",
|
3076
3148
|
"member": {
|
3077
3149
|
"type": "structure",
|
@@ -3080,12 +3152,12 @@
|
|
3080
3152
|
"type": "float"
|
3081
3153
|
},
|
3082
3154
|
"Face": {
|
3083
|
-
"shape": "
|
3155
|
+
"shape": "S7x"
|
3084
3156
|
}
|
3085
3157
|
}
|
3086
3158
|
}
|
3087
3159
|
},
|
3088
|
-
"
|
3160
|
+
"S7x": {
|
3089
3161
|
"type": "structure",
|
3090
3162
|
"members": {
|
3091
3163
|
"FaceId": {},
|
@@ -3100,15 +3172,7 @@
|
|
3100
3172
|
"IndexFacesModelVersion": {}
|
3101
3173
|
}
|
3102
3174
|
},
|
3103
|
-
"
|
3104
|
-
"type": "structure",
|
3105
|
-
"members": {
|
3106
|
-
"S3Object": {
|
3107
|
-
"shape": "S4"
|
3108
|
-
}
|
3109
|
-
}
|
3110
|
-
},
|
3111
|
-
"Saf": {
|
3175
|
+
"Saj": {
|
3112
3176
|
"type": "structure",
|
3113
3177
|
"required": [
|
3114
3178
|
"SNSTopicArn",
|
@@ -12,6 +12,33 @@
|
|
12
12
|
"uid": "simspaceweaver-2022-10-28"
|
13
13
|
},
|
14
14
|
"operations": {
|
15
|
+
"CreateSnapshot": {
|
16
|
+
"http": {
|
17
|
+
"requestUri": "/createsnapshot",
|
18
|
+
"responseCode": 200
|
19
|
+
},
|
20
|
+
"input": {
|
21
|
+
"type": "structure",
|
22
|
+
"required": [
|
23
|
+
"Destination",
|
24
|
+
"Simulation"
|
25
|
+
],
|
26
|
+
"members": {
|
27
|
+
"Destination": {
|
28
|
+
"type": "structure",
|
29
|
+
"members": {
|
30
|
+
"BucketName": {},
|
31
|
+
"ObjectKeyPrefix": {}
|
32
|
+
}
|
33
|
+
},
|
34
|
+
"Simulation": {}
|
35
|
+
}
|
36
|
+
},
|
37
|
+
"output": {
|
38
|
+
"type": "structure",
|
39
|
+
"members": {}
|
40
|
+
}
|
41
|
+
},
|
15
42
|
"DeleteApp": {
|
16
43
|
"http": {
|
17
44
|
"method": "DELETE",
|
@@ -124,7 +151,7 @@
|
|
124
151
|
}
|
125
152
|
},
|
126
153
|
"LaunchOverrides": {
|
127
|
-
"shape": "
|
154
|
+
"shape": "Sk"
|
128
155
|
},
|
129
156
|
"Name": {},
|
130
157
|
"Simulation": {},
|
@@ -207,10 +234,17 @@
|
|
207
234
|
"MaximumDuration": {},
|
208
235
|
"Name": {},
|
209
236
|
"RoleArn": {},
|
210
|
-
"SchemaError": {
|
237
|
+
"SchemaError": {
|
238
|
+
"deprecated": true,
|
239
|
+
"deprecatedMessage": "SchemaError is no longer used, check StartError instead."
|
240
|
+
},
|
211
241
|
"SchemaS3Location": {
|
212
|
-
"shape": "
|
242
|
+
"shape": "S19"
|
243
|
+
},
|
244
|
+
"SnapshotS3Location": {
|
245
|
+
"shape": "S19"
|
213
246
|
},
|
247
|
+
"StartError": {},
|
214
248
|
"Status": {},
|
215
249
|
"TargetStatus": {}
|
216
250
|
}
|
@@ -331,7 +365,7 @@
|
|
331
365
|
"type": "structure",
|
332
366
|
"members": {
|
333
367
|
"Tags": {
|
334
|
-
"shape": "
|
368
|
+
"shape": "S1o"
|
335
369
|
}
|
336
370
|
}
|
337
371
|
}
|
@@ -350,13 +384,13 @@
|
|
350
384
|
],
|
351
385
|
"members": {
|
352
386
|
"ClientToken": {
|
353
|
-
"shape": "
|
387
|
+
"shape": "S1s",
|
354
388
|
"idempotencyToken": true
|
355
389
|
},
|
356
390
|
"Description": {},
|
357
391
|
"Domain": {},
|
358
392
|
"LaunchOverrides": {
|
359
|
-
"shape": "
|
393
|
+
"shape": "Sk"
|
360
394
|
},
|
361
395
|
"Name": {},
|
362
396
|
"Simulation": {}
|
@@ -399,12 +433,11 @@
|
|
399
433
|
"type": "structure",
|
400
434
|
"required": [
|
401
435
|
"Name",
|
402
|
-
"RoleArn"
|
403
|
-
"SchemaS3Location"
|
436
|
+
"RoleArn"
|
404
437
|
],
|
405
438
|
"members": {
|
406
439
|
"ClientToken": {
|
407
|
-
"shape": "
|
440
|
+
"shape": "S1s",
|
408
441
|
"idempotencyToken": true
|
409
442
|
},
|
410
443
|
"Description": {},
|
@@ -412,10 +445,13 @@
|
|
412
445
|
"Name": {},
|
413
446
|
"RoleArn": {},
|
414
447
|
"SchemaS3Location": {
|
415
|
-
"shape": "
|
448
|
+
"shape": "S19"
|
449
|
+
},
|
450
|
+
"SnapshotS3Location": {
|
451
|
+
"shape": "S19"
|
416
452
|
},
|
417
453
|
"Tags": {
|
418
|
-
"shape": "
|
454
|
+
"shape": "S1o"
|
419
455
|
}
|
420
456
|
}
|
421
457
|
},
|
@@ -508,7 +544,7 @@
|
|
508
544
|
"locationName": "ResourceArn"
|
509
545
|
},
|
510
546
|
"Tags": {
|
511
|
-
"shape": "
|
547
|
+
"shape": "S1o"
|
512
548
|
}
|
513
549
|
}
|
514
550
|
},
|
@@ -549,7 +585,7 @@
|
|
549
585
|
}
|
550
586
|
},
|
551
587
|
"shapes": {
|
552
|
-
"
|
588
|
+
"Sk": {
|
553
589
|
"type": "structure",
|
554
590
|
"members": {
|
555
591
|
"LaunchCommands": {
|
@@ -558,19 +594,19 @@
|
|
558
594
|
}
|
559
595
|
}
|
560
596
|
},
|
561
|
-
"
|
597
|
+
"S19": {
|
562
598
|
"type": "structure",
|
563
599
|
"members": {
|
564
600
|
"BucketName": {},
|
565
601
|
"ObjectKey": {}
|
566
602
|
}
|
567
603
|
},
|
568
|
-
"
|
604
|
+
"S1o": {
|
569
605
|
"type": "map",
|
570
606
|
"key": {},
|
571
607
|
"value": {}
|
572
608
|
},
|
573
|
-
"
|
609
|
+
"S1s": {
|
574
610
|
"type": "string",
|
575
611
|
"sensitive": true
|
576
612
|
}
|
@@ -1878,6 +1878,7 @@ declare namespace Appflow {
|
|
1878
1878
|
}
|
1879
1879
|
export type InstanceUrl = string;
|
1880
1880
|
export type JavaBoolean = boolean;
|
1881
|
+
export type JwtToken = string;
|
1881
1882
|
export type KMSArn = string;
|
1882
1883
|
export type Key = string;
|
1883
1884
|
export type Label = string;
|
@@ -2123,7 +2124,7 @@ declare namespace Appflow {
|
|
2123
2124
|
*/
|
2124
2125
|
oauth2CustomProperties?: OAuth2CustomPropertiesList;
|
2125
2126
|
}
|
2126
|
-
export type OAuth2GrantType = "CLIENT_CREDENTIALS"|"AUTHORIZATION_CODE"|string;
|
2127
|
+
export type OAuth2GrantType = "CLIENT_CREDENTIALS"|"AUTHORIZATION_CODE"|"JWT_BEARER"|string;
|
2127
2128
|
export type OAuth2GrantTypeSupportedList = OAuth2GrantType[];
|
2128
2129
|
export interface OAuth2Properties {
|
2129
2130
|
/**
|
@@ -2515,6 +2516,14 @@ declare namespace Appflow {
|
|
2515
2516
|
* The secret manager ARN, which contains the client ID and client secret of the connected app.
|
2516
2517
|
*/
|
2517
2518
|
clientCredentialsArn?: ClientCredentialsArn;
|
2519
|
+
/**
|
2520
|
+
* Specifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an access token from Salesforce. Amazon AppFlow requires an access token each time it attempts to access your Salesforce records. You can specify one of the following values: AUTHORIZATION_CODE Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records. CLIENT_CREDENTIALS Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account. JWT_BEARER Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.
|
2521
|
+
*/
|
2522
|
+
oAuth2GrantType?: OAuth2GrantType;
|
2523
|
+
/**
|
2524
|
+
* A JSON web token (JWT) that authorizes Amazon AppFlow to access your Salesforce records.
|
2525
|
+
*/
|
2526
|
+
jwtToken?: JwtToken;
|
2518
2527
|
}
|
2519
2528
|
export interface SalesforceConnectorProfileProperties {
|
2520
2529
|
/**
|
@@ -2563,6 +2572,10 @@ declare namespace Appflow {
|
|
2563
2572
|
* The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
|
2564
2573
|
*/
|
2565
2574
|
dataTransferApis?: SalesforceDataTransferApiList;
|
2575
|
+
/**
|
2576
|
+
* The OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access token from Salesforce. Amazon AppFlow requires an access token each time it attempts to access your Salesforce records. AUTHORIZATION_CODE Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records. CLIENT_CREDENTIALS Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account. JWT_BEARER Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.
|
2577
|
+
*/
|
2578
|
+
oauth2GrantTypesSupported?: OAuth2GrantTypeSupportedList;
|
2566
2579
|
}
|
2567
2580
|
export interface SalesforceSourceProperties {
|
2568
2581
|
/**
|