aws-sdk-workspaces 1.64.0 → 1.67.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: 50795c5cc639622730fd6236616c0c41313f0ac8a2538a38dd489c05f99ee434
4
- data.tar.gz: '08dfc6e0f7b76dd28ea856f8522f2f226138a9feae7ada3325aa4bbdcb7f78a7'
3
+ metadata.gz: 1bde0ada52057d07e90019769949cc04cc599bf72c61d658bb97d84b3c92d096
4
+ data.tar.gz: 6a503a23f55c356311dd9116bd8b7d6b8c88900b03cdce373a809ed152f48c9e
5
5
  SHA512:
6
- metadata.gz: c2956939a4f9d1162e83991472476420d1df0e1c7ed4a85d7b4fed46fe784ffe213c5b2dfda38e6b65753e7cd1c1ece2c3b46200f049e63bf90d34c88d6f988f
7
- data.tar.gz: cd2c70e6777273fe3fd6f9b4c902b3d957709d3c70cdfcf321e3ebebfcff0bbe4c721b119e08dd214b0e8ab0b0ccf2ae1bc8172b82f43a7bcb3dc9d058bc5665
6
+ metadata.gz: f909e250dc5e5c1327a6e5084c3050ca86067492273de1e905f27d2714eddbe3d7603b801676ba1be9af566037691fa0dd1ce7ee6b61fb6804d6284bae657b3a
7
+ data.tar.gz: 596e66e910de18ab3e45554f166f1c5c1f8999252f327ab69788108e703e9e162e0984f4470834c513701b16c56b3df514d17ec66a56bb3640dfc476ec81e61f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2022-04-11)
5
+ ------------------
6
+
7
+ * Feature - Added API support that allows customers to create GPU-enabled WorkSpaces using EC2 G4dn instances.
8
+
9
+ 1.66.0 (2022-03-31)
10
+ ------------------
11
+
12
+ * Feature - Added APIs that allow you to customize the logo, login message, and help links in the WorkSpaces client login page. To learn more, visit https://docs.aws.amazon.com/workspaces/latest/adminguide/customize-branding.html
13
+
14
+ 1.65.0 (2022-02-24)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.64.0 (2022-02-03)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.67.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
32
  require 'aws-sdk-core/plugins/recursion_detection.rb'
32
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
@@ -75,6 +76,7 @@ module Aws::WorkSpaces
75
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
76
77
  add_plugin(Aws::Plugins::TransferEncoding)
77
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
78
80
  add_plugin(Aws::Plugins::DefaultsMode)
79
81
  add_plugin(Aws::Plugins::RecursionDetection)
80
82
  add_plugin(Aws::Plugins::SignatureV4)
@@ -841,7 +843,7 @@ module Aws::WorkSpaces
841
843
  # bundle_description: "WorkspaceBundleDescription", # required
842
844
  # image_id: "WorkspaceImageId", # required
843
845
  # compute_type: { # required
844
- # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
846
+ # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
845
847
  # },
846
848
  # user_storage: { # required
847
849
  # capacity: "NonEmptyString",
@@ -866,7 +868,7 @@ module Aws::WorkSpaces
866
868
  # resp.workspace_bundle.image_id #=> String
867
869
  # resp.workspace_bundle.root_storage.capacity #=> String
868
870
  # resp.workspace_bundle.user_storage.capacity #=> String
869
- # resp.workspace_bundle.compute_type.name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
871
+ # resp.workspace_bundle.compute_type.name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
870
872
  # resp.workspace_bundle.last_updated_time #=> Time
871
873
  # resp.workspace_bundle.creation_time #=> Time
872
874
  #
@@ -908,7 +910,7 @@ module Aws::WorkSpaces
908
910
  # running_mode_auto_stop_timeout_in_minutes: 1,
909
911
  # root_volume_size_gib: 1,
910
912
  # user_volume_size_gib: 1,
911
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
913
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
912
914
  # },
913
915
  # tags: [
914
916
  # {
@@ -933,7 +935,7 @@ module Aws::WorkSpaces
933
935
  # resp.failed_requests[0].workspace_request.workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
934
936
  # resp.failed_requests[0].workspace_request.workspace_properties.root_volume_size_gib #=> Integer
935
937
  # resp.failed_requests[0].workspace_request.workspace_properties.user_volume_size_gib #=> Integer
936
- # resp.failed_requests[0].workspace_request.workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
938
+ # 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"
937
939
  # resp.failed_requests[0].workspace_request.tags #=> Array
938
940
  # resp.failed_requests[0].workspace_request.tags[0].key #=> String
939
941
  # resp.failed_requests[0].workspace_request.tags[0].value #=> String
@@ -957,7 +959,7 @@ module Aws::WorkSpaces
957
959
  # resp.pending_requests[0].workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
958
960
  # resp.pending_requests[0].workspace_properties.root_volume_size_gib #=> Integer
959
961
  # resp.pending_requests[0].workspace_properties.user_volume_size_gib #=> Integer
960
- # resp.pending_requests[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
962
+ # resp.pending_requests[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
961
963
  # resp.pending_requests[0].modification_states #=> Array
962
964
  # resp.pending_requests[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
963
965
  # resp.pending_requests[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -971,6 +973,40 @@ module Aws::WorkSpaces
971
973
  req.send_request(options)
972
974
  end
973
975
 
976
+ # Deletes customized client branding. Client branding allows you to
977
+ # customize your WorkSpace's client login portal. You can tailor your
978
+ # login portal company logo, the support email address, support link,
979
+ # link to reset password, and a custom message for users trying to sign
980
+ # in.
981
+ #
982
+ # After you delete your customized client branding, your login portal
983
+ # reverts to the default client branding.
984
+ #
985
+ # @option params [required, String] :resource_id
986
+ # The directory identifier of the WorkSpace for which you want to delete
987
+ # client branding.
988
+ #
989
+ # @option params [required, Array<String>] :platforms
990
+ # The device type for which you want to delete client branding.
991
+ #
992
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
993
+ #
994
+ # @example Request syntax with placeholder values
995
+ #
996
+ # resp = client.delete_client_branding({
997
+ # resource_id: "DirectoryId", # required
998
+ # platforms: ["DeviceTypeWindows"], # required, accepts DeviceTypeWindows, DeviceTypeOsx, DeviceTypeAndroid, DeviceTypeIos, DeviceTypeLinux, DeviceTypeWeb
999
+ # })
1000
+ #
1001
+ # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteClientBranding AWS API Documentation
1002
+ #
1003
+ # @overload delete_client_branding(params = {})
1004
+ # @param [Hash] params ({})
1005
+ def delete_client_branding(params = {}, options = {})
1006
+ req = build_request(:delete_client_branding, params)
1007
+ req.send_request(options)
1008
+ end
1009
+
974
1010
  # Deletes a client-add-in for Amazon Connect that is configured within a
975
1011
  # directory.
976
1012
  #
@@ -1253,6 +1289,86 @@ module Aws::WorkSpaces
1253
1289
  req.send_request(options)
1254
1290
  end
1255
1291
 
1292
+ # Describes the specified client branding. Client branding allows you to
1293
+ # customize the log in page of various device types for your users. You
1294
+ # can add your company logo, the support email address, support link,
1295
+ # link to reset password, and a custom message for users trying to sign
1296
+ # in.
1297
+ #
1298
+ # <note markdown="1"> Only device types that have branding information configured will be
1299
+ # shown in the response.
1300
+ #
1301
+ # </note>
1302
+ #
1303
+ # @option params [required, String] :resource_id
1304
+ # The directory identifier of the WorkSpace for which you want to view
1305
+ # client branding information.
1306
+ #
1307
+ # @return [Types::DescribeClientBrandingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1308
+ #
1309
+ # * {Types::DescribeClientBrandingResult#device_type_windows #device_type_windows} => Types::DefaultClientBrandingAttributes
1310
+ # * {Types::DescribeClientBrandingResult#device_type_osx #device_type_osx} => Types::DefaultClientBrandingAttributes
1311
+ # * {Types::DescribeClientBrandingResult#device_type_android #device_type_android} => Types::DefaultClientBrandingAttributes
1312
+ # * {Types::DescribeClientBrandingResult#device_type_ios #device_type_ios} => Types::IosClientBrandingAttributes
1313
+ # * {Types::DescribeClientBrandingResult#device_type_linux #device_type_linux} => Types::DefaultClientBrandingAttributes
1314
+ # * {Types::DescribeClientBrandingResult#device_type_web #device_type_web} => Types::DefaultClientBrandingAttributes
1315
+ #
1316
+ # @example Request syntax with placeholder values
1317
+ #
1318
+ # resp = client.describe_client_branding({
1319
+ # resource_id: "DirectoryId", # required
1320
+ # })
1321
+ #
1322
+ # @example Response structure
1323
+ #
1324
+ # resp.device_type_windows.logo_url #=> String
1325
+ # resp.device_type_windows.support_email #=> String
1326
+ # resp.device_type_windows.support_link #=> String
1327
+ # resp.device_type_windows.forgot_password_link #=> String
1328
+ # resp.device_type_windows.login_message #=> Hash
1329
+ # resp.device_type_windows.login_message["ClientLocale"] #=> String
1330
+ # resp.device_type_osx.logo_url #=> String
1331
+ # resp.device_type_osx.support_email #=> String
1332
+ # resp.device_type_osx.support_link #=> String
1333
+ # resp.device_type_osx.forgot_password_link #=> String
1334
+ # resp.device_type_osx.login_message #=> Hash
1335
+ # resp.device_type_osx.login_message["ClientLocale"] #=> String
1336
+ # resp.device_type_android.logo_url #=> String
1337
+ # resp.device_type_android.support_email #=> String
1338
+ # resp.device_type_android.support_link #=> String
1339
+ # resp.device_type_android.forgot_password_link #=> String
1340
+ # resp.device_type_android.login_message #=> Hash
1341
+ # resp.device_type_android.login_message["ClientLocale"] #=> String
1342
+ # resp.device_type_ios.logo_url #=> String
1343
+ # resp.device_type_ios.logo_2x_url #=> String
1344
+ # resp.device_type_ios.logo_3x_url #=> String
1345
+ # resp.device_type_ios.support_email #=> String
1346
+ # resp.device_type_ios.support_link #=> String
1347
+ # resp.device_type_ios.forgot_password_link #=> String
1348
+ # resp.device_type_ios.login_message #=> Hash
1349
+ # resp.device_type_ios.login_message["ClientLocale"] #=> String
1350
+ # resp.device_type_linux.logo_url #=> String
1351
+ # resp.device_type_linux.support_email #=> String
1352
+ # resp.device_type_linux.support_link #=> String
1353
+ # resp.device_type_linux.forgot_password_link #=> String
1354
+ # resp.device_type_linux.login_message #=> Hash
1355
+ # resp.device_type_linux.login_message["ClientLocale"] #=> String
1356
+ # resp.device_type_web.logo_url #=> String
1357
+ # resp.device_type_web.support_email #=> String
1358
+ # resp.device_type_web.support_link #=> String
1359
+ # resp.device_type_web.forgot_password_link #=> String
1360
+ # resp.device_type_web.login_message #=> Hash
1361
+ # resp.device_type_web.login_message["ClientLocale"] #=> String
1362
+ #
1363
+ # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeClientBranding AWS API Documentation
1364
+ #
1365
+ # @overload describe_client_branding(params = {})
1366
+ # @param [Hash] params ({})
1367
+ def describe_client_branding(params = {}, options = {})
1368
+ req = build_request(:describe_client_branding, params)
1369
+ req.send_request(options)
1370
+ end
1371
+
1256
1372
  # Retrieves a list that describes one or more specified Amazon
1257
1373
  # WorkSpaces clients.
1258
1374
  #
@@ -1559,7 +1675,7 @@ module Aws::WorkSpaces
1559
1675
  # resp.bundles[0].image_id #=> String
1560
1676
  # resp.bundles[0].root_storage.capacity #=> String
1561
1677
  # resp.bundles[0].user_storage.capacity #=> String
1562
- # resp.bundles[0].compute_type.name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
1678
+ # resp.bundles[0].compute_type.name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
1563
1679
  # resp.bundles[0].last_updated_time #=> Time
1564
1680
  # resp.bundles[0].creation_time #=> Time
1565
1681
  # resp.next_token #=> String
@@ -1855,7 +1971,7 @@ module Aws::WorkSpaces
1855
1971
  # resp.workspaces[0].workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
1856
1972
  # resp.workspaces[0].workspace_properties.root_volume_size_gib #=> Integer
1857
1973
  # resp.workspaces[0].workspace_properties.user_volume_size_gib #=> Integer
1858
- # resp.workspaces[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
1974
+ # resp.workspaces[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
1859
1975
  # resp.workspaces[0].modification_states #=> Array
1860
1976
  # resp.workspaces[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
1861
1977
  # resp.workspaces[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -1973,6 +2089,173 @@ module Aws::WorkSpaces
1973
2089
  req.send_request(options)
1974
2090
  end
1975
2091
 
2092
+ # Imports client branding. Client branding allows you to customize your
2093
+ # WorkSpace's client login portal. You can tailor your login portal
2094
+ # company logo, the support email address, support link, link to reset
2095
+ # password, and a custom message for users trying to sign in.
2096
+ #
2097
+ # After you import client branding, the default branding experience for
2098
+ # the specified platform type is replaced with the imported experience
2099
+ #
2100
+ # <note markdown="1"> * You must specify at least one platform type when importing client
2101
+ # branding.
2102
+ #
2103
+ # * You can import up to 6 MB of data with each request. If your request
2104
+ # exceeds this limit, you can import client branding for different
2105
+ # platform types using separate requests.
2106
+ #
2107
+ # * In each platform type, the `SupportEmail` and `SupportLink`
2108
+ # parameters are mutually exclusive. You can specify only one
2109
+ # parameter for each platform type, but not both.
2110
+ #
2111
+ # * Imported data can take up to a minute to appear in the WorkSpaces
2112
+ # client.
2113
+ #
2114
+ # </note>
2115
+ #
2116
+ # @option params [required, String] :resource_id
2117
+ # The directory identifier of the WorkSpace for which you want to import
2118
+ # client branding.
2119
+ #
2120
+ # @option params [Types::DefaultImportClientBrandingAttributes] :device_type_windows
2121
+ # The branding information to import for Windows devices.
2122
+ #
2123
+ # @option params [Types::DefaultImportClientBrandingAttributes] :device_type_osx
2124
+ # The branding information to import for macOS devices.
2125
+ #
2126
+ # @option params [Types::DefaultImportClientBrandingAttributes] :device_type_android
2127
+ # The branding information to import for Android devices.
2128
+ #
2129
+ # @option params [Types::IosImportClientBrandingAttributes] :device_type_ios
2130
+ # The branding information to import for iOS devices.
2131
+ #
2132
+ # @option params [Types::DefaultImportClientBrandingAttributes] :device_type_linux
2133
+ # The branding information to import for Linux devices.
2134
+ #
2135
+ # @option params [Types::DefaultImportClientBrandingAttributes] :device_type_web
2136
+ # The branding information to import for web access.
2137
+ #
2138
+ # @return [Types::ImportClientBrandingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2139
+ #
2140
+ # * {Types::ImportClientBrandingResult#device_type_windows #device_type_windows} => Types::DefaultClientBrandingAttributes
2141
+ # * {Types::ImportClientBrandingResult#device_type_osx #device_type_osx} => Types::DefaultClientBrandingAttributes
2142
+ # * {Types::ImportClientBrandingResult#device_type_android #device_type_android} => Types::DefaultClientBrandingAttributes
2143
+ # * {Types::ImportClientBrandingResult#device_type_ios #device_type_ios} => Types::IosClientBrandingAttributes
2144
+ # * {Types::ImportClientBrandingResult#device_type_linux #device_type_linux} => Types::DefaultClientBrandingAttributes
2145
+ # * {Types::ImportClientBrandingResult#device_type_web #device_type_web} => Types::DefaultClientBrandingAttributes
2146
+ #
2147
+ # @example Request syntax with placeholder values
2148
+ #
2149
+ # resp = client.import_client_branding({
2150
+ # resource_id: "DirectoryId", # required
2151
+ # device_type_windows: {
2152
+ # logo: "data",
2153
+ # support_email: "ClientEmail",
2154
+ # support_link: "ClientUrl",
2155
+ # forgot_password_link: "ClientUrl",
2156
+ # login_message: {
2157
+ # "ClientLocale" => "ClientLoginMessage",
2158
+ # },
2159
+ # },
2160
+ # device_type_osx: {
2161
+ # logo: "data",
2162
+ # support_email: "ClientEmail",
2163
+ # support_link: "ClientUrl",
2164
+ # forgot_password_link: "ClientUrl",
2165
+ # login_message: {
2166
+ # "ClientLocale" => "ClientLoginMessage",
2167
+ # },
2168
+ # },
2169
+ # device_type_android: {
2170
+ # logo: "data",
2171
+ # support_email: "ClientEmail",
2172
+ # support_link: "ClientUrl",
2173
+ # forgot_password_link: "ClientUrl",
2174
+ # login_message: {
2175
+ # "ClientLocale" => "ClientLoginMessage",
2176
+ # },
2177
+ # },
2178
+ # device_type_ios: {
2179
+ # logo: "data",
2180
+ # logo_2x: "data",
2181
+ # logo_3x: "data",
2182
+ # support_email: "ClientEmail",
2183
+ # support_link: "ClientUrl",
2184
+ # forgot_password_link: "ClientUrl",
2185
+ # login_message: {
2186
+ # "ClientLocale" => "ClientLoginMessage",
2187
+ # },
2188
+ # },
2189
+ # device_type_linux: {
2190
+ # logo: "data",
2191
+ # support_email: "ClientEmail",
2192
+ # support_link: "ClientUrl",
2193
+ # forgot_password_link: "ClientUrl",
2194
+ # login_message: {
2195
+ # "ClientLocale" => "ClientLoginMessage",
2196
+ # },
2197
+ # },
2198
+ # device_type_web: {
2199
+ # logo: "data",
2200
+ # support_email: "ClientEmail",
2201
+ # support_link: "ClientUrl",
2202
+ # forgot_password_link: "ClientUrl",
2203
+ # login_message: {
2204
+ # "ClientLocale" => "ClientLoginMessage",
2205
+ # },
2206
+ # },
2207
+ # })
2208
+ #
2209
+ # @example Response structure
2210
+ #
2211
+ # resp.device_type_windows.logo_url #=> String
2212
+ # resp.device_type_windows.support_email #=> String
2213
+ # resp.device_type_windows.support_link #=> String
2214
+ # resp.device_type_windows.forgot_password_link #=> String
2215
+ # resp.device_type_windows.login_message #=> Hash
2216
+ # resp.device_type_windows.login_message["ClientLocale"] #=> String
2217
+ # resp.device_type_osx.logo_url #=> String
2218
+ # resp.device_type_osx.support_email #=> String
2219
+ # resp.device_type_osx.support_link #=> String
2220
+ # resp.device_type_osx.forgot_password_link #=> String
2221
+ # resp.device_type_osx.login_message #=> Hash
2222
+ # resp.device_type_osx.login_message["ClientLocale"] #=> String
2223
+ # resp.device_type_android.logo_url #=> String
2224
+ # resp.device_type_android.support_email #=> String
2225
+ # resp.device_type_android.support_link #=> String
2226
+ # resp.device_type_android.forgot_password_link #=> String
2227
+ # resp.device_type_android.login_message #=> Hash
2228
+ # resp.device_type_android.login_message["ClientLocale"] #=> String
2229
+ # resp.device_type_ios.logo_url #=> String
2230
+ # resp.device_type_ios.logo_2x_url #=> String
2231
+ # resp.device_type_ios.logo_3x_url #=> String
2232
+ # resp.device_type_ios.support_email #=> String
2233
+ # resp.device_type_ios.support_link #=> String
2234
+ # resp.device_type_ios.forgot_password_link #=> String
2235
+ # resp.device_type_ios.login_message #=> Hash
2236
+ # resp.device_type_ios.login_message["ClientLocale"] #=> String
2237
+ # resp.device_type_linux.logo_url #=> String
2238
+ # resp.device_type_linux.support_email #=> String
2239
+ # resp.device_type_linux.support_link #=> String
2240
+ # resp.device_type_linux.forgot_password_link #=> String
2241
+ # resp.device_type_linux.login_message #=> Hash
2242
+ # resp.device_type_linux.login_message["ClientLocale"] #=> String
2243
+ # resp.device_type_web.logo_url #=> String
2244
+ # resp.device_type_web.support_email #=> String
2245
+ # resp.device_type_web.support_link #=> String
2246
+ # resp.device_type_web.forgot_password_link #=> String
2247
+ # resp.device_type_web.login_message #=> Hash
2248
+ # resp.device_type_web.login_message["ClientLocale"] #=> String
2249
+ #
2250
+ # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ImportClientBranding AWS API Documentation
2251
+ #
2252
+ # @overload import_client_branding(params = {})
2253
+ # @param [Hash] params ({})
2254
+ def import_client_branding(params = {}, options = {})
2255
+ req = build_request(:import_client_branding, params)
2256
+ req.send_request(options)
2257
+ end
2258
+
1976
2259
  # Imports the specified Windows 10 Bring Your Own License (BYOL) image
1977
2260
  # into Amazon WorkSpaces. The image must be an already licensed Amazon
1978
2261
  # EC2 image that is in your Amazon Web Services account, and you must
@@ -1993,9 +2276,14 @@ module Aws::WorkSpaces
1993
2276
  # specify a value that ends in `_WSP`. To use PCoIP, specify a value
1994
2277
  # that does not end in `_WSP`.
1995
2278
  #
1996
- # For non-GPU-enabled bundles (bundles other than Graphics or
1997
- # GraphicsPro), specify `BYOL_REGULAR` or `BYOL_REGULAR_WSP`, depending
1998
- # on the protocol.
2279
+ # For non-GPU-enabled images (bundles other than Graphics.g4dn,
2280
+ # GraphicsPro.g4dn, Graphics, or GraphicsPro), specify `BYOL_REGULAR` or
2281
+ # `BYOL_REGULAR_WSP`, depending on the protocol.
2282
+ #
2283
+ # <note markdown="1"> Use `BYOL_GRAPHICS_G4DN` ingestion for both Graphics.g4dn and
2284
+ # GraphicsPro.g4dn.
2285
+ #
2286
+ # </note>
1999
2287
  #
2000
2288
  # @option params [required, String] :image_name
2001
2289
  # The name of the WorkSpace image.
@@ -2012,8 +2300,12 @@ module Aws::WorkSpaces
2012
2300
  # subscribing to Office for BYOL images, see [ Bring Your Own Windows
2013
2301
  # Desktop Licenses][1].
2014
2302
  #
2015
- # <note markdown="1"> Although this parameter is an array, only one item is allowed at this
2016
- # time.
2303
+ # <note markdown="1"> * Although this parameter is an array, only one item is allowed at
2304
+ # this time
2305
+ #
2306
+ # * Microsoft Office 2016 application subscription through AWS is
2307
+ # currently not supported for Graphics.g4dn Bring Your Own License
2308
+ # (BYOL) images
2017
2309
  #
2018
2310
  # </note>
2019
2311
  #
@@ -2029,7 +2321,7 @@ module Aws::WorkSpaces
2029
2321
  #
2030
2322
  # resp = client.import_workspace_image({
2031
2323
  # ec2_image_id: "Ec2ImageId", # required
2032
- # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_REGULAR_WSP
2324
+ # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_GRAPHICS_G4DN, BYOL_REGULAR_WSP
2033
2325
  # image_name: "WorkspaceImageName", # required
2034
2326
  # image_description: "WorkspaceImageDescription", # required
2035
2327
  # tags: [
@@ -2355,7 +2647,7 @@ module Aws::WorkSpaces
2355
2647
  # running_mode_auto_stop_timeout_in_minutes: 1,
2356
2648
  # root_volume_size_gib: 1,
2357
2649
  # user_volume_size_gib: 1,
2358
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
2650
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
2359
2651
  # },
2360
2652
  # })
2361
2653
  #
@@ -3013,7 +3305,7 @@ module Aws::WorkSpaces
3013
3305
  params: params,
3014
3306
  config: config)
3015
3307
  context[:gem_name] = 'aws-sdk-workspaces'
3016
- context[:gem_version] = '1.64.0'
3308
+ context[:gem_version] = '1.67.0'
3017
3309
  Seahorse::Client::Request.new(handlers, context)
3018
3310
  end
3019
3311