distilled-aws 0.0.15 → 0.0.16

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.
@@ -19412,6 +19412,11 @@ declare const InvalidIpv4PoolCoipIdMalformed_base: S.TaggedErrorClass<InvalidIpv
19412
19412
  }>;
19413
19413
  export declare class InvalidIpv4PoolCoipIdMalformed extends InvalidIpv4PoolCoipIdMalformed_base {
19414
19414
  }
19415
+ declare const InvalidEgressOnlyInternetGatewayIdNotFound_base: S.TaggedErrorClass<InvalidEgressOnlyInternetGatewayIdNotFound, "InvalidEgressOnlyInternetGatewayId.NotFound", {
19416
+ readonly _tag: S.tag<"InvalidEgressOnlyInternetGatewayId.NotFound">;
19417
+ }>;
19418
+ export declare class InvalidEgressOnlyInternetGatewayIdNotFound extends InvalidEgressOnlyInternetGatewayIdNotFound_base {
19419
+ }
19415
19420
  declare const MalformedGatewayIDNotFound_base: S.TaggedErrorClass<MalformedGatewayIDNotFound, "MalformedGatewayID.NotFound", {
19416
19421
  readonly _tag: S.tag<"MalformedGatewayID.NotFound">;
19417
19422
  }>;
@@ -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
  */
@@ -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