@aws-sdk/client-ec2 3.920.0 → 3.922.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 +88 -0
- package/dist-cjs/index.js +2417 -1157
- package/dist-es/EC2.js +22 -0
- package/dist-es/commands/CreateIpamPrefixListResolverCommand.js +22 -0
- package/dist-es/commands/CreateIpamPrefixListResolverTargetCommand.js +22 -0
- package/dist-es/commands/CreateLaunchTemplateCommand.js +1 -1
- package/dist-es/commands/CreateLaunchTemplateVersionCommand.js +1 -2
- package/dist-es/commands/CreateVerifiedAccessTrustProviderCommand.js +1 -1
- package/dist-es/commands/DeleteIpamPrefixListResolverCommand.js +22 -0
- package/dist-es/commands/DeleteIpamPrefixListResolverTargetCommand.js +22 -0
- package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
- package/dist-es/commands/DescribeIpamPrefixListResolverTargetsCommand.js +22 -0
- package/dist-es/commands/DescribeIpamPrefixListResolversCommand.js +22 -0
- package/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
- package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
- package/dist-es/commands/GetIpamPrefixListResolverRulesCommand.js +22 -0
- package/dist-es/commands/GetIpamPrefixListResolverVersionEntriesCommand.js +22 -0
- package/dist-es/commands/GetIpamPrefixListResolverVersionsCommand.js +22 -0
- package/dist-es/commands/ModifyIpamPrefixListResolverCommand.js +22 -0
- package/dist-es/commands/ModifyIpamPrefixListResolverTargetCommand.js +22 -0
- package/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/models/models_1.js +54 -16
- package/dist-es/models/models_2.js +16 -40
- package/dist-es/models/models_3.js +40 -20
- package/dist-es/models/models_4.js +20 -26
- package/dist-es/models/models_5.js +26 -21
- package/dist-es/models/models_6.js +20 -30
- package/dist-es/models/models_7.js +30 -32
- package/dist-es/models/models_8.js +24 -0
- package/dist-es/pagination/DescribeIpamPrefixListResolverTargetsPaginator.js +4 -0
- package/dist-es/pagination/DescribeIpamPrefixListResolversPaginator.js +4 -0
- package/dist-es/pagination/GetIpamPrefixListResolverRulesPaginator.js +4 -0
- package/dist-es/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.js +4 -0
- package/dist-es/pagination/GetIpamPrefixListResolverVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_ec2.js +989 -6
- package/dist-types/EC2.d.ts +79 -0
- package/dist-types/EC2Client.d.ts +13 -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/CancelSpotFleetRequestsCommand.d.ts +12 -0
- 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/CreateDefaultVpcCommand.d.ts +3 -0
- 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/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +3 -2
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +130 -0
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +111 -0
- 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 +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -4
- 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 +3 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +3 -2
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -3
- package/dist-types/commands/CreateVpcCommand.d.ts +15 -11
- 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/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +12 -0
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +92 -0
- package/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +94 -0
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +107 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.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 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
- package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +107 -0
- package/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +83 -0
- package/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +125 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -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/ModifyIpamPrefixListResolverCommand.d.ts +115 -0
- package/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +96 -0
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +3 -0
- 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/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -2
- 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/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +13 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +4 -2
- package/dist-types/models/models_1.d.ts +1260 -1479
- package/dist-types/models/models_2.d.ts +5322 -5156
- package/dist-types/models/models_3.d.ts +3330 -3373
- package/dist-types/models/models_4.d.ts +758 -331
- package/dist-types/models/models_5.d.ts +472 -704
- package/dist-types/models/models_6.d.ts +3471 -3345
- package/dist-types/models/models_7.d.ts +4767 -4822
- package/dist-types/models/models_8.d.ts +1013 -7
- package/dist-types/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +7 -0
- package/dist-types/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +7 -0
- package/dist-types/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_ec2.d.ts +99 -0
- package/dist-types/ts3.4/EC2.d.ts +225 -0
- package/dist-types/ts3.4/EC2Client.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateIpamPrefixListResolverCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.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 +1 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +51 -0
- 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/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +139 -147
- package/dist-types/ts3.4/models/models_2.d.ts +164 -139
- package/dist-types/ts3.4/models/models_3.d.ts +155 -151
- package/dist-types/ts3.4/models/models_4.d.ts +149 -96
- package/dist-types/ts3.4/models/models_5.d.ts +124 -143
- package/dist-types/ts3.4/models/models_6.d.ts +135 -137
- package/dist-types/ts3.4/models/models_7.d.ts +216 -258
- package/dist-types/ts3.4/models/models_8.d.ts +254 -5
- package/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
- package/package.json +35 -35
|
@@ -23,8 +23,6 @@ import {
|
|
|
23
23
|
TransitGatewayVpcAttachment,
|
|
24
24
|
TrunkInterfaceAssociation,
|
|
25
25
|
UserIdGroupPair,
|
|
26
|
-
VerifiedAccessInstance,
|
|
27
|
-
VerifiedAccessTrustProvider,
|
|
28
26
|
} from "./models_0";
|
|
29
27
|
import {
|
|
30
28
|
_InstanceType,
|
|
@@ -40,23 +38,24 @@ import {
|
|
|
40
38
|
Ipam,
|
|
41
39
|
IpamExternalResourceVerificationToken,
|
|
42
40
|
IpamPool,
|
|
41
|
+
IpamPrefixListResolver,
|
|
42
|
+
IpamPrefixListResolverTarget,
|
|
43
43
|
IpamResourceDiscovery,
|
|
44
44
|
IpamScope,
|
|
45
45
|
Ipv4PrefixSpecificationRequest,
|
|
46
46
|
Ipv6PrefixSpecificationRequest,
|
|
47
47
|
KeyType,
|
|
48
|
-
LaunchTemplate,
|
|
49
48
|
MacModificationTask,
|
|
50
49
|
PrivateIpAddressSpecification,
|
|
51
50
|
SpotInstanceType,
|
|
52
51
|
Subnet,
|
|
53
52
|
TargetCapacityUnitType,
|
|
54
53
|
Tenancy,
|
|
55
|
-
Volume,
|
|
56
54
|
} from "./models_1";
|
|
57
55
|
import {
|
|
58
56
|
GroupIdentifier,
|
|
59
57
|
InstanceIpv6Address,
|
|
58
|
+
LaunchTemplate,
|
|
60
59
|
LaunchTemplateVersion,
|
|
61
60
|
LocalGatewayRouteTable,
|
|
62
61
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
@@ -94,22 +93,113 @@ import {
|
|
|
94
93
|
TransitGatewayRouteTable,
|
|
95
94
|
TransitGatewayRouteTableAnnouncement,
|
|
96
95
|
VerifiedAccessEndpoint,
|
|
97
|
-
VerifiedAccessGroup,
|
|
98
96
|
} from "./models_2";
|
|
99
97
|
import { Byoasn, Filter, IdFormat } from "./models_3";
|
|
100
98
|
import {
|
|
99
|
+
AttachmentLimitType,
|
|
101
100
|
AttributeBooleanValue,
|
|
102
|
-
|
|
101
|
+
EbsOptimizedInfo,
|
|
102
|
+
EbsOptimizedSupport,
|
|
103
103
|
EventInformation,
|
|
104
|
-
FpgaInfo,
|
|
105
|
-
GpuInfo,
|
|
106
|
-
InferenceAcceleratorInfo,
|
|
107
|
-
InstanceStorageInfo,
|
|
108
|
-
InstanceTypeHypervisor,
|
|
109
104
|
PermissionGroup,
|
|
110
105
|
ProductCode,
|
|
111
106
|
VirtualizationType,
|
|
112
107
|
} from "./models_4";
|
|
108
|
+
export declare const EbsEncryptionSupport: {
|
|
109
|
+
readonly supported: "supported";
|
|
110
|
+
readonly unsupported: "unsupported";
|
|
111
|
+
};
|
|
112
|
+
export type EbsEncryptionSupport =
|
|
113
|
+
(typeof EbsEncryptionSupport)[keyof typeof EbsEncryptionSupport];
|
|
114
|
+
export declare const EbsNvmeSupport: {
|
|
115
|
+
readonly REQUIRED: "required";
|
|
116
|
+
readonly SUPPORTED: "supported";
|
|
117
|
+
readonly UNSUPPORTED: "unsupported";
|
|
118
|
+
};
|
|
119
|
+
export type EbsNvmeSupport =
|
|
120
|
+
(typeof EbsNvmeSupport)[keyof typeof EbsNvmeSupport];
|
|
121
|
+
export interface EbsInfo {
|
|
122
|
+
EbsOptimizedSupport?: EbsOptimizedSupport | undefined;
|
|
123
|
+
EncryptionSupport?: EbsEncryptionSupport | undefined;
|
|
124
|
+
EbsOptimizedInfo?: EbsOptimizedInfo | undefined;
|
|
125
|
+
NvmeSupport?: EbsNvmeSupport | undefined;
|
|
126
|
+
MaximumEbsAttachments?: number | undefined;
|
|
127
|
+
AttachmentLimitType?: AttachmentLimitType | undefined;
|
|
128
|
+
}
|
|
129
|
+
export interface FpgaDeviceMemoryInfo {
|
|
130
|
+
SizeInMiB?: number | undefined;
|
|
131
|
+
}
|
|
132
|
+
export interface FpgaDeviceInfo {
|
|
133
|
+
Name?: string | undefined;
|
|
134
|
+
Manufacturer?: string | undefined;
|
|
135
|
+
Count?: number | undefined;
|
|
136
|
+
MemoryInfo?: FpgaDeviceMemoryInfo | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface FpgaInfo {
|
|
139
|
+
Fpgas?: FpgaDeviceInfo[] | undefined;
|
|
140
|
+
TotalFpgaMemoryInMiB?: number | undefined;
|
|
141
|
+
}
|
|
142
|
+
export interface GpuDeviceMemoryInfo {
|
|
143
|
+
SizeInMiB?: number | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface GpuDeviceInfo {
|
|
146
|
+
Name?: string | undefined;
|
|
147
|
+
Manufacturer?: string | undefined;
|
|
148
|
+
Count?: number | undefined;
|
|
149
|
+
MemoryInfo?: GpuDeviceMemoryInfo | undefined;
|
|
150
|
+
}
|
|
151
|
+
export interface GpuInfo {
|
|
152
|
+
Gpus?: GpuDeviceInfo[] | undefined;
|
|
153
|
+
TotalGpuMemoryInMiB?: number | undefined;
|
|
154
|
+
}
|
|
155
|
+
export declare const InstanceTypeHypervisor: {
|
|
156
|
+
readonly NITRO: "nitro";
|
|
157
|
+
readonly XEN: "xen";
|
|
158
|
+
};
|
|
159
|
+
export type InstanceTypeHypervisor =
|
|
160
|
+
(typeof InstanceTypeHypervisor)[keyof typeof InstanceTypeHypervisor];
|
|
161
|
+
export interface InferenceDeviceMemoryInfo {
|
|
162
|
+
SizeInMiB?: number | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface InferenceDeviceInfo {
|
|
165
|
+
Count?: number | undefined;
|
|
166
|
+
Name?: string | undefined;
|
|
167
|
+
Manufacturer?: string | undefined;
|
|
168
|
+
MemoryInfo?: InferenceDeviceMemoryInfo | undefined;
|
|
169
|
+
}
|
|
170
|
+
export interface InferenceAcceleratorInfo {
|
|
171
|
+
Accelerators?: InferenceDeviceInfo[] | undefined;
|
|
172
|
+
TotalInferenceMemoryInMiB?: number | undefined;
|
|
173
|
+
}
|
|
174
|
+
export declare const DiskType: {
|
|
175
|
+
readonly hdd: "hdd";
|
|
176
|
+
readonly ssd: "ssd";
|
|
177
|
+
};
|
|
178
|
+
export type DiskType = (typeof DiskType)[keyof typeof DiskType];
|
|
179
|
+
export interface DiskInfo {
|
|
180
|
+
SizeInGB?: number | undefined;
|
|
181
|
+
Count?: number | undefined;
|
|
182
|
+
Type?: DiskType | undefined;
|
|
183
|
+
}
|
|
184
|
+
export declare const InstanceStorageEncryptionSupport: {
|
|
185
|
+
readonly required: "required";
|
|
186
|
+
readonly unsupported: "unsupported";
|
|
187
|
+
};
|
|
188
|
+
export type InstanceStorageEncryptionSupport =
|
|
189
|
+
(typeof InstanceStorageEncryptionSupport)[keyof typeof InstanceStorageEncryptionSupport];
|
|
190
|
+
export declare const EphemeralNvmeSupport: {
|
|
191
|
+
readonly REQUIRED: "required";
|
|
192
|
+
readonly SUPPORTED: "supported";
|
|
193
|
+
readonly UNSUPPORTED: "unsupported";
|
|
194
|
+
};
|
|
195
|
+
export type EphemeralNvmeSupport =
|
|
196
|
+
(typeof EphemeralNvmeSupport)[keyof typeof EphemeralNvmeSupport];
|
|
197
|
+
export interface InstanceStorageInfo {
|
|
198
|
+
TotalSizeInGB?: number | undefined;
|
|
199
|
+
Disks?: DiskInfo[] | undefined;
|
|
200
|
+
NvmeSupport?: EphemeralNvmeSupport | undefined;
|
|
201
|
+
EncryptionSupport?: InstanceStorageEncryptionSupport | undefined;
|
|
202
|
+
}
|
|
113
203
|
export interface MediaDeviceMemoryInfo {
|
|
114
204
|
SizeInMiB?: number | undefined;
|
|
115
205
|
}
|
|
@@ -354,6 +444,29 @@ export interface DescribeIpamPoolsResult {
|
|
|
354
444
|
NextToken?: string | undefined;
|
|
355
445
|
IpamPools?: IpamPool[] | undefined;
|
|
356
446
|
}
|
|
447
|
+
export interface DescribeIpamPrefixListResolversRequest {
|
|
448
|
+
DryRun?: boolean | undefined;
|
|
449
|
+
Filters?: Filter[] | undefined;
|
|
450
|
+
MaxResults?: number | undefined;
|
|
451
|
+
NextToken?: string | undefined;
|
|
452
|
+
IpamPrefixListResolverIds?: string[] | undefined;
|
|
453
|
+
}
|
|
454
|
+
export interface DescribeIpamPrefixListResolversResult {
|
|
455
|
+
NextToken?: string | undefined;
|
|
456
|
+
IpamPrefixListResolvers?: IpamPrefixListResolver[] | undefined;
|
|
457
|
+
}
|
|
458
|
+
export interface DescribeIpamPrefixListResolverTargetsRequest {
|
|
459
|
+
DryRun?: boolean | undefined;
|
|
460
|
+
Filters?: Filter[] | undefined;
|
|
461
|
+
MaxResults?: number | undefined;
|
|
462
|
+
NextToken?: string | undefined;
|
|
463
|
+
IpamPrefixListResolverTargetIds?: string[] | undefined;
|
|
464
|
+
IpamPrefixListResolverId?: string | undefined;
|
|
465
|
+
}
|
|
466
|
+
export interface DescribeIpamPrefixListResolverTargetsResult {
|
|
467
|
+
NextToken?: string | undefined;
|
|
468
|
+
IpamPrefixListResolverTargets?: IpamPrefixListResolverTarget[] | undefined;
|
|
469
|
+
}
|
|
357
470
|
export interface DescribeIpamResourceDiscoveriesRequest {
|
|
358
471
|
DryRun?: boolean | undefined;
|
|
359
472
|
IpamResourceDiscoveryIds?: string[] | undefined;
|
|
@@ -1934,135 +2047,6 @@ export interface DescribeVerifiedAccessEndpointsResult {
|
|
|
1934
2047
|
VerifiedAccessEndpoints?: VerifiedAccessEndpoint[] | undefined;
|
|
1935
2048
|
NextToken?: string | undefined;
|
|
1936
2049
|
}
|
|
1937
|
-
export interface DescribeVerifiedAccessGroupsRequest {
|
|
1938
|
-
VerifiedAccessGroupIds?: string[] | undefined;
|
|
1939
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
1940
|
-
MaxResults?: number | undefined;
|
|
1941
|
-
NextToken?: string | undefined;
|
|
1942
|
-
Filters?: Filter[] | undefined;
|
|
1943
|
-
DryRun?: boolean | undefined;
|
|
1944
|
-
}
|
|
1945
|
-
export interface DescribeVerifiedAccessGroupsResult {
|
|
1946
|
-
VerifiedAccessGroups?: VerifiedAccessGroup[] | undefined;
|
|
1947
|
-
NextToken?: string | undefined;
|
|
1948
|
-
}
|
|
1949
|
-
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
|
|
1950
|
-
VerifiedAccessInstanceIds?: string[] | undefined;
|
|
1951
|
-
MaxResults?: number | undefined;
|
|
1952
|
-
NextToken?: string | undefined;
|
|
1953
|
-
Filters?: Filter[] | undefined;
|
|
1954
|
-
DryRun?: boolean | undefined;
|
|
1955
|
-
}
|
|
1956
|
-
export declare const VerifiedAccessLogDeliveryStatusCode: {
|
|
1957
|
-
readonly FAILED: "failed";
|
|
1958
|
-
readonly SUCCESS: "success";
|
|
1959
|
-
};
|
|
1960
|
-
export type VerifiedAccessLogDeliveryStatusCode =
|
|
1961
|
-
(typeof VerifiedAccessLogDeliveryStatusCode)[keyof typeof VerifiedAccessLogDeliveryStatusCode];
|
|
1962
|
-
export interface VerifiedAccessLogDeliveryStatus {
|
|
1963
|
-
Code?: VerifiedAccessLogDeliveryStatusCode | undefined;
|
|
1964
|
-
Message?: string | undefined;
|
|
1965
|
-
}
|
|
1966
|
-
export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
1967
|
-
Enabled?: boolean | undefined;
|
|
1968
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
1969
|
-
LogGroup?: string | undefined;
|
|
1970
|
-
}
|
|
1971
|
-
export interface VerifiedAccessLogKinesisDataFirehoseDestination {
|
|
1972
|
-
Enabled?: boolean | undefined;
|
|
1973
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
1974
|
-
DeliveryStream?: string | undefined;
|
|
1975
|
-
}
|
|
1976
|
-
export interface VerifiedAccessLogS3Destination {
|
|
1977
|
-
Enabled?: boolean | undefined;
|
|
1978
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
1979
|
-
BucketName?: string | undefined;
|
|
1980
|
-
Prefix?: string | undefined;
|
|
1981
|
-
BucketOwner?: string | undefined;
|
|
1982
|
-
}
|
|
1983
|
-
export interface VerifiedAccessLogs {
|
|
1984
|
-
S3?: VerifiedAccessLogS3Destination | undefined;
|
|
1985
|
-
CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestination | undefined;
|
|
1986
|
-
KinesisDataFirehose?:
|
|
1987
|
-
| VerifiedAccessLogKinesisDataFirehoseDestination
|
|
1988
|
-
| undefined;
|
|
1989
|
-
LogVersion?: string | undefined;
|
|
1990
|
-
IncludeTrustContext?: boolean | undefined;
|
|
1991
|
-
}
|
|
1992
|
-
export interface VerifiedAccessInstanceLoggingConfiguration {
|
|
1993
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
1994
|
-
AccessLogs?: VerifiedAccessLogs | undefined;
|
|
1995
|
-
}
|
|
1996
|
-
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
|
|
1997
|
-
LoggingConfigurations?:
|
|
1998
|
-
| VerifiedAccessInstanceLoggingConfiguration[]
|
|
1999
|
-
| undefined;
|
|
2000
|
-
NextToken?: string | undefined;
|
|
2001
|
-
}
|
|
2002
|
-
export interface DescribeVerifiedAccessInstancesRequest {
|
|
2003
|
-
VerifiedAccessInstanceIds?: string[] | undefined;
|
|
2004
|
-
MaxResults?: number | undefined;
|
|
2005
|
-
NextToken?: string | undefined;
|
|
2006
|
-
Filters?: Filter[] | undefined;
|
|
2007
|
-
DryRun?: boolean | undefined;
|
|
2008
|
-
}
|
|
2009
|
-
export interface DescribeVerifiedAccessInstancesResult {
|
|
2010
|
-
VerifiedAccessInstances?: VerifiedAccessInstance[] | undefined;
|
|
2011
|
-
NextToken?: string | undefined;
|
|
2012
|
-
}
|
|
2013
|
-
export interface DescribeVerifiedAccessTrustProvidersRequest {
|
|
2014
|
-
VerifiedAccessTrustProviderIds?: string[] | undefined;
|
|
2015
|
-
MaxResults?: number | undefined;
|
|
2016
|
-
NextToken?: string | undefined;
|
|
2017
|
-
Filters?: Filter[] | undefined;
|
|
2018
|
-
DryRun?: boolean | undefined;
|
|
2019
|
-
}
|
|
2020
|
-
export interface DescribeVerifiedAccessTrustProvidersResult {
|
|
2021
|
-
VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[] | undefined;
|
|
2022
|
-
NextToken?: string | undefined;
|
|
2023
|
-
}
|
|
2024
|
-
export declare const VolumeAttributeName: {
|
|
2025
|
-
readonly autoEnableIO: "autoEnableIO";
|
|
2026
|
-
readonly productCodes: "productCodes";
|
|
2027
|
-
};
|
|
2028
|
-
export type VolumeAttributeName =
|
|
2029
|
-
(typeof VolumeAttributeName)[keyof typeof VolumeAttributeName];
|
|
2030
|
-
export interface DescribeVolumeAttributeRequest {
|
|
2031
|
-
Attribute: VolumeAttributeName | undefined;
|
|
2032
|
-
VolumeId: string | undefined;
|
|
2033
|
-
DryRun?: boolean | undefined;
|
|
2034
|
-
}
|
|
2035
|
-
export interface DescribeVolumeAttributeResult {
|
|
2036
|
-
AutoEnableIO?: AttributeBooleanValue | undefined;
|
|
2037
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
2038
|
-
VolumeId?: string | undefined;
|
|
2039
|
-
}
|
|
2040
|
-
export interface DescribeVolumesRequest {
|
|
2041
|
-
VolumeIds?: string[] | undefined;
|
|
2042
|
-
DryRun?: boolean | undefined;
|
|
2043
|
-
Filters?: Filter[] | undefined;
|
|
2044
|
-
NextToken?: string | undefined;
|
|
2045
|
-
MaxResults?: number | undefined;
|
|
2046
|
-
}
|
|
2047
|
-
export interface DescribeVolumesResult {
|
|
2048
|
-
NextToken?: string | undefined;
|
|
2049
|
-
Volumes?: Volume[] | undefined;
|
|
2050
|
-
}
|
|
2051
|
-
export interface DescribeVolumesModificationsRequest {
|
|
2052
|
-
DryRun?: boolean | undefined;
|
|
2053
|
-
VolumeIds?: string[] | undefined;
|
|
2054
|
-
Filters?: Filter[] | undefined;
|
|
2055
|
-
NextToken?: string | undefined;
|
|
2056
|
-
MaxResults?: number | undefined;
|
|
2057
|
-
}
|
|
2058
|
-
export declare const VolumeModificationState: {
|
|
2059
|
-
readonly completed: "completed";
|
|
2060
|
-
readonly failed: "failed";
|
|
2061
|
-
readonly modifying: "modifying";
|
|
2062
|
-
readonly optimizing: "optimizing";
|
|
2063
|
-
};
|
|
2064
|
-
export type VolumeModificationState =
|
|
2065
|
-
(typeof VolumeModificationState)[keyof typeof VolumeModificationState];
|
|
2066
2050
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2067
2051
|
obj: DescribeLaunchTemplateVersionsResult
|
|
2068
2052
|
) => any;
|
|
@@ -2087,6 +2071,3 @@ export declare const SpotInstanceRequestFilterSensitiveLog: (
|
|
|
2087
2071
|
export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (
|
|
2088
2072
|
obj: DescribeSpotInstanceRequestsResult
|
|
2089
2073
|
) => any;
|
|
2090
|
-
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
|
|
2091
|
-
obj: DescribeVerifiedAccessTrustProvidersResult
|
|
2092
|
-
) => any;
|
|
@@ -6,7 +6,6 @@ import {
|
|
|
6
6
|
AllowedPrincipal,
|
|
7
7
|
AsnAssociation,
|
|
8
8
|
AssociationStatus,
|
|
9
|
-
CurrencyCodeValues,
|
|
10
9
|
DeviceTrustProviderType,
|
|
11
10
|
IamInstanceProfileAssociation,
|
|
12
11
|
InstanceEventWindow,
|
|
@@ -31,12 +30,13 @@ import {
|
|
|
31
30
|
import {
|
|
32
31
|
CapacityReservationState,
|
|
33
32
|
DiskImageFormat,
|
|
34
|
-
InstanceRequirementsRequest,
|
|
35
33
|
IpAddressType,
|
|
36
34
|
SSEType,
|
|
35
|
+
Volume,
|
|
37
36
|
VolumeType,
|
|
38
37
|
Vpc,
|
|
39
38
|
} from "./models_1";
|
|
39
|
+
import { VerifiedAccessGroup } from "./models_2";
|
|
40
40
|
import {
|
|
41
41
|
ConnectionNotification,
|
|
42
42
|
DnsEntry,
|
|
@@ -63,14 +63,138 @@ import {
|
|
|
63
63
|
FastLaunchSnapshotConfigurationResponse,
|
|
64
64
|
FastLaunchStateCode,
|
|
65
65
|
FastSnapshotRestoreStateCode,
|
|
66
|
-
|
|
67
|
-
InstanceMetadataEndpointState,
|
|
68
|
-
InstanceMetadataTagsState,
|
|
69
|
-
PaymentOption,
|
|
66
|
+
ProductCode,
|
|
70
67
|
ReservationState,
|
|
71
|
-
VirtualizationType,
|
|
72
68
|
} from "./models_4";
|
|
73
|
-
|
|
69
|
+
export interface DescribeVerifiedAccessGroupsRequest {
|
|
70
|
+
VerifiedAccessGroupIds?: string[] | undefined;
|
|
71
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
72
|
+
MaxResults?: number | undefined;
|
|
73
|
+
NextToken?: string | undefined;
|
|
74
|
+
Filters?: Filter[] | undefined;
|
|
75
|
+
DryRun?: boolean | undefined;
|
|
76
|
+
}
|
|
77
|
+
export interface DescribeVerifiedAccessGroupsResult {
|
|
78
|
+
VerifiedAccessGroups?: VerifiedAccessGroup[] | undefined;
|
|
79
|
+
NextToken?: string | undefined;
|
|
80
|
+
}
|
|
81
|
+
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
|
|
82
|
+
VerifiedAccessInstanceIds?: string[] | undefined;
|
|
83
|
+
MaxResults?: number | undefined;
|
|
84
|
+
NextToken?: string | undefined;
|
|
85
|
+
Filters?: Filter[] | undefined;
|
|
86
|
+
DryRun?: boolean | undefined;
|
|
87
|
+
}
|
|
88
|
+
export declare const VerifiedAccessLogDeliveryStatusCode: {
|
|
89
|
+
readonly FAILED: "failed";
|
|
90
|
+
readonly SUCCESS: "success";
|
|
91
|
+
};
|
|
92
|
+
export type VerifiedAccessLogDeliveryStatusCode =
|
|
93
|
+
(typeof VerifiedAccessLogDeliveryStatusCode)[keyof typeof VerifiedAccessLogDeliveryStatusCode];
|
|
94
|
+
export interface VerifiedAccessLogDeliveryStatus {
|
|
95
|
+
Code?: VerifiedAccessLogDeliveryStatusCode | undefined;
|
|
96
|
+
Message?: string | undefined;
|
|
97
|
+
}
|
|
98
|
+
export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
99
|
+
Enabled?: boolean | undefined;
|
|
100
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
101
|
+
LogGroup?: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface VerifiedAccessLogKinesisDataFirehoseDestination {
|
|
104
|
+
Enabled?: boolean | undefined;
|
|
105
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
106
|
+
DeliveryStream?: string | undefined;
|
|
107
|
+
}
|
|
108
|
+
export interface VerifiedAccessLogS3Destination {
|
|
109
|
+
Enabled?: boolean | undefined;
|
|
110
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
111
|
+
BucketName?: string | undefined;
|
|
112
|
+
Prefix?: string | undefined;
|
|
113
|
+
BucketOwner?: string | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface VerifiedAccessLogs {
|
|
116
|
+
S3?: VerifiedAccessLogS3Destination | undefined;
|
|
117
|
+
CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestination | undefined;
|
|
118
|
+
KinesisDataFirehose?:
|
|
119
|
+
| VerifiedAccessLogKinesisDataFirehoseDestination
|
|
120
|
+
| undefined;
|
|
121
|
+
LogVersion?: string | undefined;
|
|
122
|
+
IncludeTrustContext?: boolean | undefined;
|
|
123
|
+
}
|
|
124
|
+
export interface VerifiedAccessInstanceLoggingConfiguration {
|
|
125
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
126
|
+
AccessLogs?: VerifiedAccessLogs | undefined;
|
|
127
|
+
}
|
|
128
|
+
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
|
|
129
|
+
LoggingConfigurations?:
|
|
130
|
+
| VerifiedAccessInstanceLoggingConfiguration[]
|
|
131
|
+
| undefined;
|
|
132
|
+
NextToken?: string | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface DescribeVerifiedAccessInstancesRequest {
|
|
135
|
+
VerifiedAccessInstanceIds?: string[] | undefined;
|
|
136
|
+
MaxResults?: number | undefined;
|
|
137
|
+
NextToken?: string | undefined;
|
|
138
|
+
Filters?: Filter[] | undefined;
|
|
139
|
+
DryRun?: boolean | undefined;
|
|
140
|
+
}
|
|
141
|
+
export interface DescribeVerifiedAccessInstancesResult {
|
|
142
|
+
VerifiedAccessInstances?: VerifiedAccessInstance[] | undefined;
|
|
143
|
+
NextToken?: string | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface DescribeVerifiedAccessTrustProvidersRequest {
|
|
146
|
+
VerifiedAccessTrustProviderIds?: string[] | undefined;
|
|
147
|
+
MaxResults?: number | undefined;
|
|
148
|
+
NextToken?: string | undefined;
|
|
149
|
+
Filters?: Filter[] | undefined;
|
|
150
|
+
DryRun?: boolean | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface DescribeVerifiedAccessTrustProvidersResult {
|
|
153
|
+
VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[] | undefined;
|
|
154
|
+
NextToken?: string | undefined;
|
|
155
|
+
}
|
|
156
|
+
export declare const VolumeAttributeName: {
|
|
157
|
+
readonly autoEnableIO: "autoEnableIO";
|
|
158
|
+
readonly productCodes: "productCodes";
|
|
159
|
+
};
|
|
160
|
+
export type VolumeAttributeName =
|
|
161
|
+
(typeof VolumeAttributeName)[keyof typeof VolumeAttributeName];
|
|
162
|
+
export interface DescribeVolumeAttributeRequest {
|
|
163
|
+
Attribute: VolumeAttributeName | undefined;
|
|
164
|
+
VolumeId: string | undefined;
|
|
165
|
+
DryRun?: boolean | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface DescribeVolumeAttributeResult {
|
|
168
|
+
AutoEnableIO?: AttributeBooleanValue | undefined;
|
|
169
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
170
|
+
VolumeId?: string | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface DescribeVolumesRequest {
|
|
173
|
+
VolumeIds?: string[] | undefined;
|
|
174
|
+
DryRun?: boolean | undefined;
|
|
175
|
+
Filters?: Filter[] | undefined;
|
|
176
|
+
NextToken?: string | undefined;
|
|
177
|
+
MaxResults?: number | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface DescribeVolumesResult {
|
|
180
|
+
NextToken?: string | undefined;
|
|
181
|
+
Volumes?: Volume[] | undefined;
|
|
182
|
+
}
|
|
183
|
+
export interface DescribeVolumesModificationsRequest {
|
|
184
|
+
DryRun?: boolean | undefined;
|
|
185
|
+
VolumeIds?: string[] | undefined;
|
|
186
|
+
Filters?: Filter[] | undefined;
|
|
187
|
+
NextToken?: string | undefined;
|
|
188
|
+
MaxResults?: number | undefined;
|
|
189
|
+
}
|
|
190
|
+
export declare const VolumeModificationState: {
|
|
191
|
+
readonly completed: "completed";
|
|
192
|
+
readonly failed: "failed";
|
|
193
|
+
readonly modifying: "modifying";
|
|
194
|
+
readonly optimizing: "optimizing";
|
|
195
|
+
};
|
|
196
|
+
export type VolumeModificationState =
|
|
197
|
+
(typeof VolumeModificationState)[keyof typeof VolumeModificationState];
|
|
74
198
|
export interface VolumeModification {
|
|
75
199
|
VolumeId?: string | undefined;
|
|
76
200
|
ModificationState?: VolumeModificationState | undefined;
|
|
@@ -1568,132 +1692,9 @@ export interface CapacityReservationGroup {
|
|
|
1568
1692
|
GroupArn?: string | undefined;
|
|
1569
1693
|
OwnerId?: string | undefined;
|
|
1570
1694
|
}
|
|
1571
|
-
export
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
}
|
|
1575
|
-
export interface GetHostReservationPurchasePreviewRequest {
|
|
1576
|
-
HostIdSet: string[] | undefined;
|
|
1577
|
-
OfferingId: string | undefined;
|
|
1578
|
-
}
|
|
1579
|
-
export interface Purchase {
|
|
1580
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1581
|
-
Duration?: number | undefined;
|
|
1582
|
-
HostIdSet?: string[] | undefined;
|
|
1583
|
-
HostReservationId?: string | undefined;
|
|
1584
|
-
HourlyPrice?: string | undefined;
|
|
1585
|
-
InstanceFamily?: string | undefined;
|
|
1586
|
-
PaymentOption?: PaymentOption | undefined;
|
|
1587
|
-
UpfrontPrice?: string | undefined;
|
|
1588
|
-
}
|
|
1589
|
-
export interface GetHostReservationPurchasePreviewResult {
|
|
1590
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1591
|
-
Purchase?: Purchase[] | undefined;
|
|
1592
|
-
TotalHourlyPrice?: string | undefined;
|
|
1593
|
-
TotalUpfrontPrice?: string | undefined;
|
|
1594
|
-
}
|
|
1595
|
-
export interface GetImageBlockPublicAccessStateRequest {
|
|
1596
|
-
DryRun?: boolean | undefined;
|
|
1597
|
-
}
|
|
1598
|
-
export interface GetImageBlockPublicAccessStateResult {
|
|
1599
|
-
ImageBlockPublicAccessState?: string | undefined;
|
|
1600
|
-
ManagedBy?: ManagedBy | undefined;
|
|
1601
|
-
}
|
|
1602
|
-
export interface GetInstanceMetadataDefaultsRequest {
|
|
1603
|
-
DryRun?: boolean | undefined;
|
|
1604
|
-
}
|
|
1605
|
-
export interface InstanceMetadataDefaultsResponse {
|
|
1606
|
-
HttpTokens?: HttpTokensState | undefined;
|
|
1607
|
-
HttpPutResponseHopLimit?: number | undefined;
|
|
1608
|
-
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
1609
|
-
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
1610
|
-
ManagedBy?: ManagedBy | undefined;
|
|
1611
|
-
ManagedExceptionMessage?: string | undefined;
|
|
1612
|
-
}
|
|
1613
|
-
export interface GetInstanceMetadataDefaultsResult {
|
|
1614
|
-
AccountLevel?: InstanceMetadataDefaultsResponse | undefined;
|
|
1615
|
-
}
|
|
1616
|
-
export declare const EkPubKeyFormat: {
|
|
1617
|
-
readonly der: "der";
|
|
1618
|
-
readonly tpmt: "tpmt";
|
|
1619
|
-
};
|
|
1620
|
-
export type EkPubKeyFormat =
|
|
1621
|
-
(typeof EkPubKeyFormat)[keyof typeof EkPubKeyFormat];
|
|
1622
|
-
export declare const EkPubKeyType: {
|
|
1623
|
-
readonly ECC_SEC_P384: "ecc-sec-p384";
|
|
1624
|
-
readonly RSA_2048: "rsa-2048";
|
|
1625
|
-
};
|
|
1626
|
-
export type EkPubKeyType = (typeof EkPubKeyType)[keyof typeof EkPubKeyType];
|
|
1627
|
-
export interface GetInstanceTpmEkPubRequest {
|
|
1628
|
-
InstanceId: string | undefined;
|
|
1629
|
-
KeyType: EkPubKeyType | undefined;
|
|
1630
|
-
KeyFormat: EkPubKeyFormat | undefined;
|
|
1631
|
-
DryRun?: boolean | undefined;
|
|
1632
|
-
}
|
|
1633
|
-
export interface GetInstanceTpmEkPubResult {
|
|
1634
|
-
InstanceId?: string | undefined;
|
|
1635
|
-
KeyType?: EkPubKeyType | undefined;
|
|
1636
|
-
KeyFormat?: EkPubKeyFormat | undefined;
|
|
1637
|
-
KeyValue?: string | undefined;
|
|
1638
|
-
}
|
|
1639
|
-
export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
1640
|
-
DryRun?: boolean | undefined;
|
|
1641
|
-
ArchitectureTypes: ArchitectureType[] | undefined;
|
|
1642
|
-
VirtualizationTypes: VirtualizationType[] | undefined;
|
|
1643
|
-
InstanceRequirements: InstanceRequirementsRequest | undefined;
|
|
1644
|
-
MaxResults?: number | undefined;
|
|
1645
|
-
NextToken?: string | undefined;
|
|
1646
|
-
Context?: string | undefined;
|
|
1647
|
-
}
|
|
1648
|
-
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
1649
|
-
InstanceType?: string | undefined;
|
|
1650
|
-
}
|
|
1651
|
-
export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
1652
|
-
InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[] | undefined;
|
|
1653
|
-
NextToken?: string | undefined;
|
|
1654
|
-
}
|
|
1655
|
-
export interface GetInstanceUefiDataRequest {
|
|
1656
|
-
InstanceId: string | undefined;
|
|
1657
|
-
DryRun?: boolean | undefined;
|
|
1658
|
-
}
|
|
1659
|
-
export interface GetInstanceUefiDataResult {
|
|
1660
|
-
InstanceId?: string | undefined;
|
|
1661
|
-
UefiData?: string | undefined;
|
|
1662
|
-
}
|
|
1663
|
-
export interface GetIpamAddressHistoryRequest {
|
|
1664
|
-
DryRun?: boolean | undefined;
|
|
1665
|
-
Cidr: string | undefined;
|
|
1666
|
-
IpamScopeId: string | undefined;
|
|
1667
|
-
VpcId?: string | undefined;
|
|
1668
|
-
StartTime?: Date | undefined;
|
|
1669
|
-
EndTime?: Date | undefined;
|
|
1670
|
-
MaxResults?: number | undefined;
|
|
1671
|
-
NextToken?: string | undefined;
|
|
1672
|
-
}
|
|
1673
|
-
export declare const IpamComplianceStatus: {
|
|
1674
|
-
readonly compliant: "compliant";
|
|
1675
|
-
readonly ignored: "ignored";
|
|
1676
|
-
readonly noncompliant: "noncompliant";
|
|
1677
|
-
readonly unmanaged: "unmanaged";
|
|
1678
|
-
};
|
|
1679
|
-
export type IpamComplianceStatus =
|
|
1680
|
-
(typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
|
|
1681
|
-
export declare const IpamOverlapStatus: {
|
|
1682
|
-
readonly ignored: "ignored";
|
|
1683
|
-
readonly nonoverlapping: "nonoverlapping";
|
|
1684
|
-
readonly overlapping: "overlapping";
|
|
1685
|
-
};
|
|
1686
|
-
export type IpamOverlapStatus =
|
|
1687
|
-
(typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
|
|
1688
|
-
export declare const IpamAddressHistoryResourceType: {
|
|
1689
|
-
readonly eip: "eip";
|
|
1690
|
-
readonly instance: "instance";
|
|
1691
|
-
readonly network_interface: "network-interface";
|
|
1692
|
-
readonly subnet: "subnet";
|
|
1693
|
-
readonly vpc: "vpc";
|
|
1694
|
-
};
|
|
1695
|
-
export type IpamAddressHistoryResourceType =
|
|
1696
|
-
(typeof IpamAddressHistoryResourceType)[keyof typeof IpamAddressHistoryResourceType];
|
|
1695
|
+
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
|
|
1696
|
+
obj: DescribeVerifiedAccessTrustProvidersResult
|
|
1697
|
+
) => any;
|
|
1697
1698
|
export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
|
|
1698
1699
|
obj: DescribeVpnConnectionsResult
|
|
1699
1700
|
) => any;
|
|
@@ -1706,6 +1707,3 @@ export declare const VerifiedAccessInstanceUserTrustProviderClientConfigurationF
|
|
|
1706
1707
|
export declare const ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog: (
|
|
1707
1708
|
obj: ExportVerifiedAccessInstanceClientConfigurationResult
|
|
1708
1709
|
) => any;
|
|
1709
|
-
export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
|
|
1710
|
-
obj: GetInstanceTpmEkPubResult
|
|
1711
|
-
) => any;
|