Skip to content

Commit 767ff65

Browse files
authored
Deprecate CodeStar (#3085)
1 parent 826c523 commit 767ff65

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gems/aws-sdk-codestar/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - CodeStar has been removed from the SDK because it has been discontinued.
5+
46
1.58.0 (2024-07-18)
57
------------------
68

services.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@
258258
"models": "codepipeline/2015-07-09"
259259
},
260260
"CodeStar": {
261-
"models": "codestar/2017-04-19"
261+
"models": "codestar/2017-04-19",
262+
"deprecated": true
262263
},
263264
"CodeStarNotifications": {
264265
"models": "codestar-notifications/2019-10-15"

0 commit comments

Comments
 (0)