From 0873d67007a32a6246d3f59ca737e6ccba861c67 Mon Sep 17 00:00:00 2001
From: awstools You don't need to specify the PCOIP
protocol for Linux bundles
- * because WSP
is the default protocol for those bundles.DCV
(formerly WSP) is the default protocol for those bundles.
User-decoupled WorkSpaces are only supported by Amazon WorkSpaces @@ -79,7 +79,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _ * Protocols: [ // ProtocolList * "PCOIP" || "WSP", * ], - * OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8", + * OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8" || "ROCKY_8", * }, * Tags: [ // TagList * { // Tag @@ -112,7 +112,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _ * // Protocols: [ // ProtocolList * // "PCOIP" || "WSP", * // ], - * // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8", + * // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8" || "ROCKY_8", * // }, * // Tags: [ // TagList * // { // Tag @@ -151,7 +151,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _ * // Protocols: [ * // "PCOIP" || "WSP", * // ], - * // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8", + * // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8" || "ROCKY_8", * // }, * // ModificationStates: [ // ModificationStateList * // { // ModificationState diff --git a/clients/client-workspaces/src/commands/DescribeApplicationsCommand.ts b/clients/client-workspaces/src/commands/DescribeApplicationsCommand.ts index bab9370db049..e957f9d328b0 100644 --- a/clients/client-workspaces/src/commands/DescribeApplicationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeApplicationsCommand.ts @@ -44,7 +44,7 @@ export interface DescribeApplicationsCommandOutput extends DescribeApplicationsR * ], * LicenseType: "LICENSED" || "UNLICENSED", * OperatingSystemNames: [ // OperatingSystemNameList - * "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8", + * "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8" || "ROCKY_8", * ], * Owner: "STRING_VALUE", * MaxResults: Number("int"), @@ -66,7 +66,7 @@ export interface DescribeApplicationsCommandOutput extends DescribeApplicationsR * // "VALUE" || "STANDARD" || "PERFORMANCE" || "POWER" || "GRAPHICS" || "POWERPRO" || "GRAPHICSPRO" || "GRAPHICS_G4DN" || "GRAPHICSPRO_G4DN", * // ], * // SupportedOperatingSystemNames: [ // OperatingSystemNameList - * // "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8", + * // "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8" || "ROCKY_8", * // ], * // }, * // ], diff --git a/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts index ed168c5be5f5..25ae1e029d28 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts @@ -76,7 +76,7 @@ export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResul * // Protocols: [ // ProtocolList * // "PCOIP" || "WSP", * // ], - * // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8", + * // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8" || "ROCKY_8", * // }, * // ModificationStates: [ // ModificationStateList * // { // ModificationState diff --git a/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts index 6c67e77c671b..54aacdfb0451 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts @@ -54,7 +54,7 @@ export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspaceP * Protocols: [ // ProtocolList * "PCOIP" || "WSP", * ], - * OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8", + * OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8" || "ROCKY_8", * }, * DataReplication: "NO_REPLICATION" || "PRIMARY_AS_SOURCE", * }; diff --git a/clients/client-workspaces/src/models/models_0.ts b/clients/client-workspaces/src/models/models_0.ts index d54fdc2da846..e6802171c36f 100644 --- a/clients/client-workspaces/src/models/models_0.ts +++ b/clients/client-workspaces/src/models/models_0.ts @@ -14,7 +14,7 @@ export interface AcceptAccountLinkInvitationRequest { LinkId: string | undefined; /** - *
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
+ *A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.
* @public */ ClientToken?: string | undefined; @@ -1588,7 +1588,7 @@ export interface CreateAccountLinkInvitationRequest { TargetAccountId: string | undefined; /** - *A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
+ *A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.
* @public */ ClientToken?: string | undefined; @@ -2187,6 +2187,7 @@ export interface CreateWorkspaceImageResult { export const OperatingSystemName = { AMAZON_LINUX_2: "AMAZON_LINUX_2", RHEL_8: "RHEL_8", + ROCKY_8: "ROCKY_8", UBUNTU_18_04: "UBUNTU_18_04", UBUNTU_20_04: "UBUNTU_20_04", UBUNTU_22_04: "UBUNTU_22_04", @@ -2293,7 +2294,7 @@ export interface WorkspaceProperties { *Only available for WorkSpaces created with PCoIP bundles.
*The Protocols
property is case sensitive. Ensure you use PCOIP
or WSP
.
The Protocols
property is case sensitive. Ensure you use PCOIP
or DCV
(formerly WSP).
Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based bundles @@ -3311,7 +3312,7 @@ export interface DeleteAccountLinkInvitationRequest { LinkId: string | undefined; /** - *
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
+ *A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.
* @public */ ClientToken?: string | undefined; @@ -6130,12 +6131,12 @@ export interface ImportWorkspaceImageRequest { /** *The ingestion process to be used when importing the image, depending on which protocol
- * you want to use for your BYOL Workspace image, either PCoIP, WorkSpaces Streaming Protocol
- * (WSP), or bring your own protocol (BYOP). To use WSP, specify a value that ends in
- * _WSP
. To use PCoIP, specify a value that does not end in _WSP
.
+ * you want to use for your BYOL Workspace image, either PCoIP, DCV, or
+ * bring your own protocol (BYOP). To use WSP, specify a value that ends in
+ * _DCV
. To use PCoIP, specify a value that does not end in _DCV
.
* To use BYOP, specify a value that ends in _BYOP
.
For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify
- * BYOL_REGULAR
, BYOL_REGULAR_WSP
, or BYOL_REGULAR_BYOP
,
+ * BYOL_REGULAR
, BYOL_REGULAR_DCV
, or BYOL_REGULAR_BYOP
,
* depending on the protocol.
The BYOL_REGULAR_BYOP
and BYOL_GRAPHICS_G4DN_BYOP
values
@@ -6175,8 +6176,8 @@ export interface ImportWorkspaceImageRequest {
* time.
During the image import process, non-GPU WSP WorkSpaces with Windows 11 support
- * only Microsoft_Office_2019
. GPU WSP WorkSpaces with Windows 11 do not
+ *
During the image import process, non-GPU DCV (formerly WSP) WorkSpaces with Windows 11 support
+ * only Microsoft_Office_2019
. GPU DCV (formerly WSP) WorkSpaces with Windows 11 do not
* support Office installation.
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
" + "smithy.api#documentation": "A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.
" } } }, @@ -1798,7 +1798,7 @@ "ClientToken": { "target": "com.amazonaws.workspaces#ClientToken", "traits": { - "smithy.api#documentation": "A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
" + "smithy.api#documentation": "A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.
" } } }, @@ -2478,7 +2478,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates one or more WorkSpaces.
\nThis operation is asynchronous and returns before the WorkSpaces are created.
\nThe MANUAL
running mode value is only supported by Amazon WorkSpaces\n Core. Contact your account team to be allow-listed to use this value. For more\n information, see Amazon WorkSpaces\n Core.
You don't need to specify the PCOIP
protocol for Linux bundles\n because WSP
is the default protocol for those bundles.
User-decoupled WorkSpaces are only supported by Amazon WorkSpaces\n Core.
\nReview your running mode to ensure you are using one that is optimal for your needs and budget.\n For more information on switching running modes, see \n \n Can I switch between hourly and monthly billing?\n
\nCreates one or more WorkSpaces.
\nThis operation is asynchronous and returns before the WorkSpaces are created.
\nThe MANUAL
running mode value is only supported by Amazon WorkSpaces\n Core. Contact your account team to be allow-listed to use this value. For more\n information, see Amazon WorkSpaces\n Core.
You don't need to specify the PCOIP
protocol for Linux bundles\n because DCV
(formerly WSP) is the default protocol for those bundles.
User-decoupled WorkSpaces are only supported by Amazon WorkSpaces\n Core.
\nReview your running mode to ensure you are using one that is optimal for your needs and budget.\n For more information on switching running modes, see \n \n Can I switch between hourly and monthly billing?\n
\nA string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
" + "smithy.api#documentation": "A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.
" } } }, @@ -5464,7 +5464,7 @@ "com.amazonaws.workspaces#DomainName": { "type": "string", "traits": { - "smithy.api#pattern": "^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$" + "smithy.api#pattern": "^([a-zA-Z0-9]+[.-])+([a-zA-Z0-9])+$" } }, "com.amazonaws.workspaces#Ec2ImageId": { @@ -5996,7 +5996,7 @@ "IngestionProcess": { "target": "com.amazonaws.workspaces#WorkspaceImageIngestionProcess", "traits": { - "smithy.api#documentation": "The ingestion process to be used when importing the image, depending on which protocol\n you want to use for your BYOL Workspace image, either PCoIP, WorkSpaces Streaming Protocol \n (WSP), or bring your own protocol (BYOP). To use WSP, specify a value that ends in \n _WSP
. To use PCoIP, specify a value that does not end in _WSP
. \n To use BYOP, specify a value that ends in _BYOP
.
For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify \n BYOL_REGULAR
, BYOL_REGULAR_WSP
, or BYOL_REGULAR_BYOP
, \n depending on the protocol.
The BYOL_REGULAR_BYOP
and BYOL_GRAPHICS_G4DN_BYOP
values\n are only supported by Amazon WorkSpaces Core. Contact your account team to be\n allow-listed to use these values. For more information, see Amazon WorkSpaces Core.
The ingestion process to be used when importing the image, depending on which protocol\n you want to use for your BYOL Workspace image, either PCoIP, DCV, or \n bring your own protocol (BYOP). To use WSP, specify a value that ends in \n _DCV
. To use PCoIP, specify a value that does not end in _DCV
. \n To use BYOP, specify a value that ends in _BYOP
.
For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify \n BYOL_REGULAR
, BYOL_REGULAR_DCV
, or BYOL_REGULAR_BYOP
, \n depending on the protocol.
The BYOL_REGULAR_BYOP
and BYOL_GRAPHICS_G4DN_BYOP
values\n are only supported by Amazon WorkSpaces Core. Contact your account team to be\n allow-listed to use these values. For more information, see Amazon WorkSpaces Core.
If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 and 11\n BYOL images. For more information about subscribing to Office for BYOL images, see Bring\n Your Own Windows Desktop Licenses.
\nAlthough this parameter is an array, only one item is allowed at this\n time.
\nDuring the image import process, non-GPU WSP WorkSpaces with Windows 11 support\n only Microsoft_Office_2019
. GPU WSP WorkSpaces with Windows 11 do not\n support Office installation.
If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 and 11\n BYOL images. For more information about subscribing to Office for BYOL images, see Bring\n Your Own Windows Desktop Licenses.
\nAlthough this parameter is an array, only one item is allowed at this\n time.
\nDuring the image import process, non-GPU DCV (formerly WSP) WorkSpaces with Windows 11 support\n only Microsoft_Office_2019
. GPU DCV (formerly WSP) WorkSpaces with Windows 11 do not\n support Office installation.
The protocol. For more information, see \n \n Protocols for Amazon WorkSpaces.
\nOnly available for WorkSpaces created with PCoIP bundles.
\nThe Protocols
property is case sensitive. Ensure you use PCOIP
or WSP
.
Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based bundles \n (Graphics, GraphicsPro, Graphics.g4dn, and GraphicsPro.g4dn).
\nThe protocol. For more information, see \n \n Protocols for Amazon WorkSpaces.
\nOnly available for WorkSpaces created with PCoIP bundles.
\nThe Protocols
property is case sensitive. Ensure you use PCOIP
or DCV
(formerly WSP).
Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based bundles \n (Graphics, GraphicsPro, Graphics.g4dn, and GraphicsPro.g4dn).
\n