-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/56 unexpected error catched (#58)
* fix: add AllServiceErrors constant and check if error must me handled * fix: apply updated code gen for codedeploy client * feat: use Effect.Tag instead of Context.GenericTag for service * feat: use Effect.Tag instead of Context.GenericTag for service * feat: upgrade other packages
- Loading branch information
1 parent
85be1b5
commit 888dc8c
Showing
52 changed files
with
4,456 additions
and
3,008 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@effect-aws/client-secrets-manager": minor | ||
"@effect-aws/client-codedeploy": minor | ||
--- | ||
|
||
use Effect.Tag instead of Context.GenericTag for service, handle only known errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
"@effect-aws/client-api-gateway-management-api": minor | ||
"@effect-aws/client-elasticache": minor | ||
"@effect-aws/client-eventbridge": minor | ||
"@effect-aws/client-lambda": minor | ||
"@effect-aws/client-iam": minor | ||
"@effect-aws/client-sfn": minor | ||
"@effect-aws/client-sns": minor | ||
"@effect-aws/client-sqs": minor | ||
--- | ||
|
||
use Effect.Tag instead of Context.GenericTag for service, upgrade sdk, handle only known errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@effect-aws/client-dynamodb": minor | ||
--- | ||
|
||
use Effect.Tag instead of Context.GenericTag for service, upgrade sdk, handle only known errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export * from "./Errors"; | ||
export * from "./ApiGatewayManagementApiClientInstance"; | ||
export * from "./ApiGatewayManagementApiClientInstanceConfig"; | ||
export * from "./ApiGatewayManagementApiService"; | ||
export * from "./Errors"; |
Oops, something went wrong.