From c43a0909256f0bd9ad5e4b8349e720dd345872d9 Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 18 Jul 2024 19:31:31 +0000 Subject: [PATCH] docs(client-workspaces-thin-client): Documentation update for WorkSpaces Thin Client. --- .../src/auth/httpAuthSchemeProvider.ts | 2 +- clients/client-workspaces-thin-client/src/models/models_0.ts | 2 +- codegen/sdk-codegen/aws-models/workspaces-thin-client.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/client-workspaces-thin-client/src/auth/httpAuthSchemeProvider.ts b/clients/client-workspaces-thin-client/src/auth/httpAuthSchemeProvider.ts index 72413c0df1ec..0c6e3e3bd4af 100644 --- a/clients/client-workspaces-thin-client/src/auth/httpAuthSchemeProvider.ts +++ b/clients/client-workspaces-thin-client/src/auth/httpAuthSchemeProvider.ts @@ -65,7 +65,7 @@ function createAwsAuthSigv4HttpAuthOption( name: "thinclient", region: authParameters.region, }, - propertiesExtractor: (config: WorkSpacesThinClientClientConfig, context) => ({ + propertiesExtractor: (config: Partial, context) => ({ /** * @internal */ diff --git a/clients/client-workspaces-thin-client/src/models/models_0.ts b/clients/client-workspaces-thin-client/src/models/models_0.ts index 3d5ccd9ad048..492879a74a0a 100644 --- a/clients/client-workspaces-thin-client/src/models/models_0.ts +++ b/clients/client-workspaces-thin-client/src/models/models_0.ts @@ -1135,7 +1135,7 @@ export interface Environment { tags?: Record; /** - *

"The tag keys and optional values for the newly created devices for this environment."

+ *

The tag keys and optional values for the newly created devices for this environment.

* @public */ deviceCreationTags?: Record; diff --git a/codegen/sdk-codegen/aws-models/workspaces-thin-client.json b/codegen/sdk-codegen/aws-models/workspaces-thin-client.json index 1c6e4c892ffc..5e2f515adb78 100644 --- a/codegen/sdk-codegen/aws-models/workspaces-thin-client.json +++ b/codegen/sdk-codegen/aws-models/workspaces-thin-client.json @@ -996,7 +996,7 @@ "deviceCreationTags": { "target": "com.amazonaws.workspacesthinclient#DeviceCreationTagsMap", "traits": { - "smithy.api#documentation": "

\"The tag keys and optional values for the newly created devices for this environment.\"

" + "smithy.api#documentation": "

The tag keys and optional values for the newly created devices for this environment.

" } } },