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 +4 -4
- data/lib/aws-sdk-workspaces.rb +1 -1
- data/lib/aws-sdk-workspaces/client.rb +1 -1
- data/lib/aws-sdk-workspaces/types.rb +17 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 604c5420f22da38c2306a6c4763c9f44c4f05f54
|
|
4
|
+
data.tar.gz: 9c02e8558c4741d3a4d918ce2a8b566e6885348b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 484ccc54c244acaf1a61e003fef40ad19149d9453128c562ce092e086ca7b88041b1eeaaeda089ae7449da8f4c6392684be37219df008300204bdad8bb9af2c1
|
|
7
|
+
data.tar.gz: 1f42e200301fab33bc9f952f9fb81cec5f77c3a8d794fea2a6dfb7ada3a28ee44d157333f11ac487fdeb8a545d00f0d82c8fb3d133f3826728f913a2b32bc8db
|
data/lib/aws-sdk-workspaces.rb
CHANGED
|
@@ -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.
|
|
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
|
-
#
|
|
399
|
-
#
|
|
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
|
|
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
|
|
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.
|
|
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-
|
|
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
|