Skip to content

Commit e210a53

Browse files
committed
Workspaces API update.
1 parent 9675ce2 commit e210a53

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

aws-sdk-core/apis/workspaces/2015-04-08/api-2.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"Name":{"shape":"Compute"}
139139
}
140140
},
141+
"ComputerName":{"type":"string"},
141142
"CreateWorkspacesRequest":{
142143
"type":"structure",
143144
"required":["Workspaces"],
@@ -407,6 +408,7 @@
407408
"Capacity":{"shape":"NonEmptyString"}
408409
}
409410
},
411+
"VolumeEncryptionKey":{"type":"string"},
410412
"Workspace":{
411413
"type":"structure",
412414
"members":{
@@ -418,7 +420,11 @@
418420
"BundleId":{"shape":"BundleId"},
419421
"SubnetId":{"shape":"SubnetId"},
420422
"ErrorMessage":{"shape":"Description"},
421-
"ErrorCode":{"shape":"WorkspaceErrorCode"}
423+
"ErrorCode":{"shape":"WorkspaceErrorCode"},
424+
"ComputerName":{"shape":"ComputerName"},
425+
"VolumeEncryptionKey":{"shape":"VolumeEncryptionKey"},
426+
"UserVolumeEncryptionEnabled":{"shape":"BooleanObject"},
427+
"RootVolumeEncryptionEnabled":{"shape":"BooleanObject"}
422428
}
423429
},
424430
"WorkspaceBundle":{
@@ -491,7 +497,10 @@
491497
"members":{
492498
"DirectoryId":{"shape":"DirectoryId"},
493499
"UserName":{"shape":"UserName"},
494-
"BundleId":{"shape":"BundleId"}
500+
"BundleId":{"shape":"BundleId"},
501+
"VolumeEncryptionKey":{"shape":"VolumeEncryptionKey"},
502+
"UserVolumeEncryptionEnabled":{"shape":"BooleanObject"},
503+
"RootVolumeEncryptionEnabled":{"shape":"BooleanObject"}
495504
}
496505
},
497506
"WorkspaceRequestList":{

aws-sdk-core/apis/workspaces/2015-04-08/docs-2.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@
2828
"refs": {
2929
"DefaultWorkspaceCreationProperties$EnableWorkDocs": "<p>Specifies if the directory is enabled for Amazon WorkDocs.</p>",
3030
"DefaultWorkspaceCreationProperties$EnableInternetAccess": "<p>A public IP address will be attached to all WorkSpaces that are created or rebuilt.</p>",
31-
"DefaultWorkspaceCreationProperties$UserEnabledAsLocalAdministrator": "<p>The WorkSpace user is an administrator on the WorkSpace.</p>"
31+
"DefaultWorkspaceCreationProperties$UserEnabledAsLocalAdministrator": "<p>The WorkSpace user is an administrator on the WorkSpace.</p>",
32+
"Workspace$UserVolumeEncryptionEnabled": "<p>Specifies whether the data stored on the user volume, or D: drive, is encrypted.</p>",
33+
"Workspace$RootVolumeEncryptionEnabled": "<p>Specifies whether the data stored on the root volume, or C: drive, is encrypted.</p>",
34+
"WorkspaceRequest$UserVolumeEncryptionEnabled": "<p>Specifies whether the data stored on the user volume, or D: drive, is encrypted.</p>",
35+
"WorkspaceRequest$RootVolumeEncryptionEnabled": "<p>Specifies whether the data stored on the root volume, or C: drive, is encrypted.</p>"
3236
}
3337
},
3438
"BundleId": {
@@ -72,6 +76,12 @@
7276
"WorkspaceBundle$ComputeType": "<p>A <a>ComputeType</a> object that specifies the compute type for the bundle.</p>"
7377
}
7478
},
79+
"ComputerName": {
80+
"base": null,
81+
"refs": {
82+
"Workspace$ComputerName": "<p>The name of the WorkSpace as seen by the operating system.</p>"
83+
}
84+
},
7585
"CreateWorkspacesRequest": {
7686
"base": "<p>Contains the inputs for the <a>CreateWorkspaces</a> operation.</p>",
7787
"refs": {
@@ -374,6 +384,13 @@
374384
"WorkspaceBundle$UserStorage": "<p>A <a>UserStorage</a> object that specifies the amount of user storage that the bundle contains.</p>"
375385
}
376386
},
387+
"VolumeEncryptionKey": {
388+
"base": null,
389+
"refs": {
390+
"Workspace$VolumeEncryptionKey": "<p>The KMS key used to encrypt data stored on your WorkSpace.</p>",
391+
"WorkspaceRequest$VolumeEncryptionKey": "<p>The KMS key used to encrypt data stored on your WorkSpace.</p>"
392+
}
393+
},
377394
"Workspace": {
378395
"base": "<p>Contains information about a WorkSpace.</p>",
379396
"refs": {

0 commit comments

Comments
 (0)