@aws-sdk/client-ec2 3.939.0 → 3.940.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/dist-cjs/index.js +109 -5
- package/dist-es/models/enums.js +16 -0
- package/dist-es/schemas/schemas_0.js +90 -5
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +11 -0
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -2
- package/dist-types/models/enums.d.ts +40 -0
- package/dist-types/models/models_1.d.ts +47 -32
- package/dist-types/models/models_2.d.ts +33 -12
- package/dist-types/models/models_3.d.ts +11 -12
- package/dist-types/models/models_4.d.ts +14 -24
- package/dist-types/models/models_5.d.ts +22 -49
- package/dist-types/models/models_6.d.ts +48 -49
- package/dist-types/models/models_7.d.ts +51 -2
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +22 -0
- package/dist-types/ts3.4/models/models_1.d.ts +13 -8
- package/dist-types/ts3.4/models/models_2.d.ts +9 -4
- package/dist-types/ts3.4/models/models_3.d.ts +4 -3
- package/dist-types/ts3.4/models/models_4.d.ts +4 -7
- package/dist-types/ts3.4/models/models_5.d.ts +5 -11
- package/dist-types/ts3.4/models/models_6.d.ts +10 -12
- package/dist-types/ts3.4/models/models_7.d.ts +19 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +5 -5
|
@@ -1,6 +1,37 @@
|
|
|
1
|
-
import { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, ProtocolValue, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, State, StaticSourcesSupportValue, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
|
|
1
|
+
import { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, ProtocolValue, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, State, StaticSourcesSupportValue, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
|
|
2
2
|
import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Subnet, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, Vpc, VpcAttachment, VpcEncryptionControl, VpcPeeringConnection } from "./models_0";
|
|
3
|
-
import { Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, RouteServer, RouteServerEndpoint, RouteServerPeer,
|
|
3
|
+
import { Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, RouteServer, RouteServerEndpoint, RouteServerPeer, SpotInstanceStateFault } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Describes the data feed for a Spot Instance.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface SpotDatafeedSubscription {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The name of the Amazon S3 bucket where the Spot Instance data feed is located.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
Bucket?: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The fault codes for the Spot Instance request, if any.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
Fault?: SpotInstanceStateFault | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The Amazon Web Services account ID of the account.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
OwnerId?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The prefix for the data feed files.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
Prefix?: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The state of the Spot Instance data feed subscription.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
State?: DatafeedSubscriptionState | undefined;
|
|
34
|
+
}
|
|
4
35
|
/**
|
|
5
36
|
* <p>Contains the output of CreateSpotDatafeedSubscription.</p>
|
|
6
37
|
* @public
|
|
@@ -7763,13 +7794,3 @@ export interface DeleteTransitGatewayPolicyTableRequest {
|
|
|
7763
7794
|
*/
|
|
7764
7795
|
DryRun?: boolean | undefined;
|
|
7765
7796
|
}
|
|
7766
|
-
/**
|
|
7767
|
-
* @public
|
|
7768
|
-
*/
|
|
7769
|
-
export interface DeleteTransitGatewayPolicyTableResult {
|
|
7770
|
-
/**
|
|
7771
|
-
* <p>Provides details about the deleted transit gateway policy table.</p>
|
|
7772
|
-
* @public
|
|
7773
|
-
*/
|
|
7774
|
-
TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
|
|
7775
|
-
}
|
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
import { _InstanceType, AccountAttributeName, AddressAttributeName, AllocationState, AllowsMultipleInstanceTypes, AmdSevSnpSpecification, ArchitectureValues, AsnState, AssociatedNetworkType, AttachmentStatus, AutoPlacement, AvailabilityZoneOptInStatus, AvailabilityZoneState, BootModeValues, CallerRole, CapacityBlockExtensionStatus, CapacityBlockInterconnectStatus, CapacityBlockResourceState, CapacityManagerDataExportStatus, CapacityReservationBillingRequestStatus, CapacityReservationFleetState, CapacityReservationPreference, CapacityReservationTenancy, ClientVpnAuthenticationType, ClientVpnConnectionStatusCode, ClientVpnEndpointAttributeStatusCode, ConversionTaskState, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DeviceType, DiskImageFormat, ElasticGpuState, ElasticGpuStatus, EndpointIpAddressType, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FleetActivityStatus, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetEventType, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetStateCode, FleetType, FpgaImageAttributeName, FpgaImageStateCode, HostMaintenance, HostRecovery, HttpTokensState, HypervisorType, ImageAttributeName, ImageReferenceOptionName, ImageReferenceResourceType, ImageState, ImageTypeValues, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceLifecycle, InstanceMetadataEndpointState, InstanceMetadataOptionsState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStateName, IpamPoolCidrFailureCode, IpamPoolCidrState, LogDestinationType, MetricType, MonitoringState, OutputFormat, PaymentOption, PeriodType, PermissionGroup, PlatformValues, ProductCodeValues, ReportState, ReservationState, Schedule, SnapshotReturnCodes, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StatisticType, TargetCapacityUnitType, TpmSupportValues, TrafficIpAddressType, TrafficType, TransportProtocol, VirtualizationType, VpnProtocol } from "./enums";
|
|
2
2
|
import { AccountAttribute, ActiveInstance, Address, AddressAttribute, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CarrierGateway, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, FleetCapacityReservation, IamInstanceProfileAssociation, InstanceEventWindow, OperatorResponse, Tag, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcEncryptionControl } from "./models_0";
|
|
3
3
|
import { AttributeValue, BlockDeviceMapping, CapacityReservationTargetResponse, DhcpOptions, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, GroupIdentifier, LaunchTemplateAndOverridesResponse, StateReason } from "./models_1";
|
|
4
|
-
import { TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
4
|
+
import { TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DeleteTransitGatewayPolicyTableResult {
|
|
9
|
+
/**
|
|
10
|
+
* <p>Provides details about the deleted transit gateway policy table.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
|
|
14
|
+
}
|
|
5
15
|
/**
|
|
6
16
|
* @public
|
|
7
17
|
*/
|
|
@@ -11046,14 +11056,3 @@ export interface InstanceIpv4Prefix {
|
|
|
11046
11056
|
*/
|
|
11047
11057
|
Ipv4Prefix?: string | undefined;
|
|
11048
11058
|
}
|
|
11049
|
-
/**
|
|
11050
|
-
* <p>Information about an IPv6 prefix.</p>
|
|
11051
|
-
* @public
|
|
11052
|
-
*/
|
|
11053
|
-
export interface InstanceIpv6Prefix {
|
|
11054
|
-
/**
|
|
11055
|
-
* <p>One or more IPv6 prefixes assigned to the network interface.</p>
|
|
11056
|
-
* @public
|
|
11057
|
-
*/
|
|
11058
|
-
Ipv6Prefix?: string | undefined;
|
|
11059
|
-
}
|
|
@@ -1,8 +1,19 @@
|
|
|
1
1
|
import { _InstanceType, ActivityStatus, AllocationStrategy, AnalysisStatus, ArchitectureType, ArchitectureValues, AttachmentLimitType, BandwidthWeightingType, BatchState, BootModeType, BootModeValues, CurrencyCodeValues, DeviceType, DiskType, EbsEncryptionSupport, EbsNvmeSupport, EbsOptimizedSupport, EnaSupport, EphemeralNvmeSupport, EventCode, EventType, ExcessCapacityTerminationPolicy, FindingsFound, FleetType, FlexibleEnaQueuesSupport, HaStatus, HostnameType, HypervisorType, InstanceBandwidthWeighting, InstanceBootModeValues, InstanceInterruptionBehavior, InstanceLifecycleType, InstanceStorageEncryptionSupport, InstanceTypeHypervisor, KeyType, LocationType, LockState, MoveStatus, NetworkInterfaceAttribute, NetworkInterfaceStatus, NitroEnclavesSupport, NitroTpmSupport, OfferingClassType, OfferingTypeValues, OnDemandAllocationStrategy, PermissionGroup, PhcSupport, PlacementGroupStrategy, PlatformValues, RebootMigrationSupport, RecurringChargeFrequency, ReplacementStrategy, ReservedInstanceState, ResourceType, RIProductDescription, RootDeviceType, Scope, SecurityGroupVpcAssociationState, ServiceLinkVirtualInterfaceConfigurationState, SnapshotAttributeName, SnapshotState, SpotInstanceState, SpotInstanceType, SqlServerLicenseUsage, StatusName, StatusType, StorageTier, SummaryStatus, SupportedAdditionalProcessorFeature, TargetCapacityUnitType, Tenancy, TieringOperationStatus, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, UsageClassType, VerifiedAccessLogDeliveryStatusCode, VirtualizationType } from "./enums";
|
|
2
2
|
import { ActiveInstance, AlternatePathHint, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, MacModificationTask, OperatorResponse, PathComponent, ReservedInstancesListing, SecurityGroupRule, Subnet, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair } from "./models_0";
|
|
3
|
-
import { AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, GroupIdentifier, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, Placement, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot,
|
|
4
|
-
import { TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
|
|
5
|
-
import { AttributeBooleanValue, Byoasn, CapacityReservationSpecificationResponse, ConnectionTrackingSpecificationResponse, CpuOptions, ElasticGpuAssociation, ElasticInferenceAcceleratorAssociation, EnclaveOptions, EventInformation, Filter, HibernationOptions, IdFormat, InstanceBlockDeviceMapping, InstanceIpv4Prefix,
|
|
3
|
+
import { AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, GroupIdentifier, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, Placement, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SpotInstanceStateFault, StateReason } from "./models_1";
|
|
4
|
+
import { SpotDatafeedSubscription, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
|
|
5
|
+
import { AttributeBooleanValue, Byoasn, CapacityReservationSpecificationResponse, ConnectionTrackingSpecificationResponse, CpuOptions, ElasticGpuAssociation, ElasticInferenceAcceleratorAssociation, EnclaveOptions, EventInformation, Filter, HibernationOptions, IdFormat, InstanceBlockDeviceMapping, InstanceIpv4Prefix, InstanceMaintenanceOptions, InstanceMetadataOptionsResponse, InstanceNetworkInterfaceAssociation, InstanceNetworkInterfaceAttachment, InstanceState, LicenseConfiguration, Monitoring, ProductCode } from "./models_3";
|
|
6
|
+
/**
|
|
7
|
+
* <p>Information about an IPv6 prefix.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface InstanceIpv6Prefix {
|
|
11
|
+
/**
|
|
12
|
+
* <p>One or more IPv6 prefixes assigned to the network interface.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
Ipv6Prefix?: string | undefined;
|
|
16
|
+
}
|
|
6
17
|
/**
|
|
7
18
|
* <p>Describes a private IPv4 address.</p>
|
|
8
19
|
* @public
|
|
@@ -12322,24 +12333,3 @@ export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
|
12322
12333
|
*/
|
|
12323
12334
|
LogGroup?: string | undefined;
|
|
12324
12335
|
}
|
|
12325
|
-
/**
|
|
12326
|
-
* <p>Options for Kinesis as a logging destination.</p>
|
|
12327
|
-
* @public
|
|
12328
|
-
*/
|
|
12329
|
-
export interface VerifiedAccessLogKinesisDataFirehoseDestination {
|
|
12330
|
-
/**
|
|
12331
|
-
* <p>Indicates whether logging is enabled.</p>
|
|
12332
|
-
* @public
|
|
12333
|
-
*/
|
|
12334
|
-
Enabled?: boolean | undefined;
|
|
12335
|
-
/**
|
|
12336
|
-
* <p>The delivery status.</p>
|
|
12337
|
-
* @public
|
|
12338
|
-
*/
|
|
12339
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
12340
|
-
/**
|
|
12341
|
-
* <p>The ID of the delivery stream.</p>
|
|
12342
|
-
* @public
|
|
12343
|
-
*/
|
|
12344
|
-
DeliveryStream?: string | undefined;
|
|
12345
|
-
}
|
|
@@ -3,7 +3,28 @@ import { ActiveVpnTunnelStatus, AddressTransfer, AllowedPrincipal, AsnAssociatio
|
|
|
3
3
|
import { InstanceRequirementsRequest } from "./models_1";
|
|
4
4
|
import { ConnectionNotification, DnsEntry, ServiceConfiguration, ServiceTypeDetail, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
|
|
5
5
|
import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchSnapshotConfigurationResponse, Filter, ProductCode } from "./models_3";
|
|
6
|
-
import { RegisteredInstance, VerifiedAccessLogCloudWatchLogsDestination, VerifiedAccessLogDeliveryStatus
|
|
6
|
+
import { RegisteredInstance, VerifiedAccessLogCloudWatchLogsDestination, VerifiedAccessLogDeliveryStatus } from "./models_4";
|
|
7
|
+
/**
|
|
8
|
+
* <p>Options for Kinesis as a logging destination.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface VerifiedAccessLogKinesisDataFirehoseDestination {
|
|
12
|
+
/**
|
|
13
|
+
* <p>Indicates whether logging is enabled.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
Enabled?: boolean | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The delivery status.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The ID of the delivery stream.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
DeliveryStream?: string | undefined;
|
|
27
|
+
}
|
|
7
28
|
/**
|
|
8
29
|
* <p>Options for Amazon S3 as a logging destination.</p>
|
|
9
30
|
* @public
|
|
@@ -7687,51 +7708,3 @@ export interface GetInstanceUefiDataResult {
|
|
|
7687
7708
|
*/
|
|
7688
7709
|
UefiData?: string | undefined;
|
|
7689
7710
|
}
|
|
7690
|
-
/**
|
|
7691
|
-
* @public
|
|
7692
|
-
*/
|
|
7693
|
-
export interface GetIpamAddressHistoryRequest {
|
|
7694
|
-
/**
|
|
7695
|
-
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
7696
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7697
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7698
|
-
* @public
|
|
7699
|
-
*/
|
|
7700
|
-
DryRun?: boolean | undefined;
|
|
7701
|
-
/**
|
|
7702
|
-
* <p>The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range.
|
|
7703
|
-
* If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.</p>
|
|
7704
|
-
* @public
|
|
7705
|
-
*/
|
|
7706
|
-
Cidr: string | undefined;
|
|
7707
|
-
/**
|
|
7708
|
-
* <p>The ID of the IPAM scope that the CIDR is in.</p>
|
|
7709
|
-
* @public
|
|
7710
|
-
*/
|
|
7711
|
-
IpamScopeId: string | undefined;
|
|
7712
|
-
/**
|
|
7713
|
-
* <p>The ID of the VPC you want your history records filtered by.</p>
|
|
7714
|
-
* @public
|
|
7715
|
-
*/
|
|
7716
|
-
VpcId?: string | undefined;
|
|
7717
|
-
/**
|
|
7718
|
-
* <p>The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.</p>
|
|
7719
|
-
* @public
|
|
7720
|
-
*/
|
|
7721
|
-
StartTime?: Date | undefined;
|
|
7722
|
-
/**
|
|
7723
|
-
* <p>The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.</p>
|
|
7724
|
-
* @public
|
|
7725
|
-
*/
|
|
7726
|
-
EndTime?: Date | undefined;
|
|
7727
|
-
/**
|
|
7728
|
-
* <p>The maximum number of historical results you would like returned per page. Defaults to 100.</p>
|
|
7729
|
-
* @public
|
|
7730
|
-
*/
|
|
7731
|
-
MaxResults?: number | undefined;
|
|
7732
|
-
/**
|
|
7733
|
-
* <p>The token for the next page of results.</p>
|
|
7734
|
-
* @public
|
|
7735
|
-
*/
|
|
7736
|
-
NextToken?: string | undefined;
|
|
7737
|
-
}
|
|
@@ -5,6 +5,54 @@ import { SubnetCidrReservation, TrafficMirrorFilter, TrafficMirrorFilterRule, Tr
|
|
|
5
5
|
import { AttributeBooleanValue, ConversionTask, Filter, FpgaImageAttribute, ImportImageLicenseConfigurationResponse, InstanceMetadataOptionsResponse, IpamPoolCidr, LaunchPermission, SnapshotDetail, SnapshotTaskDetail } from "./models_3";
|
|
6
6
|
import { CreateVolumePermission, InstanceStatusEvent, LaunchTemplateConfig, ReservedInstancesConfiguration } from "./models_4";
|
|
7
7
|
import { InstanceFamilyCreditSpecification, RouteServerPropagation, VerifiedAccessInstanceLoggingConfiguration } from "./models_5";
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface GetIpamAddressHistoryRequest {
|
|
12
|
+
/**
|
|
13
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
14
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
15
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
DryRun?: boolean | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range.
|
|
21
|
+
* If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
Cidr: string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The ID of the IPAM scope that the CIDR is in.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
IpamScopeId: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The ID of the VPC you want your history records filtered by.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
VpcId?: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
StartTime?: Date | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
EndTime?: Date | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The maximum number of historical results you would like returned per page. Defaults to 100.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
MaxResults?: number | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The token for the next page of results.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
NextToken?: string | undefined;
|
|
55
|
+
}
|
|
8
56
|
/**
|
|
9
57
|
* <p>The historical record of a CIDR within an IPAM scope. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
10
58
|
* </p>
|
|
@@ -8830,52 +8878,3 @@ export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
|
8830
8878
|
*/
|
|
8831
8879
|
Scope?: string | undefined;
|
|
8832
8880
|
}
|
|
8833
|
-
/**
|
|
8834
|
-
* @public
|
|
8835
|
-
*/
|
|
8836
|
-
export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
8837
|
-
/**
|
|
8838
|
-
* <p>The ID of the Verified Access trust provider.</p>
|
|
8839
|
-
* @public
|
|
8840
|
-
*/
|
|
8841
|
-
VerifiedAccessTrustProviderId: string | undefined;
|
|
8842
|
-
/**
|
|
8843
|
-
* <p>The options for an OpenID Connect-compatible user-identity trust provider.</p>
|
|
8844
|
-
* @public
|
|
8845
|
-
*/
|
|
8846
|
-
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions | undefined;
|
|
8847
|
-
/**
|
|
8848
|
-
* <p>The options for a device-based trust provider. This parameter is required when the
|
|
8849
|
-
* provider type is <code>device</code>.</p>
|
|
8850
|
-
* @public
|
|
8851
|
-
*/
|
|
8852
|
-
DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions | undefined;
|
|
8853
|
-
/**
|
|
8854
|
-
* <p>A description for the Verified Access trust provider.</p>
|
|
8855
|
-
* @public
|
|
8856
|
-
*/
|
|
8857
|
-
Description?: string | undefined;
|
|
8858
|
-
/**
|
|
8859
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8860
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8861
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8862
|
-
* @public
|
|
8863
|
-
*/
|
|
8864
|
-
DryRun?: boolean | undefined;
|
|
8865
|
-
/**
|
|
8866
|
-
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
8867
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
8868
|
-
* @public
|
|
8869
|
-
*/
|
|
8870
|
-
ClientToken?: string | undefined;
|
|
8871
|
-
/**
|
|
8872
|
-
* <p>The options for server side encryption.</p>
|
|
8873
|
-
* @public
|
|
8874
|
-
*/
|
|
8875
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
8876
|
-
/**
|
|
8877
|
-
* <p>The OpenID Connect (OIDC) options.</p>
|
|
8878
|
-
* @public
|
|
8879
|
-
*/
|
|
8880
|
-
NativeApplicationOidcOptions?: ModifyVerifiedAccessNativeApplicationOidcOptions | undefined;
|
|
8881
|
-
}
|
|
@@ -1,11 +1,60 @@
|
|
|
1
1
|
import { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ArchitectureValues, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, MarketType, MembershipType, PayerResponsibility, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RuleAction, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TpmSupportValues, TransitGatewayAttachmentResourceType, VerificationMethod, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy } from "./enums";
|
|
2
2
|
import { AddedPrincipal, AddressAttribute, ByoipCidr, CapacityReservation, ClientVpnAuthorizationRuleStatus, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessTrustProvider, VpcEncryptionControl } from "./models_0";
|
|
3
3
|
import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, Placement } from "./models_1";
|
|
4
|
-
import { DnsOptionsSpecification, IKEVersionsRequestListValue, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TransitGatewayRoute, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
4
|
+
import { DnsOptionsSpecification, IKEVersionsRequestListValue, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TransitGatewayRoute, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
5
5
|
import { AttributeBooleanValue, Byoasn, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, Filter, InstanceState, InstanceTagNotificationAttribute, IpamPoolCidr, Monitoring } from "./models_3";
|
|
6
6
|
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
7
7
|
import { Purchase, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
|
|
8
|
-
import { CapacityReservationSpecification } from "./models_6";
|
|
8
|
+
import { CapacityReservationSpecification, ModifyVerifiedAccessNativeApplicationOidcOptions, ModifyVerifiedAccessTrustProviderDeviceOptions, ModifyVerifiedAccessTrustProviderOidcOptions } from "./models_6";
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
13
|
+
/**
|
|
14
|
+
* <p>The ID of the Verified Access trust provider.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
VerifiedAccessTrustProviderId: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The options for an OpenID Connect-compatible user-identity trust provider.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The options for a device-based trust provider. This parameter is required when the
|
|
25
|
+
* provider type is <code>device</code>.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>A description for the Verified Access trust provider.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
Description?: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
36
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
37
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
DryRun?: boolean | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
43
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
ClientToken?: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The options for server side encryption.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The OpenID Connect (OIDC) options.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
NativeApplicationOidcOptions?: ModifyVerifiedAccessNativeApplicationOidcOptions | undefined;
|
|
57
|
+
}
|
|
9
58
|
/**
|
|
10
59
|
* @public
|
|
11
60
|
*/
|
|
@@ -1831,6 +1831,7 @@ export declare var MoveCapacityReservationInstancesResult: StaticStructureSchema
|
|
|
1831
1831
|
export declare var MovingAddressStatus: StaticStructureSchema;
|
|
1832
1832
|
export declare var NatGateway: StaticStructureSchema;
|
|
1833
1833
|
export declare var NatGatewayAddress: StaticStructureSchema;
|
|
1834
|
+
export declare var NatGatewayAttachedAppliance: StaticStructureSchema;
|
|
1834
1835
|
export declare var NativeApplicationOidcOptions: StaticStructureSchema;
|
|
1835
1836
|
export declare var NetworkAcl: StaticStructureSchema;
|
|
1836
1837
|
export declare var NetworkAclAssociation: StaticStructureSchema;
|
|
@@ -2711,6 +2712,7 @@ export declare var ModifyVerifiedAccessEndpointPortRangeList: StaticListSchema;
|
|
|
2711
2712
|
export declare var ModifyVerifiedAccessEndpointSubnetIdList: StaticListSchema;
|
|
2712
2713
|
export declare var MovingAddressStatusSet: StaticListSchema;
|
|
2713
2714
|
export declare var NatGatewayAddressList: StaticListSchema;
|
|
2715
|
+
export declare var NatGatewayAttachedApplianceList: StaticListSchema;
|
|
2714
2716
|
export declare var NatGatewayIdStringList: StaticListSchema;
|
|
2715
2717
|
export declare var NatGatewayList: StaticListSchema;
|
|
2716
2718
|
export declare var NetworkAclAssociationList: StaticListSchema;
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DeleteTransitGatewayPolicyTableResult,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { DeleteTransitGatewayPolicyTableRequest } from "../models/models_2";
|
|
9
|
+
import { DeleteTransitGatewayPolicyTableResult } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DeleteTransitGatewayPolicyTableCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
GetIpamAddressHistoryRequest,
|
|
10
|
+
GetIpamAddressHistoryResult,
|
|
11
|
+
} from "../models/models_6";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface GetIpamAddressHistoryCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ModifyVerifiedAccessTrustProviderRequest,
|
|
10
|
+
ModifyVerifiedAccessTrustProviderResult,
|
|
11
|
+
} from "../models/models_7";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ModifyVerifiedAccessTrustProviderCommandInput
|
|
@@ -2545,6 +2545,28 @@ export declare const ConnectivityType: {
|
|
|
2545
2545
|
};
|
|
2546
2546
|
export type ConnectivityType =
|
|
2547
2547
|
(typeof ConnectivityType)[keyof typeof ConnectivityType];
|
|
2548
|
+
export declare const NatGatewayApplianceState: {
|
|
2549
|
+
readonly ATTACHED: "attached";
|
|
2550
|
+
readonly ATTACHING: "attaching";
|
|
2551
|
+
readonly ATTACH_FAILED: "attach-failed";
|
|
2552
|
+
readonly DETACHED: "detached";
|
|
2553
|
+
readonly DETACHING: "detaching";
|
|
2554
|
+
readonly DETACH_FAILED: "detach-failed";
|
|
2555
|
+
};
|
|
2556
|
+
export type NatGatewayApplianceState =
|
|
2557
|
+
(typeof NatGatewayApplianceState)[keyof typeof NatGatewayApplianceState];
|
|
2558
|
+
export declare const NatGatewayApplianceModifyState: {
|
|
2559
|
+
readonly COMPLETED: "completed";
|
|
2560
|
+
readonly FAILED: "failed";
|
|
2561
|
+
readonly MODIFYING: "modifying";
|
|
2562
|
+
};
|
|
2563
|
+
export type NatGatewayApplianceModifyState =
|
|
2564
|
+
(typeof NatGatewayApplianceModifyState)[keyof typeof NatGatewayApplianceModifyState];
|
|
2565
|
+
export declare const NatGatewayApplianceType: {
|
|
2566
|
+
readonly NETWORK_FIREWALL_PROXY: "network-firewall-proxy";
|
|
2567
|
+
};
|
|
2568
|
+
export type NatGatewayApplianceType =
|
|
2569
|
+
(typeof NatGatewayApplianceType)[keyof typeof NatGatewayApplianceType];
|
|
2548
2570
|
export declare const AutoProvisionZonesState: {
|
|
2549
2571
|
readonly DISABLED: "disabled";
|
|
2550
2572
|
readonly ENABLED: "enabled";
|
|
@@ -17,7 +17,6 @@ import {
|
|
|
17
17
|
CopyTagsFromSource,
|
|
18
18
|
CpuManufacturer,
|
|
19
19
|
CurrencyCodeValues,
|
|
20
|
-
DatafeedSubscriptionState,
|
|
21
20
|
DefaultTargetCapacityType,
|
|
22
21
|
DestinationFileFormat,
|
|
23
22
|
DiskImageFormat,
|
|
@@ -76,6 +75,9 @@ import {
|
|
|
76
75
|
LogDestinationType,
|
|
77
76
|
MacSystemIntegrityProtectionSettingStatus,
|
|
78
77
|
MarketType,
|
|
78
|
+
NatGatewayApplianceModifyState,
|
|
79
|
+
NatGatewayApplianceState,
|
|
80
|
+
NatGatewayApplianceType,
|
|
79
81
|
NatGatewayState,
|
|
80
82
|
NetworkInterfaceCreationType,
|
|
81
83
|
NetworkInterfacePermissionStateCode,
|
|
@@ -1650,6 +1652,15 @@ export interface CreateNatGatewayRequest {
|
|
|
1650
1652
|
SecondaryPrivateIpAddresses?: string[] | undefined;
|
|
1651
1653
|
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
1652
1654
|
}
|
|
1655
|
+
export interface NatGatewayAttachedAppliance {
|
|
1656
|
+
Type?: NatGatewayApplianceType | undefined;
|
|
1657
|
+
ApplianceArn?: string | undefined;
|
|
1658
|
+
VpcEndpointId?: string | undefined;
|
|
1659
|
+
AttachmentState?: NatGatewayApplianceState | undefined;
|
|
1660
|
+
ModificationState?: NatGatewayApplianceModifyState | undefined;
|
|
1661
|
+
FailureCode?: string | undefined;
|
|
1662
|
+
FailureMessage?: string | undefined;
|
|
1663
|
+
}
|
|
1653
1664
|
export interface ProvisionedBandwidth {
|
|
1654
1665
|
ProvisionTime?: Date | undefined;
|
|
1655
1666
|
Provisioned?: string | undefined;
|
|
@@ -1673,6 +1684,7 @@ export interface NatGateway {
|
|
|
1673
1684
|
AvailabilityMode?: AvailabilityMode | undefined;
|
|
1674
1685
|
AutoScalingIps?: AutoScalingIpsState | undefined;
|
|
1675
1686
|
AutoProvisionZones?: AutoProvisionZonesState | undefined;
|
|
1687
|
+
AttachedAppliances?: NatGatewayAttachedAppliance[] | undefined;
|
|
1676
1688
|
RouteTableId?: string | undefined;
|
|
1677
1689
|
}
|
|
1678
1690
|
export interface CreateNatGatewayResult {
|
|
@@ -2265,10 +2277,3 @@ export interface SpotInstanceStateFault {
|
|
|
2265
2277
|
Code?: string | undefined;
|
|
2266
2278
|
Message?: string | undefined;
|
|
2267
2279
|
}
|
|
2268
|
-
export interface SpotDatafeedSubscription {
|
|
2269
|
-
Bucket?: string | undefined;
|
|
2270
|
-
Fault?: SpotInstanceStateFault | undefined;
|
|
2271
|
-
OwnerId?: string | undefined;
|
|
2272
|
-
Prefix?: string | undefined;
|
|
2273
|
-
State?: DatafeedSubscriptionState | undefined;
|
|
2274
|
-
}
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
BgpStatus,
|
|
6
6
|
ConnectionNotificationState,
|
|
7
7
|
ConnectionNotificationType,
|
|
8
|
+
DatafeedSubscriptionState,
|
|
8
9
|
DefaultRouteTableAssociationValue,
|
|
9
10
|
DefaultRouteTablePropagationValue,
|
|
10
11
|
DeleteFleetErrorCode,
|
|
@@ -115,8 +116,15 @@ import {
|
|
|
115
116
|
RouteServer,
|
|
116
117
|
RouteServerEndpoint,
|
|
117
118
|
RouteServerPeer,
|
|
118
|
-
|
|
119
|
+
SpotInstanceStateFault,
|
|
119
120
|
} from "./models_1";
|
|
121
|
+
export interface SpotDatafeedSubscription {
|
|
122
|
+
Bucket?: string | undefined;
|
|
123
|
+
Fault?: SpotInstanceStateFault | undefined;
|
|
124
|
+
OwnerId?: string | undefined;
|
|
125
|
+
Prefix?: string | undefined;
|
|
126
|
+
State?: DatafeedSubscriptionState | undefined;
|
|
127
|
+
}
|
|
120
128
|
export interface CreateSpotDatafeedSubscriptionResult {
|
|
121
129
|
SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
|
|
122
130
|
}
|
|
@@ -1836,6 +1844,3 @@ export interface DeleteTransitGatewayPolicyTableRequest {
|
|
|
1836
1844
|
TransitGatewayPolicyTableId: string | undefined;
|
|
1837
1845
|
DryRun?: boolean | undefined;
|
|
1838
1846
|
}
|
|
1839
|
-
export interface DeleteTransitGatewayPolicyTableResult {
|
|
1840
|
-
TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
|
|
1841
|
-
}
|
|
@@ -136,6 +136,7 @@ import {
|
|
|
136
136
|
StateReason,
|
|
137
137
|
} from "./models_1";
|
|
138
138
|
import {
|
|
139
|
+
TransitGatewayPolicyTable,
|
|
139
140
|
TransitGatewayPrefixListReference,
|
|
140
141
|
TransitGatewayRoute,
|
|
141
142
|
TransitGatewayRouteTable,
|
|
@@ -144,6 +145,9 @@ import {
|
|
|
144
145
|
VerifiedAccessGroup,
|
|
145
146
|
VpcBlockPublicAccessExclusion,
|
|
146
147
|
} from "./models_2";
|
|
148
|
+
export interface DeleteTransitGatewayPolicyTableResult {
|
|
149
|
+
TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
|
|
150
|
+
}
|
|
147
151
|
export interface DeleteTransitGatewayPrefixListReferenceRequest {
|
|
148
152
|
TransitGatewayRouteTableId: string | undefined;
|
|
149
153
|
PrefixListId: string | undefined;
|
|
@@ -1960,6 +1964,3 @@ export interface ConnectionTrackingSpecificationResponse {
|
|
|
1960
1964
|
export interface InstanceIpv4Prefix {
|
|
1961
1965
|
Ipv4Prefix?: string | undefined;
|
|
1962
1966
|
}
|
|
1963
|
-
export interface InstanceIpv6Prefix {
|
|
1964
|
-
Ipv6Prefix?: string | undefined;
|
|
1965
|
-
}
|
|
@@ -143,11 +143,11 @@ import {
|
|
|
143
143
|
RouteServerPeer,
|
|
144
144
|
RouteTable,
|
|
145
145
|
Snapshot,
|
|
146
|
-
SpotDatafeedSubscription,
|
|
147
146
|
SpotInstanceStateFault,
|
|
148
147
|
StateReason,
|
|
149
148
|
} from "./models_1";
|
|
150
149
|
import {
|
|
150
|
+
SpotDatafeedSubscription,
|
|
151
151
|
TrafficMirrorFilter,
|
|
152
152
|
TrafficMirrorFilterRule,
|
|
153
153
|
TrafficMirrorSession,
|
|
@@ -178,7 +178,6 @@ import {
|
|
|
178
178
|
IdFormat,
|
|
179
179
|
InstanceBlockDeviceMapping,
|
|
180
180
|
InstanceIpv4Prefix,
|
|
181
|
-
InstanceIpv6Prefix,
|
|
182
181
|
InstanceMaintenanceOptions,
|
|
183
182
|
InstanceMetadataOptionsResponse,
|
|
184
183
|
InstanceNetworkInterfaceAssociation,
|
|
@@ -188,6 +187,9 @@ import {
|
|
|
188
187
|
Monitoring,
|
|
189
188
|
ProductCode,
|
|
190
189
|
} from "./models_3";
|
|
190
|
+
export interface InstanceIpv6Prefix {
|
|
191
|
+
Ipv6Prefix?: string | undefined;
|
|
192
|
+
}
|
|
191
193
|
export interface InstancePrivateIpAddress {
|
|
192
194
|
Association?: InstanceNetworkInterfaceAssociation | undefined;
|
|
193
195
|
Primary?: boolean | undefined;
|
|
@@ -2172,8 +2174,3 @@ export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
|
2172
2174
|
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
2173
2175
|
LogGroup?: string | undefined;
|
|
2174
2176
|
}
|
|
2175
|
-
export interface VerifiedAccessLogKinesisDataFirehoseDestination {
|
|
2176
|
-
Enabled?: boolean | undefined;
|
|
2177
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
2178
|
-
DeliveryStream?: string | undefined;
|
|
2179
|
-
}
|