@aws-sdk/client-transfer 3.987.0 → 3.989.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 +90 -2399
- package/dist-cjs/models/TransferServiceException.js +12 -0
- package/dist-cjs/models/errors.js +147 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1923 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +79 -73
- package/dist-types/schemas/schemas_0.d.ts +16 -9
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -9
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultTransferHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2018-11-05",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.transfer",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2018-11-05",
|
|
30
32
|
serviceTarget: "TransferService",
|
|
31
33
|
},
|
|
@@ -338,7 +338,7 @@ const _Pr = "Protocols";
|
|
|
338
338
|
const _Pro = "Profile";
|
|
339
339
|
const _Prof = "Profiles";
|
|
340
340
|
const _Prov = "Provisioned";
|
|
341
|
-
const _R = "
|
|
341
|
+
const _R = "Resource";
|
|
342
342
|
const _RA = "Retry-After";
|
|
343
343
|
const _RAS = "RetryAfterSeconds";
|
|
344
344
|
const _RCA = "ResourceConfigurationArn";
|
|
@@ -348,8 +348,8 @@ const _RFP = "RetrieveFilePaths";
|
|
|
348
348
|
const _RNFE = "ResourceNotFoundException";
|
|
349
349
|
const _RT = "ResourceType";
|
|
350
350
|
const _Re = "Results";
|
|
351
|
-
const _Res = "
|
|
352
|
-
const
|
|
351
|
+
const _Res = "Response";
|
|
352
|
+
const _Ro = "Role";
|
|
353
353
|
const _S = "Status";
|
|
354
354
|
const _SA = "SigningAlgorithm";
|
|
355
355
|
const _SAM = "SftpAuthenticationMethods";
|
|
@@ -521,12 +521,74 @@ const _e = "error";
|
|
|
521
521
|
const _h = "http";
|
|
522
522
|
const _hE = "httpError";
|
|
523
523
|
const _hH = "httpHeader";
|
|
524
|
-
const _s = "
|
|
525
|
-
const
|
|
524
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.transfer";
|
|
525
|
+
const _se = "server";
|
|
526
526
|
const n0 = "com.amazonaws.transfer";
|
|
527
527
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
528
528
|
import { AccessDeniedException, ConflictException, InternalServiceError, InvalidNextTokenException, InvalidRequestException, ResourceExistsException, ResourceNotFoundException, ServiceUnavailableException, ThrottlingException, } from "../models/errors";
|
|
529
529
|
import { TransferServiceException } from "../models/TransferServiceException";
|
|
530
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
531
|
+
export var TransferServiceException$ = [-3, _s, "TransferServiceException", 0, [], []];
|
|
532
|
+
_s_registry.registerError(TransferServiceException$, TransferServiceException);
|
|
533
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
534
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
535
|
+
{ [_aQE]: [`AccessDenied`, 403], [_e]: _c, [_hE]: 403 },
|
|
536
|
+
[_M],
|
|
537
|
+
[0]
|
|
538
|
+
];
|
|
539
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
540
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
541
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
542
|
+
[_M],
|
|
543
|
+
[0], 1
|
|
544
|
+
];
|
|
545
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
546
|
+
export var InternalServiceError$ = [-3, n0, _ISE,
|
|
547
|
+
{ [_e]: _se, [_hE]: 503 },
|
|
548
|
+
[_M],
|
|
549
|
+
[0], 1
|
|
550
|
+
];
|
|
551
|
+
n0_registry.registerError(InternalServiceError$, InternalServiceError);
|
|
552
|
+
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
553
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
554
|
+
[_M],
|
|
555
|
+
[0], 1
|
|
556
|
+
];
|
|
557
|
+
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
558
|
+
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
559
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
560
|
+
[_M],
|
|
561
|
+
[0], 1
|
|
562
|
+
];
|
|
563
|
+
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
564
|
+
export var ResourceExistsException$ = [-3, n0, _REE,
|
|
565
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
566
|
+
[_M, _R, _RT],
|
|
567
|
+
[0, 0, 0], 3
|
|
568
|
+
];
|
|
569
|
+
n0_registry.registerError(ResourceExistsException$, ResourceExistsException);
|
|
570
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
571
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
572
|
+
[_M, _R, _RT],
|
|
573
|
+
[0, 0, 0], 3
|
|
574
|
+
];
|
|
575
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
576
|
+
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
577
|
+
{ [_aQE]: [`ServiceUnavailable`, 503], [_e]: _se, [_hE]: 503 },
|
|
578
|
+
[_M],
|
|
579
|
+
[0]
|
|
580
|
+
];
|
|
581
|
+
n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
582
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
583
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
584
|
+
[_RAS],
|
|
585
|
+
[[0, { [_hH]: _RA }]]
|
|
586
|
+
];
|
|
587
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
588
|
+
export const errorTypeRegistries = [
|
|
589
|
+
_s_registry,
|
|
590
|
+
n0_registry,
|
|
591
|
+
];
|
|
530
592
|
var CertificateBodyType = [0, n0, _CBT, 8, 0];
|
|
531
593
|
var CertificateChainType = [0, n0, _CCT, 8, 0];
|
|
532
594
|
var CustomHttpHeaderKeyType = [0, n0, _CHHKT, 8, 0];
|
|
@@ -537,12 +599,6 @@ var PrivateKeyType = [0, n0, _PKT, 8, 0];
|
|
|
537
599
|
var UserPassword = [0, n0, _UP, 8, 0];
|
|
538
600
|
var WebAppFaviconFile = [0, n0, _WAFF, 8, 21];
|
|
539
601
|
var WebAppLogoFile = [0, n0, _WALF, 8, 21];
|
|
540
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
541
|
-
{ [_aQE]: [`AccessDenied`, 403], [_e]: _c, [_hE]: 403 },
|
|
542
|
-
[_M],
|
|
543
|
-
[0]
|
|
544
|
-
];
|
|
545
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
546
602
|
export var As2AsyncMdnConnectorConfig$ = [3, n0, _AAMCC,
|
|
547
603
|
0,
|
|
548
604
|
[_U, _SI],
|
|
@@ -553,12 +609,6 @@ export var As2ConnectorConfig$ = [3, n0, _ACC,
|
|
|
553
609
|
[_LPI, _PPI, _MS, _C, _EA, _SA, _MSA, _MR, _BASI, _PCT, _AMC],
|
|
554
610
|
[0, 0, [() => MessageSubject, 0], 0, 0, 0, 0, 0, 0, 0, () => As2AsyncMdnConnectorConfig$]
|
|
555
611
|
];
|
|
556
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
557
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
558
|
-
[_M],
|
|
559
|
-
[0], 1
|
|
560
|
-
];
|
|
561
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
562
612
|
export var ConnectorFileTransferResult$ = [3, n0, _CFTR,
|
|
563
613
|
0,
|
|
564
614
|
[_FP, _SC, _FC, _FM],
|
|
@@ -576,7 +626,7 @@ export var CopyStepDetails$ = [3, n0, _CSD,
|
|
|
576
626
|
];
|
|
577
627
|
export var CreateAccessRequest$ = [3, n0, _CAR,
|
|
578
628
|
0,
|
|
579
|
-
[
|
|
629
|
+
[_Ro, _SIe, _EI, _HD, _HDT, _HDM, _P, _PP],
|
|
580
630
|
[0, 0, 0, 0, 0, () => HomeDirectoryMappings, 0, () => PosixProfile$], 3
|
|
581
631
|
];
|
|
582
632
|
export var CreateAccessResponse$ = [3, n0, _CARr,
|
|
@@ -626,7 +676,7 @@ export var CreateServerResponse$ = [3, n0, _CSRr,
|
|
|
626
676
|
];
|
|
627
677
|
export var CreateUserRequest$ = [3, n0, _CUR,
|
|
628
678
|
0,
|
|
629
|
-
[
|
|
679
|
+
[_Ro, _SIe, _UN, _HD, _HDT, _HDM, _P, _PP, _SPKB, _T],
|
|
630
680
|
[0, 0, 0, 0, 0, () => HomeDirectoryMappings, 0, () => PosixProfile$, 0, () => Tags], 3
|
|
631
681
|
];
|
|
632
682
|
export var CreateUserResponse$ = [3, n0, _CURr,
|
|
@@ -781,7 +831,7 @@ export var DescribeConnectorResponse$ = [3, n0, _DCRescri,
|
|
|
781
831
|
];
|
|
782
832
|
export var DescribedAccess$ = [3, n0, _DA,
|
|
783
833
|
0,
|
|
784
|
-
[_HD, _HDM, _HDT, _P, _PP,
|
|
834
|
+
[_HD, _HDM, _HDT, _P, _PP, _Ro, _EI],
|
|
785
835
|
[0, () => HomeDirectoryMappings, 0, 0, () => PosixProfile$, 0, 0]
|
|
786
836
|
];
|
|
787
837
|
export var DescribedAgreement$ = [3, n0, _DAe,
|
|
@@ -816,7 +866,7 @@ export var DescribedHostKey$ = [3, n0, _DHK,
|
|
|
816
866
|
];
|
|
817
867
|
export var DescribedIdentityCenterConfig$ = [3, n0, _DICC,
|
|
818
868
|
0,
|
|
819
|
-
[_AA, _IA,
|
|
869
|
+
[_AA, _IA, _Ro],
|
|
820
870
|
[0, 0, 0]
|
|
821
871
|
];
|
|
822
872
|
export var DescribedProfile$ = [3, n0, _DP,
|
|
@@ -836,7 +886,7 @@ export var DescribedServer$ = [3, n0, _DS,
|
|
|
836
886
|
];
|
|
837
887
|
export var DescribedUser$ = [3, n0, _DU,
|
|
838
888
|
0,
|
|
839
|
-
[_Ar, _HD, _HDM, _HDT, _P, _PP,
|
|
889
|
+
[_Ar, _HD, _HDM, _HDT, _P, _PP, _Ro, _SPK, _T, _UN],
|
|
840
890
|
[0, 0, () => HomeDirectoryMappings, 0, 0, () => PosixProfile$, 0, () => SshPublicKeys, () => Tags, 0], 1
|
|
841
891
|
];
|
|
842
892
|
export var DescribedWebApp$ = [3, n0, _DWA,
|
|
@@ -986,7 +1036,7 @@ export var HomeDirectoryMapEntry$ = [3, n0, _HDME,
|
|
|
986
1036
|
];
|
|
987
1037
|
export var IdentityCenterConfig$ = [3, n0, _ICC,
|
|
988
1038
|
0,
|
|
989
|
-
[_IA,
|
|
1039
|
+
[_IA, _Ro],
|
|
990
1040
|
[0, 0]
|
|
991
1041
|
];
|
|
992
1042
|
export var IdentityProviderDetails$ = [3, n0, _IPD,
|
|
@@ -1029,24 +1079,6 @@ export var InputFileLocation$ = [3, n0, _IFLn,
|
|
|
1029
1079
|
[_SFLi, _EFL],
|
|
1030
1080
|
[() => S3InputFileLocation$, () => EfsFileLocation$]
|
|
1031
1081
|
];
|
|
1032
|
-
export var InternalServiceError$ = [-3, n0, _ISE,
|
|
1033
|
-
{ [_e]: _s, [_hE]: 503 },
|
|
1034
|
-
[_M],
|
|
1035
|
-
[0], 1
|
|
1036
|
-
];
|
|
1037
|
-
TypeRegistry.for(n0).registerError(InternalServiceError$, InternalServiceError);
|
|
1038
|
-
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
1039
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1040
|
-
[_M],
|
|
1041
|
-
[0], 1
|
|
1042
|
-
];
|
|
1043
|
-
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1044
|
-
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
1045
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1046
|
-
[_M],
|
|
1047
|
-
[0], 1
|
|
1048
|
-
];
|
|
1049
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
1050
1082
|
export var ListAccessesRequest$ = [3, n0, _LAR,
|
|
1051
1083
|
0,
|
|
1052
1084
|
[_SIe, _MRa, _NT],
|
|
@@ -1089,7 +1121,7 @@ export var ListConnectorsResponse$ = [3, n0, _LCRist,
|
|
|
1089
1121
|
];
|
|
1090
1122
|
export var ListedAccess$ = [3, n0, _LA,
|
|
1091
1123
|
0,
|
|
1092
|
-
[_HD, _HDT,
|
|
1124
|
+
[_HD, _HDT, _Ro, _EI],
|
|
1093
1125
|
[0, 0, 0, 0]
|
|
1094
1126
|
];
|
|
1095
1127
|
export var ListedAgreement$ = [3, n0, _LAi,
|
|
@@ -1129,7 +1161,7 @@ export var ListedServer$ = [3, n0, _LS,
|
|
|
1129
1161
|
];
|
|
1130
1162
|
export var ListedUser$ = [3, n0, _LU,
|
|
1131
1163
|
0,
|
|
1132
|
-
[_Ar, _HD, _HDT,
|
|
1164
|
+
[_Ar, _HD, _HDT, _Ro, _SPKC, _UN],
|
|
1133
1165
|
[0, 0, 0, 0, 1, 0], 1
|
|
1134
1166
|
];
|
|
1135
1167
|
export var ListedWebApp$ = [3, n0, _LWA,
|
|
@@ -1257,18 +1289,6 @@ export var ProtocolDetails$ = [3, n0, _PD,
|
|
|
1257
1289
|
[_PIa, _TSRM, _SSOe, _AT],
|
|
1258
1290
|
[0, 0, 0, 64 | 0]
|
|
1259
1291
|
];
|
|
1260
|
-
export var ResourceExistsException$ = [-3, n0, _REE,
|
|
1261
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1262
|
-
[_M, _Res, _RT],
|
|
1263
|
-
[0, 0, 0], 3
|
|
1264
|
-
];
|
|
1265
|
-
TypeRegistry.for(n0).registerError(ResourceExistsException$, ResourceExistsException);
|
|
1266
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1267
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1268
|
-
[_M, _Res, _RT],
|
|
1269
|
-
[0, 0, 0], 3
|
|
1270
|
-
];
|
|
1271
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1272
1292
|
export var S3FileLocation$ = [3, n0, _SFLi,
|
|
1273
1293
|
0,
|
|
1274
1294
|
[_B, _K, _VIe, _Et],
|
|
@@ -1304,12 +1324,6 @@ export var ServiceMetadata$ = [3, n0, _SM,
|
|
|
1304
1324
|
[_UD],
|
|
1305
1325
|
[() => UserDetails$], 1
|
|
1306
1326
|
];
|
|
1307
|
-
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
1308
|
-
{ [_aQE]: [`ServiceUnavailable`, 503], [_e]: _s, [_hE]: 503 },
|
|
1309
|
-
[_M],
|
|
1310
|
-
[0]
|
|
1311
|
-
];
|
|
1312
|
-
TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
1313
1327
|
export var SftpConnectorConfig$ = [3, n0, _SCC,
|
|
1314
1328
|
0,
|
|
1315
1329
|
[_USI, _THK, _MCC],
|
|
@@ -1407,15 +1421,9 @@ export var TestIdentityProviderRequest$ = [3, n0, _TIPR,
|
|
|
1407
1421
|
];
|
|
1408
1422
|
export var TestIdentityProviderResponse$ = [3, n0, _TIPRe,
|
|
1409
1423
|
0,
|
|
1410
|
-
[_SC, _U,
|
|
1424
|
+
[_SC, _U, _Res, _M],
|
|
1411
1425
|
[1, 0, 0, 0], 2
|
|
1412
1426
|
];
|
|
1413
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1414
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1415
|
-
[_RAS],
|
|
1416
|
-
[[0, { [_hH]: _RA }]]
|
|
1417
|
-
];
|
|
1418
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1419
1427
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
1420
1428
|
0,
|
|
1421
1429
|
[_Ar, _TK],
|
|
@@ -1423,7 +1431,7 @@ export var UntagResourceRequest$ = [3, n0, _URR,
|
|
|
1423
1431
|
];
|
|
1424
1432
|
export var UpdateAccessRequest$ = [3, n0, _UAR,
|
|
1425
1433
|
0,
|
|
1426
|
-
[_SIe, _EI, _HD, _HDT, _HDM, _P, _PP,
|
|
1434
|
+
[_SIe, _EI, _HD, _HDT, _HDM, _P, _PP, _Ro],
|
|
1427
1435
|
[0, 0, 0, 0, () => HomeDirectoryMappings, 0, () => PosixProfile$, 0], 2
|
|
1428
1436
|
];
|
|
1429
1437
|
export var UpdateAccessResponse$ = [3, n0, _UARp,
|
|
@@ -1498,7 +1506,7 @@ export var UpdateServerResponse$ = [3, n0, _USRp,
|
|
|
1498
1506
|
];
|
|
1499
1507
|
export var UpdateUserRequest$ = [3, n0, _UUR,
|
|
1500
1508
|
0,
|
|
1501
|
-
[_SIe, _UN, _HD, _HDT, _HDM, _P, _PP,
|
|
1509
|
+
[_SIe, _UN, _HD, _HDT, _HDM, _P, _PP, _Ro],
|
|
1502
1510
|
[0, 0, 0, 0, () => HomeDirectoryMappings, 0, () => PosixProfile$, 0], 2
|
|
1503
1511
|
];
|
|
1504
1512
|
export var UpdateUserResponse$ = [3, n0, _UURp,
|
|
@@ -1518,7 +1526,7 @@ export var UpdateWebAppCustomizationResponse$ = [3, n0, _UWACRp,
|
|
|
1518
1526
|
];
|
|
1519
1527
|
export var UpdateWebAppIdentityCenterConfig$ = [3, n0, _UWAICC,
|
|
1520
1528
|
0,
|
|
1521
|
-
[
|
|
1529
|
+
[_Ro],
|
|
1522
1530
|
[0]
|
|
1523
1531
|
];
|
|
1524
1532
|
export var UpdateWebAppRequest$ = [3, n0, _UWAR,
|
|
@@ -1562,8 +1570,6 @@ export var WorkflowStep$ = [3, n0, _WS,
|
|
|
1562
1570
|
[0, () => CopyStepDetails$, () => CustomStepDetails$, () => DeleteStepDetails$, () => TagStepDetails$, () => DecryptStepDetails$]
|
|
1563
1571
|
];
|
|
1564
1572
|
var __Unit = "unit";
|
|
1565
|
-
export var TransferServiceException$ = [-3, _sm, "TransferServiceException", 0, [], []];
|
|
1566
|
-
TypeRegistry.for(_sm).registerError(TransferServiceException$, TransferServiceException);
|
|
1567
1573
|
var AddressAllocationIds = 64 | 0;
|
|
1568
1574
|
var As2AsyncMdnServerIds = 64 | 0;
|
|
1569
1575
|
var As2Transports = 64 | 0;
|
|
@@ -1,8 +1,23 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var TransferServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServiceError$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
8
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
9
|
+
export declare var ResourceExistsException$: StaticErrorSchema;
|
|
10
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
12
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
13
|
+
/**
|
|
14
|
+
* TypeRegistry instances containing modeled errors.
|
|
15
|
+
* @internal
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
19
|
export declare var As2AsyncMdnConnectorConfig$: StaticStructureSchema;
|
|
4
20
|
export declare var As2ConnectorConfig$: StaticStructureSchema;
|
|
5
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
6
21
|
export declare var ConnectorFileTransferResult$: StaticStructureSchema;
|
|
7
22
|
export declare var ConnectorVpcLatticeEgressConfig$: StaticStructureSchema;
|
|
8
23
|
export declare var CopyStepDetails$: StaticStructureSchema;
|
|
@@ -97,9 +112,6 @@ export declare var ImportHostKeyResponse$: StaticStructureSchema;
|
|
|
97
112
|
export declare var ImportSshPublicKeyRequest$: StaticStructureSchema;
|
|
98
113
|
export declare var ImportSshPublicKeyResponse$: StaticStructureSchema;
|
|
99
114
|
export declare var InputFileLocation$: StaticStructureSchema;
|
|
100
|
-
export declare var InternalServiceError$: StaticErrorSchema;
|
|
101
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
102
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
103
115
|
export declare var ListAccessesRequest$: StaticStructureSchema;
|
|
104
116
|
export declare var ListAccessesResponse$: StaticStructureSchema;
|
|
105
117
|
export declare var ListAgreementsRequest$: StaticStructureSchema;
|
|
@@ -142,8 +154,6 @@ export declare var ListWorkflowsResponse$: StaticStructureSchema;
|
|
|
142
154
|
export declare var LoggingConfiguration$: StaticStructureSchema;
|
|
143
155
|
export declare var PosixProfile$: StaticStructureSchema;
|
|
144
156
|
export declare var ProtocolDetails$: StaticStructureSchema;
|
|
145
|
-
export declare var ResourceExistsException$: StaticErrorSchema;
|
|
146
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
147
157
|
export declare var S3FileLocation$: StaticStructureSchema;
|
|
148
158
|
export declare var S3InputFileLocation$: StaticStructureSchema;
|
|
149
159
|
export declare var S3StorageOptions$: StaticStructureSchema;
|
|
@@ -151,7 +161,6 @@ export declare var S3Tag$: StaticStructureSchema;
|
|
|
151
161
|
export declare var SendWorkflowStepStateRequest$: StaticStructureSchema;
|
|
152
162
|
export declare var SendWorkflowStepStateResponse$: StaticStructureSchema;
|
|
153
163
|
export declare var ServiceMetadata$: StaticStructureSchema;
|
|
154
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
155
164
|
export declare var SftpConnectorConfig$: StaticStructureSchema;
|
|
156
165
|
export declare var SftpConnectorConnectionDetails$: StaticStructureSchema;
|
|
157
166
|
export declare var SshPublicKey$: StaticStructureSchema;
|
|
@@ -172,7 +181,6 @@ export declare var TestConnectionRequest$: StaticStructureSchema;
|
|
|
172
181
|
export declare var TestConnectionResponse$: StaticStructureSchema;
|
|
173
182
|
export declare var TestIdentityProviderRequest$: StaticStructureSchema;
|
|
174
183
|
export declare var TestIdentityProviderResponse$: StaticStructureSchema;
|
|
175
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
176
184
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
177
185
|
export declare var UpdateAccessRequest$: StaticStructureSchema;
|
|
178
186
|
export declare var UpdateAccessResponse$: StaticStructureSchema;
|
|
@@ -202,7 +210,6 @@ export declare var WebAppVpcConfig$: StaticStructureSchema;
|
|
|
202
210
|
export declare var WorkflowDetail$: StaticStructureSchema;
|
|
203
211
|
export declare var WorkflowDetails$: StaticStructureSchema;
|
|
204
212
|
export declare var WorkflowStep$: StaticStructureSchema;
|
|
205
|
-
export declare var TransferServiceException$: StaticErrorSchema;
|
|
206
213
|
export declare var ConnectorEgressConfig$: StaticUnionSchema;
|
|
207
214
|
export declare var DescribedConnectorEgressConfig$: StaticUnionSchema;
|
|
208
215
|
export declare var DescribedWebAppEndpointDetails$: StaticUnionSchema;
|
|
@@ -1,13 +1,23 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var TransferServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServiceError$: StaticErrorSchema;
|
|
12
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
14
|
+
export declare var ResourceExistsException$: StaticErrorSchema;
|
|
15
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
16
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
17
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
19
|
export declare var As2AsyncMdnConnectorConfig$: StaticStructureSchema;
|
|
9
20
|
export declare var As2ConnectorConfig$: StaticStructureSchema;
|
|
10
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
11
21
|
export declare var ConnectorFileTransferResult$: StaticStructureSchema;
|
|
12
22
|
export declare var ConnectorVpcLatticeEgressConfig$: StaticStructureSchema;
|
|
13
23
|
export declare var CopyStepDetails$: StaticStructureSchema;
|
|
@@ -102,9 +112,6 @@ export declare var ImportHostKeyResponse$: StaticStructureSchema;
|
|
|
102
112
|
export declare var ImportSshPublicKeyRequest$: StaticStructureSchema;
|
|
103
113
|
export declare var ImportSshPublicKeyResponse$: StaticStructureSchema;
|
|
104
114
|
export declare var InputFileLocation$: StaticStructureSchema;
|
|
105
|
-
export declare var InternalServiceError$: StaticErrorSchema;
|
|
106
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
107
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
108
115
|
export declare var ListAccessesRequest$: StaticStructureSchema;
|
|
109
116
|
export declare var ListAccessesResponse$: StaticStructureSchema;
|
|
110
117
|
export declare var ListAgreementsRequest$: StaticStructureSchema;
|
|
@@ -147,8 +154,6 @@ export declare var ListWorkflowsResponse$: StaticStructureSchema;
|
|
|
147
154
|
export declare var LoggingConfiguration$: StaticStructureSchema;
|
|
148
155
|
export declare var PosixProfile$: StaticStructureSchema;
|
|
149
156
|
export declare var ProtocolDetails$: StaticStructureSchema;
|
|
150
|
-
export declare var ResourceExistsException$: StaticErrorSchema;
|
|
151
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
152
157
|
export declare var S3FileLocation$: StaticStructureSchema;
|
|
153
158
|
export declare var S3InputFileLocation$: StaticStructureSchema;
|
|
154
159
|
export declare var S3StorageOptions$: StaticStructureSchema;
|
|
@@ -156,7 +161,6 @@ export declare var S3Tag$: StaticStructureSchema;
|
|
|
156
161
|
export declare var SendWorkflowStepStateRequest$: StaticStructureSchema;
|
|
157
162
|
export declare var SendWorkflowStepStateResponse$: StaticStructureSchema;
|
|
158
163
|
export declare var ServiceMetadata$: StaticStructureSchema;
|
|
159
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
160
164
|
export declare var SftpConnectorConfig$: StaticStructureSchema;
|
|
161
165
|
export declare var SftpConnectorConnectionDetails$: StaticStructureSchema;
|
|
162
166
|
export declare var SshPublicKey$: StaticStructureSchema;
|
|
@@ -177,7 +181,6 @@ export declare var TestConnectionRequest$: StaticStructureSchema;
|
|
|
177
181
|
export declare var TestConnectionResponse$: StaticStructureSchema;
|
|
178
182
|
export declare var TestIdentityProviderRequest$: StaticStructureSchema;
|
|
179
183
|
export declare var TestIdentityProviderResponse$: StaticStructureSchema;
|
|
180
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
181
184
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
182
185
|
export declare var UpdateAccessRequest$: StaticStructureSchema;
|
|
183
186
|
export declare var UpdateAccessResponse$: StaticStructureSchema;
|
|
@@ -207,7 +210,6 @@ export declare var WebAppVpcConfig$: StaticStructureSchema;
|
|
|
207
210
|
export declare var WorkflowDetail$: StaticStructureSchema;
|
|
208
211
|
export declare var WorkflowDetails$: StaticStructureSchema;
|
|
209
212
|
export declare var WorkflowStep$: StaticStructureSchema;
|
|
210
|
-
export declare var TransferServiceException$: StaticErrorSchema;
|
|
211
213
|
export declare var ConnectorEgressConfig$: StaticUnionSchema;
|
|
212
214
|
export declare var DescribedConnectorEgressConfig$: StaticUnionSchema;
|
|
213
215
|
export declare var DescribedWebAppEndpointDetails$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-transfer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-transfer",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|