aws-sdk-workspaces 1.122.0 → 1.124.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +11 -13
- data/lib/aws-sdk-workspaces/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-workspaces/endpoints.rb +2 -966
- data/lib/aws-sdk-workspaces/plugins/endpoints.rb +1 -182
- data/lib/aws-sdk-workspaces/types.rb +9 -10
- data/lib/aws-sdk-workspaces.rb +1 -1
- data/sig/types.rbs +1 -1
- metadata +4 -4
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
27
27
|
class Handler < Seahorse::Client::Handler
|
28
28
|
def call(context)
|
29
29
|
unless context[:discovered_endpoint]
|
30
|
-
params = parameters_for_operation(context)
|
30
|
+
params = Aws::WorkSpaces::Endpoints.parameters_for_operation(context)
|
31
31
|
endpoint = context.config.endpoint_provider.resolve_endpoint(params)
|
32
32
|
|
33
33
|
context.http_request.endpoint = endpoint.url
|
@@ -67,187 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
67
67
|
context.http_request.headers[key] = value
|
68
68
|
end
|
69
69
|
end
|
70
|
-
|
71
|
-
def parameters_for_operation(context)
|
72
|
-
case context.operation_name
|
73
|
-
when :accept_account_link_invitation
|
74
|
-
Aws::WorkSpaces::Endpoints::AcceptAccountLinkInvitation.build(context)
|
75
|
-
when :associate_connection_alias
|
76
|
-
Aws::WorkSpaces::Endpoints::AssociateConnectionAlias.build(context)
|
77
|
-
when :associate_ip_groups
|
78
|
-
Aws::WorkSpaces::Endpoints::AssociateIpGroups.build(context)
|
79
|
-
when :associate_workspace_application
|
80
|
-
Aws::WorkSpaces::Endpoints::AssociateWorkspaceApplication.build(context)
|
81
|
-
when :authorize_ip_rules
|
82
|
-
Aws::WorkSpaces::Endpoints::AuthorizeIpRules.build(context)
|
83
|
-
when :copy_workspace_image
|
84
|
-
Aws::WorkSpaces::Endpoints::CopyWorkspaceImage.build(context)
|
85
|
-
when :create_account_link_invitation
|
86
|
-
Aws::WorkSpaces::Endpoints::CreateAccountLinkInvitation.build(context)
|
87
|
-
when :create_connect_client_add_in
|
88
|
-
Aws::WorkSpaces::Endpoints::CreateConnectClientAddIn.build(context)
|
89
|
-
when :create_connection_alias
|
90
|
-
Aws::WorkSpaces::Endpoints::CreateConnectionAlias.build(context)
|
91
|
-
when :create_ip_group
|
92
|
-
Aws::WorkSpaces::Endpoints::CreateIpGroup.build(context)
|
93
|
-
when :create_standby_workspaces
|
94
|
-
Aws::WorkSpaces::Endpoints::CreateStandbyWorkspaces.build(context)
|
95
|
-
when :create_tags
|
96
|
-
Aws::WorkSpaces::Endpoints::CreateTags.build(context)
|
97
|
-
when :create_updated_workspace_image
|
98
|
-
Aws::WorkSpaces::Endpoints::CreateUpdatedWorkspaceImage.build(context)
|
99
|
-
when :create_workspace_bundle
|
100
|
-
Aws::WorkSpaces::Endpoints::CreateWorkspaceBundle.build(context)
|
101
|
-
when :create_workspace_image
|
102
|
-
Aws::WorkSpaces::Endpoints::CreateWorkspaceImage.build(context)
|
103
|
-
when :create_workspaces
|
104
|
-
Aws::WorkSpaces::Endpoints::CreateWorkspaces.build(context)
|
105
|
-
when :create_workspaces_pool
|
106
|
-
Aws::WorkSpaces::Endpoints::CreateWorkspacesPool.build(context)
|
107
|
-
when :delete_account_link_invitation
|
108
|
-
Aws::WorkSpaces::Endpoints::DeleteAccountLinkInvitation.build(context)
|
109
|
-
when :delete_client_branding
|
110
|
-
Aws::WorkSpaces::Endpoints::DeleteClientBranding.build(context)
|
111
|
-
when :delete_connect_client_add_in
|
112
|
-
Aws::WorkSpaces::Endpoints::DeleteConnectClientAddIn.build(context)
|
113
|
-
when :delete_connection_alias
|
114
|
-
Aws::WorkSpaces::Endpoints::DeleteConnectionAlias.build(context)
|
115
|
-
when :delete_ip_group
|
116
|
-
Aws::WorkSpaces::Endpoints::DeleteIpGroup.build(context)
|
117
|
-
when :delete_tags
|
118
|
-
Aws::WorkSpaces::Endpoints::DeleteTags.build(context)
|
119
|
-
when :delete_workspace_bundle
|
120
|
-
Aws::WorkSpaces::Endpoints::DeleteWorkspaceBundle.build(context)
|
121
|
-
when :delete_workspace_image
|
122
|
-
Aws::WorkSpaces::Endpoints::DeleteWorkspaceImage.build(context)
|
123
|
-
when :deploy_workspace_applications
|
124
|
-
Aws::WorkSpaces::Endpoints::DeployWorkspaceApplications.build(context)
|
125
|
-
when :deregister_workspace_directory
|
126
|
-
Aws::WorkSpaces::Endpoints::DeregisterWorkspaceDirectory.build(context)
|
127
|
-
when :describe_account
|
128
|
-
Aws::WorkSpaces::Endpoints::DescribeAccount.build(context)
|
129
|
-
when :describe_account_modifications
|
130
|
-
Aws::WorkSpaces::Endpoints::DescribeAccountModifications.build(context)
|
131
|
-
when :describe_application_associations
|
132
|
-
Aws::WorkSpaces::Endpoints::DescribeApplicationAssociations.build(context)
|
133
|
-
when :describe_applications
|
134
|
-
Aws::WorkSpaces::Endpoints::DescribeApplications.build(context)
|
135
|
-
when :describe_bundle_associations
|
136
|
-
Aws::WorkSpaces::Endpoints::DescribeBundleAssociations.build(context)
|
137
|
-
when :describe_client_branding
|
138
|
-
Aws::WorkSpaces::Endpoints::DescribeClientBranding.build(context)
|
139
|
-
when :describe_client_properties
|
140
|
-
Aws::WorkSpaces::Endpoints::DescribeClientProperties.build(context)
|
141
|
-
when :describe_connect_client_add_ins
|
142
|
-
Aws::WorkSpaces::Endpoints::DescribeConnectClientAddIns.build(context)
|
143
|
-
when :describe_connection_alias_permissions
|
144
|
-
Aws::WorkSpaces::Endpoints::DescribeConnectionAliasPermissions.build(context)
|
145
|
-
when :describe_connection_aliases
|
146
|
-
Aws::WorkSpaces::Endpoints::DescribeConnectionAliases.build(context)
|
147
|
-
when :describe_image_associations
|
148
|
-
Aws::WorkSpaces::Endpoints::DescribeImageAssociations.build(context)
|
149
|
-
when :describe_ip_groups
|
150
|
-
Aws::WorkSpaces::Endpoints::DescribeIpGroups.build(context)
|
151
|
-
when :describe_tags
|
152
|
-
Aws::WorkSpaces::Endpoints::DescribeTags.build(context)
|
153
|
-
when :describe_workspace_associations
|
154
|
-
Aws::WorkSpaces::Endpoints::DescribeWorkspaceAssociations.build(context)
|
155
|
-
when :describe_workspace_bundles
|
156
|
-
Aws::WorkSpaces::Endpoints::DescribeWorkspaceBundles.build(context)
|
157
|
-
when :describe_workspace_directories
|
158
|
-
Aws::WorkSpaces::Endpoints::DescribeWorkspaceDirectories.build(context)
|
159
|
-
when :describe_workspace_image_permissions
|
160
|
-
Aws::WorkSpaces::Endpoints::DescribeWorkspaceImagePermissions.build(context)
|
161
|
-
when :describe_workspace_images
|
162
|
-
Aws::WorkSpaces::Endpoints::DescribeWorkspaceImages.build(context)
|
163
|
-
when :describe_workspace_snapshots
|
164
|
-
Aws::WorkSpaces::Endpoints::DescribeWorkspaceSnapshots.build(context)
|
165
|
-
when :describe_workspaces
|
166
|
-
Aws::WorkSpaces::Endpoints::DescribeWorkspaces.build(context)
|
167
|
-
when :describe_workspaces_connection_status
|
168
|
-
Aws::WorkSpaces::Endpoints::DescribeWorkspacesConnectionStatus.build(context)
|
169
|
-
when :describe_workspaces_pool_sessions
|
170
|
-
Aws::WorkSpaces::Endpoints::DescribeWorkspacesPoolSessions.build(context)
|
171
|
-
when :describe_workspaces_pools
|
172
|
-
Aws::WorkSpaces::Endpoints::DescribeWorkspacesPools.build(context)
|
173
|
-
when :disassociate_connection_alias
|
174
|
-
Aws::WorkSpaces::Endpoints::DisassociateConnectionAlias.build(context)
|
175
|
-
when :disassociate_ip_groups
|
176
|
-
Aws::WorkSpaces::Endpoints::DisassociateIpGroups.build(context)
|
177
|
-
when :disassociate_workspace_application
|
178
|
-
Aws::WorkSpaces::Endpoints::DisassociateWorkspaceApplication.build(context)
|
179
|
-
when :get_account_link
|
180
|
-
Aws::WorkSpaces::Endpoints::GetAccountLink.build(context)
|
181
|
-
when :import_client_branding
|
182
|
-
Aws::WorkSpaces::Endpoints::ImportClientBranding.build(context)
|
183
|
-
when :import_workspace_image
|
184
|
-
Aws::WorkSpaces::Endpoints::ImportWorkspaceImage.build(context)
|
185
|
-
when :list_account_links
|
186
|
-
Aws::WorkSpaces::Endpoints::ListAccountLinks.build(context)
|
187
|
-
when :list_available_management_cidr_ranges
|
188
|
-
Aws::WorkSpaces::Endpoints::ListAvailableManagementCidrRanges.build(context)
|
189
|
-
when :migrate_workspace
|
190
|
-
Aws::WorkSpaces::Endpoints::MigrateWorkspace.build(context)
|
191
|
-
when :modify_account
|
192
|
-
Aws::WorkSpaces::Endpoints::ModifyAccount.build(context)
|
193
|
-
when :modify_certificate_based_auth_properties
|
194
|
-
Aws::WorkSpaces::Endpoints::ModifyCertificateBasedAuthProperties.build(context)
|
195
|
-
when :modify_client_properties
|
196
|
-
Aws::WorkSpaces::Endpoints::ModifyClientProperties.build(context)
|
197
|
-
when :modify_saml_properties
|
198
|
-
Aws::WorkSpaces::Endpoints::ModifySamlProperties.build(context)
|
199
|
-
when :modify_selfservice_permissions
|
200
|
-
Aws::WorkSpaces::Endpoints::ModifySelfservicePermissions.build(context)
|
201
|
-
when :modify_streaming_properties
|
202
|
-
Aws::WorkSpaces::Endpoints::ModifyStreamingProperties.build(context)
|
203
|
-
when :modify_workspace_access_properties
|
204
|
-
Aws::WorkSpaces::Endpoints::ModifyWorkspaceAccessProperties.build(context)
|
205
|
-
when :modify_workspace_creation_properties
|
206
|
-
Aws::WorkSpaces::Endpoints::ModifyWorkspaceCreationProperties.build(context)
|
207
|
-
when :modify_workspace_properties
|
208
|
-
Aws::WorkSpaces::Endpoints::ModifyWorkspaceProperties.build(context)
|
209
|
-
when :modify_workspace_state
|
210
|
-
Aws::WorkSpaces::Endpoints::ModifyWorkspaceState.build(context)
|
211
|
-
when :reboot_workspaces
|
212
|
-
Aws::WorkSpaces::Endpoints::RebootWorkspaces.build(context)
|
213
|
-
when :rebuild_workspaces
|
214
|
-
Aws::WorkSpaces::Endpoints::RebuildWorkspaces.build(context)
|
215
|
-
when :register_workspace_directory
|
216
|
-
Aws::WorkSpaces::Endpoints::RegisterWorkspaceDirectory.build(context)
|
217
|
-
when :reject_account_link_invitation
|
218
|
-
Aws::WorkSpaces::Endpoints::RejectAccountLinkInvitation.build(context)
|
219
|
-
when :restore_workspace
|
220
|
-
Aws::WorkSpaces::Endpoints::RestoreWorkspace.build(context)
|
221
|
-
when :revoke_ip_rules
|
222
|
-
Aws::WorkSpaces::Endpoints::RevokeIpRules.build(context)
|
223
|
-
when :start_workspaces
|
224
|
-
Aws::WorkSpaces::Endpoints::StartWorkspaces.build(context)
|
225
|
-
when :start_workspaces_pool
|
226
|
-
Aws::WorkSpaces::Endpoints::StartWorkspacesPool.build(context)
|
227
|
-
when :stop_workspaces
|
228
|
-
Aws::WorkSpaces::Endpoints::StopWorkspaces.build(context)
|
229
|
-
when :stop_workspaces_pool
|
230
|
-
Aws::WorkSpaces::Endpoints::StopWorkspacesPool.build(context)
|
231
|
-
when :terminate_workspaces
|
232
|
-
Aws::WorkSpaces::Endpoints::TerminateWorkspaces.build(context)
|
233
|
-
when :terminate_workspaces_pool
|
234
|
-
Aws::WorkSpaces::Endpoints::TerminateWorkspacesPool.build(context)
|
235
|
-
when :terminate_workspaces_pool_session
|
236
|
-
Aws::WorkSpaces::Endpoints::TerminateWorkspacesPoolSession.build(context)
|
237
|
-
when :update_connect_client_add_in
|
238
|
-
Aws::WorkSpaces::Endpoints::UpdateConnectClientAddIn.build(context)
|
239
|
-
when :update_connection_alias_permission
|
240
|
-
Aws::WorkSpaces::Endpoints::UpdateConnectionAliasPermission.build(context)
|
241
|
-
when :update_rules_of_ip_group
|
242
|
-
Aws::WorkSpaces::Endpoints::UpdateRulesOfIpGroup.build(context)
|
243
|
-
when :update_workspace_bundle
|
244
|
-
Aws::WorkSpaces::Endpoints::UpdateWorkspaceBundle.build(context)
|
245
|
-
when :update_workspace_image_permission
|
246
|
-
Aws::WorkSpaces::Endpoints::UpdateWorkspaceImagePermission.build(context)
|
247
|
-
when :update_workspaces_pool
|
248
|
-
Aws::WorkSpaces::Endpoints::UpdateWorkspacesPool.build(context)
|
249
|
-
end
|
250
|
-
end
|
251
70
|
end
|
252
71
|
|
253
72
|
def add_handlers(handlers, _config)
|
@@ -3033,13 +3033,13 @@ module Aws::WorkSpaces
|
|
3033
3033
|
# @!attribute [rw] ingestion_process
|
3034
3034
|
# The ingestion process to be used when importing the image, depending
|
3035
3035
|
# on which protocol you want to use for your BYOL Workspace image,
|
3036
|
-
# either PCoIP,
|
3037
|
-
# specify a value that ends in `
|
3038
|
-
# that does not end in `
|
3039
|
-
# in `_BYOP`.
|
3036
|
+
# either PCoIP, WorkSpaces Streaming Protocol (WSP), or bring your own
|
3037
|
+
# protocol (BYOP). To use WSP, specify a value that ends in `_WSP`. To
|
3038
|
+
# use PCoIP, specify a value that does not end in `_WSP`. To use BYOP,
|
3039
|
+
# specify a value that ends in `_BYOP`.
|
3040
3040
|
#
|
3041
3041
|
# For non-GPU-enabled bundles (bundles other than Graphics or
|
3042
|
-
# GraphicsPro), specify `BYOL_REGULAR`, `
|
3042
|
+
# GraphicsPro), specify `BYOL_REGULAR`, `BYOL_REGULAR_WSP`, or
|
3043
3043
|
# `BYOL_REGULAR_BYOP`, depending on the protocol.
|
3044
3044
|
#
|
3045
3045
|
# <note markdown="1"> The `BYOL_REGULAR_BYOP` and `BYOL_GRAPHICS_G4DN_BYOP` values are
|
@@ -3075,10 +3075,9 @@ module Aws::WorkSpaces
|
|
3075
3075
|
# <note markdown="1"> * Although this parameter is an array, only one item is allowed at
|
3076
3076
|
# this time.
|
3077
3077
|
#
|
3078
|
-
# * During the image import process, non-GPU
|
3079
|
-
#
|
3080
|
-
#
|
3081
|
-
# Office installation.
|
3078
|
+
# * During the image import process, non-GPU WSP WorkSpaces with
|
3079
|
+
# Windows 11 support only `Microsoft_Office_2019`. GPU WSP
|
3080
|
+
# WorkSpaces with Windows 11 do not support Office installation.
|
3082
3081
|
#
|
3083
3082
|
# </note>
|
3084
3083
|
#
|
@@ -5857,7 +5856,7 @@ module Aws::WorkSpaces
|
|
5857
5856
|
# <note markdown="1"> * Only available for WorkSpaces created with PCoIP bundles.
|
5858
5857
|
#
|
5859
5858
|
# * The `Protocols` property is case sensitive. Ensure you use `PCOIP`
|
5860
|
-
# or `
|
5859
|
+
# or `WSP`.
|
5861
5860
|
#
|
5862
5861
|
# * Unavailable for Windows 7 WorkSpaces and WorkSpaces using
|
5863
5862
|
# GPU-based bundles (Graphics, GraphicsPro, Graphics.g4dn, and
|
data/lib/aws-sdk-workspaces.rb
CHANGED
data/sig/types.rbs
CHANGED
@@ -830,7 +830,7 @@ module Aws::WorkSpaces
|
|
830
830
|
end
|
831
831
|
|
832
832
|
class ErrorDetails
|
833
|
-
attr_accessor error_code: ("OutdatedPowershellVersion" | "OfficeInstalled" | "PCoIPAgentInstalled" | "WindowsUpdatesEnabled" | "AutoMountDisabled" | "WorkspacesBYOLAccountNotFound" | "WorkspacesBYOLAccountDisabled" | "DHCPDisabled" | "DiskFreeSpace" | "AdditionalDrivesAttached" | "OSNotSupported" | "DomainJoined" | "AzureDomainJoined" | "FirewallEnabled" | "VMWareToolsInstalled" | "DiskSizeExceeded" | "IncompatiblePartitioning" | "PendingReboot" | "AutoLogonEnabled" | "RealTimeUniversalDisabled" | "MultipleBootPartition" | "Requires64BitOS" | "ZeroRearmCount" | "InPlaceUpgrade" | "AntiVirusInstalled" | "UEFINotSupported" | "UnknownError" | "AppXPackagesInstalled" | "ReservedStorageInUse")
|
833
|
+
attr_accessor error_code: ("OutdatedPowershellVersion" | "OfficeInstalled" | "PCoIPAgentInstalled" | "WindowsUpdatesEnabled" | "AutoMountDisabled" | "WorkspacesBYOLAccountNotFound" | "WorkspacesBYOLAccountDisabled" | "DHCPDisabled" | "DiskFreeSpace" | "AdditionalDrivesAttached" | "OSNotSupported" | "DomainJoined" | "AzureDomainJoined" | "FirewallEnabled" | "VMWareToolsInstalled" | "DiskSizeExceeded" | "IncompatiblePartitioning" | "PendingReboot" | "AutoLogonEnabled" | "RealTimeUniversalDisabled" | "MultipleBootPartition" | "Requires64BitOS" | "ZeroRearmCount" | "InPlaceUpgrade" | "AntiVirusInstalled" | "UEFINotSupported" | "UnknownError" | "AppXPackagesInstalled" | "ReservedStorageInUse" | "AdditionalDrivesPresent" | "WindowsUpdatesRequired" | "SysPrepFileMissing" | "UserProfileMissing" | "InsufficientDiskSpace" | "EnvironmentVariablesPathMissingEntries" | "DomainAccountServicesFound" | "InvalidIp" | "RemoteDesktopServicesDisabled" | "WindowsModulesInstallerDisabled" | "AmazonSsmAgentEnabled" | "UnsupportedSecurityProtocol" | "MultipleUserProfiles" | "StagedAppxPackage" | "UnsupportedOsUpgrade" | "InsufficientRearmCount")
|
834
834
|
attr_accessor error_message: ::String
|
835
835
|
SENSITIVE: []
|
836
836
|
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.
|
4
|
+
version: 1.124.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: 2024-
|
11
|
+
date: 2024-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.210.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.210.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|