@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
|
@@ -1,11 +1,674 @@
|
|
|
1
|
-
import { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ArchitectureValues, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, MarketType, MembershipType, PayerResponsibility, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RuleAction, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TpmSupportValues, TransitGatewayAttachmentResourceType, VerificationMethod, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy } from "./enums";
|
|
2
|
-
import { type AddressAttribute, type ByoipCidr, type CapacityReservation, type ClientVpnAuthorizationRuleStatus, type IamInstanceProfileAssociation, type IamInstanceProfileSpecification, type PortRange, type RouteTableAssociationState, type TransitGatewayMulticastDomainAssociations, type TransitGatewayPeeringAttachment, type TransitGatewayVpcAttachment, type VerifiedAccessTrustProvider, type VpcEncryptionControl, AddedPrincipal, IpPermission, NatGatewayAddress, TagSpecification, UnsuccessfulItem } from "./models_0";
|
|
1
|
+
import { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DnsSupportValue, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, MarketType, MembershipType, PayerResponsibility, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TpmSupportValues, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy } from "./enums";
|
|
2
|
+
import { type AddressAttribute, type ByoipCidr, type CapacityReservation, type ClientVpnAuthorizationRuleStatus, type IamInstanceProfileAssociation, type IamInstanceProfileSpecification, type PortRange, type RouteTableAssociationState, type TransitGatewayMulticastDomainAssociations, type TransitGatewayPeeringAttachment, type TransitGatewayVpcAttachment, type VerifiedAccessInstance, type VerifiedAccessSseSpecificationResponse, type VerifiedAccessTrustProvider, type VpcEncryptionControl, AddedPrincipal, IpPermission, NatGatewayAddress, TagSpecification, UnsuccessfulItem } from "./models_0";
|
|
3
3
|
import { type CreditSpecificationRequest, type IcmpTypeCode, type ManagedPrefixList, type OperatorRequest, type Placement, BlockDeviceMapping, ElasticGpuSpecification, InstanceIpv6Address, LocalGatewayRoute } from "./models_1";
|
|
4
|
-
import { type DnsOptionsSpecification, type VerifiedAccessSseSpecificationRequest, type VpcBlockPublicAccessExclusion, type VpnConnection, type VpnTunnelLogOptionsSpecification, IKEVersionsRequestListValue, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TransitGatewayRoute } from "./models_2";
|
|
5
|
-
import { type AttributeBooleanValue, type Byoasn, type ClientVpnConnectionStatus, type InstanceState, type InstanceTagNotificationAttribute, type IpamPoolCidr,
|
|
6
|
-
import { type NetworkInsightsAccessScopeAnalysis, type NetworkInsightsAnalysis, type PublicIpv4PoolRange, type RunInstancesMonitoringEnabled, type SpotFleetRequestConfigData, type SpotPlacement, InstanceNetworkInterfaceSpecification, ScheduledInstance, SpotInstanceRequest } from "./models_4";
|
|
7
|
-
import {
|
|
8
|
-
import type
|
|
4
|
+
import { type DnsOptionsSpecification, type TransitGatewayPrefixListReference, type VerifiedAccessEndpoint, type VerifiedAccessGroup, type VerifiedAccessSseSpecificationRequest, type VpcBlockPublicAccessExclusion, type VpnConnection, type VpnTunnelLogOptionsSpecification, IKEVersionsRequestListValue, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TransitGatewayRoute } from "./models_2";
|
|
5
|
+
import { type AttributeBooleanValue, type Byoasn, type ClientVpnConnectionStatus, type InstanceState, type InstanceTagNotificationAttribute, type IpamPoolCidr, CapacityBlock, CapacityBlockExtension, Filter } from "./models_3";
|
|
6
|
+
import { type Monitoring, type NetworkInsightsAccessScopeAnalysis, type NetworkInsightsAnalysis, type PublicIpv4PoolRange, type RunInstancesMonitoringEnabled, type SpotFleetRequestConfigData, type SpotPlacement, InstanceNetworkInterfaceSpecification, ScheduledInstance, SpotInstanceRequest } from "./models_4";
|
|
7
|
+
import type { VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
|
|
8
|
+
import { type CapacityReservationSpecification, Purchase } from "./models_6";
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
13
|
+
/**
|
|
14
|
+
* <p>The ID of the transit gateway route table.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The ID of the prefix list.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
PrefixListId: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The ID of the attachment to which traffic is routed.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>Indicates whether to drop traffic that matches this route.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
Blackhole?: boolean | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
35
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
36
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
DryRun?: boolean | undefined;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export interface ModifyTransitGatewayPrefixListReferenceResult {
|
|
45
|
+
/**
|
|
46
|
+
* <p>Information about the prefix list reference.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference | undefined;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* <p>Describes the options for a VPC attachment.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
56
|
+
/**
|
|
57
|
+
* <p>Enable or disable DNS support. The default is <code>enable</code>.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
DnsSupport?: DnsSupportValue | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
|
|
63
|
+
*
|
|
64
|
+
* </p>
|
|
65
|
+
* <p>This option is disabled by default.</p>
|
|
66
|
+
* <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>Enable or disable IPv6 support. The default is <code>enable</code>.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
Ipv6Support?: Ipv6SupportValue | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is <code>disable</code>.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
export interface ModifyTransitGatewayVpcAttachmentRequest {
|
|
85
|
+
/**
|
|
86
|
+
* <p>The ID of the attachment.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
AddSubnetIds?: string[] | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>The IDs of one or more subnets to remove.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
RemoveSubnetIds?: string[] | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The new VPC attachment options.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
107
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
108
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
DryRun?: boolean | undefined;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export interface ModifyTransitGatewayVpcAttachmentResult {
|
|
117
|
+
/**
|
|
118
|
+
* <p>Information about the modified attachment.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* <p>Describes the port range for a Verified Access endpoint.</p>
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
export interface ModifyVerifiedAccessEndpointPortRange {
|
|
128
|
+
/**
|
|
129
|
+
* <p>The start of the port range.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
FromPort?: number | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* <p>The end of the port range.</p>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
ToPort?: number | undefined;
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* <p>The CIDR options for a Verified Access endpoint.</p>
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
export interface ModifyVerifiedAccessEndpointCidrOptions {
|
|
144
|
+
/**
|
|
145
|
+
* <p>The port ranges.</p>
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* <p>Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the
|
|
152
|
+
* <code>load-balancer</code> type.</p>
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
|
|
156
|
+
/**
|
|
157
|
+
* <p>The IDs of the subnets.</p>
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
SubnetIds?: string[] | undefined;
|
|
161
|
+
/**
|
|
162
|
+
* <p>The IP protocol.</p>
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
166
|
+
/**
|
|
167
|
+
* <p>The IP port number.</p>
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
Port?: number | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* <p>The port ranges.</p>
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
176
|
+
}
|
|
177
|
+
/**
|
|
178
|
+
* <p>Describes the options when modifying a Verified Access endpoint with the
|
|
179
|
+
* <code>network-interface</code> type.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
183
|
+
/**
|
|
184
|
+
* <p>The IP protocol.</p>
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* <p>The IP port number.</p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
Port?: number | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* <p>The port ranges.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* <p>The RDS options for a Verified Access endpoint.</p>
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
export interface ModifyVerifiedAccessEndpointRdsOptions {
|
|
204
|
+
/**
|
|
205
|
+
* <p>The IDs of the subnets.</p>
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
SubnetIds?: string[] | undefined;
|
|
209
|
+
/**
|
|
210
|
+
* <p>The port.</p>
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
Port?: number | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* <p>The RDS endpoint.</p>
|
|
216
|
+
* @public
|
|
217
|
+
*/
|
|
218
|
+
RdsEndpoint?: string | undefined;
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* @public
|
|
222
|
+
*/
|
|
223
|
+
export interface ModifyVerifiedAccessEndpointRequest {
|
|
224
|
+
/**
|
|
225
|
+
* <p>The ID of the Verified Access endpoint.</p>
|
|
226
|
+
* @public
|
|
227
|
+
*/
|
|
228
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
229
|
+
/**
|
|
230
|
+
* <p>The ID of the Verified Access group.</p>
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
VerifiedAccessGroupId?: string | undefined;
|
|
234
|
+
/**
|
|
235
|
+
* <p>The load balancer details if creating the Verified Access endpoint as
|
|
236
|
+
* <code>load-balancer</code>type.</p>
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
LoadBalancerOptions?: ModifyVerifiedAccessEndpointLoadBalancerOptions | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* <p>The network interface options.</p>
|
|
242
|
+
* @public
|
|
243
|
+
*/
|
|
244
|
+
NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions | undefined;
|
|
245
|
+
/**
|
|
246
|
+
* <p>A description for the Verified Access endpoint.</p>
|
|
247
|
+
* @public
|
|
248
|
+
*/
|
|
249
|
+
Description?: string | undefined;
|
|
250
|
+
/**
|
|
251
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
252
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
253
|
+
* @public
|
|
254
|
+
*/
|
|
255
|
+
ClientToken?: string | undefined;
|
|
256
|
+
/**
|
|
257
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
258
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
259
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
260
|
+
* @public
|
|
261
|
+
*/
|
|
262
|
+
DryRun?: boolean | undefined;
|
|
263
|
+
/**
|
|
264
|
+
* <p>The RDS options.</p>
|
|
265
|
+
* @public
|
|
266
|
+
*/
|
|
267
|
+
RdsOptions?: ModifyVerifiedAccessEndpointRdsOptions | undefined;
|
|
268
|
+
/**
|
|
269
|
+
* <p>The CIDR options.</p>
|
|
270
|
+
* @public
|
|
271
|
+
*/
|
|
272
|
+
CidrOptions?: ModifyVerifiedAccessEndpointCidrOptions | undefined;
|
|
273
|
+
}
|
|
274
|
+
/**
|
|
275
|
+
* @public
|
|
276
|
+
*/
|
|
277
|
+
export interface ModifyVerifiedAccessEndpointResult {
|
|
278
|
+
/**
|
|
279
|
+
* <p>Details about the Verified Access endpoint.</p>
|
|
280
|
+
* @public
|
|
281
|
+
*/
|
|
282
|
+
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
283
|
+
}
|
|
284
|
+
/**
|
|
285
|
+
* @public
|
|
286
|
+
*/
|
|
287
|
+
export interface ModifyVerifiedAccessEndpointPolicyRequest {
|
|
288
|
+
/**
|
|
289
|
+
* <p>The ID of the Verified Access endpoint.</p>
|
|
290
|
+
* @public
|
|
291
|
+
*/
|
|
292
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
293
|
+
/**
|
|
294
|
+
* <p>The status of the Verified Access policy.</p>
|
|
295
|
+
* @public
|
|
296
|
+
*/
|
|
297
|
+
PolicyEnabled?: boolean | undefined;
|
|
298
|
+
/**
|
|
299
|
+
* <p>The Verified Access policy document.</p>
|
|
300
|
+
* @public
|
|
301
|
+
*/
|
|
302
|
+
PolicyDocument?: string | undefined;
|
|
303
|
+
/**
|
|
304
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
305
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
ClientToken?: string | undefined;
|
|
309
|
+
/**
|
|
310
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
311
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
312
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
315
|
+
DryRun?: boolean | undefined;
|
|
316
|
+
/**
|
|
317
|
+
* <p>The options for server side encryption.</p>
|
|
318
|
+
* @public
|
|
319
|
+
*/
|
|
320
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
321
|
+
}
|
|
322
|
+
/**
|
|
323
|
+
* @public
|
|
324
|
+
*/
|
|
325
|
+
export interface ModifyVerifiedAccessEndpointPolicyResult {
|
|
326
|
+
/**
|
|
327
|
+
* <p>The status of the Verified Access policy.</p>
|
|
328
|
+
* @public
|
|
329
|
+
*/
|
|
330
|
+
PolicyEnabled?: boolean | undefined;
|
|
331
|
+
/**
|
|
332
|
+
* <p>The Verified Access policy document.</p>
|
|
333
|
+
* @public
|
|
334
|
+
*/
|
|
335
|
+
PolicyDocument?: string | undefined;
|
|
336
|
+
/**
|
|
337
|
+
* <p>The options in use for server side encryption.</p>
|
|
338
|
+
* @public
|
|
339
|
+
*/
|
|
340
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
341
|
+
}
|
|
342
|
+
/**
|
|
343
|
+
* @public
|
|
344
|
+
*/
|
|
345
|
+
export interface ModifyVerifiedAccessGroupRequest {
|
|
346
|
+
/**
|
|
347
|
+
* <p>The ID of the Verified Access group.</p>
|
|
348
|
+
* @public
|
|
349
|
+
*/
|
|
350
|
+
VerifiedAccessGroupId: string | undefined;
|
|
351
|
+
/**
|
|
352
|
+
* <p>The ID of the Verified Access instance.</p>
|
|
353
|
+
* @public
|
|
354
|
+
*/
|
|
355
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
356
|
+
/**
|
|
357
|
+
* <p>A description for the Verified Access group.</p>
|
|
358
|
+
* @public
|
|
359
|
+
*/
|
|
360
|
+
Description?: string | undefined;
|
|
361
|
+
/**
|
|
362
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
363
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
364
|
+
* @public
|
|
365
|
+
*/
|
|
366
|
+
ClientToken?: string | undefined;
|
|
367
|
+
/**
|
|
368
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
369
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
370
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
371
|
+
* @public
|
|
372
|
+
*/
|
|
373
|
+
DryRun?: boolean | undefined;
|
|
374
|
+
}
|
|
375
|
+
/**
|
|
376
|
+
* @public
|
|
377
|
+
*/
|
|
378
|
+
export interface ModifyVerifiedAccessGroupResult {
|
|
379
|
+
/**
|
|
380
|
+
* <p>Details about the Verified Access group.</p>
|
|
381
|
+
* @public
|
|
382
|
+
*/
|
|
383
|
+
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
384
|
+
}
|
|
385
|
+
/**
|
|
386
|
+
* @public
|
|
387
|
+
*/
|
|
388
|
+
export interface ModifyVerifiedAccessGroupPolicyRequest {
|
|
389
|
+
/**
|
|
390
|
+
* <p>The ID of the Verified Access group.</p>
|
|
391
|
+
* @public
|
|
392
|
+
*/
|
|
393
|
+
VerifiedAccessGroupId: string | undefined;
|
|
394
|
+
/**
|
|
395
|
+
* <p>The status of the Verified Access policy.</p>
|
|
396
|
+
* @public
|
|
397
|
+
*/
|
|
398
|
+
PolicyEnabled?: boolean | undefined;
|
|
399
|
+
/**
|
|
400
|
+
* <p>The Verified Access policy document.</p>
|
|
401
|
+
* @public
|
|
402
|
+
*/
|
|
403
|
+
PolicyDocument?: string | undefined;
|
|
404
|
+
/**
|
|
405
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
406
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
407
|
+
* @public
|
|
408
|
+
*/
|
|
409
|
+
ClientToken?: string | undefined;
|
|
410
|
+
/**
|
|
411
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
412
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
413
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
414
|
+
* @public
|
|
415
|
+
*/
|
|
416
|
+
DryRun?: boolean | undefined;
|
|
417
|
+
/**
|
|
418
|
+
* <p>The options for server side encryption.</p>
|
|
419
|
+
* @public
|
|
420
|
+
*/
|
|
421
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
422
|
+
}
|
|
423
|
+
/**
|
|
424
|
+
* @public
|
|
425
|
+
*/
|
|
426
|
+
export interface ModifyVerifiedAccessGroupPolicyResult {
|
|
427
|
+
/**
|
|
428
|
+
* <p>The status of the Verified Access policy.</p>
|
|
429
|
+
* @public
|
|
430
|
+
*/
|
|
431
|
+
PolicyEnabled?: boolean | undefined;
|
|
432
|
+
/**
|
|
433
|
+
* <p>The Verified Access policy document.</p>
|
|
434
|
+
* @public
|
|
435
|
+
*/
|
|
436
|
+
PolicyDocument?: string | undefined;
|
|
437
|
+
/**
|
|
438
|
+
* <p>The options in use for server side encryption.</p>
|
|
439
|
+
* @public
|
|
440
|
+
*/
|
|
441
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* @public
|
|
445
|
+
*/
|
|
446
|
+
export interface ModifyVerifiedAccessInstanceRequest {
|
|
447
|
+
/**
|
|
448
|
+
* <p>The ID of the Verified Access instance.</p>
|
|
449
|
+
* @public
|
|
450
|
+
*/
|
|
451
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
452
|
+
/**
|
|
453
|
+
* <p>A description for the Verified Access instance.</p>
|
|
454
|
+
* @public
|
|
455
|
+
*/
|
|
456
|
+
Description?: string | undefined;
|
|
457
|
+
/**
|
|
458
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
459
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
460
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
461
|
+
* @public
|
|
462
|
+
*/
|
|
463
|
+
DryRun?: boolean | undefined;
|
|
464
|
+
/**
|
|
465
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
466
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
467
|
+
* @public
|
|
468
|
+
*/
|
|
469
|
+
ClientToken?: string | undefined;
|
|
470
|
+
/**
|
|
471
|
+
* <p>The custom subdomain.</p>
|
|
472
|
+
* @public
|
|
473
|
+
*/
|
|
474
|
+
CidrEndpointsCustomSubDomain?: string | undefined;
|
|
475
|
+
}
|
|
476
|
+
/**
|
|
477
|
+
* @public
|
|
478
|
+
*/
|
|
479
|
+
export interface ModifyVerifiedAccessInstanceResult {
|
|
480
|
+
/**
|
|
481
|
+
* <p>Details about the Verified Access instance.</p>
|
|
482
|
+
* @public
|
|
483
|
+
*/
|
|
484
|
+
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
* <p>Options for CloudWatch Logs as a logging destination.</p>
|
|
488
|
+
* @public
|
|
489
|
+
*/
|
|
490
|
+
export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
|
|
491
|
+
/**
|
|
492
|
+
* <p>Indicates whether logging is enabled.</p>
|
|
493
|
+
* @public
|
|
494
|
+
*/
|
|
495
|
+
Enabled: boolean | undefined;
|
|
496
|
+
/**
|
|
497
|
+
* <p>The ID of the CloudWatch Logs log group.</p>
|
|
498
|
+
* @public
|
|
499
|
+
*/
|
|
500
|
+
LogGroup?: string | undefined;
|
|
501
|
+
}
|
|
502
|
+
/**
|
|
503
|
+
* <p>Describes Amazon Kinesis Data Firehose logging options.</p>
|
|
504
|
+
* @public
|
|
505
|
+
*/
|
|
506
|
+
export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
|
|
507
|
+
/**
|
|
508
|
+
* <p>Indicates whether logging is enabled.</p>
|
|
509
|
+
* @public
|
|
510
|
+
*/
|
|
511
|
+
Enabled: boolean | undefined;
|
|
512
|
+
/**
|
|
513
|
+
* <p>The ID of the delivery stream.</p>
|
|
514
|
+
* @public
|
|
515
|
+
*/
|
|
516
|
+
DeliveryStream?: string | undefined;
|
|
517
|
+
}
|
|
518
|
+
/**
|
|
519
|
+
* <p>Options for Amazon S3 as a logging destination.</p>
|
|
520
|
+
* @public
|
|
521
|
+
*/
|
|
522
|
+
export interface VerifiedAccessLogS3DestinationOptions {
|
|
523
|
+
/**
|
|
524
|
+
* <p>Indicates whether logging is enabled.</p>
|
|
525
|
+
* @public
|
|
526
|
+
*/
|
|
527
|
+
Enabled: boolean | undefined;
|
|
528
|
+
/**
|
|
529
|
+
* <p>The bucket name.</p>
|
|
530
|
+
* @public
|
|
531
|
+
*/
|
|
532
|
+
BucketName?: string | undefined;
|
|
533
|
+
/**
|
|
534
|
+
* <p>The bucket prefix.</p>
|
|
535
|
+
* @public
|
|
536
|
+
*/
|
|
537
|
+
Prefix?: string | undefined;
|
|
538
|
+
/**
|
|
539
|
+
* <p>The ID of the Amazon Web Services account that owns the Amazon S3 bucket.</p>
|
|
540
|
+
* @public
|
|
541
|
+
*/
|
|
542
|
+
BucketOwner?: string | undefined;
|
|
543
|
+
}
|
|
544
|
+
/**
|
|
545
|
+
* <p>Options for Verified Access logs.</p>
|
|
546
|
+
* @public
|
|
547
|
+
*/
|
|
548
|
+
export interface VerifiedAccessLogOptions {
|
|
549
|
+
/**
|
|
550
|
+
* <p>Sends Verified Access logs to Amazon S3.</p>
|
|
551
|
+
* @public
|
|
552
|
+
*/
|
|
553
|
+
S3?: VerifiedAccessLogS3DestinationOptions | undefined;
|
|
554
|
+
/**
|
|
555
|
+
* <p>Sends Verified Access logs to CloudWatch Logs.</p>
|
|
556
|
+
* @public
|
|
557
|
+
*/
|
|
558
|
+
CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestinationOptions | undefined;
|
|
559
|
+
/**
|
|
560
|
+
* <p>Sends Verified Access logs to Kinesis.</p>
|
|
561
|
+
* @public
|
|
562
|
+
*/
|
|
563
|
+
KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestinationOptions | undefined;
|
|
564
|
+
/**
|
|
565
|
+
* <p>The logging version.</p>
|
|
566
|
+
* <p>Valid values: <code>ocsf-0.1</code> | <code>ocsf-1.0.0-rc.2</code>
|
|
567
|
+
* </p>
|
|
568
|
+
* @public
|
|
569
|
+
*/
|
|
570
|
+
LogVersion?: string | undefined;
|
|
571
|
+
/**
|
|
572
|
+
* <p>Indicates whether to include trust data sent by trust providers in the logs.</p>
|
|
573
|
+
* @public
|
|
574
|
+
*/
|
|
575
|
+
IncludeTrustContext?: boolean | undefined;
|
|
576
|
+
}
|
|
577
|
+
/**
|
|
578
|
+
* @public
|
|
579
|
+
*/
|
|
580
|
+
export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
581
|
+
/**
|
|
582
|
+
* <p>The ID of the Verified Access instance.</p>
|
|
583
|
+
* @public
|
|
584
|
+
*/
|
|
585
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
586
|
+
/**
|
|
587
|
+
* <p>The configuration options for Verified Access instances.</p>
|
|
588
|
+
* @public
|
|
589
|
+
*/
|
|
590
|
+
AccessLogs: VerifiedAccessLogOptions | undefined;
|
|
591
|
+
/**
|
|
592
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
593
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
594
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
595
|
+
* @public
|
|
596
|
+
*/
|
|
597
|
+
DryRun?: boolean | undefined;
|
|
598
|
+
/**
|
|
599
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
600
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
601
|
+
* @public
|
|
602
|
+
*/
|
|
603
|
+
ClientToken?: string | undefined;
|
|
604
|
+
}
|
|
605
|
+
/**
|
|
606
|
+
* @public
|
|
607
|
+
*/
|
|
608
|
+
export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
609
|
+
/**
|
|
610
|
+
* <p>The logging configuration for the Verified Access instance.</p>
|
|
611
|
+
* @public
|
|
612
|
+
*/
|
|
613
|
+
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
|
|
614
|
+
}
|
|
615
|
+
/**
|
|
616
|
+
* <p>Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.</p>
|
|
617
|
+
* @public
|
|
618
|
+
*/
|
|
619
|
+
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
|
620
|
+
/**
|
|
621
|
+
* <p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.</p>
|
|
622
|
+
* @public
|
|
623
|
+
*/
|
|
624
|
+
PublicSigningKeyUrl?: string | undefined;
|
|
625
|
+
}
|
|
626
|
+
/**
|
|
627
|
+
* <p>Describes the OpenID Connect (OIDC) options.</p>
|
|
628
|
+
* @public
|
|
629
|
+
*/
|
|
630
|
+
export interface ModifyVerifiedAccessNativeApplicationOidcOptions {
|
|
631
|
+
/**
|
|
632
|
+
* <p>The public signing key endpoint.</p>
|
|
633
|
+
* @public
|
|
634
|
+
*/
|
|
635
|
+
PublicSigningKeyEndpoint?: string | undefined;
|
|
636
|
+
/**
|
|
637
|
+
* <p>The OIDC issuer identifier of the IdP.</p>
|
|
638
|
+
* @public
|
|
639
|
+
*/
|
|
640
|
+
Issuer?: string | undefined;
|
|
641
|
+
/**
|
|
642
|
+
* <p>The authorization endpoint of the IdP.</p>
|
|
643
|
+
* @public
|
|
644
|
+
*/
|
|
645
|
+
AuthorizationEndpoint?: string | undefined;
|
|
646
|
+
/**
|
|
647
|
+
* <p>The token endpoint of the IdP.</p>
|
|
648
|
+
* @public
|
|
649
|
+
*/
|
|
650
|
+
TokenEndpoint?: string | undefined;
|
|
651
|
+
/**
|
|
652
|
+
* <p>The user info endpoint of the IdP.</p>
|
|
653
|
+
* @public
|
|
654
|
+
*/
|
|
655
|
+
UserInfoEndpoint?: string | undefined;
|
|
656
|
+
/**
|
|
657
|
+
* <p>The OAuth 2.0 client identifier.</p>
|
|
658
|
+
* @public
|
|
659
|
+
*/
|
|
660
|
+
ClientId?: string | undefined;
|
|
661
|
+
/**
|
|
662
|
+
* <p>The OAuth 2.0 client secret.</p>
|
|
663
|
+
* @public
|
|
664
|
+
*/
|
|
665
|
+
ClientSecret?: string | undefined;
|
|
666
|
+
/**
|
|
667
|
+
* <p>The set of user claims to be requested from the IdP.</p>
|
|
668
|
+
* @public
|
|
669
|
+
*/
|
|
670
|
+
Scope?: string | undefined;
|
|
671
|
+
}
|
|
9
672
|
/**
|
|
10
673
|
* <p>Options for an OpenID Connect-compatible user-identity trust provider.</p>
|
|
11
674
|
* @public
|
|
@@ -4391,8 +5054,8 @@ export interface InstanceMetadataOptionsRequest {
|
|
|
4391
5054
|
/**
|
|
4392
5055
|
* <p>Set to <code>enabled</code> to allow access to instance tags from the instance
|
|
4393
5056
|
* metadata. Set to <code>disabled</code> to turn off access to instance tags from the
|
|
4394
|
-
* instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
4395
|
-
*
|
|
5057
|
+
* instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-tags-in-IMDS.html">View tags for your EC2
|
|
5058
|
+
* instances using instance metadata</a>.</p>
|
|
4396
5059
|
* <p>Default: <code>disabled</code>
|
|
4397
5060
|
* </p>
|
|
4398
5061
|
* @public
|
|
@@ -4454,6 +5117,59 @@ export interface PrivateDnsNameOptionsRequest {
|
|
|
4454
5117
|
*/
|
|
4455
5118
|
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
4456
5119
|
}
|
|
5120
|
+
/**
|
|
5121
|
+
* <p>Describes a private IPv4 address for a secondary interface request.</p>
|
|
5122
|
+
* @public
|
|
5123
|
+
*/
|
|
5124
|
+
export interface InstanceSecondaryInterfacePrivateIpAddressRequest {
|
|
5125
|
+
/**
|
|
5126
|
+
* <p>The private IPv4 address.</p>
|
|
5127
|
+
* @public
|
|
5128
|
+
*/
|
|
5129
|
+
PrivateIpAddress: string | undefined;
|
|
5130
|
+
}
|
|
5131
|
+
/**
|
|
5132
|
+
* <p>Describes a secondary interface specification for launching an instance.</p>
|
|
5133
|
+
* @public
|
|
5134
|
+
*/
|
|
5135
|
+
export interface InstanceSecondaryInterfaceSpecificationRequest {
|
|
5136
|
+
/**
|
|
5137
|
+
* <p>Indicates whether the secondary interface is deleted when the instance is terminated.</p>
|
|
5138
|
+
* <p>The only supported value for this field is <code>true</code>.</p>
|
|
5139
|
+
* @public
|
|
5140
|
+
*/
|
|
5141
|
+
DeleteOnTermination?: boolean | undefined;
|
|
5142
|
+
/**
|
|
5143
|
+
* <p>The device index for the secondary interface attachment.</p>
|
|
5144
|
+
* @public
|
|
5145
|
+
*/
|
|
5146
|
+
DeviceIndex?: number | undefined;
|
|
5147
|
+
/**
|
|
5148
|
+
* <p>The private IPv4 addresses to assign to the secondary interface.</p>
|
|
5149
|
+
* @public
|
|
5150
|
+
*/
|
|
5151
|
+
PrivateIpAddresses?: InstanceSecondaryInterfacePrivateIpAddressRequest[] | undefined;
|
|
5152
|
+
/**
|
|
5153
|
+
* <p>The number of private IPv4 addresses to assign to the secondary interface.</p>
|
|
5154
|
+
* @public
|
|
5155
|
+
*/
|
|
5156
|
+
PrivateIpAddressCount?: number | undefined;
|
|
5157
|
+
/**
|
|
5158
|
+
* <p>The ID of the secondary subnet.</p>
|
|
5159
|
+
* @public
|
|
5160
|
+
*/
|
|
5161
|
+
SecondarySubnetId?: string | undefined;
|
|
5162
|
+
/**
|
|
5163
|
+
* <p>The type of secondary interface.</p>
|
|
5164
|
+
* @public
|
|
5165
|
+
*/
|
|
5166
|
+
InterfaceType?: SecondaryInterfaceType | undefined;
|
|
5167
|
+
/**
|
|
5168
|
+
* <p>The index of the network card. The network card must support secondary interfaces.</p>
|
|
5169
|
+
* @public
|
|
5170
|
+
*/
|
|
5171
|
+
NetworkCardIndex?: number | undefined;
|
|
5172
|
+
}
|
|
4457
5173
|
/**
|
|
4458
5174
|
* @public
|
|
4459
5175
|
*/
|
|
@@ -4742,6 +5458,11 @@ export interface RunInstancesRequest {
|
|
|
4742
5458
|
* @public
|
|
4743
5459
|
*/
|
|
4744
5460
|
Operator?: OperatorRequest | undefined;
|
|
5461
|
+
/**
|
|
5462
|
+
* <p>The secondary interfaces to associate with the instance.</p>
|
|
5463
|
+
* @public
|
|
5464
|
+
*/
|
|
5465
|
+
SecondaryInterfaces?: InstanceSecondaryInterfaceSpecificationRequest[] | undefined;
|
|
4745
5466
|
/**
|
|
4746
5467
|
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
4747
5468
|
* request, and provides an error response. If you have the required permissions, the error response is
|