File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
clients/client-workspaces-thin-client/src
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ function createAwsAuthSigv4HttpAuthOption(
65
65
name : "thinclient" ,
66
66
region : authParameters . region ,
67
67
} ,
68
- propertiesExtractor : ( config : WorkSpacesThinClientClientConfig , context ) => ( {
68
+ propertiesExtractor : ( config : Partial < WorkSpacesThinClientClientConfig > , context ) => ( {
69
69
/**
70
70
* @internal
71
71
*/
Original file line number Diff line number Diff line change @@ -1135,7 +1135,7 @@ export interface Environment {
1135
1135
tags ?: Record < string , string > ;
1136
1136
1137
1137
/**
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>
1139
1139
* @public
1140
1140
*/
1141
1141
deviceCreationTags ?: Record < string , string > ;
Original file line number Diff line number Diff line change 996
996
"deviceCreationTags" : {
997
997
"target" : " com.amazonaws.workspacesthinclient#DeviceCreationTagsMap" ,
998
998
"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>"
1000
1000
}
1001
1001
}
1002
1002
},
You can’t perform that action at this time.
0 commit comments