distilled-aws 0.0.15 → 0.0.17
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/lib/services/ec2.d.ts +30 -25
- package/lib/services/ec2.d.ts.map +1 -1
- package/lib/services/ec2.js +34 -9
- package/lib/services/ec2.js.map +1 -1
- package/package.json +1 -1
- package/src/services/ec2.ts +71 -19
package/lib/services/ec2.d.ts
CHANGED
|
@@ -19297,6 +19297,11 @@ declare const InvalidRoleArnMalformed_base: S.TaggedErrorClass<InvalidRoleArnMal
|
|
|
19297
19297
|
}>;
|
|
19298
19298
|
export declare class InvalidRoleArnMalformed extends InvalidRoleArnMalformed_base {
|
|
19299
19299
|
}
|
|
19300
|
+
declare const NatGatewayMalformed_base: S.TaggedErrorClass<NatGatewayMalformed, "NatGatewayMalformed", {
|
|
19301
|
+
readonly _tag: S.tag<"NatGatewayMalformed">;
|
|
19302
|
+
}>;
|
|
19303
|
+
export declare class NatGatewayMalformed extends NatGatewayMalformed_base {
|
|
19304
|
+
}
|
|
19300
19305
|
declare const NatGatewayNotFound_base: S.TaggedErrorClass<NatGatewayNotFound, "NatGatewayNotFound", {
|
|
19301
19306
|
readonly _tag: S.tag<"NatGatewayNotFound">;
|
|
19302
19307
|
}>;
|
|
@@ -19412,6 +19417,11 @@ declare const InvalidIpv4PoolCoipIdMalformed_base: S.TaggedErrorClass<InvalidIpv
|
|
|
19412
19417
|
}>;
|
|
19413
19418
|
export declare class InvalidIpv4PoolCoipIdMalformed extends InvalidIpv4PoolCoipIdMalformed_base {
|
|
19414
19419
|
}
|
|
19420
|
+
declare const InvalidEgressOnlyInternetGatewayIdNotFound_base: S.TaggedErrorClass<InvalidEgressOnlyInternetGatewayIdNotFound, "InvalidEgressOnlyInternetGatewayId.NotFound", {
|
|
19421
|
+
readonly _tag: S.tag<"InvalidEgressOnlyInternetGatewayId.NotFound">;
|
|
19422
|
+
}>;
|
|
19423
|
+
export declare class InvalidEgressOnlyInternetGatewayIdNotFound extends InvalidEgressOnlyInternetGatewayIdNotFound_base {
|
|
19424
|
+
}
|
|
19415
19425
|
declare const MalformedGatewayIDNotFound_base: S.TaggedErrorClass<MalformedGatewayIDNotFound, "MalformedGatewayID.NotFound", {
|
|
19416
19426
|
readonly _tag: S.tag<"MalformedGatewayID.NotFound">;
|
|
19417
19427
|
}>;
|
|
@@ -19522,11 +19532,6 @@ declare const InvalidLocalGatewayVirtualInterfaceGroupIDNotFound_base: S.TaggedE
|
|
|
19522
19532
|
}>;
|
|
19523
19533
|
export declare class InvalidLocalGatewayVirtualInterfaceGroupIDNotFound extends InvalidLocalGatewayVirtualInterfaceGroupIDNotFound_base {
|
|
19524
19534
|
}
|
|
19525
|
-
declare const NatGatewayMalformed_base: S.TaggedErrorClass<NatGatewayMalformed, "NatGatewayMalformed", {
|
|
19526
|
-
readonly _tag: S.tag<"NatGatewayMalformed">;
|
|
19527
|
-
}>;
|
|
19528
|
-
export declare class NatGatewayMalformed extends NatGatewayMalformed_base {
|
|
19529
|
-
}
|
|
19530
19535
|
declare const InvalidNetworkInsightsAccessScopeIdNotFound_base: S.TaggedErrorClass<InvalidNetworkInsightsAccessScopeIdNotFound, "InvalidNetworkInsightsAccessScopeId.NotFound", {
|
|
19531
19536
|
readonly _tag: S.tag<"InvalidNetworkInsightsAccessScopeId.NotFound">;
|
|
19532
19537
|
}>;
|
|
@@ -20166,7 +20171,7 @@ export declare const associateDhcpOptions: (input: AssociateDhcpOptionsRequest)
|
|
|
20166
20171
|
* between the internet and the VPC. For more information, see Internet gateways in the
|
|
20167
20172
|
* *Amazon VPC User Guide*.
|
|
20168
20173
|
*/
|
|
20169
|
-
export declare const attachInternetGateway: (input: AttachInternetGatewayRequest) => effect.Effect<AttachInternetGatewayResponse, InvalidInternetGatewayIDNotFound | InvalidInternetGatewayIdMalformed | InvalidVpcIdMalformed | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
20174
|
+
export declare const attachInternetGateway: (input: AttachInternetGatewayRequest) => effect.Effect<AttachInternetGatewayResponse, InvalidVpcIDNotFound | InvalidInternetGatewayIDNotFound | InvalidInternetGatewayIdMalformed | InvalidVpcIdMalformed | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
20170
20175
|
/**
|
|
20171
20176
|
* Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all
|
|
20172
20177
|
* artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is
|
|
@@ -20205,7 +20210,7 @@ export declare const deleteInternetGateway: (input: DeleteInternetGatewayRequest
|
|
|
20205
20210
|
/**
|
|
20206
20211
|
* Deletes the specified network ACL. You can't delete the ACL if it's associated with any subnets. You can't delete the default network ACL.
|
|
20207
20212
|
*/
|
|
20208
|
-
export declare const deleteNetworkAcl: (input: DeleteNetworkAclRequest) => effect.Effect<DeleteNetworkAclResponse, DryRunOperation | InvalidNetworkAclIDNotFound | InvalidNetworkAclIdMalformed | InvalidParameterValue | MissingParameter | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
20213
|
+
export declare const deleteNetworkAcl: (input: DeleteNetworkAclRequest) => effect.Effect<DeleteNetworkAclResponse, DependencyViolation | DryRunOperation | InvalidNetworkAclIDNotFound | InvalidNetworkAclIdMalformed | InvalidParameterValue | MissingParameter | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
20209
20214
|
/**
|
|
20210
20215
|
* Deletes the specified ingress or egress entry (rule) from the specified network ACL.
|
|
20211
20216
|
*/
|
|
@@ -20318,11 +20323,11 @@ export declare const deleteVpnGateway: (input: DeleteVpnGatewayRequest) => effec
|
|
|
20318
20323
|
* and the VPC. The VPC must not contain any running instances with Elastic IP addresses or
|
|
20319
20324
|
* public IPv4 addresses.
|
|
20320
20325
|
*/
|
|
20321
|
-
export declare const detachInternetGateway: (input: DetachInternetGatewayRequest) => effect.Effect<DetachInternetGatewayResponse, GatewayNotAttached | InvalidInternetGatewayIDNotFound | InvalidInternetGatewayIdMalformed | InvalidVpcIdMalformed | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
20326
|
+
export declare const detachInternetGateway: (input: DetachInternetGatewayRequest) => effect.Effect<DetachInternetGatewayResponse, DependencyViolation | GatewayNotAttached | InvalidInternetGatewayIDNotFound | InvalidInternetGatewayIdMalformed | InvalidVpcIdMalformed | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
20322
20327
|
/**
|
|
20323
20328
|
* Detaches a network interface from an instance.
|
|
20324
20329
|
*/
|
|
20325
|
-
export declare const detachNetworkInterface: (input: DetachNetworkInterfaceRequest) => effect.Effect<DetachNetworkInterfaceResponse, InvalidAttachmentIDNotFound | InvalidNetworkInterfaceAttachmentIdMalformed | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
20330
|
+
export declare const detachNetworkInterface: (input: DetachNetworkInterfaceRequest) => effect.Effect<DetachNetworkInterfaceResponse, DependencyViolation | InvalidAttachmentIDNotFound | InvalidNetworkInterfaceAttachmentIdMalformed | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
20326
20331
|
/**
|
|
20327
20332
|
* Detaches an EBS volume from an instance. Make sure to unmount any file systems on the
|
|
20328
20333
|
* device within your operating system before detaching the volume. Failure to do so can result
|
|
@@ -20342,7 +20347,7 @@ export declare const detachNetworkInterface: (input: DetachNetworkInterfaceReque
|
|
|
20342
20347
|
* For more information, see Detach an Amazon EBS volume in the
|
|
20343
20348
|
* *Amazon EBS User Guide*.
|
|
20344
20349
|
*/
|
|
20345
|
-
export declare const detachVolume: (input: DetachVolumeRequest) => effect.Effect<VolumeAttachment, IncorrectState | InvalidParameterValue | InvalidVolumeNotFound | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
20350
|
+
export declare const detachVolume: (input: DetachVolumeRequest) => effect.Effect<VolumeAttachment, DependencyViolation | IncorrectState | InvalidParameterValue | InvalidVolumeNotFound | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
20346
20351
|
/**
|
|
20347
20352
|
* Detaches a virtual private gateway from a VPC. You do this if you're planning to turn
|
|
20348
20353
|
* off the VPC and not use it anymore. You can confirm a virtual private gateway has been
|
|
@@ -20719,7 +20724,7 @@ export declare const associateEnclaveCertificateIamRole: (input: AssociateEnclav
|
|
|
20719
20724
|
* Similarly, you can view the network border group of an EIP by viewing the details of the EIP address. For more information
|
|
20720
20725
|
* about network border groups and EIPs, see Allocate an Elastic IP address in the *Amazon VPC User Guide*.
|
|
20721
20726
|
*/
|
|
20722
|
-
export declare const associateNatGatewayAddress: (input: AssociateNatGatewayAddressRequest) => effect.Effect<AssociateNatGatewayAddressResult, MissingParameter | NatGatewayNotFound | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
20727
|
+
export declare const associateNatGatewayAddress: (input: AssociateNatGatewayAddressRequest) => effect.Effect<AssociateNatGatewayAddressResult, MissingParameter | NatGatewayMalformed | NatGatewayNotFound | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
20723
20728
|
/**
|
|
20724
20729
|
* Associates a security group with another VPC in the same Region. This enables you to use the same security group with network interfaces and instances in the specified VPC.
|
|
20725
20730
|
*
|
|
@@ -21184,7 +21189,7 @@ export declare const deleteCoipPool: (input: DeleteCoipPoolRequest) => effect.Ef
|
|
|
21184
21189
|
/**
|
|
21185
21190
|
* Deletes an egress-only internet gateway.
|
|
21186
21191
|
*/
|
|
21187
|
-
export declare const deleteEgressOnlyInternetGateway: (input: DeleteEgressOnlyInternetGatewayRequest) => effect.Effect<DeleteEgressOnlyInternetGatewayResult, DryRunOperation | InvalidGatewayIDNotFound | MalformedGatewayIDNotFound | MissingParameter | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
21192
|
+
export declare const deleteEgressOnlyInternetGateway: (input: DeleteEgressOnlyInternetGatewayRequest) => effect.Effect<DeleteEgressOnlyInternetGatewayResult, DryRunOperation | InvalidGatewayIDNotFound | InvalidEgressOnlyInternetGatewayIdNotFound | MalformedGatewayIDNotFound | MissingParameter | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
21188
21193
|
/**
|
|
21189
21194
|
* Deletes one or more flow logs.
|
|
21190
21195
|
*/
|
|
@@ -21259,7 +21264,7 @@ export declare const deleteLocalGatewayVirtualInterfaceGroup: (input: DeleteLoca
|
|
|
21259
21264
|
* but does not release the address from your account. Deleting a NAT gateway does not delete any NAT gateway
|
|
21260
21265
|
* routes in your route tables.
|
|
21261
21266
|
*/
|
|
21262
|
-
export declare const deleteNatGateway: (input: DeleteNatGatewayRequest) => effect.Effect<DeleteNatGatewayResult, DryRunOperation | InvalidParameter | MissingParameter | NatGatewayMalformed | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
21267
|
+
export declare const deleteNatGateway: (input: DeleteNatGatewayRequest) => effect.Effect<DeleteNatGatewayResult, DryRunOperation | InvalidParameter | MissingParameter | NatGatewayMalformed | NatGatewayNotFound | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
21263
21268
|
/**
|
|
21264
21269
|
* Deletes the specified Network Access Scope.
|
|
21265
21270
|
*/
|
|
@@ -21509,9 +21514,9 @@ export declare const describeCustomerGateways: (input: DescribeCustomerGatewaysR
|
|
|
21509
21514
|
* include only the egress-only internet gateways that match specific criteria.
|
|
21510
21515
|
*/
|
|
21511
21516
|
export declare const describeEgressOnlyInternetGateways: {
|
|
21512
|
-
(input: DescribeEgressOnlyInternetGatewaysRequest): effect.Effect<DescribeEgressOnlyInternetGatewaysResult, InvalidEgressOnlyInternetGatewayIdMalformed | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
21513
|
-
pages: (input: DescribeEgressOnlyInternetGatewaysRequest) => stream.Stream<DescribeEgressOnlyInternetGatewaysResult, InvalidEgressOnlyInternetGatewayIdMalformed | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
21514
|
-
items: (input: DescribeEgressOnlyInternetGatewaysRequest) => stream.Stream<EgressOnlyInternetGateway, InvalidEgressOnlyInternetGatewayIdMalformed | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
21517
|
+
(input: DescribeEgressOnlyInternetGatewaysRequest): effect.Effect<DescribeEgressOnlyInternetGatewaysResult, InvalidEgressOnlyInternetGatewayIdMalformed | InvalidEgressOnlyInternetGatewayIdNotFound | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
21518
|
+
pages: (input: DescribeEgressOnlyInternetGatewaysRequest) => stream.Stream<DescribeEgressOnlyInternetGatewaysResult, InvalidEgressOnlyInternetGatewayIdMalformed | InvalidEgressOnlyInternetGatewayIdNotFound | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
21519
|
+
items: (input: DescribeEgressOnlyInternetGatewaysRequest) => stream.Stream<EgressOnlyInternetGateway, InvalidEgressOnlyInternetGatewayIdMalformed | InvalidEgressOnlyInternetGatewayIdNotFound | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
21515
21520
|
};
|
|
21516
21521
|
/**
|
|
21517
21522
|
* Describes the ID format settings for resources for the specified IAM user, IAM role, or root
|
|
@@ -22206,11 +22211,11 @@ export declare const describeVpnGateways: (input: DescribeVpnGatewaysRequest) =>
|
|
|
22206
22211
|
* the VPC security groups are no longer associated with it. An instance is automatically unlinked from
|
|
22207
22212
|
* a VPC when it's stopped.
|
|
22208
22213
|
*/
|
|
22209
|
-
export declare const detachClassicLinkVpc: (input: DetachClassicLinkVpcRequest) => effect.Effect<DetachClassicLinkVpcResult, InvalidInstanceIDMalformed | InvalidVpcIDNotFound | MissingParameter | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
22214
|
+
export declare const detachClassicLinkVpc: (input: DetachClassicLinkVpcRequest) => effect.Effect<DetachClassicLinkVpcResult, DependencyViolation | InvalidInstanceIDMalformed | InvalidVpcIDNotFound | MissingParameter | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
22210
22215
|
/**
|
|
22211
22216
|
* Detaches the specified Amazon Web Services Verified Access trust provider from the specified Amazon Web Services Verified Access instance.
|
|
22212
22217
|
*/
|
|
22213
|
-
export declare const detachVerifiedAccessTrustProvider: (input: DetachVerifiedAccessTrustProviderRequest) => effect.Effect<DetachVerifiedAccessTrustProviderResult, InvalidVerifiedAccessInstanceIdNotFound | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
22218
|
+
export declare const detachVerifiedAccessTrustProvider: (input: DetachVerifiedAccessTrustProviderRequest) => effect.Effect<DetachVerifiedAccessTrustProviderResult, DependencyViolation | InvalidVerifiedAccessInstanceIdNotFound | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
22214
22219
|
/**
|
|
22215
22220
|
* Disables Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the *Amazon VPC User Guide*.
|
|
22216
22221
|
*/
|
|
@@ -22415,7 +22420,7 @@ export declare const disassociateIpamResourceDiscovery: (input: DisassociateIpam
|
|
|
22415
22420
|
* connections drain out, the EIPs (and the corresponding private IP addresses mapped to them)
|
|
22416
22421
|
* are released.
|
|
22417
22422
|
*/
|
|
22418
|
-
export declare const disassociateNatGatewayAddress: (input: DisassociateNatGatewayAddressRequest) => effect.Effect<DisassociateNatGatewayAddressResult, MissingParameter | NatGatewayNotFound | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
22423
|
+
export declare const disassociateNatGatewayAddress: (input: DisassociateNatGatewayAddressRequest) => effect.Effect<DisassociateNatGatewayAddressResult, MissingParameter | NatGatewayMalformed | NatGatewayNotFound | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
22419
22424
|
/**
|
|
22420
22425
|
* Disassociates a route server from a VPC.
|
|
22421
22426
|
*
|
|
@@ -23967,7 +23972,7 @@ export declare const associateRouteServer: (input: AssociateRouteServerRequest)
|
|
|
23967
23972
|
* For more information, see Route tables in the
|
|
23968
23973
|
* *Amazon VPC User Guide*.
|
|
23969
23974
|
*/
|
|
23970
|
-
export declare const associateRouteTable: (input: AssociateRouteTableRequest) => effect.Effect<AssociateRouteTableResult, DryRunOperation | InvalidParameterCombination | InvalidParameterValue | InvalidPublicIpv4PoolIDMalformed | InvalidPublicIpv4PoolIDNotFound | InvalidRouteTableIDNotFound | MissingParameter | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
23975
|
+
export declare const associateRouteTable: (input: AssociateRouteTableRequest) => effect.Effect<AssociateRouteTableResult, DryRunOperation | InvalidParameterCombination | InvalidParameterValue | InvalidPublicIpv4PoolIDMalformed | InvalidPublicIpv4PoolIDNotFound | InvalidRouteTableIDNotFound | InvalidSubnetIDNotFound | MissingParameter | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
23971
23976
|
/**
|
|
23972
23977
|
* Associates the specified transit gateway attachment with a transit gateway policy table.
|
|
23973
23978
|
*/
|
|
@@ -25381,7 +25386,7 @@ export declare const disableTransitGatewayRouteTablePropagation: (input: Disable
|
|
|
25381
25386
|
* For more information, see Define event windows for scheduled
|
|
25382
25387
|
* events in the *Amazon EC2 User Guide*.
|
|
25383
25388
|
*/
|
|
25384
|
-
export declare const disassociateInstanceEventWindow: (input: DisassociateInstanceEventWindowRequest) => effect.Effect<DisassociateInstanceEventWindowResult, MissingParameter | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
25389
|
+
export declare const disassociateInstanceEventWindow: (input: DisassociateInstanceEventWindowRequest) => effect.Effect<DisassociateInstanceEventWindowResult, DependencyViolation | MissingParameter | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
25385
25390
|
/**
|
|
25386
25391
|
* When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using
|
|
25387
25392
|
* snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2
|
|
@@ -25915,7 +25920,7 @@ export declare const registerTransitGatewayMulticastGroupSources: (input: Regist
|
|
|
25915
25920
|
* Rule changes are propagated to instances within the security group as quickly as possible. However,
|
|
25916
25921
|
* a small delay might occur.
|
|
25917
25922
|
*/
|
|
25918
|
-
export declare const revokeSecurityGroupEgress: (input: RevokeSecurityGroupEgressRequest) => effect.Effect<RevokeSecurityGroupEgressResult, InvalidGroupNotFound | InvalidGroupIdMalformed | InvalidParameterValue | InvalidPrefixListIDNotFound | InvalidSecurityGroupRuleIdMalformed | MissingParameter | UnknownParameter | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
25923
|
+
export declare const revokeSecurityGroupEgress: (input: RevokeSecurityGroupEgressRequest) => effect.Effect<RevokeSecurityGroupEgressResult, InvalidGroupNotFound | InvalidGroupIdMalformed | InvalidParameterValue | InvalidPrefixListIDNotFound | InvalidPermissionNotFound | InvalidSecurityGroupRuleIdMalformed | MissingParameter | UnknownParameter | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
25919
25924
|
/**
|
|
25920
25925
|
* Searches one or more transit gateway multicast groups and returns the group membership information.
|
|
25921
25926
|
*/
|
|
@@ -26686,9 +26691,9 @@ export declare const describeIpv6Pools: {
|
|
|
26686
26691
|
* include only the NAT gateways that match specific criteria.
|
|
26687
26692
|
*/
|
|
26688
26693
|
export declare const describeNatGateways: {
|
|
26689
|
-
(input: DescribeNatGatewaysRequest): effect.Effect<DescribeNatGatewaysResult, DryRunOperation | FilterLimitExceeded | InvalidParameter | NatGatewayMalformed | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
26690
|
-
pages: (input: DescribeNatGatewaysRequest) => stream.Stream<DescribeNatGatewaysResult, DryRunOperation | FilterLimitExceeded | InvalidParameter | NatGatewayMalformed | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
26691
|
-
items: (input: DescribeNatGatewaysRequest) => stream.Stream<NatGateway, DryRunOperation | FilterLimitExceeded | InvalidParameter | NatGatewayMalformed | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
26694
|
+
(input: DescribeNatGatewaysRequest): effect.Effect<DescribeNatGatewaysResult, DryRunOperation | FilterLimitExceeded | InvalidParameter | NatGatewayMalformed | NatGatewayNotFound | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
26695
|
+
pages: (input: DescribeNatGatewaysRequest) => stream.Stream<DescribeNatGatewaysResult, DryRunOperation | FilterLimitExceeded | InvalidParameter | NatGatewayMalformed | NatGatewayNotFound | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
26696
|
+
items: (input: DescribeNatGatewaysRequest) => stream.Stream<NatGateway, DryRunOperation | FilterLimitExceeded | InvalidParameter | NatGatewayMalformed | NatGatewayNotFound | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
26692
26697
|
};
|
|
26693
26698
|
/**
|
|
26694
26699
|
* Describes the specified network interfaces or all your network interfaces.
|