Skip to content

Commit

Permalink
feat(client-workspaces-thin-client): Removed unused parameter kmsKeyA…
Browse files Browse the repository at this point in the history
…rn from UpdateDeviceRequest
  • Loading branch information
awstools committed Mar 15, 2024
1 parent 4ae23c7 commit b6e079d
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 20 deletions.
2 changes: 1 addition & 1 deletion clients/client-workspaces-thin-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

AWS SDK for JavaScript WorkSpacesThinClient Client for Node.js, Browser and React Native.

<p>Amazon WorkSpaces Thin Client is a affordable device built to work with Amazon Web Services End User
<p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User
Computing (EUC) virtual desktops to provide users with a complete cloud desktop
solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB
devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export interface WorkSpacesThinClient {
}

/**
* <p>Amazon WorkSpaces Thin Client is a affordable device built to work with Amazon Web Services End User
* <p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User
* Computing (EUC) virtual desktops to provide users with a complete cloud desktop
* solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB
* devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export type WorkSpacesThinClientClientResolvedConfigType = __SmithyResolvedConfi
export interface WorkSpacesThinClientClientResolvedConfig extends WorkSpacesThinClientClientResolvedConfigType {}

/**
* <p>Amazon WorkSpaces Thin Client is a affordable device built to work with Amazon Web Services End User
* <p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User
* Computing (EUC) virtual desktops to provide users with a complete cloud desktop
* solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB
* devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export interface UpdateDeviceCommandOutput extends UpdateDeviceResponse, __Metad
* name: "STRING_VALUE",
* desiredSoftwareSetId: "STRING_VALUE",
* softwareSetUpdateSchedule: "USE_MAINTENANCE_WINDOW" || "APPLY_IMMEDIATELY",
* kmsKeyArn: "STRING_VALUE",
* };
* const command = new UpdateDeviceCommand(input);
* const response = await client.send(command);
Expand Down
2 changes: 1 addition & 1 deletion clients/client-workspaces-thin-client/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// smithy-typescript generated code
/* eslint-disable */
/**
* <p>Amazon WorkSpaces Thin Client is a affordable device built to work with Amazon Web Services End User
* <p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User
* Computing (EUC) virtual desktops to provide users with a complete cloud desktop
* solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB
* devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client
Expand Down
7 changes: 0 additions & 7 deletions clients/client-workspaces-thin-client/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1606,13 +1606,6 @@ export interface UpdateDeviceRequest {
* @public
*/
softwareSetUpdateSchedule?: SoftwareSetUpdateSchedule;

/**
* <p>The Amazon Resource Name (ARN) of the Key Management Service key to use for the
* update.</p>
* @public
*/
kmsKeyArn?: string;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ export const se_UpdateDeviceCommand = async (
body = JSON.stringify(
take(input, {
desiredSoftwareSetId: [],
kmsKeyArn: [],
name: [],
softwareSetUpdateSchedule: [],
})
Expand Down
8 changes: 1 addition & 7 deletions codegen/sdk-codegen/aws-models/workspaces-thin-client.json
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,7 @@
},
"aws.protocols#restJson1": {},
"smithy.api#cors": {},
"smithy.api#documentation": "<p>Amazon WorkSpaces Thin Client is a affordable device built to work with Amazon Web Services End User\n Computing (EUC) virtual desktops to provide users with a complete cloud desktop\n solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB\n devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client\n devices do not allow local data storage or installation of unapproved applications. The\n WorkSpaces Thin Client device ships preloaded with device management software.</p>\n <p>You can use these APIs to complete WorkSpaces Thin Client tasks, such as creating environments or\n viewing devices. For more information about WorkSpaces Thin Client, including the required permissions to\n use the service, see the <a href=\"https://docs.aws.amazon.com/workspaces-thin-client/latest/ag/\">Amazon WorkSpaces Thin Client Administrator Guide</a>. For\n more information about using the Command Line Interface (CLI) to manage\n your WorkSpaces Thin Client resources, see the <a href=\"https://docs.aws.amazon.com/cli/latest/reference/workspaces-thin-client/index.html\">WorkSpaces Thin Client section of the\n CLI Reference</a>.</p>",
"smithy.api#documentation": "<p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User\n Computing (EUC) virtual desktops to provide users with a complete cloud desktop\n solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB\n devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client\n devices do not allow local data storage or installation of unapproved applications. The\n WorkSpaces Thin Client device ships preloaded with device management software.</p>\n <p>You can use these APIs to complete WorkSpaces Thin Client tasks, such as creating environments or\n viewing devices. For more information about WorkSpaces Thin Client, including the required permissions to\n use the service, see the <a href=\"https://docs.aws.amazon.com/workspaces-thin-client/latest/ag/\">Amazon WorkSpaces Thin Client Administrator Guide</a>. For\n more information about using the Command Line Interface (CLI) to manage\n your WorkSpaces Thin Client resources, see the <a href=\"https://docs.aws.amazon.com/cli/latest/reference/workspaces-thin-client/index.html\">WorkSpaces Thin Client section of the\n CLI Reference</a>.</p>",
"smithy.api#title": "Amazon WorkSpaces Thin Client",
"smithy.rules#endpointRuleSet": {
"version": "1.0",
Expand Down Expand Up @@ -3080,12 +3080,6 @@
"traits": {
"smithy.api#documentation": "<p>An option to define if software updates should be applied within a maintenance\n window.</p>"
}
},
"kmsKeyArn": {
"target": "com.amazonaws.workspacesthinclient#KmsKeyArn",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Key Management Service key to use for the\n update.</p>"
}
}
},
"traits": {
Expand Down

0 comments on commit b6e079d

Please sign in to comment.