aws-sdk-workspaces 1.149.0 → 1.150.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc09cf30c1125b098e5dfe7dfd0f5757ac9a040fd780948514a42e2ea6ba4865
4
- data.tar.gz: c034d6009207ba7c7ed01b98d61228b80ffa69c4152aca2949db13ddf3fe8e31
3
+ metadata.gz: b45a34a35cdecf18e52f6243b53e29c008f20e838fc73001a0934b3b2402fdb9
4
+ data.tar.gz: 6072c5d1cfa6aec5cce16707eb42d6359163ed85c7fd412542846b6f9f6edb1d
5
5
  SHA512:
6
- metadata.gz: d3ba37b35d5a2b181f0fa9ac4dfb847ccdc3fa63fc2040f120f9a1b1071c1a87bf663e18b3be3648233c96eede2837e1425f00d5c402582713c43675e82378ad
7
- data.tar.gz: ef4554ccd847445ae5e0c2d23a3bf479d0abaa83a57d43da7475eb7e548b5292f62e822a86728bf7b25b899644e2eeb72910b02e1729c8073bc8739d5596ea05
6
+ metadata.gz: 7a7d7fd541ab37c3442fab2d35a5df728691f5e356838c51c86df545ebe480da326a97c800035e46979155b58d2704822654a86c307d121eb6cc562ed698104d
7
+ data.tar.gz: 25acdcece3c1e0b76b597389f7f2256db51b0104d7e31d78979d459ab50d9d3b0adf1c9fa115924f4fc7af81ccb90acd47963cdf444f273abf05e4fa151e314c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.150.0 (2026-01-07)
5
+ ------------------
6
+
7
+ * Feature - Add StateMessage and ProgressPercentage fields to DescribeCustomWorkspaceImageImport API response.
8
+
4
9
  1.149.0 (2026-01-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.149.0
1
+ 1.150.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 ServicesSupport.
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 ServicesSupport before terminating the WorkSpace.
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 ServicesSupport.
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
- # ServicesSupport.
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.149.0'
5057
+ context[:gem_version] = '1.150.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,
@@ -54,7 +54,7 @@ module Aws::WorkSpaces
54
54
  autoload :EndpointProvider, 'aws-sdk-workspaces/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-workspaces/endpoints'
56
56
 
57
- GEM_VERSION = '1.149.0'
57
+ GEM_VERSION = '1.150.0'
58
58
 
59
59
  end
60
60
 
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.149.0
4
+ version: 1.150.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services