@aws-sdk/client-ec2 3.295.0 → 3.296.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/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +3 -3
- package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteTableCommand.js +1 -2
- package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +3 -3
- package/dist-cjs/commands/DeleteSubnetCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +3 -3
- package/dist-cjs/commands/ImportVolumeCommand.js +3 -3
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +3 -3
- package/dist-cjs/commands/StopInstancesCommand.js +3 -3
- package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +3 -3
- package/dist-cjs/commands/TerminateInstancesCommand.js +1 -2
- package/dist-cjs/models/models_0.js +25 -27
- package/dist-cjs/models/models_1.js +44 -42
- package/dist-cjs/models/models_2.js +41 -41
- package/dist-cjs/models/models_3.js +42 -47
- package/dist-cjs/models/models_4.js +47 -45
- package/dist-cjs/models/models_5.js +48 -42
- package/dist-cjs/models/models_6.js +44 -42
- package/dist-cjs/models/models_7.js +37 -1
- package/dist-cjs/protocols/Aws_ec2.js +333 -0
- package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-es/commands/CreateReservedInstancesListingCommand.js +1 -1
- package/dist-es/commands/CreateRestoreImageTaskCommand.js +1 -1
- package/dist-es/commands/CreateRouteCommand.js +1 -1
- package/dist-es/commands/CreateRouteTableCommand.js +1 -2
- package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +1 -1
- package/dist-es/commands/DeleteSubnetCommand.js +1 -1
- package/dist-es/commands/DeleteTagsCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-es/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-es/commands/DescribeVolumesCommand.js +2 -1
- package/dist-es/commands/DescribeVolumesModificationsCommand.js +1 -1
- package/dist-es/commands/ImportVolumeCommand.js +1 -1
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +1 -1
- package/dist-es/commands/StopInstancesCommand.js +1 -1
- package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +1 -1
- package/dist-es/commands/TerminateInstancesCommand.js +1 -2
- package/dist-es/models/models_0.js +15 -18
- package/dist-es/models/models_1.js +30 -27
- package/dist-es/models/models_2.js +27 -27
- package/dist-es/models/models_3.js +27 -33
- package/dist-es/models/models_4.js +33 -31
- package/dist-es/models/models_5.js +34 -27
- package/dist-es/models/models_6.js +29 -27
- package/dist-es/models/models_7.js +27 -0
- package/dist-es/protocols/Aws_ec2.js +333 -0
- package/dist-types/EC2.d.ts +14 -6
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -2
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +3 -0
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -2
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +3 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +193 -96
- package/dist-types/models/models_1.d.ts +202 -231
- package/dist-types/models/models_2.d.ts +230 -141
- package/dist-types/models/models_3.d.ts +125 -229
- package/dist-types/models/models_4.d.ts +261 -358
- package/dist-types/models/models_5.d.ts +359 -200
- package/dist-types/models/models_6.d.ts +204 -163
- package/dist-types/models/models_7.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +59 -36
- package/dist-types/ts3.4/models/models_1.d.ts +74 -87
- package/dist-types/ts3.4/models/models_2.d.ts +83 -61
- package/dist-types/ts3.4/models/models_3.d.ts +63 -89
- package/dist-types/ts3.4/models/models_4.d.ts +89 -94
- package/dist-types/ts3.4/models/models_5.d.ts +91 -83
- package/dist-types/ts3.4/models/models_6.d.ts +84 -73
- package/dist-types/ts3.4/models/models_7.d.ts +68 -0
- package/package.json +31 -31
|
@@ -1,6 +1,42 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WithdrawByoipCidrResultFilterSensitiveLog = exports.WithdrawByoipCidrRequestFilterSensitiveLog = exports.UpdateSecurityGroupRuleDescriptionsIngressResultFilterSensitiveLog = exports.UpdateSecurityGroupRuleDescriptionsIngressRequestFilterSensitiveLog = exports.UpdateSecurityGroupRuleDescriptionsEgressResultFilterSensitiveLog = exports.UpdateSecurityGroupRuleDescriptionsEgressRequestFilterSensitiveLog = exports.SecurityGroupRuleDescriptionFilterSensitiveLog = exports.UnmonitorInstancesResultFilterSensitiveLog = exports.UnmonitorInstancesRequestFilterSensitiveLog = exports.UnassignPrivateNatGatewayAddressResultFilterSensitiveLog = exports.UnassignPrivateNatGatewayAddressRequestFilterSensitiveLog = exports.UnassignPrivateIpAddressesRequestFilterSensitiveLog = exports.UnassignIpv6AddressesResultFilterSensitiveLog = exports.UnassignIpv6AddressesRequestFilterSensitiveLog = exports.TerminateInstancesResultFilterSensitiveLog = void 0;
|
|
3
|
+
exports.WithdrawByoipCidrResultFilterSensitiveLog = exports.WithdrawByoipCidrRequestFilterSensitiveLog = exports.UpdateSecurityGroupRuleDescriptionsIngressResultFilterSensitiveLog = exports.UpdateSecurityGroupRuleDescriptionsIngressRequestFilterSensitiveLog = exports.UpdateSecurityGroupRuleDescriptionsEgressResultFilterSensitiveLog = exports.UpdateSecurityGroupRuleDescriptionsEgressRequestFilterSensitiveLog = exports.SecurityGroupRuleDescriptionFilterSensitiveLog = exports.UnmonitorInstancesResultFilterSensitiveLog = exports.UnmonitorInstancesRequestFilterSensitiveLog = exports.UnassignPrivateNatGatewayAddressResultFilterSensitiveLog = exports.UnassignPrivateNatGatewayAddressRequestFilterSensitiveLog = exports.UnassignPrivateIpAddressesRequestFilterSensitiveLog = exports.UnassignIpv6AddressesResultFilterSensitiveLog = exports.UnassignIpv6AddressesRequestFilterSensitiveLog = exports.TerminateInstancesResultFilterSensitiveLog = exports.TerminateInstancesRequestFilterSensitiveLog = exports.TerminateClientVpnConnectionsResultFilterSensitiveLog = exports.TerminateConnectionStatusFilterSensitiveLog = exports.TerminateClientVpnConnectionsRequestFilterSensitiveLog = exports.StopInstancesResultFilterSensitiveLog = exports.StopInstancesRequestFilterSensitiveLog = exports.StartVpcEndpointServicePrivateDnsVerificationResultFilterSensitiveLog = exports.StartVpcEndpointServicePrivateDnsVerificationRequestFilterSensitiveLog = exports.StartNetworkInsightsAnalysisResultFilterSensitiveLog = void 0;
|
|
4
|
+
const StartNetworkInsightsAnalysisResultFilterSensitiveLog = (obj) => ({
|
|
5
|
+
...obj,
|
|
6
|
+
});
|
|
7
|
+
exports.StartNetworkInsightsAnalysisResultFilterSensitiveLog = StartNetworkInsightsAnalysisResultFilterSensitiveLog;
|
|
8
|
+
const StartVpcEndpointServicePrivateDnsVerificationRequestFilterSensitiveLog = (obj) => ({
|
|
9
|
+
...obj,
|
|
10
|
+
});
|
|
11
|
+
exports.StartVpcEndpointServicePrivateDnsVerificationRequestFilterSensitiveLog = StartVpcEndpointServicePrivateDnsVerificationRequestFilterSensitiveLog;
|
|
12
|
+
const StartVpcEndpointServicePrivateDnsVerificationResultFilterSensitiveLog = (obj) => ({
|
|
13
|
+
...obj,
|
|
14
|
+
});
|
|
15
|
+
exports.StartVpcEndpointServicePrivateDnsVerificationResultFilterSensitiveLog = StartVpcEndpointServicePrivateDnsVerificationResultFilterSensitiveLog;
|
|
16
|
+
const StopInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
17
|
+
...obj,
|
|
18
|
+
});
|
|
19
|
+
exports.StopInstancesRequestFilterSensitiveLog = StopInstancesRequestFilterSensitiveLog;
|
|
20
|
+
const StopInstancesResultFilterSensitiveLog = (obj) => ({
|
|
21
|
+
...obj,
|
|
22
|
+
});
|
|
23
|
+
exports.StopInstancesResultFilterSensitiveLog = StopInstancesResultFilterSensitiveLog;
|
|
24
|
+
const TerminateClientVpnConnectionsRequestFilterSensitiveLog = (obj) => ({
|
|
25
|
+
...obj,
|
|
26
|
+
});
|
|
27
|
+
exports.TerminateClientVpnConnectionsRequestFilterSensitiveLog = TerminateClientVpnConnectionsRequestFilterSensitiveLog;
|
|
28
|
+
const TerminateConnectionStatusFilterSensitiveLog = (obj) => ({
|
|
29
|
+
...obj,
|
|
30
|
+
});
|
|
31
|
+
exports.TerminateConnectionStatusFilterSensitiveLog = TerminateConnectionStatusFilterSensitiveLog;
|
|
32
|
+
const TerminateClientVpnConnectionsResultFilterSensitiveLog = (obj) => ({
|
|
33
|
+
...obj,
|
|
34
|
+
});
|
|
35
|
+
exports.TerminateClientVpnConnectionsResultFilterSensitiveLog = TerminateClientVpnConnectionsResultFilterSensitiveLog;
|
|
36
|
+
const TerminateInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
37
|
+
...obj,
|
|
38
|
+
});
|
|
39
|
+
exports.TerminateInstancesRequestFilterSensitiveLog = TerminateInstancesRequestFilterSensitiveLog;
|
|
4
40
|
const TerminateInstancesResultFilterSensitiveLog = (obj) => ({
|
|
5
41
|
...obj,
|
|
6
42
|
});
|
|
@@ -27151,6 +27151,20 @@ const serializeAws_ec2CreateNetworkInsightsPathRequest = (input, context) => {
|
|
|
27151
27151
|
if (input.ClientToken != null) {
|
|
27152
27152
|
entries["ClientToken"] = input.ClientToken;
|
|
27153
27153
|
}
|
|
27154
|
+
if (input.FilterAtSource != null) {
|
|
27155
|
+
const memberEntries = serializeAws_ec2PathRequestFilter(input.FilterAtSource, context);
|
|
27156
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
27157
|
+
const loc = `FilterAtSource.${key}`;
|
|
27158
|
+
entries[loc] = value;
|
|
27159
|
+
});
|
|
27160
|
+
}
|
|
27161
|
+
if (input.FilterAtDestination != null) {
|
|
27162
|
+
const memberEntries = serializeAws_ec2PathRequestFilter(input.FilterAtDestination, context);
|
|
27163
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
27164
|
+
const loc = `FilterAtDestination.${key}`;
|
|
27165
|
+
entries[loc] = value;
|
|
27166
|
+
});
|
|
27167
|
+
}
|
|
27154
27168
|
return entries;
|
|
27155
27169
|
};
|
|
27156
27170
|
const serializeAws_ec2CreateNetworkInterfacePermissionRequest = (input, context) => {
|
|
@@ -41447,6 +41461,30 @@ const serializeAws_ec2PacketHeaderStatementRequest = (input, context) => {
|
|
|
41447
41461
|
}
|
|
41448
41462
|
return entries;
|
|
41449
41463
|
};
|
|
41464
|
+
const serializeAws_ec2PathRequestFilter = (input, context) => {
|
|
41465
|
+
const entries = {};
|
|
41466
|
+
if (input.SourceAddress != null) {
|
|
41467
|
+
entries["SourceAddress"] = input.SourceAddress;
|
|
41468
|
+
}
|
|
41469
|
+
if (input.SourcePortRange != null) {
|
|
41470
|
+
const memberEntries = serializeAws_ec2RequestFilterPortRange(input.SourcePortRange, context);
|
|
41471
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
41472
|
+
const loc = `SourcePortRange.${key}`;
|
|
41473
|
+
entries[loc] = value;
|
|
41474
|
+
});
|
|
41475
|
+
}
|
|
41476
|
+
if (input.DestinationAddress != null) {
|
|
41477
|
+
entries["DestinationAddress"] = input.DestinationAddress;
|
|
41478
|
+
}
|
|
41479
|
+
if (input.DestinationPortRange != null) {
|
|
41480
|
+
const memberEntries = serializeAws_ec2RequestFilterPortRange(input.DestinationPortRange, context);
|
|
41481
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
41482
|
+
const loc = `DestinationPortRange.${key}`;
|
|
41483
|
+
entries[loc] = value;
|
|
41484
|
+
});
|
|
41485
|
+
}
|
|
41486
|
+
return entries;
|
|
41487
|
+
};
|
|
41450
41488
|
const serializeAws_ec2PathStatementRequest = (input, context) => {
|
|
41451
41489
|
const entries = {};
|
|
41452
41490
|
if (input.PacketHeaderStatement != null) {
|
|
@@ -42622,6 +42660,16 @@ const serializeAws_ec2ReportInstanceStatusRequest = (input, context) => {
|
|
|
42622
42660
|
}
|
|
42623
42661
|
return entries;
|
|
42624
42662
|
};
|
|
42663
|
+
const serializeAws_ec2RequestFilterPortRange = (input, context) => {
|
|
42664
|
+
const entries = {};
|
|
42665
|
+
if (input.FromPort != null) {
|
|
42666
|
+
entries["FromPort"] = input.FromPort;
|
|
42667
|
+
}
|
|
42668
|
+
if (input.ToPort != null) {
|
|
42669
|
+
entries["ToPort"] = input.ToPort;
|
|
42670
|
+
}
|
|
42671
|
+
return entries;
|
|
42672
|
+
};
|
|
42625
42673
|
const serializeAws_ec2RequestHostIdList = (input, context) => {
|
|
42626
42674
|
const entries = {};
|
|
42627
42675
|
let counter = 1;
|
|
@@ -46472,6 +46520,12 @@ const deserializeAws_ec2AdditionalDetail = (output, context) => {
|
|
|
46472
46520
|
const contents = {
|
|
46473
46521
|
AdditionalDetailType: undefined,
|
|
46474
46522
|
Component: undefined,
|
|
46523
|
+
VpcEndpointService: undefined,
|
|
46524
|
+
RuleOptions: undefined,
|
|
46525
|
+
RuleGroupTypePairs: undefined,
|
|
46526
|
+
RuleGroupRuleOptionsPairs: undefined,
|
|
46527
|
+
ServiceName: undefined,
|
|
46528
|
+
LoadBalancers: undefined,
|
|
46475
46529
|
};
|
|
46476
46530
|
if (output["additionalDetailType"] !== undefined) {
|
|
46477
46531
|
contents.AdditionalDetailType = (0, smithy_client_1.expectString)(output["additionalDetailType"]);
|
|
@@ -46479,6 +46533,37 @@ const deserializeAws_ec2AdditionalDetail = (output, context) => {
|
|
|
46479
46533
|
if (output["component"] !== undefined) {
|
|
46480
46534
|
contents.Component = deserializeAws_ec2AnalysisComponent(output["component"], context);
|
|
46481
46535
|
}
|
|
46536
|
+
if (output["vpcEndpointService"] !== undefined) {
|
|
46537
|
+
contents.VpcEndpointService = deserializeAws_ec2AnalysisComponent(output["vpcEndpointService"], context);
|
|
46538
|
+
}
|
|
46539
|
+
if (output.ruleOptionSet === "") {
|
|
46540
|
+
contents.RuleOptions = [];
|
|
46541
|
+
}
|
|
46542
|
+
else if (output["ruleOptionSet"] !== undefined && output["ruleOptionSet"]["item"] !== undefined) {
|
|
46543
|
+
contents.RuleOptions = deserializeAws_ec2RuleOptionList((0, smithy_client_1.getArrayIfSingleItem)(output["ruleOptionSet"]["item"]), context);
|
|
46544
|
+
}
|
|
46545
|
+
if (output.ruleGroupTypePairSet === "") {
|
|
46546
|
+
contents.RuleGroupTypePairs = [];
|
|
46547
|
+
}
|
|
46548
|
+
else if (output["ruleGroupTypePairSet"] !== undefined && output["ruleGroupTypePairSet"]["item"] !== undefined) {
|
|
46549
|
+
contents.RuleGroupTypePairs = deserializeAws_ec2RuleGroupTypePairList((0, smithy_client_1.getArrayIfSingleItem)(output["ruleGroupTypePairSet"]["item"]), context);
|
|
46550
|
+
}
|
|
46551
|
+
if (output.ruleGroupRuleOptionsPairSet === "") {
|
|
46552
|
+
contents.RuleGroupRuleOptionsPairs = [];
|
|
46553
|
+
}
|
|
46554
|
+
else if (output["ruleGroupRuleOptionsPairSet"] !== undefined &&
|
|
46555
|
+
output["ruleGroupRuleOptionsPairSet"]["item"] !== undefined) {
|
|
46556
|
+
contents.RuleGroupRuleOptionsPairs = deserializeAws_ec2RuleGroupRuleOptionsPairList((0, smithy_client_1.getArrayIfSingleItem)(output["ruleGroupRuleOptionsPairSet"]["item"]), context);
|
|
46557
|
+
}
|
|
46558
|
+
if (output["serviceName"] !== undefined) {
|
|
46559
|
+
contents.ServiceName = (0, smithy_client_1.expectString)(output["serviceName"]);
|
|
46560
|
+
}
|
|
46561
|
+
if (output.loadBalancerSet === "") {
|
|
46562
|
+
contents.LoadBalancers = [];
|
|
46563
|
+
}
|
|
46564
|
+
else if (output["loadBalancerSet"] !== undefined && output["loadBalancerSet"]["item"] !== undefined) {
|
|
46565
|
+
contents.LoadBalancers = deserializeAws_ec2AnalysisComponentList((0, smithy_client_1.getArrayIfSingleItem)(output["loadBalancerSet"]["item"]), context);
|
|
46566
|
+
}
|
|
46482
46567
|
return contents;
|
|
46483
46568
|
};
|
|
46484
46569
|
const deserializeAws_ec2AdditionalDetailList = (output, context) => {
|
|
@@ -46890,6 +46975,9 @@ const deserializeAws_ec2AnalysisRouteTableRoute = (output, context) => {
|
|
|
46890
46975
|
TransitGatewayId: undefined,
|
|
46891
46976
|
VpcPeeringConnectionId: undefined,
|
|
46892
46977
|
State: undefined,
|
|
46978
|
+
CarrierGatewayId: undefined,
|
|
46979
|
+
CoreNetworkArn: undefined,
|
|
46980
|
+
LocalGatewayId: undefined,
|
|
46893
46981
|
};
|
|
46894
46982
|
if (output["destinationCidr"] !== undefined) {
|
|
46895
46983
|
contents.DestinationCidr = (0, smithy_client_1.expectString)(output["destinationCidr"]);
|
|
@@ -46924,6 +47012,15 @@ const deserializeAws_ec2AnalysisRouteTableRoute = (output, context) => {
|
|
|
46924
47012
|
if (output["state"] !== undefined) {
|
|
46925
47013
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
46926
47014
|
}
|
|
47015
|
+
if (output["carrierGatewayId"] !== undefined) {
|
|
47016
|
+
contents.CarrierGatewayId = (0, smithy_client_1.expectString)(output["carrierGatewayId"]);
|
|
47017
|
+
}
|
|
47018
|
+
if (output["coreNetworkArn"] !== undefined) {
|
|
47019
|
+
contents.CoreNetworkArn = (0, smithy_client_1.expectString)(output["coreNetworkArn"]);
|
|
47020
|
+
}
|
|
47021
|
+
if (output["localGatewayId"] !== undefined) {
|
|
47022
|
+
contents.LocalGatewayId = (0, smithy_client_1.expectString)(output["localGatewayId"]);
|
|
47023
|
+
}
|
|
46927
47024
|
return contents;
|
|
46928
47025
|
};
|
|
46929
47026
|
const deserializeAws_ec2AnalysisSecurityGroupRule = (output, context) => {
|
|
@@ -54391,6 +54488,8 @@ const deserializeAws_ec2Explanation = (output, context) => {
|
|
|
54391
54488
|
TransitGatewayAttachment: undefined,
|
|
54392
54489
|
ComponentAccount: undefined,
|
|
54393
54490
|
ComponentRegion: undefined,
|
|
54491
|
+
FirewallStatelessRule: undefined,
|
|
54492
|
+
FirewallStatefulRule: undefined,
|
|
54394
54493
|
};
|
|
54395
54494
|
if (output["acl"] !== undefined) {
|
|
54396
54495
|
contents.Acl = deserializeAws_ec2AnalysisComponent(output["acl"], context);
|
|
@@ -54567,6 +54666,12 @@ const deserializeAws_ec2Explanation = (output, context) => {
|
|
|
54567
54666
|
if (output["componentRegion"] !== undefined) {
|
|
54568
54667
|
contents.ComponentRegion = (0, smithy_client_1.expectString)(output["componentRegion"]);
|
|
54569
54668
|
}
|
|
54669
|
+
if (output["firewallStatelessRule"] !== undefined) {
|
|
54670
|
+
contents.FirewallStatelessRule = deserializeAws_ec2FirewallStatelessRule(output["firewallStatelessRule"], context);
|
|
54671
|
+
}
|
|
54672
|
+
if (output["firewallStatefulRule"] !== undefined) {
|
|
54673
|
+
contents.FirewallStatefulRule = deserializeAws_ec2FirewallStatefulRule(output["firewallStatefulRule"], context);
|
|
54674
|
+
}
|
|
54570
54675
|
return contents;
|
|
54571
54676
|
};
|
|
54572
54677
|
const deserializeAws_ec2ExplanationList = (output, context) => {
|
|
@@ -54858,6 +54963,120 @@ const deserializeAws_ec2FederatedAuthentication = (output, context) => {
|
|
|
54858
54963
|
}
|
|
54859
54964
|
return contents;
|
|
54860
54965
|
};
|
|
54966
|
+
const deserializeAws_ec2FilterPortRange = (output, context) => {
|
|
54967
|
+
const contents = {
|
|
54968
|
+
FromPort: undefined,
|
|
54969
|
+
ToPort: undefined,
|
|
54970
|
+
};
|
|
54971
|
+
if (output["fromPort"] !== undefined) {
|
|
54972
|
+
contents.FromPort = (0, smithy_client_1.strictParseInt32)(output["fromPort"]);
|
|
54973
|
+
}
|
|
54974
|
+
if (output["toPort"] !== undefined) {
|
|
54975
|
+
contents.ToPort = (0, smithy_client_1.strictParseInt32)(output["toPort"]);
|
|
54976
|
+
}
|
|
54977
|
+
return contents;
|
|
54978
|
+
};
|
|
54979
|
+
const deserializeAws_ec2FirewallStatefulRule = (output, context) => {
|
|
54980
|
+
const contents = {
|
|
54981
|
+
RuleGroupArn: undefined,
|
|
54982
|
+
Sources: undefined,
|
|
54983
|
+
Destinations: undefined,
|
|
54984
|
+
SourcePorts: undefined,
|
|
54985
|
+
DestinationPorts: undefined,
|
|
54986
|
+
Protocol: undefined,
|
|
54987
|
+
RuleAction: undefined,
|
|
54988
|
+
Direction: undefined,
|
|
54989
|
+
};
|
|
54990
|
+
if (output["ruleGroupArn"] !== undefined) {
|
|
54991
|
+
contents.RuleGroupArn = (0, smithy_client_1.expectString)(output["ruleGroupArn"]);
|
|
54992
|
+
}
|
|
54993
|
+
if (output.sourceSet === "") {
|
|
54994
|
+
contents.Sources = [];
|
|
54995
|
+
}
|
|
54996
|
+
else if (output["sourceSet"] !== undefined && output["sourceSet"]["item"] !== undefined) {
|
|
54997
|
+
contents.Sources = deserializeAws_ec2ValueStringList((0, smithy_client_1.getArrayIfSingleItem)(output["sourceSet"]["item"]), context);
|
|
54998
|
+
}
|
|
54999
|
+
if (output.destinationSet === "") {
|
|
55000
|
+
contents.Destinations = [];
|
|
55001
|
+
}
|
|
55002
|
+
else if (output["destinationSet"] !== undefined && output["destinationSet"]["item"] !== undefined) {
|
|
55003
|
+
contents.Destinations = deserializeAws_ec2ValueStringList((0, smithy_client_1.getArrayIfSingleItem)(output["destinationSet"]["item"]), context);
|
|
55004
|
+
}
|
|
55005
|
+
if (output.sourcePortSet === "") {
|
|
55006
|
+
contents.SourcePorts = [];
|
|
55007
|
+
}
|
|
55008
|
+
else if (output["sourcePortSet"] !== undefined && output["sourcePortSet"]["item"] !== undefined) {
|
|
55009
|
+
contents.SourcePorts = deserializeAws_ec2PortRangeList((0, smithy_client_1.getArrayIfSingleItem)(output["sourcePortSet"]["item"]), context);
|
|
55010
|
+
}
|
|
55011
|
+
if (output.destinationPortSet === "") {
|
|
55012
|
+
contents.DestinationPorts = [];
|
|
55013
|
+
}
|
|
55014
|
+
else if (output["destinationPortSet"] !== undefined && output["destinationPortSet"]["item"] !== undefined) {
|
|
55015
|
+
contents.DestinationPorts = deserializeAws_ec2PortRangeList((0, smithy_client_1.getArrayIfSingleItem)(output["destinationPortSet"]["item"]), context);
|
|
55016
|
+
}
|
|
55017
|
+
if (output["protocol"] !== undefined) {
|
|
55018
|
+
contents.Protocol = (0, smithy_client_1.expectString)(output["protocol"]);
|
|
55019
|
+
}
|
|
55020
|
+
if (output["ruleAction"] !== undefined) {
|
|
55021
|
+
contents.RuleAction = (0, smithy_client_1.expectString)(output["ruleAction"]);
|
|
55022
|
+
}
|
|
55023
|
+
if (output["direction"] !== undefined) {
|
|
55024
|
+
contents.Direction = (0, smithy_client_1.expectString)(output["direction"]);
|
|
55025
|
+
}
|
|
55026
|
+
return contents;
|
|
55027
|
+
};
|
|
55028
|
+
const deserializeAws_ec2FirewallStatelessRule = (output, context) => {
|
|
55029
|
+
const contents = {
|
|
55030
|
+
RuleGroupArn: undefined,
|
|
55031
|
+
Sources: undefined,
|
|
55032
|
+
Destinations: undefined,
|
|
55033
|
+
SourcePorts: undefined,
|
|
55034
|
+
DestinationPorts: undefined,
|
|
55035
|
+
Protocols: undefined,
|
|
55036
|
+
RuleAction: undefined,
|
|
55037
|
+
Priority: undefined,
|
|
55038
|
+
};
|
|
55039
|
+
if (output["ruleGroupArn"] !== undefined) {
|
|
55040
|
+
contents.RuleGroupArn = (0, smithy_client_1.expectString)(output["ruleGroupArn"]);
|
|
55041
|
+
}
|
|
55042
|
+
if (output.sourceSet === "") {
|
|
55043
|
+
contents.Sources = [];
|
|
55044
|
+
}
|
|
55045
|
+
else if (output["sourceSet"] !== undefined && output["sourceSet"]["item"] !== undefined) {
|
|
55046
|
+
contents.Sources = deserializeAws_ec2ValueStringList((0, smithy_client_1.getArrayIfSingleItem)(output["sourceSet"]["item"]), context);
|
|
55047
|
+
}
|
|
55048
|
+
if (output.destinationSet === "") {
|
|
55049
|
+
contents.Destinations = [];
|
|
55050
|
+
}
|
|
55051
|
+
else if (output["destinationSet"] !== undefined && output["destinationSet"]["item"] !== undefined) {
|
|
55052
|
+
contents.Destinations = deserializeAws_ec2ValueStringList((0, smithy_client_1.getArrayIfSingleItem)(output["destinationSet"]["item"]), context);
|
|
55053
|
+
}
|
|
55054
|
+
if (output.sourcePortSet === "") {
|
|
55055
|
+
contents.SourcePorts = [];
|
|
55056
|
+
}
|
|
55057
|
+
else if (output["sourcePortSet"] !== undefined && output["sourcePortSet"]["item"] !== undefined) {
|
|
55058
|
+
contents.SourcePorts = deserializeAws_ec2PortRangeList((0, smithy_client_1.getArrayIfSingleItem)(output["sourcePortSet"]["item"]), context);
|
|
55059
|
+
}
|
|
55060
|
+
if (output.destinationPortSet === "") {
|
|
55061
|
+
contents.DestinationPorts = [];
|
|
55062
|
+
}
|
|
55063
|
+
else if (output["destinationPortSet"] !== undefined && output["destinationPortSet"]["item"] !== undefined) {
|
|
55064
|
+
contents.DestinationPorts = deserializeAws_ec2PortRangeList((0, smithy_client_1.getArrayIfSingleItem)(output["destinationPortSet"]["item"]), context);
|
|
55065
|
+
}
|
|
55066
|
+
if (output.protocolSet === "") {
|
|
55067
|
+
contents.Protocols = [];
|
|
55068
|
+
}
|
|
55069
|
+
else if (output["protocolSet"] !== undefined && output["protocolSet"]["item"] !== undefined) {
|
|
55070
|
+
contents.Protocols = deserializeAws_ec2ProtocolIntList((0, smithy_client_1.getArrayIfSingleItem)(output["protocolSet"]["item"]), context);
|
|
55071
|
+
}
|
|
55072
|
+
if (output["ruleAction"] !== undefined) {
|
|
55073
|
+
contents.RuleAction = (0, smithy_client_1.expectString)(output["ruleAction"]);
|
|
55074
|
+
}
|
|
55075
|
+
if (output["priority"] !== undefined) {
|
|
55076
|
+
contents.Priority = (0, smithy_client_1.strictParseInt32)(output["priority"]);
|
|
55077
|
+
}
|
|
55078
|
+
return contents;
|
|
55079
|
+
};
|
|
54861
55080
|
const deserializeAws_ec2FleetCapacityReservation = (output, context) => {
|
|
54862
55081
|
const contents = {
|
|
54863
55082
|
CapacityReservationId: undefined,
|
|
@@ -62290,6 +62509,8 @@ const deserializeAws_ec2NetworkInsightsPath = (output, context) => {
|
|
|
62290
62509
|
Protocol: undefined,
|
|
62291
62510
|
DestinationPort: undefined,
|
|
62292
62511
|
Tags: undefined,
|
|
62512
|
+
FilterAtSource: undefined,
|
|
62513
|
+
FilterAtDestination: undefined,
|
|
62293
62514
|
};
|
|
62294
62515
|
if (output["networkInsightsPathId"] !== undefined) {
|
|
62295
62516
|
contents.NetworkInsightsPathId = (0, smithy_client_1.expectString)(output["networkInsightsPathId"]);
|
|
@@ -62330,6 +62551,12 @@ const deserializeAws_ec2NetworkInsightsPath = (output, context) => {
|
|
|
62330
62551
|
else if (output["tagSet"] !== undefined && output["tagSet"]["item"] !== undefined) {
|
|
62331
62552
|
contents.Tags = deserializeAws_ec2TagList((0, smithy_client_1.getArrayIfSingleItem)(output["tagSet"]["item"]), context);
|
|
62332
62553
|
}
|
|
62554
|
+
if (output["filterAtSource"] !== undefined) {
|
|
62555
|
+
contents.FilterAtSource = deserializeAws_ec2PathFilter(output["filterAtSource"], context);
|
|
62556
|
+
}
|
|
62557
|
+
if (output["filterAtDestination"] !== undefined) {
|
|
62558
|
+
contents.FilterAtDestination = deserializeAws_ec2PathFilter(output["filterAtDestination"], context);
|
|
62559
|
+
}
|
|
62333
62560
|
return contents;
|
|
62334
62561
|
};
|
|
62335
62562
|
const deserializeAws_ec2NetworkInsightsPathList = (output, context) => {
|
|
@@ -62796,6 +63023,9 @@ const deserializeAws_ec2PathComponent = (output, context) => {
|
|
|
62796
63023
|
TransitGatewayRouteTableRoute: undefined,
|
|
62797
63024
|
Explanations: undefined,
|
|
62798
63025
|
ElasticLoadBalancerListener: undefined,
|
|
63026
|
+
FirewallStatelessRule: undefined,
|
|
63027
|
+
FirewallStatefulRule: undefined,
|
|
63028
|
+
ServiceName: undefined,
|
|
62799
63029
|
};
|
|
62800
63030
|
if (output["sequenceNumber"] !== undefined) {
|
|
62801
63031
|
contents.SequenceNumber = (0, smithy_client_1.strictParseInt32)(output["sequenceNumber"]);
|
|
@@ -62854,6 +63084,15 @@ const deserializeAws_ec2PathComponent = (output, context) => {
|
|
|
62854
63084
|
if (output["elasticLoadBalancerListener"] !== undefined) {
|
|
62855
63085
|
contents.ElasticLoadBalancerListener = deserializeAws_ec2AnalysisComponent(output["elasticLoadBalancerListener"], context);
|
|
62856
63086
|
}
|
|
63087
|
+
if (output["firewallStatelessRule"] !== undefined) {
|
|
63088
|
+
contents.FirewallStatelessRule = deserializeAws_ec2FirewallStatelessRule(output["firewallStatelessRule"], context);
|
|
63089
|
+
}
|
|
63090
|
+
if (output["firewallStatefulRule"] !== undefined) {
|
|
63091
|
+
contents.FirewallStatefulRule = deserializeAws_ec2FirewallStatefulRule(output["firewallStatefulRule"], context);
|
|
63092
|
+
}
|
|
63093
|
+
if (output["serviceName"] !== undefined) {
|
|
63094
|
+
contents.ServiceName = (0, smithy_client_1.expectString)(output["serviceName"]);
|
|
63095
|
+
}
|
|
62857
63096
|
return contents;
|
|
62858
63097
|
};
|
|
62859
63098
|
const deserializeAws_ec2PathComponentList = (output, context) => {
|
|
@@ -62863,6 +63102,27 @@ const deserializeAws_ec2PathComponentList = (output, context) => {
|
|
|
62863
63102
|
return deserializeAws_ec2PathComponent(entry, context);
|
|
62864
63103
|
});
|
|
62865
63104
|
};
|
|
63105
|
+
const deserializeAws_ec2PathFilter = (output, context) => {
|
|
63106
|
+
const contents = {
|
|
63107
|
+
SourceAddress: undefined,
|
|
63108
|
+
SourcePortRange: undefined,
|
|
63109
|
+
DestinationAddress: undefined,
|
|
63110
|
+
DestinationPortRange: undefined,
|
|
63111
|
+
};
|
|
63112
|
+
if (output["sourceAddress"] !== undefined) {
|
|
63113
|
+
contents.SourceAddress = (0, smithy_client_1.expectString)(output["sourceAddress"]);
|
|
63114
|
+
}
|
|
63115
|
+
if (output["sourcePortRange"] !== undefined) {
|
|
63116
|
+
contents.SourcePortRange = deserializeAws_ec2FilterPortRange(output["sourcePortRange"], context);
|
|
63117
|
+
}
|
|
63118
|
+
if (output["destinationAddress"] !== undefined) {
|
|
63119
|
+
contents.DestinationAddress = (0, smithy_client_1.expectString)(output["destinationAddress"]);
|
|
63120
|
+
}
|
|
63121
|
+
if (output["destinationPortRange"] !== undefined) {
|
|
63122
|
+
contents.DestinationPortRange = deserializeAws_ec2FilterPortRange(output["destinationPortRange"], context);
|
|
63123
|
+
}
|
|
63124
|
+
return contents;
|
|
63125
|
+
};
|
|
62866
63126
|
const deserializeAws_ec2PathStatement = (output, context) => {
|
|
62867
63127
|
const contents = {
|
|
62868
63128
|
PacketHeaderStatement: undefined,
|
|
@@ -63504,6 +63764,13 @@ const deserializeAws_ec2PropagatingVgwList = (output, context) => {
|
|
|
63504
63764
|
return deserializeAws_ec2PropagatingVgw(entry, context);
|
|
63505
63765
|
});
|
|
63506
63766
|
};
|
|
63767
|
+
const deserializeAws_ec2ProtocolIntList = (output, context) => {
|
|
63768
|
+
return (output || [])
|
|
63769
|
+
.filter((e) => e != null)
|
|
63770
|
+
.map((entry) => {
|
|
63771
|
+
return (0, smithy_client_1.strictParseInt32)(entry);
|
|
63772
|
+
});
|
|
63773
|
+
};
|
|
63507
63774
|
const deserializeAws_ec2ProtocolList = (output, context) => {
|
|
63508
63775
|
return (output || [])
|
|
63509
63776
|
.filter((e) => e != null)
|
|
@@ -65024,6 +65291,72 @@ const deserializeAws_ec2RouteTableList = (output, context) => {
|
|
|
65024
65291
|
return deserializeAws_ec2RouteTable(entry, context);
|
|
65025
65292
|
});
|
|
65026
65293
|
};
|
|
65294
|
+
const deserializeAws_ec2RuleGroupRuleOptionsPair = (output, context) => {
|
|
65295
|
+
const contents = {
|
|
65296
|
+
RuleGroupArn: undefined,
|
|
65297
|
+
RuleOptions: undefined,
|
|
65298
|
+
};
|
|
65299
|
+
if (output["ruleGroupArn"] !== undefined) {
|
|
65300
|
+
contents.RuleGroupArn = (0, smithy_client_1.expectString)(output["ruleGroupArn"]);
|
|
65301
|
+
}
|
|
65302
|
+
if (output.ruleOptionSet === "") {
|
|
65303
|
+
contents.RuleOptions = [];
|
|
65304
|
+
}
|
|
65305
|
+
else if (output["ruleOptionSet"] !== undefined && output["ruleOptionSet"]["item"] !== undefined) {
|
|
65306
|
+
contents.RuleOptions = deserializeAws_ec2RuleOptionList((0, smithy_client_1.getArrayIfSingleItem)(output["ruleOptionSet"]["item"]), context);
|
|
65307
|
+
}
|
|
65308
|
+
return contents;
|
|
65309
|
+
};
|
|
65310
|
+
const deserializeAws_ec2RuleGroupRuleOptionsPairList = (output, context) => {
|
|
65311
|
+
return (output || [])
|
|
65312
|
+
.filter((e) => e != null)
|
|
65313
|
+
.map((entry) => {
|
|
65314
|
+
return deserializeAws_ec2RuleGroupRuleOptionsPair(entry, context);
|
|
65315
|
+
});
|
|
65316
|
+
};
|
|
65317
|
+
const deserializeAws_ec2RuleGroupTypePair = (output, context) => {
|
|
65318
|
+
const contents = {
|
|
65319
|
+
RuleGroupArn: undefined,
|
|
65320
|
+
RuleGroupType: undefined,
|
|
65321
|
+
};
|
|
65322
|
+
if (output["ruleGroupArn"] !== undefined) {
|
|
65323
|
+
contents.RuleGroupArn = (0, smithy_client_1.expectString)(output["ruleGroupArn"]);
|
|
65324
|
+
}
|
|
65325
|
+
if (output["ruleGroupType"] !== undefined) {
|
|
65326
|
+
contents.RuleGroupType = (0, smithy_client_1.expectString)(output["ruleGroupType"]);
|
|
65327
|
+
}
|
|
65328
|
+
return contents;
|
|
65329
|
+
};
|
|
65330
|
+
const deserializeAws_ec2RuleGroupTypePairList = (output, context) => {
|
|
65331
|
+
return (output || [])
|
|
65332
|
+
.filter((e) => e != null)
|
|
65333
|
+
.map((entry) => {
|
|
65334
|
+
return deserializeAws_ec2RuleGroupTypePair(entry, context);
|
|
65335
|
+
});
|
|
65336
|
+
};
|
|
65337
|
+
const deserializeAws_ec2RuleOption = (output, context) => {
|
|
65338
|
+
const contents = {
|
|
65339
|
+
Keyword: undefined,
|
|
65340
|
+
Settings: undefined,
|
|
65341
|
+
};
|
|
65342
|
+
if (output["keyword"] !== undefined) {
|
|
65343
|
+
contents.Keyword = (0, smithy_client_1.expectString)(output["keyword"]);
|
|
65344
|
+
}
|
|
65345
|
+
if (output.settingSet === "") {
|
|
65346
|
+
contents.Settings = [];
|
|
65347
|
+
}
|
|
65348
|
+
else if (output["settingSet"] !== undefined && output["settingSet"]["item"] !== undefined) {
|
|
65349
|
+
contents.Settings = deserializeAws_ec2StringList((0, smithy_client_1.getArrayIfSingleItem)(output["settingSet"]["item"]), context);
|
|
65350
|
+
}
|
|
65351
|
+
return contents;
|
|
65352
|
+
};
|
|
65353
|
+
const deserializeAws_ec2RuleOptionList = (output, context) => {
|
|
65354
|
+
return (output || [])
|
|
65355
|
+
.filter((e) => e != null)
|
|
65356
|
+
.map((entry) => {
|
|
65357
|
+
return deserializeAws_ec2RuleOption(entry, context);
|
|
65358
|
+
});
|
|
65359
|
+
};
|
|
65027
65360
|
const deserializeAws_ec2RunInstancesMonitoringEnabled = (output, context) => {
|
|
65028
65361
|
const contents = {
|
|
65029
65362
|
Enabled: undefined,
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateReplaceRootVolumeTaskRequestFilterSensitiveLog,
|
|
4
|
+
import { CreateReplaceRootVolumeTaskRequestFilterSensitiveLog, } from "../models/models_1";
|
|
5
|
+
import { CreateReplaceRootVolumeTaskResultFilterSensitiveLog, } from "../models/models_2";
|
|
5
6
|
import { deserializeAws_ec2CreateReplaceRootVolumeTaskCommand, serializeAws_ec2CreateReplaceRootVolumeTaskCommand, } from "../protocols/Aws_ec2";
|
|
6
7
|
export class CreateReplaceRootVolumeTaskCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateReservedInstancesListingRequestFilterSensitiveLog, CreateReservedInstancesListingResultFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { CreateReservedInstancesListingRequestFilterSensitiveLog, CreateReservedInstancesListingResultFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_ec2CreateReservedInstancesListingCommand, serializeAws_ec2CreateReservedInstancesListingCommand, } from "../protocols/Aws_ec2";
|
|
6
6
|
export class CreateReservedInstancesListingCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateRestoreImageTaskRequestFilterSensitiveLog, CreateRestoreImageTaskResultFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { CreateRestoreImageTaskRequestFilterSensitiveLog, CreateRestoreImageTaskResultFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_ec2CreateRestoreImageTaskCommand, serializeAws_ec2CreateRestoreImageTaskCommand, } from "../protocols/Aws_ec2";
|
|
6
6
|
export class CreateRestoreImageTaskCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateRouteRequestFilterSensitiveLog, CreateRouteResultFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { CreateRouteRequestFilterSensitiveLog, CreateRouteResultFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_ec2CreateRouteCommand, serializeAws_ec2CreateRouteCommand } from "../protocols/Aws_ec2";
|
|
6
6
|
export class CreateRouteCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateRouteTableRequestFilterSensitiveLog } from "../models/
|
|
5
|
-
import { CreateRouteTableResultFilterSensitiveLog } from "../models/models_2";
|
|
4
|
+
import { CreateRouteTableRequestFilterSensitiveLog, CreateRouteTableResultFilterSensitiveLog, } from "../models/models_2";
|
|
6
5
|
import { deserializeAws_ec2CreateRouteTableCommand, serializeAws_ec2CreateRouteTableCommand, } from "../protocols/Aws_ec2";
|
|
7
6
|
export class CreateRouteTableCommand extends $Command {
|
|
8
7
|
static getEndpointParameterInstructions() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteSubnetCidrReservationRequestFilterSensitiveLog, DeleteSubnetCidrReservationResultFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { DeleteSubnetCidrReservationRequestFilterSensitiveLog, DeleteSubnetCidrReservationResultFilterSensitiveLog, } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_ec2DeleteSubnetCidrReservationCommand, serializeAws_ec2DeleteSubnetCidrReservationCommand, } from "../protocols/Aws_ec2";
|
|
6
6
|
export class DeleteSubnetCidrReservationCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteSubnetRequestFilterSensitiveLog } from "../models/
|
|
4
|
+
import { DeleteSubnetRequestFilterSensitiveLog } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_ec2DeleteSubnetCommand, serializeAws_ec2DeleteSubnetCommand } from "../protocols/Aws_ec2";
|
|
6
6
|
export class DeleteSubnetCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteTagsRequestFilterSensitiveLog } from "../models/
|
|
4
|
+
import { DeleteTagsRequestFilterSensitiveLog } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_ec2DeleteTagsCommand, serializeAws_ec2DeleteTagsCommand } from "../protocols/Aws_ec2";
|
|
6
6
|
export class DeleteTagsCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteTrafficMirrorFilterRequestFilterSensitiveLog, DeleteTrafficMirrorFilterResultFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { DeleteTrafficMirrorFilterRequestFilterSensitiveLog, DeleteTrafficMirrorFilterResultFilterSensitiveLog, } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_ec2DeleteTrafficMirrorFilterCommand, serializeAws_ec2DeleteTrafficMirrorFilterCommand, } from "../protocols/Aws_ec2";
|
|
6
6
|
export class DeleteTrafficMirrorFilterCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteTrafficMirrorFilterRuleRequestFilterSensitiveLog, DeleteTrafficMirrorFilterRuleResultFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { DeleteTrafficMirrorFilterRuleRequestFilterSensitiveLog, DeleteTrafficMirrorFilterRuleResultFilterSensitiveLog, } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_ec2DeleteTrafficMirrorFilterRuleCommand, serializeAws_ec2DeleteTrafficMirrorFilterRuleCommand, } from "../protocols/Aws_ec2";
|
|
6
6
|
export class DeleteTrafficMirrorFilterRuleCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteTrafficMirrorSessionRequestFilterSensitiveLog, } from "../models/
|
|
5
|
-
import { DeleteTrafficMirrorSessionResultFilterSensitiveLog, } from "../models/models_3";
|
|
4
|
+
import { DeleteTrafficMirrorSessionRequestFilterSensitiveLog, DeleteTrafficMirrorSessionResultFilterSensitiveLog, } from "../models/models_3";
|
|
6
5
|
import { deserializeAws_ec2DeleteTrafficMirrorSessionCommand, serializeAws_ec2DeleteTrafficMirrorSessionCommand, } from "../protocols/Aws_ec2";
|
|
7
6
|
export class DeleteTrafficMirrorSessionCommand extends $Command {
|
|
8
7
|
static getEndpointParameterInstructions() {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeVolumeStatusRequestFilterSensitiveLog } from "../models/
|
|
5
|
-
import { DescribeVolumeStatusResultFilterSensitiveLog } from "../models/models_5";
|
|
4
|
+
import { DescribeVolumeStatusRequestFilterSensitiveLog, DescribeVolumeStatusResultFilterSensitiveLog, } from "../models/models_5";
|
|
6
5
|
import { deserializeAws_ec2DescribeVolumeStatusCommand, serializeAws_ec2DescribeVolumeStatusCommand, } from "../protocols/Aws_ec2";
|
|
7
6
|
export class DescribeVolumeStatusCommand extends $Command {
|
|
8
7
|
static getEndpointParameterInstructions() {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeVolumesRequestFilterSensitiveLog
|
|
4
|
+
import { DescribeVolumesRequestFilterSensitiveLog } from "../models/models_4";
|
|
5
|
+
import { DescribeVolumesResultFilterSensitiveLog } from "../models/models_5";
|
|
5
6
|
import { deserializeAws_ec2DescribeVolumesCommand, serializeAws_ec2DescribeVolumesCommand } from "../protocols/Aws_ec2";
|
|
6
7
|
export class DescribeVolumesCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeVolumesModificationsRequestFilterSensitiveLog, DescribeVolumesModificationsResultFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { DescribeVolumesModificationsRequestFilterSensitiveLog, DescribeVolumesModificationsResultFilterSensitiveLog, } from "../models/models_5";
|
|
5
5
|
import { deserializeAws_ec2DescribeVolumesModificationsCommand, serializeAws_ec2DescribeVolumesModificationsCommand, } from "../protocols/Aws_ec2";
|
|
6
6
|
export class DescribeVolumesModificationsCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ImportVolumeRequestFilterSensitiveLog, ImportVolumeResultFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { ImportVolumeRequestFilterSensitiveLog, ImportVolumeResultFilterSensitiveLog, } from "../models/models_6";
|
|
5
5
|
import { deserializeAws_ec2ImportVolumeCommand, serializeAws_ec2ImportVolumeCommand } from "../protocols/Aws_ec2";
|
|
6
6
|
export class ImportVolumeCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|