aws-sdk-workspaces 1.28.0 → 1.29.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
  SHA1:
3
- metadata.gz: f0cb46ce9b3f3759081c104a53e26083eec5a609
4
- data.tar.gz: 1f62e40aec30db7c2d193805d0a0cee83c28f394
3
+ metadata.gz: 604c5420f22da38c2306a6c4763c9f44c4f05f54
4
+ data.tar.gz: 9c02e8558c4741d3a4d918ce2a8b566e6885348b
5
5
  SHA512:
6
- metadata.gz: b4aea4fefbee3b26ccfacb6807d8b1e51b5e7a97d4435d88cb81f96fe1f1a3549889bc0d5a55c5d400b274bdbb35fc8ae3f9bd59df48fd1e65b58447780f1e03
7
- data.tar.gz: 561894f80301d380a9f59b5dba7845cebcb397f5ebaa32a79a47c537ad2ce8daa6a7764c5476d0ca0f20f754187f503bd0d8f9ff4e473e93a62f254a387c9aec
6
+ metadata.gz: 484ccc54c244acaf1a61e003fef40ad19149d9453128c562ce092e086ca7b88041b1eeaaeda089ae7449da8f4c6392684be37219df008300204bdad8bb9af2c1
7
+ data.tar.gz: 1f42e200301fab33bc9f952f9fb81cec5f77c3a8d794fea2a6dfb7ada3a28ee44d157333f11ac487fdeb8a545d00f0d82c8fb3d133f3826728f913a2b32bc8db
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-workspaces/customizations'
42
42
  # @service
43
43
  module Aws::WorkSpaces
44
44
 
45
- GEM_VERSION = '1.28.0'
45
+ GEM_VERSION = '1.29.0'
46
46
 
47
47
  end
@@ -1695,7 +1695,7 @@ module Aws::WorkSpaces
1695
1695
  params: params,
1696
1696
  config: config)
1697
1697
  context[:gem_name] = 'aws-sdk-workspaces'
1698
- context[:gem_version] = '1.28.0'
1698
+ context[:gem_version] = '1.29.0'
1699
1699
  Seahorse::Client::Request.new(handlers, context)
1700
1700
  end
1701
1701
 
@@ -395,8 +395,21 @@ module Aws::WorkSpaces
395
395
  # @return [Boolean]
396
396
  #
397
397
  # @!attribute [rw] enable_internet_access
398
- # The public IP address to attach to all WorkSpaces that are created
399
- # or rebuilt.
398
+ # Specifies whether to automatically assign a public IP address to
399
+ # WorkSpaces in this directory by default. If enabled, the public IP
400
+ # address allows outbound internet access from your WorkSpaces when
401
+ # you’re using an internet gateway in the Amazon VPC in which your
402
+ # WorkSpaces are located. If you're using a Network Address
403
+ # Translation (NAT) gateway for outbound internet access from your
404
+ # VPC, or if your WorkSpaces are in public subnets and you manually
405
+ # assign them Elastic IP addresses, you should disable this setting.
406
+ # This setting applies to new WorkSpaces that you launch or to
407
+ # existing WorkSpaces that you rebuild. For more information, see [
408
+ # Configure a VPC for Amazon WorkSpaces][1].
409
+ #
410
+ #
411
+ #
412
+ # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html
400
413
  # @return [Boolean]
401
414
  #
402
415
  # @!attribute [rw] default_ou
@@ -836,7 +849,7 @@ module Aws::WorkSpaces
836
849
 
837
850
  # @!attribute [rw] rebuild_snapshots
838
851
  # Information about the snapshots that can be used to rebuild a
839
- # WorkSpace. These snapshots include the root volume.
852
+ # WorkSpace. These snapshots include the user volume.
840
853
  # @return [Array<Types::Snapshot>]
841
854
  #
842
855
  # @!attribute [rw] restore_snapshots
@@ -2229,7 +2242,7 @@ module Aws::WorkSpaces
2229
2242
  #
2230
2243
  # @!attribute [rw] running_mode_auto_stop_timeout_in_minutes
2231
2244
  # The time after a user logs off when WorkSpaces are automatically
2232
- # stopped. Configured in 60 minute intervals.
2245
+ # stopped. Configured in 60-minute intervals.
2233
2246
  # @return [Integer]
2234
2247
  #
2235
2248
  # @!attribute [rw] root_volume_size_gib
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.28.0
4
+ version: 1.29.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: 2019-09-20 00:00:00.000000000 Z
11
+ date: 2019-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core