@aws-sdk/client-ec2 3.910.0 → 3.911.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 +72 -0
- package/dist-cjs/index.js +1541 -388
- package/dist-es/EC2.js +18 -0
- package/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
- package/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
- package/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +7 -0
- package/dist-es/models/models_2.js +0 -6
- package/dist-es/models/models_3.js +6 -5
- package/dist-es/models/models_4.js +18 -14
- package/dist-es/models/models_5.js +14 -16
- package/dist-es/models/models_6.js +124 -57
- package/dist-es/models/models_7.js +57 -33
- package/dist-es/models/models_8.js +33 -0
- package/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +939 -107
- package/dist-types/EC2.d.ts +67 -0
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
- 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 +93 -0
- 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/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.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 +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -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/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 +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 +3 -2
- package/dist-types/commands/CreateVpcCommand.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/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -2
- 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/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- 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 +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/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +106 -95
- package/dist-types/models/models_2.d.ts +84 -107
- package/dist-types/models/models_3.d.ts +140 -159
- package/dist-types/models/models_4.d.ts +331 -251
- package/dist-types/models/models_5.d.ts +244 -267
- package/dist-types/models/models_6.d.ts +1497 -1467
- package/dist-types/models/models_7.d.ts +4809 -4775
- package/dist-types/models/models_8.d.ts +968 -5
- package/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -1
- package/dist-types/protocols/Aws_ec2.d.ts +81 -0
- package/dist-types/ts3.4/EC2.d.ts +175 -0
- package/dist-types/ts3.4/EC2Client.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +21 -16
- package/dist-types/ts3.4/models/models_2.d.ts +18 -29
- package/dist-types/ts3.4/models/models_3.d.ts +35 -39
- package/dist-types/ts3.4/models/models_4.d.ts +79 -66
- package/dist-types/ts3.4/models/models_5.d.ts +65 -67
- package/dist-types/ts3.4/models/models_6.d.ts +284 -258
- package/dist-types/ts3.4/models/models_7.d.ts +257 -227
- package/dist-types/ts3.4/models/models_8.d.ts +232 -7
- package/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +108 -0
- package/package.json +5 -5
|
@@ -661,6 +661,96 @@ export interface CopyVolumesResult {
|
|
|
661
661
|
*/
|
|
662
662
|
Volumes?: Volume[] | undefined;
|
|
663
663
|
}
|
|
664
|
+
/**
|
|
665
|
+
* @public
|
|
666
|
+
* @enum
|
|
667
|
+
*/
|
|
668
|
+
export declare const OutputFormat: {
|
|
669
|
+
readonly CSV: "csv";
|
|
670
|
+
readonly PARQUET: "parquet";
|
|
671
|
+
};
|
|
672
|
+
/**
|
|
673
|
+
* @public
|
|
674
|
+
*/
|
|
675
|
+
export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
|
|
676
|
+
/**
|
|
677
|
+
* @public
|
|
678
|
+
* @enum
|
|
679
|
+
*/
|
|
680
|
+
export declare const Schedule: {
|
|
681
|
+
readonly HOURLY: "hourly";
|
|
682
|
+
};
|
|
683
|
+
/**
|
|
684
|
+
* @public
|
|
685
|
+
*/
|
|
686
|
+
export type Schedule = (typeof Schedule)[keyof typeof Schedule];
|
|
687
|
+
/**
|
|
688
|
+
* @public
|
|
689
|
+
*/
|
|
690
|
+
export interface CreateCapacityManagerDataExportRequest {
|
|
691
|
+
/**
|
|
692
|
+
* <p>
|
|
693
|
+
* The name of the S3 bucket where the capacity data export files will be delivered. The bucket must exist and you must have write permissions to it.
|
|
694
|
+
* </p>
|
|
695
|
+
* @public
|
|
696
|
+
*/
|
|
697
|
+
S3BucketName: string | undefined;
|
|
698
|
+
/**
|
|
699
|
+
* <p>
|
|
700
|
+
* The S3 key prefix for the exported data files. This allows you to organize exports in a specific folder structure within your bucket. If not specified, files are placed at the bucket root.
|
|
701
|
+
* </p>
|
|
702
|
+
* @public
|
|
703
|
+
*/
|
|
704
|
+
S3BucketPrefix?: string | undefined;
|
|
705
|
+
/**
|
|
706
|
+
* <p>
|
|
707
|
+
* The frequency at which data exports are generated.
|
|
708
|
+
* </p>
|
|
709
|
+
* @public
|
|
710
|
+
*/
|
|
711
|
+
Schedule: Schedule | undefined;
|
|
712
|
+
/**
|
|
713
|
+
* <p>
|
|
714
|
+
* The file format for the exported data. Parquet format is recommended for large datasets and better compression.
|
|
715
|
+
* </p>
|
|
716
|
+
* @public
|
|
717
|
+
*/
|
|
718
|
+
OutputFormat: OutputFormat | undefined;
|
|
719
|
+
/**
|
|
720
|
+
* <p>
|
|
721
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.
|
|
722
|
+
* </p>
|
|
723
|
+
* @public
|
|
724
|
+
*/
|
|
725
|
+
ClientToken?: string | undefined;
|
|
726
|
+
/**
|
|
727
|
+
* <p>
|
|
728
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
|
|
729
|
+
* If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
|
|
730
|
+
* </p>
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
DryRun?: boolean | undefined;
|
|
734
|
+
/**
|
|
735
|
+
* <p>
|
|
736
|
+
* The tags to apply to the data export configuration. You can tag the export for organization and cost tracking purposes.
|
|
737
|
+
* </p>
|
|
738
|
+
* @public
|
|
739
|
+
*/
|
|
740
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
741
|
+
}
|
|
742
|
+
/**
|
|
743
|
+
* @public
|
|
744
|
+
*/
|
|
745
|
+
export interface CreateCapacityManagerDataExportResult {
|
|
746
|
+
/**
|
|
747
|
+
* <p>
|
|
748
|
+
* The unique identifier for the created data export configuration. Use this ID to reference the export in other API calls.
|
|
749
|
+
* </p>
|
|
750
|
+
* @public
|
|
751
|
+
*/
|
|
752
|
+
CapacityManagerDataExportId?: string | undefined;
|
|
753
|
+
}
|
|
664
754
|
/**
|
|
665
755
|
* @public
|
|
666
756
|
* @enum
|
|
@@ -7821,10 +7911,12 @@ export interface EbsBlockDevice {
|
|
|
7821
7911
|
*/
|
|
7822
7912
|
Encrypted?: boolean | undefined;
|
|
7823
7913
|
/**
|
|
7824
|
-
* <p>Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download
|
|
7825
|
-
*
|
|
7826
|
-
*
|
|
7827
|
-
*
|
|
7914
|
+
* <p>Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download the snapshot
|
|
7915
|
+
* blocks from Amazon S3 to the volume. This is also known as <i>volume
|
|
7916
|
+
* initialization</i>. Specifying a volume initialization rate ensures that the volume is initialized
|
|
7917
|
+
* at a predictable and consistent rate after creation. For more information, see
|
|
7918
|
+
* <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">Initialize
|
|
7919
|
+
* Amazon EBS volumes</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7828
7920
|
* <p>This parameter is supported only for volumes created from snapshots. Omit this parameter
|
|
7829
7921
|
* if:</p>
|
|
7830
7922
|
* <ul>
|
|
@@ -7841,9 +7933,8 @@ export interface EbsBlockDevice {
|
|
|
7841
7933
|
* <p>You want to create a volume that is initialized at the default rate.</p>
|
|
7842
7934
|
* </li>
|
|
7843
7935
|
* </ul>
|
|
7844
|
-
* <p>
|
|
7845
|
-
*
|
|
7846
|
-
* <p>This parameter is not supported when using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html">CreateImage</a>.</p>
|
|
7936
|
+
* <p>This parameter is not supported when using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html">CreateImage</a>
|
|
7937
|
+
* and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html">DescribeImages</a>.</p>
|
|
7847
7938
|
* <p>Valid range: 100 - 300 MiB/s</p>
|
|
7848
7939
|
* @public
|
|
7849
7940
|
*/
|
|
@@ -8285,7 +8376,7 @@ export declare const Ec2InstanceConnectEndpointState: {
|
|
|
8285
8376
|
*/
|
|
8286
8377
|
export type Ec2InstanceConnectEndpointState = (typeof Ec2InstanceConnectEndpointState)[keyof typeof Ec2InstanceConnectEndpointState];
|
|
8287
8378
|
/**
|
|
8288
|
-
* <p>
|
|
8379
|
+
* <p>Describes an EC2 Instance Connect Endpoint.</p>
|
|
8289
8380
|
* @public
|
|
8290
8381
|
*/
|
|
8291
8382
|
export interface Ec2InstanceConnectEndpoint {
|
|
@@ -8353,16 +8444,19 @@ export interface Ec2InstanceConnectEndpoint {
|
|
|
8353
8444
|
*/
|
|
8354
8445
|
SubnetId?: string | undefined;
|
|
8355
8446
|
/**
|
|
8356
|
-
* <p>Indicates whether your client's IP address is preserved as the source
|
|
8447
|
+
* <p>Indicates whether your client's IP address is preserved as the source when you connect to a resource.
|
|
8448
|
+
* The following are the possible values.</p>
|
|
8357
8449
|
* <ul>
|
|
8358
8450
|
* <li>
|
|
8359
|
-
* <p>
|
|
8451
|
+
* <p>
|
|
8452
|
+
* <code>true</code> - Use the IP address of the client. Your instance must have an IPv4 address.</p>
|
|
8360
8453
|
* </li>
|
|
8361
8454
|
* <li>
|
|
8362
|
-
* <p>
|
|
8455
|
+
* <p>
|
|
8456
|
+
* <code>false</code> - Use the IP address of the network interface.</p>
|
|
8363
8457
|
* </li>
|
|
8364
8458
|
* </ul>
|
|
8365
|
-
* <p>Default: <code>
|
|
8459
|
+
* <p>Default: <code>false</code>
|
|
8366
8460
|
* </p>
|
|
8367
8461
|
* @public
|
|
8368
8462
|
*/
|
|
@@ -11683,89 +11777,6 @@ export interface LaunchTemplateBlockDeviceMapping {
|
|
|
11683
11777
|
*/
|
|
11684
11778
|
NoDevice?: string | undefined;
|
|
11685
11779
|
}
|
|
11686
|
-
/**
|
|
11687
|
-
* <p>Describes a target Capacity Reservation or Capacity Reservation group.</p>
|
|
11688
|
-
* @public
|
|
11689
|
-
*/
|
|
11690
|
-
export interface CapacityReservationTargetResponse {
|
|
11691
|
-
/**
|
|
11692
|
-
* <p>The ID of the targeted Capacity Reservation.</p>
|
|
11693
|
-
* @public
|
|
11694
|
-
*/
|
|
11695
|
-
CapacityReservationId?: string | undefined;
|
|
11696
|
-
/**
|
|
11697
|
-
* <p>The ARN of the targeted Capacity Reservation group.</p>
|
|
11698
|
-
* @public
|
|
11699
|
-
*/
|
|
11700
|
-
CapacityReservationResourceGroupArn?: string | undefined;
|
|
11701
|
-
}
|
|
11702
|
-
/**
|
|
11703
|
-
* <p>Information about the Capacity Reservation targeting option.</p>
|
|
11704
|
-
* @public
|
|
11705
|
-
*/
|
|
11706
|
-
export interface LaunchTemplateCapacityReservationSpecificationResponse {
|
|
11707
|
-
/**
|
|
11708
|
-
* <p>Indicates the instance's Capacity Reservation preferences. Possible preferences
|
|
11709
|
-
* include:</p>
|
|
11710
|
-
* <ul>
|
|
11711
|
-
* <li>
|
|
11712
|
-
* <p>
|
|
11713
|
-
* <code>open</code> - The instance can run in any <code>open</code> Capacity
|
|
11714
|
-
* Reservation that has matching attributes (instance type, platform, Availability
|
|
11715
|
-
* Zone).</p>
|
|
11716
|
-
* </li>
|
|
11717
|
-
* <li>
|
|
11718
|
-
* <p>
|
|
11719
|
-
* <code>none</code> - The instance avoids running in a Capacity Reservation even
|
|
11720
|
-
* if one is available. The instance runs in On-Demand capacity.</p>
|
|
11721
|
-
* </li>
|
|
11722
|
-
* </ul>
|
|
11723
|
-
* @public
|
|
11724
|
-
*/
|
|
11725
|
-
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
11726
|
-
/**
|
|
11727
|
-
* <p>Information about the target Capacity Reservation or Capacity Reservation
|
|
11728
|
-
* group.</p>
|
|
11729
|
-
* @public
|
|
11730
|
-
*/
|
|
11731
|
-
CapacityReservationTarget?: CapacityReservationTargetResponse | undefined;
|
|
11732
|
-
}
|
|
11733
|
-
/**
|
|
11734
|
-
* <p>The CPU options for the instance.</p>
|
|
11735
|
-
* @public
|
|
11736
|
-
*/
|
|
11737
|
-
export interface LaunchTemplateCpuOptions {
|
|
11738
|
-
/**
|
|
11739
|
-
* <p>The number of CPU cores for the instance.</p>
|
|
11740
|
-
* @public
|
|
11741
|
-
*/
|
|
11742
|
-
CoreCount?: number | undefined;
|
|
11743
|
-
/**
|
|
11744
|
-
* <p>The number of threads per CPU core.</p>
|
|
11745
|
-
* @public
|
|
11746
|
-
*/
|
|
11747
|
-
ThreadsPerCore?: number | undefined;
|
|
11748
|
-
/**
|
|
11749
|
-
* <p>Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see
|
|
11750
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP
|
|
11751
|
-
* for Amazon EC2 instances</a>.</p>
|
|
11752
|
-
* @public
|
|
11753
|
-
*/
|
|
11754
|
-
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
11755
|
-
}
|
|
11756
|
-
/**
|
|
11757
|
-
* <p>Describes the credit option for CPU usage of a T instance.</p>
|
|
11758
|
-
* @public
|
|
11759
|
-
*/
|
|
11760
|
-
export interface CreditSpecification {
|
|
11761
|
-
/**
|
|
11762
|
-
* <p>The credit option for CPU usage of a T instance.</p>
|
|
11763
|
-
* <p>Valid values: <code>standard</code> | <code>unlimited</code>
|
|
11764
|
-
* </p>
|
|
11765
|
-
* @public
|
|
11766
|
-
*/
|
|
11767
|
-
CpuCredits?: string | undefined;
|
|
11768
|
-
}
|
|
11769
11780
|
/**
|
|
11770
11781
|
* @internal
|
|
11771
11782
|
*/
|
|
@@ -1,5 +1,88 @@
|
|
|
1
1
|
import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
-
import { _InstanceType,
|
|
2
|
+
import { _InstanceType, AmdSevSnpSpecification, CapacityReservationPreference, ConnectionTrackingSpecificationRequest, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplateAutoRecoveryState, LaunchTemplateBlockDeviceMapping, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, MacModificationTask, MacSystemIntegrityProtectionSettingStatus, MarketType, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ShutdownBehavior, SnapshotLocationEnum, SpotInstanceType, SSEType, Subnet, Tenancy, ValidationWarning, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Describes a target Capacity Reservation or Capacity Reservation group.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface CapacityReservationTargetResponse {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The ID of the targeted Capacity Reservation.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
CapacityReservationId?: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The ARN of the targeted Capacity Reservation group.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
CapacityReservationResourceGroupArn?: string | undefined;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* <p>Information about the Capacity Reservation targeting option.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export interface LaunchTemplateCapacityReservationSpecificationResponse {
|
|
24
|
+
/**
|
|
25
|
+
* <p>Indicates the instance's Capacity Reservation preferences. Possible preferences
|
|
26
|
+
* include:</p>
|
|
27
|
+
* <ul>
|
|
28
|
+
* <li>
|
|
29
|
+
* <p>
|
|
30
|
+
* <code>open</code> - The instance can run in any <code>open</code> Capacity
|
|
31
|
+
* Reservation that has matching attributes (instance type, platform, Availability
|
|
32
|
+
* Zone).</p>
|
|
33
|
+
* </li>
|
|
34
|
+
* <li>
|
|
35
|
+
* <p>
|
|
36
|
+
* <code>none</code> - The instance avoids running in a Capacity Reservation even
|
|
37
|
+
* if one is available. The instance runs in On-Demand capacity.</p>
|
|
38
|
+
* </li>
|
|
39
|
+
* </ul>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>Information about the target Capacity Reservation or Capacity Reservation
|
|
45
|
+
* group.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
CapacityReservationTarget?: CapacityReservationTargetResponse | undefined;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* <p>The CPU options for the instance.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export interface LaunchTemplateCpuOptions {
|
|
55
|
+
/**
|
|
56
|
+
* <p>The number of CPU cores for the instance.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
CoreCount?: number | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The number of threads per CPU core.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
ThreadsPerCore?: number | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see
|
|
67
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP
|
|
68
|
+
* for Amazon EC2 instances</a>.</p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* <p>Describes the credit option for CPU usage of a T instance.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export interface CreditSpecification {
|
|
78
|
+
/**
|
|
79
|
+
* <p>The credit option for CPU usage of a T instance.</p>
|
|
80
|
+
* <p>Valid values: <code>standard</code> | <code>unlimited</code>
|
|
81
|
+
* </p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
CpuCredits?: string | undefined;
|
|
85
|
+
}
|
|
3
86
|
/**
|
|
4
87
|
* <p>Deprecated.</p>
|
|
5
88
|
* <note>
|
|
@@ -9211,112 +9294,6 @@ export declare const VpcBlockPublicAccessExclusionState: {
|
|
|
9211
9294
|
* @public
|
|
9212
9295
|
*/
|
|
9213
9296
|
export type VpcBlockPublicAccessExclusionState = (typeof VpcBlockPublicAccessExclusionState)[keyof typeof VpcBlockPublicAccessExclusionState];
|
|
9214
|
-
/**
|
|
9215
|
-
* <p>A VPC BPA exclusion is a mode that can be applied to a single VPC or subnet that exempts it from the account’s BPA mode and will allow bidirectional or egress-only access. You can create BPA exclusions for VPCs and subnets even when BPA is not enabled on the account to ensure that there is no traffic disruption to the exclusions when VPC BPA is turned on. To learn more about VPC BPA, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/security-vpc-bpa.html">Block public access to VPCs and subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
9216
|
-
* @public
|
|
9217
|
-
*/
|
|
9218
|
-
export interface VpcBlockPublicAccessExclusion {
|
|
9219
|
-
/**
|
|
9220
|
-
* <p>The ID of the exclusion.</p>
|
|
9221
|
-
* @public
|
|
9222
|
-
*/
|
|
9223
|
-
ExclusionId?: string | undefined;
|
|
9224
|
-
/**
|
|
9225
|
-
* <p>The exclusion mode for internet gateway traffic.</p>
|
|
9226
|
-
* <ul>
|
|
9227
|
-
* <li>
|
|
9228
|
-
* <p>
|
|
9229
|
-
* <code>allow-bidirectional</code>: Allow all internet traffic to and from the excluded VPCs and subnets.</p>
|
|
9230
|
-
* </li>
|
|
9231
|
-
* <li>
|
|
9232
|
-
* <p>
|
|
9233
|
-
* <code>allow-egress</code>: Allow outbound internet traffic from the excluded VPCs and subnets. Block inbound internet traffic to the excluded VPCs and subnets. Only applies when VPC Block Public Access is set to Bidirectional.</p>
|
|
9234
|
-
* </li>
|
|
9235
|
-
* </ul>
|
|
9236
|
-
* @public
|
|
9237
|
-
*/
|
|
9238
|
-
InternetGatewayExclusionMode?: InternetGatewayExclusionMode | undefined;
|
|
9239
|
-
/**
|
|
9240
|
-
* <p>The ARN of the exclusion.</p>
|
|
9241
|
-
* @public
|
|
9242
|
-
*/
|
|
9243
|
-
ResourceArn?: string | undefined;
|
|
9244
|
-
/**
|
|
9245
|
-
* <p>The state of the exclusion.</p>
|
|
9246
|
-
* @public
|
|
9247
|
-
*/
|
|
9248
|
-
State?: VpcBlockPublicAccessExclusionState | undefined;
|
|
9249
|
-
/**
|
|
9250
|
-
* <p>The reason for the current exclusion state.</p>
|
|
9251
|
-
* @public
|
|
9252
|
-
*/
|
|
9253
|
-
Reason?: string | undefined;
|
|
9254
|
-
/**
|
|
9255
|
-
* <p>When the exclusion was created.</p>
|
|
9256
|
-
* @public
|
|
9257
|
-
*/
|
|
9258
|
-
CreationTimestamp?: Date | undefined;
|
|
9259
|
-
/**
|
|
9260
|
-
* <p>When the exclusion was last updated.</p>
|
|
9261
|
-
* @public
|
|
9262
|
-
*/
|
|
9263
|
-
LastUpdateTimestamp?: Date | undefined;
|
|
9264
|
-
/**
|
|
9265
|
-
* <p>When the exclusion was deleted.</p>
|
|
9266
|
-
* @public
|
|
9267
|
-
*/
|
|
9268
|
-
DeletionTimestamp?: Date | undefined;
|
|
9269
|
-
/**
|
|
9270
|
-
* <p>
|
|
9271
|
-
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
9272
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
9273
|
-
* @public
|
|
9274
|
-
*/
|
|
9275
|
-
Tags?: Tag[] | undefined;
|
|
9276
|
-
}
|
|
9277
|
-
/**
|
|
9278
|
-
* @public
|
|
9279
|
-
*/
|
|
9280
|
-
export interface CreateVpcBlockPublicAccessExclusionResult {
|
|
9281
|
-
/**
|
|
9282
|
-
* <p>Details about an exclusion.</p>
|
|
9283
|
-
* @public
|
|
9284
|
-
*/
|
|
9285
|
-
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
9286
|
-
}
|
|
9287
|
-
/**
|
|
9288
|
-
* @public
|
|
9289
|
-
* @enum
|
|
9290
|
-
*/
|
|
9291
|
-
export declare const DnsRecordIpType: {
|
|
9292
|
-
readonly dualstack: "dualstack";
|
|
9293
|
-
readonly ipv4: "ipv4";
|
|
9294
|
-
readonly ipv6: "ipv6";
|
|
9295
|
-
readonly service_defined: "service-defined";
|
|
9296
|
-
};
|
|
9297
|
-
/**
|
|
9298
|
-
* @public
|
|
9299
|
-
*/
|
|
9300
|
-
export type DnsRecordIpType = (typeof DnsRecordIpType)[keyof typeof DnsRecordIpType];
|
|
9301
|
-
/**
|
|
9302
|
-
* <p>Describes the DNS options for an endpoint.</p>
|
|
9303
|
-
* @public
|
|
9304
|
-
*/
|
|
9305
|
-
export interface DnsOptionsSpecification {
|
|
9306
|
-
/**
|
|
9307
|
-
* <p>The DNS records created for the endpoint.</p>
|
|
9308
|
-
* @public
|
|
9309
|
-
*/
|
|
9310
|
-
DnsRecordIpType?: DnsRecordIpType | undefined;
|
|
9311
|
-
/**
|
|
9312
|
-
* <p>Indicates whether to enable private DNS only for inbound endpoints. This option is
|
|
9313
|
-
* available only for services that support both gateway and interface endpoints. It routes
|
|
9314
|
-
* traffic that originates from the VPC to the gateway endpoint and traffic that originates
|
|
9315
|
-
* from on-premises to the interface endpoint.</p>
|
|
9316
|
-
* @public
|
|
9317
|
-
*/
|
|
9318
|
-
PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
|
|
9319
|
-
}
|
|
9320
9297
|
/**
|
|
9321
9298
|
* @internal
|
|
9322
9299
|
*/
|