Skip to content

Commit ef34917

Browse files
nealio82Neal Brooksjderusse
authored
add CodeCommit client with getBranch, getDifferences, getBlob (#1219)
* add CodeCommit client with getBranch, getDifferences, getBlob * fill in blankly generated files * fill in tests * add codecommitclient to awspackagesprovider * stop psalm complaining about PossiblyUndefinedArrayOffset & NullableReturnStatement * regenerate changelog * Add changelog Co-authored-by: Neal Brooks <[email protected]> Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 7bd4f8f commit ef34917

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- Support for CodeBuild
8+
- Support for CodeCommit
89
- Support for TimestreamQuery
910
- Support for TimestreamWrite
1011

src/DependencyInjection/AwsPackagesProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ public static function getAllServices(): array
3333
'class' => \AsyncAws\CodeBuild\CodeBuildClient::class,
3434
'package' => 'async-aws/code-build',
3535
],
36+
'code_commit' => [
37+
'class' => \AsyncAws\CodeCommit\CodeCommitClient::class,
38+
'package' => 'async-aws/code-commit',
39+
],
3640
'code_deploy' => [
3741
'class' => \AsyncAws\CodeDeploy\CodeDeployClient::class,
3842
'package' => 'async-aws/code-deploy',

0 commit comments

Comments
 (0)