diff --git a/aws-sdk-core/apis/workspaces/2015-04-08/api-2.json b/aws-sdk-core/apis/workspaces/2015-04-08/api-2.json index 97ef386aa59..483c04433f7 100644 --- a/aws-sdk-core/apis/workspaces/2015-04-08/api-2.json +++ b/aws-sdk-core/apis/workspaces/2015-04-08/api-2.json @@ -138,6 +138,7 @@ "Name":{"shape":"Compute"} } }, + "ComputerName":{"type":"string"}, "CreateWorkspacesRequest":{ "type":"structure", "required":["Workspaces"], @@ -407,6 +408,7 @@ "Capacity":{"shape":"NonEmptyString"} } }, + "VolumeEncryptionKey":{"type":"string"}, "Workspace":{ "type":"structure", "members":{ @@ -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":{ @@ -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":{ diff --git a/aws-sdk-core/apis/workspaces/2015-04-08/docs-2.json b/aws-sdk-core/apis/workspaces/2015-04-08/docs-2.json index 1bf19c99b37..ffdf4c2a581 100644 --- a/aws-sdk-core/apis/workspaces/2015-04-08/docs-2.json +++ b/aws-sdk-core/apis/workspaces/2015-04-08/docs-2.json @@ -28,7 +28,11 @@ "refs": { "DefaultWorkspaceCreationProperties$EnableWorkDocs": "

Specifies if the directory is enabled for Amazon WorkDocs.

", "DefaultWorkspaceCreationProperties$EnableInternetAccess": "

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

", - "DefaultWorkspaceCreationProperties$UserEnabledAsLocalAdministrator": "

The WorkSpace user is an administrator on the WorkSpace.

" + "DefaultWorkspaceCreationProperties$UserEnabledAsLocalAdministrator": "

The WorkSpace user is an administrator on the WorkSpace.

", + "Workspace$UserVolumeEncryptionEnabled": "

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

", + "Workspace$RootVolumeEncryptionEnabled": "

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

", + "WorkspaceRequest$UserVolumeEncryptionEnabled": "

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

", + "WorkspaceRequest$RootVolumeEncryptionEnabled": "

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

" } }, "BundleId": { @@ -72,6 +76,12 @@ "WorkspaceBundle$ComputeType": "

A ComputeType object that specifies the compute type for the bundle.

" } }, + "ComputerName": { + "base": null, + "refs": { + "Workspace$ComputerName": "

The name of the WorkSpace as seen by the operating system.

" + } + }, "CreateWorkspacesRequest": { "base": "

Contains the inputs for the CreateWorkspaces operation.

", "refs": { @@ -374,6 +384,13 @@ "WorkspaceBundle$UserStorage": "

A UserStorage object that specifies the amount of user storage that the bundle contains.

" } }, + "VolumeEncryptionKey": { + "base": null, + "refs": { + "Workspace$VolumeEncryptionKey": "

The KMS key used to encrypt data stored on your WorkSpace.

", + "WorkspaceRequest$VolumeEncryptionKey": "

The KMS key used to encrypt data stored on your WorkSpace.

" + } + }, "Workspace": { "base": "

Contains information about a WorkSpace.

", "refs": {