Skip to content

Commit

Permalink
docs(client-workspaces): Fixed VolumeEncryptionKey descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 21, 2023
1 parent 8bcf5b8 commit bbeae85
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 34 deletions.
4 changes: 2 additions & 2 deletions clients/client-workspaces/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ export interface WorkspaceRequest {
BundleId: string | undefined;

/**
* <p>The symmetric KMS key used to encrypt data stored on your WorkSpace.
* <p>The ARN of the symmetric KMS key used to encrypt data stored on your WorkSpace.
* Amazon WorkSpaces does not support asymmetric KMS keys.</p>
*/
VolumeEncryptionKey?: string;
Expand Down Expand Up @@ -1687,7 +1687,7 @@ export interface Workspace {
ComputerName?: string;

/**
* <p>The symmetric KMS key used to encrypt data stored on your WorkSpace.
* <p>The ARN of the symmetric KMS key used to encrypt data stored on your WorkSpace.
* Amazon WorkSpaces does not support asymmetric KMS keys.</p>
*/
VolumeEncryptionKey?: string;
Expand Down
Loading

0 comments on commit bbeae85

Please sign in to comment.