aws-sdk-workspaces 1.52.0 → 1.56.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +4 -2
- data/lib/aws-sdk-workspaces/client_api.rb +1 -0
- data/lib/aws-sdk-workspaces/types.rb +10 -2
- data/lib/aws-sdk-workspaces.rb +1 -1
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d744c28322568927e2f029fe06e12bb9fa84f3c30ffc7a69cde3f70ace536fc7
|
4
|
+
data.tar.gz: 4963fcbe3a97f0f3f43b3190b1132c79da09b862d6193da8620ee7dd1dfb0a09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 502175c09328db19e59b895baf83aca03a1f00f2022b3d64766bba2dfb9793e53dac26e1723078dc00e004f9193014b1585133d4f46b0e3d5d3063e7add622c4
|
7
|
+
data.tar.gz: 57be9a89f44b72cbb67edb71616cf1c0ad7a90a7cdea35f4d33daead06b7e241c3abba813ac68867ca3dd4a017461e9e693adc3a24bb74e8b87bd5ff2b1db5e8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.56.0 (2021-09-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.55.0 (2021-07-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.54.0 (2021-07-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.53.0 (2021-05-25)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Adds support for Linux device types in WorkspaceAccessProperties
|
23
|
+
|
4
24
|
1.52.0 (2021-03-12)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.56.0
|
@@ -691,7 +691,7 @@ module Aws::WorkSpaces
|
|
691
691
|
# @option params [Array<Types::Tag>] :tags
|
692
692
|
# The tags associated with the bundle.
|
693
693
|
#
|
694
|
-
# <note markdown="1"> To add tags at the same time
|
694
|
+
# <note markdown="1"> To add tags at the same time when you're creating the bundle, you
|
695
695
|
# must create an IAM policy that grants your IAM user permissions to use
|
696
696
|
# `workspaces:CreateTags`.
|
697
697
|
#
|
@@ -1428,6 +1428,7 @@ module Aws::WorkSpaces
|
|
1428
1428
|
# resp.directories[0].workspace_access_properties.device_type_android #=> String, one of "ALLOW", "DENY"
|
1429
1429
|
# resp.directories[0].workspace_access_properties.device_type_chrome_os #=> String, one of "ALLOW", "DENY"
|
1430
1430
|
# resp.directories[0].workspace_access_properties.device_type_zero_client #=> String, one of "ALLOW", "DENY"
|
1431
|
+
# resp.directories[0].workspace_access_properties.device_type_linux #=> String, one of "ALLOW", "DENY"
|
1431
1432
|
# resp.directories[0].tenancy #=> String, one of "DEDICATED", "SHARED"
|
1432
1433
|
# resp.directories[0].selfservice_permissions.restart_workspace #=> String, one of "ENABLED", "DISABLED"
|
1433
1434
|
# resp.directories[0].selfservice_permissions.increase_volume_size #=> String, one of "ENABLED", "DISABLED"
|
@@ -2076,6 +2077,7 @@ module Aws::WorkSpaces
|
|
2076
2077
|
# device_type_android: "ALLOW", # accepts ALLOW, DENY
|
2077
2078
|
# device_type_chrome_os: "ALLOW", # accepts ALLOW, DENY
|
2078
2079
|
# device_type_zero_client: "ALLOW", # accepts ALLOW, DENY
|
2080
|
+
# device_type_linux: "ALLOW", # accepts ALLOW, DENY
|
2079
2081
|
# },
|
2080
2082
|
# })
|
2081
2083
|
#
|
@@ -2769,7 +2771,7 @@ module Aws::WorkSpaces
|
|
2769
2771
|
params: params,
|
2770
2772
|
config: config)
|
2771
2773
|
context[:gem_name] = 'aws-sdk-workspaces'
|
2772
|
-
context[:gem_version] = '1.
|
2774
|
+
context[:gem_version] = '1.56.0'
|
2773
2775
|
Seahorse::Client::Request.new(handlers, context)
|
2774
2776
|
end
|
2775
2777
|
|
@@ -893,6 +893,7 @@ module Aws::WorkSpaces
|
|
893
893
|
WorkspaceAccessProperties.add_member(:device_type_android, Shapes::ShapeRef.new(shape: AccessPropertyValue, location_name: "DeviceTypeAndroid"))
|
894
894
|
WorkspaceAccessProperties.add_member(:device_type_chrome_os, Shapes::ShapeRef.new(shape: AccessPropertyValue, location_name: "DeviceTypeChromeOs"))
|
895
895
|
WorkspaceAccessProperties.add_member(:device_type_zero_client, Shapes::ShapeRef.new(shape: AccessPropertyValue, location_name: "DeviceTypeZeroClient"))
|
896
|
+
WorkspaceAccessProperties.add_member(:device_type_linux, Shapes::ShapeRef.new(shape: AccessPropertyValue, location_name: "DeviceTypeLinux"))
|
896
897
|
WorkspaceAccessProperties.struct_class = Types::WorkspaceAccessProperties
|
897
898
|
|
898
899
|
WorkspaceBundle.add_member(:bundle_id, Shapes::ShapeRef.new(shape: BundleId, location_name: "BundleId"))
|
@@ -603,7 +603,7 @@ module Aws::WorkSpaces
|
|
603
603
|
# @!attribute [rw] tags
|
604
604
|
# The tags associated with the bundle.
|
605
605
|
#
|
606
|
-
# <note markdown="1"> To add tags at the same time
|
606
|
+
# <note markdown="1"> To add tags at the same time when you're creating the bundle, you
|
607
607
|
# must create an IAM policy that grants your IAM user permissions to
|
608
608
|
# use `workspaces:CreateTags`.
|
609
609
|
#
|
@@ -2095,6 +2095,7 @@ module Aws::WorkSpaces
|
|
2095
2095
|
# device_type_android: "ALLOW", # accepts ALLOW, DENY
|
2096
2096
|
# device_type_chrome_os: "ALLOW", # accepts ALLOW, DENY
|
2097
2097
|
# device_type_zero_client: "ALLOW", # accepts ALLOW, DENY
|
2098
|
+
# device_type_linux: "ALLOW", # accepts ALLOW, DENY
|
2098
2099
|
# },
|
2099
2100
|
# }
|
2100
2101
|
#
|
@@ -3205,6 +3206,7 @@ module Aws::WorkSpaces
|
|
3205
3206
|
# device_type_android: "ALLOW", # accepts ALLOW, DENY
|
3206
3207
|
# device_type_chrome_os: "ALLOW", # accepts ALLOW, DENY
|
3207
3208
|
# device_type_zero_client: "ALLOW", # accepts ALLOW, DENY
|
3209
|
+
# device_type_linux: "ALLOW", # accepts ALLOW, DENY
|
3208
3210
|
# }
|
3209
3211
|
#
|
3210
3212
|
# @!attribute [rw] device_type_windows
|
@@ -3256,6 +3258,11 @@ module Aws::WorkSpaces
|
|
3256
3258
|
# WorkSpaces.
|
3257
3259
|
# @return [String]
|
3258
3260
|
#
|
3261
|
+
# @!attribute [rw] device_type_linux
|
3262
|
+
# Indicates whether users can use Linux clients to access their
|
3263
|
+
# WorkSpaces.
|
3264
|
+
# @return [String]
|
3265
|
+
#
|
3259
3266
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/WorkspaceAccessProperties AWS API Documentation
|
3260
3267
|
#
|
3261
3268
|
class WorkspaceAccessProperties < Struct.new(
|
@@ -3265,7 +3272,8 @@ module Aws::WorkSpaces
|
|
3265
3272
|
:device_type_ios,
|
3266
3273
|
:device_type_android,
|
3267
3274
|
:device_type_chrome_os,
|
3268
|
-
:device_type_zero_client
|
3275
|
+
:device_type_zero_client,
|
3276
|
+
:device_type_linux)
|
3269
3277
|
SENSITIVE = []
|
3270
3278
|
include Aws::Structure
|
3271
3279
|
end
|
data/lib/aws-sdk-workspaces.rb
CHANGED
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.56.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: 2021-
|
11
|
+
date: 2021-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.120.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.120.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
66
66
|
licenses:
|
67
67
|
- Apache-2.0
|
68
68
|
metadata:
|
69
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-workspaces
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-workspaces/CHANGELOG.md
|
71
71
|
post_install_message:
|
72
72
|
rdoc_options: []
|
73
73
|
require_paths:
|
@@ -76,15 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
|
87
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
88
87
|
signing_key:
|
89
88
|
specification_version: 4
|
90
89
|
summary: AWS SDK for Ruby - Amazon WorkSpaces
|