-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaws-exports.js
46 lines (43 loc) · 1.34 KB
/
aws-exports.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* eslint-disable */
// WARNING: DO NOT EDIT. This file is automatically generated by AWS Amplify. It will be overwritten.
const awsmobile = {
"aws_project_region": "us-east-1",
"aws_cognito_identity_pool_id": "us-east-1:81e6b4a4-0f79-4d37-b9c1-a3cedc840fd9",
"aws_cognito_region": "us-east-1",
"aws_user_pools_id": "us-east-1_0itWoGD9f",
"aws_user_pools_web_client_id": "4lgnqq43t0vo3gd4atj9ek4p7l",
"oauth": {},
"aws_user_files_s3_bucket": "trans-next-tail-v2-bucket112805-dev",
"aws_user_files_s3_bucket_region": "us-east-1",
"predictions": {
"identify": {
"identifyText": {
"proxy": false,
"region": "us-east-1",
"defaults": {
"format": "ALL"
}
}
},
"convert": {
"translateText": {
"region": "us-east-1",
"proxy": false,
"defaults": {
"sourceLanguage": "auto",
"targetLanguage": "en"
}
}
},
"interpret": {
"interpretText": {
"region": "us-east-1",
"proxy": false,
"defaults": {
"type": "LANGUAGE"
}
}
}
}
};
export default awsmobile;