@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
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { ByoipCidr, IpPermission } from "./models_0";
|
|
2
|
+
import { SecurityGroupRuleDescription } from "./models_6";
|
|
3
|
+
export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
|
|
4
|
+
/**
|
|
5
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8
|
+
*/
|
|
9
|
+
DryRun?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* <p>The ID of the security group. You must specify either the security group ID or the
|
|
12
|
+
* security group name in the request. For security groups in a nondefault VPC, you must
|
|
13
|
+
* specify the security group ID.</p>
|
|
14
|
+
*/
|
|
15
|
+
GroupId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* <p>[EC2-Classic, default VPC] The name of the security group. You must specify either the
|
|
18
|
+
* security group ID or the security group name in the request. For security groups in a
|
|
19
|
+
* nondefault VPC, you must specify the security group ID.</p>
|
|
20
|
+
*/
|
|
21
|
+
GroupName?: string;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The IP permissions for the security group rule. You must specify either IP permissions
|
|
24
|
+
* or a description.</p>
|
|
25
|
+
*/
|
|
26
|
+
IpPermissions?: IpPermission[];
|
|
27
|
+
/**
|
|
28
|
+
* <p>[VPC only] The description for the ingress security group rules. You must specify either
|
|
29
|
+
* a description or IP permissions.</p>
|
|
30
|
+
*/
|
|
31
|
+
SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
|
|
32
|
+
}
|
|
33
|
+
export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
|
|
34
|
+
/**
|
|
35
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
|
|
36
|
+
*/
|
|
37
|
+
Return?: boolean;
|
|
38
|
+
}
|
|
39
|
+
export interface WithdrawByoipCidrRequest {
|
|
40
|
+
/**
|
|
41
|
+
* <p>The address range, in CIDR notation.</p>
|
|
42
|
+
*/
|
|
43
|
+
Cidr: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
46
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
47
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
48
|
+
*/
|
|
49
|
+
DryRun?: boolean;
|
|
50
|
+
}
|
|
51
|
+
export interface WithdrawByoipCidrResult {
|
|
52
|
+
/**
|
|
53
|
+
* <p>Information about the address pool.</p>
|
|
54
|
+
*/
|
|
55
|
+
ByoipCidr?: ByoipCidr;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @internal
|
|
59
|
+
*/
|
|
60
|
+
export declare const UpdateSecurityGroupRuleDescriptionsIngressRequestFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsIngressRequest) => any;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
64
|
+
export declare const UpdateSecurityGroupRuleDescriptionsIngressResultFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsIngressResult) => any;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
68
|
+
export declare const WithdrawByoipCidrRequestFilterSensitiveLog: (obj: WithdrawByoipCidrRequest) => any;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
72
|
+
export declare const WithdrawByoipCidrResultFilterSensitiveLog: (obj: WithdrawByoipCidrResult) => any;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeIpamResourceDiscoveriesCommandInput, DescribeIpamResourceDiscoveriesCommandOutput } from "../commands/DescribeIpamResourceDiscoveriesCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeIpamResourceDiscoveries(config: EC2PaginationConfiguration, input: DescribeIpamResourceDiscoveriesCommandInput, ...additionalArguments: any): Paginator<DescribeIpamResourceDiscoveriesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeIpamResourceDiscoveryAssociationsCommandInput, DescribeIpamResourceDiscoveryAssociationsCommandOutput } from "../commands/DescribeIpamResourceDiscoveryAssociationsCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeIpamResourceDiscoveryAssociations(config: EC2PaginationConfiguration, input: DescribeIpamResourceDiscoveryAssociationsCommandInput, ...additionalArguments: any): Paginator<DescribeIpamResourceDiscoveryAssociationsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetIpamDiscoveredAccountsCommandInput, GetIpamDiscoveredAccountsCommandOutput } from "../commands/GetIpamDiscoveredAccountsCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetIpamDiscoveredAccounts(config: EC2PaginationConfiguration, input: GetIpamDiscoveredAccountsCommandInput, ...additionalArguments: any): Paginator<GetIpamDiscoveredAccountsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetIpamDiscoveredResourceCidrsCommandInput, GetIpamDiscoveredResourceCidrsCommandOutput } from "../commands/GetIpamDiscoveredResourceCidrsCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetIpamDiscoveredResourceCidrs(config: EC2PaginationConfiguration, input: GetIpamDiscoveredResourceCidrsCommandInput, ...additionalArguments: any): Paginator<GetIpamDiscoveredResourceCidrsCommandOutput>;
|
|
@@ -36,6 +36,8 @@ export * from "./DescribeInstanceTypesPaginator";
|
|
|
36
36
|
export * from "./DescribeInstancesPaginator";
|
|
37
37
|
export * from "./DescribeInternetGatewaysPaginator";
|
|
38
38
|
export * from "./DescribeIpamPoolsPaginator";
|
|
39
|
+
export * from "./DescribeIpamResourceDiscoveriesPaginator";
|
|
40
|
+
export * from "./DescribeIpamResourceDiscoveryAssociationsPaginator";
|
|
39
41
|
export * from "./DescribeIpamScopesPaginator";
|
|
40
42
|
export * from "./DescribeIpamsPaginator";
|
|
41
43
|
export * from "./DescribeIpv6PoolsPaginator";
|
|
@@ -112,6 +114,8 @@ export * from "./GetAwsNetworkPerformanceDataPaginator";
|
|
|
112
114
|
export * from "./GetGroupsForCapacityReservationPaginator";
|
|
113
115
|
export * from "./GetInstanceTypesFromInstanceRequirementsPaginator";
|
|
114
116
|
export * from "./GetIpamAddressHistoryPaginator";
|
|
117
|
+
export * from "./GetIpamDiscoveredAccountsPaginator";
|
|
118
|
+
export * from "./GetIpamDiscoveredResourceCidrsPaginator";
|
|
115
119
|
export * from "./GetIpamPoolAllocationsPaginator";
|
|
116
120
|
export * from "./GetIpamPoolCidrsPaginator";
|
|
117
121
|
export * from "./GetIpamResourceCidrsPaginator";
|
|
@@ -20,6 +20,7 @@ import { AssociateDhcpOptionsCommandInput, AssociateDhcpOptionsCommandOutput } f
|
|
|
20
20
|
import { AssociateEnclaveCertificateIamRoleCommandInput, AssociateEnclaveCertificateIamRoleCommandOutput } from "../commands/AssociateEnclaveCertificateIamRoleCommand";
|
|
21
21
|
import { AssociateIamInstanceProfileCommandInput, AssociateIamInstanceProfileCommandOutput } from "../commands/AssociateIamInstanceProfileCommand";
|
|
22
22
|
import { AssociateInstanceEventWindowCommandInput, AssociateInstanceEventWindowCommandOutput } from "../commands/AssociateInstanceEventWindowCommand";
|
|
23
|
+
import { AssociateIpamResourceDiscoveryCommandInput, AssociateIpamResourceDiscoveryCommandOutput } from "../commands/AssociateIpamResourceDiscoveryCommand";
|
|
23
24
|
import { AssociateRouteTableCommandInput, AssociateRouteTableCommandOutput } from "../commands/AssociateRouteTableCommand";
|
|
24
25
|
import { AssociateSubnetCidrBlockCommandInput, AssociateSubnetCidrBlockCommandOutput } from "../commands/AssociateSubnetCidrBlockCommand";
|
|
25
26
|
import { AssociateTransitGatewayMulticastDomainCommandInput, AssociateTransitGatewayMulticastDomainCommandOutput } from "../commands/AssociateTransitGatewayMulticastDomainCommand";
|
|
@@ -72,6 +73,7 @@ import { CreateInstanceExportTaskCommandInput, CreateInstanceExportTaskCommandOu
|
|
|
72
73
|
import { CreateInternetGatewayCommandInput, CreateInternetGatewayCommandOutput } from "../commands/CreateInternetGatewayCommand";
|
|
73
74
|
import { CreateIpamCommandInput, CreateIpamCommandOutput } from "../commands/CreateIpamCommand";
|
|
74
75
|
import { CreateIpamPoolCommandInput, CreateIpamPoolCommandOutput } from "../commands/CreateIpamPoolCommand";
|
|
76
|
+
import { CreateIpamResourceDiscoveryCommandInput, CreateIpamResourceDiscoveryCommandOutput } from "../commands/CreateIpamResourceDiscoveryCommand";
|
|
75
77
|
import { CreateIpamScopeCommandInput, CreateIpamScopeCommandOutput } from "../commands/CreateIpamScopeCommand";
|
|
76
78
|
import { CreateKeyPairCommandInput, CreateKeyPairCommandOutput } from "../commands/CreateKeyPairCommand";
|
|
77
79
|
import { CreateLaunchTemplateCommandInput, CreateLaunchTemplateCommandOutput } from "../commands/CreateLaunchTemplateCommand";
|
|
@@ -146,6 +148,7 @@ import { DeleteInstanceEventWindowCommandInput, DeleteInstanceEventWindowCommand
|
|
|
146
148
|
import { DeleteInternetGatewayCommandInput, DeleteInternetGatewayCommandOutput } from "../commands/DeleteInternetGatewayCommand";
|
|
147
149
|
import { DeleteIpamCommandInput, DeleteIpamCommandOutput } from "../commands/DeleteIpamCommand";
|
|
148
150
|
import { DeleteIpamPoolCommandInput, DeleteIpamPoolCommandOutput } from "../commands/DeleteIpamPoolCommand";
|
|
151
|
+
import { DeleteIpamResourceDiscoveryCommandInput, DeleteIpamResourceDiscoveryCommandOutput } from "../commands/DeleteIpamResourceDiscoveryCommand";
|
|
149
152
|
import { DeleteIpamScopeCommandInput, DeleteIpamScopeCommandOutput } from "../commands/DeleteIpamScopeCommand";
|
|
150
153
|
import { DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput } from "../commands/DeleteKeyPairCommand";
|
|
151
154
|
import { DeleteLaunchTemplateCommandInput, DeleteLaunchTemplateCommandOutput } from "../commands/DeleteLaunchTemplateCommand";
|
|
@@ -264,6 +267,8 @@ import { DescribeInstanceTypeOfferingsCommandInput, DescribeInstanceTypeOffering
|
|
|
264
267
|
import { DescribeInstanceTypesCommandInput, DescribeInstanceTypesCommandOutput } from "../commands/DescribeInstanceTypesCommand";
|
|
265
268
|
import { DescribeInternetGatewaysCommandInput, DescribeInternetGatewaysCommandOutput } from "../commands/DescribeInternetGatewaysCommand";
|
|
266
269
|
import { DescribeIpamPoolsCommandInput, DescribeIpamPoolsCommandOutput } from "../commands/DescribeIpamPoolsCommand";
|
|
270
|
+
import { DescribeIpamResourceDiscoveriesCommandInput, DescribeIpamResourceDiscoveriesCommandOutput } from "../commands/DescribeIpamResourceDiscoveriesCommand";
|
|
271
|
+
import { DescribeIpamResourceDiscoveryAssociationsCommandInput, DescribeIpamResourceDiscoveryAssociationsCommandOutput } from "../commands/DescribeIpamResourceDiscoveryAssociationsCommand";
|
|
267
272
|
import { DescribeIpamsCommandInput, DescribeIpamsCommandOutput } from "../commands/DescribeIpamsCommand";
|
|
268
273
|
import { DescribeIpamScopesCommandInput, DescribeIpamScopesCommandOutput } from "../commands/DescribeIpamScopesCommand";
|
|
269
274
|
import { DescribeIpv6PoolsCommandInput, DescribeIpv6PoolsCommandOutput } from "../commands/DescribeIpv6PoolsCommand";
|
|
@@ -375,6 +380,7 @@ import { DisassociateClientVpnTargetNetworkCommandInput, DisassociateClientVpnTa
|
|
|
375
380
|
import { DisassociateEnclaveCertificateIamRoleCommandInput, DisassociateEnclaveCertificateIamRoleCommandOutput } from "../commands/DisassociateEnclaveCertificateIamRoleCommand";
|
|
376
381
|
import { DisassociateIamInstanceProfileCommandInput, DisassociateIamInstanceProfileCommandOutput } from "../commands/DisassociateIamInstanceProfileCommand";
|
|
377
382
|
import { DisassociateInstanceEventWindowCommandInput, DisassociateInstanceEventWindowCommandOutput } from "../commands/DisassociateInstanceEventWindowCommand";
|
|
383
|
+
import { DisassociateIpamResourceDiscoveryCommandInput, DisassociateIpamResourceDiscoveryCommandOutput } from "../commands/DisassociateIpamResourceDiscoveryCommand";
|
|
378
384
|
import { DisassociateRouteTableCommandInput, DisassociateRouteTableCommandOutput } from "../commands/DisassociateRouteTableCommand";
|
|
379
385
|
import { DisassociateSubnetCidrBlockCommandInput, DisassociateSubnetCidrBlockCommandOutput } from "../commands/DisassociateSubnetCidrBlockCommand";
|
|
380
386
|
import { DisassociateTransitGatewayMulticastDomainCommandInput, DisassociateTransitGatewayMulticastDomainCommandOutput } from "../commands/DisassociateTransitGatewayMulticastDomainCommand";
|
|
@@ -416,6 +422,8 @@ import { GetHostReservationPurchasePreviewCommandInput, GetHostReservationPurcha
|
|
|
416
422
|
import { GetInstanceTypesFromInstanceRequirementsCommandInput, GetInstanceTypesFromInstanceRequirementsCommandOutput } from "../commands/GetInstanceTypesFromInstanceRequirementsCommand";
|
|
417
423
|
import { GetInstanceUefiDataCommandInput, GetInstanceUefiDataCommandOutput } from "../commands/GetInstanceUefiDataCommand";
|
|
418
424
|
import { GetIpamAddressHistoryCommandInput, GetIpamAddressHistoryCommandOutput } from "../commands/GetIpamAddressHistoryCommand";
|
|
425
|
+
import { GetIpamDiscoveredAccountsCommandInput, GetIpamDiscoveredAccountsCommandOutput } from "../commands/GetIpamDiscoveredAccountsCommand";
|
|
426
|
+
import { GetIpamDiscoveredResourceCidrsCommandInput, GetIpamDiscoveredResourceCidrsCommandOutput } from "../commands/GetIpamDiscoveredResourceCidrsCommand";
|
|
419
427
|
import { GetIpamPoolAllocationsCommandInput, GetIpamPoolAllocationsCommandOutput } from "../commands/GetIpamPoolAllocationsCommand";
|
|
420
428
|
import { GetIpamPoolCidrsCommandInput, GetIpamPoolCidrsCommandOutput } from "../commands/GetIpamPoolCidrsCommand";
|
|
421
429
|
import { GetIpamResourceCidrsCommandInput, GetIpamResourceCidrsCommandOutput } from "../commands/GetIpamResourceCidrsCommand";
|
|
@@ -472,6 +480,7 @@ import { ModifyInstancePlacementCommandInput, ModifyInstancePlacementCommandOutp
|
|
|
472
480
|
import { ModifyIpamCommandInput, ModifyIpamCommandOutput } from "../commands/ModifyIpamCommand";
|
|
473
481
|
import { ModifyIpamPoolCommandInput, ModifyIpamPoolCommandOutput } from "../commands/ModifyIpamPoolCommand";
|
|
474
482
|
import { ModifyIpamResourceCidrCommandInput, ModifyIpamResourceCidrCommandOutput } from "../commands/ModifyIpamResourceCidrCommand";
|
|
483
|
+
import { ModifyIpamResourceDiscoveryCommandInput, ModifyIpamResourceDiscoveryCommandOutput } from "../commands/ModifyIpamResourceDiscoveryCommand";
|
|
475
484
|
import { ModifyIpamScopeCommandInput, ModifyIpamScopeCommandOutput } from "../commands/ModifyIpamScopeCommand";
|
|
476
485
|
import { ModifyLaunchTemplateCommandInput, ModifyLaunchTemplateCommandOutput } from "../commands/ModifyLaunchTemplateCommand";
|
|
477
486
|
import { ModifyLocalGatewayRouteCommandInput, ModifyLocalGatewayRouteCommandOutput } from "../commands/ModifyLocalGatewayRouteCommand";
|
|
@@ -596,6 +605,7 @@ export declare const serializeAws_ec2AssociateDhcpOptionsCommand: (input: Associ
|
|
|
596
605
|
export declare const serializeAws_ec2AssociateEnclaveCertificateIamRoleCommand: (input: AssociateEnclaveCertificateIamRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
597
606
|
export declare const serializeAws_ec2AssociateIamInstanceProfileCommand: (input: AssociateIamInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
598
607
|
export declare const serializeAws_ec2AssociateInstanceEventWindowCommand: (input: AssociateInstanceEventWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
608
|
+
export declare const serializeAws_ec2AssociateIpamResourceDiscoveryCommand: (input: AssociateIpamResourceDiscoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
599
609
|
export declare const serializeAws_ec2AssociateRouteTableCommand: (input: AssociateRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
600
610
|
export declare const serializeAws_ec2AssociateSubnetCidrBlockCommand: (input: AssociateSubnetCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
601
611
|
export declare const serializeAws_ec2AssociateTransitGatewayMulticastDomainCommand: (input: AssociateTransitGatewayMulticastDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -648,6 +658,7 @@ export declare const serializeAws_ec2CreateInstanceExportTaskCommand: (input: Cr
|
|
|
648
658
|
export declare const serializeAws_ec2CreateInternetGatewayCommand: (input: CreateInternetGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
649
659
|
export declare const serializeAws_ec2CreateIpamCommand: (input: CreateIpamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
650
660
|
export declare const serializeAws_ec2CreateIpamPoolCommand: (input: CreateIpamPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
661
|
+
export declare const serializeAws_ec2CreateIpamResourceDiscoveryCommand: (input: CreateIpamResourceDiscoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
651
662
|
export declare const serializeAws_ec2CreateIpamScopeCommand: (input: CreateIpamScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
652
663
|
export declare const serializeAws_ec2CreateKeyPairCommand: (input: CreateKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
653
664
|
export declare const serializeAws_ec2CreateLaunchTemplateCommand: (input: CreateLaunchTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -722,6 +733,7 @@ export declare const serializeAws_ec2DeleteInstanceEventWindowCommand: (input: D
|
|
|
722
733
|
export declare const serializeAws_ec2DeleteInternetGatewayCommand: (input: DeleteInternetGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
723
734
|
export declare const serializeAws_ec2DeleteIpamCommand: (input: DeleteIpamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
724
735
|
export declare const serializeAws_ec2DeleteIpamPoolCommand: (input: DeleteIpamPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
736
|
+
export declare const serializeAws_ec2DeleteIpamResourceDiscoveryCommand: (input: DeleteIpamResourceDiscoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
725
737
|
export declare const serializeAws_ec2DeleteIpamScopeCommand: (input: DeleteIpamScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
726
738
|
export declare const serializeAws_ec2DeleteKeyPairCommand: (input: DeleteKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
727
739
|
export declare const serializeAws_ec2DeleteLaunchTemplateCommand: (input: DeleteLaunchTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -840,6 +852,8 @@ export declare const serializeAws_ec2DescribeInstanceTypeOfferingsCommand: (inpu
|
|
|
840
852
|
export declare const serializeAws_ec2DescribeInstanceTypesCommand: (input: DescribeInstanceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
841
853
|
export declare const serializeAws_ec2DescribeInternetGatewaysCommand: (input: DescribeInternetGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
842
854
|
export declare const serializeAws_ec2DescribeIpamPoolsCommand: (input: DescribeIpamPoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
855
|
+
export declare const serializeAws_ec2DescribeIpamResourceDiscoveriesCommand: (input: DescribeIpamResourceDiscoveriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
856
|
+
export declare const serializeAws_ec2DescribeIpamResourceDiscoveryAssociationsCommand: (input: DescribeIpamResourceDiscoveryAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
843
857
|
export declare const serializeAws_ec2DescribeIpamsCommand: (input: DescribeIpamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
844
858
|
export declare const serializeAws_ec2DescribeIpamScopesCommand: (input: DescribeIpamScopesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
845
859
|
export declare const serializeAws_ec2DescribeIpv6PoolsCommand: (input: DescribeIpv6PoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -951,6 +965,7 @@ export declare const serializeAws_ec2DisassociateClientVpnTargetNetworkCommand:
|
|
|
951
965
|
export declare const serializeAws_ec2DisassociateEnclaveCertificateIamRoleCommand: (input: DisassociateEnclaveCertificateIamRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
952
966
|
export declare const serializeAws_ec2DisassociateIamInstanceProfileCommand: (input: DisassociateIamInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
953
967
|
export declare const serializeAws_ec2DisassociateInstanceEventWindowCommand: (input: DisassociateInstanceEventWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
968
|
+
export declare const serializeAws_ec2DisassociateIpamResourceDiscoveryCommand: (input: DisassociateIpamResourceDiscoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
954
969
|
export declare const serializeAws_ec2DisassociateRouteTableCommand: (input: DisassociateRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
955
970
|
export declare const serializeAws_ec2DisassociateSubnetCidrBlockCommand: (input: DisassociateSubnetCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
956
971
|
export declare const serializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand: (input: DisassociateTransitGatewayMulticastDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -992,6 +1007,8 @@ export declare const serializeAws_ec2GetHostReservationPurchasePreviewCommand: (
|
|
|
992
1007
|
export declare const serializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand: (input: GetInstanceTypesFromInstanceRequirementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
993
1008
|
export declare const serializeAws_ec2GetInstanceUefiDataCommand: (input: GetInstanceUefiDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
994
1009
|
export declare const serializeAws_ec2GetIpamAddressHistoryCommand: (input: GetIpamAddressHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1010
|
+
export declare const serializeAws_ec2GetIpamDiscoveredAccountsCommand: (input: GetIpamDiscoveredAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1011
|
+
export declare const serializeAws_ec2GetIpamDiscoveredResourceCidrsCommand: (input: GetIpamDiscoveredResourceCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
995
1012
|
export declare const serializeAws_ec2GetIpamPoolAllocationsCommand: (input: GetIpamPoolAllocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
996
1013
|
export declare const serializeAws_ec2GetIpamPoolCidrsCommand: (input: GetIpamPoolCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
997
1014
|
export declare const serializeAws_ec2GetIpamResourceCidrsCommand: (input: GetIpamResourceCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1048,6 +1065,7 @@ export declare const serializeAws_ec2ModifyInstancePlacementCommand: (input: Mod
|
|
|
1048
1065
|
export declare const serializeAws_ec2ModifyIpamCommand: (input: ModifyIpamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1049
1066
|
export declare const serializeAws_ec2ModifyIpamPoolCommand: (input: ModifyIpamPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1050
1067
|
export declare const serializeAws_ec2ModifyIpamResourceCidrCommand: (input: ModifyIpamResourceCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1068
|
+
export declare const serializeAws_ec2ModifyIpamResourceDiscoveryCommand: (input: ModifyIpamResourceDiscoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1051
1069
|
export declare const serializeAws_ec2ModifyIpamScopeCommand: (input: ModifyIpamScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1052
1070
|
export declare const serializeAws_ec2ModifyLaunchTemplateCommand: (input: ModifyLaunchTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1053
1071
|
export declare const serializeAws_ec2ModifyLocalGatewayRouteCommand: (input: ModifyLocalGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1172,6 +1190,7 @@ export declare const deserializeAws_ec2AssociateDhcpOptionsCommand: (output: __H
|
|
|
1172
1190
|
export declare const deserializeAws_ec2AssociateEnclaveCertificateIamRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEnclaveCertificateIamRoleCommandOutput>;
|
|
1173
1191
|
export declare const deserializeAws_ec2AssociateIamInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIamInstanceProfileCommandOutput>;
|
|
1174
1192
|
export declare const deserializeAws_ec2AssociateInstanceEventWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateInstanceEventWindowCommandOutput>;
|
|
1193
|
+
export declare const deserializeAws_ec2AssociateIpamResourceDiscoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIpamResourceDiscoveryCommandOutput>;
|
|
1175
1194
|
export declare const deserializeAws_ec2AssociateRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateRouteTableCommandOutput>;
|
|
1176
1195
|
export declare const deserializeAws_ec2AssociateSubnetCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSubnetCidrBlockCommandOutput>;
|
|
1177
1196
|
export declare const deserializeAws_ec2AssociateTransitGatewayMulticastDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTransitGatewayMulticastDomainCommandOutput>;
|
|
@@ -1224,6 +1243,7 @@ export declare const deserializeAws_ec2CreateInstanceExportTaskCommand: (output:
|
|
|
1224
1243
|
export declare const deserializeAws_ec2CreateInternetGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInternetGatewayCommandOutput>;
|
|
1225
1244
|
export declare const deserializeAws_ec2CreateIpamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpamCommandOutput>;
|
|
1226
1245
|
export declare const deserializeAws_ec2CreateIpamPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpamPoolCommandOutput>;
|
|
1246
|
+
export declare const deserializeAws_ec2CreateIpamResourceDiscoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpamResourceDiscoveryCommandOutput>;
|
|
1227
1247
|
export declare const deserializeAws_ec2CreateIpamScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpamScopeCommandOutput>;
|
|
1228
1248
|
export declare const deserializeAws_ec2CreateKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeyPairCommandOutput>;
|
|
1229
1249
|
export declare const deserializeAws_ec2CreateLaunchTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLaunchTemplateCommandOutput>;
|
|
@@ -1298,6 +1318,7 @@ export declare const deserializeAws_ec2DeleteInstanceEventWindowCommand: (output
|
|
|
1298
1318
|
export declare const deserializeAws_ec2DeleteInternetGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInternetGatewayCommandOutput>;
|
|
1299
1319
|
export declare const deserializeAws_ec2DeleteIpamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpamCommandOutput>;
|
|
1300
1320
|
export declare const deserializeAws_ec2DeleteIpamPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpamPoolCommandOutput>;
|
|
1321
|
+
export declare const deserializeAws_ec2DeleteIpamResourceDiscoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpamResourceDiscoveryCommandOutput>;
|
|
1301
1322
|
export declare const deserializeAws_ec2DeleteIpamScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpamScopeCommandOutput>;
|
|
1302
1323
|
export declare const deserializeAws_ec2DeleteKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKeyPairCommandOutput>;
|
|
1303
1324
|
export declare const deserializeAws_ec2DeleteLaunchTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLaunchTemplateCommandOutput>;
|
|
@@ -1416,6 +1437,8 @@ export declare const deserializeAws_ec2DescribeInstanceTypeOfferingsCommand: (ou
|
|
|
1416
1437
|
export declare const deserializeAws_ec2DescribeInstanceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceTypesCommandOutput>;
|
|
1417
1438
|
export declare const deserializeAws_ec2DescribeInternetGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInternetGatewaysCommandOutput>;
|
|
1418
1439
|
export declare const deserializeAws_ec2DescribeIpamPoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpamPoolsCommandOutput>;
|
|
1440
|
+
export declare const deserializeAws_ec2DescribeIpamResourceDiscoveriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpamResourceDiscoveriesCommandOutput>;
|
|
1441
|
+
export declare const deserializeAws_ec2DescribeIpamResourceDiscoveryAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpamResourceDiscoveryAssociationsCommandOutput>;
|
|
1419
1442
|
export declare const deserializeAws_ec2DescribeIpamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpamsCommandOutput>;
|
|
1420
1443
|
export declare const deserializeAws_ec2DescribeIpamScopesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpamScopesCommandOutput>;
|
|
1421
1444
|
export declare const deserializeAws_ec2DescribeIpv6PoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpv6PoolsCommandOutput>;
|
|
@@ -1527,6 +1550,7 @@ export declare const deserializeAws_ec2DisassociateClientVpnTargetNetworkCommand
|
|
|
1527
1550
|
export declare const deserializeAws_ec2DisassociateEnclaveCertificateIamRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateEnclaveCertificateIamRoleCommandOutput>;
|
|
1528
1551
|
export declare const deserializeAws_ec2DisassociateIamInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIamInstanceProfileCommandOutput>;
|
|
1529
1552
|
export declare const deserializeAws_ec2DisassociateInstanceEventWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateInstanceEventWindowCommandOutput>;
|
|
1553
|
+
export declare const deserializeAws_ec2DisassociateIpamResourceDiscoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIpamResourceDiscoveryCommandOutput>;
|
|
1530
1554
|
export declare const deserializeAws_ec2DisassociateRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateRouteTableCommandOutput>;
|
|
1531
1555
|
export declare const deserializeAws_ec2DisassociateSubnetCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSubnetCidrBlockCommandOutput>;
|
|
1532
1556
|
export declare const deserializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTransitGatewayMulticastDomainCommandOutput>;
|
|
@@ -1568,6 +1592,8 @@ export declare const deserializeAws_ec2GetHostReservationPurchasePreviewCommand:
|
|
|
1568
1592
|
export declare const deserializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceTypesFromInstanceRequirementsCommandOutput>;
|
|
1569
1593
|
export declare const deserializeAws_ec2GetInstanceUefiDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceUefiDataCommandOutput>;
|
|
1570
1594
|
export declare const deserializeAws_ec2GetIpamAddressHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamAddressHistoryCommandOutput>;
|
|
1595
|
+
export declare const deserializeAws_ec2GetIpamDiscoveredAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamDiscoveredAccountsCommandOutput>;
|
|
1596
|
+
export declare const deserializeAws_ec2GetIpamDiscoveredResourceCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamDiscoveredResourceCidrsCommandOutput>;
|
|
1571
1597
|
export declare const deserializeAws_ec2GetIpamPoolAllocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamPoolAllocationsCommandOutput>;
|
|
1572
1598
|
export declare const deserializeAws_ec2GetIpamPoolCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamPoolCidrsCommandOutput>;
|
|
1573
1599
|
export declare const deserializeAws_ec2GetIpamResourceCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamResourceCidrsCommandOutput>;
|
|
@@ -1624,6 +1650,7 @@ export declare const deserializeAws_ec2ModifyInstancePlacementCommand: (output:
|
|
|
1624
1650
|
export declare const deserializeAws_ec2ModifyIpamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIpamCommandOutput>;
|
|
1625
1651
|
export declare const deserializeAws_ec2ModifyIpamPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIpamPoolCommandOutput>;
|
|
1626
1652
|
export declare const deserializeAws_ec2ModifyIpamResourceCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIpamResourceCidrCommandOutput>;
|
|
1653
|
+
export declare const deserializeAws_ec2ModifyIpamResourceDiscoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIpamResourceDiscoveryCommandOutput>;
|
|
1627
1654
|
export declare const deserializeAws_ec2ModifyIpamScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIpamScopeCommandOutput>;
|
|
1628
1655
|
export declare const deserializeAws_ec2ModifyLaunchTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyLaunchTemplateCommandOutput>;
|
|
1629
1656
|
export declare const deserializeAws_ec2ModifyLocalGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyLocalGatewayRouteCommandOutput>;
|
|
@@ -17,12 +17,12 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
20
|
apiVersion: string;
|
|
23
21
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
22
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
25
23
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
24
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
25
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
@@ -17,12 +17,12 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
20
|
apiVersion: string;
|
|
23
21
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
22
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
25
23
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
24
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
25
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
@@ -13,4 +13,6 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
13
13
|
logger: import("@aws-sdk/types").Logger;
|
|
14
14
|
serviceId: string;
|
|
15
15
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
16
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
17
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
16
18
|
};
|
|
@@ -79,6 +79,10 @@ import {
|
|
|
79
79
|
AssociateInstanceEventWindowCommandInput,
|
|
80
80
|
AssociateInstanceEventWindowCommandOutput,
|
|
81
81
|
} from "./commands/AssociateInstanceEventWindowCommand";
|
|
82
|
+
import {
|
|
83
|
+
AssociateIpamResourceDiscoveryCommandInput,
|
|
84
|
+
AssociateIpamResourceDiscoveryCommandOutput,
|
|
85
|
+
} from "./commands/AssociateIpamResourceDiscoveryCommand";
|
|
82
86
|
import {
|
|
83
87
|
AssociateRouteTableCommandInput,
|
|
84
88
|
AssociateRouteTableCommandOutput,
|
|
@@ -287,6 +291,10 @@ import {
|
|
|
287
291
|
CreateIpamPoolCommandInput,
|
|
288
292
|
CreateIpamPoolCommandOutput,
|
|
289
293
|
} from "./commands/CreateIpamPoolCommand";
|
|
294
|
+
import {
|
|
295
|
+
CreateIpamResourceDiscoveryCommandInput,
|
|
296
|
+
CreateIpamResourceDiscoveryCommandOutput,
|
|
297
|
+
} from "./commands/CreateIpamResourceDiscoveryCommand";
|
|
290
298
|
import {
|
|
291
299
|
CreateIpamScopeCommandInput,
|
|
292
300
|
CreateIpamScopeCommandOutput,
|
|
@@ -583,6 +591,10 @@ import {
|
|
|
583
591
|
DeleteIpamPoolCommandInput,
|
|
584
592
|
DeleteIpamPoolCommandOutput,
|
|
585
593
|
} from "./commands/DeleteIpamPoolCommand";
|
|
594
|
+
import {
|
|
595
|
+
DeleteIpamResourceDiscoveryCommandInput,
|
|
596
|
+
DeleteIpamResourceDiscoveryCommandOutput,
|
|
597
|
+
} from "./commands/DeleteIpamResourceDiscoveryCommand";
|
|
586
598
|
import {
|
|
587
599
|
DeleteIpamScopeCommandInput,
|
|
588
600
|
DeleteIpamScopeCommandOutput,
|
|
@@ -1055,6 +1067,14 @@ import {
|
|
|
1055
1067
|
DescribeIpamPoolsCommandInput,
|
|
1056
1068
|
DescribeIpamPoolsCommandOutput,
|
|
1057
1069
|
} from "./commands/DescribeIpamPoolsCommand";
|
|
1070
|
+
import {
|
|
1071
|
+
DescribeIpamResourceDiscoveriesCommandInput,
|
|
1072
|
+
DescribeIpamResourceDiscoveriesCommandOutput,
|
|
1073
|
+
} from "./commands/DescribeIpamResourceDiscoveriesCommand";
|
|
1074
|
+
import {
|
|
1075
|
+
DescribeIpamResourceDiscoveryAssociationsCommandInput,
|
|
1076
|
+
DescribeIpamResourceDiscoveryAssociationsCommandOutput,
|
|
1077
|
+
} from "./commands/DescribeIpamResourceDiscoveryAssociationsCommand";
|
|
1058
1078
|
import {
|
|
1059
1079
|
DescribeIpamsCommandInput,
|
|
1060
1080
|
DescribeIpamsCommandOutput,
|
|
@@ -1499,6 +1519,10 @@ import {
|
|
|
1499
1519
|
DisassociateInstanceEventWindowCommandInput,
|
|
1500
1520
|
DisassociateInstanceEventWindowCommandOutput,
|
|
1501
1521
|
} from "./commands/DisassociateInstanceEventWindowCommand";
|
|
1522
|
+
import {
|
|
1523
|
+
DisassociateIpamResourceDiscoveryCommandInput,
|
|
1524
|
+
DisassociateIpamResourceDiscoveryCommandOutput,
|
|
1525
|
+
} from "./commands/DisassociateIpamResourceDiscoveryCommand";
|
|
1502
1526
|
import {
|
|
1503
1527
|
DisassociateRouteTableCommandInput,
|
|
1504
1528
|
DisassociateRouteTableCommandOutput,
|
|
@@ -1663,6 +1687,14 @@ import {
|
|
|
1663
1687
|
GetIpamAddressHistoryCommandInput,
|
|
1664
1688
|
GetIpamAddressHistoryCommandOutput,
|
|
1665
1689
|
} from "./commands/GetIpamAddressHistoryCommand";
|
|
1690
|
+
import {
|
|
1691
|
+
GetIpamDiscoveredAccountsCommandInput,
|
|
1692
|
+
GetIpamDiscoveredAccountsCommandOutput,
|
|
1693
|
+
} from "./commands/GetIpamDiscoveredAccountsCommand";
|
|
1694
|
+
import {
|
|
1695
|
+
GetIpamDiscoveredResourceCidrsCommandInput,
|
|
1696
|
+
GetIpamDiscoveredResourceCidrsCommandOutput,
|
|
1697
|
+
} from "./commands/GetIpamDiscoveredResourceCidrsCommand";
|
|
1666
1698
|
import {
|
|
1667
1699
|
GetIpamPoolAllocationsCommandInput,
|
|
1668
1700
|
GetIpamPoolAllocationsCommandOutput,
|
|
@@ -1887,6 +1919,10 @@ import {
|
|
|
1887
1919
|
ModifyIpamResourceCidrCommandInput,
|
|
1888
1920
|
ModifyIpamResourceCidrCommandOutput,
|
|
1889
1921
|
} from "./commands/ModifyIpamResourceCidrCommand";
|
|
1922
|
+
import {
|
|
1923
|
+
ModifyIpamResourceDiscoveryCommandInput,
|
|
1924
|
+
ModifyIpamResourceDiscoveryCommandOutput,
|
|
1925
|
+
} from "./commands/ModifyIpamResourceDiscoveryCommand";
|
|
1890
1926
|
import {
|
|
1891
1927
|
ModifyIpamScopeCommandInput,
|
|
1892
1928
|
ModifyIpamScopeCommandOutput,
|
|
@@ -2601,6 +2637,19 @@ export declare class EC2 extends EC2Client {
|
|
|
2601
2637
|
options: __HttpHandlerOptions,
|
|
2602
2638
|
cb: (err: any, data?: AssociateInstanceEventWindowCommandOutput) => void
|
|
2603
2639
|
): void;
|
|
2640
|
+
associateIpamResourceDiscovery(
|
|
2641
|
+
args: AssociateIpamResourceDiscoveryCommandInput,
|
|
2642
|
+
options?: __HttpHandlerOptions
|
|
2643
|
+
): Promise<AssociateIpamResourceDiscoveryCommandOutput>;
|
|
2644
|
+
associateIpamResourceDiscovery(
|
|
2645
|
+
args: AssociateIpamResourceDiscoveryCommandInput,
|
|
2646
|
+
cb: (err: any, data?: AssociateIpamResourceDiscoveryCommandOutput) => void
|
|
2647
|
+
): void;
|
|
2648
|
+
associateIpamResourceDiscovery(
|
|
2649
|
+
args: AssociateIpamResourceDiscoveryCommandInput,
|
|
2650
|
+
options: __HttpHandlerOptions,
|
|
2651
|
+
cb: (err: any, data?: AssociateIpamResourceDiscoveryCommandOutput) => void
|
|
2652
|
+
): void;
|
|
2604
2653
|
associateRouteTable(
|
|
2605
2654
|
args: AssociateRouteTableCommandInput,
|
|
2606
2655
|
options?: __HttpHandlerOptions
|
|
@@ -3301,6 +3350,19 @@ export declare class EC2 extends EC2Client {
|
|
|
3301
3350
|
options: __HttpHandlerOptions,
|
|
3302
3351
|
cb: (err: any, data?: CreateIpamPoolCommandOutput) => void
|
|
3303
3352
|
): void;
|
|
3353
|
+
createIpamResourceDiscovery(
|
|
3354
|
+
args: CreateIpamResourceDiscoveryCommandInput,
|
|
3355
|
+
options?: __HttpHandlerOptions
|
|
3356
|
+
): Promise<CreateIpamResourceDiscoveryCommandOutput>;
|
|
3357
|
+
createIpamResourceDiscovery(
|
|
3358
|
+
args: CreateIpamResourceDiscoveryCommandInput,
|
|
3359
|
+
cb: (err: any, data?: CreateIpamResourceDiscoveryCommandOutput) => void
|
|
3360
|
+
): void;
|
|
3361
|
+
createIpamResourceDiscovery(
|
|
3362
|
+
args: CreateIpamResourceDiscoveryCommandInput,
|
|
3363
|
+
options: __HttpHandlerOptions,
|
|
3364
|
+
cb: (err: any, data?: CreateIpamResourceDiscoveryCommandOutput) => void
|
|
3365
|
+
): void;
|
|
3304
3366
|
createIpamScope(
|
|
3305
3367
|
args: CreateIpamScopeCommandInput,
|
|
3306
3368
|
options?: __HttpHandlerOptions
|
|
@@ -4323,6 +4385,19 @@ export declare class EC2 extends EC2Client {
|
|
|
4323
4385
|
options: __HttpHandlerOptions,
|
|
4324
4386
|
cb: (err: any, data?: DeleteIpamPoolCommandOutput) => void
|
|
4325
4387
|
): void;
|
|
4388
|
+
deleteIpamResourceDiscovery(
|
|
4389
|
+
args: DeleteIpamResourceDiscoveryCommandInput,
|
|
4390
|
+
options?: __HttpHandlerOptions
|
|
4391
|
+
): Promise<DeleteIpamResourceDiscoveryCommandOutput>;
|
|
4392
|
+
deleteIpamResourceDiscovery(
|
|
4393
|
+
args: DeleteIpamResourceDiscoveryCommandInput,
|
|
4394
|
+
cb: (err: any, data?: DeleteIpamResourceDiscoveryCommandOutput) => void
|
|
4395
|
+
): void;
|
|
4396
|
+
deleteIpamResourceDiscovery(
|
|
4397
|
+
args: DeleteIpamResourceDiscoveryCommandInput,
|
|
4398
|
+
options: __HttpHandlerOptions,
|
|
4399
|
+
cb: (err: any, data?: DeleteIpamResourceDiscoveryCommandOutput) => void
|
|
4400
|
+
): void;
|
|
4326
4401
|
deleteIpamScope(
|
|
4327
4402
|
args: DeleteIpamScopeCommandInput,
|
|
4328
4403
|
options?: __HttpHandlerOptions
|
|
@@ -5983,6 +6058,38 @@ export declare class EC2 extends EC2Client {
|
|
|
5983
6058
|
options: __HttpHandlerOptions,
|
|
5984
6059
|
cb: (err: any, data?: DescribeIpamPoolsCommandOutput) => void
|
|
5985
6060
|
): void;
|
|
6061
|
+
describeIpamResourceDiscoveries(
|
|
6062
|
+
args: DescribeIpamResourceDiscoveriesCommandInput,
|
|
6063
|
+
options?: __HttpHandlerOptions
|
|
6064
|
+
): Promise<DescribeIpamResourceDiscoveriesCommandOutput>;
|
|
6065
|
+
describeIpamResourceDiscoveries(
|
|
6066
|
+
args: DescribeIpamResourceDiscoveriesCommandInput,
|
|
6067
|
+
cb: (err: any, data?: DescribeIpamResourceDiscoveriesCommandOutput) => void
|
|
6068
|
+
): void;
|
|
6069
|
+
describeIpamResourceDiscoveries(
|
|
6070
|
+
args: DescribeIpamResourceDiscoveriesCommandInput,
|
|
6071
|
+
options: __HttpHandlerOptions,
|
|
6072
|
+
cb: (err: any, data?: DescribeIpamResourceDiscoveriesCommandOutput) => void
|
|
6073
|
+
): void;
|
|
6074
|
+
describeIpamResourceDiscoveryAssociations(
|
|
6075
|
+
args: DescribeIpamResourceDiscoveryAssociationsCommandInput,
|
|
6076
|
+
options?: __HttpHandlerOptions
|
|
6077
|
+
): Promise<DescribeIpamResourceDiscoveryAssociationsCommandOutput>;
|
|
6078
|
+
describeIpamResourceDiscoveryAssociations(
|
|
6079
|
+
args: DescribeIpamResourceDiscoveryAssociationsCommandInput,
|
|
6080
|
+
cb: (
|
|
6081
|
+
err: any,
|
|
6082
|
+
data?: DescribeIpamResourceDiscoveryAssociationsCommandOutput
|
|
6083
|
+
) => void
|
|
6084
|
+
): void;
|
|
6085
|
+
describeIpamResourceDiscoveryAssociations(
|
|
6086
|
+
args: DescribeIpamResourceDiscoveryAssociationsCommandInput,
|
|
6087
|
+
options: __HttpHandlerOptions,
|
|
6088
|
+
cb: (
|
|
6089
|
+
err: any,
|
|
6090
|
+
data?: DescribeIpamResourceDiscoveryAssociationsCommandOutput
|
|
6091
|
+
) => void
|
|
6092
|
+
): void;
|
|
5986
6093
|
describeIpams(
|
|
5987
6094
|
args: DescribeIpamsCommandInput,
|
|
5988
6095
|
options?: __HttpHandlerOptions
|
|
@@ -7618,6 +7725,25 @@ export declare class EC2 extends EC2Client {
|
|
|
7618
7725
|
options: __HttpHandlerOptions,
|
|
7619
7726
|
cb: (err: any, data?: DisassociateInstanceEventWindowCommandOutput) => void
|
|
7620
7727
|
): void;
|
|
7728
|
+
disassociateIpamResourceDiscovery(
|
|
7729
|
+
args: DisassociateIpamResourceDiscoveryCommandInput,
|
|
7730
|
+
options?: __HttpHandlerOptions
|
|
7731
|
+
): Promise<DisassociateIpamResourceDiscoveryCommandOutput>;
|
|
7732
|
+
disassociateIpamResourceDiscovery(
|
|
7733
|
+
args: DisassociateIpamResourceDiscoveryCommandInput,
|
|
7734
|
+
cb: (
|
|
7735
|
+
err: any,
|
|
7736
|
+
data?: DisassociateIpamResourceDiscoveryCommandOutput
|
|
7737
|
+
) => void
|
|
7738
|
+
): void;
|
|
7739
|
+
disassociateIpamResourceDiscovery(
|
|
7740
|
+
args: DisassociateIpamResourceDiscoveryCommandInput,
|
|
7741
|
+
options: __HttpHandlerOptions,
|
|
7742
|
+
cb: (
|
|
7743
|
+
err: any,
|
|
7744
|
+
data?: DisassociateIpamResourceDiscoveryCommandOutput
|
|
7745
|
+
) => void
|
|
7746
|
+
): void;
|
|
7621
7747
|
disassociateRouteTable(
|
|
7622
7748
|
args: DisassociateRouteTableCommandInput,
|
|
7623
7749
|
options?: __HttpHandlerOptions
|
|
@@ -8223,6 +8349,32 @@ export declare class EC2 extends EC2Client {
|
|
|
8223
8349
|
options: __HttpHandlerOptions,
|
|
8224
8350
|
cb: (err: any, data?: GetIpamAddressHistoryCommandOutput) => void
|
|
8225
8351
|
): void;
|
|
8352
|
+
getIpamDiscoveredAccounts(
|
|
8353
|
+
args: GetIpamDiscoveredAccountsCommandInput,
|
|
8354
|
+
options?: __HttpHandlerOptions
|
|
8355
|
+
): Promise<GetIpamDiscoveredAccountsCommandOutput>;
|
|
8356
|
+
getIpamDiscoveredAccounts(
|
|
8357
|
+
args: GetIpamDiscoveredAccountsCommandInput,
|
|
8358
|
+
cb: (err: any, data?: GetIpamDiscoveredAccountsCommandOutput) => void
|
|
8359
|
+
): void;
|
|
8360
|
+
getIpamDiscoveredAccounts(
|
|
8361
|
+
args: GetIpamDiscoveredAccountsCommandInput,
|
|
8362
|
+
options: __HttpHandlerOptions,
|
|
8363
|
+
cb: (err: any, data?: GetIpamDiscoveredAccountsCommandOutput) => void
|
|
8364
|
+
): void;
|
|
8365
|
+
getIpamDiscoveredResourceCidrs(
|
|
8366
|
+
args: GetIpamDiscoveredResourceCidrsCommandInput,
|
|
8367
|
+
options?: __HttpHandlerOptions
|
|
8368
|
+
): Promise<GetIpamDiscoveredResourceCidrsCommandOutput>;
|
|
8369
|
+
getIpamDiscoveredResourceCidrs(
|
|
8370
|
+
args: GetIpamDiscoveredResourceCidrsCommandInput,
|
|
8371
|
+
cb: (err: any, data?: GetIpamDiscoveredResourceCidrsCommandOutput) => void
|
|
8372
|
+
): void;
|
|
8373
|
+
getIpamDiscoveredResourceCidrs(
|
|
8374
|
+
args: GetIpamDiscoveredResourceCidrsCommandInput,
|
|
8375
|
+
options: __HttpHandlerOptions,
|
|
8376
|
+
cb: (err: any, data?: GetIpamDiscoveredResourceCidrsCommandOutput) => void
|
|
8377
|
+
): void;
|
|
8226
8378
|
getIpamPoolAllocations(
|
|
8227
8379
|
args: GetIpamPoolAllocationsCommandInput,
|
|
8228
8380
|
options?: __HttpHandlerOptions
|
|
@@ -9035,6 +9187,19 @@ export declare class EC2 extends EC2Client {
|
|
|
9035
9187
|
options: __HttpHandlerOptions,
|
|
9036
9188
|
cb: (err: any, data?: ModifyIpamResourceCidrCommandOutput) => void
|
|
9037
9189
|
): void;
|
|
9190
|
+
modifyIpamResourceDiscovery(
|
|
9191
|
+
args: ModifyIpamResourceDiscoveryCommandInput,
|
|
9192
|
+
options?: __HttpHandlerOptions
|
|
9193
|
+
): Promise<ModifyIpamResourceDiscoveryCommandOutput>;
|
|
9194
|
+
modifyIpamResourceDiscovery(
|
|
9195
|
+
args: ModifyIpamResourceDiscoveryCommandInput,
|
|
9196
|
+
cb: (err: any, data?: ModifyIpamResourceDiscoveryCommandOutput) => void
|
|
9197
|
+
): void;
|
|
9198
|
+
modifyIpamResourceDiscovery(
|
|
9199
|
+
args: ModifyIpamResourceDiscoveryCommandInput,
|
|
9200
|
+
options: __HttpHandlerOptions,
|
|
9201
|
+
cb: (err: any, data?: ModifyIpamResourceDiscoveryCommandOutput) => void
|
|
9202
|
+
): void;
|
|
9038
9203
|
modifyIpamScope(
|
|
9039
9204
|
args: ModifyIpamScopeCommandInput,
|
|
9040
9205
|
options?: __HttpHandlerOptions
|