aws-sdk-workspaces 1.74.0 → 1.75.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6ba8f1e12224fc00cdbd06e6fde6e96900ff99c3a8df3f2b4870a35fd0ecafb
4
- data.tar.gz: 6955ec9309db91f398e9a76ca38b8f51679bac811caaed5546d5b81718237c32
3
+ metadata.gz: f07886fee6e342bf7e999186a28140cc3632bd9503e764e0c47ce07a2b689c67
4
+ data.tar.gz: de325d3070a6e817a2ba071cb1c78f42f14fbd253c612c607610cf2dfb18a1df
5
5
  SHA512:
6
- metadata.gz: f026274f0ad8c4870f42611d8c42cd09433b68cb5d5051d1712e1c1bac43a9e304219e4c8fcb530d7e42d46ab1242ce3e01c7ac6d6c9958f32337d7ac32f0e14
7
- data.tar.gz: 115cadc1b60277ae62c98256cf6b6f9e7b6a429b1880a1f58dbe0b747c2dab1ac28f40081d900375a49e2a9fc7bab5070f6167cb14f1286db9a8a44058748d35
6
+ metadata.gz: afbbb254793b7a368517fa453c18a8cbd5398e715d4df0f7fbcf936ade1c537d6f3d90acffcc1d22fca5387947bfb65552c65daa378d224b50d7e621a42debd8
7
+ data.tar.gz: 4e88cac0cd1bed7e0ffcd4b8231e852c13cb079c2e73452a7a19017fcc3fa9893cd12e4717f8ca304852713362955b2d5083d7eb2d1107d69847dd7851eaaeef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2022-11-07)
5
+ ------------------
6
+
7
+ * Feature - This release adds protocols attribute to workspaces properties data type. This enables customers to migrate workspaces from PC over IP (PCoIP) to WorkSpaces Streaming Protocol (WSP) using create and modify workspaces public APIs.
8
+
4
9
  1.74.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -999,6 +999,7 @@ module Aws::WorkSpaces
999
999
  # root_volume_size_gib: 1,
1000
1000
  # user_volume_size_gib: 1,
1001
1001
  # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
1002
+ # protocols: ["PCOIP"], # accepts PCOIP, WSP
1002
1003
  # },
1003
1004
  # tags: [
1004
1005
  # {
@@ -1024,6 +1025,8 @@ module Aws::WorkSpaces
1024
1025
  # resp.failed_requests[0].workspace_request.workspace_properties.root_volume_size_gib #=> Integer
1025
1026
  # resp.failed_requests[0].workspace_request.workspace_properties.user_volume_size_gib #=> Integer
1026
1027
  # resp.failed_requests[0].workspace_request.workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
1028
+ # resp.failed_requests[0].workspace_request.workspace_properties.protocols #=> Array
1029
+ # resp.failed_requests[0].workspace_request.workspace_properties.protocols[0] #=> String, one of "PCOIP", "WSP"
1027
1030
  # resp.failed_requests[0].workspace_request.tags #=> Array
1028
1031
  # resp.failed_requests[0].workspace_request.tags[0].key #=> String
1029
1032
  # resp.failed_requests[0].workspace_request.tags[0].value #=> String
@@ -1048,6 +1051,8 @@ module Aws::WorkSpaces
1048
1051
  # resp.pending_requests[0].workspace_properties.root_volume_size_gib #=> Integer
1049
1052
  # resp.pending_requests[0].workspace_properties.user_volume_size_gib #=> Integer
1050
1053
  # resp.pending_requests[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
1054
+ # resp.pending_requests[0].workspace_properties.protocols #=> Array
1055
+ # resp.pending_requests[0].workspace_properties.protocols[0] #=> String, one of "PCOIP", "WSP"
1051
1056
  # resp.pending_requests[0].modification_states #=> Array
1052
1057
  # resp.pending_requests[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
1053
1058
  # resp.pending_requests[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -2064,6 +2069,8 @@ module Aws::WorkSpaces
2064
2069
  # resp.workspaces[0].workspace_properties.root_volume_size_gib #=> Integer
2065
2070
  # resp.workspaces[0].workspace_properties.user_volume_size_gib #=> Integer
2066
2071
  # resp.workspaces[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
2072
+ # resp.workspaces[0].workspace_properties.protocols #=> Array
2073
+ # resp.workspaces[0].workspace_properties.protocols[0] #=> String, one of "PCOIP", "WSP"
2067
2074
  # resp.workspaces[0].modification_states #=> Array
2068
2075
  # resp.workspaces[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
2069
2076
  # resp.workspaces[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -2797,6 +2804,7 @@ module Aws::WorkSpaces
2797
2804
  # root_volume_size_gib: 1,
2798
2805
  # user_volume_size_gib: 1,
2799
2806
  # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
2807
+ # protocols: ["PCOIP"], # accepts PCOIP, WSP
2800
2808
  # },
2801
2809
  # })
2802
2810
  #
@@ -3454,7 +3462,7 @@ module Aws::WorkSpaces
3454
3462
  params: params,
3455
3463
  config: config)
3456
3464
  context[:gem_name] = 'aws-sdk-workspaces'
3457
- context[:gem_version] = '1.74.0'
3465
+ context[:gem_version] = '1.75.0'
3458
3466
  Seahorse::Client::Request.new(handlers, context)
3459
3467
  end
3460
3468
 
@@ -222,6 +222,8 @@ module Aws::WorkSpaces
222
222
  OperationInProgressException = Shapes::StructureShape.new(name: 'OperationInProgressException')
223
223
  OperationNotSupportedException = Shapes::StructureShape.new(name: 'OperationNotSupportedException')
224
224
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
225
+ Protocol = Shapes::StringShape.new(name: 'Protocol')
226
+ ProtocolList = Shapes::ListShape.new(name: 'ProtocolList')
225
227
  RebootRequest = Shapes::StructureShape.new(name: 'RebootRequest')
226
228
  RebootWorkspaceRequests = Shapes::ListShape.new(name: 'RebootWorkspaceRequests')
227
229
  RebootWorkspacesRequest = Shapes::StructureShape.new(name: 'RebootWorkspacesRequest')
@@ -899,6 +901,8 @@ module Aws::WorkSpaces
899
901
  OperationNotSupportedException.add_member(:reason, Shapes::ShapeRef.new(shape: ExceptionErrorCode, location_name: "reason"))
900
902
  OperationNotSupportedException.struct_class = Types::OperationNotSupportedException
901
903
 
904
+ ProtocolList.member = Shapes::ShapeRef.new(shape: Protocol)
905
+
902
906
  RebootRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location_name: "WorkspaceId"))
903
907
  RebootRequest.struct_class = Types::RebootRequest
904
908
 
@@ -1173,6 +1177,7 @@ module Aws::WorkSpaces
1173
1177
  WorkspaceProperties.add_member(:root_volume_size_gib, Shapes::ShapeRef.new(shape: RootVolumeSizeGib, location_name: "RootVolumeSizeGib"))
1174
1178
  WorkspaceProperties.add_member(:user_volume_size_gib, Shapes::ShapeRef.new(shape: UserVolumeSizeGib, location_name: "UserVolumeSizeGib"))
1175
1179
  WorkspaceProperties.add_member(:compute_type_name, Shapes::ShapeRef.new(shape: Compute, location_name: "ComputeTypeName"))
1180
+ WorkspaceProperties.add_member(:protocols, Shapes::ShapeRef.new(shape: ProtocolList, location_name: "Protocols"))
1176
1181
  WorkspaceProperties.struct_class = Types::WorkspaceProperties
1177
1182
 
1178
1183
  WorkspaceRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
@@ -897,6 +897,7 @@ module Aws::WorkSpaces
897
897
  # root_volume_size_gib: 1,
898
898
  # user_volume_size_gib: 1,
899
899
  # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
900
+ # protocols: ["PCOIP"], # accepts PCOIP, WSP
900
901
  # },
901
902
  # tags: [
902
903
  # {
@@ -3128,6 +3129,7 @@ module Aws::WorkSpaces
3128
3129
  # root_volume_size_gib: 1,
3129
3130
  # user_volume_size_gib: 1,
3130
3131
  # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
3132
+ # protocols: ["PCOIP"], # accepts PCOIP, WSP
3131
3133
  # },
3132
3134
  # }
3133
3135
  #
@@ -4758,6 +4760,7 @@ module Aws::WorkSpaces
4758
4760
  # root_volume_size_gib: 1,
4759
4761
  # user_volume_size_gib: 1,
4760
4762
  # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
4763
+ # protocols: ["PCOIP"], # accepts PCOIP, WSP
4761
4764
  # }
4762
4765
  #
4763
4766
  # @!attribute [rw] running_mode
@@ -4810,6 +4813,26 @@ module Aws::WorkSpaces
4810
4813
  # [1]: http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles
4811
4814
  # @return [String]
4812
4815
  #
4816
+ # @!attribute [rw] protocols
4817
+ # The protocol. For more information, see [ Protocols for Amazon
4818
+ # WorkSpaces][1].
4819
+ #
4820
+ # <note markdown="1"> * Only available for WorkSpaces created with PCoIP bundles.
4821
+ #
4822
+ # * The `Protocols` property is case sensitive. Ensure you use `PCOIP`
4823
+ # or `WSP`.
4824
+ #
4825
+ # * Unavailable for Windows 7 WorkSpaces and WorkSpaces using
4826
+ # GPU-based bundles (Graphics, GraphicsPro, Graphics.g4dn, and
4827
+ # GraphicsPro.g4dn).
4828
+ #
4829
+ # </note>
4830
+ #
4831
+ #
4832
+ #
4833
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-protocols.html
4834
+ # @return [Array<String>]
4835
+ #
4813
4836
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/WorkspaceProperties AWS API Documentation
4814
4837
  #
4815
4838
  class WorkspaceProperties < Struct.new(
@@ -4817,7 +4840,8 @@ module Aws::WorkSpaces
4817
4840
  :running_mode_auto_stop_timeout_in_minutes,
4818
4841
  :root_volume_size_gib,
4819
4842
  :user_volume_size_gib,
4820
- :compute_type_name)
4843
+ :compute_type_name,
4844
+ :protocols)
4821
4845
  SENSITIVE = []
4822
4846
  include Aws::Structure
4823
4847
  end
@@ -4840,6 +4864,7 @@ module Aws::WorkSpaces
4840
4864
  # root_volume_size_gib: 1,
4841
4865
  # user_volume_size_gib: 1,
4842
4866
  # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
4867
+ # protocols: ["PCOIP"], # accepts PCOIP, WSP
4843
4868
  # },
4844
4869
  # tags: [
4845
4870
  # {
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-workspaces/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkSpaces
54
54
 
55
- GEM_VERSION = '1.74.0'
55
+ GEM_VERSION = '1.75.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core