aws-sdk-appstream 1.8.0 → 1.9.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-appstream.rb +1 -1
- data/lib/aws-sdk-appstream/client.rb +15 -7
- data/lib/aws-sdk-appstream/client_api.rb +5 -0
- data/lib/aws-sdk-appstream/types.rb +14 -6
- 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: e1de7998a25a578d02febb5c924e9294d50aa063
|
|
4
|
+
data.tar.gz: 1b380af46c571c5a02801f2d62fef7bb3a0355ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cccd97c8c561563a0ad24c923e33cef5bca42760e643b4378ba585cc9ed016f7528e971e6a58c70d18130ce5369eaee1971a6c0271c191360e725d7fee9714b4
|
|
7
|
+
data.tar.gz: 4f0caf1a14f4c53ad5e0baeaa8d3157915c4b1594083dec59ebf8f2bff322bac6d685eb1b7f28333bed4dcd61d67be77117d5db8f0784a9dcec507909f6cd908
|
data/lib/aws-sdk-appstream.rb
CHANGED
|
@@ -604,8 +604,9 @@ module Aws::AppStream
|
|
|
604
604
|
# display_name: "DisplayName",
|
|
605
605
|
# storage_connectors: [
|
|
606
606
|
# {
|
|
607
|
-
# connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS
|
|
607
|
+
# connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS, GOOGLE_DRIVE
|
|
608
608
|
# resource_identifier: "ResourceIdentifier",
|
|
609
|
+
# domains: ["Domain"],
|
|
609
610
|
# },
|
|
610
611
|
# ],
|
|
611
612
|
# redirect_url: "RedirectURL",
|
|
@@ -626,8 +627,10 @@ module Aws::AppStream
|
|
|
626
627
|
# resp.stack.display_name #=> String
|
|
627
628
|
# resp.stack.created_time #=> Time
|
|
628
629
|
# resp.stack.storage_connectors #=> Array
|
|
629
|
-
# resp.stack.storage_connectors[0].connector_type #=> String, one of "HOMEFOLDERS"
|
|
630
|
+
# resp.stack.storage_connectors[0].connector_type #=> String, one of "HOMEFOLDERS", "GOOGLE_DRIVE"
|
|
630
631
|
# resp.stack.storage_connectors[0].resource_identifier #=> String
|
|
632
|
+
# resp.stack.storage_connectors[0].domains #=> Array
|
|
633
|
+
# resp.stack.storage_connectors[0].domains[0] #=> String
|
|
631
634
|
# resp.stack.redirect_url #=> String
|
|
632
635
|
# resp.stack.feedback_url #=> String
|
|
633
636
|
# resp.stack.stack_errors #=> Array
|
|
@@ -1187,8 +1190,10 @@ module Aws::AppStream
|
|
|
1187
1190
|
# resp.stacks[0].display_name #=> String
|
|
1188
1191
|
# resp.stacks[0].created_time #=> Time
|
|
1189
1192
|
# resp.stacks[0].storage_connectors #=> Array
|
|
1190
|
-
# resp.stacks[0].storage_connectors[0].connector_type #=> String, one of "HOMEFOLDERS"
|
|
1193
|
+
# resp.stacks[0].storage_connectors[0].connector_type #=> String, one of "HOMEFOLDERS", "GOOGLE_DRIVE"
|
|
1191
1194
|
# resp.stacks[0].storage_connectors[0].resource_identifier #=> String
|
|
1195
|
+
# resp.stacks[0].storage_connectors[0].domains #=> Array
|
|
1196
|
+
# resp.stacks[0].storage_connectors[0].domains[0] #=> String
|
|
1192
1197
|
# resp.stacks[0].redirect_url #=> String
|
|
1193
1198
|
# resp.stacks[0].feedback_url #=> String
|
|
1194
1199
|
# resp.stacks[0].stack_errors #=> Array
|
|
@@ -1847,14 +1852,15 @@ module Aws::AppStream
|
|
|
1847
1852
|
# name: "String", # required
|
|
1848
1853
|
# storage_connectors: [
|
|
1849
1854
|
# {
|
|
1850
|
-
# connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS
|
|
1855
|
+
# connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS, GOOGLE_DRIVE
|
|
1851
1856
|
# resource_identifier: "ResourceIdentifier",
|
|
1857
|
+
# domains: ["Domain"],
|
|
1852
1858
|
# },
|
|
1853
1859
|
# ],
|
|
1854
1860
|
# delete_storage_connectors: false,
|
|
1855
1861
|
# redirect_url: "RedirectURL",
|
|
1856
1862
|
# feedback_url: "FeedbackURL",
|
|
1857
|
-
# attributes_to_delete: ["STORAGE_CONNECTORS"], # accepts STORAGE_CONNECTORS, REDIRECT_URL, FEEDBACK_URL, THEME_NAME, USER_SETTINGS
|
|
1863
|
+
# attributes_to_delete: ["STORAGE_CONNECTORS"], # accepts STORAGE_CONNECTORS, STORAGE_CONNECTOR_HOMEFOLDERS, STORAGE_CONNECTOR_GOOGLE_DRIVE, REDIRECT_URL, FEEDBACK_URL, THEME_NAME, USER_SETTINGS
|
|
1858
1864
|
# user_settings: [
|
|
1859
1865
|
# {
|
|
1860
1866
|
# action: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", # required, accepts CLIPBOARD_COPY_FROM_LOCAL_DEVICE, CLIPBOARD_COPY_TO_LOCAL_DEVICE, FILE_UPLOAD, FILE_DOWNLOAD, PRINTING_TO_LOCAL_DEVICE
|
|
@@ -1871,8 +1877,10 @@ module Aws::AppStream
|
|
|
1871
1877
|
# resp.stack.display_name #=> String
|
|
1872
1878
|
# resp.stack.created_time #=> Time
|
|
1873
1879
|
# resp.stack.storage_connectors #=> Array
|
|
1874
|
-
# resp.stack.storage_connectors[0].connector_type #=> String, one of "HOMEFOLDERS"
|
|
1880
|
+
# resp.stack.storage_connectors[0].connector_type #=> String, one of "HOMEFOLDERS", "GOOGLE_DRIVE"
|
|
1875
1881
|
# resp.stack.storage_connectors[0].resource_identifier #=> String
|
|
1882
|
+
# resp.stack.storage_connectors[0].domains #=> Array
|
|
1883
|
+
# resp.stack.storage_connectors[0].domains[0] #=> String
|
|
1876
1884
|
# resp.stack.redirect_url #=> String
|
|
1877
1885
|
# resp.stack.feedback_url #=> String
|
|
1878
1886
|
# resp.stack.stack_errors #=> Array
|
|
@@ -1904,7 +1912,7 @@ module Aws::AppStream
|
|
|
1904
1912
|
params: params,
|
|
1905
1913
|
config: config)
|
|
1906
1914
|
context[:gem_name] = 'aws-sdk-appstream'
|
|
1907
|
-
context[:gem_version] = '1.
|
|
1915
|
+
context[:gem_version] = '1.9.0'
|
|
1908
1916
|
Seahorse::Client::Request.new(handlers, context)
|
|
1909
1917
|
end
|
|
1910
1918
|
|
|
@@ -70,7 +70,9 @@ module Aws::AppStream
|
|
|
70
70
|
DisassociateFleetRequest = Shapes::StructureShape.new(name: 'DisassociateFleetRequest')
|
|
71
71
|
DisassociateFleetResult = Shapes::StructureShape.new(name: 'DisassociateFleetResult')
|
|
72
72
|
DisplayName = Shapes::StringShape.new(name: 'DisplayName')
|
|
73
|
+
Domain = Shapes::StringShape.new(name: 'Domain')
|
|
73
74
|
DomainJoinInfo = Shapes::StructureShape.new(name: 'DomainJoinInfo')
|
|
75
|
+
DomainList = Shapes::ListShape.new(name: 'DomainList')
|
|
74
76
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
|
75
77
|
ExpireSessionRequest = Shapes::StructureShape.new(name: 'ExpireSessionRequest')
|
|
76
78
|
ExpireSessionResult = Shapes::StructureShape.new(name: 'ExpireSessionResult')
|
|
@@ -376,6 +378,8 @@ module Aws::AppStream
|
|
|
376
378
|
DomainJoinInfo.add_member(:organizational_unit_distinguished_name, Shapes::ShapeRef.new(shape: OrganizationalUnitDistinguishedName, location_name: "OrganizationalUnitDistinguishedName"))
|
|
377
379
|
DomainJoinInfo.struct_class = Types::DomainJoinInfo
|
|
378
380
|
|
|
381
|
+
DomainList.member = Shapes::ShapeRef.new(shape: Domain)
|
|
382
|
+
|
|
379
383
|
ExpireSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SessionId"))
|
|
380
384
|
ExpireSessionRequest.struct_class = Types::ExpireSessionRequest
|
|
381
385
|
|
|
@@ -551,6 +555,7 @@ module Aws::AppStream
|
|
|
551
555
|
|
|
552
556
|
StorageConnector.add_member(:connector_type, Shapes::ShapeRef.new(shape: StorageConnectorType, required: true, location_name: "ConnectorType"))
|
|
553
557
|
StorageConnector.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "ResourceIdentifier"))
|
|
558
|
+
StorageConnector.add_member(:domains, Shapes::ShapeRef.new(shape: DomainList, location_name: "Domains"))
|
|
554
559
|
StorageConnector.struct_class = Types::StorageConnector
|
|
555
560
|
|
|
556
561
|
StorageConnectorList.member = Shapes::ShapeRef.new(shape: StorageConnector)
|
|
@@ -526,8 +526,9 @@ module Aws::AppStream
|
|
|
526
526
|
# display_name: "DisplayName",
|
|
527
527
|
# storage_connectors: [
|
|
528
528
|
# {
|
|
529
|
-
# connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS
|
|
529
|
+
# connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS, GOOGLE_DRIVE
|
|
530
530
|
# resource_identifier: "ResourceIdentifier",
|
|
531
|
+
# domains: ["Domain"],
|
|
531
532
|
# },
|
|
532
533
|
# ],
|
|
533
534
|
# redirect_url: "RedirectURL",
|
|
@@ -1904,14 +1905,15 @@ module Aws::AppStream
|
|
|
1904
1905
|
include Aws::Structure
|
|
1905
1906
|
end
|
|
1906
1907
|
|
|
1907
|
-
# Describes a storage
|
|
1908
|
+
# Describes a connector to enable persistent storage for users.
|
|
1908
1909
|
#
|
|
1909
1910
|
# @note When making an API call, you may pass StorageConnector
|
|
1910
1911
|
# data as a hash:
|
|
1911
1912
|
#
|
|
1912
1913
|
# {
|
|
1913
|
-
# connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS
|
|
1914
|
+
# connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS, GOOGLE_DRIVE
|
|
1914
1915
|
# resource_identifier: "ResourceIdentifier",
|
|
1916
|
+
# domains: ["Domain"],
|
|
1915
1917
|
# }
|
|
1916
1918
|
#
|
|
1917
1919
|
# @!attribute [rw] connector_type
|
|
@@ -1922,11 +1924,16 @@ module Aws::AppStream
|
|
|
1922
1924
|
# The ARN of the storage connector.
|
|
1923
1925
|
# @return [String]
|
|
1924
1926
|
#
|
|
1927
|
+
# @!attribute [rw] domains
|
|
1928
|
+
# The names of the domains for the G Suite account.
|
|
1929
|
+
# @return [Array<String>]
|
|
1930
|
+
#
|
|
1925
1931
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/StorageConnector AWS API Documentation
|
|
1926
1932
|
#
|
|
1927
1933
|
class StorageConnector < Struct.new(
|
|
1928
1934
|
:connector_type,
|
|
1929
|
-
:resource_identifier
|
|
1935
|
+
:resource_identifier,
|
|
1936
|
+
:domains)
|
|
1930
1937
|
include Aws::Structure
|
|
1931
1938
|
end
|
|
1932
1939
|
|
|
@@ -2201,14 +2208,15 @@ module Aws::AppStream
|
|
|
2201
2208
|
# name: "String", # required
|
|
2202
2209
|
# storage_connectors: [
|
|
2203
2210
|
# {
|
|
2204
|
-
# connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS
|
|
2211
|
+
# connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS, GOOGLE_DRIVE
|
|
2205
2212
|
# resource_identifier: "ResourceIdentifier",
|
|
2213
|
+
# domains: ["Domain"],
|
|
2206
2214
|
# },
|
|
2207
2215
|
# ],
|
|
2208
2216
|
# delete_storage_connectors: false,
|
|
2209
2217
|
# redirect_url: "RedirectURL",
|
|
2210
2218
|
# feedback_url: "FeedbackURL",
|
|
2211
|
-
# attributes_to_delete: ["STORAGE_CONNECTORS"], # accepts STORAGE_CONNECTORS, REDIRECT_URL, FEEDBACK_URL, THEME_NAME, USER_SETTINGS
|
|
2219
|
+
# attributes_to_delete: ["STORAGE_CONNECTORS"], # accepts STORAGE_CONNECTORS, STORAGE_CONNECTOR_HOMEFOLDERS, STORAGE_CONNECTOR_GOOGLE_DRIVE, REDIRECT_URL, FEEDBACK_URL, THEME_NAME, USER_SETTINGS
|
|
2212
2220
|
# user_settings: [
|
|
2213
2221
|
# {
|
|
2214
2222
|
# action: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", # required, accepts CLIPBOARD_COPY_FROM_LOCAL_DEVICE, CLIPBOARD_COPY_TO_LOCAL_DEVICE, FILE_UPLOAD, FILE_DOWNLOAD, PRINTING_TO_LOCAL_DEVICE
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-appstream
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.9.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: 2018-
|
|
11
|
+
date: 2018-06-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|