From 32f15adc17ad1026315e852308bbc0c0d52b46aa Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 23 Jul 2023 14:06:21 +0100 Subject: [PATCH] CS and doc fixes (#1525) * CS and doc fixes * Update static.yml --- src/CodeDeployClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CodeDeployClient.php b/src/CodeDeployClient.php index bd685a5..0060b04 100644 --- a/src/CodeDeployClient.php +++ b/src/CodeDeployClient.php @@ -175,7 +175,7 @@ public function getDeployment($input): GetDeploymentOutput * `BeforeAllowTraffic` and `AfterAllowTraffic`. For Amazon ECS deployments, the available lifecycle hooks are * `BeforeInstall`, `AfterInstall`, `AfterAllowTestTraffic`, `BeforeAllowTraffic`, and `AfterAllowTraffic`. Lambda * validation functions return `Succeeded` or `Failed`. For more information, see AppSpec 'hooks' Section for an Lambda - * Deployment [^1] and AppSpec 'hooks' Section for an Amazon ECS Deployment [^2]. + * Deployment [^1] and AppSpec 'hooks' Section for an Amazon ECS Deployment [^2]. * * [^1]: https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html#appspec-hooks-lambda * [^2]: https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html#appspec-hooks-ecs