@aws-sdk/client-ec2 3.668.0 → 3.670.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 +40 -0
- package/dist-cjs/index.js +1375 -975
- package/dist-cjs/runtimeConfig.browser.js +1 -1
- package/dist-cjs/runtimeConfig.js +1 -1
- package/dist-es/EC2.js +10 -0
- package/dist-es/commands/AcceptCapacityReservationBillingOwnershipCommand.js +22 -0
- package/dist-es/commands/AssociateCapacityReservationBillingOwnerCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityReservationBillingRequestsCommand.js +22 -0
- package/dist-es/commands/DisassociateCapacityReservationBillingOwnerCommand.js +22 -0
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/RejectCapacityReservationBillingOwnershipCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +0 -833
- package/dist-es/models/models_1.js +833 -0
- package/dist-es/models/models_2.js +0 -8
- package/dist-es/models/models_3.js +20 -28
- package/dist-es/models/models_4.js +28 -4
- package/dist-es/models/models_5.js +4 -1
- package/dist-es/models/models_6.js +0 -3
- package/dist-es/models/models_7.js +3 -0
- package/dist-es/pagination/DescribeCapacityReservationBillingRequestsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -1
- package/dist-es/protocols/Aws_ec2.js +324 -28
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -2
- package/dist-types/EC2.d.ts +35 -0
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +74 -0
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +76 -0
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +2 -6
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +4 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -0
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -7
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcCommand.d.ts +1 -7
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +76 -0
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.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 -2
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +2 -0
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -0
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +74 -0
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -3
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +61 -930
- package/dist-types/models/models_1.d.ts +955 -184
- package/dist-types/models/models_2.d.ts +131 -82
- package/dist-types/models/models_3.d.ts +259 -468
- package/dist-types/models/models_4.d.ts +1303 -1319
- package/dist-types/models/models_5.d.ts +516 -262
- package/dist-types/models/models_6.d.ts +269 -253
- package/dist-types/models/models_7.d.ts +280 -10
- package/dist-types/pagination/DescribeCapacityReservationBillingRequestsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -1
- package/dist-types/protocols/Aws_ec2.d.ts +45 -0
- package/dist-types/ts3.4/EC2.d.ts +115 -0
- package/dist-types/ts3.4/EC2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- 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 +4 -2
- package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -850
- package/dist-types/ts3.4/models/models_1.d.ts +851 -32
- package/dist-types/ts3.4/models/models_2.d.ts +30 -25
- package/dist-types/ts3.4/models/models_3.d.ts +68 -83
- package/dist-types/ts3.4/models/models_4.d.ts +80 -99
- package/dist-types/ts3.4/models/models_5.d.ts +101 -67
- package/dist-types/ts3.4/models/models_6.d.ts +66 -64
- package/dist-types/ts3.4/models/models_7.d.ts +73 -8
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationBillingRequestsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
- package/package.json +7 -7
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
InstanceEventWindowState,
|
|
9
9
|
Ipv4PrefixSpecification,
|
|
10
10
|
Ipv6SupportValue,
|
|
11
|
+
Protocol,
|
|
11
12
|
ReservedInstancesListing,
|
|
12
13
|
RouteTableAssociationState,
|
|
13
14
|
SecurityGroupReferencingSupportValue,
|
|
@@ -51,6 +52,35 @@ import {
|
|
|
51
52
|
VolumeType,
|
|
52
53
|
Vpc,
|
|
53
54
|
} from "./models_1";
|
|
55
|
+
export interface FilterPortRange {
|
|
56
|
+
FromPort?: number;
|
|
57
|
+
ToPort?: number;
|
|
58
|
+
}
|
|
59
|
+
export interface PathFilter {
|
|
60
|
+
SourceAddress?: string;
|
|
61
|
+
SourcePortRange?: FilterPortRange;
|
|
62
|
+
DestinationAddress?: string;
|
|
63
|
+
DestinationPortRange?: FilterPortRange;
|
|
64
|
+
}
|
|
65
|
+
export interface NetworkInsightsPath {
|
|
66
|
+
NetworkInsightsPathId?: string;
|
|
67
|
+
NetworkInsightsPathArn?: string;
|
|
68
|
+
CreatedDate?: Date;
|
|
69
|
+
Source?: string;
|
|
70
|
+
Destination?: string;
|
|
71
|
+
SourceArn?: string;
|
|
72
|
+
DestinationArn?: string;
|
|
73
|
+
SourceIp?: string;
|
|
74
|
+
DestinationIp?: string;
|
|
75
|
+
Protocol?: Protocol;
|
|
76
|
+
DestinationPort?: number;
|
|
77
|
+
Tags?: Tag[];
|
|
78
|
+
FilterAtSource?: PathFilter;
|
|
79
|
+
FilterAtDestination?: PathFilter;
|
|
80
|
+
}
|
|
81
|
+
export interface CreateNetworkInsightsPathResult {
|
|
82
|
+
NetworkInsightsPath?: NetworkInsightsPath;
|
|
83
|
+
}
|
|
54
84
|
export declare const NetworkInterfaceCreationType: {
|
|
55
85
|
readonly branch: "branch";
|
|
56
86
|
readonly efa: "efa";
|
|
@@ -1974,31 +2004,6 @@ export interface DeleteLaunchTemplateVersionsRequest {
|
|
|
1974
2004
|
LaunchTemplateName?: string;
|
|
1975
2005
|
Versions: string[] | undefined;
|
|
1976
2006
|
}
|
|
1977
|
-
export interface DeleteLaunchTemplateVersionsResponseSuccessItem {
|
|
1978
|
-
LaunchTemplateId?: string;
|
|
1979
|
-
LaunchTemplateName?: string;
|
|
1980
|
-
VersionNumber?: number;
|
|
1981
|
-
}
|
|
1982
|
-
export declare const LaunchTemplateErrorCode: {
|
|
1983
|
-
readonly LAUNCH_TEMPLATE_ID_DOES_NOT_EXIST: "launchTemplateIdDoesNotExist";
|
|
1984
|
-
readonly LAUNCH_TEMPLATE_ID_MALFORMED: "launchTemplateIdMalformed";
|
|
1985
|
-
readonly LAUNCH_TEMPLATE_NAME_DOES_NOT_EXIST: "launchTemplateNameDoesNotExist";
|
|
1986
|
-
readonly LAUNCH_TEMPLATE_NAME_MALFORMED: "launchTemplateNameMalformed";
|
|
1987
|
-
readonly LAUNCH_TEMPLATE_VERSION_DOES_NOT_EXIST: "launchTemplateVersionDoesNotExist";
|
|
1988
|
-
readonly UNEXPECTED_ERROR: "unexpectedError";
|
|
1989
|
-
};
|
|
1990
|
-
export type LaunchTemplateErrorCode =
|
|
1991
|
-
(typeof LaunchTemplateErrorCode)[keyof typeof LaunchTemplateErrorCode];
|
|
1992
|
-
export interface ResponseError {
|
|
1993
|
-
Code?: LaunchTemplateErrorCode;
|
|
1994
|
-
Message?: string;
|
|
1995
|
-
}
|
|
1996
|
-
export interface DeleteLaunchTemplateVersionsResponseErrorItem {
|
|
1997
|
-
LaunchTemplateId?: string;
|
|
1998
|
-
LaunchTemplateName?: string;
|
|
1999
|
-
VersionNumber?: number;
|
|
2000
|
-
ResponseError?: ResponseError;
|
|
2001
|
-
}
|
|
2002
2007
|
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
2003
2008
|
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
2004
2009
|
) => any;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import {
|
|
2
|
-
_InstanceType,
|
|
3
2
|
AccountAttribute,
|
|
4
3
|
AccountAttributeName,
|
|
5
4
|
ActiveInstance,
|
|
@@ -18,7 +17,6 @@ import {
|
|
|
18
17
|
CapacityReservationTenancy,
|
|
19
18
|
ClientVpnAuthorizationRuleStatus,
|
|
20
19
|
CurrencyCodeValues,
|
|
21
|
-
FleetInstanceMatchCriteria,
|
|
22
20
|
HostMaintenance,
|
|
23
21
|
HostRecovery,
|
|
24
22
|
IamInstanceProfileAssociation,
|
|
@@ -30,8 +28,7 @@ import {
|
|
|
30
28
|
VerifiedAccessTrustProvider,
|
|
31
29
|
} from "./models_0";
|
|
32
30
|
import {
|
|
33
|
-
|
|
34
|
-
BlockDeviceMapping,
|
|
31
|
+
_InstanceType,
|
|
35
32
|
CarrierGateway,
|
|
36
33
|
ClientVpnAuthenticationType,
|
|
37
34
|
ClientVpnEndpointStatus,
|
|
@@ -48,6 +45,7 @@ import {
|
|
|
48
45
|
FleetCapacityReservationTenancy,
|
|
49
46
|
FleetCapacityReservationUsageStrategy,
|
|
50
47
|
FleetExcessCapacityTerminationPolicy,
|
|
48
|
+
FleetInstanceMatchCriteria,
|
|
51
49
|
FleetLaunchTemplateOverrides,
|
|
52
50
|
FleetLaunchTemplateSpecification,
|
|
53
51
|
FleetOnDemandAllocationStrategy,
|
|
@@ -69,8 +67,6 @@ import {
|
|
|
69
67
|
TransportProtocol,
|
|
70
68
|
} from "./models_1";
|
|
71
69
|
import {
|
|
72
|
-
DeleteLaunchTemplateVersionsResponseErrorItem,
|
|
73
|
-
DeleteLaunchTemplateVersionsResponseSuccessItem,
|
|
74
70
|
FleetStateCode,
|
|
75
71
|
GroupIdentifier,
|
|
76
72
|
SubnetCidrReservation,
|
|
@@ -86,6 +82,31 @@ import {
|
|
|
86
82
|
VerifiedAccessEndpoint,
|
|
87
83
|
VerifiedAccessGroup,
|
|
88
84
|
} from "./models_2";
|
|
85
|
+
export interface DeleteLaunchTemplateVersionsResponseSuccessItem {
|
|
86
|
+
LaunchTemplateId?: string;
|
|
87
|
+
LaunchTemplateName?: string;
|
|
88
|
+
VersionNumber?: number;
|
|
89
|
+
}
|
|
90
|
+
export declare const LaunchTemplateErrorCode: {
|
|
91
|
+
readonly LAUNCH_TEMPLATE_ID_DOES_NOT_EXIST: "launchTemplateIdDoesNotExist";
|
|
92
|
+
readonly LAUNCH_TEMPLATE_ID_MALFORMED: "launchTemplateIdMalformed";
|
|
93
|
+
readonly LAUNCH_TEMPLATE_NAME_DOES_NOT_EXIST: "launchTemplateNameDoesNotExist";
|
|
94
|
+
readonly LAUNCH_TEMPLATE_NAME_MALFORMED: "launchTemplateNameMalformed";
|
|
95
|
+
readonly LAUNCH_TEMPLATE_VERSION_DOES_NOT_EXIST: "launchTemplateVersionDoesNotExist";
|
|
96
|
+
readonly UNEXPECTED_ERROR: "unexpectedError";
|
|
97
|
+
};
|
|
98
|
+
export type LaunchTemplateErrorCode =
|
|
99
|
+
(typeof LaunchTemplateErrorCode)[keyof typeof LaunchTemplateErrorCode];
|
|
100
|
+
export interface ResponseError {
|
|
101
|
+
Code?: LaunchTemplateErrorCode;
|
|
102
|
+
Message?: string;
|
|
103
|
+
}
|
|
104
|
+
export interface DeleteLaunchTemplateVersionsResponseErrorItem {
|
|
105
|
+
LaunchTemplateId?: string;
|
|
106
|
+
LaunchTemplateName?: string;
|
|
107
|
+
VersionNumber?: number;
|
|
108
|
+
ResponseError?: ResponseError;
|
|
109
|
+
}
|
|
89
110
|
export interface DeleteLaunchTemplateVersionsResult {
|
|
90
111
|
SuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseSuccessItem[];
|
|
91
112
|
UnsuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseErrorItem[];
|
|
@@ -743,6 +764,47 @@ export interface DescribeCapacityBlockOfferingsResult {
|
|
|
743
764
|
CapacityBlockOfferings?: CapacityBlockOffering[];
|
|
744
765
|
NextToken?: string;
|
|
745
766
|
}
|
|
767
|
+
export declare const CallerRole: {
|
|
768
|
+
readonly odcr_owner: "odcr-owner";
|
|
769
|
+
readonly unused_reservation_billing_owner: "unused-reservation-billing-owner";
|
|
770
|
+
};
|
|
771
|
+
export type CallerRole = (typeof CallerRole)[keyof typeof CallerRole];
|
|
772
|
+
export interface DescribeCapacityReservationBillingRequestsRequest {
|
|
773
|
+
CapacityReservationIds?: string[];
|
|
774
|
+
Role: CallerRole | undefined;
|
|
775
|
+
NextToken?: string;
|
|
776
|
+
MaxResults?: number;
|
|
777
|
+
Filters?: Filter[];
|
|
778
|
+
DryRun?: boolean;
|
|
779
|
+
}
|
|
780
|
+
export interface CapacityReservationInfo {
|
|
781
|
+
InstanceType?: string;
|
|
782
|
+
AvailabilityZone?: string;
|
|
783
|
+
Tenancy?: CapacityReservationTenancy;
|
|
784
|
+
}
|
|
785
|
+
export declare const CapacityReservationBillingRequestStatus: {
|
|
786
|
+
readonly accepted: "accepted";
|
|
787
|
+
readonly cancelled: "cancelled";
|
|
788
|
+
readonly expired: "expired";
|
|
789
|
+
readonly pending: "pending";
|
|
790
|
+
readonly rejected: "rejected";
|
|
791
|
+
readonly revoked: "revoked";
|
|
792
|
+
};
|
|
793
|
+
export type CapacityReservationBillingRequestStatus =
|
|
794
|
+
(typeof CapacityReservationBillingRequestStatus)[keyof typeof CapacityReservationBillingRequestStatus];
|
|
795
|
+
export interface CapacityReservationBillingRequest {
|
|
796
|
+
CapacityReservationId?: string;
|
|
797
|
+
RequestedBy?: string;
|
|
798
|
+
UnusedReservationBillingOwnerId?: string;
|
|
799
|
+
LastUpdateTime?: Date;
|
|
800
|
+
Status?: CapacityReservationBillingRequestStatus;
|
|
801
|
+
StatusMessage?: string;
|
|
802
|
+
CapacityReservationInfo?: CapacityReservationInfo;
|
|
803
|
+
}
|
|
804
|
+
export interface DescribeCapacityReservationBillingRequestsResult {
|
|
805
|
+
NextToken?: string;
|
|
806
|
+
CapacityReservationBillingRequests?: CapacityReservationBillingRequest[];
|
|
807
|
+
}
|
|
746
808
|
export interface DescribeCapacityReservationFleetsRequest {
|
|
747
809
|
CapacityReservationFleetIds?: string[];
|
|
748
810
|
NextToken?: string;
|
|
@@ -1651,83 +1713,6 @@ export declare const ImageAttributeName: {
|
|
|
1651
1713
|
};
|
|
1652
1714
|
export type ImageAttributeName =
|
|
1653
1715
|
(typeof ImageAttributeName)[keyof typeof ImageAttributeName];
|
|
1654
|
-
export interface DescribeImageAttributeRequest {
|
|
1655
|
-
Attribute: ImageAttributeName | undefined;
|
|
1656
|
-
ImageId: string | undefined;
|
|
1657
|
-
DryRun?: boolean;
|
|
1658
|
-
}
|
|
1659
|
-
export interface LaunchPermission {
|
|
1660
|
-
OrganizationArn?: string;
|
|
1661
|
-
OrganizationalUnitArn?: string;
|
|
1662
|
-
UserId?: string;
|
|
1663
|
-
Group?: PermissionGroup;
|
|
1664
|
-
}
|
|
1665
|
-
export interface ImageAttribute {
|
|
1666
|
-
Description?: AttributeValue;
|
|
1667
|
-
KernelId?: AttributeValue;
|
|
1668
|
-
RamdiskId?: AttributeValue;
|
|
1669
|
-
SriovNetSupport?: AttributeValue;
|
|
1670
|
-
BootMode?: AttributeValue;
|
|
1671
|
-
TpmSupport?: AttributeValue;
|
|
1672
|
-
UefiData?: AttributeValue;
|
|
1673
|
-
LastLaunchedTime?: AttributeValue;
|
|
1674
|
-
ImdsSupport?: AttributeValue;
|
|
1675
|
-
DeregistrationProtection?: AttributeValue;
|
|
1676
|
-
ImageId?: string;
|
|
1677
|
-
LaunchPermissions?: LaunchPermission[];
|
|
1678
|
-
ProductCodes?: ProductCode[];
|
|
1679
|
-
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
1680
|
-
}
|
|
1681
|
-
export interface DescribeImagesRequest {
|
|
1682
|
-
ExecutableUsers?: string[];
|
|
1683
|
-
ImageIds?: string[];
|
|
1684
|
-
Owners?: string[];
|
|
1685
|
-
IncludeDeprecated?: boolean;
|
|
1686
|
-
IncludeDisabled?: boolean;
|
|
1687
|
-
MaxResults?: number;
|
|
1688
|
-
NextToken?: string;
|
|
1689
|
-
DryRun?: boolean;
|
|
1690
|
-
Filters?: Filter[];
|
|
1691
|
-
}
|
|
1692
|
-
export declare const ArchitectureValues: {
|
|
1693
|
-
readonly arm64: "arm64";
|
|
1694
|
-
readonly arm64_mac: "arm64_mac";
|
|
1695
|
-
readonly i386: "i386";
|
|
1696
|
-
readonly x86_64: "x86_64";
|
|
1697
|
-
readonly x86_64_mac: "x86_64_mac";
|
|
1698
|
-
};
|
|
1699
|
-
export type ArchitectureValues =
|
|
1700
|
-
(typeof ArchitectureValues)[keyof typeof ArchitectureValues];
|
|
1701
|
-
export declare const BootModeValues: {
|
|
1702
|
-
readonly legacy_bios: "legacy-bios";
|
|
1703
|
-
readonly uefi: "uefi";
|
|
1704
|
-
readonly uefi_preferred: "uefi-preferred";
|
|
1705
|
-
};
|
|
1706
|
-
export type BootModeValues =
|
|
1707
|
-
(typeof BootModeValues)[keyof typeof BootModeValues];
|
|
1708
|
-
export declare const HypervisorType: {
|
|
1709
|
-
readonly ovm: "ovm";
|
|
1710
|
-
readonly xen: "xen";
|
|
1711
|
-
};
|
|
1712
|
-
export type HypervisorType =
|
|
1713
|
-
(typeof HypervisorType)[keyof typeof HypervisorType];
|
|
1714
|
-
export declare const ImageTypeValues: {
|
|
1715
|
-
readonly kernel: "kernel";
|
|
1716
|
-
readonly machine: "machine";
|
|
1717
|
-
readonly ramdisk: "ramdisk";
|
|
1718
|
-
};
|
|
1719
|
-
export type ImageTypeValues =
|
|
1720
|
-
(typeof ImageTypeValues)[keyof typeof ImageTypeValues];
|
|
1721
|
-
export declare const ImdsSupportValues: {
|
|
1722
|
-
readonly v2_0: "v2.0";
|
|
1723
|
-
};
|
|
1724
|
-
export type ImdsSupportValues =
|
|
1725
|
-
(typeof ImdsSupportValues)[keyof typeof ImdsSupportValues];
|
|
1726
|
-
export declare const DeviceType: {
|
|
1727
|
-
readonly ebs: "ebs";
|
|
1728
|
-
readonly instance_store: "instance-store";
|
|
1729
|
-
};
|
|
1730
|
-
export type DeviceType = (typeof DeviceType)[keyof typeof DeviceType];
|
|
1731
1716
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1732
1717
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1733
1718
|
) => any;
|
|
@@ -1,42 +1,34 @@
|
|
|
1
1
|
import {
|
|
2
|
-
_InstanceType,
|
|
3
2
|
ActiveInstance,
|
|
4
3
|
AlternatePathHint,
|
|
5
4
|
AttachmentStatus,
|
|
6
5
|
CurrencyCodeValues,
|
|
7
6
|
Explanation,
|
|
8
7
|
IamInstanceProfile,
|
|
9
|
-
IamInstanceProfileSpecification,
|
|
10
8
|
InstanceEventWindow,
|
|
11
9
|
IpamResourceDiscoveryAssociation,
|
|
12
10
|
IpPermission,
|
|
13
11
|
PathComponent,
|
|
14
12
|
ReservedInstancesListing,
|
|
15
|
-
ResourceType,
|
|
16
13
|
SecurityGroupRule,
|
|
17
14
|
Tag,
|
|
18
15
|
} from "./models_0";
|
|
19
16
|
import {
|
|
17
|
+
_InstanceType,
|
|
20
18
|
AmdSevSnpSpecification,
|
|
21
19
|
AttributeValue,
|
|
22
20
|
BlockDeviceMapping,
|
|
23
21
|
CapacityReservationPreference,
|
|
24
22
|
CapacityReservationTargetResponse,
|
|
25
|
-
ConnectionTrackingSpecificationRequest,
|
|
26
23
|
Ec2InstanceConnectEndpoint,
|
|
27
|
-
EnaSrdSpecificationRequest,
|
|
28
|
-
FleetLaunchTemplateSpecification,
|
|
29
24
|
HostnameType,
|
|
30
25
|
InstanceIpv6Address,
|
|
31
|
-
InstanceRequirements,
|
|
32
26
|
InternetGateway,
|
|
33
27
|
Ipam,
|
|
34
28
|
IpamExternalResourceVerificationToken,
|
|
35
29
|
IpamPool,
|
|
36
30
|
IpamResourceDiscovery,
|
|
37
31
|
IpamScope,
|
|
38
|
-
Ipv4PrefixSpecificationRequest,
|
|
39
|
-
Ipv6PrefixSpecificationRequest,
|
|
40
32
|
KeyType,
|
|
41
33
|
LaunchTemplate,
|
|
42
34
|
LaunchTemplateVersion,
|
|
@@ -47,15 +39,14 @@ import {
|
|
|
47
39
|
NatGateway,
|
|
48
40
|
NetworkAcl,
|
|
49
41
|
NetworkInsightsAccessScope,
|
|
50
|
-
NetworkInsightsPath,
|
|
51
42
|
Placement,
|
|
52
43
|
PlatformValues,
|
|
53
|
-
PrivateIpAddressSpecification,
|
|
54
44
|
StateReason,
|
|
55
45
|
Tenancy,
|
|
56
46
|
} from "./models_1";
|
|
57
47
|
import {
|
|
58
48
|
GroupIdentifier,
|
|
49
|
+
NetworkInsightsPath,
|
|
59
50
|
NetworkInterface,
|
|
60
51
|
NetworkInterfaceAttachment,
|
|
61
52
|
NetworkInterfacePermission,
|
|
@@ -69,20 +60,92 @@ import {
|
|
|
69
60
|
StorageTier,
|
|
70
61
|
} from "./models_2";
|
|
71
62
|
import {
|
|
72
|
-
ArchitectureValues,
|
|
73
|
-
BootModeValues,
|
|
74
63
|
Byoasn,
|
|
75
|
-
DeviceType,
|
|
76
64
|
EventInformation,
|
|
77
65
|
Filter,
|
|
78
|
-
HypervisorType,
|
|
79
66
|
IdFormat,
|
|
80
|
-
|
|
81
|
-
ImdsSupportValues,
|
|
67
|
+
ImageAttributeName,
|
|
82
68
|
InstanceTagNotificationAttribute,
|
|
83
69
|
PermissionGroup,
|
|
84
70
|
ProductCode,
|
|
85
71
|
} from "./models_3";
|
|
72
|
+
export interface DescribeImageAttributeRequest {
|
|
73
|
+
Attribute: ImageAttributeName | undefined;
|
|
74
|
+
ImageId: string | undefined;
|
|
75
|
+
DryRun?: boolean;
|
|
76
|
+
}
|
|
77
|
+
export interface LaunchPermission {
|
|
78
|
+
OrganizationArn?: string;
|
|
79
|
+
OrganizationalUnitArn?: string;
|
|
80
|
+
UserId?: string;
|
|
81
|
+
Group?: PermissionGroup;
|
|
82
|
+
}
|
|
83
|
+
export interface ImageAttribute {
|
|
84
|
+
Description?: AttributeValue;
|
|
85
|
+
KernelId?: AttributeValue;
|
|
86
|
+
RamdiskId?: AttributeValue;
|
|
87
|
+
SriovNetSupport?: AttributeValue;
|
|
88
|
+
BootMode?: AttributeValue;
|
|
89
|
+
TpmSupport?: AttributeValue;
|
|
90
|
+
UefiData?: AttributeValue;
|
|
91
|
+
LastLaunchedTime?: AttributeValue;
|
|
92
|
+
ImdsSupport?: AttributeValue;
|
|
93
|
+
DeregistrationProtection?: AttributeValue;
|
|
94
|
+
ImageId?: string;
|
|
95
|
+
LaunchPermissions?: LaunchPermission[];
|
|
96
|
+
ProductCodes?: ProductCode[];
|
|
97
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
98
|
+
}
|
|
99
|
+
export interface DescribeImagesRequest {
|
|
100
|
+
ExecutableUsers?: string[];
|
|
101
|
+
ImageIds?: string[];
|
|
102
|
+
Owners?: string[];
|
|
103
|
+
IncludeDeprecated?: boolean;
|
|
104
|
+
IncludeDisabled?: boolean;
|
|
105
|
+
MaxResults?: number;
|
|
106
|
+
NextToken?: string;
|
|
107
|
+
DryRun?: boolean;
|
|
108
|
+
Filters?: Filter[];
|
|
109
|
+
}
|
|
110
|
+
export declare const ArchitectureValues: {
|
|
111
|
+
readonly arm64: "arm64";
|
|
112
|
+
readonly arm64_mac: "arm64_mac";
|
|
113
|
+
readonly i386: "i386";
|
|
114
|
+
readonly x86_64: "x86_64";
|
|
115
|
+
readonly x86_64_mac: "x86_64_mac";
|
|
116
|
+
};
|
|
117
|
+
export type ArchitectureValues =
|
|
118
|
+
(typeof ArchitectureValues)[keyof typeof ArchitectureValues];
|
|
119
|
+
export declare const BootModeValues: {
|
|
120
|
+
readonly legacy_bios: "legacy-bios";
|
|
121
|
+
readonly uefi: "uefi";
|
|
122
|
+
readonly uefi_preferred: "uefi-preferred";
|
|
123
|
+
};
|
|
124
|
+
export type BootModeValues =
|
|
125
|
+
(typeof BootModeValues)[keyof typeof BootModeValues];
|
|
126
|
+
export declare const HypervisorType: {
|
|
127
|
+
readonly ovm: "ovm";
|
|
128
|
+
readonly xen: "xen";
|
|
129
|
+
};
|
|
130
|
+
export type HypervisorType =
|
|
131
|
+
(typeof HypervisorType)[keyof typeof HypervisorType];
|
|
132
|
+
export declare const ImageTypeValues: {
|
|
133
|
+
readonly kernel: "kernel";
|
|
134
|
+
readonly machine: "machine";
|
|
135
|
+
readonly ramdisk: "ramdisk";
|
|
136
|
+
};
|
|
137
|
+
export type ImageTypeValues =
|
|
138
|
+
(typeof ImageTypeValues)[keyof typeof ImageTypeValues];
|
|
139
|
+
export declare const ImdsSupportValues: {
|
|
140
|
+
readonly v2_0: "v2.0";
|
|
141
|
+
};
|
|
142
|
+
export type ImdsSupportValues =
|
|
143
|
+
(typeof ImdsSupportValues)[keyof typeof ImdsSupportValues];
|
|
144
|
+
export declare const DeviceType: {
|
|
145
|
+
readonly ebs: "ebs";
|
|
146
|
+
readonly instance_store: "instance-store";
|
|
147
|
+
};
|
|
148
|
+
export type DeviceType = (typeof DeviceType)[keyof typeof DeviceType];
|
|
86
149
|
export declare const ImageState: {
|
|
87
150
|
readonly available: "available";
|
|
88
151
|
readonly deregistered: "deregistered";
|
|
@@ -1985,85 +2048,6 @@ export type ExcessCapacityTerminationPolicy =
|
|
|
1985
2048
|
export interface SpotFleetMonitoring {
|
|
1986
2049
|
Enabled?: boolean;
|
|
1987
2050
|
}
|
|
1988
|
-
export interface InstanceNetworkInterfaceSpecification {
|
|
1989
|
-
AssociatePublicIpAddress?: boolean;
|
|
1990
|
-
DeleteOnTermination?: boolean;
|
|
1991
|
-
Description?: string;
|
|
1992
|
-
DeviceIndex?: number;
|
|
1993
|
-
Groups?: string[];
|
|
1994
|
-
Ipv6AddressCount?: number;
|
|
1995
|
-
Ipv6Addresses?: InstanceIpv6Address[];
|
|
1996
|
-
NetworkInterfaceId?: string;
|
|
1997
|
-
PrivateIpAddress?: string;
|
|
1998
|
-
PrivateIpAddresses?: PrivateIpAddressSpecification[];
|
|
1999
|
-
SecondaryPrivateIpAddressCount?: number;
|
|
2000
|
-
SubnetId?: string;
|
|
2001
|
-
AssociateCarrierIpAddress?: boolean;
|
|
2002
|
-
InterfaceType?: string;
|
|
2003
|
-
NetworkCardIndex?: number;
|
|
2004
|
-
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[];
|
|
2005
|
-
Ipv4PrefixCount?: number;
|
|
2006
|
-
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
|
|
2007
|
-
Ipv6PrefixCount?: number;
|
|
2008
|
-
PrimaryIpv6?: boolean;
|
|
2009
|
-
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
|
2010
|
-
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
2011
|
-
}
|
|
2012
|
-
export interface SpotPlacement {
|
|
2013
|
-
AvailabilityZone?: string;
|
|
2014
|
-
GroupName?: string;
|
|
2015
|
-
Tenancy?: Tenancy;
|
|
2016
|
-
}
|
|
2017
|
-
export interface SpotFleetTagSpecification {
|
|
2018
|
-
ResourceType?: ResourceType;
|
|
2019
|
-
Tags?: Tag[];
|
|
2020
|
-
}
|
|
2021
|
-
export interface SpotFleetLaunchSpecification {
|
|
2022
|
-
AddressingType?: string;
|
|
2023
|
-
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
2024
|
-
EbsOptimized?: boolean;
|
|
2025
|
-
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
2026
|
-
ImageId?: string;
|
|
2027
|
-
InstanceType?: _InstanceType;
|
|
2028
|
-
KernelId?: string;
|
|
2029
|
-
KeyName?: string;
|
|
2030
|
-
Monitoring?: SpotFleetMonitoring;
|
|
2031
|
-
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
2032
|
-
Placement?: SpotPlacement;
|
|
2033
|
-
RamdiskId?: string;
|
|
2034
|
-
SpotPrice?: string;
|
|
2035
|
-
SubnetId?: string;
|
|
2036
|
-
UserData?: string;
|
|
2037
|
-
WeightedCapacity?: number;
|
|
2038
|
-
TagSpecifications?: SpotFleetTagSpecification[];
|
|
2039
|
-
InstanceRequirements?: InstanceRequirements;
|
|
2040
|
-
SecurityGroups?: GroupIdentifier[];
|
|
2041
|
-
}
|
|
2042
|
-
export interface LaunchTemplateOverrides {
|
|
2043
|
-
InstanceType?: _InstanceType;
|
|
2044
|
-
SpotPrice?: string;
|
|
2045
|
-
SubnetId?: string;
|
|
2046
|
-
AvailabilityZone?: string;
|
|
2047
|
-
WeightedCapacity?: number;
|
|
2048
|
-
Priority?: number;
|
|
2049
|
-
InstanceRequirements?: InstanceRequirements;
|
|
2050
|
-
}
|
|
2051
|
-
export interface LaunchTemplateConfig {
|
|
2052
|
-
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification;
|
|
2053
|
-
Overrides?: LaunchTemplateOverrides[];
|
|
2054
|
-
}
|
|
2055
|
-
export interface ClassicLoadBalancer {
|
|
2056
|
-
Name?: string;
|
|
2057
|
-
}
|
|
2058
|
-
export interface ClassicLoadBalancersConfig {
|
|
2059
|
-
ClassicLoadBalancers?: ClassicLoadBalancer[];
|
|
2060
|
-
}
|
|
2061
|
-
export interface TargetGroup {
|
|
2062
|
-
Arn?: string;
|
|
2063
|
-
}
|
|
2064
|
-
export interface TargetGroupsConfig {
|
|
2065
|
-
TargetGroups?: TargetGroup[];
|
|
2066
|
-
}
|
|
2067
2051
|
export declare const SnapshotDetailFilterSensitiveLog: (
|
|
2068
2052
|
obj: SnapshotDetail
|
|
2069
2053
|
) => any;
|
|
@@ -2085,6 +2069,3 @@ export declare const DescribeImportSnapshotTasksResultFilterSensitiveLog: (
|
|
|
2085
2069
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2086
2070
|
obj: DescribeLaunchTemplateVersionsResult
|
|
2087
2071
|
) => any;
|
|
2088
|
-
export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
|
|
2089
|
-
obj: SpotFleetLaunchSpecification
|
|
2090
|
-
) => any;
|