@aws-sdk/client-appflow 3.1127.0 → 3.1128.0
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/dist-cjs/index.js +20 -14
- package/dist-es/schemas/schemas_0.js +19 -13
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +7 -1
- package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +7 -1
- package/dist-types/models/models_0.d.ts +12 -1
- package/dist-types/ts3.4/models/models_0.d.ts +3 -1
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1127.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -323,6 +323,7 @@ const _CRS = "ConnectorRuntimeSetting";
|
|
|
323
323
|
const _CRSL = "ConnectorRuntimeSettingList";
|
|
324
324
|
const _CS = "ClientSecret";
|
|
325
325
|
const _CSE = "ConnectorServerException";
|
|
326
|
+
const _CV = "CodeVerifier";
|
|
326
327
|
const _D = "Datadog";
|
|
327
328
|
const _DC = "DescribeConnector";
|
|
328
329
|
const _DCE = "DescribeConnectorEntity";
|
|
@@ -430,6 +431,7 @@ const _PC = "PrefixConfig";
|
|
|
430
431
|
const _PCPC = "PardotConnectorProfileCredentials";
|
|
431
432
|
const _PCPP = "PardotConnectorProfileProperties";
|
|
432
433
|
const _PCPS = "PrivateConnectionProvisioningState";
|
|
434
|
+
const _PK = "PrivateKey";
|
|
433
435
|
const _PM = "PardotMetadata";
|
|
434
436
|
const _PSP = "PardotSourceProperties";
|
|
435
437
|
const _Pa = "Pardot";
|
|
@@ -621,6 +623,7 @@ const _cTo = "connectorTypes";
|
|
|
621
623
|
const _cUAD = "canUseAsDestination";
|
|
622
624
|
const _cUAS = "canUseAsSource";
|
|
623
625
|
const _cV = "connectorVersion";
|
|
626
|
+
const _cVo = "codeVerifier";
|
|
624
627
|
const _co = "connectors";
|
|
625
628
|
const _cu = "custom";
|
|
626
629
|
const _d = "description";
|
|
@@ -757,6 +760,7 @@ const _pCag = "paginationConfig";
|
|
|
757
760
|
const _pF = "prefixFormat";
|
|
758
761
|
const _pFC = "putFailuresCount";
|
|
759
762
|
const _pI = "parentIdentifier";
|
|
763
|
+
const _pK = "privateKey";
|
|
760
764
|
const _pLSN = "privateLinkServiceName";
|
|
761
765
|
const _pN = "portNumber";
|
|
762
766
|
const _pP = "profileProperties";
|
|
@@ -908,10 +912,12 @@ var ApiKey = [0, n0, _AK, 8, 0];
|
|
|
908
912
|
var ApiSecretKey = [0, n0, _ASK, 8, 0];
|
|
909
913
|
var ClientCredentialsArn = [0, n0, _CCA, 8, 0];
|
|
910
914
|
var ClientSecret = [0, n0, _CS, 8, 0];
|
|
915
|
+
var CodeVerifier = [0, n0, _CV, 8, 0];
|
|
911
916
|
var CredentialsMapKey = [0, n0, _CMK, 8, 0];
|
|
912
917
|
var CredentialsMapValue = [0, n0, _CMV, 8, 0];
|
|
913
918
|
var JwtToken = [0, n0, _JT, 8, 0];
|
|
914
919
|
var Password = [0, n0, _P, 8, 0];
|
|
920
|
+
var PrivateKey = [0, n0, _PK, 8, 0];
|
|
915
921
|
var SecretKey = [0, n0, _SK, 8, 0];
|
|
916
922
|
var AggregationConfig$ = [3, n0, _AC,
|
|
917
923
|
0,
|
|
@@ -995,8 +1001,8 @@ var ConnectorMetadata$ = [3, n0, _CM,
|
|
|
995
1001
|
];
|
|
996
1002
|
var ConnectorOAuthRequest$ = [3, n0, _COAR,
|
|
997
1003
|
0,
|
|
998
|
-
[_aCu, _rU],
|
|
999
|
-
[0, 0]
|
|
1004
|
+
[_aCu, _rU, _cVo],
|
|
1005
|
+
[0, 0, [() => CodeVerifier, 0]]
|
|
1000
1006
|
];
|
|
1001
1007
|
var ConnectorOperator$ = [3, n0, _CO,
|
|
1002
1008
|
0,
|
|
@@ -1286,7 +1292,7 @@ var GlueDataCatalogConfig$ = [3, n0, _GDCC,
|
|
|
1286
1292
|
var GoogleAnalyticsConnectorProfileCredentials$ = [3, n0, _GACPC,
|
|
1287
1293
|
0,
|
|
1288
1294
|
[_cI, _cS, _aTc, _rT, _oAR],
|
|
1289
|
-
[0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, () => ConnectorOAuthRequest
|
|
1295
|
+
[0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, [() => ConnectorOAuthRequest$, 0]], 2
|
|
1290
1296
|
];
|
|
1291
1297
|
var GoogleAnalyticsConnectorProfileProperties$ = [3, n0, _GACPP,
|
|
1292
1298
|
0,
|
|
@@ -1306,7 +1312,7 @@ var GoogleAnalyticsSourceProperties$ = [3, n0, _GASP,
|
|
|
1306
1312
|
var HoneycodeConnectorProfileCredentials$ = [3, n0, _HCPC,
|
|
1307
1313
|
0,
|
|
1308
1314
|
[_aTc, _rT, _oAR],
|
|
1309
|
-
[[() => AccessToken, 0], 0, () => ConnectorOAuthRequest
|
|
1315
|
+
[[() => AccessToken, 0], 0, [() => ConnectorOAuthRequest$, 0]]
|
|
1310
1316
|
];
|
|
1311
1317
|
var HoneycodeConnectorProfileProperties$ = [3, n0, _HCPP,
|
|
1312
1318
|
0,
|
|
@@ -1401,7 +1407,7 @@ var LookoutMetricsDestinationProperties$ = [3, n0, _LMDP,
|
|
|
1401
1407
|
var MarketoConnectorProfileCredentials$ = [3, n0, _MCPC,
|
|
1402
1408
|
0,
|
|
1403
1409
|
[_cI, _cS, _aTc, _oAR],
|
|
1404
|
-
[0, [() => ClientSecret, 0], [() => AccessToken, 0], () => ConnectorOAuthRequest
|
|
1410
|
+
[0, [() => ClientSecret, 0], [() => AccessToken, 0], [() => ConnectorOAuthRequest$, 0]], 2
|
|
1405
1411
|
];
|
|
1406
1412
|
var MarketoConnectorProfileProperties$ = [3, n0, _MCPP,
|
|
1407
1413
|
0,
|
|
@@ -1436,7 +1442,7 @@ var MetadataCatalogDetail$ = [3, n0, _MCD,
|
|
|
1436
1442
|
var OAuth2Credentials$ = [3, n0, _OAC,
|
|
1437
1443
|
0,
|
|
1438
1444
|
[_cI, _cS, _aTc, _rT, _oAR],
|
|
1439
|
-
[0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, () => ConnectorOAuthRequest
|
|
1445
|
+
[0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, [() => ConnectorOAuthRequest$, 0]]
|
|
1440
1446
|
];
|
|
1441
1447
|
var OAuth2CustomParameter$ = [3, n0, _OACP,
|
|
1442
1448
|
0,
|
|
@@ -1456,7 +1462,7 @@ var OAuth2Properties$ = [3, n0, _OAP,
|
|
|
1456
1462
|
var OAuthCredentials$ = [3, n0, _OACu,
|
|
1457
1463
|
0,
|
|
1458
1464
|
[_cI, _cS, _aTc, _rT, _oAR],
|
|
1459
|
-
[0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, () => ConnectorOAuthRequest
|
|
1465
|
+
[0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, [() => ConnectorOAuthRequest$, 0]], 2
|
|
1460
1466
|
];
|
|
1461
1467
|
var OAuthProperties$ = [3, n0, _OAPu,
|
|
1462
1468
|
0,
|
|
@@ -1466,7 +1472,7 @@ var OAuthProperties$ = [3, n0, _OAPu,
|
|
|
1466
1472
|
var PardotConnectorProfileCredentials$ = [3, n0, _PCPC,
|
|
1467
1473
|
0,
|
|
1468
1474
|
[_aTc, _rT, _oAR, _cCA],
|
|
1469
|
-
[[() => AccessToken, 0], 0, () => ConnectorOAuthRequest$, [() => ClientCredentialsArn, 0]]
|
|
1475
|
+
[[() => AccessToken, 0], 0, [() => ConnectorOAuthRequest$, 0], [() => ClientCredentialsArn, 0]]
|
|
1470
1476
|
];
|
|
1471
1477
|
var PardotConnectorProfileProperties$ = [3, n0, _PCPP,
|
|
1472
1478
|
0,
|
|
@@ -1571,7 +1577,7 @@ var S3SourceProperties$ = [3, n0, _SSP,
|
|
|
1571
1577
|
var SalesforceConnectorProfileCredentials$ = [3, n0, _SCPC,
|
|
1572
1578
|
0,
|
|
1573
1579
|
[_aTc, _rT, _oAR, _cCA, _oAGT, _jT],
|
|
1574
|
-
[[() => AccessToken, 0], 0, () => ConnectorOAuthRequest$, [() => ClientCredentialsArn, 0], 0, [() => JwtToken, 0]]
|
|
1580
|
+
[[() => AccessToken, 0], 0, [() => ConnectorOAuthRequest$, 0], [() => ClientCredentialsArn, 0], 0, [() => JwtToken, 0]]
|
|
1575
1581
|
];
|
|
1576
1582
|
var SalesforceConnectorProfileProperties$ = [3, n0, _SCPP,
|
|
1577
1583
|
0,
|
|
@@ -1676,7 +1682,7 @@ var SingularSourceProperties$ = [3, n0, _SSPi,
|
|
|
1676
1682
|
var SlackConnectorProfileCredentials$ = [3, n0, _SCPCl,
|
|
1677
1683
|
0,
|
|
1678
1684
|
[_cI, _cS, _aTc, _oAR],
|
|
1679
|
-
[0, [() => ClientSecret, 0], [() => AccessToken, 0], () => ConnectorOAuthRequest
|
|
1685
|
+
[0, [() => ClientSecret, 0], [() => AccessToken, 0], [() => ConnectorOAuthRequest$, 0]], 2
|
|
1680
1686
|
];
|
|
1681
1687
|
var SlackConnectorProfileProperties$ = [3, n0, _SCPPl,
|
|
1682
1688
|
0,
|
|
@@ -1695,8 +1701,8 @@ var SlackSourceProperties$ = [3, n0, _SSPl,
|
|
|
1695
1701
|
];
|
|
1696
1702
|
var SnowflakeConnectorProfileCredentials$ = [3, n0, _SCPCn,
|
|
1697
1703
|
0,
|
|
1698
|
-
[_u, _p],
|
|
1699
|
-
[0, [() => Password, 0]],
|
|
1704
|
+
[_u, _p, _pK],
|
|
1705
|
+
[0, [() => Password, 0], [() => PrivateKey, 0]], 1
|
|
1700
1706
|
];
|
|
1701
1707
|
var SnowflakeConnectorProfileProperties$ = [3, n0, _SCPPn,
|
|
1702
1708
|
0,
|
|
@@ -1891,7 +1897,7 @@ var VeevaSourceProperties$ = [3, n0, _VSP,
|
|
|
1891
1897
|
var ZendeskConnectorProfileCredentials$ = [3, n0, _ZCPC,
|
|
1892
1898
|
0,
|
|
1893
1899
|
[_cI, _cS, _aTc, _oAR],
|
|
1894
|
-
[0, [() => ClientSecret, 0], [() => AccessToken, 0], () => ConnectorOAuthRequest
|
|
1900
|
+
[0, [() => ClientSecret, 0], [() => AccessToken, 0], [() => ConnectorOAuthRequest$, 0]], 2
|
|
1895
1901
|
];
|
|
1896
1902
|
var ZendeskConnectorProfileProperties$ = [3, n0, _ZCPP,
|
|
1897
1903
|
0,
|
|
@@ -62,6 +62,7 @@ const _CRS = "ConnectorRuntimeSetting";
|
|
|
62
62
|
const _CRSL = "ConnectorRuntimeSettingList";
|
|
63
63
|
const _CS = "ClientSecret";
|
|
64
64
|
const _CSE = "ConnectorServerException";
|
|
65
|
+
const _CV = "CodeVerifier";
|
|
65
66
|
const _D = "Datadog";
|
|
66
67
|
const _DC = "DescribeConnector";
|
|
67
68
|
const _DCE = "DescribeConnectorEntity";
|
|
@@ -169,6 +170,7 @@ const _PC = "PrefixConfig";
|
|
|
169
170
|
const _PCPC = "PardotConnectorProfileCredentials";
|
|
170
171
|
const _PCPP = "PardotConnectorProfileProperties";
|
|
171
172
|
const _PCPS = "PrivateConnectionProvisioningState";
|
|
173
|
+
const _PK = "PrivateKey";
|
|
172
174
|
const _PM = "PardotMetadata";
|
|
173
175
|
const _PSP = "PardotSourceProperties";
|
|
174
176
|
const _Pa = "Pardot";
|
|
@@ -360,6 +362,7 @@ const _cTo = "connectorTypes";
|
|
|
360
362
|
const _cUAD = "canUseAsDestination";
|
|
361
363
|
const _cUAS = "canUseAsSource";
|
|
362
364
|
const _cV = "connectorVersion";
|
|
365
|
+
const _cVo = "codeVerifier";
|
|
363
366
|
const _co = "connectors";
|
|
364
367
|
const _cu = "custom";
|
|
365
368
|
const _d = "description";
|
|
@@ -496,6 +499,7 @@ const _pCag = "paginationConfig";
|
|
|
496
499
|
const _pF = "prefixFormat";
|
|
497
500
|
const _pFC = "putFailuresCount";
|
|
498
501
|
const _pI = "parentIdentifier";
|
|
502
|
+
const _pK = "privateKey";
|
|
499
503
|
const _pLSN = "privateLinkServiceName";
|
|
500
504
|
const _pN = "portNumber";
|
|
501
505
|
const _pP = "profileProperties";
|
|
@@ -650,10 +654,12 @@ var ApiKey = [0, n0, _AK, 8, 0];
|
|
|
650
654
|
var ApiSecretKey = [0, n0, _ASK, 8, 0];
|
|
651
655
|
var ClientCredentialsArn = [0, n0, _CCA, 8, 0];
|
|
652
656
|
var ClientSecret = [0, n0, _CS, 8, 0];
|
|
657
|
+
var CodeVerifier = [0, n0, _CV, 8, 0];
|
|
653
658
|
var CredentialsMapKey = [0, n0, _CMK, 8, 0];
|
|
654
659
|
var CredentialsMapValue = [0, n0, _CMV, 8, 0];
|
|
655
660
|
var JwtToken = [0, n0, _JT, 8, 0];
|
|
656
661
|
var Password = [0, n0, _P, 8, 0];
|
|
662
|
+
var PrivateKey = [0, n0, _PK, 8, 0];
|
|
657
663
|
var SecretKey = [0, n0, _SK, 8, 0];
|
|
658
664
|
export var AggregationConfig$ = [3, n0, _AC,
|
|
659
665
|
0,
|
|
@@ -737,8 +743,8 @@ export var ConnectorMetadata$ = [3, n0, _CM,
|
|
|
737
743
|
];
|
|
738
744
|
export var ConnectorOAuthRequest$ = [3, n0, _COAR,
|
|
739
745
|
0,
|
|
740
|
-
[_aCu, _rU],
|
|
741
|
-
[0, 0]
|
|
746
|
+
[_aCu, _rU, _cVo],
|
|
747
|
+
[0, 0, [() => CodeVerifier, 0]]
|
|
742
748
|
];
|
|
743
749
|
export var ConnectorOperator$ = [3, n0, _CO,
|
|
744
750
|
0,
|
|
@@ -1028,7 +1034,7 @@ export var GlueDataCatalogConfig$ = [3, n0, _GDCC,
|
|
|
1028
1034
|
export var GoogleAnalyticsConnectorProfileCredentials$ = [3, n0, _GACPC,
|
|
1029
1035
|
0,
|
|
1030
1036
|
[_cI, _cS, _aTc, _rT, _oAR],
|
|
1031
|
-
[0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, () => ConnectorOAuthRequest
|
|
1037
|
+
[0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, [() => ConnectorOAuthRequest$, 0]], 2
|
|
1032
1038
|
];
|
|
1033
1039
|
export var GoogleAnalyticsConnectorProfileProperties$ = [3, n0, _GACPP,
|
|
1034
1040
|
0,
|
|
@@ -1048,7 +1054,7 @@ export var GoogleAnalyticsSourceProperties$ = [3, n0, _GASP,
|
|
|
1048
1054
|
export var HoneycodeConnectorProfileCredentials$ = [3, n0, _HCPC,
|
|
1049
1055
|
0,
|
|
1050
1056
|
[_aTc, _rT, _oAR],
|
|
1051
|
-
[[() => AccessToken, 0], 0, () => ConnectorOAuthRequest
|
|
1057
|
+
[[() => AccessToken, 0], 0, [() => ConnectorOAuthRequest$, 0]]
|
|
1052
1058
|
];
|
|
1053
1059
|
export var HoneycodeConnectorProfileProperties$ = [3, n0, _HCPP,
|
|
1054
1060
|
0,
|
|
@@ -1143,7 +1149,7 @@ export var LookoutMetricsDestinationProperties$ = [3, n0, _LMDP,
|
|
|
1143
1149
|
export var MarketoConnectorProfileCredentials$ = [3, n0, _MCPC,
|
|
1144
1150
|
0,
|
|
1145
1151
|
[_cI, _cS, _aTc, _oAR],
|
|
1146
|
-
[0, [() => ClientSecret, 0], [() => AccessToken, 0], () => ConnectorOAuthRequest
|
|
1152
|
+
[0, [() => ClientSecret, 0], [() => AccessToken, 0], [() => ConnectorOAuthRequest$, 0]], 2
|
|
1147
1153
|
];
|
|
1148
1154
|
export var MarketoConnectorProfileProperties$ = [3, n0, _MCPP,
|
|
1149
1155
|
0,
|
|
@@ -1178,7 +1184,7 @@ export var MetadataCatalogDetail$ = [3, n0, _MCD,
|
|
|
1178
1184
|
export var OAuth2Credentials$ = [3, n0, _OAC,
|
|
1179
1185
|
0,
|
|
1180
1186
|
[_cI, _cS, _aTc, _rT, _oAR],
|
|
1181
|
-
[0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, () => ConnectorOAuthRequest
|
|
1187
|
+
[0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, [() => ConnectorOAuthRequest$, 0]]
|
|
1182
1188
|
];
|
|
1183
1189
|
export var OAuth2CustomParameter$ = [3, n0, _OACP,
|
|
1184
1190
|
0,
|
|
@@ -1198,7 +1204,7 @@ export var OAuth2Properties$ = [3, n0, _OAP,
|
|
|
1198
1204
|
export var OAuthCredentials$ = [3, n0, _OACu,
|
|
1199
1205
|
0,
|
|
1200
1206
|
[_cI, _cS, _aTc, _rT, _oAR],
|
|
1201
|
-
[0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, () => ConnectorOAuthRequest
|
|
1207
|
+
[0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, [() => ConnectorOAuthRequest$, 0]], 2
|
|
1202
1208
|
];
|
|
1203
1209
|
export var OAuthProperties$ = [3, n0, _OAPu,
|
|
1204
1210
|
0,
|
|
@@ -1208,7 +1214,7 @@ export var OAuthProperties$ = [3, n0, _OAPu,
|
|
|
1208
1214
|
export var PardotConnectorProfileCredentials$ = [3, n0, _PCPC,
|
|
1209
1215
|
0,
|
|
1210
1216
|
[_aTc, _rT, _oAR, _cCA],
|
|
1211
|
-
[[() => AccessToken, 0], 0, () => ConnectorOAuthRequest$, [() => ClientCredentialsArn, 0]]
|
|
1217
|
+
[[() => AccessToken, 0], 0, [() => ConnectorOAuthRequest$, 0], [() => ClientCredentialsArn, 0]]
|
|
1212
1218
|
];
|
|
1213
1219
|
export var PardotConnectorProfileProperties$ = [3, n0, _PCPP,
|
|
1214
1220
|
0,
|
|
@@ -1313,7 +1319,7 @@ export var S3SourceProperties$ = [3, n0, _SSP,
|
|
|
1313
1319
|
export var SalesforceConnectorProfileCredentials$ = [3, n0, _SCPC,
|
|
1314
1320
|
0,
|
|
1315
1321
|
[_aTc, _rT, _oAR, _cCA, _oAGT, _jT],
|
|
1316
|
-
[[() => AccessToken, 0], 0, () => ConnectorOAuthRequest$, [() => ClientCredentialsArn, 0], 0, [() => JwtToken, 0]]
|
|
1322
|
+
[[() => AccessToken, 0], 0, [() => ConnectorOAuthRequest$, 0], [() => ClientCredentialsArn, 0], 0, [() => JwtToken, 0]]
|
|
1317
1323
|
];
|
|
1318
1324
|
export var SalesforceConnectorProfileProperties$ = [3, n0, _SCPP,
|
|
1319
1325
|
0,
|
|
@@ -1418,7 +1424,7 @@ export var SingularSourceProperties$ = [3, n0, _SSPi,
|
|
|
1418
1424
|
export var SlackConnectorProfileCredentials$ = [3, n0, _SCPCl,
|
|
1419
1425
|
0,
|
|
1420
1426
|
[_cI, _cS, _aTc, _oAR],
|
|
1421
|
-
[0, [() => ClientSecret, 0], [() => AccessToken, 0], () => ConnectorOAuthRequest
|
|
1427
|
+
[0, [() => ClientSecret, 0], [() => AccessToken, 0], [() => ConnectorOAuthRequest$, 0]], 2
|
|
1422
1428
|
];
|
|
1423
1429
|
export var SlackConnectorProfileProperties$ = [3, n0, _SCPPl,
|
|
1424
1430
|
0,
|
|
@@ -1437,8 +1443,8 @@ export var SlackSourceProperties$ = [3, n0, _SSPl,
|
|
|
1437
1443
|
];
|
|
1438
1444
|
export var SnowflakeConnectorProfileCredentials$ = [3, n0, _SCPCn,
|
|
1439
1445
|
0,
|
|
1440
|
-
[_u, _p],
|
|
1441
|
-
[0, [() => Password, 0]],
|
|
1446
|
+
[_u, _p, _pK],
|
|
1447
|
+
[0, [() => Password, 0], [() => PrivateKey, 0]], 1
|
|
1442
1448
|
];
|
|
1443
1449
|
export var SnowflakeConnectorProfileProperties$ = [3, n0, _SCPPn,
|
|
1444
1450
|
0,
|
|
@@ -1633,7 +1639,7 @@ export var VeevaSourceProperties$ = [3, n0, _VSP,
|
|
|
1633
1639
|
export var ZendeskConnectorProfileCredentials$ = [3, n0, _ZCPC,
|
|
1634
1640
|
0,
|
|
1635
1641
|
[_cI, _cS, _aTc, _oAR],
|
|
1636
|
-
[0, [() => ClientSecret, 0], [() => AccessToken, 0], () => ConnectorOAuthRequest
|
|
1642
|
+
[0, [() => ClientSecret, 0], [() => AccessToken, 0], [() => ConnectorOAuthRequest$, 0]], 2
|
|
1637
1643
|
];
|
|
1638
1644
|
export var ZendeskConnectorProfileProperties$ = [3, n0, _ZCPP,
|
|
1639
1645
|
0,
|
|
@@ -153,6 +153,7 @@ declare const CreateConnectorProfileCommand_base: {
|
|
|
153
153
|
* oAuthRequest: { // ConnectorOAuthRequest
|
|
154
154
|
* authCode: "STRING_VALUE",
|
|
155
155
|
* redirectUri: "STRING_VALUE",
|
|
156
|
+
* codeVerifier: "STRING_VALUE",
|
|
156
157
|
* },
|
|
157
158
|
* },
|
|
158
159
|
* Honeycode: { // HoneycodeConnectorProfileCredentials
|
|
@@ -161,6 +162,7 @@ declare const CreateConnectorProfileCommand_base: {
|
|
|
161
162
|
* oAuthRequest: {
|
|
162
163
|
* authCode: "STRING_VALUE",
|
|
163
164
|
* redirectUri: "STRING_VALUE",
|
|
165
|
+
* codeVerifier: "STRING_VALUE",
|
|
164
166
|
* },
|
|
165
167
|
* },
|
|
166
168
|
* InforNexus: { // InforNexusConnectorProfileCredentials
|
|
@@ -176,6 +178,7 @@ declare const CreateConnectorProfileCommand_base: {
|
|
|
176
178
|
* oAuthRequest: {
|
|
177
179
|
* authCode: "STRING_VALUE",
|
|
178
180
|
* redirectUri: "STRING_VALUE",
|
|
181
|
+
* codeVerifier: "STRING_VALUE",
|
|
179
182
|
* },
|
|
180
183
|
* },
|
|
181
184
|
* Redshift: { // RedshiftConnectorProfileCredentials
|
|
@@ -188,6 +191,7 @@ declare const CreateConnectorProfileCommand_base: {
|
|
|
188
191
|
* oAuthRequest: {
|
|
189
192
|
* authCode: "STRING_VALUE",
|
|
190
193
|
* redirectUri: "STRING_VALUE",
|
|
194
|
+
* codeVerifier: "STRING_VALUE",
|
|
191
195
|
* },
|
|
192
196
|
* clientCredentialsArn: "STRING_VALUE",
|
|
193
197
|
* oAuth2GrantType: "CLIENT_CREDENTIALS" || "AUTHORIZATION_CODE" || "JWT_BEARER",
|
|
@@ -204,6 +208,7 @@ declare const CreateConnectorProfileCommand_base: {
|
|
|
204
208
|
* oAuthRequest: {
|
|
205
209
|
* authCode: "STRING_VALUE",
|
|
206
210
|
* redirectUri: "STRING_VALUE",
|
|
211
|
+
* codeVerifier: "STRING_VALUE",
|
|
207
212
|
* },
|
|
208
213
|
* },
|
|
209
214
|
* },
|
|
@@ -218,7 +223,8 @@ declare const CreateConnectorProfileCommand_base: {
|
|
|
218
223
|
* },
|
|
219
224
|
* Snowflake: { // SnowflakeConnectorProfileCredentials
|
|
220
225
|
* username: "STRING_VALUE", // required
|
|
221
|
-
* password: "STRING_VALUE",
|
|
226
|
+
* password: "STRING_VALUE",
|
|
227
|
+
* privateKey: "STRING_VALUE",
|
|
222
228
|
* },
|
|
223
229
|
* Trendmicro: { // TrendmicroConnectorProfileCredentials
|
|
224
230
|
* apiSecretKey: "STRING_VALUE", // required
|
|
@@ -146,6 +146,7 @@ declare const UpdateConnectorProfileCommand_base: {
|
|
|
146
146
|
* oAuthRequest: { // ConnectorOAuthRequest
|
|
147
147
|
* authCode: "STRING_VALUE",
|
|
148
148
|
* redirectUri: "STRING_VALUE",
|
|
149
|
+
* codeVerifier: "STRING_VALUE",
|
|
149
150
|
* },
|
|
150
151
|
* },
|
|
151
152
|
* Honeycode: { // HoneycodeConnectorProfileCredentials
|
|
@@ -154,6 +155,7 @@ declare const UpdateConnectorProfileCommand_base: {
|
|
|
154
155
|
* oAuthRequest: {
|
|
155
156
|
* authCode: "STRING_VALUE",
|
|
156
157
|
* redirectUri: "STRING_VALUE",
|
|
158
|
+
* codeVerifier: "STRING_VALUE",
|
|
157
159
|
* },
|
|
158
160
|
* },
|
|
159
161
|
* InforNexus: { // InforNexusConnectorProfileCredentials
|
|
@@ -169,6 +171,7 @@ declare const UpdateConnectorProfileCommand_base: {
|
|
|
169
171
|
* oAuthRequest: {
|
|
170
172
|
* authCode: "STRING_VALUE",
|
|
171
173
|
* redirectUri: "STRING_VALUE",
|
|
174
|
+
* codeVerifier: "STRING_VALUE",
|
|
172
175
|
* },
|
|
173
176
|
* },
|
|
174
177
|
* Redshift: { // RedshiftConnectorProfileCredentials
|
|
@@ -181,6 +184,7 @@ declare const UpdateConnectorProfileCommand_base: {
|
|
|
181
184
|
* oAuthRequest: {
|
|
182
185
|
* authCode: "STRING_VALUE",
|
|
183
186
|
* redirectUri: "STRING_VALUE",
|
|
187
|
+
* codeVerifier: "STRING_VALUE",
|
|
184
188
|
* },
|
|
185
189
|
* clientCredentialsArn: "STRING_VALUE",
|
|
186
190
|
* oAuth2GrantType: "CLIENT_CREDENTIALS" || "AUTHORIZATION_CODE" || "JWT_BEARER",
|
|
@@ -197,6 +201,7 @@ declare const UpdateConnectorProfileCommand_base: {
|
|
|
197
201
|
* oAuthRequest: {
|
|
198
202
|
* authCode: "STRING_VALUE",
|
|
199
203
|
* redirectUri: "STRING_VALUE",
|
|
204
|
+
* codeVerifier: "STRING_VALUE",
|
|
200
205
|
* },
|
|
201
206
|
* },
|
|
202
207
|
* },
|
|
@@ -211,7 +216,8 @@ declare const UpdateConnectorProfileCommand_base: {
|
|
|
211
216
|
* },
|
|
212
217
|
* Snowflake: { // SnowflakeConnectorProfileCredentials
|
|
213
218
|
* username: "STRING_VALUE", // required
|
|
214
|
-
* password: "STRING_VALUE",
|
|
219
|
+
* password: "STRING_VALUE",
|
|
220
|
+
* privateKey: "STRING_VALUE",
|
|
215
221
|
* },
|
|
216
222
|
* Trendmicro: { // TrendmicroConnectorProfileCredentials
|
|
217
223
|
* apiSecretKey: "STRING_VALUE", // required
|
|
@@ -1171,6 +1171,11 @@ export interface ConnectorOAuthRequest {
|
|
|
1171
1171
|
* @public
|
|
1172
1172
|
*/
|
|
1173
1173
|
redirectUri?: string | undefined;
|
|
1174
|
+
/**
|
|
1175
|
+
* <p> The code verifier used in the PKCE (Proof Key for Code Exchange) OAuth flow. </p>
|
|
1176
|
+
* @public
|
|
1177
|
+
*/
|
|
1178
|
+
codeVerifier?: string | undefined;
|
|
1174
1179
|
}
|
|
1175
1180
|
/**
|
|
1176
1181
|
* <p> The operation to be performed on the provided source fields. </p>
|
|
@@ -2315,7 +2320,13 @@ export interface SnowflakeConnectorProfileCredentials {
|
|
|
2315
2320
|
* <p> The password that corresponds to the user name. </p>
|
|
2316
2321
|
* @public
|
|
2317
2322
|
*/
|
|
2318
|
-
password
|
|
2323
|
+
password?: string | undefined;
|
|
2324
|
+
/**
|
|
2325
|
+
* <p> The RSA private key used for key pair authentication with Snowflake. Provide this
|
|
2326
|
+
* instead of a password when your Snowflake account uses key pair authentication. </p>
|
|
2327
|
+
* @public
|
|
2328
|
+
*/
|
|
2329
|
+
privateKey?: string | undefined;
|
|
2319
2330
|
}
|
|
2320
2331
|
/**
|
|
2321
2332
|
* <p> The connector-specific profile credentials required when using Trend Micro. </p>
|
|
@@ -280,6 +280,7 @@ export interface ConnectorEntityField {
|
|
|
280
280
|
export interface ConnectorOAuthRequest {
|
|
281
281
|
authCode?: string | undefined;
|
|
282
282
|
redirectUri?: string | undefined;
|
|
283
|
+
codeVerifier?: string | undefined;
|
|
283
284
|
}
|
|
284
285
|
export interface ConnectorOperator {
|
|
285
286
|
Amplitude?: AmplitudeConnectorOperator | undefined;
|
|
@@ -514,7 +515,8 @@ export interface SlackConnectorProfileCredentials {
|
|
|
514
515
|
}
|
|
515
516
|
export interface SnowflakeConnectorProfileCredentials {
|
|
516
517
|
username: string | undefined;
|
|
517
|
-
password
|
|
518
|
+
password?: string | undefined;
|
|
519
|
+
privateKey?: string | undefined;
|
|
518
520
|
}
|
|
519
521
|
export interface TrendmicroConnectorProfileCredentials {
|
|
520
522
|
apiSecretKey: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appflow",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1128.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-appflow",
|
|
6
6
|
"license": "Apache-2.0",
|