@aws-sdk/client-ec2 3.799.0 → 3.803.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 +48 -0
- package/dist-cjs/index.js +856 -208
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/CreateLocalGatewayVirtualInterfaceCommand.js +22 -0
- package/dist-es/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
- package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceCommand.js +22 -0
- package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
- package/dist-es/commands/DescribeConversionTasksCommand.js +1 -1
- package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
- package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
- package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
- package/dist-es/commands/ImportImageCommand.js +1 -1
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/models/models_1.js +4 -6
- package/dist-es/models/models_2.js +20 -9
- package/dist-es/models/models_3.js +8 -3
- package/dist-es/models/models_4.js +4 -7
- package/dist-es/models/models_5.js +12 -3
- package/dist-es/models/models_6.js +3 -25
- package/dist-es/models/models_7.js +26 -25
- package/dist-es/models/models_8.js +23 -0
- package/dist-es/protocols/Aws_ec2.js +548 -29
- package/dist-types/EC2.d.ts +44 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +3 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -13
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
- package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
- package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +2 -2
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -3
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +23 -27
- package/dist-types/commands/TerminateInstancesCommand.d.ts +6 -6
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +65 -65
- package/dist-types/models/models_2.d.ts +317 -240
- package/dist-types/models/models_3.d.ts +304 -475
- package/dist-types/models/models_4.d.ts +6882 -6870
- package/dist-types/models/models_5.d.ts +1250 -944
- package/dist-types/models/models_6.d.ts +3471 -3708
- package/dist-types/models/models_7.d.ts +4525 -4392
- package/dist-types/models/models_8.d.ts +495 -8
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +134 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +8 -14
- package/dist-types/ts3.4/models/models_2.d.ts +89 -60
- package/dist-types/ts3.4/models/models_3.d.ts +81 -102
- package/dist-types/ts3.4/models/models_4.d.ts +109 -85
- package/dist-types/ts3.4/models/models_5.d.ts +124 -94
- package/dist-types/ts3.4/models/models_6.d.ts +87 -134
- package/dist-types/ts3.4/models/models_7.d.ts +138 -120
- package/dist-types/ts3.4/models/models_8.d.ts +115 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +4 -4
|
@@ -5,7 +5,6 @@ import {
|
|
|
5
5
|
AddressAttribute,
|
|
6
6
|
AddressAttributeName,
|
|
7
7
|
AddressTransfer,
|
|
8
|
-
AssociationStatus,
|
|
9
8
|
BundleTask,
|
|
10
9
|
ByoipCidr,
|
|
11
10
|
CapacityReservationFleetState,
|
|
@@ -19,6 +18,7 @@ import {
|
|
|
19
18
|
VerifiedAccessInstance,
|
|
20
19
|
VerifiedAccessTrustProvider,
|
|
21
20
|
VpcAttachment,
|
|
21
|
+
VpcPeeringConnection,
|
|
22
22
|
} from "./models_0";
|
|
23
23
|
import {
|
|
24
24
|
CapacityReservation,
|
|
@@ -40,20 +40,23 @@ import {
|
|
|
40
40
|
IpamResourceDiscovery,
|
|
41
41
|
IpamScope,
|
|
42
42
|
LaunchTemplate,
|
|
43
|
-
TransportProtocol,
|
|
44
43
|
} from "./models_1";
|
|
45
44
|
import {
|
|
46
|
-
CloudWatchLogOptionsSpecification,
|
|
47
45
|
GroupIdentifier,
|
|
48
|
-
IKEVersionsRequestListValue,
|
|
49
46
|
LocalGatewayRoute,
|
|
50
47
|
LocalGatewayRouteTable,
|
|
51
48
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
52
49
|
LocalGatewayRouteTableVpcAssociation,
|
|
50
|
+
LocalGatewayVirtualInterface,
|
|
51
|
+
LocalGatewayVirtualInterfaceGroup,
|
|
53
52
|
ManagedPrefixList,
|
|
53
|
+
PayerResponsibility,
|
|
54
|
+
PrivateDnsNameConfiguration,
|
|
54
55
|
RouteServer,
|
|
55
56
|
RouteServerEndpoint,
|
|
56
57
|
RouteServerPeer,
|
|
58
|
+
ServiceState,
|
|
59
|
+
ServiceTypeDetail,
|
|
57
60
|
SubnetCidrReservation,
|
|
58
61
|
TransitGateway,
|
|
59
62
|
TransitGatewayConnect,
|
|
@@ -64,11 +67,68 @@ import {
|
|
|
64
67
|
TransitGatewayRoute,
|
|
65
68
|
TransitGatewayRouteTable,
|
|
66
69
|
TransitGatewayRouteTableAnnouncement,
|
|
67
|
-
TunnelInsideIpVersion,
|
|
68
70
|
VerifiedAccessEndpoint,
|
|
69
71
|
VerifiedAccessGroup,
|
|
70
72
|
VpcBlockPublicAccessExclusion,
|
|
71
73
|
} from "./models_2";
|
|
74
|
+
export declare const ServiceConnectivityType: {
|
|
75
|
+
readonly ipv4: "ipv4";
|
|
76
|
+
readonly ipv6: "ipv6";
|
|
77
|
+
};
|
|
78
|
+
export type ServiceConnectivityType =
|
|
79
|
+
(typeof ServiceConnectivityType)[keyof typeof ServiceConnectivityType];
|
|
80
|
+
export interface SupportedRegionDetail {
|
|
81
|
+
Region?: string | undefined;
|
|
82
|
+
ServiceState?: string | undefined;
|
|
83
|
+
}
|
|
84
|
+
export interface ServiceConfiguration {
|
|
85
|
+
ServiceType?: ServiceTypeDetail[] | undefined;
|
|
86
|
+
ServiceId?: string | undefined;
|
|
87
|
+
ServiceName?: string | undefined;
|
|
88
|
+
ServiceState?: ServiceState | undefined;
|
|
89
|
+
AvailabilityZones?: string[] | undefined;
|
|
90
|
+
AcceptanceRequired?: boolean | undefined;
|
|
91
|
+
ManagesVpcEndpoints?: boolean | undefined;
|
|
92
|
+
NetworkLoadBalancerArns?: string[] | undefined;
|
|
93
|
+
GatewayLoadBalancerArns?: string[] | undefined;
|
|
94
|
+
SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
|
|
95
|
+
BaseEndpointDnsNames?: string[] | undefined;
|
|
96
|
+
PrivateDnsName?: string | undefined;
|
|
97
|
+
PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration | undefined;
|
|
98
|
+
PayerResponsibility?: PayerResponsibility | undefined;
|
|
99
|
+
Tags?: Tag[] | undefined;
|
|
100
|
+
SupportedRegions?: SupportedRegionDetail[] | undefined;
|
|
101
|
+
RemoteAccessEnabled?: boolean | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface CreateVpcEndpointServiceConfigurationResult {
|
|
104
|
+
ServiceConfiguration?: ServiceConfiguration | undefined;
|
|
105
|
+
ClientToken?: string | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface CreateVpcPeeringConnectionRequest {
|
|
108
|
+
PeerRegion?: string | undefined;
|
|
109
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
110
|
+
DryRun?: boolean | undefined;
|
|
111
|
+
VpcId: string | undefined;
|
|
112
|
+
PeerVpcId?: string | undefined;
|
|
113
|
+
PeerOwnerId?: string | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface CreateVpcPeeringConnectionResult {
|
|
116
|
+
VpcPeeringConnection?: VpcPeeringConnection | undefined;
|
|
117
|
+
}
|
|
118
|
+
export declare const TunnelInsideIpVersion: {
|
|
119
|
+
readonly ipv4: "ipv4";
|
|
120
|
+
readonly ipv6: "ipv6";
|
|
121
|
+
};
|
|
122
|
+
export type TunnelInsideIpVersion =
|
|
123
|
+
(typeof TunnelInsideIpVersion)[keyof typeof TunnelInsideIpVersion];
|
|
124
|
+
export interface IKEVersionsRequestListValue {
|
|
125
|
+
Value?: string | undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface CloudWatchLogOptionsSpecification {
|
|
128
|
+
LogEnabled?: boolean | undefined;
|
|
129
|
+
LogGroupArn?: string | undefined;
|
|
130
|
+
LogOutputFormat?: string | undefined;
|
|
131
|
+
}
|
|
72
132
|
export interface VpnTunnelLogOptionsSpecification {
|
|
73
133
|
CloudWatchLogOptions?: CloudWatchLogOptionsSpecification | undefined;
|
|
74
134
|
}
|
|
@@ -551,6 +611,22 @@ export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
|
|
|
551
611
|
| LocalGatewayRouteTableVpcAssociation
|
|
552
612
|
| undefined;
|
|
553
613
|
}
|
|
614
|
+
export interface DeleteLocalGatewayVirtualInterfaceRequest {
|
|
615
|
+
LocalGatewayVirtualInterfaceId: string | undefined;
|
|
616
|
+
DryRun?: boolean | undefined;
|
|
617
|
+
}
|
|
618
|
+
export interface DeleteLocalGatewayVirtualInterfaceResult {
|
|
619
|
+
LocalGatewayVirtualInterface?: LocalGatewayVirtualInterface | undefined;
|
|
620
|
+
}
|
|
621
|
+
export interface DeleteLocalGatewayVirtualInterfaceGroupRequest {
|
|
622
|
+
LocalGatewayVirtualInterfaceGroupId: string | undefined;
|
|
623
|
+
DryRun?: boolean | undefined;
|
|
624
|
+
}
|
|
625
|
+
export interface DeleteLocalGatewayVirtualInterfaceGroupResult {
|
|
626
|
+
LocalGatewayVirtualInterfaceGroup?:
|
|
627
|
+
| LocalGatewayVirtualInterfaceGroup
|
|
628
|
+
| undefined;
|
|
629
|
+
}
|
|
554
630
|
export interface DeleteManagedPrefixListRequest {
|
|
555
631
|
DryRun?: boolean | undefined;
|
|
556
632
|
PrefixListId: string | undefined;
|
|
@@ -1498,103 +1574,6 @@ export interface ClientLoginBannerResponseOptions {
|
|
|
1498
1574
|
export interface ClientRouteEnforcementResponseOptions {
|
|
1499
1575
|
Enforced?: boolean | undefined;
|
|
1500
1576
|
}
|
|
1501
|
-
export interface ConnectionLogResponseOptions {
|
|
1502
|
-
Enabled?: boolean | undefined;
|
|
1503
|
-
CloudwatchLogGroup?: string | undefined;
|
|
1504
|
-
CloudwatchLogStream?: string | undefined;
|
|
1505
|
-
}
|
|
1506
|
-
export declare const VpnProtocol: {
|
|
1507
|
-
readonly openvpn: "openvpn";
|
|
1508
|
-
};
|
|
1509
|
-
export type VpnProtocol = (typeof VpnProtocol)[keyof typeof VpnProtocol];
|
|
1510
|
-
export interface ClientVpnEndpoint {
|
|
1511
|
-
ClientVpnEndpointId?: string | undefined;
|
|
1512
|
-
Description?: string | undefined;
|
|
1513
|
-
Status?: ClientVpnEndpointStatus | undefined;
|
|
1514
|
-
CreationTime?: string | undefined;
|
|
1515
|
-
DeletionTime?: string | undefined;
|
|
1516
|
-
DnsName?: string | undefined;
|
|
1517
|
-
ClientCidrBlock?: string | undefined;
|
|
1518
|
-
DnsServers?: string[] | undefined;
|
|
1519
|
-
SplitTunnel?: boolean | undefined;
|
|
1520
|
-
VpnProtocol?: VpnProtocol | undefined;
|
|
1521
|
-
TransportProtocol?: TransportProtocol | undefined;
|
|
1522
|
-
VpnPort?: number | undefined;
|
|
1523
|
-
AssociatedTargetNetworks?: AssociatedTargetNetwork[] | undefined;
|
|
1524
|
-
ServerCertificateArn?: string | undefined;
|
|
1525
|
-
AuthenticationOptions?: ClientVpnAuthentication[] | undefined;
|
|
1526
|
-
ConnectionLogOptions?: ConnectionLogResponseOptions | undefined;
|
|
1527
|
-
Tags?: Tag[] | undefined;
|
|
1528
|
-
SecurityGroupIds?: string[] | undefined;
|
|
1529
|
-
VpcId?: string | undefined;
|
|
1530
|
-
SelfServicePortalUrl?: string | undefined;
|
|
1531
|
-
ClientConnectOptions?: ClientConnectResponseOptions | undefined;
|
|
1532
|
-
SessionTimeoutHours?: number | undefined;
|
|
1533
|
-
ClientLoginBannerOptions?: ClientLoginBannerResponseOptions | undefined;
|
|
1534
|
-
ClientRouteEnforcementOptions?:
|
|
1535
|
-
| ClientRouteEnforcementResponseOptions
|
|
1536
|
-
| undefined;
|
|
1537
|
-
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
1538
|
-
}
|
|
1539
|
-
export interface DescribeClientVpnEndpointsResult {
|
|
1540
|
-
ClientVpnEndpoints?: ClientVpnEndpoint[] | undefined;
|
|
1541
|
-
NextToken?: string | undefined;
|
|
1542
|
-
}
|
|
1543
|
-
export interface DescribeClientVpnRoutesRequest {
|
|
1544
|
-
ClientVpnEndpointId: string | undefined;
|
|
1545
|
-
Filters?: Filter[] | undefined;
|
|
1546
|
-
MaxResults?: number | undefined;
|
|
1547
|
-
NextToken?: string | undefined;
|
|
1548
|
-
DryRun?: boolean | undefined;
|
|
1549
|
-
}
|
|
1550
|
-
export interface ClientVpnRoute {
|
|
1551
|
-
ClientVpnEndpointId?: string | undefined;
|
|
1552
|
-
DestinationCidr?: string | undefined;
|
|
1553
|
-
TargetSubnet?: string | undefined;
|
|
1554
|
-
Type?: string | undefined;
|
|
1555
|
-
Origin?: string | undefined;
|
|
1556
|
-
Status?: ClientVpnRouteStatus | undefined;
|
|
1557
|
-
Description?: string | undefined;
|
|
1558
|
-
}
|
|
1559
|
-
export interface DescribeClientVpnRoutesResult {
|
|
1560
|
-
Routes?: ClientVpnRoute[] | undefined;
|
|
1561
|
-
NextToken?: string | undefined;
|
|
1562
|
-
}
|
|
1563
|
-
export interface DescribeClientVpnTargetNetworksRequest {
|
|
1564
|
-
ClientVpnEndpointId: string | undefined;
|
|
1565
|
-
AssociationIds?: string[] | undefined;
|
|
1566
|
-
MaxResults?: number | undefined;
|
|
1567
|
-
NextToken?: string | undefined;
|
|
1568
|
-
Filters?: Filter[] | undefined;
|
|
1569
|
-
DryRun?: boolean | undefined;
|
|
1570
|
-
}
|
|
1571
|
-
export interface TargetNetwork {
|
|
1572
|
-
AssociationId?: string | undefined;
|
|
1573
|
-
VpcId?: string | undefined;
|
|
1574
|
-
TargetNetworkId?: string | undefined;
|
|
1575
|
-
ClientVpnEndpointId?: string | undefined;
|
|
1576
|
-
Status?: AssociationStatus | undefined;
|
|
1577
|
-
SecurityGroups?: string[] | undefined;
|
|
1578
|
-
}
|
|
1579
|
-
export interface DescribeClientVpnTargetNetworksResult {
|
|
1580
|
-
ClientVpnTargetNetworks?: TargetNetwork[] | undefined;
|
|
1581
|
-
NextToken?: string | undefined;
|
|
1582
|
-
}
|
|
1583
|
-
export interface DescribeCoipPoolsRequest {
|
|
1584
|
-
PoolIds?: string[] | undefined;
|
|
1585
|
-
Filters?: Filter[] | undefined;
|
|
1586
|
-
MaxResults?: number | undefined;
|
|
1587
|
-
NextToken?: string | undefined;
|
|
1588
|
-
DryRun?: boolean | undefined;
|
|
1589
|
-
}
|
|
1590
|
-
export interface DescribeCoipPoolsResult {
|
|
1591
|
-
CoipPools?: CoipPool[] | undefined;
|
|
1592
|
-
NextToken?: string | undefined;
|
|
1593
|
-
}
|
|
1594
|
-
export interface DescribeConversionTasksRequest {
|
|
1595
|
-
DryRun?: boolean | undefined;
|
|
1596
|
-
ConversionTaskIds?: string[] | undefined;
|
|
1597
|
-
}
|
|
1598
1577
|
export declare const VpnTunnelOptionsSpecificationFilterSensitiveLog: (
|
|
1599
1578
|
obj: VpnTunnelOptionsSpecification
|
|
1600
1579
|
) => any;
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ActiveInstance,
|
|
3
3
|
AllocationState,
|
|
4
4
|
AllowsMultipleInstanceTypes,
|
|
5
|
+
AssociationStatus,
|
|
5
6
|
AttachmentStatus,
|
|
6
7
|
AutoPlacement,
|
|
7
8
|
CurrencyCodeValues,
|
|
@@ -20,6 +21,9 @@ import {
|
|
|
20
21
|
BlockDeviceMapping,
|
|
21
22
|
CapacityReservationPreference,
|
|
22
23
|
CapacityReservationTargetResponse,
|
|
24
|
+
ClientVpnEndpointStatus,
|
|
25
|
+
ClientVpnRouteStatus,
|
|
26
|
+
CoipPool,
|
|
23
27
|
CustomerGateway,
|
|
24
28
|
DefaultTargetCapacityType,
|
|
25
29
|
DestinationFileFormat,
|
|
@@ -48,7 +52,6 @@ import {
|
|
|
48
52
|
KeyType,
|
|
49
53
|
LaunchTemplate,
|
|
50
54
|
LaunchTemplateAndOverridesResponse,
|
|
51
|
-
LaunchTemplateVersion,
|
|
52
55
|
LogDestinationType,
|
|
53
56
|
OperatorResponse,
|
|
54
57
|
Placement,
|
|
@@ -57,23 +60,127 @@ import {
|
|
|
57
60
|
SpotInstanceInterruptionBehavior,
|
|
58
61
|
TargetCapacityUnitType,
|
|
59
62
|
TrafficType,
|
|
63
|
+
TransportProtocol,
|
|
60
64
|
} from "./models_1";
|
|
61
65
|
import {
|
|
62
66
|
GroupIdentifier,
|
|
67
|
+
LaunchTemplateVersion,
|
|
63
68
|
LocalGatewayRouteTable,
|
|
64
69
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
65
70
|
LocalGatewayRouteTableVpcAssociation,
|
|
66
|
-
|
|
71
|
+
LocalGatewayVirtualInterfaceGroup,
|
|
67
72
|
NetworkInterfaceStatus,
|
|
68
73
|
StateReason,
|
|
69
74
|
} from "./models_2";
|
|
70
75
|
import {
|
|
76
|
+
AssociatedTargetNetwork,
|
|
71
77
|
Byoasn,
|
|
78
|
+
ClientConnectResponseOptions,
|
|
79
|
+
ClientLoginBannerResponseOptions,
|
|
80
|
+
ClientRouteEnforcementResponseOptions,
|
|
81
|
+
ClientVpnAuthentication,
|
|
72
82
|
Filter,
|
|
73
83
|
FleetStateCode,
|
|
74
84
|
IdFormat,
|
|
75
85
|
InstanceTagNotificationAttribute,
|
|
76
86
|
} from "./models_3";
|
|
87
|
+
export interface ConnectionLogResponseOptions {
|
|
88
|
+
Enabled?: boolean | undefined;
|
|
89
|
+
CloudwatchLogGroup?: string | undefined;
|
|
90
|
+
CloudwatchLogStream?: string | undefined;
|
|
91
|
+
}
|
|
92
|
+
export declare const VpnProtocol: {
|
|
93
|
+
readonly openvpn: "openvpn";
|
|
94
|
+
};
|
|
95
|
+
export type VpnProtocol = (typeof VpnProtocol)[keyof typeof VpnProtocol];
|
|
96
|
+
export interface ClientVpnEndpoint {
|
|
97
|
+
ClientVpnEndpointId?: string | undefined;
|
|
98
|
+
Description?: string | undefined;
|
|
99
|
+
Status?: ClientVpnEndpointStatus | undefined;
|
|
100
|
+
CreationTime?: string | undefined;
|
|
101
|
+
DeletionTime?: string | undefined;
|
|
102
|
+
DnsName?: string | undefined;
|
|
103
|
+
ClientCidrBlock?: string | undefined;
|
|
104
|
+
DnsServers?: string[] | undefined;
|
|
105
|
+
SplitTunnel?: boolean | undefined;
|
|
106
|
+
VpnProtocol?: VpnProtocol | undefined;
|
|
107
|
+
TransportProtocol?: TransportProtocol | undefined;
|
|
108
|
+
VpnPort?: number | undefined;
|
|
109
|
+
AssociatedTargetNetworks?: AssociatedTargetNetwork[] | undefined;
|
|
110
|
+
ServerCertificateArn?: string | undefined;
|
|
111
|
+
AuthenticationOptions?: ClientVpnAuthentication[] | undefined;
|
|
112
|
+
ConnectionLogOptions?: ConnectionLogResponseOptions | undefined;
|
|
113
|
+
Tags?: Tag[] | undefined;
|
|
114
|
+
SecurityGroupIds?: string[] | undefined;
|
|
115
|
+
VpcId?: string | undefined;
|
|
116
|
+
SelfServicePortalUrl?: string | undefined;
|
|
117
|
+
ClientConnectOptions?: ClientConnectResponseOptions | undefined;
|
|
118
|
+
SessionTimeoutHours?: number | undefined;
|
|
119
|
+
ClientLoginBannerOptions?: ClientLoginBannerResponseOptions | undefined;
|
|
120
|
+
ClientRouteEnforcementOptions?:
|
|
121
|
+
| ClientRouteEnforcementResponseOptions
|
|
122
|
+
| undefined;
|
|
123
|
+
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface DescribeClientVpnEndpointsResult {
|
|
126
|
+
ClientVpnEndpoints?: ClientVpnEndpoint[] | undefined;
|
|
127
|
+
NextToken?: string | undefined;
|
|
128
|
+
}
|
|
129
|
+
export interface DescribeClientVpnRoutesRequest {
|
|
130
|
+
ClientVpnEndpointId: string | undefined;
|
|
131
|
+
Filters?: Filter[] | undefined;
|
|
132
|
+
MaxResults?: number | undefined;
|
|
133
|
+
NextToken?: string | undefined;
|
|
134
|
+
DryRun?: boolean | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface ClientVpnRoute {
|
|
137
|
+
ClientVpnEndpointId?: string | undefined;
|
|
138
|
+
DestinationCidr?: string | undefined;
|
|
139
|
+
TargetSubnet?: string | undefined;
|
|
140
|
+
Type?: string | undefined;
|
|
141
|
+
Origin?: string | undefined;
|
|
142
|
+
Status?: ClientVpnRouteStatus | undefined;
|
|
143
|
+
Description?: string | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface DescribeClientVpnRoutesResult {
|
|
146
|
+
Routes?: ClientVpnRoute[] | undefined;
|
|
147
|
+
NextToken?: string | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface DescribeClientVpnTargetNetworksRequest {
|
|
150
|
+
ClientVpnEndpointId: string | undefined;
|
|
151
|
+
AssociationIds?: string[] | undefined;
|
|
152
|
+
MaxResults?: number | undefined;
|
|
153
|
+
NextToken?: string | undefined;
|
|
154
|
+
Filters?: Filter[] | undefined;
|
|
155
|
+
DryRun?: boolean | undefined;
|
|
156
|
+
}
|
|
157
|
+
export interface TargetNetwork {
|
|
158
|
+
AssociationId?: string | undefined;
|
|
159
|
+
VpcId?: string | undefined;
|
|
160
|
+
TargetNetworkId?: string | undefined;
|
|
161
|
+
ClientVpnEndpointId?: string | undefined;
|
|
162
|
+
Status?: AssociationStatus | undefined;
|
|
163
|
+
SecurityGroups?: string[] | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface DescribeClientVpnTargetNetworksResult {
|
|
166
|
+
ClientVpnTargetNetworks?: TargetNetwork[] | undefined;
|
|
167
|
+
NextToken?: string | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface DescribeCoipPoolsRequest {
|
|
170
|
+
PoolIds?: string[] | undefined;
|
|
171
|
+
Filters?: Filter[] | undefined;
|
|
172
|
+
MaxResults?: number | undefined;
|
|
173
|
+
NextToken?: string | undefined;
|
|
174
|
+
DryRun?: boolean | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface DescribeCoipPoolsResult {
|
|
177
|
+
CoipPools?: CoipPool[] | undefined;
|
|
178
|
+
NextToken?: string | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface DescribeConversionTasksRequest {
|
|
181
|
+
DryRun?: boolean | undefined;
|
|
182
|
+
ConversionTaskIds?: string[] | undefined;
|
|
183
|
+
}
|
|
77
184
|
export interface DiskImageDescription {
|
|
78
185
|
Checksum?: string | undefined;
|
|
79
186
|
Format?: DiskImageFormat | undefined;
|
|
@@ -2010,95 +2117,12 @@ export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
|
|
|
2010
2117
|
NextToken?: string | undefined;
|
|
2011
2118
|
DryRun?: boolean | undefined;
|
|
2012
2119
|
}
|
|
2013
|
-
export interface LocalGatewayVirtualInterfaceGroup {
|
|
2014
|
-
LocalGatewayVirtualInterfaceGroupId?: string | undefined;
|
|
2015
|
-
LocalGatewayVirtualInterfaceIds?: string[] | undefined;
|
|
2016
|
-
LocalGatewayId?: string | undefined;
|
|
2017
|
-
OwnerId?: string | undefined;
|
|
2018
|
-
Tags?: Tag[] | undefined;
|
|
2019
|
-
}
|
|
2020
2120
|
export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
|
|
2021
2121
|
LocalGatewayVirtualInterfaceGroups?:
|
|
2022
2122
|
| LocalGatewayVirtualInterfaceGroup[]
|
|
2023
2123
|
| undefined;
|
|
2024
2124
|
NextToken?: string | undefined;
|
|
2025
2125
|
}
|
|
2026
|
-
export interface DescribeLocalGatewayVirtualInterfacesRequest {
|
|
2027
|
-
LocalGatewayVirtualInterfaceIds?: string[] | undefined;
|
|
2028
|
-
Filters?: Filter[] | undefined;
|
|
2029
|
-
MaxResults?: number | undefined;
|
|
2030
|
-
NextToken?: string | undefined;
|
|
2031
|
-
DryRun?: boolean | undefined;
|
|
2032
|
-
}
|
|
2033
|
-
export interface LocalGatewayVirtualInterface {
|
|
2034
|
-
LocalGatewayVirtualInterfaceId?: string | undefined;
|
|
2035
|
-
LocalGatewayId?: string | undefined;
|
|
2036
|
-
Vlan?: number | undefined;
|
|
2037
|
-
LocalAddress?: string | undefined;
|
|
2038
|
-
PeerAddress?: string | undefined;
|
|
2039
|
-
LocalBgpAsn?: number | undefined;
|
|
2040
|
-
PeerBgpAsn?: number | undefined;
|
|
2041
|
-
OwnerId?: string | undefined;
|
|
2042
|
-
Tags?: Tag[] | undefined;
|
|
2043
|
-
}
|
|
2044
|
-
export interface DescribeLocalGatewayVirtualInterfacesResult {
|
|
2045
|
-
LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[] | undefined;
|
|
2046
|
-
NextToken?: string | undefined;
|
|
2047
|
-
}
|
|
2048
|
-
export interface DescribeLockedSnapshotsRequest {
|
|
2049
|
-
Filters?: Filter[] | undefined;
|
|
2050
|
-
MaxResults?: number | undefined;
|
|
2051
|
-
NextToken?: string | undefined;
|
|
2052
|
-
SnapshotIds?: string[] | undefined;
|
|
2053
|
-
DryRun?: boolean | undefined;
|
|
2054
|
-
}
|
|
2055
|
-
export declare const LockState: {
|
|
2056
|
-
readonly compliance: "compliance";
|
|
2057
|
-
readonly compliance_cooloff: "compliance-cooloff";
|
|
2058
|
-
readonly expired: "expired";
|
|
2059
|
-
readonly governance: "governance";
|
|
2060
|
-
};
|
|
2061
|
-
export type LockState = (typeof LockState)[keyof typeof LockState];
|
|
2062
|
-
export interface LockedSnapshotsInfo {
|
|
2063
|
-
OwnerId?: string | undefined;
|
|
2064
|
-
SnapshotId?: string | undefined;
|
|
2065
|
-
LockState?: LockState | undefined;
|
|
2066
|
-
LockDuration?: number | undefined;
|
|
2067
|
-
CoolOffPeriod?: number | undefined;
|
|
2068
|
-
CoolOffPeriodExpiresOn?: Date | undefined;
|
|
2069
|
-
LockCreatedOn?: Date | undefined;
|
|
2070
|
-
LockDurationStartTime?: Date | undefined;
|
|
2071
|
-
LockExpiresOn?: Date | undefined;
|
|
2072
|
-
}
|
|
2073
|
-
export interface DescribeLockedSnapshotsResult {
|
|
2074
|
-
Snapshots?: LockedSnapshotsInfo[] | undefined;
|
|
2075
|
-
NextToken?: string | undefined;
|
|
2076
|
-
}
|
|
2077
|
-
export interface DescribeMacHostsRequest {
|
|
2078
|
-
Filters?: Filter[] | undefined;
|
|
2079
|
-
HostIds?: string[] | undefined;
|
|
2080
|
-
MaxResults?: number | undefined;
|
|
2081
|
-
NextToken?: string | undefined;
|
|
2082
|
-
}
|
|
2083
|
-
export interface MacHost {
|
|
2084
|
-
HostId?: string | undefined;
|
|
2085
|
-
MacOSLatestSupportedVersions?: string[] | undefined;
|
|
2086
|
-
}
|
|
2087
|
-
export interface DescribeMacHostsResult {
|
|
2088
|
-
MacHosts?: MacHost[] | undefined;
|
|
2089
|
-
NextToken?: string | undefined;
|
|
2090
|
-
}
|
|
2091
|
-
export interface DescribeManagedPrefixListsRequest {
|
|
2092
|
-
DryRun?: boolean | undefined;
|
|
2093
|
-
Filters?: Filter[] | undefined;
|
|
2094
|
-
MaxResults?: number | undefined;
|
|
2095
|
-
NextToken?: string | undefined;
|
|
2096
|
-
PrefixListIds?: string[] | undefined;
|
|
2097
|
-
}
|
|
2098
|
-
export interface DescribeManagedPrefixListsResult {
|
|
2099
|
-
NextToken?: string | undefined;
|
|
2100
|
-
PrefixLists?: ManagedPrefixList[] | undefined;
|
|
2101
|
-
}
|
|
2102
2126
|
export declare const DiskImageDescriptionFilterSensitiveLog: (
|
|
2103
2127
|
obj: DiskImageDescription
|
|
2104
2128
|
) => any;
|