aws-sdk-workspaces 1.149.0 → 1.151.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +19 -15
- data/lib/aws-sdk-workspaces/client_api.rb +4 -0
- data/lib/aws-sdk-workspaces/types.rb +11 -0
- data/lib/aws-sdk-workspaces.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +5 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d9aeaec19978bf90ed5c16ad404a406d7892a53cf529eabe3b230c86efa41aa
|
|
4
|
+
data.tar.gz: ad170f051e55ae0253cd4b033b365c3bb73496e7220f04b236c9699865bb5016
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 484ef9bd3af2f2f6070fcf4b0ececfe4b2bcd23a7cc518a900626054e0b3eef3aa7c746fefd70399a629ca13645e7b02449e94c0ae06c71297c9bcee28d4fd45
|
|
7
|
+
data.tar.gz: 6c97fa33469f5feb2ffa83b2edf798858c5ef87277e39499ba67ed17c2738f8eb29120dd416dacc540e8405c1757ec7310ade1fcdbab7f74d9a197343994a789
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.151.0 (2026-01-08)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.150.0 (2026-01-07)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Add StateMessage and ProgressPercentage fields to DescribeCustomWorkspaceImageImport API response.
|
|
13
|
+
|
|
4
14
|
1.149.0 (2026-01-05)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.151.0
|
|
@@ -621,7 +621,7 @@ module Aws::WorkSpaces
|
|
|
621
621
|
# resp.association.created #=> Time
|
|
622
622
|
# resp.association.last_updated_time #=> Time
|
|
623
623
|
# resp.association.state #=> String, one of "PENDING_INSTALL", "PENDING_INSTALL_DEPLOYMENT", "PENDING_UNINSTALL", "PENDING_UNINSTALL_DEPLOYMENT", "INSTALLING", "UNINSTALLING", "ERROR", "COMPLETED", "REMOVED"
|
|
624
|
-
# resp.association.state_reason.error_code #=> String, one of "ValidationError.InsufficientDiskSpace", "ValidationError.InsufficientMemory", "ValidationError.UnsupportedOperatingSystem", "DeploymentError.InternalServerError", "DeploymentError.WorkspaceUnreachable"
|
|
624
|
+
# resp.association.state_reason.error_code #=> String, one of "ValidationError.InsufficientDiskSpace", "ValidationError.InsufficientMemory", "ValidationError.UnsupportedOperatingSystem", "DeploymentError.InternalServerError", "DeploymentError.WorkspaceUnreachable", "ValidationError.ApplicationOldVersionExists"
|
|
625
625
|
# resp.association.state_reason.error_message #=> String
|
|
626
626
|
# resp.association.workspace_id #=> String
|
|
627
627
|
#
|
|
@@ -676,7 +676,7 @@ module Aws::WorkSpaces
|
|
|
676
676
|
# same Region.
|
|
677
677
|
#
|
|
678
678
|
# In Amazon Web Services GovCloud (US), to copy images to and from other
|
|
679
|
-
# Regions, contact Amazon Web
|
|
679
|
+
# Regions, contact Amazon Web Services Support.
|
|
680
680
|
#
|
|
681
681
|
# Before copying a shared image, be sure to verify that it has been
|
|
682
682
|
# shared from the correct Amazon Web Services account. To determine if
|
|
@@ -1756,7 +1756,7 @@ module Aws::WorkSpaces
|
|
|
1756
1756
|
# resp.deployment.associations[0].created #=> Time
|
|
1757
1757
|
# resp.deployment.associations[0].last_updated_time #=> Time
|
|
1758
1758
|
# resp.deployment.associations[0].state #=> String, one of "PENDING_INSTALL", "PENDING_INSTALL_DEPLOYMENT", "PENDING_UNINSTALL", "PENDING_UNINSTALL_DEPLOYMENT", "INSTALLING", "UNINSTALLING", "ERROR", "COMPLETED", "REMOVED"
|
|
1759
|
-
# resp.deployment.associations[0].state_reason.error_code #=> String, one of "ValidationError.InsufficientDiskSpace", "ValidationError.InsufficientMemory", "ValidationError.UnsupportedOperatingSystem", "DeploymentError.InternalServerError", "DeploymentError.WorkspaceUnreachable"
|
|
1759
|
+
# resp.deployment.associations[0].state_reason.error_code #=> String, one of "ValidationError.InsufficientDiskSpace", "ValidationError.InsufficientMemory", "ValidationError.UnsupportedOperatingSystem", "DeploymentError.InternalServerError", "DeploymentError.WorkspaceUnreachable", "ValidationError.ApplicationOldVersionExists"
|
|
1760
1760
|
# resp.deployment.associations[0].state_reason.error_message #=> String
|
|
1761
1761
|
# resp.deployment.associations[0].workspace_id #=> String
|
|
1762
1762
|
#
|
|
@@ -1921,7 +1921,7 @@ module Aws::WorkSpaces
|
|
|
1921
1921
|
# resp.associations[0].created #=> Time
|
|
1922
1922
|
# resp.associations[0].last_updated_time #=> Time
|
|
1923
1923
|
# resp.associations[0].state #=> String, one of "PENDING_INSTALL", "PENDING_INSTALL_DEPLOYMENT", "PENDING_UNINSTALL", "PENDING_UNINSTALL_DEPLOYMENT", "INSTALLING", "UNINSTALLING", "ERROR", "COMPLETED", "REMOVED"
|
|
1924
|
-
# resp.associations[0].state_reason.error_code #=> String, one of "ValidationError.InsufficientDiskSpace", "ValidationError.InsufficientMemory", "ValidationError.UnsupportedOperatingSystem", "DeploymentError.InternalServerError", "DeploymentError.WorkspaceUnreachable"
|
|
1924
|
+
# resp.associations[0].state_reason.error_code #=> String, one of "ValidationError.InsufficientDiskSpace", "ValidationError.InsufficientMemory", "ValidationError.UnsupportedOperatingSystem", "DeploymentError.InternalServerError", "DeploymentError.WorkspaceUnreachable", "ValidationError.ApplicationOldVersionExists"
|
|
1925
1925
|
# resp.associations[0].state_reason.error_message #=> String
|
|
1926
1926
|
# resp.next_token #=> String
|
|
1927
1927
|
#
|
|
@@ -2032,7 +2032,7 @@ module Aws::WorkSpaces
|
|
|
2032
2032
|
# resp.associations[0].created #=> Time
|
|
2033
2033
|
# resp.associations[0].last_updated_time #=> Time
|
|
2034
2034
|
# resp.associations[0].state #=> String, one of "PENDING_INSTALL", "PENDING_INSTALL_DEPLOYMENT", "PENDING_UNINSTALL", "PENDING_UNINSTALL_DEPLOYMENT", "INSTALLING", "UNINSTALLING", "ERROR", "COMPLETED", "REMOVED"
|
|
2035
|
-
# resp.associations[0].state_reason.error_code #=> String, one of "ValidationError.InsufficientDiskSpace", "ValidationError.InsufficientMemory", "ValidationError.UnsupportedOperatingSystem", "DeploymentError.InternalServerError", "DeploymentError.WorkspaceUnreachable"
|
|
2035
|
+
# resp.associations[0].state_reason.error_code #=> String, one of "ValidationError.InsufficientDiskSpace", "ValidationError.InsufficientMemory", "ValidationError.UnsupportedOperatingSystem", "DeploymentError.InternalServerError", "DeploymentError.WorkspaceUnreachable", "ValidationError.ApplicationOldVersionExists"
|
|
2036
2036
|
# resp.associations[0].state_reason.error_message #=> String
|
|
2037
2037
|
#
|
|
2038
2038
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeBundleAssociations AWS API Documentation
|
|
@@ -2319,6 +2319,8 @@ module Aws::WorkSpaces
|
|
|
2319
2319
|
# * {Types::DescribeCustomWorkspaceImageImportResult#image_id #image_id} => String
|
|
2320
2320
|
# * {Types::DescribeCustomWorkspaceImageImportResult#infrastructure_configuration_arn #infrastructure_configuration_arn} => String
|
|
2321
2321
|
# * {Types::DescribeCustomWorkspaceImageImportResult#state #state} => String
|
|
2322
|
+
# * {Types::DescribeCustomWorkspaceImageImportResult#state_message #state_message} => String
|
|
2323
|
+
# * {Types::DescribeCustomWorkspaceImageImportResult#progress_percentage #progress_percentage} => Integer
|
|
2322
2324
|
# * {Types::DescribeCustomWorkspaceImageImportResult#created #created} => Time
|
|
2323
2325
|
# * {Types::DescribeCustomWorkspaceImageImportResult#last_updated_time #last_updated_time} => Time
|
|
2324
2326
|
# * {Types::DescribeCustomWorkspaceImageImportResult#image_source #image_source} => Types::ImageSourceIdentifier
|
|
@@ -2335,7 +2337,9 @@ module Aws::WorkSpaces
|
|
|
2335
2337
|
#
|
|
2336
2338
|
# resp.image_id #=> String
|
|
2337
2339
|
# resp.infrastructure_configuration_arn #=> String
|
|
2338
|
-
# resp.state #=> String, one of "PENDING", "IN_PROGRESS", "COMPLETED", "ERROR"
|
|
2340
|
+
# resp.state #=> String, one of "PENDING", "IN_PROGRESS", "PROCESSING_SOURCE_IMAGE", "IMAGE_TESTING_START", "UPDATING_OPERATING_SYSTEM", "IMAGE_COMPATIBILITY_CHECKING", "IMAGE_TESTING_GENERALIZATION", "CREATING_TEST_INSTANCE", "INSTALLING_COMPONENTS", "GENERALIZING", "VALIDATING", "PUBLISHING", "COMPLETED", "ERROR"
|
|
2341
|
+
# resp.state_message #=> String
|
|
2342
|
+
# resp.progress_percentage #=> Integer
|
|
2339
2343
|
# resp.created #=> Time
|
|
2340
2344
|
# resp.last_updated_time #=> Time
|
|
2341
2345
|
# resp.image_source.ec2_import_task_id #=> String
|
|
@@ -2384,7 +2388,7 @@ module Aws::WorkSpaces
|
|
|
2384
2388
|
# resp.associations[0].last_updated_time #=> Time
|
|
2385
2389
|
# resp.associations[0].image_id #=> String
|
|
2386
2390
|
# resp.associations[0].state #=> String, one of "PENDING_INSTALL", "PENDING_INSTALL_DEPLOYMENT", "PENDING_UNINSTALL", "PENDING_UNINSTALL_DEPLOYMENT", "INSTALLING", "UNINSTALLING", "ERROR", "COMPLETED", "REMOVED"
|
|
2387
|
-
# resp.associations[0].state_reason.error_code #=> String, one of "ValidationError.InsufficientDiskSpace", "ValidationError.InsufficientMemory", "ValidationError.UnsupportedOperatingSystem", "DeploymentError.InternalServerError", "DeploymentError.WorkspaceUnreachable"
|
|
2391
|
+
# resp.associations[0].state_reason.error_code #=> String, one of "ValidationError.InsufficientDiskSpace", "ValidationError.InsufficientMemory", "ValidationError.UnsupportedOperatingSystem", "DeploymentError.InternalServerError", "DeploymentError.WorkspaceUnreachable", "ValidationError.ApplicationOldVersionExists"
|
|
2388
2392
|
# resp.associations[0].state_reason.error_message #=> String
|
|
2389
2393
|
#
|
|
2390
2394
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeImageAssociations AWS API Documentation
|
|
@@ -2501,7 +2505,7 @@ module Aws::WorkSpaces
|
|
|
2501
2505
|
# resp.associations[0].created #=> Time
|
|
2502
2506
|
# resp.associations[0].last_updated_time #=> Time
|
|
2503
2507
|
# resp.associations[0].state #=> String, one of "PENDING_INSTALL", "PENDING_INSTALL_DEPLOYMENT", "PENDING_UNINSTALL", "PENDING_UNINSTALL_DEPLOYMENT", "INSTALLING", "UNINSTALLING", "ERROR", "COMPLETED", "REMOVED"
|
|
2504
|
-
# resp.associations[0].state_reason.error_code #=> String, one of "ValidationError.InsufficientDiskSpace", "ValidationError.InsufficientMemory", "ValidationError.UnsupportedOperatingSystem", "DeploymentError.InternalServerError", "DeploymentError.WorkspaceUnreachable"
|
|
2508
|
+
# resp.associations[0].state_reason.error_code #=> String, one of "ValidationError.InsufficientDiskSpace", "ValidationError.InsufficientMemory", "ValidationError.UnsupportedOperatingSystem", "DeploymentError.InternalServerError", "DeploymentError.WorkspaceUnreachable", "ValidationError.ApplicationOldVersionExists"
|
|
2505
2509
|
# resp.associations[0].state_reason.error_message #=> String
|
|
2506
2510
|
# resp.associations[0].workspace_id #=> String
|
|
2507
2511
|
#
|
|
@@ -3201,7 +3205,7 @@ module Aws::WorkSpaces
|
|
|
3201
3205
|
# resp.association.created #=> Time
|
|
3202
3206
|
# resp.association.last_updated_time #=> Time
|
|
3203
3207
|
# resp.association.state #=> String, one of "PENDING_INSTALL", "PENDING_INSTALL_DEPLOYMENT", "PENDING_UNINSTALL", "PENDING_UNINSTALL_DEPLOYMENT", "INSTALLING", "UNINSTALLING", "ERROR", "COMPLETED", "REMOVED"
|
|
3204
|
-
# resp.association.state_reason.error_code #=> String, one of "ValidationError.InsufficientDiskSpace", "ValidationError.InsufficientMemory", "ValidationError.UnsupportedOperatingSystem", "DeploymentError.InternalServerError", "DeploymentError.WorkspaceUnreachable"
|
|
3208
|
+
# resp.association.state_reason.error_code #=> String, one of "ValidationError.InsufficientDiskSpace", "ValidationError.InsufficientMemory", "ValidationError.UnsupportedOperatingSystem", "DeploymentError.InternalServerError", "DeploymentError.WorkspaceUnreachable", "ValidationError.ApplicationOldVersionExists"
|
|
3205
3209
|
# resp.association.state_reason.error_message #=> String
|
|
3206
3210
|
# resp.association.workspace_id #=> String
|
|
3207
3211
|
#
|
|
@@ -3488,7 +3492,7 @@ module Aws::WorkSpaces
|
|
|
3488
3492
|
# @example Response structure
|
|
3489
3493
|
#
|
|
3490
3494
|
# resp.image_id #=> String
|
|
3491
|
-
# resp.state #=> String, one of "PENDING", "IN_PROGRESS", "COMPLETED", "ERROR"
|
|
3495
|
+
# resp.state #=> String, one of "PENDING", "IN_PROGRESS", "PROCESSING_SOURCE_IMAGE", "IMAGE_TESTING_START", "UPDATING_OPERATING_SYSTEM", "IMAGE_COMPATIBILITY_CHECKING", "IMAGE_TESTING_GENERALIZATION", "CREATING_TEST_INSTANCE", "INSTALLING_COMPONENTS", "GENERALIZING", "VALIDATING", "PUBLISHING", "COMPLETED", "ERROR"
|
|
3492
3496
|
#
|
|
3493
3497
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ImportCustomWorkspaceImage AWS API Documentation
|
|
3494
3498
|
#
|
|
@@ -4611,7 +4615,7 @@ module Aws::WorkSpaces
|
|
|
4611
4615
|
#
|
|
4612
4616
|
# Terminating a WorkSpace is a permanent action and cannot be undone.
|
|
4613
4617
|
# The user's data is destroyed. If you need to archive any user data,
|
|
4614
|
-
# contact Amazon Web
|
|
4618
|
+
# contact Amazon Web Services Support before terminating the WorkSpace.
|
|
4615
4619
|
#
|
|
4616
4620
|
# You can terminate a WorkSpace that is in any state except `SUSPENDED`.
|
|
4617
4621
|
#
|
|
@@ -4892,7 +4896,7 @@ module Aws::WorkSpaces
|
|
|
4892
4896
|
# same Region.
|
|
4893
4897
|
#
|
|
4894
4898
|
# In Amazon Web Services GovCloud (US), to copy images to and from other
|
|
4895
|
-
# Regions, contact Amazon Web
|
|
4899
|
+
# Regions, contact Amazon Web Services Support.
|
|
4896
4900
|
#
|
|
4897
4901
|
# For more information about sharing images, see [ Share or Unshare a
|
|
4898
4902
|
# Custom WorkSpaces Image][1].
|
|
@@ -4903,8 +4907,8 @@ module Aws::WorkSpaces
|
|
|
4903
4907
|
# * Sharing Bring Your Own License (BYOL) images across Amazon Web
|
|
4904
4908
|
# Services accounts isn't supported at this time in Amazon Web
|
|
4905
4909
|
# Services GovCloud (US). To share BYOL images across accounts in
|
|
4906
|
-
# Amazon Web Services GovCloud (US), contact Amazon Web
|
|
4907
|
-
#
|
|
4910
|
+
# Amazon Web Services GovCloud (US), contact Amazon Web Services
|
|
4911
|
+
# Support.
|
|
4908
4912
|
#
|
|
4909
4913
|
# </note>
|
|
4910
4914
|
#
|
|
@@ -5050,7 +5054,7 @@ module Aws::WorkSpaces
|
|
|
5050
5054
|
tracer: tracer
|
|
5051
5055
|
)
|
|
5052
5056
|
context[:gem_name] = 'aws-sdk-workspaces'
|
|
5053
|
-
context[:gem_version] = '1.
|
|
5057
|
+
context[:gem_version] = '1.151.0'
|
|
5054
5058
|
Seahorse::Client::Request.new(handlers, context)
|
|
5055
5059
|
end
|
|
5056
5060
|
|
|
@@ -375,6 +375,7 @@ module Aws::WorkSpaces
|
|
|
375
375
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
|
376
376
|
PendingCreateStandbyWorkspacesRequest = Shapes::StructureShape.new(name: 'PendingCreateStandbyWorkspacesRequest')
|
|
377
377
|
PendingCreateStandbyWorkspacesRequestList = Shapes::ListShape.new(name: 'PendingCreateStandbyWorkspacesRequestList')
|
|
378
|
+
Percentage = Shapes::IntegerShape.new(name: 'Percentage')
|
|
378
379
|
Platform = Shapes::StringShape.new(name: 'Platform')
|
|
379
380
|
PoolsRunningMode = Shapes::StringShape.new(name: 'PoolsRunningMode')
|
|
380
381
|
Protocol = Shapes::StringShape.new(name: 'Protocol')
|
|
@@ -503,6 +504,7 @@ module Aws::WorkSpaces
|
|
|
503
504
|
WorkSpaceApplicationState = Shapes::StringShape.new(name: 'WorkSpaceApplicationState')
|
|
504
505
|
WorkSpaceAssociatedResourceType = Shapes::StringShape.new(name: 'WorkSpaceAssociatedResourceType')
|
|
505
506
|
WorkSpaceAssociatedResourceTypeList = Shapes::ListShape.new(name: 'WorkSpaceAssociatedResourceTypeList')
|
|
507
|
+
WorkflowStateMessage = Shapes::StringShape.new(name: 'WorkflowStateMessage')
|
|
506
508
|
Workspace = Shapes::StructureShape.new(name: 'Workspace')
|
|
507
509
|
WorkspaceAccessProperties = Shapes::StructureShape.new(name: 'WorkspaceAccessProperties')
|
|
508
510
|
WorkspaceBundle = Shapes::StructureShape.new(name: 'WorkspaceBundle')
|
|
@@ -1045,6 +1047,8 @@ module Aws::WorkSpaces
|
|
|
1045
1047
|
DescribeCustomWorkspaceImageImportResult.add_member(:image_id, Shapes::ShapeRef.new(shape: WorkspaceImageId, location_name: "ImageId"))
|
|
1046
1048
|
DescribeCustomWorkspaceImageImportResult.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, location_name: "InfrastructureConfigurationArn"))
|
|
1047
1049
|
DescribeCustomWorkspaceImageImportResult.add_member(:state, Shapes::ShapeRef.new(shape: CustomWorkspaceImageImportState, location_name: "State"))
|
|
1050
|
+
DescribeCustomWorkspaceImageImportResult.add_member(:state_message, Shapes::ShapeRef.new(shape: WorkflowStateMessage, location_name: "StateMessage"))
|
|
1051
|
+
DescribeCustomWorkspaceImageImportResult.add_member(:progress_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "ProgressPercentage"))
|
|
1048
1052
|
DescribeCustomWorkspaceImageImportResult.add_member(:created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Created"))
|
|
1049
1053
|
DescribeCustomWorkspaceImageImportResult.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
|
1050
1054
|
DescribeCustomWorkspaceImageImportResult.add_member(:image_source, Shapes::ShapeRef.new(shape: ImageSourceIdentifier, location_name: "ImageSource"))
|
|
@@ -2159,6 +2159,15 @@ module Aws::WorkSpaces
|
|
|
2159
2159
|
# The state of the WorkSpace image.
|
|
2160
2160
|
# @return [String]
|
|
2161
2161
|
#
|
|
2162
|
+
# @!attribute [rw] state_message
|
|
2163
|
+
# The state message of the WorkSpace image import workflow.
|
|
2164
|
+
# @return [String]
|
|
2165
|
+
#
|
|
2166
|
+
# @!attribute [rw] progress_percentage
|
|
2167
|
+
# The estimated progress percentage of the WorkSpace image import
|
|
2168
|
+
# workflow.
|
|
2169
|
+
# @return [Integer]
|
|
2170
|
+
#
|
|
2162
2171
|
# @!attribute [rw] created
|
|
2163
2172
|
# The timestamp when the WorkSpace image import was created.
|
|
2164
2173
|
# @return [Time]
|
|
@@ -2186,6 +2195,8 @@ module Aws::WorkSpaces
|
|
|
2186
2195
|
:image_id,
|
|
2187
2196
|
:infrastructure_configuration_arn,
|
|
2188
2197
|
:state,
|
|
2198
|
+
:state_message,
|
|
2199
|
+
:progress_percentage,
|
|
2189
2200
|
:created,
|
|
2190
2201
|
:last_updated_time,
|
|
2191
2202
|
:image_source,
|
data/lib/aws-sdk-workspaces.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -633,7 +633,9 @@ module Aws
|
|
|
633
633
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeCustomWorkspaceImageImportResult]
|
|
634
634
|
def image_id: () -> ::String
|
|
635
635
|
def infrastructure_configuration_arn: () -> ::String
|
|
636
|
-
def state: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "ERROR")
|
|
636
|
+
def state: () -> ("PENDING" | "IN_PROGRESS" | "PROCESSING_SOURCE_IMAGE" | "IMAGE_TESTING_START" | "UPDATING_OPERATING_SYSTEM" | "IMAGE_COMPATIBILITY_CHECKING" | "IMAGE_TESTING_GENERALIZATION" | "CREATING_TEST_INSTANCE" | "INSTALLING_COMPONENTS" | "GENERALIZING" | "VALIDATING" | "PUBLISHING" | "COMPLETED" | "ERROR")
|
|
637
|
+
def state_message: () -> ::String
|
|
638
|
+
def progress_percentage: () -> ::Integer
|
|
637
639
|
def created: () -> ::Time
|
|
638
640
|
def last_updated_time: () -> ::Time
|
|
639
641
|
def image_source: () -> Types::ImageSourceIdentifier
|
|
@@ -929,7 +931,7 @@ module Aws
|
|
|
929
931
|
interface _ImportCustomWorkspaceImageResponseSuccess
|
|
930
932
|
include ::Seahorse::Client::_ResponseSuccess[Types::ImportCustomWorkspaceImageResult]
|
|
931
933
|
def image_id: () -> ::String
|
|
932
|
-
def state: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "ERROR")
|
|
934
|
+
def state: () -> ("PENDING" | "IN_PROGRESS" | "PROCESSING_SOURCE_IMAGE" | "IMAGE_TESTING_START" | "UPDATING_OPERATING_SYSTEM" | "IMAGE_COMPATIBILITY_CHECKING" | "IMAGE_TESTING_GENERALIZATION" | "CREATING_TEST_INSTANCE" | "INSTALLING_COMPONENTS" | "GENERALIZING" | "VALIDATING" | "PUBLISHING" | "COMPLETED" | "ERROR")
|
|
933
935
|
end
|
|
934
936
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#import_custom_workspace_image-instance_method
|
|
935
937
|
def import_custom_workspace_image: (
|
data/sig/types.rbs
CHANGED
|
@@ -119,7 +119,7 @@ module Aws::WorkSpaces
|
|
|
119
119
|
end
|
|
120
120
|
|
|
121
121
|
class AssociationStateReason
|
|
122
|
-
attr_accessor error_code: ("ValidationError.InsufficientDiskSpace" | "ValidationError.InsufficientMemory" | "ValidationError.UnsupportedOperatingSystem" | "DeploymentError.InternalServerError" | "DeploymentError.WorkspaceUnreachable")
|
|
122
|
+
attr_accessor error_code: ("ValidationError.InsufficientDiskSpace" | "ValidationError.InsufficientMemory" | "ValidationError.UnsupportedOperatingSystem" | "DeploymentError.InternalServerError" | "DeploymentError.WorkspaceUnreachable" | "ValidationError.ApplicationOldVersionExists")
|
|
123
123
|
attr_accessor error_message: ::String
|
|
124
124
|
SENSITIVE: []
|
|
125
125
|
end
|
|
@@ -646,7 +646,9 @@ module Aws::WorkSpaces
|
|
|
646
646
|
class DescribeCustomWorkspaceImageImportResult
|
|
647
647
|
attr_accessor image_id: ::String
|
|
648
648
|
attr_accessor infrastructure_configuration_arn: ::String
|
|
649
|
-
attr_accessor state: ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "ERROR")
|
|
649
|
+
attr_accessor state: ("PENDING" | "IN_PROGRESS" | "PROCESSING_SOURCE_IMAGE" | "IMAGE_TESTING_START" | "UPDATING_OPERATING_SYSTEM" | "IMAGE_COMPATIBILITY_CHECKING" | "IMAGE_TESTING_GENERALIZATION" | "CREATING_TEST_INSTANCE" | "INSTALLING_COMPONENTS" | "GENERALIZING" | "VALIDATING" | "PUBLISHING" | "COMPLETED" | "ERROR")
|
|
650
|
+
attr_accessor state_message: ::String
|
|
651
|
+
attr_accessor progress_percentage: ::Integer
|
|
650
652
|
attr_accessor created: ::Time
|
|
651
653
|
attr_accessor last_updated_time: ::Time
|
|
652
654
|
attr_accessor image_source: Types::ImageSourceIdentifier
|
|
@@ -990,7 +992,7 @@ module Aws::WorkSpaces
|
|
|
990
992
|
|
|
991
993
|
class ImportCustomWorkspaceImageResult
|
|
992
994
|
attr_accessor image_id: ::String
|
|
993
|
-
attr_accessor state: ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "ERROR")
|
|
995
|
+
attr_accessor state: ("PENDING" | "IN_PROGRESS" | "PROCESSING_SOURCE_IMAGE" | "IMAGE_TESTING_START" | "UPDATING_OPERATING_SYSTEM" | "IMAGE_COMPATIBILITY_CHECKING" | "IMAGE_TESTING_GENERALIZATION" | "CREATING_TEST_INSTANCE" | "INSTALLING_COMPONENTS" | "GENERALIZING" | "VALIDATING" | "PUBLISHING" | "COMPLETED" | "ERROR")
|
|
994
996
|
SENSITIVE: []
|
|
995
997
|
end
|
|
996
998
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-workspaces
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.151.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.241.
|
|
21
|
+
version: 3.241.3
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.241.
|
|
31
|
+
version: 3.241.3
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|