@aws-sdk/client-ec2 3.118.0 → 3.121.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/CHANGELOG.md +30 -0
- package/dist-cjs/commands/DescribeClientVpnRoutesCommand.js +1 -2
- package/dist-cjs/commands/DescribePrincipalIdFormatCommand.js +2 -1
- package/dist-cjs/commands/GetEbsDefaultKmsKeyIdCommand.js +2 -1
- package/dist-cjs/commands/ReplaceTransitGatewayRouteCommand.js +1 -2
- package/dist-cjs/models/models_1.js +8 -9
- package/dist-cjs/models/models_2.js +12 -12
- package/dist-cjs/models/models_3.js +12 -12
- package/dist-cjs/models/models_4.js +12 -12
- package/dist-cjs/models/models_5.js +12 -12
- package/dist-cjs/models/models_6.js +8 -2
- package/dist-cjs/protocols/Aws_ec2.js +2622 -2093
- package/dist-es/commands/DescribeClientVpnRoutesCommand.js +1 -2
- package/dist-es/commands/DescribePrincipalIdFormatCommand.js +2 -1
- package/dist-es/commands/GetEbsDefaultKmsKeyIdCommand.js +2 -1
- package/dist-es/commands/ReplaceTransitGatewayRouteCommand.js +1 -2
- package/dist-es/models/models_1.js +5 -4
- package/dist-es/models/models_2.js +4 -4
- package/dist-es/models/models_3.js +4 -4
- package/dist-es/models/models_4.js +4 -4
- package/dist-es/models/models_5.js +4 -4
- package/dist-es/models/models_6.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +2622 -2093
- package/dist-types/EC2.d.ts +12 -10
- package/dist-types/commands/CreateRouteCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -3
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -2
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +3 -0
- package/dist-types/commands/ReplaceRouteCommand.d.ts +5 -5
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +7 -5
- package/dist-types/models/models_1.d.ts +67 -33
- package/dist-types/models/models_2.d.ts +16 -43
- package/dist-types/models/models_3.d.ts +122 -86
- package/dist-types/models/models_4.d.ts +17 -13
- package/dist-types/models/models_5.d.ts +14 -34
- package/dist-types/models/models_6.d.ts +30 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_1.d.ts +8 -9
- package/dist-types/ts3.4/models/models_2.d.ts +10 -17
- package/dist-types/ts3.4/models/models_3.d.ts +16 -10
- package/dist-types/ts3.4/models/models_4.d.ts +11 -9
- package/dist-types/ts3.4/models/models_5.d.ts +8 -16
- package/dist-types/ts3.4/models/models_6.d.ts +16 -0
- package/package.json +6 -6
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeClientVpnRoutesRequest } from "../models/
|
|
5
|
-
import { DescribeClientVpnRoutesResult } from "../models/models_3";
|
|
4
|
+
import { DescribeClientVpnRoutesRequest, DescribeClientVpnRoutesResult } from "../models/models_3";
|
|
6
5
|
import { deserializeAws_ec2DescribeClientVpnRoutesCommand, serializeAws_ec2DescribeClientVpnRoutesCommand, } from "../protocols/Aws_ec2";
|
|
7
6
|
var DescribeClientVpnRoutesCommand = (function (_super) {
|
|
8
7
|
__extends(DescribeClientVpnRoutesCommand, _super);
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribePrincipalIdFormatRequest
|
|
4
|
+
import { DescribePrincipalIdFormatRequest } from "../models/models_3";
|
|
5
|
+
import { DescribePrincipalIdFormatResult } from "../models/models_4";
|
|
5
6
|
import { deserializeAws_ec2DescribePrincipalIdFormatCommand, serializeAws_ec2DescribePrincipalIdFormatCommand, } from "../protocols/Aws_ec2";
|
|
6
7
|
var DescribePrincipalIdFormatCommand = (function (_super) {
|
|
7
8
|
__extends(DescribePrincipalIdFormatCommand, _super);
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetEbsDefaultKmsKeyIdRequest
|
|
4
|
+
import { GetEbsDefaultKmsKeyIdRequest } from "../models/models_4";
|
|
5
|
+
import { GetEbsDefaultKmsKeyIdResult } from "../models/models_5";
|
|
5
6
|
import { deserializeAws_ec2GetEbsDefaultKmsKeyIdCommand, serializeAws_ec2GetEbsDefaultKmsKeyIdCommand, } from "../protocols/Aws_ec2";
|
|
6
7
|
var GetEbsDefaultKmsKeyIdCommand = (function (_super) {
|
|
7
8
|
__extends(GetEbsDefaultKmsKeyIdCommand, _super);
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ReplaceTransitGatewayRouteRequest } from "../models/
|
|
5
|
-
import { ReplaceTransitGatewayRouteResult } from "../models/models_6";
|
|
4
|
+
import { ReplaceTransitGatewayRouteRequest, ReplaceTransitGatewayRouteResult } from "../models/models_6";
|
|
6
5
|
import { deserializeAws_ec2ReplaceTransitGatewayRouteCommand, serializeAws_ec2ReplaceTransitGatewayRouteCommand, } from "../protocols/Aws_ec2";
|
|
7
6
|
var ReplaceTransitGatewayRouteCommand = (function (_super) {
|
|
8
7
|
__extends(ReplaceTransitGatewayRouteCommand, _super);
|
|
@@ -825,6 +825,11 @@ export var CreateNetworkInterfacePermissionResult;
|
|
|
825
825
|
(function (CreateNetworkInterfacePermissionResult) {
|
|
826
826
|
CreateNetworkInterfacePermissionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
827
|
})(CreateNetworkInterfacePermissionResult || (CreateNetworkInterfacePermissionResult = {}));
|
|
828
|
+
export var SpreadLevel;
|
|
829
|
+
(function (SpreadLevel) {
|
|
830
|
+
SpreadLevel["host"] = "host";
|
|
831
|
+
SpreadLevel["rack"] = "rack";
|
|
832
|
+
})(SpreadLevel || (SpreadLevel = {}));
|
|
828
833
|
export var CreatePlacementGroupRequest;
|
|
829
834
|
(function (CreatePlacementGroupRequest) {
|
|
830
835
|
CreatePlacementGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1088,7 +1093,3 @@ export var CreateTransitGatewayResult;
|
|
|
1088
1093
|
(function (CreateTransitGatewayResult) {
|
|
1089
1094
|
CreateTransitGatewayResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1090
1095
|
})(CreateTransitGatewayResult || (CreateTransitGatewayResult = {}));
|
|
1091
|
-
export var CreateTransitGatewayConnectRequestOptions;
|
|
1092
|
-
(function (CreateTransitGatewayConnectRequestOptions) {
|
|
1093
|
-
CreateTransitGatewayConnectRequestOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1094
|
-
})(CreateTransitGatewayConnectRequestOptions || (CreateTransitGatewayConnectRequestOptions = {}));
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var CreateTransitGatewayConnectRequestOptions;
|
|
3
|
+
(function (CreateTransitGatewayConnectRequestOptions) {
|
|
4
|
+
CreateTransitGatewayConnectRequestOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(CreateTransitGatewayConnectRequestOptions || (CreateTransitGatewayConnectRequestOptions = {}));
|
|
2
6
|
export var CreateTransitGatewayConnectRequest;
|
|
3
7
|
(function (CreateTransitGatewayConnectRequest) {
|
|
4
8
|
CreateTransitGatewayConnectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1161,7 +1165,3 @@ export var DescribeClientVpnEndpointsResult;
|
|
|
1161
1165
|
(function (DescribeClientVpnEndpointsResult) {
|
|
1162
1166
|
DescribeClientVpnEndpointsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1163
1167
|
})(DescribeClientVpnEndpointsResult || (DescribeClientVpnEndpointsResult = {}));
|
|
1164
|
-
export var DescribeClientVpnRoutesRequest;
|
|
1165
|
-
(function (DescribeClientVpnRoutesRequest) {
|
|
1166
|
-
DescribeClientVpnRoutesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1167
|
-
})(DescribeClientVpnRoutesRequest || (DescribeClientVpnRoutesRequest = {}));
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var DescribeClientVpnRoutesRequest;
|
|
3
|
+
(function (DescribeClientVpnRoutesRequest) {
|
|
4
|
+
DescribeClientVpnRoutesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(DescribeClientVpnRoutesRequest || (DescribeClientVpnRoutesRequest = {}));
|
|
2
6
|
export var ClientVpnRoute;
|
|
3
7
|
(function (ClientVpnRoute) {
|
|
4
8
|
ClientVpnRoute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1075,7 +1079,3 @@ export var PrincipalIdFormat;
|
|
|
1075
1079
|
(function (PrincipalIdFormat) {
|
|
1076
1080
|
PrincipalIdFormat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1077
1081
|
})(PrincipalIdFormat || (PrincipalIdFormat = {}));
|
|
1078
|
-
export var DescribePrincipalIdFormatResult;
|
|
1079
|
-
(function (DescribePrincipalIdFormatResult) {
|
|
1080
|
-
DescribePrincipalIdFormatResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1081
|
-
})(DescribePrincipalIdFormatResult || (DescribePrincipalIdFormatResult = {}));
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var DescribePrincipalIdFormatResult;
|
|
3
|
+
(function (DescribePrincipalIdFormatResult) {
|
|
4
|
+
DescribePrincipalIdFormatResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(DescribePrincipalIdFormatResult || (DescribePrincipalIdFormatResult = {}));
|
|
2
6
|
export var DescribePublicIpv4PoolsRequest;
|
|
3
7
|
(function (DescribePublicIpv4PoolsRequest) {
|
|
4
8
|
DescribePublicIpv4PoolsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1155,7 +1159,3 @@ export var GetEbsDefaultKmsKeyIdRequest;
|
|
|
1155
1159
|
(function (GetEbsDefaultKmsKeyIdRequest) {
|
|
1156
1160
|
GetEbsDefaultKmsKeyIdRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1157
1161
|
})(GetEbsDefaultKmsKeyIdRequest || (GetEbsDefaultKmsKeyIdRequest = {}));
|
|
1158
|
-
export var GetEbsDefaultKmsKeyIdResult;
|
|
1159
|
-
(function (GetEbsDefaultKmsKeyIdResult) {
|
|
1160
|
-
GetEbsDefaultKmsKeyIdResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1161
|
-
})(GetEbsDefaultKmsKeyIdResult || (GetEbsDefaultKmsKeyIdResult = {}));
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var GetEbsDefaultKmsKeyIdResult;
|
|
4
|
+
(function (GetEbsDefaultKmsKeyIdResult) {
|
|
5
|
+
GetEbsDefaultKmsKeyIdResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(GetEbsDefaultKmsKeyIdResult || (GetEbsDefaultKmsKeyIdResult = {}));
|
|
3
7
|
export var GetEbsEncryptionByDefaultRequest;
|
|
4
8
|
(function (GetEbsEncryptionByDefaultRequest) {
|
|
5
9
|
GetEbsEncryptionByDefaultRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1197,7 +1201,3 @@ export var ReplaceRouteTableAssociationResult;
|
|
|
1197
1201
|
(function (ReplaceRouteTableAssociationResult) {
|
|
1198
1202
|
ReplaceRouteTableAssociationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1199
1203
|
})(ReplaceRouteTableAssociationResult || (ReplaceRouteTableAssociationResult = {}));
|
|
1200
|
-
export var ReplaceTransitGatewayRouteRequest;
|
|
1201
|
-
(function (ReplaceTransitGatewayRouteRequest) {
|
|
1202
|
-
ReplaceTransitGatewayRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1203
|
-
})(ReplaceTransitGatewayRouteRequest || (ReplaceTransitGatewayRouteRequest = {}));
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var ReplaceTransitGatewayRouteRequest;
|
|
4
|
+
(function (ReplaceTransitGatewayRouteRequest) {
|
|
5
|
+
ReplaceTransitGatewayRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(ReplaceTransitGatewayRouteRequest || (ReplaceTransitGatewayRouteRequest = {}));
|
|
3
7
|
export var ReplaceTransitGatewayRouteResult;
|
|
4
8
|
(function (ReplaceTransitGatewayRouteResult) {
|
|
5
9
|
ReplaceTransitGatewayRouteResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|