@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
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ModifyIdentityIdFormatRequest } from "../models/
|
|
5
|
+
import { ModifyIdentityIdFormatRequest } from "../models/models_6";
|
|
6
6
|
export interface ModifyIdentityIdFormatCommandInput extends ModifyIdentityIdFormatRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface ModifyIdentityIdFormatCommandOutput extends __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ModifyImageAttributeRequest } from "../models/
|
|
5
|
+
import { ModifyImageAttributeRequest } from "../models/models_6";
|
|
6
6
|
export interface ModifyImageAttributeCommandInput extends ModifyImageAttributeRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface ModifyImageAttributeCommandOutput extends __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ModifyInstanceAttributeRequest } from "../models/
|
|
5
|
+
import { ModifyInstanceAttributeRequest } from "../models/models_6";
|
|
6
6
|
export interface ModifyInstanceAttributeCommandInput extends ModifyInstanceAttributeRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface ModifyInstanceAttributeCommandOutput extends __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ModifyInstanceCapacityReservationAttributesRequest, ModifyInstanceCapacityReservationAttributesResult } from "../models/
|
|
5
|
+
import { ModifyInstanceCapacityReservationAttributesRequest, ModifyInstanceCapacityReservationAttributesResult } from "../models/models_6";
|
|
6
6
|
export interface ModifyInstanceCapacityReservationAttributesCommandInput extends ModifyInstanceCapacityReservationAttributesRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface ModifyInstanceCapacityReservationAttributesCommandOutput extends ModifyInstanceCapacityReservationAttributesResult, __MetadataBearer {
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
+
import { ModifyIpamResourceDiscoveryRequest, ModifyIpamResourceDiscoveryResult } from "../models/models_6";
|
|
6
|
+
export interface ModifyIpamResourceDiscoveryCommandInput extends ModifyIpamResourceDiscoveryRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface ModifyIpamResourceDiscoveryCommandOutput extends ModifyIpamResourceDiscoveryResult, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Modifies a resource discovery. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { EC2Client, ModifyIpamResourceDiscoveryCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
16
|
+
* // const { EC2Client, ModifyIpamResourceDiscoveryCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
17
|
+
* const client = new EC2Client(config);
|
|
18
|
+
* const command = new ModifyIpamResourceDiscoveryCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link ModifyIpamResourceDiscoveryCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link ModifyIpamResourceDiscoveryCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class ModifyIpamResourceDiscoveryCommand extends $Command<ModifyIpamResourceDiscoveryCommandInput, ModifyIpamResourceDiscoveryCommandOutput, EC2ClientResolvedConfig> {
|
|
28
|
+
readonly input: ModifyIpamResourceDiscoveryCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ModifyIpamResourceDiscoveryCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EC2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyIpamResourceDiscoveryCommandInput, ModifyIpamResourceDiscoveryCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -8,8 +8,8 @@ export interface MoveByoipCidrToIpamCommandInput extends MoveByoipCidrToIpamRequ
|
|
|
8
8
|
export interface MoveByoipCidrToIpamCommandOutput extends MoveByoipCidrToIpamResult, __MetadataBearer {
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* <p>Move
|
|
12
|
-
* <p>If you already have
|
|
11
|
+
* <p>Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool.</p>
|
|
12
|
+
* <p>If you already have a BYOIPv4 CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoip-ipam.html">Tutorial: BYOIP address CIDRs to IPAM</a>.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { UpdateSecurityGroupRuleDescriptionsIngressRequest, UpdateSecurityGroupRuleDescriptionsIngressResult } from "../models/
|
|
5
|
+
import { UpdateSecurityGroupRuleDescriptionsIngressRequest, UpdateSecurityGroupRuleDescriptionsIngressResult } from "../models/models_7";
|
|
6
6
|
export interface UpdateSecurityGroupRuleDescriptionsIngressCommandInput extends UpdateSecurityGroupRuleDescriptionsIngressRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface UpdateSecurityGroupRuleDescriptionsIngressCommandOutput extends UpdateSecurityGroupRuleDescriptionsIngressResult, __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { WithdrawByoipCidrRequest, WithdrawByoipCidrResult } from "../models/
|
|
5
|
+
import { WithdrawByoipCidrRequest, WithdrawByoipCidrResult } from "../models/models_7";
|
|
6
6
|
export interface WithdrawByoipCidrCommandInput extends WithdrawByoipCidrRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface WithdrawByoipCidrCommandOutput extends WithdrawByoipCidrResult, __MetadataBearer {
|
|
@@ -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";
|
|
@@ -109,6 +109,8 @@ export declare enum ResourceType {
|
|
|
109
109
|
internet_gateway = "internet-gateway",
|
|
110
110
|
ipam = "ipam",
|
|
111
111
|
ipam_pool = "ipam-pool",
|
|
112
|
+
ipam_resource_discovery = "ipam-resource-discovery",
|
|
113
|
+
ipam_resource_discovery_association = "ipam-resource-discovery-association",
|
|
112
114
|
ipam_scope = "ipam-scope",
|
|
113
115
|
ipv4pool_ec2 = "ipv4pool-ec2",
|
|
114
116
|
ipv6pool_ec2 = "ipv6pool-ec2",
|
|
@@ -1646,8 +1648,7 @@ export interface AddedPrincipal {
|
|
|
1646
1648
|
ServiceId?: string;
|
|
1647
1649
|
}
|
|
1648
1650
|
/**
|
|
1649
|
-
* <p>Add an operating Region to an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only
|
|
1650
|
-
* discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
|
|
1651
|
+
* <p>Add an operating Region to an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
|
|
1651
1652
|
* <p>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
1652
1653
|
* </p>
|
|
1653
1654
|
*/
|
|
@@ -2056,7 +2057,7 @@ export declare enum IpamPoolAllocationResourceType {
|
|
|
2056
2057
|
vpc = "vpc"
|
|
2057
2058
|
}
|
|
2058
2059
|
/**
|
|
2059
|
-
* <p>In IPAM, an allocation is a CIDR assignment from an IPAM pool to another
|
|
2060
|
+
* <p>In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource.</p>
|
|
2060
2061
|
*/
|
|
2061
2062
|
export interface IpamPoolAllocation {
|
|
2062
2063
|
/**
|
|
@@ -2629,6 +2630,150 @@ export interface AssociateInstanceEventWindowResult {
|
|
|
2629
2630
|
*/
|
|
2630
2631
|
InstanceEventWindow?: InstanceEventWindow;
|
|
2631
2632
|
}
|
|
2633
|
+
export interface AssociateIpamResourceDiscoveryRequest {
|
|
2634
|
+
/**
|
|
2635
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
2636
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
2637
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
2638
|
+
*/
|
|
2639
|
+
DryRun?: boolean;
|
|
2640
|
+
/**
|
|
2641
|
+
* <p>An IPAM ID.</p>
|
|
2642
|
+
*/
|
|
2643
|
+
IpamId: string | undefined;
|
|
2644
|
+
/**
|
|
2645
|
+
* <p>A resource discovery ID.</p>
|
|
2646
|
+
*/
|
|
2647
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
2648
|
+
/**
|
|
2649
|
+
* <p>Tag specifications.</p>
|
|
2650
|
+
*/
|
|
2651
|
+
TagSpecifications?: TagSpecification[];
|
|
2652
|
+
/**
|
|
2653
|
+
* <p>A client token.</p>
|
|
2654
|
+
*/
|
|
2655
|
+
ClientToken?: string;
|
|
2656
|
+
}
|
|
2657
|
+
export declare enum IpamAssociatedResourceDiscoveryStatus {
|
|
2658
|
+
ACTIVE = "active",
|
|
2659
|
+
NOT_FOUND = "not-found"
|
|
2660
|
+
}
|
|
2661
|
+
export declare enum IpamResourceDiscoveryAssociationState {
|
|
2662
|
+
ASSOCIATE_COMPLETE = "associate-complete",
|
|
2663
|
+
ASSOCIATE_FAILED = "associate-failed",
|
|
2664
|
+
ASSOCIATE_IN_PROGRESS = "associate-in-progress",
|
|
2665
|
+
DISASSOCIATE_COMPLETE = "disassociate-complete",
|
|
2666
|
+
DISASSOCIATE_FAILED = "disassociate-failed",
|
|
2667
|
+
DISASSOCIATE_IN_PROGRESS = "disassociate-in-progress",
|
|
2668
|
+
ISOLATE_COMPLETE = "isolate-complete",
|
|
2669
|
+
ISOLATE_IN_PROGRESS = "isolate-in-progress",
|
|
2670
|
+
RESTORE_IN_PROGRESS = "restore-in-progress"
|
|
2671
|
+
}
|
|
2672
|
+
/**
|
|
2673
|
+
* <p>An IPAM resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.</p>
|
|
2674
|
+
*/
|
|
2675
|
+
export interface IpamResourceDiscoveryAssociation {
|
|
2676
|
+
/**
|
|
2677
|
+
* <p>The Amazon Web Services account ID of the resource discovery owner.</p>
|
|
2678
|
+
*/
|
|
2679
|
+
OwnerId?: string;
|
|
2680
|
+
/**
|
|
2681
|
+
* <p>The resource discovery association ID.</p>
|
|
2682
|
+
*/
|
|
2683
|
+
IpamResourceDiscoveryAssociationId?: string;
|
|
2684
|
+
/**
|
|
2685
|
+
* <p>The resource discovery association Amazon Resource Name (ARN).</p>
|
|
2686
|
+
*/
|
|
2687
|
+
IpamResourceDiscoveryAssociationArn?: string;
|
|
2688
|
+
/**
|
|
2689
|
+
* <p>The resource discovery ID.</p>
|
|
2690
|
+
*/
|
|
2691
|
+
IpamResourceDiscoveryId?: string;
|
|
2692
|
+
/**
|
|
2693
|
+
* <p>The IPAM ID.</p>
|
|
2694
|
+
*/
|
|
2695
|
+
IpamId?: string;
|
|
2696
|
+
/**
|
|
2697
|
+
* <p>The IPAM ARN.</p>
|
|
2698
|
+
*/
|
|
2699
|
+
IpamArn?: string;
|
|
2700
|
+
/**
|
|
2701
|
+
* <p>The IPAM home Region.</p>
|
|
2702
|
+
*/
|
|
2703
|
+
IpamRegion?: string;
|
|
2704
|
+
/**
|
|
2705
|
+
* <p>Defines if the resource discovery is the default. When you create an IPAM, a default resource discovery is created for your IPAM and it's associated with your IPAM.</p>
|
|
2706
|
+
*/
|
|
2707
|
+
IsDefault?: boolean;
|
|
2708
|
+
/**
|
|
2709
|
+
* <p>The resource discovery status.</p>
|
|
2710
|
+
* <ul>
|
|
2711
|
+
* <li>
|
|
2712
|
+
* <p>
|
|
2713
|
+
* <code>active</code> - Connection or permissions required to read the
|
|
2714
|
+
* results of the resource discovery are intact.</p>
|
|
2715
|
+
* </li>
|
|
2716
|
+
* <li>
|
|
2717
|
+
* <p>
|
|
2718
|
+
* <code>not-found</code> - Connection or permissions required to read the
|
|
2719
|
+
* results of the resource discovery are broken. This may happen if the owner of the resource discovery stopped sharing it or deleted the resource discovery. Verify the resource discovery still exists and the Amazon Web Services RAM resource share is still intact.</p>
|
|
2720
|
+
* </li>
|
|
2721
|
+
* </ul>
|
|
2722
|
+
*/
|
|
2723
|
+
ResourceDiscoveryStatus?: IpamAssociatedResourceDiscoveryStatus | string;
|
|
2724
|
+
/**
|
|
2725
|
+
* <p>The lifecycle state of the association when you associate or disassociate a resource discovery.</p>
|
|
2726
|
+
* <ul>
|
|
2727
|
+
* <li>
|
|
2728
|
+
* <p>
|
|
2729
|
+
* <code>associate-in-progress</code> - Resource discovery is being associated.</p>
|
|
2730
|
+
* </li>
|
|
2731
|
+
* <li>
|
|
2732
|
+
* <p>
|
|
2733
|
+
* <code>associate-complete</code> - Resource discovery association is complete.</p>
|
|
2734
|
+
* </li>
|
|
2735
|
+
* <li>
|
|
2736
|
+
* <p>
|
|
2737
|
+
* <code>associate-failed</code> - Resource discovery association has failed.</p>
|
|
2738
|
+
* </li>
|
|
2739
|
+
* <li>
|
|
2740
|
+
* <p>
|
|
2741
|
+
* <code>disassociate-in-progress</code> - Resource discovery is being disassociated.</p>
|
|
2742
|
+
* </li>
|
|
2743
|
+
* <li>
|
|
2744
|
+
* <p>
|
|
2745
|
+
* <code>disassociate-complete</code> - Resource discovery disassociation is complete.</p>
|
|
2746
|
+
* </li>
|
|
2747
|
+
* <li>
|
|
2748
|
+
* <p>
|
|
2749
|
+
* <code>disassociate-failed </code> - Resource discovery disassociation has failed.</p>
|
|
2750
|
+
* </li>
|
|
2751
|
+
* <li>
|
|
2752
|
+
* <p>
|
|
2753
|
+
* <code>isolate-in-progress</code> - Amazon Web Services account that created the resource discovery association has been removed and the resource discovery associatation is being isolated.</p>
|
|
2754
|
+
* </li>
|
|
2755
|
+
* <li>
|
|
2756
|
+
* <p>
|
|
2757
|
+
* <code>isolate-complete</code> - Resource discovery isolation is complete..</p>
|
|
2758
|
+
* </li>
|
|
2759
|
+
* <li>
|
|
2760
|
+
* <p>
|
|
2761
|
+
* <code>restore-in-progress</code> - Resource discovery is being restored.</p>
|
|
2762
|
+
* </li>
|
|
2763
|
+
* </ul>
|
|
2764
|
+
*/
|
|
2765
|
+
State?: IpamResourceDiscoveryAssociationState | string;
|
|
2766
|
+
/**
|
|
2767
|
+
* <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
|
|
2768
|
+
*/
|
|
2769
|
+
Tags?: Tag[];
|
|
2770
|
+
}
|
|
2771
|
+
export interface AssociateIpamResourceDiscoveryResult {
|
|
2772
|
+
/**
|
|
2773
|
+
* <p>A resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM.</p>
|
|
2774
|
+
*/
|
|
2775
|
+
IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
|
|
2776
|
+
}
|
|
2632
2777
|
export interface AssociateRouteTableRequest {
|
|
2633
2778
|
/**
|
|
2634
2779
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -6328,76 +6473,6 @@ export interface CreateClientVpnRouteRequest {
|
|
|
6328
6473
|
*/
|
|
6329
6474
|
DryRun?: boolean;
|
|
6330
6475
|
}
|
|
6331
|
-
export declare enum ClientVpnRouteStatusCode {
|
|
6332
|
-
active = "active",
|
|
6333
|
-
creating = "creating",
|
|
6334
|
-
deleting = "deleting",
|
|
6335
|
-
failed = "failed"
|
|
6336
|
-
}
|
|
6337
|
-
/**
|
|
6338
|
-
* <p>Describes the state of a Client VPN endpoint route.</p>
|
|
6339
|
-
*/
|
|
6340
|
-
export interface ClientVpnRouteStatus {
|
|
6341
|
-
/**
|
|
6342
|
-
* <p>The state of the Client VPN endpoint route.</p>
|
|
6343
|
-
*/
|
|
6344
|
-
Code?: ClientVpnRouteStatusCode | string;
|
|
6345
|
-
/**
|
|
6346
|
-
* <p>A message about the status of the Client VPN endpoint route, if applicable.</p>
|
|
6347
|
-
*/
|
|
6348
|
-
Message?: string;
|
|
6349
|
-
}
|
|
6350
|
-
export interface CreateClientVpnRouteResult {
|
|
6351
|
-
/**
|
|
6352
|
-
* <p>The current state of the route.</p>
|
|
6353
|
-
*/
|
|
6354
|
-
Status?: ClientVpnRouteStatus;
|
|
6355
|
-
}
|
|
6356
|
-
export interface CreateCoipCidrRequest {
|
|
6357
|
-
/**
|
|
6358
|
-
* <p>
|
|
6359
|
-
* A customer-owned IP address range to create.
|
|
6360
|
-
* </p>
|
|
6361
|
-
*/
|
|
6362
|
-
Cidr: string | undefined;
|
|
6363
|
-
/**
|
|
6364
|
-
* <p>
|
|
6365
|
-
* The ID of the address pool.
|
|
6366
|
-
* </p>
|
|
6367
|
-
*/
|
|
6368
|
-
CoipPoolId: string | undefined;
|
|
6369
|
-
/**
|
|
6370
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6371
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6372
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6373
|
-
*/
|
|
6374
|
-
DryRun?: boolean;
|
|
6375
|
-
}
|
|
6376
|
-
/**
|
|
6377
|
-
* <p>
|
|
6378
|
-
* Information about a customer-owned IP address range.
|
|
6379
|
-
* </p>
|
|
6380
|
-
*/
|
|
6381
|
-
export interface CoipCidr {
|
|
6382
|
-
/**
|
|
6383
|
-
* <p>
|
|
6384
|
-
* An address range in a customer-owned IP address space.
|
|
6385
|
-
* </p>
|
|
6386
|
-
*/
|
|
6387
|
-
Cidr?: string;
|
|
6388
|
-
/**
|
|
6389
|
-
* <p>
|
|
6390
|
-
* The ID of the address pool.
|
|
6391
|
-
* </p>
|
|
6392
|
-
*/
|
|
6393
|
-
CoipPoolId?: string;
|
|
6394
|
-
/**
|
|
6395
|
-
* <p>
|
|
6396
|
-
* The ID of the local gateway route table.
|
|
6397
|
-
* </p>
|
|
6398
|
-
*/
|
|
6399
|
-
LocalGatewayRouteTableId?: string;
|
|
6400
|
-
}
|
|
6401
6476
|
/**
|
|
6402
6477
|
* @internal
|
|
6403
6478
|
*/
|
|
@@ -6834,6 +6909,18 @@ export declare const InstanceEventWindowFilterSensitiveLog: (obj: InstanceEventW
|
|
|
6834
6909
|
* @internal
|
|
6835
6910
|
*/
|
|
6836
6911
|
export declare const AssociateInstanceEventWindowResultFilterSensitiveLog: (obj: AssociateInstanceEventWindowResult) => any;
|
|
6912
|
+
/**
|
|
6913
|
+
* @internal
|
|
6914
|
+
*/
|
|
6915
|
+
export declare const AssociateIpamResourceDiscoveryRequestFilterSensitiveLog: (obj: AssociateIpamResourceDiscoveryRequest) => any;
|
|
6916
|
+
/**
|
|
6917
|
+
* @internal
|
|
6918
|
+
*/
|
|
6919
|
+
export declare const IpamResourceDiscoveryAssociationFilterSensitiveLog: (obj: IpamResourceDiscoveryAssociation) => any;
|
|
6920
|
+
/**
|
|
6921
|
+
* @internal
|
|
6922
|
+
*/
|
|
6923
|
+
export declare const AssociateIpamResourceDiscoveryResultFilterSensitiveLog: (obj: AssociateIpamResourceDiscoveryResult) => any;
|
|
6837
6924
|
/**
|
|
6838
6925
|
* @internal
|
|
6839
6926
|
*/
|
|
@@ -7314,19 +7401,3 @@ export declare const CreateClientVpnEndpointResultFilterSensitiveLog: (obj: Crea
|
|
|
7314
7401
|
* @internal
|
|
7315
7402
|
*/
|
|
7316
7403
|
export declare const CreateClientVpnRouteRequestFilterSensitiveLog: (obj: CreateClientVpnRouteRequest) => any;
|
|
7317
|
-
/**
|
|
7318
|
-
* @internal
|
|
7319
|
-
*/
|
|
7320
|
-
export declare const ClientVpnRouteStatusFilterSensitiveLog: (obj: ClientVpnRouteStatus) => any;
|
|
7321
|
-
/**
|
|
7322
|
-
* @internal
|
|
7323
|
-
*/
|
|
7324
|
-
export declare const CreateClientVpnRouteResultFilterSensitiveLog: (obj: CreateClientVpnRouteResult) => any;
|
|
7325
|
-
/**
|
|
7326
|
-
* @internal
|
|
7327
|
-
*/
|
|
7328
|
-
export declare const CreateCoipCidrRequestFilterSensitiveLog: (obj: CreateCoipCidrRequest) => any;
|
|
7329
|
-
/**
|
|
7330
|
-
* @internal
|
|
7331
|
-
*/
|
|
7332
|
-
export declare const CoipCidrFilterSensitiveLog: (obj: CoipCidr) => any;
|