Skip to content

Commit 1793dba

Browse files
author
AWS
committed
Amazon WorkSpaces Update: This release includes diagnostic log uploading feature. If it is enabled, the log files of WorkSpaces Windows client will be sent to Amazon WorkSpaces automatically for troubleshooting. You can use modifyClientProperty api to enable/disable this feature.
1 parent 97e532b commit 1793dba

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon WorkSpaces",
4+
"contributor": "",
5+
"description": "This release includes diagnostic log uploading feature. If it is enabled, the log files of WorkSpaces Windows client will be sent to Amazon WorkSpaces automatically for troubleshooting. You can use modifyClientProperty api to enable/disable this feature."
6+
}

services/workspaces/src/main/resources/codegen-resources/service-2.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,10 @@
12111211
"ReconnectEnabled":{
12121212
"shape":"ReconnectEnum",
12131213
"documentation":"<p>Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials. </p>"
1214+
},
1215+
"LogUploadEnabled":{
1216+
"shape":"LogUploadEnum",
1217+
"documentation":"<p>Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.</p>"
12141218
}
12151219
},
12161220
"documentation":"<p>Describes an Amazon WorkSpaces client.</p>"
@@ -1691,7 +1695,7 @@
16911695
},
16921696
"OwnerAccountId":{
16931697
"shape":"AwsAccount",
1694-
"documentation":"<p>The identifier of the AWS account that owns the image.</p>"
1698+
"documentation":"<p>The identifier of the Amazon Web Services account that owns the image.</p>"
16951699
}
16961700
}
16971701
},
@@ -2878,6 +2882,13 @@
28782882
}
28792883
}
28802884
},
2885+
"LogUploadEnum":{
2886+
"type":"string",
2887+
"enum":[
2888+
"ENABLED",
2889+
"DISABLED"
2890+
]
2891+
},
28812892
"LoginMessage":{
28822893
"type":"map",
28832894
"key":{"shape":"ClientLocale"},

0 commit comments

Comments
 (0)