@aws-sdk/client-ec2 3.984.0 → 3.986.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +49 -0
- package/dist-cjs/index.js +973 -115
- package/dist-es/EC2.js +28 -0
- package/dist-es/commands/CreateSecondaryNetworkCommand.js +16 -0
- package/dist-es/commands/CreateSecondarySubnetCommand.js +16 -0
- package/dist-es/commands/DeleteSecondaryNetworkCommand.js +16 -0
- package/dist-es/commands/DeleteSecondarySubnetCommand.js +16 -0
- package/dist-es/commands/DescribeSecondaryInterfacesCommand.js +16 -0
- package/dist-es/commands/DescribeSecondaryNetworksCommand.js +16 -0
- package/dist-es/commands/DescribeSecondarySubnetsCommand.js +16 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/enums.js +45 -0
- package/dist-es/pagination/DescribeSecondaryInterfacesPaginator.js +4 -0
- package/dist-es/pagination/DescribeSecondaryNetworksPaginator.js +4 -0
- package/dist-es/pagination/DescribeSecondarySubnetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +482 -53
- package/dist-es/waiters/index.js +4 -0
- package/dist-es/waiters/waitForSecondaryNetworkCreateComplete.js +57 -0
- package/dist-es/waiters/waitForSecondaryNetworkDeleteComplete.js +54 -0
- package/dist-es/waiters/waitForSecondarySubnetCreateComplete.js +57 -0
- package/dist-es/waiters/waitForSecondarySubnetDeleteComplete.js +54 -0
- package/dist-types/EC2.d.ts +97 -0
- package/dist-types/EC2Client.d.ts +9 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +17 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +32 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +159 -0
- package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +178 -0
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecondaryNetworkCommand.d.ts +134 -0
- package/dist-types/commands/DeleteSecondarySubnetCommand.d.ts +140 -0
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +26 -2
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +16 -1
- package/dist-types/commands/DescribeSecondaryInterfacesCommand.d.ts +233 -0
- package/dist-types/commands/DescribeSecondaryNetworksCommand.d.ts +221 -0
- package/dist-types/commands/DescribeSecondarySubnetsCommand.d.ts +179 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +16 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +41 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/enums.d.ts +101 -0
- package/dist-types/models/models_1.d.ts +187 -391
- package/dist-types/models/models_2.d.ts +655 -223
- package/dist-types/models/models_3.d.ts +225 -1176
- package/dist-types/models/models_4.d.ts +3939 -3103
- package/dist-types/models/models_5.d.ts +4263 -4009
- package/dist-types/models/models_6.d.ts +4721 -4755
- package/dist-types/models/models_7.d.ts +730 -9
- package/dist-types/pagination/DescribeSecondaryInterfacesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSecondaryNetworksPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSecondarySubnetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +37 -0
- package/dist-types/ts3.4/EC2.d.ts +179 -0
- package/dist-types/ts3.4/EC2Client.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateSecondaryNetworkCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSecondarySubnetCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteSecondaryNetworkCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteSecondarySubnetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSecondaryInterfacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecondaryNetworksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecondarySubnetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +59 -0
- package/dist-types/ts3.4/models/models_1.d.ts +73 -81
- package/dist-types/ts3.4/models/models_2.d.ts +133 -60
- package/dist-types/ts3.4/models/models_3.d.ts +66 -92
- package/dist-types/ts3.4/models/models_4.d.ts +190 -190
- package/dist-types/ts3.4/models/models_5.d.ts +176 -151
- package/dist-types/ts3.4/models/models_6.d.ts +142 -173
- package/dist-types/ts3.4/models/models_7.d.ts +193 -7
- package/dist-types/ts3.4/pagination/DescribeSecondaryInterfacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSecondaryNetworksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSecondarySubnetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +37 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/waitForSecondaryNetworkCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondaryNetworkDeleteComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondarySubnetCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondarySubnetDeleteComplete.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -0
- package/dist-types/waiters/waitForSecondaryNetworkCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondaryNetworkDeleteComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondarySubnetCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondarySubnetDeleteComplete.d.ts +14 -0
- package/package.json +14 -14
|
@@ -2,19 +2,21 @@ import {
|
|
|
2
2
|
_InstanceType,
|
|
3
3
|
Affinity,
|
|
4
4
|
AnalysisStatus,
|
|
5
|
-
ApplianceModeSupportValue,
|
|
6
5
|
ArchitectureType,
|
|
7
6
|
ArchitectureValues,
|
|
8
7
|
AutoAcceptSharedAttachmentsValue,
|
|
9
8
|
AutoPlacement,
|
|
10
9
|
BootModeValues,
|
|
11
10
|
CapacityReservationPreference,
|
|
11
|
+
CurrencyCodeValues,
|
|
12
12
|
DefaultInstanceMetadataEndpointState,
|
|
13
13
|
DefaultInstanceMetadataTagsState,
|
|
14
14
|
DefaultRouteTableAssociationValue,
|
|
15
15
|
DefaultRouteTablePropagationValue,
|
|
16
16
|
DiskImageFormat,
|
|
17
17
|
DnsSupportValue,
|
|
18
|
+
EkPubKeyFormat,
|
|
19
|
+
EkPubKeyType,
|
|
18
20
|
EncryptionSupportOptionValue,
|
|
19
21
|
EndDateType,
|
|
20
22
|
ExcessCapacityTerminationPolicy,
|
|
@@ -41,6 +43,7 @@ import {
|
|
|
41
43
|
IpamMeteredAccount,
|
|
42
44
|
IpamNetworkInterfaceAttachmentStatus,
|
|
43
45
|
IpamOverlapStatus,
|
|
46
|
+
IpamPolicyManagedBy,
|
|
44
47
|
IpamPolicyResourceType,
|
|
45
48
|
IpamPrefixListResolverRuleConditionOperation,
|
|
46
49
|
IpamPrefixListResolverRuleType,
|
|
@@ -50,13 +53,14 @@ import {
|
|
|
50
53
|
IpamResourceCidrIpSource,
|
|
51
54
|
IpamResourceType,
|
|
52
55
|
IpamTier,
|
|
53
|
-
Ipv6SupportValue,
|
|
54
56
|
LockMode,
|
|
55
57
|
LockState,
|
|
56
58
|
ManagedBy,
|
|
57
59
|
MetadataDefaultHttpTokensState,
|
|
58
60
|
ModifyAvailabilityZoneOptInStatus,
|
|
59
61
|
OperationType,
|
|
62
|
+
PartitionLoadFrequency,
|
|
63
|
+
PaymentOption,
|
|
60
64
|
PermissionGroup,
|
|
61
65
|
PlatformValues,
|
|
62
66
|
PublicIpDnsOption,
|
|
@@ -68,6 +72,7 @@ import {
|
|
|
68
72
|
ShutdownBehavior,
|
|
69
73
|
SnapshotAttributeName,
|
|
70
74
|
SnapshotBlockPublicAccessState,
|
|
75
|
+
SSEType,
|
|
71
76
|
TargetCapacityUnitType,
|
|
72
77
|
TargetStorageTier,
|
|
73
78
|
TrafficDirection,
|
|
@@ -80,7 +85,6 @@ import {
|
|
|
80
85
|
TransitGatewayPropagationState,
|
|
81
86
|
UnlimitedSupportedInstanceFamily,
|
|
82
87
|
UnsuccessfulInstanceCreditSpecificationErrorCode,
|
|
83
|
-
VerifiedAccessEndpointProtocol,
|
|
84
88
|
VirtualizationType,
|
|
85
89
|
VolumeState,
|
|
86
90
|
VolumeType,
|
|
@@ -96,9 +100,6 @@ import {
|
|
|
96
100
|
InstanceEventWindow,
|
|
97
101
|
OperatorResponse,
|
|
98
102
|
SubnetAssociation,
|
|
99
|
-
TransitGatewayVpcAttachment,
|
|
100
|
-
VerifiedAccessInstance,
|
|
101
|
-
VerifiedAccessSseSpecificationResponse,
|
|
102
103
|
AccessScopeAnalysisFinding,
|
|
103
104
|
AddIpamOperatingRegion,
|
|
104
105
|
AddIpamOrganizationalUnitExclusion,
|
|
@@ -144,9 +145,6 @@ import {
|
|
|
144
145
|
TrafficMirrorSession,
|
|
145
146
|
TransitGateway,
|
|
146
147
|
TransitGatewayMeteringPolicy,
|
|
147
|
-
VerifiedAccessEndpoint,
|
|
148
|
-
VerifiedAccessGroup,
|
|
149
|
-
VerifiedAccessSseSpecificationRequest,
|
|
150
148
|
SubnetCidrReservation,
|
|
151
149
|
TransitGatewayMeteringPolicyEntry,
|
|
152
150
|
TransitGatewayPrefixListReference,
|
|
@@ -155,7 +153,6 @@ import {
|
|
|
155
153
|
AttributeBooleanValue,
|
|
156
154
|
ConversionTask,
|
|
157
155
|
FpgaImageAttribute,
|
|
158
|
-
InstanceMetadataOptionsResponse,
|
|
159
156
|
SnapshotTaskDetail,
|
|
160
157
|
Filter,
|
|
161
158
|
ImportImageLicenseConfigurationResponse,
|
|
@@ -164,6 +161,7 @@ import {
|
|
|
164
161
|
SnapshotDetail,
|
|
165
162
|
} from "./models_3";
|
|
166
163
|
import {
|
|
164
|
+
InstanceMetadataOptionsResponse,
|
|
167
165
|
InstanceStatusEvent,
|
|
168
166
|
CreateVolumePermission,
|
|
169
167
|
LaunchTemplateConfig,
|
|
@@ -171,9 +169,142 @@ import {
|
|
|
171
169
|
} from "./models_4";
|
|
172
170
|
import {
|
|
173
171
|
InstanceFamilyCreditSpecification,
|
|
174
|
-
VerifiedAccessInstanceLoggingConfiguration,
|
|
175
172
|
RouteServerPropagation,
|
|
176
173
|
} from "./models_5";
|
|
174
|
+
export interface GetEbsEncryptionByDefaultRequest {
|
|
175
|
+
DryRun?: boolean | undefined;
|
|
176
|
+
}
|
|
177
|
+
export interface GetEbsEncryptionByDefaultResult {
|
|
178
|
+
EbsEncryptionByDefault?: boolean | undefined;
|
|
179
|
+
SseType?: SSEType | undefined;
|
|
180
|
+
}
|
|
181
|
+
export interface GetEnabledIpamPolicyRequest {
|
|
182
|
+
DryRun?: boolean | undefined;
|
|
183
|
+
}
|
|
184
|
+
export interface GetEnabledIpamPolicyResult {
|
|
185
|
+
IpamPolicyEnabled?: boolean | undefined;
|
|
186
|
+
IpamPolicyId?: string | undefined;
|
|
187
|
+
ManagedBy?: IpamPolicyManagedBy | undefined;
|
|
188
|
+
}
|
|
189
|
+
export interface AthenaIntegration {
|
|
190
|
+
IntegrationResultS3DestinationArn: string | undefined;
|
|
191
|
+
PartitionLoadFrequency: PartitionLoadFrequency | undefined;
|
|
192
|
+
PartitionStartDate?: Date | undefined;
|
|
193
|
+
PartitionEndDate?: Date | undefined;
|
|
194
|
+
}
|
|
195
|
+
export interface IntegrateServices {
|
|
196
|
+
AthenaIntegrations?: AthenaIntegration[] | undefined;
|
|
197
|
+
}
|
|
198
|
+
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
199
|
+
DryRun?: boolean | undefined;
|
|
200
|
+
FlowLogId: string | undefined;
|
|
201
|
+
ConfigDeliveryS3DestinationArn: string | undefined;
|
|
202
|
+
IntegrateServices: IntegrateServices | undefined;
|
|
203
|
+
}
|
|
204
|
+
export interface GetFlowLogsIntegrationTemplateResult {
|
|
205
|
+
Result?: string | undefined;
|
|
206
|
+
}
|
|
207
|
+
export interface GetGroupsForCapacityReservationRequest {
|
|
208
|
+
CapacityReservationId: string | undefined;
|
|
209
|
+
NextToken?: string | undefined;
|
|
210
|
+
MaxResults?: number | undefined;
|
|
211
|
+
DryRun?: boolean | undefined;
|
|
212
|
+
}
|
|
213
|
+
export interface CapacityReservationGroup {
|
|
214
|
+
GroupArn?: string | undefined;
|
|
215
|
+
OwnerId?: string | undefined;
|
|
216
|
+
}
|
|
217
|
+
export interface GetGroupsForCapacityReservationResult {
|
|
218
|
+
NextToken?: string | undefined;
|
|
219
|
+
CapacityReservationGroups?: CapacityReservationGroup[] | undefined;
|
|
220
|
+
}
|
|
221
|
+
export interface GetHostReservationPurchasePreviewRequest {
|
|
222
|
+
HostIdSet: string[] | undefined;
|
|
223
|
+
OfferingId: string | undefined;
|
|
224
|
+
}
|
|
225
|
+
export interface Purchase {
|
|
226
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
227
|
+
Duration?: number | undefined;
|
|
228
|
+
HostIdSet?: string[] | undefined;
|
|
229
|
+
HostReservationId?: string | undefined;
|
|
230
|
+
HourlyPrice?: string | undefined;
|
|
231
|
+
InstanceFamily?: string | undefined;
|
|
232
|
+
PaymentOption?: PaymentOption | undefined;
|
|
233
|
+
UpfrontPrice?: string | undefined;
|
|
234
|
+
}
|
|
235
|
+
export interface GetHostReservationPurchasePreviewResult {
|
|
236
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
237
|
+
Purchase?: Purchase[] | undefined;
|
|
238
|
+
TotalHourlyPrice?: string | undefined;
|
|
239
|
+
TotalUpfrontPrice?: string | undefined;
|
|
240
|
+
}
|
|
241
|
+
export interface GetImageAncestryRequest {
|
|
242
|
+
ImageId: string | undefined;
|
|
243
|
+
DryRun?: boolean | undefined;
|
|
244
|
+
}
|
|
245
|
+
export interface ImageAncestryEntry {
|
|
246
|
+
CreationDate?: Date | undefined;
|
|
247
|
+
ImageId?: string | undefined;
|
|
248
|
+
ImageOwnerAlias?: string | undefined;
|
|
249
|
+
SourceImageId?: string | undefined;
|
|
250
|
+
SourceImageRegion?: string | undefined;
|
|
251
|
+
}
|
|
252
|
+
export interface GetImageAncestryResult {
|
|
253
|
+
ImageAncestryEntries?: ImageAncestryEntry[] | undefined;
|
|
254
|
+
}
|
|
255
|
+
export interface GetImageBlockPublicAccessStateRequest {
|
|
256
|
+
DryRun?: boolean | undefined;
|
|
257
|
+
}
|
|
258
|
+
export interface GetImageBlockPublicAccessStateResult {
|
|
259
|
+
ImageBlockPublicAccessState?: string | undefined;
|
|
260
|
+
ManagedBy?: ManagedBy | undefined;
|
|
261
|
+
}
|
|
262
|
+
export interface GetInstanceMetadataDefaultsRequest {
|
|
263
|
+
DryRun?: boolean | undefined;
|
|
264
|
+
}
|
|
265
|
+
export interface InstanceMetadataDefaultsResponse {
|
|
266
|
+
HttpTokens?: HttpTokensState | undefined;
|
|
267
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
268
|
+
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
269
|
+
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
270
|
+
ManagedBy?: ManagedBy | undefined;
|
|
271
|
+
ManagedExceptionMessage?: string | undefined;
|
|
272
|
+
}
|
|
273
|
+
export interface GetInstanceMetadataDefaultsResult {
|
|
274
|
+
AccountLevel?: InstanceMetadataDefaultsResponse | undefined;
|
|
275
|
+
}
|
|
276
|
+
export interface GetInstanceTpmEkPubRequest {
|
|
277
|
+
InstanceId: string | undefined;
|
|
278
|
+
KeyType: EkPubKeyType | undefined;
|
|
279
|
+
KeyFormat: EkPubKeyFormat | undefined;
|
|
280
|
+
DryRun?: boolean | undefined;
|
|
281
|
+
}
|
|
282
|
+
export interface GetInstanceTpmEkPubResult {
|
|
283
|
+
InstanceId?: string | undefined;
|
|
284
|
+
KeyType?: EkPubKeyType | undefined;
|
|
285
|
+
KeyFormat?: EkPubKeyFormat | undefined;
|
|
286
|
+
KeyValue?: string | undefined;
|
|
287
|
+
}
|
|
288
|
+
export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
289
|
+
DryRun?: boolean | undefined;
|
|
290
|
+
ArchitectureTypes: ArchitectureType[] | undefined;
|
|
291
|
+
VirtualizationTypes: VirtualizationType[] | undefined;
|
|
292
|
+
InstanceRequirements: InstanceRequirementsRequest | undefined;
|
|
293
|
+
MaxResults?: number | undefined;
|
|
294
|
+
NextToken?: string | undefined;
|
|
295
|
+
Context?: string | undefined;
|
|
296
|
+
}
|
|
297
|
+
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
298
|
+
InstanceType?: string | undefined;
|
|
299
|
+
}
|
|
300
|
+
export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
301
|
+
InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[] | undefined;
|
|
302
|
+
NextToken?: string | undefined;
|
|
303
|
+
}
|
|
304
|
+
export interface GetInstanceUefiDataRequest {
|
|
305
|
+
InstanceId: string | undefined;
|
|
306
|
+
DryRun?: boolean | undefined;
|
|
307
|
+
}
|
|
177
308
|
export interface GetInstanceUefiDataResult {
|
|
178
309
|
InstanceId?: string | undefined;
|
|
179
310
|
UefiData?: string | undefined;
|
|
@@ -1794,165 +1925,3 @@ export interface ModifyTransitGatewayMeteringPolicyRequest {
|
|
|
1794
1925
|
export interface ModifyTransitGatewayMeteringPolicyResult {
|
|
1795
1926
|
TransitGatewayMeteringPolicy?: TransitGatewayMeteringPolicy | undefined;
|
|
1796
1927
|
}
|
|
1797
|
-
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
1798
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1799
|
-
PrefixListId: string | undefined;
|
|
1800
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
1801
|
-
Blackhole?: boolean | undefined;
|
|
1802
|
-
DryRun?: boolean | undefined;
|
|
1803
|
-
}
|
|
1804
|
-
export interface ModifyTransitGatewayPrefixListReferenceResult {
|
|
1805
|
-
TransitGatewayPrefixListReference?:
|
|
1806
|
-
| TransitGatewayPrefixListReference
|
|
1807
|
-
| undefined;
|
|
1808
|
-
}
|
|
1809
|
-
export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
1810
|
-
DnsSupport?: DnsSupportValue | undefined;
|
|
1811
|
-
SecurityGroupReferencingSupport?:
|
|
1812
|
-
| SecurityGroupReferencingSupportValue
|
|
1813
|
-
| undefined;
|
|
1814
|
-
Ipv6Support?: Ipv6SupportValue | undefined;
|
|
1815
|
-
ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
|
|
1816
|
-
}
|
|
1817
|
-
export interface ModifyTransitGatewayVpcAttachmentRequest {
|
|
1818
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1819
|
-
AddSubnetIds?: string[] | undefined;
|
|
1820
|
-
RemoveSubnetIds?: string[] | undefined;
|
|
1821
|
-
Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
|
|
1822
|
-
DryRun?: boolean | undefined;
|
|
1823
|
-
}
|
|
1824
|
-
export interface ModifyTransitGatewayVpcAttachmentResult {
|
|
1825
|
-
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
|
|
1826
|
-
}
|
|
1827
|
-
export interface ModifyVerifiedAccessEndpointPortRange {
|
|
1828
|
-
FromPort?: number | undefined;
|
|
1829
|
-
ToPort?: number | undefined;
|
|
1830
|
-
}
|
|
1831
|
-
export interface ModifyVerifiedAccessEndpointCidrOptions {
|
|
1832
|
-
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
1833
|
-
}
|
|
1834
|
-
export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
|
|
1835
|
-
SubnetIds?: string[] | undefined;
|
|
1836
|
-
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1837
|
-
Port?: number | undefined;
|
|
1838
|
-
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
1839
|
-
}
|
|
1840
|
-
export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
1841
|
-
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1842
|
-
Port?: number | undefined;
|
|
1843
|
-
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
1844
|
-
}
|
|
1845
|
-
export interface ModifyVerifiedAccessEndpointRdsOptions {
|
|
1846
|
-
SubnetIds?: string[] | undefined;
|
|
1847
|
-
Port?: number | undefined;
|
|
1848
|
-
RdsEndpoint?: string | undefined;
|
|
1849
|
-
}
|
|
1850
|
-
export interface ModifyVerifiedAccessEndpointRequest {
|
|
1851
|
-
VerifiedAccessEndpointId: string | undefined;
|
|
1852
|
-
VerifiedAccessGroupId?: string | undefined;
|
|
1853
|
-
LoadBalancerOptions?:
|
|
1854
|
-
| ModifyVerifiedAccessEndpointLoadBalancerOptions
|
|
1855
|
-
| undefined;
|
|
1856
|
-
NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions | undefined;
|
|
1857
|
-
Description?: string | undefined;
|
|
1858
|
-
ClientToken?: string | undefined;
|
|
1859
|
-
DryRun?: boolean | undefined;
|
|
1860
|
-
RdsOptions?: ModifyVerifiedAccessEndpointRdsOptions | undefined;
|
|
1861
|
-
CidrOptions?: ModifyVerifiedAccessEndpointCidrOptions | undefined;
|
|
1862
|
-
}
|
|
1863
|
-
export interface ModifyVerifiedAccessEndpointResult {
|
|
1864
|
-
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
1865
|
-
}
|
|
1866
|
-
export interface ModifyVerifiedAccessEndpointPolicyRequest {
|
|
1867
|
-
VerifiedAccessEndpointId: string | undefined;
|
|
1868
|
-
PolicyEnabled?: boolean | undefined;
|
|
1869
|
-
PolicyDocument?: string | undefined;
|
|
1870
|
-
ClientToken?: string | undefined;
|
|
1871
|
-
DryRun?: boolean | undefined;
|
|
1872
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
1873
|
-
}
|
|
1874
|
-
export interface ModifyVerifiedAccessEndpointPolicyResult {
|
|
1875
|
-
PolicyEnabled?: boolean | undefined;
|
|
1876
|
-
PolicyDocument?: string | undefined;
|
|
1877
|
-
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
1878
|
-
}
|
|
1879
|
-
export interface ModifyVerifiedAccessGroupRequest {
|
|
1880
|
-
VerifiedAccessGroupId: string | undefined;
|
|
1881
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
1882
|
-
Description?: string | undefined;
|
|
1883
|
-
ClientToken?: string | undefined;
|
|
1884
|
-
DryRun?: boolean | undefined;
|
|
1885
|
-
}
|
|
1886
|
-
export interface ModifyVerifiedAccessGroupResult {
|
|
1887
|
-
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
1888
|
-
}
|
|
1889
|
-
export interface ModifyVerifiedAccessGroupPolicyRequest {
|
|
1890
|
-
VerifiedAccessGroupId: string | undefined;
|
|
1891
|
-
PolicyEnabled?: boolean | undefined;
|
|
1892
|
-
PolicyDocument?: string | undefined;
|
|
1893
|
-
ClientToken?: string | undefined;
|
|
1894
|
-
DryRun?: boolean | undefined;
|
|
1895
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
1896
|
-
}
|
|
1897
|
-
export interface ModifyVerifiedAccessGroupPolicyResult {
|
|
1898
|
-
PolicyEnabled?: boolean | undefined;
|
|
1899
|
-
PolicyDocument?: string | undefined;
|
|
1900
|
-
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
1901
|
-
}
|
|
1902
|
-
export interface ModifyVerifiedAccessInstanceRequest {
|
|
1903
|
-
VerifiedAccessInstanceId: string | undefined;
|
|
1904
|
-
Description?: string | undefined;
|
|
1905
|
-
DryRun?: boolean | undefined;
|
|
1906
|
-
ClientToken?: string | undefined;
|
|
1907
|
-
CidrEndpointsCustomSubDomain?: string | undefined;
|
|
1908
|
-
}
|
|
1909
|
-
export interface ModifyVerifiedAccessInstanceResult {
|
|
1910
|
-
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
1911
|
-
}
|
|
1912
|
-
export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
|
|
1913
|
-
Enabled: boolean | undefined;
|
|
1914
|
-
LogGroup?: string | undefined;
|
|
1915
|
-
}
|
|
1916
|
-
export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
|
|
1917
|
-
Enabled: boolean | undefined;
|
|
1918
|
-
DeliveryStream?: string | undefined;
|
|
1919
|
-
}
|
|
1920
|
-
export interface VerifiedAccessLogS3DestinationOptions {
|
|
1921
|
-
Enabled: boolean | undefined;
|
|
1922
|
-
BucketName?: string | undefined;
|
|
1923
|
-
Prefix?: string | undefined;
|
|
1924
|
-
BucketOwner?: string | undefined;
|
|
1925
|
-
}
|
|
1926
|
-
export interface VerifiedAccessLogOptions {
|
|
1927
|
-
S3?: VerifiedAccessLogS3DestinationOptions | undefined;
|
|
1928
|
-
CloudWatchLogs?:
|
|
1929
|
-
| VerifiedAccessLogCloudWatchLogsDestinationOptions
|
|
1930
|
-
| undefined;
|
|
1931
|
-
KinesisDataFirehose?:
|
|
1932
|
-
| VerifiedAccessLogKinesisDataFirehoseDestinationOptions
|
|
1933
|
-
| undefined;
|
|
1934
|
-
LogVersion?: string | undefined;
|
|
1935
|
-
IncludeTrustContext?: boolean | undefined;
|
|
1936
|
-
}
|
|
1937
|
-
export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
1938
|
-
VerifiedAccessInstanceId: string | undefined;
|
|
1939
|
-
AccessLogs: VerifiedAccessLogOptions | undefined;
|
|
1940
|
-
DryRun?: boolean | undefined;
|
|
1941
|
-
ClientToken?: string | undefined;
|
|
1942
|
-
}
|
|
1943
|
-
export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
1944
|
-
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
|
|
1945
|
-
}
|
|
1946
|
-
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
|
1947
|
-
PublicSigningKeyUrl?: string | undefined;
|
|
1948
|
-
}
|
|
1949
|
-
export interface ModifyVerifiedAccessNativeApplicationOidcOptions {
|
|
1950
|
-
PublicSigningKeyEndpoint?: string | undefined;
|
|
1951
|
-
Issuer?: string | undefined;
|
|
1952
|
-
AuthorizationEndpoint?: string | undefined;
|
|
1953
|
-
TokenEndpoint?: string | undefined;
|
|
1954
|
-
UserInfoEndpoint?: string | undefined;
|
|
1955
|
-
ClientId?: string | undefined;
|
|
1956
|
-
ClientSecret?: string | undefined;
|
|
1957
|
-
Scope?: string | undefined;
|
|
1958
|
-
}
|
|
@@ -2,11 +2,13 @@ import {
|
|
|
2
2
|
_InstanceType,
|
|
3
3
|
AddressAttributeName,
|
|
4
4
|
AmdSevSnpSpecification,
|
|
5
|
+
ApplianceModeSupportValue,
|
|
5
6
|
ArchitectureValues,
|
|
6
7
|
BootModeValues,
|
|
7
8
|
CapacityManagerStatus,
|
|
8
9
|
CapacityReservationInstancePlatform,
|
|
9
10
|
CurrencyCodeValues,
|
|
11
|
+
DnsSupportValue,
|
|
10
12
|
HostnameType,
|
|
11
13
|
HttpTokensState,
|
|
12
14
|
ImdsSupportValues,
|
|
@@ -22,6 +24,7 @@ import {
|
|
|
22
24
|
InterruptibleCapacityReservationAllocationStatus,
|
|
23
25
|
InterruptionType,
|
|
24
26
|
IpAddressType,
|
|
27
|
+
Ipv6SupportValue,
|
|
25
28
|
MarketType,
|
|
26
29
|
MembershipType,
|
|
27
30
|
PayerResponsibility,
|
|
@@ -30,6 +33,8 @@ import {
|
|
|
30
33
|
ResetFpgaImageAttributeName,
|
|
31
34
|
ResetImageAttributeName,
|
|
32
35
|
RuleAction,
|
|
36
|
+
SecondaryInterfaceType,
|
|
37
|
+
SecurityGroupReferencingSupportValue,
|
|
33
38
|
ShutdownBehavior,
|
|
34
39
|
SnapshotAttributeName,
|
|
35
40
|
SnapshotState,
|
|
@@ -39,6 +44,7 @@ import {
|
|
|
39
44
|
TpmSupportValues,
|
|
40
45
|
TransitGatewayAttachmentResourceType,
|
|
41
46
|
VerificationMethod,
|
|
47
|
+
VerifiedAccessEndpointProtocol,
|
|
42
48
|
VolumeType,
|
|
43
49
|
VpcEncryptionControlExclusionStateInput,
|
|
44
50
|
VpcEncryptionControlMode,
|
|
@@ -56,6 +62,8 @@ import {
|
|
|
56
62
|
TransitGatewayMulticastDomainAssociations,
|
|
57
63
|
TransitGatewayPeeringAttachment,
|
|
58
64
|
TransitGatewayVpcAttachment,
|
|
65
|
+
VerifiedAccessInstance,
|
|
66
|
+
VerifiedAccessSseSpecificationResponse,
|
|
59
67
|
VerifiedAccessTrustProvider,
|
|
60
68
|
VpcEncryptionControl,
|
|
61
69
|
AddedPrincipal,
|
|
@@ -77,6 +85,9 @@ import {
|
|
|
77
85
|
} from "./models_1";
|
|
78
86
|
import {
|
|
79
87
|
DnsOptionsSpecification,
|
|
88
|
+
TransitGatewayPrefixListReference,
|
|
89
|
+
VerifiedAccessEndpoint,
|
|
90
|
+
VerifiedAccessGroup,
|
|
80
91
|
VerifiedAccessSseSpecificationRequest,
|
|
81
92
|
VpcBlockPublicAccessExclusion,
|
|
82
93
|
VpnConnection,
|
|
@@ -98,12 +109,12 @@ import {
|
|
|
98
109
|
InstanceState,
|
|
99
110
|
InstanceTagNotificationAttribute,
|
|
100
111
|
IpamPoolCidr,
|
|
101
|
-
Monitoring,
|
|
102
112
|
CapacityBlock,
|
|
103
113
|
CapacityBlockExtension,
|
|
104
114
|
Filter,
|
|
105
115
|
} from "./models_3";
|
|
106
116
|
import {
|
|
117
|
+
Monitoring,
|
|
107
118
|
NetworkInsightsAccessScopeAnalysis,
|
|
108
119
|
NetworkInsightsAnalysis,
|
|
109
120
|
PublicIpv4PoolRange,
|
|
@@ -115,15 +126,173 @@ import {
|
|
|
115
126
|
SpotInstanceRequest,
|
|
116
127
|
} from "./models_4";
|
|
117
128
|
import {
|
|
129
|
+
VerifiedAccessInstanceLoggingConfiguration,
|
|
118
130
|
VolumeModification,
|
|
119
131
|
VpcBlockPublicAccessOptions,
|
|
120
|
-
Purchase,
|
|
121
132
|
} from "./models_5";
|
|
122
|
-
import {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
133
|
+
import { CapacityReservationSpecification, Purchase } from "./models_6";
|
|
134
|
+
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
135
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
136
|
+
PrefixListId: string | undefined;
|
|
137
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
138
|
+
Blackhole?: boolean | undefined;
|
|
139
|
+
DryRun?: boolean | undefined;
|
|
140
|
+
}
|
|
141
|
+
export interface ModifyTransitGatewayPrefixListReferenceResult {
|
|
142
|
+
TransitGatewayPrefixListReference?:
|
|
143
|
+
| TransitGatewayPrefixListReference
|
|
144
|
+
| undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
147
|
+
DnsSupport?: DnsSupportValue | undefined;
|
|
148
|
+
SecurityGroupReferencingSupport?:
|
|
149
|
+
| SecurityGroupReferencingSupportValue
|
|
150
|
+
| undefined;
|
|
151
|
+
Ipv6Support?: Ipv6SupportValue | undefined;
|
|
152
|
+
ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
|
|
153
|
+
}
|
|
154
|
+
export interface ModifyTransitGatewayVpcAttachmentRequest {
|
|
155
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
156
|
+
AddSubnetIds?: string[] | undefined;
|
|
157
|
+
RemoveSubnetIds?: string[] | undefined;
|
|
158
|
+
Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
|
|
159
|
+
DryRun?: boolean | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface ModifyTransitGatewayVpcAttachmentResult {
|
|
162
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface ModifyVerifiedAccessEndpointPortRange {
|
|
165
|
+
FromPort?: number | undefined;
|
|
166
|
+
ToPort?: number | undefined;
|
|
167
|
+
}
|
|
168
|
+
export interface ModifyVerifiedAccessEndpointCidrOptions {
|
|
169
|
+
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
|
|
172
|
+
SubnetIds?: string[] | undefined;
|
|
173
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
174
|
+
Port?: number | undefined;
|
|
175
|
+
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
176
|
+
}
|
|
177
|
+
export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
178
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
179
|
+
Port?: number | undefined;
|
|
180
|
+
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface ModifyVerifiedAccessEndpointRdsOptions {
|
|
183
|
+
SubnetIds?: string[] | undefined;
|
|
184
|
+
Port?: number | undefined;
|
|
185
|
+
RdsEndpoint?: string | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface ModifyVerifiedAccessEndpointRequest {
|
|
188
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
189
|
+
VerifiedAccessGroupId?: string | undefined;
|
|
190
|
+
LoadBalancerOptions?:
|
|
191
|
+
| ModifyVerifiedAccessEndpointLoadBalancerOptions
|
|
192
|
+
| undefined;
|
|
193
|
+
NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions | undefined;
|
|
194
|
+
Description?: string | undefined;
|
|
195
|
+
ClientToken?: string | undefined;
|
|
196
|
+
DryRun?: boolean | undefined;
|
|
197
|
+
RdsOptions?: ModifyVerifiedAccessEndpointRdsOptions | undefined;
|
|
198
|
+
CidrOptions?: ModifyVerifiedAccessEndpointCidrOptions | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface ModifyVerifiedAccessEndpointResult {
|
|
201
|
+
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
202
|
+
}
|
|
203
|
+
export interface ModifyVerifiedAccessEndpointPolicyRequest {
|
|
204
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
205
|
+
PolicyEnabled?: boolean | undefined;
|
|
206
|
+
PolicyDocument?: string | undefined;
|
|
207
|
+
ClientToken?: string | undefined;
|
|
208
|
+
DryRun?: boolean | undefined;
|
|
209
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface ModifyVerifiedAccessEndpointPolicyResult {
|
|
212
|
+
PolicyEnabled?: boolean | undefined;
|
|
213
|
+
PolicyDocument?: string | undefined;
|
|
214
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
215
|
+
}
|
|
216
|
+
export interface ModifyVerifiedAccessGroupRequest {
|
|
217
|
+
VerifiedAccessGroupId: string | undefined;
|
|
218
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
219
|
+
Description?: string | undefined;
|
|
220
|
+
ClientToken?: string | undefined;
|
|
221
|
+
DryRun?: boolean | undefined;
|
|
222
|
+
}
|
|
223
|
+
export interface ModifyVerifiedAccessGroupResult {
|
|
224
|
+
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface ModifyVerifiedAccessGroupPolicyRequest {
|
|
227
|
+
VerifiedAccessGroupId: string | undefined;
|
|
228
|
+
PolicyEnabled?: boolean | undefined;
|
|
229
|
+
PolicyDocument?: string | undefined;
|
|
230
|
+
ClientToken?: string | undefined;
|
|
231
|
+
DryRun?: boolean | undefined;
|
|
232
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
233
|
+
}
|
|
234
|
+
export interface ModifyVerifiedAccessGroupPolicyResult {
|
|
235
|
+
PolicyEnabled?: boolean | undefined;
|
|
236
|
+
PolicyDocument?: string | undefined;
|
|
237
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
238
|
+
}
|
|
239
|
+
export interface ModifyVerifiedAccessInstanceRequest {
|
|
240
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
241
|
+
Description?: string | undefined;
|
|
242
|
+
DryRun?: boolean | undefined;
|
|
243
|
+
ClientToken?: string | undefined;
|
|
244
|
+
CidrEndpointsCustomSubDomain?: string | undefined;
|
|
245
|
+
}
|
|
246
|
+
export interface ModifyVerifiedAccessInstanceResult {
|
|
247
|
+
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
|
|
250
|
+
Enabled: boolean | undefined;
|
|
251
|
+
LogGroup?: string | undefined;
|
|
252
|
+
}
|
|
253
|
+
export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
|
|
254
|
+
Enabled: boolean | undefined;
|
|
255
|
+
DeliveryStream?: string | undefined;
|
|
256
|
+
}
|
|
257
|
+
export interface VerifiedAccessLogS3DestinationOptions {
|
|
258
|
+
Enabled: boolean | undefined;
|
|
259
|
+
BucketName?: string | undefined;
|
|
260
|
+
Prefix?: string | undefined;
|
|
261
|
+
BucketOwner?: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface VerifiedAccessLogOptions {
|
|
264
|
+
S3?: VerifiedAccessLogS3DestinationOptions | undefined;
|
|
265
|
+
CloudWatchLogs?:
|
|
266
|
+
| VerifiedAccessLogCloudWatchLogsDestinationOptions
|
|
267
|
+
| undefined;
|
|
268
|
+
KinesisDataFirehose?:
|
|
269
|
+
| VerifiedAccessLogKinesisDataFirehoseDestinationOptions
|
|
270
|
+
| undefined;
|
|
271
|
+
LogVersion?: string | undefined;
|
|
272
|
+
IncludeTrustContext?: boolean | undefined;
|
|
273
|
+
}
|
|
274
|
+
export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
275
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
276
|
+
AccessLogs: VerifiedAccessLogOptions | undefined;
|
|
277
|
+
DryRun?: boolean | undefined;
|
|
278
|
+
ClientToken?: string | undefined;
|
|
279
|
+
}
|
|
280
|
+
export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
281
|
+
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
|
|
282
|
+
}
|
|
283
|
+
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
|
284
|
+
PublicSigningKeyUrl?: string | undefined;
|
|
285
|
+
}
|
|
286
|
+
export interface ModifyVerifiedAccessNativeApplicationOidcOptions {
|
|
287
|
+
PublicSigningKeyEndpoint?: string | undefined;
|
|
288
|
+
Issuer?: string | undefined;
|
|
289
|
+
AuthorizationEndpoint?: string | undefined;
|
|
290
|
+
TokenEndpoint?: string | undefined;
|
|
291
|
+
UserInfoEndpoint?: string | undefined;
|
|
292
|
+
ClientId?: string | undefined;
|
|
293
|
+
ClientSecret?: string | undefined;
|
|
294
|
+
Scope?: string | undefined;
|
|
295
|
+
}
|
|
127
296
|
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
128
297
|
Issuer?: string | undefined;
|
|
129
298
|
AuthorizationEndpoint?: string | undefined;
|
|
@@ -1029,6 +1198,20 @@ export interface PrivateDnsNameOptionsRequest {
|
|
|
1029
1198
|
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
1030
1199
|
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
1031
1200
|
}
|
|
1201
|
+
export interface InstanceSecondaryInterfacePrivateIpAddressRequest {
|
|
1202
|
+
PrivateIpAddress: string | undefined;
|
|
1203
|
+
}
|
|
1204
|
+
export interface InstanceSecondaryInterfaceSpecificationRequest {
|
|
1205
|
+
DeleteOnTermination?: boolean | undefined;
|
|
1206
|
+
DeviceIndex?: number | undefined;
|
|
1207
|
+
PrivateIpAddresses?:
|
|
1208
|
+
| InstanceSecondaryInterfacePrivateIpAddressRequest[]
|
|
1209
|
+
| undefined;
|
|
1210
|
+
PrivateIpAddressCount?: number | undefined;
|
|
1211
|
+
SecondarySubnetId?: string | undefined;
|
|
1212
|
+
InterfaceType?: SecondaryInterfaceType | undefined;
|
|
1213
|
+
NetworkCardIndex?: number | undefined;
|
|
1214
|
+
}
|
|
1032
1215
|
export interface RunInstancesRequest {
|
|
1033
1216
|
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
1034
1217
|
ImageId?: string | undefined;
|
|
@@ -1068,6 +1251,9 @@ export interface RunInstancesRequest {
|
|
|
1068
1251
|
| InstanceNetworkPerformanceOptionsRequest
|
|
1069
1252
|
| undefined;
|
|
1070
1253
|
Operator?: OperatorRequest | undefined;
|
|
1254
|
+
SecondaryInterfaces?:
|
|
1255
|
+
| InstanceSecondaryInterfaceSpecificationRequest[]
|
|
1256
|
+
| undefined;
|
|
1071
1257
|
DryRun?: boolean | undefined;
|
|
1072
1258
|
DisableApiTermination?: boolean | undefined;
|
|
1073
1259
|
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeSecondaryInterfacesCommandInput,
|
|
4
|
+
DescribeSecondaryInterfacesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeSecondaryInterfacesCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeSecondaryInterfaces: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeSecondaryInterfacesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeSecondaryInterfacesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeSecondaryNetworksCommandInput,
|
|
4
|
+
DescribeSecondaryNetworksCommandOutput,
|
|
5
|
+
} from "../commands/DescribeSecondaryNetworksCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeSecondaryNetworks: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeSecondaryNetworksCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeSecondaryNetworksCommandOutput>;
|