@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
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DescribeVpcEndpointsRequest,
|
|
16
16
|
DescribeVpcEndpointsResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_5";
|
|
18
18
|
export interface DescribeVpcEndpointsCommandInput
|
|
19
19
|
extends DescribeVpcEndpointsRequest {}
|
|
20
20
|
export interface DescribeVpcEndpointsCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
DisassociateIpamResourceDiscoveryRequest,
|
|
16
|
+
DisassociateIpamResourceDiscoveryResult,
|
|
17
|
+
} from "../models/models_5";
|
|
18
|
+
export interface DisassociateIpamResourceDiscoveryCommandInput
|
|
19
|
+
extends DisassociateIpamResourceDiscoveryRequest {}
|
|
20
|
+
export interface DisassociateIpamResourceDiscoveryCommandOutput
|
|
21
|
+
extends DisassociateIpamResourceDiscoveryResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DisassociateIpamResourceDiscoveryCommand extends $Command<
|
|
24
|
+
DisassociateIpamResourceDiscoveryCommandInput,
|
|
25
|
+
DisassociateIpamResourceDiscoveryCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateIpamResourceDiscoveryCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DisassociateIpamResourceDiscoveryCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EC2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateIpamResourceDiscoveryCommandInput,
|
|
37
|
+
DisassociateIpamResourceDiscoveryCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
GetIpamDiscoveredAccountsRequest,
|
|
16
|
+
GetIpamDiscoveredAccountsResult,
|
|
17
|
+
} from "../models/models_5";
|
|
18
|
+
export interface GetIpamDiscoveredAccountsCommandInput
|
|
19
|
+
extends GetIpamDiscoveredAccountsRequest {}
|
|
20
|
+
export interface GetIpamDiscoveredAccountsCommandOutput
|
|
21
|
+
extends GetIpamDiscoveredAccountsResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetIpamDiscoveredAccountsCommand extends $Command<
|
|
24
|
+
GetIpamDiscoveredAccountsCommandInput,
|
|
25
|
+
GetIpamDiscoveredAccountsCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetIpamDiscoveredAccountsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetIpamDiscoveredAccountsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EC2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetIpamDiscoveredAccountsCommandInput,
|
|
37
|
+
GetIpamDiscoveredAccountsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
GetIpamDiscoveredResourceCidrsRequest,
|
|
16
|
+
GetIpamDiscoveredResourceCidrsResult,
|
|
17
|
+
} from "../models/models_5";
|
|
18
|
+
export interface GetIpamDiscoveredResourceCidrsCommandInput
|
|
19
|
+
extends GetIpamDiscoveredResourceCidrsRequest {}
|
|
20
|
+
export interface GetIpamDiscoveredResourceCidrsCommandOutput
|
|
21
|
+
extends GetIpamDiscoveredResourceCidrsResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetIpamDiscoveredResourceCidrsCommand extends $Command<
|
|
24
|
+
GetIpamDiscoveredResourceCidrsCommandInput,
|
|
25
|
+
GetIpamDiscoveredResourceCidrsCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetIpamDiscoveredResourceCidrsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetIpamDiscoveredResourceCidrsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EC2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetIpamDiscoveredResourceCidrsCommandInput,
|
|
37
|
+
GetIpamDiscoveredResourceCidrsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyClientVpnEndpointRequest,
|
|
16
16
|
ModifyClientVpnEndpointResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyClientVpnEndpointCommandInput
|
|
19
19
|
extends ModifyClientVpnEndpointRequest {}
|
|
20
20
|
export interface ModifyClientVpnEndpointCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyDefaultCreditSpecificationRequest,
|
|
16
16
|
ModifyDefaultCreditSpecificationResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyDefaultCreditSpecificationCommandInput
|
|
19
19
|
extends ModifyDefaultCreditSpecificationRequest {}
|
|
20
20
|
export interface ModifyDefaultCreditSpecificationCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyEbsDefaultKmsKeyIdRequest,
|
|
16
16
|
ModifyEbsDefaultKmsKeyIdResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyEbsDefaultKmsKeyIdCommandInput
|
|
19
19
|
extends ModifyEbsDefaultKmsKeyIdRequest {}
|
|
20
20
|
export interface ModifyEbsDefaultKmsKeyIdCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { ModifyFleetRequest, ModifyFleetResult } from "../models/
|
|
14
|
+
import { ModifyFleetRequest, ModifyFleetResult } from "../models/models_6";
|
|
15
15
|
export interface ModifyFleetCommandInput extends ModifyFleetRequest {}
|
|
16
16
|
export interface ModifyFleetCommandOutput
|
|
17
17
|
extends ModifyFleetResult,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyFpgaImageAttributeRequest,
|
|
16
16
|
ModifyFpgaImageAttributeResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyFpgaImageAttributeCommandInput
|
|
19
19
|
extends ModifyFpgaImageAttributeRequest {}
|
|
20
20
|
export interface ModifyFpgaImageAttributeCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { ModifyHostsRequest, ModifyHostsResult } from "../models/
|
|
14
|
+
import { ModifyHostsRequest, ModifyHostsResult } from "../models/models_6";
|
|
15
15
|
export interface ModifyHostsCommandInput extends ModifyHostsRequest {}
|
|
16
16
|
export interface ModifyHostsCommandOutput
|
|
17
17
|
extends ModifyHostsResult,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { ModifyIdFormatRequest } from "../models/
|
|
14
|
+
import { ModifyIdFormatRequest } from "../models/models_6";
|
|
15
15
|
export interface ModifyIdFormatCommandInput extends ModifyIdFormatRequest {}
|
|
16
16
|
export interface ModifyIdFormatCommandOutput extends __MetadataBearer {}
|
|
17
17
|
export declare class ModifyIdFormatCommand extends $Command<
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { ModifyIdentityIdFormatRequest } from "../models/
|
|
14
|
+
import { ModifyIdentityIdFormatRequest } from "../models/models_6";
|
|
15
15
|
export interface ModifyIdentityIdFormatCommandInput
|
|
16
16
|
extends ModifyIdentityIdFormatRequest {}
|
|
17
17
|
export interface ModifyIdentityIdFormatCommandOutput extends __MetadataBearer {}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { ModifyImageAttributeRequest } from "../models/
|
|
14
|
+
import { ModifyImageAttributeRequest } from "../models/models_6";
|
|
15
15
|
export interface ModifyImageAttributeCommandInput
|
|
16
16
|
extends ModifyImageAttributeRequest {}
|
|
17
17
|
export interface ModifyImageAttributeCommandOutput extends __MetadataBearer {}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { ModifyInstanceAttributeRequest } from "../models/
|
|
14
|
+
import { ModifyInstanceAttributeRequest } from "../models/models_6";
|
|
15
15
|
export interface ModifyInstanceAttributeCommandInput
|
|
16
16
|
extends ModifyInstanceAttributeRequest {}
|
|
17
17
|
export interface ModifyInstanceAttributeCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyInstanceCapacityReservationAttributesRequest,
|
|
16
16
|
ModifyInstanceCapacityReservationAttributesResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyInstanceCapacityReservationAttributesCommandInput
|
|
19
19
|
extends ModifyInstanceCapacityReservationAttributesRequest {}
|
|
20
20
|
export interface ModifyInstanceCapacityReservationAttributesCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
ModifyIpamResourceDiscoveryRequest,
|
|
16
|
+
ModifyIpamResourceDiscoveryResult,
|
|
17
|
+
} from "../models/models_6";
|
|
18
|
+
export interface ModifyIpamResourceDiscoveryCommandInput
|
|
19
|
+
extends ModifyIpamResourceDiscoveryRequest {}
|
|
20
|
+
export interface ModifyIpamResourceDiscoveryCommandOutput
|
|
21
|
+
extends ModifyIpamResourceDiscoveryResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ModifyIpamResourceDiscoveryCommand extends $Command<
|
|
24
|
+
ModifyIpamResourceDiscoveryCommandInput,
|
|
25
|
+
ModifyIpamResourceDiscoveryCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ModifyIpamResourceDiscoveryCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ModifyIpamResourceDiscoveryCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EC2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ModifyIpamResourceDiscoveryCommandInput,
|
|
37
|
+
ModifyIpamResourceDiscoveryCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
UpdateSecurityGroupRuleDescriptionsIngressRequest,
|
|
16
16
|
UpdateSecurityGroupRuleDescriptionsIngressResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_7";
|
|
18
18
|
export interface UpdateSecurityGroupRuleDescriptionsIngressCommandInput
|
|
19
19
|
extends UpdateSecurityGroupRuleDescriptionsIngressRequest {}
|
|
20
20
|
export interface UpdateSecurityGroupRuleDescriptionsIngressCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
WithdrawByoipCidrRequest,
|
|
16
16
|
WithdrawByoipCidrResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_7";
|
|
18
18
|
export interface WithdrawByoipCidrCommandInput
|
|
19
19
|
extends WithdrawByoipCidrRequest {}
|
|
20
20
|
export interface WithdrawByoipCidrCommandOutput
|
|
@@ -18,6 +18,7 @@ export * from "./AssociateDhcpOptionsCommand";
|
|
|
18
18
|
export * from "./AssociateEnclaveCertificateIamRoleCommand";
|
|
19
19
|
export * from "./AssociateIamInstanceProfileCommand";
|
|
20
20
|
export * from "./AssociateInstanceEventWindowCommand";
|
|
21
|
+
export * from "./AssociateIpamResourceDiscoveryCommand";
|
|
21
22
|
export * from "./AssociateRouteTableCommand";
|
|
22
23
|
export * from "./AssociateSubnetCidrBlockCommand";
|
|
23
24
|
export * from "./AssociateTransitGatewayMulticastDomainCommand";
|
|
@@ -70,6 +71,7 @@ export * from "./CreateInstanceExportTaskCommand";
|
|
|
70
71
|
export * from "./CreateInternetGatewayCommand";
|
|
71
72
|
export * from "./CreateIpamCommand";
|
|
72
73
|
export * from "./CreateIpamPoolCommand";
|
|
74
|
+
export * from "./CreateIpamResourceDiscoveryCommand";
|
|
73
75
|
export * from "./CreateIpamScopeCommand";
|
|
74
76
|
export * from "./CreateKeyPairCommand";
|
|
75
77
|
export * from "./CreateLaunchTemplateCommand";
|
|
@@ -144,6 +146,7 @@ export * from "./DeleteInstanceEventWindowCommand";
|
|
|
144
146
|
export * from "./DeleteInternetGatewayCommand";
|
|
145
147
|
export * from "./DeleteIpamCommand";
|
|
146
148
|
export * from "./DeleteIpamPoolCommand";
|
|
149
|
+
export * from "./DeleteIpamResourceDiscoveryCommand";
|
|
147
150
|
export * from "./DeleteIpamScopeCommand";
|
|
148
151
|
export * from "./DeleteKeyPairCommand";
|
|
149
152
|
export * from "./DeleteLaunchTemplateCommand";
|
|
@@ -262,6 +265,8 @@ export * from "./DescribeInstanceTypesCommand";
|
|
|
262
265
|
export * from "./DescribeInstancesCommand";
|
|
263
266
|
export * from "./DescribeInternetGatewaysCommand";
|
|
264
267
|
export * from "./DescribeIpamPoolsCommand";
|
|
268
|
+
export * from "./DescribeIpamResourceDiscoveriesCommand";
|
|
269
|
+
export * from "./DescribeIpamResourceDiscoveryAssociationsCommand";
|
|
265
270
|
export * from "./DescribeIpamScopesCommand";
|
|
266
271
|
export * from "./DescribeIpamsCommand";
|
|
267
272
|
export * from "./DescribeIpv6PoolsCommand";
|
|
@@ -373,6 +378,7 @@ export * from "./DisassociateClientVpnTargetNetworkCommand";
|
|
|
373
378
|
export * from "./DisassociateEnclaveCertificateIamRoleCommand";
|
|
374
379
|
export * from "./DisassociateIamInstanceProfileCommand";
|
|
375
380
|
export * from "./DisassociateInstanceEventWindowCommand";
|
|
381
|
+
export * from "./DisassociateIpamResourceDiscoveryCommand";
|
|
376
382
|
export * from "./DisassociateRouteTableCommand";
|
|
377
383
|
export * from "./DisassociateSubnetCidrBlockCommand";
|
|
378
384
|
export * from "./DisassociateTransitGatewayMulticastDomainCommand";
|
|
@@ -414,6 +420,8 @@ export * from "./GetHostReservationPurchasePreviewCommand";
|
|
|
414
420
|
export * from "./GetInstanceTypesFromInstanceRequirementsCommand";
|
|
415
421
|
export * from "./GetInstanceUefiDataCommand";
|
|
416
422
|
export * from "./GetIpamAddressHistoryCommand";
|
|
423
|
+
export * from "./GetIpamDiscoveredAccountsCommand";
|
|
424
|
+
export * from "./GetIpamDiscoveredResourceCidrsCommand";
|
|
417
425
|
export * from "./GetIpamPoolAllocationsCommand";
|
|
418
426
|
export * from "./GetIpamPoolCidrsCommand";
|
|
419
427
|
export * from "./GetIpamResourceCidrsCommand";
|
|
@@ -470,6 +478,7 @@ export * from "./ModifyInstancePlacementCommand";
|
|
|
470
478
|
export * from "./ModifyIpamCommand";
|
|
471
479
|
export * from "./ModifyIpamPoolCommand";
|
|
472
480
|
export * from "./ModifyIpamResourceCidrCommand";
|
|
481
|
+
export * from "./ModifyIpamResourceDiscoveryCommand";
|
|
473
482
|
export * from "./ModifyIpamScopeCommand";
|
|
474
483
|
export * from "./ModifyLaunchTemplateCommand";
|
|
475
484
|
export * from "./ModifyLocalGatewayRouteCommand";
|
|
@@ -61,6 +61,8 @@ export declare enum ResourceType {
|
|
|
61
61
|
internet_gateway = "internet-gateway",
|
|
62
62
|
ipam = "ipam",
|
|
63
63
|
ipam_pool = "ipam-pool",
|
|
64
|
+
ipam_resource_discovery = "ipam-resource-discovery",
|
|
65
|
+
ipam_resource_discovery_association = "ipam-resource-discovery-association",
|
|
64
66
|
ipam_scope = "ipam-scope",
|
|
65
67
|
ipv4pool_ec2 = "ipv4pool-ec2",
|
|
66
68
|
ipv6pool_ec2 = "ipv6pool-ec2",
|
|
@@ -930,6 +932,44 @@ export interface InstanceEventWindow {
|
|
|
930
932
|
export interface AssociateInstanceEventWindowResult {
|
|
931
933
|
InstanceEventWindow?: InstanceEventWindow;
|
|
932
934
|
}
|
|
935
|
+
export interface AssociateIpamResourceDiscoveryRequest {
|
|
936
|
+
DryRun?: boolean;
|
|
937
|
+
IpamId: string | undefined;
|
|
938
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
939
|
+
TagSpecifications?: TagSpecification[];
|
|
940
|
+
ClientToken?: string;
|
|
941
|
+
}
|
|
942
|
+
export declare enum IpamAssociatedResourceDiscoveryStatus {
|
|
943
|
+
ACTIVE = "active",
|
|
944
|
+
NOT_FOUND = "not-found",
|
|
945
|
+
}
|
|
946
|
+
export declare enum IpamResourceDiscoveryAssociationState {
|
|
947
|
+
ASSOCIATE_COMPLETE = "associate-complete",
|
|
948
|
+
ASSOCIATE_FAILED = "associate-failed",
|
|
949
|
+
ASSOCIATE_IN_PROGRESS = "associate-in-progress",
|
|
950
|
+
DISASSOCIATE_COMPLETE = "disassociate-complete",
|
|
951
|
+
DISASSOCIATE_FAILED = "disassociate-failed",
|
|
952
|
+
DISASSOCIATE_IN_PROGRESS = "disassociate-in-progress",
|
|
953
|
+
ISOLATE_COMPLETE = "isolate-complete",
|
|
954
|
+
ISOLATE_IN_PROGRESS = "isolate-in-progress",
|
|
955
|
+
RESTORE_IN_PROGRESS = "restore-in-progress",
|
|
956
|
+
}
|
|
957
|
+
export interface IpamResourceDiscoveryAssociation {
|
|
958
|
+
OwnerId?: string;
|
|
959
|
+
IpamResourceDiscoveryAssociationId?: string;
|
|
960
|
+
IpamResourceDiscoveryAssociationArn?: string;
|
|
961
|
+
IpamResourceDiscoveryId?: string;
|
|
962
|
+
IpamId?: string;
|
|
963
|
+
IpamArn?: string;
|
|
964
|
+
IpamRegion?: string;
|
|
965
|
+
IsDefault?: boolean;
|
|
966
|
+
ResourceDiscoveryStatus?: IpamAssociatedResourceDiscoveryStatus | string;
|
|
967
|
+
State?: IpamResourceDiscoveryAssociationState | string;
|
|
968
|
+
Tags?: Tag[];
|
|
969
|
+
}
|
|
970
|
+
export interface AssociateIpamResourceDiscoveryResult {
|
|
971
|
+
IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
|
|
972
|
+
}
|
|
933
973
|
export interface AssociateRouteTableRequest {
|
|
934
974
|
DryRun?: boolean;
|
|
935
975
|
RouteTableId: string | undefined;
|
|
@@ -2459,29 +2499,6 @@ export interface CreateClientVpnRouteRequest {
|
|
|
2459
2499
|
ClientToken?: string;
|
|
2460
2500
|
DryRun?: boolean;
|
|
2461
2501
|
}
|
|
2462
|
-
export declare enum ClientVpnRouteStatusCode {
|
|
2463
|
-
active = "active",
|
|
2464
|
-
creating = "creating",
|
|
2465
|
-
deleting = "deleting",
|
|
2466
|
-
failed = "failed",
|
|
2467
|
-
}
|
|
2468
|
-
export interface ClientVpnRouteStatus {
|
|
2469
|
-
Code?: ClientVpnRouteStatusCode | string;
|
|
2470
|
-
Message?: string;
|
|
2471
|
-
}
|
|
2472
|
-
export interface CreateClientVpnRouteResult {
|
|
2473
|
-
Status?: ClientVpnRouteStatus;
|
|
2474
|
-
}
|
|
2475
|
-
export interface CreateCoipCidrRequest {
|
|
2476
|
-
Cidr: string | undefined;
|
|
2477
|
-
CoipPoolId: string | undefined;
|
|
2478
|
-
DryRun?: boolean;
|
|
2479
|
-
}
|
|
2480
|
-
export interface CoipCidr {
|
|
2481
|
-
Cidr?: string;
|
|
2482
|
-
CoipPoolId?: string;
|
|
2483
|
-
LocalGatewayRouteTableId?: string;
|
|
2484
|
-
}
|
|
2485
2502
|
export declare const AcceleratorCountFilterSensitiveLog: (
|
|
2486
2503
|
obj: AcceleratorCount
|
|
2487
2504
|
) => any;
|
|
@@ -2797,6 +2814,15 @@ export declare const InstanceEventWindowFilterSensitiveLog: (
|
|
|
2797
2814
|
export declare const AssociateInstanceEventWindowResultFilterSensitiveLog: (
|
|
2798
2815
|
obj: AssociateInstanceEventWindowResult
|
|
2799
2816
|
) => any;
|
|
2817
|
+
export declare const AssociateIpamResourceDiscoveryRequestFilterSensitiveLog: (
|
|
2818
|
+
obj: AssociateIpamResourceDiscoveryRequest
|
|
2819
|
+
) => any;
|
|
2820
|
+
export declare const IpamResourceDiscoveryAssociationFilterSensitiveLog: (
|
|
2821
|
+
obj: IpamResourceDiscoveryAssociation
|
|
2822
|
+
) => any;
|
|
2823
|
+
export declare const AssociateIpamResourceDiscoveryResultFilterSensitiveLog: (
|
|
2824
|
+
obj: AssociateIpamResourceDiscoveryResult
|
|
2825
|
+
) => any;
|
|
2800
2826
|
export declare const AssociateRouteTableRequestFilterSensitiveLog: (
|
|
2801
2827
|
obj: AssociateRouteTableRequest
|
|
2802
2828
|
) => any;
|
|
@@ -3141,13 +3167,3 @@ export declare const CreateClientVpnEndpointResultFilterSensitiveLog: (
|
|
|
3141
3167
|
export declare const CreateClientVpnRouteRequestFilterSensitiveLog: (
|
|
3142
3168
|
obj: CreateClientVpnRouteRequest
|
|
3143
3169
|
) => any;
|
|
3144
|
-
export declare const ClientVpnRouteStatusFilterSensitiveLog: (
|
|
3145
|
-
obj: ClientVpnRouteStatus
|
|
3146
|
-
) => any;
|
|
3147
|
-
export declare const CreateClientVpnRouteResultFilterSensitiveLog: (
|
|
3148
|
-
obj: CreateClientVpnRouteResult
|
|
3149
|
-
) => any;
|
|
3150
|
-
export declare const CreateCoipCidrRequestFilterSensitiveLog: (
|
|
3151
|
-
obj: CreateCoipCidrRequest
|
|
3152
|
-
) => any;
|
|
3153
|
-
export declare const CoipCidrFilterSensitiveLog: (obj: CoipCidr) => any;
|