@aws-sdk/client-ec2 3.257.0 → 3.258.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/EC2.js +135 -0
- package/dist-cjs/commands/AssociateIpamResourceDiscoveryCommand.js +46 -0
- package/dist-cjs/commands/CreateClientVpnRouteCommand.js +2 -1
- package/dist-cjs/commands/CreateCoipCidrCommand.js +1 -2
- package/dist-cjs/commands/CreateIpamResourceDiscoveryCommand.js +46 -0
- package/dist-cjs/commands/CreateRouteTableCommand.js +2 -1
- package/dist-cjs/commands/CreateSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateSnapshotCommand.js +3 -3
- package/dist-cjs/commands/CreateSnapshotsCommand.js +1 -2
- package/dist-cjs/commands/DeleteIpamResourceDiscoveryCommand.js +46 -0
- package/dist-cjs/commands/DeleteTransitGatewayConnectCommand.js +2 -1
- package/dist-cjs/commands/DeleteTransitGatewayConnectPeerCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayMulticastDomainCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayPeeringAttachmentCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayPolicyTableCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayPrefixListReferenceCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayRouteCommand.js +1 -2
- package/dist-cjs/commands/DescribeInstanceStatusCommand.js +2 -1
- package/dist-cjs/commands/DescribeInstanceTypeOfferingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeInstanceTypesCommand.js +1 -2
- package/dist-cjs/commands/DescribeIpamResourceDiscoveriesCommand.js +46 -0
- package/dist-cjs/commands/DescribeIpamResourceDiscoveryAssociationsCommand.js +46 -0
- package/dist-cjs/commands/DescribeVpcAttributeCommand.js +3 -3
- package/dist-cjs/commands/DescribeVpcClassicLinkCommand.js +3 -3
- package/dist-cjs/commands/DescribeVpcClassicLinkDnsSupportCommand.js +3 -3
- package/dist-cjs/commands/DescribeVpcEndpointConnectionNotificationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeVpcEndpointConnectionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeVpcEndpointServiceConfigurationsCommand.js +1 -2
- package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +3 -3
- package/dist-cjs/commands/DisassociateIpamResourceDiscoveryCommand.js +46 -0
- package/dist-cjs/commands/GetIpamDiscoveredAccountsCommand.js +46 -0
- package/dist-cjs/commands/GetIpamDiscoveredResourceCidrsCommand.js +46 -0
- package/dist-cjs/commands/ModifyClientVpnEndpointCommand.js +3 -3
- package/dist-cjs/commands/ModifyDefaultCreditSpecificationCommand.js +3 -3
- package/dist-cjs/commands/ModifyEbsDefaultKmsKeyIdCommand.js +3 -3
- package/dist-cjs/commands/ModifyFleetCommand.js +3 -3
- package/dist-cjs/commands/ModifyFpgaImageAttributeCommand.js +3 -3
- package/dist-cjs/commands/ModifyHostsCommand.js +3 -3
- package/dist-cjs/commands/ModifyIdFormatCommand.js +2 -2
- package/dist-cjs/commands/ModifyIdentityIdFormatCommand.js +2 -2
- package/dist-cjs/commands/ModifyImageAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyInstanceCapacityReservationAttributesCommand.js +3 -3
- package/dist-cjs/commands/ModifyIpamResourceDiscoveryCommand.js +46 -0
- package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +3 -3
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js +3 -3
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +37 -29
- package/dist-cjs/models/models_1.js +61 -51
- package/dist-cjs/models/models_2.js +59 -54
- package/dist-cjs/models/models_3.js +55 -63
- package/dist-cjs/models/models_4.js +79 -70
- package/dist-cjs/models/models_5.js +112 -111
- package/dist-cjs/models/models_6.js +119 -22
- package/dist-cjs/models/models_7.js +19 -0
- package/dist-cjs/pagination/DescribeIpamResourceDiscoveriesPaginator.js +36 -0
- package/dist-cjs/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.js +36 -0
- package/dist-cjs/pagination/GetIpamDiscoveredAccountsPaginator.js +36 -0
- package/dist-cjs/pagination/GetIpamDiscoveredResourceCidrsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_ec2.js +997 -24
- package/dist-cjs/runtimeConfig.browser.js +0 -3
- package/dist-cjs/runtimeConfig.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +3 -0
- package/dist-es/EC2.js +135 -0
- package/dist-es/commands/AssociateIpamResourceDiscoveryCommand.js +42 -0
- package/dist-es/commands/CreateClientVpnRouteCommand.js +2 -1
- package/dist-es/commands/CreateCoipCidrCommand.js +1 -2
- package/dist-es/commands/CreateIpamResourceDiscoveryCommand.js +42 -0
- package/dist-es/commands/CreateRouteTableCommand.js +2 -1
- package/dist-es/commands/CreateSecurityGroupCommand.js +1 -1
- package/dist-es/commands/CreateSnapshotCommand.js +1 -1
- package/dist-es/commands/CreateSnapshotsCommand.js +1 -2
- package/dist-es/commands/DeleteIpamResourceDiscoveryCommand.js +42 -0
- package/dist-es/commands/DeleteTransitGatewayConnectCommand.js +2 -1
- package/dist-es/commands/DeleteTransitGatewayConnectPeerCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayMulticastDomainCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayPeeringAttachmentCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayPolicyTableCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayPrefixListReferenceCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayRouteCommand.js +1 -2
- package/dist-es/commands/DescribeInstanceStatusCommand.js +2 -1
- package/dist-es/commands/DescribeInstanceTypeOfferingsCommand.js +1 -1
- package/dist-es/commands/DescribeInstanceTypesCommand.js +1 -2
- package/dist-es/commands/DescribeIpamResourceDiscoveriesCommand.js +42 -0
- package/dist-es/commands/DescribeIpamResourceDiscoveryAssociationsCommand.js +42 -0
- package/dist-es/commands/DescribeVpcAttributeCommand.js +1 -1
- package/dist-es/commands/DescribeVpcClassicLinkCommand.js +1 -1
- package/dist-es/commands/DescribeVpcClassicLinkDnsSupportCommand.js +1 -1
- package/dist-es/commands/DescribeVpcEndpointConnectionNotificationsCommand.js +1 -1
- package/dist-es/commands/DescribeVpcEndpointConnectionsCommand.js +1 -1
- package/dist-es/commands/DescribeVpcEndpointServiceConfigurationsCommand.js +1 -2
- package/dist-es/commands/DescribeVpcEndpointsCommand.js +1 -1
- package/dist-es/commands/DisassociateIpamResourceDiscoveryCommand.js +42 -0
- package/dist-es/commands/GetIpamDiscoveredAccountsCommand.js +42 -0
- package/dist-es/commands/GetIpamDiscoveredResourceCidrsCommand.js +42 -0
- package/dist-es/commands/ModifyClientVpnEndpointCommand.js +1 -1
- package/dist-es/commands/ModifyDefaultCreditSpecificationCommand.js +1 -1
- package/dist-es/commands/ModifyEbsDefaultKmsKeyIdCommand.js +1 -1
- package/dist-es/commands/ModifyFleetCommand.js +1 -1
- package/dist-es/commands/ModifyFpgaImageAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyHostsCommand.js +1 -1
- package/dist-es/commands/ModifyIdFormatCommand.js +1 -1
- package/dist-es/commands/ModifyIdentityIdFormatCommand.js +1 -1
- package/dist-es/commands/ModifyImageAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceCapacityReservationAttributesCommand.js +1 -1
- package/dist-es/commands/ModifyIpamResourceDiscoveryCommand.js +42 -0
- package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +1 -1
- package/dist-es/commands/WithdrawByoipCidrCommand.js +1 -1
- package/dist-es/commands/index.js +9 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +28 -19
- package/dist-es/models/models_1.js +48 -38
- package/dist-es/models/models_2.js +44 -36
- package/dist-es/models/models_3.js +37 -49
- package/dist-es/models/models_4.js +61 -48
- package/dist-es/models/models_5.js +81 -80
- package/dist-es/models/models_6.js +86 -12
- package/dist-es/models/models_7.js +12 -0
- package/dist-es/pagination/DescribeIpamResourceDiscoveriesPaginator.js +32 -0
- package/dist-es/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.js +32 -0
- package/dist-es/pagination/GetIpamDiscoveredAccountsPaginator.js +32 -0
- package/dist-es/pagination/GetIpamDiscoveredResourceCidrsPaginator.js +32 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +955 -0
- package/dist-es/runtimeConfig.browser.js +0 -3
- package/dist-es/runtimeConfig.js +0 -3
- package/dist-es/runtimeConfig.shared.js +3 -0
- package/dist-types/EC2.d.ts +67 -4
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +37 -0
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -2
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +37 -0
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -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 -2
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +37 -0
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +37 -0
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +37 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +37 -0
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +37 -0
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +37 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -2
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +160 -89
- package/dist-types/models/models_1.d.ts +262 -294
- package/dist-types/models/models_2.d.ts +316 -166
- package/dist-types/models/models_3.d.ts +169 -441
- package/dist-types/models/models_4.d.ts +1328 -1301
- package/dist-types/models/models_5.d.ts +3670 -3659
- package/dist-types/models/models_6.d.ts +803 -80
- package/dist-types/models/models_7.d.ts +72 -0
- package/dist-types/pagination/DescribeIpamResourceDiscoveriesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetIpamDiscoveredAccountsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetIpamDiscoveredResourceCidrsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/ts3.4/EC2.d.ts +165 -0
- package/dist-types/ts3.4/EC2Client.d.ts +54 -0
- package/dist-types/ts3.4/commands/AssociateIpamResourceDiscoveryCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateIpamResourceDiscoveryCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +49 -33
- package/dist-types/ts3.4/models/models_1.d.ts +86 -87
- package/dist-types/ts3.4/models/models_2.d.ts +103 -83
- package/dist-types/ts3.4/models/models_3.d.ts +90 -91
- package/dist-types/ts3.4/models/models_4.d.ts +131 -145
- package/dist-types/ts3.4/models/models_5.d.ts +237 -259
- package/dist-types/ts3.4/models/models_6.d.ts +271 -32
- package/dist-types/ts3.4/models/models_7.d.ts +31 -0
- package/dist-types/ts3.4/pagination/DescribeIpamResourceDiscoveriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetIpamDiscoveredAccountsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetIpamDiscoveredResourceCidrsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +108 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/package.json +4 -5
|
@@ -1,9 +1,658 @@
|
|
|
1
|
-
import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
-
import { AttributeValue, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RequestIpamResourceTag, RuleAction, ShutdownBehavior,
|
|
3
|
-
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
4
|
-
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ClientVpnConnectionStatus, Filter, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, InstanceStatusEvent, InstanceTagNotificationAttribute, IpamPoolCidr, Monitoring, TpmSupportValues } from "./models_3";
|
|
1
|
+
import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, ClientConnectOptions, ClientLoginBannerOptions, ClientVpnAuthorizationRuleStatus, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, SelfServicePortal, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
+
import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, CreditSpecificationRequest, ElasticGpuSpecification, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RequestIpamResourceTag, RuleAction, ShutdownBehavior, SpotInstanceType, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
|
|
3
|
+
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
4
|
+
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ClientVpnConnectionStatus, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, InstanceStatusEvent, InstanceTagNotificationAttribute, IpamPoolCidr, LaunchPermission, Monitoring, PermissionGroup, TpmSupportValues } from "./models_3";
|
|
5
5
|
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, LaunchTemplateConfig, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_4";
|
|
6
|
-
import {
|
|
6
|
+
import { DnsServersOptionsModifyStructure, InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, UnlimitedSupportedInstanceFamily } from "./models_5";
|
|
7
|
+
export interface ModifyClientVpnEndpointRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The ID of the Client VPN endpoint to modify.</p>
|
|
10
|
+
*/
|
|
11
|
+
ClientVpnEndpointId: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The ARN of the server certificate to be used. The server certificate must be provisioned in
|
|
14
|
+
* Certificate Manager (ACM).</p>
|
|
15
|
+
*/
|
|
16
|
+
ServerCertificateArn?: string;
|
|
17
|
+
/**
|
|
18
|
+
* <p>Information about the client connection logging options.</p>
|
|
19
|
+
* <p>If you enable client connection logging, data about client connections is sent to a
|
|
20
|
+
* Cloudwatch Logs log stream. The following information is logged:</p>
|
|
21
|
+
* <ul>
|
|
22
|
+
* <li>
|
|
23
|
+
* <p>Client connection requests</p>
|
|
24
|
+
* </li>
|
|
25
|
+
* <li>
|
|
26
|
+
* <p>Client connection results (successful and unsuccessful)</p>
|
|
27
|
+
* </li>
|
|
28
|
+
* <li>
|
|
29
|
+
* <p>Reasons for unsuccessful client connection requests</p>
|
|
30
|
+
* </li>
|
|
31
|
+
* <li>
|
|
32
|
+
* <p>Client connection termination time</p>
|
|
33
|
+
* </li>
|
|
34
|
+
* </ul>
|
|
35
|
+
*/
|
|
36
|
+
ConnectionLogOptions?: ConnectionLogOptions;
|
|
37
|
+
/**
|
|
38
|
+
* <p>Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have
|
|
39
|
+
* up to two DNS servers.</p>
|
|
40
|
+
*/
|
|
41
|
+
DnsServers?: DnsServersOptionsModifyStructure;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</p>
|
|
44
|
+
* <p>Valid Values: <code>443</code> | <code>1194</code>
|
|
45
|
+
* </p>
|
|
46
|
+
* <p>Default Value: <code>443</code>
|
|
47
|
+
* </p>
|
|
48
|
+
*/
|
|
49
|
+
VpnPort?: number;
|
|
50
|
+
/**
|
|
51
|
+
* <p>A brief description of the Client VPN endpoint.</p>
|
|
52
|
+
*/
|
|
53
|
+
Description?: string;
|
|
54
|
+
/**
|
|
55
|
+
* <p>Indicates whether the VPN is split-tunnel.</p>
|
|
56
|
+
* <p>For information about split-tunnel VPN endpoints, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html">Split-tunnel Client VPN endpoint</a> in the
|
|
57
|
+
* <i>Client VPN Administrator Guide</i>.</p>
|
|
58
|
+
*/
|
|
59
|
+
SplitTunnel?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
62
|
+
*/
|
|
63
|
+
DryRun?: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The IDs of one or more security groups to apply to the target network.</p>
|
|
66
|
+
*/
|
|
67
|
+
SecurityGroupIds?: string[];
|
|
68
|
+
/**
|
|
69
|
+
* <p>The ID of the VPC to associate with the Client VPN endpoint.</p>
|
|
70
|
+
*/
|
|
71
|
+
VpcId?: string;
|
|
72
|
+
/**
|
|
73
|
+
* <p>Specify whether to enable the self-service portal for the Client VPN endpoint.</p>
|
|
74
|
+
*/
|
|
75
|
+
SelfServicePortal?: SelfServicePortal | string;
|
|
76
|
+
/**
|
|
77
|
+
* <p>The options for managing connection authorization for new client connections.</p>
|
|
78
|
+
*/
|
|
79
|
+
ClientConnectOptions?: ClientConnectOptions;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The maximum VPN session duration time in hours.</p>
|
|
82
|
+
* <p>Valid values: <code>8 | 10 | 12 | 24</code>
|
|
83
|
+
* </p>
|
|
84
|
+
* <p>Default value: <code>24</code>
|
|
85
|
+
* </p>
|
|
86
|
+
*/
|
|
87
|
+
SessionTimeoutHours?: number;
|
|
88
|
+
/**
|
|
89
|
+
* <p>Options for enabling a customizable text banner that will be displayed on
|
|
90
|
+
* Amazon Web Services provided clients when a VPN session is established.</p>
|
|
91
|
+
*/
|
|
92
|
+
ClientLoginBannerOptions?: ClientLoginBannerOptions;
|
|
93
|
+
}
|
|
94
|
+
export interface ModifyClientVpnEndpointResult {
|
|
95
|
+
/**
|
|
96
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
97
|
+
*/
|
|
98
|
+
Return?: boolean;
|
|
99
|
+
}
|
|
100
|
+
export interface ModifyDefaultCreditSpecificationRequest {
|
|
101
|
+
/**
|
|
102
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
103
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
104
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
105
|
+
*/
|
|
106
|
+
DryRun?: boolean;
|
|
107
|
+
/**
|
|
108
|
+
* <p>The instance family.</p>
|
|
109
|
+
*/
|
|
110
|
+
InstanceFamily: UnlimitedSupportedInstanceFamily | string | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* <p>The credit option for CPU usage of the instance family.</p>
|
|
113
|
+
* <p>Valid Values: <code>standard</code> | <code>unlimited</code>
|
|
114
|
+
* </p>
|
|
115
|
+
*/
|
|
116
|
+
CpuCredits: string | undefined;
|
|
117
|
+
}
|
|
118
|
+
export interface ModifyDefaultCreditSpecificationResult {
|
|
119
|
+
/**
|
|
120
|
+
* <p>The default credit option for CPU usage of the instance family.</p>
|
|
121
|
+
*/
|
|
122
|
+
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification;
|
|
123
|
+
}
|
|
124
|
+
export interface ModifyEbsDefaultKmsKeyIdRequest {
|
|
125
|
+
/**
|
|
126
|
+
* <p>The identifier of the Key Management Service (KMS) KMS key to use for Amazon EBS encryption.
|
|
127
|
+
* If this parameter is not specified, your KMS key for Amazon EBS is used. If <code>KmsKeyId</code> is
|
|
128
|
+
* specified, the encrypted state must be <code>true</code>.</p>
|
|
129
|
+
* <p>You can specify the KMS key using any of the following:</p>
|
|
130
|
+
* <ul>
|
|
131
|
+
* <li>
|
|
132
|
+
* <p>Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.</p>
|
|
133
|
+
* </li>
|
|
134
|
+
* <li>
|
|
135
|
+
* <p>Key alias. For example, alias/ExampleAlias.</p>
|
|
136
|
+
* </li>
|
|
137
|
+
* <li>
|
|
138
|
+
* <p>Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.</p>
|
|
139
|
+
* </li>
|
|
140
|
+
* <li>
|
|
141
|
+
* <p>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</p>
|
|
142
|
+
* </li>
|
|
143
|
+
* </ul>
|
|
144
|
+
* <p>Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid,
|
|
145
|
+
* the action can appear to complete, but eventually fails.</p>
|
|
146
|
+
* <p>Amazon EBS does not support asymmetric KMS keys.</p>
|
|
147
|
+
*/
|
|
148
|
+
KmsKeyId: string | undefined;
|
|
149
|
+
/**
|
|
150
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
151
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
152
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
153
|
+
*/
|
|
154
|
+
DryRun?: boolean;
|
|
155
|
+
}
|
|
156
|
+
export interface ModifyEbsDefaultKmsKeyIdResult {
|
|
157
|
+
/**
|
|
158
|
+
* <p>The Amazon Resource Name (ARN) of the default KMS key for encryption by default.</p>
|
|
159
|
+
*/
|
|
160
|
+
KmsKeyId?: string;
|
|
161
|
+
}
|
|
162
|
+
export interface ModifyFleetRequest {
|
|
163
|
+
/**
|
|
164
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
165
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
166
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
167
|
+
*/
|
|
168
|
+
DryRun?: boolean;
|
|
169
|
+
/**
|
|
170
|
+
* <p>Indicates whether running instances should be terminated if the total target capacity of
|
|
171
|
+
* the EC2 Fleet is decreased below the current size of the EC2 Fleet.</p>
|
|
172
|
+
*/
|
|
173
|
+
ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy | string;
|
|
174
|
+
/**
|
|
175
|
+
* <p>The launch template and overrides.</p>
|
|
176
|
+
*/
|
|
177
|
+
LaunchTemplateConfigs?: FleetLaunchTemplateConfigRequest[];
|
|
178
|
+
/**
|
|
179
|
+
* <p>The ID of the EC2 Fleet.</p>
|
|
180
|
+
*/
|
|
181
|
+
FleetId: string | undefined;
|
|
182
|
+
/**
|
|
183
|
+
* <p>The size of the EC2 Fleet.</p>
|
|
184
|
+
*/
|
|
185
|
+
TargetCapacitySpecification?: TargetCapacitySpecificationRequest;
|
|
186
|
+
/**
|
|
187
|
+
* <p>Reserved.</p>
|
|
188
|
+
*/
|
|
189
|
+
Context?: string;
|
|
190
|
+
}
|
|
191
|
+
export interface ModifyFleetResult {
|
|
192
|
+
/**
|
|
193
|
+
* <p>If the request succeeds, the response returns <code>true</code>. If the request fails,
|
|
194
|
+
* no response is returned, and instead an error message is returned.</p>
|
|
195
|
+
*/
|
|
196
|
+
Return?: boolean;
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* <p>Describes a load permission.</p>
|
|
200
|
+
*/
|
|
201
|
+
export interface LoadPermissionRequest {
|
|
202
|
+
/**
|
|
203
|
+
* <p>The name of the group.</p>
|
|
204
|
+
*/
|
|
205
|
+
Group?: PermissionGroup | string;
|
|
206
|
+
/**
|
|
207
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
208
|
+
*/
|
|
209
|
+
UserId?: string;
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* <p>Describes modifications to the load permissions of an Amazon FPGA image (AFI).</p>
|
|
213
|
+
*/
|
|
214
|
+
export interface LoadPermissionModifications {
|
|
215
|
+
/**
|
|
216
|
+
* <p>The load permissions to add.</p>
|
|
217
|
+
*/
|
|
218
|
+
Add?: LoadPermissionRequest[];
|
|
219
|
+
/**
|
|
220
|
+
* <p>The load permissions to remove.</p>
|
|
221
|
+
*/
|
|
222
|
+
Remove?: LoadPermissionRequest[];
|
|
223
|
+
}
|
|
224
|
+
export declare enum OperationType {
|
|
225
|
+
add = "add",
|
|
226
|
+
remove = "remove"
|
|
227
|
+
}
|
|
228
|
+
export interface ModifyFpgaImageAttributeRequest {
|
|
229
|
+
/**
|
|
230
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
231
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
232
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
233
|
+
*/
|
|
234
|
+
DryRun?: boolean;
|
|
235
|
+
/**
|
|
236
|
+
* <p>The ID of the AFI.</p>
|
|
237
|
+
*/
|
|
238
|
+
FpgaImageId: string | undefined;
|
|
239
|
+
/**
|
|
240
|
+
* <p>The name of the attribute.</p>
|
|
241
|
+
*/
|
|
242
|
+
Attribute?: FpgaImageAttributeName | string;
|
|
243
|
+
/**
|
|
244
|
+
* <p>The operation type.</p>
|
|
245
|
+
*/
|
|
246
|
+
OperationType?: OperationType | string;
|
|
247
|
+
/**
|
|
248
|
+
* <p>The Amazon Web Services account IDs. This parameter is valid only when modifying the <code>loadPermission</code> attribute.</p>
|
|
249
|
+
*/
|
|
250
|
+
UserIds?: string[];
|
|
251
|
+
/**
|
|
252
|
+
* <p>The user groups. This parameter is valid only when modifying the <code>loadPermission</code> attribute.</p>
|
|
253
|
+
*/
|
|
254
|
+
UserGroups?: string[];
|
|
255
|
+
/**
|
|
256
|
+
* <p>The product codes. After you add a product code to an AFI, it can't be removed.
|
|
257
|
+
* This parameter is valid only when modifying the <code>productCodes</code> attribute.</p>
|
|
258
|
+
*/
|
|
259
|
+
ProductCodes?: string[];
|
|
260
|
+
/**
|
|
261
|
+
* <p>The load permission for the AFI.</p>
|
|
262
|
+
*/
|
|
263
|
+
LoadPermission?: LoadPermissionModifications;
|
|
264
|
+
/**
|
|
265
|
+
* <p>A description for the AFI.</p>
|
|
266
|
+
*/
|
|
267
|
+
Description?: string;
|
|
268
|
+
/**
|
|
269
|
+
* <p>A name for the AFI.</p>
|
|
270
|
+
*/
|
|
271
|
+
Name?: string;
|
|
272
|
+
}
|
|
273
|
+
export interface ModifyFpgaImageAttributeResult {
|
|
274
|
+
/**
|
|
275
|
+
* <p>Information about the attribute.</p>
|
|
276
|
+
*/
|
|
277
|
+
FpgaImageAttribute?: FpgaImageAttribute;
|
|
278
|
+
}
|
|
279
|
+
export interface ModifyHostsRequest {
|
|
280
|
+
/**
|
|
281
|
+
* <p>Specify whether to enable or disable auto-placement.</p>
|
|
282
|
+
*/
|
|
283
|
+
AutoPlacement?: AutoPlacement | string;
|
|
284
|
+
/**
|
|
285
|
+
* <p>The IDs of the Dedicated Hosts to modify.</p>
|
|
286
|
+
*/
|
|
287
|
+
HostIds: string[] | undefined;
|
|
288
|
+
/**
|
|
289
|
+
* <p>Indicates whether to enable or disable host recovery for the Dedicated Host. For more
|
|
290
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html"> Host recovery</a>
|
|
291
|
+
* in the <i>Amazon EC2 User Guide</i>.</p>
|
|
292
|
+
*/
|
|
293
|
+
HostRecovery?: HostRecovery | string;
|
|
294
|
+
/**
|
|
295
|
+
* <p>Specifies the instance type to be supported by the Dedicated Host. Specify this
|
|
296
|
+
* parameter to modify a Dedicated Host to support only a specific instance type.</p>
|
|
297
|
+
* <p>If you want to modify a Dedicated Host to support multiple instance types in its
|
|
298
|
+
* current instance family, omit this parameter and specify <b>InstanceFamily</b> instead. You cannot specify <b>InstanceType</b> and <b>InstanceFamily</b> in the
|
|
299
|
+
* same request.</p>
|
|
300
|
+
*/
|
|
301
|
+
InstanceType?: string;
|
|
302
|
+
/**
|
|
303
|
+
* <p>Specifies the instance family to be supported by the Dedicated Host. Specify this
|
|
304
|
+
* parameter to modify a Dedicated Host to support multiple instance types within its
|
|
305
|
+
* current instance family.</p>
|
|
306
|
+
* <p>If you want to modify a Dedicated Host to support a specific instance type only, omit
|
|
307
|
+
* this parameter and specify <b>InstanceType</b> instead. You
|
|
308
|
+
* cannot specify <b>InstanceFamily</b> and <b>InstanceType</b> in the same request.</p>
|
|
309
|
+
*/
|
|
310
|
+
InstanceFamily?: string;
|
|
311
|
+
}
|
|
312
|
+
export interface ModifyHostsResult {
|
|
313
|
+
/**
|
|
314
|
+
* <p>The IDs of the Dedicated Hosts that were successfully modified.</p>
|
|
315
|
+
*/
|
|
316
|
+
Successful?: string[];
|
|
317
|
+
/**
|
|
318
|
+
* <p>The IDs of the Dedicated Hosts that could not be modified. Check whether the setting
|
|
319
|
+
* you requested can be used.</p>
|
|
320
|
+
*/
|
|
321
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
322
|
+
}
|
|
323
|
+
export interface ModifyIdentityIdFormatRequest {
|
|
324
|
+
/**
|
|
325
|
+
* <p>The ARN of the principal, which can be an IAM user, IAM role, or the root user. Specify
|
|
326
|
+
* <code>all</code> to modify the ID format for all IAM users, IAM roles, and the root user of
|
|
327
|
+
* the account.</p>
|
|
328
|
+
*/
|
|
329
|
+
PrincipalArn: string | undefined;
|
|
330
|
+
/**
|
|
331
|
+
* <p>The type of resource: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> |
|
|
332
|
+
* <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> |
|
|
333
|
+
* <code>export-task</code> | <code>flow-log</code> | <code>image</code> |
|
|
334
|
+
* <code>import-task</code> | <code>internet-gateway</code> | <code>network-acl</code>
|
|
335
|
+
* | <code>network-acl-association</code> | <code>network-interface</code> |
|
|
336
|
+
* <code>network-interface-attachment</code> | <code>prefix-list</code> |
|
|
337
|
+
* <code>route-table</code> | <code>route-table-association</code> |
|
|
338
|
+
* <code>security-group</code> | <code>subnet</code> |
|
|
339
|
+
* <code>subnet-cidr-block-association</code> | <code>vpc</code> |
|
|
340
|
+
* <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>.</p>
|
|
341
|
+
* <p>Alternatively, use the <code>all-current</code> option to include all resource types that are
|
|
342
|
+
* currently within their opt-in period for longer IDs.</p>
|
|
343
|
+
*/
|
|
344
|
+
Resource: string | undefined;
|
|
345
|
+
/**
|
|
346
|
+
* <p>Indicates whether the resource should use longer IDs (17-character IDs)</p>
|
|
347
|
+
*/
|
|
348
|
+
UseLongIds: boolean | undefined;
|
|
349
|
+
}
|
|
350
|
+
export interface ModifyIdFormatRequest {
|
|
351
|
+
/**
|
|
352
|
+
* <p>The type of resource: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> |
|
|
353
|
+
* <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> |
|
|
354
|
+
* <code>export-task</code> | <code>flow-log</code> | <code>image</code> |
|
|
355
|
+
* <code>import-task</code> | <code>internet-gateway</code> | <code>network-acl</code>
|
|
356
|
+
* | <code>network-acl-association</code> | <code>network-interface</code> |
|
|
357
|
+
* <code>network-interface-attachment</code> | <code>prefix-list</code> |
|
|
358
|
+
* <code>route-table</code> | <code>route-table-association</code> |
|
|
359
|
+
* <code>security-group</code> | <code>subnet</code> |
|
|
360
|
+
* <code>subnet-cidr-block-association</code> | <code>vpc</code> |
|
|
361
|
+
* <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>.</p>
|
|
362
|
+
* <p>Alternatively, use the <code>all-current</code> option to include all resource types that are
|
|
363
|
+
* currently within their opt-in period for longer IDs.</p>
|
|
364
|
+
*/
|
|
365
|
+
Resource: string | undefined;
|
|
366
|
+
/**
|
|
367
|
+
* <p>Indicate whether the resource should use longer IDs (17-character IDs).</p>
|
|
368
|
+
*/
|
|
369
|
+
UseLongIds: boolean | undefined;
|
|
370
|
+
}
|
|
371
|
+
/**
|
|
372
|
+
* <p>Describes a launch permission modification.</p>
|
|
373
|
+
*/
|
|
374
|
+
export interface LaunchPermissionModifications {
|
|
375
|
+
/**
|
|
376
|
+
* <p>The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.</p>
|
|
377
|
+
*/
|
|
378
|
+
Add?: LaunchPermission[];
|
|
379
|
+
/**
|
|
380
|
+
* <p>The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.</p>
|
|
381
|
+
*/
|
|
382
|
+
Remove?: LaunchPermission[];
|
|
383
|
+
}
|
|
384
|
+
/**
|
|
385
|
+
* <p>Contains the parameters for ModifyImageAttribute.</p>
|
|
386
|
+
*/
|
|
387
|
+
export interface ModifyImageAttributeRequest {
|
|
388
|
+
/**
|
|
389
|
+
* <p>The name of the attribute to modify.</p>
|
|
390
|
+
* <p>Valid values: <code>description</code> | <code>launchPermission</code>
|
|
391
|
+
* </p>
|
|
392
|
+
*/
|
|
393
|
+
Attribute?: string;
|
|
394
|
+
/**
|
|
395
|
+
* <p>A new description for the AMI.</p>
|
|
396
|
+
*/
|
|
397
|
+
Description?: AttributeValue;
|
|
398
|
+
/**
|
|
399
|
+
* <p>The ID of the AMI.</p>
|
|
400
|
+
*/
|
|
401
|
+
ImageId: string | undefined;
|
|
402
|
+
/**
|
|
403
|
+
* <p>A new launch permission for the AMI.</p>
|
|
404
|
+
*/
|
|
405
|
+
LaunchPermission?: LaunchPermissionModifications;
|
|
406
|
+
/**
|
|
407
|
+
* <p>The operation type.
|
|
408
|
+
* This parameter can be used only when the <code>Attribute</code> parameter is <code>launchPermission</code>.</p>
|
|
409
|
+
*/
|
|
410
|
+
OperationType?: OperationType | string;
|
|
411
|
+
/**
|
|
412
|
+
* <p>Not supported.</p>
|
|
413
|
+
*/
|
|
414
|
+
ProductCodes?: string[];
|
|
415
|
+
/**
|
|
416
|
+
* <p>The user groups.
|
|
417
|
+
* This parameter can be used only when the <code>Attribute</code> parameter is <code>launchPermission</code>.</p>
|
|
418
|
+
*/
|
|
419
|
+
UserGroups?: string[];
|
|
420
|
+
/**
|
|
421
|
+
* <p>The Amazon Web Services account IDs.
|
|
422
|
+
* This parameter can be used only when the <code>Attribute</code> parameter is <code>launchPermission</code>.</p>
|
|
423
|
+
*/
|
|
424
|
+
UserIds?: string[];
|
|
425
|
+
/**
|
|
426
|
+
* <p>The value of the attribute being modified.
|
|
427
|
+
* This parameter can be used only when the <code>Attribute</code> parameter is <code>description</code>.</p>
|
|
428
|
+
*/
|
|
429
|
+
Value?: string;
|
|
430
|
+
/**
|
|
431
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
432
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
433
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
434
|
+
*/
|
|
435
|
+
DryRun?: boolean;
|
|
436
|
+
/**
|
|
437
|
+
* <p>The Amazon Resource Name (ARN) of an organization. This parameter can be used only when the <code>Attribute</code> parameter is <code>launchPermission</code>.</p>
|
|
438
|
+
*/
|
|
439
|
+
OrganizationArns?: string[];
|
|
440
|
+
/**
|
|
441
|
+
* <p>The Amazon Resource Name (ARN) of an organizational unit (OU). This parameter can be used only when the <code>Attribute</code> parameter is <code>launchPermission</code>.</p>
|
|
442
|
+
*/
|
|
443
|
+
OrganizationalUnitArns?: string[];
|
|
444
|
+
}
|
|
445
|
+
/**
|
|
446
|
+
* <p>Describes information used to set up an EBS volume specified in a block device
|
|
447
|
+
* mapping.</p>
|
|
448
|
+
*/
|
|
449
|
+
export interface EbsInstanceBlockDeviceSpecification {
|
|
450
|
+
/**
|
|
451
|
+
* <p>Indicates whether the volume is deleted on instance termination.</p>
|
|
452
|
+
*/
|
|
453
|
+
DeleteOnTermination?: boolean;
|
|
454
|
+
/**
|
|
455
|
+
* <p>The ID of the EBS volume.</p>
|
|
456
|
+
*/
|
|
457
|
+
VolumeId?: string;
|
|
458
|
+
}
|
|
459
|
+
/**
|
|
460
|
+
* <p>Describes a block device mapping entry.</p>
|
|
461
|
+
*/
|
|
462
|
+
export interface InstanceBlockDeviceMappingSpecification {
|
|
463
|
+
/**
|
|
464
|
+
* <p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
|
|
465
|
+
*/
|
|
466
|
+
DeviceName?: string;
|
|
467
|
+
/**
|
|
468
|
+
* <p>Parameters used to automatically set up EBS volumes when the instance is
|
|
469
|
+
* launched.</p>
|
|
470
|
+
*/
|
|
471
|
+
Ebs?: EbsInstanceBlockDeviceSpecification;
|
|
472
|
+
/**
|
|
473
|
+
* <p>suppress the specified device included in the block device mapping.</p>
|
|
474
|
+
*/
|
|
475
|
+
NoDevice?: string;
|
|
476
|
+
/**
|
|
477
|
+
* <p>The virtual device name.</p>
|
|
478
|
+
*/
|
|
479
|
+
VirtualName?: string;
|
|
480
|
+
}
|
|
481
|
+
export interface BlobAttributeValue {
|
|
482
|
+
Value?: Uint8Array;
|
|
483
|
+
}
|
|
484
|
+
export interface ModifyInstanceAttributeRequest {
|
|
485
|
+
/**
|
|
486
|
+
* <p>Enable or disable source/destination checks, which ensure that the instance is either
|
|
487
|
+
* the source or the destination of any traffic that it receives. If the value is
|
|
488
|
+
* <code>true</code>, source/destination checks are enabled; otherwise, they are
|
|
489
|
+
* disabled. The default value is <code>true</code>. You must disable source/destination
|
|
490
|
+
* checks if the instance runs services such as network address translation, routing, or
|
|
491
|
+
* firewalls.</p>
|
|
492
|
+
*/
|
|
493
|
+
SourceDestCheck?: AttributeBooleanValue;
|
|
494
|
+
/**
|
|
495
|
+
* <p>The name of the attribute to modify.</p>
|
|
496
|
+
* <important>
|
|
497
|
+
* <p>You can modify the following attributes only: <code>disableApiTermination</code> |
|
|
498
|
+
* <code>instanceType</code> | <code>kernel</code> | <code>ramdisk</code> |
|
|
499
|
+
* <code>instanceInitiatedShutdownBehavior</code> | <code>blockDeviceMapping</code>
|
|
500
|
+
* | <code>userData</code> | <code>sourceDestCheck</code> | <code>groupSet</code> |
|
|
501
|
+
* <code>ebsOptimized</code> | <code>sriovNetSupport</code> |
|
|
502
|
+
* <code>enaSupport</code> | <code>nvmeSupport</code> | <code>disableApiStop</code>
|
|
503
|
+
* | <code>enclaveOptions</code>
|
|
504
|
+
* </p>
|
|
505
|
+
* </important>
|
|
506
|
+
*/
|
|
507
|
+
Attribute?: InstanceAttributeName | string;
|
|
508
|
+
/**
|
|
509
|
+
* <p>Modifies the <code>DeleteOnTermination</code> attribute for volumes that are currently
|
|
510
|
+
* attached. The volume must be owned by the caller. If no value is specified for
|
|
511
|
+
* <code>DeleteOnTermination</code>, the default is <code>true</code> and the volume is
|
|
512
|
+
* deleted when the instance is terminated.</p>
|
|
513
|
+
* <p>To add instance store volumes to an Amazon EBS-backed instance, you must add them when
|
|
514
|
+
* you launch the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM">Update the block device mapping when launching an instance</a> in the
|
|
515
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
516
|
+
*/
|
|
517
|
+
BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[];
|
|
518
|
+
/**
|
|
519
|
+
* <p>If the value is <code>true</code>, you can't terminate the instance using the Amazon
|
|
520
|
+
* EC2 console, CLI, or API; otherwise, you can. You cannot use this parameter for Spot
|
|
521
|
+
* Instances.</p>
|
|
522
|
+
*/
|
|
523
|
+
DisableApiTermination?: AttributeBooleanValue;
|
|
524
|
+
/**
|
|
525
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
526
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
527
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
528
|
+
*/
|
|
529
|
+
DryRun?: boolean;
|
|
530
|
+
/**
|
|
531
|
+
* <p>Specifies whether the instance is optimized for Amazon EBS I/O. This optimization
|
|
532
|
+
* provides dedicated throughput to Amazon EBS and an optimized configuration stack to
|
|
533
|
+
* provide optimal EBS I/O performance. This optimization isn't available with all instance
|
|
534
|
+
* types. Additional usage charges apply when using an EBS Optimized instance.</p>
|
|
535
|
+
*/
|
|
536
|
+
EbsOptimized?: AttributeBooleanValue;
|
|
537
|
+
/**
|
|
538
|
+
* <p>Set to <code>true</code> to enable enhanced networking with ENA for the
|
|
539
|
+
* instance.</p>
|
|
540
|
+
* <p>This option is supported only for HVM instances. Specifying this option with a PV
|
|
541
|
+
* instance can make it unreachable.</p>
|
|
542
|
+
*/
|
|
543
|
+
EnaSupport?: AttributeBooleanValue;
|
|
544
|
+
/**
|
|
545
|
+
* <p>[EC2-VPC] Replaces the security groups of the instance with the specified security
|
|
546
|
+
* groups. You must specify at least one security group, even if it's just the default
|
|
547
|
+
* security group for the VPC. You must specify the security group ID, not the security
|
|
548
|
+
* group name.</p>
|
|
549
|
+
*/
|
|
550
|
+
Groups?: string[];
|
|
551
|
+
/**
|
|
552
|
+
* <p>The ID of the instance.</p>
|
|
553
|
+
*/
|
|
554
|
+
InstanceId: string | undefined;
|
|
555
|
+
/**
|
|
556
|
+
* <p>Specifies whether an instance stops or terminates when you initiate shutdown from the
|
|
557
|
+
* instance (using the operating system command for system shutdown).</p>
|
|
558
|
+
*/
|
|
559
|
+
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
560
|
+
/**
|
|
561
|
+
* <p>Changes the instance type to the specified value. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance
|
|
562
|
+
* types</a> in the <i>Amazon EC2 User Guide</i>. If the instance type is
|
|
563
|
+
* not valid, the error returned is <code>InvalidInstanceAttributeValue</code>.</p>
|
|
564
|
+
*/
|
|
565
|
+
InstanceType?: AttributeValue;
|
|
566
|
+
/**
|
|
567
|
+
* <p>Changes the instance's kernel to the specified value. We recommend that you use
|
|
568
|
+
* PV-GRUB instead of kernels and RAM disks. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html">PV-GRUB</a>.</p>
|
|
569
|
+
*/
|
|
570
|
+
Kernel?: AttributeValue;
|
|
571
|
+
/**
|
|
572
|
+
* <p>Changes the instance's RAM disk to the specified value. We recommend that you use
|
|
573
|
+
* PV-GRUB instead of kernels and RAM disks. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html">PV-GRUB</a>.</p>
|
|
574
|
+
*/
|
|
575
|
+
Ramdisk?: AttributeValue;
|
|
576
|
+
/**
|
|
577
|
+
* <p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual
|
|
578
|
+
* Function interface for the instance.</p>
|
|
579
|
+
* <p>There is no way to disable enhanced networking with the Intel 82599 Virtual Function
|
|
580
|
+
* interface at this time.</p>
|
|
581
|
+
* <p>This option is supported only for HVM instances. Specifying this option with a PV
|
|
582
|
+
* instance can make it unreachable.</p>
|
|
583
|
+
*/
|
|
584
|
+
SriovNetSupport?: AttributeValue;
|
|
585
|
+
/**
|
|
586
|
+
* <p>Changes the instance's user data to the specified value. If you are using an Amazon Web Services SDK or command line tool, base64-encoding is performed for you, and you
|
|
587
|
+
* can load the text from a file. Otherwise, you must provide base64-encoded text.</p>
|
|
588
|
+
*/
|
|
589
|
+
UserData?: BlobAttributeValue;
|
|
590
|
+
/**
|
|
591
|
+
* <p>A new value for the attribute. Use only with the <code>kernel</code>,
|
|
592
|
+
* <code>ramdisk</code>, <code>userData</code>, <code>disableApiTermination</code>, or
|
|
593
|
+
* <code>instanceInitiatedShutdownBehavior</code> attribute.</p>
|
|
594
|
+
*/
|
|
595
|
+
Value?: string;
|
|
596
|
+
/**
|
|
597
|
+
* <p>Indicates whether an instance is enabled for stop protection. For more information,
|
|
598
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection">Stop
|
|
599
|
+
* Protection</a>.</p>
|
|
600
|
+
* <p></p>
|
|
601
|
+
*/
|
|
602
|
+
DisableApiStop?: AttributeBooleanValue;
|
|
603
|
+
}
|
|
604
|
+
/**
|
|
605
|
+
* <p>Describes an instance's Capacity Reservation targeting option. You can specify only one parameter
|
|
606
|
+
* at a time. If you specify <code>CapacityReservationPreference</code> and
|
|
607
|
+
* <code>CapacityReservationTarget</code>, the request fails.</p>
|
|
608
|
+
* <p>Use the <code>CapacityReservationPreference</code> parameter to configure the instance
|
|
609
|
+
* to run as an On-Demand Instance or to run in any <code>open</code> Capacity Reservation that has
|
|
610
|
+
* matching attributes (instance type, platform, Availability Zone). Use the
|
|
611
|
+
* <code>CapacityReservationTarget</code> parameter to explicitly target a specific
|
|
612
|
+
* Capacity Reservation or a Capacity Reservation group.</p>
|
|
613
|
+
*/
|
|
614
|
+
export interface CapacityReservationSpecification {
|
|
615
|
+
/**
|
|
616
|
+
* <p>Indicates the instance's Capacity Reservation preferences. Possible preferences include:</p>
|
|
617
|
+
* <ul>
|
|
618
|
+
* <li>
|
|
619
|
+
* <p>
|
|
620
|
+
* <code>open</code> - The instance can run in any <code>open</code> Capacity Reservation that has matching attributes
|
|
621
|
+
* (instance type, platform, Availability Zone).</p>
|
|
622
|
+
* </li>
|
|
623
|
+
* <li>
|
|
624
|
+
* <p>
|
|
625
|
+
* <code>none</code> - The instance avoids running in a Capacity Reservation even if one is available. The
|
|
626
|
+
* instance runs as an On-Demand Instance.</p>
|
|
627
|
+
* </li>
|
|
628
|
+
* </ul>
|
|
629
|
+
*/
|
|
630
|
+
CapacityReservationPreference?: CapacityReservationPreference | string;
|
|
631
|
+
/**
|
|
632
|
+
* <p>Information about the target Capacity Reservation or Capacity Reservation group.</p>
|
|
633
|
+
*/
|
|
634
|
+
CapacityReservationTarget?: CapacityReservationTarget;
|
|
635
|
+
}
|
|
636
|
+
export interface ModifyInstanceCapacityReservationAttributesRequest {
|
|
637
|
+
/**
|
|
638
|
+
* <p>The ID of the instance to be modified.</p>
|
|
639
|
+
*/
|
|
640
|
+
InstanceId: string | undefined;
|
|
641
|
+
/**
|
|
642
|
+
* <p>Information about the Capacity Reservation targeting option.</p>
|
|
643
|
+
*/
|
|
644
|
+
CapacityReservationSpecification: CapacityReservationSpecification | undefined;
|
|
645
|
+
/**
|
|
646
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
647
|
+
*/
|
|
648
|
+
DryRun?: boolean;
|
|
649
|
+
}
|
|
650
|
+
export interface ModifyInstanceCapacityReservationAttributesResult {
|
|
651
|
+
/**
|
|
652
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
653
|
+
*/
|
|
654
|
+
Return?: boolean;
|
|
655
|
+
}
|
|
7
656
|
/**
|
|
8
657
|
* <p>Describes the credit option for CPU usage of a burstable performance instance.</p>
|
|
9
658
|
*/
|
|
@@ -341,8 +990,7 @@ export interface ModifyInstancePlacementResult {
|
|
|
341
990
|
Return?: boolean;
|
|
342
991
|
}
|
|
343
992
|
/**
|
|
344
|
-
* <p>Remove an operating Region from an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only
|
|
345
|
-
* discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
|
|
993
|
+
* <p>Remove an operating Region from an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
|
|
346
994
|
* <p>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>
|
|
347
995
|
* </p>
|
|
348
996
|
*/
|
|
@@ -368,8 +1016,7 @@ export interface ModifyIpamRequest {
|
|
|
368
1016
|
*/
|
|
369
1017
|
Description?: string;
|
|
370
1018
|
/**
|
|
371
|
-
* <p>Choose the operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only
|
|
372
|
-
* discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
|
|
1019
|
+
* <p>Choose the operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
|
|
373
1020
|
* <p>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
374
1021
|
*/
|
|
375
1022
|
AddOperatingRegions?: AddIpamOperatingRegion[];
|
|
@@ -483,6 +1130,36 @@ export interface ModifyIpamResourceCidrResult {
|
|
|
483
1130
|
*/
|
|
484
1131
|
IpamResourceCidr?: IpamResourceCidr;
|
|
485
1132
|
}
|
|
1133
|
+
export interface ModifyIpamResourceDiscoveryRequest {
|
|
1134
|
+
/**
|
|
1135
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
1136
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1137
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1138
|
+
*/
|
|
1139
|
+
DryRun?: boolean;
|
|
1140
|
+
/**
|
|
1141
|
+
* <p>A resource discovery ID.</p>
|
|
1142
|
+
*/
|
|
1143
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
1144
|
+
/**
|
|
1145
|
+
* <p>A resource discovery description.</p>
|
|
1146
|
+
*/
|
|
1147
|
+
Description?: string;
|
|
1148
|
+
/**
|
|
1149
|
+
* <p>Add operating Regions to the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
|
|
1150
|
+
*/
|
|
1151
|
+
AddOperatingRegions?: AddIpamOperatingRegion[];
|
|
1152
|
+
/**
|
|
1153
|
+
* <p>Remove operating Regions.</p>
|
|
1154
|
+
*/
|
|
1155
|
+
RemoveOperatingRegions?: RemoveIpamOperatingRegion[];
|
|
1156
|
+
}
|
|
1157
|
+
export interface ModifyIpamResourceDiscoveryResult {
|
|
1158
|
+
/**
|
|
1159
|
+
* <p>A resource discovery.</p>
|
|
1160
|
+
*/
|
|
1161
|
+
IpamResourceDiscovery?: IpamResourceDiscovery;
|
|
1162
|
+
}
|
|
486
1163
|
export interface ModifyIpamScopeRequest {
|
|
487
1164
|
/**
|
|
488
1165
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -2566,13 +3243,21 @@ export interface ProvisionIpamPoolCidrRequest {
|
|
|
2566
3243
|
*/
|
|
2567
3244
|
IpamPoolId: string | undefined;
|
|
2568
3245
|
/**
|
|
2569
|
-
* <p>The CIDR you want to assign to the IPAM pool.</p>
|
|
3246
|
+
* <p>The CIDR you want to assign to the IPAM pool. Either "NetmaskLength" or "Cidr" is required. This value will be null if you specify "NetmaskLength" and will be filled in during the provisioning process.</p>
|
|
2570
3247
|
*/
|
|
2571
3248
|
Cidr?: string;
|
|
2572
3249
|
/**
|
|
2573
3250
|
* <p>A signed document that proves that you are authorized to bring a specified IP address range to Amazon using BYOIP. This option applies to public pools only.</p>
|
|
2574
3251
|
*/
|
|
2575
3252
|
CidrAuthorizationContext?: IpamCidrAuthorizationContext;
|
|
3253
|
+
/**
|
|
3254
|
+
* <p>The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or "Cidr" is required.</p>
|
|
3255
|
+
*/
|
|
3256
|
+
NetmaskLength?: number;
|
|
3257
|
+
/**
|
|
3258
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
3259
|
+
*/
|
|
3260
|
+
ClientToken?: string;
|
|
2576
3261
|
}
|
|
2577
3262
|
export interface ProvisionIpamPoolCidrResult {
|
|
2578
3263
|
/**
|
|
@@ -5628,60 +6313,106 @@ export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
|
|
|
5628
6313
|
*/
|
|
5629
6314
|
Return?: boolean;
|
|
5630
6315
|
}
|
|
5631
|
-
|
|
5632
|
-
|
|
5633
|
-
|
|
5634
|
-
|
|
5635
|
-
|
|
5636
|
-
|
|
5637
|
-
|
|
5638
|
-
|
|
5639
|
-
|
|
5640
|
-
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
-
|
|
5644
|
-
|
|
5645
|
-
|
|
5646
|
-
|
|
5647
|
-
|
|
5648
|
-
|
|
5649
|
-
|
|
5650
|
-
|
|
5651
|
-
|
|
5652
|
-
|
|
5653
|
-
|
|
5654
|
-
|
|
5655
|
-
|
|
5656
|
-
|
|
5657
|
-
|
|
5658
|
-
|
|
5659
|
-
|
|
5660
|
-
|
|
5661
|
-
|
|
5662
|
-
|
|
5663
|
-
|
|
5664
|
-
|
|
5665
|
-
|
|
5666
|
-
|
|
5667
|
-
|
|
5668
|
-
|
|
5669
|
-
|
|
5670
|
-
|
|
5671
|
-
|
|
5672
|
-
|
|
5673
|
-
|
|
5674
|
-
|
|
5675
|
-
|
|
5676
|
-
|
|
5677
|
-
|
|
5678
|
-
|
|
5679
|
-
|
|
5680
|
-
|
|
5681
|
-
|
|
5682
|
-
|
|
5683
|
-
|
|
5684
|
-
|
|
6316
|
+
/**
|
|
6317
|
+
* @internal
|
|
6318
|
+
*/
|
|
6319
|
+
export declare const ModifyClientVpnEndpointRequestFilterSensitiveLog: (obj: ModifyClientVpnEndpointRequest) => any;
|
|
6320
|
+
/**
|
|
6321
|
+
* @internal
|
|
6322
|
+
*/
|
|
6323
|
+
export declare const ModifyClientVpnEndpointResultFilterSensitiveLog: (obj: ModifyClientVpnEndpointResult) => any;
|
|
6324
|
+
/**
|
|
6325
|
+
* @internal
|
|
6326
|
+
*/
|
|
6327
|
+
export declare const ModifyDefaultCreditSpecificationRequestFilterSensitiveLog: (obj: ModifyDefaultCreditSpecificationRequest) => any;
|
|
6328
|
+
/**
|
|
6329
|
+
* @internal
|
|
6330
|
+
*/
|
|
6331
|
+
export declare const ModifyDefaultCreditSpecificationResultFilterSensitiveLog: (obj: ModifyDefaultCreditSpecificationResult) => any;
|
|
6332
|
+
/**
|
|
6333
|
+
* @internal
|
|
6334
|
+
*/
|
|
6335
|
+
export declare const ModifyEbsDefaultKmsKeyIdRequestFilterSensitiveLog: (obj: ModifyEbsDefaultKmsKeyIdRequest) => any;
|
|
6336
|
+
/**
|
|
6337
|
+
* @internal
|
|
6338
|
+
*/
|
|
6339
|
+
export declare const ModifyEbsDefaultKmsKeyIdResultFilterSensitiveLog: (obj: ModifyEbsDefaultKmsKeyIdResult) => any;
|
|
6340
|
+
/**
|
|
6341
|
+
* @internal
|
|
6342
|
+
*/
|
|
6343
|
+
export declare const ModifyFleetRequestFilterSensitiveLog: (obj: ModifyFleetRequest) => any;
|
|
6344
|
+
/**
|
|
6345
|
+
* @internal
|
|
6346
|
+
*/
|
|
6347
|
+
export declare const ModifyFleetResultFilterSensitiveLog: (obj: ModifyFleetResult) => any;
|
|
6348
|
+
/**
|
|
6349
|
+
* @internal
|
|
6350
|
+
*/
|
|
6351
|
+
export declare const LoadPermissionRequestFilterSensitiveLog: (obj: LoadPermissionRequest) => any;
|
|
6352
|
+
/**
|
|
6353
|
+
* @internal
|
|
6354
|
+
*/
|
|
6355
|
+
export declare const LoadPermissionModificationsFilterSensitiveLog: (obj: LoadPermissionModifications) => any;
|
|
6356
|
+
/**
|
|
6357
|
+
* @internal
|
|
6358
|
+
*/
|
|
6359
|
+
export declare const ModifyFpgaImageAttributeRequestFilterSensitiveLog: (obj: ModifyFpgaImageAttributeRequest) => any;
|
|
6360
|
+
/**
|
|
6361
|
+
* @internal
|
|
6362
|
+
*/
|
|
6363
|
+
export declare const ModifyFpgaImageAttributeResultFilterSensitiveLog: (obj: ModifyFpgaImageAttributeResult) => any;
|
|
6364
|
+
/**
|
|
6365
|
+
* @internal
|
|
6366
|
+
*/
|
|
6367
|
+
export declare const ModifyHostsRequestFilterSensitiveLog: (obj: ModifyHostsRequest) => any;
|
|
6368
|
+
/**
|
|
6369
|
+
* @internal
|
|
6370
|
+
*/
|
|
6371
|
+
export declare const ModifyHostsResultFilterSensitiveLog: (obj: ModifyHostsResult) => any;
|
|
6372
|
+
/**
|
|
6373
|
+
* @internal
|
|
6374
|
+
*/
|
|
6375
|
+
export declare const ModifyIdentityIdFormatRequestFilterSensitiveLog: (obj: ModifyIdentityIdFormatRequest) => any;
|
|
6376
|
+
/**
|
|
6377
|
+
* @internal
|
|
6378
|
+
*/
|
|
6379
|
+
export declare const ModifyIdFormatRequestFilterSensitiveLog: (obj: ModifyIdFormatRequest) => any;
|
|
6380
|
+
/**
|
|
6381
|
+
* @internal
|
|
6382
|
+
*/
|
|
6383
|
+
export declare const LaunchPermissionModificationsFilterSensitiveLog: (obj: LaunchPermissionModifications) => any;
|
|
6384
|
+
/**
|
|
6385
|
+
* @internal
|
|
6386
|
+
*/
|
|
6387
|
+
export declare const ModifyImageAttributeRequestFilterSensitiveLog: (obj: ModifyImageAttributeRequest) => any;
|
|
6388
|
+
/**
|
|
6389
|
+
* @internal
|
|
6390
|
+
*/
|
|
6391
|
+
export declare const EbsInstanceBlockDeviceSpecificationFilterSensitiveLog: (obj: EbsInstanceBlockDeviceSpecification) => any;
|
|
6392
|
+
/**
|
|
6393
|
+
* @internal
|
|
6394
|
+
*/
|
|
6395
|
+
export declare const InstanceBlockDeviceMappingSpecificationFilterSensitiveLog: (obj: InstanceBlockDeviceMappingSpecification) => any;
|
|
6396
|
+
/**
|
|
6397
|
+
* @internal
|
|
6398
|
+
*/
|
|
6399
|
+
export declare const BlobAttributeValueFilterSensitiveLog: (obj: BlobAttributeValue) => any;
|
|
6400
|
+
/**
|
|
6401
|
+
* @internal
|
|
6402
|
+
*/
|
|
6403
|
+
export declare const ModifyInstanceAttributeRequestFilterSensitiveLog: (obj: ModifyInstanceAttributeRequest) => any;
|
|
6404
|
+
/**
|
|
6405
|
+
* @internal
|
|
6406
|
+
*/
|
|
6407
|
+
export declare const CapacityReservationSpecificationFilterSensitiveLog: (obj: CapacityReservationSpecification) => any;
|
|
6408
|
+
/**
|
|
6409
|
+
* @internal
|
|
6410
|
+
*/
|
|
6411
|
+
export declare const ModifyInstanceCapacityReservationAttributesRequestFilterSensitiveLog: (obj: ModifyInstanceCapacityReservationAttributesRequest) => any;
|
|
6412
|
+
/**
|
|
6413
|
+
* @internal
|
|
6414
|
+
*/
|
|
6415
|
+
export declare const ModifyInstanceCapacityReservationAttributesResultFilterSensitiveLog: (obj: ModifyInstanceCapacityReservationAttributesResult) => any;
|
|
5685
6416
|
/**
|
|
5686
6417
|
* @internal
|
|
5687
6418
|
*/
|
|
@@ -5774,6 +6505,14 @@ export declare const ModifyIpamResourceCidrRequestFilterSensitiveLog: (obj: Modi
|
|
|
5774
6505
|
* @internal
|
|
5775
6506
|
*/
|
|
5776
6507
|
export declare const ModifyIpamResourceCidrResultFilterSensitiveLog: (obj: ModifyIpamResourceCidrResult) => any;
|
|
6508
|
+
/**
|
|
6509
|
+
* @internal
|
|
6510
|
+
*/
|
|
6511
|
+
export declare const ModifyIpamResourceDiscoveryRequestFilterSensitiveLog: (obj: ModifyIpamResourceDiscoveryRequest) => any;
|
|
6512
|
+
/**
|
|
6513
|
+
* @internal
|
|
6514
|
+
*/
|
|
6515
|
+
export declare const ModifyIpamResourceDiscoveryResultFilterSensitiveLog: (obj: ModifyIpamResourceDiscoveryResult) => any;
|
|
5777
6516
|
/**
|
|
5778
6517
|
* @internal
|
|
5779
6518
|
*/
|
|
@@ -6722,19 +7461,3 @@ export declare const UpdateSecurityGroupRuleDescriptionsEgressRequestFilterSensi
|
|
|
6722
7461
|
* @internal
|
|
6723
7462
|
*/
|
|
6724
7463
|
export declare const UpdateSecurityGroupRuleDescriptionsEgressResultFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsEgressResult) => any;
|
|
6725
|
-
/**
|
|
6726
|
-
* @internal
|
|
6727
|
-
*/
|
|
6728
|
-
export declare const UpdateSecurityGroupRuleDescriptionsIngressRequestFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsIngressRequest) => any;
|
|
6729
|
-
/**
|
|
6730
|
-
* @internal
|
|
6731
|
-
*/
|
|
6732
|
-
export declare const UpdateSecurityGroupRuleDescriptionsIngressResultFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsIngressResult) => any;
|
|
6733
|
-
/**
|
|
6734
|
-
* @internal
|
|
6735
|
-
*/
|
|
6736
|
-
export declare const WithdrawByoipCidrRequestFilterSensitiveLog: (obj: WithdrawByoipCidrRequest) => any;
|
|
6737
|
-
/**
|
|
6738
|
-
* @internal
|
|
6739
|
-
*/
|
|
6740
|
-
export declare const WithdrawByoipCidrResultFilterSensitiveLog: (obj: WithdrawByoipCidrResult) => any;
|