@aws-sdk/client-ec2 3.985.0 → 3.987.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
package/dist-cjs/index.js
CHANGED
|
@@ -1057,6 +1057,9 @@ const _CSIRan = "CancelSpotInstanceRequests";
|
|
|
1057
1057
|
const _CSIT = "CreateStoreImageTask";
|
|
1058
1058
|
const _CSITR = "CreateStoreImageTaskRequest";
|
|
1059
1059
|
const _CSITRr = "CreateStoreImageTaskResult";
|
|
1060
|
+
const _CSN = "CreateSecondaryNetwork";
|
|
1061
|
+
const _CSNR = "CreateSecondaryNetworkRequest";
|
|
1062
|
+
const _CSNRr = "CreateSecondaryNetworkResult";
|
|
1060
1063
|
const _CSOK = "CertificateS3ObjectKey";
|
|
1061
1064
|
const _CSR = "CopySnapshotRequest";
|
|
1062
1065
|
const _CSRPSU = "CopySnapshotRequestPSU";
|
|
@@ -1067,6 +1070,9 @@ const _CSRrea = "CreateSnapshotsResult";
|
|
|
1067
1070
|
const _CSRreat = "CreateSubnetRequest";
|
|
1068
1071
|
const _CSRreate = "CreateSubnetResult";
|
|
1069
1072
|
const _CSRred = "CreditSpecificationRequest";
|
|
1073
|
+
const _CSS = "CreateSecondarySubnet";
|
|
1074
|
+
const _CSSR = "CreateSecondarySubnetRequest";
|
|
1075
|
+
const _CSSRr = "CreateSecondarySubnetResult";
|
|
1070
1076
|
const _CST = "ClientSecretType";
|
|
1071
1077
|
const _CSo = "ComplianceStatus";
|
|
1072
1078
|
const _CSon = "ConfigurationState";
|
|
@@ -2058,13 +2064,22 @@ const _DSIR = "DescribeScheduledInstancesRequest";
|
|
|
2058
2064
|
const _DSIRR = "DescribeSpotInstanceRequestsRequest";
|
|
2059
2065
|
const _DSIRRe = "DescribeSpotInstanceRequestsResult";
|
|
2060
2066
|
const _DSIRe = "DescribeScheduledInstancesResult";
|
|
2061
|
-
const _DSIRes = "
|
|
2067
|
+
const _DSIRes = "DescribeSecondaryInterfacesRequest";
|
|
2068
|
+
const _DSIResc = "DescribeSecondaryInterfacesResult";
|
|
2069
|
+
const _DSIRescr = "DescribeSpotInstanceRequests";
|
|
2062
2070
|
const _DSIT = "DescribeStoreImageTasks";
|
|
2063
2071
|
const _DSITR = "DescribeStoreImageTasksRequest";
|
|
2064
2072
|
const _DSITRe = "DescribeStoreImageTasksResult";
|
|
2073
|
+
const _DSIe = "DescribeSecondaryInterfaces";
|
|
2065
2074
|
const _DSLVI = "DescribeServiceLinkVirtualInterfaces";
|
|
2066
2075
|
const _DSLVIR = "DescribeServiceLinkVirtualInterfacesRequest";
|
|
2067
2076
|
const _DSLVIRe = "DescribeServiceLinkVirtualInterfacesResult";
|
|
2077
|
+
const _DSN = "DeleteSecondaryNetwork";
|
|
2078
|
+
const _DSNR = "DeleteSecondaryNetworkRequest";
|
|
2079
|
+
const _DSNRe = "DeleteSecondaryNetworkResult";
|
|
2080
|
+
const _DSNRes = "DescribeSecondaryNetworksRequest";
|
|
2081
|
+
const _DSNResc = "DescribeSecondaryNetworksResult";
|
|
2082
|
+
const _DSNe = "DescribeSecondaryNetworks";
|
|
2068
2083
|
const _DSOMS = "DnsServersOptionsModifyStructure";
|
|
2069
2084
|
const _DSPH = "DescribeSpotPriceHistory";
|
|
2070
2085
|
const _DSPHR = "DescribeSpotPriceHistoryRequest";
|
|
@@ -2078,9 +2093,15 @@ const _DSRes = "DescribeSnapshotsRequest";
|
|
|
2078
2093
|
const _DSResc = "DescribeSnapshotsResult";
|
|
2079
2094
|
const _DSRescr = "DescribeSubnetsRequest";
|
|
2080
2095
|
const _DSRescri = "DescribeSubnetsResult";
|
|
2096
|
+
const _DSS = "DeleteSecondarySubnet";
|
|
2081
2097
|
const _DSSG = "DescribeStaleSecurityGroups";
|
|
2082
2098
|
const _DSSGR = "DescribeStaleSecurityGroupsRequest";
|
|
2083
2099
|
const _DSSGRe = "DescribeStaleSecurityGroupsResult";
|
|
2100
|
+
const _DSSR = "DeleteSecondarySubnetRequest";
|
|
2101
|
+
const _DSSRe = "DeleteSecondarySubnetResult";
|
|
2102
|
+
const _DSSRes = "DescribeSecondarySubnetsRequest";
|
|
2103
|
+
const _DSSResc = "DescribeSecondarySubnetsResult";
|
|
2104
|
+
const _DSSe = "DescribeSecondarySubnets";
|
|
2084
2105
|
const _DSTS = "DescribeSnapshotTierStatus";
|
|
2085
2106
|
const _DSTSR = "DescribeSnapshotTierStatusRequest";
|
|
2086
2107
|
const _DSTSRe = "DescribeSnapshotTierStatusResult";
|
|
@@ -3053,6 +3074,7 @@ const _IAL = "IpAddressList";
|
|
|
3053
3074
|
const _IALp = "Ipv6AddressList";
|
|
3054
3075
|
const _IAPI = "Ipv4AddressesPerInterface";
|
|
3055
3076
|
const _IAPIp = "Ipv6AddressesPerInterface";
|
|
3077
|
+
const _IAPSI = "Ipv4AddressesPerSecondaryInterface";
|
|
3056
3078
|
const _IART = "IncludeAllResourceTypes";
|
|
3057
3079
|
const _IAT = "IpAddressType";
|
|
3058
3080
|
const _IATOI = "IncludeAllTagsOfInstance";
|
|
@@ -3079,11 +3101,13 @@ const _ICApv = "Ipv6CidrAssociation";
|
|
|
3079
3101
|
const _ICB = "Ipv6CidrBlock";
|
|
3080
3102
|
const _ICBA = "Ipv6CidrBlockAssociation";
|
|
3081
3103
|
const _ICBAS = "Ipv6CidrBlockAssociationSet";
|
|
3104
|
+
const _ICBAp = "Ipv4CidrBlockAssociations";
|
|
3082
3105
|
const _ICBNBG = "Ipv6CidrBlockNetworkBorderGroup";
|
|
3083
3106
|
const _ICBS = "Ipv6CidrBlockState";
|
|
3084
3107
|
const _ICBSL = "InsideCidrBlocksStringList";
|
|
3085
3108
|
const _ICBSp = "Ipv6CidrBlockSet";
|
|
3086
3109
|
const _ICBn = "InsideCidrBlocks";
|
|
3110
|
+
const _ICBp = "Ipv4CidrBlock";
|
|
3087
3111
|
const _ICE = "InstanceConnectEndpoint";
|
|
3088
3112
|
const _ICEA = "InstanceConnectEndpointArn";
|
|
3089
3113
|
const _ICEDN = "InstanceConnectEndpointDnsNames";
|
|
@@ -3443,7 +3467,17 @@ const _ISE = "InstanceStatusEvent";
|
|
|
3443
3467
|
const _ISEAC = "IpamScopeExternalAuthorityConfiguration";
|
|
3444
3468
|
const _ISEL = "InstanceStatusEventList";
|
|
3445
3469
|
const _ISI = "IpamScopeId";
|
|
3446
|
-
const
|
|
3470
|
+
const _ISIA = "InstanceSecondaryInterfaceAttachment";
|
|
3471
|
+
const _ISIL = "InstanceSecondaryInterfaceList";
|
|
3472
|
+
const _ISIPIA = "InstanceSecondaryInterfacePrivateIpAddress";
|
|
3473
|
+
const _ISIPIAL = "InstanceSecondaryInterfacePrivateIpAddressList";
|
|
3474
|
+
const _ISIPIALR = "InstanceSecondaryInterfacePrivateIpAddressListRequest";
|
|
3475
|
+
const _ISIPIAR = "InstanceSecondaryInterfacePrivateIpAddressRequest";
|
|
3476
|
+
const _ISIS = "InstanceSecondaryInterfaceSpecification";
|
|
3477
|
+
const _ISISLR = "InstanceSecondaryInterfaceSpecificationListRequest";
|
|
3478
|
+
const _ISISR = "InstanceSecondaryInterfaceSpecificationRequest";
|
|
3479
|
+
const _ISIn = "InstanceSecondaryInterface";
|
|
3480
|
+
const _ISIns = "InstanceStorageInfo";
|
|
3447
3481
|
const _ISIp = "IpamScopeIds";
|
|
3448
3482
|
const _ISL = "InputStorageLocation";
|
|
3449
3483
|
const _ISLn = "InstanceStatusList";
|
|
@@ -3741,6 +3775,10 @@ const _LTINIS = "LaunchTemplateInstanceNetworkInterfaceSpecification";
|
|
|
3741
3775
|
const _LTINISL = "LaunchTemplateInstanceNetworkInterfaceSpecificationList";
|
|
3742
3776
|
const _LTINISR = "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest";
|
|
3743
3777
|
const _LTINISRL = "LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList";
|
|
3778
|
+
const _LTISIS = "LaunchTemplateInstanceSecondaryInterfaceSpecification";
|
|
3779
|
+
const _LTISISL = "LaunchTemplateInstanceSecondaryInterfaceSpecificationList";
|
|
3780
|
+
const _LTISISR = "LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest";
|
|
3781
|
+
const _LTISISRL = "LaunchTemplateInstanceSecondaryInterfaceSpecificationRequestList";
|
|
3744
3782
|
const _LTISL = "LaunchTemplateIdStringList";
|
|
3745
3783
|
const _LTIa = "LaunchTemplateIds";
|
|
3746
3784
|
const _LTLC = "LaunchTemplateLicenseConfiguration";
|
|
@@ -4032,6 +4070,7 @@ const _MSIPC = "MacSystemIntegrityProtectionConfiguration";
|
|
|
4032
4070
|
const _MSIPCR = "MacSystemIntegrityProtectionConfigurationRequest";
|
|
4033
4071
|
const _MSIPCa = "MacSystemIntegrityProtectionConfig";
|
|
4034
4072
|
const _MSIPS = "MacSystemIntegrityProtectionStatus";
|
|
4073
|
+
const _MSNI = "MaximumSecondaryNetworkInterfaces";
|
|
4035
4074
|
const _MSPAPOOODP = "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice";
|
|
4036
4075
|
const _MST = "ModifySnapshotTier";
|
|
4037
4076
|
const _MSTR = "ModifySnapshotTierRequest";
|
|
@@ -4525,6 +4564,7 @@ const _PIAha = "Phase1IntegrityAlgorithms";
|
|
|
4525
4564
|
const _PIAhas = "Phase2IntegrityAlgorithms";
|
|
4526
4565
|
const _PIAr = "PrivateIpAddress";
|
|
4527
4566
|
const _PIAri = "PrivateIpAddresses";
|
|
4567
|
+
const _PIAriv = "PrivateIpv4Addresses";
|
|
4528
4568
|
const _PIAu = "PublicIpAddress";
|
|
4529
4569
|
const _PIB = "ProvisionIpamByoasn";
|
|
4530
4570
|
const _PIBR = "ProvisionIpamByoasnRequest";
|
|
@@ -5207,6 +5247,8 @@ const _SIA = "ScheduledInstanceAvailability";
|
|
|
5207
5247
|
const _SIAS = "ScheduledInstanceAvailabilitySet";
|
|
5208
5248
|
const _SIAT = "SupportedIpAddressTypes";
|
|
5209
5249
|
const _SIATu = "SupportedIpAddressType";
|
|
5250
|
+
const _SIAe = "SecondaryInterfaceArn";
|
|
5251
|
+
const _SIAec = "SecondaryInterfaceAttachment";
|
|
5210
5252
|
const _SIBDM = "ScheduledInstancesBlockDeviceMapping";
|
|
5211
5253
|
const _SIBDMS = "ScheduledInstancesBlockDeviceMappingSet";
|
|
5212
5254
|
const _SICBA = "SubnetIpv6CidrBlockAssociation";
|
|
@@ -5221,13 +5263,19 @@ const _SIGB = "SizeInGB";
|
|
|
5221
5263
|
const _SII = "SourceImageId";
|
|
5222
5264
|
const _SIIA = "ScheduledInstancesIpv6Address";
|
|
5223
5265
|
const _SIIAL = "ScheduledInstancesIpv6AddressList";
|
|
5266
|
+
const _SIIALe = "SecondaryInterfaceIpv4AddressList";
|
|
5267
|
+
const _SIIAe = "SecondaryInterfaceIpv4Address";
|
|
5224
5268
|
const _SIIIP = "ScheduledInstancesIamInstanceProfile";
|
|
5269
|
+
const _SIIL = "SecondaryInterfaceIdList";
|
|
5225
5270
|
const _SIIRS = "ScheduledInstanceIdRequestSet";
|
|
5226
5271
|
const _SIIc = "ScheduledInstanceIds";
|
|
5227
5272
|
const _SIIch = "ScheduledInstanceId";
|
|
5273
|
+
const _SIIe = "SecondaryInterfaceIds";
|
|
5274
|
+
const _SIIec = "SecondaryInterfaceId";
|
|
5228
5275
|
const _SIIo = "SourceInstanceId";
|
|
5229
|
-
const _SIL = "
|
|
5276
|
+
const _SIL = "SecondaryInterfaceList";
|
|
5230
5277
|
const _SILS = "ScheduledInstancesLaunchSpecification";
|
|
5278
|
+
const _SILu = "SubnetIdList";
|
|
5231
5279
|
const _SIM = "ScheduledInstancesMonitoring";
|
|
5232
5280
|
const _SIMB = "SizeInMiB";
|
|
5233
5281
|
const _SINI = "ScheduledInstancesNetworkInterface";
|
|
@@ -5236,6 +5284,10 @@ const _SIP = "ScheduledInstancesPlacement";
|
|
|
5236
5284
|
const _SIPE = "StaleIpPermissionsEgress";
|
|
5237
5285
|
const _SIPI = "SourceIpamPoolId";
|
|
5238
5286
|
const _SIPIAC = "ScheduledInstancesPrivateIpAddressConfig";
|
|
5287
|
+
const _SIPIAS = "SecondaryInterfacePrivateIpAddressSpecification";
|
|
5288
|
+
const _SIPIASL = "SecondaryInterfacePrivateIpAddressSpecificationList";
|
|
5289
|
+
const _SIPIASLR = "SecondaryInterfacePrivateIpAddressSpecificationListRequest";
|
|
5290
|
+
const _SIPIASR = "SecondaryInterfacePrivateIpAddressSpecificationRequest";
|
|
5239
5291
|
const _SIPL = "SubnetIpPrefixesList";
|
|
5240
5292
|
const _SIPS = "StaleIpPermissionSet";
|
|
5241
5293
|
const _SIPt = "StaleIpPermission";
|
|
@@ -5264,9 +5316,12 @@ const _SIT = "SpotInstanceType";
|
|
|
5264
5316
|
const _SITR = "StoreImageTaskResults";
|
|
5265
5317
|
const _SITRS = "StoreImageTaskResultSet";
|
|
5266
5318
|
const _SITRt = "StoreImageTaskResult";
|
|
5319
|
+
const _SITe = "SecondaryInterfaceType";
|
|
5267
5320
|
const _SITi = "SingleInstanceType";
|
|
5268
5321
|
const _SIc = "ScheduledInstance";
|
|
5269
5322
|
const _SIe = "ServiceId";
|
|
5323
|
+
const _SIec = "SecondaryInterfaces";
|
|
5324
|
+
const _SIeco = "SecondaryInterface";
|
|
5270
5325
|
const _SIer = "ServiceIds";
|
|
5271
5326
|
const _SIn = "SnapshotId";
|
|
5272
5327
|
const _SIna = "SnapshotIds";
|
|
@@ -5308,18 +5363,29 @@ const _SMt = "StatusMessage";
|
|
|
5308
5363
|
const _SMta = "StateMessage";
|
|
5309
5364
|
const _SN = "ServiceName";
|
|
5310
5365
|
const _SNA = "ServiceNetworkArn";
|
|
5366
|
+
const _SNAe = "SecondaryNetworkArn";
|
|
5311
5367
|
const _SNE = "SnsNotificationsEnabled";
|
|
5368
|
+
const _SNI = "SecondaryNetworkId";
|
|
5312
5369
|
const _SNIA = "StartNetworkInsightsAnalysis";
|
|
5313
5370
|
const _SNIAR = "StartNetworkInsightsAnalysisRequest";
|
|
5314
5371
|
const _SNIARt = "StartNetworkInsightsAnalysisResult";
|
|
5315
5372
|
const _SNIASA = "StartNetworkInsightsAccessScopeAnalysis";
|
|
5316
5373
|
const _SNIASAR = "StartNetworkInsightsAccessScopeAnalysisRequest";
|
|
5317
5374
|
const _SNIASARt = "StartNetworkInsightsAccessScopeAnalysisResult";
|
|
5375
|
+
const _SNICBA = "SecondaryNetworkIpv4CidrBlockAssociation";
|
|
5376
|
+
const _SNICBAL = "SecondaryNetworkIpv4CidrBlockAssociationList";
|
|
5377
|
+
const _SNIL = "SecondaryNetworkIdList";
|
|
5378
|
+
const _SNIe = "SecondaryNetworkIds";
|
|
5379
|
+
const _SNL = "SecondaryNetworkList";
|
|
5318
5380
|
const _SNN = "ServiceNetworkName";
|
|
5319
5381
|
const _SNS = "SriovNetSupport";
|
|
5320
|
-
const
|
|
5382
|
+
const _SNSe = "SecondaryNetworkSupported";
|
|
5383
|
+
const _SNT = "SecondaryNetworkType";
|
|
5384
|
+
const _SNe = "SecondaryNetwork";
|
|
5385
|
+
const _SNec = "SecondaryNetworks";
|
|
5321
5386
|
const _SNeq = "SequenceNumber";
|
|
5322
5387
|
const _SNer = "ServiceNames";
|
|
5388
|
+
const _SNes = "SessionNumber";
|
|
5323
5389
|
const _SO = "SpotOptions";
|
|
5324
5390
|
const _SOR = "SpotOptionsRequest";
|
|
5325
5391
|
const _SOS = "SkipOsShutdown";
|
|
@@ -5362,14 +5428,21 @@ const _SRou = "SourceResource";
|
|
|
5362
5428
|
const _SRt = "StateReason";
|
|
5363
5429
|
const _SRu = "SupportedRegions";
|
|
5364
5430
|
const _SRup = "SupportedRegion";
|
|
5365
|
-
const _SS = "
|
|
5431
|
+
const _SS = "SecondarySubnet";
|
|
5432
|
+
const _SSA = "SecondarySubnetArn";
|
|
5366
5433
|
const _SSC = "SqlServerCredentials";
|
|
5367
5434
|
const _SSG = "StaleSecurityGroup";
|
|
5368
5435
|
const _SSGN = "SourceSecurityGroupName";
|
|
5369
5436
|
const _SSGOI = "SourceSecurityGroupOwnerId";
|
|
5370
5437
|
const _SSGS = "StaleSecurityGroupSet";
|
|
5371
5438
|
const _SSI = "SourceSnapshotId";
|
|
5439
|
+
const _SSICBA = "SecondarySubnetIpv4CidrBlockAssociation";
|
|
5440
|
+
const _SSICBAL = "SecondarySubnetIpv4CidrBlockAssociationList";
|
|
5441
|
+
const _SSIL = "SecondarySubnetIdList";
|
|
5442
|
+
const _SSIe = "SecondarySubnetId";
|
|
5443
|
+
const _SSIec = "SecondarySubnetIds";
|
|
5372
5444
|
const _SSIo = "SourceSnapshotIds";
|
|
5445
|
+
const _SSL = "SecondarySubnetList";
|
|
5373
5446
|
const _SSLU = "SqlServerLicenseUsage";
|
|
5374
5447
|
const _SSP = "SelfServicePortal";
|
|
5375
5448
|
const _SSPU = "SelfServicePortalUrl";
|
|
@@ -5380,8 +5453,10 @@ const _SST = "SampledStartTime";
|
|
|
5380
5453
|
const _SSTR = "SlotStartTimeRange";
|
|
5381
5454
|
const _SSTRR = "SlotStartTimeRangeRequest";
|
|
5382
5455
|
const _SSUPS = "S3StorageUploadPolicySignature";
|
|
5383
|
-
const _SSe = "
|
|
5456
|
+
const _SSe = "SecondarySubnets";
|
|
5457
|
+
const _SSer = "ServiceState";
|
|
5384
5458
|
const _SSn = "SnapshotSet";
|
|
5459
|
+
const _SSs = "SseSpecification";
|
|
5385
5460
|
const _SSt = "S3Storage";
|
|
5386
5461
|
const _SSu = "SupportedStrategies";
|
|
5387
5462
|
const _SSy = "SystemStatus";
|
|
@@ -6752,6 +6827,7 @@ const _iAI = "includeAllInstances";
|
|
|
6752
6827
|
const _iAIn = "inferenceAcceleratorInfo";
|
|
6753
6828
|
const _iAPI = "ipv4AddressesPerInterface";
|
|
6754
6829
|
const _iAPIp = "ipv6AddressesPerInterface";
|
|
6830
|
+
const _iAPSI = "ipv4AddressesPerSecondaryInterface";
|
|
6755
6831
|
const _iAS = "interfaceAssociationSet";
|
|
6756
6832
|
const _iASp = "ipv6AddressesSet";
|
|
6757
6833
|
const _iAT = "ipAddressType";
|
|
@@ -6768,7 +6844,8 @@ const _iCA = "interruptibleCapacityAllocation";
|
|
|
6768
6844
|
const _iCAS = "ipv6CidrAssociationSet";
|
|
6769
6845
|
const _iCB = "ipv6CidrBlock";
|
|
6770
6846
|
const _iCBA = "ipv6CidrBlockAssociation";
|
|
6771
|
-
const _iCBAS = "
|
|
6847
|
+
const _iCBAS = "ipv4CidrBlockAssociationSet";
|
|
6848
|
+
const _iCBASp = "ipv6CidrBlockAssociationSet";
|
|
6772
6849
|
const _iCBS = "ipv6CidrBlockState";
|
|
6773
6850
|
const _iCBSp = "ipv6CidrBlockSet";
|
|
6774
6851
|
const _iCBn = "insideCidrBlocks";
|
|
@@ -7152,6 +7229,7 @@ const _mR = "maxResults";
|
|
|
7152
7229
|
const _mRS = "modificationResultSet";
|
|
7153
7230
|
const _mS = "messageSet";
|
|
7154
7231
|
const _mSIPC = "macSystemIntegrityProtectionConfig";
|
|
7232
|
+
const _mSNI = "maximumSecondaryNetworkInterfaces";
|
|
7155
7233
|
const _mSPAPOOODP = "maxSpotPriceAsPercentageOfOptimalOnDemandPrice";
|
|
7156
7234
|
const _mSa = "managementState";
|
|
7157
7235
|
const _mSai = "maintenanceStrategies";
|
|
@@ -7375,9 +7453,12 @@ const _pHP = "perHourPartition";
|
|
|
7375
7453
|
const _pHS = "packetHeaderStatement";
|
|
7376
7454
|
const _pI = "publicIp";
|
|
7377
7455
|
const _pIA = "phase1IntegrityAlgorithm";
|
|
7456
|
+
const _pIAC = "privateIpAddressCount";
|
|
7378
7457
|
const _pIAS = "privateIpAddressesSet";
|
|
7379
7458
|
const _pIASh = "phase1IntegrityAlgorithmSet";
|
|
7380
7459
|
const _pIASha = "phase2IntegrityAlgorithmSet";
|
|
7460
|
+
const _pIASr = "privateIpAddressSet";
|
|
7461
|
+
const _pIASri = "privateIpv4AddressSet";
|
|
7381
7462
|
const _pIAh = "phase2IntegrityAlgorithm";
|
|
7382
7463
|
const _pIAr = "privateIpAddress";
|
|
7383
7464
|
const _pIAri = "privateIpAddresses";
|
|
@@ -7680,6 +7761,7 @@ const _sGVAS = "securityGroupVpcAssociationSet";
|
|
|
7680
7761
|
const _sGe = "securityGroups";
|
|
7681
7762
|
const _sH = "startHour";
|
|
7682
7763
|
const _sI = "serviceId";
|
|
7764
|
+
const _sIA = "secondaryInterfaceArn";
|
|
7683
7765
|
const _sIAS = "scheduledInstanceAvailabilitySet";
|
|
7684
7766
|
const _sIATS = "supportedIpAddressTypeSet";
|
|
7685
7767
|
const _sICRS = "subnetIpv4CidrReservationSet";
|
|
@@ -7688,6 +7770,7 @@ const _sICSS = "successfulInstanceCreditSpecificationSet";
|
|
|
7688
7770
|
const _sIGB = "sizeInGB";
|
|
7689
7771
|
const _sII = "sourceInstanceId";
|
|
7690
7772
|
const _sIIc = "scheduledInstanceId";
|
|
7773
|
+
const _sIIe = "secondaryInterfaceId";
|
|
7691
7774
|
const _sIIo = "sourceImageId";
|
|
7692
7775
|
const _sIMB = "sizeInMiB";
|
|
7693
7776
|
const _sIP = "staleIpPermissions";
|
|
@@ -7697,9 +7780,11 @@ const _sIR = "sourceImageRegion";
|
|
|
7697
7780
|
const _sIRI = "spotInstanceRequestId";
|
|
7698
7781
|
const _sIRS = "spotInstanceRequestSet";
|
|
7699
7782
|
const _sIS = "scheduledInstanceSet";
|
|
7783
|
+
const _sISe = "secondaryInterfaceSet";
|
|
7700
7784
|
const _sISu = "subnetIdSet";
|
|
7701
7785
|
const _sIT = "spotInstanceType";
|
|
7702
7786
|
const _sITRS = "storeImageTaskResultSet";
|
|
7787
|
+
const _sITe = "secondaryInterfaceType";
|
|
7703
7788
|
const _sITi = "singleInstanceType";
|
|
7704
7789
|
const _sIn = "snapshotId";
|
|
7705
7790
|
const _sIo = "sourceIp";
|
|
@@ -7720,12 +7805,18 @@ const _sMTP = "spotMaxTotalPrice";
|
|
|
7720
7805
|
const _sMt = "statusMessage";
|
|
7721
7806
|
const _sMta = "stateMessage";
|
|
7722
7807
|
const _sN = "serviceName";
|
|
7723
|
-
const _sNA = "
|
|
7808
|
+
const _sNA = "secondaryNetworkArn";
|
|
7809
|
+
const _sNAe = "serviceNetworkArn";
|
|
7724
7810
|
const _sNE = "snsNotificationsEnabled";
|
|
7811
|
+
const _sNI = "secondaryNetworkId";
|
|
7725
7812
|
const _sNN = "serviceNetworkName";
|
|
7726
|
-
const _sNS = "
|
|
7813
|
+
const _sNS = "secondaryNetworkSet";
|
|
7814
|
+
const _sNSe = "serviceNameSet";
|
|
7815
|
+
const _sNSec = "secondaryNetworkSupported";
|
|
7727
7816
|
const _sNSr = "sriovNetSupport";
|
|
7728
|
-
const
|
|
7817
|
+
const _sNT = "secondaryNetworkType";
|
|
7818
|
+
const _sNe = "secondaryNetwork";
|
|
7819
|
+
const _sNeq = "sequenceNumber";
|
|
7729
7820
|
const _sNes = "sessionNumber";
|
|
7730
7821
|
const _sO = "spotOptions";
|
|
7731
7822
|
const _sP = "s3Prefix";
|
|
@@ -7748,18 +7839,22 @@ const _sRT = "subnetRouteTable";
|
|
|
7748
7839
|
const _sRe = "serviceResource";
|
|
7749
7840
|
const _sRo = "sourceResource";
|
|
7750
7841
|
const _sRt = "stateReason";
|
|
7751
|
-
const _sS = "
|
|
7842
|
+
const _sS = "secondarySubnet";
|
|
7843
|
+
const _sSA = "secondarySubnetArn";
|
|
7752
7844
|
const _sSC = "sqlServerCredentials";
|
|
7753
7845
|
const _sSGN = "sourceSecurityGroupName";
|
|
7754
7846
|
const _sSGOI = "sourceSecurityGroupOwnerId";
|
|
7755
7847
|
const _sSGS = "staleSecurityGroupSet";
|
|
7848
|
+
const _sSI = "secondarySubnetId";
|
|
7756
7849
|
const _sSLU = "sqlServerLicenseUsage";
|
|
7757
7850
|
const _sSPU = "selfServicePortalUrl";
|
|
7758
|
-
const _sSS = "
|
|
7851
|
+
const _sSS = "secondarySubnetSet";
|
|
7759
7852
|
const _sSSPA = "selfServiceSamlProviderArn";
|
|
7853
|
+
const _sSSt = "staticSourcesSupport";
|
|
7760
7854
|
const _sST = "sampledStartTime";
|
|
7761
7855
|
const _sSe = "settingSet";
|
|
7762
7856
|
const _sSer = "serviceState";
|
|
7857
|
+
const _sSn = "snapshotSet";
|
|
7763
7858
|
const _sSo = "sourceSet";
|
|
7764
7859
|
const _sSs = "sseSpecification";
|
|
7765
7860
|
const _sSt = "statusSet";
|
|
@@ -10759,6 +10854,30 @@ var CreateRouteTableResult$ = [3, n0, _CRTRre,
|
|
|
10759
10854
|
[_xN]: _rTo }], [0, { [_eQN]: `ClientToken`,
|
|
10760
10855
|
[_xN]: _cT }]]
|
|
10761
10856
|
];
|
|
10857
|
+
var CreateSecondaryNetworkRequest$ = [3, n0, _CSNR,
|
|
10858
|
+
0,
|
|
10859
|
+
[_ICBp, _NT, _CT, _DR, _TS],
|
|
10860
|
+
[0, 0, [0, 4], 2, [() => TagSpecificationList, { [_xN]: _TSa }]], 2
|
|
10861
|
+
];
|
|
10862
|
+
var CreateSecondaryNetworkResult$ = [3, n0, _CSNRr,
|
|
10863
|
+
0,
|
|
10864
|
+
[_SNe, _CT],
|
|
10865
|
+
[[() => SecondaryNetwork$, { [_eQN]: `SecondaryNetwork`,
|
|
10866
|
+
[_xN]: _sNe }], [0, { [_eQN]: `ClientToken`,
|
|
10867
|
+
[_xN]: _cT }]]
|
|
10868
|
+
];
|
|
10869
|
+
var CreateSecondarySubnetRequest$ = [3, n0, _CSSR,
|
|
10870
|
+
0,
|
|
10871
|
+
[_ICBp, _SNI, _CT, _AZ, _AZI, _DR, _TS],
|
|
10872
|
+
[0, 0, [0, 4], 0, 0, 2, [() => TagSpecificationList, { [_xN]: _TSa }]], 2
|
|
10873
|
+
];
|
|
10874
|
+
var CreateSecondarySubnetResult$ = [3, n0, _CSSRr,
|
|
10875
|
+
0,
|
|
10876
|
+
[_SS, _CT],
|
|
10877
|
+
[[() => SecondarySubnet$, { [_eQN]: `SecondarySubnet`,
|
|
10878
|
+
[_xN]: _sS }], [0, { [_eQN]: `ClientToken`,
|
|
10879
|
+
[_xN]: _cT }]]
|
|
10880
|
+
];
|
|
10762
10881
|
var CreateSecurityGroupRequest$ = [3, n0, _CSGR,
|
|
10763
10882
|
0,
|
|
10764
10883
|
[_De, _GN, _VI, _TS, _DR],
|
|
@@ -10788,7 +10907,7 @@ var CreateSnapshotsResult$ = [3, n0, _CSRrea,
|
|
|
10788
10907
|
0,
|
|
10789
10908
|
[_Sn],
|
|
10790
10909
|
[[() => SnapshotSet, { [_eQN]: `SnapshotSet`,
|
|
10791
|
-
[_xN]:
|
|
10910
|
+
[_xN]: _sSn }]]
|
|
10792
10911
|
];
|
|
10793
10912
|
var CreateSpotDatafeedSubscriptionRequest$ = [3, n0, _CSDSR,
|
|
10794
10913
|
0,
|
|
@@ -10870,7 +10989,7 @@ var CreateTrafficMirrorFilterRuleResult$ = [3, n0, _CTMFRRr,
|
|
|
10870
10989
|
];
|
|
10871
10990
|
var CreateTrafficMirrorSessionRequest$ = [3, n0, _CTMSR,
|
|
10872
10991
|
0,
|
|
10873
|
-
[_NII, _TMTI, _TMFI,
|
|
10992
|
+
[_NII, _TMTI, _TMFI, _SNes, _PLa, _VNI, _De, _TS, _DR, _CT],
|
|
10874
10993
|
[0, 0, 0, 1, 1, 1, 0, [() => TagSpecificationList, { [_xN]: _TSa }], 2, [0, 4]], 4
|
|
10875
10994
|
];
|
|
10876
10995
|
var CreateTrafficMirrorSessionResult$ = [3, n0, _CTMSRr,
|
|
@@ -11082,7 +11201,7 @@ var CreateVerifiedAccessEndpointRdsOptions$ = [3, n0, _CVAERO,
|
|
|
11082
11201
|
];
|
|
11083
11202
|
var CreateVerifiedAccessEndpointRequest$ = [3, n0, _CVAER,
|
|
11084
11203
|
0,
|
|
11085
|
-
[_VAGI, _ETn, _ATt, _DCA, _ADp, _EDP, _SGIe, _LBO, _NIO, _De, _PDo, _TS, _CT, _DR,
|
|
11204
|
+
[_VAGI, _ETn, _ATt, _DCA, _ADp, _EDP, _SGIe, _LBO, _NIO, _De, _PDo, _TS, _CT, _DR, _SSs, _ROd, _COi],
|
|
11086
11205
|
[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
|
|
11087
11206
|
];
|
|
11088
11207
|
var CreateVerifiedAccessEndpointResult$ = [3, n0, _CVAERr,
|
|
@@ -11093,7 +11212,7 @@ var CreateVerifiedAccessEndpointResult$ = [3, n0, _CVAERr,
|
|
|
11093
11212
|
];
|
|
11094
11213
|
var CreateVerifiedAccessGroupRequest$ = [3, n0, _CVAGR,
|
|
11095
11214
|
0,
|
|
11096
|
-
[_VAII, _De, _PDo, _TS, _CT, _DR,
|
|
11215
|
+
[_VAII, _De, _PDo, _TS, _CT, _DR, _SSs],
|
|
11097
11216
|
[0, 0, 0, [() => TagSpecificationList, { [_xN]: _TSa }], [0, 4], 2, () => VerifiedAccessSseSpecificationRequest$], 1
|
|
11098
11217
|
];
|
|
11099
11218
|
var CreateVerifiedAccessGroupResult$ = [3, n0, _CVAGRr,
|
|
@@ -11130,7 +11249,7 @@ var CreateVerifiedAccessTrustProviderOidcOptions$ = [3, n0, _CVATPOO,
|
|
|
11130
11249
|
];
|
|
11131
11250
|
var CreateVerifiedAccessTrustProviderRequest$ = [3, n0, _CVATPR,
|
|
11132
11251
|
0,
|
|
11133
|
-
[_TPT, _PRNo, _UTPT, _DTPT, _OO, _DOev, _De, _TS, _CT, _DR,
|
|
11252
|
+
[_TPT, _PRNo, _UTPT, _DTPT, _OO, _DOev, _De, _TS, _CT, _DR, _SSs, _NAOO],
|
|
11134
11253
|
[0, 0, 0, 0, [() => CreateVerifiedAccessTrustProviderOidcOptions$, 0], () => CreateVerifiedAccessTrustProviderDeviceOptions$, 0, [() => TagSpecificationList, { [_xN]: _TSa }], [0, 4], 2, () => VerifiedAccessSseSpecificationRequest$, [() => CreateVerifiedAccessNativeApplicationOidcOptions$, 0]], 2
|
|
11135
11254
|
];
|
|
11136
11255
|
var CreateVerifiedAccessTrustProviderResult$ = [3, n0, _CVATPRr,
|
|
@@ -11930,6 +12049,30 @@ var DeleteRouteTableRequest$ = [3, n0, _DRTR,
|
|
|
11930
12049
|
[_xN]: _rTI }], [2, { [_eQN]: `DryRun`,
|
|
11931
12050
|
[_xN]: _dR }]], 1
|
|
11932
12051
|
];
|
|
12052
|
+
var DeleteSecondaryNetworkRequest$ = [3, n0, _DSNR,
|
|
12053
|
+
0,
|
|
12054
|
+
[_SNI, _CT, _DR],
|
|
12055
|
+
[0, [0, 4], 2], 1
|
|
12056
|
+
];
|
|
12057
|
+
var DeleteSecondaryNetworkResult$ = [3, n0, _DSNRe,
|
|
12058
|
+
0,
|
|
12059
|
+
[_SNe, _CT],
|
|
12060
|
+
[[() => SecondaryNetwork$, { [_eQN]: `SecondaryNetwork`,
|
|
12061
|
+
[_xN]: _sNe }], [0, { [_eQN]: `ClientToken`,
|
|
12062
|
+
[_xN]: _cT }]]
|
|
12063
|
+
];
|
|
12064
|
+
var DeleteSecondarySubnetRequest$ = [3, n0, _DSSR,
|
|
12065
|
+
0,
|
|
12066
|
+
[_SSIe, _CT, _DR],
|
|
12067
|
+
[0, [0, 4], 2], 1
|
|
12068
|
+
];
|
|
12069
|
+
var DeleteSecondarySubnetResult$ = [3, n0, _DSSRe,
|
|
12070
|
+
0,
|
|
12071
|
+
[_SS, _CT],
|
|
12072
|
+
[[() => SecondarySubnet$, { [_eQN]: `SecondarySubnet`,
|
|
12073
|
+
[_xN]: _sS }], [0, { [_eQN]: `ClientToken`,
|
|
12074
|
+
[_xN]: _cT }]]
|
|
12075
|
+
];
|
|
11933
12076
|
var DeleteSecurityGroupRequest$ = [3, n0, _DSGR,
|
|
11934
12077
|
0,
|
|
11935
12078
|
[_GIr, _GN, _DR],
|
|
@@ -13583,7 +13726,7 @@ var DescribeLockedSnapshotsResult$ = [3, n0, _DLSRe,
|
|
|
13583
13726
|
0,
|
|
13584
13727
|
[_Sn, _NTe],
|
|
13585
13728
|
[[() => LockedSnapshotsInfoList, { [_eQN]: `SnapshotSet`,
|
|
13586
|
-
[_xN]:
|
|
13729
|
+
[_xN]: _sSn }], [0, { [_eQN]: `NextToken`,
|
|
13587
13730
|
[_xN]: _nTe }]]
|
|
13588
13731
|
];
|
|
13589
13732
|
var DescribeMacHostsRequest$ = [3, n0, _DMHR,
|
|
@@ -13971,6 +14114,42 @@ var DescribeScheduledInstancesResult$ = [3, n0, _DSIRe,
|
|
|
13971
14114
|
[_xN]: _nTe }], [() => ScheduledInstanceSet, { [_eQN]: `ScheduledInstanceSet`,
|
|
13972
14115
|
[_xN]: _sIS }]]
|
|
13973
14116
|
];
|
|
14117
|
+
var DescribeSecondaryInterfacesRequest$ = [3, n0, _DSIRes,
|
|
14118
|
+
0,
|
|
14119
|
+
[_DR, _Fi, _MR, _NTe, _SIIe],
|
|
14120
|
+
[2, [() => FilterList, { [_xN]: _Fil }], 1, 0, [() => SecondaryInterfaceIdList, { [_xN]: _SIIec }]]
|
|
14121
|
+
];
|
|
14122
|
+
var DescribeSecondaryInterfacesResult$ = [3, n0, _DSIResc,
|
|
14123
|
+
0,
|
|
14124
|
+
[_SIec, _NTe],
|
|
14125
|
+
[[() => SecondaryInterfaceList, { [_eQN]: `SecondaryInterfaceSet`,
|
|
14126
|
+
[_xN]: _sISe }], [0, { [_eQN]: `NextToken`,
|
|
14127
|
+
[_xN]: _nTe }]]
|
|
14128
|
+
];
|
|
14129
|
+
var DescribeSecondaryNetworksRequest$ = [3, n0, _DSNRes,
|
|
14130
|
+
0,
|
|
14131
|
+
[_DR, _Fi, _MR, _NTe, _SNIe],
|
|
14132
|
+
[2, [() => FilterList, { [_xN]: _Fil }], 1, 0, [() => SecondaryNetworkIdList, { [_xN]: _SNI }]]
|
|
14133
|
+
];
|
|
14134
|
+
var DescribeSecondaryNetworksResult$ = [3, n0, _DSNResc,
|
|
14135
|
+
0,
|
|
14136
|
+
[_SNec, _NTe],
|
|
14137
|
+
[[() => SecondaryNetworkList, { [_eQN]: `SecondaryNetworkSet`,
|
|
14138
|
+
[_xN]: _sNS }], [0, { [_eQN]: `NextToken`,
|
|
14139
|
+
[_xN]: _nTe }]]
|
|
14140
|
+
];
|
|
14141
|
+
var DescribeSecondarySubnetsRequest$ = [3, n0, _DSSRes,
|
|
14142
|
+
0,
|
|
14143
|
+
[_DR, _Fi, _MR, _NTe, _SSIec],
|
|
14144
|
+
[2, [() => FilterList, { [_xN]: _Fil }], 1, 0, [() => SecondarySubnetIdList, { [_xN]: _SSIe }]]
|
|
14145
|
+
];
|
|
14146
|
+
var DescribeSecondarySubnetsResult$ = [3, n0, _DSSResc,
|
|
14147
|
+
0,
|
|
14148
|
+
[_SSe, _NTe],
|
|
14149
|
+
[[() => SecondarySubnetList, { [_eQN]: `SecondarySubnetSet`,
|
|
14150
|
+
[_xN]: _sSS }], [0, { [_eQN]: `NextToken`,
|
|
14151
|
+
[_xN]: _nTe }]]
|
|
14152
|
+
];
|
|
13974
14153
|
var DescribeSecurityGroupReferencesRequest$ = [3, n0, _DSGRR,
|
|
13975
14154
|
0,
|
|
13976
14155
|
[_GIr, _DR],
|
|
@@ -14056,7 +14235,7 @@ var DescribeSnapshotsResult$ = [3, n0, _DSResc,
|
|
|
14056
14235
|
[_NTe, _Sn],
|
|
14057
14236
|
[[0, { [_eQN]: `NextToken`,
|
|
14058
14237
|
[_xN]: _nTe }], [() => SnapshotList, { [_eQN]: `SnapshotSet`,
|
|
14059
|
-
[_xN]:
|
|
14238
|
+
[_xN]: _sSn }]]
|
|
14060
14239
|
];
|
|
14061
14240
|
var DescribeSnapshotTierStatusRequest$ = [3, n0, _DSTSR,
|
|
14062
14241
|
0,
|
|
@@ -14670,7 +14849,7 @@ var DescribeVpcEndpointServicesResult$ = [3, n0, _DVESRe,
|
|
|
14670
14849
|
0,
|
|
14671
14850
|
[_SNer, _SDe, _NTe],
|
|
14672
14851
|
[[() => ValueStringList, { [_eQN]: `ServiceNameSet`,
|
|
14673
|
-
[_xN]:
|
|
14852
|
+
[_xN]: _sNSe }], [() => ServiceDetailSet, { [_eQN]: `ServiceDetailSet`,
|
|
14674
14853
|
[_xN]: _sDSe }], [0, { [_eQN]: `NextToken`,
|
|
14675
14854
|
[_xN]: _nTe }]]
|
|
14676
14855
|
];
|
|
@@ -17824,7 +18003,7 @@ var InitializationStatusDetails$ = [3, n0, _ISD,
|
|
|
17824
18003
|
];
|
|
17825
18004
|
var Instance$ = [3, n0, _In,
|
|
17826
18005
|
0,
|
|
17827
|
-
[_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],
|
|
18006
|
+
[_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],
|
|
17828
18007
|
[[0, { [_eQN]: `Architecture`,
|
|
17829
18008
|
[_xN]: _arc }], [() => InstanceBlockDeviceMappingList, { [_eQN]: `BlockDeviceMapping`,
|
|
17830
18009
|
[_xN]: _bDM }], [0, { [_eQN]: `ClientToken`,
|
|
@@ -17865,7 +18044,8 @@ var Instance$ = [3, n0, _In,
|
|
|
17865
18044
|
[_xN]: _mOa }], [0, { [_eQN]: `CurrentInstanceBootMode`,
|
|
17866
18045
|
[_xN]: _cIBM }], [() => InstanceNetworkPerformanceOptions$, { [_eQN]: `NetworkPerformanceOptions`,
|
|
17867
18046
|
[_xN]: _nPO }], [() => OperatorResponse$, { [_eQN]: `Operator`,
|
|
17868
|
-
[_xN]: _ope }], [
|
|
18047
|
+
[_xN]: _ope }], [() => InstanceSecondaryInterfaceList, { [_eQN]: `SecondaryInterfaceSet`,
|
|
18048
|
+
[_xN]: _sISe }], [0, { [_eQN]: `InstanceId`,
|
|
17869
18049
|
[_xN]: _iI }], [0, { [_eQN]: `ImageId`,
|
|
17870
18050
|
[_xN]: _iIma }], [() => InstanceState$, { [_eQN]: `InstanceState`,
|
|
17871
18051
|
[_xN]: _iSnst }], [0, { [_eQN]: `PrivateDnsName`,
|
|
@@ -18259,6 +18439,48 @@ var InstanceRequirementsWithMetadataRequest$ = [3, n0, _IRWMR,
|
|
|
18259
18439
|
[_ATr, _VTi, _IRn],
|
|
18260
18440
|
[[() => ArchitectureTypeSet, { [_xN]: _ATrc }], [() => VirtualizationTypeSet, { [_xN]: _VTir }], [() => InstanceRequirementsRequest$, 0]]
|
|
18261
18441
|
];
|
|
18442
|
+
var InstanceSecondaryInterface$ = [3, n0, _ISIn,
|
|
18443
|
+
0,
|
|
18444
|
+
[_Att, _MAa, _SIIec, _OI, _PIAri, _SDC, _Sta, _SSIe, _SNI, _ITnt],
|
|
18445
|
+
[[() => InstanceSecondaryInterfaceAttachment$, { [_eQN]: `Attachment`,
|
|
18446
|
+
[_xN]: _at }], [0, { [_eQN]: `MacAddress`,
|
|
18447
|
+
[_xN]: _mAa }], [0, { [_eQN]: `SecondaryInterfaceId`,
|
|
18448
|
+
[_xN]: _sIIe }], [0, { [_eQN]: `OwnerId`,
|
|
18449
|
+
[_xN]: _oI }], [() => InstanceSecondaryInterfacePrivateIpAddressList, { [_eQN]: `PrivateIpAddressSet`,
|
|
18450
|
+
[_xN]: _pIASr }], [2, { [_eQN]: `SourceDestCheck`,
|
|
18451
|
+
[_xN]: _sDC }], [0, { [_eQN]: `Status`,
|
|
18452
|
+
[_xN]: _sta }], [0, { [_eQN]: `SecondarySubnetId`,
|
|
18453
|
+
[_xN]: _sSI }], [0, { [_eQN]: `SecondaryNetworkId`,
|
|
18454
|
+
[_xN]: _sNI }], [0, { [_eQN]: `InterfaceType`,
|
|
18455
|
+
[_xN]: _iTnt }]]
|
|
18456
|
+
];
|
|
18457
|
+
var InstanceSecondaryInterfaceAttachment$ = [3, n0, _ISIA,
|
|
18458
|
+
0,
|
|
18459
|
+
[_ATtt, _AItt, _DOT, _DI, _Sta, _NCI],
|
|
18460
|
+
[[4, { [_eQN]: `AttachTime`,
|
|
18461
|
+
[_xN]: _aTt }], [0, { [_eQN]: `AttachmentId`,
|
|
18462
|
+
[_xN]: _aIt }], [2, { [_eQN]: `DeleteOnTermination`,
|
|
18463
|
+
[_xN]: _dOT }], [1, { [_eQN]: `DeviceIndex`,
|
|
18464
|
+
[_xN]: _dI }], [0, { [_eQN]: `Status`,
|
|
18465
|
+
[_xN]: _sta }], [1, { [_eQN]: `NetworkCardIndex`,
|
|
18466
|
+
[_xN]: _nCI }]]
|
|
18467
|
+
];
|
|
18468
|
+
var InstanceSecondaryInterfacePrivateIpAddress$ = [3, n0, _ISIPIA,
|
|
18469
|
+
0,
|
|
18470
|
+
[_PIAr],
|
|
18471
|
+
[[0, { [_eQN]: `PrivateIpAddress`,
|
|
18472
|
+
[_xN]: _pIAr }]]
|
|
18473
|
+
];
|
|
18474
|
+
var InstanceSecondaryInterfacePrivateIpAddressRequest$ = [3, n0, _ISIPIAR,
|
|
18475
|
+
0,
|
|
18476
|
+
[_PIAr],
|
|
18477
|
+
[0], 1
|
|
18478
|
+
];
|
|
18479
|
+
var InstanceSecondaryInterfaceSpecificationRequest$ = [3, n0, _ISISR,
|
|
18480
|
+
0,
|
|
18481
|
+
[_DOT, _DI, _PIAri, _PIAC, _SSIe, _ITnt, _NCI],
|
|
18482
|
+
[2, 1, [() => InstanceSecondaryInterfacePrivateIpAddressListRequest, { [_xN]: _PIAr }], 1, 0, 0, 1]
|
|
18483
|
+
];
|
|
18262
18484
|
var InstanceSpecification$ = [3, n0, _ISn,
|
|
18263
18485
|
0,
|
|
18264
18486
|
[_II, _EBV, _EDVI],
|
|
@@ -18320,7 +18542,7 @@ var InstanceStatusSummary$ = [3, n0, _ISS,
|
|
|
18320
18542
|
[_xN]: _det }], [0, { [_eQN]: `Status`,
|
|
18321
18543
|
[_xN]: _sta }]]
|
|
18322
18544
|
];
|
|
18323
|
-
var InstanceStorageInfo$ = [3, n0,
|
|
18545
|
+
var InstanceStorageInfo$ = [3, n0, _ISIns,
|
|
18324
18546
|
0,
|
|
18325
18547
|
[_TSIGB, _Dis, _NS, _ESn],
|
|
18326
18548
|
[[1, { [_eQN]: `TotalSizeInGB`,
|
|
@@ -18350,7 +18572,7 @@ var InstanceTopology$ = [3, n0, _ITnstanc,
|
|
|
18350
18572
|
];
|
|
18351
18573
|
var InstanceTypeInfo$ = [3, n0, _ITIn,
|
|
18352
18574
|
0,
|
|
18353
|
-
[_IT, _CGur, _FTE, _SUC, _SRDT, _SVT, _BMa, _Hy, _PIro, _VCIpu, _MIe, _ISSn,
|
|
18575
|
+
[_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],
|
|
18354
18576
|
[[0, { [_eQN]: `InstanceType`,
|
|
18355
18577
|
[_xN]: _iT }], [2, { [_eQN]: `CurrentGeneration`,
|
|
18356
18578
|
[_xN]: _cGur }], [2, { [_eQN]: `FreeTierEligible`,
|
|
@@ -19229,6 +19451,23 @@ var LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$ = [3, n0, _LTINI
|
|
|
19229
19451
|
[_ACIA, _APIAss, _DOT, _De, _DI, _G, _ITnt, _IAC, _IA, _NII, _PIAr, _PIAri, _SPIAC, _SIu, _NCI, _IPpvr, _IPCp, _IPp, _IPC, _PIr, _ESS, _CTS, _EQC],
|
|
19230
19452
|
[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]
|
|
19231
19453
|
];
|
|
19454
|
+
var LaunchTemplateInstanceSecondaryInterfaceSpecification$ = [3, n0, _LTISIS,
|
|
19455
|
+
0,
|
|
19456
|
+
[_DOT, _DI, _PIAri, _PIAC, _SSIe, _ITnt, _NCI],
|
|
19457
|
+
[[2, { [_eQN]: `DeleteOnTermination`,
|
|
19458
|
+
[_xN]: _dOT }], [1, { [_eQN]: `DeviceIndex`,
|
|
19459
|
+
[_xN]: _dI }], [() => SecondaryInterfacePrivateIpAddressSpecificationList, { [_eQN]: `PrivateIpAddressesSet`,
|
|
19460
|
+
[_xN]: _pIAS }], [1, { [_eQN]: `PrivateIpAddressCount`,
|
|
19461
|
+
[_xN]: _pIAC }], [0, { [_eQN]: `SecondarySubnetId`,
|
|
19462
|
+
[_xN]: _sSI }], [0, { [_eQN]: `InterfaceType`,
|
|
19463
|
+
[_xN]: _iTnt }], [1, { [_eQN]: `NetworkCardIndex`,
|
|
19464
|
+
[_xN]: _nCI }]]
|
|
19465
|
+
];
|
|
19466
|
+
var LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest$ = [3, n0, _LTISISR,
|
|
19467
|
+
0,
|
|
19468
|
+
[_DOT, _DI, _PIAri, _PIAC, _SSIe, _ITnt, _NCI],
|
|
19469
|
+
[2, 1, [() => SecondaryInterfacePrivateIpAddressSpecificationListRequest, { [_xN]: _PIAr }], 1, 0, 0, 1]
|
|
19470
|
+
];
|
|
19232
19471
|
var LaunchTemplateLicenseConfiguration$ = [3, n0, _LTLC,
|
|
19233
19472
|
0,
|
|
19234
19473
|
[_LCA],
|
|
@@ -19386,7 +19625,7 @@ var ListSnapshotsInRecycleBinResult$ = [3, n0, _LSIRBRi,
|
|
|
19386
19625
|
0,
|
|
19387
19626
|
[_Sn, _NTe],
|
|
19388
19627
|
[[() => SnapshotRecycleBinInfoList, { [_eQN]: `SnapshotSet`,
|
|
19389
|
-
[_xN]:
|
|
19628
|
+
[_xN]: _sSn }], [0, { [_eQN]: `NextToken`,
|
|
19390
19629
|
[_xN]: _nTe }]]
|
|
19391
19630
|
];
|
|
19392
19631
|
var ListVolumesInRecycleBinRequest$ = [3, n0, _LVIRBR,
|
|
@@ -20226,7 +20465,7 @@ var ModifyTrafficMirrorFilterRuleResult$ = [3, n0, _MTMFRRo,
|
|
|
20226
20465
|
];
|
|
20227
20466
|
var ModifyTrafficMirrorSessionRequest$ = [3, n0, _MTMSR,
|
|
20228
20467
|
0,
|
|
20229
|
-
[_TMSI, _TMTI, _TMFI, _PLa,
|
|
20468
|
+
[_TMSI, _TMTI, _TMFI, _PLa, _SNes, _VNI, _De, _RF, _DR],
|
|
20230
20469
|
[0, 0, 0, 1, 1, 1, 0, [64 | 0, { [_xN]: _RFe }], 2], 1
|
|
20231
20470
|
];
|
|
20232
20471
|
var ModifyTrafficMirrorSessionResult$ = [3, n0, _MTMSRo,
|
|
@@ -20306,12 +20545,12 @@ var ModifyVerifiedAccessEndpointLoadBalancerOptions$ = [3, n0, _MVAELBO,
|
|
|
20306
20545
|
];
|
|
20307
20546
|
var ModifyVerifiedAccessEndpointPolicyRequest$ = [3, n0, _MVAEPR,
|
|
20308
20547
|
0,
|
|
20309
|
-
[_VAEI, _PE, _PDo, _CT, _DR,
|
|
20548
|
+
[_VAEI, _PE, _PDo, _CT, _DR, _SSs],
|
|
20310
20549
|
[0, 2, 0, [0, 4], 2, () => VerifiedAccessSseSpecificationRequest$], 1
|
|
20311
20550
|
];
|
|
20312
20551
|
var ModifyVerifiedAccessEndpointPolicyResult$ = [3, n0, _MVAEPRo,
|
|
20313
20552
|
0,
|
|
20314
|
-
[_PE, _PDo,
|
|
20553
|
+
[_PE, _PDo, _SSs],
|
|
20315
20554
|
[[2, { [_eQN]: `PolicyEnabled`,
|
|
20316
20555
|
[_xN]: _pE }], [0, { [_eQN]: `PolicyDocument`,
|
|
20317
20556
|
[_xN]: _pDo }], [() => VerifiedAccessSseSpecificationResponse$, { [_eQN]: `SseSpecification`,
|
|
@@ -20340,12 +20579,12 @@ var ModifyVerifiedAccessEndpointResult$ = [3, n0, _MVAERo,
|
|
|
20340
20579
|
];
|
|
20341
20580
|
var ModifyVerifiedAccessGroupPolicyRequest$ = [3, n0, _MVAGPR,
|
|
20342
20581
|
0,
|
|
20343
|
-
[_VAGI, _PE, _PDo, _CT, _DR,
|
|
20582
|
+
[_VAGI, _PE, _PDo, _CT, _DR, _SSs],
|
|
20344
20583
|
[0, 2, 0, [0, 4], 2, () => VerifiedAccessSseSpecificationRequest$], 1
|
|
20345
20584
|
];
|
|
20346
20585
|
var ModifyVerifiedAccessGroupPolicyResult$ = [3, n0, _MVAGPRo,
|
|
20347
20586
|
0,
|
|
20348
|
-
[_PE, _PDo,
|
|
20587
|
+
[_PE, _PDo, _SSs],
|
|
20349
20588
|
[[2, { [_eQN]: `PolicyEnabled`,
|
|
20350
20589
|
[_xN]: _pE }], [0, { [_eQN]: `PolicyDocument`,
|
|
20351
20590
|
[_xN]: _pDo }], [() => VerifiedAccessSseSpecificationResponse$, { [_eQN]: `SseSpecification`,
|
|
@@ -20401,7 +20640,7 @@ var ModifyVerifiedAccessTrustProviderOidcOptions$ = [3, n0, _MVATPOO,
|
|
|
20401
20640
|
];
|
|
20402
20641
|
var ModifyVerifiedAccessTrustProviderRequest$ = [3, n0, _MVATPR,
|
|
20403
20642
|
0,
|
|
20404
|
-
[_VATPI, _OO, _DOev, _De, _DR, _CT,
|
|
20643
|
+
[_VATPI, _OO, _DOev, _De, _DR, _CT, _SSs, _NAOO],
|
|
20405
20644
|
[0, [() => ModifyVerifiedAccessTrustProviderOidcOptions$, 0], () => ModifyVerifiedAccessTrustProviderDeviceOptions$, 0, 2, [0, 4], () => VerifiedAccessSseSpecificationRequest$, [() => ModifyVerifiedAccessNativeApplicationOidcOptions$, 0]], 1
|
|
20406
20645
|
];
|
|
20407
20646
|
var ModifyVerifiedAccessTrustProviderResult$ = [3, n0, _MVATPRo,
|
|
@@ -20779,7 +21018,7 @@ var NetworkCardInfo$ = [3, n0, _NCIe,
|
|
|
20779
21018
|
];
|
|
20780
21019
|
var NetworkInfo$ = [3, n0, _NIetw,
|
|
20781
21020
|
0,
|
|
20782
|
-
[_NPe, _MNI, _MNC, _DNCI, _NC, _IAPI, _IAPIp, _ISpvu, _ESna, _ESf, _EIf, _EITS, _ESSn, _BWa, _FEQS],
|
|
21021
|
+
[_NPe, _MNI, _MNC, _DNCI, _NC, _IAPI, _IAPIp, _ISpvu, _ESna, _ESf, _EIf, _EITS, _ESSn, _BWa, _FEQS, _SNSe, _MSNI, _IAPSI],
|
|
20783
21022
|
[[0, { [_eQN]: `NetworkPerformance`,
|
|
20784
21023
|
[_xN]: _nPe }], [1, { [_eQN]: `MaximumNetworkInterfaces`,
|
|
20785
21024
|
[_xN]: _mNI }], [1, { [_eQN]: `MaximumNetworkCards`,
|
|
@@ -20795,7 +21034,10 @@ var NetworkInfo$ = [3, n0, _NIetw,
|
|
|
20795
21034
|
[_xN]: _eITSn }], [2, { [_eQN]: `EnaSrdSupported`,
|
|
20796
21035
|
[_xN]: _eSSn }], [() => BandwidthWeightingTypeList, { [_eQN]: `BandwidthWeightings`,
|
|
20797
21036
|
[_xN]: _bWa }], [0, { [_eQN]: `FlexibleEnaQueuesSupport`,
|
|
20798
|
-
[_xN]: _fEQS }]]
|
|
21037
|
+
[_xN]: _fEQS }], [2, { [_eQN]: `SecondaryNetworkSupported`,
|
|
21038
|
+
[_xN]: _sNSec }], [1, { [_eQN]: `MaximumSecondaryNetworkInterfaces`,
|
|
21039
|
+
[_xN]: _mSNI }], [1, { [_eQN]: `Ipv4AddressesPerSecondaryInterface`,
|
|
21040
|
+
[_xN]: _iAPSI }]]
|
|
20799
21041
|
];
|
|
20800
21042
|
var NetworkInsightsAccessScope$ = [3, n0, _NIAS,
|
|
20801
21043
|
0,
|
|
@@ -21104,7 +21346,7 @@ var PathComponent$ = [3, n0, _PCat,
|
|
|
21104
21346
|
0,
|
|
21105
21347
|
[_SNeq, _ARcl, _ATtta, _C, _DVe, _OH, _IHn, _RTR, _SGRe, _SVo, _Su, _Vp, _ADd, _TG, _TGRTR, _Exp, _ELBL, _FSRi, _FSRir, _SN],
|
|
21106
21348
|
[[1, { [_eQN]: `SequenceNumber`,
|
|
21107
|
-
[_xN]:
|
|
21349
|
+
[_xN]: _sNeq }], [() => AnalysisAclRule$, { [_eQN]: `AclRule`,
|
|
21108
21350
|
[_xN]: _aRc }], [() => AnalysisComponent$, { [_eQN]: `AttachedTo`,
|
|
21109
21351
|
[_xN]: _aTtt }], [() => AnalysisComponent$, { [_eQN]: `Component`,
|
|
21110
21352
|
[_xN]: _c }], [() => AnalysisComponent$, { [_eQN]: `DestinationVpc`,
|
|
@@ -21977,8 +22219,8 @@ var RequestIpamResourceTag$ = [3, n0, _RIRT,
|
|
|
21977
22219
|
];
|
|
21978
22220
|
var RequestLaunchTemplateData$ = [3, n0, _RLTD,
|
|
21979
22221
|
0,
|
|
21980
|
-
[_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],
|
|
21981
|
-
[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
|
|
22222
|
+
[_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],
|
|
22223
|
+
[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 }]]
|
|
21982
22224
|
];
|
|
21983
22225
|
var RequestSpotFleetRequest$ = [3, n0, _RSFR,
|
|
21984
22226
|
0,
|
|
@@ -22259,7 +22501,7 @@ var ResponseError$ = [3, n0, _REe,
|
|
|
22259
22501
|
];
|
|
22260
22502
|
var ResponseLaunchTemplateData$ = [3, n0, _RLTDe,
|
|
22261
22503
|
0,
|
|
22262
|
-
[_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],
|
|
22504
|
+
[_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],
|
|
22263
22505
|
[[0, { [_eQN]: `KernelId`,
|
|
22264
22506
|
[_xN]: _kI }], [2, { [_eQN]: `EbsOptimized`,
|
|
22265
22507
|
[_xN]: _eO }], [() => LaunchTemplateIamInstanceProfileSpecification$, { [_eQN]: `IamInstanceProfile`,
|
|
@@ -22293,7 +22535,8 @@ var ResponseLaunchTemplateData$ = [3, n0, _RLTDe,
|
|
|
22293
22535
|
[_xN]: _mOa }], [2, { [_eQN]: `DisableApiStop`,
|
|
22294
22536
|
[_xN]: _dASi }], [() => OperatorResponse$, { [_eQN]: `Operator`,
|
|
22295
22537
|
[_xN]: _ope }], [() => LaunchTemplateNetworkPerformanceOptions$, { [_eQN]: `NetworkPerformanceOptions`,
|
|
22296
|
-
[_xN]: _nPO }]]
|
|
22538
|
+
[_xN]: _nPO }], [() => LaunchTemplateInstanceSecondaryInterfaceSpecificationList, { [_eQN]: `SecondaryInterfaceSet`,
|
|
22539
|
+
[_xN]: _sISe }]]
|
|
22297
22540
|
];
|
|
22298
22541
|
var RestoreAddressToClassicRequest$ = [3, n0, _RATCR,
|
|
22299
22542
|
0,
|
|
@@ -22630,8 +22873,8 @@ var RunInstancesMonitoringEnabled$ = [3, n0, _RIME,
|
|
|
22630
22873
|
];
|
|
22631
22874
|
var RunInstancesRequest$ = [3, n0, _RIRu,
|
|
22632
22875
|
0,
|
|
22633
|
-
[_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],
|
|
22634
|
-
[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`,
|
|
22876
|
+
[_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],
|
|
22877
|
+
[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`,
|
|
22635
22878
|
[_xN]: _dR }], [2, { [_eQN]: `DisableApiTermination`,
|
|
22636
22879
|
[_xN]: _dAT }], [0, { [_eQN]: `InstanceInitiatedShutdownBehavior`,
|
|
22637
22880
|
[_xN]: _iISB }], [0, { [_eQN]: `PrivateIpAddress`,
|
|
@@ -22802,6 +23045,103 @@ var SearchTransitGatewayRoutesResult$ = [3, n0, _STGRRe,
|
|
|
22802
23045
|
[_xN]: _aRAd }], [0, { [_eQN]: `NextToken`,
|
|
22803
23046
|
[_xN]: _nTe }]]
|
|
22804
23047
|
];
|
|
23048
|
+
var SecondaryInterface$ = [3, n0, _SIeco,
|
|
23049
|
+
0,
|
|
23050
|
+
[_AZ, _AZI, _Att, _MAa, _OI, _PIAriv, _SIIec, _SIAe, _SITe, _SSIe, _SNI, _SNT, _SDC, _Sta, _T],
|
|
23051
|
+
[[0, { [_eQN]: `AvailabilityZone`,
|
|
23052
|
+
[_xN]: _aZ }], [0, { [_eQN]: `AvailabilityZoneId`,
|
|
23053
|
+
[_xN]: _aZI }], [() => SecondaryInterfaceAttachment$, { [_eQN]: `Attachment`,
|
|
23054
|
+
[_xN]: _at }], [0, { [_eQN]: `MacAddress`,
|
|
23055
|
+
[_xN]: _mAa }], [0, { [_eQN]: `OwnerId`,
|
|
23056
|
+
[_xN]: _oI }], [() => SecondaryInterfaceIpv4AddressList, { [_eQN]: `PrivateIpv4AddressSet`,
|
|
23057
|
+
[_xN]: _pIASri }], [0, { [_eQN]: `SecondaryInterfaceId`,
|
|
23058
|
+
[_xN]: _sIIe }], [0, { [_eQN]: `SecondaryInterfaceArn`,
|
|
23059
|
+
[_xN]: _sIA }], [0, { [_eQN]: `SecondaryInterfaceType`,
|
|
23060
|
+
[_xN]: _sITe }], [0, { [_eQN]: `SecondarySubnetId`,
|
|
23061
|
+
[_xN]: _sSI }], [0, { [_eQN]: `SecondaryNetworkId`,
|
|
23062
|
+
[_xN]: _sNI }], [0, { [_eQN]: `SecondaryNetworkType`,
|
|
23063
|
+
[_xN]: _sNT }], [2, { [_eQN]: `SourceDestCheck`,
|
|
23064
|
+
[_xN]: _sDC }], [0, { [_eQN]: `Status`,
|
|
23065
|
+
[_xN]: _sta }], [() => TagList, { [_eQN]: `TagSet`,
|
|
23066
|
+
[_xN]: _tS }]]
|
|
23067
|
+
];
|
|
23068
|
+
var SecondaryInterfaceAttachment$ = [3, n0, _SIAec,
|
|
23069
|
+
0,
|
|
23070
|
+
[_AItt, _ATtt, _DOT, _DI, _II, _IOIn, _NCI, _Sta],
|
|
23071
|
+
[[0, { [_eQN]: `AttachmentId`,
|
|
23072
|
+
[_xN]: _aIt }], [4, { [_eQN]: `AttachTime`,
|
|
23073
|
+
[_xN]: _aTt }], [2, { [_eQN]: `DeleteOnTermination`,
|
|
23074
|
+
[_xN]: _dOT }], [1, { [_eQN]: `DeviceIndex`,
|
|
23075
|
+
[_xN]: _dI }], [0, { [_eQN]: `InstanceId`,
|
|
23076
|
+
[_xN]: _iI }], [0, { [_eQN]: `InstanceOwnerId`,
|
|
23077
|
+
[_xN]: _iOIn }], [1, { [_eQN]: `NetworkCardIndex`,
|
|
23078
|
+
[_xN]: _nCI }], [0, { [_eQN]: `Status`,
|
|
23079
|
+
[_xN]: _sta }]]
|
|
23080
|
+
];
|
|
23081
|
+
var SecondaryInterfaceIpv4Address$ = [3, n0, _SIIAe,
|
|
23082
|
+
0,
|
|
23083
|
+
[_PIAr],
|
|
23084
|
+
[[0, { [_eQN]: `PrivateIpAddress`,
|
|
23085
|
+
[_xN]: _pIAr }]]
|
|
23086
|
+
];
|
|
23087
|
+
var SecondaryInterfacePrivateIpAddressSpecification$ = [3, n0, _SIPIAS,
|
|
23088
|
+
0,
|
|
23089
|
+
[_PIAr],
|
|
23090
|
+
[[0, { [_eQN]: `PrivateIpAddress`,
|
|
23091
|
+
[_xN]: _pIAr }]]
|
|
23092
|
+
];
|
|
23093
|
+
var SecondaryInterfacePrivateIpAddressSpecificationRequest$ = [3, n0, _SIPIASR,
|
|
23094
|
+
0,
|
|
23095
|
+
[_PIAr],
|
|
23096
|
+
[0]
|
|
23097
|
+
];
|
|
23098
|
+
var SecondaryNetwork$ = [3, n0, _SNe,
|
|
23099
|
+
0,
|
|
23100
|
+
[_SNI, _SNAe, _OI, _Ty, _St, _SRt, _ICBAp, _T],
|
|
23101
|
+
[[0, { [_eQN]: `SecondaryNetworkId`,
|
|
23102
|
+
[_xN]: _sNI }], [0, { [_eQN]: `SecondaryNetworkArn`,
|
|
23103
|
+
[_xN]: _sNA }], [0, { [_eQN]: `OwnerId`,
|
|
23104
|
+
[_xN]: _oI }], [0, { [_eQN]: `Type`,
|
|
23105
|
+
[_xN]: _ty }], [0, { [_eQN]: `State`,
|
|
23106
|
+
[_xN]: _st }], [0, { [_eQN]: `StateReason`,
|
|
23107
|
+
[_xN]: _sRt }], [() => SecondaryNetworkIpv4CidrBlockAssociationList, { [_eQN]: `Ipv4CidrBlockAssociationSet`,
|
|
23108
|
+
[_xN]: _iCBAS }], [() => TagList, { [_eQN]: `TagSet`,
|
|
23109
|
+
[_xN]: _tS }]]
|
|
23110
|
+
];
|
|
23111
|
+
var SecondaryNetworkIpv4CidrBlockAssociation$ = [3, n0, _SNICBA,
|
|
23112
|
+
0,
|
|
23113
|
+
[_AIs, _CB, _St, _SRt],
|
|
23114
|
+
[[0, { [_eQN]: `AssociationId`,
|
|
23115
|
+
[_xN]: _aIs }], [0, { [_eQN]: `CidrBlock`,
|
|
23116
|
+
[_xN]: _cB }], [0, { [_eQN]: `State`,
|
|
23117
|
+
[_xN]: _st }], [0, { [_eQN]: `StateReason`,
|
|
23118
|
+
[_xN]: _sRt }]]
|
|
23119
|
+
];
|
|
23120
|
+
var SecondarySubnet$ = [3, n0, _SS,
|
|
23121
|
+
0,
|
|
23122
|
+
[_SSIe, _SSA, _SNI, _SNT, _OI, _AZI, _AZ, _ICBAp, _St, _SRt, _T],
|
|
23123
|
+
[[0, { [_eQN]: `SecondarySubnetId`,
|
|
23124
|
+
[_xN]: _sSI }], [0, { [_eQN]: `SecondarySubnetArn`,
|
|
23125
|
+
[_xN]: _sSA }], [0, { [_eQN]: `SecondaryNetworkId`,
|
|
23126
|
+
[_xN]: _sNI }], [0, { [_eQN]: `SecondaryNetworkType`,
|
|
23127
|
+
[_xN]: _sNT }], [0, { [_eQN]: `OwnerId`,
|
|
23128
|
+
[_xN]: _oI }], [0, { [_eQN]: `AvailabilityZoneId`,
|
|
23129
|
+
[_xN]: _aZI }], [0, { [_eQN]: `AvailabilityZone`,
|
|
23130
|
+
[_xN]: _aZ }], [() => SecondarySubnetIpv4CidrBlockAssociationList, { [_eQN]: `Ipv4CidrBlockAssociationSet`,
|
|
23131
|
+
[_xN]: _iCBAS }], [0, { [_eQN]: `State`,
|
|
23132
|
+
[_xN]: _st }], [0, { [_eQN]: `StateReason`,
|
|
23133
|
+
[_xN]: _sRt }], [() => TagList, { [_eQN]: `TagSet`,
|
|
23134
|
+
[_xN]: _tS }]]
|
|
23135
|
+
];
|
|
23136
|
+
var SecondarySubnetIpv4CidrBlockAssociation$ = [3, n0, _SSICBA,
|
|
23137
|
+
0,
|
|
23138
|
+
[_AIs, _CB, _St, _SRt],
|
|
23139
|
+
[[0, { [_eQN]: `AssociationId`,
|
|
23140
|
+
[_xN]: _aIs }], [0, { [_eQN]: `CidrBlock`,
|
|
23141
|
+
[_xN]: _cB }], [0, { [_eQN]: `State`,
|
|
23142
|
+
[_xN]: _st }], [0, { [_eQN]: `StateReason`,
|
|
23143
|
+
[_xN]: _sRt }]]
|
|
23144
|
+
];
|
|
22805
23145
|
var SecurityGroup$ = [3, n0, _SGe,
|
|
22806
23146
|
0,
|
|
22807
23147
|
[_GIr, _IPEp, _T, _VI, _SGA, _OI, _GN, _De, _IPpe],
|
|
@@ -22895,7 +23235,7 @@ var SendDiagnosticInterruptRequest$ = [3, n0, _SDIR,
|
|
|
22895
23235
|
];
|
|
22896
23236
|
var ServiceConfiguration$ = [3, n0, _SCe,
|
|
22897
23237
|
0,
|
|
22898
|
-
[_STe, _SIe, _SN,
|
|
23238
|
+
[_STe, _SIe, _SN, _SSer, _AZIv, _AZv, _ARc, _MVE, _NLBAe, _GLBA, _SIAT, _BEDN, _PDN, _PDNC, _PRa, _T, _SRu, _RAE],
|
|
22899
23239
|
[[() => ServiceTypeDetailSet, { [_eQN]: `ServiceType`,
|
|
22900
23240
|
[_xN]: _sTe }], [0, { [_eQN]: `ServiceId`,
|
|
22901
23241
|
[_xN]: _sI }], [0, { [_eQN]: `ServiceName`,
|
|
@@ -23403,7 +23743,7 @@ var Subnet$ = [3, n0, _Su,
|
|
|
23403
23743
|
[_xN]: _cOIP }], [0, { [_eQN]: `OwnerId`,
|
|
23404
23744
|
[_xN]: _oI }], [2, { [_eQN]: `AssignIpv6AddressOnCreation`,
|
|
23405
23745
|
[_xN]: _aIAOC }], [() => SubnetIpv6CidrBlockAssociationSet, { [_eQN]: `Ipv6CidrBlockAssociationSet`,
|
|
23406
|
-
[_xN]:
|
|
23746
|
+
[_xN]: _iCBASp }], [() => TagList, { [_eQN]: `TagSet`,
|
|
23407
23747
|
[_xN]: _tS }], [0, { [_eQN]: `SubnetArn`,
|
|
23408
23748
|
[_xN]: _sAub }], [0, { [_eQN]: `OutpostArn`,
|
|
23409
23749
|
[_xN]: _oA }], [2, { [_eQN]: `EnableDns64`,
|
|
@@ -23493,7 +23833,7 @@ var SuccessfulQueuedPurchaseDeletion$ = [3, n0, _SQPDu,
|
|
|
23493
23833
|
];
|
|
23494
23834
|
var SupportedRegionDetail$ = [3, n0, _SRD,
|
|
23495
23835
|
0,
|
|
23496
|
-
[_Regi,
|
|
23836
|
+
[_Regi, _SSer],
|
|
23497
23837
|
[[0, { [_eQN]: `Region`,
|
|
23498
23838
|
[_xN]: _reg }], [0, { [_eQN]: `ServiceState`,
|
|
23499
23839
|
[_xN]: _sSer }]]
|
|
@@ -23675,7 +24015,7 @@ var TrafficMirrorPortRangeRequest$ = [3, n0, _TMPRR,
|
|
|
23675
24015
|
];
|
|
23676
24016
|
var TrafficMirrorSession$ = [3, n0, _TMS,
|
|
23677
24017
|
0,
|
|
23678
|
-
[_TMSI, _TMTI, _TMFI, _NII, _OI, _PLa,
|
|
24018
|
+
[_TMSI, _TMTI, _TMFI, _NII, _OI, _PLa, _SNes, _VNI, _De, _T],
|
|
23679
24019
|
[[0, { [_eQN]: `TrafficMirrorSessionId`,
|
|
23680
24020
|
[_xN]: _tMSI }], [0, { [_eQN]: `TrafficMirrorTargetId`,
|
|
23681
24021
|
[_xN]: _tMTI }], [0, { [_eQN]: `TrafficMirrorFilterId`,
|
|
@@ -23898,7 +24238,7 @@ var TransitGatewayMulticastDomainOptions$ = [3, n0, _TGMDO,
|
|
|
23898
24238
|
[_ISg, _SSS, _AASA],
|
|
23899
24239
|
[[0, { [_eQN]: `Igmpv2Support`,
|
|
23900
24240
|
[_xN]: _iSg }], [0, { [_eQN]: `StaticSourcesSupport`,
|
|
23901
|
-
[_xN]:
|
|
24241
|
+
[_xN]: _sSSt }], [0, { [_eQN]: `AutoAcceptSharedAssociations`,
|
|
23902
24242
|
[_xN]: _aASA }]]
|
|
23903
24243
|
];
|
|
23904
24244
|
var TransitGatewayMulticastGroup$ = [3, n0, _TGMG,
|
|
@@ -24392,7 +24732,7 @@ var VCpuInfo$ = [3, n0, _VCIpu,
|
|
|
24392
24732
|
];
|
|
24393
24733
|
var VerifiedAccessEndpoint$ = [3, n0, _VAE,
|
|
24394
24734
|
0,
|
|
24395
|
-
[_VAII, _VAGI, _VAEI, _ADp, _ETn, _ATt, _DCA, _EDnd, _DVD, _SGIe, _LBO, _NIO, _Sta, _De, _CTre, _LUTa, _DT, _T,
|
|
24735
|
+
[_VAII, _VAGI, _VAEI, _ADp, _ETn, _ATt, _DCA, _EDnd, _DVD, _SGIe, _LBO, _NIO, _Sta, _De, _CTre, _LUTa, _DT, _T, _SSs, _ROd, _COi],
|
|
24396
24736
|
[[0, { [_eQN]: `VerifiedAccessInstanceId`,
|
|
24397
24737
|
[_xN]: _vAII }], [0, { [_eQN]: `VerifiedAccessGroupId`,
|
|
24398
24738
|
[_xN]: _vAGI }], [0, { [_eQN]: `VerifiedAccessEndpointId`,
|
|
@@ -24480,7 +24820,7 @@ var VerifiedAccessEndpointTarget$ = [3, n0, _VAETe,
|
|
|
24480
24820
|
];
|
|
24481
24821
|
var VerifiedAccessGroup$ = [3, n0, _VAG,
|
|
24482
24822
|
0,
|
|
24483
|
-
[_VAGI, _VAII, _De, _Own, _VAGA, _CTre, _LUTa, _DT, _T,
|
|
24823
|
+
[_VAGI, _VAII, _De, _Own, _VAGA, _CTre, _LUTa, _DT, _T, _SSs],
|
|
24484
24824
|
[[0, { [_eQN]: `VerifiedAccessGroupId`,
|
|
24485
24825
|
[_xN]: _vAGI }], [0, { [_eQN]: `VerifiedAccessInstanceId`,
|
|
24486
24826
|
[_xN]: _vAII }], [0, { [_eQN]: `Description`,
|
|
@@ -24625,7 +24965,7 @@ var VerifiedAccessSseSpecificationResponse$ = [3, n0, _VASSRe,
|
|
|
24625
24965
|
];
|
|
24626
24966
|
var VerifiedAccessTrustProvider$ = [3, n0, _VATP,
|
|
24627
24967
|
0,
|
|
24628
|
-
[_VATPI, _De, _TPT, _UTPT, _DTPT, _OO, _DOev, _PRNo, _CTre, _LUTa, _T,
|
|
24968
|
+
[_VATPI, _De, _TPT, _UTPT, _DTPT, _OO, _DOev, _PRNo, _CTre, _LUTa, _T, _SSs, _NAOO],
|
|
24629
24969
|
[[0, { [_eQN]: `VerifiedAccessTrustProviderId`,
|
|
24630
24970
|
[_xN]: _vATPI }], [0, { [_eQN]: `Description`,
|
|
24631
24971
|
[_xN]: _de }], [0, { [_eQN]: `TrustProviderType`,
|
|
@@ -24810,7 +25150,7 @@ var Vpc$ = [3, n0, _Vp,
|
|
|
24810
25150
|
[[0, { [_eQN]: `OwnerId`,
|
|
24811
25151
|
[_xN]: _oI }], [0, { [_eQN]: `InstanceTenancy`,
|
|
24812
25152
|
[_xN]: _iTns }], [() => VpcIpv6CidrBlockAssociationSet, { [_eQN]: `Ipv6CidrBlockAssociationSet`,
|
|
24813
|
-
[_xN]:
|
|
25153
|
+
[_xN]: _iCBASp }], [() => VpcCidrBlockAssociationSet, { [_eQN]: `CidrBlockAssociationSet`,
|
|
24814
25154
|
[_xN]: _cBAS }], [2, { [_eQN]: `IsDefault`,
|
|
24815
25155
|
[_xN]: _iDs }], [() => VpcEncryptionControl$, { [_eQN]: `EncryptionControl`,
|
|
24816
25156
|
[_xN]: _eCn }], [() => TagList, { [_eQN]: `TagSet`,
|
|
@@ -24950,7 +25290,7 @@ var VpcEndpoint$ = [3, n0, _VE,
|
|
|
24950
25290
|
[_xN]: _iPSpvr }], [() => SubnetIpPrefixesList, { [_eQN]: `Ipv6PrefixSet`,
|
|
24951
25291
|
[_xN]: _iPSpvre }], [0, { [_eQN]: `FailureReason`,
|
|
24952
25292
|
[_xN]: _fR }], [0, { [_eQN]: `ServiceNetworkArn`,
|
|
24953
|
-
[_xN]:
|
|
25293
|
+
[_xN]: _sNAe }], [0, { [_eQN]: `ResourceConfigurationArn`,
|
|
24954
25294
|
[_xN]: _rCA }], [0, { [_eQN]: `ServiceRegion`,
|
|
24955
25295
|
[_xN]: _sR }]]
|
|
24956
25296
|
];
|
|
@@ -24960,7 +25300,7 @@ var VpcEndpointAssociation$ = [3, n0, _VEAp,
|
|
|
24960
25300
|
[[0, { [_eQN]: `Id`,
|
|
24961
25301
|
[_xN]: _i }], [0, { [_eQN]: `VpcEndpointId`,
|
|
24962
25302
|
[_xN]: _vEI }], [0, { [_eQN]: `ServiceNetworkArn`,
|
|
24963
|
-
[_xN]:
|
|
25303
|
+
[_xN]: _sNAe }], [0, { [_eQN]: `ServiceNetworkName`,
|
|
24964
25304
|
[_xN]: _sNN }], [0, { [_eQN]: `AssociatedResourceAccessibility`,
|
|
24965
25305
|
[_xN]: _aRAs }], [0, { [_eQN]: `FailureReason`,
|
|
24966
25306
|
[_xN]: _fR }], [0, { [_eQN]: `FailureCode`,
|
|
@@ -26126,6 +26466,22 @@ var InstancePrivateIpAddressList = [1, n0, _IPIAL,
|
|
|
26126
26466
|
0, [() => InstancePrivateIpAddress$,
|
|
26127
26467
|
{ [_xN]: _it }]
|
|
26128
26468
|
];
|
|
26469
|
+
var InstanceSecondaryInterfaceList = [1, n0, _ISIL,
|
|
26470
|
+
0, [() => InstanceSecondaryInterface$,
|
|
26471
|
+
{ [_xN]: _it }]
|
|
26472
|
+
];
|
|
26473
|
+
var InstanceSecondaryInterfacePrivateIpAddressList = [1, n0, _ISIPIAL,
|
|
26474
|
+
0, [() => InstanceSecondaryInterfacePrivateIpAddress$,
|
|
26475
|
+
{ [_xN]: _it }]
|
|
26476
|
+
];
|
|
26477
|
+
var InstanceSecondaryInterfacePrivateIpAddressListRequest = [1, n0, _ISIPIALR,
|
|
26478
|
+
0, [() => InstanceSecondaryInterfacePrivateIpAddressRequest$,
|
|
26479
|
+
{ [_xN]: _it }]
|
|
26480
|
+
];
|
|
26481
|
+
var InstanceSecondaryInterfaceSpecificationListRequest = [1, n0, _ISISLR,
|
|
26482
|
+
0, [() => InstanceSecondaryInterfaceSpecificationRequest$,
|
|
26483
|
+
{ [_xN]: _it }]
|
|
26484
|
+
];
|
|
26129
26485
|
var InstanceSet = [1, n0, _ISnstan,
|
|
26130
26486
|
0, [() => InstanceTopology$,
|
|
26131
26487
|
{ [_xN]: _it }]
|
|
@@ -26442,6 +26798,14 @@ var LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList = [1, n0, _LT
|
|
|
26442
26798
|
0, [() => LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$,
|
|
26443
26799
|
{ [_xN]: _INIS }]
|
|
26444
26800
|
];
|
|
26801
|
+
var LaunchTemplateInstanceSecondaryInterfaceSpecificationList = [1, n0, _LTISISL,
|
|
26802
|
+
0, [() => LaunchTemplateInstanceSecondaryInterfaceSpecification$,
|
|
26803
|
+
{ [_xN]: _it }]
|
|
26804
|
+
];
|
|
26805
|
+
var LaunchTemplateInstanceSecondaryInterfaceSpecificationRequestList = [1, n0, _LTISISRL,
|
|
26806
|
+
0, [() => LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest$,
|
|
26807
|
+
{ [_xN]: _ISIS }]
|
|
26808
|
+
];
|
|
26445
26809
|
var LaunchTemplateLicenseList = [1, n0, _LTLL,
|
|
26446
26810
|
0, [() => LaunchTemplateLicenseConfiguration$,
|
|
26447
26811
|
{ [_xN]: _it }]
|
|
@@ -27170,6 +27534,50 @@ var ScheduledInstancesSecurityGroupIdSet = [1, n0, _SISGIS,
|
|
|
27170
27534
|
0, [0,
|
|
27171
27535
|
{ [_xN]: _SGI }]
|
|
27172
27536
|
];
|
|
27537
|
+
var SecondaryInterfaceIdList = [1, n0, _SIIL,
|
|
27538
|
+
0, [0,
|
|
27539
|
+
{ [_xN]: _it }]
|
|
27540
|
+
];
|
|
27541
|
+
var SecondaryInterfaceIpv4AddressList = [1, n0, _SIIALe,
|
|
27542
|
+
0, [() => SecondaryInterfaceIpv4Address$,
|
|
27543
|
+
{ [_xN]: _it }]
|
|
27544
|
+
];
|
|
27545
|
+
var SecondaryInterfaceList = [1, n0, _SIL,
|
|
27546
|
+
0, [() => SecondaryInterface$,
|
|
27547
|
+
{ [_xN]: _it }]
|
|
27548
|
+
];
|
|
27549
|
+
var SecondaryInterfacePrivateIpAddressSpecificationList = [1, n0, _SIPIASL,
|
|
27550
|
+
0, [() => SecondaryInterfacePrivateIpAddressSpecification$,
|
|
27551
|
+
{ [_xN]: _it }]
|
|
27552
|
+
];
|
|
27553
|
+
var SecondaryInterfacePrivateIpAddressSpecificationListRequest = [1, n0, _SIPIASLR,
|
|
27554
|
+
0, [() => SecondaryInterfacePrivateIpAddressSpecificationRequest$,
|
|
27555
|
+
{ [_xN]: _SIPIAS }]
|
|
27556
|
+
];
|
|
27557
|
+
var SecondaryNetworkIdList = [1, n0, _SNIL,
|
|
27558
|
+
0, [0,
|
|
27559
|
+
{ [_xN]: _it }]
|
|
27560
|
+
];
|
|
27561
|
+
var SecondaryNetworkIpv4CidrBlockAssociationList = [1, n0, _SNICBAL,
|
|
27562
|
+
0, [() => SecondaryNetworkIpv4CidrBlockAssociation$,
|
|
27563
|
+
{ [_xN]: _it }]
|
|
27564
|
+
];
|
|
27565
|
+
var SecondaryNetworkList = [1, n0, _SNL,
|
|
27566
|
+
0, [() => SecondaryNetwork$,
|
|
27567
|
+
{ [_xN]: _it }]
|
|
27568
|
+
];
|
|
27569
|
+
var SecondarySubnetIdList = [1, n0, _SSIL,
|
|
27570
|
+
0, [0,
|
|
27571
|
+
{ [_xN]: _it }]
|
|
27572
|
+
];
|
|
27573
|
+
var SecondarySubnetIpv4CidrBlockAssociationList = [1, n0, _SSICBAL,
|
|
27574
|
+
0, [() => SecondarySubnetIpv4CidrBlockAssociation$,
|
|
27575
|
+
{ [_xN]: _it }]
|
|
27576
|
+
];
|
|
27577
|
+
var SecondarySubnetList = [1, n0, _SSL,
|
|
27578
|
+
0, [() => SecondarySubnet$,
|
|
27579
|
+
{ [_xN]: _it }]
|
|
27580
|
+
];
|
|
27173
27581
|
var SecurityGroupForVpcList = [1, n0, _SGFVL,
|
|
27174
27582
|
0, [() => SecurityGroupForVpc$,
|
|
27175
27583
|
{ [_xN]: _it }]
|
|
@@ -27322,7 +27730,7 @@ var SubnetConfigurationsList = [1, n0, _SCL,
|
|
|
27322
27730
|
0, [() => SubnetConfiguration$,
|
|
27323
27731
|
{ [_xN]: _it }]
|
|
27324
27732
|
];
|
|
27325
|
-
var SubnetIdList = [1, n0,
|
|
27733
|
+
var SubnetIdList = [1, n0, _SILu,
|
|
27326
27734
|
0, [0,
|
|
27327
27735
|
{ [_xN]: _ASIs }]
|
|
27328
27736
|
];
|
|
@@ -28252,6 +28660,12 @@ var CreateRouteServerPeer$ = [9, n0, _CRSP,
|
|
|
28252
28660
|
var CreateRouteTable$ = [9, n0, _CRTr,
|
|
28253
28661
|
0, () => CreateRouteTableRequest$, () => CreateRouteTableResult$
|
|
28254
28662
|
];
|
|
28663
|
+
var CreateSecondaryNetwork$ = [9, n0, _CSN,
|
|
28664
|
+
0, () => CreateSecondaryNetworkRequest$, () => CreateSecondaryNetworkResult$
|
|
28665
|
+
];
|
|
28666
|
+
var CreateSecondarySubnet$ = [9, n0, _CSS,
|
|
28667
|
+
0, () => CreateSecondarySubnetRequest$, () => CreateSecondarySubnetResult$
|
|
28668
|
+
];
|
|
28255
28669
|
var CreateSecurityGroup$ = [9, n0, _CSG,
|
|
28256
28670
|
0, () => CreateSecurityGroupRequest$, () => CreateSecurityGroupResult$
|
|
28257
28671
|
];
|
|
@@ -28528,6 +28942,12 @@ var DeleteRouteServerPeer$ = [9, n0, _DRSP,
|
|
|
28528
28942
|
var DeleteRouteTable$ = [9, n0, _DRT,
|
|
28529
28943
|
0, () => DeleteRouteTableRequest$, () => __Unit
|
|
28530
28944
|
];
|
|
28945
|
+
var DeleteSecondaryNetwork$ = [9, n0, _DSN,
|
|
28946
|
+
0, () => DeleteSecondaryNetworkRequest$, () => DeleteSecondaryNetworkResult$
|
|
28947
|
+
];
|
|
28948
|
+
var DeleteSecondarySubnet$ = [9, n0, _DSS,
|
|
28949
|
+
0, () => DeleteSecondarySubnetRequest$, () => DeleteSecondarySubnetResult$
|
|
28950
|
+
];
|
|
28531
28951
|
var DeleteSecurityGroup$ = [9, n0, _DSG,
|
|
28532
28952
|
0, () => DeleteSecurityGroupRequest$, () => DeleteSecurityGroupResult$
|
|
28533
28953
|
];
|
|
@@ -29032,6 +29452,15 @@ var DescribeScheduledInstanceAvailability$ = [9, n0, _DSIA,
|
|
|
29032
29452
|
var DescribeScheduledInstances$ = [9, n0, _DSI,
|
|
29033
29453
|
0, () => DescribeScheduledInstancesRequest$, () => DescribeScheduledInstancesResult$
|
|
29034
29454
|
];
|
|
29455
|
+
var DescribeSecondaryInterfaces$ = [9, n0, _DSIe,
|
|
29456
|
+
0, () => DescribeSecondaryInterfacesRequest$, () => DescribeSecondaryInterfacesResult$
|
|
29457
|
+
];
|
|
29458
|
+
var DescribeSecondaryNetworks$ = [9, n0, _DSNe,
|
|
29459
|
+
0, () => DescribeSecondaryNetworksRequest$, () => DescribeSecondaryNetworksResult$
|
|
29460
|
+
];
|
|
29461
|
+
var DescribeSecondarySubnets$ = [9, n0, _DSSe,
|
|
29462
|
+
0, () => DescribeSecondarySubnetsRequest$, () => DescribeSecondarySubnetsResult$
|
|
29463
|
+
];
|
|
29035
29464
|
var DescribeSecurityGroupReferences$ = [9, n0, _DSGRescr,
|
|
29036
29465
|
0, () => DescribeSecurityGroupReferencesRequest$, () => DescribeSecurityGroupReferencesResult$
|
|
29037
29466
|
];
|
|
@@ -29068,7 +29497,7 @@ var DescribeSpotFleetRequestHistory$ = [9, n0, _DSFRH,
|
|
|
29068
29497
|
var DescribeSpotFleetRequests$ = [9, n0, _DSFR,
|
|
29069
29498
|
0, () => DescribeSpotFleetRequestsRequest$, () => DescribeSpotFleetRequestsResponse$
|
|
29070
29499
|
];
|
|
29071
|
-
var DescribeSpotInstanceRequests$ = [9, n0,
|
|
29500
|
+
var DescribeSpotInstanceRequests$ = [9, n0, _DSIRescr,
|
|
29072
29501
|
0, () => DescribeSpotInstanceRequestsRequest$, () => DescribeSpotInstanceRequestsResult$
|
|
29073
29502
|
];
|
|
29074
29503
|
var DescribeSpotPriceHistory$ = [9, n0, _DSPH,
|
|
@@ -31601,6 +32030,30 @@ class CreateRouteTableCommand extends smithyClient.Command
|
|
|
31601
32030
|
.build() {
|
|
31602
32031
|
}
|
|
31603
32032
|
|
|
32033
|
+
class CreateSecondaryNetworkCommand extends smithyClient.Command
|
|
32034
|
+
.classBuilder()
|
|
32035
|
+
.ep(commonParams)
|
|
32036
|
+
.m(function (Command, cs, config, o) {
|
|
32037
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
32038
|
+
})
|
|
32039
|
+
.s("AmazonEC2", "CreateSecondaryNetwork", {})
|
|
32040
|
+
.n("EC2Client", "CreateSecondaryNetworkCommand")
|
|
32041
|
+
.sc(CreateSecondaryNetwork$)
|
|
32042
|
+
.build() {
|
|
32043
|
+
}
|
|
32044
|
+
|
|
32045
|
+
class CreateSecondarySubnetCommand extends smithyClient.Command
|
|
32046
|
+
.classBuilder()
|
|
32047
|
+
.ep(commonParams)
|
|
32048
|
+
.m(function (Command, cs, config, o) {
|
|
32049
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
32050
|
+
})
|
|
32051
|
+
.s("AmazonEC2", "CreateSecondarySubnet", {})
|
|
32052
|
+
.n("EC2Client", "CreateSecondarySubnetCommand")
|
|
32053
|
+
.sc(CreateSecondarySubnet$)
|
|
32054
|
+
.build() {
|
|
32055
|
+
}
|
|
32056
|
+
|
|
31604
32057
|
class CreateSecurityGroupCommand extends smithyClient.Command
|
|
31605
32058
|
.classBuilder()
|
|
31606
32059
|
.ep(commonParams)
|
|
@@ -32705,6 +33158,30 @@ class DeleteRouteTableCommand extends smithyClient.Command
|
|
|
32705
33158
|
.build() {
|
|
32706
33159
|
}
|
|
32707
33160
|
|
|
33161
|
+
class DeleteSecondaryNetworkCommand extends smithyClient.Command
|
|
33162
|
+
.classBuilder()
|
|
33163
|
+
.ep(commonParams)
|
|
33164
|
+
.m(function (Command, cs, config, o) {
|
|
33165
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
33166
|
+
})
|
|
33167
|
+
.s("AmazonEC2", "DeleteSecondaryNetwork", {})
|
|
33168
|
+
.n("EC2Client", "DeleteSecondaryNetworkCommand")
|
|
33169
|
+
.sc(DeleteSecondaryNetwork$)
|
|
33170
|
+
.build() {
|
|
33171
|
+
}
|
|
33172
|
+
|
|
33173
|
+
class DeleteSecondarySubnetCommand extends smithyClient.Command
|
|
33174
|
+
.classBuilder()
|
|
33175
|
+
.ep(commonParams)
|
|
33176
|
+
.m(function (Command, cs, config, o) {
|
|
33177
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
33178
|
+
})
|
|
33179
|
+
.s("AmazonEC2", "DeleteSecondarySubnet", {})
|
|
33180
|
+
.n("EC2Client", "DeleteSecondarySubnetCommand")
|
|
33181
|
+
.sc(DeleteSecondarySubnet$)
|
|
33182
|
+
.build() {
|
|
33183
|
+
}
|
|
33184
|
+
|
|
32708
33185
|
class DeleteSecurityGroupCommand extends smithyClient.Command
|
|
32709
33186
|
.classBuilder()
|
|
32710
33187
|
.ep(commonParams)
|
|
@@ -34721,6 +35198,42 @@ class DescribeScheduledInstancesCommand extends smithyClient.Command
|
|
|
34721
35198
|
.build() {
|
|
34722
35199
|
}
|
|
34723
35200
|
|
|
35201
|
+
class DescribeSecondaryInterfacesCommand extends smithyClient.Command
|
|
35202
|
+
.classBuilder()
|
|
35203
|
+
.ep(commonParams)
|
|
35204
|
+
.m(function (Command, cs, config, o) {
|
|
35205
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
35206
|
+
})
|
|
35207
|
+
.s("AmazonEC2", "DescribeSecondaryInterfaces", {})
|
|
35208
|
+
.n("EC2Client", "DescribeSecondaryInterfacesCommand")
|
|
35209
|
+
.sc(DescribeSecondaryInterfaces$)
|
|
35210
|
+
.build() {
|
|
35211
|
+
}
|
|
35212
|
+
|
|
35213
|
+
class DescribeSecondaryNetworksCommand extends smithyClient.Command
|
|
35214
|
+
.classBuilder()
|
|
35215
|
+
.ep(commonParams)
|
|
35216
|
+
.m(function (Command, cs, config, o) {
|
|
35217
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
35218
|
+
})
|
|
35219
|
+
.s("AmazonEC2", "DescribeSecondaryNetworks", {})
|
|
35220
|
+
.n("EC2Client", "DescribeSecondaryNetworksCommand")
|
|
35221
|
+
.sc(DescribeSecondaryNetworks$)
|
|
35222
|
+
.build() {
|
|
35223
|
+
}
|
|
35224
|
+
|
|
35225
|
+
class DescribeSecondarySubnetsCommand extends smithyClient.Command
|
|
35226
|
+
.classBuilder()
|
|
35227
|
+
.ep(commonParams)
|
|
35228
|
+
.m(function (Command, cs, config, o) {
|
|
35229
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
35230
|
+
})
|
|
35231
|
+
.s("AmazonEC2", "DescribeSecondarySubnets", {})
|
|
35232
|
+
.n("EC2Client", "DescribeSecondarySubnetsCommand")
|
|
35233
|
+
.sc(DescribeSecondarySubnets$)
|
|
35234
|
+
.build() {
|
|
35235
|
+
}
|
|
35236
|
+
|
|
34724
35237
|
class DescribeSecurityGroupReferencesCommand extends smithyClient.Command
|
|
34725
35238
|
.classBuilder()
|
|
34726
35239
|
.ep(commonParams)
|
|
@@ -39303,6 +39816,12 @@ const paginateDescribeScheduledInstanceAvailability = core.createPaginator(EC2Cl
|
|
|
39303
39816
|
|
|
39304
39817
|
const paginateDescribeScheduledInstances = core.createPaginator(EC2Client, DescribeScheduledInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
39305
39818
|
|
|
39819
|
+
const paginateDescribeSecondaryInterfaces = core.createPaginator(EC2Client, DescribeSecondaryInterfacesCommand, "NextToken", "NextToken", "MaxResults");
|
|
39820
|
+
|
|
39821
|
+
const paginateDescribeSecondaryNetworks = core.createPaginator(EC2Client, DescribeSecondaryNetworksCommand, "NextToken", "NextToken", "MaxResults");
|
|
39822
|
+
|
|
39823
|
+
const paginateDescribeSecondarySubnets = core.createPaginator(EC2Client, DescribeSecondarySubnetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
39824
|
+
|
|
39306
39825
|
const paginateDescribeSecurityGroupRules = core.createPaginator(EC2Client, DescribeSecurityGroupRulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
39307
39826
|
|
|
39308
39827
|
const paginateDescribeSecurityGroups = core.createPaginator(EC2Client, DescribeSecurityGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -39453,7 +39972,7 @@ const paginateSearchTransitGatewayMulticastGroups = core.createPaginator(EC2Clie
|
|
|
39453
39972
|
|
|
39454
39973
|
const paginateSearchTransitGatewayRoutes = core.createPaginator(EC2Client, SearchTransitGatewayRoutesCommand, "NextToken", "NextToken", "MaxResults");
|
|
39455
39974
|
|
|
39456
|
-
const checkState$
|
|
39975
|
+
const checkState$G = async (client, input) => {
|
|
39457
39976
|
let reason;
|
|
39458
39977
|
try {
|
|
39459
39978
|
let result = await client.send(new DescribeBundleTasksCommand(input));
|
|
@@ -39498,15 +40017,15 @@ const checkState$C = async (client, input) => {
|
|
|
39498
40017
|
};
|
|
39499
40018
|
const waitForBundleTaskComplete = async (params, input) => {
|
|
39500
40019
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39501
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40020
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$G);
|
|
39502
40021
|
};
|
|
39503
40022
|
const waitUntilBundleTaskComplete = async (params, input) => {
|
|
39504
40023
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39505
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40024
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$G);
|
|
39506
40025
|
return utilWaiter.checkExceptions(result);
|
|
39507
40026
|
};
|
|
39508
40027
|
|
|
39509
|
-
const checkState$
|
|
40028
|
+
const checkState$F = async (client, input) => {
|
|
39510
40029
|
let reason;
|
|
39511
40030
|
try {
|
|
39512
40031
|
let result = await client.send(new DescribeConversionTasksCommand(input));
|
|
@@ -39536,15 +40055,15 @@ const checkState$B = async (client, input) => {
|
|
|
39536
40055
|
};
|
|
39537
40056
|
const waitForConversionTaskCancelled = async (params, input) => {
|
|
39538
40057
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39539
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40058
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$F);
|
|
39540
40059
|
};
|
|
39541
40060
|
const waitUntilConversionTaskCancelled = async (params, input) => {
|
|
39542
40061
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39543
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40062
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$F);
|
|
39544
40063
|
return utilWaiter.checkExceptions(result);
|
|
39545
40064
|
};
|
|
39546
40065
|
|
|
39547
|
-
const checkState$
|
|
40066
|
+
const checkState$E = async (client, input) => {
|
|
39548
40067
|
let reason;
|
|
39549
40068
|
try {
|
|
39550
40069
|
let result = await client.send(new DescribeConversionTasksCommand(input));
|
|
@@ -39604,15 +40123,15 @@ const checkState$A = async (client, input) => {
|
|
|
39604
40123
|
};
|
|
39605
40124
|
const waitForConversionTaskCompleted = async (params, input) => {
|
|
39606
40125
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39607
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40126
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$E);
|
|
39608
40127
|
};
|
|
39609
40128
|
const waitUntilConversionTaskCompleted = async (params, input) => {
|
|
39610
40129
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39611
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40130
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$E);
|
|
39612
40131
|
return utilWaiter.checkExceptions(result);
|
|
39613
40132
|
};
|
|
39614
40133
|
|
|
39615
|
-
const checkState$
|
|
40134
|
+
const checkState$D = async (client, input) => {
|
|
39616
40135
|
let reason;
|
|
39617
40136
|
try {
|
|
39618
40137
|
let result = await client.send(new DescribeConversionTasksCommand(input));
|
|
@@ -39642,15 +40161,15 @@ const checkState$z = async (client, input) => {
|
|
|
39642
40161
|
};
|
|
39643
40162
|
const waitForConversionTaskDeleted = async (params, input) => {
|
|
39644
40163
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39645
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40164
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$D);
|
|
39646
40165
|
};
|
|
39647
40166
|
const waitUntilConversionTaskDeleted = async (params, input) => {
|
|
39648
40167
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39649
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40168
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$D);
|
|
39650
40169
|
return utilWaiter.checkExceptions(result);
|
|
39651
40170
|
};
|
|
39652
40171
|
|
|
39653
|
-
const checkState$
|
|
40172
|
+
const checkState$C = async (client, input) => {
|
|
39654
40173
|
let reason;
|
|
39655
40174
|
try {
|
|
39656
40175
|
let result = await client.send(new DescribeCustomerGatewaysCommand(input));
|
|
@@ -39710,15 +40229,15 @@ const checkState$y = async (client, input) => {
|
|
|
39710
40229
|
};
|
|
39711
40230
|
const waitForCustomerGatewayAvailable = async (params, input) => {
|
|
39712
40231
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39713
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40232
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$C);
|
|
39714
40233
|
};
|
|
39715
40234
|
const waitUntilCustomerGatewayAvailable = async (params, input) => {
|
|
39716
40235
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39717
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40236
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$C);
|
|
39718
40237
|
return utilWaiter.checkExceptions(result);
|
|
39719
40238
|
};
|
|
39720
40239
|
|
|
39721
|
-
const checkState$
|
|
40240
|
+
const checkState$B = async (client, input) => {
|
|
39722
40241
|
let reason;
|
|
39723
40242
|
try {
|
|
39724
40243
|
let result = await client.send(new DescribeExportTasksCommand(input));
|
|
@@ -39748,15 +40267,15 @@ const checkState$x = async (client, input) => {
|
|
|
39748
40267
|
};
|
|
39749
40268
|
const waitForExportTaskCancelled = async (params, input) => {
|
|
39750
40269
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39751
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40270
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$B);
|
|
39752
40271
|
};
|
|
39753
40272
|
const waitUntilExportTaskCancelled = async (params, input) => {
|
|
39754
40273
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39755
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40274
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$B);
|
|
39756
40275
|
return utilWaiter.checkExceptions(result);
|
|
39757
40276
|
};
|
|
39758
40277
|
|
|
39759
|
-
const checkState$
|
|
40278
|
+
const checkState$A = async (client, input) => {
|
|
39760
40279
|
let reason;
|
|
39761
40280
|
try {
|
|
39762
40281
|
let result = await client.send(new DescribeExportTasksCommand(input));
|
|
@@ -39786,15 +40305,15 @@ const checkState$w = async (client, input) => {
|
|
|
39786
40305
|
};
|
|
39787
40306
|
const waitForExportTaskCompleted = async (params, input) => {
|
|
39788
40307
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39789
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40308
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$A);
|
|
39790
40309
|
};
|
|
39791
40310
|
const waitUntilExportTaskCompleted = async (params, input) => {
|
|
39792
40311
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39793
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40312
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$A);
|
|
39794
40313
|
return utilWaiter.checkExceptions(result);
|
|
39795
40314
|
};
|
|
39796
40315
|
|
|
39797
|
-
const checkState$
|
|
40316
|
+
const checkState$z = async (client, input) => {
|
|
39798
40317
|
let reason;
|
|
39799
40318
|
try {
|
|
39800
40319
|
let result = await client.send(new DescribeImagesCommand(input));
|
|
@@ -39839,15 +40358,15 @@ const checkState$v = async (client, input) => {
|
|
|
39839
40358
|
};
|
|
39840
40359
|
const waitForImageAvailable = async (params, input) => {
|
|
39841
40360
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39842
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40361
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$z);
|
|
39843
40362
|
};
|
|
39844
40363
|
const waitUntilImageAvailable = async (params, input) => {
|
|
39845
40364
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39846
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40365
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$z);
|
|
39847
40366
|
return utilWaiter.checkExceptions(result);
|
|
39848
40367
|
};
|
|
39849
40368
|
|
|
39850
|
-
const checkState$
|
|
40369
|
+
const checkState$y = async (client, input) => {
|
|
39851
40370
|
let reason;
|
|
39852
40371
|
try {
|
|
39853
40372
|
let result = await client.send(new DescribeImagesCommand(input));
|
|
@@ -39873,15 +40392,15 @@ const checkState$u = async (client, input) => {
|
|
|
39873
40392
|
};
|
|
39874
40393
|
const waitForImageExists = async (params, input) => {
|
|
39875
40394
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39876
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40395
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$y);
|
|
39877
40396
|
};
|
|
39878
40397
|
const waitUntilImageExists = async (params, input) => {
|
|
39879
40398
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39880
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40399
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$y);
|
|
39881
40400
|
return utilWaiter.checkExceptions(result);
|
|
39882
40401
|
};
|
|
39883
40402
|
|
|
39884
|
-
const checkState$
|
|
40403
|
+
const checkState$x = async (client, input) => {
|
|
39885
40404
|
let reason;
|
|
39886
40405
|
try {
|
|
39887
40406
|
let result = await client.send(new DescribeImageUsageReportsCommand(input));
|
|
@@ -39926,15 +40445,15 @@ const checkState$t = async (client, input) => {
|
|
|
39926
40445
|
};
|
|
39927
40446
|
const waitForImageUsageReportAvailable = async (params, input) => {
|
|
39928
40447
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39929
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40448
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$x);
|
|
39930
40449
|
};
|
|
39931
40450
|
const waitUntilImageUsageReportAvailable = async (params, input) => {
|
|
39932
40451
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
39933
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40452
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$x);
|
|
39934
40453
|
return utilWaiter.checkExceptions(result);
|
|
39935
40454
|
};
|
|
39936
40455
|
|
|
39937
|
-
const checkState$
|
|
40456
|
+
const checkState$w = async (client, input) => {
|
|
39938
40457
|
let reason;
|
|
39939
40458
|
try {
|
|
39940
40459
|
let result = await client.send(new DescribeInstancesCommand(input));
|
|
@@ -39960,15 +40479,15 @@ const checkState$s = async (client, input) => {
|
|
|
39960
40479
|
};
|
|
39961
40480
|
const waitForInstanceExists = async (params, input) => {
|
|
39962
40481
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
39963
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40482
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$w);
|
|
39964
40483
|
};
|
|
39965
40484
|
const waitUntilInstanceExists = async (params, input) => {
|
|
39966
40485
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
39967
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40486
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$w);
|
|
39968
40487
|
return utilWaiter.checkExceptions(result);
|
|
39969
40488
|
};
|
|
39970
40489
|
|
|
39971
|
-
const checkState$
|
|
40490
|
+
const checkState$v = async (client, input) => {
|
|
39972
40491
|
let reason;
|
|
39973
40492
|
try {
|
|
39974
40493
|
let result = await client.send(new DescribeInstancesCommand(input));
|
|
@@ -40062,15 +40581,15 @@ const checkState$r = async (client, input) => {
|
|
|
40062
40581
|
};
|
|
40063
40582
|
const waitForInstanceRunning = async (params, input) => {
|
|
40064
40583
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40065
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40584
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$v);
|
|
40066
40585
|
};
|
|
40067
40586
|
const waitUntilInstanceRunning = async (params, input) => {
|
|
40068
40587
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40069
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40588
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$v);
|
|
40070
40589
|
return utilWaiter.checkExceptions(result);
|
|
40071
40590
|
};
|
|
40072
40591
|
|
|
40073
|
-
const checkState$
|
|
40592
|
+
const checkState$u = async (client, input) => {
|
|
40074
40593
|
let reason;
|
|
40075
40594
|
try {
|
|
40076
40595
|
let result = await client.send(new DescribeInstanceStatusCommand(input));
|
|
@@ -40103,15 +40622,15 @@ const checkState$q = async (client, input) => {
|
|
|
40103
40622
|
};
|
|
40104
40623
|
const waitForInstanceStatusOk = async (params, input) => {
|
|
40105
40624
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40106
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40625
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$u);
|
|
40107
40626
|
};
|
|
40108
40627
|
const waitUntilInstanceStatusOk = async (params, input) => {
|
|
40109
40628
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40110
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40629
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$u);
|
|
40111
40630
|
return utilWaiter.checkExceptions(result);
|
|
40112
40631
|
};
|
|
40113
40632
|
|
|
40114
|
-
const checkState$
|
|
40633
|
+
const checkState$t = async (client, input) => {
|
|
40115
40634
|
let reason;
|
|
40116
40635
|
try {
|
|
40117
40636
|
let result = await client.send(new DescribeInstancesCommand(input));
|
|
@@ -40183,15 +40702,15 @@ const checkState$p = async (client, input) => {
|
|
|
40183
40702
|
};
|
|
40184
40703
|
const waitForInstanceStopped = async (params, input) => {
|
|
40185
40704
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40186
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40705
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$t);
|
|
40187
40706
|
};
|
|
40188
40707
|
const waitUntilInstanceStopped = async (params, input) => {
|
|
40189
40708
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40190
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40709
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$t);
|
|
40191
40710
|
return utilWaiter.checkExceptions(result);
|
|
40192
40711
|
};
|
|
40193
40712
|
|
|
40194
|
-
const checkState$
|
|
40713
|
+
const checkState$s = async (client, input) => {
|
|
40195
40714
|
let reason;
|
|
40196
40715
|
try {
|
|
40197
40716
|
let result = await client.send(new DescribeInstancesCommand(input));
|
|
@@ -40263,15 +40782,15 @@ const checkState$o = async (client, input) => {
|
|
|
40263
40782
|
};
|
|
40264
40783
|
const waitForInstanceTerminated = async (params, input) => {
|
|
40265
40784
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40266
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40785
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$s);
|
|
40267
40786
|
};
|
|
40268
40787
|
const waitUntilInstanceTerminated = async (params, input) => {
|
|
40269
40788
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40270
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40789
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$s);
|
|
40271
40790
|
return utilWaiter.checkExceptions(result);
|
|
40272
40791
|
};
|
|
40273
40792
|
|
|
40274
|
-
const checkState$
|
|
40793
|
+
const checkState$r = async (client, input) => {
|
|
40275
40794
|
let reason;
|
|
40276
40795
|
try {
|
|
40277
40796
|
let result = await client.send(new DescribeInternetGatewaysCommand(input));
|
|
@@ -40300,15 +40819,15 @@ const checkState$n = async (client, input) => {
|
|
|
40300
40819
|
};
|
|
40301
40820
|
const waitForInternetGatewayExists = async (params, input) => {
|
|
40302
40821
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
40303
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40822
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$r);
|
|
40304
40823
|
};
|
|
40305
40824
|
const waitUntilInternetGatewayExists = async (params, input) => {
|
|
40306
40825
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
40307
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40826
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$r);
|
|
40308
40827
|
return utilWaiter.checkExceptions(result);
|
|
40309
40828
|
};
|
|
40310
40829
|
|
|
40311
|
-
const checkState$
|
|
40830
|
+
const checkState$q = async (client, input) => {
|
|
40312
40831
|
let reason;
|
|
40313
40832
|
try {
|
|
40314
40833
|
let result = await client.send(new DescribeKeyPairsCommand(input));
|
|
@@ -40337,15 +40856,15 @@ const checkState$m = async (client, input) => {
|
|
|
40337
40856
|
};
|
|
40338
40857
|
const waitForKeyPairExists = async (params, input) => {
|
|
40339
40858
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
40340
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40859
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$q);
|
|
40341
40860
|
};
|
|
40342
40861
|
const waitUntilKeyPairExists = async (params, input) => {
|
|
40343
40862
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
40344
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40863
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$q);
|
|
40345
40864
|
return utilWaiter.checkExceptions(result);
|
|
40346
40865
|
};
|
|
40347
40866
|
|
|
40348
|
-
const checkState$
|
|
40867
|
+
const checkState$p = async (client, input) => {
|
|
40349
40868
|
let reason;
|
|
40350
40869
|
try {
|
|
40351
40870
|
let result = await client.send(new DescribeNatGatewaysCommand(input));
|
|
@@ -40423,15 +40942,15 @@ const checkState$l = async (client, input) => {
|
|
|
40423
40942
|
};
|
|
40424
40943
|
const waitForNatGatewayAvailable = async (params, input) => {
|
|
40425
40944
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40426
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40945
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$p);
|
|
40427
40946
|
};
|
|
40428
40947
|
const waitUntilNatGatewayAvailable = async (params, input) => {
|
|
40429
40948
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40430
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40949
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$p);
|
|
40431
40950
|
return utilWaiter.checkExceptions(result);
|
|
40432
40951
|
};
|
|
40433
40952
|
|
|
40434
|
-
const checkState$
|
|
40953
|
+
const checkState$o = async (client, input) => {
|
|
40435
40954
|
let reason;
|
|
40436
40955
|
try {
|
|
40437
40956
|
let result = await client.send(new DescribeNatGatewaysCommand(input));
|
|
@@ -40464,15 +40983,15 @@ const checkState$k = async (client, input) => {
|
|
|
40464
40983
|
};
|
|
40465
40984
|
const waitForNatGatewayDeleted = async (params, input) => {
|
|
40466
40985
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40467
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40986
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$o);
|
|
40468
40987
|
};
|
|
40469
40988
|
const waitUntilNatGatewayDeleted = async (params, input) => {
|
|
40470
40989
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40471
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40990
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$o);
|
|
40472
40991
|
return utilWaiter.checkExceptions(result);
|
|
40473
40992
|
};
|
|
40474
40993
|
|
|
40475
|
-
const checkState$
|
|
40994
|
+
const checkState$n = async (client, input) => {
|
|
40476
40995
|
let reason;
|
|
40477
40996
|
try {
|
|
40478
40997
|
let result = await client.send(new DescribeNetworkInterfacesCommand(input));
|
|
@@ -40505,15 +41024,15 @@ const checkState$j = async (client, input) => {
|
|
|
40505
41024
|
};
|
|
40506
41025
|
const waitForNetworkInterfaceAvailable = async (params, input) => {
|
|
40507
41026
|
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
40508
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41027
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$n);
|
|
40509
41028
|
};
|
|
40510
41029
|
const waitUntilNetworkInterfaceAvailable = async (params, input) => {
|
|
40511
41030
|
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
40512
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41031
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$n);
|
|
40513
41032
|
return utilWaiter.checkExceptions(result);
|
|
40514
41033
|
};
|
|
40515
41034
|
|
|
40516
|
-
const checkState$
|
|
41035
|
+
const checkState$m = async (client, input) => {
|
|
40517
41036
|
let reason;
|
|
40518
41037
|
try {
|
|
40519
41038
|
let result = await client.send(new GetPasswordDataCommand(input));
|
|
@@ -40535,10 +41054,228 @@ const checkState$i = async (client, input) => {
|
|
|
40535
41054
|
};
|
|
40536
41055
|
const waitForPasswordDataAvailable = async (params, input) => {
|
|
40537
41056
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40538
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41057
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$m);
|
|
40539
41058
|
};
|
|
40540
41059
|
const waitUntilPasswordDataAvailable = async (params, input) => {
|
|
40541
41060
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41061
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$m);
|
|
41062
|
+
return utilWaiter.checkExceptions(result);
|
|
41063
|
+
};
|
|
41064
|
+
|
|
41065
|
+
const checkState$l = async (client, input) => {
|
|
41066
|
+
let reason;
|
|
41067
|
+
try {
|
|
41068
|
+
let result = await client.send(new DescribeSecondaryNetworksCommand(input));
|
|
41069
|
+
reason = result;
|
|
41070
|
+
try {
|
|
41071
|
+
const returnComparator = () => {
|
|
41072
|
+
let flat_1 = [].concat(...result.SecondaryNetworks);
|
|
41073
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
41074
|
+
return element_2.State;
|
|
41075
|
+
});
|
|
41076
|
+
return projection_3;
|
|
41077
|
+
};
|
|
41078
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
41079
|
+
for (let element_4 of returnComparator()) {
|
|
41080
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "create-complete");
|
|
41081
|
+
}
|
|
41082
|
+
if (allStringEq_5) {
|
|
41083
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
41084
|
+
}
|
|
41085
|
+
}
|
|
41086
|
+
catch (e) { }
|
|
41087
|
+
try {
|
|
41088
|
+
const returnComparator = () => {
|
|
41089
|
+
let flat_1 = [].concat(...result.SecondaryNetworks);
|
|
41090
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
41091
|
+
return element_2.State;
|
|
41092
|
+
});
|
|
41093
|
+
return projection_3;
|
|
41094
|
+
};
|
|
41095
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
41096
|
+
if (anyStringEq_4 == "create-failed") {
|
|
41097
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
41098
|
+
}
|
|
41099
|
+
}
|
|
41100
|
+
}
|
|
41101
|
+
catch (e) { }
|
|
41102
|
+
}
|
|
41103
|
+
catch (exception) {
|
|
41104
|
+
reason = exception;
|
|
41105
|
+
if (exception.name && exception.name == "InvalidSecondaryNetworkId.NotFound") {
|
|
41106
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
41107
|
+
}
|
|
41108
|
+
}
|
|
41109
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
41110
|
+
};
|
|
41111
|
+
const waitForSecondaryNetworkCreateComplete = async (params, input) => {
|
|
41112
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
41113
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$l);
|
|
41114
|
+
};
|
|
41115
|
+
const waitUntilSecondaryNetworkCreateComplete = async (params, input) => {
|
|
41116
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
41117
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$l);
|
|
41118
|
+
return utilWaiter.checkExceptions(result);
|
|
41119
|
+
};
|
|
41120
|
+
|
|
41121
|
+
const checkState$k = async (client, input) => {
|
|
41122
|
+
let reason;
|
|
41123
|
+
try {
|
|
41124
|
+
let result = await client.send(new DescribeSecondaryNetworksCommand(input));
|
|
41125
|
+
reason = result;
|
|
41126
|
+
try {
|
|
41127
|
+
const returnComparator = () => {
|
|
41128
|
+
let flat_1 = [].concat(...result.SecondaryNetworks);
|
|
41129
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
41130
|
+
return element_2.State;
|
|
41131
|
+
});
|
|
41132
|
+
return projection_3;
|
|
41133
|
+
};
|
|
41134
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
41135
|
+
for (let element_4 of returnComparator()) {
|
|
41136
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "delete-complete");
|
|
41137
|
+
}
|
|
41138
|
+
if (allStringEq_5) {
|
|
41139
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
41140
|
+
}
|
|
41141
|
+
}
|
|
41142
|
+
catch (e) { }
|
|
41143
|
+
try {
|
|
41144
|
+
const returnComparator = () => {
|
|
41145
|
+
let flat_1 = [].concat(...result.SecondaryNetworks);
|
|
41146
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
41147
|
+
return element_2.State;
|
|
41148
|
+
});
|
|
41149
|
+
return projection_3;
|
|
41150
|
+
};
|
|
41151
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
41152
|
+
if (anyStringEq_4 == "delete-failed") {
|
|
41153
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
41154
|
+
}
|
|
41155
|
+
}
|
|
41156
|
+
}
|
|
41157
|
+
catch (e) { }
|
|
41158
|
+
}
|
|
41159
|
+
catch (exception) {
|
|
41160
|
+
reason = exception;
|
|
41161
|
+
}
|
|
41162
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
41163
|
+
};
|
|
41164
|
+
const waitForSecondaryNetworkDeleteComplete = async (params, input) => {
|
|
41165
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
41166
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$k);
|
|
41167
|
+
};
|
|
41168
|
+
const waitUntilSecondaryNetworkDeleteComplete = async (params, input) => {
|
|
41169
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
41170
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$k);
|
|
41171
|
+
return utilWaiter.checkExceptions(result);
|
|
41172
|
+
};
|
|
41173
|
+
|
|
41174
|
+
const checkState$j = async (client, input) => {
|
|
41175
|
+
let reason;
|
|
41176
|
+
try {
|
|
41177
|
+
let result = await client.send(new DescribeSecondarySubnetsCommand(input));
|
|
41178
|
+
reason = result;
|
|
41179
|
+
try {
|
|
41180
|
+
const returnComparator = () => {
|
|
41181
|
+
let flat_1 = [].concat(...result.SecondarySubnets);
|
|
41182
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
41183
|
+
return element_2.State;
|
|
41184
|
+
});
|
|
41185
|
+
return projection_3;
|
|
41186
|
+
};
|
|
41187
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
41188
|
+
for (let element_4 of returnComparator()) {
|
|
41189
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "create-complete");
|
|
41190
|
+
}
|
|
41191
|
+
if (allStringEq_5) {
|
|
41192
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
41193
|
+
}
|
|
41194
|
+
}
|
|
41195
|
+
catch (e) { }
|
|
41196
|
+
try {
|
|
41197
|
+
const returnComparator = () => {
|
|
41198
|
+
let flat_1 = [].concat(...result.SecondarySubnets);
|
|
41199
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
41200
|
+
return element_2.State;
|
|
41201
|
+
});
|
|
41202
|
+
return projection_3;
|
|
41203
|
+
};
|
|
41204
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
41205
|
+
if (anyStringEq_4 == "delete-failed") {
|
|
41206
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
41207
|
+
}
|
|
41208
|
+
}
|
|
41209
|
+
}
|
|
41210
|
+
catch (e) { }
|
|
41211
|
+
}
|
|
41212
|
+
catch (exception) {
|
|
41213
|
+
reason = exception;
|
|
41214
|
+
if (exception.name && exception.name == "InvalidSecondarySubnetId.NotFound") {
|
|
41215
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
41216
|
+
}
|
|
41217
|
+
}
|
|
41218
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
41219
|
+
};
|
|
41220
|
+
const waitForSecondarySubnetCreateComplete = async (params, input) => {
|
|
41221
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
41222
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$j);
|
|
41223
|
+
};
|
|
41224
|
+
const waitUntilSecondarySubnetCreateComplete = async (params, input) => {
|
|
41225
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
41226
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$j);
|
|
41227
|
+
return utilWaiter.checkExceptions(result);
|
|
41228
|
+
};
|
|
41229
|
+
|
|
41230
|
+
const checkState$i = async (client, input) => {
|
|
41231
|
+
let reason;
|
|
41232
|
+
try {
|
|
41233
|
+
let result = await client.send(new DescribeSecondarySubnetsCommand(input));
|
|
41234
|
+
reason = result;
|
|
41235
|
+
try {
|
|
41236
|
+
const returnComparator = () => {
|
|
41237
|
+
let flat_1 = [].concat(...result.SecondarySubnets);
|
|
41238
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
41239
|
+
return element_2.State;
|
|
41240
|
+
});
|
|
41241
|
+
return projection_3;
|
|
41242
|
+
};
|
|
41243
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
41244
|
+
for (let element_4 of returnComparator()) {
|
|
41245
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "delete-complete");
|
|
41246
|
+
}
|
|
41247
|
+
if (allStringEq_5) {
|
|
41248
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
41249
|
+
}
|
|
41250
|
+
}
|
|
41251
|
+
catch (e) { }
|
|
41252
|
+
try {
|
|
41253
|
+
const returnComparator = () => {
|
|
41254
|
+
let flat_1 = [].concat(...result.SecondarySubnets);
|
|
41255
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
41256
|
+
return element_2.State;
|
|
41257
|
+
});
|
|
41258
|
+
return projection_3;
|
|
41259
|
+
};
|
|
41260
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
41261
|
+
if (anyStringEq_4 == "delete-failed") {
|
|
41262
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
41263
|
+
}
|
|
41264
|
+
}
|
|
41265
|
+
}
|
|
41266
|
+
catch (e) { }
|
|
41267
|
+
}
|
|
41268
|
+
catch (exception) {
|
|
41269
|
+
reason = exception;
|
|
41270
|
+
}
|
|
41271
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
41272
|
+
};
|
|
41273
|
+
const waitForSecondarySubnetDeleteComplete = async (params, input) => {
|
|
41274
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
41275
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$i);
|
|
41276
|
+
};
|
|
41277
|
+
const waitUntilSecondarySubnetDeleteComplete = async (params, input) => {
|
|
41278
|
+
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
40542
41279
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$i);
|
|
40543
41280
|
return utilWaiter.checkExceptions(result);
|
|
40544
41281
|
};
|
|
@@ -41614,6 +42351,8 @@ const commands = {
|
|
|
41614
42351
|
CreateRouteServerEndpointCommand,
|
|
41615
42352
|
CreateRouteServerPeerCommand,
|
|
41616
42353
|
CreateRouteTableCommand,
|
|
42354
|
+
CreateSecondaryNetworkCommand,
|
|
42355
|
+
CreateSecondarySubnetCommand,
|
|
41617
42356
|
CreateSecurityGroupCommand,
|
|
41618
42357
|
CreateSnapshotCommand,
|
|
41619
42358
|
CreateSnapshotsCommand,
|
|
@@ -41706,6 +42445,8 @@ const commands = {
|
|
|
41706
42445
|
DeleteRouteServerEndpointCommand,
|
|
41707
42446
|
DeleteRouteServerPeerCommand,
|
|
41708
42447
|
DeleteRouteTableCommand,
|
|
42448
|
+
DeleteSecondaryNetworkCommand,
|
|
42449
|
+
DeleteSecondarySubnetCommand,
|
|
41709
42450
|
DeleteSecurityGroupCommand,
|
|
41710
42451
|
DeleteSnapshotCommand,
|
|
41711
42452
|
DeleteSpotDatafeedSubscriptionCommand,
|
|
@@ -41874,6 +42615,9 @@ const commands = {
|
|
|
41874
42615
|
DescribeRouteTablesCommand,
|
|
41875
42616
|
DescribeScheduledInstanceAvailabilityCommand,
|
|
41876
42617
|
DescribeScheduledInstancesCommand,
|
|
42618
|
+
DescribeSecondaryInterfacesCommand,
|
|
42619
|
+
DescribeSecondaryNetworksCommand,
|
|
42620
|
+
DescribeSecondarySubnetsCommand,
|
|
41877
42621
|
DescribeSecurityGroupReferencesCommand,
|
|
41878
42622
|
DescribeSecurityGroupRulesCommand,
|
|
41879
42623
|
DescribeSecurityGroupsCommand,
|
|
@@ -42332,6 +43076,9 @@ const paginators = {
|
|
|
42332
43076
|
paginateDescribeRouteTables,
|
|
42333
43077
|
paginateDescribeScheduledInstanceAvailability,
|
|
42334
43078
|
paginateDescribeScheduledInstances,
|
|
43079
|
+
paginateDescribeSecondaryInterfaces,
|
|
43080
|
+
paginateDescribeSecondaryNetworks,
|
|
43081
|
+
paginateDescribeSecondarySubnets,
|
|
42335
43082
|
paginateDescribeSecurityGroupRules,
|
|
42336
43083
|
paginateDescribeSecurityGroups,
|
|
42337
43084
|
paginateDescribeSecurityGroupVpcAssociations,
|
|
@@ -42431,6 +43178,10 @@ const waiters = {
|
|
|
42431
43178
|
waitUntilNatGatewayAvailable,
|
|
42432
43179
|
waitUntilNatGatewayDeleted,
|
|
42433
43180
|
waitUntilNetworkInterfaceAvailable,
|
|
43181
|
+
waitUntilSecondaryNetworkCreateComplete,
|
|
43182
|
+
waitUntilSecondaryNetworkDeleteComplete,
|
|
43183
|
+
waitUntilSecondarySubnetCreateComplete,
|
|
43184
|
+
waitUntilSecondarySubnetDeleteComplete,
|
|
42434
43185
|
waitUntilSecurityGroupExists,
|
|
42435
43186
|
waitUntilSecurityGroupVpcAssociationAssociated,
|
|
42436
43187
|
waitUntilSecurityGroupVpcAssociationDisassociated,
|
|
@@ -42551,6 +43302,9 @@ const ResourceType = {
|
|
|
42551
43302
|
route_server_endpoint: "route-server-endpoint",
|
|
42552
43303
|
route_server_peer: "route-server-peer",
|
|
42553
43304
|
route_table: "route-table",
|
|
43305
|
+
secondary_interface: "secondary-interface",
|
|
43306
|
+
secondary_network: "secondary-network",
|
|
43307
|
+
secondary_subnet: "secondary-subnet",
|
|
42554
43308
|
security_group: "security-group",
|
|
42555
43309
|
security_group_rule: "security-group-rule",
|
|
42556
43310
|
service_link_virtual_interface: "service-link-virtual-interface",
|
|
@@ -44721,6 +45475,9 @@ const InstanceBandwidthWeighting = {
|
|
|
44721
45475
|
EBS_1: "ebs-1",
|
|
44722
45476
|
VPC_1: "vpc-1",
|
|
44723
45477
|
};
|
|
45478
|
+
const SecondaryInterfaceType = {
|
|
45479
|
+
SECONDARY: "secondary",
|
|
45480
|
+
};
|
|
44724
45481
|
const LaunchTemplateInstanceMetadataOptionsState = {
|
|
44725
45482
|
applied: "applied",
|
|
44726
45483
|
pending: "pending",
|
|
@@ -44936,6 +45693,41 @@ const RouteState = {
|
|
|
44936
45693
|
blackhole: "blackhole",
|
|
44937
45694
|
filtered: "filtered",
|
|
44938
45695
|
};
|
|
45696
|
+
const SecondaryNetworkType = {
|
|
45697
|
+
rdma: "rdma",
|
|
45698
|
+
};
|
|
45699
|
+
const SecondaryNetworkCidrBlockAssociationState = {
|
|
45700
|
+
associated: "associated",
|
|
45701
|
+
associating: "associating",
|
|
45702
|
+
association_failed: "association-failed",
|
|
45703
|
+
disassociated: "disassociated",
|
|
45704
|
+
disassociating: "disassociating",
|
|
45705
|
+
disassociation_failed: "disassociation-failed",
|
|
45706
|
+
};
|
|
45707
|
+
const SecondaryNetworkState = {
|
|
45708
|
+
create_complete: "create-complete",
|
|
45709
|
+
create_failed: "create-failed",
|
|
45710
|
+
create_in_progress: "create-in-progress",
|
|
45711
|
+
delete_complete: "delete-complete",
|
|
45712
|
+
delete_failed: "delete-failed",
|
|
45713
|
+
delete_in_progress: "delete-in-progress",
|
|
45714
|
+
};
|
|
45715
|
+
const SecondarySubnetCidrBlockAssociationState = {
|
|
45716
|
+
associated: "associated",
|
|
45717
|
+
associating: "associating",
|
|
45718
|
+
association_failed: "association-failed",
|
|
45719
|
+
disassociated: "disassociated",
|
|
45720
|
+
disassociating: "disassociating",
|
|
45721
|
+
disassociation_failed: "disassociation-failed",
|
|
45722
|
+
};
|
|
45723
|
+
const SecondarySubnetState = {
|
|
45724
|
+
create_complete: "create-complete",
|
|
45725
|
+
create_failed: "create-failed",
|
|
45726
|
+
create_in_progress: "create-in-progress",
|
|
45727
|
+
delete_complete: "delete-complete",
|
|
45728
|
+
delete_failed: "delete-failed",
|
|
45729
|
+
delete_in_progress: "delete-in-progress",
|
|
45730
|
+
};
|
|
44939
45731
|
const SnapshotState = {
|
|
44940
45732
|
completed: "completed",
|
|
44941
45733
|
error: "error",
|
|
@@ -45588,6 +46380,10 @@ const MonitoringState = {
|
|
|
45588
46380
|
enabled: "enabled",
|
|
45589
46381
|
pending: "pending",
|
|
45590
46382
|
};
|
|
46383
|
+
const SecondaryInterfaceStatus = {
|
|
46384
|
+
available: "available",
|
|
46385
|
+
in_use: "in-use",
|
|
46386
|
+
};
|
|
45591
46387
|
const HaStatus = {
|
|
45592
46388
|
active: "active",
|
|
45593
46389
|
invalid: "invalid",
|
|
@@ -46917,6 +47713,14 @@ exports.CreateRouteTable$ = CreateRouteTable$;
|
|
|
46917
47713
|
exports.CreateRouteTableCommand = CreateRouteTableCommand;
|
|
46918
47714
|
exports.CreateRouteTableRequest$ = CreateRouteTableRequest$;
|
|
46919
47715
|
exports.CreateRouteTableResult$ = CreateRouteTableResult$;
|
|
47716
|
+
exports.CreateSecondaryNetwork$ = CreateSecondaryNetwork$;
|
|
47717
|
+
exports.CreateSecondaryNetworkCommand = CreateSecondaryNetworkCommand;
|
|
47718
|
+
exports.CreateSecondaryNetworkRequest$ = CreateSecondaryNetworkRequest$;
|
|
47719
|
+
exports.CreateSecondaryNetworkResult$ = CreateSecondaryNetworkResult$;
|
|
47720
|
+
exports.CreateSecondarySubnet$ = CreateSecondarySubnet$;
|
|
47721
|
+
exports.CreateSecondarySubnetCommand = CreateSecondarySubnetCommand;
|
|
47722
|
+
exports.CreateSecondarySubnetRequest$ = CreateSecondarySubnetRequest$;
|
|
47723
|
+
exports.CreateSecondarySubnetResult$ = CreateSecondarySubnetResult$;
|
|
46920
47724
|
exports.CreateSecurityGroup$ = CreateSecurityGroup$;
|
|
46921
47725
|
exports.CreateSecurityGroupCommand = CreateSecurityGroupCommand;
|
|
46922
47726
|
exports.CreateSecurityGroupRequest$ = CreateSecurityGroupRequest$;
|
|
@@ -47309,6 +48113,14 @@ exports.DeleteRouteServerResult$ = DeleteRouteServerResult$;
|
|
|
47309
48113
|
exports.DeleteRouteTable$ = DeleteRouteTable$;
|
|
47310
48114
|
exports.DeleteRouteTableCommand = DeleteRouteTableCommand;
|
|
47311
48115
|
exports.DeleteRouteTableRequest$ = DeleteRouteTableRequest$;
|
|
48116
|
+
exports.DeleteSecondaryNetwork$ = DeleteSecondaryNetwork$;
|
|
48117
|
+
exports.DeleteSecondaryNetworkCommand = DeleteSecondaryNetworkCommand;
|
|
48118
|
+
exports.DeleteSecondaryNetworkRequest$ = DeleteSecondaryNetworkRequest$;
|
|
48119
|
+
exports.DeleteSecondaryNetworkResult$ = DeleteSecondaryNetworkResult$;
|
|
48120
|
+
exports.DeleteSecondarySubnet$ = DeleteSecondarySubnet$;
|
|
48121
|
+
exports.DeleteSecondarySubnetCommand = DeleteSecondarySubnetCommand;
|
|
48122
|
+
exports.DeleteSecondarySubnetRequest$ = DeleteSecondarySubnetRequest$;
|
|
48123
|
+
exports.DeleteSecondarySubnetResult$ = DeleteSecondarySubnetResult$;
|
|
47312
48124
|
exports.DeleteSecurityGroup$ = DeleteSecurityGroup$;
|
|
47313
48125
|
exports.DeleteSecurityGroupCommand = DeleteSecurityGroupCommand;
|
|
47314
48126
|
exports.DeleteSecurityGroupRequest$ = DeleteSecurityGroupRequest$;
|
|
@@ -47978,6 +48790,18 @@ exports.DescribeScheduledInstances$ = DescribeScheduledInstances$;
|
|
|
47978
48790
|
exports.DescribeScheduledInstancesCommand = DescribeScheduledInstancesCommand;
|
|
47979
48791
|
exports.DescribeScheduledInstancesRequest$ = DescribeScheduledInstancesRequest$;
|
|
47980
48792
|
exports.DescribeScheduledInstancesResult$ = DescribeScheduledInstancesResult$;
|
|
48793
|
+
exports.DescribeSecondaryInterfaces$ = DescribeSecondaryInterfaces$;
|
|
48794
|
+
exports.DescribeSecondaryInterfacesCommand = DescribeSecondaryInterfacesCommand;
|
|
48795
|
+
exports.DescribeSecondaryInterfacesRequest$ = DescribeSecondaryInterfacesRequest$;
|
|
48796
|
+
exports.DescribeSecondaryInterfacesResult$ = DescribeSecondaryInterfacesResult$;
|
|
48797
|
+
exports.DescribeSecondaryNetworks$ = DescribeSecondaryNetworks$;
|
|
48798
|
+
exports.DescribeSecondaryNetworksCommand = DescribeSecondaryNetworksCommand;
|
|
48799
|
+
exports.DescribeSecondaryNetworksRequest$ = DescribeSecondaryNetworksRequest$;
|
|
48800
|
+
exports.DescribeSecondaryNetworksResult$ = DescribeSecondaryNetworksResult$;
|
|
48801
|
+
exports.DescribeSecondarySubnets$ = DescribeSecondarySubnets$;
|
|
48802
|
+
exports.DescribeSecondarySubnetsCommand = DescribeSecondarySubnetsCommand;
|
|
48803
|
+
exports.DescribeSecondarySubnetsRequest$ = DescribeSecondarySubnetsRequest$;
|
|
48804
|
+
exports.DescribeSecondarySubnetsResult$ = DescribeSecondarySubnetsResult$;
|
|
47981
48805
|
exports.DescribeSecurityGroupReferences$ = DescribeSecurityGroupReferences$;
|
|
47982
48806
|
exports.DescribeSecurityGroupReferencesCommand = DescribeSecurityGroupReferencesCommand;
|
|
47983
48807
|
exports.DescribeSecurityGroupReferencesRequest$ = DescribeSecurityGroupReferencesRequest$;
|
|
@@ -49074,6 +49898,11 @@ exports.InstanceRebootMigrationState = InstanceRebootMigrationState;
|
|
|
49074
49898
|
exports.InstanceRequirements$ = InstanceRequirements$;
|
|
49075
49899
|
exports.InstanceRequirementsRequest$ = InstanceRequirementsRequest$;
|
|
49076
49900
|
exports.InstanceRequirementsWithMetadataRequest$ = InstanceRequirementsWithMetadataRequest$;
|
|
49901
|
+
exports.InstanceSecondaryInterface$ = InstanceSecondaryInterface$;
|
|
49902
|
+
exports.InstanceSecondaryInterfaceAttachment$ = InstanceSecondaryInterfaceAttachment$;
|
|
49903
|
+
exports.InstanceSecondaryInterfacePrivateIpAddress$ = InstanceSecondaryInterfacePrivateIpAddress$;
|
|
49904
|
+
exports.InstanceSecondaryInterfacePrivateIpAddressRequest$ = InstanceSecondaryInterfacePrivateIpAddressRequest$;
|
|
49905
|
+
exports.InstanceSecondaryInterfaceSpecificationRequest$ = InstanceSecondaryInterfaceSpecificationRequest$;
|
|
49077
49906
|
exports.InstanceSpecification$ = InstanceSpecification$;
|
|
49078
49907
|
exports.InstanceState$ = InstanceState$;
|
|
49079
49908
|
exports.InstanceStateChange$ = InstanceStateChange$;
|
|
@@ -49236,6 +50065,8 @@ exports.LaunchTemplateInstanceMetadataProtocolIpv6 = LaunchTemplateInstanceMetad
|
|
|
49236
50065
|
exports.LaunchTemplateInstanceMetadataTagsState = LaunchTemplateInstanceMetadataTagsState;
|
|
49237
50066
|
exports.LaunchTemplateInstanceNetworkInterfaceSpecification$ = LaunchTemplateInstanceNetworkInterfaceSpecification$;
|
|
49238
50067
|
exports.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$ = LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$;
|
|
50068
|
+
exports.LaunchTemplateInstanceSecondaryInterfaceSpecification$ = LaunchTemplateInstanceSecondaryInterfaceSpecification$;
|
|
50069
|
+
exports.LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest$ = LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest$;
|
|
49239
50070
|
exports.LaunchTemplateLicenseConfiguration$ = LaunchTemplateLicenseConfiguration$;
|
|
49240
50071
|
exports.LaunchTemplateLicenseConfigurationRequest$ = LaunchTemplateLicenseConfigurationRequest$;
|
|
49241
50072
|
exports.LaunchTemplateNetworkPerformanceOptions$ = LaunchTemplateNetworkPerformanceOptions$;
|
|
@@ -50093,6 +50924,22 @@ exports.SearchTransitGatewayRoutes$ = SearchTransitGatewayRoutes$;
|
|
|
50093
50924
|
exports.SearchTransitGatewayRoutesCommand = SearchTransitGatewayRoutesCommand;
|
|
50094
50925
|
exports.SearchTransitGatewayRoutesRequest$ = SearchTransitGatewayRoutesRequest$;
|
|
50095
50926
|
exports.SearchTransitGatewayRoutesResult$ = SearchTransitGatewayRoutesResult$;
|
|
50927
|
+
exports.SecondaryInterface$ = SecondaryInterface$;
|
|
50928
|
+
exports.SecondaryInterfaceAttachment$ = SecondaryInterfaceAttachment$;
|
|
50929
|
+
exports.SecondaryInterfaceIpv4Address$ = SecondaryInterfaceIpv4Address$;
|
|
50930
|
+
exports.SecondaryInterfacePrivateIpAddressSpecification$ = SecondaryInterfacePrivateIpAddressSpecification$;
|
|
50931
|
+
exports.SecondaryInterfacePrivateIpAddressSpecificationRequest$ = SecondaryInterfacePrivateIpAddressSpecificationRequest$;
|
|
50932
|
+
exports.SecondaryInterfaceStatus = SecondaryInterfaceStatus;
|
|
50933
|
+
exports.SecondaryInterfaceType = SecondaryInterfaceType;
|
|
50934
|
+
exports.SecondaryNetwork$ = SecondaryNetwork$;
|
|
50935
|
+
exports.SecondaryNetworkCidrBlockAssociationState = SecondaryNetworkCidrBlockAssociationState;
|
|
50936
|
+
exports.SecondaryNetworkIpv4CidrBlockAssociation$ = SecondaryNetworkIpv4CidrBlockAssociation$;
|
|
50937
|
+
exports.SecondaryNetworkState = SecondaryNetworkState;
|
|
50938
|
+
exports.SecondaryNetworkType = SecondaryNetworkType;
|
|
50939
|
+
exports.SecondarySubnet$ = SecondarySubnet$;
|
|
50940
|
+
exports.SecondarySubnetCidrBlockAssociationState = SecondarySubnetCidrBlockAssociationState;
|
|
50941
|
+
exports.SecondarySubnetIpv4CidrBlockAssociation$ = SecondarySubnetIpv4CidrBlockAssociation$;
|
|
50942
|
+
exports.SecondarySubnetState = SecondarySubnetState;
|
|
50096
50943
|
exports.SecurityGroup$ = SecurityGroup$;
|
|
50097
50944
|
exports.SecurityGroupForVpc$ = SecurityGroupForVpc$;
|
|
50098
50945
|
exports.SecurityGroupIdentifier$ = SecurityGroupIdentifier$;
|
|
@@ -50572,6 +51419,9 @@ exports.paginateDescribeRouteServers = paginateDescribeRouteServers;
|
|
|
50572
51419
|
exports.paginateDescribeRouteTables = paginateDescribeRouteTables;
|
|
50573
51420
|
exports.paginateDescribeScheduledInstanceAvailability = paginateDescribeScheduledInstanceAvailability;
|
|
50574
51421
|
exports.paginateDescribeScheduledInstances = paginateDescribeScheduledInstances;
|
|
51422
|
+
exports.paginateDescribeSecondaryInterfaces = paginateDescribeSecondaryInterfaces;
|
|
51423
|
+
exports.paginateDescribeSecondaryNetworks = paginateDescribeSecondaryNetworks;
|
|
51424
|
+
exports.paginateDescribeSecondarySubnets = paginateDescribeSecondarySubnets;
|
|
50575
51425
|
exports.paginateDescribeSecurityGroupRules = paginateDescribeSecurityGroupRules;
|
|
50576
51426
|
exports.paginateDescribeSecurityGroupVpcAssociations = paginateDescribeSecurityGroupVpcAssociations;
|
|
50577
51427
|
exports.paginateDescribeSecurityGroups = paginateDescribeSecurityGroups;
|
|
@@ -50668,6 +51518,10 @@ exports.waitForNatGatewayAvailable = waitForNatGatewayAvailable;
|
|
|
50668
51518
|
exports.waitForNatGatewayDeleted = waitForNatGatewayDeleted;
|
|
50669
51519
|
exports.waitForNetworkInterfaceAvailable = waitForNetworkInterfaceAvailable;
|
|
50670
51520
|
exports.waitForPasswordDataAvailable = waitForPasswordDataAvailable;
|
|
51521
|
+
exports.waitForSecondaryNetworkCreateComplete = waitForSecondaryNetworkCreateComplete;
|
|
51522
|
+
exports.waitForSecondaryNetworkDeleteComplete = waitForSecondaryNetworkDeleteComplete;
|
|
51523
|
+
exports.waitForSecondarySubnetCreateComplete = waitForSecondarySubnetCreateComplete;
|
|
51524
|
+
exports.waitForSecondarySubnetDeleteComplete = waitForSecondarySubnetDeleteComplete;
|
|
50671
51525
|
exports.waitForSecurityGroupExists = waitForSecurityGroupExists;
|
|
50672
51526
|
exports.waitForSecurityGroupVpcAssociationAssociated = waitForSecurityGroupVpcAssociationAssociated;
|
|
50673
51527
|
exports.waitForSecurityGroupVpcAssociationDisassociated = waitForSecurityGroupVpcAssociationDisassociated;
|
|
@@ -50707,6 +51561,10 @@ exports.waitUntilNatGatewayAvailable = waitUntilNatGatewayAvailable;
|
|
|
50707
51561
|
exports.waitUntilNatGatewayDeleted = waitUntilNatGatewayDeleted;
|
|
50708
51562
|
exports.waitUntilNetworkInterfaceAvailable = waitUntilNetworkInterfaceAvailable;
|
|
50709
51563
|
exports.waitUntilPasswordDataAvailable = waitUntilPasswordDataAvailable;
|
|
51564
|
+
exports.waitUntilSecondaryNetworkCreateComplete = waitUntilSecondaryNetworkCreateComplete;
|
|
51565
|
+
exports.waitUntilSecondaryNetworkDeleteComplete = waitUntilSecondaryNetworkDeleteComplete;
|
|
51566
|
+
exports.waitUntilSecondarySubnetCreateComplete = waitUntilSecondarySubnetCreateComplete;
|
|
51567
|
+
exports.waitUntilSecondarySubnetDeleteComplete = waitUntilSecondarySubnetDeleteComplete;
|
|
50710
51568
|
exports.waitUntilSecurityGroupExists = waitUntilSecurityGroupExists;
|
|
50711
51569
|
exports.waitUntilSecurityGroupVpcAssociationAssociated = waitUntilSecurityGroupVpcAssociationAssociated;
|
|
50712
51570
|
exports.waitUntilSecurityGroupVpcAssociationDisassociated = waitUntilSecurityGroupVpcAssociationDisassociated;
|