@aws-sdk/client-transfer 3.1036.0 → 3.1037.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 +4 -4
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +4 -4
- package/dist-types/commands/CreateWebAppCommand.d.ts +1 -0
- package/dist-types/commands/UpdateWebAppCommand.d.ts +1 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +11 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -1309,6 +1309,10 @@ const DirectoryListingOptimization = {
|
|
|
1309
1309
|
DISABLED: "DISABLED",
|
|
1310
1310
|
ENABLED: "ENABLED",
|
|
1311
1311
|
};
|
|
1312
|
+
const WebAppVpcEndpointIpAddressType = {
|
|
1313
|
+
DUALSTACK: "DUALSTACK",
|
|
1314
|
+
IPV4: "IPV4",
|
|
1315
|
+
};
|
|
1312
1316
|
const WebAppEndpointPolicy = {
|
|
1313
1317
|
FIPS: "FIPS",
|
|
1314
1318
|
STANDARD: "STANDARD",
|
|
@@ -1479,6 +1483,7 @@ exports.UpdateWebAppCommand = UpdateWebAppCommand;
|
|
|
1479
1483
|
exports.UpdateWebAppCustomizationCommand = UpdateWebAppCustomizationCommand;
|
|
1480
1484
|
exports.WebAppEndpointPolicy = WebAppEndpointPolicy;
|
|
1481
1485
|
exports.WebAppEndpointType = WebAppEndpointType;
|
|
1486
|
+
exports.WebAppVpcEndpointIpAddressType = WebAppVpcEndpointIpAddressType;
|
|
1482
1487
|
exports.WorkflowStepType = WorkflowStepType;
|
|
1483
1488
|
exports.paginateListAccesses = paginateListAccesses;
|
|
1484
1489
|
exports.paginateListAgreements = paginateListAgreements;
|
|
@@ -1549,8 +1549,8 @@ exports.UpdateWebAppResponse$ = [3, n0, _UWARp,
|
|
|
1549
1549
|
];
|
|
1550
1550
|
exports.UpdateWebAppVpcConfig$ = [3, n0, _UWAVC,
|
|
1551
1551
|
0,
|
|
1552
|
-
[_SIu],
|
|
1553
|
-
[64 | 0]
|
|
1552
|
+
[_SIu, _IAT],
|
|
1553
|
+
[64 | 0, 0]
|
|
1554
1554
|
];
|
|
1555
1555
|
exports.UserDetails$ = [3, n0, _UD,
|
|
1556
1556
|
0,
|
|
@@ -1559,8 +1559,8 @@ exports.UserDetails$ = [3, n0, _UD,
|
|
|
1559
1559
|
];
|
|
1560
1560
|
exports.WebAppVpcConfig$ = [3, n0, _WAVC,
|
|
1561
1561
|
0,
|
|
1562
|
-
[_SIu, _VI, _SGI],
|
|
1563
|
-
[64 | 0, 0, 64 | 0]
|
|
1562
|
+
[_SIu, _VI, _SGI, _IAT],
|
|
1563
|
+
[64 | 0, 0, 64 | 0, 0]
|
|
1564
1564
|
];
|
|
1565
1565
|
exports.WorkflowDetail$ = [3, n0, _WDo,
|
|
1566
1566
|
0,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -141,6 +141,10 @@ export const DirectoryListingOptimization = {
|
|
|
141
141
|
DISABLED: "DISABLED",
|
|
142
142
|
ENABLED: "ENABLED",
|
|
143
143
|
};
|
|
144
|
+
export const WebAppVpcEndpointIpAddressType = {
|
|
145
|
+
DUALSTACK: "DUALSTACK",
|
|
146
|
+
IPV4: "IPV4",
|
|
147
|
+
};
|
|
144
148
|
export const WebAppEndpointPolicy = {
|
|
145
149
|
FIPS: "FIPS",
|
|
146
150
|
STANDARD: "STANDARD",
|
|
@@ -1541,8 +1541,8 @@ export var UpdateWebAppResponse$ = [3, n0, _UWARp,
|
|
|
1541
1541
|
];
|
|
1542
1542
|
export var UpdateWebAppVpcConfig$ = [3, n0, _UWAVC,
|
|
1543
1543
|
0,
|
|
1544
|
-
[_SIu],
|
|
1545
|
-
[64 | 0]
|
|
1544
|
+
[_SIu, _IAT],
|
|
1545
|
+
[64 | 0, 0]
|
|
1546
1546
|
];
|
|
1547
1547
|
export var UserDetails$ = [3, n0, _UD,
|
|
1548
1548
|
0,
|
|
@@ -1551,8 +1551,8 @@ export var UserDetails$ = [3, n0, _UD,
|
|
|
1551
1551
|
];
|
|
1552
1552
|
export var WebAppVpcConfig$ = [3, n0, _WAVC,
|
|
1553
1553
|
0,
|
|
1554
|
-
[_SIu, _VI, _SGI],
|
|
1555
|
-
[64 | 0, 0, 64 | 0]
|
|
1554
|
+
[_SIu, _VI, _SGI, _IAT],
|
|
1555
|
+
[64 | 0, 0, 64 | 0, 0]
|
|
1556
1556
|
];
|
|
1557
1557
|
export var WorkflowDetail$ = [3, n0, _WDo,
|
|
1558
1558
|
0,
|
|
@@ -381,6 +381,18 @@ export declare const DirectoryListingOptimization: {
|
|
|
381
381
|
* @public
|
|
382
382
|
*/
|
|
383
383
|
export type DirectoryListingOptimization = (typeof DirectoryListingOptimization)[keyof typeof DirectoryListingOptimization];
|
|
384
|
+
/**
|
|
385
|
+
* @public
|
|
386
|
+
* @enum
|
|
387
|
+
*/
|
|
388
|
+
export declare const WebAppVpcEndpointIpAddressType: {
|
|
389
|
+
readonly DUALSTACK: "DUALSTACK";
|
|
390
|
+
readonly IPV4: "IPV4";
|
|
391
|
+
};
|
|
392
|
+
/**
|
|
393
|
+
* @public
|
|
394
|
+
*/
|
|
395
|
+
export type WebAppVpcEndpointIpAddressType = (typeof WebAppVpcEndpointIpAddressType)[keyof typeof WebAppVpcEndpointIpAddressType];
|
|
384
396
|
/**
|
|
385
397
|
* @public
|
|
386
398
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
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";
|
|
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, WebAppVpcEndpointIpAddressType, WorkflowStepType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Contains Amazon S3 locations for storing specific types of AS2 message files.</p>
|
|
4
4
|
* @public
|
|
@@ -1735,6 +1735,11 @@ export interface WebAppVpcConfig {
|
|
|
1735
1735
|
* @public
|
|
1736
1736
|
*/
|
|
1737
1737
|
SecurityGroupIds?: string[] | undefined;
|
|
1738
|
+
/**
|
|
1739
|
+
* <p>The IP address type for the web app's VPC endpoint. This determines whether the endpoint is accessible over IPv4 only, or over both IPv4 and IPv6.</p>
|
|
1740
|
+
* @public
|
|
1741
|
+
*/
|
|
1742
|
+
IpAddressType?: WebAppVpcEndpointIpAddressType | undefined;
|
|
1738
1743
|
}
|
|
1739
1744
|
/**
|
|
1740
1745
|
* <p>Contains the endpoint configuration for a web app, including VPC settings when the endpoint is hosted within a VPC.</p>
|
|
@@ -4601,6 +4606,11 @@ export interface UpdateWebAppVpcConfig {
|
|
|
4601
4606
|
* @public
|
|
4602
4607
|
*/
|
|
4603
4608
|
SubnetIds?: string[] | undefined;
|
|
4609
|
+
/**
|
|
4610
|
+
* <p>The IP address type for the web app's VPC endpoint. This determines whether the endpoint is accessible over IPv4 only, or over both IPv4 and IPv6.</p>
|
|
4611
|
+
* @public
|
|
4612
|
+
*/
|
|
4613
|
+
IpAddressType?: WebAppVpcEndpointIpAddressType | undefined;
|
|
4604
4614
|
}
|
|
4605
4615
|
/**
|
|
4606
4616
|
* <p>Contains the endpoint configuration details for updating a web app, including VPC settings for endpoints hosted within a VPC.</p>
|
|
@@ -189,6 +189,12 @@ export declare const DirectoryListingOptimization: {
|
|
|
189
189
|
};
|
|
190
190
|
export type DirectoryListingOptimization =
|
|
191
191
|
(typeof DirectoryListingOptimization)[keyof typeof DirectoryListingOptimization];
|
|
192
|
+
export declare const WebAppVpcEndpointIpAddressType: {
|
|
193
|
+
readonly DUALSTACK: "DUALSTACK";
|
|
194
|
+
readonly IPV4: "IPV4";
|
|
195
|
+
};
|
|
196
|
+
export type WebAppVpcEndpointIpAddressType =
|
|
197
|
+
(typeof WebAppVpcEndpointIpAddressType)[keyof typeof WebAppVpcEndpointIpAddressType];
|
|
192
198
|
export declare const WebAppEndpointPolicy: {
|
|
193
199
|
readonly FIPS: "FIPS";
|
|
194
200
|
readonly STANDARD: "STANDARD";
|
|
@@ -38,6 +38,7 @@ import {
|
|
|
38
38
|
TransferTableStatus,
|
|
39
39
|
WebAppEndpointPolicy,
|
|
40
40
|
WebAppEndpointType,
|
|
41
|
+
WebAppVpcEndpointIpAddressType,
|
|
41
42
|
WorkflowStepType,
|
|
42
43
|
} from "./enums";
|
|
43
44
|
export interface CustomDirectoriesType {
|
|
@@ -475,6 +476,7 @@ export interface WebAppVpcConfig {
|
|
|
475
476
|
SubnetIds?: string[] | undefined;
|
|
476
477
|
VpcId?: string | undefined;
|
|
477
478
|
SecurityGroupIds?: string[] | undefined;
|
|
479
|
+
IpAddressType?: WebAppVpcEndpointIpAddressType | undefined;
|
|
478
480
|
}
|
|
479
481
|
export type WebAppEndpointDetails =
|
|
480
482
|
| WebAppEndpointDetails.VpcMember
|
|
@@ -1221,6 +1223,7 @@ export interface UpdateWebAppCustomizationResponse {
|
|
|
1221
1223
|
}
|
|
1222
1224
|
export interface UpdateWebAppVpcConfig {
|
|
1223
1225
|
SubnetIds?: string[] | undefined;
|
|
1226
|
+
IpAddressType?: WebAppVpcEndpointIpAddressType | undefined;
|
|
1224
1227
|
}
|
|
1225
1228
|
export type UpdateWebAppEndpointDetails =
|
|
1226
1229
|
| UpdateWebAppEndpointDetails.VpcMember
|
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.1037.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",
|