@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
|
@@ -5,18 +5,13 @@ import {
|
|
|
5
5
|
AddressTransfer,
|
|
6
6
|
AllowedPrincipal,
|
|
7
7
|
AssociationStatus,
|
|
8
|
-
AutoPlacement,
|
|
9
8
|
CapacityReservationState,
|
|
10
|
-
ClientConnectOptions,
|
|
11
|
-
ClientLoginBannerOptions,
|
|
12
|
-
ConnectionLogOptions,
|
|
13
9
|
CurrencyCodeValues,
|
|
14
10
|
EndDateType,
|
|
15
|
-
HostRecovery,
|
|
16
11
|
IamInstanceProfileAssociation,
|
|
17
12
|
InstanceEventWindow,
|
|
18
13
|
IpamPoolAllocation,
|
|
19
|
-
|
|
14
|
+
IpamResourceDiscoveryAssociation,
|
|
20
15
|
SubnetAssociation,
|
|
21
16
|
SubnetIpv6CidrBlockAssociation,
|
|
22
17
|
Tag,
|
|
@@ -27,7 +22,6 @@ import {
|
|
|
27
22
|
TransitGatewayAttachmentResourceType,
|
|
28
23
|
TransitGatewayMulticastDomainAssociations,
|
|
29
24
|
TransitGatewayPolicyTableAssociation,
|
|
30
|
-
UnsuccessfulItem,
|
|
31
25
|
VerifiedAccessInstance,
|
|
32
26
|
VerifiedAccessTrustProvider,
|
|
33
27
|
VpcCidrBlockAssociation,
|
|
@@ -35,12 +29,7 @@ import {
|
|
|
35
29
|
VpcPeeringConnection,
|
|
36
30
|
} from "./models_0";
|
|
37
31
|
import {
|
|
38
|
-
AttributeValue,
|
|
39
|
-
CapacityReservationPreference,
|
|
40
|
-
CapacityReservationTarget,
|
|
41
32
|
DiskImageFormat,
|
|
42
|
-
FleetExcessCapacityTerminationPolicy,
|
|
43
|
-
FleetLaunchTemplateConfigRequest,
|
|
44
33
|
InstanceRequirementsRequest,
|
|
45
34
|
IpamResourceTag,
|
|
46
35
|
NetworkInsightsAccessScopeContent,
|
|
@@ -49,18 +38,22 @@ import {
|
|
|
49
38
|
RequestIpamResourceTag,
|
|
50
39
|
ResponseLaunchTemplateData,
|
|
51
40
|
ShutdownBehavior,
|
|
52
|
-
TargetCapacitySpecificationRequest,
|
|
53
41
|
TargetCapacityUnitType,
|
|
54
42
|
Vpc,
|
|
55
43
|
} from "./models_1";
|
|
56
44
|
import {
|
|
45
|
+
ConnectionNotification,
|
|
46
|
+
DnsEntry,
|
|
57
47
|
DnsNameState,
|
|
48
|
+
IpAddressType,
|
|
58
49
|
PayerResponsibility,
|
|
59
50
|
ServiceConfiguration,
|
|
60
51
|
ServiceConnectivityType,
|
|
61
52
|
ServiceTypeDetail,
|
|
53
|
+
State,
|
|
62
54
|
SubnetCidrReservation,
|
|
63
55
|
TransitGatewayPrefixListReference,
|
|
56
|
+
VpcEndpoint,
|
|
64
57
|
VpnConnection,
|
|
65
58
|
VpnGateway,
|
|
66
59
|
} from "./models_2";
|
|
@@ -76,22 +69,106 @@ import {
|
|
|
76
69
|
FastLaunchStateCode,
|
|
77
70
|
FastSnapshotRestoreStateCode,
|
|
78
71
|
Filter,
|
|
79
|
-
FpgaImageAttribute,
|
|
80
|
-
FpgaImageAttributeName,
|
|
81
72
|
ImportImageLicenseConfigurationResponse,
|
|
82
|
-
InstanceAttributeName,
|
|
83
73
|
IpamPoolCidr,
|
|
84
|
-
LaunchPermission,
|
|
85
74
|
MetricType,
|
|
86
75
|
PaymentOption,
|
|
87
76
|
PeriodType,
|
|
88
|
-
PermissionGroup,
|
|
89
77
|
SnapshotDetail,
|
|
90
78
|
SnapshotTaskDetail,
|
|
91
79
|
StatisticType,
|
|
92
80
|
VirtualizationType,
|
|
93
81
|
} from "./models_3";
|
|
94
|
-
import { AnalysisStatus, ArchitectureType } from "./models_4";
|
|
82
|
+
import { AnalysisStatus, ArchitectureType, VpcAttributeName } from "./models_4";
|
|
83
|
+
export interface DescribeVpcAttributeRequest {
|
|
84
|
+
Attribute: VpcAttributeName | string | undefined;
|
|
85
|
+
VpcId: string | undefined;
|
|
86
|
+
DryRun?: boolean;
|
|
87
|
+
}
|
|
88
|
+
export interface DescribeVpcAttributeResult {
|
|
89
|
+
VpcId?: string;
|
|
90
|
+
EnableDnsHostnames?: AttributeBooleanValue;
|
|
91
|
+
EnableDnsSupport?: AttributeBooleanValue;
|
|
92
|
+
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
|
|
93
|
+
}
|
|
94
|
+
export interface DescribeVpcClassicLinkRequest {
|
|
95
|
+
Filters?: Filter[];
|
|
96
|
+
DryRun?: boolean;
|
|
97
|
+
VpcIds?: string[];
|
|
98
|
+
}
|
|
99
|
+
export interface VpcClassicLink {
|
|
100
|
+
ClassicLinkEnabled?: boolean;
|
|
101
|
+
Tags?: Tag[];
|
|
102
|
+
VpcId?: string;
|
|
103
|
+
}
|
|
104
|
+
export interface DescribeVpcClassicLinkResult {
|
|
105
|
+
Vpcs?: VpcClassicLink[];
|
|
106
|
+
}
|
|
107
|
+
export interface DescribeVpcClassicLinkDnsSupportRequest {
|
|
108
|
+
MaxResults?: number;
|
|
109
|
+
NextToken?: string;
|
|
110
|
+
VpcIds?: string[];
|
|
111
|
+
}
|
|
112
|
+
export interface ClassicLinkDnsSupport {
|
|
113
|
+
ClassicLinkDnsSupported?: boolean;
|
|
114
|
+
VpcId?: string;
|
|
115
|
+
}
|
|
116
|
+
export interface DescribeVpcClassicLinkDnsSupportResult {
|
|
117
|
+
NextToken?: string;
|
|
118
|
+
Vpcs?: ClassicLinkDnsSupport[];
|
|
119
|
+
}
|
|
120
|
+
export interface DescribeVpcEndpointConnectionNotificationsRequest {
|
|
121
|
+
DryRun?: boolean;
|
|
122
|
+
ConnectionNotificationId?: string;
|
|
123
|
+
Filters?: Filter[];
|
|
124
|
+
MaxResults?: number;
|
|
125
|
+
NextToken?: string;
|
|
126
|
+
}
|
|
127
|
+
export interface DescribeVpcEndpointConnectionNotificationsResult {
|
|
128
|
+
ConnectionNotificationSet?: ConnectionNotification[];
|
|
129
|
+
NextToken?: string;
|
|
130
|
+
}
|
|
131
|
+
export interface DescribeVpcEndpointConnectionsRequest {
|
|
132
|
+
DryRun?: boolean;
|
|
133
|
+
Filters?: Filter[];
|
|
134
|
+
MaxResults?: number;
|
|
135
|
+
NextToken?: string;
|
|
136
|
+
}
|
|
137
|
+
export interface VpcEndpointConnection {
|
|
138
|
+
ServiceId?: string;
|
|
139
|
+
VpcEndpointId?: string;
|
|
140
|
+
VpcEndpointOwner?: string;
|
|
141
|
+
VpcEndpointState?: State | string;
|
|
142
|
+
CreationTimestamp?: Date;
|
|
143
|
+
DnsEntries?: DnsEntry[];
|
|
144
|
+
NetworkLoadBalancerArns?: string[];
|
|
145
|
+
GatewayLoadBalancerArns?: string[];
|
|
146
|
+
IpAddressType?: IpAddressType | string;
|
|
147
|
+
VpcEndpointConnectionId?: string;
|
|
148
|
+
Tags?: Tag[];
|
|
149
|
+
}
|
|
150
|
+
export interface DescribeVpcEndpointConnectionsResult {
|
|
151
|
+
VpcEndpointConnections?: VpcEndpointConnection[];
|
|
152
|
+
NextToken?: string;
|
|
153
|
+
}
|
|
154
|
+
export interface DescribeVpcEndpointsRequest {
|
|
155
|
+
DryRun?: boolean;
|
|
156
|
+
VpcEndpointIds?: string[];
|
|
157
|
+
Filters?: Filter[];
|
|
158
|
+
MaxResults?: number;
|
|
159
|
+
NextToken?: string;
|
|
160
|
+
}
|
|
161
|
+
export interface DescribeVpcEndpointsResult {
|
|
162
|
+
VpcEndpoints?: VpcEndpoint[];
|
|
163
|
+
NextToken?: string;
|
|
164
|
+
}
|
|
165
|
+
export interface DescribeVpcEndpointServiceConfigurationsRequest {
|
|
166
|
+
DryRun?: boolean;
|
|
167
|
+
ServiceIds?: string[];
|
|
168
|
+
Filters?: Filter[];
|
|
169
|
+
MaxResults?: number;
|
|
170
|
+
NextToken?: string;
|
|
171
|
+
}
|
|
95
172
|
export interface DescribeVpcEndpointServiceConfigurationsResult {
|
|
96
173
|
ServiceConfigurations?: ServiceConfiguration[];
|
|
97
174
|
NextToken?: string;
|
|
@@ -392,6 +469,13 @@ export interface DisassociateInstanceEventWindowRequest {
|
|
|
392
469
|
export interface DisassociateInstanceEventWindowResult {
|
|
393
470
|
InstanceEventWindow?: InstanceEventWindow;
|
|
394
471
|
}
|
|
472
|
+
export interface DisassociateIpamResourceDiscoveryRequest {
|
|
473
|
+
DryRun?: boolean;
|
|
474
|
+
IpamResourceDiscoveryAssociationId: string | undefined;
|
|
475
|
+
}
|
|
476
|
+
export interface DisassociateIpamResourceDiscoveryResult {
|
|
477
|
+
IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
|
|
478
|
+
}
|
|
395
479
|
export interface DisassociateRouteTableRequest {
|
|
396
480
|
AssociationId: string | undefined;
|
|
397
481
|
DryRun?: boolean;
|
|
@@ -919,6 +1003,65 @@ export interface GetIpamAddressHistoryResult {
|
|
|
919
1003
|
HistoryRecords?: IpamAddressHistoryRecord[];
|
|
920
1004
|
NextToken?: string;
|
|
921
1005
|
}
|
|
1006
|
+
export interface GetIpamDiscoveredAccountsRequest {
|
|
1007
|
+
DryRun?: boolean;
|
|
1008
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
1009
|
+
DiscoveryRegion: string | undefined;
|
|
1010
|
+
Filters?: Filter[];
|
|
1011
|
+
NextToken?: string;
|
|
1012
|
+
MaxResults?: number;
|
|
1013
|
+
}
|
|
1014
|
+
export declare enum IpamDiscoveryFailureCode {
|
|
1015
|
+
assume_role_failure = "assume-role-failure",
|
|
1016
|
+
throttling_failure = "throttling-failure",
|
|
1017
|
+
unauthorized_failure = "unauthorized-failure",
|
|
1018
|
+
}
|
|
1019
|
+
export interface IpamDiscoveryFailureReason {
|
|
1020
|
+
Code?: IpamDiscoveryFailureCode | string;
|
|
1021
|
+
Message?: string;
|
|
1022
|
+
}
|
|
1023
|
+
export interface IpamDiscoveredAccount {
|
|
1024
|
+
AccountId?: string;
|
|
1025
|
+
DiscoveryRegion?: string;
|
|
1026
|
+
FailureReason?: IpamDiscoveryFailureReason;
|
|
1027
|
+
LastAttemptedDiscoveryTime?: Date;
|
|
1028
|
+
LastSuccessfulDiscoveryTime?: Date;
|
|
1029
|
+
}
|
|
1030
|
+
export interface GetIpamDiscoveredAccountsResult {
|
|
1031
|
+
IpamDiscoveredAccounts?: IpamDiscoveredAccount[];
|
|
1032
|
+
NextToken?: string;
|
|
1033
|
+
}
|
|
1034
|
+
export interface GetIpamDiscoveredResourceCidrsRequest {
|
|
1035
|
+
DryRun?: boolean;
|
|
1036
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
1037
|
+
ResourceRegion: string | undefined;
|
|
1038
|
+
Filters?: Filter[];
|
|
1039
|
+
NextToken?: string;
|
|
1040
|
+
MaxResults?: number;
|
|
1041
|
+
}
|
|
1042
|
+
export declare enum IpamResourceType {
|
|
1043
|
+
eip = "eip",
|
|
1044
|
+
ipv6_pool = "ipv6-pool",
|
|
1045
|
+
public_ipv4_pool = "public-ipv4-pool",
|
|
1046
|
+
subnet = "subnet",
|
|
1047
|
+
vpc = "vpc",
|
|
1048
|
+
}
|
|
1049
|
+
export interface IpamDiscoveredResourceCidr {
|
|
1050
|
+
IpamResourceDiscoveryId?: string;
|
|
1051
|
+
ResourceRegion?: string;
|
|
1052
|
+
ResourceId?: string;
|
|
1053
|
+
ResourceOwnerId?: string;
|
|
1054
|
+
ResourceCidr?: string;
|
|
1055
|
+
ResourceType?: IpamResourceType | string;
|
|
1056
|
+
ResourceTags?: IpamResourceTag[];
|
|
1057
|
+
IpUsage?: number;
|
|
1058
|
+
VpcId?: string;
|
|
1059
|
+
SampleTime?: Date;
|
|
1060
|
+
}
|
|
1061
|
+
export interface GetIpamDiscoveredResourceCidrsResult {
|
|
1062
|
+
IpamDiscoveredResourceCidrs?: IpamDiscoveredResourceCidr[];
|
|
1063
|
+
NextToken?: string;
|
|
1064
|
+
}
|
|
922
1065
|
export interface GetIpamPoolAllocationsRequest {
|
|
923
1066
|
DryRun?: boolean;
|
|
924
1067
|
IpamPoolId: string | undefined;
|
|
@@ -942,13 +1085,6 @@ export interface GetIpamPoolCidrsResult {
|
|
|
942
1085
|
IpamPoolCidrs?: IpamPoolCidr[];
|
|
943
1086
|
NextToken?: string;
|
|
944
1087
|
}
|
|
945
|
-
export declare enum IpamResourceType {
|
|
946
|
-
eip = "eip",
|
|
947
|
-
ipv6_pool = "ipv6-pool",
|
|
948
|
-
public_ipv4_pool = "public-ipv4-pool",
|
|
949
|
-
subnet = "subnet",
|
|
950
|
-
vpc = "vpc",
|
|
951
|
-
}
|
|
952
1088
|
export interface GetIpamResourceCidrsRequest {
|
|
953
1089
|
DryRun?: boolean;
|
|
954
1090
|
Filters?: Filter[];
|
|
@@ -1513,164 +1649,54 @@ export interface DnsServersOptionsModifyStructure {
|
|
|
1513
1649
|
CustomDnsServers?: string[];
|
|
1514
1650
|
Enabled?: boolean;
|
|
1515
1651
|
}
|
|
1516
|
-
export
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
export
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
export
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
Group?: PermissionGroup | string;
|
|
1565
|
-
UserId?: string;
|
|
1566
|
-
}
|
|
1567
|
-
export interface LoadPermissionModifications {
|
|
1568
|
-
Add?: LoadPermissionRequest[];
|
|
1569
|
-
Remove?: LoadPermissionRequest[];
|
|
1570
|
-
}
|
|
1571
|
-
export declare enum OperationType {
|
|
1572
|
-
add = "add",
|
|
1573
|
-
remove = "remove",
|
|
1574
|
-
}
|
|
1575
|
-
export interface ModifyFpgaImageAttributeRequest {
|
|
1576
|
-
DryRun?: boolean;
|
|
1577
|
-
FpgaImageId: string | undefined;
|
|
1578
|
-
Attribute?: FpgaImageAttributeName | string;
|
|
1579
|
-
OperationType?: OperationType | string;
|
|
1580
|
-
UserIds?: string[];
|
|
1581
|
-
UserGroups?: string[];
|
|
1582
|
-
ProductCodes?: string[];
|
|
1583
|
-
LoadPermission?: LoadPermissionModifications;
|
|
1584
|
-
Description?: string;
|
|
1585
|
-
Name?: string;
|
|
1586
|
-
}
|
|
1587
|
-
export interface ModifyFpgaImageAttributeResult {
|
|
1588
|
-
FpgaImageAttribute?: FpgaImageAttribute;
|
|
1589
|
-
}
|
|
1590
|
-
export interface ModifyHostsRequest {
|
|
1591
|
-
AutoPlacement?: AutoPlacement | string;
|
|
1592
|
-
HostIds: string[] | undefined;
|
|
1593
|
-
HostRecovery?: HostRecovery | string;
|
|
1594
|
-
InstanceType?: string;
|
|
1595
|
-
InstanceFamily?: string;
|
|
1596
|
-
}
|
|
1597
|
-
export interface ModifyHostsResult {
|
|
1598
|
-
Successful?: string[];
|
|
1599
|
-
Unsuccessful?: UnsuccessfulItem[];
|
|
1600
|
-
}
|
|
1601
|
-
export interface ModifyIdentityIdFormatRequest {
|
|
1602
|
-
PrincipalArn: string | undefined;
|
|
1603
|
-
Resource: string | undefined;
|
|
1604
|
-
UseLongIds: boolean | undefined;
|
|
1605
|
-
}
|
|
1606
|
-
export interface ModifyIdFormatRequest {
|
|
1607
|
-
Resource: string | undefined;
|
|
1608
|
-
UseLongIds: boolean | undefined;
|
|
1609
|
-
}
|
|
1610
|
-
export interface LaunchPermissionModifications {
|
|
1611
|
-
Add?: LaunchPermission[];
|
|
1612
|
-
Remove?: LaunchPermission[];
|
|
1613
|
-
}
|
|
1614
|
-
export interface ModifyImageAttributeRequest {
|
|
1615
|
-
Attribute?: string;
|
|
1616
|
-
Description?: AttributeValue;
|
|
1617
|
-
ImageId: string | undefined;
|
|
1618
|
-
LaunchPermission?: LaunchPermissionModifications;
|
|
1619
|
-
OperationType?: OperationType | string;
|
|
1620
|
-
ProductCodes?: string[];
|
|
1621
|
-
UserGroups?: string[];
|
|
1622
|
-
UserIds?: string[];
|
|
1623
|
-
Value?: string;
|
|
1624
|
-
DryRun?: boolean;
|
|
1625
|
-
OrganizationArns?: string[];
|
|
1626
|
-
OrganizationalUnitArns?: string[];
|
|
1627
|
-
}
|
|
1628
|
-
export interface EbsInstanceBlockDeviceSpecification {
|
|
1629
|
-
DeleteOnTermination?: boolean;
|
|
1630
|
-
VolumeId?: string;
|
|
1631
|
-
}
|
|
1632
|
-
export interface InstanceBlockDeviceMappingSpecification {
|
|
1633
|
-
DeviceName?: string;
|
|
1634
|
-
Ebs?: EbsInstanceBlockDeviceSpecification;
|
|
1635
|
-
NoDevice?: string;
|
|
1636
|
-
VirtualName?: string;
|
|
1637
|
-
}
|
|
1638
|
-
export interface BlobAttributeValue {
|
|
1639
|
-
Value?: Uint8Array;
|
|
1640
|
-
}
|
|
1641
|
-
export interface ModifyInstanceAttributeRequest {
|
|
1642
|
-
SourceDestCheck?: AttributeBooleanValue;
|
|
1643
|
-
Attribute?: InstanceAttributeName | string;
|
|
1644
|
-
BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[];
|
|
1645
|
-
DisableApiTermination?: AttributeBooleanValue;
|
|
1646
|
-
DryRun?: boolean;
|
|
1647
|
-
EbsOptimized?: AttributeBooleanValue;
|
|
1648
|
-
EnaSupport?: AttributeBooleanValue;
|
|
1649
|
-
Groups?: string[];
|
|
1650
|
-
InstanceId: string | undefined;
|
|
1651
|
-
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
1652
|
-
InstanceType?: AttributeValue;
|
|
1653
|
-
Kernel?: AttributeValue;
|
|
1654
|
-
Ramdisk?: AttributeValue;
|
|
1655
|
-
SriovNetSupport?: AttributeValue;
|
|
1656
|
-
UserData?: BlobAttributeValue;
|
|
1657
|
-
Value?: string;
|
|
1658
|
-
DisableApiStop?: AttributeBooleanValue;
|
|
1659
|
-
}
|
|
1660
|
-
export interface CapacityReservationSpecification {
|
|
1661
|
-
CapacityReservationPreference?: CapacityReservationPreference | string;
|
|
1662
|
-
CapacityReservationTarget?: CapacityReservationTarget;
|
|
1663
|
-
}
|
|
1664
|
-
export interface ModifyInstanceCapacityReservationAttributesRequest {
|
|
1665
|
-
InstanceId: string | undefined;
|
|
1666
|
-
CapacityReservationSpecification:
|
|
1667
|
-
| CapacityReservationSpecification
|
|
1668
|
-
| undefined;
|
|
1669
|
-
DryRun?: boolean;
|
|
1670
|
-
}
|
|
1671
|
-
export interface ModifyInstanceCapacityReservationAttributesResult {
|
|
1672
|
-
Return?: boolean;
|
|
1673
|
-
}
|
|
1652
|
+
export declare const DescribeVpcAttributeRequestFilterSensitiveLog: (
|
|
1653
|
+
obj: DescribeVpcAttributeRequest
|
|
1654
|
+
) => any;
|
|
1655
|
+
export declare const DescribeVpcAttributeResultFilterSensitiveLog: (
|
|
1656
|
+
obj: DescribeVpcAttributeResult
|
|
1657
|
+
) => any;
|
|
1658
|
+
export declare const DescribeVpcClassicLinkRequestFilterSensitiveLog: (
|
|
1659
|
+
obj: DescribeVpcClassicLinkRequest
|
|
1660
|
+
) => any;
|
|
1661
|
+
export declare const VpcClassicLinkFilterSensitiveLog: (
|
|
1662
|
+
obj: VpcClassicLink
|
|
1663
|
+
) => any;
|
|
1664
|
+
export declare const DescribeVpcClassicLinkResultFilterSensitiveLog: (
|
|
1665
|
+
obj: DescribeVpcClassicLinkResult
|
|
1666
|
+
) => any;
|
|
1667
|
+
export declare const DescribeVpcClassicLinkDnsSupportRequestFilterSensitiveLog: (
|
|
1668
|
+
obj: DescribeVpcClassicLinkDnsSupportRequest
|
|
1669
|
+
) => any;
|
|
1670
|
+
export declare const ClassicLinkDnsSupportFilterSensitiveLog: (
|
|
1671
|
+
obj: ClassicLinkDnsSupport
|
|
1672
|
+
) => any;
|
|
1673
|
+
export declare const DescribeVpcClassicLinkDnsSupportResultFilterSensitiveLog: (
|
|
1674
|
+
obj: DescribeVpcClassicLinkDnsSupportResult
|
|
1675
|
+
) => any;
|
|
1676
|
+
export declare const DescribeVpcEndpointConnectionNotificationsRequestFilterSensitiveLog: (
|
|
1677
|
+
obj: DescribeVpcEndpointConnectionNotificationsRequest
|
|
1678
|
+
) => any;
|
|
1679
|
+
export declare const DescribeVpcEndpointConnectionNotificationsResultFilterSensitiveLog: (
|
|
1680
|
+
obj: DescribeVpcEndpointConnectionNotificationsResult
|
|
1681
|
+
) => any;
|
|
1682
|
+
export declare const DescribeVpcEndpointConnectionsRequestFilterSensitiveLog: (
|
|
1683
|
+
obj: DescribeVpcEndpointConnectionsRequest
|
|
1684
|
+
) => any;
|
|
1685
|
+
export declare const VpcEndpointConnectionFilterSensitiveLog: (
|
|
1686
|
+
obj: VpcEndpointConnection
|
|
1687
|
+
) => any;
|
|
1688
|
+
export declare const DescribeVpcEndpointConnectionsResultFilterSensitiveLog: (
|
|
1689
|
+
obj: DescribeVpcEndpointConnectionsResult
|
|
1690
|
+
) => any;
|
|
1691
|
+
export declare const DescribeVpcEndpointsRequestFilterSensitiveLog: (
|
|
1692
|
+
obj: DescribeVpcEndpointsRequest
|
|
1693
|
+
) => any;
|
|
1694
|
+
export declare const DescribeVpcEndpointsResultFilterSensitiveLog: (
|
|
1695
|
+
obj: DescribeVpcEndpointsResult
|
|
1696
|
+
) => any;
|
|
1697
|
+
export declare const DescribeVpcEndpointServiceConfigurationsRequestFilterSensitiveLog: (
|
|
1698
|
+
obj: DescribeVpcEndpointServiceConfigurationsRequest
|
|
1699
|
+
) => any;
|
|
1674
1700
|
export declare const DescribeVpcEndpointServiceConfigurationsResultFilterSensitiveLog: (
|
|
1675
1701
|
obj: DescribeVpcEndpointServiceConfigurationsResult
|
|
1676
1702
|
) => any;
|
|
@@ -1854,6 +1880,12 @@ export declare const DisassociateInstanceEventWindowRequestFilterSensitiveLog: (
|
|
|
1854
1880
|
export declare const DisassociateInstanceEventWindowResultFilterSensitiveLog: (
|
|
1855
1881
|
obj: DisassociateInstanceEventWindowResult
|
|
1856
1882
|
) => any;
|
|
1883
|
+
export declare const DisassociateIpamResourceDiscoveryRequestFilterSensitiveLog: (
|
|
1884
|
+
obj: DisassociateIpamResourceDiscoveryRequest
|
|
1885
|
+
) => any;
|
|
1886
|
+
export declare const DisassociateIpamResourceDiscoveryResultFilterSensitiveLog: (
|
|
1887
|
+
obj: DisassociateIpamResourceDiscoveryResult
|
|
1888
|
+
) => any;
|
|
1857
1889
|
export declare const DisassociateRouteTableRequestFilterSensitiveLog: (
|
|
1858
1890
|
obj: DisassociateRouteTableRequest
|
|
1859
1891
|
) => any;
|
|
@@ -2149,6 +2181,27 @@ export declare const IpamAddressHistoryRecordFilterSensitiveLog: (
|
|
|
2149
2181
|
export declare const GetIpamAddressHistoryResultFilterSensitiveLog: (
|
|
2150
2182
|
obj: GetIpamAddressHistoryResult
|
|
2151
2183
|
) => any;
|
|
2184
|
+
export declare const GetIpamDiscoveredAccountsRequestFilterSensitiveLog: (
|
|
2185
|
+
obj: GetIpamDiscoveredAccountsRequest
|
|
2186
|
+
) => any;
|
|
2187
|
+
export declare const IpamDiscoveryFailureReasonFilterSensitiveLog: (
|
|
2188
|
+
obj: IpamDiscoveryFailureReason
|
|
2189
|
+
) => any;
|
|
2190
|
+
export declare const IpamDiscoveredAccountFilterSensitiveLog: (
|
|
2191
|
+
obj: IpamDiscoveredAccount
|
|
2192
|
+
) => any;
|
|
2193
|
+
export declare const GetIpamDiscoveredAccountsResultFilterSensitiveLog: (
|
|
2194
|
+
obj: GetIpamDiscoveredAccountsResult
|
|
2195
|
+
) => any;
|
|
2196
|
+
export declare const GetIpamDiscoveredResourceCidrsRequestFilterSensitiveLog: (
|
|
2197
|
+
obj: GetIpamDiscoveredResourceCidrsRequest
|
|
2198
|
+
) => any;
|
|
2199
|
+
export declare const IpamDiscoveredResourceCidrFilterSensitiveLog: (
|
|
2200
|
+
obj: IpamDiscoveredResourceCidr
|
|
2201
|
+
) => any;
|
|
2202
|
+
export declare const GetIpamDiscoveredResourceCidrsResultFilterSensitiveLog: (
|
|
2203
|
+
obj: GetIpamDiscoveredResourceCidrsResult
|
|
2204
|
+
) => any;
|
|
2152
2205
|
export declare const GetIpamPoolAllocationsRequestFilterSensitiveLog: (
|
|
2153
2206
|
obj: GetIpamPoolAllocationsRequest
|
|
2154
2207
|
) => any;
|
|
@@ -2445,78 +2498,3 @@ export declare const ModifyCapacityReservationFleetResultFilterSensitiveLog: (
|
|
|
2445
2498
|
export declare const DnsServersOptionsModifyStructureFilterSensitiveLog: (
|
|
2446
2499
|
obj: DnsServersOptionsModifyStructure
|
|
2447
2500
|
) => any;
|
|
2448
|
-
export declare const ModifyClientVpnEndpointRequestFilterSensitiveLog: (
|
|
2449
|
-
obj: ModifyClientVpnEndpointRequest
|
|
2450
|
-
) => any;
|
|
2451
|
-
export declare const ModifyClientVpnEndpointResultFilterSensitiveLog: (
|
|
2452
|
-
obj: ModifyClientVpnEndpointResult
|
|
2453
|
-
) => any;
|
|
2454
|
-
export declare const ModifyDefaultCreditSpecificationRequestFilterSensitiveLog: (
|
|
2455
|
-
obj: ModifyDefaultCreditSpecificationRequest
|
|
2456
|
-
) => any;
|
|
2457
|
-
export declare const ModifyDefaultCreditSpecificationResultFilterSensitiveLog: (
|
|
2458
|
-
obj: ModifyDefaultCreditSpecificationResult
|
|
2459
|
-
) => any;
|
|
2460
|
-
export declare const ModifyEbsDefaultKmsKeyIdRequestFilterSensitiveLog: (
|
|
2461
|
-
obj: ModifyEbsDefaultKmsKeyIdRequest
|
|
2462
|
-
) => any;
|
|
2463
|
-
export declare const ModifyEbsDefaultKmsKeyIdResultFilterSensitiveLog: (
|
|
2464
|
-
obj: ModifyEbsDefaultKmsKeyIdResult
|
|
2465
|
-
) => any;
|
|
2466
|
-
export declare const ModifyFleetRequestFilterSensitiveLog: (
|
|
2467
|
-
obj: ModifyFleetRequest
|
|
2468
|
-
) => any;
|
|
2469
|
-
export declare const ModifyFleetResultFilterSensitiveLog: (
|
|
2470
|
-
obj: ModifyFleetResult
|
|
2471
|
-
) => any;
|
|
2472
|
-
export declare const LoadPermissionRequestFilterSensitiveLog: (
|
|
2473
|
-
obj: LoadPermissionRequest
|
|
2474
|
-
) => any;
|
|
2475
|
-
export declare const LoadPermissionModificationsFilterSensitiveLog: (
|
|
2476
|
-
obj: LoadPermissionModifications
|
|
2477
|
-
) => any;
|
|
2478
|
-
export declare const ModifyFpgaImageAttributeRequestFilterSensitiveLog: (
|
|
2479
|
-
obj: ModifyFpgaImageAttributeRequest
|
|
2480
|
-
) => any;
|
|
2481
|
-
export declare const ModifyFpgaImageAttributeResultFilterSensitiveLog: (
|
|
2482
|
-
obj: ModifyFpgaImageAttributeResult
|
|
2483
|
-
) => any;
|
|
2484
|
-
export declare const ModifyHostsRequestFilterSensitiveLog: (
|
|
2485
|
-
obj: ModifyHostsRequest
|
|
2486
|
-
) => any;
|
|
2487
|
-
export declare const ModifyHostsResultFilterSensitiveLog: (
|
|
2488
|
-
obj: ModifyHostsResult
|
|
2489
|
-
) => any;
|
|
2490
|
-
export declare const ModifyIdentityIdFormatRequestFilterSensitiveLog: (
|
|
2491
|
-
obj: ModifyIdentityIdFormatRequest
|
|
2492
|
-
) => any;
|
|
2493
|
-
export declare const ModifyIdFormatRequestFilterSensitiveLog: (
|
|
2494
|
-
obj: ModifyIdFormatRequest
|
|
2495
|
-
) => any;
|
|
2496
|
-
export declare const LaunchPermissionModificationsFilterSensitiveLog: (
|
|
2497
|
-
obj: LaunchPermissionModifications
|
|
2498
|
-
) => any;
|
|
2499
|
-
export declare const ModifyImageAttributeRequestFilterSensitiveLog: (
|
|
2500
|
-
obj: ModifyImageAttributeRequest
|
|
2501
|
-
) => any;
|
|
2502
|
-
export declare const EbsInstanceBlockDeviceSpecificationFilterSensitiveLog: (
|
|
2503
|
-
obj: EbsInstanceBlockDeviceSpecification
|
|
2504
|
-
) => any;
|
|
2505
|
-
export declare const InstanceBlockDeviceMappingSpecificationFilterSensitiveLog: (
|
|
2506
|
-
obj: InstanceBlockDeviceMappingSpecification
|
|
2507
|
-
) => any;
|
|
2508
|
-
export declare const BlobAttributeValueFilterSensitiveLog: (
|
|
2509
|
-
obj: BlobAttributeValue
|
|
2510
|
-
) => any;
|
|
2511
|
-
export declare const ModifyInstanceAttributeRequestFilterSensitiveLog: (
|
|
2512
|
-
obj: ModifyInstanceAttributeRequest
|
|
2513
|
-
) => any;
|
|
2514
|
-
export declare const CapacityReservationSpecificationFilterSensitiveLog: (
|
|
2515
|
-
obj: CapacityReservationSpecification
|
|
2516
|
-
) => any;
|
|
2517
|
-
export declare const ModifyInstanceCapacityReservationAttributesRequestFilterSensitiveLog: (
|
|
2518
|
-
obj: ModifyInstanceCapacityReservationAttributesRequest
|
|
2519
|
-
) => any;
|
|
2520
|
-
export declare const ModifyInstanceCapacityReservationAttributesResultFilterSensitiveLog: (
|
|
2521
|
-
obj: ModifyInstanceCapacityReservationAttributesResult
|
|
2522
|
-
) => any;
|