@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
package/dist-cjs/index.js
CHANGED
|
@@ -191,6 +191,8 @@ __export(index_exports, {
|
|
|
191
191
|
CreateLocalGatewayRouteTableCommand: () => CreateLocalGatewayRouteTableCommand,
|
|
192
192
|
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand: () => CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
|
|
193
193
|
CreateLocalGatewayRouteTableVpcAssociationCommand: () => CreateLocalGatewayRouteTableVpcAssociationCommand,
|
|
194
|
+
CreateLocalGatewayVirtualInterfaceCommand: () => CreateLocalGatewayVirtualInterfaceCommand,
|
|
195
|
+
CreateLocalGatewayVirtualInterfaceGroupCommand: () => CreateLocalGatewayVirtualInterfaceGroupCommand,
|
|
194
196
|
CreateManagedPrefixListCommand: () => CreateManagedPrefixListCommand,
|
|
195
197
|
CreateNatGatewayCommand: () => CreateNatGatewayCommand,
|
|
196
198
|
CreateNetworkAclCommand: () => CreateNetworkAclCommand,
|
|
@@ -286,6 +288,8 @@ __export(index_exports, {
|
|
|
286
288
|
DeleteLocalGatewayRouteTableCommand: () => DeleteLocalGatewayRouteTableCommand,
|
|
287
289
|
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand: () => DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
|
|
288
290
|
DeleteLocalGatewayRouteTableVpcAssociationCommand: () => DeleteLocalGatewayRouteTableVpcAssociationCommand,
|
|
291
|
+
DeleteLocalGatewayVirtualInterfaceCommand: () => DeleteLocalGatewayVirtualInterfaceCommand,
|
|
292
|
+
DeleteLocalGatewayVirtualInterfaceGroupCommand: () => DeleteLocalGatewayVirtualInterfaceGroupCommand,
|
|
289
293
|
DeleteManagedPrefixListCommand: () => DeleteManagedPrefixListCommand,
|
|
290
294
|
DeleteNatGatewayCommand: () => DeleteNatGatewayCommand,
|
|
291
295
|
DeleteNetworkAclCommand: () => DeleteNetworkAclCommand,
|
|
@@ -445,6 +449,7 @@ __export(index_exports, {
|
|
|
445
449
|
DescribeNetworkInterfaceAttributeCommand: () => DescribeNetworkInterfaceAttributeCommand,
|
|
446
450
|
DescribeNetworkInterfacePermissionsCommand: () => DescribeNetworkInterfacePermissionsCommand,
|
|
447
451
|
DescribeNetworkInterfacesCommand: () => DescribeNetworkInterfacesCommand,
|
|
452
|
+
DescribeOutpostLagsCommand: () => DescribeOutpostLagsCommand,
|
|
448
453
|
DescribePlacementGroupsCommand: () => DescribePlacementGroupsCommand,
|
|
449
454
|
DescribePrefixListsCommand: () => DescribePrefixListsCommand,
|
|
450
455
|
DescribePrincipalIdFormatCommand: () => DescribePrincipalIdFormatCommand,
|
|
@@ -465,6 +470,7 @@ __export(index_exports, {
|
|
|
465
470
|
DescribeSecurityGroupRulesCommand: () => DescribeSecurityGroupRulesCommand,
|
|
466
471
|
DescribeSecurityGroupVpcAssociationsCommand: () => DescribeSecurityGroupVpcAssociationsCommand,
|
|
467
472
|
DescribeSecurityGroupsCommand: () => DescribeSecurityGroupsCommand,
|
|
473
|
+
DescribeServiceLinkVirtualInterfacesCommand: () => DescribeServiceLinkVirtualInterfacesCommand,
|
|
468
474
|
DescribeSnapshotAttributeCommand: () => DescribeSnapshotAttributeCommand,
|
|
469
475
|
DescribeSnapshotTierStatusCommand: () => DescribeSnapshotTierStatusCommand,
|
|
470
476
|
DescribeSnapshotsCommand: () => DescribeSnapshotsCommand,
|
|
@@ -766,6 +772,7 @@ __export(index_exports, {
|
|
|
766
772
|
IpamDiscoveryFailureCode: () => IpamDiscoveryFailureCode,
|
|
767
773
|
IpamExternalResourceVerificationTokenState: () => IpamExternalResourceVerificationTokenState,
|
|
768
774
|
IpamManagementState: () => IpamManagementState,
|
|
775
|
+
IpamMeteredAccount: () => IpamMeteredAccount,
|
|
769
776
|
IpamNetworkInterfaceAttachmentStatus: () => IpamNetworkInterfaceAttachmentStatus,
|
|
770
777
|
IpamOverlapStatus: () => IpamOverlapStatus,
|
|
771
778
|
IpamPoolAllocationResourceType: () => IpamPoolAllocationResourceType,
|
|
@@ -807,6 +814,8 @@ __export(index_exports, {
|
|
|
807
814
|
LocalGatewayRouteState: () => LocalGatewayRouteState,
|
|
808
815
|
LocalGatewayRouteTableMode: () => LocalGatewayRouteTableMode,
|
|
809
816
|
LocalGatewayRouteType: () => LocalGatewayRouteType,
|
|
817
|
+
LocalGatewayVirtualInterfaceConfigurationState: () => LocalGatewayVirtualInterfaceConfigurationState,
|
|
818
|
+
LocalGatewayVirtualInterfaceGroupConfigurationState: () => LocalGatewayVirtualInterfaceGroupConfigurationState,
|
|
810
819
|
LocalStorage: () => LocalStorage,
|
|
811
820
|
LocalStorageType: () => LocalStorageType,
|
|
812
821
|
LocationType: () => LocationType,
|
|
@@ -1037,6 +1046,7 @@ __export(index_exports, {
|
|
|
1037
1046
|
SelfServicePortal: () => SelfServicePortal,
|
|
1038
1047
|
SendDiagnosticInterruptCommand: () => SendDiagnosticInterruptCommand,
|
|
1039
1048
|
ServiceConnectivityType: () => ServiceConnectivityType,
|
|
1049
|
+
ServiceLinkVirtualInterfaceConfigurationState: () => ServiceLinkVirtualInterfaceConfigurationState,
|
|
1040
1050
|
ServiceManaged: () => ServiceManaged,
|
|
1041
1051
|
ServiceState: () => ServiceState,
|
|
1042
1052
|
ServiceType: () => ServiceType,
|
|
@@ -2488,6 +2498,26 @@ var se_CreateLocalGatewayRouteTableVpcAssociationCommand = /* @__PURE__ */ __nam
|
|
|
2488
2498
|
});
|
|
2489
2499
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2490
2500
|
}, "se_CreateLocalGatewayRouteTableVpcAssociationCommand");
|
|
2501
|
+
var se_CreateLocalGatewayVirtualInterfaceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2502
|
+
const headers = SHARED_HEADERS;
|
|
2503
|
+
let body;
|
|
2504
|
+
body = buildFormUrlencodedString({
|
|
2505
|
+
...se_CreateLocalGatewayVirtualInterfaceRequest(input, context),
|
|
2506
|
+
[_A]: _CLGVI,
|
|
2507
|
+
[_V]: _
|
|
2508
|
+
});
|
|
2509
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2510
|
+
}, "se_CreateLocalGatewayVirtualInterfaceCommand");
|
|
2511
|
+
var se_CreateLocalGatewayVirtualInterfaceGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2512
|
+
const headers = SHARED_HEADERS;
|
|
2513
|
+
let body;
|
|
2514
|
+
body = buildFormUrlencodedString({
|
|
2515
|
+
...se_CreateLocalGatewayVirtualInterfaceGroupRequest(input, context),
|
|
2516
|
+
[_A]: _CLGVIG,
|
|
2517
|
+
[_V]: _
|
|
2518
|
+
});
|
|
2519
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2520
|
+
}, "se_CreateLocalGatewayVirtualInterfaceGroupCommand");
|
|
2491
2521
|
var se_CreateManagedPrefixListCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2492
2522
|
const headers = SHARED_HEADERS;
|
|
2493
2523
|
let body;
|
|
@@ -3298,6 +3328,26 @@ var se_DeleteLocalGatewayRouteTableVpcAssociationCommand = /* @__PURE__ */ __nam
|
|
|
3298
3328
|
});
|
|
3299
3329
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3300
3330
|
}, "se_DeleteLocalGatewayRouteTableVpcAssociationCommand");
|
|
3331
|
+
var se_DeleteLocalGatewayVirtualInterfaceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3332
|
+
const headers = SHARED_HEADERS;
|
|
3333
|
+
let body;
|
|
3334
|
+
body = buildFormUrlencodedString({
|
|
3335
|
+
...se_DeleteLocalGatewayVirtualInterfaceRequest(input, context),
|
|
3336
|
+
[_A]: _DLGVI,
|
|
3337
|
+
[_V]: _
|
|
3338
|
+
});
|
|
3339
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3340
|
+
}, "se_DeleteLocalGatewayVirtualInterfaceCommand");
|
|
3341
|
+
var se_DeleteLocalGatewayVirtualInterfaceGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3342
|
+
const headers = SHARED_HEADERS;
|
|
3343
|
+
let body;
|
|
3344
|
+
body = buildFormUrlencodedString({
|
|
3345
|
+
...se_DeleteLocalGatewayVirtualInterfaceGroupRequest(input, context),
|
|
3346
|
+
[_A]: _DLGVIG,
|
|
3347
|
+
[_V]: _
|
|
3348
|
+
});
|
|
3349
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3350
|
+
}, "se_DeleteLocalGatewayVirtualInterfaceGroupCommand");
|
|
3301
3351
|
var se_DeleteManagedPrefixListCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3302
3352
|
const headers = SHARED_HEADERS;
|
|
3303
3353
|
let body;
|
|
@@ -4673,7 +4723,7 @@ var se_DescribeLocalGatewayVirtualInterfaceGroupsCommand = /* @__PURE__ */ __nam
|
|
|
4673
4723
|
let body;
|
|
4674
4724
|
body = buildFormUrlencodedString({
|
|
4675
4725
|
...se_DescribeLocalGatewayVirtualInterfaceGroupsRequest(input, context),
|
|
4676
|
-
[_A]:
|
|
4726
|
+
[_A]: _DLGVIGe,
|
|
4677
4727
|
[_V]: _
|
|
4678
4728
|
});
|
|
4679
4729
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
@@ -4683,7 +4733,7 @@ var se_DescribeLocalGatewayVirtualInterfacesCommand = /* @__PURE__ */ __name(asy
|
|
|
4683
4733
|
let body;
|
|
4684
4734
|
body = buildFormUrlencodedString({
|
|
4685
4735
|
...se_DescribeLocalGatewayVirtualInterfacesRequest(input, context),
|
|
4686
|
-
[_A]:
|
|
4736
|
+
[_A]: _DLGVIe,
|
|
4687
4737
|
[_V]: _
|
|
4688
4738
|
});
|
|
4689
4739
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
@@ -4818,6 +4868,16 @@ var se_DescribeNetworkInterfacesCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
4818
4868
|
});
|
|
4819
4869
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4820
4870
|
}, "se_DescribeNetworkInterfacesCommand");
|
|
4871
|
+
var se_DescribeOutpostLagsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4872
|
+
const headers = SHARED_HEADERS;
|
|
4873
|
+
let body;
|
|
4874
|
+
body = buildFormUrlencodedString({
|
|
4875
|
+
...se_DescribeOutpostLagsRequest(input, context),
|
|
4876
|
+
[_A]: _DOL,
|
|
4877
|
+
[_V]: _
|
|
4878
|
+
});
|
|
4879
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4880
|
+
}, "se_DescribeOutpostLagsCommand");
|
|
4821
4881
|
var se_DescribePlacementGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4822
4882
|
const headers = SHARED_HEADERS;
|
|
4823
4883
|
let body;
|
|
@@ -5018,6 +5078,16 @@ var se_DescribeSecurityGroupVpcAssociationsCommand = /* @__PURE__ */ __name(asyn
|
|
|
5018
5078
|
});
|
|
5019
5079
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
5020
5080
|
}, "se_DescribeSecurityGroupVpcAssociationsCommand");
|
|
5081
|
+
var se_DescribeServiceLinkVirtualInterfacesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5082
|
+
const headers = SHARED_HEADERS;
|
|
5083
|
+
let body;
|
|
5084
|
+
body = buildFormUrlencodedString({
|
|
5085
|
+
...se_DescribeServiceLinkVirtualInterfacesRequest(input, context),
|
|
5086
|
+
[_A]: _DSLVI,
|
|
5087
|
+
[_V]: _
|
|
5088
|
+
});
|
|
5089
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
5090
|
+
}, "se_DescribeServiceLinkVirtualInterfacesCommand");
|
|
5021
5091
|
var se_DescribeSnapshotAttributeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5022
5092
|
const headers = SHARED_HEADERS;
|
|
5023
5093
|
let body;
|
|
@@ -9505,6 +9575,32 @@ var de_CreateLocalGatewayRouteTableVpcAssociationCommand = /* @__PURE__ */ __nam
|
|
|
9505
9575
|
};
|
|
9506
9576
|
return response;
|
|
9507
9577
|
}, "de_CreateLocalGatewayRouteTableVpcAssociationCommand");
|
|
9578
|
+
var de_CreateLocalGatewayVirtualInterfaceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9579
|
+
if (output.statusCode >= 300) {
|
|
9580
|
+
return de_CommandError(output, context);
|
|
9581
|
+
}
|
|
9582
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
9583
|
+
let contents = {};
|
|
9584
|
+
contents = de_CreateLocalGatewayVirtualInterfaceResult(data, context);
|
|
9585
|
+
const response = {
|
|
9586
|
+
$metadata: deserializeMetadata(output),
|
|
9587
|
+
...contents
|
|
9588
|
+
};
|
|
9589
|
+
return response;
|
|
9590
|
+
}, "de_CreateLocalGatewayVirtualInterfaceCommand");
|
|
9591
|
+
var de_CreateLocalGatewayVirtualInterfaceGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9592
|
+
if (output.statusCode >= 300) {
|
|
9593
|
+
return de_CommandError(output, context);
|
|
9594
|
+
}
|
|
9595
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
9596
|
+
let contents = {};
|
|
9597
|
+
contents = de_CreateLocalGatewayVirtualInterfaceGroupResult(data, context);
|
|
9598
|
+
const response = {
|
|
9599
|
+
$metadata: deserializeMetadata(output),
|
|
9600
|
+
...contents
|
|
9601
|
+
};
|
|
9602
|
+
return response;
|
|
9603
|
+
}, "de_CreateLocalGatewayVirtualInterfaceGroupCommand");
|
|
9508
9604
|
var de_CreateManagedPrefixListCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9509
9605
|
if (output.statusCode >= 300) {
|
|
9510
9606
|
return de_CommandError(output, context);
|
|
@@ -10540,6 +10636,32 @@ var de_DeleteLocalGatewayRouteTableVpcAssociationCommand = /* @__PURE__ */ __nam
|
|
|
10540
10636
|
};
|
|
10541
10637
|
return response;
|
|
10542
10638
|
}, "de_DeleteLocalGatewayRouteTableVpcAssociationCommand");
|
|
10639
|
+
var de_DeleteLocalGatewayVirtualInterfaceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10640
|
+
if (output.statusCode >= 300) {
|
|
10641
|
+
return de_CommandError(output, context);
|
|
10642
|
+
}
|
|
10643
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
10644
|
+
let contents = {};
|
|
10645
|
+
contents = de_DeleteLocalGatewayVirtualInterfaceResult(data, context);
|
|
10646
|
+
const response = {
|
|
10647
|
+
$metadata: deserializeMetadata(output),
|
|
10648
|
+
...contents
|
|
10649
|
+
};
|
|
10650
|
+
return response;
|
|
10651
|
+
}, "de_DeleteLocalGatewayVirtualInterfaceCommand");
|
|
10652
|
+
var de_DeleteLocalGatewayVirtualInterfaceGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10653
|
+
if (output.statusCode >= 300) {
|
|
10654
|
+
return de_CommandError(output, context);
|
|
10655
|
+
}
|
|
10656
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
10657
|
+
let contents = {};
|
|
10658
|
+
contents = de_DeleteLocalGatewayVirtualInterfaceGroupResult(data, context);
|
|
10659
|
+
const response = {
|
|
10660
|
+
$metadata: deserializeMetadata(output),
|
|
10661
|
+
...contents
|
|
10662
|
+
};
|
|
10663
|
+
return response;
|
|
10664
|
+
}, "de_DeleteLocalGatewayVirtualInterfaceGroupCommand");
|
|
10543
10665
|
var de_DeleteManagedPrefixListCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10544
10666
|
if (output.statusCode >= 300) {
|
|
10545
10667
|
return de_CommandError(output, context);
|
|
@@ -12471,6 +12593,19 @@ var de_DescribeNetworkInterfacesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
12471
12593
|
};
|
|
12472
12594
|
return response;
|
|
12473
12595
|
}, "de_DescribeNetworkInterfacesCommand");
|
|
12596
|
+
var de_DescribeOutpostLagsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
12597
|
+
if (output.statusCode >= 300) {
|
|
12598
|
+
return de_CommandError(output, context);
|
|
12599
|
+
}
|
|
12600
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
12601
|
+
let contents = {};
|
|
12602
|
+
contents = de_DescribeOutpostLagsResult(data, context);
|
|
12603
|
+
const response = {
|
|
12604
|
+
$metadata: deserializeMetadata(output),
|
|
12605
|
+
...contents
|
|
12606
|
+
};
|
|
12607
|
+
return response;
|
|
12608
|
+
}, "de_DescribeOutpostLagsCommand");
|
|
12474
12609
|
var de_DescribePlacementGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
12475
12610
|
if (output.statusCode >= 300) {
|
|
12476
12611
|
return de_CommandError(output, context);
|
|
@@ -12731,6 +12866,19 @@ var de_DescribeSecurityGroupVpcAssociationsCommand = /* @__PURE__ */ __name(asyn
|
|
|
12731
12866
|
};
|
|
12732
12867
|
return response;
|
|
12733
12868
|
}, "de_DescribeSecurityGroupVpcAssociationsCommand");
|
|
12869
|
+
var de_DescribeServiceLinkVirtualInterfacesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
12870
|
+
if (output.statusCode >= 300) {
|
|
12871
|
+
return de_CommandError(output, context);
|
|
12872
|
+
}
|
|
12873
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
12874
|
+
let contents = {};
|
|
12875
|
+
contents = de_DescribeServiceLinkVirtualInterfacesResult(data, context);
|
|
12876
|
+
const response = {
|
|
12877
|
+
$metadata: deserializeMetadata(output),
|
|
12878
|
+
...contents
|
|
12879
|
+
};
|
|
12880
|
+
return response;
|
|
12881
|
+
}, "de_DescribeServiceLinkVirtualInterfacesCommand");
|
|
12734
12882
|
var de_DescribeSnapshotAttributeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
12735
12883
|
if (output.statusCode >= 300) {
|
|
12736
12884
|
return de_CommandError(output, context);
|
|
@@ -19762,6 +19910,9 @@ var se_CreateIpamRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
19762
19910
|
if (input[_EPG] != null) {
|
|
19763
19911
|
entries[_EPG] = input[_EPG];
|
|
19764
19912
|
}
|
|
19913
|
+
if (input[_MAe] != null) {
|
|
19914
|
+
entries[_MAe] = input[_MAe];
|
|
19915
|
+
}
|
|
19765
19916
|
return entries;
|
|
19766
19917
|
}, "se_CreateIpamRequest");
|
|
19767
19918
|
var se_CreateIpamResourceDiscoveryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -20000,6 +20151,64 @@ var se_CreateLocalGatewayRouteTableVpcAssociationRequest = /* @__PURE__ */ __nam
|
|
|
20000
20151
|
}
|
|
20001
20152
|
return entries;
|
|
20002
20153
|
}, "se_CreateLocalGatewayRouteTableVpcAssociationRequest");
|
|
20154
|
+
var se_CreateLocalGatewayVirtualInterfaceGroupRequest = /* @__PURE__ */ __name((input, context) => {
|
|
20155
|
+
const entries = {};
|
|
20156
|
+
if (input[_LGI] != null) {
|
|
20157
|
+
entries[_LGI] = input[_LGI];
|
|
20158
|
+
}
|
|
20159
|
+
if (input[_LBA] != null) {
|
|
20160
|
+
entries[_LBA] = input[_LBA];
|
|
20161
|
+
}
|
|
20162
|
+
if (input[_LBAE] != null) {
|
|
20163
|
+
entries[_LBAE] = input[_LBAE];
|
|
20164
|
+
}
|
|
20165
|
+
if (input[_TS] != null) {
|
|
20166
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
20167
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
20168
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
20169
|
+
entries[loc] = value;
|
|
20170
|
+
});
|
|
20171
|
+
}
|
|
20172
|
+
if (input[_DRr] != null) {
|
|
20173
|
+
entries[_DRr] = input[_DRr];
|
|
20174
|
+
}
|
|
20175
|
+
return entries;
|
|
20176
|
+
}, "se_CreateLocalGatewayVirtualInterfaceGroupRequest");
|
|
20177
|
+
var se_CreateLocalGatewayVirtualInterfaceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
20178
|
+
const entries = {};
|
|
20179
|
+
if (input[_LGVIGI] != null) {
|
|
20180
|
+
entries[_LGVIGI] = input[_LGVIGI];
|
|
20181
|
+
}
|
|
20182
|
+
if (input[_OLI] != null) {
|
|
20183
|
+
entries[_OLI] = input[_OLI];
|
|
20184
|
+
}
|
|
20185
|
+
if (input[_Vl] != null) {
|
|
20186
|
+
entries[_Vl] = input[_Vl];
|
|
20187
|
+
}
|
|
20188
|
+
if (input[_LA] != null) {
|
|
20189
|
+
entries[_LA] = input[_LA];
|
|
20190
|
+
}
|
|
20191
|
+
if (input[_PAe] != null) {
|
|
20192
|
+
entries[_PAe] = input[_PAe];
|
|
20193
|
+
}
|
|
20194
|
+
if (input[_PBA] != null) {
|
|
20195
|
+
entries[_PBA] = input[_PBA];
|
|
20196
|
+
}
|
|
20197
|
+
if (input[_TS] != null) {
|
|
20198
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
20199
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
20200
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
20201
|
+
entries[loc] = value;
|
|
20202
|
+
});
|
|
20203
|
+
}
|
|
20204
|
+
if (input[_DRr] != null) {
|
|
20205
|
+
entries[_DRr] = input[_DRr];
|
|
20206
|
+
}
|
|
20207
|
+
if (input[_PBAE] != null) {
|
|
20208
|
+
entries[_PBAE] = input[_PBAE];
|
|
20209
|
+
}
|
|
20210
|
+
return entries;
|
|
20211
|
+
}, "se_CreateLocalGatewayVirtualInterfaceRequest");
|
|
20003
20212
|
var se_CreateManagedPrefixListRequest = /* @__PURE__ */ __name((input, context) => {
|
|
20004
20213
|
const entries = {};
|
|
20005
20214
|
if (input[_DRr] != null) {
|
|
@@ -21355,8 +21564,8 @@ var se_CreateVerifiedAccessEndpointLoadBalancerOptions = /* @__PURE__ */ __name(
|
|
|
21355
21564
|
if (input[_Po] != null) {
|
|
21356
21565
|
entries[_Po] = input[_Po];
|
|
21357
21566
|
}
|
|
21358
|
-
if (input[
|
|
21359
|
-
entries[
|
|
21567
|
+
if (input[_LBAo] != null) {
|
|
21568
|
+
entries[_LBAo] = input[_LBAo];
|
|
21360
21569
|
}
|
|
21361
21570
|
if (input[_SIu] != null) {
|
|
21362
21571
|
const memberEntries = se_CreateVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
|
|
@@ -22511,6 +22720,26 @@ var se_DeleteLocalGatewayRouteTableVpcAssociationRequest = /* @__PURE__ */ __nam
|
|
|
22511
22720
|
}
|
|
22512
22721
|
return entries;
|
|
22513
22722
|
}, "se_DeleteLocalGatewayRouteTableVpcAssociationRequest");
|
|
22723
|
+
var se_DeleteLocalGatewayVirtualInterfaceGroupRequest = /* @__PURE__ */ __name((input, context) => {
|
|
22724
|
+
const entries = {};
|
|
22725
|
+
if (input[_LGVIGI] != null) {
|
|
22726
|
+
entries[_LGVIGI] = input[_LGVIGI];
|
|
22727
|
+
}
|
|
22728
|
+
if (input[_DRr] != null) {
|
|
22729
|
+
entries[_DRr] = input[_DRr];
|
|
22730
|
+
}
|
|
22731
|
+
return entries;
|
|
22732
|
+
}, "se_DeleteLocalGatewayVirtualInterfaceGroupRequest");
|
|
22733
|
+
var se_DeleteLocalGatewayVirtualInterfaceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
22734
|
+
const entries = {};
|
|
22735
|
+
if (input[_LGVII] != null) {
|
|
22736
|
+
entries[_LGVII] = input[_LGVII];
|
|
22737
|
+
}
|
|
22738
|
+
if (input[_DRr] != null) {
|
|
22739
|
+
entries[_DRr] = input[_DRr];
|
|
22740
|
+
}
|
|
22741
|
+
return entries;
|
|
22742
|
+
}, "se_DeleteLocalGatewayVirtualInterfaceRequest");
|
|
22514
22743
|
var se_DeleteManagedPrefixListRequest = /* @__PURE__ */ __name((input, context) => {
|
|
22515
22744
|
const entries = {};
|
|
22516
22745
|
if (input[_DRr] != null) {
|
|
@@ -25169,8 +25398,8 @@ var se_DescribeLocalGatewayVirtualInterfaceGroupsRequest = /* @__PURE__ */ __nam
|
|
|
25169
25398
|
}, "se_DescribeLocalGatewayVirtualInterfaceGroupsRequest");
|
|
25170
25399
|
var se_DescribeLocalGatewayVirtualInterfacesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
25171
25400
|
const entries = {};
|
|
25172
|
-
if (input[
|
|
25173
|
-
const memberEntries = se_LocalGatewayVirtualInterfaceIdSet(input[
|
|
25401
|
+
if (input[_LGVIIo] != null) {
|
|
25402
|
+
const memberEntries = se_LocalGatewayVirtualInterfaceIdSet(input[_LGVIIo], context);
|
|
25174
25403
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25175
25404
|
const loc = `LocalGatewayVirtualInterfaceId.${key.substring(key.indexOf(".") + 1)}`;
|
|
25176
25405
|
entries[loc] = value;
|
|
@@ -25543,6 +25772,33 @@ var se_DescribeNetworkInterfacesRequest = /* @__PURE__ */ __name((input, context
|
|
|
25543
25772
|
}
|
|
25544
25773
|
return entries;
|
|
25545
25774
|
}, "se_DescribeNetworkInterfacesRequest");
|
|
25775
|
+
var se_DescribeOutpostLagsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
25776
|
+
const entries = {};
|
|
25777
|
+
if (input[_OLIu] != null) {
|
|
25778
|
+
const memberEntries = se_OutpostLagIdSet(input[_OLIu], context);
|
|
25779
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25780
|
+
const loc = `OutpostLagId.${key.substring(key.indexOf(".") + 1)}`;
|
|
25781
|
+
entries[loc] = value;
|
|
25782
|
+
});
|
|
25783
|
+
}
|
|
25784
|
+
if (input[_Fi] != null) {
|
|
25785
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
25786
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25787
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
25788
|
+
entries[loc] = value;
|
|
25789
|
+
});
|
|
25790
|
+
}
|
|
25791
|
+
if (input[_MR] != null) {
|
|
25792
|
+
entries[_MR] = input[_MR];
|
|
25793
|
+
}
|
|
25794
|
+
if (input[_NT] != null) {
|
|
25795
|
+
entries[_NT] = input[_NT];
|
|
25796
|
+
}
|
|
25797
|
+
if (input[_DRr] != null) {
|
|
25798
|
+
entries[_DRr] = input[_DRr];
|
|
25799
|
+
}
|
|
25800
|
+
return entries;
|
|
25801
|
+
}, "se_DescribeOutpostLagsRequest");
|
|
25546
25802
|
var se_DescribePlacementGroupsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
25547
25803
|
const entries = {};
|
|
25548
25804
|
if (input[_GIro] != null) {
|
|
@@ -26092,6 +26348,33 @@ var se_DescribeSecurityGroupVpcAssociationsRequest = /* @__PURE__ */ __name((inp
|
|
|
26092
26348
|
}
|
|
26093
26349
|
return entries;
|
|
26094
26350
|
}, "se_DescribeSecurityGroupVpcAssociationsRequest");
|
|
26351
|
+
var se_DescribeServiceLinkVirtualInterfacesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
26352
|
+
const entries = {};
|
|
26353
|
+
if (input[_SLVII] != null) {
|
|
26354
|
+
const memberEntries = se_ServiceLinkVirtualInterfaceIdSet(input[_SLVII], context);
|
|
26355
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
26356
|
+
const loc = `ServiceLinkVirtualInterfaceId.${key.substring(key.indexOf(".") + 1)}`;
|
|
26357
|
+
entries[loc] = value;
|
|
26358
|
+
});
|
|
26359
|
+
}
|
|
26360
|
+
if (input[_Fi] != null) {
|
|
26361
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
26362
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
26363
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
26364
|
+
entries[loc] = value;
|
|
26365
|
+
});
|
|
26366
|
+
}
|
|
26367
|
+
if (input[_MR] != null) {
|
|
26368
|
+
entries[_MR] = input[_MR];
|
|
26369
|
+
}
|
|
26370
|
+
if (input[_NT] != null) {
|
|
26371
|
+
entries[_NT] = input[_NT];
|
|
26372
|
+
}
|
|
26373
|
+
if (input[_DRr] != null) {
|
|
26374
|
+
entries[_DRr] = input[_DRr];
|
|
26375
|
+
}
|
|
26376
|
+
return entries;
|
|
26377
|
+
}, "se_DescribeServiceLinkVirtualInterfacesRequest");
|
|
26095
26378
|
var se_DescribeSnapshotAttributeRequest = /* @__PURE__ */ __name((input, context) => {
|
|
26096
26379
|
const entries = {};
|
|
26097
26380
|
if (input[_At] != null) {
|
|
@@ -33129,6 +33412,9 @@ var se_ModifyIpamRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
33129
33412
|
if (input[_EPG] != null) {
|
|
33130
33413
|
entries[_EPG] = input[_EPG];
|
|
33131
33414
|
}
|
|
33415
|
+
if (input[_MAe] != null) {
|
|
33416
|
+
entries[_MAe] = input[_MAe];
|
|
33417
|
+
}
|
|
33132
33418
|
return entries;
|
|
33133
33419
|
}, "se_ModifyIpamRequest");
|
|
33134
33420
|
var se_ModifyIpamResourceCidrRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -35011,6 +35297,18 @@ var se_OrganizationArnStringList = /* @__PURE__ */ __name((input, context) => {
|
|
|
35011
35297
|
}
|
|
35012
35298
|
return entries;
|
|
35013
35299
|
}, "se_OrganizationArnStringList");
|
|
35300
|
+
var se_OutpostLagIdSet = /* @__PURE__ */ __name((input, context) => {
|
|
35301
|
+
const entries = {};
|
|
35302
|
+
let counter = 1;
|
|
35303
|
+
for (const entry of input) {
|
|
35304
|
+
if (entry === null) {
|
|
35305
|
+
continue;
|
|
35306
|
+
}
|
|
35307
|
+
entries[`Item.${counter}`] = entry;
|
|
35308
|
+
counter++;
|
|
35309
|
+
}
|
|
35310
|
+
return entries;
|
|
35311
|
+
}, "se_OutpostLagIdSet");
|
|
35014
35312
|
var se_OwnerStringList = /* @__PURE__ */ __name((input, context) => {
|
|
35015
35313
|
const entries = {};
|
|
35016
35314
|
let counter = 1;
|
|
@@ -38167,6 +38465,18 @@ var se_SendDiagnosticInterruptRequest = /* @__PURE__ */ __name((input, context)
|
|
|
38167
38465
|
}
|
|
38168
38466
|
return entries;
|
|
38169
38467
|
}, "se_SendDiagnosticInterruptRequest");
|
|
38468
|
+
var se_ServiceLinkVirtualInterfaceIdSet = /* @__PURE__ */ __name((input, context) => {
|
|
38469
|
+
const entries = {};
|
|
38470
|
+
let counter = 1;
|
|
38471
|
+
for (const entry of input) {
|
|
38472
|
+
if (entry === null) {
|
|
38473
|
+
continue;
|
|
38474
|
+
}
|
|
38475
|
+
entries[`Item.${counter}`] = entry;
|
|
38476
|
+
counter++;
|
|
38477
|
+
}
|
|
38478
|
+
return entries;
|
|
38479
|
+
}, "se_ServiceLinkVirtualInterfaceIdSet");
|
|
38170
38480
|
var se_SlotDateTimeRangeRequest = /* @__PURE__ */ __name((input, context) => {
|
|
38171
38481
|
const entries = {};
|
|
38172
38482
|
if (input[_ETa] != null) {
|
|
@@ -42870,6 +43180,20 @@ var de_CreateLocalGatewayRouteTableVpcAssociationResult = /* @__PURE__ */ __name
|
|
|
42870
43180
|
}
|
|
42871
43181
|
return contents;
|
|
42872
43182
|
}, "de_CreateLocalGatewayRouteTableVpcAssociationResult");
|
|
43183
|
+
var de_CreateLocalGatewayVirtualInterfaceGroupResult = /* @__PURE__ */ __name((output, context) => {
|
|
43184
|
+
const contents = {};
|
|
43185
|
+
if (output[_lGVIG] != null) {
|
|
43186
|
+
contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroup(output[_lGVIG], context);
|
|
43187
|
+
}
|
|
43188
|
+
return contents;
|
|
43189
|
+
}, "de_CreateLocalGatewayVirtualInterfaceGroupResult");
|
|
43190
|
+
var de_CreateLocalGatewayVirtualInterfaceResult = /* @__PURE__ */ __name((output, context) => {
|
|
43191
|
+
const contents = {};
|
|
43192
|
+
if (output[_lGVI] != null) {
|
|
43193
|
+
contents[_LGVI] = de_LocalGatewayVirtualInterface(output[_lGVI], context);
|
|
43194
|
+
}
|
|
43195
|
+
return contents;
|
|
43196
|
+
}, "de_CreateLocalGatewayVirtualInterfaceResult");
|
|
42873
43197
|
var de_CreateManagedPrefixListResult = /* @__PURE__ */ __name((output, context) => {
|
|
42874
43198
|
const contents = {};
|
|
42875
43199
|
if (output[_pL] != null) {
|
|
@@ -43668,6 +43992,20 @@ var de_DeleteLocalGatewayRouteTableVpcAssociationResult = /* @__PURE__ */ __name
|
|
|
43668
43992
|
}
|
|
43669
43993
|
return contents;
|
|
43670
43994
|
}, "de_DeleteLocalGatewayRouteTableVpcAssociationResult");
|
|
43995
|
+
var de_DeleteLocalGatewayVirtualInterfaceGroupResult = /* @__PURE__ */ __name((output, context) => {
|
|
43996
|
+
const contents = {};
|
|
43997
|
+
if (output[_lGVIG] != null) {
|
|
43998
|
+
contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroup(output[_lGVIG], context);
|
|
43999
|
+
}
|
|
44000
|
+
return contents;
|
|
44001
|
+
}, "de_DeleteLocalGatewayVirtualInterfaceGroupResult");
|
|
44002
|
+
var de_DeleteLocalGatewayVirtualInterfaceResult = /* @__PURE__ */ __name((output, context) => {
|
|
44003
|
+
const contents = {};
|
|
44004
|
+
if (output[_lGVI] != null) {
|
|
44005
|
+
contents[_LGVI] = de_LocalGatewayVirtualInterface(output[_lGVI], context);
|
|
44006
|
+
}
|
|
44007
|
+
return contents;
|
|
44008
|
+
}, "de_DeleteLocalGatewayVirtualInterfaceResult");
|
|
43671
44009
|
var de_DeleteManagedPrefixListResult = /* @__PURE__ */ __name((output, context) => {
|
|
43672
44010
|
const contents = {};
|
|
43673
44011
|
if (output[_pL] != null) {
|
|
@@ -45028,9 +45366,9 @@ var de_DescribeLocalGatewaysResult = /* @__PURE__ */ __name((output, context) =>
|
|
|
45028
45366
|
var de_DescribeLocalGatewayVirtualInterfaceGroupsResult = /* @__PURE__ */ __name((output, context) => {
|
|
45029
45367
|
const contents = {};
|
|
45030
45368
|
if (output.localGatewayVirtualInterfaceGroupSet === "") {
|
|
45031
|
-
contents[
|
|
45369
|
+
contents[_LGVIGo] = [];
|
|
45032
45370
|
} else if (output[_lGVIGS] != null && output[_lGVIGS][_i] != null) {
|
|
45033
|
-
contents[
|
|
45371
|
+
contents[_LGVIGo] = de_LocalGatewayVirtualInterfaceGroupSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIGS][_i]), context);
|
|
45034
45372
|
}
|
|
45035
45373
|
if (output[_nTe] != null) {
|
|
45036
45374
|
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
@@ -45040,9 +45378,9 @@ var de_DescribeLocalGatewayVirtualInterfaceGroupsResult = /* @__PURE__ */ __name
|
|
|
45040
45378
|
var de_DescribeLocalGatewayVirtualInterfacesResult = /* @__PURE__ */ __name((output, context) => {
|
|
45041
45379
|
const contents = {};
|
|
45042
45380
|
if (output.localGatewayVirtualInterfaceSet === "") {
|
|
45043
|
-
contents[
|
|
45381
|
+
contents[_LGVIo] = [];
|
|
45044
45382
|
} else if (output[_lGVIS] != null && output[_lGVIS][_i] != null) {
|
|
45045
|
-
contents[
|
|
45383
|
+
contents[_LGVIo] = de_LocalGatewayVirtualInterfaceSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIS][_i]), context);
|
|
45046
45384
|
}
|
|
45047
45385
|
if (output[_nTe] != null) {
|
|
45048
45386
|
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
@@ -45217,6 +45555,18 @@ var de_DescribeNetworkInterfacesResult = /* @__PURE__ */ __name((output, context
|
|
|
45217
45555
|
}
|
|
45218
45556
|
return contents;
|
|
45219
45557
|
}, "de_DescribeNetworkInterfacesResult");
|
|
45558
|
+
var de_DescribeOutpostLagsResult = /* @__PURE__ */ __name((output, context) => {
|
|
45559
|
+
const contents = {};
|
|
45560
|
+
if (output.outpostLagSet === "") {
|
|
45561
|
+
contents[_OL] = [];
|
|
45562
|
+
} else if (output[_oLS] != null && output[_oLS][_i] != null) {
|
|
45563
|
+
contents[_OL] = de_OutpostLagSet((0, import_smithy_client.getArrayIfSingleItem)(output[_oLS][_i]), context);
|
|
45564
|
+
}
|
|
45565
|
+
if (output[_nTe] != null) {
|
|
45566
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
45567
|
+
}
|
|
45568
|
+
return contents;
|
|
45569
|
+
}, "de_DescribeOutpostLagsResult");
|
|
45220
45570
|
var de_DescribePlacementGroupsResult = /* @__PURE__ */ __name((output, context) => {
|
|
45221
45571
|
const contents = {};
|
|
45222
45572
|
if (output.placementGroupSet === "") {
|
|
@@ -45442,6 +45792,18 @@ var de_DescribeSecurityGroupVpcAssociationsResult = /* @__PURE__ */ __name((outp
|
|
|
45442
45792
|
}
|
|
45443
45793
|
return contents;
|
|
45444
45794
|
}, "de_DescribeSecurityGroupVpcAssociationsResult");
|
|
45795
|
+
var de_DescribeServiceLinkVirtualInterfacesResult = /* @__PURE__ */ __name((output, context) => {
|
|
45796
|
+
const contents = {};
|
|
45797
|
+
if (output.serviceLinkVirtualInterfaceSet === "") {
|
|
45798
|
+
contents[_SLVI] = [];
|
|
45799
|
+
} else if (output[_sLVIS] != null && output[_sLVIS][_i] != null) {
|
|
45800
|
+
contents[_SLVI] = de_ServiceLinkVirtualInterfaceSet((0, import_smithy_client.getArrayIfSingleItem)(output[_sLVIS][_i]), context);
|
|
45801
|
+
}
|
|
45802
|
+
if (output[_nTe] != null) {
|
|
45803
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
|
|
45804
|
+
}
|
|
45805
|
+
return contents;
|
|
45806
|
+
}, "de_DescribeServiceLinkVirtualInterfacesResult");
|
|
45445
45807
|
var de_DescribeSnapshotAttributeResult = /* @__PURE__ */ __name((output, context) => {
|
|
45446
45808
|
const contents = {};
|
|
45447
45809
|
if (output.productCodes === "") {
|
|
@@ -47304,7 +47666,7 @@ var de_Explanation = /* @__PURE__ */ __name((output, context) => {
|
|
|
47304
47666
|
contents[_IGn] = de_AnalysisComponent(output[_iG], context);
|
|
47305
47667
|
}
|
|
47306
47668
|
if (output[_lBA] != null) {
|
|
47307
|
-
contents[
|
|
47669
|
+
contents[_LBAo] = (0, import_smithy_client.expectString)(output[_lBA]);
|
|
47308
47670
|
}
|
|
47309
47671
|
if (output[_cLBL] != null) {
|
|
47310
47672
|
contents[_CLBL] = de_AnalysisLoadBalancerListener(output[_cLBL], context);
|
|
@@ -51227,6 +51589,9 @@ var de_Ipam = /* @__PURE__ */ __name((output, context) => {
|
|
|
51227
51589
|
if (output[_ePG] != null) {
|
|
51228
51590
|
contents[_EPG] = (0, import_smithy_client.parseBoolean)(output[_ePG]);
|
|
51229
51591
|
}
|
|
51592
|
+
if (output[_mAe] != null) {
|
|
51593
|
+
contents[_MAe] = (0, import_smithy_client.expectString)(output[_mAe]);
|
|
51594
|
+
}
|
|
51230
51595
|
return contents;
|
|
51231
51596
|
}, "de_Ipam");
|
|
51232
51597
|
var de_IpamAddressHistoryRecord = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -52990,11 +53355,20 @@ var de_LocalGatewaySet = /* @__PURE__ */ __name((output, context) => {
|
|
|
52990
53355
|
var de_LocalGatewayVirtualInterface = /* @__PURE__ */ __name((output, context) => {
|
|
52991
53356
|
const contents = {};
|
|
52992
53357
|
if (output[_lGVII] != null) {
|
|
52993
|
-
contents[
|
|
53358
|
+
contents[_LGVII] = (0, import_smithy_client.expectString)(output[_lGVII]);
|
|
52994
53359
|
}
|
|
52995
53360
|
if (output[_lGI] != null) {
|
|
52996
53361
|
contents[_LGI] = (0, import_smithy_client.expectString)(output[_lGI]);
|
|
52997
53362
|
}
|
|
53363
|
+
if (output[_lGVIGI] != null) {
|
|
53364
|
+
contents[_LGVIGI] = (0, import_smithy_client.expectString)(output[_lGVIGI]);
|
|
53365
|
+
}
|
|
53366
|
+
if (output[_lGVIA] != null) {
|
|
53367
|
+
contents[_LGVIA] = (0, import_smithy_client.expectString)(output[_lGVIA]);
|
|
53368
|
+
}
|
|
53369
|
+
if (output[_oLI] != null) {
|
|
53370
|
+
contents[_OLI] = (0, import_smithy_client.expectString)(output[_oLI]);
|
|
53371
|
+
}
|
|
52998
53372
|
if (output[_vl] != null) {
|
|
52999
53373
|
contents[_Vl] = (0, import_smithy_client.strictParseInt32)(output[_vl]);
|
|
53000
53374
|
}
|
|
@@ -53005,11 +53379,14 @@ var de_LocalGatewayVirtualInterface = /* @__PURE__ */ __name((output, context) =
|
|
|
53005
53379
|
contents[_PAe] = (0, import_smithy_client.expectString)(output[_pAe]);
|
|
53006
53380
|
}
|
|
53007
53381
|
if (output[_lBAo] != null) {
|
|
53008
|
-
contents[
|
|
53382
|
+
contents[_LBA] = (0, import_smithy_client.strictParseInt32)(output[_lBAo]);
|
|
53009
53383
|
}
|
|
53010
53384
|
if (output[_pBA] != null) {
|
|
53011
53385
|
contents[_PBA] = (0, import_smithy_client.strictParseInt32)(output[_pBA]);
|
|
53012
53386
|
}
|
|
53387
|
+
if (output[_pBAE] != null) {
|
|
53388
|
+
contents[_PBAE] = (0, import_smithy_client.strictParseLong)(output[_pBAE]);
|
|
53389
|
+
}
|
|
53013
53390
|
if (output[_oI] != null) {
|
|
53014
53391
|
contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
|
|
53015
53392
|
}
|
|
@@ -53018,6 +53395,9 @@ var de_LocalGatewayVirtualInterface = /* @__PURE__ */ __name((output, context) =
|
|
|
53018
53395
|
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
53019
53396
|
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
53020
53397
|
}
|
|
53398
|
+
if (output[_cSon] != null) {
|
|
53399
|
+
contents[_CSon] = (0, import_smithy_client.expectString)(output[_cSon]);
|
|
53400
|
+
}
|
|
53021
53401
|
return contents;
|
|
53022
53402
|
}, "de_LocalGatewayVirtualInterface");
|
|
53023
53403
|
var de_LocalGatewayVirtualInterfaceGroup = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -53026,9 +53406,9 @@ var de_LocalGatewayVirtualInterfaceGroup = /* @__PURE__ */ __name((output, conte
|
|
|
53026
53406
|
contents[_LGVIGI] = (0, import_smithy_client.expectString)(output[_lGVIGI]);
|
|
53027
53407
|
}
|
|
53028
53408
|
if (output.localGatewayVirtualInterfaceIdSet === "") {
|
|
53029
|
-
contents[
|
|
53409
|
+
contents[_LGVIIo] = [];
|
|
53030
53410
|
} else if (output[_lGVIIS] != null && output[_lGVIIS][_i] != null) {
|
|
53031
|
-
contents[
|
|
53411
|
+
contents[_LGVIIo] = de_LocalGatewayVirtualInterfaceIdSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIIS][_i]), context);
|
|
53032
53412
|
}
|
|
53033
53413
|
if (output[_lGI] != null) {
|
|
53034
53414
|
contents[_LGI] = (0, import_smithy_client.expectString)(output[_lGI]);
|
|
@@ -53036,11 +53416,23 @@ var de_LocalGatewayVirtualInterfaceGroup = /* @__PURE__ */ __name((output, conte
|
|
|
53036
53416
|
if (output[_oI] != null) {
|
|
53037
53417
|
contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
|
|
53038
53418
|
}
|
|
53419
|
+
if (output[_lBAo] != null) {
|
|
53420
|
+
contents[_LBA] = (0, import_smithy_client.strictParseInt32)(output[_lBAo]);
|
|
53421
|
+
}
|
|
53422
|
+
if (output[_lBAE] != null) {
|
|
53423
|
+
contents[_LBAE] = (0, import_smithy_client.strictParseLong)(output[_lBAE]);
|
|
53424
|
+
}
|
|
53425
|
+
if (output[_lGVIGA] != null) {
|
|
53426
|
+
contents[_LGVIGA] = (0, import_smithy_client.expectString)(output[_lGVIGA]);
|
|
53427
|
+
}
|
|
53039
53428
|
if (output.tagSet === "") {
|
|
53040
53429
|
contents[_Ta] = [];
|
|
53041
53430
|
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
53042
53431
|
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
53043
53432
|
}
|
|
53433
|
+
if (output[_cSon] != null) {
|
|
53434
|
+
contents[_CSon] = (0, import_smithy_client.expectString)(output[_cSon]);
|
|
53435
|
+
}
|
|
53044
53436
|
return contents;
|
|
53045
53437
|
}, "de_LocalGatewayVirtualInterfaceGroup");
|
|
53046
53438
|
var de_LocalGatewayVirtualInterfaceGroupSet = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -54705,6 +55097,42 @@ var de_OperatorResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
54705
55097
|
}
|
|
54706
55098
|
return contents;
|
|
54707
55099
|
}, "de_OperatorResponse");
|
|
55100
|
+
var de_OutpostLag = /* @__PURE__ */ __name((output, context) => {
|
|
55101
|
+
const contents = {};
|
|
55102
|
+
if (output[_oA] != null) {
|
|
55103
|
+
contents[_OA] = (0, import_smithy_client.expectString)(output[_oA]);
|
|
55104
|
+
}
|
|
55105
|
+
if (output[_oI] != null) {
|
|
55106
|
+
contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
|
|
55107
|
+
}
|
|
55108
|
+
if (output[_st] != null) {
|
|
55109
|
+
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
55110
|
+
}
|
|
55111
|
+
if (output[_oLI] != null) {
|
|
55112
|
+
contents[_OLI] = (0, import_smithy_client.expectString)(output[_oLI]);
|
|
55113
|
+
}
|
|
55114
|
+
if (output.localGatewayVirtualInterfaceIdSet === "") {
|
|
55115
|
+
contents[_LGVIIo] = [];
|
|
55116
|
+
} else if (output[_lGVIIS] != null && output[_lGVIIS][_i] != null) {
|
|
55117
|
+
contents[_LGVIIo] = de_LocalGatewayVirtualInterfaceIdSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIIS][_i]), context);
|
|
55118
|
+
}
|
|
55119
|
+
if (output.serviceLinkVirtualInterfaceIdSet === "") {
|
|
55120
|
+
contents[_SLVII] = [];
|
|
55121
|
+
} else if (output[_sLVIIS] != null && output[_sLVIIS][_i] != null) {
|
|
55122
|
+
contents[_SLVII] = de_ServiceLinkVirtualInterfaceIdSet((0, import_smithy_client.getArrayIfSingleItem)(output[_sLVIIS][_i]), context);
|
|
55123
|
+
}
|
|
55124
|
+
if (output.tagSet === "") {
|
|
55125
|
+
contents[_Ta] = [];
|
|
55126
|
+
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
55127
|
+
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
55128
|
+
}
|
|
55129
|
+
return contents;
|
|
55130
|
+
}, "de_OutpostLag");
|
|
55131
|
+
var de_OutpostLagSet = /* @__PURE__ */ __name((output, context) => {
|
|
55132
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
55133
|
+
return de_OutpostLag(entry, context);
|
|
55134
|
+
});
|
|
55135
|
+
}, "de_OutpostLagSet");
|
|
54708
55136
|
var de_PacketHeaderStatement = /* @__PURE__ */ __name((output, context) => {
|
|
54709
55137
|
const contents = {};
|
|
54710
55138
|
if (output.sourceAddressSet === "") {
|
|
@@ -57430,6 +57858,58 @@ var de_ServiceDetailSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
57430
57858
|
return de_ServiceDetail(entry, context);
|
|
57431
57859
|
});
|
|
57432
57860
|
}, "de_ServiceDetailSet");
|
|
57861
|
+
var de_ServiceLinkVirtualInterface = /* @__PURE__ */ __name((output, context) => {
|
|
57862
|
+
const contents = {};
|
|
57863
|
+
if (output[_sLVII] != null) {
|
|
57864
|
+
contents[_SLVIIe] = (0, import_smithy_client.expectString)(output[_sLVII]);
|
|
57865
|
+
}
|
|
57866
|
+
if (output[_sLVIA] != null) {
|
|
57867
|
+
contents[_SLVIA] = (0, import_smithy_client.expectString)(output[_sLVIA]);
|
|
57868
|
+
}
|
|
57869
|
+
if (output[_oIu] != null) {
|
|
57870
|
+
contents[_OIu] = (0, import_smithy_client.expectString)(output[_oIu]);
|
|
57871
|
+
}
|
|
57872
|
+
if (output[_oA] != null) {
|
|
57873
|
+
contents[_OA] = (0, import_smithy_client.expectString)(output[_oA]);
|
|
57874
|
+
}
|
|
57875
|
+
if (output[_oI] != null) {
|
|
57876
|
+
contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
|
|
57877
|
+
}
|
|
57878
|
+
if (output[_lA] != null) {
|
|
57879
|
+
contents[_LA] = (0, import_smithy_client.expectString)(output[_lA]);
|
|
57880
|
+
}
|
|
57881
|
+
if (output[_pAe] != null) {
|
|
57882
|
+
contents[_PAe] = (0, import_smithy_client.expectString)(output[_pAe]);
|
|
57883
|
+
}
|
|
57884
|
+
if (output[_pBA] != null) {
|
|
57885
|
+
contents[_PBA] = (0, import_smithy_client.strictParseLong)(output[_pBA]);
|
|
57886
|
+
}
|
|
57887
|
+
if (output[_vl] != null) {
|
|
57888
|
+
contents[_Vl] = (0, import_smithy_client.strictParseInt32)(output[_vl]);
|
|
57889
|
+
}
|
|
57890
|
+
if (output[_oLI] != null) {
|
|
57891
|
+
contents[_OLI] = (0, import_smithy_client.expectString)(output[_oLI]);
|
|
57892
|
+
}
|
|
57893
|
+
if (output.tagSet === "") {
|
|
57894
|
+
contents[_Ta] = [];
|
|
57895
|
+
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
57896
|
+
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
57897
|
+
}
|
|
57898
|
+
if (output[_cSon] != null) {
|
|
57899
|
+
contents[_CSon] = (0, import_smithy_client.expectString)(output[_cSon]);
|
|
57900
|
+
}
|
|
57901
|
+
return contents;
|
|
57902
|
+
}, "de_ServiceLinkVirtualInterface");
|
|
57903
|
+
var de_ServiceLinkVirtualInterfaceIdSet = /* @__PURE__ */ __name((output, context) => {
|
|
57904
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
57905
|
+
return (0, import_smithy_client.expectString)(entry);
|
|
57906
|
+
});
|
|
57907
|
+
}, "de_ServiceLinkVirtualInterfaceIdSet");
|
|
57908
|
+
var de_ServiceLinkVirtualInterfaceSet = /* @__PURE__ */ __name((output, context) => {
|
|
57909
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
57910
|
+
return de_ServiceLinkVirtualInterface(entry, context);
|
|
57911
|
+
});
|
|
57912
|
+
}, "de_ServiceLinkVirtualInterfaceSet");
|
|
57433
57913
|
var de_ServiceTypeDetail = /* @__PURE__ */ __name((output, context) => {
|
|
57434
57914
|
const contents = {};
|
|
57435
57915
|
if (output[_sTe] != null) {
|
|
@@ -58707,9 +59187,9 @@ var de_TerminateClientVpnConnectionsResult = /* @__PURE__ */ __name((output, con
|
|
|
58707
59187
|
contents[_Us] = (0, import_smithy_client.expectString)(output[_us]);
|
|
58708
59188
|
}
|
|
58709
59189
|
if (output.connectionStatuses === "") {
|
|
58710
|
-
contents[
|
|
58711
|
-
} else if (output[
|
|
58712
|
-
contents[
|
|
59190
|
+
contents[_CSonn] = [];
|
|
59191
|
+
} else if (output[_cSonn] != null && output[_cSonn][_i] != null) {
|
|
59192
|
+
contents[_CSonn] = de_TerminateConnectionStatusSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cSonn][_i]), context);
|
|
58713
59193
|
}
|
|
58714
59194
|
return contents;
|
|
58715
59195
|
}, "de_TerminateClientVpnConnectionsResult");
|
|
@@ -60335,7 +60815,7 @@ var de_VerifiedAccessEndpointLoadBalancerOptions = /* @__PURE__ */ __name((outpu
|
|
|
60335
60815
|
contents[_Po] = (0, import_smithy_client.strictParseInt32)(output[_po]);
|
|
60336
60816
|
}
|
|
60337
60817
|
if (output[_lBA] != null) {
|
|
60338
|
-
contents[
|
|
60818
|
+
contents[_LBAo] = (0, import_smithy_client.expectString)(output[_lBA]);
|
|
60339
60819
|
}
|
|
60340
60820
|
if (output.subnetIdSet === "") {
|
|
60341
60821
|
contents[_SIu] = [];
|
|
@@ -62211,6 +62691,8 @@ var _CLGR = "CreateLocalGatewayRoute";
|
|
|
62211
62691
|
var _CLGRT = "CreateLocalGatewayRouteTable";
|
|
62212
62692
|
var _CLGRTVA = "CreateLocalGatewayRouteTableVpcAssociation";
|
|
62213
62693
|
var _CLGRTVIGA = "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation";
|
|
62694
|
+
var _CLGVI = "CreateLocalGatewayVirtualInterface";
|
|
62695
|
+
var _CLGVIG = "CreateLocalGatewayVirtualInterfaceGroup";
|
|
62214
62696
|
var _CLO = "ConnectionLogOptions";
|
|
62215
62697
|
var _CLS = "CloudwatchLogStream";
|
|
62216
62698
|
var _CLT = "CreateLaunchTemplate";
|
|
@@ -62295,7 +62777,8 @@ var _CSIT = "CreateStoreImageTask";
|
|
|
62295
62777
|
var _CSOK = "CertificateS3ObjectKey";
|
|
62296
62778
|
var _CSl = "ClientSecret";
|
|
62297
62779
|
var _CSo = "ComplianceStatus";
|
|
62298
|
-
var _CSon = "
|
|
62780
|
+
var _CSon = "ConfigurationState";
|
|
62781
|
+
var _CSonn = "ConnectionStatuses";
|
|
62299
62782
|
var _CSr = "CreateSnapshot";
|
|
62300
62783
|
var _CSre = "CreateSnapshots";
|
|
62301
62784
|
var _CSrea = "CreateSubnet";
|
|
@@ -62532,8 +63015,10 @@ var _DLGRTVAe = "DescribeLocalGatewayRouteTableVpcAssociations";
|
|
|
62532
63015
|
var _DLGRTVIGA = "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation";
|
|
62533
63016
|
var _DLGRTVIGAe = "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations";
|
|
62534
63017
|
var _DLGRTe = "DescribeLocalGatewayRouteTables";
|
|
62535
|
-
var _DLGVI = "
|
|
62536
|
-
var _DLGVIG = "
|
|
63018
|
+
var _DLGVI = "DeleteLocalGatewayVirtualInterface";
|
|
63019
|
+
var _DLGVIG = "DeleteLocalGatewayVirtualInterfaceGroup";
|
|
63020
|
+
var _DLGVIGe = "DescribeLocalGatewayVirtualInterfaceGroups";
|
|
63021
|
+
var _DLGVIe = "DescribeLocalGatewayVirtualInterfaces";
|
|
62537
63022
|
var _DLPA = "DeliverLogsPermissionArn";
|
|
62538
63023
|
var _DLS = "DescribeLockedSnapshots";
|
|
62539
63024
|
var _DLSe = "DeliverLogsStatus";
|
|
@@ -62576,6 +63061,7 @@ var _DO = "DestinationOptions";
|
|
|
62576
63061
|
var _DOA = "DestinationOutpostArn";
|
|
62577
63062
|
var _DOI = "DhcpOptionsId";
|
|
62578
63063
|
var _DOIh = "DhcpOptionsIds";
|
|
63064
|
+
var _DOL = "DescribeOutpostLags";
|
|
62579
63065
|
var _DOST = "DisconnectOnSessionTimeout";
|
|
62580
63066
|
var _DOT = "DeleteOnTermination";
|
|
62581
63067
|
var _DOe = "DeviceOptions";
|
|
@@ -62653,6 +63139,7 @@ var _DSI = "DescribeScheduledInstances";
|
|
|
62653
63139
|
var _DSIA = "DescribeScheduledInstanceAvailability";
|
|
62654
63140
|
var _DSIR = "DescribeSpotInstanceRequests";
|
|
62655
63141
|
var _DSIT = "DescribeStoreImageTasks";
|
|
63142
|
+
var _DSLVI = "DescribeServiceLinkVirtualInterfaces";
|
|
62656
63143
|
var _DSPH = "DescribeSpotPriceHistory";
|
|
62657
63144
|
var _DSSG = "DescribeStaleSecurityGroups";
|
|
62658
63145
|
var _DSTS = "DescribeSnapshotTierStatus";
|
|
@@ -63312,8 +63799,9 @@ var _LADT = "LastAttemptedDiscoveryTime";
|
|
|
63312
63799
|
var _LAZ = "LaunchedAvailabilityZone";
|
|
63313
63800
|
var _LAa = "LastAddress";
|
|
63314
63801
|
var _LB = "LoadBalancers";
|
|
63315
|
-
var _LBA = "
|
|
63316
|
-
var
|
|
63802
|
+
var _LBA = "LocalBgpAsn";
|
|
63803
|
+
var _LBAE = "LocalBgpAsnExtended";
|
|
63804
|
+
var _LBAo = "LoadBalancerArn";
|
|
63317
63805
|
var _LBC = "LoadBalancersConfig";
|
|
63318
63806
|
var _LBLP = "LoadBalancerListenerPort";
|
|
63319
63807
|
var _LBO = "LoadBalancerOptions";
|
|
@@ -63354,12 +63842,16 @@ var _LGRTVIGAI = "LocalGatewayRouteTableVirtualInterfaceGroupAssociationId";
|
|
|
63354
63842
|
var _LGRTVIGAIo = "LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds";
|
|
63355
63843
|
var _LGRTVIGAo = "LocalGatewayRouteTableVirtualInterfaceGroupAssociations";
|
|
63356
63844
|
var _LGRTo = "LocalGatewayRouteTables";
|
|
63357
|
-
var _LGVI = "
|
|
63358
|
-
var
|
|
63845
|
+
var _LGVI = "LocalGatewayVirtualInterface";
|
|
63846
|
+
var _LGVIA = "LocalGatewayVirtualInterfaceArn";
|
|
63847
|
+
var _LGVIG = "LocalGatewayVirtualInterfaceGroup";
|
|
63848
|
+
var _LGVIGA = "LocalGatewayVirtualInterfaceGroupArn";
|
|
63359
63849
|
var _LGVIGI = "LocalGatewayVirtualInterfaceGroupId";
|
|
63360
63850
|
var _LGVIGIo = "LocalGatewayVirtualInterfaceGroupIds";
|
|
63361
|
-
var
|
|
63362
|
-
var
|
|
63851
|
+
var _LGVIGo = "LocalGatewayVirtualInterfaceGroups";
|
|
63852
|
+
var _LGVII = "LocalGatewayVirtualInterfaceId";
|
|
63853
|
+
var _LGVIIo = "LocalGatewayVirtualInterfaceIds";
|
|
63854
|
+
var _LGVIo = "LocalGatewayVirtualInterfaces";
|
|
63363
63855
|
var _LGo = "LogGroup";
|
|
63364
63856
|
var _LGoc = "LocalGateways";
|
|
63365
63857
|
var _LIIRB = "ListImagesInRecycleBin";
|
|
@@ -63427,6 +63919,7 @@ var _MAS = "MovingAddressStatuses";
|
|
|
63427
63919
|
var _MATV = "MoveAddressToVpc";
|
|
63428
63920
|
var _MAZG = "ModifyAvailabilityZoneGroup";
|
|
63429
63921
|
var _MAa = "MacAddress";
|
|
63922
|
+
var _MAe = "MeteredAccount";
|
|
63430
63923
|
var _MB = "ManagedBy";
|
|
63431
63924
|
var _MBCTI = "MoveByoipCidrToIpam";
|
|
63432
63925
|
var _MBIM = "MaximumBandwidthInMbps";
|
|
@@ -63669,9 +64162,13 @@ var _OIA = "OutsideIpAddress";
|
|
|
63669
64162
|
var _OIAT = "OutsideIpAddressType";
|
|
63670
64163
|
var _OIS = "OptInStatus";
|
|
63671
64164
|
var _OIr = "OriginalIops";
|
|
64165
|
+
var _OIu = "OutpostId";
|
|
63672
64166
|
var _OIw = "OwnerIds";
|
|
63673
64167
|
var _OIwn = "OwnerId";
|
|
63674
64168
|
var _OK = "ObjectKey";
|
|
64169
|
+
var _OL = "OutpostLags";
|
|
64170
|
+
var _OLI = "OutpostLagId";
|
|
64171
|
+
var _OLIu = "OutpostLagIds";
|
|
63675
64172
|
var _OMAE = "OriginalMultiAttachEnabled";
|
|
63676
64173
|
var _OO = "OidcOptions";
|
|
63677
64174
|
var _OR = "OperatingRegions";
|
|
@@ -63710,6 +64207,7 @@ var _PAo = "PoolArn";
|
|
|
63710
64207
|
var _PAr = "PrincipalArn";
|
|
63711
64208
|
var _PB = "ProvisionedBandwidth";
|
|
63712
64209
|
var _PBA = "PeerBgpAsn";
|
|
64210
|
+
var _PBAE = "PeerBgpAsnExtended";
|
|
63713
64211
|
var _PBC = "ProvisionByoipCidr";
|
|
63714
64212
|
var _PBIG = "PeakBandwidthInGbps";
|
|
63715
64213
|
var _PC = "ProductCode";
|
|
@@ -64183,6 +64681,10 @@ var _SK = "S3Key";
|
|
|
64183
64681
|
var _SKo = "S3objectKey";
|
|
64184
64682
|
var _SL = "SpreadLevel";
|
|
64185
64683
|
var _SLGR = "SearchLocalGatewayRoutes";
|
|
64684
|
+
var _SLVI = "ServiceLinkVirtualInterfaces";
|
|
64685
|
+
var _SLVIA = "ServiceLinkVirtualInterfaceArn";
|
|
64686
|
+
var _SLVII = "ServiceLinkVirtualInterfaceIds";
|
|
64687
|
+
var _SLVIIe = "ServiceLinkVirtualInterfaceId";
|
|
64186
64688
|
var _SLo = "S3Location";
|
|
64187
64689
|
var _SM = "ServiceManaged";
|
|
64188
64690
|
var _SMPPOLP = "SpotMaxPricePercentageOverLowestPrice";
|
|
@@ -64896,7 +65398,8 @@ var _cSFRS = "currentSpotFleetRequestState";
|
|
|
64896
65398
|
var _cSOK = "certificateS3ObjectKey";
|
|
64897
65399
|
var _cSl = "clientSecret";
|
|
64898
65400
|
var _cSo = "complianceStatus";
|
|
64899
|
-
var _cSon = "
|
|
65401
|
+
var _cSon = "configurationState";
|
|
65402
|
+
var _cSonn = "connectionStatuses";
|
|
64900
65403
|
var _cSr = "creditSpecification";
|
|
64901
65404
|
var _cSu = "currentState";
|
|
64902
65405
|
var _cSur = "currentStatus";
|
|
@@ -65422,6 +65925,7 @@ var _lADT = "lastAttemptedDiscoveryTime";
|
|
|
65422
65925
|
var _lAZ = "launchedAvailabilityZone";
|
|
65423
65926
|
var _lAa = "lastAddress";
|
|
65424
65927
|
var _lBA = "loadBalancerArn";
|
|
65928
|
+
var _lBAE = "localBgpAsnExtended";
|
|
65425
65929
|
var _lBAo = "localBgpAsn";
|
|
65426
65930
|
var _lBC = "loadBalancersConfig";
|
|
65427
65931
|
var _lBLP = "loadBalancerListenerPort";
|
|
@@ -65461,6 +65965,10 @@ var _lGRTVIGA = "localGatewayRouteTableVirtualInterfaceGroupAssociation";
|
|
|
65461
65965
|
var _lGRTVIGAI = "localGatewayRouteTableVirtualInterfaceGroupAssociationId";
|
|
65462
65966
|
var _lGRTVIGAS = "localGatewayRouteTableVirtualInterfaceGroupAssociationSet";
|
|
65463
65967
|
var _lGS = "localGatewaySet";
|
|
65968
|
+
var _lGVI = "localGatewayVirtualInterface";
|
|
65969
|
+
var _lGVIA = "localGatewayVirtualInterfaceArn";
|
|
65970
|
+
var _lGVIG = "localGatewayVirtualInterfaceGroup";
|
|
65971
|
+
var _lGVIGA = "localGatewayVirtualInterfaceGroupArn";
|
|
65464
65972
|
var _lGVIGI = "localGatewayVirtualInterfaceGroupId";
|
|
65465
65973
|
var _lGVIGS = "localGatewayVirtualInterfaceGroupSet";
|
|
65466
65974
|
var _lGVII = "localGatewayVirtualInterfaceId";
|
|
@@ -65516,6 +66024,7 @@ var _mAI = "maxAggregationInterval";
|
|
|
65516
66024
|
var _mAIe = "mediaAcceleratorInfo";
|
|
65517
66025
|
var _mASS = "movingAddressStatusSet";
|
|
65518
66026
|
var _mAa = "macAddress";
|
|
66027
|
+
var _mAe = "meteredAccount";
|
|
65519
66028
|
var _mB = "managedBy";
|
|
65520
66029
|
var _mBIM = "maximumBandwidthInMbps";
|
|
65521
66030
|
var _mC = "missingComponent";
|
|
@@ -65667,7 +66176,10 @@ var _oIAT = "outsideIpAddressType";
|
|
|
65667
66176
|
var _oIS = "optInStatus";
|
|
65668
66177
|
var _oIf = "offeringId";
|
|
65669
66178
|
var _oIr = "originalIops";
|
|
66179
|
+
var _oIu = "outpostId";
|
|
65670
66180
|
var _oK = "objectKey";
|
|
66181
|
+
var _oLI = "outpostLagId";
|
|
66182
|
+
var _oLS = "outpostLagSet";
|
|
65671
66183
|
var _oMAE = "originalMultiAttachEnabled";
|
|
65672
66184
|
var _oO = "oidcOptions";
|
|
65673
66185
|
var _oRIWEA = "outputReservedInstancesWillExpireAt";
|
|
@@ -65701,6 +66213,7 @@ var _pAee = "peerAsn";
|
|
|
65701
66213
|
var _pAu = "publiclyAdvertisable";
|
|
65702
66214
|
var _pB = "provisionedBandwidth";
|
|
65703
66215
|
var _pBA = "peerBgpAsn";
|
|
66216
|
+
var _pBAE = "peerBgpAsnExtended";
|
|
65704
66217
|
var _pBIG = "peakBandwidthInGbps";
|
|
65705
66218
|
var _pC = "productCodes";
|
|
65706
66219
|
var _pCB = "poolCidrBlock";
|
|
@@ -66043,6 +66556,10 @@ var _sIub = "subnetIds";
|
|
|
66043
66556
|
var _sK = "s3Key";
|
|
66044
66557
|
var _sKo = "s3objectKey";
|
|
66045
66558
|
var _sL = "s3Location";
|
|
66559
|
+
var _sLVIA = "serviceLinkVirtualInterfaceArn";
|
|
66560
|
+
var _sLVII = "serviceLinkVirtualInterfaceId";
|
|
66561
|
+
var _sLVIIS = "serviceLinkVirtualInterfaceIdSet";
|
|
66562
|
+
var _sLVIS = "serviceLinkVirtualInterfaceSet";
|
|
66046
66563
|
var _sLp = "spreadLevel";
|
|
66047
66564
|
var _sM = "serviceManaged";
|
|
66048
66565
|
var _sMPPOLP = "spotMaxPricePercentageOverLowestPrice";
|
|
@@ -67048,6 +67565,7 @@ var ResourceType = {
|
|
|
67048
67565
|
network_insights_analysis: "network-insights-analysis",
|
|
67049
67566
|
network_insights_path: "network-insights-path",
|
|
67050
67567
|
network_interface: "network-interface",
|
|
67568
|
+
outpost_lag: "outpost-lag",
|
|
67051
67569
|
placement_group: "placement-group",
|
|
67052
67570
|
prefix_list: "prefix-list",
|
|
67053
67571
|
replace_root_volume_task: "replace-root-volume-task",
|
|
@@ -67058,6 +67576,7 @@ var ResourceType = {
|
|
|
67058
67576
|
route_table: "route-table",
|
|
67059
67577
|
security_group: "security-group",
|
|
67060
67578
|
security_group_rule: "security-group-rule",
|
|
67579
|
+
service_link_virtual_interface: "service-link-virtual-interface",
|
|
67061
67580
|
snapshot: "snapshot",
|
|
67062
67581
|
spot_fleet_request: "spot-fleet-request",
|
|
67063
67582
|
spot_instances_request: "spot-instances-request",
|
|
@@ -68994,6 +69513,10 @@ var ExportTaskState = {
|
|
|
68994
69513
|
cancelling: "cancelling",
|
|
68995
69514
|
completed: "completed"
|
|
68996
69515
|
};
|
|
69516
|
+
var IpamMeteredAccount = {
|
|
69517
|
+
ipam_owner: "ipam-owner",
|
|
69518
|
+
resource_owner: "resource-owner"
|
|
69519
|
+
};
|
|
68997
69520
|
var IpamTier = {
|
|
68998
69521
|
advanced: "advanced",
|
|
68999
69522
|
free: "free"
|
|
@@ -69171,12 +69694,6 @@ var ResponseLaunchTemplateDataFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
69171
69694
|
...obj,
|
|
69172
69695
|
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
69173
69696
|
}), "ResponseLaunchTemplateDataFilterSensitiveLog");
|
|
69174
|
-
var LaunchTemplateVersionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69175
|
-
...obj,
|
|
69176
|
-
...obj.LaunchTemplateData && {
|
|
69177
|
-
LaunchTemplateData: ResponseLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData)
|
|
69178
|
-
}
|
|
69179
|
-
}), "LaunchTemplateVersionFilterSensitiveLog");
|
|
69180
69697
|
|
|
69181
69698
|
// src/commands/CopySnapshotCommand.ts
|
|
69182
69699
|
var CopySnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -69633,6 +70150,19 @@ var LocalGatewayRouteTableMode = {
|
|
|
69633
70150
|
coip: "coip",
|
|
69634
70151
|
direct_vpc_routing: "direct-vpc-routing"
|
|
69635
70152
|
};
|
|
70153
|
+
var LocalGatewayVirtualInterfaceConfigurationState = {
|
|
70154
|
+
available: "available",
|
|
70155
|
+
deleted: "deleted",
|
|
70156
|
+
deleting: "deleting",
|
|
70157
|
+
pending: "pending"
|
|
70158
|
+
};
|
|
70159
|
+
var LocalGatewayVirtualInterfaceGroupConfigurationState = {
|
|
70160
|
+
available: "available",
|
|
70161
|
+
deleted: "deleted",
|
|
70162
|
+
deleting: "deleting",
|
|
70163
|
+
incomplete: "incomplete",
|
|
70164
|
+
pending: "pending"
|
|
70165
|
+
};
|
|
69636
70166
|
var PrefixListState = {
|
|
69637
70167
|
create_complete: "create-complete",
|
|
69638
70168
|
create_failed: "create-failed",
|
|
@@ -70037,14 +70567,12 @@ var ServiceType = {
|
|
|
70037
70567
|
GatewayLoadBalancer: "GatewayLoadBalancer",
|
|
70038
70568
|
Interface: "Interface"
|
|
70039
70569
|
};
|
|
70040
|
-
var
|
|
70041
|
-
|
|
70042
|
-
|
|
70043
|
-
|
|
70044
|
-
|
|
70045
|
-
|
|
70046
|
-
ipv6: "ipv6"
|
|
70047
|
-
};
|
|
70570
|
+
var LaunchTemplateVersionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70571
|
+
...obj,
|
|
70572
|
+
...obj.LaunchTemplateData && {
|
|
70573
|
+
LaunchTemplateData: ResponseLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData)
|
|
70574
|
+
}
|
|
70575
|
+
}), "LaunchTemplateVersionFilterSensitiveLog");
|
|
70048
70576
|
var CreateLaunchTemplateVersionResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70049
70577
|
...obj,
|
|
70050
70578
|
...obj.LaunchTemplateVersion && {
|
|
@@ -70149,6 +70677,36 @@ var CreateLocalGatewayRouteTableVpcAssociationCommand = class extends import_smi
|
|
|
70149
70677
|
}
|
|
70150
70678
|
};
|
|
70151
70679
|
|
|
70680
|
+
// src/commands/CreateLocalGatewayVirtualInterfaceCommand.ts
|
|
70681
|
+
|
|
70682
|
+
|
|
70683
|
+
|
|
70684
|
+
var CreateLocalGatewayVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
70685
|
+
return [
|
|
70686
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
70687
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
70688
|
+
];
|
|
70689
|
+
}).s("AmazonEC2", "CreateLocalGatewayVirtualInterface", {}).n("EC2Client", "CreateLocalGatewayVirtualInterfaceCommand").f(void 0, void 0).ser(se_CreateLocalGatewayVirtualInterfaceCommand).de(de_CreateLocalGatewayVirtualInterfaceCommand).build() {
|
|
70690
|
+
static {
|
|
70691
|
+
__name(this, "CreateLocalGatewayVirtualInterfaceCommand");
|
|
70692
|
+
}
|
|
70693
|
+
};
|
|
70694
|
+
|
|
70695
|
+
// src/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.ts
|
|
70696
|
+
|
|
70697
|
+
|
|
70698
|
+
|
|
70699
|
+
var CreateLocalGatewayVirtualInterfaceGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
70700
|
+
return [
|
|
70701
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
70702
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
70703
|
+
];
|
|
70704
|
+
}).s("AmazonEC2", "CreateLocalGatewayVirtualInterfaceGroup", {}).n("EC2Client", "CreateLocalGatewayVirtualInterfaceGroupCommand").f(void 0, void 0).ser(se_CreateLocalGatewayVirtualInterfaceGroupCommand).de(de_CreateLocalGatewayVirtualInterfaceGroupCommand).build() {
|
|
70705
|
+
static {
|
|
70706
|
+
__name(this, "CreateLocalGatewayVirtualInterfaceGroupCommand");
|
|
70707
|
+
}
|
|
70708
|
+
};
|
|
70709
|
+
|
|
70152
70710
|
// src/commands/CreateManagedPrefixListCommand.ts
|
|
70153
70711
|
|
|
70154
70712
|
|
|
@@ -70939,6 +71497,14 @@ var CreateVpcPeeringConnectionCommand = class extends import_smithy_client.Comma
|
|
|
70939
71497
|
|
|
70940
71498
|
// src/models/models_3.ts
|
|
70941
71499
|
|
|
71500
|
+
var ServiceConnectivityType = {
|
|
71501
|
+
ipv4: "ipv4",
|
|
71502
|
+
ipv6: "ipv6"
|
|
71503
|
+
};
|
|
71504
|
+
var TunnelInsideIpVersion = {
|
|
71505
|
+
ipv4: "ipv4",
|
|
71506
|
+
ipv6: "ipv6"
|
|
71507
|
+
};
|
|
70942
71508
|
var GatewayAssociationState = {
|
|
70943
71509
|
associated: "associated",
|
|
70944
71510
|
associating: "associating",
|
|
@@ -71064,9 +71630,6 @@ var ClientVpnEndpointAttributeStatusCode = {
|
|
|
71064
71630
|
applied: "applied",
|
|
71065
71631
|
applying: "applying"
|
|
71066
71632
|
};
|
|
71067
|
-
var VpnProtocol = {
|
|
71068
|
-
openvpn: "openvpn"
|
|
71069
|
-
};
|
|
71070
71633
|
var VpnTunnelOptionsSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
71071
71634
|
...obj,
|
|
71072
71635
|
...obj.PreSharedKey && { PreSharedKey: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -71541,6 +72104,36 @@ var DeleteLocalGatewayRouteTableVpcAssociationCommand = class extends import_smi
|
|
|
71541
72104
|
}
|
|
71542
72105
|
};
|
|
71543
72106
|
|
|
72107
|
+
// src/commands/DeleteLocalGatewayVirtualInterfaceCommand.ts
|
|
72108
|
+
|
|
72109
|
+
|
|
72110
|
+
|
|
72111
|
+
var DeleteLocalGatewayVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
72112
|
+
return [
|
|
72113
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
72114
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
72115
|
+
];
|
|
72116
|
+
}).s("AmazonEC2", "DeleteLocalGatewayVirtualInterface", {}).n("EC2Client", "DeleteLocalGatewayVirtualInterfaceCommand").f(void 0, void 0).ser(se_DeleteLocalGatewayVirtualInterfaceCommand).de(de_DeleteLocalGatewayVirtualInterfaceCommand).build() {
|
|
72117
|
+
static {
|
|
72118
|
+
__name(this, "DeleteLocalGatewayVirtualInterfaceCommand");
|
|
72119
|
+
}
|
|
72120
|
+
};
|
|
72121
|
+
|
|
72122
|
+
// src/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.ts
|
|
72123
|
+
|
|
72124
|
+
|
|
72125
|
+
|
|
72126
|
+
var DeleteLocalGatewayVirtualInterfaceGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
72127
|
+
return [
|
|
72128
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
72129
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
72130
|
+
];
|
|
72131
|
+
}).s("AmazonEC2", "DeleteLocalGatewayVirtualInterfaceGroup", {}).n("EC2Client", "DeleteLocalGatewayVirtualInterfaceGroupCommand").f(void 0, void 0).ser(se_DeleteLocalGatewayVirtualInterfaceGroupCommand).de(de_DeleteLocalGatewayVirtualInterfaceGroupCommand).build() {
|
|
72132
|
+
static {
|
|
72133
|
+
__name(this, "DeleteLocalGatewayVirtualInterfaceGroupCommand");
|
|
72134
|
+
}
|
|
72135
|
+
};
|
|
72136
|
+
|
|
71544
72137
|
// src/commands/DeleteManagedPrefixListCommand.ts
|
|
71545
72138
|
|
|
71546
72139
|
|
|
@@ -72808,6 +73401,9 @@ var DescribeCoipPoolsCommand = class extends import_smithy_client.Command.classB
|
|
|
72808
73401
|
|
|
72809
73402
|
// src/models/models_4.ts
|
|
72810
73403
|
|
|
73404
|
+
var VpnProtocol = {
|
|
73405
|
+
openvpn: "openvpn"
|
|
73406
|
+
};
|
|
72811
73407
|
var ConversionTaskState = {
|
|
72812
73408
|
active: "active",
|
|
72813
73409
|
cancelled: "cancelled",
|
|
@@ -73121,12 +73717,6 @@ var UsageClassType = {
|
|
|
73121
73717
|
on_demand: "on-demand",
|
|
73122
73718
|
spot: "spot"
|
|
73123
73719
|
};
|
|
73124
|
-
var LockState = {
|
|
73125
|
-
compliance: "compliance",
|
|
73126
|
-
compliance_cooloff: "compliance-cooloff",
|
|
73127
|
-
expired: "expired",
|
|
73128
|
-
governance: "governance"
|
|
73129
|
-
};
|
|
73130
73720
|
var DiskImageDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73131
73721
|
...obj,
|
|
73132
73722
|
...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -74205,6 +74795,21 @@ var DescribeNetworkInterfacesCommand = class extends import_smithy_client.Comman
|
|
|
74205
74795
|
}
|
|
74206
74796
|
};
|
|
74207
74797
|
|
|
74798
|
+
// src/commands/DescribeOutpostLagsCommand.ts
|
|
74799
|
+
|
|
74800
|
+
|
|
74801
|
+
|
|
74802
|
+
var DescribeOutpostLagsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
74803
|
+
return [
|
|
74804
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
74805
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
74806
|
+
];
|
|
74807
|
+
}).s("AmazonEC2", "DescribeOutpostLags", {}).n("EC2Client", "DescribeOutpostLagsCommand").f(void 0, void 0).ser(se_DescribeOutpostLagsCommand).de(de_DescribeOutpostLagsCommand).build() {
|
|
74808
|
+
static {
|
|
74809
|
+
__name(this, "DescribeOutpostLagsCommand");
|
|
74810
|
+
}
|
|
74811
|
+
};
|
|
74812
|
+
|
|
74208
74813
|
// src/commands/DescribePlacementGroupsCommand.ts
|
|
74209
74814
|
|
|
74210
74815
|
|
|
@@ -74505,6 +75110,21 @@ var DescribeSecurityGroupVpcAssociationsCommand = class extends import_smithy_cl
|
|
|
74505
75110
|
}
|
|
74506
75111
|
};
|
|
74507
75112
|
|
|
75113
|
+
// src/commands/DescribeServiceLinkVirtualInterfacesCommand.ts
|
|
75114
|
+
|
|
75115
|
+
|
|
75116
|
+
|
|
75117
|
+
var DescribeServiceLinkVirtualInterfacesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
75118
|
+
return [
|
|
75119
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
75120
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
75121
|
+
];
|
|
75122
|
+
}).s("AmazonEC2", "DescribeServiceLinkVirtualInterfaces", {}).n("EC2Client", "DescribeServiceLinkVirtualInterfacesCommand").f(void 0, void 0).ser(se_DescribeServiceLinkVirtualInterfacesCommand).de(de_DescribeServiceLinkVirtualInterfacesCommand).build() {
|
|
75123
|
+
static {
|
|
75124
|
+
__name(this, "DescribeServiceLinkVirtualInterfacesCommand");
|
|
75125
|
+
}
|
|
75126
|
+
};
|
|
75127
|
+
|
|
74508
75128
|
// src/commands/DescribeSnapshotAttributeCommand.ts
|
|
74509
75129
|
|
|
74510
75130
|
|
|
@@ -74602,6 +75222,12 @@ var DescribeSpotFleetRequestHistoryCommand = class extends import_smithy_client.
|
|
|
74602
75222
|
|
|
74603
75223
|
// src/models/models_5.ts
|
|
74604
75224
|
|
|
75225
|
+
var LockState = {
|
|
75226
|
+
compliance: "compliance",
|
|
75227
|
+
compliance_cooloff: "compliance-cooloff",
|
|
75228
|
+
expired: "expired",
|
|
75229
|
+
governance: "governance"
|
|
75230
|
+
};
|
|
74605
75231
|
var MoveStatus = {
|
|
74606
75232
|
movingToVpc: "movingToVpc",
|
|
74607
75233
|
restoringToClassic: "restoringToClassic"
|
|
@@ -74656,6 +75282,12 @@ var ReservedInstanceState = {
|
|
|
74656
75282
|
queued_deleted: "queued-deleted",
|
|
74657
75283
|
retired: "retired"
|
|
74658
75284
|
};
|
|
75285
|
+
var ServiceLinkVirtualInterfaceConfigurationState = {
|
|
75286
|
+
available: "available",
|
|
75287
|
+
deleted: "deleted",
|
|
75288
|
+
deleting: "deleting",
|
|
75289
|
+
pending: "pending"
|
|
75290
|
+
};
|
|
74659
75291
|
var SnapshotAttributeName = {
|
|
74660
75292
|
createVolumePermission: "createVolumePermission",
|
|
74661
75293
|
productCodes: "productCodes"
|
|
@@ -74743,9 +75375,6 @@ var VpcBlockPublicAccessState = {
|
|
|
74743
75375
|
update_complete: "update-complete",
|
|
74744
75376
|
update_in_progress: "update-in-progress"
|
|
74745
75377
|
};
|
|
74746
|
-
var ImageBlockPublicAccessDisabledState = {
|
|
74747
|
-
unblocked: "unblocked"
|
|
74748
|
-
};
|
|
74749
75378
|
var SpotFleetLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
74750
75379
|
...obj,
|
|
74751
75380
|
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -76501,6 +77130,9 @@ var ExportTransitGatewayRoutesCommand = class extends import_smithy_client.Comma
|
|
|
76501
77130
|
|
|
76502
77131
|
// src/models/models_6.ts
|
|
76503
77132
|
|
|
77133
|
+
var ImageBlockPublicAccessDisabledState = {
|
|
77134
|
+
unblocked: "unblocked"
|
|
77135
|
+
};
|
|
76504
77136
|
var RouteServerPropagationState = {
|
|
76505
77137
|
AVAILABLE: "available",
|
|
76506
77138
|
DELETING: "deleting",
|
|
@@ -76646,30 +77278,6 @@ var GetPasswordDataResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
76646
77278
|
...obj,
|
|
76647
77279
|
...obj.PasswordData && { PasswordData: import_smithy_client.SENSITIVE_STRING }
|
|
76648
77280
|
}), "GetPasswordDataResultFilterSensitiveLog");
|
|
76649
|
-
var GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
76650
|
-
...obj,
|
|
76651
|
-
...obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: import_smithy_client.SENSITIVE_STRING }
|
|
76652
|
-
}), "GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog");
|
|
76653
|
-
var ImageDiskContainerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
76654
|
-
...obj,
|
|
76655
|
-
...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING }
|
|
76656
|
-
}), "ImageDiskContainerFilterSensitiveLog");
|
|
76657
|
-
var ImportImageRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
76658
|
-
...obj,
|
|
76659
|
-
...obj.DiskContainers && {
|
|
76660
|
-
DiskContainers: obj.DiskContainers.map((item) => ImageDiskContainerFilterSensitiveLog(item))
|
|
76661
|
-
}
|
|
76662
|
-
}), "ImportImageRequestFilterSensitiveLog");
|
|
76663
|
-
var ImportImageResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
76664
|
-
...obj,
|
|
76665
|
-
...obj.SnapshotDetails && {
|
|
76666
|
-
SnapshotDetails: obj.SnapshotDetails.map((item) => SnapshotDetailFilterSensitiveLog(item))
|
|
76667
|
-
}
|
|
76668
|
-
}), "ImportImageResultFilterSensitiveLog");
|
|
76669
|
-
var DiskImageDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
76670
|
-
...obj,
|
|
76671
|
-
...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
|
|
76672
|
-
}), "DiskImageDetailFilterSensitiveLog");
|
|
76673
77281
|
|
|
76674
77282
|
// src/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.ts
|
|
76675
77283
|
var ExportVerifiedAccessInstanceClientConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -77467,81 +78075,6 @@ var GetVerifiedAccessGroupPolicyCommand = class extends import_smithy_client.Com
|
|
|
77467
78075
|
|
|
77468
78076
|
|
|
77469
78077
|
|
|
77470
|
-
var GetVpnConnectionDeviceSampleConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77471
|
-
return [
|
|
77472
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77473
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77474
|
-
];
|
|
77475
|
-
}).s("AmazonEC2", "GetVpnConnectionDeviceSampleConfiguration", {}).n("EC2Client", "GetVpnConnectionDeviceSampleConfigurationCommand").f(void 0, GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog).ser(se_GetVpnConnectionDeviceSampleConfigurationCommand).de(de_GetVpnConnectionDeviceSampleConfigurationCommand).build() {
|
|
77476
|
-
static {
|
|
77477
|
-
__name(this, "GetVpnConnectionDeviceSampleConfigurationCommand");
|
|
77478
|
-
}
|
|
77479
|
-
};
|
|
77480
|
-
|
|
77481
|
-
// src/commands/GetVpnConnectionDeviceTypesCommand.ts
|
|
77482
|
-
|
|
77483
|
-
|
|
77484
|
-
|
|
77485
|
-
var GetVpnConnectionDeviceTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77486
|
-
return [
|
|
77487
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77488
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77489
|
-
];
|
|
77490
|
-
}).s("AmazonEC2", "GetVpnConnectionDeviceTypes", {}).n("EC2Client", "GetVpnConnectionDeviceTypesCommand").f(void 0, void 0).ser(se_GetVpnConnectionDeviceTypesCommand).de(de_GetVpnConnectionDeviceTypesCommand).build() {
|
|
77491
|
-
static {
|
|
77492
|
-
__name(this, "GetVpnConnectionDeviceTypesCommand");
|
|
77493
|
-
}
|
|
77494
|
-
};
|
|
77495
|
-
|
|
77496
|
-
// src/commands/GetVpnTunnelReplacementStatusCommand.ts
|
|
77497
|
-
|
|
77498
|
-
|
|
77499
|
-
|
|
77500
|
-
var GetVpnTunnelReplacementStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77501
|
-
return [
|
|
77502
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77503
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77504
|
-
];
|
|
77505
|
-
}).s("AmazonEC2", "GetVpnTunnelReplacementStatus", {}).n("EC2Client", "GetVpnTunnelReplacementStatusCommand").f(void 0, void 0).ser(se_GetVpnTunnelReplacementStatusCommand).de(de_GetVpnTunnelReplacementStatusCommand).build() {
|
|
77506
|
-
static {
|
|
77507
|
-
__name(this, "GetVpnTunnelReplacementStatusCommand");
|
|
77508
|
-
}
|
|
77509
|
-
};
|
|
77510
|
-
|
|
77511
|
-
// src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts
|
|
77512
|
-
|
|
77513
|
-
|
|
77514
|
-
|
|
77515
|
-
var ImportClientVpnClientCertificateRevocationListCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77516
|
-
return [
|
|
77517
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77518
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77519
|
-
];
|
|
77520
|
-
}).s("AmazonEC2", "ImportClientVpnClientCertificateRevocationList", {}).n("EC2Client", "ImportClientVpnClientCertificateRevocationListCommand").f(void 0, void 0).ser(se_ImportClientVpnClientCertificateRevocationListCommand).de(de_ImportClientVpnClientCertificateRevocationListCommand).build() {
|
|
77521
|
-
static {
|
|
77522
|
-
__name(this, "ImportClientVpnClientCertificateRevocationListCommand");
|
|
77523
|
-
}
|
|
77524
|
-
};
|
|
77525
|
-
|
|
77526
|
-
// src/commands/ImportImageCommand.ts
|
|
77527
|
-
|
|
77528
|
-
|
|
77529
|
-
|
|
77530
|
-
var ImportImageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77531
|
-
return [
|
|
77532
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
77533
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
77534
|
-
];
|
|
77535
|
-
}).s("AmazonEC2", "ImportImage", {}).n("EC2Client", "ImportImageCommand").f(ImportImageRequestFilterSensitiveLog, ImportImageResultFilterSensitiveLog).ser(se_ImportImageCommand).de(de_ImportImageCommand).build() {
|
|
77536
|
-
static {
|
|
77537
|
-
__name(this, "ImportImageCommand");
|
|
77538
|
-
}
|
|
77539
|
-
};
|
|
77540
|
-
|
|
77541
|
-
// src/commands/ImportInstanceCommand.ts
|
|
77542
|
-
|
|
77543
|
-
|
|
77544
|
-
|
|
77545
78078
|
|
|
77546
78079
|
// src/models/models_7.ts
|
|
77547
78080
|
|
|
@@ -77624,12 +78157,30 @@ var ReportStatusType = {
|
|
|
77624
78157
|
impaired: "impaired",
|
|
77625
78158
|
ok: "ok"
|
|
77626
78159
|
};
|
|
77627
|
-
var
|
|
77628
|
-
|
|
77629
|
-
}
|
|
77630
|
-
|
|
77631
|
-
|
|
77632
|
-
|
|
78160
|
+
var GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
78161
|
+
...obj,
|
|
78162
|
+
...obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: import_smithy_client.SENSITIVE_STRING }
|
|
78163
|
+
}), "GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog");
|
|
78164
|
+
var ImageDiskContainerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
78165
|
+
...obj,
|
|
78166
|
+
...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING }
|
|
78167
|
+
}), "ImageDiskContainerFilterSensitiveLog");
|
|
78168
|
+
var ImportImageRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
78169
|
+
...obj,
|
|
78170
|
+
...obj.DiskContainers && {
|
|
78171
|
+
DiskContainers: obj.DiskContainers.map((item) => ImageDiskContainerFilterSensitiveLog(item))
|
|
78172
|
+
}
|
|
78173
|
+
}), "ImportImageRequestFilterSensitiveLog");
|
|
78174
|
+
var ImportImageResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
78175
|
+
...obj,
|
|
78176
|
+
...obj.SnapshotDetails && {
|
|
78177
|
+
SnapshotDetails: obj.SnapshotDetails.map((item) => SnapshotDetailFilterSensitiveLog(item))
|
|
78178
|
+
}
|
|
78179
|
+
}), "ImportImageResultFilterSensitiveLog");
|
|
78180
|
+
var DiskImageDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
78181
|
+
...obj,
|
|
78182
|
+
...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
|
|
78183
|
+
}), "DiskImageDetailFilterSensitiveLog");
|
|
77633
78184
|
var DiskImageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
77634
78185
|
...obj,
|
|
77635
78186
|
...obj.Image && { Image: DiskImageDetailFilterSensitiveLog(obj.Image) }
|
|
@@ -77731,24 +78282,83 @@ var RequestSpotFleetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
77731
78282
|
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig)
|
|
77732
78283
|
}
|
|
77733
78284
|
}), "RequestSpotFleetRequestFilterSensitiveLog");
|
|
77734
|
-
|
|
77735
|
-
|
|
77736
|
-
|
|
77737
|
-
|
|
77738
|
-
|
|
77739
|
-
|
|
77740
|
-
|
|
77741
|
-
|
|
78285
|
+
|
|
78286
|
+
// src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts
|
|
78287
|
+
var GetVpnConnectionDeviceSampleConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
78288
|
+
return [
|
|
78289
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
78290
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
78291
|
+
];
|
|
78292
|
+
}).s("AmazonEC2", "GetVpnConnectionDeviceSampleConfiguration", {}).n("EC2Client", "GetVpnConnectionDeviceSampleConfigurationCommand").f(void 0, GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog).ser(se_GetVpnConnectionDeviceSampleConfigurationCommand).de(de_GetVpnConnectionDeviceSampleConfigurationCommand).build() {
|
|
78293
|
+
static {
|
|
78294
|
+
__name(this, "GetVpnConnectionDeviceSampleConfigurationCommand");
|
|
77742
78295
|
}
|
|
77743
|
-
}
|
|
77744
|
-
|
|
77745
|
-
|
|
77746
|
-
|
|
77747
|
-
|
|
78296
|
+
};
|
|
78297
|
+
|
|
78298
|
+
// src/commands/GetVpnConnectionDeviceTypesCommand.ts
|
|
78299
|
+
|
|
78300
|
+
|
|
78301
|
+
|
|
78302
|
+
var GetVpnConnectionDeviceTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
78303
|
+
return [
|
|
78304
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
78305
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
78306
|
+
];
|
|
78307
|
+
}).s("AmazonEC2", "GetVpnConnectionDeviceTypes", {}).n("EC2Client", "GetVpnConnectionDeviceTypesCommand").f(void 0, void 0).ser(se_GetVpnConnectionDeviceTypesCommand).de(de_GetVpnConnectionDeviceTypesCommand).build() {
|
|
78308
|
+
static {
|
|
78309
|
+
__name(this, "GetVpnConnectionDeviceTypesCommand");
|
|
77748
78310
|
}
|
|
77749
|
-
}
|
|
78311
|
+
};
|
|
78312
|
+
|
|
78313
|
+
// src/commands/GetVpnTunnelReplacementStatusCommand.ts
|
|
78314
|
+
|
|
78315
|
+
|
|
78316
|
+
|
|
78317
|
+
var GetVpnTunnelReplacementStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
78318
|
+
return [
|
|
78319
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
78320
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
78321
|
+
];
|
|
78322
|
+
}).s("AmazonEC2", "GetVpnTunnelReplacementStatus", {}).n("EC2Client", "GetVpnTunnelReplacementStatusCommand").f(void 0, void 0).ser(se_GetVpnTunnelReplacementStatusCommand).de(de_GetVpnTunnelReplacementStatusCommand).build() {
|
|
78323
|
+
static {
|
|
78324
|
+
__name(this, "GetVpnTunnelReplacementStatusCommand");
|
|
78325
|
+
}
|
|
78326
|
+
};
|
|
78327
|
+
|
|
78328
|
+
// src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts
|
|
78329
|
+
|
|
78330
|
+
|
|
78331
|
+
|
|
78332
|
+
var ImportClientVpnClientCertificateRevocationListCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
78333
|
+
return [
|
|
78334
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
78335
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
78336
|
+
];
|
|
78337
|
+
}).s("AmazonEC2", "ImportClientVpnClientCertificateRevocationList", {}).n("EC2Client", "ImportClientVpnClientCertificateRevocationListCommand").f(void 0, void 0).ser(se_ImportClientVpnClientCertificateRevocationListCommand).de(de_ImportClientVpnClientCertificateRevocationListCommand).build() {
|
|
78338
|
+
static {
|
|
78339
|
+
__name(this, "ImportClientVpnClientCertificateRevocationListCommand");
|
|
78340
|
+
}
|
|
78341
|
+
};
|
|
78342
|
+
|
|
78343
|
+
// src/commands/ImportImageCommand.ts
|
|
78344
|
+
|
|
78345
|
+
|
|
78346
|
+
|
|
78347
|
+
var ImportImageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
78348
|
+
return [
|
|
78349
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
78350
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
78351
|
+
];
|
|
78352
|
+
}).s("AmazonEC2", "ImportImage", {}).n("EC2Client", "ImportImageCommand").f(ImportImageRequestFilterSensitiveLog, ImportImageResultFilterSensitiveLog).ser(se_ImportImageCommand).de(de_ImportImageCommand).build() {
|
|
78353
|
+
static {
|
|
78354
|
+
__name(this, "ImportImageCommand");
|
|
78355
|
+
}
|
|
78356
|
+
};
|
|
77750
78357
|
|
|
77751
78358
|
// src/commands/ImportInstanceCommand.ts
|
|
78359
|
+
|
|
78360
|
+
|
|
78361
|
+
|
|
77752
78362
|
var ImportInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
77753
78363
|
return [
|
|
77754
78364
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -79462,6 +80072,48 @@ var RequestSpotFleetCommand = class extends import_smithy_client.Command.classBu
|
|
|
79462
80072
|
|
|
79463
80073
|
|
|
79464
80074
|
|
|
80075
|
+
|
|
80076
|
+
// src/models/models_8.ts
|
|
80077
|
+
|
|
80078
|
+
var ResetFpgaImageAttributeName = {
|
|
80079
|
+
loadPermission: "loadPermission"
|
|
80080
|
+
};
|
|
80081
|
+
var ResetImageAttributeName = {
|
|
80082
|
+
launchPermission: "launchPermission"
|
|
80083
|
+
};
|
|
80084
|
+
var MembershipType = {
|
|
80085
|
+
igmp: "igmp",
|
|
80086
|
+
static: "static"
|
|
80087
|
+
};
|
|
80088
|
+
var RequestSpotLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80089
|
+
...obj,
|
|
80090
|
+
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
80091
|
+
}), "RequestSpotLaunchSpecificationFilterSensitiveLog");
|
|
80092
|
+
var RequestSpotInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80093
|
+
...obj,
|
|
80094
|
+
...obj.LaunchSpecification && {
|
|
80095
|
+
LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification)
|
|
80096
|
+
}
|
|
80097
|
+
}), "RequestSpotInstancesRequestFilterSensitiveLog");
|
|
80098
|
+
var RequestSpotInstancesResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80099
|
+
...obj,
|
|
80100
|
+
...obj.SpotInstanceRequests && {
|
|
80101
|
+
SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item))
|
|
80102
|
+
}
|
|
80103
|
+
}), "RequestSpotInstancesResultFilterSensitiveLog");
|
|
80104
|
+
var RunInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80105
|
+
...obj,
|
|
80106
|
+
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
80107
|
+
}), "RunInstancesRequestFilterSensitiveLog");
|
|
80108
|
+
var ScheduledInstancesLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80109
|
+
...obj
|
|
80110
|
+
}), "ScheduledInstancesLaunchSpecificationFilterSensitiveLog");
|
|
80111
|
+
var RunScheduledInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
80112
|
+
...obj,
|
|
80113
|
+
...obj.LaunchSpecification && { LaunchSpecification: import_smithy_client.SENSITIVE_STRING }
|
|
80114
|
+
}), "RunScheduledInstancesRequestFilterSensitiveLog");
|
|
80115
|
+
|
|
80116
|
+
// src/commands/RequestSpotInstancesCommand.ts
|
|
79465
80117
|
var RequestSpotInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
79466
80118
|
return [
|
|
79467
80119
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -79702,26 +80354,6 @@ var RevokeSecurityGroupIngressCommand = class extends import_smithy_client.Comma
|
|
|
79702
80354
|
|
|
79703
80355
|
|
|
79704
80356
|
|
|
79705
|
-
|
|
79706
|
-
// src/models/models_8.ts
|
|
79707
|
-
|
|
79708
|
-
var MembershipType = {
|
|
79709
|
-
igmp: "igmp",
|
|
79710
|
-
static: "static"
|
|
79711
|
-
};
|
|
79712
|
-
var RunInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79713
|
-
...obj,
|
|
79714
|
-
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
79715
|
-
}), "RunInstancesRequestFilterSensitiveLog");
|
|
79716
|
-
var ScheduledInstancesLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79717
|
-
...obj
|
|
79718
|
-
}), "ScheduledInstancesLaunchSpecificationFilterSensitiveLog");
|
|
79719
|
-
var RunScheduledInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
79720
|
-
...obj,
|
|
79721
|
-
...obj.LaunchSpecification && { LaunchSpecification: import_smithy_client.SENSITIVE_STRING }
|
|
79722
|
-
}), "RunScheduledInstancesRequestFilterSensitiveLog");
|
|
79723
|
-
|
|
79724
|
-
// src/commands/RunInstancesCommand.ts
|
|
79725
80357
|
var RunInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
79726
80358
|
return [
|
|
79727
80359
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -80143,6 +80775,8 @@ var commands = {
|
|
|
80143
80775
|
CreateLocalGatewayRouteTableCommand,
|
|
80144
80776
|
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
|
|
80145
80777
|
CreateLocalGatewayRouteTableVpcAssociationCommand,
|
|
80778
|
+
CreateLocalGatewayVirtualInterfaceCommand,
|
|
80779
|
+
CreateLocalGatewayVirtualInterfaceGroupCommand,
|
|
80146
80780
|
CreateManagedPrefixListCommand,
|
|
80147
80781
|
CreateNatGatewayCommand,
|
|
80148
80782
|
CreateNetworkAclCommand,
|
|
@@ -80224,6 +80858,8 @@ var commands = {
|
|
|
80224
80858
|
DeleteLocalGatewayRouteTableCommand,
|
|
80225
80859
|
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
|
|
80226
80860
|
DeleteLocalGatewayRouteTableVpcAssociationCommand,
|
|
80861
|
+
DeleteLocalGatewayVirtualInterfaceCommand,
|
|
80862
|
+
DeleteLocalGatewayVirtualInterfaceGroupCommand,
|
|
80227
80863
|
DeleteManagedPrefixListCommand,
|
|
80228
80864
|
DeleteNatGatewayCommand,
|
|
80229
80865
|
DeleteNetworkAclCommand,
|
|
@@ -80376,6 +81012,7 @@ var commands = {
|
|
|
80376
81012
|
DescribeNetworkInterfaceAttributeCommand,
|
|
80377
81013
|
DescribeNetworkInterfacePermissionsCommand,
|
|
80378
81014
|
DescribeNetworkInterfacesCommand,
|
|
81015
|
+
DescribeOutpostLagsCommand,
|
|
80379
81016
|
DescribePlacementGroupsCommand,
|
|
80380
81017
|
DescribePrefixListsCommand,
|
|
80381
81018
|
DescribePrincipalIdFormatCommand,
|
|
@@ -80396,6 +81033,7 @@ var commands = {
|
|
|
80396
81033
|
DescribeSecurityGroupRulesCommand,
|
|
80397
81034
|
DescribeSecurityGroupsCommand,
|
|
80398
81035
|
DescribeSecurityGroupVpcAssociationsCommand,
|
|
81036
|
+
DescribeServiceLinkVirtualInterfacesCommand,
|
|
80399
81037
|
DescribeSnapshotAttributeCommand,
|
|
80400
81038
|
DescribeSnapshotsCommand,
|
|
80401
81039
|
DescribeSnapshotTierStatusCommand,
|
|
@@ -83306,6 +83944,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
83306
83944
|
CreateLocalGatewayRouteTableCommand,
|
|
83307
83945
|
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
|
|
83308
83946
|
CreateLocalGatewayRouteTableVpcAssociationCommand,
|
|
83947
|
+
CreateLocalGatewayVirtualInterfaceCommand,
|
|
83948
|
+
CreateLocalGatewayVirtualInterfaceGroupCommand,
|
|
83309
83949
|
CreateManagedPrefixListCommand,
|
|
83310
83950
|
CreateNatGatewayCommand,
|
|
83311
83951
|
CreateNetworkAclCommand,
|
|
@@ -83387,6 +84027,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
83387
84027
|
DeleteLocalGatewayRouteTableCommand,
|
|
83388
84028
|
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
|
|
83389
84029
|
DeleteLocalGatewayRouteTableVpcAssociationCommand,
|
|
84030
|
+
DeleteLocalGatewayVirtualInterfaceCommand,
|
|
84031
|
+
DeleteLocalGatewayVirtualInterfaceGroupCommand,
|
|
83390
84032
|
DeleteManagedPrefixListCommand,
|
|
83391
84033
|
DeleteNatGatewayCommand,
|
|
83392
84034
|
DeleteNetworkAclCommand,
|
|
@@ -83539,6 +84181,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
83539
84181
|
DescribeNetworkInterfaceAttributeCommand,
|
|
83540
84182
|
DescribeNetworkInterfacePermissionsCommand,
|
|
83541
84183
|
DescribeNetworkInterfacesCommand,
|
|
84184
|
+
DescribeOutpostLagsCommand,
|
|
83542
84185
|
DescribePlacementGroupsCommand,
|
|
83543
84186
|
DescribePrefixListsCommand,
|
|
83544
84187
|
DescribePrincipalIdFormatCommand,
|
|
@@ -83559,6 +84202,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
83559
84202
|
DescribeSecurityGroupRulesCommand,
|
|
83560
84203
|
DescribeSecurityGroupVpcAssociationsCommand,
|
|
83561
84204
|
DescribeSecurityGroupsCommand,
|
|
84205
|
+
DescribeServiceLinkVirtualInterfacesCommand,
|
|
83562
84206
|
DescribeSnapshotAttributeCommand,
|
|
83563
84207
|
DescribeSnapshotTierStatusCommand,
|
|
83564
84208
|
DescribeSnapshotsCommand,
|
|
@@ -84235,6 +84879,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84235
84879
|
DiskImageFormat,
|
|
84236
84880
|
ExportEnvironment,
|
|
84237
84881
|
ExportTaskState,
|
|
84882
|
+
IpamMeteredAccount,
|
|
84238
84883
|
IpamTier,
|
|
84239
84884
|
IpamState,
|
|
84240
84885
|
IpamExternalResourceVerificationTokenState,
|
|
@@ -84267,10 +84912,11 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84267
84912
|
CreateLaunchTemplateRequestFilterSensitiveLog,
|
|
84268
84913
|
CreateLaunchTemplateVersionRequestFilterSensitiveLog,
|
|
84269
84914
|
ResponseLaunchTemplateDataFilterSensitiveLog,
|
|
84270
|
-
LaunchTemplateVersionFilterSensitiveLog,
|
|
84271
84915
|
LocalGatewayRouteState,
|
|
84272
84916
|
LocalGatewayRouteType,
|
|
84273
84917
|
LocalGatewayRouteTableMode,
|
|
84918
|
+
LocalGatewayVirtualInterfaceConfigurationState,
|
|
84919
|
+
LocalGatewayVirtualInterfaceGroupConfigurationState,
|
|
84274
84920
|
PrefixListState,
|
|
84275
84921
|
ConnectivityType,
|
|
84276
84922
|
NatGatewayState,
|
|
@@ -84343,13 +84989,14 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84343
84989
|
DnsNameState,
|
|
84344
84990
|
ServiceState,
|
|
84345
84991
|
ServiceType,
|
|
84346
|
-
|
|
84347
|
-
TunnelInsideIpVersion,
|
|
84992
|
+
LaunchTemplateVersionFilterSensitiveLog,
|
|
84348
84993
|
CreateLaunchTemplateVersionResultFilterSensitiveLog,
|
|
84349
84994
|
CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog,
|
|
84350
84995
|
CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
|
|
84351
84996
|
CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog,
|
|
84352
84997
|
CreateVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
84998
|
+
ServiceConnectivityType,
|
|
84999
|
+
TunnelInsideIpVersion,
|
|
84353
85000
|
GatewayAssociationState,
|
|
84354
85001
|
VpnStaticRouteSource,
|
|
84355
85002
|
VpnState,
|
|
@@ -84372,7 +85019,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84372
85019
|
ClientVpnConnectionStatusCode,
|
|
84373
85020
|
AssociatedNetworkType,
|
|
84374
85021
|
ClientVpnEndpointAttributeStatusCode,
|
|
84375
|
-
VpnProtocol,
|
|
84376
85022
|
VpnTunnelOptionsSpecificationFilterSensitiveLog,
|
|
84377
85023
|
VpnConnectionOptionsSpecificationFilterSensitiveLog,
|
|
84378
85024
|
CreateVpnConnectionRequestFilterSensitiveLog,
|
|
@@ -84382,6 +85028,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84382
85028
|
CreateVpnConnectionResultFilterSensitiveLog,
|
|
84383
85029
|
DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
84384
85030
|
DescribeBundleTasksResultFilterSensitiveLog,
|
|
85031
|
+
VpnProtocol,
|
|
84385
85032
|
ConversionTaskState,
|
|
84386
85033
|
ReportState,
|
|
84387
85034
|
ElasticGpuStatus,
|
|
@@ -84441,7 +85088,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84441
85088
|
BootModeType,
|
|
84442
85089
|
RootDeviceType,
|
|
84443
85090
|
UsageClassType,
|
|
84444
|
-
LockState,
|
|
84445
85091
|
DiskImageDescriptionFilterSensitiveLog,
|
|
84446
85092
|
ImportInstanceVolumeDetailItemFilterSensitiveLog,
|
|
84447
85093
|
ImportInstanceTaskDetailsFilterSensitiveLog,
|
|
@@ -84455,6 +85101,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84455
85101
|
ImportSnapshotTaskFilterSensitiveLog,
|
|
84456
85102
|
DescribeImportSnapshotTasksResultFilterSensitiveLog,
|
|
84457
85103
|
DescribeLaunchTemplateVersionsResultFilterSensitiveLog,
|
|
85104
|
+
LockState,
|
|
84458
85105
|
MoveStatus,
|
|
84459
85106
|
FindingsFound,
|
|
84460
85107
|
AnalysisStatus,
|
|
@@ -84465,6 +85112,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84465
85112
|
RecurringChargeFrequency,
|
|
84466
85113
|
Scope,
|
|
84467
85114
|
ReservedInstanceState,
|
|
85115
|
+
ServiceLinkVirtualInterfaceConfigurationState,
|
|
84468
85116
|
SnapshotAttributeName,
|
|
84469
85117
|
TieringOperationStatus,
|
|
84470
85118
|
EventType,
|
|
@@ -84482,7 +85130,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84482
85130
|
InternetGatewayBlockMode,
|
|
84483
85131
|
ManagedBy,
|
|
84484
85132
|
VpcBlockPublicAccessState,
|
|
84485
|
-
ImageBlockPublicAccessDisabledState,
|
|
84486
85133
|
SpotFleetLaunchSpecificationFilterSensitiveLog,
|
|
84487
85134
|
SpotFleetRequestConfigDataFilterSensitiveLog,
|
|
84488
85135
|
SpotFleetRequestConfigFilterSensitiveLog,
|
|
@@ -84493,6 +85140,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84493
85140
|
DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog,
|
|
84494
85141
|
DescribeVpnConnectionsResultFilterSensitiveLog,
|
|
84495
85142
|
DetachVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
85143
|
+
ImageBlockPublicAccessDisabledState,
|
|
84496
85144
|
RouteServerPropagationState,
|
|
84497
85145
|
SnapshotBlockPublicAccessState,
|
|
84498
85146
|
TransitGatewayPropagationState,
|
|
@@ -84520,11 +85168,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84520
85168
|
GetInstanceTpmEkPubResultFilterSensitiveLog,
|
|
84521
85169
|
GetLaunchTemplateDataResultFilterSensitiveLog,
|
|
84522
85170
|
GetPasswordDataResultFilterSensitiveLog,
|
|
84523
|
-
GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog,
|
|
84524
|
-
ImageDiskContainerFilterSensitiveLog,
|
|
84525
|
-
ImportImageRequestFilterSensitiveLog,
|
|
84526
|
-
ImportImageResultFilterSensitiveLog,
|
|
84527
|
-
DiskImageDetailFilterSensitiveLog,
|
|
84528
85171
|
LockMode,
|
|
84529
85172
|
ModifyAvailabilityZoneOptInStatus,
|
|
84530
85173
|
OperationType,
|
|
@@ -84541,8 +85184,11 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84541
85184
|
VerificationMethod,
|
|
84542
85185
|
ReportInstanceReasonCodes,
|
|
84543
85186
|
ReportStatusType,
|
|
84544
|
-
|
|
84545
|
-
|
|
85187
|
+
GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog,
|
|
85188
|
+
ImageDiskContainerFilterSensitiveLog,
|
|
85189
|
+
ImportImageRequestFilterSensitiveLog,
|
|
85190
|
+
ImportImageResultFilterSensitiveLog,
|
|
85191
|
+
DiskImageDetailFilterSensitiveLog,
|
|
84546
85192
|
DiskImageFilterSensitiveLog,
|
|
84547
85193
|
UserDataFilterSensitiveLog,
|
|
84548
85194
|
ImportInstanceLaunchSpecificationFilterSensitiveLog,
|
|
@@ -84565,10 +85211,12 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84565
85211
|
ModifyVpnTunnelOptionsResultFilterSensitiveLog,
|
|
84566
85212
|
ReportInstanceStatusRequestFilterSensitiveLog,
|
|
84567
85213
|
RequestSpotFleetRequestFilterSensitiveLog,
|
|
85214
|
+
ResetFpgaImageAttributeName,
|
|
85215
|
+
ResetImageAttributeName,
|
|
85216
|
+
MembershipType,
|
|
84568
85217
|
RequestSpotLaunchSpecificationFilterSensitiveLog,
|
|
84569
85218
|
RequestSpotInstancesRequestFilterSensitiveLog,
|
|
84570
85219
|
RequestSpotInstancesResultFilterSensitiveLog,
|
|
84571
|
-
MembershipType,
|
|
84572
85220
|
RunInstancesRequestFilterSensitiveLog,
|
|
84573
85221
|
ScheduledInstancesLaunchSpecificationFilterSensitiveLog,
|
|
84574
85222
|
RunScheduledInstancesRequestFilterSensitiveLog
|