@aws-sdk/client-ec2 3.909.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 +80 -0
- package/dist-cjs/index.js +1715 -465
- package/dist-es/EC2.js +20 -0
- package/dist-es/commands/CopyVolumesCommand.js +22 -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 +10 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +29 -9
- package/dist-es/models/models_2.js +0 -26
- package/dist-es/models/models_3.js +13 -9
- package/dist-es/models/models_4.js +22 -18
- package/dist-es/models/models_5.js +18 -20
- package/dist-es/models/models_6.js +129 -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 +1052 -143
- package/dist-types/EC2.d.ts +74 -0
- package/dist-types/EC2Client.d.ts +12 -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 +137 -0
- 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 +4 -2
- 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/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
- 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/DescribeVolumeStatusCommand.d.ts +3 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- 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 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.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/ProvisionIpamByoasnCommand.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 +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 +10 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +415 -210
- package/dist-types/models/models_2.d.ts +187 -333
- package/dist-types/models/models_3.d.ts +184 -241
- package/dist-types/models/models_4.d.ts +414 -281
- package/dist-types/models/models_5.d.ts +275 -293
- package/dist-types/models/models_6.d.ts +1596 -1580
- package/dist-types/models/models_7.d.ts +4799 -4756
- package/dist-types/models/models_8.d.ts +1010 -10
- 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 +90 -0
- package/dist-types/ts3.4/EC2.d.ts +192 -0
- package/dist-types/ts3.4/EC2Client.d.ts +60 -0
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- 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/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- 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 +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.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/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +88 -47
- package/dist-types/ts3.4/models/models_2.d.ts +36 -86
- package/dist-types/ts3.4/models/models_3.d.ts +49 -54
- package/dist-types/ts3.4/models/models_4.d.ts +92 -76
- package/dist-types/ts3.4/models/models_5.d.ts +76 -79
- package/dist-types/ts3.4/models/models_6.d.ts +296 -269
- package/dist-types/ts3.4/models/models_7.d.ts +268 -237
- package/dist-types/ts3.4/models/models_8.d.ts +243 -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 +120 -0
- package/package.json +35 -35
|
@@ -28,13 +28,12 @@ import {
|
|
|
28
28
|
VerifiedAccessInstance,
|
|
29
29
|
VerifiedAccessSseSpecificationResponse,
|
|
30
30
|
VerifiedAccessTrustProvider,
|
|
31
|
-
VolumeAttachment,
|
|
32
31
|
} from "./models_0";
|
|
33
32
|
import {
|
|
34
33
|
_InstanceType,
|
|
34
|
+
AmdSevSnpSpecification,
|
|
35
|
+
CapacityReservationPreference,
|
|
35
36
|
ConnectionTrackingSpecificationRequest,
|
|
36
|
-
CreditSpecification,
|
|
37
|
-
ElasticGpuSpecificationResponse,
|
|
38
37
|
HostnameType,
|
|
39
38
|
InstanceBandwidthWeighting,
|
|
40
39
|
InstanceInterruptionBehavior,
|
|
@@ -43,13 +42,7 @@ import {
|
|
|
43
42
|
Ipv6PrefixSpecificationRequest,
|
|
44
43
|
LaunchTemplateAutoRecoveryState,
|
|
45
44
|
LaunchTemplateBlockDeviceMapping,
|
|
46
|
-
LaunchTemplateCapacityReservationSpecificationResponse,
|
|
47
|
-
LaunchTemplateCpuOptions,
|
|
48
|
-
LaunchTemplateElasticInferenceAcceleratorResponse,
|
|
49
|
-
LaunchTemplateEnclaveOptions,
|
|
50
|
-
LaunchTemplateHibernationOptions,
|
|
51
45
|
LaunchTemplateHttpTokensState,
|
|
52
|
-
LaunchTemplateIamInstanceProfileSpecification,
|
|
53
46
|
LaunchTemplateInstanceMetadataEndpointState,
|
|
54
47
|
LaunchTemplateInstanceMetadataProtocolIpv6,
|
|
55
48
|
LaunchTemplateInstanceMetadataTagsState,
|
|
@@ -62,12 +55,46 @@ import {
|
|
|
62
55
|
ShutdownBehavior,
|
|
63
56
|
SnapshotLocationEnum,
|
|
64
57
|
SpotInstanceType,
|
|
58
|
+
SSEType,
|
|
65
59
|
Subnet,
|
|
66
60
|
Tenancy,
|
|
67
61
|
ValidationWarning,
|
|
68
62
|
VolumeType,
|
|
69
63
|
Vpc,
|
|
70
64
|
} from "./models_1";
|
|
65
|
+
export interface CapacityReservationTargetResponse {
|
|
66
|
+
CapacityReservationId?: string | undefined;
|
|
67
|
+
CapacityReservationResourceGroupArn?: string | undefined;
|
|
68
|
+
}
|
|
69
|
+
export interface LaunchTemplateCapacityReservationSpecificationResponse {
|
|
70
|
+
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
71
|
+
CapacityReservationTarget?: CapacityReservationTargetResponse | undefined;
|
|
72
|
+
}
|
|
73
|
+
export interface LaunchTemplateCpuOptions {
|
|
74
|
+
CoreCount?: number | undefined;
|
|
75
|
+
ThreadsPerCore?: number | undefined;
|
|
76
|
+
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
77
|
+
}
|
|
78
|
+
export interface CreditSpecification {
|
|
79
|
+
CpuCredits?: string | undefined;
|
|
80
|
+
}
|
|
81
|
+
export interface ElasticGpuSpecificationResponse {
|
|
82
|
+
Type?: string | undefined;
|
|
83
|
+
}
|
|
84
|
+
export interface LaunchTemplateElasticInferenceAcceleratorResponse {
|
|
85
|
+
Type?: string | undefined;
|
|
86
|
+
Count?: number | undefined;
|
|
87
|
+
}
|
|
88
|
+
export interface LaunchTemplateEnclaveOptions {
|
|
89
|
+
Enabled?: boolean | undefined;
|
|
90
|
+
}
|
|
91
|
+
export interface LaunchTemplateHibernationOptions {
|
|
92
|
+
Configured?: boolean | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface LaunchTemplateIamInstanceProfileSpecification {
|
|
95
|
+
Arn?: string | undefined;
|
|
96
|
+
Name?: string | undefined;
|
|
97
|
+
}
|
|
71
98
|
export interface LaunchTemplateSpotMarketOptions {
|
|
72
99
|
MaxPrice?: string | undefined;
|
|
73
100
|
SpotInstanceType?: SpotInstanceType | undefined;
|
|
@@ -1220,12 +1247,6 @@ export interface CreateSnapshotRequest {
|
|
|
1220
1247
|
Location?: SnapshotLocationEnum | undefined;
|
|
1221
1248
|
DryRun?: boolean | undefined;
|
|
1222
1249
|
}
|
|
1223
|
-
export declare const SSEType: {
|
|
1224
|
-
readonly none: "none";
|
|
1225
|
-
readonly sse_ebs: "sse-ebs";
|
|
1226
|
-
readonly sse_kms: "sse-kms";
|
|
1227
|
-
};
|
|
1228
|
-
export type SSEType = (typeof SSEType)[keyof typeof SSEType];
|
|
1229
1250
|
export declare const SnapshotState: {
|
|
1230
1251
|
readonly completed: "completed";
|
|
1231
1252
|
readonly error: "error";
|
|
@@ -2184,37 +2205,6 @@ export interface CreateVolumeRequest {
|
|
|
2184
2205
|
Operator?: OperatorRequest | undefined;
|
|
2185
2206
|
DryRun?: boolean | undefined;
|
|
2186
2207
|
}
|
|
2187
|
-
export declare const VolumeState: {
|
|
2188
|
-
readonly available: "available";
|
|
2189
|
-
readonly creating: "creating";
|
|
2190
|
-
readonly deleted: "deleted";
|
|
2191
|
-
readonly deleting: "deleting";
|
|
2192
|
-
readonly error: "error";
|
|
2193
|
-
readonly in_use: "in-use";
|
|
2194
|
-
};
|
|
2195
|
-
export type VolumeState = (typeof VolumeState)[keyof typeof VolumeState];
|
|
2196
|
-
export interface Volume {
|
|
2197
|
-
AvailabilityZoneId?: string | undefined;
|
|
2198
|
-
OutpostArn?: string | undefined;
|
|
2199
|
-
Iops?: number | undefined;
|
|
2200
|
-
Tags?: Tag[] | undefined;
|
|
2201
|
-
VolumeType?: VolumeType | undefined;
|
|
2202
|
-
FastRestored?: boolean | undefined;
|
|
2203
|
-
MultiAttachEnabled?: boolean | undefined;
|
|
2204
|
-
Throughput?: number | undefined;
|
|
2205
|
-
SseType?: SSEType | undefined;
|
|
2206
|
-
Operator?: OperatorResponse | undefined;
|
|
2207
|
-
VolumeInitializationRate?: number | undefined;
|
|
2208
|
-
VolumeId?: string | undefined;
|
|
2209
|
-
Size?: number | undefined;
|
|
2210
|
-
SnapshotId?: string | undefined;
|
|
2211
|
-
AvailabilityZone?: string | undefined;
|
|
2212
|
-
State?: VolumeState | undefined;
|
|
2213
|
-
CreateTime?: Date | undefined;
|
|
2214
|
-
Attachments?: VolumeAttachment[] | undefined;
|
|
2215
|
-
Encrypted?: boolean | undefined;
|
|
2216
|
-
KmsKeyId?: string | undefined;
|
|
2217
|
-
}
|
|
2218
2208
|
export interface CreateVpcRequest {
|
|
2219
2209
|
CidrBlock?: string | undefined;
|
|
2220
2210
|
Ipv6Pool?: string | undefined;
|
|
@@ -2259,46 +2249,6 @@ export declare const VpcBlockPublicAccessExclusionState: {
|
|
|
2259
2249
|
};
|
|
2260
2250
|
export type VpcBlockPublicAccessExclusionState =
|
|
2261
2251
|
(typeof VpcBlockPublicAccessExclusionState)[keyof typeof VpcBlockPublicAccessExclusionState];
|
|
2262
|
-
export interface VpcBlockPublicAccessExclusion {
|
|
2263
|
-
ExclusionId?: string | undefined;
|
|
2264
|
-
InternetGatewayExclusionMode?: InternetGatewayExclusionMode | undefined;
|
|
2265
|
-
ResourceArn?: string | undefined;
|
|
2266
|
-
State?: VpcBlockPublicAccessExclusionState | undefined;
|
|
2267
|
-
Reason?: string | undefined;
|
|
2268
|
-
CreationTimestamp?: Date | undefined;
|
|
2269
|
-
LastUpdateTimestamp?: Date | undefined;
|
|
2270
|
-
DeletionTimestamp?: Date | undefined;
|
|
2271
|
-
Tags?: Tag[] | undefined;
|
|
2272
|
-
}
|
|
2273
|
-
export interface CreateVpcBlockPublicAccessExclusionResult {
|
|
2274
|
-
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
2275
|
-
}
|
|
2276
|
-
export declare const DnsRecordIpType: {
|
|
2277
|
-
readonly dualstack: "dualstack";
|
|
2278
|
-
readonly ipv4: "ipv4";
|
|
2279
|
-
readonly ipv6: "ipv6";
|
|
2280
|
-
readonly service_defined: "service-defined";
|
|
2281
|
-
};
|
|
2282
|
-
export type DnsRecordIpType =
|
|
2283
|
-
(typeof DnsRecordIpType)[keyof typeof DnsRecordIpType];
|
|
2284
|
-
export interface DnsOptionsSpecification {
|
|
2285
|
-
DnsRecordIpType?: DnsRecordIpType | undefined;
|
|
2286
|
-
PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
|
|
2287
|
-
}
|
|
2288
|
-
export interface SubnetConfiguration {
|
|
2289
|
-
SubnetId?: string | undefined;
|
|
2290
|
-
Ipv4?: string | undefined;
|
|
2291
|
-
Ipv6?: string | undefined;
|
|
2292
|
-
}
|
|
2293
|
-
export declare const VpcEndpointType: {
|
|
2294
|
-
readonly Gateway: "Gateway";
|
|
2295
|
-
readonly GatewayLoadBalancer: "GatewayLoadBalancer";
|
|
2296
|
-
readonly Interface: "Interface";
|
|
2297
|
-
readonly Resource: "Resource";
|
|
2298
|
-
readonly ServiceNetwork: "ServiceNetwork";
|
|
2299
|
-
};
|
|
2300
|
-
export type VpcEndpointType =
|
|
2301
|
-
(typeof VpcEndpointType)[keyof typeof VpcEndpointType];
|
|
2302
2252
|
export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (
|
|
2303
2253
|
obj: ResponseLaunchTemplateData
|
|
2304
2254
|
) => any;
|
|
@@ -36,8 +36,7 @@ import {
|
|
|
36
36
|
LaunchTemplate,
|
|
37
37
|
} from "./models_1";
|
|
38
38
|
import {
|
|
39
|
-
|
|
40
|
-
DnsRecordIpType,
|
|
39
|
+
InternetGatewayExclusionMode,
|
|
41
40
|
LocalGatewayRoute,
|
|
42
41
|
LocalGatewayRouteTable,
|
|
43
42
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
@@ -49,7 +48,6 @@ import {
|
|
|
49
48
|
RouteServerEndpoint,
|
|
50
49
|
RouteServerPeer,
|
|
51
50
|
SubnetCidrReservation,
|
|
52
|
-
SubnetConfiguration,
|
|
53
51
|
TransitGateway,
|
|
54
52
|
TransitGatewayConnect,
|
|
55
53
|
TransitGatewayConnectPeer,
|
|
@@ -61,9 +59,48 @@ import {
|
|
|
61
59
|
TransitGatewayRouteTableAnnouncement,
|
|
62
60
|
VerifiedAccessEndpoint,
|
|
63
61
|
VerifiedAccessGroup,
|
|
64
|
-
|
|
65
|
-
VpcEndpointType,
|
|
62
|
+
VpcBlockPublicAccessExclusionState,
|
|
66
63
|
} from "./models_2";
|
|
64
|
+
export interface VpcBlockPublicAccessExclusion {
|
|
65
|
+
ExclusionId?: string | undefined;
|
|
66
|
+
InternetGatewayExclusionMode?: InternetGatewayExclusionMode | undefined;
|
|
67
|
+
ResourceArn?: string | undefined;
|
|
68
|
+
State?: VpcBlockPublicAccessExclusionState | undefined;
|
|
69
|
+
Reason?: string | undefined;
|
|
70
|
+
CreationTimestamp?: Date | undefined;
|
|
71
|
+
LastUpdateTimestamp?: Date | undefined;
|
|
72
|
+
DeletionTimestamp?: Date | undefined;
|
|
73
|
+
Tags?: Tag[] | undefined;
|
|
74
|
+
}
|
|
75
|
+
export interface CreateVpcBlockPublicAccessExclusionResult {
|
|
76
|
+
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
77
|
+
}
|
|
78
|
+
export declare const DnsRecordIpType: {
|
|
79
|
+
readonly dualstack: "dualstack";
|
|
80
|
+
readonly ipv4: "ipv4";
|
|
81
|
+
readonly ipv6: "ipv6";
|
|
82
|
+
readonly service_defined: "service-defined";
|
|
83
|
+
};
|
|
84
|
+
export type DnsRecordIpType =
|
|
85
|
+
(typeof DnsRecordIpType)[keyof typeof DnsRecordIpType];
|
|
86
|
+
export interface DnsOptionsSpecification {
|
|
87
|
+
DnsRecordIpType?: DnsRecordIpType | undefined;
|
|
88
|
+
PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface SubnetConfiguration {
|
|
91
|
+
SubnetId?: string | undefined;
|
|
92
|
+
Ipv4?: string | undefined;
|
|
93
|
+
Ipv6?: string | undefined;
|
|
94
|
+
}
|
|
95
|
+
export declare const VpcEndpointType: {
|
|
96
|
+
readonly Gateway: "Gateway";
|
|
97
|
+
readonly GatewayLoadBalancer: "GatewayLoadBalancer";
|
|
98
|
+
readonly Interface: "Interface";
|
|
99
|
+
readonly Resource: "Resource";
|
|
100
|
+
readonly ServiceNetwork: "ServiceNetwork";
|
|
101
|
+
};
|
|
102
|
+
export type VpcEndpointType =
|
|
103
|
+
(typeof VpcEndpointType)[keyof typeof VpcEndpointType];
|
|
67
104
|
export interface CreateVpcEndpointRequest {
|
|
68
105
|
DryRun?: boolean | undefined;
|
|
69
106
|
VpcEndpointType?: VpcEndpointType | undefined;
|
|
@@ -507,6 +544,13 @@ export interface VpnGateway {
|
|
|
507
544
|
export interface CreateVpnGatewayResult {
|
|
508
545
|
VpnGateway?: VpnGateway | undefined;
|
|
509
546
|
}
|
|
547
|
+
export interface DeleteCapacityManagerDataExportRequest {
|
|
548
|
+
CapacityManagerDataExportId: string | undefined;
|
|
549
|
+
DryRun?: boolean | undefined;
|
|
550
|
+
}
|
|
551
|
+
export interface DeleteCapacityManagerDataExportResult {
|
|
552
|
+
CapacityManagerDataExportId?: string | undefined;
|
|
553
|
+
}
|
|
510
554
|
export interface DeleteCarrierGatewayRequest {
|
|
511
555
|
CarrierGatewayId: string | undefined;
|
|
512
556
|
DryRun?: boolean | undefined;
|
|
@@ -1570,55 +1614,6 @@ export interface CapacityBlock {
|
|
|
1570
1614
|
State?: CapacityBlockResourceState | undefined;
|
|
1571
1615
|
Tags?: Tag[] | undefined;
|
|
1572
1616
|
}
|
|
1573
|
-
export interface DescribeCapacityBlocksResult {
|
|
1574
|
-
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
1575
|
-
NextToken?: string | undefined;
|
|
1576
|
-
}
|
|
1577
|
-
export interface DescribeCapacityBlockStatusRequest {
|
|
1578
|
-
CapacityBlockIds?: string[] | undefined;
|
|
1579
|
-
NextToken?: string | undefined;
|
|
1580
|
-
MaxResults?: number | undefined;
|
|
1581
|
-
Filters?: Filter[] | undefined;
|
|
1582
|
-
DryRun?: boolean | undefined;
|
|
1583
|
-
}
|
|
1584
|
-
export interface CapacityReservationStatus {
|
|
1585
|
-
CapacityReservationId?: string | undefined;
|
|
1586
|
-
TotalCapacity?: number | undefined;
|
|
1587
|
-
TotalAvailableCapacity?: number | undefined;
|
|
1588
|
-
TotalUnavailableCapacity?: number | undefined;
|
|
1589
|
-
}
|
|
1590
|
-
export declare const CapacityBlockInterconnectStatus: {
|
|
1591
|
-
readonly impaired: "impaired";
|
|
1592
|
-
readonly insufficient_data: "insufficient-data";
|
|
1593
|
-
readonly ok: "ok";
|
|
1594
|
-
};
|
|
1595
|
-
export type CapacityBlockInterconnectStatus =
|
|
1596
|
-
(typeof CapacityBlockInterconnectStatus)[keyof typeof CapacityBlockInterconnectStatus];
|
|
1597
|
-
export interface CapacityBlockStatus {
|
|
1598
|
-
CapacityBlockId?: string | undefined;
|
|
1599
|
-
InterconnectStatus?: CapacityBlockInterconnectStatus | undefined;
|
|
1600
|
-
TotalCapacity?: number | undefined;
|
|
1601
|
-
TotalAvailableCapacity?: number | undefined;
|
|
1602
|
-
TotalUnavailableCapacity?: number | undefined;
|
|
1603
|
-
CapacityReservationStatuses?: CapacityReservationStatus[] | undefined;
|
|
1604
|
-
}
|
|
1605
|
-
export interface DescribeCapacityBlockStatusResult {
|
|
1606
|
-
CapacityBlockStatuses?: CapacityBlockStatus[] | undefined;
|
|
1607
|
-
NextToken?: string | undefined;
|
|
1608
|
-
}
|
|
1609
|
-
export declare const CallerRole: {
|
|
1610
|
-
readonly odcr_owner: "odcr-owner";
|
|
1611
|
-
readonly unused_reservation_billing_owner: "unused-reservation-billing-owner";
|
|
1612
|
-
};
|
|
1613
|
-
export type CallerRole = (typeof CallerRole)[keyof typeof CallerRole];
|
|
1614
|
-
export interface DescribeCapacityReservationBillingRequestsRequest {
|
|
1615
|
-
CapacityReservationIds?: string[] | undefined;
|
|
1616
|
-
Role: CallerRole | undefined;
|
|
1617
|
-
NextToken?: string | undefined;
|
|
1618
|
-
MaxResults?: number | undefined;
|
|
1619
|
-
Filters?: Filter[] | undefined;
|
|
1620
|
-
DryRun?: boolean | undefined;
|
|
1621
|
-
}
|
|
1622
1617
|
export declare const VpnTunnelOptionsSpecificationFilterSensitiveLog: (
|
|
1623
1618
|
obj: VpnTunnelOptionsSpecification
|
|
1624
1619
|
) => any;
|
|
@@ -22,7 +22,6 @@ import {
|
|
|
22
22
|
BlockDeviceMapping,
|
|
23
23
|
CapacityReservation,
|
|
24
24
|
CapacityReservationPreference,
|
|
25
|
-
CapacityReservationTargetResponse,
|
|
26
25
|
CapacityReservationTenancy,
|
|
27
26
|
CarrierGateway,
|
|
28
27
|
ClientVpnAuthenticationType,
|
|
@@ -54,8 +53,10 @@ import {
|
|
|
54
53
|
LaunchTemplateAndOverridesResponse,
|
|
55
54
|
LogDestinationType,
|
|
56
55
|
OperatorResponse,
|
|
56
|
+
OutputFormat,
|
|
57
57
|
Placement,
|
|
58
58
|
PlatformValues,
|
|
59
|
+
Schedule,
|
|
59
60
|
SpotAllocationStrategy,
|
|
60
61
|
SpotInstanceInterruptionBehavior,
|
|
61
62
|
TargetCapacityUnitType,
|
|
@@ -64,17 +65,100 @@ import {
|
|
|
64
65
|
TransportProtocol,
|
|
65
66
|
} from "./models_1";
|
|
66
67
|
import {
|
|
68
|
+
CapacityReservationTargetResponse,
|
|
67
69
|
GroupIdentifier,
|
|
68
70
|
InstanceIpv6Address,
|
|
69
71
|
NetworkInterfaceStatus,
|
|
70
72
|
StateReason,
|
|
71
73
|
} from "./models_2";
|
|
72
74
|
import {
|
|
75
|
+
CapacityBlock,
|
|
73
76
|
Filter,
|
|
74
77
|
FleetStateCode,
|
|
75
78
|
IdFormat,
|
|
76
79
|
InstanceTagNotificationAttribute,
|
|
77
80
|
} from "./models_3";
|
|
81
|
+
export interface DescribeCapacityBlocksResult {
|
|
82
|
+
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
83
|
+
NextToken?: string | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface DescribeCapacityBlockStatusRequest {
|
|
86
|
+
CapacityBlockIds?: string[] | undefined;
|
|
87
|
+
NextToken?: string | undefined;
|
|
88
|
+
MaxResults?: number | undefined;
|
|
89
|
+
Filters?: Filter[] | undefined;
|
|
90
|
+
DryRun?: boolean | undefined;
|
|
91
|
+
}
|
|
92
|
+
export interface CapacityReservationStatus {
|
|
93
|
+
CapacityReservationId?: string | undefined;
|
|
94
|
+
TotalCapacity?: number | undefined;
|
|
95
|
+
TotalAvailableCapacity?: number | undefined;
|
|
96
|
+
TotalUnavailableCapacity?: number | undefined;
|
|
97
|
+
}
|
|
98
|
+
export declare const CapacityBlockInterconnectStatus: {
|
|
99
|
+
readonly impaired: "impaired";
|
|
100
|
+
readonly insufficient_data: "insufficient-data";
|
|
101
|
+
readonly ok: "ok";
|
|
102
|
+
};
|
|
103
|
+
export type CapacityBlockInterconnectStatus =
|
|
104
|
+
(typeof CapacityBlockInterconnectStatus)[keyof typeof CapacityBlockInterconnectStatus];
|
|
105
|
+
export interface CapacityBlockStatus {
|
|
106
|
+
CapacityBlockId?: string | undefined;
|
|
107
|
+
InterconnectStatus?: CapacityBlockInterconnectStatus | undefined;
|
|
108
|
+
TotalCapacity?: number | undefined;
|
|
109
|
+
TotalAvailableCapacity?: number | undefined;
|
|
110
|
+
TotalUnavailableCapacity?: number | undefined;
|
|
111
|
+
CapacityReservationStatuses?: CapacityReservationStatus[] | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface DescribeCapacityBlockStatusResult {
|
|
114
|
+
CapacityBlockStatuses?: CapacityBlockStatus[] | undefined;
|
|
115
|
+
NextToken?: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface DescribeCapacityManagerDataExportsRequest {
|
|
118
|
+
CapacityManagerDataExportIds?: string[] | undefined;
|
|
119
|
+
MaxResults?: number | undefined;
|
|
120
|
+
NextToken?: string | undefined;
|
|
121
|
+
DryRun?: boolean | undefined;
|
|
122
|
+
Filters?: Filter[] | undefined;
|
|
123
|
+
}
|
|
124
|
+
export declare const CapacityManagerDataExportStatus: {
|
|
125
|
+
readonly DELIVERED: "delivered";
|
|
126
|
+
readonly FAILED: "failed";
|
|
127
|
+
readonly IN_PROGRESS: "in-progress";
|
|
128
|
+
readonly PENDING: "pending";
|
|
129
|
+
};
|
|
130
|
+
export type CapacityManagerDataExportStatus =
|
|
131
|
+
(typeof CapacityManagerDataExportStatus)[keyof typeof CapacityManagerDataExportStatus];
|
|
132
|
+
export interface CapacityManagerDataExportResponse {
|
|
133
|
+
CapacityManagerDataExportId?: string | undefined;
|
|
134
|
+
S3BucketName?: string | undefined;
|
|
135
|
+
S3BucketPrefix?: string | undefined;
|
|
136
|
+
Schedule?: Schedule | undefined;
|
|
137
|
+
OutputFormat?: OutputFormat | undefined;
|
|
138
|
+
CreateTime?: Date | undefined;
|
|
139
|
+
LatestDeliveryStatus?: CapacityManagerDataExportStatus | undefined;
|
|
140
|
+
LatestDeliveryStatusMessage?: string | undefined;
|
|
141
|
+
LatestDeliveryS3LocationUri?: string | undefined;
|
|
142
|
+
LatestDeliveryTime?: Date | undefined;
|
|
143
|
+
Tags?: Tag[] | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface DescribeCapacityManagerDataExportsResult {
|
|
146
|
+
CapacityManagerDataExports?: CapacityManagerDataExportResponse[] | undefined;
|
|
147
|
+
NextToken?: string | undefined;
|
|
148
|
+
}
|
|
149
|
+
export declare const CallerRole: {
|
|
150
|
+
readonly odcr_owner: "odcr-owner";
|
|
151
|
+
readonly unused_reservation_billing_owner: "unused-reservation-billing-owner";
|
|
152
|
+
};
|
|
153
|
+
export type CallerRole = (typeof CallerRole)[keyof typeof CallerRole];
|
|
154
|
+
export interface DescribeCapacityReservationBillingRequestsRequest {
|
|
155
|
+
CapacityReservationIds?: string[] | undefined;
|
|
156
|
+
Role: CallerRole | undefined;
|
|
157
|
+
NextToken?: string | undefined;
|
|
158
|
+
MaxResults?: number | undefined;
|
|
159
|
+
Filters?: Filter[] | undefined;
|
|
160
|
+
DryRun?: boolean | undefined;
|
|
161
|
+
}
|
|
78
162
|
export interface CapacityReservationInfo {
|
|
79
163
|
InstanceType?: string | undefined;
|
|
80
164
|
AvailabilityZone?: string | undefined;
|
|
@@ -936,9 +1020,16 @@ export interface DescribeHostReservationsRequest {
|
|
|
936
1020
|
}
|
|
937
1021
|
export declare const ReservationState: {
|
|
938
1022
|
readonly ACTIVE: "active";
|
|
1023
|
+
readonly CANCELLED: "cancelled";
|
|
1024
|
+
readonly DELAYED: "delayed";
|
|
1025
|
+
readonly EXPIRED: "expired";
|
|
1026
|
+
readonly FAILED: "failed";
|
|
939
1027
|
readonly PAYMENT_FAILED: "payment-failed";
|
|
940
1028
|
readonly PAYMENT_PENDING: "payment-pending";
|
|
1029
|
+
readonly PENDING: "pending";
|
|
941
1030
|
readonly RETIRED: "retired";
|
|
1031
|
+
readonly SCHEDULED: "scheduled";
|
|
1032
|
+
readonly UNSUPPORTED: "unsupported";
|
|
942
1033
|
};
|
|
943
1034
|
export type ReservationState =
|
|
944
1035
|
(typeof ReservationState)[keyof typeof ReservationState];
|
|
@@ -2040,81 +2131,6 @@ export interface MediaAcceleratorInfo {
|
|
|
2040
2131
|
Accelerators?: MediaDeviceInfo[] | undefined;
|
|
2041
2132
|
TotalMediaMemoryInMiB?: number | undefined;
|
|
2042
2133
|
}
|
|
2043
|
-
export interface MemoryInfo {
|
|
2044
|
-
SizeInMiB?: number | undefined;
|
|
2045
|
-
}
|
|
2046
|
-
export declare const BandwidthWeightingType: {
|
|
2047
|
-
readonly DEFAULT: "default";
|
|
2048
|
-
readonly EBS_1: "ebs-1";
|
|
2049
|
-
readonly VPC_1: "vpc-1";
|
|
2050
|
-
};
|
|
2051
|
-
export type BandwidthWeightingType =
|
|
2052
|
-
(typeof BandwidthWeightingType)[keyof typeof BandwidthWeightingType];
|
|
2053
|
-
export interface EfaInfo {
|
|
2054
|
-
MaximumEfaInterfaces?: number | undefined;
|
|
2055
|
-
}
|
|
2056
|
-
export declare const EnaSupport: {
|
|
2057
|
-
readonly required: "required";
|
|
2058
|
-
readonly supported: "supported";
|
|
2059
|
-
readonly unsupported: "unsupported";
|
|
2060
|
-
};
|
|
2061
|
-
export type EnaSupport = (typeof EnaSupport)[keyof typeof EnaSupport];
|
|
2062
|
-
export declare const FlexibleEnaQueuesSupport: {
|
|
2063
|
-
readonly SUPPORTED: "supported";
|
|
2064
|
-
readonly UNSUPPORTED: "unsupported";
|
|
2065
|
-
};
|
|
2066
|
-
export type FlexibleEnaQueuesSupport =
|
|
2067
|
-
(typeof FlexibleEnaQueuesSupport)[keyof typeof FlexibleEnaQueuesSupport];
|
|
2068
|
-
export interface NetworkCardInfo {
|
|
2069
|
-
NetworkCardIndex?: number | undefined;
|
|
2070
|
-
NetworkPerformance?: string | undefined;
|
|
2071
|
-
MaximumNetworkInterfaces?: number | undefined;
|
|
2072
|
-
BaselineBandwidthInGbps?: number | undefined;
|
|
2073
|
-
PeakBandwidthInGbps?: number | undefined;
|
|
2074
|
-
DefaultEnaQueueCountPerInterface?: number | undefined;
|
|
2075
|
-
MaximumEnaQueueCount?: number | undefined;
|
|
2076
|
-
MaximumEnaQueueCountPerInterface?: number | undefined;
|
|
2077
|
-
}
|
|
2078
|
-
export interface NetworkInfo {
|
|
2079
|
-
NetworkPerformance?: string | undefined;
|
|
2080
|
-
MaximumNetworkInterfaces?: number | undefined;
|
|
2081
|
-
MaximumNetworkCards?: number | undefined;
|
|
2082
|
-
DefaultNetworkCardIndex?: number | undefined;
|
|
2083
|
-
NetworkCards?: NetworkCardInfo[] | undefined;
|
|
2084
|
-
Ipv4AddressesPerInterface?: number | undefined;
|
|
2085
|
-
Ipv6AddressesPerInterface?: number | undefined;
|
|
2086
|
-
Ipv6Supported?: boolean | undefined;
|
|
2087
|
-
EnaSupport?: EnaSupport | undefined;
|
|
2088
|
-
EfaSupported?: boolean | undefined;
|
|
2089
|
-
EfaInfo?: EfaInfo | undefined;
|
|
2090
|
-
EncryptionInTransitSupported?: boolean | undefined;
|
|
2091
|
-
EnaSrdSupported?: boolean | undefined;
|
|
2092
|
-
BandwidthWeightings?: BandwidthWeightingType[] | undefined;
|
|
2093
|
-
FlexibleEnaQueuesSupport?: FlexibleEnaQueuesSupport | undefined;
|
|
2094
|
-
}
|
|
2095
|
-
export interface NeuronDeviceCoreInfo {
|
|
2096
|
-
Count?: number | undefined;
|
|
2097
|
-
Version?: number | undefined;
|
|
2098
|
-
}
|
|
2099
|
-
export interface NeuronDeviceMemoryInfo {
|
|
2100
|
-
SizeInMiB?: number | undefined;
|
|
2101
|
-
}
|
|
2102
|
-
export interface NeuronDeviceInfo {
|
|
2103
|
-
Count?: number | undefined;
|
|
2104
|
-
Name?: string | undefined;
|
|
2105
|
-
CoreInfo?: NeuronDeviceCoreInfo | undefined;
|
|
2106
|
-
MemoryInfo?: NeuronDeviceMemoryInfo | undefined;
|
|
2107
|
-
}
|
|
2108
|
-
export interface NeuronInfo {
|
|
2109
|
-
NeuronDevices?: NeuronDeviceInfo[] | undefined;
|
|
2110
|
-
TotalNeuronDeviceMemoryInMiB?: number | undefined;
|
|
2111
|
-
}
|
|
2112
|
-
export declare const NitroEnclavesSupport: {
|
|
2113
|
-
readonly SUPPORTED: "supported";
|
|
2114
|
-
readonly UNSUPPORTED: "unsupported";
|
|
2115
|
-
};
|
|
2116
|
-
export type NitroEnclavesSupport =
|
|
2117
|
-
(typeof NitroEnclavesSupport)[keyof typeof NitroEnclavesSupport];
|
|
2118
2134
|
export declare const DiskImageDescriptionFilterSensitiveLog: (
|
|
2119
2135
|
obj: DiskImageDescription
|
|
2120
2136
|
) => any;
|