Skip to content

Commit c43a090

Browse files
author
awstools
committed
docs(client-workspaces-thin-client): Documentation update for WorkSpaces Thin Client.
1 parent 337c43d commit c43a090

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/client-workspaces-thin-client/src/auth/httpAuthSchemeProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function createAwsAuthSigv4HttpAuthOption(
6565
name: "thinclient",
6666
region: authParameters.region,
6767
},
68-
propertiesExtractor: (config: WorkSpacesThinClientClientConfig, context) => ({
68+
propertiesExtractor: (config: Partial<WorkSpacesThinClientClientConfig>, context) => ({
6969
/**
7070
* @internal
7171
*/

clients/client-workspaces-thin-client/src/models/models_0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ export interface Environment {
11351135
tags?: Record<string, string>;
11361136

11371137
/**
1138-
* <p>"The tag keys and optional values for the newly created devices for this environment."</p>
1138+
* <p>The tag keys and optional values for the newly created devices for this environment.</p>
11391139
* @public
11401140
*/
11411141
deviceCreationTags?: Record<string, string>;

codegen/sdk-codegen/aws-models/workspaces-thin-client.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@
996996
"deviceCreationTags": {
997997
"target": "com.amazonaws.workspacesthinclient#DeviceCreationTagsMap",
998998
"traits": {
999-
"smithy.api#documentation": "<p>\"The tag keys and optional values for the newly created devices for this environment.\"</p>"
999+
"smithy.api#documentation": "<p>The tag keys and optional values for the newly created devices for this environment.</p>"
10001000
}
10011001
}
10021002
},

0 commit comments

Comments
 (0)