@distilled.cloud/aws 0.16.7 → 0.16.9

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.
Files changed (76) hide show
  1. package/lib/services/acm.d.ts +22 -2
  2. package/lib/services/acm.d.ts.map +1 -1
  3. package/lib/services/acm.js +3 -3
  4. package/lib/services/acm.js.map +1 -1
  5. package/lib/services/cloudwatch-logs.d.ts +73 -13
  6. package/lib/services/cloudwatch-logs.d.ts.map +1 -1
  7. package/lib/services/cloudwatch-logs.js +13 -13
  8. package/lib/services/cloudwatch-logs.js.map +1 -1
  9. package/lib/services/dynamodb.d.ts +196 -28
  10. package/lib/services/dynamodb.d.ts.map +1 -1
  11. package/lib/services/dynamodb.js +33 -33
  12. package/lib/services/dynamodb.js.map +1 -1
  13. package/lib/services/ec2.d.ts +16 -5
  14. package/lib/services/ec2.d.ts.map +1 -1
  15. package/lib/services/ec2.js +7 -1
  16. package/lib/services/ec2.js.map +1 -1
  17. package/lib/services/ecr.d.ts +56 -8
  18. package/lib/services/ecr.d.ts.map +1 -1
  19. package/lib/services/ecr.js +9 -9
  20. package/lib/services/ecr.js.map +1 -1
  21. package/lib/services/ecs.d.ts +152 -28
  22. package/lib/services/ecs.d.ts.map +1 -1
  23. package/lib/services/ecs.js +28 -28
  24. package/lib/services/ecs.js.map +1 -1
  25. package/lib/services/eventbridge.d.ts +66 -14
  26. package/lib/services/eventbridge.d.ts.map +1 -1
  27. package/lib/services/eventbridge.js +18 -12
  28. package/lib/services/eventbridge.js.map +1 -1
  29. package/lib/services/iam.d.ts +24 -0
  30. package/lib/services/iam.d.ts.map +1 -1
  31. package/lib/services/iam.js +6 -6
  32. package/lib/services/iam.js.map +1 -1
  33. package/lib/services/kinesis.d.ts +90 -14
  34. package/lib/services/kinesis.d.ts.map +1 -1
  35. package/lib/services/kinesis.js +14 -14
  36. package/lib/services/kinesis.js.map +1 -1
  37. package/lib/services/rds.d.ts +44 -0
  38. package/lib/services/rds.d.ts.map +1 -1
  39. package/lib/services/rds.js +10 -10
  40. package/lib/services/rds.js.map +1 -1
  41. package/lib/services/route-53.d.ts +16 -0
  42. package/lib/services/route-53.d.ts.map +1 -1
  43. package/lib/services/route-53.js +2 -2
  44. package/lib/services/route-53.js.map +1 -1
  45. package/lib/services/s3.d.ts +58 -10
  46. package/lib/services/s3.d.ts.map +1 -1
  47. package/lib/services/s3.js +11 -11
  48. package/lib/services/s3.js.map +1 -1
  49. package/lib/services/scheduler.d.ts +4 -0
  50. package/lib/services/scheduler.d.ts.map +1 -1
  51. package/lib/services/scheduler.js +1 -1
  52. package/lib/services/scheduler.js.map +1 -1
  53. package/lib/services/secrets-manager.d.ts +68 -12
  54. package/lib/services/secrets-manager.d.ts.map +1 -1
  55. package/lib/services/secrets-manager.js +13 -12
  56. package/lib/services/secrets-manager.js.map +1 -1
  57. package/lib/services/sqs.d.ts +63 -7
  58. package/lib/services/sqs.d.ts.map +1 -1
  59. package/lib/services/sqs.js +11 -11
  60. package/lib/services/sqs.js.map +1 -1
  61. package/package.json +2 -2
  62. package/src/services/acm.ts +3 -3
  63. package/src/services/cloudwatch-logs.ts +13 -13
  64. package/src/services/dynamodb.ts +33 -33
  65. package/src/services/ec2.ts +13 -1
  66. package/src/services/ecr.ts +9 -9
  67. package/src/services/ecs.ts +28 -28
  68. package/src/services/eventbridge.ts +22 -12
  69. package/src/services/iam.ts +6 -6
  70. package/src/services/kinesis.ts +14 -14
  71. package/src/services/rds.ts +10 -10
  72. package/src/services/route-53.ts +2 -2
  73. package/src/services/s3.ts +11 -11
  74. package/src/services/scheduler.ts +1 -1
  75. package/src/services/secrets-manager.ts +13 -12
  76. package/src/services/sqs.ts +11 -11
@@ -19785,6 +19785,13 @@ export declare class InvalidRouteTableIdMalformed extends InvalidRouteTableIdMal
19785
19785
  declare const InvalidVpcEndpointIdNotFound_base: S.Class<InvalidVpcEndpointIdNotFound, S.TaggedStruct<"InvalidVpcEndpointId.NotFound", {}>, import("effect/Cause").YieldableError>;
19786
19786
  export declare class InvalidVpcEndpointIdNotFound extends InvalidVpcEndpointIdNotFound_base {
19787
19787
  }
19788
+ declare const RouteAlreadyExists_base: S.Class<RouteAlreadyExists, S.TaggedStruct<"RouteAlreadyExists", {}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
19789
+ "@distilled.cloud/error/categories": {
19790
+ AlreadyExistsError: true;
19791
+ };
19792
+ });
19793
+ export declare class RouteAlreadyExists extends RouteAlreadyExists_base {
19794
+ }
19788
19795
  declare const InvalidRouteServerIdNotAssociated_base: S.Class<InvalidRouteServerIdNotAssociated, S.TaggedStruct<"InvalidRouteServerId.NotAssociated", {}>, import("effect/Cause").YieldableError>;
19789
19796
  export declare class InvalidRouteServerIdNotAssociated extends InvalidRouteServerIdNotAssociated_base {
19790
19797
  }
@@ -19808,7 +19815,11 @@ declare const TransitGatewayLimitExceeded_base: S.Class<TransitGatewayLimitExcee
19808
19815
  });
19809
19816
  export declare class TransitGatewayLimitExceeded extends TransitGatewayLimitExceeded_base {
19810
19817
  }
19811
- declare const IncorrectState_base: S.Class<IncorrectState, S.TaggedStruct<"IncorrectState", {}>, import("effect/Cause").YieldableError>;
19818
+ declare const IncorrectState_base: S.Class<IncorrectState, S.TaggedStruct<"IncorrectState", {}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
19819
+ "@distilled.cloud/error/categories": {
19820
+ ConflictError: true;
19821
+ };
19822
+ });
19812
19823
  export declare class IncorrectState extends IncorrectState_base {
19813
19824
  }
19814
19825
  declare const InvalidTransitGatewayIDNotFound_base: S.Class<InvalidTransitGatewayIDNotFound, S.TaggedStruct<"InvalidTransitGatewayID.NotFound", {}>, import("effect/Cause").YieldableError>;
@@ -21640,7 +21651,7 @@ export type CreateRestoreImageTaskError = RequestLimitExceeded | InvalidRequest
21640
21651
  * S3 in the *Amazon EC2 User Guide*.
21641
21652
  */
21642
21653
  export declare const createRestoreImageTask: API.OperationMethod<CreateRestoreImageTaskRequest, CreateRestoreImageTaskResult, CreateRestoreImageTaskError, Credentials | Rgn | HttpClient.HttpClient>;
21643
- export type CreateRouteError = RequestLimitExceeded | InvalidGatewayIDNotFound | InvalidInstanceIDMalformed | InvalidNetworkInterfaceIDNotFound | InvalidPrefixListIDNotFound | InvalidRouteTableIDNotFound | InvalidRouteTableIdMalformed | InvalidVpcEndpointIdNotFound | MissingParameter | CommonErrors;
21654
+ export type CreateRouteError = RequestLimitExceeded | InvalidGatewayIDNotFound | InvalidInstanceIDMalformed | InvalidNetworkInterfaceIDNotFound | InvalidPrefixListIDNotFound | InvalidRouteTableIDNotFound | InvalidRouteTableIdMalformed | InvalidVpcEndpointIdNotFound | MissingParameter | RouteAlreadyExists | CommonErrors;
21644
21655
  /**
21645
21656
  * Creates a route in a route table within a VPC.
21646
21657
  *
@@ -22471,7 +22482,7 @@ export type DeleteManagedPrefixListError = RequestLimitExceeded | InvalidPrefixL
22471
22482
  * Deletes the specified managed prefix list. You must first remove all references to the prefix list in your resources.
22472
22483
  */
22473
22484
  export declare const deleteManagedPrefixList: API.OperationMethod<DeleteManagedPrefixListRequest, DeleteManagedPrefixListResult, DeleteManagedPrefixListError, Credentials | Rgn | HttpClient.HttpClient>;
22474
- export type DeleteNatGatewayError = RequestLimitExceeded | DryRunOperation | InvalidParameter | MissingParameter | NatGatewayMalformed | NatGatewayNotFound | CommonErrors;
22485
+ export type DeleteNatGatewayError = RequestLimitExceeded | DependencyViolation | DryRunOperation | InvalidParameter | MissingParameter | NatGatewayMalformed | NatGatewayNotFound | CommonErrors;
22475
22486
  /**
22476
22487
  * Deletes the specified NAT gateway. Deleting a public NAT gateway disassociates its Elastic IP address,
22477
22488
  * but does not release the address from your account. Deleting a NAT gateway does not delete any NAT gateway
@@ -25422,7 +25433,7 @@ export type DisassociateRouteServerError = RequestLimitExceeded | InvalidRouteSe
25422
25433
  * For more information see Dynamic routing in your VPC with VPC Route Server in the *Amazon VPC User Guide*.
25423
25434
  */
25424
25435
  export declare const disassociateRouteServer: API.OperationMethod<DisassociateRouteServerRequest, DisassociateRouteServerResult, DisassociateRouteServerError, Credentials | Rgn | HttpClient.HttpClient>;
25425
- export type DisassociateRouteTableError = RequestLimitExceeded | InvalidAssociationIDNotFound | MissingParameter | CommonErrors;
25436
+ export type DisassociateRouteTableError = RequestLimitExceeded | InvalidAssociationIDNotFound | InvalidRouteTableIDNotFound | MissingParameter | CommonErrors;
25426
25437
  /**
25427
25438
  * Disassociates a subnet or gateway from a route table.
25428
25439
  *
@@ -27621,7 +27632,7 @@ export type RejectVpcPeeringConnectionError = RequestLimitExceeded | InvalidVpcP
27621
27632
  * connection, or to delete a VPC peering connection request that you initiated, use DeleteVpcPeeringConnection.
27622
27633
  */
27623
27634
  export declare const rejectVpcPeeringConnection: API.OperationMethod<RejectVpcPeeringConnectionRequest, RejectVpcPeeringConnectionResult, RejectVpcPeeringConnectionError, Credentials | Rgn | HttpClient.HttpClient>;
27624
- export type ReleaseAddressError = RequestLimitExceeded | AuthFailure | DryRunOperation | InvalidAddressNotFound | InvalidAllocationIDNotFound | InvalidIPAddressInUse | InvalidParameterCombination | InvalidParameterValue | MissingParameter | CommonErrors;
27635
+ export type ReleaseAddressError = RequestLimitExceeded | AuthFailure | DependencyViolation | DryRunOperation | InvalidAddressNotFound | InvalidAllocationIDNotFound | InvalidIPAddressInUse | InvalidParameterCombination | InvalidParameterValue | MissingParameter | CommonErrors;
27625
27636
  /**
27626
27637
  * Releases the specified Elastic IP address.
27627
27638
  *