Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove codestar service #2987

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changes/nextrelease/remove-codestar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "api-change",
"category": "Codestar",
"description": "Removes Codestar service."
}
]
45 changes: 0 additions & 45 deletions src/CodeStar/CodeStarClient.php

This file was deleted.

9 changes: 0 additions & 9 deletions src/CodeStar/Exception/CodeStarException.php

This file was deleted.

2 changes: 0 additions & 2 deletions src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@
* @method \Aws\MultiRegionClient createMultiRegionCodeGuruSecurity(array $args = [])
* @method \Aws\CodePipeline\CodePipelineClient createCodePipeline(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionCodePipeline(array $args = [])
* @method \Aws\CodeStar\CodeStarClient createCodeStar(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionCodeStar(array $args = [])
* @method \Aws\CodeStarNotifications\CodeStarNotificationsClient createCodeStarNotifications(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionCodeStarNotifications(array $args = [])
* @method \Aws\CodeStarconnections\CodeStarconnectionsClient createCodeStarconnections(array $args = [])
Expand Down
Loading
Loading