@aws-sdk/client-ec2 3.909.0 → 3.911.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 +80 -0
- package/dist-cjs/index.js +1715 -465
- package/dist-es/EC2.js +20 -0
- package/dist-es/commands/CopyVolumesCommand.js +22 -0
- package/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
- package/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
- package/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +29 -9
- package/dist-es/models/models_2.js +0 -26
- package/dist-es/models/models_3.js +13 -9
- package/dist-es/models/models_4.js +22 -18
- package/dist-es/models/models_5.js +18 -20
- package/dist-es/models/models_6.js +129 -57
- package/dist-es/models/models_7.js +57 -33
- package/dist-es/models/models_8.js +33 -0
- package/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +1052 -143
- package/dist-types/EC2.d.ts +74 -0
- package/dist-types/EC2Client.d.ts +12 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
- 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/CopyVolumesCommand.d.ts +137 -0
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +93 -0
- 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/CreateDelegateMacVolumeOwnershipTaskCommand.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/CreateImageUsageReportCommand.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 +1 -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 +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- 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 +4 -2
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +3 -2
- 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 +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +3 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -2
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.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 +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.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/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +415 -210
- package/dist-types/models/models_2.d.ts +187 -333
- package/dist-types/models/models_3.d.ts +184 -241
- package/dist-types/models/models_4.d.ts +414 -281
- package/dist-types/models/models_5.d.ts +275 -293
- package/dist-types/models/models_6.d.ts +1596 -1580
- package/dist-types/models/models_7.d.ts +4799 -4756
- package/dist-types/models/models_8.d.ts +1010 -10
- package/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -1
- package/dist-types/protocols/Aws_ec2.d.ts +90 -0
- package/dist-types/ts3.4/EC2.d.ts +192 -0
- package/dist-types/ts3.4/EC2Client.d.ts +60 -0
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +88 -47
- package/dist-types/ts3.4/models/models_2.d.ts +36 -86
- package/dist-types/ts3.4/models/models_3.d.ts +49 -54
- package/dist-types/ts3.4/models/models_4.d.ts +92 -76
- package/dist-types/ts3.4/models/models_5.d.ts +76 -79
- package/dist-types/ts3.4/models/models_6.d.ts +296 -269
- package/dist-types/ts3.4/models/models_7.d.ts +268 -237
- package/dist-types/ts3.4/models/models_8.d.ts +243 -7
- package/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +120 -0
- package/package.json +35 -35
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AccessScopeAnalysisFinding,
|
|
3
|
-
AddedPrincipal,
|
|
4
3
|
AddIpamOperatingRegion,
|
|
5
4
|
AddIpamOrganizationalUnitExclusion,
|
|
6
5
|
AddPrefixListEntry,
|
|
@@ -8,12 +7,12 @@ import {
|
|
|
8
7
|
Affinity,
|
|
9
8
|
ApplianceModeSupportValue,
|
|
10
9
|
AutoPlacement,
|
|
11
|
-
ByoipCidr,
|
|
12
10
|
DnsSupportValue,
|
|
13
11
|
EnaSrdSpecification,
|
|
14
12
|
HostMaintenance,
|
|
15
13
|
HostRecovery,
|
|
16
14
|
InstanceEventWindow,
|
|
15
|
+
IpamPoolAllocation,
|
|
17
16
|
Ipv6SupportValue,
|
|
18
17
|
RouteServerAssociation,
|
|
19
18
|
SecurityGroupReferencingSupportValue,
|
|
@@ -33,7 +32,6 @@ import {
|
|
|
33
32
|
import {
|
|
34
33
|
_InstanceType,
|
|
35
34
|
AttributeValue,
|
|
36
|
-
CapacityReservation,
|
|
37
35
|
CapacityReservationPreference,
|
|
38
36
|
CapacityReservationTarget,
|
|
39
37
|
ClientConnectOptions,
|
|
@@ -55,6 +53,7 @@ import {
|
|
|
55
53
|
IpamMeteredAccount,
|
|
56
54
|
IpamPool,
|
|
57
55
|
IpamResourceDiscovery,
|
|
56
|
+
IpamResourceTag,
|
|
58
57
|
IpamScope,
|
|
59
58
|
IpamTier,
|
|
60
59
|
LaunchTemplate,
|
|
@@ -71,15 +70,14 @@ import {
|
|
|
71
70
|
AutoAcceptSharedAttachmentsValue,
|
|
72
71
|
DefaultRouteTableAssociationValue,
|
|
73
72
|
DefaultRouteTablePropagationValue,
|
|
74
|
-
DnsOptionsSpecification,
|
|
75
73
|
InternetGatewayExclusionMode,
|
|
76
74
|
LocalGatewayRoute,
|
|
77
75
|
ManagedPrefixList,
|
|
78
76
|
NetworkInsightsAccessScopeContent,
|
|
77
|
+
ResponseLaunchTemplateData,
|
|
79
78
|
RouteServer,
|
|
80
79
|
RouteServerPersistRoutesAction,
|
|
81
80
|
SubnetCidrReservation,
|
|
82
|
-
SubnetConfiguration,
|
|
83
81
|
TrafficDirection,
|
|
84
82
|
TrafficMirrorFilter,
|
|
85
83
|
TrafficMirrorFilterRule,
|
|
@@ -93,22 +91,14 @@ import {
|
|
|
93
91
|
VerifiedAccessEndpointProtocol,
|
|
94
92
|
VerifiedAccessGroup,
|
|
95
93
|
VerifiedAccessSseSpecificationRequest,
|
|
96
|
-
VpcBlockPublicAccessExclusion,
|
|
97
94
|
VpnEcmpSupportValue,
|
|
98
95
|
} from "./models_2";
|
|
99
96
|
import {
|
|
100
|
-
|
|
97
|
+
DnsOptionsSpecification,
|
|
101
98
|
Filter,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
Phase1EncryptionAlgorithmsRequestListValue,
|
|
106
|
-
Phase1IntegrityAlgorithmsRequestListValue,
|
|
107
|
-
Phase2DHGroupNumbersRequestListValue,
|
|
108
|
-
Phase2EncryptionAlgorithmsRequestListValue,
|
|
109
|
-
Phase2IntegrityAlgorithmsRequestListValue,
|
|
110
|
-
VpnConnection,
|
|
111
|
-
VpnTunnelLogOptionsSpecification,
|
|
99
|
+
IpamPoolCidr,
|
|
100
|
+
SubnetConfiguration,
|
|
101
|
+
VpcBlockPublicAccessExclusion,
|
|
112
102
|
} from "./models_3";
|
|
113
103
|
import {
|
|
114
104
|
ArchitectureValues,
|
|
@@ -128,7 +118,6 @@ import {
|
|
|
128
118
|
InstanceRebootMigrationState,
|
|
129
119
|
InstanceStatusEvent,
|
|
130
120
|
LaunchPermission,
|
|
131
|
-
Monitoring,
|
|
132
121
|
PermissionGroup,
|
|
133
122
|
SnapshotDetail,
|
|
134
123
|
SnapshotTaskDetail,
|
|
@@ -149,7 +138,8 @@ import {
|
|
|
149
138
|
import {
|
|
150
139
|
InstanceFamilyCreditSpecification,
|
|
151
140
|
InternetGatewayBlockMode,
|
|
152
|
-
|
|
141
|
+
IpamComplianceStatus,
|
|
142
|
+
IpamOverlapStatus,
|
|
153
143
|
ManagedBy,
|
|
154
144
|
RouteServerPropagation,
|
|
155
145
|
SnapshotBlockPublicAccessState,
|
|
@@ -157,6 +147,262 @@ import {
|
|
|
157
147
|
UnlimitedSupportedInstanceFamily,
|
|
158
148
|
VpcBlockPublicAccessOptions,
|
|
159
149
|
} from "./models_6";
|
|
150
|
+
export declare const IpamDiscoveryFailureCode: {
|
|
151
|
+
readonly assume_role_failure: "assume-role-failure";
|
|
152
|
+
readonly throttling_failure: "throttling-failure";
|
|
153
|
+
readonly unauthorized_failure: "unauthorized-failure";
|
|
154
|
+
};
|
|
155
|
+
export type IpamDiscoveryFailureCode =
|
|
156
|
+
(typeof IpamDiscoveryFailureCode)[keyof typeof IpamDiscoveryFailureCode];
|
|
157
|
+
export interface IpamDiscoveryFailureReason {
|
|
158
|
+
Code?: IpamDiscoveryFailureCode | undefined;
|
|
159
|
+
Message?: string | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface IpamDiscoveredAccount {
|
|
162
|
+
AccountId?: string | undefined;
|
|
163
|
+
DiscoveryRegion?: string | undefined;
|
|
164
|
+
FailureReason?: IpamDiscoveryFailureReason | undefined;
|
|
165
|
+
LastAttemptedDiscoveryTime?: Date | undefined;
|
|
166
|
+
LastSuccessfulDiscoveryTime?: Date | undefined;
|
|
167
|
+
OrganizationalUnitId?: string | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface GetIpamDiscoveredAccountsResult {
|
|
170
|
+
IpamDiscoveredAccounts?: IpamDiscoveredAccount[] | undefined;
|
|
171
|
+
NextToken?: string | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface GetIpamDiscoveredPublicAddressesRequest {
|
|
174
|
+
DryRun?: boolean | undefined;
|
|
175
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
176
|
+
AddressRegion: string | undefined;
|
|
177
|
+
Filters?: Filter[] | undefined;
|
|
178
|
+
NextToken?: string | undefined;
|
|
179
|
+
MaxResults?: number | undefined;
|
|
180
|
+
}
|
|
181
|
+
export declare const IpamPublicAddressType: {
|
|
182
|
+
readonly AMAZON_OWNED_CONTIG: "amazon-owned-contig";
|
|
183
|
+
readonly AMAZON_OWNED_EIP: "amazon-owned-eip";
|
|
184
|
+
readonly BYOIP: "byoip";
|
|
185
|
+
readonly EC2_PUBLIC_IP: "ec2-public-ip";
|
|
186
|
+
readonly SERVICE_MANAGED_BYOIP: "service-managed-byoip";
|
|
187
|
+
readonly SERVICE_MANAGED_IP: "service-managed-ip";
|
|
188
|
+
};
|
|
189
|
+
export type IpamPublicAddressType =
|
|
190
|
+
(typeof IpamPublicAddressType)[keyof typeof IpamPublicAddressType];
|
|
191
|
+
export declare const IpamPublicAddressAssociationStatus: {
|
|
192
|
+
readonly ASSOCIATED: "associated";
|
|
193
|
+
readonly DISASSOCIATED: "disassociated";
|
|
194
|
+
};
|
|
195
|
+
export type IpamPublicAddressAssociationStatus =
|
|
196
|
+
(typeof IpamPublicAddressAssociationStatus)[keyof typeof IpamPublicAddressAssociationStatus];
|
|
197
|
+
export interface IpamPublicAddressSecurityGroup {
|
|
198
|
+
GroupName?: string | undefined;
|
|
199
|
+
GroupId?: string | undefined;
|
|
200
|
+
}
|
|
201
|
+
export declare const IpamPublicAddressAwsService: {
|
|
202
|
+
readonly AGA: "global-accelerator";
|
|
203
|
+
readonly DMS: "database-migration-service";
|
|
204
|
+
readonly EC2_LB: "load-balancer";
|
|
205
|
+
readonly ECS: "elastic-container-service";
|
|
206
|
+
readonly NAT_GATEWAY: "nat-gateway";
|
|
207
|
+
readonly OTHER: "other";
|
|
208
|
+
readonly RDS: "relational-database-service";
|
|
209
|
+
readonly REDSHIFT: "redshift";
|
|
210
|
+
readonly S2S_VPN: "site-to-site-vpn";
|
|
211
|
+
};
|
|
212
|
+
export type IpamPublicAddressAwsService =
|
|
213
|
+
(typeof IpamPublicAddressAwsService)[keyof typeof IpamPublicAddressAwsService];
|
|
214
|
+
export interface IpamPublicAddressTag {
|
|
215
|
+
Key?: string | undefined;
|
|
216
|
+
Value?: string | undefined;
|
|
217
|
+
}
|
|
218
|
+
export interface IpamPublicAddressTags {
|
|
219
|
+
EipTags?: IpamPublicAddressTag[] | undefined;
|
|
220
|
+
}
|
|
221
|
+
export interface IpamDiscoveredPublicAddress {
|
|
222
|
+
IpamResourceDiscoveryId?: string | undefined;
|
|
223
|
+
AddressRegion?: string | undefined;
|
|
224
|
+
Address?: string | undefined;
|
|
225
|
+
AddressOwnerId?: string | undefined;
|
|
226
|
+
AddressAllocationId?: string | undefined;
|
|
227
|
+
AssociationStatus?: IpamPublicAddressAssociationStatus | undefined;
|
|
228
|
+
AddressType?: IpamPublicAddressType | undefined;
|
|
229
|
+
Service?: IpamPublicAddressAwsService | undefined;
|
|
230
|
+
ServiceResource?: string | undefined;
|
|
231
|
+
VpcId?: string | undefined;
|
|
232
|
+
SubnetId?: string | undefined;
|
|
233
|
+
PublicIpv4PoolId?: string | undefined;
|
|
234
|
+
NetworkInterfaceId?: string | undefined;
|
|
235
|
+
NetworkInterfaceDescription?: string | undefined;
|
|
236
|
+
InstanceId?: string | undefined;
|
|
237
|
+
Tags?: IpamPublicAddressTags | undefined;
|
|
238
|
+
NetworkBorderGroup?: string | undefined;
|
|
239
|
+
SecurityGroups?: IpamPublicAddressSecurityGroup[] | undefined;
|
|
240
|
+
SampleTime?: Date | undefined;
|
|
241
|
+
}
|
|
242
|
+
export interface GetIpamDiscoveredPublicAddressesResult {
|
|
243
|
+
IpamDiscoveredPublicAddresses?: IpamDiscoveredPublicAddress[] | undefined;
|
|
244
|
+
OldestSampleTime?: Date | undefined;
|
|
245
|
+
NextToken?: string | undefined;
|
|
246
|
+
}
|
|
247
|
+
export interface GetIpamDiscoveredResourceCidrsRequest {
|
|
248
|
+
DryRun?: boolean | undefined;
|
|
249
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
250
|
+
ResourceRegion: string | undefined;
|
|
251
|
+
Filters?: Filter[] | undefined;
|
|
252
|
+
NextToken?: string | undefined;
|
|
253
|
+
MaxResults?: number | undefined;
|
|
254
|
+
}
|
|
255
|
+
export declare const IpamResourceCidrIpSource: {
|
|
256
|
+
readonly amazon: "amazon";
|
|
257
|
+
readonly byoip: "byoip";
|
|
258
|
+
readonly none: "none";
|
|
259
|
+
};
|
|
260
|
+
export type IpamResourceCidrIpSource =
|
|
261
|
+
(typeof IpamResourceCidrIpSource)[keyof typeof IpamResourceCidrIpSource];
|
|
262
|
+
export declare const IpamNetworkInterfaceAttachmentStatus: {
|
|
263
|
+
readonly available: "available";
|
|
264
|
+
readonly in_use: "in-use";
|
|
265
|
+
};
|
|
266
|
+
export type IpamNetworkInterfaceAttachmentStatus =
|
|
267
|
+
(typeof IpamNetworkInterfaceAttachmentStatus)[keyof typeof IpamNetworkInterfaceAttachmentStatus];
|
|
268
|
+
export declare const IpamResourceType: {
|
|
269
|
+
readonly eip: "eip";
|
|
270
|
+
readonly eni: "eni";
|
|
271
|
+
readonly ipv6_pool: "ipv6-pool";
|
|
272
|
+
readonly public_ipv4_pool: "public-ipv4-pool";
|
|
273
|
+
readonly subnet: "subnet";
|
|
274
|
+
readonly vpc: "vpc";
|
|
275
|
+
};
|
|
276
|
+
export type IpamResourceType =
|
|
277
|
+
(typeof IpamResourceType)[keyof typeof IpamResourceType];
|
|
278
|
+
export interface IpamDiscoveredResourceCidr {
|
|
279
|
+
IpamResourceDiscoveryId?: string | undefined;
|
|
280
|
+
ResourceRegion?: string | undefined;
|
|
281
|
+
ResourceId?: string | undefined;
|
|
282
|
+
ResourceOwnerId?: string | undefined;
|
|
283
|
+
ResourceCidr?: string | undefined;
|
|
284
|
+
IpSource?: IpamResourceCidrIpSource | undefined;
|
|
285
|
+
ResourceType?: IpamResourceType | undefined;
|
|
286
|
+
ResourceTags?: IpamResourceTag[] | undefined;
|
|
287
|
+
IpUsage?: number | undefined;
|
|
288
|
+
VpcId?: string | undefined;
|
|
289
|
+
SubnetId?: string | undefined;
|
|
290
|
+
NetworkInterfaceAttachmentStatus?:
|
|
291
|
+
| IpamNetworkInterfaceAttachmentStatus
|
|
292
|
+
| undefined;
|
|
293
|
+
SampleTime?: Date | undefined;
|
|
294
|
+
AvailabilityZoneId?: string | undefined;
|
|
295
|
+
}
|
|
296
|
+
export interface GetIpamDiscoveredResourceCidrsResult {
|
|
297
|
+
IpamDiscoveredResourceCidrs?: IpamDiscoveredResourceCidr[] | undefined;
|
|
298
|
+
NextToken?: string | undefined;
|
|
299
|
+
}
|
|
300
|
+
export interface GetIpamPoolAllocationsRequest {
|
|
301
|
+
DryRun?: boolean | undefined;
|
|
302
|
+
IpamPoolId: string | undefined;
|
|
303
|
+
IpamPoolAllocationId?: string | undefined;
|
|
304
|
+
Filters?: Filter[] | undefined;
|
|
305
|
+
MaxResults?: number | undefined;
|
|
306
|
+
NextToken?: string | undefined;
|
|
307
|
+
}
|
|
308
|
+
export interface GetIpamPoolAllocationsResult {
|
|
309
|
+
IpamPoolAllocations?: IpamPoolAllocation[] | undefined;
|
|
310
|
+
NextToken?: string | undefined;
|
|
311
|
+
}
|
|
312
|
+
export interface GetIpamPoolCidrsRequest {
|
|
313
|
+
DryRun?: boolean | undefined;
|
|
314
|
+
IpamPoolId: string | undefined;
|
|
315
|
+
Filters?: Filter[] | undefined;
|
|
316
|
+
MaxResults?: number | undefined;
|
|
317
|
+
NextToken?: string | undefined;
|
|
318
|
+
}
|
|
319
|
+
export interface GetIpamPoolCidrsResult {
|
|
320
|
+
IpamPoolCidrs?: IpamPoolCidr[] | undefined;
|
|
321
|
+
NextToken?: string | undefined;
|
|
322
|
+
}
|
|
323
|
+
export interface GetIpamResourceCidrsRequest {
|
|
324
|
+
DryRun?: boolean | undefined;
|
|
325
|
+
Filters?: Filter[] | undefined;
|
|
326
|
+
MaxResults?: number | undefined;
|
|
327
|
+
NextToken?: string | undefined;
|
|
328
|
+
IpamScopeId: string | undefined;
|
|
329
|
+
IpamPoolId?: string | undefined;
|
|
330
|
+
ResourceId?: string | undefined;
|
|
331
|
+
ResourceType?: IpamResourceType | undefined;
|
|
332
|
+
ResourceTag?: RequestIpamResourceTag | undefined;
|
|
333
|
+
ResourceOwner?: string | undefined;
|
|
334
|
+
}
|
|
335
|
+
export declare const IpamManagementState: {
|
|
336
|
+
readonly ignored: "ignored";
|
|
337
|
+
readonly managed: "managed";
|
|
338
|
+
readonly unmanaged: "unmanaged";
|
|
339
|
+
};
|
|
340
|
+
export type IpamManagementState =
|
|
341
|
+
(typeof IpamManagementState)[keyof typeof IpamManagementState];
|
|
342
|
+
export interface IpamResourceCidr {
|
|
343
|
+
IpamId?: string | undefined;
|
|
344
|
+
IpamScopeId?: string | undefined;
|
|
345
|
+
IpamPoolId?: string | undefined;
|
|
346
|
+
ResourceRegion?: string | undefined;
|
|
347
|
+
ResourceOwnerId?: string | undefined;
|
|
348
|
+
ResourceId?: string | undefined;
|
|
349
|
+
ResourceName?: string | undefined;
|
|
350
|
+
ResourceCidr?: string | undefined;
|
|
351
|
+
ResourceType?: IpamResourceType | undefined;
|
|
352
|
+
ResourceTags?: IpamResourceTag[] | undefined;
|
|
353
|
+
IpUsage?: number | undefined;
|
|
354
|
+
ComplianceStatus?: IpamComplianceStatus | undefined;
|
|
355
|
+
ManagementState?: IpamManagementState | undefined;
|
|
356
|
+
OverlapStatus?: IpamOverlapStatus | undefined;
|
|
357
|
+
VpcId?: string | undefined;
|
|
358
|
+
AvailabilityZoneId?: string | undefined;
|
|
359
|
+
}
|
|
360
|
+
export interface GetIpamResourceCidrsResult {
|
|
361
|
+
NextToken?: string | undefined;
|
|
362
|
+
IpamResourceCidrs?: IpamResourceCidr[] | undefined;
|
|
363
|
+
}
|
|
364
|
+
export interface GetLaunchTemplateDataRequest {
|
|
365
|
+
DryRun?: boolean | undefined;
|
|
366
|
+
InstanceId: string | undefined;
|
|
367
|
+
}
|
|
368
|
+
export interface GetLaunchTemplateDataResult {
|
|
369
|
+
LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
|
|
370
|
+
}
|
|
371
|
+
export interface GetManagedPrefixListAssociationsRequest {
|
|
372
|
+
DryRun?: boolean | undefined;
|
|
373
|
+
PrefixListId: string | undefined;
|
|
374
|
+
MaxResults?: number | undefined;
|
|
375
|
+
NextToken?: string | undefined;
|
|
376
|
+
}
|
|
377
|
+
export interface PrefixListAssociation {
|
|
378
|
+
ResourceId?: string | undefined;
|
|
379
|
+
ResourceOwner?: string | undefined;
|
|
380
|
+
}
|
|
381
|
+
export interface GetManagedPrefixListAssociationsResult {
|
|
382
|
+
PrefixListAssociations?: PrefixListAssociation[] | undefined;
|
|
383
|
+
NextToken?: string | undefined;
|
|
384
|
+
}
|
|
385
|
+
export interface GetManagedPrefixListEntriesRequest {
|
|
386
|
+
DryRun?: boolean | undefined;
|
|
387
|
+
PrefixListId: string | undefined;
|
|
388
|
+
TargetVersion?: number | undefined;
|
|
389
|
+
MaxResults?: number | undefined;
|
|
390
|
+
NextToken?: string | undefined;
|
|
391
|
+
}
|
|
392
|
+
export interface PrefixListEntry {
|
|
393
|
+
Cidr?: string | undefined;
|
|
394
|
+
Description?: string | undefined;
|
|
395
|
+
}
|
|
396
|
+
export interface GetManagedPrefixListEntriesResult {
|
|
397
|
+
Entries?: PrefixListEntry[] | undefined;
|
|
398
|
+
NextToken?: string | undefined;
|
|
399
|
+
}
|
|
400
|
+
export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
|
|
401
|
+
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
402
|
+
MaxResults?: number | undefined;
|
|
403
|
+
NextToken?: string | undefined;
|
|
404
|
+
DryRun?: boolean | undefined;
|
|
405
|
+
}
|
|
160
406
|
export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
|
|
161
407
|
NetworkInsightsAccessScopeAnalysisId?: string | undefined;
|
|
162
408
|
AnalysisStatus?: AnalysisStatus | undefined;
|
|
@@ -1715,206 +1961,9 @@ export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
|
1715
1961
|
export interface ModifyVpcEndpointServiceConfigurationResult {
|
|
1716
1962
|
Return?: boolean | undefined;
|
|
1717
1963
|
}
|
|
1718
|
-
export
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
PayerResponsibility: PayerResponsibility | undefined;
|
|
1722
|
-
}
|
|
1723
|
-
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
1724
|
-
ReturnValue?: boolean | undefined;
|
|
1725
|
-
}
|
|
1726
|
-
export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
1727
|
-
DryRun?: boolean | undefined;
|
|
1728
|
-
ServiceId: string | undefined;
|
|
1729
|
-
AddAllowedPrincipals?: string[] | undefined;
|
|
1730
|
-
RemoveAllowedPrincipals?: string[] | undefined;
|
|
1731
|
-
}
|
|
1732
|
-
export interface ModifyVpcEndpointServicePermissionsResult {
|
|
1733
|
-
AddedPrincipals?: AddedPrincipal[] | undefined;
|
|
1734
|
-
ReturnValue?: boolean | undefined;
|
|
1735
|
-
}
|
|
1736
|
-
export interface PeeringConnectionOptionsRequest {
|
|
1737
|
-
AllowDnsResolutionFromRemoteVpc?: boolean | undefined;
|
|
1738
|
-
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | undefined;
|
|
1739
|
-
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | undefined;
|
|
1740
|
-
}
|
|
1741
|
-
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
1742
|
-
AccepterPeeringConnectionOptions?:
|
|
1743
|
-
| PeeringConnectionOptionsRequest
|
|
1744
|
-
| undefined;
|
|
1745
|
-
DryRun?: boolean | undefined;
|
|
1746
|
-
RequesterPeeringConnectionOptions?:
|
|
1747
|
-
| PeeringConnectionOptionsRequest
|
|
1748
|
-
| undefined;
|
|
1749
|
-
VpcPeeringConnectionId: string | undefined;
|
|
1750
|
-
}
|
|
1751
|
-
export interface PeeringConnectionOptions {
|
|
1752
|
-
AllowDnsResolutionFromRemoteVpc?: boolean | undefined;
|
|
1753
|
-
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | undefined;
|
|
1754
|
-
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | undefined;
|
|
1755
|
-
}
|
|
1756
|
-
export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
1757
|
-
AccepterPeeringConnectionOptions?: PeeringConnectionOptions | undefined;
|
|
1758
|
-
RequesterPeeringConnectionOptions?: PeeringConnectionOptions | undefined;
|
|
1759
|
-
}
|
|
1760
|
-
export declare const VpcTenancy: {
|
|
1761
|
-
readonly default: "default";
|
|
1762
|
-
};
|
|
1763
|
-
export type VpcTenancy = (typeof VpcTenancy)[keyof typeof VpcTenancy];
|
|
1764
|
-
export interface ModifyVpcTenancyRequest {
|
|
1765
|
-
VpcId: string | undefined;
|
|
1766
|
-
InstanceTenancy: VpcTenancy | undefined;
|
|
1767
|
-
DryRun?: boolean | undefined;
|
|
1768
|
-
}
|
|
1769
|
-
export interface ModifyVpcTenancyResult {
|
|
1770
|
-
ReturnValue?: boolean | undefined;
|
|
1771
|
-
}
|
|
1772
|
-
export interface ModifyVpnConnectionRequest {
|
|
1773
|
-
VpnConnectionId: string | undefined;
|
|
1774
|
-
TransitGatewayId?: string | undefined;
|
|
1775
|
-
CustomerGatewayId?: string | undefined;
|
|
1776
|
-
VpnGatewayId?: string | undefined;
|
|
1777
|
-
DryRun?: boolean | undefined;
|
|
1778
|
-
}
|
|
1779
|
-
export interface ModifyVpnConnectionResult {
|
|
1780
|
-
VpnConnection?: VpnConnection | undefined;
|
|
1781
|
-
}
|
|
1782
|
-
export interface ModifyVpnConnectionOptionsRequest {
|
|
1783
|
-
VpnConnectionId: string | undefined;
|
|
1784
|
-
LocalIpv4NetworkCidr?: string | undefined;
|
|
1785
|
-
RemoteIpv4NetworkCidr?: string | undefined;
|
|
1786
|
-
LocalIpv6NetworkCidr?: string | undefined;
|
|
1787
|
-
RemoteIpv6NetworkCidr?: string | undefined;
|
|
1788
|
-
DryRun?: boolean | undefined;
|
|
1789
|
-
}
|
|
1790
|
-
export interface ModifyVpnConnectionOptionsResult {
|
|
1791
|
-
VpnConnection?: VpnConnection | undefined;
|
|
1792
|
-
}
|
|
1793
|
-
export interface ModifyVpnTunnelCertificateRequest {
|
|
1794
|
-
VpnConnectionId: string | undefined;
|
|
1795
|
-
VpnTunnelOutsideIpAddress: string | undefined;
|
|
1796
|
-
DryRun?: boolean | undefined;
|
|
1797
|
-
}
|
|
1798
|
-
export interface ModifyVpnTunnelCertificateResult {
|
|
1799
|
-
VpnConnection?: VpnConnection | undefined;
|
|
1800
|
-
}
|
|
1801
|
-
export interface ModifyVpnTunnelOptionsSpecification {
|
|
1802
|
-
TunnelInsideCidr?: string | undefined;
|
|
1803
|
-
TunnelInsideIpv6Cidr?: string | undefined;
|
|
1804
|
-
PreSharedKey?: string | undefined;
|
|
1805
|
-
Phase1LifetimeSeconds?: number | undefined;
|
|
1806
|
-
Phase2LifetimeSeconds?: number | undefined;
|
|
1807
|
-
RekeyMarginTimeSeconds?: number | undefined;
|
|
1808
|
-
RekeyFuzzPercentage?: number | undefined;
|
|
1809
|
-
ReplayWindowSize?: number | undefined;
|
|
1810
|
-
DPDTimeoutSeconds?: number | undefined;
|
|
1811
|
-
DPDTimeoutAction?: string | undefined;
|
|
1812
|
-
Phase1EncryptionAlgorithms?:
|
|
1813
|
-
| Phase1EncryptionAlgorithmsRequestListValue[]
|
|
1814
|
-
| undefined;
|
|
1815
|
-
Phase2EncryptionAlgorithms?:
|
|
1816
|
-
| Phase2EncryptionAlgorithmsRequestListValue[]
|
|
1817
|
-
| undefined;
|
|
1818
|
-
Phase1IntegrityAlgorithms?:
|
|
1819
|
-
| Phase1IntegrityAlgorithmsRequestListValue[]
|
|
1820
|
-
| undefined;
|
|
1821
|
-
Phase2IntegrityAlgorithms?:
|
|
1822
|
-
| Phase2IntegrityAlgorithmsRequestListValue[]
|
|
1823
|
-
| undefined;
|
|
1824
|
-
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[] | undefined;
|
|
1825
|
-
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[] | undefined;
|
|
1826
|
-
IKEVersions?: IKEVersionsRequestListValue[] | undefined;
|
|
1827
|
-
StartupAction?: string | undefined;
|
|
1828
|
-
LogOptions?: VpnTunnelLogOptionsSpecification | undefined;
|
|
1829
|
-
EnableTunnelLifecycleControl?: boolean | undefined;
|
|
1830
|
-
}
|
|
1831
|
-
export interface ModifyVpnTunnelOptionsRequest {
|
|
1832
|
-
VpnConnectionId: string | undefined;
|
|
1833
|
-
VpnTunnelOutsideIpAddress: string | undefined;
|
|
1834
|
-
TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
|
|
1835
|
-
DryRun?: boolean | undefined;
|
|
1836
|
-
SkipTunnelReplacement?: boolean | undefined;
|
|
1837
|
-
PreSharedKeyStorage?: string | undefined;
|
|
1838
|
-
}
|
|
1839
|
-
export interface ModifyVpnTunnelOptionsResult {
|
|
1840
|
-
VpnConnection?: VpnConnection | undefined;
|
|
1841
|
-
}
|
|
1842
|
-
export interface MonitorInstancesRequest {
|
|
1843
|
-
InstanceIds: string[] | undefined;
|
|
1844
|
-
DryRun?: boolean | undefined;
|
|
1845
|
-
}
|
|
1846
|
-
export interface InstanceMonitoring {
|
|
1847
|
-
InstanceId?: string | undefined;
|
|
1848
|
-
Monitoring?: Monitoring | undefined;
|
|
1849
|
-
}
|
|
1850
|
-
export interface MonitorInstancesResult {
|
|
1851
|
-
InstanceMonitorings?: InstanceMonitoring[] | undefined;
|
|
1852
|
-
}
|
|
1853
|
-
export interface MoveAddressToVpcRequest {
|
|
1854
|
-
DryRun?: boolean | undefined;
|
|
1855
|
-
PublicIp: string | undefined;
|
|
1856
|
-
}
|
|
1857
|
-
export declare const Status: {
|
|
1858
|
-
readonly inClassic: "InClassic";
|
|
1859
|
-
readonly inVpc: "InVpc";
|
|
1860
|
-
readonly moveInProgress: "MoveInProgress";
|
|
1861
|
-
};
|
|
1862
|
-
export type Status = (typeof Status)[keyof typeof Status];
|
|
1863
|
-
export interface MoveAddressToVpcResult {
|
|
1864
|
-
AllocationId?: string | undefined;
|
|
1865
|
-
Status?: Status | undefined;
|
|
1866
|
-
}
|
|
1867
|
-
export interface MoveByoipCidrToIpamRequest {
|
|
1868
|
-
DryRun?: boolean | undefined;
|
|
1869
|
-
Cidr: string | undefined;
|
|
1870
|
-
IpamPoolId: string | undefined;
|
|
1871
|
-
IpamPoolOwner: string | undefined;
|
|
1872
|
-
}
|
|
1873
|
-
export interface MoveByoipCidrToIpamResult {
|
|
1874
|
-
ByoipCidr?: ByoipCidr | undefined;
|
|
1875
|
-
}
|
|
1876
|
-
export interface MoveCapacityReservationInstancesRequest {
|
|
1877
|
-
DryRun?: boolean | undefined;
|
|
1878
|
-
ClientToken?: string | undefined;
|
|
1879
|
-
SourceCapacityReservationId: string | undefined;
|
|
1880
|
-
DestinationCapacityReservationId: string | undefined;
|
|
1881
|
-
InstanceCount: number | undefined;
|
|
1882
|
-
}
|
|
1883
|
-
export interface MoveCapacityReservationInstancesResult {
|
|
1884
|
-
SourceCapacityReservation?: CapacityReservation | undefined;
|
|
1885
|
-
DestinationCapacityReservation?: CapacityReservation | undefined;
|
|
1886
|
-
InstanceCount?: number | undefined;
|
|
1887
|
-
}
|
|
1888
|
-
export interface CidrAuthorizationContext {
|
|
1889
|
-
Message: string | undefined;
|
|
1890
|
-
Signature: string | undefined;
|
|
1891
|
-
}
|
|
1892
|
-
export interface ProvisionByoipCidrRequest {
|
|
1893
|
-
Cidr: string | undefined;
|
|
1894
|
-
CidrAuthorizationContext?: CidrAuthorizationContext | undefined;
|
|
1895
|
-
PubliclyAdvertisable?: boolean | undefined;
|
|
1896
|
-
Description?: string | undefined;
|
|
1897
|
-
DryRun?: boolean | undefined;
|
|
1898
|
-
PoolTagSpecifications?: TagSpecification[] | undefined;
|
|
1899
|
-
MultiRegion?: boolean | undefined;
|
|
1900
|
-
NetworkBorderGroup?: string | undefined;
|
|
1901
|
-
}
|
|
1902
|
-
export interface ProvisionByoipCidrResult {
|
|
1903
|
-
ByoipCidr?: ByoipCidr | undefined;
|
|
1904
|
-
}
|
|
1905
|
-
export interface AsnAuthorizationContext {
|
|
1906
|
-
Message: string | undefined;
|
|
1907
|
-
Signature: string | undefined;
|
|
1908
|
-
}
|
|
1909
|
-
export interface ProvisionIpamByoasnRequest {
|
|
1910
|
-
DryRun?: boolean | undefined;
|
|
1911
|
-
IpamId: string | undefined;
|
|
1912
|
-
Asn: string | undefined;
|
|
1913
|
-
AsnAuthorizationContext: AsnAuthorizationContext | undefined;
|
|
1914
|
-
}
|
|
1915
|
-
export interface ProvisionIpamByoasnResult {
|
|
1916
|
-
Byoasn?: Byoasn | undefined;
|
|
1917
|
-
}
|
|
1964
|
+
export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
|
|
1965
|
+
obj: GetLaunchTemplateDataResult
|
|
1966
|
+
) => any;
|
|
1918
1967
|
export declare const GetPasswordDataResultFilterSensitiveLog: (
|
|
1919
1968
|
obj: GetPasswordDataResult
|
|
1920
1969
|
) => any;
|
|
@@ -1971,21 +2020,3 @@ export declare const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog:
|
|
|
1971
2020
|
export declare const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1972
2021
|
obj: ModifyVerifiedAccessTrustProviderResult
|
|
1973
2022
|
) => any;
|
|
1974
|
-
export declare const ModifyVpnConnectionResultFilterSensitiveLog: (
|
|
1975
|
-
obj: ModifyVpnConnectionResult
|
|
1976
|
-
) => any;
|
|
1977
|
-
export declare const ModifyVpnConnectionOptionsResultFilterSensitiveLog: (
|
|
1978
|
-
obj: ModifyVpnConnectionOptionsResult
|
|
1979
|
-
) => any;
|
|
1980
|
-
export declare const ModifyVpnTunnelCertificateResultFilterSensitiveLog: (
|
|
1981
|
-
obj: ModifyVpnTunnelCertificateResult
|
|
1982
|
-
) => any;
|
|
1983
|
-
export declare const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog: (
|
|
1984
|
-
obj: ModifyVpnTunnelOptionsSpecification
|
|
1985
|
-
) => any;
|
|
1986
|
-
export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (
|
|
1987
|
-
obj: ModifyVpnTunnelOptionsRequest
|
|
1988
|
-
) => any;
|
|
1989
|
-
export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
|
|
1990
|
-
obj: ModifyVpnTunnelOptionsResult
|
|
1991
|
-
) => any;
|