@aws-sdk/client-ec2 3.985.0 → 3.986.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 +49 -0
- package/dist-cjs/index.js +973 -115
- package/dist-es/EC2.js +28 -0
- package/dist-es/commands/CreateSecondaryNetworkCommand.js +16 -0
- package/dist-es/commands/CreateSecondarySubnetCommand.js +16 -0
- package/dist-es/commands/DeleteSecondaryNetworkCommand.js +16 -0
- package/dist-es/commands/DeleteSecondarySubnetCommand.js +16 -0
- package/dist-es/commands/DescribeSecondaryInterfacesCommand.js +16 -0
- package/dist-es/commands/DescribeSecondaryNetworksCommand.js +16 -0
- package/dist-es/commands/DescribeSecondarySubnetsCommand.js +16 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/enums.js +45 -0
- package/dist-es/pagination/DescribeSecondaryInterfacesPaginator.js +4 -0
- package/dist-es/pagination/DescribeSecondaryNetworksPaginator.js +4 -0
- package/dist-es/pagination/DescribeSecondarySubnetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +482 -53
- package/dist-es/waiters/index.js +4 -0
- package/dist-es/waiters/waitForSecondaryNetworkCreateComplete.js +57 -0
- package/dist-es/waiters/waitForSecondaryNetworkDeleteComplete.js +54 -0
- package/dist-es/waiters/waitForSecondarySubnetCreateComplete.js +57 -0
- package/dist-es/waiters/waitForSecondarySubnetDeleteComplete.js +54 -0
- package/dist-types/EC2.d.ts +97 -0
- package/dist-types/EC2Client.d.ts +9 -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/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.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/CreateDelegateMacVolumeOwnershipTaskCommand.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/CreateImageUsageReportCommand.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/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.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 +17 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +32 -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 +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- 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/CreateSecondaryNetworkCommand.d.ts +159 -0
- package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +178 -0
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -2
- 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/CreateTransitGatewayMeteringPolicyCommand.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/CreateVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecondaryNetworkCommand.d.ts +134 -0
- package/dist-types/commands/DeleteSecondarySubnetCommand.d.ts +140 -0
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +26 -2
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +16 -1
- package/dist-types/commands/DescribeSecondaryInterfacesCommand.d.ts +233 -0
- package/dist-types/commands/DescribeSecondaryNetworksCommand.d.ts +221 -0
- package/dist-types/commands/DescribeSecondarySubnetsCommand.d.ts +179 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +16 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- 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 +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +41 -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/index.d.ts +7 -0
- package/dist-types/models/enums.d.ts +101 -0
- package/dist-types/models/models_1.d.ts +187 -391
- package/dist-types/models/models_2.d.ts +655 -223
- package/dist-types/models/models_3.d.ts +225 -1176
- package/dist-types/models/models_4.d.ts +3939 -3103
- package/dist-types/models/models_5.d.ts +4263 -4009
- package/dist-types/models/models_6.d.ts +4721 -4755
- package/dist-types/models/models_7.d.ts +730 -9
- package/dist-types/pagination/DescribeSecondaryInterfacesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSecondaryNetworksPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSecondarySubnetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +37 -0
- package/dist-types/ts3.4/EC2.d.ts +179 -0
- package/dist-types/ts3.4/EC2Client.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateSecondaryNetworkCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSecondarySubnetCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteSecondaryNetworkCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteSecondarySubnetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSecondaryInterfacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecondaryNetworksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecondarySubnetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +59 -0
- package/dist-types/ts3.4/models/models_1.d.ts +73 -81
- package/dist-types/ts3.4/models/models_2.d.ts +133 -60
- package/dist-types/ts3.4/models/models_3.d.ts +66 -92
- package/dist-types/ts3.4/models/models_4.d.ts +190 -190
- package/dist-types/ts3.4/models/models_5.d.ts +176 -151
- package/dist-types/ts3.4/models/models_6.d.ts +142 -173
- package/dist-types/ts3.4/models/models_7.d.ts +193 -7
- package/dist-types/ts3.4/pagination/DescribeSecondaryInterfacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSecondaryNetworksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSecondarySubnetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +37 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/waitForSecondaryNetworkCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondaryNetworkDeleteComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondarySubnetCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondarySubnetDeleteComplete.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -0
- package/dist-types/waiters/waitForSecondaryNetworkCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondaryNetworkDeleteComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondarySubnetCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondarySubnetDeleteComplete.d.ts +14 -0
- package/package.json +2 -2
|
@@ -936,6 +936,9 @@ const _CSIRan = "CancelSpotInstanceRequests";
|
|
|
936
936
|
const _CSIT = "CreateStoreImageTask";
|
|
937
937
|
const _CSITR = "CreateStoreImageTaskRequest";
|
|
938
938
|
const _CSITRr = "CreateStoreImageTaskResult";
|
|
939
|
+
const _CSN = "CreateSecondaryNetwork";
|
|
940
|
+
const _CSNR = "CreateSecondaryNetworkRequest";
|
|
941
|
+
const _CSNRr = "CreateSecondaryNetworkResult";
|
|
939
942
|
const _CSOK = "CertificateS3ObjectKey";
|
|
940
943
|
const _CSR = "CopySnapshotRequest";
|
|
941
944
|
const _CSRPSU = "CopySnapshotRequestPSU";
|
|
@@ -946,6 +949,9 @@ const _CSRrea = "CreateSnapshotsResult";
|
|
|
946
949
|
const _CSRreat = "CreateSubnetRequest";
|
|
947
950
|
const _CSRreate = "CreateSubnetResult";
|
|
948
951
|
const _CSRred = "CreditSpecificationRequest";
|
|
952
|
+
const _CSS = "CreateSecondarySubnet";
|
|
953
|
+
const _CSSR = "CreateSecondarySubnetRequest";
|
|
954
|
+
const _CSSRr = "CreateSecondarySubnetResult";
|
|
949
955
|
const _CST = "ClientSecretType";
|
|
950
956
|
const _CSo = "ComplianceStatus";
|
|
951
957
|
const _CSon = "ConfigurationState";
|
|
@@ -1937,13 +1943,22 @@ const _DSIR = "DescribeScheduledInstancesRequest";
|
|
|
1937
1943
|
const _DSIRR = "DescribeSpotInstanceRequestsRequest";
|
|
1938
1944
|
const _DSIRRe = "DescribeSpotInstanceRequestsResult";
|
|
1939
1945
|
const _DSIRe = "DescribeScheduledInstancesResult";
|
|
1940
|
-
const _DSIRes = "
|
|
1946
|
+
const _DSIRes = "DescribeSecondaryInterfacesRequest";
|
|
1947
|
+
const _DSIResc = "DescribeSecondaryInterfacesResult";
|
|
1948
|
+
const _DSIRescr = "DescribeSpotInstanceRequests";
|
|
1941
1949
|
const _DSIT = "DescribeStoreImageTasks";
|
|
1942
1950
|
const _DSITR = "DescribeStoreImageTasksRequest";
|
|
1943
1951
|
const _DSITRe = "DescribeStoreImageTasksResult";
|
|
1952
|
+
const _DSIe = "DescribeSecondaryInterfaces";
|
|
1944
1953
|
const _DSLVI = "DescribeServiceLinkVirtualInterfaces";
|
|
1945
1954
|
const _DSLVIR = "DescribeServiceLinkVirtualInterfacesRequest";
|
|
1946
1955
|
const _DSLVIRe = "DescribeServiceLinkVirtualInterfacesResult";
|
|
1956
|
+
const _DSN = "DeleteSecondaryNetwork";
|
|
1957
|
+
const _DSNR = "DeleteSecondaryNetworkRequest";
|
|
1958
|
+
const _DSNRe = "DeleteSecondaryNetworkResult";
|
|
1959
|
+
const _DSNRes = "DescribeSecondaryNetworksRequest";
|
|
1960
|
+
const _DSNResc = "DescribeSecondaryNetworksResult";
|
|
1961
|
+
const _DSNe = "DescribeSecondaryNetworks";
|
|
1947
1962
|
const _DSOMS = "DnsServersOptionsModifyStructure";
|
|
1948
1963
|
const _DSPH = "DescribeSpotPriceHistory";
|
|
1949
1964
|
const _DSPHR = "DescribeSpotPriceHistoryRequest";
|
|
@@ -1957,9 +1972,15 @@ const _DSRes = "DescribeSnapshotsRequest";
|
|
|
1957
1972
|
const _DSResc = "DescribeSnapshotsResult";
|
|
1958
1973
|
const _DSRescr = "DescribeSubnetsRequest";
|
|
1959
1974
|
const _DSRescri = "DescribeSubnetsResult";
|
|
1975
|
+
const _DSS = "DeleteSecondarySubnet";
|
|
1960
1976
|
const _DSSG = "DescribeStaleSecurityGroups";
|
|
1961
1977
|
const _DSSGR = "DescribeStaleSecurityGroupsRequest";
|
|
1962
1978
|
const _DSSGRe = "DescribeStaleSecurityGroupsResult";
|
|
1979
|
+
const _DSSR = "DeleteSecondarySubnetRequest";
|
|
1980
|
+
const _DSSRe = "DeleteSecondarySubnetResult";
|
|
1981
|
+
const _DSSRes = "DescribeSecondarySubnetsRequest";
|
|
1982
|
+
const _DSSResc = "DescribeSecondarySubnetsResult";
|
|
1983
|
+
const _DSSe = "DescribeSecondarySubnets";
|
|
1963
1984
|
const _DSTS = "DescribeSnapshotTierStatus";
|
|
1964
1985
|
const _DSTSR = "DescribeSnapshotTierStatusRequest";
|
|
1965
1986
|
const _DSTSRe = "DescribeSnapshotTierStatusResult";
|
|
@@ -2932,6 +2953,7 @@ const _IAL = "IpAddressList";
|
|
|
2932
2953
|
const _IALp = "Ipv6AddressList";
|
|
2933
2954
|
const _IAPI = "Ipv4AddressesPerInterface";
|
|
2934
2955
|
const _IAPIp = "Ipv6AddressesPerInterface";
|
|
2956
|
+
const _IAPSI = "Ipv4AddressesPerSecondaryInterface";
|
|
2935
2957
|
const _IART = "IncludeAllResourceTypes";
|
|
2936
2958
|
const _IAT = "IpAddressType";
|
|
2937
2959
|
const _IATOI = "IncludeAllTagsOfInstance";
|
|
@@ -2958,11 +2980,13 @@ const _ICApv = "Ipv6CidrAssociation";
|
|
|
2958
2980
|
const _ICB = "Ipv6CidrBlock";
|
|
2959
2981
|
const _ICBA = "Ipv6CidrBlockAssociation";
|
|
2960
2982
|
const _ICBAS = "Ipv6CidrBlockAssociationSet";
|
|
2983
|
+
const _ICBAp = "Ipv4CidrBlockAssociations";
|
|
2961
2984
|
const _ICBNBG = "Ipv6CidrBlockNetworkBorderGroup";
|
|
2962
2985
|
const _ICBS = "Ipv6CidrBlockState";
|
|
2963
2986
|
const _ICBSL = "InsideCidrBlocksStringList";
|
|
2964
2987
|
const _ICBSp = "Ipv6CidrBlockSet";
|
|
2965
2988
|
const _ICBn = "InsideCidrBlocks";
|
|
2989
|
+
const _ICBp = "Ipv4CidrBlock";
|
|
2966
2990
|
const _ICE = "InstanceConnectEndpoint";
|
|
2967
2991
|
const _ICEA = "InstanceConnectEndpointArn";
|
|
2968
2992
|
const _ICEDN = "InstanceConnectEndpointDnsNames";
|
|
@@ -3322,7 +3346,17 @@ const _ISE = "InstanceStatusEvent";
|
|
|
3322
3346
|
const _ISEAC = "IpamScopeExternalAuthorityConfiguration";
|
|
3323
3347
|
const _ISEL = "InstanceStatusEventList";
|
|
3324
3348
|
const _ISI = "IpamScopeId";
|
|
3325
|
-
const
|
|
3349
|
+
const _ISIA = "InstanceSecondaryInterfaceAttachment";
|
|
3350
|
+
const _ISIL = "InstanceSecondaryInterfaceList";
|
|
3351
|
+
const _ISIPIA = "InstanceSecondaryInterfacePrivateIpAddress";
|
|
3352
|
+
const _ISIPIAL = "InstanceSecondaryInterfacePrivateIpAddressList";
|
|
3353
|
+
const _ISIPIALR = "InstanceSecondaryInterfacePrivateIpAddressListRequest";
|
|
3354
|
+
const _ISIPIAR = "InstanceSecondaryInterfacePrivateIpAddressRequest";
|
|
3355
|
+
const _ISIS = "InstanceSecondaryInterfaceSpecification";
|
|
3356
|
+
const _ISISLR = "InstanceSecondaryInterfaceSpecificationListRequest";
|
|
3357
|
+
const _ISISR = "InstanceSecondaryInterfaceSpecificationRequest";
|
|
3358
|
+
const _ISIn = "InstanceSecondaryInterface";
|
|
3359
|
+
const _ISIns = "InstanceStorageInfo";
|
|
3326
3360
|
const _ISIp = "IpamScopeIds";
|
|
3327
3361
|
const _ISL = "InputStorageLocation";
|
|
3328
3362
|
const _ISLn = "InstanceStatusList";
|
|
@@ -3620,6 +3654,10 @@ const _LTINIS = "LaunchTemplateInstanceNetworkInterfaceSpecification";
|
|
|
3620
3654
|
const _LTINISL = "LaunchTemplateInstanceNetworkInterfaceSpecificationList";
|
|
3621
3655
|
const _LTINISR = "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest";
|
|
3622
3656
|
const _LTINISRL = "LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList";
|
|
3657
|
+
const _LTISIS = "LaunchTemplateInstanceSecondaryInterfaceSpecification";
|
|
3658
|
+
const _LTISISL = "LaunchTemplateInstanceSecondaryInterfaceSpecificationList";
|
|
3659
|
+
const _LTISISR = "LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest";
|
|
3660
|
+
const _LTISISRL = "LaunchTemplateInstanceSecondaryInterfaceSpecificationRequestList";
|
|
3623
3661
|
const _LTISL = "LaunchTemplateIdStringList";
|
|
3624
3662
|
const _LTIa = "LaunchTemplateIds";
|
|
3625
3663
|
const _LTLC = "LaunchTemplateLicenseConfiguration";
|
|
@@ -3911,6 +3949,7 @@ const _MSIPC = "MacSystemIntegrityProtectionConfiguration";
|
|
|
3911
3949
|
const _MSIPCR = "MacSystemIntegrityProtectionConfigurationRequest";
|
|
3912
3950
|
const _MSIPCa = "MacSystemIntegrityProtectionConfig";
|
|
3913
3951
|
const _MSIPS = "MacSystemIntegrityProtectionStatus";
|
|
3952
|
+
const _MSNI = "MaximumSecondaryNetworkInterfaces";
|
|
3914
3953
|
const _MSPAPOOODP = "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice";
|
|
3915
3954
|
const _MST = "ModifySnapshotTier";
|
|
3916
3955
|
const _MSTR = "ModifySnapshotTierRequest";
|
|
@@ -4404,6 +4443,7 @@ const _PIAha = "Phase1IntegrityAlgorithms";
|
|
|
4404
4443
|
const _PIAhas = "Phase2IntegrityAlgorithms";
|
|
4405
4444
|
const _PIAr = "PrivateIpAddress";
|
|
4406
4445
|
const _PIAri = "PrivateIpAddresses";
|
|
4446
|
+
const _PIAriv = "PrivateIpv4Addresses";
|
|
4407
4447
|
const _PIAu = "PublicIpAddress";
|
|
4408
4448
|
const _PIB = "ProvisionIpamByoasn";
|
|
4409
4449
|
const _PIBR = "ProvisionIpamByoasnRequest";
|
|
@@ -5086,6 +5126,8 @@ const _SIA = "ScheduledInstanceAvailability";
|
|
|
5086
5126
|
const _SIAS = "ScheduledInstanceAvailabilitySet";
|
|
5087
5127
|
const _SIAT = "SupportedIpAddressTypes";
|
|
5088
5128
|
const _SIATu = "SupportedIpAddressType";
|
|
5129
|
+
const _SIAe = "SecondaryInterfaceArn";
|
|
5130
|
+
const _SIAec = "SecondaryInterfaceAttachment";
|
|
5089
5131
|
const _SIBDM = "ScheduledInstancesBlockDeviceMapping";
|
|
5090
5132
|
const _SIBDMS = "ScheduledInstancesBlockDeviceMappingSet";
|
|
5091
5133
|
const _SICBA = "SubnetIpv6CidrBlockAssociation";
|
|
@@ -5100,13 +5142,19 @@ const _SIGB = "SizeInGB";
|
|
|
5100
5142
|
const _SII = "SourceImageId";
|
|
5101
5143
|
const _SIIA = "ScheduledInstancesIpv6Address";
|
|
5102
5144
|
const _SIIAL = "ScheduledInstancesIpv6AddressList";
|
|
5145
|
+
const _SIIALe = "SecondaryInterfaceIpv4AddressList";
|
|
5146
|
+
const _SIIAe = "SecondaryInterfaceIpv4Address";
|
|
5103
5147
|
const _SIIIP = "ScheduledInstancesIamInstanceProfile";
|
|
5148
|
+
const _SIIL = "SecondaryInterfaceIdList";
|
|
5104
5149
|
const _SIIRS = "ScheduledInstanceIdRequestSet";
|
|
5105
5150
|
const _SIIc = "ScheduledInstanceIds";
|
|
5106
5151
|
const _SIIch = "ScheduledInstanceId";
|
|
5152
|
+
const _SIIe = "SecondaryInterfaceIds";
|
|
5153
|
+
const _SIIec = "SecondaryInterfaceId";
|
|
5107
5154
|
const _SIIo = "SourceInstanceId";
|
|
5108
|
-
const _SIL = "
|
|
5155
|
+
const _SIL = "SecondaryInterfaceList";
|
|
5109
5156
|
const _SILS = "ScheduledInstancesLaunchSpecification";
|
|
5157
|
+
const _SILu = "SubnetIdList";
|
|
5110
5158
|
const _SIM = "ScheduledInstancesMonitoring";
|
|
5111
5159
|
const _SIMB = "SizeInMiB";
|
|
5112
5160
|
const _SINI = "ScheduledInstancesNetworkInterface";
|
|
@@ -5115,6 +5163,10 @@ const _SIP = "ScheduledInstancesPlacement";
|
|
|
5115
5163
|
const _SIPE = "StaleIpPermissionsEgress";
|
|
5116
5164
|
const _SIPI = "SourceIpamPoolId";
|
|
5117
5165
|
const _SIPIAC = "ScheduledInstancesPrivateIpAddressConfig";
|
|
5166
|
+
const _SIPIAS = "SecondaryInterfacePrivateIpAddressSpecification";
|
|
5167
|
+
const _SIPIASL = "SecondaryInterfacePrivateIpAddressSpecificationList";
|
|
5168
|
+
const _SIPIASLR = "SecondaryInterfacePrivateIpAddressSpecificationListRequest";
|
|
5169
|
+
const _SIPIASR = "SecondaryInterfacePrivateIpAddressSpecificationRequest";
|
|
5118
5170
|
const _SIPL = "SubnetIpPrefixesList";
|
|
5119
5171
|
const _SIPS = "StaleIpPermissionSet";
|
|
5120
5172
|
const _SIPt = "StaleIpPermission";
|
|
@@ -5143,9 +5195,12 @@ const _SIT = "SpotInstanceType";
|
|
|
5143
5195
|
const _SITR = "StoreImageTaskResults";
|
|
5144
5196
|
const _SITRS = "StoreImageTaskResultSet";
|
|
5145
5197
|
const _SITRt = "StoreImageTaskResult";
|
|
5198
|
+
const _SITe = "SecondaryInterfaceType";
|
|
5146
5199
|
const _SITi = "SingleInstanceType";
|
|
5147
5200
|
const _SIc = "ScheduledInstance";
|
|
5148
5201
|
const _SIe = "ServiceId";
|
|
5202
|
+
const _SIec = "SecondaryInterfaces";
|
|
5203
|
+
const _SIeco = "SecondaryInterface";
|
|
5149
5204
|
const _SIer = "ServiceIds";
|
|
5150
5205
|
const _SIn = "SnapshotId";
|
|
5151
5206
|
const _SIna = "SnapshotIds";
|
|
@@ -5187,18 +5242,29 @@ const _SMt = "StatusMessage";
|
|
|
5187
5242
|
const _SMta = "StateMessage";
|
|
5188
5243
|
const _SN = "ServiceName";
|
|
5189
5244
|
const _SNA = "ServiceNetworkArn";
|
|
5245
|
+
const _SNAe = "SecondaryNetworkArn";
|
|
5190
5246
|
const _SNE = "SnsNotificationsEnabled";
|
|
5247
|
+
const _SNI = "SecondaryNetworkId";
|
|
5191
5248
|
const _SNIA = "StartNetworkInsightsAnalysis";
|
|
5192
5249
|
const _SNIAR = "StartNetworkInsightsAnalysisRequest";
|
|
5193
5250
|
const _SNIARt = "StartNetworkInsightsAnalysisResult";
|
|
5194
5251
|
const _SNIASA = "StartNetworkInsightsAccessScopeAnalysis";
|
|
5195
5252
|
const _SNIASAR = "StartNetworkInsightsAccessScopeAnalysisRequest";
|
|
5196
5253
|
const _SNIASARt = "StartNetworkInsightsAccessScopeAnalysisResult";
|
|
5254
|
+
const _SNICBA = "SecondaryNetworkIpv4CidrBlockAssociation";
|
|
5255
|
+
const _SNICBAL = "SecondaryNetworkIpv4CidrBlockAssociationList";
|
|
5256
|
+
const _SNIL = "SecondaryNetworkIdList";
|
|
5257
|
+
const _SNIe = "SecondaryNetworkIds";
|
|
5258
|
+
const _SNL = "SecondaryNetworkList";
|
|
5197
5259
|
const _SNN = "ServiceNetworkName";
|
|
5198
5260
|
const _SNS = "SriovNetSupport";
|
|
5199
|
-
const
|
|
5261
|
+
const _SNSe = "SecondaryNetworkSupported";
|
|
5262
|
+
const _SNT = "SecondaryNetworkType";
|
|
5263
|
+
const _SNe = "SecondaryNetwork";
|
|
5264
|
+
const _SNec = "SecondaryNetworks";
|
|
5200
5265
|
const _SNeq = "SequenceNumber";
|
|
5201
5266
|
const _SNer = "ServiceNames";
|
|
5267
|
+
const _SNes = "SessionNumber";
|
|
5202
5268
|
const _SO = "SpotOptions";
|
|
5203
5269
|
const _SOR = "SpotOptionsRequest";
|
|
5204
5270
|
const _SOS = "SkipOsShutdown";
|
|
@@ -5241,14 +5307,21 @@ const _SRou = "SourceResource";
|
|
|
5241
5307
|
const _SRt = "StateReason";
|
|
5242
5308
|
const _SRu = "SupportedRegions";
|
|
5243
5309
|
const _SRup = "SupportedRegion";
|
|
5244
|
-
const _SS = "
|
|
5310
|
+
const _SS = "SecondarySubnet";
|
|
5311
|
+
const _SSA = "SecondarySubnetArn";
|
|
5245
5312
|
const _SSC = "SqlServerCredentials";
|
|
5246
5313
|
const _SSG = "StaleSecurityGroup";
|
|
5247
5314
|
const _SSGN = "SourceSecurityGroupName";
|
|
5248
5315
|
const _SSGOI = "SourceSecurityGroupOwnerId";
|
|
5249
5316
|
const _SSGS = "StaleSecurityGroupSet";
|
|
5250
5317
|
const _SSI = "SourceSnapshotId";
|
|
5318
|
+
const _SSICBA = "SecondarySubnetIpv4CidrBlockAssociation";
|
|
5319
|
+
const _SSICBAL = "SecondarySubnetIpv4CidrBlockAssociationList";
|
|
5320
|
+
const _SSIL = "SecondarySubnetIdList";
|
|
5321
|
+
const _SSIe = "SecondarySubnetId";
|
|
5322
|
+
const _SSIec = "SecondarySubnetIds";
|
|
5251
5323
|
const _SSIo = "SourceSnapshotIds";
|
|
5324
|
+
const _SSL = "SecondarySubnetList";
|
|
5252
5325
|
const _SSLU = "SqlServerLicenseUsage";
|
|
5253
5326
|
const _SSP = "SelfServicePortal";
|
|
5254
5327
|
const _SSPU = "SelfServicePortalUrl";
|
|
@@ -5259,8 +5332,10 @@ const _SST = "SampledStartTime";
|
|
|
5259
5332
|
const _SSTR = "SlotStartTimeRange";
|
|
5260
5333
|
const _SSTRR = "SlotStartTimeRangeRequest";
|
|
5261
5334
|
const _SSUPS = "S3StorageUploadPolicySignature";
|
|
5262
|
-
const _SSe = "
|
|
5335
|
+
const _SSe = "SecondarySubnets";
|
|
5336
|
+
const _SSer = "ServiceState";
|
|
5263
5337
|
const _SSn = "SnapshotSet";
|
|
5338
|
+
const _SSs = "SseSpecification";
|
|
5264
5339
|
const _SSt = "S3Storage";
|
|
5265
5340
|
const _SSu = "SupportedStrategies";
|
|
5266
5341
|
const _SSy = "SystemStatus";
|
|
@@ -6631,6 +6706,7 @@ const _iAI = "includeAllInstances";
|
|
|
6631
6706
|
const _iAIn = "inferenceAcceleratorInfo";
|
|
6632
6707
|
const _iAPI = "ipv4AddressesPerInterface";
|
|
6633
6708
|
const _iAPIp = "ipv6AddressesPerInterface";
|
|
6709
|
+
const _iAPSI = "ipv4AddressesPerSecondaryInterface";
|
|
6634
6710
|
const _iAS = "interfaceAssociationSet";
|
|
6635
6711
|
const _iASp = "ipv6AddressesSet";
|
|
6636
6712
|
const _iAT = "ipAddressType";
|
|
@@ -6647,7 +6723,8 @@ const _iCA = "interruptibleCapacityAllocation";
|
|
|
6647
6723
|
const _iCAS = "ipv6CidrAssociationSet";
|
|
6648
6724
|
const _iCB = "ipv6CidrBlock";
|
|
6649
6725
|
const _iCBA = "ipv6CidrBlockAssociation";
|
|
6650
|
-
const _iCBAS = "
|
|
6726
|
+
const _iCBAS = "ipv4CidrBlockAssociationSet";
|
|
6727
|
+
const _iCBASp = "ipv6CidrBlockAssociationSet";
|
|
6651
6728
|
const _iCBS = "ipv6CidrBlockState";
|
|
6652
6729
|
const _iCBSp = "ipv6CidrBlockSet";
|
|
6653
6730
|
const _iCBn = "insideCidrBlocks";
|
|
@@ -7031,6 +7108,7 @@ const _mR = "maxResults";
|
|
|
7031
7108
|
const _mRS = "modificationResultSet";
|
|
7032
7109
|
const _mS = "messageSet";
|
|
7033
7110
|
const _mSIPC = "macSystemIntegrityProtectionConfig";
|
|
7111
|
+
const _mSNI = "maximumSecondaryNetworkInterfaces";
|
|
7034
7112
|
const _mSPAPOOODP = "maxSpotPriceAsPercentageOfOptimalOnDemandPrice";
|
|
7035
7113
|
const _mSa = "managementState";
|
|
7036
7114
|
const _mSai = "maintenanceStrategies";
|
|
@@ -7254,9 +7332,12 @@ const _pHP = "perHourPartition";
|
|
|
7254
7332
|
const _pHS = "packetHeaderStatement";
|
|
7255
7333
|
const _pI = "publicIp";
|
|
7256
7334
|
const _pIA = "phase1IntegrityAlgorithm";
|
|
7335
|
+
const _pIAC = "privateIpAddressCount";
|
|
7257
7336
|
const _pIAS = "privateIpAddressesSet";
|
|
7258
7337
|
const _pIASh = "phase1IntegrityAlgorithmSet";
|
|
7259
7338
|
const _pIASha = "phase2IntegrityAlgorithmSet";
|
|
7339
|
+
const _pIASr = "privateIpAddressSet";
|
|
7340
|
+
const _pIASri = "privateIpv4AddressSet";
|
|
7260
7341
|
const _pIAh = "phase2IntegrityAlgorithm";
|
|
7261
7342
|
const _pIAr = "privateIpAddress";
|
|
7262
7343
|
const _pIAri = "privateIpAddresses";
|
|
@@ -7559,6 +7640,7 @@ const _sGVAS = "securityGroupVpcAssociationSet";
|
|
|
7559
7640
|
const _sGe = "securityGroups";
|
|
7560
7641
|
const _sH = "startHour";
|
|
7561
7642
|
const _sI = "serviceId";
|
|
7643
|
+
const _sIA = "secondaryInterfaceArn";
|
|
7562
7644
|
const _sIAS = "scheduledInstanceAvailabilitySet";
|
|
7563
7645
|
const _sIATS = "supportedIpAddressTypeSet";
|
|
7564
7646
|
const _sICRS = "subnetIpv4CidrReservationSet";
|
|
@@ -7567,6 +7649,7 @@ const _sICSS = "successfulInstanceCreditSpecificationSet";
|
|
|
7567
7649
|
const _sIGB = "sizeInGB";
|
|
7568
7650
|
const _sII = "sourceInstanceId";
|
|
7569
7651
|
const _sIIc = "scheduledInstanceId";
|
|
7652
|
+
const _sIIe = "secondaryInterfaceId";
|
|
7570
7653
|
const _sIIo = "sourceImageId";
|
|
7571
7654
|
const _sIMB = "sizeInMiB";
|
|
7572
7655
|
const _sIP = "staleIpPermissions";
|
|
@@ -7576,9 +7659,11 @@ const _sIR = "sourceImageRegion";
|
|
|
7576
7659
|
const _sIRI = "spotInstanceRequestId";
|
|
7577
7660
|
const _sIRS = "spotInstanceRequestSet";
|
|
7578
7661
|
const _sIS = "scheduledInstanceSet";
|
|
7662
|
+
const _sISe = "secondaryInterfaceSet";
|
|
7579
7663
|
const _sISu = "subnetIdSet";
|
|
7580
7664
|
const _sIT = "spotInstanceType";
|
|
7581
7665
|
const _sITRS = "storeImageTaskResultSet";
|
|
7666
|
+
const _sITe = "secondaryInterfaceType";
|
|
7582
7667
|
const _sITi = "singleInstanceType";
|
|
7583
7668
|
const _sIn = "snapshotId";
|
|
7584
7669
|
const _sIo = "sourceIp";
|
|
@@ -7599,12 +7684,18 @@ const _sMTP = "spotMaxTotalPrice";
|
|
|
7599
7684
|
const _sMt = "statusMessage";
|
|
7600
7685
|
const _sMta = "stateMessage";
|
|
7601
7686
|
const _sN = "serviceName";
|
|
7602
|
-
const _sNA = "
|
|
7687
|
+
const _sNA = "secondaryNetworkArn";
|
|
7688
|
+
const _sNAe = "serviceNetworkArn";
|
|
7603
7689
|
const _sNE = "snsNotificationsEnabled";
|
|
7690
|
+
const _sNI = "secondaryNetworkId";
|
|
7604
7691
|
const _sNN = "serviceNetworkName";
|
|
7605
|
-
const _sNS = "
|
|
7692
|
+
const _sNS = "secondaryNetworkSet";
|
|
7693
|
+
const _sNSe = "serviceNameSet";
|
|
7694
|
+
const _sNSec = "secondaryNetworkSupported";
|
|
7606
7695
|
const _sNSr = "sriovNetSupport";
|
|
7607
|
-
const
|
|
7696
|
+
const _sNT = "secondaryNetworkType";
|
|
7697
|
+
const _sNe = "secondaryNetwork";
|
|
7698
|
+
const _sNeq = "sequenceNumber";
|
|
7608
7699
|
const _sNes = "sessionNumber";
|
|
7609
7700
|
const _sO = "spotOptions";
|
|
7610
7701
|
const _sP = "s3Prefix";
|
|
@@ -7627,18 +7718,22 @@ const _sRT = "subnetRouteTable";
|
|
|
7627
7718
|
const _sRe = "serviceResource";
|
|
7628
7719
|
const _sRo = "sourceResource";
|
|
7629
7720
|
const _sRt = "stateReason";
|
|
7630
|
-
const _sS = "
|
|
7721
|
+
const _sS = "secondarySubnet";
|
|
7722
|
+
const _sSA = "secondarySubnetArn";
|
|
7631
7723
|
const _sSC = "sqlServerCredentials";
|
|
7632
7724
|
const _sSGN = "sourceSecurityGroupName";
|
|
7633
7725
|
const _sSGOI = "sourceSecurityGroupOwnerId";
|
|
7634
7726
|
const _sSGS = "staleSecurityGroupSet";
|
|
7727
|
+
const _sSI = "secondarySubnetId";
|
|
7635
7728
|
const _sSLU = "sqlServerLicenseUsage";
|
|
7636
7729
|
const _sSPU = "selfServicePortalUrl";
|
|
7637
|
-
const _sSS = "
|
|
7730
|
+
const _sSS = "secondarySubnetSet";
|
|
7638
7731
|
const _sSSPA = "selfServiceSamlProviderArn";
|
|
7732
|
+
const _sSSt = "staticSourcesSupport";
|
|
7639
7733
|
const _sST = "sampledStartTime";
|
|
7640
7734
|
const _sSe = "settingSet";
|
|
7641
7735
|
const _sSer = "serviceState";
|
|
7736
|
+
const _sSn = "snapshotSet";
|
|
7642
7737
|
const _sSo = "sourceSet";
|
|
7643
7738
|
const _sSs = "sseSpecification";
|
|
7644
7739
|
const _sSt = "statusSet";
|
|
@@ -10640,6 +10735,30 @@ export var CreateRouteTableResult$ = [3, n0, _CRTRre,
|
|
|
10640
10735
|
[_xN]: _rTo }], [0, { [_eQN]: `ClientToken`,
|
|
10641
10736
|
[_xN]: _cT }]]
|
|
10642
10737
|
];
|
|
10738
|
+
export var CreateSecondaryNetworkRequest$ = [3, n0, _CSNR,
|
|
10739
|
+
0,
|
|
10740
|
+
[_ICBp, _NT, _CT, _DR, _TS],
|
|
10741
|
+
[0, 0, [0, 4], 2, [() => TagSpecificationList, { [_xN]: _TSa }]], 2
|
|
10742
|
+
];
|
|
10743
|
+
export var CreateSecondaryNetworkResult$ = [3, n0, _CSNRr,
|
|
10744
|
+
0,
|
|
10745
|
+
[_SNe, _CT],
|
|
10746
|
+
[[() => SecondaryNetwork$, { [_eQN]: `SecondaryNetwork`,
|
|
10747
|
+
[_xN]: _sNe }], [0, { [_eQN]: `ClientToken`,
|
|
10748
|
+
[_xN]: _cT }]]
|
|
10749
|
+
];
|
|
10750
|
+
export var CreateSecondarySubnetRequest$ = [3, n0, _CSSR,
|
|
10751
|
+
0,
|
|
10752
|
+
[_ICBp, _SNI, _CT, _AZ, _AZI, _DR, _TS],
|
|
10753
|
+
[0, 0, [0, 4], 0, 0, 2, [() => TagSpecificationList, { [_xN]: _TSa }]], 2
|
|
10754
|
+
];
|
|
10755
|
+
export var CreateSecondarySubnetResult$ = [3, n0, _CSSRr,
|
|
10756
|
+
0,
|
|
10757
|
+
[_SS, _CT],
|
|
10758
|
+
[[() => SecondarySubnet$, { [_eQN]: `SecondarySubnet`,
|
|
10759
|
+
[_xN]: _sS }], [0, { [_eQN]: `ClientToken`,
|
|
10760
|
+
[_xN]: _cT }]]
|
|
10761
|
+
];
|
|
10643
10762
|
export var CreateSecurityGroupRequest$ = [3, n0, _CSGR,
|
|
10644
10763
|
0,
|
|
10645
10764
|
[_De, _GN, _VI, _TS, _DR],
|
|
@@ -10669,7 +10788,7 @@ export var CreateSnapshotsResult$ = [3, n0, _CSRrea,
|
|
|
10669
10788
|
0,
|
|
10670
10789
|
[_Sn],
|
|
10671
10790
|
[[() => SnapshotSet, { [_eQN]: `SnapshotSet`,
|
|
10672
|
-
[_xN]:
|
|
10791
|
+
[_xN]: _sSn }]]
|
|
10673
10792
|
];
|
|
10674
10793
|
export var CreateSpotDatafeedSubscriptionRequest$ = [3, n0, _CSDSR,
|
|
10675
10794
|
0,
|
|
@@ -10751,7 +10870,7 @@ export var CreateTrafficMirrorFilterRuleResult$ = [3, n0, _CTMFRRr,
|
|
|
10751
10870
|
];
|
|
10752
10871
|
export var CreateTrafficMirrorSessionRequest$ = [3, n0, _CTMSR,
|
|
10753
10872
|
0,
|
|
10754
|
-
[_NII, _TMTI, _TMFI,
|
|
10873
|
+
[_NII, _TMTI, _TMFI, _SNes, _PLa, _VNI, _De, _TS, _DR, _CT],
|
|
10755
10874
|
[0, 0, 0, 1, 1, 1, 0, [() => TagSpecificationList, { [_xN]: _TSa }], 2, [0, 4]], 4
|
|
10756
10875
|
];
|
|
10757
10876
|
export var CreateTrafficMirrorSessionResult$ = [3, n0, _CTMSRr,
|
|
@@ -10963,7 +11082,7 @@ export var CreateVerifiedAccessEndpointRdsOptions$ = [3, n0, _CVAERO,
|
|
|
10963
11082
|
];
|
|
10964
11083
|
export var CreateVerifiedAccessEndpointRequest$ = [3, n0, _CVAER,
|
|
10965
11084
|
0,
|
|
10966
|
-
[_VAGI, _ETn, _ATt, _DCA, _ADp, _EDP, _SGIe, _LBO, _NIO, _De, _PDo, _TS, _CT, _DR,
|
|
11085
|
+
[_VAGI, _ETn, _ATt, _DCA, _ADp, _EDP, _SGIe, _LBO, _NIO, _De, _PDo, _TS, _CT, _DR, _SSs, _ROd, _COi],
|
|
10967
11086
|
[0, 0, 0, 0, 0, 0, [() => SecurityGroupIdList, { [_xN]: _SGI }], [() => CreateVerifiedAccessEndpointLoadBalancerOptions$, 0], [() => CreateVerifiedAccessEndpointEniOptions$, 0], 0, 0, [() => TagSpecificationList, { [_xN]: _TSa }], [0, 4], 2, () => VerifiedAccessSseSpecificationRequest$, [() => CreateVerifiedAccessEndpointRdsOptions$, 0], [() => CreateVerifiedAccessEndpointCidrOptions$, 0]], 3
|
|
10968
11087
|
];
|
|
10969
11088
|
export var CreateVerifiedAccessEndpointResult$ = [3, n0, _CVAERr,
|
|
@@ -10974,7 +11093,7 @@ export var CreateVerifiedAccessEndpointResult$ = [3, n0, _CVAERr,
|
|
|
10974
11093
|
];
|
|
10975
11094
|
export var CreateVerifiedAccessGroupRequest$ = [3, n0, _CVAGR,
|
|
10976
11095
|
0,
|
|
10977
|
-
[_VAII, _De, _PDo, _TS, _CT, _DR,
|
|
11096
|
+
[_VAII, _De, _PDo, _TS, _CT, _DR, _SSs],
|
|
10978
11097
|
[0, 0, 0, [() => TagSpecificationList, { [_xN]: _TSa }], [0, 4], 2, () => VerifiedAccessSseSpecificationRequest$], 1
|
|
10979
11098
|
];
|
|
10980
11099
|
export var CreateVerifiedAccessGroupResult$ = [3, n0, _CVAGRr,
|
|
@@ -11011,7 +11130,7 @@ export var CreateVerifiedAccessTrustProviderOidcOptions$ = [3, n0, _CVATPOO,
|
|
|
11011
11130
|
];
|
|
11012
11131
|
export var CreateVerifiedAccessTrustProviderRequest$ = [3, n0, _CVATPR,
|
|
11013
11132
|
0,
|
|
11014
|
-
[_TPT, _PRNo, _UTPT, _DTPT, _OO, _DOev, _De, _TS, _CT, _DR,
|
|
11133
|
+
[_TPT, _PRNo, _UTPT, _DTPT, _OO, _DOev, _De, _TS, _CT, _DR, _SSs, _NAOO],
|
|
11015
11134
|
[0, 0, 0, 0, [() => CreateVerifiedAccessTrustProviderOidcOptions$, 0], () => CreateVerifiedAccessTrustProviderDeviceOptions$, 0, [() => TagSpecificationList, { [_xN]: _TSa }], [0, 4], 2, () => VerifiedAccessSseSpecificationRequest$, [() => CreateVerifiedAccessNativeApplicationOidcOptions$, 0]], 2
|
|
11016
11135
|
];
|
|
11017
11136
|
export var CreateVerifiedAccessTrustProviderResult$ = [3, n0, _CVATPRr,
|
|
@@ -11811,6 +11930,30 @@ export var DeleteRouteTableRequest$ = [3, n0, _DRTR,
|
|
|
11811
11930
|
[_xN]: _rTI }], [2, { [_eQN]: `DryRun`,
|
|
11812
11931
|
[_xN]: _dR }]], 1
|
|
11813
11932
|
];
|
|
11933
|
+
export var DeleteSecondaryNetworkRequest$ = [3, n0, _DSNR,
|
|
11934
|
+
0,
|
|
11935
|
+
[_SNI, _CT, _DR],
|
|
11936
|
+
[0, [0, 4], 2], 1
|
|
11937
|
+
];
|
|
11938
|
+
export var DeleteSecondaryNetworkResult$ = [3, n0, _DSNRe,
|
|
11939
|
+
0,
|
|
11940
|
+
[_SNe, _CT],
|
|
11941
|
+
[[() => SecondaryNetwork$, { [_eQN]: `SecondaryNetwork`,
|
|
11942
|
+
[_xN]: _sNe }], [0, { [_eQN]: `ClientToken`,
|
|
11943
|
+
[_xN]: _cT }]]
|
|
11944
|
+
];
|
|
11945
|
+
export var DeleteSecondarySubnetRequest$ = [3, n0, _DSSR,
|
|
11946
|
+
0,
|
|
11947
|
+
[_SSIe, _CT, _DR],
|
|
11948
|
+
[0, [0, 4], 2], 1
|
|
11949
|
+
];
|
|
11950
|
+
export var DeleteSecondarySubnetResult$ = [3, n0, _DSSRe,
|
|
11951
|
+
0,
|
|
11952
|
+
[_SS, _CT],
|
|
11953
|
+
[[() => SecondarySubnet$, { [_eQN]: `SecondarySubnet`,
|
|
11954
|
+
[_xN]: _sS }], [0, { [_eQN]: `ClientToken`,
|
|
11955
|
+
[_xN]: _cT }]]
|
|
11956
|
+
];
|
|
11814
11957
|
export var DeleteSecurityGroupRequest$ = [3, n0, _DSGR,
|
|
11815
11958
|
0,
|
|
11816
11959
|
[_GIr, _GN, _DR],
|
|
@@ -13464,7 +13607,7 @@ export var DescribeLockedSnapshotsResult$ = [3, n0, _DLSRe,
|
|
|
13464
13607
|
0,
|
|
13465
13608
|
[_Sn, _NTe],
|
|
13466
13609
|
[[() => LockedSnapshotsInfoList, { [_eQN]: `SnapshotSet`,
|
|
13467
|
-
[_xN]:
|
|
13610
|
+
[_xN]: _sSn }], [0, { [_eQN]: `NextToken`,
|
|
13468
13611
|
[_xN]: _nTe }]]
|
|
13469
13612
|
];
|
|
13470
13613
|
export var DescribeMacHostsRequest$ = [3, n0, _DMHR,
|
|
@@ -13852,6 +13995,42 @@ export var DescribeScheduledInstancesResult$ = [3, n0, _DSIRe,
|
|
|
13852
13995
|
[_xN]: _nTe }], [() => ScheduledInstanceSet, { [_eQN]: `ScheduledInstanceSet`,
|
|
13853
13996
|
[_xN]: _sIS }]]
|
|
13854
13997
|
];
|
|
13998
|
+
export var DescribeSecondaryInterfacesRequest$ = [3, n0, _DSIRes,
|
|
13999
|
+
0,
|
|
14000
|
+
[_DR, _Fi, _MR, _NTe, _SIIe],
|
|
14001
|
+
[2, [() => FilterList, { [_xN]: _Fil }], 1, 0, [() => SecondaryInterfaceIdList, { [_xN]: _SIIec }]]
|
|
14002
|
+
];
|
|
14003
|
+
export var DescribeSecondaryInterfacesResult$ = [3, n0, _DSIResc,
|
|
14004
|
+
0,
|
|
14005
|
+
[_SIec, _NTe],
|
|
14006
|
+
[[() => SecondaryInterfaceList, { [_eQN]: `SecondaryInterfaceSet`,
|
|
14007
|
+
[_xN]: _sISe }], [0, { [_eQN]: `NextToken`,
|
|
14008
|
+
[_xN]: _nTe }]]
|
|
14009
|
+
];
|
|
14010
|
+
export var DescribeSecondaryNetworksRequest$ = [3, n0, _DSNRes,
|
|
14011
|
+
0,
|
|
14012
|
+
[_DR, _Fi, _MR, _NTe, _SNIe],
|
|
14013
|
+
[2, [() => FilterList, { [_xN]: _Fil }], 1, 0, [() => SecondaryNetworkIdList, { [_xN]: _SNI }]]
|
|
14014
|
+
];
|
|
14015
|
+
export var DescribeSecondaryNetworksResult$ = [3, n0, _DSNResc,
|
|
14016
|
+
0,
|
|
14017
|
+
[_SNec, _NTe],
|
|
14018
|
+
[[() => SecondaryNetworkList, { [_eQN]: `SecondaryNetworkSet`,
|
|
14019
|
+
[_xN]: _sNS }], [0, { [_eQN]: `NextToken`,
|
|
14020
|
+
[_xN]: _nTe }]]
|
|
14021
|
+
];
|
|
14022
|
+
export var DescribeSecondarySubnetsRequest$ = [3, n0, _DSSRes,
|
|
14023
|
+
0,
|
|
14024
|
+
[_DR, _Fi, _MR, _NTe, _SSIec],
|
|
14025
|
+
[2, [() => FilterList, { [_xN]: _Fil }], 1, 0, [() => SecondarySubnetIdList, { [_xN]: _SSIe }]]
|
|
14026
|
+
];
|
|
14027
|
+
export var DescribeSecondarySubnetsResult$ = [3, n0, _DSSResc,
|
|
14028
|
+
0,
|
|
14029
|
+
[_SSe, _NTe],
|
|
14030
|
+
[[() => SecondarySubnetList, { [_eQN]: `SecondarySubnetSet`,
|
|
14031
|
+
[_xN]: _sSS }], [0, { [_eQN]: `NextToken`,
|
|
14032
|
+
[_xN]: _nTe }]]
|
|
14033
|
+
];
|
|
13855
14034
|
export var DescribeSecurityGroupReferencesRequest$ = [3, n0, _DSGRR,
|
|
13856
14035
|
0,
|
|
13857
14036
|
[_GIr, _DR],
|
|
@@ -13937,7 +14116,7 @@ export var DescribeSnapshotsResult$ = [3, n0, _DSResc,
|
|
|
13937
14116
|
[_NTe, _Sn],
|
|
13938
14117
|
[[0, { [_eQN]: `NextToken`,
|
|
13939
14118
|
[_xN]: _nTe }], [() => SnapshotList, { [_eQN]: `SnapshotSet`,
|
|
13940
|
-
[_xN]:
|
|
14119
|
+
[_xN]: _sSn }]]
|
|
13941
14120
|
];
|
|
13942
14121
|
export var DescribeSnapshotTierStatusRequest$ = [3, n0, _DSTSR,
|
|
13943
14122
|
0,
|
|
@@ -14551,7 +14730,7 @@ export var DescribeVpcEndpointServicesResult$ = [3, n0, _DVESRe,
|
|
|
14551
14730
|
0,
|
|
14552
14731
|
[_SNer, _SDe, _NTe],
|
|
14553
14732
|
[[() => ValueStringList, { [_eQN]: `ServiceNameSet`,
|
|
14554
|
-
[_xN]:
|
|
14733
|
+
[_xN]: _sNSe }], [() => ServiceDetailSet, { [_eQN]: `ServiceDetailSet`,
|
|
14555
14734
|
[_xN]: _sDSe }], [0, { [_eQN]: `NextToken`,
|
|
14556
14735
|
[_xN]: _nTe }]]
|
|
14557
14736
|
];
|
|
@@ -17705,7 +17884,7 @@ export var InitializationStatusDetails$ = [3, n0, _ISD,
|
|
|
17705
17884
|
];
|
|
17706
17885
|
export var Instance$ = [3, n0, _In,
|
|
17707
17886
|
0,
|
|
17708
|
-
[_Arc, _BDMl, _CT, _EO, _ESna, _Hy, _IIP, _ILn, _EGAl, _EIAAla, _NIet, _OA, _RDN, _RDT, _SG, _SDC, _SIRI, _SNS, _SRt, _T, _VTir, _CO, _CBI, _CRI, _CRSa, _HO, _Li, _MO, _EOn, _BM, _PDl, _UO, _UOUT, _PDNO, _IApv, _TSp, _MOa, _CIBM, _NPO, _Op, _II, _IIm, _St, _PDN, _PDNub, _STR, _KN, _ALI, _PCro, _IT, _LTau, _Pla, _KI, _RIa, _Pl, _Mon, _SIu, _VI, _PIAr, _PIAu],
|
|
17887
|
+
[_Arc, _BDMl, _CT, _EO, _ESna, _Hy, _IIP, _ILn, _EGAl, _EIAAla, _NIet, _OA, _RDN, _RDT, _SG, _SDC, _SIRI, _SNS, _SRt, _T, _VTir, _CO, _CBI, _CRI, _CRSa, _HO, _Li, _MO, _EOn, _BM, _PDl, _UO, _UOUT, _PDNO, _IApv, _TSp, _MOa, _CIBM, _NPO, _Op, _SIec, _II, _IIm, _St, _PDN, _PDNub, _STR, _KN, _ALI, _PCro, _IT, _LTau, _Pla, _KI, _RIa, _Pl, _Mon, _SIu, _VI, _PIAr, _PIAu],
|
|
17709
17888
|
[[0, { [_eQN]: `Architecture`,
|
|
17710
17889
|
[_xN]: _arc }], [() => InstanceBlockDeviceMappingList, { [_eQN]: `BlockDeviceMapping`,
|
|
17711
17890
|
[_xN]: _bDM }], [0, { [_eQN]: `ClientToken`,
|
|
@@ -17746,7 +17925,8 @@ export var Instance$ = [3, n0, _In,
|
|
|
17746
17925
|
[_xN]: _mOa }], [0, { [_eQN]: `CurrentInstanceBootMode`,
|
|
17747
17926
|
[_xN]: _cIBM }], [() => InstanceNetworkPerformanceOptions$, { [_eQN]: `NetworkPerformanceOptions`,
|
|
17748
17927
|
[_xN]: _nPO }], [() => OperatorResponse$, { [_eQN]: `Operator`,
|
|
17749
|
-
[_xN]: _ope }], [
|
|
17928
|
+
[_xN]: _ope }], [() => InstanceSecondaryInterfaceList, { [_eQN]: `SecondaryInterfaceSet`,
|
|
17929
|
+
[_xN]: _sISe }], [0, { [_eQN]: `InstanceId`,
|
|
17750
17930
|
[_xN]: _iI }], [0, { [_eQN]: `ImageId`,
|
|
17751
17931
|
[_xN]: _iIma }], [() => InstanceState$, { [_eQN]: `InstanceState`,
|
|
17752
17932
|
[_xN]: _iSnst }], [0, { [_eQN]: `PrivateDnsName`,
|
|
@@ -18140,6 +18320,48 @@ export var InstanceRequirementsWithMetadataRequest$ = [3, n0, _IRWMR,
|
|
|
18140
18320
|
[_ATr, _VTi, _IRn],
|
|
18141
18321
|
[[() => ArchitectureTypeSet, { [_xN]: _ATrc }], [() => VirtualizationTypeSet, { [_xN]: _VTir }], [() => InstanceRequirementsRequest$, 0]]
|
|
18142
18322
|
];
|
|
18323
|
+
export var InstanceSecondaryInterface$ = [3, n0, _ISIn,
|
|
18324
|
+
0,
|
|
18325
|
+
[_Att, _MAa, _SIIec, _OI, _PIAri, _SDC, _Sta, _SSIe, _SNI, _ITnt],
|
|
18326
|
+
[[() => InstanceSecondaryInterfaceAttachment$, { [_eQN]: `Attachment`,
|
|
18327
|
+
[_xN]: _at }], [0, { [_eQN]: `MacAddress`,
|
|
18328
|
+
[_xN]: _mAa }], [0, { [_eQN]: `SecondaryInterfaceId`,
|
|
18329
|
+
[_xN]: _sIIe }], [0, { [_eQN]: `OwnerId`,
|
|
18330
|
+
[_xN]: _oI }], [() => InstanceSecondaryInterfacePrivateIpAddressList, { [_eQN]: `PrivateIpAddressSet`,
|
|
18331
|
+
[_xN]: _pIASr }], [2, { [_eQN]: `SourceDestCheck`,
|
|
18332
|
+
[_xN]: _sDC }], [0, { [_eQN]: `Status`,
|
|
18333
|
+
[_xN]: _sta }], [0, { [_eQN]: `SecondarySubnetId`,
|
|
18334
|
+
[_xN]: _sSI }], [0, { [_eQN]: `SecondaryNetworkId`,
|
|
18335
|
+
[_xN]: _sNI }], [0, { [_eQN]: `InterfaceType`,
|
|
18336
|
+
[_xN]: _iTnt }]]
|
|
18337
|
+
];
|
|
18338
|
+
export var InstanceSecondaryInterfaceAttachment$ = [3, n0, _ISIA,
|
|
18339
|
+
0,
|
|
18340
|
+
[_ATtt, _AItt, _DOT, _DI, _Sta, _NCI],
|
|
18341
|
+
[[4, { [_eQN]: `AttachTime`,
|
|
18342
|
+
[_xN]: _aTt }], [0, { [_eQN]: `AttachmentId`,
|
|
18343
|
+
[_xN]: _aIt }], [2, { [_eQN]: `DeleteOnTermination`,
|
|
18344
|
+
[_xN]: _dOT }], [1, { [_eQN]: `DeviceIndex`,
|
|
18345
|
+
[_xN]: _dI }], [0, { [_eQN]: `Status`,
|
|
18346
|
+
[_xN]: _sta }], [1, { [_eQN]: `NetworkCardIndex`,
|
|
18347
|
+
[_xN]: _nCI }]]
|
|
18348
|
+
];
|
|
18349
|
+
export var InstanceSecondaryInterfacePrivateIpAddress$ = [3, n0, _ISIPIA,
|
|
18350
|
+
0,
|
|
18351
|
+
[_PIAr],
|
|
18352
|
+
[[0, { [_eQN]: `PrivateIpAddress`,
|
|
18353
|
+
[_xN]: _pIAr }]]
|
|
18354
|
+
];
|
|
18355
|
+
export var InstanceSecondaryInterfacePrivateIpAddressRequest$ = [3, n0, _ISIPIAR,
|
|
18356
|
+
0,
|
|
18357
|
+
[_PIAr],
|
|
18358
|
+
[0], 1
|
|
18359
|
+
];
|
|
18360
|
+
export var InstanceSecondaryInterfaceSpecificationRequest$ = [3, n0, _ISISR,
|
|
18361
|
+
0,
|
|
18362
|
+
[_DOT, _DI, _PIAri, _PIAC, _SSIe, _ITnt, _NCI],
|
|
18363
|
+
[2, 1, [() => InstanceSecondaryInterfacePrivateIpAddressListRequest, { [_xN]: _PIAr }], 1, 0, 0, 1]
|
|
18364
|
+
];
|
|
18143
18365
|
export var InstanceSpecification$ = [3, n0, _ISn,
|
|
18144
18366
|
0,
|
|
18145
18367
|
[_II, _EBV, _EDVI],
|
|
@@ -18201,7 +18423,7 @@ export var InstanceStatusSummary$ = [3, n0, _ISS,
|
|
|
18201
18423
|
[_xN]: _det }], [0, { [_eQN]: `Status`,
|
|
18202
18424
|
[_xN]: _sta }]]
|
|
18203
18425
|
];
|
|
18204
|
-
export var InstanceStorageInfo$ = [3, n0,
|
|
18426
|
+
export var InstanceStorageInfo$ = [3, n0, _ISIns,
|
|
18205
18427
|
0,
|
|
18206
18428
|
[_TSIGB, _Dis, _NS, _ESn],
|
|
18207
18429
|
[[1, { [_eQN]: `TotalSizeInGB`,
|
|
@@ -18231,7 +18453,7 @@ export var InstanceTopology$ = [3, n0, _ITnstanc,
|
|
|
18231
18453
|
];
|
|
18232
18454
|
export var InstanceTypeInfo$ = [3, n0, _ITIn,
|
|
18233
18455
|
0,
|
|
18234
|
-
[_IT, _CGur, _FTE, _SUC, _SRDT, _SVT, _BMa, _Hy, _PIro, _VCIpu, _MIe, _ISSn,
|
|
18456
|
+
[_IT, _CGur, _FTE, _SUC, _SRDT, _SVT, _BMa, _Hy, _PIro, _VCIpu, _MIe, _ISSn, _ISIns, _EIb, _NIetw, _GIp, _FIpga, _PGI, _IAIn, _HS, _BPS, _DHS, _ARS, _SBM, _NES, _NTS, _NTI, _MAIe, _NIeu, _PSh, _RMS],
|
|
18235
18457
|
[[0, { [_eQN]: `InstanceType`,
|
|
18236
18458
|
[_xN]: _iT }], [2, { [_eQN]: `CurrentGeneration`,
|
|
18237
18459
|
[_xN]: _cGur }], [2, { [_eQN]: `FreeTierEligible`,
|
|
@@ -19110,6 +19332,23 @@ export var LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$ = [3, n0,
|
|
|
19110
19332
|
[_ACIA, _APIAss, _DOT, _De, _DI, _G, _ITnt, _IAC, _IA, _NII, _PIAr, _PIAri, _SPIAC, _SIu, _NCI, _IPpvr, _IPCp, _IPp, _IPC, _PIr, _ESS, _CTS, _EQC],
|
|
19111
19333
|
[2, 2, 2, 0, 1, [() => SecurityGroupIdStringList, { [_xN]: _SGI }], 0, 1, [() => InstanceIpv6AddressListRequest, 0], 0, 0, [() => PrivateIpAddressSpecificationList, 0], 1, 0, 1, [() => Ipv4PrefixList, { [_xN]: _IPpvre }], 1, [() => Ipv6PrefixList, { [_xN]: _IPpv }], 1, 2, () => EnaSrdSpecificationRequest$, () => ConnectionTrackingSpecificationRequest$, 1]
|
|
19112
19334
|
];
|
|
19335
|
+
export var LaunchTemplateInstanceSecondaryInterfaceSpecification$ = [3, n0, _LTISIS,
|
|
19336
|
+
0,
|
|
19337
|
+
[_DOT, _DI, _PIAri, _PIAC, _SSIe, _ITnt, _NCI],
|
|
19338
|
+
[[2, { [_eQN]: `DeleteOnTermination`,
|
|
19339
|
+
[_xN]: _dOT }], [1, { [_eQN]: `DeviceIndex`,
|
|
19340
|
+
[_xN]: _dI }], [() => SecondaryInterfacePrivateIpAddressSpecificationList, { [_eQN]: `PrivateIpAddressesSet`,
|
|
19341
|
+
[_xN]: _pIAS }], [1, { [_eQN]: `PrivateIpAddressCount`,
|
|
19342
|
+
[_xN]: _pIAC }], [0, { [_eQN]: `SecondarySubnetId`,
|
|
19343
|
+
[_xN]: _sSI }], [0, { [_eQN]: `InterfaceType`,
|
|
19344
|
+
[_xN]: _iTnt }], [1, { [_eQN]: `NetworkCardIndex`,
|
|
19345
|
+
[_xN]: _nCI }]]
|
|
19346
|
+
];
|
|
19347
|
+
export var LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest$ = [3, n0, _LTISISR,
|
|
19348
|
+
0,
|
|
19349
|
+
[_DOT, _DI, _PIAri, _PIAC, _SSIe, _ITnt, _NCI],
|
|
19350
|
+
[2, 1, [() => SecondaryInterfacePrivateIpAddressSpecificationListRequest, { [_xN]: _PIAr }], 1, 0, 0, 1]
|
|
19351
|
+
];
|
|
19113
19352
|
export var LaunchTemplateLicenseConfiguration$ = [3, n0, _LTLC,
|
|
19114
19353
|
0,
|
|
19115
19354
|
[_LCA],
|
|
@@ -19267,7 +19506,7 @@ export var ListSnapshotsInRecycleBinResult$ = [3, n0, _LSIRBRi,
|
|
|
19267
19506
|
0,
|
|
19268
19507
|
[_Sn, _NTe],
|
|
19269
19508
|
[[() => SnapshotRecycleBinInfoList, { [_eQN]: `SnapshotSet`,
|
|
19270
|
-
[_xN]:
|
|
19509
|
+
[_xN]: _sSn }], [0, { [_eQN]: `NextToken`,
|
|
19271
19510
|
[_xN]: _nTe }]]
|
|
19272
19511
|
];
|
|
19273
19512
|
export var ListVolumesInRecycleBinRequest$ = [3, n0, _LVIRBR,
|
|
@@ -20107,7 +20346,7 @@ export var ModifyTrafficMirrorFilterRuleResult$ = [3, n0, _MTMFRRo,
|
|
|
20107
20346
|
];
|
|
20108
20347
|
export var ModifyTrafficMirrorSessionRequest$ = [3, n0, _MTMSR,
|
|
20109
20348
|
0,
|
|
20110
|
-
[_TMSI, _TMTI, _TMFI, _PLa,
|
|
20349
|
+
[_TMSI, _TMTI, _TMFI, _PLa, _SNes, _VNI, _De, _RF, _DR],
|
|
20111
20350
|
[0, 0, 0, 1, 1, 1, 0, [64 | 0, { [_xN]: _RFe }], 2], 1
|
|
20112
20351
|
];
|
|
20113
20352
|
export var ModifyTrafficMirrorSessionResult$ = [3, n0, _MTMSRo,
|
|
@@ -20187,12 +20426,12 @@ export var ModifyVerifiedAccessEndpointLoadBalancerOptions$ = [3, n0, _MVAELBO,
|
|
|
20187
20426
|
];
|
|
20188
20427
|
export var ModifyVerifiedAccessEndpointPolicyRequest$ = [3, n0, _MVAEPR,
|
|
20189
20428
|
0,
|
|
20190
|
-
[_VAEI, _PE, _PDo, _CT, _DR,
|
|
20429
|
+
[_VAEI, _PE, _PDo, _CT, _DR, _SSs],
|
|
20191
20430
|
[0, 2, 0, [0, 4], 2, () => VerifiedAccessSseSpecificationRequest$], 1
|
|
20192
20431
|
];
|
|
20193
20432
|
export var ModifyVerifiedAccessEndpointPolicyResult$ = [3, n0, _MVAEPRo,
|
|
20194
20433
|
0,
|
|
20195
|
-
[_PE, _PDo,
|
|
20434
|
+
[_PE, _PDo, _SSs],
|
|
20196
20435
|
[[2, { [_eQN]: `PolicyEnabled`,
|
|
20197
20436
|
[_xN]: _pE }], [0, { [_eQN]: `PolicyDocument`,
|
|
20198
20437
|
[_xN]: _pDo }], [() => VerifiedAccessSseSpecificationResponse$, { [_eQN]: `SseSpecification`,
|
|
@@ -20221,12 +20460,12 @@ export var ModifyVerifiedAccessEndpointResult$ = [3, n0, _MVAERo,
|
|
|
20221
20460
|
];
|
|
20222
20461
|
export var ModifyVerifiedAccessGroupPolicyRequest$ = [3, n0, _MVAGPR,
|
|
20223
20462
|
0,
|
|
20224
|
-
[_VAGI, _PE, _PDo, _CT, _DR,
|
|
20463
|
+
[_VAGI, _PE, _PDo, _CT, _DR, _SSs],
|
|
20225
20464
|
[0, 2, 0, [0, 4], 2, () => VerifiedAccessSseSpecificationRequest$], 1
|
|
20226
20465
|
];
|
|
20227
20466
|
export var ModifyVerifiedAccessGroupPolicyResult$ = [3, n0, _MVAGPRo,
|
|
20228
20467
|
0,
|
|
20229
|
-
[_PE, _PDo,
|
|
20468
|
+
[_PE, _PDo, _SSs],
|
|
20230
20469
|
[[2, { [_eQN]: `PolicyEnabled`,
|
|
20231
20470
|
[_xN]: _pE }], [0, { [_eQN]: `PolicyDocument`,
|
|
20232
20471
|
[_xN]: _pDo }], [() => VerifiedAccessSseSpecificationResponse$, { [_eQN]: `SseSpecification`,
|
|
@@ -20282,7 +20521,7 @@ export var ModifyVerifiedAccessTrustProviderOidcOptions$ = [3, n0, _MVATPOO,
|
|
|
20282
20521
|
];
|
|
20283
20522
|
export var ModifyVerifiedAccessTrustProviderRequest$ = [3, n0, _MVATPR,
|
|
20284
20523
|
0,
|
|
20285
|
-
[_VATPI, _OO, _DOev, _De, _DR, _CT,
|
|
20524
|
+
[_VATPI, _OO, _DOev, _De, _DR, _CT, _SSs, _NAOO],
|
|
20286
20525
|
[0, [() => ModifyVerifiedAccessTrustProviderOidcOptions$, 0], () => ModifyVerifiedAccessTrustProviderDeviceOptions$, 0, 2, [0, 4], () => VerifiedAccessSseSpecificationRequest$, [() => ModifyVerifiedAccessNativeApplicationOidcOptions$, 0]], 1
|
|
20287
20526
|
];
|
|
20288
20527
|
export var ModifyVerifiedAccessTrustProviderResult$ = [3, n0, _MVATPRo,
|
|
@@ -20660,7 +20899,7 @@ export var NetworkCardInfo$ = [3, n0, _NCIe,
|
|
|
20660
20899
|
];
|
|
20661
20900
|
export var NetworkInfo$ = [3, n0, _NIetw,
|
|
20662
20901
|
0,
|
|
20663
|
-
[_NPe, _MNI, _MNC, _DNCI, _NC, _IAPI, _IAPIp, _ISpvu, _ESna, _ESf, _EIf, _EITS, _ESSn, _BWa, _FEQS],
|
|
20902
|
+
[_NPe, _MNI, _MNC, _DNCI, _NC, _IAPI, _IAPIp, _ISpvu, _ESna, _ESf, _EIf, _EITS, _ESSn, _BWa, _FEQS, _SNSe, _MSNI, _IAPSI],
|
|
20664
20903
|
[[0, { [_eQN]: `NetworkPerformance`,
|
|
20665
20904
|
[_xN]: _nPe }], [1, { [_eQN]: `MaximumNetworkInterfaces`,
|
|
20666
20905
|
[_xN]: _mNI }], [1, { [_eQN]: `MaximumNetworkCards`,
|
|
@@ -20676,7 +20915,10 @@ export var NetworkInfo$ = [3, n0, _NIetw,
|
|
|
20676
20915
|
[_xN]: _eITSn }], [2, { [_eQN]: `EnaSrdSupported`,
|
|
20677
20916
|
[_xN]: _eSSn }], [() => BandwidthWeightingTypeList, { [_eQN]: `BandwidthWeightings`,
|
|
20678
20917
|
[_xN]: _bWa }], [0, { [_eQN]: `FlexibleEnaQueuesSupport`,
|
|
20679
|
-
[_xN]: _fEQS }]]
|
|
20918
|
+
[_xN]: _fEQS }], [2, { [_eQN]: `SecondaryNetworkSupported`,
|
|
20919
|
+
[_xN]: _sNSec }], [1, { [_eQN]: `MaximumSecondaryNetworkInterfaces`,
|
|
20920
|
+
[_xN]: _mSNI }], [1, { [_eQN]: `Ipv4AddressesPerSecondaryInterface`,
|
|
20921
|
+
[_xN]: _iAPSI }]]
|
|
20680
20922
|
];
|
|
20681
20923
|
export var NetworkInsightsAccessScope$ = [3, n0, _NIAS,
|
|
20682
20924
|
0,
|
|
@@ -20985,7 +21227,7 @@ export var PathComponent$ = [3, n0, _PCat,
|
|
|
20985
21227
|
0,
|
|
20986
21228
|
[_SNeq, _ARcl, _ATtta, _C, _DVe, _OH, _IHn, _RTR, _SGRe, _SVo, _Su, _Vp, _ADd, _TG, _TGRTR, _Exp, _ELBL, _FSRi, _FSRir, _SN],
|
|
20987
21229
|
[[1, { [_eQN]: `SequenceNumber`,
|
|
20988
|
-
[_xN]:
|
|
21230
|
+
[_xN]: _sNeq }], [() => AnalysisAclRule$, { [_eQN]: `AclRule`,
|
|
20989
21231
|
[_xN]: _aRc }], [() => AnalysisComponent$, { [_eQN]: `AttachedTo`,
|
|
20990
21232
|
[_xN]: _aTtt }], [() => AnalysisComponent$, { [_eQN]: `Component`,
|
|
20991
21233
|
[_xN]: _c }], [() => AnalysisComponent$, { [_eQN]: `DestinationVpc`,
|
|
@@ -21858,8 +22100,8 @@ export var RequestIpamResourceTag$ = [3, n0, _RIRT,
|
|
|
21858
22100
|
];
|
|
21859
22101
|
export var RequestLaunchTemplateData$ = [3, n0, _RLTD,
|
|
21860
22102
|
0,
|
|
21861
|
-
[_KI, _EO, _IIP, _BDMl, _NIet, _IIm, _IT, _KN, _Mon, _Pla, _RDI, _DAT, _IISB, _UDs, _TS, _EGSlas, _EIAl, _SGIe, _SG, _IMOns, _CSr, _CO, _CRSa, _LS, _HO, _MO, _EOn, _IRn, _PDNO, _MOa, _DASi, _Op, _NPO],
|
|
21862
|
-
[0, 2, () => LaunchTemplateIamInstanceProfileSpecificationRequest$, [() => LaunchTemplateBlockDeviceMappingRequestList, { [_xN]: _BDM }], [() => LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList, { [_xN]: _NIe }], 0, 0, 0, () => LaunchTemplatesMonitoringRequest$, () => LaunchTemplatePlacementRequest$, 0, 2, 0, [() => SensitiveUserData, 0], [() => LaunchTemplateTagSpecificationRequestList, { [_xN]: _TSa }], [() => ElasticGpuSpecificationList, { [_xN]: _EGSla }], [() => LaunchTemplateElasticInferenceAcceleratorList, { [_xN]: _EIA }], [() => SecurityGroupIdStringList, { [_xN]: _SGI }], [() => SecurityGroupStringList, { [_xN]: _SGe }], () => LaunchTemplateInstanceMarketOptionsRequest$, () => CreditSpecificationRequest$, () => LaunchTemplateCpuOptionsRequest$, () => LaunchTemplateCapacityReservationSpecificationRequest$, [() => LaunchTemplateLicenseSpecificationListRequest, { [_xN]: _LSi }], () => LaunchTemplateHibernationOptionsRequest$, () => LaunchTemplateInstanceMetadataOptionsRequest$, () => LaunchTemplateEnclaveOptionsRequest$, [() => InstanceRequirementsRequest$, 0], () => LaunchTemplatePrivateDnsNameOptionsRequest$, () => LaunchTemplateInstanceMaintenanceOptionsRequest$, 2, () => OperatorRequest$, () => LaunchTemplateNetworkPerformanceOptionsRequest
|
|
22103
|
+
[_KI, _EO, _IIP, _BDMl, _NIet, _IIm, _IT, _KN, _Mon, _Pla, _RDI, _DAT, _IISB, _UDs, _TS, _EGSlas, _EIAl, _SGIe, _SG, _IMOns, _CSr, _CO, _CRSa, _LS, _HO, _MO, _EOn, _IRn, _PDNO, _MOa, _DASi, _Op, _NPO, _SIec],
|
|
22104
|
+
[0, 2, () => LaunchTemplateIamInstanceProfileSpecificationRequest$, [() => LaunchTemplateBlockDeviceMappingRequestList, { [_xN]: _BDM }], [() => LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList, { [_xN]: _NIe }], 0, 0, 0, () => LaunchTemplatesMonitoringRequest$, () => LaunchTemplatePlacementRequest$, 0, 2, 0, [() => SensitiveUserData, 0], [() => LaunchTemplateTagSpecificationRequestList, { [_xN]: _TSa }], [() => ElasticGpuSpecificationList, { [_xN]: _EGSla }], [() => LaunchTemplateElasticInferenceAcceleratorList, { [_xN]: _EIA }], [() => SecurityGroupIdStringList, { [_xN]: _SGI }], [() => SecurityGroupStringList, { [_xN]: _SGe }], () => LaunchTemplateInstanceMarketOptionsRequest$, () => CreditSpecificationRequest$, () => LaunchTemplateCpuOptionsRequest$, () => LaunchTemplateCapacityReservationSpecificationRequest$, [() => LaunchTemplateLicenseSpecificationListRequest, { [_xN]: _LSi }], () => LaunchTemplateHibernationOptionsRequest$, () => LaunchTemplateInstanceMetadataOptionsRequest$, () => LaunchTemplateEnclaveOptionsRequest$, [() => InstanceRequirementsRequest$, 0], () => LaunchTemplatePrivateDnsNameOptionsRequest$, () => LaunchTemplateInstanceMaintenanceOptionsRequest$, 2, () => OperatorRequest$, () => LaunchTemplateNetworkPerformanceOptionsRequest$, [() => LaunchTemplateInstanceSecondaryInterfaceSpecificationRequestList, { [_xN]: _SIeco }]]
|
|
21863
22105
|
];
|
|
21864
22106
|
export var RequestSpotFleetRequest$ = [3, n0, _RSFR,
|
|
21865
22107
|
0,
|
|
@@ -22140,7 +22382,7 @@ export var ResponseError$ = [3, n0, _REe,
|
|
|
22140
22382
|
];
|
|
22141
22383
|
export var ResponseLaunchTemplateData$ = [3, n0, _RLTDe,
|
|
22142
22384
|
0,
|
|
22143
|
-
[_KI, _EO, _IIP, _BDMl, _NIet, _IIm, _IT, _KN, _Mon, _Pla, _RDI, _DAT, _IISB, _UDs, _TS, _EGSlas, _EIAl, _SGIe, _SG, _IMOns, _CSr, _CO, _CRSa, _LS, _HO, _MO, _EOn, _IRn, _PDNO, _MOa, _DASi, _Op, _NPO],
|
|
22385
|
+
[_KI, _EO, _IIP, _BDMl, _NIet, _IIm, _IT, _KN, _Mon, _Pla, _RDI, _DAT, _IISB, _UDs, _TS, _EGSlas, _EIAl, _SGIe, _SG, _IMOns, _CSr, _CO, _CRSa, _LS, _HO, _MO, _EOn, _IRn, _PDNO, _MOa, _DASi, _Op, _NPO, _SIec],
|
|
22144
22386
|
[[0, { [_eQN]: `KernelId`,
|
|
22145
22387
|
[_xN]: _kI }], [2, { [_eQN]: `EbsOptimized`,
|
|
22146
22388
|
[_xN]: _eO }], [() => LaunchTemplateIamInstanceProfileSpecification$, { [_eQN]: `IamInstanceProfile`,
|
|
@@ -22174,7 +22416,8 @@ export var ResponseLaunchTemplateData$ = [3, n0, _RLTDe,
|
|
|
22174
22416
|
[_xN]: _mOa }], [2, { [_eQN]: `DisableApiStop`,
|
|
22175
22417
|
[_xN]: _dASi }], [() => OperatorResponse$, { [_eQN]: `Operator`,
|
|
22176
22418
|
[_xN]: _ope }], [() => LaunchTemplateNetworkPerformanceOptions$, { [_eQN]: `NetworkPerformanceOptions`,
|
|
22177
|
-
[_xN]: _nPO }]]
|
|
22419
|
+
[_xN]: _nPO }], [() => LaunchTemplateInstanceSecondaryInterfaceSpecificationList, { [_eQN]: `SecondaryInterfaceSet`,
|
|
22420
|
+
[_xN]: _sISe }]]
|
|
22178
22421
|
];
|
|
22179
22422
|
export var RestoreAddressToClassicRequest$ = [3, n0, _RATCR,
|
|
22180
22423
|
0,
|
|
@@ -22511,8 +22754,8 @@ export var RunInstancesMonitoringEnabled$ = [3, n0, _RIME,
|
|
|
22511
22754
|
];
|
|
22512
22755
|
export var RunInstancesRequest$ = [3, n0, _RIRu,
|
|
22513
22756
|
0,
|
|
22514
|
-
[_MCa, _MCin, _BDMl, _IIm, _IT, _IAC, _IA, _KI, _KN, _Mon, _Pla, _RIa, _SGIe, _SG, _SIu, _UDs, _EGSla, _EIAl, _TS, _LT, _IMOns, _CSr, _CO, _CRSa, _HO, _LS, _MO, _EOn, _PDNO, _MOa, _DASi, _EPI, _NPO, _Op, _DR, _DAT, _IISB, _PIAr, _CT, _AId, _NIet, _IIP, _EO],
|
|
22515
|
-
[1, 1, [() => BlockDeviceMappingRequestList, { [_xN]: _BDM }], 0, 0, 1, [() => InstanceIpv6AddressList, { [_xN]: _IApv }], 0, 0, [() => RunInstancesMonitoringEnabled$, 0], [() => Placement$, 0], 0, [() => SecurityGroupIdStringList, { [_xN]: _SGI }], [() => SecurityGroupStringList, { [_xN]: _SGe }], 0, [() => RunInstancesUserData, 0], [() => ElasticGpuSpecifications, 0], [() => ElasticInferenceAccelerators, { [_xN]: _EIA }], [() => TagSpecificationList, { [_xN]: _TSa }], () => LaunchTemplateSpecification$, () => InstanceMarketOptionsRequest$, () => CreditSpecificationRequest$, () => CpuOptionsRequest$, () => CapacityReservationSpecification$, () => HibernationOptionsRequest$, [() => LicenseSpecificationListRequest, { [_xN]: _LSi }], () => InstanceMetadataOptionsRequest$, () => EnclaveOptionsRequest$, () => PrivateDnsNameOptionsRequest$, () => InstanceMaintenanceOptionsRequest$, 2, 2, () => InstanceNetworkPerformanceOptionsRequest$, () => OperatorRequest$, [2, { [_eQN]: `DryRun`,
|
|
22757
|
+
[_MCa, _MCin, _BDMl, _IIm, _IT, _IAC, _IA, _KI, _KN, _Mon, _Pla, _RIa, _SGIe, _SG, _SIu, _UDs, _EGSla, _EIAl, _TS, _LT, _IMOns, _CSr, _CO, _CRSa, _HO, _LS, _MO, _EOn, _PDNO, _MOa, _DASi, _EPI, _NPO, _Op, _SIec, _DR, _DAT, _IISB, _PIAr, _CT, _AId, _NIet, _IIP, _EO],
|
|
22758
|
+
[1, 1, [() => BlockDeviceMappingRequestList, { [_xN]: _BDM }], 0, 0, 1, [() => InstanceIpv6AddressList, { [_xN]: _IApv }], 0, 0, [() => RunInstancesMonitoringEnabled$, 0], [() => Placement$, 0], 0, [() => SecurityGroupIdStringList, { [_xN]: _SGI }], [() => SecurityGroupStringList, { [_xN]: _SGe }], 0, [() => RunInstancesUserData, 0], [() => ElasticGpuSpecifications, 0], [() => ElasticInferenceAccelerators, { [_xN]: _EIA }], [() => TagSpecificationList, { [_xN]: _TSa }], () => LaunchTemplateSpecification$, () => InstanceMarketOptionsRequest$, () => CreditSpecificationRequest$, () => CpuOptionsRequest$, () => CapacityReservationSpecification$, () => HibernationOptionsRequest$, [() => LicenseSpecificationListRequest, { [_xN]: _LSi }], () => InstanceMetadataOptionsRequest$, () => EnclaveOptionsRequest$, () => PrivateDnsNameOptionsRequest$, () => InstanceMaintenanceOptionsRequest$, 2, 2, () => InstanceNetworkPerformanceOptionsRequest$, () => OperatorRequest$, [() => InstanceSecondaryInterfaceSpecificationListRequest, { [_xN]: _SIeco }], [2, { [_eQN]: `DryRun`,
|
|
22516
22759
|
[_xN]: _dR }], [2, { [_eQN]: `DisableApiTermination`,
|
|
22517
22760
|
[_xN]: _dAT }], [0, { [_eQN]: `InstanceInitiatedShutdownBehavior`,
|
|
22518
22761
|
[_xN]: _iISB }], [0, { [_eQN]: `PrivateIpAddress`,
|
|
@@ -22683,6 +22926,103 @@ export var SearchTransitGatewayRoutesResult$ = [3, n0, _STGRRe,
|
|
|
22683
22926
|
[_xN]: _aRAd }], [0, { [_eQN]: `NextToken`,
|
|
22684
22927
|
[_xN]: _nTe }]]
|
|
22685
22928
|
];
|
|
22929
|
+
export var SecondaryInterface$ = [3, n0, _SIeco,
|
|
22930
|
+
0,
|
|
22931
|
+
[_AZ, _AZI, _Att, _MAa, _OI, _PIAriv, _SIIec, _SIAe, _SITe, _SSIe, _SNI, _SNT, _SDC, _Sta, _T],
|
|
22932
|
+
[[0, { [_eQN]: `AvailabilityZone`,
|
|
22933
|
+
[_xN]: _aZ }], [0, { [_eQN]: `AvailabilityZoneId`,
|
|
22934
|
+
[_xN]: _aZI }], [() => SecondaryInterfaceAttachment$, { [_eQN]: `Attachment`,
|
|
22935
|
+
[_xN]: _at }], [0, { [_eQN]: `MacAddress`,
|
|
22936
|
+
[_xN]: _mAa }], [0, { [_eQN]: `OwnerId`,
|
|
22937
|
+
[_xN]: _oI }], [() => SecondaryInterfaceIpv4AddressList, { [_eQN]: `PrivateIpv4AddressSet`,
|
|
22938
|
+
[_xN]: _pIASri }], [0, { [_eQN]: `SecondaryInterfaceId`,
|
|
22939
|
+
[_xN]: _sIIe }], [0, { [_eQN]: `SecondaryInterfaceArn`,
|
|
22940
|
+
[_xN]: _sIA }], [0, { [_eQN]: `SecondaryInterfaceType`,
|
|
22941
|
+
[_xN]: _sITe }], [0, { [_eQN]: `SecondarySubnetId`,
|
|
22942
|
+
[_xN]: _sSI }], [0, { [_eQN]: `SecondaryNetworkId`,
|
|
22943
|
+
[_xN]: _sNI }], [0, { [_eQN]: `SecondaryNetworkType`,
|
|
22944
|
+
[_xN]: _sNT }], [2, { [_eQN]: `SourceDestCheck`,
|
|
22945
|
+
[_xN]: _sDC }], [0, { [_eQN]: `Status`,
|
|
22946
|
+
[_xN]: _sta }], [() => TagList, { [_eQN]: `TagSet`,
|
|
22947
|
+
[_xN]: _tS }]]
|
|
22948
|
+
];
|
|
22949
|
+
export var SecondaryInterfaceAttachment$ = [3, n0, _SIAec,
|
|
22950
|
+
0,
|
|
22951
|
+
[_AItt, _ATtt, _DOT, _DI, _II, _IOIn, _NCI, _Sta],
|
|
22952
|
+
[[0, { [_eQN]: `AttachmentId`,
|
|
22953
|
+
[_xN]: _aIt }], [4, { [_eQN]: `AttachTime`,
|
|
22954
|
+
[_xN]: _aTt }], [2, { [_eQN]: `DeleteOnTermination`,
|
|
22955
|
+
[_xN]: _dOT }], [1, { [_eQN]: `DeviceIndex`,
|
|
22956
|
+
[_xN]: _dI }], [0, { [_eQN]: `InstanceId`,
|
|
22957
|
+
[_xN]: _iI }], [0, { [_eQN]: `InstanceOwnerId`,
|
|
22958
|
+
[_xN]: _iOIn }], [1, { [_eQN]: `NetworkCardIndex`,
|
|
22959
|
+
[_xN]: _nCI }], [0, { [_eQN]: `Status`,
|
|
22960
|
+
[_xN]: _sta }]]
|
|
22961
|
+
];
|
|
22962
|
+
export var SecondaryInterfaceIpv4Address$ = [3, n0, _SIIAe,
|
|
22963
|
+
0,
|
|
22964
|
+
[_PIAr],
|
|
22965
|
+
[[0, { [_eQN]: `PrivateIpAddress`,
|
|
22966
|
+
[_xN]: _pIAr }]]
|
|
22967
|
+
];
|
|
22968
|
+
export var SecondaryInterfacePrivateIpAddressSpecification$ = [3, n0, _SIPIAS,
|
|
22969
|
+
0,
|
|
22970
|
+
[_PIAr],
|
|
22971
|
+
[[0, { [_eQN]: `PrivateIpAddress`,
|
|
22972
|
+
[_xN]: _pIAr }]]
|
|
22973
|
+
];
|
|
22974
|
+
export var SecondaryInterfacePrivateIpAddressSpecificationRequest$ = [3, n0, _SIPIASR,
|
|
22975
|
+
0,
|
|
22976
|
+
[_PIAr],
|
|
22977
|
+
[0]
|
|
22978
|
+
];
|
|
22979
|
+
export var SecondaryNetwork$ = [3, n0, _SNe,
|
|
22980
|
+
0,
|
|
22981
|
+
[_SNI, _SNAe, _OI, _Ty, _St, _SRt, _ICBAp, _T],
|
|
22982
|
+
[[0, { [_eQN]: `SecondaryNetworkId`,
|
|
22983
|
+
[_xN]: _sNI }], [0, { [_eQN]: `SecondaryNetworkArn`,
|
|
22984
|
+
[_xN]: _sNA }], [0, { [_eQN]: `OwnerId`,
|
|
22985
|
+
[_xN]: _oI }], [0, { [_eQN]: `Type`,
|
|
22986
|
+
[_xN]: _ty }], [0, { [_eQN]: `State`,
|
|
22987
|
+
[_xN]: _st }], [0, { [_eQN]: `StateReason`,
|
|
22988
|
+
[_xN]: _sRt }], [() => SecondaryNetworkIpv4CidrBlockAssociationList, { [_eQN]: `Ipv4CidrBlockAssociationSet`,
|
|
22989
|
+
[_xN]: _iCBAS }], [() => TagList, { [_eQN]: `TagSet`,
|
|
22990
|
+
[_xN]: _tS }]]
|
|
22991
|
+
];
|
|
22992
|
+
export var SecondaryNetworkIpv4CidrBlockAssociation$ = [3, n0, _SNICBA,
|
|
22993
|
+
0,
|
|
22994
|
+
[_AIs, _CB, _St, _SRt],
|
|
22995
|
+
[[0, { [_eQN]: `AssociationId`,
|
|
22996
|
+
[_xN]: _aIs }], [0, { [_eQN]: `CidrBlock`,
|
|
22997
|
+
[_xN]: _cB }], [0, { [_eQN]: `State`,
|
|
22998
|
+
[_xN]: _st }], [0, { [_eQN]: `StateReason`,
|
|
22999
|
+
[_xN]: _sRt }]]
|
|
23000
|
+
];
|
|
23001
|
+
export var SecondarySubnet$ = [3, n0, _SS,
|
|
23002
|
+
0,
|
|
23003
|
+
[_SSIe, _SSA, _SNI, _SNT, _OI, _AZI, _AZ, _ICBAp, _St, _SRt, _T],
|
|
23004
|
+
[[0, { [_eQN]: `SecondarySubnetId`,
|
|
23005
|
+
[_xN]: _sSI }], [0, { [_eQN]: `SecondarySubnetArn`,
|
|
23006
|
+
[_xN]: _sSA }], [0, { [_eQN]: `SecondaryNetworkId`,
|
|
23007
|
+
[_xN]: _sNI }], [0, { [_eQN]: `SecondaryNetworkType`,
|
|
23008
|
+
[_xN]: _sNT }], [0, { [_eQN]: `OwnerId`,
|
|
23009
|
+
[_xN]: _oI }], [0, { [_eQN]: `AvailabilityZoneId`,
|
|
23010
|
+
[_xN]: _aZI }], [0, { [_eQN]: `AvailabilityZone`,
|
|
23011
|
+
[_xN]: _aZ }], [() => SecondarySubnetIpv4CidrBlockAssociationList, { [_eQN]: `Ipv4CidrBlockAssociationSet`,
|
|
23012
|
+
[_xN]: _iCBAS }], [0, { [_eQN]: `State`,
|
|
23013
|
+
[_xN]: _st }], [0, { [_eQN]: `StateReason`,
|
|
23014
|
+
[_xN]: _sRt }], [() => TagList, { [_eQN]: `TagSet`,
|
|
23015
|
+
[_xN]: _tS }]]
|
|
23016
|
+
];
|
|
23017
|
+
export var SecondarySubnetIpv4CidrBlockAssociation$ = [3, n0, _SSICBA,
|
|
23018
|
+
0,
|
|
23019
|
+
[_AIs, _CB, _St, _SRt],
|
|
23020
|
+
[[0, { [_eQN]: `AssociationId`,
|
|
23021
|
+
[_xN]: _aIs }], [0, { [_eQN]: `CidrBlock`,
|
|
23022
|
+
[_xN]: _cB }], [0, { [_eQN]: `State`,
|
|
23023
|
+
[_xN]: _st }], [0, { [_eQN]: `StateReason`,
|
|
23024
|
+
[_xN]: _sRt }]]
|
|
23025
|
+
];
|
|
22686
23026
|
export var SecurityGroup$ = [3, n0, _SGe,
|
|
22687
23027
|
0,
|
|
22688
23028
|
[_GIr, _IPEp, _T, _VI, _SGA, _OI, _GN, _De, _IPpe],
|
|
@@ -22776,7 +23116,7 @@ export var SendDiagnosticInterruptRequest$ = [3, n0, _SDIR,
|
|
|
22776
23116
|
];
|
|
22777
23117
|
export var ServiceConfiguration$ = [3, n0, _SCe,
|
|
22778
23118
|
0,
|
|
22779
|
-
[_STe, _SIe, _SN,
|
|
23119
|
+
[_STe, _SIe, _SN, _SSer, _AZIv, _AZv, _ARc, _MVE, _NLBAe, _GLBA, _SIAT, _BEDN, _PDN, _PDNC, _PRa, _T, _SRu, _RAE],
|
|
22780
23120
|
[[() => ServiceTypeDetailSet, { [_eQN]: `ServiceType`,
|
|
22781
23121
|
[_xN]: _sTe }], [0, { [_eQN]: `ServiceId`,
|
|
22782
23122
|
[_xN]: _sI }], [0, { [_eQN]: `ServiceName`,
|
|
@@ -23284,7 +23624,7 @@ export var Subnet$ = [3, n0, _Su,
|
|
|
23284
23624
|
[_xN]: _cOIP }], [0, { [_eQN]: `OwnerId`,
|
|
23285
23625
|
[_xN]: _oI }], [2, { [_eQN]: `AssignIpv6AddressOnCreation`,
|
|
23286
23626
|
[_xN]: _aIAOC }], [() => SubnetIpv6CidrBlockAssociationSet, { [_eQN]: `Ipv6CidrBlockAssociationSet`,
|
|
23287
|
-
[_xN]:
|
|
23627
|
+
[_xN]: _iCBASp }], [() => TagList, { [_eQN]: `TagSet`,
|
|
23288
23628
|
[_xN]: _tS }], [0, { [_eQN]: `SubnetArn`,
|
|
23289
23629
|
[_xN]: _sAub }], [0, { [_eQN]: `OutpostArn`,
|
|
23290
23630
|
[_xN]: _oA }], [2, { [_eQN]: `EnableDns64`,
|
|
@@ -23374,7 +23714,7 @@ export var SuccessfulQueuedPurchaseDeletion$ = [3, n0, _SQPDu,
|
|
|
23374
23714
|
];
|
|
23375
23715
|
export var SupportedRegionDetail$ = [3, n0, _SRD,
|
|
23376
23716
|
0,
|
|
23377
|
-
[_Regi,
|
|
23717
|
+
[_Regi, _SSer],
|
|
23378
23718
|
[[0, { [_eQN]: `Region`,
|
|
23379
23719
|
[_xN]: _reg }], [0, { [_eQN]: `ServiceState`,
|
|
23380
23720
|
[_xN]: _sSer }]]
|
|
@@ -23556,7 +23896,7 @@ export var TrafficMirrorPortRangeRequest$ = [3, n0, _TMPRR,
|
|
|
23556
23896
|
];
|
|
23557
23897
|
export var TrafficMirrorSession$ = [3, n0, _TMS,
|
|
23558
23898
|
0,
|
|
23559
|
-
[_TMSI, _TMTI, _TMFI, _NII, _OI, _PLa,
|
|
23899
|
+
[_TMSI, _TMTI, _TMFI, _NII, _OI, _PLa, _SNes, _VNI, _De, _T],
|
|
23560
23900
|
[[0, { [_eQN]: `TrafficMirrorSessionId`,
|
|
23561
23901
|
[_xN]: _tMSI }], [0, { [_eQN]: `TrafficMirrorTargetId`,
|
|
23562
23902
|
[_xN]: _tMTI }], [0, { [_eQN]: `TrafficMirrorFilterId`,
|
|
@@ -23779,7 +24119,7 @@ export var TransitGatewayMulticastDomainOptions$ = [3, n0, _TGMDO,
|
|
|
23779
24119
|
[_ISg, _SSS, _AASA],
|
|
23780
24120
|
[[0, { [_eQN]: `Igmpv2Support`,
|
|
23781
24121
|
[_xN]: _iSg }], [0, { [_eQN]: `StaticSourcesSupport`,
|
|
23782
|
-
[_xN]:
|
|
24122
|
+
[_xN]: _sSSt }], [0, { [_eQN]: `AutoAcceptSharedAssociations`,
|
|
23783
24123
|
[_xN]: _aASA }]]
|
|
23784
24124
|
];
|
|
23785
24125
|
export var TransitGatewayMulticastGroup$ = [3, n0, _TGMG,
|
|
@@ -24273,7 +24613,7 @@ export var VCpuInfo$ = [3, n0, _VCIpu,
|
|
|
24273
24613
|
];
|
|
24274
24614
|
export var VerifiedAccessEndpoint$ = [3, n0, _VAE,
|
|
24275
24615
|
0,
|
|
24276
|
-
[_VAII, _VAGI, _VAEI, _ADp, _ETn, _ATt, _DCA, _EDnd, _DVD, _SGIe, _LBO, _NIO, _Sta, _De, _CTre, _LUTa, _DT, _T,
|
|
24616
|
+
[_VAII, _VAGI, _VAEI, _ADp, _ETn, _ATt, _DCA, _EDnd, _DVD, _SGIe, _LBO, _NIO, _Sta, _De, _CTre, _LUTa, _DT, _T, _SSs, _ROd, _COi],
|
|
24277
24617
|
[[0, { [_eQN]: `VerifiedAccessInstanceId`,
|
|
24278
24618
|
[_xN]: _vAII }], [0, { [_eQN]: `VerifiedAccessGroupId`,
|
|
24279
24619
|
[_xN]: _vAGI }], [0, { [_eQN]: `VerifiedAccessEndpointId`,
|
|
@@ -24361,7 +24701,7 @@ export var VerifiedAccessEndpointTarget$ = [3, n0, _VAETe,
|
|
|
24361
24701
|
];
|
|
24362
24702
|
export var VerifiedAccessGroup$ = [3, n0, _VAG,
|
|
24363
24703
|
0,
|
|
24364
|
-
[_VAGI, _VAII, _De, _Own, _VAGA, _CTre, _LUTa, _DT, _T,
|
|
24704
|
+
[_VAGI, _VAII, _De, _Own, _VAGA, _CTre, _LUTa, _DT, _T, _SSs],
|
|
24365
24705
|
[[0, { [_eQN]: `VerifiedAccessGroupId`,
|
|
24366
24706
|
[_xN]: _vAGI }], [0, { [_eQN]: `VerifiedAccessInstanceId`,
|
|
24367
24707
|
[_xN]: _vAII }], [0, { [_eQN]: `Description`,
|
|
@@ -24506,7 +24846,7 @@ export var VerifiedAccessSseSpecificationResponse$ = [3, n0, _VASSRe,
|
|
|
24506
24846
|
];
|
|
24507
24847
|
export var VerifiedAccessTrustProvider$ = [3, n0, _VATP,
|
|
24508
24848
|
0,
|
|
24509
|
-
[_VATPI, _De, _TPT, _UTPT, _DTPT, _OO, _DOev, _PRNo, _CTre, _LUTa, _T,
|
|
24849
|
+
[_VATPI, _De, _TPT, _UTPT, _DTPT, _OO, _DOev, _PRNo, _CTre, _LUTa, _T, _SSs, _NAOO],
|
|
24510
24850
|
[[0, { [_eQN]: `VerifiedAccessTrustProviderId`,
|
|
24511
24851
|
[_xN]: _vATPI }], [0, { [_eQN]: `Description`,
|
|
24512
24852
|
[_xN]: _de }], [0, { [_eQN]: `TrustProviderType`,
|
|
@@ -24691,7 +25031,7 @@ export var Vpc$ = [3, n0, _Vp,
|
|
|
24691
25031
|
[[0, { [_eQN]: `OwnerId`,
|
|
24692
25032
|
[_xN]: _oI }], [0, { [_eQN]: `InstanceTenancy`,
|
|
24693
25033
|
[_xN]: _iTns }], [() => VpcIpv6CidrBlockAssociationSet, { [_eQN]: `Ipv6CidrBlockAssociationSet`,
|
|
24694
|
-
[_xN]:
|
|
25034
|
+
[_xN]: _iCBASp }], [() => VpcCidrBlockAssociationSet, { [_eQN]: `CidrBlockAssociationSet`,
|
|
24695
25035
|
[_xN]: _cBAS }], [2, { [_eQN]: `IsDefault`,
|
|
24696
25036
|
[_xN]: _iDs }], [() => VpcEncryptionControl$, { [_eQN]: `EncryptionControl`,
|
|
24697
25037
|
[_xN]: _eCn }], [() => TagList, { [_eQN]: `TagSet`,
|
|
@@ -24831,7 +25171,7 @@ export var VpcEndpoint$ = [3, n0, _VE,
|
|
|
24831
25171
|
[_xN]: _iPSpvr }], [() => SubnetIpPrefixesList, { [_eQN]: `Ipv6PrefixSet`,
|
|
24832
25172
|
[_xN]: _iPSpvre }], [0, { [_eQN]: `FailureReason`,
|
|
24833
25173
|
[_xN]: _fR }], [0, { [_eQN]: `ServiceNetworkArn`,
|
|
24834
|
-
[_xN]:
|
|
25174
|
+
[_xN]: _sNAe }], [0, { [_eQN]: `ResourceConfigurationArn`,
|
|
24835
25175
|
[_xN]: _rCA }], [0, { [_eQN]: `ServiceRegion`,
|
|
24836
25176
|
[_xN]: _sR }]]
|
|
24837
25177
|
];
|
|
@@ -24841,7 +25181,7 @@ export var VpcEndpointAssociation$ = [3, n0, _VEAp,
|
|
|
24841
25181
|
[[0, { [_eQN]: `Id`,
|
|
24842
25182
|
[_xN]: _i }], [0, { [_eQN]: `VpcEndpointId`,
|
|
24843
25183
|
[_xN]: _vEI }], [0, { [_eQN]: `ServiceNetworkArn`,
|
|
24844
|
-
[_xN]:
|
|
25184
|
+
[_xN]: _sNAe }], [0, { [_eQN]: `ServiceNetworkName`,
|
|
24845
25185
|
[_xN]: _sNN }], [0, { [_eQN]: `AssociatedResourceAccessibility`,
|
|
24846
25186
|
[_xN]: _aRAs }], [0, { [_eQN]: `FailureReason`,
|
|
24847
25187
|
[_xN]: _fR }], [0, { [_eQN]: `FailureCode`,
|
|
@@ -26015,6 +26355,22 @@ var InstancePrivateIpAddressList = [1, n0, _IPIAL,
|
|
|
26015
26355
|
0, [() => InstancePrivateIpAddress$,
|
|
26016
26356
|
{ [_xN]: _it }]
|
|
26017
26357
|
];
|
|
26358
|
+
var InstanceSecondaryInterfaceList = [1, n0, _ISIL,
|
|
26359
|
+
0, [() => InstanceSecondaryInterface$,
|
|
26360
|
+
{ [_xN]: _it }]
|
|
26361
|
+
];
|
|
26362
|
+
var InstanceSecondaryInterfacePrivateIpAddressList = [1, n0, _ISIPIAL,
|
|
26363
|
+
0, [() => InstanceSecondaryInterfacePrivateIpAddress$,
|
|
26364
|
+
{ [_xN]: _it }]
|
|
26365
|
+
];
|
|
26366
|
+
var InstanceSecondaryInterfacePrivateIpAddressListRequest = [1, n0, _ISIPIALR,
|
|
26367
|
+
0, [() => InstanceSecondaryInterfacePrivateIpAddressRequest$,
|
|
26368
|
+
{ [_xN]: _it }]
|
|
26369
|
+
];
|
|
26370
|
+
var InstanceSecondaryInterfaceSpecificationListRequest = [1, n0, _ISISLR,
|
|
26371
|
+
0, [() => InstanceSecondaryInterfaceSpecificationRequest$,
|
|
26372
|
+
{ [_xN]: _it }]
|
|
26373
|
+
];
|
|
26018
26374
|
var InstanceSet = [1, n0, _ISnstan,
|
|
26019
26375
|
0, [() => InstanceTopology$,
|
|
26020
26376
|
{ [_xN]: _it }]
|
|
@@ -26333,6 +26689,14 @@ var LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList = [1, n0, _LT
|
|
|
26333
26689
|
0, [() => LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$,
|
|
26334
26690
|
{ [_xN]: _INIS }]
|
|
26335
26691
|
];
|
|
26692
|
+
var LaunchTemplateInstanceSecondaryInterfaceSpecificationList = [1, n0, _LTISISL,
|
|
26693
|
+
0, [() => LaunchTemplateInstanceSecondaryInterfaceSpecification$,
|
|
26694
|
+
{ [_xN]: _it }]
|
|
26695
|
+
];
|
|
26696
|
+
var LaunchTemplateInstanceSecondaryInterfaceSpecificationRequestList = [1, n0, _LTISISRL,
|
|
26697
|
+
0, [() => LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest$,
|
|
26698
|
+
{ [_xN]: _ISIS }]
|
|
26699
|
+
];
|
|
26336
26700
|
var LaunchTemplateLicenseList = [1, n0, _LTLL,
|
|
26337
26701
|
0, [() => LaunchTemplateLicenseConfiguration$,
|
|
26338
26702
|
{ [_xN]: _it }]
|
|
@@ -27073,6 +27437,50 @@ var ScheduledInstancesSecurityGroupIdSet = [1, n0, _SISGIS,
|
|
|
27073
27437
|
0, [0,
|
|
27074
27438
|
{ [_xN]: _SGI }]
|
|
27075
27439
|
];
|
|
27440
|
+
var SecondaryInterfaceIdList = [1, n0, _SIIL,
|
|
27441
|
+
0, [0,
|
|
27442
|
+
{ [_xN]: _it }]
|
|
27443
|
+
];
|
|
27444
|
+
var SecondaryInterfaceIpv4AddressList = [1, n0, _SIIALe,
|
|
27445
|
+
0, [() => SecondaryInterfaceIpv4Address$,
|
|
27446
|
+
{ [_xN]: _it }]
|
|
27447
|
+
];
|
|
27448
|
+
var SecondaryInterfaceList = [1, n0, _SIL,
|
|
27449
|
+
0, [() => SecondaryInterface$,
|
|
27450
|
+
{ [_xN]: _it }]
|
|
27451
|
+
];
|
|
27452
|
+
var SecondaryInterfacePrivateIpAddressSpecificationList = [1, n0, _SIPIASL,
|
|
27453
|
+
0, [() => SecondaryInterfacePrivateIpAddressSpecification$,
|
|
27454
|
+
{ [_xN]: _it }]
|
|
27455
|
+
];
|
|
27456
|
+
var SecondaryInterfacePrivateIpAddressSpecificationListRequest = [1, n0, _SIPIASLR,
|
|
27457
|
+
0, [() => SecondaryInterfacePrivateIpAddressSpecificationRequest$,
|
|
27458
|
+
{ [_xN]: _SIPIAS }]
|
|
27459
|
+
];
|
|
27460
|
+
var SecondaryNetworkIdList = [1, n0, _SNIL,
|
|
27461
|
+
0, [0,
|
|
27462
|
+
{ [_xN]: _it }]
|
|
27463
|
+
];
|
|
27464
|
+
var SecondaryNetworkIpv4CidrBlockAssociationList = [1, n0, _SNICBAL,
|
|
27465
|
+
0, [() => SecondaryNetworkIpv4CidrBlockAssociation$,
|
|
27466
|
+
{ [_xN]: _it }]
|
|
27467
|
+
];
|
|
27468
|
+
var SecondaryNetworkList = [1, n0, _SNL,
|
|
27469
|
+
0, [() => SecondaryNetwork$,
|
|
27470
|
+
{ [_xN]: _it }]
|
|
27471
|
+
];
|
|
27472
|
+
var SecondarySubnetIdList = [1, n0, _SSIL,
|
|
27473
|
+
0, [0,
|
|
27474
|
+
{ [_xN]: _it }]
|
|
27475
|
+
];
|
|
27476
|
+
var SecondarySubnetIpv4CidrBlockAssociationList = [1, n0, _SSICBAL,
|
|
27477
|
+
0, [() => SecondarySubnetIpv4CidrBlockAssociation$,
|
|
27478
|
+
{ [_xN]: _it }]
|
|
27479
|
+
];
|
|
27480
|
+
var SecondarySubnetList = [1, n0, _SSL,
|
|
27481
|
+
0, [() => SecondarySubnet$,
|
|
27482
|
+
{ [_xN]: _it }]
|
|
27483
|
+
];
|
|
27076
27484
|
var SecurityGroupForVpcList = [1, n0, _SGFVL,
|
|
27077
27485
|
0, [() => SecurityGroupForVpc$,
|
|
27078
27486
|
{ [_xN]: _it }]
|
|
@@ -27225,7 +27633,7 @@ var SubnetConfigurationsList = [1, n0, _SCL,
|
|
|
27225
27633
|
0, [() => SubnetConfiguration$,
|
|
27226
27634
|
{ [_xN]: _it }]
|
|
27227
27635
|
];
|
|
27228
|
-
var SubnetIdList = [1, n0,
|
|
27636
|
+
var SubnetIdList = [1, n0, _SILu,
|
|
27229
27637
|
0, [0,
|
|
27230
27638
|
{ [_xN]: _ASIs }]
|
|
27231
27639
|
];
|
|
@@ -28158,6 +28566,12 @@ export var CreateRouteServerPeer$ = [9, n0, _CRSP,
|
|
|
28158
28566
|
export var CreateRouteTable$ = [9, n0, _CRTr,
|
|
28159
28567
|
0, () => CreateRouteTableRequest$, () => CreateRouteTableResult$
|
|
28160
28568
|
];
|
|
28569
|
+
export var CreateSecondaryNetwork$ = [9, n0, _CSN,
|
|
28570
|
+
0, () => CreateSecondaryNetworkRequest$, () => CreateSecondaryNetworkResult$
|
|
28571
|
+
];
|
|
28572
|
+
export var CreateSecondarySubnet$ = [9, n0, _CSS,
|
|
28573
|
+
0, () => CreateSecondarySubnetRequest$, () => CreateSecondarySubnetResult$
|
|
28574
|
+
];
|
|
28161
28575
|
export var CreateSecurityGroup$ = [9, n0, _CSG,
|
|
28162
28576
|
0, () => CreateSecurityGroupRequest$, () => CreateSecurityGroupResult$
|
|
28163
28577
|
];
|
|
@@ -28434,6 +28848,12 @@ export var DeleteRouteServerPeer$ = [9, n0, _DRSP,
|
|
|
28434
28848
|
export var DeleteRouteTable$ = [9, n0, _DRT,
|
|
28435
28849
|
0, () => DeleteRouteTableRequest$, () => __Unit
|
|
28436
28850
|
];
|
|
28851
|
+
export var DeleteSecondaryNetwork$ = [9, n0, _DSN,
|
|
28852
|
+
0, () => DeleteSecondaryNetworkRequest$, () => DeleteSecondaryNetworkResult$
|
|
28853
|
+
];
|
|
28854
|
+
export var DeleteSecondarySubnet$ = [9, n0, _DSS,
|
|
28855
|
+
0, () => DeleteSecondarySubnetRequest$, () => DeleteSecondarySubnetResult$
|
|
28856
|
+
];
|
|
28437
28857
|
export var DeleteSecurityGroup$ = [9, n0, _DSG,
|
|
28438
28858
|
0, () => DeleteSecurityGroupRequest$, () => DeleteSecurityGroupResult$
|
|
28439
28859
|
];
|
|
@@ -28938,6 +29358,15 @@ export var DescribeScheduledInstanceAvailability$ = [9, n0, _DSIA,
|
|
|
28938
29358
|
export var DescribeScheduledInstances$ = [9, n0, _DSI,
|
|
28939
29359
|
0, () => DescribeScheduledInstancesRequest$, () => DescribeScheduledInstancesResult$
|
|
28940
29360
|
];
|
|
29361
|
+
export var DescribeSecondaryInterfaces$ = [9, n0, _DSIe,
|
|
29362
|
+
0, () => DescribeSecondaryInterfacesRequest$, () => DescribeSecondaryInterfacesResult$
|
|
29363
|
+
];
|
|
29364
|
+
export var DescribeSecondaryNetworks$ = [9, n0, _DSNe,
|
|
29365
|
+
0, () => DescribeSecondaryNetworksRequest$, () => DescribeSecondaryNetworksResult$
|
|
29366
|
+
];
|
|
29367
|
+
export var DescribeSecondarySubnets$ = [9, n0, _DSSe,
|
|
29368
|
+
0, () => DescribeSecondarySubnetsRequest$, () => DescribeSecondarySubnetsResult$
|
|
29369
|
+
];
|
|
28941
29370
|
export var DescribeSecurityGroupReferences$ = [9, n0, _DSGRescr,
|
|
28942
29371
|
0, () => DescribeSecurityGroupReferencesRequest$, () => DescribeSecurityGroupReferencesResult$
|
|
28943
29372
|
];
|
|
@@ -28974,7 +29403,7 @@ export var DescribeSpotFleetRequestHistory$ = [9, n0, _DSFRH,
|
|
|
28974
29403
|
export var DescribeSpotFleetRequests$ = [9, n0, _DSFR,
|
|
28975
29404
|
0, () => DescribeSpotFleetRequestsRequest$, () => DescribeSpotFleetRequestsResponse$
|
|
28976
29405
|
];
|
|
28977
|
-
export var DescribeSpotInstanceRequests$ = [9, n0,
|
|
29406
|
+
export var DescribeSpotInstanceRequests$ = [9, n0, _DSIRescr,
|
|
28978
29407
|
0, () => DescribeSpotInstanceRequestsRequest$, () => DescribeSpotInstanceRequestsResult$
|
|
28979
29408
|
];
|
|
28980
29409
|
export var DescribeSpotPriceHistory$ = [9, n0, _DSPH,
|