aws-sdk-workspaces 1.47.0 → 1.48.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: e56224d4f1997714bdb94dea0e741e00a96c8c0ca4d073d9e8883100d231e366
4
- data.tar.gz: 3cbebd3e5bdb05708e77952322abef63af7236d2a15d659d26011d145411881a
3
+ metadata.gz: c2a3ac34bac067bf5fc00e25e05aa0245a34d5b0744d9d6eff248bb4fd3868a6
4
+ data.tar.gz: bb7d8257d27122cf448d19552eab7adf87bec64767b58a7fd414d541b72f6736
5
5
  SHA512:
6
- metadata.gz: 3ef1155328ee56768ee77e0ea78f7dca93705fe1543aa6ed04b5ef6bcb3fa6d5d67d1793d1330c99fd2805c721a55816633c97a8d1333885f147b9bf0d0b018b
7
- data.tar.gz: 817ae2b666d72b8dd4dcffc47e5e603d761828461662466667bbdd479af17ba02617c365f88d6b9aff21a26103207ac533f363f706f338386ad37c0e8929feda
6
+ metadata.gz: a1509fda9397f656e2f08cd9c92d225b85462a9854d2a9676cfc107669e037b64eac1fd26ef5c47debb33927c98323d1163c4f6bd764669f43d7230006a3065a
7
+ data.tar.gz: 9c796875f31aafcd9215efc8d83d88ed24d008d679fb8c8406bf5aa598e12d567bf4c944f29e9e65ddc331483e14531f3daf32ee5f36458ecd06d0a89bf3e3bb
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-workspaces/customizations'
48
48
  # @!group service
49
49
  module Aws::WorkSpaces
50
50
 
51
- GEM_VERSION = '1.47.0'
51
+ GEM_VERSION = '1.48.0'
52
52
 
53
53
  end
@@ -445,7 +445,20 @@ module Aws::WorkSpaces
445
445
  end
446
446
 
447
447
  # Copies the specified image from the specified Region to the current
448
- # Region.
448
+ # Region. For more information about copying images, see [ Copy a Custom
449
+ # WorkSpaces Image][1].
450
+ #
451
+ # Before copying a shared image, be sure to verify that it has been
452
+ # shared from the correct AWS account. To determine if an image has been
453
+ # shared and to see the AWS account ID that owns an image, use the
454
+ # [DescribeWorkSpaceImages][2] and
455
+ # [DescribeWorkspaceImagePermissions][3] API operations.
456
+ #
457
+ #
458
+ #
459
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/copy-custom-image.html
460
+ # [2]: https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImages.html
461
+ # [3]: https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImagePermissions.html
449
462
  #
450
463
  # @option params [required, String] :name
451
464
  # The name of the image.
@@ -616,9 +629,7 @@ module Aws::WorkSpaces
616
629
  # IP access control groups, and connection aliases.
617
630
  #
618
631
  # @option params [required, Array<Types::Tag>] :tags
619
- # The tags. Each WorkSpaces resource can have a maximum of 50 tags. If
620
- # you want to add new tags to a set of existing tags, you must submit
621
- # all of the existing tags along with the new ones.
632
+ # The tags. Each WorkSpaces resource can have a maximum of 50 tags.
622
633
  #
623
634
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
624
635
  #
@@ -1693,6 +1704,10 @@ module Aws::WorkSpaces
1693
1704
  # that you can use for the network management interface when you enable
1694
1705
  # Bring Your Own License (BYOL).
1695
1706
  #
1707
+ # This operation can be run only by AWS accounts that are enabled for
1708
+ # BYOL. If your account isn't enabled for BYOL, you'll receive an
1709
+ # `AccessDeniedException` error.
1710
+ #
1696
1711
  # The management network interface is connected to a secure Amazon
1697
1712
  # WorkSpaces management network. It is used for interactive streaming of
1698
1713
  # the WorkSpace desktop to Amazon WorkSpaces clients, and to allow
@@ -2340,12 +2355,21 @@ module Aws::WorkSpaces
2340
2355
  #
2341
2356
  # Terminating a WorkSpace is a permanent action and cannot be undone.
2342
2357
  # The user's data is destroyed. If you need to archive any user data,
2343
- # contact Amazon Web Services before terminating the WorkSpace.
2358
+ # contact AWS Support before terminating the WorkSpace.
2344
2359
  #
2345
2360
  # You can terminate a WorkSpace that is in any state except `SUSPENDED`.
2346
2361
  #
2347
2362
  # This operation is asynchronous and returns before the WorkSpaces have
2348
- # been completely terminated.
2363
+ # been completely terminated. After a WorkSpace is terminated, the
2364
+ # `TERMINATED` state is returned only briefly before the WorkSpace
2365
+ # directory metadata is cleaned up, so this state is rarely returned. To
2366
+ # confirm that a WorkSpace is terminated, check for the WorkSpace ID by
2367
+ # using [ DescribeWorkSpaces][1]. If the WorkSpace ID isn't returned,
2368
+ # then the WorkSpace has been successfully terminated.
2369
+ #
2370
+ #
2371
+ #
2372
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html
2349
2373
  #
2350
2374
  # @option params [required, Array<Types::TerminateRequest>] :terminate_workspace_requests
2351
2375
  # The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.
@@ -2471,7 +2495,8 @@ module Aws::WorkSpaces
2471
2495
  # that account has permission to copy the image. If the copy image
2472
2496
  # permission is granted, the image is shared with that account. If the
2473
2497
  # copy image permission is revoked, the image is unshared with the
2474
- # account.
2498
+ # account. For more information about sharing images, see [ Share or
2499
+ # Unshare a Custom WorkSpaces Image][1].
2475
2500
  #
2476
2501
  # <note markdown="1"> * To delete an image that has been shared, you must unshare the image
2477
2502
  # before you delete it.
@@ -2483,6 +2508,10 @@ module Aws::WorkSpaces
2483
2508
  #
2484
2509
  # </note>
2485
2510
  #
2511
+ #
2512
+ #
2513
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/share-custom-image.html
2514
+ #
2486
2515
  # @option params [required, String] :image_id
2487
2516
  # The identifier of the image.
2488
2517
  #
@@ -2493,6 +2522,9 @@ module Aws::WorkSpaces
2493
2522
  # @option params [required, String] :shared_account_id
2494
2523
  # The identifier of the AWS account to share or unshare the image with.
2495
2524
  #
2525
+ # Before sharing the image, confirm that you are sharing to the correct
2526
+ # AWS account ID.
2527
+ #
2496
2528
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2497
2529
  #
2498
2530
  # @example Request syntax with placeholder values
@@ -2525,7 +2557,7 @@ module Aws::WorkSpaces
2525
2557
  params: params,
2526
2558
  config: config)
2527
2559
  context[:gem_name] = 'aws-sdk-workspaces'
2528
- context[:gem_version] = '1.47.0'
2560
+ context[:gem_version] = '1.48.0'
2529
2561
  Seahorse::Client::Request.new(handlers, context)
2530
2562
  end
2531
2563
 
@@ -529,9 +529,7 @@ module Aws::WorkSpaces
529
529
  # @return [String]
530
530
  #
531
531
  # @!attribute [rw] tags
532
- # The tags. Each WorkSpaces resource can have a maximum of 50 tags. If
533
- # you want to add new tags to a set of existing tags, you must submit
534
- # all of the existing tags along with the new ones.
532
+ # The tags. Each WorkSpaces resource can have a maximum of 50 tags.
535
533
  # @return [Array<Types::Tag>]
536
534
  #
537
535
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateTagsRequest AWS API Documentation
@@ -1592,7 +1590,12 @@ module Aws::WorkSpaces
1592
1590
  end
1593
1591
 
1594
1592
  # Describes the AWS accounts that have been granted permission to use a
1595
- # shared image.
1593
+ # shared image. For more information about sharing images, see [ Share
1594
+ # or Unshare a Custom WorkSpaces Image][1].
1595
+ #
1596
+ #
1597
+ #
1598
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/share-custom-image.html
1596
1599
  #
1597
1600
  # @!attribute [rw] shared_account_id
1598
1601
  # The identifier of the AWS account that an image has been shared
@@ -2879,6 +2882,9 @@ module Aws::WorkSpaces
2879
2882
  # @!attribute [rw] shared_account_id
2880
2883
  # The identifier of the AWS account to share or unshare the image
2881
2884
  # with.
2885
+ #
2886
+ # Before sharing the image, confirm that you are sharing to the
2887
+ # correct AWS account ID.
2882
2888
  # @return [String]
2883
2889
  #
2884
2890
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateWorkspaceImagePermissionRequest AWS API Documentation
@@ -2930,6 +2936,19 @@ module Aws::WorkSpaces
2930
2936
  #
2931
2937
  # @!attribute [rw] state
2932
2938
  # The operational state of the WorkSpace.
2939
+ #
2940
+ # <note markdown="1"> After a WorkSpace is terminated, the `TERMINATED` state is returned
2941
+ # only briefly before the WorkSpace directory metadata is cleaned up,
2942
+ # so this state is rarely returned. To confirm that a WorkSpace is
2943
+ # terminated, check for the WorkSpace ID by using [
2944
+ # DescribeWorkSpaces][1]. If the WorkSpace ID isn't returned, then
2945
+ # the WorkSpace has been successfully terminated.
2946
+ #
2947
+ # </note>
2948
+ #
2949
+ #
2950
+ #
2951
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html
2933
2952
  # @return [String]
2934
2953
  #
2935
2954
  # @!attribute [rw] bundle_id
@@ -3325,6 +3344,16 @@ module Aws::WorkSpaces
3325
3344
  #
3326
3345
  # @!attribute [rw] state
3327
3346
  # The state of the directory's registration with Amazon WorkSpaces.
3347
+ # After a directory is deregistered, the `DEREGISTERED` state is
3348
+ # returned very briefly before the directory metadata is cleaned up,
3349
+ # so this state is rarely returned. To confirm that a directory is
3350
+ # deregistered, check for the directory ID by using [
3351
+ # DescribeWorkspaceDirectories][1]. If the directory ID isn't
3352
+ # returned, then the directory has been successfully deregistered.
3353
+ #
3354
+ #
3355
+ #
3356
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceDirectories.html
3328
3357
  # @return [String]
3329
3358
  #
3330
3359
  # @!attribute [rw] workspace_creation_properties
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.47.0
4
+ version: 1.48.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: 2020-09-30 00:00:00.000000000 Z
11
+ date: 2020-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core