Skip to content

Commit f946a33

Browse files
author
awstools
committed
feat(client-workspaces-web): Amazon WorkSpaces Web now supports Administrator timeout control
1 parent 01ff495 commit f946a33

File tree

5 files changed

+341
-15
lines changed

5 files changed

+341
-15
lines changed

clients/client-workspaces-web/src/WorkSpacesWeb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ export class WorkSpacesWeb extends WorkSpacesWebClient {
14551455
}
14561456

14571457
/**
1458-
* <p>Updates the identity provider.</p>
1458+
* <p>Updates the identity provider. </p>
14591459
*/
14601460
public updateIdentityProvider(
14611461
args: UpdateIdentityProviderCommandInput,

clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface UpdateIdentityProviderCommandInput extends UpdateIdentityProvid
2323
export interface UpdateIdentityProviderCommandOutput extends UpdateIdentityProviderResponse, __MetadataBearer {}
2424

2525
/**
26-
* <p>Updates the identity provider.</p>
26+
* <p>Updates the identity provider. </p>
2727
* @example
2828
* Use a bare-bones client and the command you need to make an API call.
2929
* ```javascript

0 commit comments

Comments
 (0)