Skip to content

Commit

Permalink
docs(client-workspaces-thin-client): Documentation update for WorkSpa…
Browse files Browse the repository at this point in the history
…ces Thin Client.
  • Loading branch information
awstools committed Jul 18, 2024
1 parent 337c43d commit c43a090
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function createAwsAuthSigv4HttpAuthOption(
name: "thinclient",
region: authParameters.region,
},
propertiesExtractor: (config: WorkSpacesThinClientClientConfig, context) => ({
propertiesExtractor: (config: Partial<WorkSpacesThinClientClientConfig>, context) => ({
/**
* @internal
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ export interface Environment {
tags?: Record<string, string>;

/**
* <p>"The tag keys and optional values for the newly created devices for this environment."</p>
* <p>The tag keys and optional values for the newly created devices for this environment.</p>
* @public
*/
deviceCreationTags?: Record<string, string>;
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/workspaces-thin-client.json
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@
"deviceCreationTags": {
"target": "com.amazonaws.workspacesthinclient#DeviceCreationTagsMap",
"traits": {
"smithy.api#documentation": "<p>\"The tag keys and optional values for the newly created devices for this environment.\"</p>"
"smithy.api#documentation": "<p>The tag keys and optional values for the newly created devices for this environment.</p>"
}
}
},
Expand Down

0 comments on commit c43a090

Please sign in to comment.