Skip to content

Commit

Permalink
Workspaces API update.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrowe committed Oct 1, 2015
1 parent 9675ce2 commit e210a53
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
13 changes: 11 additions & 2 deletions aws-sdk-core/apis/workspaces/2015-04-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
"Name":{"shape":"Compute"}
}
},
"ComputerName":{"type":"string"},
"CreateWorkspacesRequest":{
"type":"structure",
"required":["Workspaces"],
Expand Down Expand Up @@ -407,6 +408,7 @@
"Capacity":{"shape":"NonEmptyString"}
}
},
"VolumeEncryptionKey":{"type":"string"},
"Workspace":{
"type":"structure",
"members":{
Expand All @@ -418,7 +420,11 @@
"BundleId":{"shape":"BundleId"},
"SubnetId":{"shape":"SubnetId"},
"ErrorMessage":{"shape":"Description"},
"ErrorCode":{"shape":"WorkspaceErrorCode"}
"ErrorCode":{"shape":"WorkspaceErrorCode"},
"ComputerName":{"shape":"ComputerName"},
"VolumeEncryptionKey":{"shape":"VolumeEncryptionKey"},
"UserVolumeEncryptionEnabled":{"shape":"BooleanObject"},
"RootVolumeEncryptionEnabled":{"shape":"BooleanObject"}
}
},
"WorkspaceBundle":{
Expand Down Expand Up @@ -491,7 +497,10 @@
"members":{
"DirectoryId":{"shape":"DirectoryId"},
"UserName":{"shape":"UserName"},
"BundleId":{"shape":"BundleId"}
"BundleId":{"shape":"BundleId"},
"VolumeEncryptionKey":{"shape":"VolumeEncryptionKey"},
"UserVolumeEncryptionEnabled":{"shape":"BooleanObject"},
"RootVolumeEncryptionEnabled":{"shape":"BooleanObject"}
}
},
"WorkspaceRequestList":{
Expand Down
19 changes: 18 additions & 1 deletion aws-sdk-core/apis/workspaces/2015-04-08/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
"refs": {
"DefaultWorkspaceCreationProperties$EnableWorkDocs": "<p>Specifies if the directory is enabled for Amazon WorkDocs.</p>",
"DefaultWorkspaceCreationProperties$EnableInternetAccess": "<p>A public IP address will be attached to all WorkSpaces that are created or rebuilt.</p>",
"DefaultWorkspaceCreationProperties$UserEnabledAsLocalAdministrator": "<p>The WorkSpace user is an administrator on the WorkSpace.</p>"
"DefaultWorkspaceCreationProperties$UserEnabledAsLocalAdministrator": "<p>The WorkSpace user is an administrator on the WorkSpace.</p>",
"Workspace$UserVolumeEncryptionEnabled": "<p>Specifies whether the data stored on the user volume, or D: drive, is encrypted.</p>",
"Workspace$RootVolumeEncryptionEnabled": "<p>Specifies whether the data stored on the root volume, or C: drive, is encrypted.</p>",
"WorkspaceRequest$UserVolumeEncryptionEnabled": "<p>Specifies whether the data stored on the user volume, or D: drive, is encrypted.</p>",
"WorkspaceRequest$RootVolumeEncryptionEnabled": "<p>Specifies whether the data stored on the root volume, or C: drive, is encrypted.</p>"
}
},
"BundleId": {
Expand Down Expand Up @@ -72,6 +76,12 @@
"WorkspaceBundle$ComputeType": "<p>A <a>ComputeType</a> object that specifies the compute type for the bundle.</p>"
}
},
"ComputerName": {
"base": null,
"refs": {
"Workspace$ComputerName": "<p>The name of the WorkSpace as seen by the operating system.</p>"
}
},
"CreateWorkspacesRequest": {
"base": "<p>Contains the inputs for the <a>CreateWorkspaces</a> operation.</p>",
"refs": {
Expand Down Expand Up @@ -374,6 +384,13 @@
"WorkspaceBundle$UserStorage": "<p>A <a>UserStorage</a> object that specifies the amount of user storage that the bundle contains.</p>"
}
},
"VolumeEncryptionKey": {
"base": null,
"refs": {
"Workspace$VolumeEncryptionKey": "<p>The KMS key used to encrypt data stored on your WorkSpace.</p>",
"WorkspaceRequest$VolumeEncryptionKey": "<p>The KMS key used to encrypt data stored on your WorkSpace.</p>"
}
},
"Workspace": {
"base": "<p>Contains information about a WorkSpace.</p>",
"refs": {
Expand Down

0 comments on commit e210a53

Please sign in to comment.