aws-sdk-workspaces 1.48.0 → 1.49.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: c2a3ac34bac067bf5fc00e25e05aa0245a34d5b0744d9d6eff248bb4fd3868a6
4
- data.tar.gz: bb7d8257d27122cf448d19552eab7adf87bec64767b58a7fd414d541b72f6736
3
+ metadata.gz: ffe276903ab823c47db83da4ea3a55fe7cf7a3b85d6657f4c2d12c3a52397154
4
+ data.tar.gz: e3312a0ee0a0bb7336a11cbf672be53e7e4435d6a0eac4d7f5dd9994a2fc2027
5
5
  SHA512:
6
- metadata.gz: a1509fda9397f656e2f08cd9c92d225b85462a9854d2a9676cfc107669e037b64eac1fd26ef5c47debb33927c98323d1163c4f6bd764669f43d7230006a3065a
7
- data.tar.gz: 9c796875f31aafcd9215efc8d83d88ed24d008d679fb8c8406bf5aa598e12d567bf4c944f29e9e65ddc331483e14531f3daf32ee5f36458ecd06d0a89bf3e3bb
6
+ metadata.gz: be29a0d4dbcd4315f2f7fe90fce30f47e96f25c5eeda778e674c5625ea6ea82eb502c0f3e1b5e156f59145eaabc9685f7c41e8b0439228026e080189b3e85dc0
7
+ data.tar.gz: 1c5279d07df1f615e8cb874c3a10731c8b8f9eb26f41cdb900159276b7fb5cc5d44925213f0c05646b4fa1bda02a42e17cfc6abc27e49d68adce9bf59ff7902b
@@ -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.48.0'
51
+ GEM_VERSION = '1.49.0'
52
52
 
53
53
  end
@@ -448,6 +448,14 @@ module Aws::WorkSpaces
448
448
  # Region. For more information about copying images, see [ Copy a Custom
449
449
  # WorkSpaces Image][1].
450
450
  #
451
+ # <note markdown="1"> In the China (Ningxia) Region, you can copy images only within the
452
+ # same Region.
453
+ #
454
+ # In the AWS GovCloud (US-West) Region, to copy images to and from other
455
+ # AWS Regions, contact AWS Support.
456
+ #
457
+ # </note>
458
+ #
451
459
  # Before copying a shared image, be sure to verify that it has been
452
460
  # shared from the correct AWS account. To determine if an image has been
453
461
  # shared and to see the AWS account ID that owns an image, use the
@@ -871,6 +879,25 @@ module Aws::WorkSpaces
871
879
  # WorkSpaces are registered to this directory, you must remove them
872
880
  # before you can deregister the directory.
873
881
  #
882
+ # <note markdown="1"> Simple AD and AD Connector are made available to you free of charge to
883
+ # use with WorkSpaces. If there are no WorkSpaces being used with your
884
+ # Simple AD or AD Connector directory for 30 consecutive days, this
885
+ # directory will be automatically deregistered for use with Amazon
886
+ # WorkSpaces, and you will be charged for this directory as per the [AWS
887
+ # Directory Services pricing terms][1].
888
+ #
889
+ # To delete empty directories, see [ Delete the Directory for Your
890
+ # WorkSpaces][2]. If you delete your Simple AD or AD Connector
891
+ # directory, you can always create a new one when you want to start
892
+ # using WorkSpaces again.
893
+ #
894
+ # </note>
895
+ #
896
+ #
897
+ #
898
+ # [1]: http://aws.amazon.com/directoryservice/pricing/
899
+ # [2]: https://docs.aws.amazon.com/workspaces/latest/adminguide/delete-workspaces-directory.html
900
+ #
874
901
  # @option params [required, String] :directory_id
875
902
  # The identifier of the directory. If any WorkSpaces are registered to
876
903
  # this directory, you must remove them before you deregister the
@@ -1639,9 +1666,15 @@ module Aws::WorkSpaces
1639
1666
  # The identifier of the EC2 image.
1640
1667
  #
1641
1668
  # @option params [required, String] :ingestion_process
1642
- # The ingestion process to be used when importing the image. For
1643
- # non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro),
1644
- # specify `BYOL_REGULAR`.
1669
+ # The ingestion process to be used when importing the image, depending
1670
+ # on which protocol you want to use for your BYOL Workspace image,
1671
+ # either PCoIP or WorkSpaces Streaming Protocol (WSP). To use WSP,
1672
+ # specify a value that ends in `_WSP`. To use PCoIP, specify a value
1673
+ # that does not end in `_WSP`.
1674
+ #
1675
+ # For non-GPU-enabled bundles (bundles other than Graphics or
1676
+ # GraphicsPro), specify `BYOL_REGULAR` or `BYOL_REGULAR_WSP`, depending
1677
+ # on the protocol.
1645
1678
  #
1646
1679
  # @option params [required, String] :image_name
1647
1680
  # The name of the WorkSpace image.
@@ -1675,7 +1708,7 @@ module Aws::WorkSpaces
1675
1708
  #
1676
1709
  # resp = client.import_workspace_image({
1677
1710
  # ec2_image_id: "Ec2ImageId", # required
1678
- # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO
1711
+ # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_REGULAR_WSP
1679
1712
  # image_name: "WorkspaceImageName", # required
1680
1713
  # image_description: "WorkspaceImageDescription", # required
1681
1714
  # tags: [
@@ -2367,9 +2400,25 @@ module Aws::WorkSpaces
2367
2400
  # using [ DescribeWorkSpaces][1]. If the WorkSpace ID isn't returned,
2368
2401
  # then the WorkSpace has been successfully terminated.
2369
2402
  #
2403
+ # <note markdown="1"> Simple AD and AD Connector are made available to you free of charge to
2404
+ # use with WorkSpaces. If there are no WorkSpaces being used with your
2405
+ # Simple AD or AD Connector directory for 30 consecutive days, this
2406
+ # directory will be automatically deregistered for use with Amazon
2407
+ # WorkSpaces, and you will be charged for this directory as per the [AWS
2408
+ # Directory Services pricing terms][2].
2409
+ #
2410
+ # To delete empty directories, see [ Delete the Directory for Your
2411
+ # WorkSpaces][3]. If you delete your Simple AD or AD Connector
2412
+ # directory, you can always create a new one when you want to start
2413
+ # using WorkSpaces again.
2414
+ #
2415
+ # </note>
2416
+ #
2370
2417
  #
2371
2418
  #
2372
2419
  # [1]: https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html
2420
+ # [2]: http://aws.amazon.com/directoryservice/pricing/
2421
+ # [3]: https://docs.aws.amazon.com/workspaces/latest/adminguide/delete-workspaces-directory.html
2373
2422
  #
2374
2423
  # @option params [required, Array<Types::TerminateRequest>] :terminate_workspace_requests
2375
2424
  # The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.
@@ -2491,12 +2540,25 @@ module Aws::WorkSpaces
2491
2540
  req.send_request(options)
2492
2541
  end
2493
2542
 
2494
- # Shares or unshares an image with one account by specifying whether
2495
- # that account has permission to copy the image. If the copy image
2496
- # permission is granted, the image is shared with that account. If the
2497
- # copy image permission is revoked, the image is unshared with the
2498
- # account. For more information about sharing images, see [ Share or
2499
- # Unshare a Custom WorkSpaces Image][1].
2543
+ # Shares or unshares an image with one account in the same AWS Region by
2544
+ # specifying whether that account has permission to copy the image. If
2545
+ # the copy image permission is granted, the image is shared with that
2546
+ # account. If the copy image permission is revoked, the image is
2547
+ # unshared with the account.
2548
+ #
2549
+ # After an image has been shared, the recipient account can copy the
2550
+ # image to other AWS Regions as needed.
2551
+ #
2552
+ # <note markdown="1"> In the China (Ningxia) Region, you can copy images only within the
2553
+ # same Region.
2554
+ #
2555
+ # In the AWS GovCloud (US-West) Region, to copy images to and from other
2556
+ # AWS Regions, contact AWS Support.
2557
+ #
2558
+ # </note>
2559
+ #
2560
+ # For more information about sharing images, see [ Share or Unshare a
2561
+ # Custom WorkSpaces Image][1].
2500
2562
  #
2501
2563
  # <note markdown="1"> * To delete an image that has been shared, you must unshare the image
2502
2564
  # before you delete it.
@@ -2557,7 +2619,7 @@ module Aws::WorkSpaces
2557
2619
  params: params,
2558
2620
  config: config)
2559
2621
  context[:gem_name] = 'aws-sdk-workspaces'
2560
- context[:gem_version] = '1.48.0'
2622
+ context[:gem_version] = '1.49.0'
2561
2623
  Seahorse::Client::Request.new(handlers, context)
2562
2624
  end
2563
2625
 
@@ -1615,7 +1615,7 @@ module Aws::WorkSpaces
1615
1615
  #
1616
1616
  # {
1617
1617
  # ec2_image_id: "Ec2ImageId", # required
1618
- # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO
1618
+ # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_REGULAR_WSP
1619
1619
  # image_name: "WorkspaceImageName", # required
1620
1620
  # image_description: "WorkspaceImageDescription", # required
1621
1621
  # tags: [
@@ -1632,9 +1632,15 @@ module Aws::WorkSpaces
1632
1632
  # @return [String]
1633
1633
  #
1634
1634
  # @!attribute [rw] ingestion_process
1635
- # The ingestion process to be used when importing the image. For
1636
- # non-GPU-enabled bundles (bundles other than Graphics or
1637
- # GraphicsPro), specify `BYOL_REGULAR`.
1635
+ # The ingestion process to be used when importing the image, depending
1636
+ # on which protocol you want to use for your BYOL Workspace image,
1637
+ # either PCoIP or WorkSpaces Streaming Protocol (WSP). To use WSP,
1638
+ # specify a value that ends in `_WSP`. To use PCoIP, specify a value
1639
+ # that does not end in `_WSP`.
1640
+ #
1641
+ # For non-GPU-enabled bundles (bundles other than Graphics or
1642
+ # GraphicsPro), specify `BYOL_REGULAR` or `BYOL_REGULAR_WSP`,
1643
+ # depending on the protocol.
1638
1644
  # @return [String]
1639
1645
  #
1640
1646
  # @!attribute [rw] image_name
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.48.0
4
+ version: 1.49.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-10-15 00:00:00.000000000 Z
11
+ date: 2020-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core