@aws-sdk/client-transfer 3.1024.0 → 3.1025.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 +5 -0
- package/dist-cjs/schemas/schemas_0.js +6 -6
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +6 -6
- package/dist-types/commands/CreateConnectorCommand.d.ts +1 -0
- package/dist-types/commands/DescribeConnectorCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConnectorCommand.d.ts +1 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +16 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -1240,6 +1240,10 @@ const TransferTableStatus = {
|
|
|
1240
1240
|
IN_PROGRESS: "IN_PROGRESS",
|
|
1241
1241
|
QUEUED: "QUEUED",
|
|
1242
1242
|
};
|
|
1243
|
+
const ConnectorsIpAddressType = {
|
|
1244
|
+
DUALSTACK: "DUALSTACK",
|
|
1245
|
+
IPV4: "IPV4",
|
|
1246
|
+
};
|
|
1243
1247
|
const ConnectorStatus = {
|
|
1244
1248
|
ACTIVE: "ACTIVE",
|
|
1245
1249
|
ERRORED: "ERRORED",
|
|
@@ -1371,6 +1375,7 @@ exports.CertificateUsageType = CertificateUsageType;
|
|
|
1371
1375
|
exports.CompressionEnum = CompressionEnum;
|
|
1372
1376
|
exports.ConnectorEgressType = ConnectorEgressType;
|
|
1373
1377
|
exports.ConnectorStatus = ConnectorStatus;
|
|
1378
|
+
exports.ConnectorsIpAddressType = ConnectorsIpAddressType;
|
|
1374
1379
|
exports.CreateAccessCommand = CreateAccessCommand;
|
|
1375
1380
|
exports.CreateAgreementCommand = CreateAgreementCommand;
|
|
1376
1381
|
exports.CreateConnectorCommand = CreateConnectorCommand;
|
|
@@ -654,8 +654,8 @@ exports.CreateAgreementResponse$ = [3, n0, _CARrea,
|
|
|
654
654
|
];
|
|
655
655
|
exports.CreateConnectorRequest$ = [3, n0, _CCR,
|
|
656
656
|
0,
|
|
657
|
-
[_AR, _U, _AC, _LR, _T, _SCf, _SPN, _EC],
|
|
658
|
-
[0, 0, [() => exports.As2ConnectorConfig$, 0], 0, () => Tags, () => exports.SftpConnectorConfig$, 0, () => exports.ConnectorEgressConfig
|
|
657
|
+
[_AR, _U, _AC, _LR, _T, _SCf, _SPN, _EC, _IAT],
|
|
658
|
+
[0, 0, [() => exports.As2ConnectorConfig$, 0], 0, () => Tags, () => exports.SftpConnectorConfig$, 0, () => exports.ConnectorEgressConfig$, 0], 1
|
|
659
659
|
];
|
|
660
660
|
exports.CreateConnectorResponse$ = [3, n0, _CCRr,
|
|
661
661
|
0,
|
|
@@ -854,8 +854,8 @@ exports.DescribedCertificate$ = [3, n0, _DC,
|
|
|
854
854
|
];
|
|
855
855
|
exports.DescribedConnector$ = [3, n0, _DCe,
|
|
856
856
|
0,
|
|
857
|
-
[_Ar, _ETg, _S, _CI, _U, _AC, _AR, _LR, _T, _SCf, _SMEIA, _SPN, _EC, _EM],
|
|
858
|
-
[0, 0, 0, 0, 0, [() => exports.As2ConnectorConfig$, 0], 0, 0, () => Tags, () => exports.SftpConnectorConfig$, 64 | 0, 0, () => exports.DescribedConnectorEgressConfig$, 0], 3
|
|
857
|
+
[_Ar, _ETg, _S, _CI, _U, _AC, _AR, _LR, _T, _SCf, _SMEIA, _SPN, _EC, _EM, _IAT],
|
|
858
|
+
[0, 0, 0, 0, 0, [() => exports.As2ConnectorConfig$, 0], 0, 0, () => Tags, () => exports.SftpConnectorConfig$, 64 | 0, 0, () => exports.DescribedConnectorEgressConfig$, 0, 0], 3
|
|
859
859
|
];
|
|
860
860
|
exports.DescribedConnectorVpcLatticeEgressConfig$ = [3, n0, _DCVLEC,
|
|
861
861
|
0,
|
|
@@ -1469,8 +1469,8 @@ exports.UpdateCertificateResponse$ = [3, n0, _UCRp,
|
|
|
1469
1469
|
];
|
|
1470
1470
|
exports.UpdateConnectorRequest$ = [3, n0, _UCRpd,
|
|
1471
1471
|
0,
|
|
1472
|
-
[_CI, _U, _AC, _AR, _LR, _SCf, _SPN, _EC],
|
|
1473
|
-
[0, 0, [() => exports.As2ConnectorConfig$, 0], 0, 0, () => exports.SftpConnectorConfig$, 0, () => exports.UpdateConnectorEgressConfig
|
|
1472
|
+
[_CI, _U, _AC, _AR, _LR, _SCf, _SPN, _EC, _IAT],
|
|
1473
|
+
[0, 0, [() => exports.As2ConnectorConfig$, 0], 0, 0, () => exports.SftpConnectorConfig$, 0, () => exports.UpdateConnectorEgressConfig$, 0], 1
|
|
1474
1474
|
];
|
|
1475
1475
|
exports.UpdateConnectorResponse$ = [3, n0, _UCRpda,
|
|
1476
1476
|
0,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -72,6 +72,10 @@ export const TransferTableStatus = {
|
|
|
72
72
|
IN_PROGRESS: "IN_PROGRESS",
|
|
73
73
|
QUEUED: "QUEUED",
|
|
74
74
|
};
|
|
75
|
+
export const ConnectorsIpAddressType = {
|
|
76
|
+
DUALSTACK: "DUALSTACK",
|
|
77
|
+
IPV4: "IPV4",
|
|
78
|
+
};
|
|
75
79
|
export const ConnectorStatus = {
|
|
76
80
|
ACTIVE: "ACTIVE",
|
|
77
81
|
ERRORED: "ERRORED",
|
|
@@ -646,8 +646,8 @@ export var CreateAgreementResponse$ = [3, n0, _CARrea,
|
|
|
646
646
|
];
|
|
647
647
|
export var CreateConnectorRequest$ = [3, n0, _CCR,
|
|
648
648
|
0,
|
|
649
|
-
[_AR, _U, _AC, _LR, _T, _SCf, _SPN, _EC],
|
|
650
|
-
[0, 0, [() => As2ConnectorConfig$, 0], 0, () => Tags, () => SftpConnectorConfig$, 0, () => ConnectorEgressConfig
|
|
649
|
+
[_AR, _U, _AC, _LR, _T, _SCf, _SPN, _EC, _IAT],
|
|
650
|
+
[0, 0, [() => As2ConnectorConfig$, 0], 0, () => Tags, () => SftpConnectorConfig$, 0, () => ConnectorEgressConfig$, 0], 1
|
|
651
651
|
];
|
|
652
652
|
export var CreateConnectorResponse$ = [3, n0, _CCRr,
|
|
653
653
|
0,
|
|
@@ -846,8 +846,8 @@ export var DescribedCertificate$ = [3, n0, _DC,
|
|
|
846
846
|
];
|
|
847
847
|
export var DescribedConnector$ = [3, n0, _DCe,
|
|
848
848
|
0,
|
|
849
|
-
[_Ar, _ETg, _S, _CI, _U, _AC, _AR, _LR, _T, _SCf, _SMEIA, _SPN, _EC, _EM],
|
|
850
|
-
[0, 0, 0, 0, 0, [() => As2ConnectorConfig$, 0], 0, 0, () => Tags, () => SftpConnectorConfig$, 64 | 0, 0, () => DescribedConnectorEgressConfig$, 0], 3
|
|
849
|
+
[_Ar, _ETg, _S, _CI, _U, _AC, _AR, _LR, _T, _SCf, _SMEIA, _SPN, _EC, _EM, _IAT],
|
|
850
|
+
[0, 0, 0, 0, 0, [() => As2ConnectorConfig$, 0], 0, 0, () => Tags, () => SftpConnectorConfig$, 64 | 0, 0, () => DescribedConnectorEgressConfig$, 0, 0], 3
|
|
851
851
|
];
|
|
852
852
|
export var DescribedConnectorVpcLatticeEgressConfig$ = [3, n0, _DCVLEC,
|
|
853
853
|
0,
|
|
@@ -1461,8 +1461,8 @@ export var UpdateCertificateResponse$ = [3, n0, _UCRp,
|
|
|
1461
1461
|
];
|
|
1462
1462
|
export var UpdateConnectorRequest$ = [3, n0, _UCRpd,
|
|
1463
1463
|
0,
|
|
1464
|
-
[_CI, _U, _AC, _AR, _LR, _SCf, _SPN, _EC],
|
|
1465
|
-
[0, 0, [() => As2ConnectorConfig$, 0], 0, 0, () => SftpConnectorConfig$, 0, () => UpdateConnectorEgressConfig
|
|
1464
|
+
[_CI, _U, _AC, _AR, _LR, _SCf, _SPN, _EC, _IAT],
|
|
1465
|
+
[0, 0, [() => As2ConnectorConfig$, 0], 0, 0, () => SftpConnectorConfig$, 0, () => UpdateConnectorEgressConfig$, 0], 1
|
|
1466
1466
|
];
|
|
1467
1467
|
export var UpdateConnectorResponse$ = [3, n0, _UCRpda,
|
|
1468
1468
|
0,
|
|
@@ -92,6 +92,7 @@ declare const DescribeConnectorCommand_base: {
|
|
|
92
92
|
* // EgressType: "SERVICE_MANAGED" || "VPC_LATTICE", // required
|
|
93
93
|
* // ErrorMessage: "STRING_VALUE",
|
|
94
94
|
* // Status: "ACTIVE" || "ERRORED" || "PENDING", // required
|
|
95
|
+
* // IpAddressType: "IPV4" || "DUALSTACK",
|
|
95
96
|
* // },
|
|
96
97
|
* // };
|
|
97
98
|
*
|
|
@@ -192,6 +192,18 @@ export declare const TransferTableStatus: {
|
|
|
192
192
|
* @public
|
|
193
193
|
*/
|
|
194
194
|
export type TransferTableStatus = (typeof TransferTableStatus)[keyof typeof TransferTableStatus];
|
|
195
|
+
/**
|
|
196
|
+
* @public
|
|
197
|
+
* @enum
|
|
198
|
+
*/
|
|
199
|
+
export declare const ConnectorsIpAddressType: {
|
|
200
|
+
readonly DUALSTACK: "DUALSTACK";
|
|
201
|
+
readonly IPV4: "IPV4";
|
|
202
|
+
};
|
|
203
|
+
/**
|
|
204
|
+
* @public
|
|
205
|
+
*/
|
|
206
|
+
export type ConnectorsIpAddressType = (typeof ConnectorsIpAddressType)[keyof typeof ConnectorsIpAddressType];
|
|
195
207
|
/**
|
|
196
208
|
* @public
|
|
197
209
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AgreementStatusType, As2Transport, CertificateStatusType, CertificateType, CertificateUsageType, CompressionEnum, ConnectorEgressType, ConnectorStatus, CustomStepStatus, DirectoryListingOptimization, Domain, EncryptionAlg, EncryptionType, EndpointType, EnforceMessageSigningType, ExecutionErrorType, ExecutionStatus, HomeDirectoryType, IdentityProviderType, IpAddressType, MapType, MdnResponse, MdnSigningAlg, OverwriteExisting, PreserveContentType, PreserveFilenameType, ProfileType, Protocol, SecurityPolicyProtocol, SecurityPolicyResourceType, SetStatOption, SftpAuthenticationMethods, SigningAlg, State, TlsSessionResumptionMode, TransferTableStatus, WebAppEndpointPolicy, WebAppEndpointType, WorkflowStepType } from "./enums";
|
|
1
|
+
import type { AgreementStatusType, As2Transport, CertificateStatusType, CertificateType, CertificateUsageType, CompressionEnum, ConnectorEgressType, ConnectorsIpAddressType, ConnectorStatus, CustomStepStatus, DirectoryListingOptimization, Domain, EncryptionAlg, EncryptionType, EndpointType, EnforceMessageSigningType, ExecutionErrorType, ExecutionStatus, HomeDirectoryType, IdentityProviderType, IpAddressType, MapType, MdnResponse, MdnSigningAlg, OverwriteExisting, PreserveContentType, PreserveFilenameType, ProfileType, Protocol, SecurityPolicyProtocol, SecurityPolicyResourceType, SetStatOption, SftpAuthenticationMethods, SigningAlg, State, TlsSessionResumptionMode, TransferTableStatus, WebAppEndpointPolicy, WebAppEndpointType, WorkflowStepType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Contains Amazon S3 locations for storing specific types of AS2 message files.</p>
|
|
4
4
|
* @public
|
|
@@ -862,6 +862,11 @@ export interface CreateConnectorRequest {
|
|
|
862
862
|
* @public
|
|
863
863
|
*/
|
|
864
864
|
EgressConfig?: ConnectorEgressConfig | undefined;
|
|
865
|
+
/**
|
|
866
|
+
* <p>Specifies the IP address type for the connector's network connections. When set to <code>IPV4</code>, the connector uses IPv4 addresses only. When set to <code>DUALSTACK</code>, the connector supports both IPv4 and IPv6 addresses, with IPv6 preferred when available.</p>
|
|
867
|
+
* @public
|
|
868
|
+
*/
|
|
869
|
+
IpAddressType?: ConnectorsIpAddressType | undefined;
|
|
865
870
|
}
|
|
866
871
|
/**
|
|
867
872
|
* @public
|
|
@@ -1017,6 +1022,11 @@ export interface DescribedConnector {
|
|
|
1017
1022
|
* @public
|
|
1018
1023
|
*/
|
|
1019
1024
|
Status: ConnectorStatus | undefined;
|
|
1025
|
+
/**
|
|
1026
|
+
* <p>IP address type for the connector's network connections. When set to <code>IPV4</code>, the connector uses IPv4 addresses only. When set to <code>DUALSTACK</code>, the connector supports both IPv4 and IPv6 addresses, with IPv6 preferred when available.</p>
|
|
1027
|
+
* @public
|
|
1028
|
+
*/
|
|
1029
|
+
IpAddressType?: ConnectorsIpAddressType | undefined;
|
|
1020
1030
|
}
|
|
1021
1031
|
/**
|
|
1022
1032
|
* @public
|
|
@@ -1172,6 +1182,11 @@ export interface UpdateConnectorRequest {
|
|
|
1172
1182
|
* @public
|
|
1173
1183
|
*/
|
|
1174
1184
|
EgressConfig?: UpdateConnectorEgressConfig | undefined;
|
|
1185
|
+
/**
|
|
1186
|
+
* <p>Specifies the IP address type for the connector's network connections. When set to <code>IPV4</code>, the connector uses IPv4 addresses only. When set to <code>DUALSTACK</code>, the connector supports both IPv4 and IPv6 addresses, with IPv6 preferred when available.</p>
|
|
1187
|
+
* @public
|
|
1188
|
+
*/
|
|
1189
|
+
IpAddressType?: ConnectorsIpAddressType | undefined;
|
|
1175
1190
|
}
|
|
1176
1191
|
/**
|
|
1177
1192
|
* @public
|
|
@@ -97,6 +97,12 @@ export declare const TransferTableStatus: {
|
|
|
97
97
|
};
|
|
98
98
|
export type TransferTableStatus =
|
|
99
99
|
(typeof TransferTableStatus)[keyof typeof TransferTableStatus];
|
|
100
|
+
export declare const ConnectorsIpAddressType: {
|
|
101
|
+
readonly DUALSTACK: "DUALSTACK";
|
|
102
|
+
readonly IPV4: "IPV4";
|
|
103
|
+
};
|
|
104
|
+
export type ConnectorsIpAddressType =
|
|
105
|
+
(typeof ConnectorsIpAddressType)[keyof typeof ConnectorsIpAddressType];
|
|
100
106
|
export declare const ConnectorStatus: {
|
|
101
107
|
readonly ACTIVE: "ACTIVE";
|
|
102
108
|
readonly ERRORED: "ERRORED";
|
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
CertificateUsageType,
|
|
7
7
|
CompressionEnum,
|
|
8
8
|
ConnectorEgressType,
|
|
9
|
+
ConnectorsIpAddressType,
|
|
9
10
|
ConnectorStatus,
|
|
10
11
|
CustomStepStatus,
|
|
11
12
|
DirectoryListingOptimization,
|
|
@@ -249,6 +250,7 @@ export interface CreateConnectorRequest {
|
|
|
249
250
|
SftpConfig?: SftpConnectorConfig | undefined;
|
|
250
251
|
SecurityPolicyName?: string | undefined;
|
|
251
252
|
EgressConfig?: ConnectorEgressConfig | undefined;
|
|
253
|
+
IpAddressType?: ConnectorsIpAddressType | undefined;
|
|
252
254
|
}
|
|
253
255
|
export interface CreateConnectorResponse {
|
|
254
256
|
ConnectorId: string | undefined;
|
|
@@ -295,6 +297,7 @@ export interface DescribedConnector {
|
|
|
295
297
|
EgressType: ConnectorEgressType | undefined;
|
|
296
298
|
ErrorMessage?: string | undefined;
|
|
297
299
|
Status: ConnectorStatus | undefined;
|
|
300
|
+
IpAddressType?: ConnectorsIpAddressType | undefined;
|
|
298
301
|
}
|
|
299
302
|
export interface DescribeConnectorResponse {
|
|
300
303
|
Connector: DescribedConnector | undefined;
|
|
@@ -342,6 +345,7 @@ export interface UpdateConnectorRequest {
|
|
|
342
345
|
SftpConfig?: SftpConnectorConfig | undefined;
|
|
343
346
|
SecurityPolicyName?: string | undefined;
|
|
344
347
|
EgressConfig?: UpdateConnectorEgressConfig | undefined;
|
|
348
|
+
IpAddressType?: ConnectorsIpAddressType | undefined;
|
|
345
349
|
}
|
|
346
350
|
export interface UpdateConnectorResponse {
|
|
347
351
|
ConnectorId: string | undefined;
|
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.1025.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",
|