@aws-sdk/client-ec2 3.256.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 +32 -33
|
@@ -20,7 +20,6 @@ import {
|
|
|
20
20
|
ClientVpnAuthenticationType,
|
|
21
21
|
ClientVpnAuthorizationRuleStatus,
|
|
22
22
|
ClientVpnEndpointStatus,
|
|
23
|
-
ClientVpnRouteStatus,
|
|
24
23
|
CurrencyCodeValues,
|
|
25
24
|
FleetCapacityReservation,
|
|
26
25
|
FleetCapacityReservationTenancy,
|
|
@@ -30,6 +29,7 @@ import {
|
|
|
30
29
|
IamInstanceProfileAssociation,
|
|
31
30
|
InstanceEventWindow,
|
|
32
31
|
Tag,
|
|
32
|
+
TransitGatewayPeeringAttachment,
|
|
33
33
|
TransitGatewayVpcAttachment,
|
|
34
34
|
TransportProtocol,
|
|
35
35
|
UnsuccessfulItem,
|
|
@@ -41,6 +41,7 @@ import {
|
|
|
41
41
|
BlockDeviceMapping,
|
|
42
42
|
CapacityReservationPreference,
|
|
43
43
|
CapacityReservationTargetResponse,
|
|
44
|
+
ClientVpnRouteStatus,
|
|
44
45
|
CoipPool,
|
|
45
46
|
CustomerGateway,
|
|
46
47
|
DefaultTargetCapacityType,
|
|
@@ -73,12 +74,61 @@ import {
|
|
|
73
74
|
} from "./models_1";
|
|
74
75
|
import {
|
|
75
76
|
FleetStateCode,
|
|
77
|
+
TransitGatewayConnect,
|
|
78
|
+
TransitGatewayConnectPeer,
|
|
79
|
+
TransitGatewayMulticastDomain,
|
|
80
|
+
TransitGatewayPolicyTable,
|
|
81
|
+
TransitGatewayPrefixListReference,
|
|
76
82
|
TransitGatewayRoute,
|
|
77
83
|
TransitGatewayRouteTable,
|
|
78
84
|
TransitGatewayRouteTableAnnouncement,
|
|
79
85
|
VerifiedAccessEndpoint,
|
|
80
86
|
VerifiedAccessGroup,
|
|
81
87
|
} from "./models_2";
|
|
88
|
+
export interface DeleteTransitGatewayConnectResult {
|
|
89
|
+
TransitGatewayConnect?: TransitGatewayConnect;
|
|
90
|
+
}
|
|
91
|
+
export interface DeleteTransitGatewayConnectPeerRequest {
|
|
92
|
+
TransitGatewayConnectPeerId: string | undefined;
|
|
93
|
+
DryRun?: boolean;
|
|
94
|
+
}
|
|
95
|
+
export interface DeleteTransitGatewayConnectPeerResult {
|
|
96
|
+
TransitGatewayConnectPeer?: TransitGatewayConnectPeer;
|
|
97
|
+
}
|
|
98
|
+
export interface DeleteTransitGatewayMulticastDomainRequest {
|
|
99
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
100
|
+
DryRun?: boolean;
|
|
101
|
+
}
|
|
102
|
+
export interface DeleteTransitGatewayMulticastDomainResult {
|
|
103
|
+
TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
|
|
104
|
+
}
|
|
105
|
+
export interface DeleteTransitGatewayPeeringAttachmentRequest {
|
|
106
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
107
|
+
DryRun?: boolean;
|
|
108
|
+
}
|
|
109
|
+
export interface DeleteTransitGatewayPeeringAttachmentResult {
|
|
110
|
+
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
111
|
+
}
|
|
112
|
+
export interface DeleteTransitGatewayPolicyTableRequest {
|
|
113
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
114
|
+
DryRun?: boolean;
|
|
115
|
+
}
|
|
116
|
+
export interface DeleteTransitGatewayPolicyTableResult {
|
|
117
|
+
TransitGatewayPolicyTable?: TransitGatewayPolicyTable;
|
|
118
|
+
}
|
|
119
|
+
export interface DeleteTransitGatewayPrefixListReferenceRequest {
|
|
120
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
121
|
+
PrefixListId: string | undefined;
|
|
122
|
+
DryRun?: boolean;
|
|
123
|
+
}
|
|
124
|
+
export interface DeleteTransitGatewayPrefixListReferenceResult {
|
|
125
|
+
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
|
|
126
|
+
}
|
|
127
|
+
export interface DeleteTransitGatewayRouteRequest {
|
|
128
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
129
|
+
DestinationCidrBlock: string | undefined;
|
|
130
|
+
DryRun?: boolean;
|
|
131
|
+
}
|
|
82
132
|
export interface DeleteTransitGatewayRouteResult {
|
|
83
133
|
Route?: TransitGatewayRoute;
|
|
84
134
|
}
|
|
@@ -197,6 +247,7 @@ export interface DeprovisionIpamPoolCidrRequest {
|
|
|
197
247
|
}
|
|
198
248
|
export declare enum IpamPoolCidrFailureCode {
|
|
199
249
|
cidr_not_available = "cidr-not-available",
|
|
250
|
+
limit_exceeded = "limit-exceeded",
|
|
200
251
|
}
|
|
201
252
|
export interface IpamPoolCidrFailureReason {
|
|
202
253
|
Code?: IpamPoolCidrFailureCode | string;
|
|
@@ -216,6 +267,8 @@ export interface IpamPoolCidr {
|
|
|
216
267
|
Cidr?: string;
|
|
217
268
|
State?: IpamPoolCidrState | string;
|
|
218
269
|
FailureReason?: IpamPoolCidrFailureReason;
|
|
270
|
+
IpamPoolCidrId?: string;
|
|
271
|
+
NetmaskLength?: number;
|
|
219
272
|
}
|
|
220
273
|
export interface DeprovisionIpamPoolCidrResult {
|
|
221
274
|
IpamPoolCidr?: IpamPoolCidr;
|
|
@@ -1806,72 +1859,42 @@ export interface InstanceStatusEvent {
|
|
|
1806
1859
|
NotBefore?: Date;
|
|
1807
1860
|
NotBeforeDeadline?: Date;
|
|
1808
1861
|
}
|
|
1809
|
-
export declare
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
export declare
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
export
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
export
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
NextToken?: string;
|
|
1846
|
-
}
|
|
1847
|
-
export declare enum LocationType {
|
|
1848
|
-
availability_zone = "availability-zone",
|
|
1849
|
-
availability_zone_id = "availability-zone-id",
|
|
1850
|
-
region = "region",
|
|
1851
|
-
}
|
|
1852
|
-
export interface DescribeInstanceTypeOfferingsRequest {
|
|
1853
|
-
DryRun?: boolean;
|
|
1854
|
-
LocationType?: LocationType | string;
|
|
1855
|
-
Filters?: Filter[];
|
|
1856
|
-
MaxResults?: number;
|
|
1857
|
-
NextToken?: string;
|
|
1858
|
-
}
|
|
1859
|
-
export interface InstanceTypeOffering {
|
|
1860
|
-
InstanceType?: _InstanceType | string;
|
|
1861
|
-
LocationType?: LocationType | string;
|
|
1862
|
-
Location?: string;
|
|
1863
|
-
}
|
|
1864
|
-
export interface DescribeInstanceTypeOfferingsResult {
|
|
1865
|
-
InstanceTypeOfferings?: InstanceTypeOffering[];
|
|
1866
|
-
NextToken?: string;
|
|
1867
|
-
}
|
|
1868
|
-
export interface DescribeInstanceTypesRequest {
|
|
1869
|
-
DryRun?: boolean;
|
|
1870
|
-
InstanceTypes?: (_InstanceType | string)[];
|
|
1871
|
-
Filters?: Filter[];
|
|
1872
|
-
MaxResults?: number;
|
|
1873
|
-
NextToken?: string;
|
|
1874
|
-
}
|
|
1862
|
+
export declare const DeleteTransitGatewayConnectResultFilterSensitiveLog: (
|
|
1863
|
+
obj: DeleteTransitGatewayConnectResult
|
|
1864
|
+
) => any;
|
|
1865
|
+
export declare const DeleteTransitGatewayConnectPeerRequestFilterSensitiveLog: (
|
|
1866
|
+
obj: DeleteTransitGatewayConnectPeerRequest
|
|
1867
|
+
) => any;
|
|
1868
|
+
export declare const DeleteTransitGatewayConnectPeerResultFilterSensitiveLog: (
|
|
1869
|
+
obj: DeleteTransitGatewayConnectPeerResult
|
|
1870
|
+
) => any;
|
|
1871
|
+
export declare const DeleteTransitGatewayMulticastDomainRequestFilterSensitiveLog: (
|
|
1872
|
+
obj: DeleteTransitGatewayMulticastDomainRequest
|
|
1873
|
+
) => any;
|
|
1874
|
+
export declare const DeleteTransitGatewayMulticastDomainResultFilterSensitiveLog: (
|
|
1875
|
+
obj: DeleteTransitGatewayMulticastDomainResult
|
|
1876
|
+
) => any;
|
|
1877
|
+
export declare const DeleteTransitGatewayPeeringAttachmentRequestFilterSensitiveLog: (
|
|
1878
|
+
obj: DeleteTransitGatewayPeeringAttachmentRequest
|
|
1879
|
+
) => any;
|
|
1880
|
+
export declare const DeleteTransitGatewayPeeringAttachmentResultFilterSensitiveLog: (
|
|
1881
|
+
obj: DeleteTransitGatewayPeeringAttachmentResult
|
|
1882
|
+
) => any;
|
|
1883
|
+
export declare const DeleteTransitGatewayPolicyTableRequestFilterSensitiveLog: (
|
|
1884
|
+
obj: DeleteTransitGatewayPolicyTableRequest
|
|
1885
|
+
) => any;
|
|
1886
|
+
export declare const DeleteTransitGatewayPolicyTableResultFilterSensitiveLog: (
|
|
1887
|
+
obj: DeleteTransitGatewayPolicyTableResult
|
|
1888
|
+
) => any;
|
|
1889
|
+
export declare const DeleteTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (
|
|
1890
|
+
obj: DeleteTransitGatewayPrefixListReferenceRequest
|
|
1891
|
+
) => any;
|
|
1892
|
+
export declare const DeleteTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (
|
|
1893
|
+
obj: DeleteTransitGatewayPrefixListReferenceResult
|
|
1894
|
+
) => any;
|
|
1895
|
+
export declare const DeleteTransitGatewayRouteRequestFilterSensitiveLog: (
|
|
1896
|
+
obj: DeleteTransitGatewayRouteRequest
|
|
1897
|
+
) => any;
|
|
1875
1898
|
export declare const DeleteTransitGatewayRouteResultFilterSensitiveLog: (
|
|
1876
1899
|
obj: DeleteTransitGatewayRouteResult
|
|
1877
1900
|
) => any;
|
|
@@ -2560,27 +2583,3 @@ export declare const DescribeInstanceStatusRequestFilterSensitiveLog: (
|
|
|
2560
2583
|
export declare const InstanceStatusEventFilterSensitiveLog: (
|
|
2561
2584
|
obj: InstanceStatusEvent
|
|
2562
2585
|
) => any;
|
|
2563
|
-
export declare const InstanceStatusDetailsFilterSensitiveLog: (
|
|
2564
|
-
obj: InstanceStatusDetails
|
|
2565
|
-
) => any;
|
|
2566
|
-
export declare const InstanceStatusSummaryFilterSensitiveLog: (
|
|
2567
|
-
obj: InstanceStatusSummary
|
|
2568
|
-
) => any;
|
|
2569
|
-
export declare const InstanceStatusFilterSensitiveLog: (
|
|
2570
|
-
obj: InstanceStatus
|
|
2571
|
-
) => any;
|
|
2572
|
-
export declare const DescribeInstanceStatusResultFilterSensitiveLog: (
|
|
2573
|
-
obj: DescribeInstanceStatusResult
|
|
2574
|
-
) => any;
|
|
2575
|
-
export declare const DescribeInstanceTypeOfferingsRequestFilterSensitiveLog: (
|
|
2576
|
-
obj: DescribeInstanceTypeOfferingsRequest
|
|
2577
|
-
) => any;
|
|
2578
|
-
export declare const InstanceTypeOfferingFilterSensitiveLog: (
|
|
2579
|
-
obj: InstanceTypeOffering
|
|
2580
|
-
) => any;
|
|
2581
|
-
export declare const DescribeInstanceTypeOfferingsResultFilterSensitiveLog: (
|
|
2582
|
-
obj: DescribeInstanceTypeOfferingsResult
|
|
2583
|
-
) => any;
|
|
2584
|
-
export declare const DescribeInstanceTypesRequestFilterSensitiveLog: (
|
|
2585
|
-
obj: DescribeInstanceTypesRequest
|
|
2586
|
-
) => any;
|
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
CurrencyCodeValues,
|
|
9
9
|
Explanation,
|
|
10
10
|
IamInstanceProfileSpecification,
|
|
11
|
+
IpamResourceDiscoveryAssociation,
|
|
11
12
|
IpPermission,
|
|
12
13
|
PathComponent,
|
|
13
14
|
ReservedInstancesListing,
|
|
@@ -37,6 +38,7 @@ import {
|
|
|
37
38
|
InternetGateway,
|
|
38
39
|
Ipam,
|
|
39
40
|
IpamPool,
|
|
41
|
+
IpamResourceDiscovery,
|
|
40
42
|
IpamScope,
|
|
41
43
|
Ipv4PrefixSpecificationRequest,
|
|
42
44
|
Ipv6PrefixSpecificationRequest,
|
|
@@ -58,22 +60,18 @@ import {
|
|
|
58
60
|
PrivateIpAddressSpecification,
|
|
59
61
|
ReplaceRootVolumeTask,
|
|
60
62
|
RouteTable,
|
|
61
|
-
Snapshot,
|
|
62
|
-
SnapshotState,
|
|
63
63
|
SpotInstanceType,
|
|
64
|
-
StorageTier,
|
|
65
64
|
Subnet,
|
|
66
65
|
TargetCapacityUnitType,
|
|
67
66
|
Tenancy,
|
|
68
67
|
VolumeType,
|
|
69
68
|
} from "./models_1";
|
|
70
69
|
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
IpAddressType,
|
|
70
|
+
Snapshot,
|
|
71
|
+
SnapshotState,
|
|
74
72
|
SpotDatafeedSubscription,
|
|
75
73
|
SpotInstanceStateFault,
|
|
76
|
-
|
|
74
|
+
StorageTier,
|
|
77
75
|
TrafficMirrorFilter,
|
|
78
76
|
TrafficMirrorSession,
|
|
79
77
|
TrafficMirrorTarget,
|
|
@@ -87,17 +85,84 @@ import {
|
|
|
87
85
|
VerifiedAccessEndpoint,
|
|
88
86
|
VerifiedAccessGroup,
|
|
89
87
|
Volume,
|
|
90
|
-
VpcEndpoint,
|
|
91
88
|
} from "./models_2";
|
|
92
89
|
import {
|
|
93
90
|
AttributeBooleanValue,
|
|
94
91
|
EventInformation,
|
|
95
92
|
Filter,
|
|
96
93
|
IdFormat,
|
|
94
|
+
InstanceState,
|
|
95
|
+
InstanceStatusEvent,
|
|
97
96
|
PermissionGroup,
|
|
98
97
|
ProductCode,
|
|
99
98
|
VirtualizationType,
|
|
100
99
|
} from "./models_3";
|
|
100
|
+
export declare enum StatusName {
|
|
101
|
+
reachability = "reachability",
|
|
102
|
+
}
|
|
103
|
+
export declare enum StatusType {
|
|
104
|
+
failed = "failed",
|
|
105
|
+
initializing = "initializing",
|
|
106
|
+
insufficient_data = "insufficient-data",
|
|
107
|
+
passed = "passed",
|
|
108
|
+
}
|
|
109
|
+
export interface InstanceStatusDetails {
|
|
110
|
+
ImpairedSince?: Date;
|
|
111
|
+
Name?: StatusName | string;
|
|
112
|
+
Status?: StatusType | string;
|
|
113
|
+
}
|
|
114
|
+
export declare enum SummaryStatus {
|
|
115
|
+
impaired = "impaired",
|
|
116
|
+
initializing = "initializing",
|
|
117
|
+
insufficient_data = "insufficient-data",
|
|
118
|
+
not_applicable = "not-applicable",
|
|
119
|
+
ok = "ok",
|
|
120
|
+
}
|
|
121
|
+
export interface InstanceStatusSummary {
|
|
122
|
+
Details?: InstanceStatusDetails[];
|
|
123
|
+
Status?: SummaryStatus | string;
|
|
124
|
+
}
|
|
125
|
+
export interface InstanceStatus {
|
|
126
|
+
AvailabilityZone?: string;
|
|
127
|
+
OutpostArn?: string;
|
|
128
|
+
Events?: InstanceStatusEvent[];
|
|
129
|
+
InstanceId?: string;
|
|
130
|
+
InstanceState?: InstanceState;
|
|
131
|
+
InstanceStatus?: InstanceStatusSummary;
|
|
132
|
+
SystemStatus?: InstanceStatusSummary;
|
|
133
|
+
}
|
|
134
|
+
export interface DescribeInstanceStatusResult {
|
|
135
|
+
InstanceStatuses?: InstanceStatus[];
|
|
136
|
+
NextToken?: string;
|
|
137
|
+
}
|
|
138
|
+
export declare enum LocationType {
|
|
139
|
+
availability_zone = "availability-zone",
|
|
140
|
+
availability_zone_id = "availability-zone-id",
|
|
141
|
+
region = "region",
|
|
142
|
+
}
|
|
143
|
+
export interface DescribeInstanceTypeOfferingsRequest {
|
|
144
|
+
DryRun?: boolean;
|
|
145
|
+
LocationType?: LocationType | string;
|
|
146
|
+
Filters?: Filter[];
|
|
147
|
+
MaxResults?: number;
|
|
148
|
+
NextToken?: string;
|
|
149
|
+
}
|
|
150
|
+
export interface InstanceTypeOffering {
|
|
151
|
+
InstanceType?: _InstanceType | string;
|
|
152
|
+
LocationType?: LocationType | string;
|
|
153
|
+
Location?: string;
|
|
154
|
+
}
|
|
155
|
+
export interface DescribeInstanceTypeOfferingsResult {
|
|
156
|
+
InstanceTypeOfferings?: InstanceTypeOffering[];
|
|
157
|
+
NextToken?: string;
|
|
158
|
+
}
|
|
159
|
+
export interface DescribeInstanceTypesRequest {
|
|
160
|
+
DryRun?: boolean;
|
|
161
|
+
InstanceTypes?: (_InstanceType | string)[];
|
|
162
|
+
Filters?: Filter[];
|
|
163
|
+
MaxResults?: number;
|
|
164
|
+
NextToken?: string;
|
|
165
|
+
}
|
|
101
166
|
export interface EbsOptimizedInfo {
|
|
102
167
|
BaselineBandwidthInMbps?: number;
|
|
103
168
|
BaselineThroughputInMBps?: number;
|
|
@@ -309,6 +374,28 @@ export interface DescribeIpamPoolsResult {
|
|
|
309
374
|
NextToken?: string;
|
|
310
375
|
IpamPools?: IpamPool[];
|
|
311
376
|
}
|
|
377
|
+
export interface DescribeIpamResourceDiscoveriesRequest {
|
|
378
|
+
DryRun?: boolean;
|
|
379
|
+
IpamResourceDiscoveryIds?: string[];
|
|
380
|
+
NextToken?: string;
|
|
381
|
+
MaxResults?: number;
|
|
382
|
+
Filters?: Filter[];
|
|
383
|
+
}
|
|
384
|
+
export interface DescribeIpamResourceDiscoveriesResult {
|
|
385
|
+
IpamResourceDiscoveries?: IpamResourceDiscovery[];
|
|
386
|
+
NextToken?: string;
|
|
387
|
+
}
|
|
388
|
+
export interface DescribeIpamResourceDiscoveryAssociationsRequest {
|
|
389
|
+
DryRun?: boolean;
|
|
390
|
+
IpamResourceDiscoveryAssociationIds?: string[];
|
|
391
|
+
NextToken?: string;
|
|
392
|
+
MaxResults?: number;
|
|
393
|
+
Filters?: Filter[];
|
|
394
|
+
}
|
|
395
|
+
export interface DescribeIpamResourceDiscoveryAssociationsResult {
|
|
396
|
+
IpamResourceDiscoveryAssociations?: IpamResourceDiscoveryAssociation[];
|
|
397
|
+
NextToken?: string;
|
|
398
|
+
}
|
|
312
399
|
export interface DescribeIpamsRequest {
|
|
313
400
|
DryRun?: boolean;
|
|
314
401
|
Filters?: Filter[];
|
|
@@ -1844,95 +1931,30 @@ export declare enum VpcAttributeName {
|
|
|
1844
1931
|
enableDnsSupport = "enableDnsSupport",
|
|
1845
1932
|
enableNetworkAddressUsageMetrics = "enableNetworkAddressUsageMetrics",
|
|
1846
1933
|
}
|
|
1847
|
-
export
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
export
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
export interface DescribeVpcClassicLinkDnsSupportRequest {
|
|
1872
|
-
MaxResults?: number;
|
|
1873
|
-
NextToken?: string;
|
|
1874
|
-
VpcIds?: string[];
|
|
1875
|
-
}
|
|
1876
|
-
export interface ClassicLinkDnsSupport {
|
|
1877
|
-
ClassicLinkDnsSupported?: boolean;
|
|
1878
|
-
VpcId?: string;
|
|
1879
|
-
}
|
|
1880
|
-
export interface DescribeVpcClassicLinkDnsSupportResult {
|
|
1881
|
-
NextToken?: string;
|
|
1882
|
-
Vpcs?: ClassicLinkDnsSupport[];
|
|
1883
|
-
}
|
|
1884
|
-
export interface DescribeVpcEndpointConnectionNotificationsRequest {
|
|
1885
|
-
DryRun?: boolean;
|
|
1886
|
-
ConnectionNotificationId?: string;
|
|
1887
|
-
Filters?: Filter[];
|
|
1888
|
-
MaxResults?: number;
|
|
1889
|
-
NextToken?: string;
|
|
1890
|
-
}
|
|
1891
|
-
export interface DescribeVpcEndpointConnectionNotificationsResult {
|
|
1892
|
-
ConnectionNotificationSet?: ConnectionNotification[];
|
|
1893
|
-
NextToken?: string;
|
|
1894
|
-
}
|
|
1895
|
-
export interface DescribeVpcEndpointConnectionsRequest {
|
|
1896
|
-
DryRun?: boolean;
|
|
1897
|
-
Filters?: Filter[];
|
|
1898
|
-
MaxResults?: number;
|
|
1899
|
-
NextToken?: string;
|
|
1900
|
-
}
|
|
1901
|
-
export interface VpcEndpointConnection {
|
|
1902
|
-
ServiceId?: string;
|
|
1903
|
-
VpcEndpointId?: string;
|
|
1904
|
-
VpcEndpointOwner?: string;
|
|
1905
|
-
VpcEndpointState?: State | string;
|
|
1906
|
-
CreationTimestamp?: Date;
|
|
1907
|
-
DnsEntries?: DnsEntry[];
|
|
1908
|
-
NetworkLoadBalancerArns?: string[];
|
|
1909
|
-
GatewayLoadBalancerArns?: string[];
|
|
1910
|
-
IpAddressType?: IpAddressType | string;
|
|
1911
|
-
VpcEndpointConnectionId?: string;
|
|
1912
|
-
Tags?: Tag[];
|
|
1913
|
-
}
|
|
1914
|
-
export interface DescribeVpcEndpointConnectionsResult {
|
|
1915
|
-
VpcEndpointConnections?: VpcEndpointConnection[];
|
|
1916
|
-
NextToken?: string;
|
|
1917
|
-
}
|
|
1918
|
-
export interface DescribeVpcEndpointsRequest {
|
|
1919
|
-
DryRun?: boolean;
|
|
1920
|
-
VpcEndpointIds?: string[];
|
|
1921
|
-
Filters?: Filter[];
|
|
1922
|
-
MaxResults?: number;
|
|
1923
|
-
NextToken?: string;
|
|
1924
|
-
}
|
|
1925
|
-
export interface DescribeVpcEndpointsResult {
|
|
1926
|
-
VpcEndpoints?: VpcEndpoint[];
|
|
1927
|
-
NextToken?: string;
|
|
1928
|
-
}
|
|
1929
|
-
export interface DescribeVpcEndpointServiceConfigurationsRequest {
|
|
1930
|
-
DryRun?: boolean;
|
|
1931
|
-
ServiceIds?: string[];
|
|
1932
|
-
Filters?: Filter[];
|
|
1933
|
-
MaxResults?: number;
|
|
1934
|
-
NextToken?: string;
|
|
1935
|
-
}
|
|
1934
|
+
export declare const InstanceStatusDetailsFilterSensitiveLog: (
|
|
1935
|
+
obj: InstanceStatusDetails
|
|
1936
|
+
) => any;
|
|
1937
|
+
export declare const InstanceStatusSummaryFilterSensitiveLog: (
|
|
1938
|
+
obj: InstanceStatusSummary
|
|
1939
|
+
) => any;
|
|
1940
|
+
export declare const InstanceStatusFilterSensitiveLog: (
|
|
1941
|
+
obj: InstanceStatus
|
|
1942
|
+
) => any;
|
|
1943
|
+
export declare const DescribeInstanceStatusResultFilterSensitiveLog: (
|
|
1944
|
+
obj: DescribeInstanceStatusResult
|
|
1945
|
+
) => any;
|
|
1946
|
+
export declare const DescribeInstanceTypeOfferingsRequestFilterSensitiveLog: (
|
|
1947
|
+
obj: DescribeInstanceTypeOfferingsRequest
|
|
1948
|
+
) => any;
|
|
1949
|
+
export declare const InstanceTypeOfferingFilterSensitiveLog: (
|
|
1950
|
+
obj: InstanceTypeOffering
|
|
1951
|
+
) => any;
|
|
1952
|
+
export declare const DescribeInstanceTypeOfferingsResultFilterSensitiveLog: (
|
|
1953
|
+
obj: DescribeInstanceTypeOfferingsResult
|
|
1954
|
+
) => any;
|
|
1955
|
+
export declare const DescribeInstanceTypesRequestFilterSensitiveLog: (
|
|
1956
|
+
obj: DescribeInstanceTypesRequest
|
|
1957
|
+
) => any;
|
|
1936
1958
|
export declare const EbsOptimizedInfoFilterSensitiveLog: (
|
|
1937
1959
|
obj: EbsOptimizedInfo
|
|
1938
1960
|
) => any;
|
|
@@ -1992,6 +2014,18 @@ export declare const DescribeIpamPoolsRequestFilterSensitiveLog: (
|
|
|
1992
2014
|
export declare const DescribeIpamPoolsResultFilterSensitiveLog: (
|
|
1993
2015
|
obj: DescribeIpamPoolsResult
|
|
1994
2016
|
) => any;
|
|
2017
|
+
export declare const DescribeIpamResourceDiscoveriesRequestFilterSensitiveLog: (
|
|
2018
|
+
obj: DescribeIpamResourceDiscoveriesRequest
|
|
2019
|
+
) => any;
|
|
2020
|
+
export declare const DescribeIpamResourceDiscoveriesResultFilterSensitiveLog: (
|
|
2021
|
+
obj: DescribeIpamResourceDiscoveriesResult
|
|
2022
|
+
) => any;
|
|
2023
|
+
export declare const DescribeIpamResourceDiscoveryAssociationsRequestFilterSensitiveLog: (
|
|
2024
|
+
obj: DescribeIpamResourceDiscoveryAssociationsRequest
|
|
2025
|
+
) => any;
|
|
2026
|
+
export declare const DescribeIpamResourceDiscoveryAssociationsResultFilterSensitiveLog: (
|
|
2027
|
+
obj: DescribeIpamResourceDiscoveryAssociationsResult
|
|
2028
|
+
) => any;
|
|
1995
2029
|
export declare const DescribeIpamsRequestFilterSensitiveLog: (
|
|
1996
2030
|
obj: DescribeIpamsRequest
|
|
1997
2031
|
) => any;
|
|
@@ -2647,51 +2681,3 @@ export declare const VolumeStatusItemFilterSensitiveLog: (
|
|
|
2647
2681
|
export declare const DescribeVolumeStatusResultFilterSensitiveLog: (
|
|
2648
2682
|
obj: DescribeVolumeStatusResult
|
|
2649
2683
|
) => any;
|
|
2650
|
-
export declare const DescribeVpcAttributeRequestFilterSensitiveLog: (
|
|
2651
|
-
obj: DescribeVpcAttributeRequest
|
|
2652
|
-
) => any;
|
|
2653
|
-
export declare const DescribeVpcAttributeResultFilterSensitiveLog: (
|
|
2654
|
-
obj: DescribeVpcAttributeResult
|
|
2655
|
-
) => any;
|
|
2656
|
-
export declare const DescribeVpcClassicLinkRequestFilterSensitiveLog: (
|
|
2657
|
-
obj: DescribeVpcClassicLinkRequest
|
|
2658
|
-
) => any;
|
|
2659
|
-
export declare const VpcClassicLinkFilterSensitiveLog: (
|
|
2660
|
-
obj: VpcClassicLink
|
|
2661
|
-
) => any;
|
|
2662
|
-
export declare const DescribeVpcClassicLinkResultFilterSensitiveLog: (
|
|
2663
|
-
obj: DescribeVpcClassicLinkResult
|
|
2664
|
-
) => any;
|
|
2665
|
-
export declare const DescribeVpcClassicLinkDnsSupportRequestFilterSensitiveLog: (
|
|
2666
|
-
obj: DescribeVpcClassicLinkDnsSupportRequest
|
|
2667
|
-
) => any;
|
|
2668
|
-
export declare const ClassicLinkDnsSupportFilterSensitiveLog: (
|
|
2669
|
-
obj: ClassicLinkDnsSupport
|
|
2670
|
-
) => any;
|
|
2671
|
-
export declare const DescribeVpcClassicLinkDnsSupportResultFilterSensitiveLog: (
|
|
2672
|
-
obj: DescribeVpcClassicLinkDnsSupportResult
|
|
2673
|
-
) => any;
|
|
2674
|
-
export declare const DescribeVpcEndpointConnectionNotificationsRequestFilterSensitiveLog: (
|
|
2675
|
-
obj: DescribeVpcEndpointConnectionNotificationsRequest
|
|
2676
|
-
) => any;
|
|
2677
|
-
export declare const DescribeVpcEndpointConnectionNotificationsResultFilterSensitiveLog: (
|
|
2678
|
-
obj: DescribeVpcEndpointConnectionNotificationsResult
|
|
2679
|
-
) => any;
|
|
2680
|
-
export declare const DescribeVpcEndpointConnectionsRequestFilterSensitiveLog: (
|
|
2681
|
-
obj: DescribeVpcEndpointConnectionsRequest
|
|
2682
|
-
) => any;
|
|
2683
|
-
export declare const VpcEndpointConnectionFilterSensitiveLog: (
|
|
2684
|
-
obj: VpcEndpointConnection
|
|
2685
|
-
) => any;
|
|
2686
|
-
export declare const DescribeVpcEndpointConnectionsResultFilterSensitiveLog: (
|
|
2687
|
-
obj: DescribeVpcEndpointConnectionsResult
|
|
2688
|
-
) => any;
|
|
2689
|
-
export declare const DescribeVpcEndpointsRequestFilterSensitiveLog: (
|
|
2690
|
-
obj: DescribeVpcEndpointsRequest
|
|
2691
|
-
) => any;
|
|
2692
|
-
export declare const DescribeVpcEndpointsResultFilterSensitiveLog: (
|
|
2693
|
-
obj: DescribeVpcEndpointsResult
|
|
2694
|
-
) => any;
|
|
2695
|
-
export declare const DescribeVpcEndpointServiceConfigurationsRequestFilterSensitiveLog: (
|
|
2696
|
-
obj: DescribeVpcEndpointServiceConfigurationsRequest
|
|
2697
|
-
) => any;
|