@aws-sdk/client-ec2 3.47.2 → 3.51.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/CHANGELOG.md +41 -0
- package/dist-cjs/EC2.js +75 -0
- package/dist-cjs/commands/DescribeFastLaunchImagesCommand.js +36 -0
- package/dist-cjs/commands/DescribeReservedInstancesCommand.js +2 -1
- package/dist-cjs/commands/DescribeReservedInstancesListingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReservedInstancesModificationsCommand.js +1 -2
- package/dist-cjs/commands/DisableFastLaunchCommand.js +36 -0
- package/dist-cjs/commands/EnableFastLaunchCommand.js +36 -0
- package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +2 -1
- package/dist-cjs/commands/GetIpamAddressHistoryCommand.js +3 -3
- package/dist-cjs/commands/GetIpamPoolAllocationsCommand.js +3 -3
- package/dist-cjs/commands/GetIpamPoolCidrsCommand.js +3 -3
- package/dist-cjs/commands/GetIpamResourceCidrsCommand.js +1 -2
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +36 -0
- package/dist-cjs/commands/ResetInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ResetNetworkInterfaceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ResetSnapshotAttributeCommand.js +2 -2
- package/dist-cjs/commands/RestoreAddressToClassicCommand.js +3 -3
- package/dist-cjs/commands/RestoreImageFromRecycleBinCommand.js +36 -0
- package/dist-cjs/commands/RestoreManagedPrefixListVersionCommand.js +3 -3
- package/dist-cjs/commands/RestoreSnapshotFromRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/RestoreSnapshotTierCommand.js +3 -3
- package/dist-cjs/commands/RevokeClientVpnIngressCommand.js +3 -3
- package/dist-cjs/commands/RevokeSecurityGroupEgressCommand.js +3 -3
- package/dist-cjs/commands/RevokeSecurityGroupIngressCommand.js +3 -3
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +14 -7
- package/dist-cjs/models/models_1.js +11 -6
- package/dist-cjs/models/models_2.js +7 -13
- package/dist-cjs/models/models_3.js +61 -53
- package/dist-cjs/models/models_4.js +89 -101
- package/dist-cjs/models/models_5.js +119 -114
- package/dist-cjs/models/models_6.js +122 -2
- package/dist-cjs/pagination/DescribeFastLaunchImagesPaginator.js +35 -0
- package/dist-cjs/pagination/ListImagesInRecycleBinPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_ec2.js +695 -17
- package/dist-es/EC2.js +75 -0
- package/dist-es/commands/DescribeFastLaunchImagesCommand.js +39 -0
- package/dist-es/commands/DescribeReservedInstancesCommand.js +2 -1
- package/dist-es/commands/DescribeReservedInstancesListingsCommand.js +1 -1
- package/dist-es/commands/DescribeReservedInstancesModificationsCommand.js +1 -2
- package/dist-es/commands/DisableFastLaunchCommand.js +39 -0
- package/dist-es/commands/EnableFastLaunchCommand.js +39 -0
- package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +2 -1
- package/dist-es/commands/GetIpamAddressHistoryCommand.js +1 -1
- package/dist-es/commands/GetIpamPoolAllocationsCommand.js +1 -1
- package/dist-es/commands/GetIpamPoolCidrsCommand.js +1 -1
- package/dist-es/commands/GetIpamResourceCidrsCommand.js +1 -2
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +39 -0
- package/dist-es/commands/ResetInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/ResetNetworkInterfaceAttributeCommand.js +1 -1
- package/dist-es/commands/ResetSnapshotAttributeCommand.js +1 -1
- package/dist-es/commands/RestoreAddressToClassicCommand.js +1 -1
- package/dist-es/commands/RestoreImageFromRecycleBinCommand.js +39 -0
- package/dist-es/commands/RestoreManagedPrefixListVersionCommand.js +1 -1
- package/dist-es/commands/RestoreSnapshotFromRecycleBinCommand.js +1 -1
- package/dist-es/commands/RestoreSnapshotTierCommand.js +1 -1
- package/dist-es/commands/RevokeClientVpnIngressCommand.js +1 -1
- package/dist-es/commands/RevokeSecurityGroupEgressCommand.js +1 -1
- package/dist-es/commands/RevokeSecurityGroupIngressCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +10 -5
- package/dist-es/models/models_1.js +5 -0
- package/dist-es/models/models_2.js +4 -8
- package/dist-es/models/models_3.js +41 -33
- package/dist-es/models/models_4.js +57 -75
- package/dist-es/models/models_5.js +87 -72
- package/dist-es/models/models_6.js +80 -0
- package/dist-es/pagination/DescribeFastLaunchImagesPaginator.js +74 -0
- package/dist-es/pagination/ListImagesInRecycleBinPaginator.js +74 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_ec2.js +1734 -1028
- package/dist-types/EC2.d.ts +68 -4
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/CreateImageCommand.d.ts +6 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +12 -4
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -2
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +40 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +43 -0
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.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 -2
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +37 -0
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +35 -0
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +53 -11
- package/dist-types/models/models_1.d.ts +11 -8
- package/dist-types/models/models_2.d.ts +43 -71
- package/dist-types/models/models_3.d.ts +240 -298
- package/dist-types/models/models_4.d.ts +500 -334
- package/dist-types/models/models_5.d.ts +451 -522
- package/dist-types/models/models_6.d.ts +520 -5
- package/dist-types/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListImagesInRecycleBinPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_ec2.d.ts +15 -0
- package/dist-types/ts3.4/EC2.d.ts +25 -0
- package/dist-types/ts3.4/EC2Client.d.ts +7 -2
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.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 -2
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -5
- package/dist-types/ts3.4/models/models_1.d.ts +5 -2
- package/dist-types/ts3.4/models/models_2.d.ts +17 -37
- package/dist-types/ts3.4/models/models_3.d.ts +122 -122
- package/dist-types/ts3.4/models/models_4.d.ts +224 -194
- package/dist-types/ts3.4/models/models_5.d.ts +239 -256
- package/dist-types/ts3.4/models/models_6.d.ts +275 -5
- package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagesInRecycleBinPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +15 -0
- package/package.json +41 -35
|
@@ -1,8 +1,198 @@
|
|
|
1
|
-
import { _InstanceType, AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AttributeValue, AutoPlacement, ByoipCidr, ClientConnectOptions,
|
|
2
|
-
import { AutoAcceptSharedAttachmentsValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DiskImageFormat, FleetLaunchTemplateConfigRequest, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, RuleAction, ShutdownBehavior,
|
|
1
|
+
import { _InstanceType, AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AttributeValue, AutoPlacement, ByoipCidr, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EndDateType, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpamPoolAllocation, Ipv6SupportValue, PortRange, RouteTableAssociationState, SelfServicePortal, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
+
import { AutoAcceptSharedAttachmentsValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DiskImageFormat, FleetLaunchTemplateConfigRequest, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, RuleAction, ShutdownBehavior, SpotInstanceType, SubnetCidrReservation, TargetCapacitySpecificationRequest, TargetCapacityUnitType, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, VolumeType, VpnEcmpSupportValue } from "./models_1";
|
|
3
3
|
import { Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TransitGatewayPrefixListReference, TransitGatewayRoute, VpnConnection } from "./models_2";
|
|
4
|
-
import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, Monitoring, PermissionGroup, PublicIpv4PoolRange,
|
|
5
|
-
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceFamilyCreditSpecification, InstanceNetworkInterfaceSpecification,
|
|
4
|
+
import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, Monitoring, PermissionGroup, PublicIpv4PoolRange, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_3";
|
|
5
|
+
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceFamilyCreditSpecification, InstanceNetworkInterfaceSpecification, LaunchTemplateConfig, Purchase, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VolumeModification } from "./models_4";
|
|
6
|
+
|
|
7
|
+
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
8
|
+
|
|
9
|
+
InstanceType?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare namespace InstanceTypeInfoFromInstanceRequirements {
|
|
12
|
+
|
|
13
|
+
const filterSensitiveLog: (obj: InstanceTypeInfoFromInstanceRequirements) => any;
|
|
14
|
+
}
|
|
15
|
+
export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
16
|
+
|
|
17
|
+
InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[];
|
|
18
|
+
|
|
19
|
+
NextToken?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace GetInstanceTypesFromInstanceRequirementsResult {
|
|
22
|
+
|
|
23
|
+
const filterSensitiveLog: (obj: GetInstanceTypesFromInstanceRequirementsResult) => any;
|
|
24
|
+
}
|
|
25
|
+
export interface GetIpamAddressHistoryRequest {
|
|
26
|
+
|
|
27
|
+
DryRun?: boolean;
|
|
28
|
+
|
|
29
|
+
Cidr: string | undefined;
|
|
30
|
+
|
|
31
|
+
IpamScopeId: string | undefined;
|
|
32
|
+
|
|
33
|
+
VpcId?: string;
|
|
34
|
+
|
|
35
|
+
StartTime?: Date;
|
|
36
|
+
|
|
37
|
+
EndTime?: Date;
|
|
38
|
+
|
|
39
|
+
MaxResults?: number;
|
|
40
|
+
|
|
41
|
+
NextToken?: string;
|
|
42
|
+
}
|
|
43
|
+
export declare namespace GetIpamAddressHistoryRequest {
|
|
44
|
+
|
|
45
|
+
const filterSensitiveLog: (obj: GetIpamAddressHistoryRequest) => any;
|
|
46
|
+
}
|
|
47
|
+
export declare enum IpamComplianceStatus {
|
|
48
|
+
compliant = "compliant",
|
|
49
|
+
ignored = "ignored",
|
|
50
|
+
noncompliant = "noncompliant",
|
|
51
|
+
unmanaged = "unmanaged"
|
|
52
|
+
}
|
|
53
|
+
export declare enum IpamOverlapStatus {
|
|
54
|
+
ignored = "ignored",
|
|
55
|
+
nonoverlapping = "nonoverlapping",
|
|
56
|
+
overlapping = "overlapping"
|
|
57
|
+
}
|
|
58
|
+
export declare enum IpamAddressHistoryResourceType {
|
|
59
|
+
eip = "eip",
|
|
60
|
+
instance = "instance",
|
|
61
|
+
network_interface = "network-interface",
|
|
62
|
+
subnet = "subnet",
|
|
63
|
+
vpc = "vpc"
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export interface IpamAddressHistoryRecord {
|
|
67
|
+
|
|
68
|
+
ResourceOwnerId?: string;
|
|
69
|
+
|
|
70
|
+
ResourceRegion?: string;
|
|
71
|
+
|
|
72
|
+
ResourceType?: IpamAddressHistoryResourceType | string;
|
|
73
|
+
|
|
74
|
+
ResourceId?: string;
|
|
75
|
+
|
|
76
|
+
ResourceCidr?: string;
|
|
77
|
+
|
|
78
|
+
ResourceName?: string;
|
|
79
|
+
|
|
80
|
+
ResourceComplianceStatus?: IpamComplianceStatus | string;
|
|
81
|
+
|
|
82
|
+
ResourceOverlapStatus?: IpamOverlapStatus | string;
|
|
83
|
+
|
|
84
|
+
VpcId?: string;
|
|
85
|
+
|
|
86
|
+
SampledStartTime?: Date;
|
|
87
|
+
|
|
88
|
+
SampledEndTime?: Date;
|
|
89
|
+
}
|
|
90
|
+
export declare namespace IpamAddressHistoryRecord {
|
|
91
|
+
|
|
92
|
+
const filterSensitiveLog: (obj: IpamAddressHistoryRecord) => any;
|
|
93
|
+
}
|
|
94
|
+
export interface GetIpamAddressHistoryResult {
|
|
95
|
+
|
|
96
|
+
HistoryRecords?: IpamAddressHistoryRecord[];
|
|
97
|
+
|
|
98
|
+
NextToken?: string;
|
|
99
|
+
}
|
|
100
|
+
export declare namespace GetIpamAddressHistoryResult {
|
|
101
|
+
|
|
102
|
+
const filterSensitiveLog: (obj: GetIpamAddressHistoryResult) => any;
|
|
103
|
+
}
|
|
104
|
+
export interface GetIpamPoolAllocationsRequest {
|
|
105
|
+
|
|
106
|
+
DryRun?: boolean;
|
|
107
|
+
|
|
108
|
+
IpamPoolId: string | undefined;
|
|
109
|
+
|
|
110
|
+
IpamPoolAllocationId?: string;
|
|
111
|
+
|
|
112
|
+
Filters?: Filter[];
|
|
113
|
+
|
|
114
|
+
MaxResults?: number;
|
|
115
|
+
|
|
116
|
+
NextToken?: string;
|
|
117
|
+
}
|
|
118
|
+
export declare namespace GetIpamPoolAllocationsRequest {
|
|
119
|
+
|
|
120
|
+
const filterSensitiveLog: (obj: GetIpamPoolAllocationsRequest) => any;
|
|
121
|
+
}
|
|
122
|
+
export interface GetIpamPoolAllocationsResult {
|
|
123
|
+
|
|
124
|
+
IpamPoolAllocations?: IpamPoolAllocation[];
|
|
125
|
+
|
|
126
|
+
NextToken?: string;
|
|
127
|
+
}
|
|
128
|
+
export declare namespace GetIpamPoolAllocationsResult {
|
|
129
|
+
|
|
130
|
+
const filterSensitiveLog: (obj: GetIpamPoolAllocationsResult) => any;
|
|
131
|
+
}
|
|
132
|
+
export interface GetIpamPoolCidrsRequest {
|
|
133
|
+
|
|
134
|
+
DryRun?: boolean;
|
|
135
|
+
|
|
136
|
+
IpamPoolId: string | undefined;
|
|
137
|
+
|
|
138
|
+
Filters?: Filter[];
|
|
139
|
+
|
|
140
|
+
MaxResults?: number;
|
|
141
|
+
|
|
142
|
+
NextToken?: string;
|
|
143
|
+
}
|
|
144
|
+
export declare namespace GetIpamPoolCidrsRequest {
|
|
145
|
+
|
|
146
|
+
const filterSensitiveLog: (obj: GetIpamPoolCidrsRequest) => any;
|
|
147
|
+
}
|
|
148
|
+
export interface GetIpamPoolCidrsResult {
|
|
149
|
+
|
|
150
|
+
IpamPoolCidrs?: IpamPoolCidr[];
|
|
151
|
+
|
|
152
|
+
NextToken?: string;
|
|
153
|
+
}
|
|
154
|
+
export declare namespace GetIpamPoolCidrsResult {
|
|
155
|
+
|
|
156
|
+
const filterSensitiveLog: (obj: GetIpamPoolCidrsResult) => any;
|
|
157
|
+
}
|
|
158
|
+
export declare enum IpamResourceType {
|
|
159
|
+
eip = "eip",
|
|
160
|
+
ipv6_pool = "ipv6-pool",
|
|
161
|
+
public_ipv4_pool = "public-ipv4-pool",
|
|
162
|
+
subnet = "subnet",
|
|
163
|
+
vpc = "vpc"
|
|
164
|
+
}
|
|
165
|
+
export interface GetIpamResourceCidrsRequest {
|
|
166
|
+
|
|
167
|
+
DryRun?: boolean;
|
|
168
|
+
|
|
169
|
+
Filters?: Filter[];
|
|
170
|
+
|
|
171
|
+
MaxResults?: number;
|
|
172
|
+
|
|
173
|
+
NextToken?: string;
|
|
174
|
+
|
|
175
|
+
IpamScopeId: string | undefined;
|
|
176
|
+
|
|
177
|
+
IpamPoolId?: string;
|
|
178
|
+
|
|
179
|
+
ResourceId?: string;
|
|
180
|
+
|
|
181
|
+
ResourceType?: IpamResourceType | string;
|
|
182
|
+
|
|
183
|
+
ResourceTag?: RequestIpamResourceTag;
|
|
184
|
+
|
|
185
|
+
ResourceOwner?: string;
|
|
186
|
+
}
|
|
187
|
+
export declare namespace GetIpamResourceCidrsRequest {
|
|
188
|
+
|
|
189
|
+
const filterSensitiveLog: (obj: GetIpamResourceCidrsRequest) => any;
|
|
190
|
+
}
|
|
191
|
+
export declare enum IpamManagementState {
|
|
192
|
+
ignored = "ignored",
|
|
193
|
+
managed = "managed",
|
|
194
|
+
unmanaged = "unmanaged"
|
|
195
|
+
}
|
|
6
196
|
|
|
7
197
|
export interface IpamResourceCidr {
|
|
8
198
|
|
|
@@ -995,6 +1185,47 @@ export declare namespace ImportVolumeResult {
|
|
|
995
1185
|
|
|
996
1186
|
const filterSensitiveLog: (obj: ImportVolumeResult) => any;
|
|
997
1187
|
}
|
|
1188
|
+
export interface ListImagesInRecycleBinRequest {
|
|
1189
|
+
|
|
1190
|
+
ImageIds?: string[];
|
|
1191
|
+
|
|
1192
|
+
NextToken?: string;
|
|
1193
|
+
|
|
1194
|
+
MaxResults?: number;
|
|
1195
|
+
|
|
1196
|
+
DryRun?: boolean;
|
|
1197
|
+
}
|
|
1198
|
+
export declare namespace ListImagesInRecycleBinRequest {
|
|
1199
|
+
|
|
1200
|
+
const filterSensitiveLog: (obj: ListImagesInRecycleBinRequest) => any;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
export interface ImageRecycleBinInfo {
|
|
1204
|
+
|
|
1205
|
+
ImageId?: string;
|
|
1206
|
+
|
|
1207
|
+
Name?: string;
|
|
1208
|
+
|
|
1209
|
+
Description?: string;
|
|
1210
|
+
|
|
1211
|
+
RecycleBinEnterTime?: Date;
|
|
1212
|
+
|
|
1213
|
+
RecycleBinExitTime?: Date;
|
|
1214
|
+
}
|
|
1215
|
+
export declare namespace ImageRecycleBinInfo {
|
|
1216
|
+
|
|
1217
|
+
const filterSensitiveLog: (obj: ImageRecycleBinInfo) => any;
|
|
1218
|
+
}
|
|
1219
|
+
export interface ListImagesInRecycleBinResult {
|
|
1220
|
+
|
|
1221
|
+
Images?: ImageRecycleBinInfo[];
|
|
1222
|
+
|
|
1223
|
+
NextToken?: string;
|
|
1224
|
+
}
|
|
1225
|
+
export declare namespace ListImagesInRecycleBinResult {
|
|
1226
|
+
|
|
1227
|
+
const filterSensitiveLog: (obj: ListImagesInRecycleBinResult) => any;
|
|
1228
|
+
}
|
|
998
1229
|
export interface ListSnapshotsInRecycleBinRequest {
|
|
999
1230
|
|
|
1000
1231
|
MaxResults?: number;
|
|
@@ -1165,6 +1396,10 @@ export interface ModifyClientVpnEndpointRequest {
|
|
|
1165
1396
|
SelfServicePortal?: SelfServicePortal | string;
|
|
1166
1397
|
|
|
1167
1398
|
ClientConnectOptions?: ClientConnectOptions;
|
|
1399
|
+
|
|
1400
|
+
SessionTimeoutHours?: number;
|
|
1401
|
+
|
|
1402
|
+
ClientLoginBannerOptions?: ClientLoginBannerOptions;
|
|
1168
1403
|
}
|
|
1169
1404
|
export declare namespace ModifyClientVpnEndpointRequest {
|
|
1170
1405
|
|
|
@@ -3600,255 +3835,3 @@ export declare namespace ResetImageAttributeRequest {
|
|
|
3600
3835
|
|
|
3601
3836
|
const filterSensitiveLog: (obj: ResetImageAttributeRequest) => any;
|
|
3602
3837
|
}
|
|
3603
|
-
export interface ResetInstanceAttributeRequest {
|
|
3604
|
-
|
|
3605
|
-
Attribute: InstanceAttributeName | string | undefined;
|
|
3606
|
-
|
|
3607
|
-
DryRun?: boolean;
|
|
3608
|
-
|
|
3609
|
-
InstanceId: string | undefined;
|
|
3610
|
-
}
|
|
3611
|
-
export declare namespace ResetInstanceAttributeRequest {
|
|
3612
|
-
|
|
3613
|
-
const filterSensitiveLog: (obj: ResetInstanceAttributeRequest) => any;
|
|
3614
|
-
}
|
|
3615
|
-
|
|
3616
|
-
export interface ResetNetworkInterfaceAttributeRequest {
|
|
3617
|
-
|
|
3618
|
-
DryRun?: boolean;
|
|
3619
|
-
|
|
3620
|
-
NetworkInterfaceId: string | undefined;
|
|
3621
|
-
|
|
3622
|
-
SourceDestCheck?: string;
|
|
3623
|
-
}
|
|
3624
|
-
export declare namespace ResetNetworkInterfaceAttributeRequest {
|
|
3625
|
-
|
|
3626
|
-
const filterSensitiveLog: (obj: ResetNetworkInterfaceAttributeRequest) => any;
|
|
3627
|
-
}
|
|
3628
|
-
export interface ResetSnapshotAttributeRequest {
|
|
3629
|
-
|
|
3630
|
-
Attribute: SnapshotAttributeName | string | undefined;
|
|
3631
|
-
|
|
3632
|
-
SnapshotId: string | undefined;
|
|
3633
|
-
|
|
3634
|
-
DryRun?: boolean;
|
|
3635
|
-
}
|
|
3636
|
-
export declare namespace ResetSnapshotAttributeRequest {
|
|
3637
|
-
|
|
3638
|
-
const filterSensitiveLog: (obj: ResetSnapshotAttributeRequest) => any;
|
|
3639
|
-
}
|
|
3640
|
-
export interface RestoreAddressToClassicRequest {
|
|
3641
|
-
|
|
3642
|
-
DryRun?: boolean;
|
|
3643
|
-
|
|
3644
|
-
PublicIp: string | undefined;
|
|
3645
|
-
}
|
|
3646
|
-
export declare namespace RestoreAddressToClassicRequest {
|
|
3647
|
-
|
|
3648
|
-
const filterSensitiveLog: (obj: RestoreAddressToClassicRequest) => any;
|
|
3649
|
-
}
|
|
3650
|
-
export interface RestoreAddressToClassicResult {
|
|
3651
|
-
|
|
3652
|
-
PublicIp?: string;
|
|
3653
|
-
|
|
3654
|
-
Status?: Status | string;
|
|
3655
|
-
}
|
|
3656
|
-
export declare namespace RestoreAddressToClassicResult {
|
|
3657
|
-
|
|
3658
|
-
const filterSensitiveLog: (obj: RestoreAddressToClassicResult) => any;
|
|
3659
|
-
}
|
|
3660
|
-
export interface RestoreManagedPrefixListVersionRequest {
|
|
3661
|
-
|
|
3662
|
-
DryRun?: boolean;
|
|
3663
|
-
|
|
3664
|
-
PrefixListId: string | undefined;
|
|
3665
|
-
|
|
3666
|
-
PreviousVersion: number | undefined;
|
|
3667
|
-
|
|
3668
|
-
CurrentVersion: number | undefined;
|
|
3669
|
-
}
|
|
3670
|
-
export declare namespace RestoreManagedPrefixListVersionRequest {
|
|
3671
|
-
|
|
3672
|
-
const filterSensitiveLog: (obj: RestoreManagedPrefixListVersionRequest) => any;
|
|
3673
|
-
}
|
|
3674
|
-
export interface RestoreManagedPrefixListVersionResult {
|
|
3675
|
-
|
|
3676
|
-
PrefixList?: ManagedPrefixList;
|
|
3677
|
-
}
|
|
3678
|
-
export declare namespace RestoreManagedPrefixListVersionResult {
|
|
3679
|
-
|
|
3680
|
-
const filterSensitiveLog: (obj: RestoreManagedPrefixListVersionResult) => any;
|
|
3681
|
-
}
|
|
3682
|
-
export interface RestoreSnapshotFromRecycleBinRequest {
|
|
3683
|
-
|
|
3684
|
-
SnapshotId: string | undefined;
|
|
3685
|
-
|
|
3686
|
-
DryRun?: boolean;
|
|
3687
|
-
}
|
|
3688
|
-
export declare namespace RestoreSnapshotFromRecycleBinRequest {
|
|
3689
|
-
|
|
3690
|
-
const filterSensitiveLog: (obj: RestoreSnapshotFromRecycleBinRequest) => any;
|
|
3691
|
-
}
|
|
3692
|
-
export interface RestoreSnapshotFromRecycleBinResult {
|
|
3693
|
-
|
|
3694
|
-
SnapshotId?: string;
|
|
3695
|
-
|
|
3696
|
-
OutpostArn?: string;
|
|
3697
|
-
|
|
3698
|
-
Description?: string;
|
|
3699
|
-
|
|
3700
|
-
Encrypted?: boolean;
|
|
3701
|
-
|
|
3702
|
-
OwnerId?: string;
|
|
3703
|
-
|
|
3704
|
-
Progress?: string;
|
|
3705
|
-
|
|
3706
|
-
StartTime?: Date;
|
|
3707
|
-
|
|
3708
|
-
State?: SnapshotState | string;
|
|
3709
|
-
|
|
3710
|
-
VolumeId?: string;
|
|
3711
|
-
|
|
3712
|
-
VolumeSize?: number;
|
|
3713
|
-
}
|
|
3714
|
-
export declare namespace RestoreSnapshotFromRecycleBinResult {
|
|
3715
|
-
|
|
3716
|
-
const filterSensitiveLog: (obj: RestoreSnapshotFromRecycleBinResult) => any;
|
|
3717
|
-
}
|
|
3718
|
-
export interface RestoreSnapshotTierRequest {
|
|
3719
|
-
|
|
3720
|
-
SnapshotId: string | undefined;
|
|
3721
|
-
|
|
3722
|
-
TemporaryRestoreDays?: number;
|
|
3723
|
-
|
|
3724
|
-
PermanentRestore?: boolean;
|
|
3725
|
-
|
|
3726
|
-
DryRun?: boolean;
|
|
3727
|
-
}
|
|
3728
|
-
export declare namespace RestoreSnapshotTierRequest {
|
|
3729
|
-
|
|
3730
|
-
const filterSensitiveLog: (obj: RestoreSnapshotTierRequest) => any;
|
|
3731
|
-
}
|
|
3732
|
-
export interface RestoreSnapshotTierResult {
|
|
3733
|
-
|
|
3734
|
-
SnapshotId?: string;
|
|
3735
|
-
|
|
3736
|
-
RestoreStartTime?: Date;
|
|
3737
|
-
|
|
3738
|
-
RestoreDuration?: number;
|
|
3739
|
-
|
|
3740
|
-
IsPermanentRestore?: boolean;
|
|
3741
|
-
}
|
|
3742
|
-
export declare namespace RestoreSnapshotTierResult {
|
|
3743
|
-
|
|
3744
|
-
const filterSensitiveLog: (obj: RestoreSnapshotTierResult) => any;
|
|
3745
|
-
}
|
|
3746
|
-
export interface RevokeClientVpnIngressRequest {
|
|
3747
|
-
|
|
3748
|
-
ClientVpnEndpointId: string | undefined;
|
|
3749
|
-
|
|
3750
|
-
TargetNetworkCidr: string | undefined;
|
|
3751
|
-
|
|
3752
|
-
AccessGroupId?: string;
|
|
3753
|
-
|
|
3754
|
-
RevokeAllGroups?: boolean;
|
|
3755
|
-
|
|
3756
|
-
DryRun?: boolean;
|
|
3757
|
-
}
|
|
3758
|
-
export declare namespace RevokeClientVpnIngressRequest {
|
|
3759
|
-
|
|
3760
|
-
const filterSensitiveLog: (obj: RevokeClientVpnIngressRequest) => any;
|
|
3761
|
-
}
|
|
3762
|
-
export interface RevokeClientVpnIngressResult {
|
|
3763
|
-
|
|
3764
|
-
Status?: ClientVpnAuthorizationRuleStatus;
|
|
3765
|
-
}
|
|
3766
|
-
export declare namespace RevokeClientVpnIngressResult {
|
|
3767
|
-
|
|
3768
|
-
const filterSensitiveLog: (obj: RevokeClientVpnIngressResult) => any;
|
|
3769
|
-
}
|
|
3770
|
-
export interface RevokeSecurityGroupEgressRequest {
|
|
3771
|
-
|
|
3772
|
-
DryRun?: boolean;
|
|
3773
|
-
|
|
3774
|
-
GroupId: string | undefined;
|
|
3775
|
-
|
|
3776
|
-
IpPermissions?: IpPermission[];
|
|
3777
|
-
|
|
3778
|
-
SecurityGroupRuleIds?: string[];
|
|
3779
|
-
|
|
3780
|
-
CidrIp?: string;
|
|
3781
|
-
|
|
3782
|
-
FromPort?: number;
|
|
3783
|
-
|
|
3784
|
-
IpProtocol?: string;
|
|
3785
|
-
|
|
3786
|
-
ToPort?: number;
|
|
3787
|
-
|
|
3788
|
-
SourceSecurityGroupName?: string;
|
|
3789
|
-
|
|
3790
|
-
SourceSecurityGroupOwnerId?: string;
|
|
3791
|
-
}
|
|
3792
|
-
export declare namespace RevokeSecurityGroupEgressRequest {
|
|
3793
|
-
|
|
3794
|
-
const filterSensitiveLog: (obj: RevokeSecurityGroupEgressRequest) => any;
|
|
3795
|
-
}
|
|
3796
|
-
export interface RevokeSecurityGroupEgressResult {
|
|
3797
|
-
|
|
3798
|
-
Return?: boolean;
|
|
3799
|
-
|
|
3800
|
-
UnknownIpPermissions?: IpPermission[];
|
|
3801
|
-
}
|
|
3802
|
-
export declare namespace RevokeSecurityGroupEgressResult {
|
|
3803
|
-
|
|
3804
|
-
const filterSensitiveLog: (obj: RevokeSecurityGroupEgressResult) => any;
|
|
3805
|
-
}
|
|
3806
|
-
export interface RevokeSecurityGroupIngressRequest {
|
|
3807
|
-
|
|
3808
|
-
CidrIp?: string;
|
|
3809
|
-
|
|
3810
|
-
FromPort?: number;
|
|
3811
|
-
|
|
3812
|
-
GroupId?: string;
|
|
3813
|
-
|
|
3814
|
-
GroupName?: string;
|
|
3815
|
-
|
|
3816
|
-
IpPermissions?: IpPermission[];
|
|
3817
|
-
|
|
3818
|
-
IpProtocol?: string;
|
|
3819
|
-
|
|
3820
|
-
SourceSecurityGroupName?: string;
|
|
3821
|
-
|
|
3822
|
-
SourceSecurityGroupOwnerId?: string;
|
|
3823
|
-
|
|
3824
|
-
ToPort?: number;
|
|
3825
|
-
|
|
3826
|
-
DryRun?: boolean;
|
|
3827
|
-
|
|
3828
|
-
SecurityGroupRuleIds?: string[];
|
|
3829
|
-
}
|
|
3830
|
-
export declare namespace RevokeSecurityGroupIngressRequest {
|
|
3831
|
-
|
|
3832
|
-
const filterSensitiveLog: (obj: RevokeSecurityGroupIngressRequest) => any;
|
|
3833
|
-
}
|
|
3834
|
-
export interface RevokeSecurityGroupIngressResult {
|
|
3835
|
-
|
|
3836
|
-
Return?: boolean;
|
|
3837
|
-
|
|
3838
|
-
UnknownIpPermissions?: IpPermission[];
|
|
3839
|
-
}
|
|
3840
|
-
export declare namespace RevokeSecurityGroupIngressResult {
|
|
3841
|
-
|
|
3842
|
-
const filterSensitiveLog: (obj: RevokeSecurityGroupIngressResult) => any;
|
|
3843
|
-
}
|
|
3844
|
-
|
|
3845
|
-
export interface CpuOptionsRequest {
|
|
3846
|
-
|
|
3847
|
-
CoreCount?: number;
|
|
3848
|
-
|
|
3849
|
-
ThreadsPerCore?: number;
|
|
3850
|
-
}
|
|
3851
|
-
export declare namespace CpuOptionsRequest {
|
|
3852
|
-
|
|
3853
|
-
const filterSensitiveLog: (obj: CpuOptionsRequest) => any;
|
|
3854
|
-
}
|