@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
|
@@ -7,11 +7,16 @@ import {
|
|
|
7
7
|
AddressAttributeName,
|
|
8
8
|
Affinity,
|
|
9
9
|
ApplianceModeSupportValue,
|
|
10
|
+
AutoPlacement,
|
|
10
11
|
ByoipCidr,
|
|
12
|
+
ClientConnectOptions,
|
|
13
|
+
ClientLoginBannerOptions,
|
|
11
14
|
ClientVpnAuthorizationRuleStatus,
|
|
15
|
+
ConnectionLogOptions,
|
|
12
16
|
CurrencyCodeValues,
|
|
13
17
|
DnsSupportValue,
|
|
14
18
|
EnaSrdSpecification,
|
|
19
|
+
HostRecovery,
|
|
15
20
|
IamInstanceProfileAssociation,
|
|
16
21
|
IamInstanceProfileSpecification,
|
|
17
22
|
InstanceEventWindow,
|
|
@@ -19,6 +24,7 @@ import {
|
|
|
19
24
|
Ipv6SupportValue,
|
|
20
25
|
PortRange,
|
|
21
26
|
RouteTableAssociationState,
|
|
27
|
+
SelfServicePortal,
|
|
22
28
|
TagSpecification,
|
|
23
29
|
TransitGatewayAttachmentResourceType,
|
|
24
30
|
TransitGatewayMulticastDomainAssociations,
|
|
@@ -31,8 +37,12 @@ import {
|
|
|
31
37
|
import {
|
|
32
38
|
AttributeValue,
|
|
33
39
|
BlockDeviceMapping,
|
|
40
|
+
CapacityReservationPreference,
|
|
41
|
+
CapacityReservationTarget,
|
|
34
42
|
CreditSpecificationRequest,
|
|
35
43
|
ElasticGpuSpecification,
|
|
44
|
+
FleetExcessCapacityTerminationPolicy,
|
|
45
|
+
FleetLaunchTemplateConfigRequest,
|
|
36
46
|
HostnameType,
|
|
37
47
|
IcmpTypeCode,
|
|
38
48
|
InstanceEventWindowTimeRangeRequest,
|
|
@@ -40,6 +50,7 @@ import {
|
|
|
40
50
|
InstanceIpv6Address,
|
|
41
51
|
Ipam,
|
|
42
52
|
IpamPool,
|
|
53
|
+
IpamResourceDiscovery,
|
|
43
54
|
IpamScope,
|
|
44
55
|
LaunchTemplate,
|
|
45
56
|
LocalGatewayRoute,
|
|
@@ -49,8 +60,8 @@ import {
|
|
|
49
60
|
RequestIpamResourceTag,
|
|
50
61
|
RuleAction,
|
|
51
62
|
ShutdownBehavior,
|
|
52
|
-
SnapshotState,
|
|
53
63
|
SpotInstanceType,
|
|
64
|
+
TargetCapacitySpecificationRequest,
|
|
54
65
|
VolumeType,
|
|
55
66
|
} from "./models_1";
|
|
56
67
|
import {
|
|
@@ -67,6 +78,7 @@ import {
|
|
|
67
78
|
Phase2DHGroupNumbersRequestListValue,
|
|
68
79
|
Phase2EncryptionAlgorithmsRequestListValue,
|
|
69
80
|
Phase2IntegrityAlgorithmsRequestListValue,
|
|
81
|
+
SnapshotState,
|
|
70
82
|
TrafficDirection,
|
|
71
83
|
TrafficMirrorFilter,
|
|
72
84
|
TrafficMirrorFilterRule,
|
|
@@ -90,6 +102,8 @@ import {
|
|
|
90
102
|
BootModeValues,
|
|
91
103
|
ClientVpnConnectionStatus,
|
|
92
104
|
Filter,
|
|
105
|
+
FpgaImageAttribute,
|
|
106
|
+
FpgaImageAttributeName,
|
|
93
107
|
HttpTokensState,
|
|
94
108
|
ImdsSupportValues,
|
|
95
109
|
InstanceAttributeName,
|
|
@@ -102,7 +116,9 @@ import {
|
|
|
102
116
|
InstanceStatusEvent,
|
|
103
117
|
InstanceTagNotificationAttribute,
|
|
104
118
|
IpamPoolCidr,
|
|
119
|
+
LaunchPermission,
|
|
105
120
|
Monitoring,
|
|
121
|
+
PermissionGroup,
|
|
106
122
|
TpmSupportValues,
|
|
107
123
|
} from "./models_3";
|
|
108
124
|
import {
|
|
@@ -124,11 +140,170 @@ import {
|
|
|
124
140
|
VolumeModification,
|
|
125
141
|
} from "./models_4";
|
|
126
142
|
import {
|
|
127
|
-
|
|
143
|
+
DnsServersOptionsModifyStructure,
|
|
144
|
+
InstanceFamilyCreditSpecification,
|
|
128
145
|
IpamResourceCidr,
|
|
129
|
-
OperationType,
|
|
130
146
|
Purchase,
|
|
147
|
+
UnlimitedSupportedInstanceFamily,
|
|
131
148
|
} from "./models_5";
|
|
149
|
+
export interface ModifyClientVpnEndpointRequest {
|
|
150
|
+
ClientVpnEndpointId: string | undefined;
|
|
151
|
+
ServerCertificateArn?: string;
|
|
152
|
+
ConnectionLogOptions?: ConnectionLogOptions;
|
|
153
|
+
DnsServers?: DnsServersOptionsModifyStructure;
|
|
154
|
+
VpnPort?: number;
|
|
155
|
+
Description?: string;
|
|
156
|
+
SplitTunnel?: boolean;
|
|
157
|
+
DryRun?: boolean;
|
|
158
|
+
SecurityGroupIds?: string[];
|
|
159
|
+
VpcId?: string;
|
|
160
|
+
SelfServicePortal?: SelfServicePortal | string;
|
|
161
|
+
ClientConnectOptions?: ClientConnectOptions;
|
|
162
|
+
SessionTimeoutHours?: number;
|
|
163
|
+
ClientLoginBannerOptions?: ClientLoginBannerOptions;
|
|
164
|
+
}
|
|
165
|
+
export interface ModifyClientVpnEndpointResult {
|
|
166
|
+
Return?: boolean;
|
|
167
|
+
}
|
|
168
|
+
export interface ModifyDefaultCreditSpecificationRequest {
|
|
169
|
+
DryRun?: boolean;
|
|
170
|
+
InstanceFamily: UnlimitedSupportedInstanceFamily | string | undefined;
|
|
171
|
+
CpuCredits: string | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface ModifyDefaultCreditSpecificationResult {
|
|
174
|
+
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification;
|
|
175
|
+
}
|
|
176
|
+
export interface ModifyEbsDefaultKmsKeyIdRequest {
|
|
177
|
+
KmsKeyId: string | undefined;
|
|
178
|
+
DryRun?: boolean;
|
|
179
|
+
}
|
|
180
|
+
export interface ModifyEbsDefaultKmsKeyIdResult {
|
|
181
|
+
KmsKeyId?: string;
|
|
182
|
+
}
|
|
183
|
+
export interface ModifyFleetRequest {
|
|
184
|
+
DryRun?: boolean;
|
|
185
|
+
ExcessCapacityTerminationPolicy?:
|
|
186
|
+
| FleetExcessCapacityTerminationPolicy
|
|
187
|
+
| string;
|
|
188
|
+
LaunchTemplateConfigs?: FleetLaunchTemplateConfigRequest[];
|
|
189
|
+
FleetId: string | undefined;
|
|
190
|
+
TargetCapacitySpecification?: TargetCapacitySpecificationRequest;
|
|
191
|
+
Context?: string;
|
|
192
|
+
}
|
|
193
|
+
export interface ModifyFleetResult {
|
|
194
|
+
Return?: boolean;
|
|
195
|
+
}
|
|
196
|
+
export interface LoadPermissionRequest {
|
|
197
|
+
Group?: PermissionGroup | string;
|
|
198
|
+
UserId?: string;
|
|
199
|
+
}
|
|
200
|
+
export interface LoadPermissionModifications {
|
|
201
|
+
Add?: LoadPermissionRequest[];
|
|
202
|
+
Remove?: LoadPermissionRequest[];
|
|
203
|
+
}
|
|
204
|
+
export declare enum OperationType {
|
|
205
|
+
add = "add",
|
|
206
|
+
remove = "remove",
|
|
207
|
+
}
|
|
208
|
+
export interface ModifyFpgaImageAttributeRequest {
|
|
209
|
+
DryRun?: boolean;
|
|
210
|
+
FpgaImageId: string | undefined;
|
|
211
|
+
Attribute?: FpgaImageAttributeName | string;
|
|
212
|
+
OperationType?: OperationType | string;
|
|
213
|
+
UserIds?: string[];
|
|
214
|
+
UserGroups?: string[];
|
|
215
|
+
ProductCodes?: string[];
|
|
216
|
+
LoadPermission?: LoadPermissionModifications;
|
|
217
|
+
Description?: string;
|
|
218
|
+
Name?: string;
|
|
219
|
+
}
|
|
220
|
+
export interface ModifyFpgaImageAttributeResult {
|
|
221
|
+
FpgaImageAttribute?: FpgaImageAttribute;
|
|
222
|
+
}
|
|
223
|
+
export interface ModifyHostsRequest {
|
|
224
|
+
AutoPlacement?: AutoPlacement | string;
|
|
225
|
+
HostIds: string[] | undefined;
|
|
226
|
+
HostRecovery?: HostRecovery | string;
|
|
227
|
+
InstanceType?: string;
|
|
228
|
+
InstanceFamily?: string;
|
|
229
|
+
}
|
|
230
|
+
export interface ModifyHostsResult {
|
|
231
|
+
Successful?: string[];
|
|
232
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
233
|
+
}
|
|
234
|
+
export interface ModifyIdentityIdFormatRequest {
|
|
235
|
+
PrincipalArn: string | undefined;
|
|
236
|
+
Resource: string | undefined;
|
|
237
|
+
UseLongIds: boolean | undefined;
|
|
238
|
+
}
|
|
239
|
+
export interface ModifyIdFormatRequest {
|
|
240
|
+
Resource: string | undefined;
|
|
241
|
+
UseLongIds: boolean | undefined;
|
|
242
|
+
}
|
|
243
|
+
export interface LaunchPermissionModifications {
|
|
244
|
+
Add?: LaunchPermission[];
|
|
245
|
+
Remove?: LaunchPermission[];
|
|
246
|
+
}
|
|
247
|
+
export interface ModifyImageAttributeRequest {
|
|
248
|
+
Attribute?: string;
|
|
249
|
+
Description?: AttributeValue;
|
|
250
|
+
ImageId: string | undefined;
|
|
251
|
+
LaunchPermission?: LaunchPermissionModifications;
|
|
252
|
+
OperationType?: OperationType | string;
|
|
253
|
+
ProductCodes?: string[];
|
|
254
|
+
UserGroups?: string[];
|
|
255
|
+
UserIds?: string[];
|
|
256
|
+
Value?: string;
|
|
257
|
+
DryRun?: boolean;
|
|
258
|
+
OrganizationArns?: string[];
|
|
259
|
+
OrganizationalUnitArns?: string[];
|
|
260
|
+
}
|
|
261
|
+
export interface EbsInstanceBlockDeviceSpecification {
|
|
262
|
+
DeleteOnTermination?: boolean;
|
|
263
|
+
VolumeId?: string;
|
|
264
|
+
}
|
|
265
|
+
export interface InstanceBlockDeviceMappingSpecification {
|
|
266
|
+
DeviceName?: string;
|
|
267
|
+
Ebs?: EbsInstanceBlockDeviceSpecification;
|
|
268
|
+
NoDevice?: string;
|
|
269
|
+
VirtualName?: string;
|
|
270
|
+
}
|
|
271
|
+
export interface BlobAttributeValue {
|
|
272
|
+
Value?: Uint8Array;
|
|
273
|
+
}
|
|
274
|
+
export interface ModifyInstanceAttributeRequest {
|
|
275
|
+
SourceDestCheck?: AttributeBooleanValue;
|
|
276
|
+
Attribute?: InstanceAttributeName | string;
|
|
277
|
+
BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[];
|
|
278
|
+
DisableApiTermination?: AttributeBooleanValue;
|
|
279
|
+
DryRun?: boolean;
|
|
280
|
+
EbsOptimized?: AttributeBooleanValue;
|
|
281
|
+
EnaSupport?: AttributeBooleanValue;
|
|
282
|
+
Groups?: string[];
|
|
283
|
+
InstanceId: string | undefined;
|
|
284
|
+
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
285
|
+
InstanceType?: AttributeValue;
|
|
286
|
+
Kernel?: AttributeValue;
|
|
287
|
+
Ramdisk?: AttributeValue;
|
|
288
|
+
SriovNetSupport?: AttributeValue;
|
|
289
|
+
UserData?: BlobAttributeValue;
|
|
290
|
+
Value?: string;
|
|
291
|
+
DisableApiStop?: AttributeBooleanValue;
|
|
292
|
+
}
|
|
293
|
+
export interface CapacityReservationSpecification {
|
|
294
|
+
CapacityReservationPreference?: CapacityReservationPreference | string;
|
|
295
|
+
CapacityReservationTarget?: CapacityReservationTarget;
|
|
296
|
+
}
|
|
297
|
+
export interface ModifyInstanceCapacityReservationAttributesRequest {
|
|
298
|
+
InstanceId: string | undefined;
|
|
299
|
+
CapacityReservationSpecification:
|
|
300
|
+
| CapacityReservationSpecification
|
|
301
|
+
| undefined;
|
|
302
|
+
DryRun?: boolean;
|
|
303
|
+
}
|
|
304
|
+
export interface ModifyInstanceCapacityReservationAttributesResult {
|
|
305
|
+
Return?: boolean;
|
|
306
|
+
}
|
|
132
307
|
export interface InstanceCreditSpecificationRequest {
|
|
133
308
|
InstanceId?: string;
|
|
134
309
|
CpuCredits?: string;
|
|
@@ -259,6 +434,16 @@ export interface ModifyIpamResourceCidrRequest {
|
|
|
259
434
|
export interface ModifyIpamResourceCidrResult {
|
|
260
435
|
IpamResourceCidr?: IpamResourceCidr;
|
|
261
436
|
}
|
|
437
|
+
export interface ModifyIpamResourceDiscoveryRequest {
|
|
438
|
+
DryRun?: boolean;
|
|
439
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
440
|
+
Description?: string;
|
|
441
|
+
AddOperatingRegions?: AddIpamOperatingRegion[];
|
|
442
|
+
RemoveOperatingRegions?: RemoveIpamOperatingRegion[];
|
|
443
|
+
}
|
|
444
|
+
export interface ModifyIpamResourceDiscoveryResult {
|
|
445
|
+
IpamResourceDiscovery?: IpamResourceDiscovery;
|
|
446
|
+
}
|
|
262
447
|
export interface ModifyIpamScopeRequest {
|
|
263
448
|
DryRun?: boolean;
|
|
264
449
|
IpamScopeId: string | undefined;
|
|
@@ -836,6 +1021,8 @@ export interface ProvisionIpamPoolCidrRequest {
|
|
|
836
1021
|
IpamPoolId: string | undefined;
|
|
837
1022
|
Cidr?: string;
|
|
838
1023
|
CidrAuthorizationContext?: IpamCidrAuthorizationContext;
|
|
1024
|
+
NetmaskLength?: number;
|
|
1025
|
+
ClientToken?: string;
|
|
839
1026
|
}
|
|
840
1027
|
export interface ProvisionIpamPoolCidrResult {
|
|
841
1028
|
IpamPoolCidr?: IpamPoolCidr;
|
|
@@ -1614,23 +1801,81 @@ export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
|
|
|
1614
1801
|
export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
|
|
1615
1802
|
Return?: boolean;
|
|
1616
1803
|
}
|
|
1617
|
-
export
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1804
|
+
export declare const ModifyClientVpnEndpointRequestFilterSensitiveLog: (
|
|
1805
|
+
obj: ModifyClientVpnEndpointRequest
|
|
1806
|
+
) => any;
|
|
1807
|
+
export declare const ModifyClientVpnEndpointResultFilterSensitiveLog: (
|
|
1808
|
+
obj: ModifyClientVpnEndpointResult
|
|
1809
|
+
) => any;
|
|
1810
|
+
export declare const ModifyDefaultCreditSpecificationRequestFilterSensitiveLog: (
|
|
1811
|
+
obj: ModifyDefaultCreditSpecificationRequest
|
|
1812
|
+
) => any;
|
|
1813
|
+
export declare const ModifyDefaultCreditSpecificationResultFilterSensitiveLog: (
|
|
1814
|
+
obj: ModifyDefaultCreditSpecificationResult
|
|
1815
|
+
) => any;
|
|
1816
|
+
export declare const ModifyEbsDefaultKmsKeyIdRequestFilterSensitiveLog: (
|
|
1817
|
+
obj: ModifyEbsDefaultKmsKeyIdRequest
|
|
1818
|
+
) => any;
|
|
1819
|
+
export declare const ModifyEbsDefaultKmsKeyIdResultFilterSensitiveLog: (
|
|
1820
|
+
obj: ModifyEbsDefaultKmsKeyIdResult
|
|
1821
|
+
) => any;
|
|
1822
|
+
export declare const ModifyFleetRequestFilterSensitiveLog: (
|
|
1823
|
+
obj: ModifyFleetRequest
|
|
1824
|
+
) => any;
|
|
1825
|
+
export declare const ModifyFleetResultFilterSensitiveLog: (
|
|
1826
|
+
obj: ModifyFleetResult
|
|
1827
|
+
) => any;
|
|
1828
|
+
export declare const LoadPermissionRequestFilterSensitiveLog: (
|
|
1829
|
+
obj: LoadPermissionRequest
|
|
1830
|
+
) => any;
|
|
1831
|
+
export declare const LoadPermissionModificationsFilterSensitiveLog: (
|
|
1832
|
+
obj: LoadPermissionModifications
|
|
1833
|
+
) => any;
|
|
1834
|
+
export declare const ModifyFpgaImageAttributeRequestFilterSensitiveLog: (
|
|
1835
|
+
obj: ModifyFpgaImageAttributeRequest
|
|
1836
|
+
) => any;
|
|
1837
|
+
export declare const ModifyFpgaImageAttributeResultFilterSensitiveLog: (
|
|
1838
|
+
obj: ModifyFpgaImageAttributeResult
|
|
1839
|
+
) => any;
|
|
1840
|
+
export declare const ModifyHostsRequestFilterSensitiveLog: (
|
|
1841
|
+
obj: ModifyHostsRequest
|
|
1842
|
+
) => any;
|
|
1843
|
+
export declare const ModifyHostsResultFilterSensitiveLog: (
|
|
1844
|
+
obj: ModifyHostsResult
|
|
1845
|
+
) => any;
|
|
1846
|
+
export declare const ModifyIdentityIdFormatRequestFilterSensitiveLog: (
|
|
1847
|
+
obj: ModifyIdentityIdFormatRequest
|
|
1848
|
+
) => any;
|
|
1849
|
+
export declare const ModifyIdFormatRequestFilterSensitiveLog: (
|
|
1850
|
+
obj: ModifyIdFormatRequest
|
|
1851
|
+
) => any;
|
|
1852
|
+
export declare const LaunchPermissionModificationsFilterSensitiveLog: (
|
|
1853
|
+
obj: LaunchPermissionModifications
|
|
1854
|
+
) => any;
|
|
1855
|
+
export declare const ModifyImageAttributeRequestFilterSensitiveLog: (
|
|
1856
|
+
obj: ModifyImageAttributeRequest
|
|
1857
|
+
) => any;
|
|
1858
|
+
export declare const EbsInstanceBlockDeviceSpecificationFilterSensitiveLog: (
|
|
1859
|
+
obj: EbsInstanceBlockDeviceSpecification
|
|
1860
|
+
) => any;
|
|
1861
|
+
export declare const InstanceBlockDeviceMappingSpecificationFilterSensitiveLog: (
|
|
1862
|
+
obj: InstanceBlockDeviceMappingSpecification
|
|
1863
|
+
) => any;
|
|
1864
|
+
export declare const BlobAttributeValueFilterSensitiveLog: (
|
|
1865
|
+
obj: BlobAttributeValue
|
|
1866
|
+
) => any;
|
|
1867
|
+
export declare const ModifyInstanceAttributeRequestFilterSensitiveLog: (
|
|
1868
|
+
obj: ModifyInstanceAttributeRequest
|
|
1869
|
+
) => any;
|
|
1870
|
+
export declare const CapacityReservationSpecificationFilterSensitiveLog: (
|
|
1871
|
+
obj: CapacityReservationSpecification
|
|
1872
|
+
) => any;
|
|
1873
|
+
export declare const ModifyInstanceCapacityReservationAttributesRequestFilterSensitiveLog: (
|
|
1874
|
+
obj: ModifyInstanceCapacityReservationAttributesRequest
|
|
1875
|
+
) => any;
|
|
1876
|
+
export declare const ModifyInstanceCapacityReservationAttributesResultFilterSensitiveLog: (
|
|
1877
|
+
obj: ModifyInstanceCapacityReservationAttributesResult
|
|
1878
|
+
) => any;
|
|
1634
1879
|
export declare const InstanceCreditSpecificationRequestFilterSensitiveLog: (
|
|
1635
1880
|
obj: InstanceCreditSpecificationRequest
|
|
1636
1881
|
) => any;
|
|
@@ -1700,6 +1945,12 @@ export declare const ModifyIpamResourceCidrRequestFilterSensitiveLog: (
|
|
|
1700
1945
|
export declare const ModifyIpamResourceCidrResultFilterSensitiveLog: (
|
|
1701
1946
|
obj: ModifyIpamResourceCidrResult
|
|
1702
1947
|
) => any;
|
|
1948
|
+
export declare const ModifyIpamResourceDiscoveryRequestFilterSensitiveLog: (
|
|
1949
|
+
obj: ModifyIpamResourceDiscoveryRequest
|
|
1950
|
+
) => any;
|
|
1951
|
+
export declare const ModifyIpamResourceDiscoveryResultFilterSensitiveLog: (
|
|
1952
|
+
obj: ModifyIpamResourceDiscoveryResult
|
|
1953
|
+
) => any;
|
|
1703
1954
|
export declare const ModifyIpamScopeRequestFilterSensitiveLog: (
|
|
1704
1955
|
obj: ModifyIpamScopeRequest
|
|
1705
1956
|
) => any;
|
|
@@ -2411,15 +2662,3 @@ export declare const UpdateSecurityGroupRuleDescriptionsEgressRequestFilterSensi
|
|
|
2411
2662
|
export declare const UpdateSecurityGroupRuleDescriptionsEgressResultFilterSensitiveLog: (
|
|
2412
2663
|
obj: UpdateSecurityGroupRuleDescriptionsEgressResult
|
|
2413
2664
|
) => any;
|
|
2414
|
-
export declare const UpdateSecurityGroupRuleDescriptionsIngressRequestFilterSensitiveLog: (
|
|
2415
|
-
obj: UpdateSecurityGroupRuleDescriptionsIngressRequest
|
|
2416
|
-
) => any;
|
|
2417
|
-
export declare const UpdateSecurityGroupRuleDescriptionsIngressResultFilterSensitiveLog: (
|
|
2418
|
-
obj: UpdateSecurityGroupRuleDescriptionsIngressResult
|
|
2419
|
-
) => any;
|
|
2420
|
-
export declare const WithdrawByoipCidrRequestFilterSensitiveLog: (
|
|
2421
|
-
obj: WithdrawByoipCidrRequest
|
|
2422
|
-
) => any;
|
|
2423
|
-
export declare const WithdrawByoipCidrResultFilterSensitiveLog: (
|
|
2424
|
-
obj: WithdrawByoipCidrResult
|
|
2425
|
-
) => any;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ByoipCidr, IpPermission } from "./models_0";
|
|
2
|
+
import { SecurityGroupRuleDescription } from "./models_6";
|
|
3
|
+
export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
|
|
4
|
+
DryRun?: boolean;
|
|
5
|
+
GroupId?: string;
|
|
6
|
+
GroupName?: string;
|
|
7
|
+
IpPermissions?: IpPermission[];
|
|
8
|
+
SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
|
|
9
|
+
}
|
|
10
|
+
export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
|
|
11
|
+
Return?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export interface WithdrawByoipCidrRequest {
|
|
14
|
+
Cidr: string | undefined;
|
|
15
|
+
DryRun?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export interface WithdrawByoipCidrResult {
|
|
18
|
+
ByoipCidr?: ByoipCidr;
|
|
19
|
+
}
|
|
20
|
+
export declare const UpdateSecurityGroupRuleDescriptionsIngressRequestFilterSensitiveLog: (
|
|
21
|
+
obj: UpdateSecurityGroupRuleDescriptionsIngressRequest
|
|
22
|
+
) => any;
|
|
23
|
+
export declare const UpdateSecurityGroupRuleDescriptionsIngressResultFilterSensitiveLog: (
|
|
24
|
+
obj: UpdateSecurityGroupRuleDescriptionsIngressResult
|
|
25
|
+
) => any;
|
|
26
|
+
export declare const WithdrawByoipCidrRequestFilterSensitiveLog: (
|
|
27
|
+
obj: WithdrawByoipCidrRequest
|
|
28
|
+
) => any;
|
|
29
|
+
export declare const WithdrawByoipCidrResultFilterSensitiveLog: (
|
|
30
|
+
obj: WithdrawByoipCidrResult
|
|
31
|
+
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeIpamResourceDiscoveriesCommandInput,
|
|
4
|
+
DescribeIpamResourceDiscoveriesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeIpamResourceDiscoveriesCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeIpamResourceDiscoveries(
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeIpamResourceDiscoveriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeIpamResourceDiscoveriesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeIpamResourceDiscoveryAssociationsCommandInput,
|
|
4
|
+
DescribeIpamResourceDiscoveryAssociationsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeIpamResourceDiscoveryAssociationsCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeIpamResourceDiscoveryAssociations(
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeIpamResourceDiscoveryAssociationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeIpamResourceDiscoveryAssociationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetIpamDiscoveredAccountsCommandInput,
|
|
4
|
+
GetIpamDiscoveredAccountsCommandOutput,
|
|
5
|
+
} from "../commands/GetIpamDiscoveredAccountsCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetIpamDiscoveredAccounts(
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: GetIpamDiscoveredAccountsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetIpamDiscoveredAccountsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetIpamDiscoveredResourceCidrsCommandInput,
|
|
4
|
+
GetIpamDiscoveredResourceCidrsCommandOutput,
|
|
5
|
+
} from "../commands/GetIpamDiscoveredResourceCidrsCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetIpamDiscoveredResourceCidrs(
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: GetIpamDiscoveredResourceCidrsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): 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";
|