Skip to content

Commit b959ece

Browse files
refactor!: remove deprecated cognito sync client (#2320)
The Cognito Sync client is being removed. Note that the Cognito Auth and Cognito Identity Provider clients are still available for use. Refer: #2284
1 parent f514a35 commit b959ece

File tree

103 files changed

+3
-14237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+3
-14237
lines changed

CircleciScripts/ReleaseConfiguration.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"aws-android-sdk-auth-userpools",
1515
"aws-android-sdk-autoscaling",
1616
"aws-android-sdk-cloudwatch",
17-
"aws-android-sdk-cognito",
1817
// "aws-android-sdk-cognitoauth",
1918
"aws-android-sdk-cognitoidentityprovider",
2019
"aws-android-sdk-comprehend",
@@ -320,12 +319,6 @@
320319
"com.amazonaws.mobileconnectors.amazonmobileanalytics*",
321320
]
322321
},
323-
{
324-
title : "Amazon Cognito Sync",
325-
packages : [
326-
"com.amazonaws.mobileconnectors.cognito*"
327-
]
328-
},
329322
{
330323
title : "Common Runtime" ,
331324
packages : [
@@ -352,4 +345,4 @@
352345
]
353346
}
354347

355-
}
348+
}

CircleciScripts/bump_sdk_version.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def bump_pomxml(filename, newsdkversion):
5151
"match" : 'fabric-version=.*',
5252
"replace" : 'fabric-version=[version]',
5353
"files" : [
54-
"aws-android-sdk-cognito/src/main/resources/fabric/com.amazonaws.aws-android-sdk-cognito.properties",
5554
"aws-android-sdk-core/src/main/resources/fabric/com.amazonaws.aws-android-sdk-core.properties"
5655
]
5756
} ,

CircleciScripts/check_sdk_on_maven.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
'aws-android-sdk-kms',
2727
'aws-android-sdk-auth-core',
2828
'aws-android-sdk-auth-ui',
29-
'aws-android-sdk-cognito',
3029
'aws-android-sdk-logs',
3130
'aws-android-sdk-auth-userpools',
3231
'aws-android-sdk-autoscaling',
@@ -103,4 +102,4 @@ def IsAllPackageAvailableOnMaven(version):
103102

104103

105104

106-
105+

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The AWS SDK for Android is generally licensed under the Apache 2.0 License, with the Amazon Cognito Sync aws-android-sdk-cognito and Amazon Cognito Identity Provider aws-android-sdk-cognitoidentityprovider subcomponent being licensed under the Amazon Software License, and the Amazon Lex subcomponent under the path aws-android-sdk-deepsense/src/main/jni/ under the AWS Customer Agreement (https://aws.amazon.com/agreement/ ).
1+
The AWS SDK for Android is generally licensed under the Apache 2.0 License, with the Amazon Cognito Identity Provider aws-android-sdk-cognitoidentityprovider subcomponent being licensed under the Amazon Software License, and the Amazon Lex subcomponent under the path aws-android-sdk-deepsense/src/main/jni/ under the AWS Customer Agreement (https://aws.amazon.com/agreement/ ).

aws-android-sdk-cognito/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

aws-android-sdk-cognito/build.gradle

Lines changed: 0 additions & 16 deletions
This file was deleted.

aws-android-sdk-cognito/gradle.properties

Lines changed: 0 additions & 4 deletions
This file was deleted.

aws-android-sdk-cognito/src/main/AndroidManifest.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)