Skip to content

Commit

Permalink
docs(client-workspaces-thin-client): Rename WorkSpaces Web to WorkSpa…
Browse files Browse the repository at this point in the history
…ces Secure Browser
  • Loading branch information
awstools committed Jan 22, 2025
1 parent 296a002 commit 9e04902
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions clients/client-workspaces-thin-client/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export interface CreateEnvironmentRequest {

/**
* <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,
* WorkSpaces Web, or AppStream 2.0.</p>
* WorkSpaces Secure Browser, or AppStream 2.0.</p>
* @public
*/
desktopArn: string | undefined;
Expand Down Expand Up @@ -301,7 +301,7 @@ export interface EnvironmentSummary {

/**
* <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,
* WorkSpaces Web, or AppStream 2.0.</p>
* WorkSpaces Secure Browser, or AppStream 2.0.</p>
* @public
*/
desktopArn?: string | undefined;
Expand Down Expand Up @@ -1030,7 +1030,7 @@ export interface Environment {

/**
* <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,
* WorkSpaces Web, or AppStream 2.0.</p>
* WorkSpaces Secure Browser, or AppStream 2.0.</p>
* @public
*/
desktopArn?: string | undefined;
Expand Down Expand Up @@ -1598,7 +1598,7 @@ export interface UpdateEnvironmentRequest {

/**
* <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,
* WorkSpaces Web, or AppStream 2.0.</p>
* WorkSpaces Secure Browser, or AppStream 2.0.</p>
* @public
*/
desktopArn?: string | undefined;
Expand Down
8 changes: 4 additions & 4 deletions codegen/sdk-codegen/aws-models/workspaces-thin-client.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"desktopArn": {
"target": "com.amazonaws.workspacesthinclient#Arn",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Web, or AppStream 2.0.</p>",
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Secure Browser, or AppStream 2.0.</p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -894,7 +894,7 @@
"desktopArn": {
"target": "com.amazonaws.workspacesthinclient#Arn",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Web, or AppStream 2.0.</p>"
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Secure Browser, or AppStream 2.0.</p>"
}
},
"desktopEndpoint": {
Expand Down Expand Up @@ -1064,7 +1064,7 @@
"desktopArn": {
"target": "com.amazonaws.workspacesthinclient#Arn",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Web, or AppStream 2.0.</p>"
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Secure Browser, or AppStream 2.0.</p>"
}
},
"desktopEndpoint": {
Expand Down Expand Up @@ -3184,7 +3184,7 @@
"desktopArn": {
"target": "com.amazonaws.workspacesthinclient#Arn",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Web, or AppStream 2.0.</p>"
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,\n WorkSpaces Secure Browser, or AppStream 2.0.</p>"
}
},
"desktopEndpoint": {
Expand Down

0 comments on commit 9e04902

Please sign in to comment.