aws-sdk-workspaces 1.65.0 → 1.68.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: f2a8caf81de11140b0fb428c6308dc868297bba755b05a8c7e3d6e190dbc3fa4
4
- data.tar.gz: b674c87f9708a4b81da634a49e02a419fd2c1b0b6b14f7e80a1cbbf56f371bb3
3
+ metadata.gz: f51101ffbcf93031b428a4390ed8e1b091d6aaa4d454240bb60d5bf665e33899
4
+ data.tar.gz: 4b6194643c95bafa1e6d210aa954d2bacc0d67c596ed1906cf12a89a7d232d37
5
5
  SHA512:
6
- metadata.gz: bf06eb664f16d8a4e1d4926b37db12bb2fb8d188ee5b5984eddad5d34ca0b138bb4426cba861d51fafbfa4ea569fb1fdab08ae5c4804188a278e88cce298f5aa
7
- data.tar.gz: 4e98eb0e8c8a652e99903315b8993d00d5dabdff3f21506a5d4c8e962286e970c6da7792444f7583cbbf0f1f0a28fad81d957ceaaa81f32b023c2a5c69c1185d
6
+ metadata.gz: 149d8dcf1a88aea12c4a4f446c979de527251192b7d455cdd75ba09a524a4bc37483c88ee33e7d70efba60aaae4054eb37ded23f2ef4e1c4d346eb7084b00ffe
7
+ data.tar.gz: c2b36eb961361db9e1eae0d7c6dd8b590094bb332c92c618fb3b2a121055fe48d71280a3836ededc59c890d28603d84391df6bd65ff8a065f83ecab7c3117a2a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2022-05-12)
5
+ ------------------
6
+
7
+ * Feature - Increased the character limit of the login message from 600 to 850 characters.
8
+
9
+ 1.67.0 (2022-04-11)
10
+ ------------------
11
+
12
+ * Feature - Added API support that allows customers to create GPU-enabled WorkSpaces using EC2 G4dn instances.
13
+
14
+ 1.66.0 (2022-03-31)
15
+ ------------------
16
+
17
+ * 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
18
+
4
19
  1.65.0 (2022-02-24)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.68.0
@@ -843,7 +843,7 @@ module Aws::WorkSpaces
843
843
  # bundle_description: "WorkspaceBundleDescription", # required
844
844
  # image_id: "WorkspaceImageId", # required
845
845
  # compute_type: { # required
846
- # 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
847
847
  # },
848
848
  # user_storage: { # required
849
849
  # capacity: "NonEmptyString",
@@ -868,7 +868,7 @@ module Aws::WorkSpaces
868
868
  # resp.workspace_bundle.image_id #=> String
869
869
  # resp.workspace_bundle.root_storage.capacity #=> String
870
870
  # resp.workspace_bundle.user_storage.capacity #=> String
871
- # 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"
872
872
  # resp.workspace_bundle.last_updated_time #=> Time
873
873
  # resp.workspace_bundle.creation_time #=> Time
874
874
  #
@@ -910,7 +910,7 @@ module Aws::WorkSpaces
910
910
  # running_mode_auto_stop_timeout_in_minutes: 1,
911
911
  # root_volume_size_gib: 1,
912
912
  # user_volume_size_gib: 1,
913
- # 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
914
914
  # },
915
915
  # tags: [
916
916
  # {
@@ -935,7 +935,7 @@ module Aws::WorkSpaces
935
935
  # resp.failed_requests[0].workspace_request.workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
936
936
  # resp.failed_requests[0].workspace_request.workspace_properties.root_volume_size_gib #=> Integer
937
937
  # resp.failed_requests[0].workspace_request.workspace_properties.user_volume_size_gib #=> Integer
938
- # 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"
939
939
  # resp.failed_requests[0].workspace_request.tags #=> Array
940
940
  # resp.failed_requests[0].workspace_request.tags[0].key #=> String
941
941
  # resp.failed_requests[0].workspace_request.tags[0].value #=> String
@@ -959,7 +959,7 @@ module Aws::WorkSpaces
959
959
  # resp.pending_requests[0].workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
960
960
  # resp.pending_requests[0].workspace_properties.root_volume_size_gib #=> Integer
961
961
  # resp.pending_requests[0].workspace_properties.user_volume_size_gib #=> Integer
962
- # 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"
963
963
  # resp.pending_requests[0].modification_states #=> Array
964
964
  # resp.pending_requests[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
965
965
  # resp.pending_requests[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -973,6 +973,40 @@ module Aws::WorkSpaces
973
973
  req.send_request(options)
974
974
  end
975
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
+
976
1010
  # Deletes a client-add-in for Amazon Connect that is configured within a
977
1011
  # directory.
978
1012
  #
@@ -1255,6 +1289,86 @@ module Aws::WorkSpaces
1255
1289
  req.send_request(options)
1256
1290
  end
1257
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
+
1258
1372
  # Retrieves a list that describes one or more specified Amazon
1259
1373
  # WorkSpaces clients.
1260
1374
  #
@@ -1561,7 +1675,7 @@ module Aws::WorkSpaces
1561
1675
  # resp.bundles[0].image_id #=> String
1562
1676
  # resp.bundles[0].root_storage.capacity #=> String
1563
1677
  # resp.bundles[0].user_storage.capacity #=> String
1564
- # 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"
1565
1679
  # resp.bundles[0].last_updated_time #=> Time
1566
1680
  # resp.bundles[0].creation_time #=> Time
1567
1681
  # resp.next_token #=> String
@@ -1857,7 +1971,7 @@ module Aws::WorkSpaces
1857
1971
  # resp.workspaces[0].workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
1858
1972
  # resp.workspaces[0].workspace_properties.root_volume_size_gib #=> Integer
1859
1973
  # resp.workspaces[0].workspace_properties.user_volume_size_gib #=> Integer
1860
- # 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"
1861
1975
  # resp.workspaces[0].modification_states #=> Array
1862
1976
  # resp.workspaces[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
1863
1977
  # resp.workspaces[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -1975,6 +2089,173 @@ module Aws::WorkSpaces
1975
2089
  req.send_request(options)
1976
2090
  end
1977
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
+
1978
2259
  # Imports the specified Windows 10 Bring Your Own License (BYOL) image
1979
2260
  # into Amazon WorkSpaces. The image must be an already licensed Amazon
1980
2261
  # EC2 image that is in your Amazon Web Services account, and you must
@@ -1995,9 +2276,14 @@ module Aws::WorkSpaces
1995
2276
  # specify a value that ends in `_WSP`. To use PCoIP, specify a value
1996
2277
  # that does not end in `_WSP`.
1997
2278
  #
1998
- # For non-GPU-enabled bundles (bundles other than Graphics or
1999
- # GraphicsPro), specify `BYOL_REGULAR` or `BYOL_REGULAR_WSP`, depending
2000
- # 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>
2001
2287
  #
2002
2288
  # @option params [required, String] :image_name
2003
2289
  # The name of the WorkSpace image.
@@ -2014,8 +2300,12 @@ module Aws::WorkSpaces
2014
2300
  # subscribing to Office for BYOL images, see [ Bring Your Own Windows
2015
2301
  # Desktop Licenses][1].
2016
2302
  #
2017
- # <note markdown="1"> Although this parameter is an array, only one item is allowed at this
2018
- # 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
2019
2309
  #
2020
2310
  # </note>
2021
2311
  #
@@ -2031,7 +2321,7 @@ module Aws::WorkSpaces
2031
2321
  #
2032
2322
  # resp = client.import_workspace_image({
2033
2323
  # ec2_image_id: "Ec2ImageId", # required
2034
- # 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
2035
2325
  # image_name: "WorkspaceImageName", # required
2036
2326
  # image_description: "WorkspaceImageDescription", # required
2037
2327
  # tags: [
@@ -2357,7 +2647,7 @@ module Aws::WorkSpaces
2357
2647
  # running_mode_auto_stop_timeout_in_minutes: 1,
2358
2648
  # root_volume_size_gib: 1,
2359
2649
  # user_volume_size_gib: 1,
2360
- # 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
2361
2651
  # },
2362
2652
  # })
2363
2653
  #
@@ -3015,7 +3305,7 @@ module Aws::WorkSpaces
3015
3305
  params: params,
3016
3306
  config: config)
3017
3307
  context[:gem_name] = 'aws-sdk-workspaces'
3018
- context[:gem_version] = '1.65.0'
3308
+ context[:gem_version] = '1.68.0'
3019
3309
  Seahorse::Client::Request.new(handlers, context)
3020
3310
  end
3021
3311