@aws-sdk/client-ec2 3.799.0 → 3.803.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/README.md +48 -0
- package/dist-cjs/index.js +856 -208
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/CreateLocalGatewayVirtualInterfaceCommand.js +22 -0
- package/dist-es/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
- package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceCommand.js +22 -0
- package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
- package/dist-es/commands/DescribeConversionTasksCommand.js +1 -1
- package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
- package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
- package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
- package/dist-es/commands/ImportImageCommand.js +1 -1
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/models/models_1.js +4 -6
- package/dist-es/models/models_2.js +20 -9
- package/dist-es/models/models_3.js +8 -3
- package/dist-es/models/models_4.js +4 -7
- package/dist-es/models/models_5.js +12 -3
- package/dist-es/models/models_6.js +3 -25
- package/dist-es/models/models_7.js +26 -25
- package/dist-es/models/models_8.js +23 -0
- package/dist-es/protocols/Aws_ec2.js +548 -29
- package/dist-types/EC2.d.ts +44 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +3 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -13
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
- package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
- package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +2 -2
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -3
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +23 -27
- package/dist-types/commands/TerminateInstancesCommand.d.ts +6 -6
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +65 -65
- package/dist-types/models/models_2.d.ts +317 -240
- package/dist-types/models/models_3.d.ts +304 -475
- package/dist-types/models/models_4.d.ts +6882 -6870
- package/dist-types/models/models_5.d.ts +1250 -944
- package/dist-types/models/models_6.d.ts +3471 -3708
- package/dist-types/models/models_7.d.ts +4525 -4392
- package/dist-types/models/models_8.d.ts +495 -8
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +134 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +8 -14
- package/dist-types/ts3.4/models/models_2.d.ts +89 -60
- package/dist-types/ts3.4/models/models_3.d.ts +81 -102
- package/dist-types/ts3.4/models/models_4.d.ts +109 -85
- package/dist-types/ts3.4/models/models_5.d.ts +124 -94
- package/dist-types/ts3.4/models/models_6.d.ts +87 -134
- package/dist-types/ts3.4/models/models_7.d.ts +138 -120
- package/dist-types/ts3.4/models/models_8.d.ts +115 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +4 -4
|
@@ -933,6 +933,26 @@ export const se_CreateLocalGatewayRouteTableVpcAssociationCommand = async (input
|
|
|
933
933
|
});
|
|
934
934
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
935
935
|
};
|
|
936
|
+
export const se_CreateLocalGatewayVirtualInterfaceCommand = async (input, context) => {
|
|
937
|
+
const headers = SHARED_HEADERS;
|
|
938
|
+
let body;
|
|
939
|
+
body = buildFormUrlencodedString({
|
|
940
|
+
...se_CreateLocalGatewayVirtualInterfaceRequest(input, context),
|
|
941
|
+
[_A]: _CLGVI,
|
|
942
|
+
[_V]: _,
|
|
943
|
+
});
|
|
944
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
945
|
+
};
|
|
946
|
+
export const se_CreateLocalGatewayVirtualInterfaceGroupCommand = async (input, context) => {
|
|
947
|
+
const headers = SHARED_HEADERS;
|
|
948
|
+
let body;
|
|
949
|
+
body = buildFormUrlencodedString({
|
|
950
|
+
...se_CreateLocalGatewayVirtualInterfaceGroupRequest(input, context),
|
|
951
|
+
[_A]: _CLGVIG,
|
|
952
|
+
[_V]: _,
|
|
953
|
+
});
|
|
954
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
955
|
+
};
|
|
936
956
|
export const se_CreateManagedPrefixListCommand = async (input, context) => {
|
|
937
957
|
const headers = SHARED_HEADERS;
|
|
938
958
|
let body;
|
|
@@ -1743,6 +1763,26 @@ export const se_DeleteLocalGatewayRouteTableVpcAssociationCommand = async (input
|
|
|
1743
1763
|
});
|
|
1744
1764
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1745
1765
|
};
|
|
1766
|
+
export const se_DeleteLocalGatewayVirtualInterfaceCommand = async (input, context) => {
|
|
1767
|
+
const headers = SHARED_HEADERS;
|
|
1768
|
+
let body;
|
|
1769
|
+
body = buildFormUrlencodedString({
|
|
1770
|
+
...se_DeleteLocalGatewayVirtualInterfaceRequest(input, context),
|
|
1771
|
+
[_A]: _DLGVI,
|
|
1772
|
+
[_V]: _,
|
|
1773
|
+
});
|
|
1774
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1775
|
+
};
|
|
1776
|
+
export const se_DeleteLocalGatewayVirtualInterfaceGroupCommand = async (input, context) => {
|
|
1777
|
+
const headers = SHARED_HEADERS;
|
|
1778
|
+
let body;
|
|
1779
|
+
body = buildFormUrlencodedString({
|
|
1780
|
+
...se_DeleteLocalGatewayVirtualInterfaceGroupRequest(input, context),
|
|
1781
|
+
[_A]: _DLGVIG,
|
|
1782
|
+
[_V]: _,
|
|
1783
|
+
});
|
|
1784
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1785
|
+
};
|
|
1746
1786
|
export const se_DeleteManagedPrefixListCommand = async (input, context) => {
|
|
1747
1787
|
const headers = SHARED_HEADERS;
|
|
1748
1788
|
let body;
|
|
@@ -3118,7 +3158,7 @@ export const se_DescribeLocalGatewayVirtualInterfaceGroupsCommand = async (input
|
|
|
3118
3158
|
let body;
|
|
3119
3159
|
body = buildFormUrlencodedString({
|
|
3120
3160
|
...se_DescribeLocalGatewayVirtualInterfaceGroupsRequest(input, context),
|
|
3121
|
-
[_A]:
|
|
3161
|
+
[_A]: _DLGVIGe,
|
|
3122
3162
|
[_V]: _,
|
|
3123
3163
|
});
|
|
3124
3164
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
@@ -3128,7 +3168,7 @@ export const se_DescribeLocalGatewayVirtualInterfacesCommand = async (input, con
|
|
|
3128
3168
|
let body;
|
|
3129
3169
|
body = buildFormUrlencodedString({
|
|
3130
3170
|
...se_DescribeLocalGatewayVirtualInterfacesRequest(input, context),
|
|
3131
|
-
[_A]:
|
|
3171
|
+
[_A]: _DLGVIe,
|
|
3132
3172
|
[_V]: _,
|
|
3133
3173
|
});
|
|
3134
3174
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
@@ -3263,6 +3303,16 @@ export const se_DescribeNetworkInterfacesCommand = async (input, context) => {
|
|
|
3263
3303
|
});
|
|
3264
3304
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3265
3305
|
};
|
|
3306
|
+
export const se_DescribeOutpostLagsCommand = async (input, context) => {
|
|
3307
|
+
const headers = SHARED_HEADERS;
|
|
3308
|
+
let body;
|
|
3309
|
+
body = buildFormUrlencodedString({
|
|
3310
|
+
...se_DescribeOutpostLagsRequest(input, context),
|
|
3311
|
+
[_A]: _DOL,
|
|
3312
|
+
[_V]: _,
|
|
3313
|
+
});
|
|
3314
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3315
|
+
};
|
|
3266
3316
|
export const se_DescribePlacementGroupsCommand = async (input, context) => {
|
|
3267
3317
|
const headers = SHARED_HEADERS;
|
|
3268
3318
|
let body;
|
|
@@ -3463,6 +3513,16 @@ export const se_DescribeSecurityGroupVpcAssociationsCommand = async (input, cont
|
|
|
3463
3513
|
});
|
|
3464
3514
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3465
3515
|
};
|
|
3516
|
+
export const se_DescribeServiceLinkVirtualInterfacesCommand = async (input, context) => {
|
|
3517
|
+
const headers = SHARED_HEADERS;
|
|
3518
|
+
let body;
|
|
3519
|
+
body = buildFormUrlencodedString({
|
|
3520
|
+
...se_DescribeServiceLinkVirtualInterfacesRequest(input, context),
|
|
3521
|
+
[_A]: _DSLVI,
|
|
3522
|
+
[_V]: _,
|
|
3523
|
+
});
|
|
3524
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3525
|
+
};
|
|
3466
3526
|
export const se_DescribeSnapshotAttributeCommand = async (input, context) => {
|
|
3467
3527
|
const headers = SHARED_HEADERS;
|
|
3468
3528
|
let body;
|
|
@@ -7950,6 +8010,32 @@ export const de_CreateLocalGatewayRouteTableVpcAssociationCommand = async (outpu
|
|
|
7950
8010
|
};
|
|
7951
8011
|
return response;
|
|
7952
8012
|
};
|
|
8013
|
+
export const de_CreateLocalGatewayVirtualInterfaceCommand = async (output, context) => {
|
|
8014
|
+
if (output.statusCode >= 300) {
|
|
8015
|
+
return de_CommandError(output, context);
|
|
8016
|
+
}
|
|
8017
|
+
const data = await parseBody(output.body, context);
|
|
8018
|
+
let contents = {};
|
|
8019
|
+
contents = de_CreateLocalGatewayVirtualInterfaceResult(data, context);
|
|
8020
|
+
const response = {
|
|
8021
|
+
$metadata: deserializeMetadata(output),
|
|
8022
|
+
...contents,
|
|
8023
|
+
};
|
|
8024
|
+
return response;
|
|
8025
|
+
};
|
|
8026
|
+
export const de_CreateLocalGatewayVirtualInterfaceGroupCommand = async (output, context) => {
|
|
8027
|
+
if (output.statusCode >= 300) {
|
|
8028
|
+
return de_CommandError(output, context);
|
|
8029
|
+
}
|
|
8030
|
+
const data = await parseBody(output.body, context);
|
|
8031
|
+
let contents = {};
|
|
8032
|
+
contents = de_CreateLocalGatewayVirtualInterfaceGroupResult(data, context);
|
|
8033
|
+
const response = {
|
|
8034
|
+
$metadata: deserializeMetadata(output),
|
|
8035
|
+
...contents,
|
|
8036
|
+
};
|
|
8037
|
+
return response;
|
|
8038
|
+
};
|
|
7953
8039
|
export const de_CreateManagedPrefixListCommand = async (output, context) => {
|
|
7954
8040
|
if (output.statusCode >= 300) {
|
|
7955
8041
|
return de_CommandError(output, context);
|
|
@@ -8985,6 +9071,32 @@ export const de_DeleteLocalGatewayRouteTableVpcAssociationCommand = async (outpu
|
|
|
8985
9071
|
};
|
|
8986
9072
|
return response;
|
|
8987
9073
|
};
|
|
9074
|
+
export const de_DeleteLocalGatewayVirtualInterfaceCommand = async (output, context) => {
|
|
9075
|
+
if (output.statusCode >= 300) {
|
|
9076
|
+
return de_CommandError(output, context);
|
|
9077
|
+
}
|
|
9078
|
+
const data = await parseBody(output.body, context);
|
|
9079
|
+
let contents = {};
|
|
9080
|
+
contents = de_DeleteLocalGatewayVirtualInterfaceResult(data, context);
|
|
9081
|
+
const response = {
|
|
9082
|
+
$metadata: deserializeMetadata(output),
|
|
9083
|
+
...contents,
|
|
9084
|
+
};
|
|
9085
|
+
return response;
|
|
9086
|
+
};
|
|
9087
|
+
export const de_DeleteLocalGatewayVirtualInterfaceGroupCommand = async (output, context) => {
|
|
9088
|
+
if (output.statusCode >= 300) {
|
|
9089
|
+
return de_CommandError(output, context);
|
|
9090
|
+
}
|
|
9091
|
+
const data = await parseBody(output.body, context);
|
|
9092
|
+
let contents = {};
|
|
9093
|
+
contents = de_DeleteLocalGatewayVirtualInterfaceGroupResult(data, context);
|
|
9094
|
+
const response = {
|
|
9095
|
+
$metadata: deserializeMetadata(output),
|
|
9096
|
+
...contents,
|
|
9097
|
+
};
|
|
9098
|
+
return response;
|
|
9099
|
+
};
|
|
8988
9100
|
export const de_DeleteManagedPrefixListCommand = async (output, context) => {
|
|
8989
9101
|
if (output.statusCode >= 300) {
|
|
8990
9102
|
return de_CommandError(output, context);
|
|
@@ -10916,6 +11028,19 @@ export const de_DescribeNetworkInterfacesCommand = async (output, context) => {
|
|
|
10916
11028
|
};
|
|
10917
11029
|
return response;
|
|
10918
11030
|
};
|
|
11031
|
+
export const de_DescribeOutpostLagsCommand = async (output, context) => {
|
|
11032
|
+
if (output.statusCode >= 300) {
|
|
11033
|
+
return de_CommandError(output, context);
|
|
11034
|
+
}
|
|
11035
|
+
const data = await parseBody(output.body, context);
|
|
11036
|
+
let contents = {};
|
|
11037
|
+
contents = de_DescribeOutpostLagsResult(data, context);
|
|
11038
|
+
const response = {
|
|
11039
|
+
$metadata: deserializeMetadata(output),
|
|
11040
|
+
...contents,
|
|
11041
|
+
};
|
|
11042
|
+
return response;
|
|
11043
|
+
};
|
|
10919
11044
|
export const de_DescribePlacementGroupsCommand = async (output, context) => {
|
|
10920
11045
|
if (output.statusCode >= 300) {
|
|
10921
11046
|
return de_CommandError(output, context);
|
|
@@ -11176,6 +11301,19 @@ export const de_DescribeSecurityGroupVpcAssociationsCommand = async (output, con
|
|
|
11176
11301
|
};
|
|
11177
11302
|
return response;
|
|
11178
11303
|
};
|
|
11304
|
+
export const de_DescribeServiceLinkVirtualInterfacesCommand = async (output, context) => {
|
|
11305
|
+
if (output.statusCode >= 300) {
|
|
11306
|
+
return de_CommandError(output, context);
|
|
11307
|
+
}
|
|
11308
|
+
const data = await parseBody(output.body, context);
|
|
11309
|
+
let contents = {};
|
|
11310
|
+
contents = de_DescribeServiceLinkVirtualInterfacesResult(data, context);
|
|
11311
|
+
const response = {
|
|
11312
|
+
$metadata: deserializeMetadata(output),
|
|
11313
|
+
...contents,
|
|
11314
|
+
};
|
|
11315
|
+
return response;
|
|
11316
|
+
};
|
|
11179
11317
|
export const de_DescribeSnapshotAttributeCommand = async (output, context) => {
|
|
11180
11318
|
if (output.statusCode >= 300) {
|
|
11181
11319
|
return de_CommandError(output, context);
|
|
@@ -18207,6 +18345,9 @@ const se_CreateIpamRequest = (input, context) => {
|
|
|
18207
18345
|
if (input[_EPG] != null) {
|
|
18208
18346
|
entries[_EPG] = input[_EPG];
|
|
18209
18347
|
}
|
|
18348
|
+
if (input[_MAe] != null) {
|
|
18349
|
+
entries[_MAe] = input[_MAe];
|
|
18350
|
+
}
|
|
18210
18351
|
return entries;
|
|
18211
18352
|
};
|
|
18212
18353
|
const se_CreateIpamResourceDiscoveryRequest = (input, context) => {
|
|
@@ -18445,6 +18586,64 @@ const se_CreateLocalGatewayRouteTableVpcAssociationRequest = (input, context) =>
|
|
|
18445
18586
|
}
|
|
18446
18587
|
return entries;
|
|
18447
18588
|
};
|
|
18589
|
+
const se_CreateLocalGatewayVirtualInterfaceGroupRequest = (input, context) => {
|
|
18590
|
+
const entries = {};
|
|
18591
|
+
if (input[_LGI] != null) {
|
|
18592
|
+
entries[_LGI] = input[_LGI];
|
|
18593
|
+
}
|
|
18594
|
+
if (input[_LBA] != null) {
|
|
18595
|
+
entries[_LBA] = input[_LBA];
|
|
18596
|
+
}
|
|
18597
|
+
if (input[_LBAE] != null) {
|
|
18598
|
+
entries[_LBAE] = input[_LBAE];
|
|
18599
|
+
}
|
|
18600
|
+
if (input[_TS] != null) {
|
|
18601
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
18602
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18603
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
18604
|
+
entries[loc] = value;
|
|
18605
|
+
});
|
|
18606
|
+
}
|
|
18607
|
+
if (input[_DRr] != null) {
|
|
18608
|
+
entries[_DRr] = input[_DRr];
|
|
18609
|
+
}
|
|
18610
|
+
return entries;
|
|
18611
|
+
};
|
|
18612
|
+
const se_CreateLocalGatewayVirtualInterfaceRequest = (input, context) => {
|
|
18613
|
+
const entries = {};
|
|
18614
|
+
if (input[_LGVIGI] != null) {
|
|
18615
|
+
entries[_LGVIGI] = input[_LGVIGI];
|
|
18616
|
+
}
|
|
18617
|
+
if (input[_OLI] != null) {
|
|
18618
|
+
entries[_OLI] = input[_OLI];
|
|
18619
|
+
}
|
|
18620
|
+
if (input[_Vl] != null) {
|
|
18621
|
+
entries[_Vl] = input[_Vl];
|
|
18622
|
+
}
|
|
18623
|
+
if (input[_LA] != null) {
|
|
18624
|
+
entries[_LA] = input[_LA];
|
|
18625
|
+
}
|
|
18626
|
+
if (input[_PAe] != null) {
|
|
18627
|
+
entries[_PAe] = input[_PAe];
|
|
18628
|
+
}
|
|
18629
|
+
if (input[_PBA] != null) {
|
|
18630
|
+
entries[_PBA] = input[_PBA];
|
|
18631
|
+
}
|
|
18632
|
+
if (input[_TS] != null) {
|
|
18633
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
18634
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18635
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
18636
|
+
entries[loc] = value;
|
|
18637
|
+
});
|
|
18638
|
+
}
|
|
18639
|
+
if (input[_DRr] != null) {
|
|
18640
|
+
entries[_DRr] = input[_DRr];
|
|
18641
|
+
}
|
|
18642
|
+
if (input[_PBAE] != null) {
|
|
18643
|
+
entries[_PBAE] = input[_PBAE];
|
|
18644
|
+
}
|
|
18645
|
+
return entries;
|
|
18646
|
+
};
|
|
18448
18647
|
const se_CreateManagedPrefixListRequest = (input, context) => {
|
|
18449
18648
|
const entries = {};
|
|
18450
18649
|
if (input[_DRr] != null) {
|
|
@@ -19800,8 +19999,8 @@ const se_CreateVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
|
|
|
19800
19999
|
if (input[_Po] != null) {
|
|
19801
20000
|
entries[_Po] = input[_Po];
|
|
19802
20001
|
}
|
|
19803
|
-
if (input[
|
|
19804
|
-
entries[
|
|
20002
|
+
if (input[_LBAo] != null) {
|
|
20003
|
+
entries[_LBAo] = input[_LBAo];
|
|
19805
20004
|
}
|
|
19806
20005
|
if (input[_SIu] != null) {
|
|
19807
20006
|
const memberEntries = se_CreateVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
|
|
@@ -20956,6 +21155,26 @@ const se_DeleteLocalGatewayRouteTableVpcAssociationRequest = (input, context) =>
|
|
|
20956
21155
|
}
|
|
20957
21156
|
return entries;
|
|
20958
21157
|
};
|
|
21158
|
+
const se_DeleteLocalGatewayVirtualInterfaceGroupRequest = (input, context) => {
|
|
21159
|
+
const entries = {};
|
|
21160
|
+
if (input[_LGVIGI] != null) {
|
|
21161
|
+
entries[_LGVIGI] = input[_LGVIGI];
|
|
21162
|
+
}
|
|
21163
|
+
if (input[_DRr] != null) {
|
|
21164
|
+
entries[_DRr] = input[_DRr];
|
|
21165
|
+
}
|
|
21166
|
+
return entries;
|
|
21167
|
+
};
|
|
21168
|
+
const se_DeleteLocalGatewayVirtualInterfaceRequest = (input, context) => {
|
|
21169
|
+
const entries = {};
|
|
21170
|
+
if (input[_LGVII] != null) {
|
|
21171
|
+
entries[_LGVII] = input[_LGVII];
|
|
21172
|
+
}
|
|
21173
|
+
if (input[_DRr] != null) {
|
|
21174
|
+
entries[_DRr] = input[_DRr];
|
|
21175
|
+
}
|
|
21176
|
+
return entries;
|
|
21177
|
+
};
|
|
20959
21178
|
const se_DeleteManagedPrefixListRequest = (input, context) => {
|
|
20960
21179
|
const entries = {};
|
|
20961
21180
|
if (input[_DRr] != null) {
|
|
@@ -23614,8 +23833,8 @@ const se_DescribeLocalGatewayVirtualInterfaceGroupsRequest = (input, context) =>
|
|
|
23614
23833
|
};
|
|
23615
23834
|
const se_DescribeLocalGatewayVirtualInterfacesRequest = (input, context) => {
|
|
23616
23835
|
const entries = {};
|
|
23617
|
-
if (input[
|
|
23618
|
-
const memberEntries = se_LocalGatewayVirtualInterfaceIdSet(input[
|
|
23836
|
+
if (input[_LGVIIo] != null) {
|
|
23837
|
+
const memberEntries = se_LocalGatewayVirtualInterfaceIdSet(input[_LGVIIo], context);
|
|
23619
23838
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23620
23839
|
const loc = `LocalGatewayVirtualInterfaceId.${key.substring(key.indexOf(".") + 1)}`;
|
|
23621
23840
|
entries[loc] = value;
|
|
@@ -23988,6 +24207,33 @@ const se_DescribeNetworkInterfacesRequest = (input, context) => {
|
|
|
23988
24207
|
}
|
|
23989
24208
|
return entries;
|
|
23990
24209
|
};
|
|
24210
|
+
const se_DescribeOutpostLagsRequest = (input, context) => {
|
|
24211
|
+
const entries = {};
|
|
24212
|
+
if (input[_OLIu] != null) {
|
|
24213
|
+
const memberEntries = se_OutpostLagIdSet(input[_OLIu], context);
|
|
24214
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24215
|
+
const loc = `OutpostLagId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24216
|
+
entries[loc] = value;
|
|
24217
|
+
});
|
|
24218
|
+
}
|
|
24219
|
+
if (input[_Fi] != null) {
|
|
24220
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24221
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24222
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24223
|
+
entries[loc] = value;
|
|
24224
|
+
});
|
|
24225
|
+
}
|
|
24226
|
+
if (input[_MR] != null) {
|
|
24227
|
+
entries[_MR] = input[_MR];
|
|
24228
|
+
}
|
|
24229
|
+
if (input[_NT] != null) {
|
|
24230
|
+
entries[_NT] = input[_NT];
|
|
24231
|
+
}
|
|
24232
|
+
if (input[_DRr] != null) {
|
|
24233
|
+
entries[_DRr] = input[_DRr];
|
|
24234
|
+
}
|
|
24235
|
+
return entries;
|
|
24236
|
+
};
|
|
23991
24237
|
const se_DescribePlacementGroupsRequest = (input, context) => {
|
|
23992
24238
|
const entries = {};
|
|
23993
24239
|
if (input[_GIro] != null) {
|
|
@@ -24537,6 +24783,33 @@ const se_DescribeSecurityGroupVpcAssociationsRequest = (input, context) => {
|
|
|
24537
24783
|
}
|
|
24538
24784
|
return entries;
|
|
24539
24785
|
};
|
|
24786
|
+
const se_DescribeServiceLinkVirtualInterfacesRequest = (input, context) => {
|
|
24787
|
+
const entries = {};
|
|
24788
|
+
if (input[_SLVII] != null) {
|
|
24789
|
+
const memberEntries = se_ServiceLinkVirtualInterfaceIdSet(input[_SLVII], context);
|
|
24790
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24791
|
+
const loc = `ServiceLinkVirtualInterfaceId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24792
|
+
entries[loc] = value;
|
|
24793
|
+
});
|
|
24794
|
+
}
|
|
24795
|
+
if (input[_Fi] != null) {
|
|
24796
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24797
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24798
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24799
|
+
entries[loc] = value;
|
|
24800
|
+
});
|
|
24801
|
+
}
|
|
24802
|
+
if (input[_MR] != null) {
|
|
24803
|
+
entries[_MR] = input[_MR];
|
|
24804
|
+
}
|
|
24805
|
+
if (input[_NT] != null) {
|
|
24806
|
+
entries[_NT] = input[_NT];
|
|
24807
|
+
}
|
|
24808
|
+
if (input[_DRr] != null) {
|
|
24809
|
+
entries[_DRr] = input[_DRr];
|
|
24810
|
+
}
|
|
24811
|
+
return entries;
|
|
24812
|
+
};
|
|
24540
24813
|
const se_DescribeSnapshotAttributeRequest = (input, context) => {
|
|
24541
24814
|
const entries = {};
|
|
24542
24815
|
if (input[_At] != null) {
|
|
@@ -31574,6 +31847,9 @@ const se_ModifyIpamRequest = (input, context) => {
|
|
|
31574
31847
|
if (input[_EPG] != null) {
|
|
31575
31848
|
entries[_EPG] = input[_EPG];
|
|
31576
31849
|
}
|
|
31850
|
+
if (input[_MAe] != null) {
|
|
31851
|
+
entries[_MAe] = input[_MAe];
|
|
31852
|
+
}
|
|
31577
31853
|
return entries;
|
|
31578
31854
|
};
|
|
31579
31855
|
const se_ModifyIpamResourceCidrRequest = (input, context) => {
|
|
@@ -33456,6 +33732,18 @@ const se_OrganizationArnStringList = (input, context) => {
|
|
|
33456
33732
|
}
|
|
33457
33733
|
return entries;
|
|
33458
33734
|
};
|
|
33735
|
+
const se_OutpostLagIdSet = (input, context) => {
|
|
33736
|
+
const entries = {};
|
|
33737
|
+
let counter = 1;
|
|
33738
|
+
for (const entry of input) {
|
|
33739
|
+
if (entry === null) {
|
|
33740
|
+
continue;
|
|
33741
|
+
}
|
|
33742
|
+
entries[`Item.${counter}`] = entry;
|
|
33743
|
+
counter++;
|
|
33744
|
+
}
|
|
33745
|
+
return entries;
|
|
33746
|
+
};
|
|
33459
33747
|
const se_OwnerStringList = (input, context) => {
|
|
33460
33748
|
const entries = {};
|
|
33461
33749
|
let counter = 1;
|
|
@@ -36612,6 +36900,18 @@ const se_SendDiagnosticInterruptRequest = (input, context) => {
|
|
|
36612
36900
|
}
|
|
36613
36901
|
return entries;
|
|
36614
36902
|
};
|
|
36903
|
+
const se_ServiceLinkVirtualInterfaceIdSet = (input, context) => {
|
|
36904
|
+
const entries = {};
|
|
36905
|
+
let counter = 1;
|
|
36906
|
+
for (const entry of input) {
|
|
36907
|
+
if (entry === null) {
|
|
36908
|
+
continue;
|
|
36909
|
+
}
|
|
36910
|
+
entries[`Item.${counter}`] = entry;
|
|
36911
|
+
counter++;
|
|
36912
|
+
}
|
|
36913
|
+
return entries;
|
|
36914
|
+
};
|
|
36615
36915
|
const se_SlotDateTimeRangeRequest = (input, context) => {
|
|
36616
36916
|
const entries = {};
|
|
36617
36917
|
if (input[_ETa] != null) {
|
|
@@ -41498,6 +41798,20 @@ const de_CreateLocalGatewayRouteTableVpcAssociationResult = (output, context) =>
|
|
|
41498
41798
|
}
|
|
41499
41799
|
return contents;
|
|
41500
41800
|
};
|
|
41801
|
+
const de_CreateLocalGatewayVirtualInterfaceGroupResult = (output, context) => {
|
|
41802
|
+
const contents = {};
|
|
41803
|
+
if (output[_lGVIG] != null) {
|
|
41804
|
+
contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroup(output[_lGVIG], context);
|
|
41805
|
+
}
|
|
41806
|
+
return contents;
|
|
41807
|
+
};
|
|
41808
|
+
const de_CreateLocalGatewayVirtualInterfaceResult = (output, context) => {
|
|
41809
|
+
const contents = {};
|
|
41810
|
+
if (output[_lGVI] != null) {
|
|
41811
|
+
contents[_LGVI] = de_LocalGatewayVirtualInterface(output[_lGVI], context);
|
|
41812
|
+
}
|
|
41813
|
+
return contents;
|
|
41814
|
+
};
|
|
41501
41815
|
const de_CreateManagedPrefixListResult = (output, context) => {
|
|
41502
41816
|
const contents = {};
|
|
41503
41817
|
if (output[_pL] != null) {
|
|
@@ -42319,6 +42633,20 @@ const de_DeleteLocalGatewayRouteTableVpcAssociationResult = (output, context) =>
|
|
|
42319
42633
|
}
|
|
42320
42634
|
return contents;
|
|
42321
42635
|
};
|
|
42636
|
+
const de_DeleteLocalGatewayVirtualInterfaceGroupResult = (output, context) => {
|
|
42637
|
+
const contents = {};
|
|
42638
|
+
if (output[_lGVIG] != null) {
|
|
42639
|
+
contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroup(output[_lGVIG], context);
|
|
42640
|
+
}
|
|
42641
|
+
return contents;
|
|
42642
|
+
};
|
|
42643
|
+
const de_DeleteLocalGatewayVirtualInterfaceResult = (output, context) => {
|
|
42644
|
+
const contents = {};
|
|
42645
|
+
if (output[_lGVI] != null) {
|
|
42646
|
+
contents[_LGVI] = de_LocalGatewayVirtualInterface(output[_lGVI], context);
|
|
42647
|
+
}
|
|
42648
|
+
return contents;
|
|
42649
|
+
};
|
|
42322
42650
|
const de_DeleteManagedPrefixListResult = (output, context) => {
|
|
42323
42651
|
const contents = {};
|
|
42324
42652
|
if (output[_pL] != null) {
|
|
@@ -43761,10 +44089,10 @@ const de_DescribeLocalGatewaysResult = (output, context) => {
|
|
|
43761
44089
|
const de_DescribeLocalGatewayVirtualInterfaceGroupsResult = (output, context) => {
|
|
43762
44090
|
const contents = {};
|
|
43763
44091
|
if (output.localGatewayVirtualInterfaceGroupSet === "") {
|
|
43764
|
-
contents[
|
|
44092
|
+
contents[_LGVIGo] = [];
|
|
43765
44093
|
}
|
|
43766
44094
|
else if (output[_lGVIGS] != null && output[_lGVIGS][_i] != null) {
|
|
43767
|
-
contents[
|
|
44095
|
+
contents[_LGVIGo] = de_LocalGatewayVirtualInterfaceGroupSet(__getArrayIfSingleItem(output[_lGVIGS][_i]), context);
|
|
43768
44096
|
}
|
|
43769
44097
|
if (output[_nTe] != null) {
|
|
43770
44098
|
contents[_NT] = __expectString(output[_nTe]);
|
|
@@ -43774,10 +44102,10 @@ const de_DescribeLocalGatewayVirtualInterfaceGroupsResult = (output, context) =>
|
|
|
43774
44102
|
const de_DescribeLocalGatewayVirtualInterfacesResult = (output, context) => {
|
|
43775
44103
|
const contents = {};
|
|
43776
44104
|
if (output.localGatewayVirtualInterfaceSet === "") {
|
|
43777
|
-
contents[
|
|
44105
|
+
contents[_LGVIo] = [];
|
|
43778
44106
|
}
|
|
43779
44107
|
else if (output[_lGVIS] != null && output[_lGVIS][_i] != null) {
|
|
43780
|
-
contents[
|
|
44108
|
+
contents[_LGVIo] = de_LocalGatewayVirtualInterfaceSet(__getArrayIfSingleItem(output[_lGVIS][_i]), context);
|
|
43781
44109
|
}
|
|
43782
44110
|
if (output[_nTe] != null) {
|
|
43783
44111
|
contents[_NT] = __expectString(output[_nTe]);
|
|
@@ -43965,6 +44293,19 @@ const de_DescribeNetworkInterfacesResult = (output, context) => {
|
|
|
43965
44293
|
}
|
|
43966
44294
|
return contents;
|
|
43967
44295
|
};
|
|
44296
|
+
const de_DescribeOutpostLagsResult = (output, context) => {
|
|
44297
|
+
const contents = {};
|
|
44298
|
+
if (output.outpostLagSet === "") {
|
|
44299
|
+
contents[_OL] = [];
|
|
44300
|
+
}
|
|
44301
|
+
else if (output[_oLS] != null && output[_oLS][_i] != null) {
|
|
44302
|
+
contents[_OL] = de_OutpostLagSet(__getArrayIfSingleItem(output[_oLS][_i]), context);
|
|
44303
|
+
}
|
|
44304
|
+
if (output[_nTe] != null) {
|
|
44305
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
44306
|
+
}
|
|
44307
|
+
return contents;
|
|
44308
|
+
};
|
|
43968
44309
|
const de_DescribePlacementGroupsResult = (output, context) => {
|
|
43969
44310
|
const contents = {};
|
|
43970
44311
|
if (output.placementGroupSet === "") {
|
|
@@ -44210,6 +44551,19 @@ const de_DescribeSecurityGroupVpcAssociationsResult = (output, context) => {
|
|
|
44210
44551
|
}
|
|
44211
44552
|
return contents;
|
|
44212
44553
|
};
|
|
44554
|
+
const de_DescribeServiceLinkVirtualInterfacesResult = (output, context) => {
|
|
44555
|
+
const contents = {};
|
|
44556
|
+
if (output.serviceLinkVirtualInterfaceSet === "") {
|
|
44557
|
+
contents[_SLVI] = [];
|
|
44558
|
+
}
|
|
44559
|
+
else if (output[_sLVIS] != null && output[_sLVIS][_i] != null) {
|
|
44560
|
+
contents[_SLVI] = de_ServiceLinkVirtualInterfaceSet(__getArrayIfSingleItem(output[_sLVIS][_i]), context);
|
|
44561
|
+
}
|
|
44562
|
+
if (output[_nTe] != null) {
|
|
44563
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
44564
|
+
}
|
|
44565
|
+
return contents;
|
|
44566
|
+
};
|
|
44213
44567
|
const de_DescribeSnapshotAttributeResult = (output, context) => {
|
|
44214
44568
|
const contents = {};
|
|
44215
44569
|
if (output.productCodes === "") {
|
|
@@ -46180,7 +46534,7 @@ const de_Explanation = (output, context) => {
|
|
|
46180
46534
|
contents[_IGn] = de_AnalysisComponent(output[_iG], context);
|
|
46181
46535
|
}
|
|
46182
46536
|
if (output[_lBA] != null) {
|
|
46183
|
-
contents[
|
|
46537
|
+
contents[_LBAo] = __expectString(output[_lBA]);
|
|
46184
46538
|
}
|
|
46185
46539
|
if (output[_cLBL] != null) {
|
|
46186
46540
|
contents[_CLBL] = de_AnalysisLoadBalancerListener(output[_cLBL], context);
|
|
@@ -50370,6 +50724,9 @@ const de_Ipam = (output, context) => {
|
|
|
50370
50724
|
if (output[_ePG] != null) {
|
|
50371
50725
|
contents[_EPG] = __parseBoolean(output[_ePG]);
|
|
50372
50726
|
}
|
|
50727
|
+
if (output[_mAe] != null) {
|
|
50728
|
+
contents[_MAe] = __expectString(output[_mAe]);
|
|
50729
|
+
}
|
|
50373
50730
|
return contents;
|
|
50374
50731
|
};
|
|
50375
50732
|
const de_IpamAddressHistoryRecord = (output, context) => {
|
|
@@ -52274,11 +52631,20 @@ const de_LocalGatewaySet = (output, context) => {
|
|
|
52274
52631
|
const de_LocalGatewayVirtualInterface = (output, context) => {
|
|
52275
52632
|
const contents = {};
|
|
52276
52633
|
if (output[_lGVII] != null) {
|
|
52277
|
-
contents[
|
|
52634
|
+
contents[_LGVII] = __expectString(output[_lGVII]);
|
|
52278
52635
|
}
|
|
52279
52636
|
if (output[_lGI] != null) {
|
|
52280
52637
|
contents[_LGI] = __expectString(output[_lGI]);
|
|
52281
52638
|
}
|
|
52639
|
+
if (output[_lGVIGI] != null) {
|
|
52640
|
+
contents[_LGVIGI] = __expectString(output[_lGVIGI]);
|
|
52641
|
+
}
|
|
52642
|
+
if (output[_lGVIA] != null) {
|
|
52643
|
+
contents[_LGVIA] = __expectString(output[_lGVIA]);
|
|
52644
|
+
}
|
|
52645
|
+
if (output[_oLI] != null) {
|
|
52646
|
+
contents[_OLI] = __expectString(output[_oLI]);
|
|
52647
|
+
}
|
|
52282
52648
|
if (output[_vl] != null) {
|
|
52283
52649
|
contents[_Vl] = __strictParseInt32(output[_vl]);
|
|
52284
52650
|
}
|
|
@@ -52289,11 +52655,14 @@ const de_LocalGatewayVirtualInterface = (output, context) => {
|
|
|
52289
52655
|
contents[_PAe] = __expectString(output[_pAe]);
|
|
52290
52656
|
}
|
|
52291
52657
|
if (output[_lBAo] != null) {
|
|
52292
|
-
contents[
|
|
52658
|
+
contents[_LBA] = __strictParseInt32(output[_lBAo]);
|
|
52293
52659
|
}
|
|
52294
52660
|
if (output[_pBA] != null) {
|
|
52295
52661
|
contents[_PBA] = __strictParseInt32(output[_pBA]);
|
|
52296
52662
|
}
|
|
52663
|
+
if (output[_pBAE] != null) {
|
|
52664
|
+
contents[_PBAE] = __strictParseLong(output[_pBAE]);
|
|
52665
|
+
}
|
|
52297
52666
|
if (output[_oI] != null) {
|
|
52298
52667
|
contents[_OIwn] = __expectString(output[_oI]);
|
|
52299
52668
|
}
|
|
@@ -52303,6 +52672,9 @@ const de_LocalGatewayVirtualInterface = (output, context) => {
|
|
|
52303
52672
|
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
52304
52673
|
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
52305
52674
|
}
|
|
52675
|
+
if (output[_cSon] != null) {
|
|
52676
|
+
contents[_CSon] = __expectString(output[_cSon]);
|
|
52677
|
+
}
|
|
52306
52678
|
return contents;
|
|
52307
52679
|
};
|
|
52308
52680
|
const de_LocalGatewayVirtualInterfaceGroup = (output, context) => {
|
|
@@ -52311,10 +52683,10 @@ const de_LocalGatewayVirtualInterfaceGroup = (output, context) => {
|
|
|
52311
52683
|
contents[_LGVIGI] = __expectString(output[_lGVIGI]);
|
|
52312
52684
|
}
|
|
52313
52685
|
if (output.localGatewayVirtualInterfaceIdSet === "") {
|
|
52314
|
-
contents[
|
|
52686
|
+
contents[_LGVIIo] = [];
|
|
52315
52687
|
}
|
|
52316
52688
|
else if (output[_lGVIIS] != null && output[_lGVIIS][_i] != null) {
|
|
52317
|
-
contents[
|
|
52689
|
+
contents[_LGVIIo] = de_LocalGatewayVirtualInterfaceIdSet(__getArrayIfSingleItem(output[_lGVIIS][_i]), context);
|
|
52318
52690
|
}
|
|
52319
52691
|
if (output[_lGI] != null) {
|
|
52320
52692
|
contents[_LGI] = __expectString(output[_lGI]);
|
|
@@ -52322,12 +52694,24 @@ const de_LocalGatewayVirtualInterfaceGroup = (output, context) => {
|
|
|
52322
52694
|
if (output[_oI] != null) {
|
|
52323
52695
|
contents[_OIwn] = __expectString(output[_oI]);
|
|
52324
52696
|
}
|
|
52697
|
+
if (output[_lBAo] != null) {
|
|
52698
|
+
contents[_LBA] = __strictParseInt32(output[_lBAo]);
|
|
52699
|
+
}
|
|
52700
|
+
if (output[_lBAE] != null) {
|
|
52701
|
+
contents[_LBAE] = __strictParseLong(output[_lBAE]);
|
|
52702
|
+
}
|
|
52703
|
+
if (output[_lGVIGA] != null) {
|
|
52704
|
+
contents[_LGVIGA] = __expectString(output[_lGVIGA]);
|
|
52705
|
+
}
|
|
52325
52706
|
if (output.tagSet === "") {
|
|
52326
52707
|
contents[_Ta] = [];
|
|
52327
52708
|
}
|
|
52328
52709
|
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
52329
52710
|
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
52330
52711
|
}
|
|
52712
|
+
if (output[_cSon] != null) {
|
|
52713
|
+
contents[_CSon] = __expectString(output[_cSon]);
|
|
52714
|
+
}
|
|
52331
52715
|
return contents;
|
|
52332
52716
|
};
|
|
52333
52717
|
const de_LocalGatewayVirtualInterfaceGroupSet = (output, context) => {
|
|
@@ -54086,6 +54470,47 @@ const de_OperatorResponse = (output, context) => {
|
|
|
54086
54470
|
}
|
|
54087
54471
|
return contents;
|
|
54088
54472
|
};
|
|
54473
|
+
const de_OutpostLag = (output, context) => {
|
|
54474
|
+
const contents = {};
|
|
54475
|
+
if (output[_oA] != null) {
|
|
54476
|
+
contents[_OA] = __expectString(output[_oA]);
|
|
54477
|
+
}
|
|
54478
|
+
if (output[_oI] != null) {
|
|
54479
|
+
contents[_OIwn] = __expectString(output[_oI]);
|
|
54480
|
+
}
|
|
54481
|
+
if (output[_st] != null) {
|
|
54482
|
+
contents[_Stat] = __expectString(output[_st]);
|
|
54483
|
+
}
|
|
54484
|
+
if (output[_oLI] != null) {
|
|
54485
|
+
contents[_OLI] = __expectString(output[_oLI]);
|
|
54486
|
+
}
|
|
54487
|
+
if (output.localGatewayVirtualInterfaceIdSet === "") {
|
|
54488
|
+
contents[_LGVIIo] = [];
|
|
54489
|
+
}
|
|
54490
|
+
else if (output[_lGVIIS] != null && output[_lGVIIS][_i] != null) {
|
|
54491
|
+
contents[_LGVIIo] = de_LocalGatewayVirtualInterfaceIdSet(__getArrayIfSingleItem(output[_lGVIIS][_i]), context);
|
|
54492
|
+
}
|
|
54493
|
+
if (output.serviceLinkVirtualInterfaceIdSet === "") {
|
|
54494
|
+
contents[_SLVII] = [];
|
|
54495
|
+
}
|
|
54496
|
+
else if (output[_sLVIIS] != null && output[_sLVIIS][_i] != null) {
|
|
54497
|
+
contents[_SLVII] = de_ServiceLinkVirtualInterfaceIdSet(__getArrayIfSingleItem(output[_sLVIIS][_i]), context);
|
|
54498
|
+
}
|
|
54499
|
+
if (output.tagSet === "") {
|
|
54500
|
+
contents[_Ta] = [];
|
|
54501
|
+
}
|
|
54502
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
54503
|
+
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
54504
|
+
}
|
|
54505
|
+
return contents;
|
|
54506
|
+
};
|
|
54507
|
+
const de_OutpostLagSet = (output, context) => {
|
|
54508
|
+
return (output || [])
|
|
54509
|
+
.filter((e) => e != null)
|
|
54510
|
+
.map((entry) => {
|
|
54511
|
+
return de_OutpostLag(entry, context);
|
|
54512
|
+
});
|
|
54513
|
+
};
|
|
54089
54514
|
const de_PacketHeaderStatement = (output, context) => {
|
|
54090
54515
|
const contents = {};
|
|
54091
54516
|
if (output.sourceAddressSet === "") {
|
|
@@ -57033,6 +57458,63 @@ const de_ServiceDetailSet = (output, context) => {
|
|
|
57033
57458
|
return de_ServiceDetail(entry, context);
|
|
57034
57459
|
});
|
|
57035
57460
|
};
|
|
57461
|
+
const de_ServiceLinkVirtualInterface = (output, context) => {
|
|
57462
|
+
const contents = {};
|
|
57463
|
+
if (output[_sLVII] != null) {
|
|
57464
|
+
contents[_SLVIIe] = __expectString(output[_sLVII]);
|
|
57465
|
+
}
|
|
57466
|
+
if (output[_sLVIA] != null) {
|
|
57467
|
+
contents[_SLVIA] = __expectString(output[_sLVIA]);
|
|
57468
|
+
}
|
|
57469
|
+
if (output[_oIu] != null) {
|
|
57470
|
+
contents[_OIu] = __expectString(output[_oIu]);
|
|
57471
|
+
}
|
|
57472
|
+
if (output[_oA] != null) {
|
|
57473
|
+
contents[_OA] = __expectString(output[_oA]);
|
|
57474
|
+
}
|
|
57475
|
+
if (output[_oI] != null) {
|
|
57476
|
+
contents[_OIwn] = __expectString(output[_oI]);
|
|
57477
|
+
}
|
|
57478
|
+
if (output[_lA] != null) {
|
|
57479
|
+
contents[_LA] = __expectString(output[_lA]);
|
|
57480
|
+
}
|
|
57481
|
+
if (output[_pAe] != null) {
|
|
57482
|
+
contents[_PAe] = __expectString(output[_pAe]);
|
|
57483
|
+
}
|
|
57484
|
+
if (output[_pBA] != null) {
|
|
57485
|
+
contents[_PBA] = __strictParseLong(output[_pBA]);
|
|
57486
|
+
}
|
|
57487
|
+
if (output[_vl] != null) {
|
|
57488
|
+
contents[_Vl] = __strictParseInt32(output[_vl]);
|
|
57489
|
+
}
|
|
57490
|
+
if (output[_oLI] != null) {
|
|
57491
|
+
contents[_OLI] = __expectString(output[_oLI]);
|
|
57492
|
+
}
|
|
57493
|
+
if (output.tagSet === "") {
|
|
57494
|
+
contents[_Ta] = [];
|
|
57495
|
+
}
|
|
57496
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
57497
|
+
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
57498
|
+
}
|
|
57499
|
+
if (output[_cSon] != null) {
|
|
57500
|
+
contents[_CSon] = __expectString(output[_cSon]);
|
|
57501
|
+
}
|
|
57502
|
+
return contents;
|
|
57503
|
+
};
|
|
57504
|
+
const de_ServiceLinkVirtualInterfaceIdSet = (output, context) => {
|
|
57505
|
+
return (output || [])
|
|
57506
|
+
.filter((e) => e != null)
|
|
57507
|
+
.map((entry) => {
|
|
57508
|
+
return __expectString(entry);
|
|
57509
|
+
});
|
|
57510
|
+
};
|
|
57511
|
+
const de_ServiceLinkVirtualInterfaceSet = (output, context) => {
|
|
57512
|
+
return (output || [])
|
|
57513
|
+
.filter((e) => e != null)
|
|
57514
|
+
.map((entry) => {
|
|
57515
|
+
return de_ServiceLinkVirtualInterface(entry, context);
|
|
57516
|
+
});
|
|
57517
|
+
};
|
|
57036
57518
|
const de_ServiceTypeDetail = (output, context) => {
|
|
57037
57519
|
const contents = {};
|
|
57038
57520
|
if (output[_sTe] != null) {
|
|
@@ -58401,10 +58883,10 @@ const de_TerminateClientVpnConnectionsResult = (output, context) => {
|
|
|
58401
58883
|
contents[_Us] = __expectString(output[_us]);
|
|
58402
58884
|
}
|
|
58403
58885
|
if (output.connectionStatuses === "") {
|
|
58404
|
-
contents[
|
|
58886
|
+
contents[_CSonn] = [];
|
|
58405
58887
|
}
|
|
58406
|
-
else if (output[
|
|
58407
|
-
contents[
|
|
58888
|
+
else if (output[_cSonn] != null && output[_cSonn][_i] != null) {
|
|
58889
|
+
contents[_CSonn] = de_TerminateConnectionStatusSet(__getArrayIfSingleItem(output[_cSonn][_i]), context);
|
|
58408
58890
|
}
|
|
58409
58891
|
return contents;
|
|
58410
58892
|
};
|
|
@@ -60158,7 +60640,7 @@ const de_VerifiedAccessEndpointLoadBalancerOptions = (output, context) => {
|
|
|
60158
60640
|
contents[_Po] = __strictParseInt32(output[_po]);
|
|
60159
60641
|
}
|
|
60160
60642
|
if (output[_lBA] != null) {
|
|
60161
|
-
contents[
|
|
60643
|
+
contents[_LBAo] = __expectString(output[_lBA]);
|
|
60162
60644
|
}
|
|
60163
60645
|
if (output.subnetIdSet === "") {
|
|
60164
60646
|
contents[_SIu] = [];
|
|
@@ -62143,6 +62625,8 @@ const _CLGR = "CreateLocalGatewayRoute";
|
|
|
62143
62625
|
const _CLGRT = "CreateLocalGatewayRouteTable";
|
|
62144
62626
|
const _CLGRTVA = "CreateLocalGatewayRouteTableVpcAssociation";
|
|
62145
62627
|
const _CLGRTVIGA = "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation";
|
|
62628
|
+
const _CLGVI = "CreateLocalGatewayVirtualInterface";
|
|
62629
|
+
const _CLGVIG = "CreateLocalGatewayVirtualInterfaceGroup";
|
|
62146
62630
|
const _CLO = "ConnectionLogOptions";
|
|
62147
62631
|
const _CLS = "CloudwatchLogStream";
|
|
62148
62632
|
const _CLT = "CreateLaunchTemplate";
|
|
@@ -62227,7 +62711,8 @@ const _CSIT = "CreateStoreImageTask";
|
|
|
62227
62711
|
const _CSOK = "CertificateS3ObjectKey";
|
|
62228
62712
|
const _CSl = "ClientSecret";
|
|
62229
62713
|
const _CSo = "ComplianceStatus";
|
|
62230
|
-
const _CSon = "
|
|
62714
|
+
const _CSon = "ConfigurationState";
|
|
62715
|
+
const _CSonn = "ConnectionStatuses";
|
|
62231
62716
|
const _CSr = "CreateSnapshot";
|
|
62232
62717
|
const _CSre = "CreateSnapshots";
|
|
62233
62718
|
const _CSrea = "CreateSubnet";
|
|
@@ -62464,8 +62949,10 @@ const _DLGRTVAe = "DescribeLocalGatewayRouteTableVpcAssociations";
|
|
|
62464
62949
|
const _DLGRTVIGA = "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation";
|
|
62465
62950
|
const _DLGRTVIGAe = "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations";
|
|
62466
62951
|
const _DLGRTe = "DescribeLocalGatewayRouteTables";
|
|
62467
|
-
const _DLGVI = "
|
|
62468
|
-
const _DLGVIG = "
|
|
62952
|
+
const _DLGVI = "DeleteLocalGatewayVirtualInterface";
|
|
62953
|
+
const _DLGVIG = "DeleteLocalGatewayVirtualInterfaceGroup";
|
|
62954
|
+
const _DLGVIGe = "DescribeLocalGatewayVirtualInterfaceGroups";
|
|
62955
|
+
const _DLGVIe = "DescribeLocalGatewayVirtualInterfaces";
|
|
62469
62956
|
const _DLPA = "DeliverLogsPermissionArn";
|
|
62470
62957
|
const _DLS = "DescribeLockedSnapshots";
|
|
62471
62958
|
const _DLSe = "DeliverLogsStatus";
|
|
@@ -62508,6 +62995,7 @@ const _DO = "DestinationOptions";
|
|
|
62508
62995
|
const _DOA = "DestinationOutpostArn";
|
|
62509
62996
|
const _DOI = "DhcpOptionsId";
|
|
62510
62997
|
const _DOIh = "DhcpOptionsIds";
|
|
62998
|
+
const _DOL = "DescribeOutpostLags";
|
|
62511
62999
|
const _DOST = "DisconnectOnSessionTimeout";
|
|
62512
63000
|
const _DOT = "DeleteOnTermination";
|
|
62513
63001
|
const _DOe = "DeviceOptions";
|
|
@@ -62585,6 +63073,7 @@ const _DSI = "DescribeScheduledInstances";
|
|
|
62585
63073
|
const _DSIA = "DescribeScheduledInstanceAvailability";
|
|
62586
63074
|
const _DSIR = "DescribeSpotInstanceRequests";
|
|
62587
63075
|
const _DSIT = "DescribeStoreImageTasks";
|
|
63076
|
+
const _DSLVI = "DescribeServiceLinkVirtualInterfaces";
|
|
62588
63077
|
const _DSPH = "DescribeSpotPriceHistory";
|
|
62589
63078
|
const _DSSG = "DescribeStaleSecurityGroups";
|
|
62590
63079
|
const _DSTS = "DescribeSnapshotTierStatus";
|
|
@@ -63244,8 +63733,9 @@ const _LADT = "LastAttemptedDiscoveryTime";
|
|
|
63244
63733
|
const _LAZ = "LaunchedAvailabilityZone";
|
|
63245
63734
|
const _LAa = "LastAddress";
|
|
63246
63735
|
const _LB = "LoadBalancers";
|
|
63247
|
-
const _LBA = "
|
|
63248
|
-
const
|
|
63736
|
+
const _LBA = "LocalBgpAsn";
|
|
63737
|
+
const _LBAE = "LocalBgpAsnExtended";
|
|
63738
|
+
const _LBAo = "LoadBalancerArn";
|
|
63249
63739
|
const _LBC = "LoadBalancersConfig";
|
|
63250
63740
|
const _LBLP = "LoadBalancerListenerPort";
|
|
63251
63741
|
const _LBO = "LoadBalancerOptions";
|
|
@@ -63286,12 +63776,16 @@ const _LGRTVIGAI = "LocalGatewayRouteTableVirtualInterfaceGroupAssociationId";
|
|
|
63286
63776
|
const _LGRTVIGAIo = "LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds";
|
|
63287
63777
|
const _LGRTVIGAo = "LocalGatewayRouteTableVirtualInterfaceGroupAssociations";
|
|
63288
63778
|
const _LGRTo = "LocalGatewayRouteTables";
|
|
63289
|
-
const _LGVI = "
|
|
63290
|
-
const
|
|
63779
|
+
const _LGVI = "LocalGatewayVirtualInterface";
|
|
63780
|
+
const _LGVIA = "LocalGatewayVirtualInterfaceArn";
|
|
63781
|
+
const _LGVIG = "LocalGatewayVirtualInterfaceGroup";
|
|
63782
|
+
const _LGVIGA = "LocalGatewayVirtualInterfaceGroupArn";
|
|
63291
63783
|
const _LGVIGI = "LocalGatewayVirtualInterfaceGroupId";
|
|
63292
63784
|
const _LGVIGIo = "LocalGatewayVirtualInterfaceGroupIds";
|
|
63293
|
-
const
|
|
63294
|
-
const
|
|
63785
|
+
const _LGVIGo = "LocalGatewayVirtualInterfaceGroups";
|
|
63786
|
+
const _LGVII = "LocalGatewayVirtualInterfaceId";
|
|
63787
|
+
const _LGVIIo = "LocalGatewayVirtualInterfaceIds";
|
|
63788
|
+
const _LGVIo = "LocalGatewayVirtualInterfaces";
|
|
63295
63789
|
const _LGo = "LogGroup";
|
|
63296
63790
|
const _LGoc = "LocalGateways";
|
|
63297
63791
|
const _LIIRB = "ListImagesInRecycleBin";
|
|
@@ -63359,6 +63853,7 @@ const _MAS = "MovingAddressStatuses";
|
|
|
63359
63853
|
const _MATV = "MoveAddressToVpc";
|
|
63360
63854
|
const _MAZG = "ModifyAvailabilityZoneGroup";
|
|
63361
63855
|
const _MAa = "MacAddress";
|
|
63856
|
+
const _MAe = "MeteredAccount";
|
|
63362
63857
|
const _MB = "ManagedBy";
|
|
63363
63858
|
const _MBCTI = "MoveByoipCidrToIpam";
|
|
63364
63859
|
const _MBIM = "MaximumBandwidthInMbps";
|
|
@@ -63601,9 +64096,13 @@ const _OIA = "OutsideIpAddress";
|
|
|
63601
64096
|
const _OIAT = "OutsideIpAddressType";
|
|
63602
64097
|
const _OIS = "OptInStatus";
|
|
63603
64098
|
const _OIr = "OriginalIops";
|
|
64099
|
+
const _OIu = "OutpostId";
|
|
63604
64100
|
const _OIw = "OwnerIds";
|
|
63605
64101
|
const _OIwn = "OwnerId";
|
|
63606
64102
|
const _OK = "ObjectKey";
|
|
64103
|
+
const _OL = "OutpostLags";
|
|
64104
|
+
const _OLI = "OutpostLagId";
|
|
64105
|
+
const _OLIu = "OutpostLagIds";
|
|
63607
64106
|
const _OMAE = "OriginalMultiAttachEnabled";
|
|
63608
64107
|
const _OO = "OidcOptions";
|
|
63609
64108
|
const _OR = "OperatingRegions";
|
|
@@ -63642,6 +64141,7 @@ const _PAo = "PoolArn";
|
|
|
63642
64141
|
const _PAr = "PrincipalArn";
|
|
63643
64142
|
const _PB = "ProvisionedBandwidth";
|
|
63644
64143
|
const _PBA = "PeerBgpAsn";
|
|
64144
|
+
const _PBAE = "PeerBgpAsnExtended";
|
|
63645
64145
|
const _PBC = "ProvisionByoipCidr";
|
|
63646
64146
|
const _PBIG = "PeakBandwidthInGbps";
|
|
63647
64147
|
const _PC = "ProductCode";
|
|
@@ -64115,6 +64615,10 @@ const _SK = "S3Key";
|
|
|
64115
64615
|
const _SKo = "S3objectKey";
|
|
64116
64616
|
const _SL = "SpreadLevel";
|
|
64117
64617
|
const _SLGR = "SearchLocalGatewayRoutes";
|
|
64618
|
+
const _SLVI = "ServiceLinkVirtualInterfaces";
|
|
64619
|
+
const _SLVIA = "ServiceLinkVirtualInterfaceArn";
|
|
64620
|
+
const _SLVII = "ServiceLinkVirtualInterfaceIds";
|
|
64621
|
+
const _SLVIIe = "ServiceLinkVirtualInterfaceId";
|
|
64118
64622
|
const _SLo = "S3Location";
|
|
64119
64623
|
const _SM = "ServiceManaged";
|
|
64120
64624
|
const _SMPPOLP = "SpotMaxPricePercentageOverLowestPrice";
|
|
@@ -64828,7 +65332,8 @@ const _cSFRS = "currentSpotFleetRequestState";
|
|
|
64828
65332
|
const _cSOK = "certificateS3ObjectKey";
|
|
64829
65333
|
const _cSl = "clientSecret";
|
|
64830
65334
|
const _cSo = "complianceStatus";
|
|
64831
|
-
const _cSon = "
|
|
65335
|
+
const _cSon = "configurationState";
|
|
65336
|
+
const _cSonn = "connectionStatuses";
|
|
64832
65337
|
const _cSr = "creditSpecification";
|
|
64833
65338
|
const _cSu = "currentState";
|
|
64834
65339
|
const _cSur = "currentStatus";
|
|
@@ -65354,6 +65859,7 @@ const _lADT = "lastAttemptedDiscoveryTime";
|
|
|
65354
65859
|
const _lAZ = "launchedAvailabilityZone";
|
|
65355
65860
|
const _lAa = "lastAddress";
|
|
65356
65861
|
const _lBA = "loadBalancerArn";
|
|
65862
|
+
const _lBAE = "localBgpAsnExtended";
|
|
65357
65863
|
const _lBAo = "localBgpAsn";
|
|
65358
65864
|
const _lBC = "loadBalancersConfig";
|
|
65359
65865
|
const _lBLP = "loadBalancerListenerPort";
|
|
@@ -65393,6 +65899,10 @@ const _lGRTVIGA = "localGatewayRouteTableVirtualInterfaceGroupAssociation";
|
|
|
65393
65899
|
const _lGRTVIGAI = "localGatewayRouteTableVirtualInterfaceGroupAssociationId";
|
|
65394
65900
|
const _lGRTVIGAS = "localGatewayRouteTableVirtualInterfaceGroupAssociationSet";
|
|
65395
65901
|
const _lGS = "localGatewaySet";
|
|
65902
|
+
const _lGVI = "localGatewayVirtualInterface";
|
|
65903
|
+
const _lGVIA = "localGatewayVirtualInterfaceArn";
|
|
65904
|
+
const _lGVIG = "localGatewayVirtualInterfaceGroup";
|
|
65905
|
+
const _lGVIGA = "localGatewayVirtualInterfaceGroupArn";
|
|
65396
65906
|
const _lGVIGI = "localGatewayVirtualInterfaceGroupId";
|
|
65397
65907
|
const _lGVIGS = "localGatewayVirtualInterfaceGroupSet";
|
|
65398
65908
|
const _lGVII = "localGatewayVirtualInterfaceId";
|
|
@@ -65448,6 +65958,7 @@ const _mAI = "maxAggregationInterval";
|
|
|
65448
65958
|
const _mAIe = "mediaAcceleratorInfo";
|
|
65449
65959
|
const _mASS = "movingAddressStatusSet";
|
|
65450
65960
|
const _mAa = "macAddress";
|
|
65961
|
+
const _mAe = "meteredAccount";
|
|
65451
65962
|
const _mB = "managedBy";
|
|
65452
65963
|
const _mBIM = "maximumBandwidthInMbps";
|
|
65453
65964
|
const _mC = "missingComponent";
|
|
@@ -65599,7 +66110,10 @@ const _oIAT = "outsideIpAddressType";
|
|
|
65599
66110
|
const _oIS = "optInStatus";
|
|
65600
66111
|
const _oIf = "offeringId";
|
|
65601
66112
|
const _oIr = "originalIops";
|
|
66113
|
+
const _oIu = "outpostId";
|
|
65602
66114
|
const _oK = "objectKey";
|
|
66115
|
+
const _oLI = "outpostLagId";
|
|
66116
|
+
const _oLS = "outpostLagSet";
|
|
65603
66117
|
const _oMAE = "originalMultiAttachEnabled";
|
|
65604
66118
|
const _oO = "oidcOptions";
|
|
65605
66119
|
const _oRIWEA = "outputReservedInstancesWillExpireAt";
|
|
@@ -65633,6 +66147,7 @@ const _pAee = "peerAsn";
|
|
|
65633
66147
|
const _pAu = "publiclyAdvertisable";
|
|
65634
66148
|
const _pB = "provisionedBandwidth";
|
|
65635
66149
|
const _pBA = "peerBgpAsn";
|
|
66150
|
+
const _pBAE = "peerBgpAsnExtended";
|
|
65636
66151
|
const _pBIG = "peakBandwidthInGbps";
|
|
65637
66152
|
const _pC = "productCodes";
|
|
65638
66153
|
const _pCB = "poolCidrBlock";
|
|
@@ -65975,6 +66490,10 @@ const _sIub = "subnetIds";
|
|
|
65975
66490
|
const _sK = "s3Key";
|
|
65976
66491
|
const _sKo = "s3objectKey";
|
|
65977
66492
|
const _sL = "s3Location";
|
|
66493
|
+
const _sLVIA = "serviceLinkVirtualInterfaceArn";
|
|
66494
|
+
const _sLVII = "serviceLinkVirtualInterfaceId";
|
|
66495
|
+
const _sLVIIS = "serviceLinkVirtualInterfaceIdSet";
|
|
66496
|
+
const _sLVIS = "serviceLinkVirtualInterfaceSet";
|
|
65978
66497
|
const _sLp = "spreadLevel";
|
|
65979
66498
|
const _sM = "serviceManaged";
|
|
65980
66499
|
const _sMPPOLP = "spotMaxPricePercentageOverLowestPrice";
|