@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,5 +1,265 @@
|
|
|
1
|
-
import { ApplianceModeSupportValue, CarrierGateway, ClientVpnEndpointStatus,
|
|
2
|
-
import { CoipPool, GatewayType, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList,
|
|
1
|
+
import { ApplianceModeSupportValue, CarrierGateway, ClientVpnEndpointStatus, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { ClientVpnRouteStatus, CoipCidr, CoipPool, GatewayType, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, RouteTable, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
export interface CreateRouteTableResult {
|
|
4
|
+
/**
|
|
5
|
+
* <p>Information about the route table.</p>
|
|
6
|
+
*/
|
|
7
|
+
RouteTable?: RouteTable;
|
|
8
|
+
}
|
|
9
|
+
export interface CreateSecurityGroupRequest {
|
|
10
|
+
/**
|
|
11
|
+
* <p>A description for the security group. This is informational only.</p>
|
|
12
|
+
* <p>Constraints: Up to 255 characters in length</p>
|
|
13
|
+
* <p>Constraints for EC2-Classic: ASCII characters</p>
|
|
14
|
+
* <p>Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*</p>
|
|
15
|
+
*/
|
|
16
|
+
Description: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The name of the security group.</p>
|
|
19
|
+
* <p>Constraints: Up to 255 characters in length. Cannot start with
|
|
20
|
+
* <code>sg-</code>.</p>
|
|
21
|
+
* <p>Constraints for EC2-Classic: ASCII characters</p>
|
|
22
|
+
* <p>Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*</p>
|
|
23
|
+
*/
|
|
24
|
+
GroupName: string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>[EC2-VPC] The ID of the VPC. Required for EC2-VPC.</p>
|
|
27
|
+
*/
|
|
28
|
+
VpcId?: string;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The tags to assign to the security group.</p>
|
|
31
|
+
*/
|
|
32
|
+
TagSpecifications?: TagSpecification[];
|
|
33
|
+
/**
|
|
34
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
35
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
36
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
37
|
+
*/
|
|
38
|
+
DryRun?: boolean;
|
|
39
|
+
}
|
|
40
|
+
export interface CreateSecurityGroupResult {
|
|
41
|
+
/**
|
|
42
|
+
* <p>The ID of the security group.</p>
|
|
43
|
+
*/
|
|
44
|
+
GroupId?: string;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The tags assigned to the security group.</p>
|
|
47
|
+
*/
|
|
48
|
+
Tags?: Tag[];
|
|
49
|
+
}
|
|
50
|
+
export interface CreateSnapshotRequest {
|
|
51
|
+
/**
|
|
52
|
+
* <p>A description for the snapshot.</p>
|
|
53
|
+
*/
|
|
54
|
+
Description?: string;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost on which to create a local
|
|
57
|
+
* snapshot.</p>
|
|
58
|
+
* <ul>
|
|
59
|
+
* <li>
|
|
60
|
+
* <p>To create a snapshot of a volume in a Region, omit this parameter. The snapshot
|
|
61
|
+
* is created in the same Region as the volume.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* <li>
|
|
64
|
+
* <p>To create a snapshot of a volume on an Outpost and store the snapshot in the
|
|
65
|
+
* Region, omit this parameter. The snapshot is created in the Region for the
|
|
66
|
+
* Outpost.</p>
|
|
67
|
+
* </li>
|
|
68
|
+
* <li>
|
|
69
|
+
* <p>To create a snapshot of a volume on an Outpost and store the snapshot on an
|
|
70
|
+
* Outpost, specify the ARN of the destination Outpost. The snapshot must be created on
|
|
71
|
+
* the same Outpost as the volume.</p>
|
|
72
|
+
* </li>
|
|
73
|
+
* </ul>
|
|
74
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshots-outposts.html#create-snapshot">Create local snapshots from volumes on an Outpost</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
75
|
+
*/
|
|
76
|
+
OutpostArn?: string;
|
|
77
|
+
/**
|
|
78
|
+
* <p>The ID of the Amazon EBS volume.</p>
|
|
79
|
+
*/
|
|
80
|
+
VolumeId: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p>The tags to apply to the snapshot during creation.</p>
|
|
83
|
+
*/
|
|
84
|
+
TagSpecifications?: TagSpecification[];
|
|
85
|
+
/**
|
|
86
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
87
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
88
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
89
|
+
*/
|
|
90
|
+
DryRun?: boolean;
|
|
91
|
+
}
|
|
92
|
+
export declare enum SnapshotState {
|
|
93
|
+
completed = "completed",
|
|
94
|
+
error = "error",
|
|
95
|
+
pending = "pending",
|
|
96
|
+
recoverable = "recoverable",
|
|
97
|
+
recovering = "recovering"
|
|
98
|
+
}
|
|
99
|
+
export declare enum StorageTier {
|
|
100
|
+
archive = "archive",
|
|
101
|
+
standard = "standard"
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* <p>Describes a snapshot.</p>
|
|
105
|
+
*/
|
|
106
|
+
export interface Snapshot {
|
|
107
|
+
/**
|
|
108
|
+
* <p>The data encryption key identifier for the snapshot. This value is a unique identifier
|
|
109
|
+
* that corresponds to the data encryption key that was used to encrypt the original volume or
|
|
110
|
+
* snapshot copy. Because data encryption keys are inherited by volumes created from snapshots,
|
|
111
|
+
* and vice versa, if snapshots share the same data encryption key identifier, then they belong
|
|
112
|
+
* to the same volume/snapshot lineage. This parameter is only returned by <a>DescribeSnapshots</a>.</p>
|
|
113
|
+
*/
|
|
114
|
+
DataEncryptionKeyId?: string;
|
|
115
|
+
/**
|
|
116
|
+
* <p>The description for the snapshot.</p>
|
|
117
|
+
*/
|
|
118
|
+
Description?: string;
|
|
119
|
+
/**
|
|
120
|
+
* <p>Indicates whether the snapshot is encrypted.</p>
|
|
121
|
+
*/
|
|
122
|
+
Encrypted?: boolean;
|
|
123
|
+
/**
|
|
124
|
+
* <p>The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the
|
|
125
|
+
* volume encryption key for the parent volume.</p>
|
|
126
|
+
*/
|
|
127
|
+
KmsKeyId?: string;
|
|
128
|
+
/**
|
|
129
|
+
* <p>The ID of the Amazon Web Services account that owns the EBS snapshot.</p>
|
|
130
|
+
*/
|
|
131
|
+
OwnerId?: string;
|
|
132
|
+
/**
|
|
133
|
+
* <p>The progress of the snapshot, as a percentage.</p>
|
|
134
|
+
*/
|
|
135
|
+
Progress?: string;
|
|
136
|
+
/**
|
|
137
|
+
* <p>The ID of the snapshot. Each snapshot receives a unique identifier when it is
|
|
138
|
+
* created.</p>
|
|
139
|
+
*/
|
|
140
|
+
SnapshotId?: string;
|
|
141
|
+
/**
|
|
142
|
+
* <p>The time stamp when the snapshot was initiated.</p>
|
|
143
|
+
*/
|
|
144
|
+
StartTime?: Date;
|
|
145
|
+
/**
|
|
146
|
+
* <p>The snapshot state.</p>
|
|
147
|
+
*/
|
|
148
|
+
State?: SnapshotState | string;
|
|
149
|
+
/**
|
|
150
|
+
* <p>Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails
|
|
151
|
+
* (for example, if the proper Key Management Service (KMS) permissions are not obtained) this field displays error
|
|
152
|
+
* state details to help you diagnose why the error occurred. This parameter is only returned by
|
|
153
|
+
* <a>DescribeSnapshots</a>.</p>
|
|
154
|
+
*/
|
|
155
|
+
StateMessage?: string;
|
|
156
|
+
/**
|
|
157
|
+
* <p>The ID of the volume that was used to create the snapshot. Snapshots created by the <a>CopySnapshot</a> action have an arbitrary volume ID that should not be used for any
|
|
158
|
+
* purpose.</p>
|
|
159
|
+
*/
|
|
160
|
+
VolumeId?: string;
|
|
161
|
+
/**
|
|
162
|
+
* <p>The size of the volume, in GiB.</p>
|
|
163
|
+
*/
|
|
164
|
+
VolumeSize?: number;
|
|
165
|
+
/**
|
|
166
|
+
* <p>The Amazon Web Services owner alias, from an Amazon-maintained list (<code>amazon</code>). This is not
|
|
167
|
+
* the user-configured Amazon Web Services account alias set using the IAM console.</p>
|
|
168
|
+
*/
|
|
169
|
+
OwnerAlias?: string;
|
|
170
|
+
/**
|
|
171
|
+
* <p>The ARN of the Outpost on which the snapshot is stored. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshots-outposts.html">Amazon EBS local snapshots on Outposts</a> in the
|
|
172
|
+
* <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
173
|
+
*/
|
|
174
|
+
OutpostArn?: string;
|
|
175
|
+
/**
|
|
176
|
+
* <p>Any tags assigned to the snapshot.</p>
|
|
177
|
+
*/
|
|
178
|
+
Tags?: Tag[];
|
|
179
|
+
/**
|
|
180
|
+
* <p>The storage tier in which the snapshot is stored. <code>standard</code> indicates
|
|
181
|
+
* that the snapshot is stored in the standard snapshot storage tier and that it is ready
|
|
182
|
+
* for use. <code>archive</code> indicates that the snapshot is currently archived and that
|
|
183
|
+
* it must be restored before it can be used.</p>
|
|
184
|
+
*/
|
|
185
|
+
StorageTier?: StorageTier | string;
|
|
186
|
+
/**
|
|
187
|
+
* <p>Only for archived snapshots that are temporarily restored. Indicates the date and
|
|
188
|
+
* time when a temporarily restored snapshot will be automatically re-archived.</p>
|
|
189
|
+
*/
|
|
190
|
+
RestoreExpiryTime?: Date;
|
|
191
|
+
}
|
|
192
|
+
export declare enum CopyTagsFromSource {
|
|
193
|
+
volume = "volume"
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* <p>The instance details to specify which volumes should be snapshotted.</p>
|
|
197
|
+
*/
|
|
198
|
+
export interface InstanceSpecification {
|
|
199
|
+
/**
|
|
200
|
+
* <p>The instance to specify which volumes should be snapshotted.</p>
|
|
201
|
+
*/
|
|
202
|
+
InstanceId?: string;
|
|
203
|
+
/**
|
|
204
|
+
* <p>Excludes the root volume from being snapshotted.</p>
|
|
205
|
+
*/
|
|
206
|
+
ExcludeBootVolume?: boolean;
|
|
207
|
+
/**
|
|
208
|
+
* <p>The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set.
|
|
209
|
+
* If you specify the ID of the root volume, the request fails. To exclude the root volume,
|
|
210
|
+
* use <b>ExcludeBootVolume</b>.</p>
|
|
211
|
+
* <p>You can specify up to 40 volume IDs per request.</p>
|
|
212
|
+
*/
|
|
213
|
+
ExcludeDataVolumeIds?: string[];
|
|
214
|
+
}
|
|
215
|
+
export interface CreateSnapshotsRequest {
|
|
216
|
+
/**
|
|
217
|
+
* <p> A description propagated to every snapshot specified by the instance.</p>
|
|
218
|
+
*/
|
|
219
|
+
Description?: string;
|
|
220
|
+
/**
|
|
221
|
+
* <p>The instance to specify which volumes should be included in the snapshots.</p>
|
|
222
|
+
*/
|
|
223
|
+
InstanceSpecification: InstanceSpecification | undefined;
|
|
224
|
+
/**
|
|
225
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost on which to create the local
|
|
226
|
+
* snapshots.</p>
|
|
227
|
+
* <ul>
|
|
228
|
+
* <li>
|
|
229
|
+
* <p>To create snapshots from an instance in a Region, omit this parameter. The
|
|
230
|
+
* snapshots are created in the same Region as the instance.</p>
|
|
231
|
+
* </li>
|
|
232
|
+
* <li>
|
|
233
|
+
* <p>To create snapshots from an instance on an Outpost and store the snapshots
|
|
234
|
+
* in the Region, omit this parameter. The snapshots are created in the Region
|
|
235
|
+
* for the Outpost.</p>
|
|
236
|
+
* </li>
|
|
237
|
+
* <li>
|
|
238
|
+
* <p>To create snapshots from an instance on an Outpost and store the snapshots
|
|
239
|
+
* on an Outpost, specify the ARN of the destination Outpost. The snapshots must
|
|
240
|
+
* be created on the same Outpost as the instance.</p>
|
|
241
|
+
* </li>
|
|
242
|
+
* </ul>
|
|
243
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshots-outposts.html#create-multivol-snapshot">
|
|
244
|
+
* Create multi-volume local snapshots from instances on an Outpost</a> in the
|
|
245
|
+
* <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
246
|
+
*/
|
|
247
|
+
OutpostArn?: string;
|
|
248
|
+
/**
|
|
249
|
+
* <p>Tags to apply to every snapshot specified by the instance.</p>
|
|
250
|
+
*/
|
|
251
|
+
TagSpecifications?: TagSpecification[];
|
|
252
|
+
/**
|
|
253
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
254
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
255
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
256
|
+
*/
|
|
257
|
+
DryRun?: boolean;
|
|
258
|
+
/**
|
|
259
|
+
* <p>Copies the tags from the specified volume to corresponding snapshot.</p>
|
|
260
|
+
*/
|
|
261
|
+
CopyTagsFromSource?: CopyTagsFromSource | string;
|
|
262
|
+
}
|
|
3
263
|
/**
|
|
4
264
|
* <p>Information about a snapshot.</p>
|
|
5
265
|
*/
|
|
@@ -4307,6 +4567,24 @@ export interface DeleteIpamPoolResult {
|
|
|
4307
4567
|
*/
|
|
4308
4568
|
IpamPool?: IpamPool;
|
|
4309
4569
|
}
|
|
4570
|
+
export interface DeleteIpamResourceDiscoveryRequest {
|
|
4571
|
+
/**
|
|
4572
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
4573
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
4574
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4575
|
+
*/
|
|
4576
|
+
DryRun?: boolean;
|
|
4577
|
+
/**
|
|
4578
|
+
* <p>The IPAM resource discovery ID.</p>
|
|
4579
|
+
*/
|
|
4580
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
4581
|
+
}
|
|
4582
|
+
export interface DeleteIpamResourceDiscoveryResult {
|
|
4583
|
+
/**
|
|
4584
|
+
* <p>The IPAM resource discovery.</p>
|
|
4585
|
+
*/
|
|
4586
|
+
IpamResourceDiscovery?: IpamResourceDiscovery;
|
|
4587
|
+
}
|
|
4310
4588
|
export interface DeleteIpamScopeRequest {
|
|
4311
4589
|
/**
|
|
4312
4590
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -5053,122 +5331,34 @@ export interface DeleteTransitGatewayConnectRequest {
|
|
|
5053
5331
|
*/
|
|
5054
5332
|
DryRun?: boolean;
|
|
5055
5333
|
}
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
|
|
5071
|
-
|
|
5072
|
-
|
|
5073
|
-
|
|
5074
|
-
|
|
5075
|
-
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
5085
|
-
/**
|
|
5086
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5087
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5088
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5089
|
-
*/
|
|
5090
|
-
DryRun?: boolean;
|
|
5091
|
-
}
|
|
5092
|
-
export interface DeleteTransitGatewayMulticastDomainResult {
|
|
5093
|
-
/**
|
|
5094
|
-
* <p>Information about the deleted transit gateway multicast domain.</p>
|
|
5095
|
-
*/
|
|
5096
|
-
TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
|
|
5097
|
-
}
|
|
5098
|
-
export interface DeleteTransitGatewayPeeringAttachmentRequest {
|
|
5099
|
-
/**
|
|
5100
|
-
* <p>The ID of the transit gateway peering attachment.</p>
|
|
5101
|
-
*/
|
|
5102
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
5103
|
-
/**
|
|
5104
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5105
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5106
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5107
|
-
*/
|
|
5108
|
-
DryRun?: boolean;
|
|
5109
|
-
}
|
|
5110
|
-
export interface DeleteTransitGatewayPeeringAttachmentResult {
|
|
5111
|
-
/**
|
|
5112
|
-
* <p>The transit gateway peering attachment.</p>
|
|
5113
|
-
*/
|
|
5114
|
-
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
5115
|
-
}
|
|
5116
|
-
export interface DeleteTransitGatewayPolicyTableRequest {
|
|
5117
|
-
/**
|
|
5118
|
-
* <p>The transit gateway policy table to delete.</p>
|
|
5119
|
-
*/
|
|
5120
|
-
TransitGatewayPolicyTableId: string | undefined;
|
|
5121
|
-
/**
|
|
5122
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5123
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5124
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5125
|
-
*/
|
|
5126
|
-
DryRun?: boolean;
|
|
5127
|
-
}
|
|
5128
|
-
export interface DeleteTransitGatewayPolicyTableResult {
|
|
5129
|
-
/**
|
|
5130
|
-
* <p>Provides details about the deleted transit gateway policy table.</p>
|
|
5131
|
-
*/
|
|
5132
|
-
TransitGatewayPolicyTable?: TransitGatewayPolicyTable;
|
|
5133
|
-
}
|
|
5134
|
-
export interface DeleteTransitGatewayPrefixListReferenceRequest {
|
|
5135
|
-
/**
|
|
5136
|
-
* <p>The ID of the route table.</p>
|
|
5137
|
-
*/
|
|
5138
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
5139
|
-
/**
|
|
5140
|
-
* <p>The ID of the prefix list.</p>
|
|
5141
|
-
*/
|
|
5142
|
-
PrefixListId: string | undefined;
|
|
5143
|
-
/**
|
|
5144
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5145
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5146
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5147
|
-
*/
|
|
5148
|
-
DryRun?: boolean;
|
|
5149
|
-
}
|
|
5150
|
-
export interface DeleteTransitGatewayPrefixListReferenceResult {
|
|
5151
|
-
/**
|
|
5152
|
-
* <p>Information about the deleted prefix list reference.</p>
|
|
5153
|
-
*/
|
|
5154
|
-
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
|
|
5155
|
-
}
|
|
5156
|
-
export interface DeleteTransitGatewayRouteRequest {
|
|
5157
|
-
/**
|
|
5158
|
-
* <p>The ID of the transit gateway route table.</p>
|
|
5159
|
-
*/
|
|
5160
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
5161
|
-
/**
|
|
5162
|
-
* <p>The CIDR range for the route. This must match the CIDR for the route exactly.</p>
|
|
5163
|
-
*/
|
|
5164
|
-
DestinationCidrBlock: string | undefined;
|
|
5165
|
-
/**
|
|
5166
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5167
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5168
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5169
|
-
*/
|
|
5170
|
-
DryRun?: boolean;
|
|
5171
|
-
}
|
|
5334
|
+
/**
|
|
5335
|
+
* @internal
|
|
5336
|
+
*/
|
|
5337
|
+
export declare const CreateRouteTableResultFilterSensitiveLog: (obj: CreateRouteTableResult) => any;
|
|
5338
|
+
/**
|
|
5339
|
+
* @internal
|
|
5340
|
+
*/
|
|
5341
|
+
export declare const CreateSecurityGroupRequestFilterSensitiveLog: (obj: CreateSecurityGroupRequest) => any;
|
|
5342
|
+
/**
|
|
5343
|
+
* @internal
|
|
5344
|
+
*/
|
|
5345
|
+
export declare const CreateSecurityGroupResultFilterSensitiveLog: (obj: CreateSecurityGroupResult) => any;
|
|
5346
|
+
/**
|
|
5347
|
+
* @internal
|
|
5348
|
+
*/
|
|
5349
|
+
export declare const CreateSnapshotRequestFilterSensitiveLog: (obj: CreateSnapshotRequest) => any;
|
|
5350
|
+
/**
|
|
5351
|
+
* @internal
|
|
5352
|
+
*/
|
|
5353
|
+
export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
|
|
5354
|
+
/**
|
|
5355
|
+
* @internal
|
|
5356
|
+
*/
|
|
5357
|
+
export declare const InstanceSpecificationFilterSensitiveLog: (obj: InstanceSpecification) => any;
|
|
5358
|
+
/**
|
|
5359
|
+
* @internal
|
|
5360
|
+
*/
|
|
5361
|
+
export declare const CreateSnapshotsRequestFilterSensitiveLog: (obj: CreateSnapshotsRequest) => any;
|
|
5172
5362
|
/**
|
|
5173
5363
|
* @internal
|
|
5174
5364
|
*/
|
|
@@ -5865,6 +6055,14 @@ export declare const DeleteIpamPoolRequestFilterSensitiveLog: (obj: DeleteIpamPo
|
|
|
5865
6055
|
* @internal
|
|
5866
6056
|
*/
|
|
5867
6057
|
export declare const DeleteIpamPoolResultFilterSensitiveLog: (obj: DeleteIpamPoolResult) => any;
|
|
6058
|
+
/**
|
|
6059
|
+
* @internal
|
|
6060
|
+
*/
|
|
6061
|
+
export declare const DeleteIpamResourceDiscoveryRequestFilterSensitiveLog: (obj: DeleteIpamResourceDiscoveryRequest) => any;
|
|
6062
|
+
/**
|
|
6063
|
+
* @internal
|
|
6064
|
+
*/
|
|
6065
|
+
export declare const DeleteIpamResourceDiscoveryResultFilterSensitiveLog: (obj: DeleteIpamResourceDiscoveryResult) => any;
|
|
5868
6066
|
/**
|
|
5869
6067
|
* @internal
|
|
5870
6068
|
*/
|
|
@@ -6117,51 +6315,3 @@ export declare const DeleteTransitGatewayResultFilterSensitiveLog: (obj: DeleteT
|
|
|
6117
6315
|
* @internal
|
|
6118
6316
|
*/
|
|
6119
6317
|
export declare const DeleteTransitGatewayConnectRequestFilterSensitiveLog: (obj: DeleteTransitGatewayConnectRequest) => any;
|
|
6120
|
-
/**
|
|
6121
|
-
* @internal
|
|
6122
|
-
*/
|
|
6123
|
-
export declare const DeleteTransitGatewayConnectResultFilterSensitiveLog: (obj: DeleteTransitGatewayConnectResult) => any;
|
|
6124
|
-
/**
|
|
6125
|
-
* @internal
|
|
6126
|
-
*/
|
|
6127
|
-
export declare const DeleteTransitGatewayConnectPeerRequestFilterSensitiveLog: (obj: DeleteTransitGatewayConnectPeerRequest) => any;
|
|
6128
|
-
/**
|
|
6129
|
-
* @internal
|
|
6130
|
-
*/
|
|
6131
|
-
export declare const DeleteTransitGatewayConnectPeerResultFilterSensitiveLog: (obj: DeleteTransitGatewayConnectPeerResult) => any;
|
|
6132
|
-
/**
|
|
6133
|
-
* @internal
|
|
6134
|
-
*/
|
|
6135
|
-
export declare const DeleteTransitGatewayMulticastDomainRequestFilterSensitiveLog: (obj: DeleteTransitGatewayMulticastDomainRequest) => any;
|
|
6136
|
-
/**
|
|
6137
|
-
* @internal
|
|
6138
|
-
*/
|
|
6139
|
-
export declare const DeleteTransitGatewayMulticastDomainResultFilterSensitiveLog: (obj: DeleteTransitGatewayMulticastDomainResult) => any;
|
|
6140
|
-
/**
|
|
6141
|
-
* @internal
|
|
6142
|
-
*/
|
|
6143
|
-
export declare const DeleteTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (obj: DeleteTransitGatewayPeeringAttachmentRequest) => any;
|
|
6144
|
-
/**
|
|
6145
|
-
* @internal
|
|
6146
|
-
*/
|
|
6147
|
-
export declare const DeleteTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (obj: DeleteTransitGatewayPeeringAttachmentResult) => any;
|
|
6148
|
-
/**
|
|
6149
|
-
* @internal
|
|
6150
|
-
*/
|
|
6151
|
-
export declare const DeleteTransitGatewayPolicyTableRequestFilterSensitiveLog: (obj: DeleteTransitGatewayPolicyTableRequest) => any;
|
|
6152
|
-
/**
|
|
6153
|
-
* @internal
|
|
6154
|
-
*/
|
|
6155
|
-
export declare const DeleteTransitGatewayPolicyTableResultFilterSensitiveLog: (obj: DeleteTransitGatewayPolicyTableResult) => any;
|
|
6156
|
-
/**
|
|
6157
|
-
* @internal
|
|
6158
|
-
*/
|
|
6159
|
-
export declare const DeleteTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (obj: DeleteTransitGatewayPrefixListReferenceRequest) => any;
|
|
6160
|
-
/**
|
|
6161
|
-
* @internal
|
|
6162
|
-
*/
|
|
6163
|
-
export declare const DeleteTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (obj: DeleteTransitGatewayPrefixListReferenceResult) => any;
|
|
6164
|
-
/**
|
|
6165
|
-
* @internal
|
|
6166
|
-
*/
|
|
6167
|
-
export declare const DeleteTransitGatewayRouteRequestFilterSensitiveLog: (obj: DeleteTransitGatewayRouteRequest) => any;
|