@aws-sdk/client-ec2 3.703.0 → 3.708.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 +8 -0
- package/dist-cjs/index.js +207 -65
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/ModifyInstanceNetworkPerformanceOptionsCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_1.js +5 -14
- package/dist-es/models/models_2.js +14 -0
- package/dist-es/models/models_3.js +0 -6
- package/dist-es/models/models_4.js +11 -21
- package/dist-es/models/models_5.js +21 -0
- package/dist-es/models/models_6.js +0 -15
- package/dist-es/models/models_7.js +15 -0
- package/dist-es/protocols/Aws_ec2.js +114 -0
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -2
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +3 -0
- package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +2 -1
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +3 -0
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +75 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +6 -0
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +69 -81
- package/dist-types/models/models_2.d.ts +82 -48
- package/dist-types/models/models_3.d.ts +48 -107
- package/dist-types/models/models_4.d.ts +157 -83
- package/dist-types/models/models_5.d.ts +70 -76
- package/dist-types/models/models_6.d.ts +77 -81
- package/dist-types/models/models_7.d.ts +168 -158
- package/dist-types/models/models_8.d.ts +158 -1
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +23 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +19 -31
- package/dist-types/ts3.4/models/models_2.d.ts +32 -14
- package/dist-types/ts3.4/models/models_3.d.ts +12 -21
- package/dist-types/ts3.4/models/models_4.d.ts +34 -33
- package/dist-types/ts3.4/models/models_5.d.ts +32 -23
- package/dist-types/ts3.4/models/models_6.d.ts +20 -31
- package/dist-types/ts3.4/models/models_7.d.ts +46 -38
- package/dist-types/ts3.4/models/models_8.d.ts +37 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +1 -1
|
@@ -534,6 +534,7 @@ export * from "./ModifyInstanceEventWindowCommand";
|
|
|
534
534
|
export * from "./ModifyInstanceMaintenanceOptionsCommand";
|
|
535
535
|
export * from "./ModifyInstanceMetadataDefaultsCommand";
|
|
536
536
|
export * from "./ModifyInstanceMetadataOptionsCommand";
|
|
537
|
+
export * from "./ModifyInstanceNetworkPerformanceOptionsCommand";
|
|
537
538
|
export * from "./ModifyInstancePlacementCommand";
|
|
538
539
|
export * from "./ModifyIpamCommand";
|
|
539
540
|
export * from "./ModifyIpamPoolCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion,
|
|
1
|
+
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddressFamily, AllocationType, AttachmentStatus, CapacityReservationDeliveryPreference, CapacityReservationFleetState, InstanceEventWindow, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
* @enum
|
|
@@ -8900,6 +8900,48 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
|
8900
8900
|
*/
|
|
8901
8901
|
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
|
|
8902
8902
|
}
|
|
8903
|
+
/**
|
|
8904
|
+
* @public
|
|
8905
|
+
* @enum
|
|
8906
|
+
*/
|
|
8907
|
+
export declare const InstanceBandwidthWeighting: {
|
|
8908
|
+
readonly DEFAULT: "default";
|
|
8909
|
+
readonly EBS_1: "ebs-1";
|
|
8910
|
+
readonly VPC_1: "vpc-1";
|
|
8911
|
+
};
|
|
8912
|
+
/**
|
|
8913
|
+
* @public
|
|
8914
|
+
*/
|
|
8915
|
+
export type InstanceBandwidthWeighting = (typeof InstanceBandwidthWeighting)[keyof typeof InstanceBandwidthWeighting];
|
|
8916
|
+
/**
|
|
8917
|
+
* <p>When you configure network performance options in your launch template, your instance
|
|
8918
|
+
* is geared for performance improvements based on the workload that it runs as soon as it's
|
|
8919
|
+
* available.</p>
|
|
8920
|
+
* @public
|
|
8921
|
+
*/
|
|
8922
|
+
export interface LaunchTemplateNetworkPerformanceOptionsRequest {
|
|
8923
|
+
/**
|
|
8924
|
+
* <p>Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:</p>
|
|
8925
|
+
* <dl>
|
|
8926
|
+
* <dt>default</dt>
|
|
8927
|
+
* <dd>
|
|
8928
|
+
* <p>This option uses the standard bandwidth configuration for your instance type.</p>
|
|
8929
|
+
* </dd>
|
|
8930
|
+
* <dt>vpc-1</dt>
|
|
8931
|
+
* <dd>
|
|
8932
|
+
* <p>This option boosts your networking baseline bandwidth and reduces your EBS
|
|
8933
|
+
* baseline bandwidth.</p>
|
|
8934
|
+
* </dd>
|
|
8935
|
+
* <dt>ebs-1</dt>
|
|
8936
|
+
* <dd>
|
|
8937
|
+
* <p>This option boosts your EBS baseline bandwidth and reduces your networking
|
|
8938
|
+
* baseline bandwidth.</p>
|
|
8939
|
+
* </dd>
|
|
8940
|
+
* </dl>
|
|
8941
|
+
* @public
|
|
8942
|
+
*/
|
|
8943
|
+
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
8944
|
+
}
|
|
8903
8945
|
/**
|
|
8904
8946
|
* <p>The service provider that manages the resource.</p>
|
|
8905
8947
|
* @public
|
|
@@ -9356,6 +9398,12 @@ export interface RequestLaunchTemplateData {
|
|
|
9356
9398
|
* @public
|
|
9357
9399
|
*/
|
|
9358
9400
|
Operator?: OperatorRequest | undefined;
|
|
9401
|
+
/**
|
|
9402
|
+
* <p>Contains launch template settings to boost network performance for the type of
|
|
9403
|
+
* workload that runs on your instance.</p>
|
|
9404
|
+
* @public
|
|
9405
|
+
*/
|
|
9406
|
+
NetworkPerformanceOptions?: LaunchTemplateNetworkPerformanceOptionsRequest | undefined;
|
|
9359
9407
|
}
|
|
9360
9408
|
/**
|
|
9361
9409
|
* @public
|
|
@@ -10240,6 +10288,20 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
|
|
|
10240
10288
|
*/
|
|
10241
10289
|
ConnectionTrackingSpecification?: ConnectionTrackingSpecification | undefined;
|
|
10242
10290
|
}
|
|
10291
|
+
/**
|
|
10292
|
+
* <p>With network performance options, you can adjust your bandwidth preferences to meet
|
|
10293
|
+
* the needs of the workload that runs on your instance at launch.</p>
|
|
10294
|
+
* @public
|
|
10295
|
+
*/
|
|
10296
|
+
export interface LaunchTemplateNetworkPerformanceOptions {
|
|
10297
|
+
/**
|
|
10298
|
+
* <p>When you configure network bandwidth weighting, you can boost baseline bandwidth for either networking
|
|
10299
|
+
* or EBS by up to 25%. The total available baseline bandwidth for your instance remains
|
|
10300
|
+
* the same. The default option uses the standard bandwidth configuration for your instance type.</p>
|
|
10301
|
+
* @public
|
|
10302
|
+
*/
|
|
10303
|
+
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
10304
|
+
}
|
|
10243
10305
|
/**
|
|
10244
10306
|
* <p>Describes the placement of an instance.</p>
|
|
10245
10307
|
* @public
|
|
@@ -10547,6 +10609,12 @@ export interface ResponseLaunchTemplateData {
|
|
|
10547
10609
|
* @public
|
|
10548
10610
|
*/
|
|
10549
10611
|
Operator?: OperatorResponse | undefined;
|
|
10612
|
+
/**
|
|
10613
|
+
* <p>Contains the launch template settings for network performance options for
|
|
10614
|
+
* your instance.</p>
|
|
10615
|
+
* @public
|
|
10616
|
+
*/
|
|
10617
|
+
NetworkPerformanceOptions?: LaunchTemplateNetworkPerformanceOptions | undefined;
|
|
10550
10618
|
}
|
|
10551
10619
|
/**
|
|
10552
10620
|
* <p>Describes a launch template version.</p>
|
|
@@ -11108,86 +11176,6 @@ export interface LocalGatewayRouteTableVpcAssociation {
|
|
|
11108
11176
|
*/
|
|
11109
11177
|
Tags?: Tag[] | undefined;
|
|
11110
11178
|
}
|
|
11111
|
-
/**
|
|
11112
|
-
* @public
|
|
11113
|
-
*/
|
|
11114
|
-
export interface CreateLocalGatewayRouteTableVpcAssociationResult {
|
|
11115
|
-
/**
|
|
11116
|
-
* <p>Information about the association.</p>
|
|
11117
|
-
* @public
|
|
11118
|
-
*/
|
|
11119
|
-
LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation | undefined;
|
|
11120
|
-
}
|
|
11121
|
-
/**
|
|
11122
|
-
* @public
|
|
11123
|
-
*/
|
|
11124
|
-
export interface CreateManagedPrefixListRequest {
|
|
11125
|
-
/**
|
|
11126
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
11127
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
11128
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
11129
|
-
* @public
|
|
11130
|
-
*/
|
|
11131
|
-
DryRun?: boolean | undefined;
|
|
11132
|
-
/**
|
|
11133
|
-
* <p>A name for the prefix list.</p>
|
|
11134
|
-
* <p>Constraints: Up to 255 characters in length. The name cannot start with <code>com.amazonaws</code>.</p>
|
|
11135
|
-
* @public
|
|
11136
|
-
*/
|
|
11137
|
-
PrefixListName: string | undefined;
|
|
11138
|
-
/**
|
|
11139
|
-
* <p>One or more entries for the prefix list.</p>
|
|
11140
|
-
* @public
|
|
11141
|
-
*/
|
|
11142
|
-
Entries?: AddPrefixListEntry[] | undefined;
|
|
11143
|
-
/**
|
|
11144
|
-
* <p>The maximum number of entries for the prefix list.</p>
|
|
11145
|
-
* @public
|
|
11146
|
-
*/
|
|
11147
|
-
MaxEntries: number | undefined;
|
|
11148
|
-
/**
|
|
11149
|
-
* <p>The tags to apply to the prefix list during creation.</p>
|
|
11150
|
-
* @public
|
|
11151
|
-
*/
|
|
11152
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
11153
|
-
/**
|
|
11154
|
-
* <p>The IP address type.</p>
|
|
11155
|
-
* <p>Valid Values: <code>IPv4</code> | <code>IPv6</code>
|
|
11156
|
-
* </p>
|
|
11157
|
-
* @public
|
|
11158
|
-
*/
|
|
11159
|
-
AddressFamily: string | undefined;
|
|
11160
|
-
/**
|
|
11161
|
-
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
|
|
11162
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
|
|
11163
|
-
* idempotency</a>.</p>
|
|
11164
|
-
* <p>Constraints: Up to 255 UTF-8 characters in length.</p>
|
|
11165
|
-
* @public
|
|
11166
|
-
*/
|
|
11167
|
-
ClientToken?: string | undefined;
|
|
11168
|
-
}
|
|
11169
|
-
/**
|
|
11170
|
-
* @public
|
|
11171
|
-
* @enum
|
|
11172
|
-
*/
|
|
11173
|
-
export declare const PrefixListState: {
|
|
11174
|
-
readonly create_complete: "create-complete";
|
|
11175
|
-
readonly create_failed: "create-failed";
|
|
11176
|
-
readonly create_in_progress: "create-in-progress";
|
|
11177
|
-
readonly delete_complete: "delete-complete";
|
|
11178
|
-
readonly delete_failed: "delete-failed";
|
|
11179
|
-
readonly delete_in_progress: "delete-in-progress";
|
|
11180
|
-
readonly modify_complete: "modify-complete";
|
|
11181
|
-
readonly modify_failed: "modify-failed";
|
|
11182
|
-
readonly modify_in_progress: "modify-in-progress";
|
|
11183
|
-
readonly restore_complete: "restore-complete";
|
|
11184
|
-
readonly restore_failed: "restore-failed";
|
|
11185
|
-
readonly restore_in_progress: "restore-in-progress";
|
|
11186
|
-
};
|
|
11187
|
-
/**
|
|
11188
|
-
* @public
|
|
11189
|
-
*/
|
|
11190
|
-
export type PrefixListState = (typeof PrefixListState)[keyof typeof PrefixListState];
|
|
11191
11179
|
/**
|
|
11192
11180
|
* @internal
|
|
11193
11181
|
*/
|
|
@@ -1,5 +1,85 @@
|
|
|
1
|
-
import { AccessScopePath, AccessScopePathRequest, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { CarrierGateway, ClientVpnEndpointStatus,
|
|
1
|
+
import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { CarrierGateway, ClientVpnEndpointStatus, ConnectionTrackingSpecificationRequest, GatewayType, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LocalGatewayRouteTableVpcAssociation, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreateLocalGatewayRouteTableVpcAssociationResult {
|
|
7
|
+
/**
|
|
8
|
+
* <p>Information about the association.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation | undefined;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export interface CreateManagedPrefixListRequest {
|
|
17
|
+
/**
|
|
18
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
19
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
20
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
DryRun?: boolean | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>A name for the prefix list.</p>
|
|
26
|
+
* <p>Constraints: Up to 255 characters in length. The name cannot start with <code>com.amazonaws</code>.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
PrefixListName: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>One or more entries for the prefix list.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
Entries?: AddPrefixListEntry[] | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The maximum number of entries for the prefix list.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
MaxEntries: number | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The tags to apply to the prefix list during creation.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The IP address type.</p>
|
|
47
|
+
* <p>Valid Values: <code>IPv4</code> | <code>IPv6</code>
|
|
48
|
+
* </p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
AddressFamily: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
|
|
54
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
|
|
55
|
+
* idempotency</a>.</p>
|
|
56
|
+
* <p>Constraints: Up to 255 UTF-8 characters in length.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
ClientToken?: string | undefined;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
* @enum
|
|
64
|
+
*/
|
|
65
|
+
export declare const PrefixListState: {
|
|
66
|
+
readonly create_complete: "create-complete";
|
|
67
|
+
readonly create_failed: "create-failed";
|
|
68
|
+
readonly create_in_progress: "create-in-progress";
|
|
69
|
+
readonly delete_complete: "delete-complete";
|
|
70
|
+
readonly delete_failed: "delete-failed";
|
|
71
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
72
|
+
readonly modify_complete: "modify-complete";
|
|
73
|
+
readonly modify_failed: "modify-failed";
|
|
74
|
+
readonly modify_in_progress: "modify-in-progress";
|
|
75
|
+
readonly restore_complete: "restore-complete";
|
|
76
|
+
readonly restore_failed: "restore-failed";
|
|
77
|
+
readonly restore_in_progress: "restore-in-progress";
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export type PrefixListState = (typeof PrefixListState)[keyof typeof PrefixListState];
|
|
3
83
|
/**
|
|
4
84
|
* <p>Describes a managed prefix list.</p>
|
|
5
85
|
* @public
|
|
@@ -8866,52 +8946,6 @@ export interface DeleteClientVpnRouteRequest {
|
|
|
8866
8946
|
*/
|
|
8867
8947
|
DryRun?: boolean | undefined;
|
|
8868
8948
|
}
|
|
8869
|
-
/**
|
|
8870
|
-
* @public
|
|
8871
|
-
*/
|
|
8872
|
-
export interface DeleteClientVpnRouteResult {
|
|
8873
|
-
/**
|
|
8874
|
-
* <p>The current state of the route.</p>
|
|
8875
|
-
* @public
|
|
8876
|
-
*/
|
|
8877
|
-
Status?: ClientVpnRouteStatus | undefined;
|
|
8878
|
-
}
|
|
8879
|
-
/**
|
|
8880
|
-
* @public
|
|
8881
|
-
*/
|
|
8882
|
-
export interface DeleteCoipCidrRequest {
|
|
8883
|
-
/**
|
|
8884
|
-
* <p> A customer-owned IP address range that you want to delete. </p>
|
|
8885
|
-
* @public
|
|
8886
|
-
*/
|
|
8887
|
-
Cidr: string | undefined;
|
|
8888
|
-
/**
|
|
8889
|
-
* <p>
|
|
8890
|
-
* The ID of the customer-owned address pool.
|
|
8891
|
-
* </p>
|
|
8892
|
-
* @public
|
|
8893
|
-
*/
|
|
8894
|
-
CoipPoolId: string | undefined;
|
|
8895
|
-
/**
|
|
8896
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8897
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8898
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8899
|
-
* @public
|
|
8900
|
-
*/
|
|
8901
|
-
DryRun?: boolean | undefined;
|
|
8902
|
-
}
|
|
8903
|
-
/**
|
|
8904
|
-
* @public
|
|
8905
|
-
*/
|
|
8906
|
-
export interface DeleteCoipCidrResult {
|
|
8907
|
-
/**
|
|
8908
|
-
* <p>
|
|
8909
|
-
* Information about a range of customer-owned IP addresses.
|
|
8910
|
-
* </p>
|
|
8911
|
-
* @public
|
|
8912
|
-
*/
|
|
8913
|
-
CoipCidr?: CoipCidr | undefined;
|
|
8914
|
-
}
|
|
8915
8949
|
/**
|
|
8916
8950
|
* @internal
|
|
8917
8951
|
*/
|
|
@@ -1,6 +1,52 @@
|
|
|
1
|
-
import { AccountAttribute, AccountAttributeName,
|
|
2
|
-
import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, PlatformValues, TransportProtocol } from "./models_1";
|
|
1
|
+
import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, InstanceEventWindowState, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
+
import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, CustomerGateway, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, PlatformValues, TransportProtocol } from "./models_1";
|
|
3
3
|
import { GroupIdentifier, ManagedPrefixList, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface DeleteClientVpnRouteResult {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The current state of the route.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
Status?: ClientVpnRouteStatus | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteCoipCidrRequest {
|
|
18
|
+
/**
|
|
19
|
+
* <p> A customer-owned IP address range that you want to delete. </p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
Cidr: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>
|
|
25
|
+
* The ID of the customer-owned address pool.
|
|
26
|
+
* </p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
CoipPoolId: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
32
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
33
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
DryRun?: boolean | undefined;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
export interface DeleteCoipCidrResult {
|
|
42
|
+
/**
|
|
43
|
+
* <p>
|
|
44
|
+
* Information about a range of customer-owned IP addresses.
|
|
45
|
+
* </p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
CoipCidr?: CoipCidr | undefined;
|
|
49
|
+
}
|
|
4
50
|
/**
|
|
5
51
|
* @public
|
|
6
52
|
*/
|
|
@@ -6957,111 +7003,6 @@ export interface DescribeFleetInstancesRequest {
|
|
|
6957
7003
|
*/
|
|
6958
7004
|
Filters?: Filter[] | undefined;
|
|
6959
7005
|
}
|
|
6960
|
-
/**
|
|
6961
|
-
* @public
|
|
6962
|
-
*/
|
|
6963
|
-
export interface DescribeFleetInstancesResult {
|
|
6964
|
-
/**
|
|
6965
|
-
* <p>The running instances. This list is refreshed periodically and might be out of
|
|
6966
|
-
* date.</p>
|
|
6967
|
-
* @public
|
|
6968
|
-
*/
|
|
6969
|
-
ActiveInstances?: ActiveInstance[] | undefined;
|
|
6970
|
-
/**
|
|
6971
|
-
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
6972
|
-
* are no more items to return.</p>
|
|
6973
|
-
* @public
|
|
6974
|
-
*/
|
|
6975
|
-
NextToken?: string | undefined;
|
|
6976
|
-
/**
|
|
6977
|
-
* <p>The ID of the EC2 Fleet.</p>
|
|
6978
|
-
* @public
|
|
6979
|
-
*/
|
|
6980
|
-
FleetId?: string | undefined;
|
|
6981
|
-
}
|
|
6982
|
-
/**
|
|
6983
|
-
* @public
|
|
6984
|
-
*/
|
|
6985
|
-
export interface DescribeFleetsRequest {
|
|
6986
|
-
/**
|
|
6987
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6988
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6989
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6990
|
-
* @public
|
|
6991
|
-
*/
|
|
6992
|
-
DryRun?: boolean | undefined;
|
|
6993
|
-
/**
|
|
6994
|
-
* <p>The maximum number of items to return for this request.
|
|
6995
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
6996
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
6997
|
-
* @public
|
|
6998
|
-
*/
|
|
6999
|
-
MaxResults?: number | undefined;
|
|
7000
|
-
/**
|
|
7001
|
-
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
7002
|
-
* @public
|
|
7003
|
-
*/
|
|
7004
|
-
NextToken?: string | undefined;
|
|
7005
|
-
/**
|
|
7006
|
-
* <p>The IDs of the EC2 Fleets.</p>
|
|
7007
|
-
* <note>
|
|
7008
|
-
* <p>If a fleet is of type <code>instant</code>, you must specify the fleet ID, otherwise
|
|
7009
|
-
* it does not appear in the response.</p>
|
|
7010
|
-
* </note>
|
|
7011
|
-
* @public
|
|
7012
|
-
*/
|
|
7013
|
-
FleetIds?: string[] | undefined;
|
|
7014
|
-
/**
|
|
7015
|
-
* <p>The filters.</p>
|
|
7016
|
-
* <ul>
|
|
7017
|
-
* <li>
|
|
7018
|
-
* <p>
|
|
7019
|
-
* <code>activity-status</code> - The progress of the EC2 Fleet ( <code>error</code> |
|
|
7020
|
-
* <code>pending-fulfillment</code> | <code>pending-termination</code> |
|
|
7021
|
-
* <code>fulfilled</code>).</p>
|
|
7022
|
-
* </li>
|
|
7023
|
-
* <li>
|
|
7024
|
-
* <p>
|
|
7025
|
-
* <code>excess-capacity-termination-policy</code> - Indicates whether to terminate
|
|
7026
|
-
* running instances if the target capacity is decreased below the current EC2 Fleet size
|
|
7027
|
-
* (<code>true</code> | <code>false</code>).</p>
|
|
7028
|
-
* </li>
|
|
7029
|
-
* <li>
|
|
7030
|
-
* <p>
|
|
7031
|
-
* <code>fleet-state</code> - The state of the EC2 Fleet (<code>submitted</code> |
|
|
7032
|
-
* <code>active</code> | <code>deleted</code> | <code>failed</code> |
|
|
7033
|
-
* <code>deleted-running</code> | <code>deleted-terminating</code> |
|
|
7034
|
-
* <code>modifying</code>).</p>
|
|
7035
|
-
* </li>
|
|
7036
|
-
* <li>
|
|
7037
|
-
* <p>
|
|
7038
|
-
* <code>replace-unhealthy-instances</code> - Indicates whether EC2 Fleet should replace
|
|
7039
|
-
* unhealthy instances (<code>true</code> | <code>false</code>).</p>
|
|
7040
|
-
* </li>
|
|
7041
|
-
* <li>
|
|
7042
|
-
* <p>
|
|
7043
|
-
* <code>type</code> - The type of request (<code>instant</code> |
|
|
7044
|
-
* <code>request</code> | <code>maintain</code>).</p>
|
|
7045
|
-
* </li>
|
|
7046
|
-
* </ul>
|
|
7047
|
-
* @public
|
|
7048
|
-
*/
|
|
7049
|
-
Filters?: Filter[] | undefined;
|
|
7050
|
-
}
|
|
7051
|
-
/**
|
|
7052
|
-
* @public
|
|
7053
|
-
* @enum
|
|
7054
|
-
*/
|
|
7055
|
-
export declare const FleetActivityStatus: {
|
|
7056
|
-
readonly ERROR: "error";
|
|
7057
|
-
readonly FULFILLED: "fulfilled";
|
|
7058
|
-
readonly PENDING_FULFILLMENT: "pending_fulfillment";
|
|
7059
|
-
readonly PENDING_TERMINATION: "pending_termination";
|
|
7060
|
-
};
|
|
7061
|
-
/**
|
|
7062
|
-
* @public
|
|
7063
|
-
*/
|
|
7064
|
-
export type FleetActivityStatus = (typeof FleetActivityStatus)[keyof typeof FleetActivityStatus];
|
|
7065
7006
|
/**
|
|
7066
7007
|
* @internal
|
|
7067
7008
|
*/
|