distilled-aws 0.0.16 → 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 +21 -21
- package/lib/services/ec2.d.ts.map +1 -1
- package/lib/services/ec2.js +26 -8
- package/lib/services/ec2.js.map +1 -1
- package/package.json +1 -1
- package/src/services/ec2.ts +48 -15
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
|
}>;
|
|
@@ -19527,11 +19532,6 @@ declare const InvalidLocalGatewayVirtualInterfaceGroupIDNotFound_base: S.TaggedE
|
|
|
19527
19532
|
}>;
|
|
19528
19533
|
export declare class InvalidLocalGatewayVirtualInterfaceGroupIDNotFound extends InvalidLocalGatewayVirtualInterfaceGroupIDNotFound_base {
|
|
19529
19534
|
}
|
|
19530
|
-
declare const NatGatewayMalformed_base: S.TaggedErrorClass<NatGatewayMalformed, "NatGatewayMalformed", {
|
|
19531
|
-
readonly _tag: S.tag<"NatGatewayMalformed">;
|
|
19532
|
-
}>;
|
|
19533
|
-
export declare class NatGatewayMalformed extends NatGatewayMalformed_base {
|
|
19534
|
-
}
|
|
19535
19535
|
declare const InvalidNetworkInsightsAccessScopeIdNotFound_base: S.TaggedErrorClass<InvalidNetworkInsightsAccessScopeIdNotFound, "InvalidNetworkInsightsAccessScopeId.NotFound", {
|
|
19536
19536
|
readonly _tag: S.tag<"InvalidNetworkInsightsAccessScopeId.NotFound">;
|
|
19537
19537
|
}>;
|
|
@@ -20171,7 +20171,7 @@ export declare const associateDhcpOptions: (input: AssociateDhcpOptionsRequest)
|
|
|
20171
20171
|
* between the internet and the VPC. For more information, see Internet gateways in the
|
|
20172
20172
|
* *Amazon VPC User Guide*.
|
|
20173
20173
|
*/
|
|
20174
|
-
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>;
|
|
20175
20175
|
/**
|
|
20176
20176
|
* Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all
|
|
20177
20177
|
* artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is
|
|
@@ -20210,7 +20210,7 @@ export declare const deleteInternetGateway: (input: DeleteInternetGatewayRequest
|
|
|
20210
20210
|
/**
|
|
20211
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.
|
|
20212
20212
|
*/
|
|
20213
|
-
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>;
|
|
20214
20214
|
/**
|
|
20215
20215
|
* Deletes the specified ingress or egress entry (rule) from the specified network ACL.
|
|
20216
20216
|
*/
|
|
@@ -20323,11 +20323,11 @@ export declare const deleteVpnGateway: (input: DeleteVpnGatewayRequest) => effec
|
|
|
20323
20323
|
* and the VPC. The VPC must not contain any running instances with Elastic IP addresses or
|
|
20324
20324
|
* public IPv4 addresses.
|
|
20325
20325
|
*/
|
|
20326
|
-
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>;
|
|
20327
20327
|
/**
|
|
20328
20328
|
* Detaches a network interface from an instance.
|
|
20329
20329
|
*/
|
|
20330
|
-
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>;
|
|
20331
20331
|
/**
|
|
20332
20332
|
* Detaches an EBS volume from an instance. Make sure to unmount any file systems on the
|
|
20333
20333
|
* device within your operating system before detaching the volume. Failure to do so can result
|
|
@@ -20347,7 +20347,7 @@ export declare const detachNetworkInterface: (input: DetachNetworkInterfaceReque
|
|
|
20347
20347
|
* For more information, see Detach an Amazon EBS volume in the
|
|
20348
20348
|
* *Amazon EBS User Guide*.
|
|
20349
20349
|
*/
|
|
20350
|
-
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>;
|
|
20351
20351
|
/**
|
|
20352
20352
|
* Detaches a virtual private gateway from a VPC. You do this if you're planning to turn
|
|
20353
20353
|
* off the VPC and not use it anymore. You can confirm a virtual private gateway has been
|
|
@@ -20724,7 +20724,7 @@ export declare const associateEnclaveCertificateIamRole: (input: AssociateEnclav
|
|
|
20724
20724
|
* Similarly, you can view the network border group of an EIP by viewing the details of the EIP address. For more information
|
|
20725
20725
|
* about network border groups and EIPs, see Allocate an Elastic IP address in the *Amazon VPC User Guide*.
|
|
20726
20726
|
*/
|
|
20727
|
-
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>;
|
|
20728
20728
|
/**
|
|
20729
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.
|
|
20730
20730
|
*
|
|
@@ -21264,7 +21264,7 @@ export declare const deleteLocalGatewayVirtualInterfaceGroup: (input: DeleteLoca
|
|
|
21264
21264
|
* but does not release the address from your account. Deleting a NAT gateway does not delete any NAT gateway
|
|
21265
21265
|
* routes in your route tables.
|
|
21266
21266
|
*/
|
|
21267
|
-
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>;
|
|
21268
21268
|
/**
|
|
21269
21269
|
* Deletes the specified Network Access Scope.
|
|
21270
21270
|
*/
|
|
@@ -22211,11 +22211,11 @@ export declare const describeVpnGateways: (input: DescribeVpnGatewaysRequest) =>
|
|
|
22211
22211
|
* the VPC security groups are no longer associated with it. An instance is automatically unlinked from
|
|
22212
22212
|
* a VPC when it's stopped.
|
|
22213
22213
|
*/
|
|
22214
|
-
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>;
|
|
22215
22215
|
/**
|
|
22216
22216
|
* Detaches the specified Amazon Web Services Verified Access trust provider from the specified Amazon Web Services Verified Access instance.
|
|
22217
22217
|
*/
|
|
22218
|
-
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>;
|
|
22219
22219
|
/**
|
|
22220
22220
|
* Disables Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the *Amazon VPC User Guide*.
|
|
22221
22221
|
*/
|
|
@@ -22420,7 +22420,7 @@ export declare const disassociateIpamResourceDiscovery: (input: DisassociateIpam
|
|
|
22420
22420
|
* connections drain out, the EIPs (and the corresponding private IP addresses mapped to them)
|
|
22421
22421
|
* are released.
|
|
22422
22422
|
*/
|
|
22423
|
-
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>;
|
|
22424
22424
|
/**
|
|
22425
22425
|
* Disassociates a route server from a VPC.
|
|
22426
22426
|
*
|
|
@@ -23972,7 +23972,7 @@ export declare const associateRouteServer: (input: AssociateRouteServerRequest)
|
|
|
23972
23972
|
* For more information, see Route tables in the
|
|
23973
23973
|
* *Amazon VPC User Guide*.
|
|
23974
23974
|
*/
|
|
23975
|
-
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>;
|
|
23976
23976
|
/**
|
|
23977
23977
|
* Associates the specified transit gateway attachment with a transit gateway policy table.
|
|
23978
23978
|
*/
|
|
@@ -25386,7 +25386,7 @@ export declare const disableTransitGatewayRouteTablePropagation: (input: Disable
|
|
|
25386
25386
|
* For more information, see Define event windows for scheduled
|
|
25387
25387
|
* events in the *Amazon EC2 User Guide*.
|
|
25388
25388
|
*/
|
|
25389
|
-
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>;
|
|
25390
25390
|
/**
|
|
25391
25391
|
* When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using
|
|
25392
25392
|
* snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2
|
|
@@ -25920,7 +25920,7 @@ export declare const registerTransitGatewayMulticastGroupSources: (input: Regist
|
|
|
25920
25920
|
* Rule changes are propagated to instances within the security group as quickly as possible. However,
|
|
25921
25921
|
* a small delay might occur.
|
|
25922
25922
|
*/
|
|
25923
|
-
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>;
|
|
25924
25924
|
/**
|
|
25925
25925
|
* Searches one or more transit gateway multicast groups and returns the group membership information.
|
|
25926
25926
|
*/
|
|
@@ -26691,9 +26691,9 @@ export declare const describeIpv6Pools: {
|
|
|
26691
26691
|
* include only the NAT gateways that match specific criteria.
|
|
26692
26692
|
*/
|
|
26693
26693
|
export declare const describeNatGateways: {
|
|
26694
|
-
(input: DescribeNatGatewaysRequest): effect.Effect<DescribeNatGatewaysResult, DryRunOperation | FilterLimitExceeded | InvalidParameter | NatGatewayMalformed | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
26695
|
-
pages: (input: DescribeNatGatewaysRequest) => stream.Stream<DescribeNatGatewaysResult, DryRunOperation | FilterLimitExceeded | InvalidParameter | NatGatewayMalformed | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
|
|
26696
|
-
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>;
|
|
26697
26697
|
};
|
|
26698
26698
|
/**
|
|
26699
26699
|
* Describes the specified network interfaces or all your network interfaces.
|