@aws-sdk/client-ec2 3.667.0 → 3.669.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-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-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 +6 -6
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import {
|
|
2
|
-
_InstanceType,
|
|
3
2
|
ActivityStatus,
|
|
4
3
|
AddressTransfer,
|
|
5
4
|
AllocationStrategy,
|
|
@@ -8,7 +7,6 @@ import {
|
|
|
8
7
|
AssociationStatus,
|
|
9
8
|
BatchState,
|
|
10
9
|
CapacityReservationState,
|
|
11
|
-
CurrencyCodeValues,
|
|
12
10
|
IamInstanceProfileAssociation,
|
|
13
11
|
IamInstanceProfileSpecification,
|
|
14
12
|
InstanceEventWindow,
|
|
@@ -35,13 +33,23 @@ import {
|
|
|
35
33
|
VpcPeeringConnection,
|
|
36
34
|
} from "./models_0";
|
|
37
35
|
import {
|
|
36
|
+
_InstanceType,
|
|
38
37
|
BlockDeviceMapping,
|
|
38
|
+
ConnectionTrackingSpecificationRequest,
|
|
39
39
|
DiskImageFormat,
|
|
40
|
+
EnaSrdSpecificationRequest,
|
|
41
|
+
FleetLaunchTemplateSpecification,
|
|
40
42
|
FleetType,
|
|
41
43
|
InstanceInterruptionBehavior,
|
|
44
|
+
InstanceIpv6Address,
|
|
45
|
+
InstanceRequirements,
|
|
46
|
+
Ipv4PrefixSpecificationRequest,
|
|
47
|
+
Ipv6PrefixSpecificationRequest,
|
|
48
|
+
PrivateIpAddressSpecification,
|
|
42
49
|
SpotInstanceType,
|
|
43
50
|
Subnet,
|
|
44
51
|
TargetCapacityUnitType,
|
|
52
|
+
Tenancy,
|
|
45
53
|
VolumeType,
|
|
46
54
|
Vpc,
|
|
47
55
|
} from "./models_1";
|
|
@@ -85,22 +93,95 @@ import {
|
|
|
85
93
|
FastSnapshotRestoreStateCode,
|
|
86
94
|
Filter,
|
|
87
95
|
MetricType,
|
|
88
|
-
PaymentOption,
|
|
89
96
|
PeriodType,
|
|
90
97
|
ProductCode,
|
|
91
98
|
StatisticType,
|
|
92
99
|
} from "./models_3";
|
|
93
100
|
import {
|
|
94
101
|
AttributeBooleanValue,
|
|
95
|
-
ClassicLoadBalancersConfig,
|
|
96
102
|
ExcessCapacityTerminationPolicy,
|
|
97
|
-
InstanceNetworkInterfaceSpecification,
|
|
98
|
-
LaunchTemplateConfig,
|
|
99
103
|
RIProductDescription,
|
|
100
|
-
|
|
101
|
-
SpotPlacement,
|
|
102
|
-
TargetGroupsConfig,
|
|
104
|
+
SpotFleetMonitoring,
|
|
103
105
|
} from "./models_4";
|
|
106
|
+
export interface InstanceNetworkInterfaceSpecification {
|
|
107
|
+
AssociatePublicIpAddress?: boolean;
|
|
108
|
+
DeleteOnTermination?: boolean;
|
|
109
|
+
Description?: string;
|
|
110
|
+
DeviceIndex?: number;
|
|
111
|
+
Groups?: string[];
|
|
112
|
+
Ipv6AddressCount?: number;
|
|
113
|
+
Ipv6Addresses?: InstanceIpv6Address[];
|
|
114
|
+
NetworkInterfaceId?: string;
|
|
115
|
+
PrivateIpAddress?: string;
|
|
116
|
+
PrivateIpAddresses?: PrivateIpAddressSpecification[];
|
|
117
|
+
SecondaryPrivateIpAddressCount?: number;
|
|
118
|
+
SubnetId?: string;
|
|
119
|
+
AssociateCarrierIpAddress?: boolean;
|
|
120
|
+
InterfaceType?: string;
|
|
121
|
+
NetworkCardIndex?: number;
|
|
122
|
+
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[];
|
|
123
|
+
Ipv4PrefixCount?: number;
|
|
124
|
+
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
|
|
125
|
+
Ipv6PrefixCount?: number;
|
|
126
|
+
PrimaryIpv6?: boolean;
|
|
127
|
+
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
|
128
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
129
|
+
}
|
|
130
|
+
export interface SpotPlacement {
|
|
131
|
+
AvailabilityZone?: string;
|
|
132
|
+
GroupName?: string;
|
|
133
|
+
Tenancy?: Tenancy;
|
|
134
|
+
}
|
|
135
|
+
export interface SpotFleetTagSpecification {
|
|
136
|
+
ResourceType?: ResourceType;
|
|
137
|
+
Tags?: Tag[];
|
|
138
|
+
}
|
|
139
|
+
export interface SpotFleetLaunchSpecification {
|
|
140
|
+
AddressingType?: string;
|
|
141
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
142
|
+
EbsOptimized?: boolean;
|
|
143
|
+
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
144
|
+
ImageId?: string;
|
|
145
|
+
InstanceType?: _InstanceType;
|
|
146
|
+
KernelId?: string;
|
|
147
|
+
KeyName?: string;
|
|
148
|
+
Monitoring?: SpotFleetMonitoring;
|
|
149
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
150
|
+
Placement?: SpotPlacement;
|
|
151
|
+
RamdiskId?: string;
|
|
152
|
+
SpotPrice?: string;
|
|
153
|
+
SubnetId?: string;
|
|
154
|
+
UserData?: string;
|
|
155
|
+
WeightedCapacity?: number;
|
|
156
|
+
TagSpecifications?: SpotFleetTagSpecification[];
|
|
157
|
+
InstanceRequirements?: InstanceRequirements;
|
|
158
|
+
SecurityGroups?: GroupIdentifier[];
|
|
159
|
+
}
|
|
160
|
+
export interface LaunchTemplateOverrides {
|
|
161
|
+
InstanceType?: _InstanceType;
|
|
162
|
+
SpotPrice?: string;
|
|
163
|
+
SubnetId?: string;
|
|
164
|
+
AvailabilityZone?: string;
|
|
165
|
+
WeightedCapacity?: number;
|
|
166
|
+
Priority?: number;
|
|
167
|
+
InstanceRequirements?: InstanceRequirements;
|
|
168
|
+
}
|
|
169
|
+
export interface LaunchTemplateConfig {
|
|
170
|
+
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification;
|
|
171
|
+
Overrides?: LaunchTemplateOverrides[];
|
|
172
|
+
}
|
|
173
|
+
export interface ClassicLoadBalancer {
|
|
174
|
+
Name?: string;
|
|
175
|
+
}
|
|
176
|
+
export interface ClassicLoadBalancersConfig {
|
|
177
|
+
ClassicLoadBalancers?: ClassicLoadBalancer[];
|
|
178
|
+
}
|
|
179
|
+
export interface TargetGroup {
|
|
180
|
+
Arn?: string;
|
|
181
|
+
}
|
|
182
|
+
export interface TargetGroupsConfig {
|
|
183
|
+
TargetGroups?: TargetGroup[];
|
|
184
|
+
}
|
|
104
185
|
export interface LoadBalancersConfig {
|
|
105
186
|
ClassicLoadBalancersConfig?: ClassicLoadBalancersConfig;
|
|
106
187
|
TargetGroupsConfig?: TargetGroupsConfig;
|
|
@@ -1127,6 +1208,14 @@ export interface DisassociateAddressRequest {
|
|
|
1127
1208
|
PublicIp?: string;
|
|
1128
1209
|
DryRun?: boolean;
|
|
1129
1210
|
}
|
|
1211
|
+
export interface DisassociateCapacityReservationBillingOwnerRequest {
|
|
1212
|
+
DryRun?: boolean;
|
|
1213
|
+
CapacityReservationId: string | undefined;
|
|
1214
|
+
UnusedReservationBillingOwnerId: string | undefined;
|
|
1215
|
+
}
|
|
1216
|
+
export interface DisassociateCapacityReservationBillingOwnerResult {
|
|
1217
|
+
Return?: boolean;
|
|
1218
|
+
}
|
|
1130
1219
|
export interface DisassociateClientVpnTargetNetworkRequest {
|
|
1131
1220
|
ClientVpnEndpointId: string | undefined;
|
|
1132
1221
|
AssociationId: string | undefined;
|
|
@@ -1637,64 +1726,9 @@ export declare const PartitionLoadFrequency: {
|
|
|
1637
1726
|
};
|
|
1638
1727
|
export type PartitionLoadFrequency =
|
|
1639
1728
|
(typeof PartitionLoadFrequency)[keyof typeof PartitionLoadFrequency];
|
|
1640
|
-
export
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
PartitionStartDate?: Date;
|
|
1644
|
-
PartitionEndDate?: Date;
|
|
1645
|
-
}
|
|
1646
|
-
export interface IntegrateServices {
|
|
1647
|
-
AthenaIntegrations?: AthenaIntegration[];
|
|
1648
|
-
}
|
|
1649
|
-
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
1650
|
-
DryRun?: boolean;
|
|
1651
|
-
FlowLogId: string | undefined;
|
|
1652
|
-
ConfigDeliveryS3DestinationArn: string | undefined;
|
|
1653
|
-
IntegrateServices: IntegrateServices | undefined;
|
|
1654
|
-
}
|
|
1655
|
-
export interface GetFlowLogsIntegrationTemplateResult {
|
|
1656
|
-
Result?: string;
|
|
1657
|
-
}
|
|
1658
|
-
export interface GetGroupsForCapacityReservationRequest {
|
|
1659
|
-
CapacityReservationId: string | undefined;
|
|
1660
|
-
NextToken?: string;
|
|
1661
|
-
MaxResults?: number;
|
|
1662
|
-
DryRun?: boolean;
|
|
1663
|
-
}
|
|
1664
|
-
export interface CapacityReservationGroup {
|
|
1665
|
-
GroupArn?: string;
|
|
1666
|
-
OwnerId?: string;
|
|
1667
|
-
}
|
|
1668
|
-
export interface GetGroupsForCapacityReservationResult {
|
|
1669
|
-
NextToken?: string;
|
|
1670
|
-
CapacityReservationGroups?: CapacityReservationGroup[];
|
|
1671
|
-
}
|
|
1672
|
-
export interface GetHostReservationPurchasePreviewRequest {
|
|
1673
|
-
HostIdSet: string[] | undefined;
|
|
1674
|
-
OfferingId: string | undefined;
|
|
1675
|
-
}
|
|
1676
|
-
export interface Purchase {
|
|
1677
|
-
CurrencyCode?: CurrencyCodeValues;
|
|
1678
|
-
Duration?: number;
|
|
1679
|
-
HostIdSet?: string[];
|
|
1680
|
-
HostReservationId?: string;
|
|
1681
|
-
HourlyPrice?: string;
|
|
1682
|
-
InstanceFamily?: string;
|
|
1683
|
-
PaymentOption?: PaymentOption;
|
|
1684
|
-
UpfrontPrice?: string;
|
|
1685
|
-
}
|
|
1686
|
-
export interface GetHostReservationPurchasePreviewResult {
|
|
1687
|
-
CurrencyCode?: CurrencyCodeValues;
|
|
1688
|
-
Purchase?: Purchase[];
|
|
1689
|
-
TotalHourlyPrice?: string;
|
|
1690
|
-
TotalUpfrontPrice?: string;
|
|
1691
|
-
}
|
|
1692
|
-
export interface GetImageBlockPublicAccessStateRequest {
|
|
1693
|
-
DryRun?: boolean;
|
|
1694
|
-
}
|
|
1695
|
-
export interface GetImageBlockPublicAccessStateResult {
|
|
1696
|
-
ImageBlockPublicAccessState?: string;
|
|
1697
|
-
}
|
|
1729
|
+
export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
|
|
1730
|
+
obj: SpotFleetLaunchSpecification
|
|
1731
|
+
) => any;
|
|
1698
1732
|
export declare const SpotFleetRequestConfigDataFilterSensitiveLog: (
|
|
1699
1733
|
obj: SpotFleetRequestConfigData
|
|
1700
1734
|
) => any;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
|
-
_InstanceType,
|
|
3
2
|
AccessScopeAnalysisFinding,
|
|
4
|
-
AddedPrincipal,
|
|
5
3
|
AddIpamOperatingRegion,
|
|
6
4
|
AddPrefixListEntry,
|
|
7
5
|
AddressAttribute,
|
|
8
6
|
Affinity,
|
|
9
7
|
ApplianceModeSupportValue,
|
|
10
8
|
AutoPlacement,
|
|
9
|
+
CurrencyCodeValues,
|
|
11
10
|
DnsSupportValue,
|
|
12
11
|
EnaSrdSpecification,
|
|
13
12
|
EndDateType,
|
|
@@ -32,6 +31,7 @@ import {
|
|
|
32
31
|
VerifiedAccessTrustProvider,
|
|
33
32
|
} from "./models_0";
|
|
34
33
|
import {
|
|
34
|
+
_InstanceType,
|
|
35
35
|
AttributeValue,
|
|
36
36
|
CapacityReservationPreference,
|
|
37
37
|
CapacityReservationTarget,
|
|
@@ -71,7 +71,6 @@ import {
|
|
|
71
71
|
DefaultRouteTablePropagationValue,
|
|
72
72
|
DnsOptionsSpecification,
|
|
73
73
|
IpAddressType,
|
|
74
|
-
PayerResponsibility,
|
|
75
74
|
SubnetCidrReservation,
|
|
76
75
|
SubnetConfiguration,
|
|
77
76
|
TrafficDirection,
|
|
@@ -90,20 +89,20 @@ import {
|
|
|
90
89
|
VpnEcmpSupportValue,
|
|
91
90
|
} from "./models_2";
|
|
92
91
|
import {
|
|
93
|
-
ArchitectureValues,
|
|
94
|
-
BootModeValues,
|
|
95
92
|
ConversionTask,
|
|
96
93
|
Filter,
|
|
97
94
|
FpgaImageAttribute,
|
|
98
95
|
FpgaImageAttributeName,
|
|
99
96
|
IpamPoolCidr,
|
|
100
|
-
|
|
97
|
+
PaymentOption,
|
|
101
98
|
PermissionGroup,
|
|
102
99
|
} from "./models_3";
|
|
103
100
|
import {
|
|
104
101
|
AnalysisStatus,
|
|
105
102
|
ArchitectureType,
|
|
103
|
+
ArchitectureValues,
|
|
106
104
|
AttributeBooleanValue,
|
|
105
|
+
BootModeValues,
|
|
107
106
|
CreateVolumePermission,
|
|
108
107
|
ExcessCapacityTerminationPolicy,
|
|
109
108
|
HttpTokensState,
|
|
@@ -115,7 +114,7 @@ import {
|
|
|
115
114
|
InstanceMetadataProtocolState,
|
|
116
115
|
InstanceMetadataTagsState,
|
|
117
116
|
InstanceStatusEvent,
|
|
118
|
-
|
|
117
|
+
LaunchPermission,
|
|
119
118
|
LockState,
|
|
120
119
|
ReservedInstancesConfiguration,
|
|
121
120
|
SnapshotAttributeName,
|
|
@@ -125,12 +124,72 @@ import {
|
|
|
125
124
|
} from "./models_4";
|
|
126
125
|
import {
|
|
127
126
|
InstanceFamilyCreditSpecification,
|
|
127
|
+
LaunchTemplateConfig,
|
|
128
|
+
PartitionLoadFrequency,
|
|
128
129
|
SnapshotBlockPublicAccessState,
|
|
129
130
|
TransitGatewayPropagationState,
|
|
130
131
|
UnlimitedSupportedInstanceFamily,
|
|
131
132
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
132
133
|
VolumeModification,
|
|
133
134
|
} from "./models_5";
|
|
135
|
+
export interface AthenaIntegration {
|
|
136
|
+
IntegrationResultS3DestinationArn: string | undefined;
|
|
137
|
+
PartitionLoadFrequency: PartitionLoadFrequency | undefined;
|
|
138
|
+
PartitionStartDate?: Date;
|
|
139
|
+
PartitionEndDate?: Date;
|
|
140
|
+
}
|
|
141
|
+
export interface IntegrateServices {
|
|
142
|
+
AthenaIntegrations?: AthenaIntegration[];
|
|
143
|
+
}
|
|
144
|
+
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
145
|
+
DryRun?: boolean;
|
|
146
|
+
FlowLogId: string | undefined;
|
|
147
|
+
ConfigDeliveryS3DestinationArn: string | undefined;
|
|
148
|
+
IntegrateServices: IntegrateServices | undefined;
|
|
149
|
+
}
|
|
150
|
+
export interface GetFlowLogsIntegrationTemplateResult {
|
|
151
|
+
Result?: string;
|
|
152
|
+
}
|
|
153
|
+
export interface GetGroupsForCapacityReservationRequest {
|
|
154
|
+
CapacityReservationId: string | undefined;
|
|
155
|
+
NextToken?: string;
|
|
156
|
+
MaxResults?: number;
|
|
157
|
+
DryRun?: boolean;
|
|
158
|
+
}
|
|
159
|
+
export interface CapacityReservationGroup {
|
|
160
|
+
GroupArn?: string;
|
|
161
|
+
OwnerId?: string;
|
|
162
|
+
}
|
|
163
|
+
export interface GetGroupsForCapacityReservationResult {
|
|
164
|
+
NextToken?: string;
|
|
165
|
+
CapacityReservationGroups?: CapacityReservationGroup[];
|
|
166
|
+
}
|
|
167
|
+
export interface GetHostReservationPurchasePreviewRequest {
|
|
168
|
+
HostIdSet: string[] | undefined;
|
|
169
|
+
OfferingId: string | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface Purchase {
|
|
172
|
+
CurrencyCode?: CurrencyCodeValues;
|
|
173
|
+
Duration?: number;
|
|
174
|
+
HostIdSet?: string[];
|
|
175
|
+
HostReservationId?: string;
|
|
176
|
+
HourlyPrice?: string;
|
|
177
|
+
InstanceFamily?: string;
|
|
178
|
+
PaymentOption?: PaymentOption;
|
|
179
|
+
UpfrontPrice?: string;
|
|
180
|
+
}
|
|
181
|
+
export interface GetHostReservationPurchasePreviewResult {
|
|
182
|
+
CurrencyCode?: CurrencyCodeValues;
|
|
183
|
+
Purchase?: Purchase[];
|
|
184
|
+
TotalHourlyPrice?: string;
|
|
185
|
+
TotalUpfrontPrice?: string;
|
|
186
|
+
}
|
|
187
|
+
export interface GetImageBlockPublicAccessStateRequest {
|
|
188
|
+
DryRun?: boolean;
|
|
189
|
+
}
|
|
190
|
+
export interface GetImageBlockPublicAccessStateResult {
|
|
191
|
+
ImageBlockPublicAccessState?: string;
|
|
192
|
+
}
|
|
134
193
|
export interface GetInstanceMetadataDefaultsRequest {
|
|
135
194
|
DryRun?: boolean;
|
|
136
195
|
}
|
|
@@ -1842,63 +1901,6 @@ export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
|
1842
1901
|
export interface ModifyVpcEndpointServiceConfigurationResult {
|
|
1843
1902
|
Return?: boolean;
|
|
1844
1903
|
}
|
|
1845
|
-
export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
1846
|
-
DryRun?: boolean;
|
|
1847
|
-
ServiceId: string | undefined;
|
|
1848
|
-
PayerResponsibility: PayerResponsibility | undefined;
|
|
1849
|
-
}
|
|
1850
|
-
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
1851
|
-
ReturnValue?: boolean;
|
|
1852
|
-
}
|
|
1853
|
-
export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
1854
|
-
DryRun?: boolean;
|
|
1855
|
-
ServiceId: string | undefined;
|
|
1856
|
-
AddAllowedPrincipals?: string[];
|
|
1857
|
-
RemoveAllowedPrincipals?: string[];
|
|
1858
|
-
}
|
|
1859
|
-
export interface ModifyVpcEndpointServicePermissionsResult {
|
|
1860
|
-
AddedPrincipals?: AddedPrincipal[];
|
|
1861
|
-
ReturnValue?: boolean;
|
|
1862
|
-
}
|
|
1863
|
-
export interface PeeringConnectionOptionsRequest {
|
|
1864
|
-
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
1865
|
-
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
1866
|
-
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
1867
|
-
}
|
|
1868
|
-
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
1869
|
-
AccepterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
1870
|
-
DryRun?: boolean;
|
|
1871
|
-
RequesterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
1872
|
-
VpcPeeringConnectionId: string | undefined;
|
|
1873
|
-
}
|
|
1874
|
-
export interface PeeringConnectionOptions {
|
|
1875
|
-
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
1876
|
-
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
1877
|
-
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
1878
|
-
}
|
|
1879
|
-
export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
1880
|
-
AccepterPeeringConnectionOptions?: PeeringConnectionOptions;
|
|
1881
|
-
RequesterPeeringConnectionOptions?: PeeringConnectionOptions;
|
|
1882
|
-
}
|
|
1883
|
-
export declare const VpcTenancy: {
|
|
1884
|
-
readonly default: "default";
|
|
1885
|
-
};
|
|
1886
|
-
export type VpcTenancy = (typeof VpcTenancy)[keyof typeof VpcTenancy];
|
|
1887
|
-
export interface ModifyVpcTenancyRequest {
|
|
1888
|
-
VpcId: string | undefined;
|
|
1889
|
-
InstanceTenancy: VpcTenancy | undefined;
|
|
1890
|
-
DryRun?: boolean;
|
|
1891
|
-
}
|
|
1892
|
-
export interface ModifyVpcTenancyResult {
|
|
1893
|
-
ReturnValue?: boolean;
|
|
1894
|
-
}
|
|
1895
|
-
export interface ModifyVpnConnectionRequest {
|
|
1896
|
-
VpnConnectionId: string | undefined;
|
|
1897
|
-
TransitGatewayId?: string;
|
|
1898
|
-
CustomerGatewayId?: string;
|
|
1899
|
-
VpnGatewayId?: string;
|
|
1900
|
-
DryRun?: boolean;
|
|
1901
|
-
}
|
|
1902
1904
|
export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
|
|
1903
1905
|
obj: GetInstanceTpmEkPubResult
|
|
1904
1906
|
) => any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
2
|
+
AddedPrincipal,
|
|
3
3
|
AddressAttribute,
|
|
4
4
|
AddressAttributeName,
|
|
5
5
|
ByoipCidr,
|
|
@@ -21,6 +21,7 @@ import {
|
|
|
21
21
|
UnsuccessfulItem,
|
|
22
22
|
} from "./models_0";
|
|
23
23
|
import {
|
|
24
|
+
_InstanceType,
|
|
24
25
|
AmdSevSnpSpecification,
|
|
25
26
|
BlockDeviceMapping,
|
|
26
27
|
CreditSpecificationRequest,
|
|
@@ -39,6 +40,7 @@ import {
|
|
|
39
40
|
} from "./models_1";
|
|
40
41
|
import {
|
|
41
42
|
IKEVersionsRequestListValue,
|
|
43
|
+
PayerResponsibility,
|
|
42
44
|
Phase1DHGroupNumbersRequestListValue,
|
|
43
45
|
Phase1EncryptionAlgorithmsRequestListValue,
|
|
44
46
|
Phase1IntegrityAlgorithmsRequestListValue,
|
|
@@ -52,23 +54,22 @@ import {
|
|
|
52
54
|
VpnTunnelLogOptionsSpecification,
|
|
53
55
|
} from "./models_2";
|
|
54
56
|
import {
|
|
55
|
-
ArchitectureValues,
|
|
56
|
-
BootModeValues,
|
|
57
57
|
Byoasn,
|
|
58
58
|
ClientVpnConnectionStatus,
|
|
59
59
|
Filter,
|
|
60
|
-
ImdsSupportValues,
|
|
61
60
|
InstanceTagNotificationAttribute,
|
|
62
61
|
IpamPoolCidr,
|
|
63
62
|
} from "./models_3";
|
|
64
63
|
import {
|
|
64
|
+
ArchitectureValues,
|
|
65
|
+
BootModeValues,
|
|
65
66
|
HttpTokensState,
|
|
67
|
+
ImdsSupportValues,
|
|
66
68
|
InstanceAttributeName,
|
|
67
69
|
InstanceAutoRecoveryState,
|
|
68
70
|
InstanceMetadataEndpointState,
|
|
69
71
|
InstanceMetadataProtocolState,
|
|
70
72
|
InstanceMetadataTagsState,
|
|
71
|
-
InstanceNetworkInterfaceSpecification,
|
|
72
73
|
InstanceState,
|
|
73
74
|
Monitoring,
|
|
74
75
|
NetworkInsightsAccessScopeAnalysis,
|
|
@@ -76,16 +77,73 @@ import {
|
|
|
76
77
|
PublicIpv4PoolRange,
|
|
77
78
|
ScheduledInstance,
|
|
78
79
|
SnapshotAttributeName,
|
|
79
|
-
SpotPlacement,
|
|
80
80
|
TpmSupportValues,
|
|
81
81
|
} from "./models_4";
|
|
82
82
|
import {
|
|
83
|
-
|
|
83
|
+
InstanceNetworkInterfaceSpecification,
|
|
84
84
|
RunInstancesMonitoringEnabled,
|
|
85
85
|
SpotFleetRequestConfigData,
|
|
86
86
|
SpotInstanceRequest,
|
|
87
|
+
SpotPlacement,
|
|
87
88
|
} from "./models_5";
|
|
88
|
-
import { CapacityReservationSpecification } from "./models_6";
|
|
89
|
+
import { CapacityReservationSpecification, Purchase } from "./models_6";
|
|
90
|
+
export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
91
|
+
DryRun?: boolean;
|
|
92
|
+
ServiceId: string | undefined;
|
|
93
|
+
PayerResponsibility: PayerResponsibility | undefined;
|
|
94
|
+
}
|
|
95
|
+
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
96
|
+
ReturnValue?: boolean;
|
|
97
|
+
}
|
|
98
|
+
export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
99
|
+
DryRun?: boolean;
|
|
100
|
+
ServiceId: string | undefined;
|
|
101
|
+
AddAllowedPrincipals?: string[];
|
|
102
|
+
RemoveAllowedPrincipals?: string[];
|
|
103
|
+
}
|
|
104
|
+
export interface ModifyVpcEndpointServicePermissionsResult {
|
|
105
|
+
AddedPrincipals?: AddedPrincipal[];
|
|
106
|
+
ReturnValue?: boolean;
|
|
107
|
+
}
|
|
108
|
+
export interface PeeringConnectionOptionsRequest {
|
|
109
|
+
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
110
|
+
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
111
|
+
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
112
|
+
}
|
|
113
|
+
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
114
|
+
AccepterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
115
|
+
DryRun?: boolean;
|
|
116
|
+
RequesterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
117
|
+
VpcPeeringConnectionId: string | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface PeeringConnectionOptions {
|
|
120
|
+
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
121
|
+
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
122
|
+
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
123
|
+
}
|
|
124
|
+
export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
125
|
+
AccepterPeeringConnectionOptions?: PeeringConnectionOptions;
|
|
126
|
+
RequesterPeeringConnectionOptions?: PeeringConnectionOptions;
|
|
127
|
+
}
|
|
128
|
+
export declare const VpcTenancy: {
|
|
129
|
+
readonly default: "default";
|
|
130
|
+
};
|
|
131
|
+
export type VpcTenancy = (typeof VpcTenancy)[keyof typeof VpcTenancy];
|
|
132
|
+
export interface ModifyVpcTenancyRequest {
|
|
133
|
+
VpcId: string | undefined;
|
|
134
|
+
InstanceTenancy: VpcTenancy | undefined;
|
|
135
|
+
DryRun?: boolean;
|
|
136
|
+
}
|
|
137
|
+
export interface ModifyVpcTenancyResult {
|
|
138
|
+
ReturnValue?: boolean;
|
|
139
|
+
}
|
|
140
|
+
export interface ModifyVpnConnectionRequest {
|
|
141
|
+
VpnConnectionId: string | undefined;
|
|
142
|
+
TransitGatewayId?: string;
|
|
143
|
+
CustomerGatewayId?: string;
|
|
144
|
+
VpnGatewayId?: string;
|
|
145
|
+
DryRun?: boolean;
|
|
146
|
+
}
|
|
89
147
|
export interface ModifyVpnConnectionResult {
|
|
90
148
|
VpnConnection?: VpnConnection;
|
|
91
149
|
}
|
|
@@ -366,6 +424,13 @@ export interface TransitGatewayMulticastRegisteredGroupSources {
|
|
|
366
424
|
export interface RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
367
425
|
RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources;
|
|
368
426
|
}
|
|
427
|
+
export interface RejectCapacityReservationBillingOwnershipRequest {
|
|
428
|
+
DryRun?: boolean;
|
|
429
|
+
CapacityReservationId: string | undefined;
|
|
430
|
+
}
|
|
431
|
+
export interface RejectCapacityReservationBillingOwnershipResult {
|
|
432
|
+
Return?: boolean;
|
|
433
|
+
}
|
|
369
434
|
export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
370
435
|
TransitGatewayMulticastDomainId?: string;
|
|
371
436
|
TransitGatewayAttachmentId?: string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeCapacityReservationBillingRequestsCommandInput,
|
|
4
|
+
DescribeCapacityReservationBillingRequestsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeCapacityReservationBillingRequestsCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeCapacityReservationBillingRequests: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeCapacityReservationBillingRequestsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeCapacityReservationBillingRequestsCommandOutput>;
|
|
@@ -3,12 +3,13 @@ export * from "./DescribeAddressesAttributePaginator";
|
|
|
3
3
|
export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator";
|
|
4
4
|
export * from "./DescribeByoipCidrsPaginator";
|
|
5
5
|
export * from "./DescribeCapacityBlockOfferingsPaginator";
|
|
6
|
+
export * from "./DescribeCapacityReservationBillingRequestsPaginator";
|
|
6
7
|
export * from "./DescribeCapacityReservationFleetsPaginator";
|
|
7
8
|
export * from "./DescribeCapacityReservationsPaginator";
|
|
8
9
|
export * from "./DescribeCarrierGatewaysPaginator";
|
|
9
10
|
export * from "./DescribeClassicLinkInstancesPaginator";
|
|
10
|
-
export * from "./DescribeClientVpnAuthorizationRulesPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeClientVpnAuthorizationRulesPaginator";
|
|
12
13
|
export * from "./DescribeClientVpnConnectionsPaginator";
|
|
13
14
|
export * from "./DescribeClientVpnEndpointsPaginator";
|
|
14
15
|
export * from "./DescribeClientVpnRoutesPaginator";
|