From 33316620a0d61bf1ddebf32b98d55bf930d0a37e Mon Sep 17 00:00:00 2001 From: Alex Woods Date: Wed, 17 Jul 2024 09:42:08 -0700 Subject: [PATCH] Deprecate AWS Mobile Hub Part 1 (#3067) --- gems/aws-sdk-mobile/CHANGELOG.md | 2 ++ services.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gems/aws-sdk-mobile/CHANGELOG.md b/gems/aws-sdk-mobile/CHANGELOG.md index 9b003c8473..b60853b929 100644 --- a/gems/aws-sdk-mobile/CHANGELOG.md +++ b/gems/aws-sdk-mobile/CHANGELOG.md @@ -1,6 +1,8 @@ Unreleased Changes ------------------ +* Feature - AWS Mobile Hub has been removed from the SDK because it has been discontinued. + 1.54.0 (2024-07-02) ------------------ diff --git a/services.json b/services.json index f20a1e5f6e..6c17555969 100644 --- a/services.json +++ b/services.json @@ -804,7 +804,8 @@ "models": "migrationhubstrategy/2020-02-19" }, "Mobile": { - "models": "mobile/2017-07-01" + "models": "mobile/2017-07-01", + "deprecated": true }, "Neptune": { "models": "neptune/2014-10-31",