@aws-sdk/client-ec2 3.87.0 → 3.90.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 +33 -0
- package/dist-cjs/EC2.js +15 -0
- package/dist-cjs/commands/DescribeClientVpnRoutesCommand.js +2 -1
- package/dist-cjs/commands/DescribeClientVpnTargetNetworksCommand.js +3 -3
- package/dist-cjs/commands/DescribePublicIpv4PoolsCommand.js +3 -3
- package/dist-cjs/commands/DescribeRegionsCommand.js +1 -2
- package/dist-cjs/commands/GetEbsEncryptionByDefaultCommand.js +3 -3
- package/dist-cjs/commands/GetFlowLogsIntegrationTemplateCommand.js +1 -2
- package/dist-cjs/commands/GetInstanceUefiDataCommand.js +36 -0
- package/dist-cjs/commands/ReplaceTransitGatewayRouteCommand.js +2 -1
- package/dist-cjs/commands/ReportInstanceStatusCommand.js +2 -2
- package/dist-cjs/commands/RequestSpotFleetCommand.js +3 -3
- package/dist-cjs/commands/RequestSpotInstancesCommand.js +1 -2
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_2.js +36 -36
- package/dist-cjs/models/models_3.js +40 -42
- package/dist-cjs/models/models_4.js +42 -43
- package/dist-cjs/models/models_5.js +55 -42
- package/dist-cjs/models/models_6.js +38 -2
- package/dist-cjs/protocols/Aws_ec2.js +212 -21
- package/dist-es/EC2.js +15 -0
- package/dist-es/commands/DescribeClientVpnRoutesCommand.js +2 -1
- package/dist-es/commands/DescribeClientVpnTargetNetworksCommand.js +1 -1
- package/dist-es/commands/DescribePublicIpv4PoolsCommand.js +1 -1
- package/dist-es/commands/DescribeRegionsCommand.js +1 -2
- package/dist-es/commands/GetEbsEncryptionByDefaultCommand.js +1 -1
- package/dist-es/commands/GetFlowLogsIntegrationTemplateCommand.js +1 -2
- package/dist-es/commands/GetInstanceUefiDataCommand.js +39 -0
- package/dist-es/commands/ReplaceTransitGatewayRouteCommand.js +2 -1
- package/dist-es/commands/ReportInstanceStatusCommand.js +1 -1
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/commands/RequestSpotInstancesCommand.js +1 -2
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_2.js +26 -20
- package/dist-es/models/models_3.js +24 -24
- package/dist-es/models/models_4.js +24 -27
- package/dist-es/models/models_5.js +35 -24
- package/dist-es/models/models_6.js +24 -0
- package/dist-es/protocols/Aws_ec2.js +213 -8
- package/dist-types/EC2.d.ts +17 -1
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -2
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +44 -0
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +13 -5
- package/dist-types/models/models_2.d.ts +78 -164
- package/dist-types/models/models_3.d.ts +184 -187
- package/dist-types/models/models_4.d.ts +211 -102
- package/dist-types/models/models_5.d.ts +167 -328
- package/dist-types/models/models_6.d.ts +325 -1
- package/dist-types/protocols/Aws_ec2.d.ts +3 -0
- package/dist-types/ts3.4/EC2.d.ts +5 -0
- package/dist-types/ts3.4/EC2Client.d.ts +3 -2
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +7 -3
- package/dist-types/ts3.4/models/models_2.d.ts +46 -79
- package/dist-types/ts3.4/models/models_3.d.ts +91 -89
- package/dist-types/ts3.4/models/models_4.d.ts +93 -62
- package/dist-types/ts3.4/models/models_5.d.ts +96 -126
- package/dist-types/ts3.4/models/models_6.d.ts +123 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +3 -0
- package/package.json +1 -1
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeRegionsRequest } from "../models/
|
|
5
|
-
import { DescribeRegionsResult } from "../models/models_4";
|
|
4
|
+
import { DescribeRegionsRequest, DescribeRegionsResult } from "../models/models_4";
|
|
6
5
|
export interface DescribeRegionsCommandInput extends DescribeRegionsRequest {
|
|
7
6
|
}
|
|
8
7
|
export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { GetEbsEncryptionByDefaultRequest, GetEbsEncryptionByDefaultResult } from "../models/
|
|
4
|
+
import { GetEbsEncryptionByDefaultRequest, GetEbsEncryptionByDefaultResult } from "../models/models_5";
|
|
5
5
|
export interface GetEbsEncryptionByDefaultCommandInput extends GetEbsEncryptionByDefaultRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetEbsEncryptionByDefaultCommandOutput extends GetEbsEncryptionByDefaultResult, __MetadataBearer {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { GetFlowLogsIntegrationTemplateRequest } from "../models/
|
|
5
|
-
import { GetFlowLogsIntegrationTemplateResult } from "../models/models_5";
|
|
4
|
+
import { GetFlowLogsIntegrationTemplateRequest, GetFlowLogsIntegrationTemplateResult } from "../models/models_5";
|
|
6
5
|
export interface GetFlowLogsIntegrationTemplateCommandInput extends GetFlowLogsIntegrationTemplateRequest {
|
|
7
6
|
}
|
|
8
7
|
export interface GetFlowLogsIntegrationTemplateCommandOutput extends GetFlowLogsIntegrationTemplateResult, __MetadataBearer {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
+
import { GetInstanceUefiDataRequest, GetInstanceUefiDataResult } from "../models/models_5";
|
|
5
|
+
export interface GetInstanceUefiDataCommandInput extends GetInstanceUefiDataRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetInstanceUefiDataCommandOutput extends GetInstanceUefiDataResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetInstanceUefiDataCommand extends $Command<GetInstanceUefiDataCommandInput, GetInstanceUefiDataCommandOutput, EC2ClientResolvedConfig> {
|
|
11
|
+
readonly input: GetInstanceUefiDataCommandInput;
|
|
12
|
+
constructor(input: GetInstanceUefiDataCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EC2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInstanceUefiDataCommandInput, GetInstanceUefiDataCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ReplaceTransitGatewayRouteRequest
|
|
4
|
+
import { ReplaceTransitGatewayRouteRequest } from "../models/models_5";
|
|
5
|
+
import { ReplaceTransitGatewayRouteResult } from "../models/models_6";
|
|
5
6
|
export interface ReplaceTransitGatewayRouteCommandInput extends ReplaceTransitGatewayRouteRequest {
|
|
6
7
|
}
|
|
7
8
|
export interface ReplaceTransitGatewayRouteCommandOutput extends ReplaceTransitGatewayRouteResult, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ReportInstanceStatusRequest } from "../models/
|
|
4
|
+
import { ReportInstanceStatusRequest } from "../models/models_6";
|
|
5
5
|
export interface ReportInstanceStatusCommandInput extends ReportInstanceStatusRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ReportInstanceStatusCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { RequestSpotFleetRequest, RequestSpotFleetResponse } from "../models/
|
|
4
|
+
import { RequestSpotFleetRequest, RequestSpotFleetResponse } from "../models/models_6";
|
|
5
5
|
export interface RequestSpotFleetCommandInput extends RequestSpotFleetRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RequestSpotFleetCommandOutput extends RequestSpotFleetResponse, __MetadataBearer {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { RequestSpotInstancesRequest } from "../models/
|
|
5
|
-
import { RequestSpotInstancesResult } from "../models/models_6";
|
|
4
|
+
import { RequestSpotInstancesRequest, RequestSpotInstancesResult } from "../models/models_6";
|
|
6
5
|
export interface RequestSpotInstancesCommandInput extends RequestSpotInstancesRequest {
|
|
7
6
|
}
|
|
8
7
|
export interface RequestSpotInstancesCommandOutput extends RequestSpotInstancesResult, __MetadataBearer {
|
|
@@ -371,6 +371,7 @@ export * from "./GetFlowLogsIntegrationTemplateCommand";
|
|
|
371
371
|
export * from "./GetGroupsForCapacityReservationCommand";
|
|
372
372
|
export * from "./GetHostReservationPurchasePreviewCommand";
|
|
373
373
|
export * from "./GetInstanceTypesFromInstanceRequirementsCommand";
|
|
374
|
+
export * from "./GetInstanceUefiDataCommand";
|
|
374
375
|
export * from "./GetIpamAddressHistoryCommand";
|
|
375
376
|
export * from "./GetIpamPoolAllocationsCommand";
|
|
376
377
|
export * from "./GetIpamPoolCidrsCommand";
|
|
@@ -3483,8 +3483,6 @@ export declare enum SubnetCidrReservationType {
|
|
|
3483
3483
|
}
|
|
3484
3484
|
export interface CreateSubnetCidrReservationRequest {
|
|
3485
3485
|
|
|
3486
|
-
TagSpecifications?: TagSpecification[];
|
|
3487
|
-
|
|
3488
3486
|
SubnetId: string | undefined;
|
|
3489
3487
|
|
|
3490
3488
|
Cidr: string | undefined;
|
|
@@ -3494,6 +3492,8 @@ export interface CreateSubnetCidrReservationRequest {
|
|
|
3494
3492
|
Description?: string;
|
|
3495
3493
|
|
|
3496
3494
|
DryRun?: boolean;
|
|
3495
|
+
|
|
3496
|
+
TagSpecifications?: TagSpecification[];
|
|
3497
3497
|
}
|
|
3498
3498
|
export declare namespace CreateSubnetCidrReservationRequest {
|
|
3499
3499
|
|
|
@@ -3753,12 +3753,14 @@ export interface CreateTrafficMirrorTargetRequest {
|
|
|
3753
3753
|
DryRun?: boolean;
|
|
3754
3754
|
|
|
3755
3755
|
ClientToken?: string;
|
|
3756
|
+
|
|
3757
|
+
GatewayLoadBalancerEndpointId?: string;
|
|
3756
3758
|
}
|
|
3757
3759
|
export declare namespace CreateTrafficMirrorTargetRequest {
|
|
3758
3760
|
|
|
3759
3761
|
const filterSensitiveLog: (obj: CreateTrafficMirrorTargetRequest) => any;
|
|
3760
3762
|
}
|
|
3761
|
-
export declare type TrafficMirrorTargetType = "network-interface" | "network-load-balancer";
|
|
3763
|
+
export declare type TrafficMirrorTargetType = "gateway-load-balancer-endpoint" | "network-interface" | "network-load-balancer";
|
|
3762
3764
|
|
|
3763
3765
|
export interface TrafficMirrorTarget {
|
|
3764
3766
|
|
|
@@ -3775,6 +3777,8 @@ export interface TrafficMirrorTarget {
|
|
|
3775
3777
|
OwnerId?: string;
|
|
3776
3778
|
|
|
3777
3779
|
Tags?: Tag[];
|
|
3780
|
+
|
|
3781
|
+
GatewayLoadBalancerEndpointId?: string;
|
|
3778
3782
|
}
|
|
3779
3783
|
export declare namespace TrafficMirrorTarget {
|
|
3780
3784
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue,
|
|
1
|
+
import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, DnsSupportValue, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TransportProtocol, UnsuccessfulItem, VolumeAttachment, Vpc, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
2
|
import { CreateTransitGatewayConnectRequestOptions, GroupIdentifier, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, ProtocolValue, SubnetCidrReservation, TransitGateway, VolumeType } from "./models_1";
|
|
3
3
|
export interface CreateTransitGatewayConnectRequest {
|
|
4
4
|
|
|
@@ -549,6 +549,26 @@ export declare namespace CreateVpcResult {
|
|
|
549
549
|
|
|
550
550
|
const filterSensitiveLog: (obj: CreateVpcResult) => any;
|
|
551
551
|
}
|
|
552
|
+
export declare enum DnsRecordIpType {
|
|
553
|
+
dualstack = "dualstack",
|
|
554
|
+
ipv4 = "ipv4",
|
|
555
|
+
ipv6 = "ipv6",
|
|
556
|
+
service_defined = "service-defined"
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
export interface DnsOptionsSpecification {
|
|
560
|
+
|
|
561
|
+
DnsRecordIpType?: DnsRecordIpType | string;
|
|
562
|
+
}
|
|
563
|
+
export declare namespace DnsOptionsSpecification {
|
|
564
|
+
|
|
565
|
+
const filterSensitiveLog: (obj: DnsOptionsSpecification) => any;
|
|
566
|
+
}
|
|
567
|
+
export declare enum IpAddressType {
|
|
568
|
+
dualstack = "dualstack",
|
|
569
|
+
ipv4 = "ipv4",
|
|
570
|
+
ipv6 = "ipv6"
|
|
571
|
+
}
|
|
552
572
|
export declare enum VpcEndpointType {
|
|
553
573
|
Gateway = "Gateway",
|
|
554
574
|
GatewayLoadBalancer = "GatewayLoadBalancer",
|
|
@@ -573,6 +593,10 @@ export interface CreateVpcEndpointRequest {
|
|
|
573
593
|
|
|
574
594
|
SecurityGroupIds?: string[];
|
|
575
595
|
|
|
596
|
+
IpAddressType?: IpAddressType | string;
|
|
597
|
+
|
|
598
|
+
DnsOptions?: DnsOptionsSpecification;
|
|
599
|
+
|
|
576
600
|
ClientToken?: string;
|
|
577
601
|
|
|
578
602
|
PrivateDnsEnabled?: boolean;
|
|
@@ -595,6 +619,15 @@ export declare namespace DnsEntry {
|
|
|
595
619
|
const filterSensitiveLog: (obj: DnsEntry) => any;
|
|
596
620
|
}
|
|
597
621
|
|
|
622
|
+
export interface DnsOptions {
|
|
623
|
+
|
|
624
|
+
DnsRecordIpType?: DnsRecordIpType | string;
|
|
625
|
+
}
|
|
626
|
+
export declare namespace DnsOptions {
|
|
627
|
+
|
|
628
|
+
const filterSensitiveLog: (obj: DnsOptions) => any;
|
|
629
|
+
}
|
|
630
|
+
|
|
598
631
|
export interface SecurityGroupIdentifier {
|
|
599
632
|
|
|
600
633
|
GroupId?: string;
|
|
@@ -647,6 +680,10 @@ export interface VpcEndpoint {
|
|
|
647
680
|
|
|
648
681
|
Groups?: SecurityGroupIdentifier[];
|
|
649
682
|
|
|
683
|
+
IpAddressType?: IpAddressType | string;
|
|
684
|
+
|
|
685
|
+
DnsOptions?: DnsOptions;
|
|
686
|
+
|
|
650
687
|
PrivateDnsEnabled?: boolean;
|
|
651
688
|
|
|
652
689
|
RequesterManaged?: boolean;
|
|
@@ -746,6 +783,8 @@ export interface CreateVpcEndpointServiceConfigurationRequest {
|
|
|
746
783
|
|
|
747
784
|
GatewayLoadBalancerArns?: string[];
|
|
748
785
|
|
|
786
|
+
SupportedIpAddressTypes?: string[];
|
|
787
|
+
|
|
749
788
|
ClientToken?: string;
|
|
750
789
|
|
|
751
790
|
TagSpecifications?: TagSpecification[];
|
|
@@ -798,6 +837,10 @@ export declare namespace ServiceTypeDetail {
|
|
|
798
837
|
|
|
799
838
|
const filterSensitiveLog: (obj: ServiceTypeDetail) => any;
|
|
800
839
|
}
|
|
840
|
+
export declare enum ServiceConnectivityType {
|
|
841
|
+
ipv4 = "ipv4",
|
|
842
|
+
ipv6 = "ipv6"
|
|
843
|
+
}
|
|
801
844
|
|
|
802
845
|
export interface ServiceConfiguration {
|
|
803
846
|
|
|
@@ -819,6 +862,8 @@ export interface ServiceConfiguration {
|
|
|
819
862
|
|
|
820
863
|
GatewayLoadBalancerArns?: string[];
|
|
821
864
|
|
|
865
|
+
SupportedIpAddressTypes?: (ServiceConnectivityType | string)[];
|
|
866
|
+
|
|
822
867
|
BaseEndpointDnsNames?: string[];
|
|
823
868
|
|
|
824
869
|
PrivateDnsName?: string;
|
|
@@ -3351,81 +3396,3 @@ export declare namespace DescribeClientVpnRoutesRequest {
|
|
|
3351
3396
|
|
|
3352
3397
|
const filterSensitiveLog: (obj: DescribeClientVpnRoutesRequest) => any;
|
|
3353
3398
|
}
|
|
3354
|
-
|
|
3355
|
-
export interface ClientVpnRoute {
|
|
3356
|
-
|
|
3357
|
-
ClientVpnEndpointId?: string;
|
|
3358
|
-
|
|
3359
|
-
DestinationCidr?: string;
|
|
3360
|
-
|
|
3361
|
-
TargetSubnet?: string;
|
|
3362
|
-
|
|
3363
|
-
Type?: string;
|
|
3364
|
-
|
|
3365
|
-
Origin?: string;
|
|
3366
|
-
|
|
3367
|
-
Status?: ClientVpnRouteStatus;
|
|
3368
|
-
|
|
3369
|
-
Description?: string;
|
|
3370
|
-
}
|
|
3371
|
-
export declare namespace ClientVpnRoute {
|
|
3372
|
-
|
|
3373
|
-
const filterSensitiveLog: (obj: ClientVpnRoute) => any;
|
|
3374
|
-
}
|
|
3375
|
-
export interface DescribeClientVpnRoutesResult {
|
|
3376
|
-
|
|
3377
|
-
Routes?: ClientVpnRoute[];
|
|
3378
|
-
|
|
3379
|
-
NextToken?: string;
|
|
3380
|
-
}
|
|
3381
|
-
export declare namespace DescribeClientVpnRoutesResult {
|
|
3382
|
-
|
|
3383
|
-
const filterSensitiveLog: (obj: DescribeClientVpnRoutesResult) => any;
|
|
3384
|
-
}
|
|
3385
|
-
export interface DescribeClientVpnTargetNetworksRequest {
|
|
3386
|
-
|
|
3387
|
-
ClientVpnEndpointId: string | undefined;
|
|
3388
|
-
|
|
3389
|
-
AssociationIds?: string[];
|
|
3390
|
-
|
|
3391
|
-
MaxResults?: number;
|
|
3392
|
-
|
|
3393
|
-
NextToken?: string;
|
|
3394
|
-
|
|
3395
|
-
Filters?: Filter[];
|
|
3396
|
-
|
|
3397
|
-
DryRun?: boolean;
|
|
3398
|
-
}
|
|
3399
|
-
export declare namespace DescribeClientVpnTargetNetworksRequest {
|
|
3400
|
-
|
|
3401
|
-
const filterSensitiveLog: (obj: DescribeClientVpnTargetNetworksRequest) => any;
|
|
3402
|
-
}
|
|
3403
|
-
|
|
3404
|
-
export interface TargetNetwork {
|
|
3405
|
-
|
|
3406
|
-
AssociationId?: string;
|
|
3407
|
-
|
|
3408
|
-
VpcId?: string;
|
|
3409
|
-
|
|
3410
|
-
TargetNetworkId?: string;
|
|
3411
|
-
|
|
3412
|
-
ClientVpnEndpointId?: string;
|
|
3413
|
-
|
|
3414
|
-
Status?: AssociationStatus;
|
|
3415
|
-
|
|
3416
|
-
SecurityGroups?: string[];
|
|
3417
|
-
}
|
|
3418
|
-
export declare namespace TargetNetwork {
|
|
3419
|
-
|
|
3420
|
-
const filterSensitiveLog: (obj: TargetNetwork) => any;
|
|
3421
|
-
}
|
|
3422
|
-
export interface DescribeClientVpnTargetNetworksResult {
|
|
3423
|
-
|
|
3424
|
-
ClientVpnTargetNetworks?: TargetNetwork[];
|
|
3425
|
-
|
|
3426
|
-
NextToken?: string;
|
|
3427
|
-
}
|
|
3428
|
-
export declare namespace DescribeClientVpnTargetNetworksResult {
|
|
3429
|
-
|
|
3430
|
-
const filterSensitiveLog: (obj: DescribeClientVpnTargetNetworksResult) => any;
|
|
3431
|
-
}
|
|
@@ -1,6 +1,84 @@
|
|
|
1
|
-
import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AlternatePathHint, AnalysisAclRule, AnalysisComponent, AnalysisRouteTableRoute, AnalysisSecurityGroupRule, AttachmentStatus, AttributeValue, AutoPlacement, CurrencyCodeValues, CustomerGateway, DhcpOptions, EgressOnlyInternetGateway, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, PathComponent, PortRange, Tag, TransitGatewayRouteTableRoute } from "./models_0";
|
|
1
|
+
import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AlternatePathHint, AnalysisAclRule, AnalysisComponent, AnalysisRouteTableRoute, AnalysisSecurityGroupRule, AssociationStatus, AttachmentStatus, AttributeValue, AutoPlacement, ClientVpnRouteStatus, CurrencyCodeValues, CustomerGateway, DhcpOptions, EgressOnlyInternetGateway, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, PathComponent, PortRange, Tag, TransitGatewayRouteTableRoute } from "./models_0";
|
|
2
2
|
import { BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, ExportTask, FleetCapacityReservationUsageStrategy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlacementGroup, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType } from "./models_1";
|
|
3
3
|
import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_2";
|
|
4
|
+
|
|
5
|
+
export interface ClientVpnRoute {
|
|
6
|
+
|
|
7
|
+
ClientVpnEndpointId?: string;
|
|
8
|
+
|
|
9
|
+
DestinationCidr?: string;
|
|
10
|
+
|
|
11
|
+
TargetSubnet?: string;
|
|
12
|
+
|
|
13
|
+
Type?: string;
|
|
14
|
+
|
|
15
|
+
Origin?: string;
|
|
16
|
+
|
|
17
|
+
Status?: ClientVpnRouteStatus;
|
|
18
|
+
|
|
19
|
+
Description?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace ClientVpnRoute {
|
|
22
|
+
|
|
23
|
+
const filterSensitiveLog: (obj: ClientVpnRoute) => any;
|
|
24
|
+
}
|
|
25
|
+
export interface DescribeClientVpnRoutesResult {
|
|
26
|
+
|
|
27
|
+
Routes?: ClientVpnRoute[];
|
|
28
|
+
|
|
29
|
+
NextToken?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace DescribeClientVpnRoutesResult {
|
|
32
|
+
|
|
33
|
+
const filterSensitiveLog: (obj: DescribeClientVpnRoutesResult) => any;
|
|
34
|
+
}
|
|
35
|
+
export interface DescribeClientVpnTargetNetworksRequest {
|
|
36
|
+
|
|
37
|
+
ClientVpnEndpointId: string | undefined;
|
|
38
|
+
|
|
39
|
+
AssociationIds?: string[];
|
|
40
|
+
|
|
41
|
+
MaxResults?: number;
|
|
42
|
+
|
|
43
|
+
NextToken?: string;
|
|
44
|
+
|
|
45
|
+
Filters?: Filter[];
|
|
46
|
+
|
|
47
|
+
DryRun?: boolean;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace DescribeClientVpnTargetNetworksRequest {
|
|
50
|
+
|
|
51
|
+
const filterSensitiveLog: (obj: DescribeClientVpnTargetNetworksRequest) => any;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export interface TargetNetwork {
|
|
55
|
+
|
|
56
|
+
AssociationId?: string;
|
|
57
|
+
|
|
58
|
+
VpcId?: string;
|
|
59
|
+
|
|
60
|
+
TargetNetworkId?: string;
|
|
61
|
+
|
|
62
|
+
ClientVpnEndpointId?: string;
|
|
63
|
+
|
|
64
|
+
Status?: AssociationStatus;
|
|
65
|
+
|
|
66
|
+
SecurityGroups?: string[];
|
|
67
|
+
}
|
|
68
|
+
export declare namespace TargetNetwork {
|
|
69
|
+
|
|
70
|
+
const filterSensitiveLog: (obj: TargetNetwork) => any;
|
|
71
|
+
}
|
|
72
|
+
export interface DescribeClientVpnTargetNetworksResult {
|
|
73
|
+
|
|
74
|
+
ClientVpnTargetNetworks?: TargetNetwork[];
|
|
75
|
+
|
|
76
|
+
NextToken?: string;
|
|
77
|
+
}
|
|
78
|
+
export declare namespace DescribeClientVpnTargetNetworksResult {
|
|
79
|
+
|
|
80
|
+
const filterSensitiveLog: (obj: DescribeClientVpnTargetNetworksResult) => any;
|
|
81
|
+
}
|
|
4
82
|
export interface DescribeCoipPoolsRequest {
|
|
5
83
|
|
|
6
84
|
PoolIds?: string[];
|
|
@@ -1351,7 +1429,7 @@ export declare namespace DescribeIdFormatResult {
|
|
|
1351
1429
|
|
|
1352
1430
|
const filterSensitiveLog: (obj: DescribeIdFormatResult) => any;
|
|
1353
1431
|
}
|
|
1354
|
-
export declare type ImageAttributeName = "blockDeviceMapping" | "bootMode" | "description" | "kernel" | "lastLaunchedTime" | "launchPermission" | "productCodes" | "ramdisk" | "sriovNetSupport";
|
|
1432
|
+
export declare type ImageAttributeName = "blockDeviceMapping" | "bootMode" | "description" | "kernel" | "lastLaunchedTime" | "launchPermission" | "productCodes" | "ramdisk" | "sriovNetSupport" | "tpmSupport" | "uefiData";
|
|
1355
1433
|
|
|
1356
1434
|
export interface DescribeImageAttributeRequest {
|
|
1357
1435
|
|
|
@@ -1401,6 +1479,10 @@ export interface ImageAttribute {
|
|
|
1401
1479
|
|
|
1402
1480
|
BootMode?: AttributeValue;
|
|
1403
1481
|
|
|
1482
|
+
TpmSupport?: AttributeValue;
|
|
1483
|
+
|
|
1484
|
+
UefiData?: AttributeValue;
|
|
1485
|
+
|
|
1404
1486
|
LastLaunchedTime?: AttributeValue;
|
|
1405
1487
|
}
|
|
1406
1488
|
export declare namespace ImageAttribute {
|
|
@@ -1442,6 +1524,9 @@ export declare namespace StateReason {
|
|
|
1442
1524
|
|
|
1443
1525
|
const filterSensitiveLog: (obj: StateReason) => any;
|
|
1444
1526
|
}
|
|
1527
|
+
export declare enum TpmSupportValues {
|
|
1528
|
+
v2_0 = "v2.0"
|
|
1529
|
+
}
|
|
1445
1530
|
export declare type VirtualizationType = "hvm" | "paravirtual";
|
|
1446
1531
|
|
|
1447
1532
|
export interface Image {
|
|
@@ -1500,6 +1585,8 @@ export interface Image {
|
|
|
1500
1585
|
|
|
1501
1586
|
BootMode?: BootModeValues | string;
|
|
1502
1587
|
|
|
1588
|
+
TpmSupport?: TpmSupportValues | string;
|
|
1589
|
+
|
|
1503
1590
|
DeprecationTime?: string;
|
|
1504
1591
|
}
|
|
1505
1592
|
export declare namespace Image {
|
|
@@ -2265,6 +2352,8 @@ export interface Instance {
|
|
|
2265
2352
|
|
|
2266
2353
|
Ipv6Address?: string;
|
|
2267
2354
|
|
|
2355
|
+
TpmSupport?: string;
|
|
2356
|
+
|
|
2268
2357
|
MaintenanceOptions?: InstanceMaintenanceOptions;
|
|
2269
2358
|
}
|
|
2270
2359
|
export declare namespace Instance {
|
|
@@ -3929,90 +4018,3 @@ export declare namespace DescribePrincipalIdFormatResult {
|
|
|
3929
4018
|
|
|
3930
4019
|
const filterSensitiveLog: (obj: DescribePrincipalIdFormatResult) => any;
|
|
3931
4020
|
}
|
|
3932
|
-
export interface DescribePublicIpv4PoolsRequest {
|
|
3933
|
-
|
|
3934
|
-
PoolIds?: string[];
|
|
3935
|
-
|
|
3936
|
-
NextToken?: string;
|
|
3937
|
-
|
|
3938
|
-
MaxResults?: number;
|
|
3939
|
-
|
|
3940
|
-
Filters?: Filter[];
|
|
3941
|
-
}
|
|
3942
|
-
export declare namespace DescribePublicIpv4PoolsRequest {
|
|
3943
|
-
|
|
3944
|
-
const filterSensitiveLog: (obj: DescribePublicIpv4PoolsRequest) => any;
|
|
3945
|
-
}
|
|
3946
|
-
|
|
3947
|
-
export interface PublicIpv4PoolRange {
|
|
3948
|
-
|
|
3949
|
-
FirstAddress?: string;
|
|
3950
|
-
|
|
3951
|
-
LastAddress?: string;
|
|
3952
|
-
|
|
3953
|
-
AddressCount?: number;
|
|
3954
|
-
|
|
3955
|
-
AvailableAddressCount?: number;
|
|
3956
|
-
}
|
|
3957
|
-
export declare namespace PublicIpv4PoolRange {
|
|
3958
|
-
|
|
3959
|
-
const filterSensitiveLog: (obj: PublicIpv4PoolRange) => any;
|
|
3960
|
-
}
|
|
3961
|
-
|
|
3962
|
-
export interface PublicIpv4Pool {
|
|
3963
|
-
|
|
3964
|
-
PoolId?: string;
|
|
3965
|
-
|
|
3966
|
-
Description?: string;
|
|
3967
|
-
|
|
3968
|
-
PoolAddressRanges?: PublicIpv4PoolRange[];
|
|
3969
|
-
|
|
3970
|
-
TotalAddressCount?: number;
|
|
3971
|
-
|
|
3972
|
-
TotalAvailableAddressCount?: number;
|
|
3973
|
-
|
|
3974
|
-
NetworkBorderGroup?: string;
|
|
3975
|
-
|
|
3976
|
-
Tags?: Tag[];
|
|
3977
|
-
}
|
|
3978
|
-
export declare namespace PublicIpv4Pool {
|
|
3979
|
-
|
|
3980
|
-
const filterSensitiveLog: (obj: PublicIpv4Pool) => any;
|
|
3981
|
-
}
|
|
3982
|
-
export interface DescribePublicIpv4PoolsResult {
|
|
3983
|
-
|
|
3984
|
-
PublicIpv4Pools?: PublicIpv4Pool[];
|
|
3985
|
-
|
|
3986
|
-
NextToken?: string;
|
|
3987
|
-
}
|
|
3988
|
-
export declare namespace DescribePublicIpv4PoolsResult {
|
|
3989
|
-
|
|
3990
|
-
const filterSensitiveLog: (obj: DescribePublicIpv4PoolsResult) => any;
|
|
3991
|
-
}
|
|
3992
|
-
export interface DescribeRegionsRequest {
|
|
3993
|
-
|
|
3994
|
-
Filters?: Filter[];
|
|
3995
|
-
|
|
3996
|
-
RegionNames?: string[];
|
|
3997
|
-
|
|
3998
|
-
DryRun?: boolean;
|
|
3999
|
-
|
|
4000
|
-
AllRegions?: boolean;
|
|
4001
|
-
}
|
|
4002
|
-
export declare namespace DescribeRegionsRequest {
|
|
4003
|
-
|
|
4004
|
-
const filterSensitiveLog: (obj: DescribeRegionsRequest) => any;
|
|
4005
|
-
}
|
|
4006
|
-
|
|
4007
|
-
export interface Region {
|
|
4008
|
-
|
|
4009
|
-
Endpoint?: string;
|
|
4010
|
-
|
|
4011
|
-
RegionName?: string;
|
|
4012
|
-
|
|
4013
|
-
OptInStatus?: string;
|
|
4014
|
-
}
|
|
4015
|
-
export declare namespace Region {
|
|
4016
|
-
|
|
4017
|
-
const filterSensitiveLog: (obj: Region) => any;
|
|
4018
|
-
}
|