aws-sdk-appstream 1.4.0 → 1.5.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 +22 -5
- data/lib/aws-sdk-appstream/client_api.rb +10 -1
- data/lib/aws-sdk-appstream/types.rb +28 -3
- 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: abe23b6a19a4b7d999b4fb1fc3fa2cb2692253af
|
4
|
+
data.tar.gz: 6574d8e51a85a422f02a3c0e6ae5a686d73db775
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79b2d227e64c6254b6c260fdacc3ceb25de151be0a49579e215af0ab03d1d960fc9630d19d08bfaaf96f1e81f6da5f598ab75d89800d597d22f7ab34b442c15b
|
7
|
+
data.tar.gz: 720630ecb63cf52713b4d40af78cb4f7e5886a698a66bbe77f963445f7afb19f6faad3813a93cfb553c5460a80b046de8f0ee9849d00c1140ff4c38eb18d72e0
|
data/lib/aws-sdk-appstream.rb
CHANGED
@@ -533,6 +533,9 @@ module Aws::AppStream
|
|
533
533
|
# @option params [Array<Types::StorageConnector>] :storage_connectors
|
534
534
|
# The storage connectors to enable.
|
535
535
|
#
|
536
|
+
# @option params [String] :redirect_url
|
537
|
+
# The URL the user is redirected to after the streaming session ends.
|
538
|
+
#
|
536
539
|
# @return [Types::CreateStackResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
537
540
|
#
|
538
541
|
# * {Types::CreateStackResult#stack #stack} => Types::Stack
|
@@ -549,6 +552,7 @@ module Aws::AppStream
|
|
549
552
|
# resource_identifier: "ResourceIdentifier",
|
550
553
|
# },
|
551
554
|
# ],
|
555
|
+
# redirect_url: "RedirectURL",
|
552
556
|
# })
|
553
557
|
#
|
554
558
|
# @example Response structure
|
@@ -561,6 +565,7 @@ module Aws::AppStream
|
|
561
565
|
# resp.stack.storage_connectors #=> Array
|
562
566
|
# resp.stack.storage_connectors[0].connector_type #=> String, one of "HOMEFOLDERS"
|
563
567
|
# resp.stack.storage_connectors[0].resource_identifier #=> String
|
568
|
+
# resp.stack.redirect_url #=> String
|
564
569
|
# resp.stack.stack_errors #=> Array
|
565
570
|
# resp.stack.stack_errors[0].error_code #=> String, one of "STORAGE_CONNECTOR_ERROR", "INTERNAL_SERVICE_ERROR"
|
566
571
|
# resp.stack.stack_errors[0].error_message #=> String
|
@@ -801,7 +806,9 @@ module Aws::AppStream
|
|
801
806
|
req.send_request(options)
|
802
807
|
end
|
803
808
|
|
804
|
-
# Describes the specified directory configurations.
|
809
|
+
# Describes the specified directory configurations. Note that although
|
810
|
+
# the response syntax in this topic includes the account password, this
|
811
|
+
# password is not returned in the actual response.
|
805
812
|
#
|
806
813
|
# @option params [Array<String>] :directory_names
|
807
814
|
# The directory names.
|
@@ -1115,6 +1122,7 @@ module Aws::AppStream
|
|
1115
1122
|
# resp.stacks[0].storage_connectors #=> Array
|
1116
1123
|
# resp.stacks[0].storage_connectors[0].connector_type #=> String, one of "HOMEFOLDERS"
|
1117
1124
|
# resp.stacks[0].storage_connectors[0].resource_identifier #=> String
|
1125
|
+
# resp.stacks[0].redirect_url #=> String
|
1118
1126
|
# resp.stacks[0].stack_errors #=> Array
|
1119
1127
|
# resp.stacks[0].stack_errors[0].error_code #=> String, one of "STORAGE_CONNECTOR_ERROR", "INTERNAL_SERVICE_ERROR"
|
1120
1128
|
# resp.stacks[0].stack_errors[0].error_message #=> String
|
@@ -1257,7 +1265,7 @@ module Aws::AppStream
|
|
1257
1265
|
#
|
1258
1266
|
#
|
1259
1267
|
#
|
1260
|
-
# [1]: http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic
|
1268
|
+
# [1]: http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
|
1261
1269
|
#
|
1262
1270
|
# @option params [required, String] :resource_arn
|
1263
1271
|
# The Amazon Resource Name (ARN) of the resource.
|
@@ -1451,7 +1459,7 @@ module Aws::AppStream
|
|
1451
1459
|
#
|
1452
1460
|
#
|
1453
1461
|
#
|
1454
|
-
# [1]: http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic
|
1462
|
+
# [1]: http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
|
1455
1463
|
#
|
1456
1464
|
# @option params [required, String] :resource_arn
|
1457
1465
|
# The Amazon Resource Name (ARN) of the resource.
|
@@ -1493,7 +1501,7 @@ module Aws::AppStream
|
|
1493
1501
|
#
|
1494
1502
|
#
|
1495
1503
|
#
|
1496
|
-
# [1]: http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic
|
1504
|
+
# [1]: http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
|
1497
1505
|
#
|
1498
1506
|
# @option params [required, String] :resource_arn
|
1499
1507
|
# The Amazon Resource Name (ARN) of the resource.
|
@@ -1740,6 +1748,12 @@ module Aws::AppStream
|
|
1740
1748
|
# @option params [Boolean] :delete_storage_connectors
|
1741
1749
|
# Deletes the storage connectors currently enabled for the stack.
|
1742
1750
|
#
|
1751
|
+
# @option params [String] :redirect_url
|
1752
|
+
# The URL the user is redirected to after the streaming session ends.
|
1753
|
+
#
|
1754
|
+
# @option params [Array<String>] :attributes_to_delete
|
1755
|
+
# The stack attributes to delete.
|
1756
|
+
#
|
1743
1757
|
# @return [Types::UpdateStackResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1744
1758
|
#
|
1745
1759
|
# * {Types::UpdateStackResult#stack #stack} => Types::Stack
|
@@ -1757,6 +1771,8 @@ module Aws::AppStream
|
|
1757
1771
|
# },
|
1758
1772
|
# ],
|
1759
1773
|
# delete_storage_connectors: false,
|
1774
|
+
# redirect_url: "RedirectURL",
|
1775
|
+
# attributes_to_delete: ["STORAGE_CONNECTORS"], # accepts STORAGE_CONNECTORS, REDIRECT_URL
|
1760
1776
|
# })
|
1761
1777
|
#
|
1762
1778
|
# @example Response structure
|
@@ -1769,6 +1785,7 @@ module Aws::AppStream
|
|
1769
1785
|
# resp.stack.storage_connectors #=> Array
|
1770
1786
|
# resp.stack.storage_connectors[0].connector_type #=> String, one of "HOMEFOLDERS"
|
1771
1787
|
# resp.stack.storage_connectors[0].resource_identifier #=> String
|
1788
|
+
# resp.stack.redirect_url #=> String
|
1772
1789
|
# resp.stack.stack_errors #=> Array
|
1773
1790
|
# resp.stack.stack_errors[0].error_code #=> String, one of "STORAGE_CONNECTOR_ERROR", "INTERNAL_SERVICE_ERROR"
|
1774
1791
|
# resp.stack.stack_errors[0].error_message #=> String
|
@@ -1795,7 +1812,7 @@ module Aws::AppStream
|
|
1795
1812
|
params: params,
|
1796
1813
|
config: config)
|
1797
1814
|
context[:gem_name] = 'aws-sdk-appstream'
|
1798
|
-
context[:gem_version] = '1.
|
1815
|
+
context[:gem_version] = '1.5.0'
|
1799
1816
|
Seahorse::Client::Request.new(handlers, context)
|
1800
1817
|
end
|
1801
1818
|
|
@@ -108,6 +108,7 @@ module Aws::AppStream
|
|
108
108
|
OrganizationalUnitDistinguishedName = Shapes::StringShape.new(name: 'OrganizationalUnitDistinguishedName')
|
109
109
|
OrganizationalUnitDistinguishedNamesList = Shapes::ListShape.new(name: 'OrganizationalUnitDistinguishedNamesList')
|
110
110
|
PlatformType = Shapes::StringShape.new(name: 'PlatformType')
|
111
|
+
RedirectURL = Shapes::StringShape.new(name: 'RedirectURL')
|
111
112
|
ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
|
112
113
|
ResourceError = Shapes::StructureShape.new(name: 'ResourceError')
|
113
114
|
ResourceErrors = Shapes::ListShape.new(name: 'ResourceErrors')
|
@@ -121,6 +122,8 @@ module Aws::AppStream
|
|
121
122
|
SessionList = Shapes::ListShape.new(name: 'SessionList')
|
122
123
|
SessionState = Shapes::StringShape.new(name: 'SessionState')
|
123
124
|
Stack = Shapes::StructureShape.new(name: 'Stack')
|
125
|
+
StackAttribute = Shapes::StringShape.new(name: 'StackAttribute')
|
126
|
+
StackAttributes = Shapes::ListShape.new(name: 'StackAttributes')
|
124
127
|
StackError = Shapes::StructureShape.new(name: 'StackError')
|
125
128
|
StackErrorCode = Shapes::StringShape.new(name: 'StackErrorCode')
|
126
129
|
StackErrors = Shapes::ListShape.new(name: 'StackErrors')
|
@@ -236,6 +239,7 @@ module Aws::AppStream
|
|
236
239
|
CreateStackRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
237
240
|
CreateStackRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
|
238
241
|
CreateStackRequest.add_member(:storage_connectors, Shapes::ShapeRef.new(shape: StorageConnectorList, location_name: "StorageConnectors"))
|
242
|
+
CreateStackRequest.add_member(:redirect_url, Shapes::ShapeRef.new(shape: RedirectURL, location_name: "RedirectURL"))
|
239
243
|
CreateStackRequest.struct_class = Types::CreateStackRequest
|
240
244
|
|
241
245
|
CreateStackResult.add_member(:stack, Shapes::ShapeRef.new(shape: Stack, location_name: "Stack"))
|
@@ -486,9 +490,12 @@ module Aws::AppStream
|
|
486
490
|
Stack.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "DisplayName"))
|
487
491
|
Stack.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
488
492
|
Stack.add_member(:storage_connectors, Shapes::ShapeRef.new(shape: StorageConnectorList, location_name: "StorageConnectors"))
|
493
|
+
Stack.add_member(:redirect_url, Shapes::ShapeRef.new(shape: RedirectURL, location_name: "RedirectURL"))
|
489
494
|
Stack.add_member(:stack_errors, Shapes::ShapeRef.new(shape: StackErrors, location_name: "StackErrors"))
|
490
495
|
Stack.struct_class = Types::Stack
|
491
496
|
|
497
|
+
StackAttributes.member = Shapes::ShapeRef.new(shape: StackAttribute)
|
498
|
+
|
492
499
|
StackError.add_member(:error_code, Shapes::ShapeRef.new(shape: StackErrorCode, location_name: "ErrorCode"))
|
493
500
|
StackError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
494
501
|
StackError.struct_class = Types::StackError
|
@@ -577,7 +584,9 @@ module Aws::AppStream
|
|
577
584
|
UpdateStackRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
578
585
|
UpdateStackRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
579
586
|
UpdateStackRequest.add_member(:storage_connectors, Shapes::ShapeRef.new(shape: StorageConnectorList, location_name: "StorageConnectors"))
|
580
|
-
UpdateStackRequest.add_member(:delete_storage_connectors, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteStorageConnectors"))
|
587
|
+
UpdateStackRequest.add_member(:delete_storage_connectors, Shapes::ShapeRef.new(shape: Boolean, deprecated: true, location_name: "DeleteStorageConnectors"))
|
588
|
+
UpdateStackRequest.add_member(:redirect_url, Shapes::ShapeRef.new(shape: RedirectURL, location_name: "RedirectURL"))
|
589
|
+
UpdateStackRequest.add_member(:attributes_to_delete, Shapes::ShapeRef.new(shape: StackAttributes, location_name: "AttributesToDelete"))
|
581
590
|
UpdateStackRequest.struct_class = Types::UpdateStackRequest
|
582
591
|
|
583
592
|
UpdateStackResult.add_member(:stack, Shapes::ShapeRef.new(shape: Stack, location_name: "Stack"))
|
@@ -479,6 +479,7 @@ module Aws::AppStream
|
|
479
479
|
# resource_identifier: "ResourceIdentifier",
|
480
480
|
# },
|
481
481
|
# ],
|
482
|
+
# redirect_url: "RedirectURL",
|
482
483
|
# }
|
483
484
|
#
|
484
485
|
# @!attribute [rw] name
|
@@ -497,13 +498,18 @@ module Aws::AppStream
|
|
497
498
|
# The storage connectors to enable.
|
498
499
|
# @return [Array<Types::StorageConnector>]
|
499
500
|
#
|
501
|
+
# @!attribute [rw] redirect_url
|
502
|
+
# The URL the user is redirected to after the streaming session ends.
|
503
|
+
# @return [String]
|
504
|
+
#
|
500
505
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateStackRequest AWS API Documentation
|
501
506
|
#
|
502
507
|
class CreateStackRequest < Struct.new(
|
503
508
|
:name,
|
504
509
|
:description,
|
505
510
|
:display_name,
|
506
|
-
:storage_connectors
|
511
|
+
:storage_connectors,
|
512
|
+
:redirect_url)
|
507
513
|
include Aws::Structure
|
508
514
|
end
|
509
515
|
|
@@ -746,7 +752,9 @@ module Aws::AppStream
|
|
746
752
|
end
|
747
753
|
|
748
754
|
# @!attribute [rw] directory_configs
|
749
|
-
# Information about the directory configurations.
|
755
|
+
# Information about the directory configurations. Note that although
|
756
|
+
# the response syntax in this topic includes the account password,
|
757
|
+
# this password is not returned in the actual response.
|
750
758
|
# @return [Array<Types::DirectoryConfig>]
|
751
759
|
#
|
752
760
|
# @!attribute [rw] next_token
|
@@ -1660,6 +1668,10 @@ module Aws::AppStream
|
|
1660
1668
|
# The storage connectors to enable.
|
1661
1669
|
# @return [Array<Types::StorageConnector>]
|
1662
1670
|
#
|
1671
|
+
# @!attribute [rw] redirect_url
|
1672
|
+
# The URL the user is redirected to after the streaming session ends.
|
1673
|
+
# @return [String]
|
1674
|
+
#
|
1663
1675
|
# @!attribute [rw] stack_errors
|
1664
1676
|
# The errors for the stack.
|
1665
1677
|
# @return [Array<Types::StackError>]
|
@@ -1673,6 +1685,7 @@ module Aws::AppStream
|
|
1673
1685
|
:display_name,
|
1674
1686
|
:created_time,
|
1675
1687
|
:storage_connectors,
|
1688
|
+
:redirect_url,
|
1676
1689
|
:stack_errors)
|
1677
1690
|
include Aws::Structure
|
1678
1691
|
end
|
@@ -2107,6 +2120,8 @@ module Aws::AppStream
|
|
2107
2120
|
# },
|
2108
2121
|
# ],
|
2109
2122
|
# delete_storage_connectors: false,
|
2123
|
+
# redirect_url: "RedirectURL",
|
2124
|
+
# attributes_to_delete: ["STORAGE_CONNECTORS"], # accepts STORAGE_CONNECTORS, REDIRECT_URL
|
2110
2125
|
# }
|
2111
2126
|
#
|
2112
2127
|
# @!attribute [rw] display_name
|
@@ -2129,6 +2144,14 @@ module Aws::AppStream
|
|
2129
2144
|
# Deletes the storage connectors currently enabled for the stack.
|
2130
2145
|
# @return [Boolean]
|
2131
2146
|
#
|
2147
|
+
# @!attribute [rw] redirect_url
|
2148
|
+
# The URL the user is redirected to after the streaming session ends.
|
2149
|
+
# @return [String]
|
2150
|
+
#
|
2151
|
+
# @!attribute [rw] attributes_to_delete
|
2152
|
+
# The stack attributes to delete.
|
2153
|
+
# @return [Array<String>]
|
2154
|
+
#
|
2132
2155
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateStackRequest AWS API Documentation
|
2133
2156
|
#
|
2134
2157
|
class UpdateStackRequest < Struct.new(
|
@@ -2136,7 +2159,9 @@ module Aws::AppStream
|
|
2136
2159
|
:description,
|
2137
2160
|
:name,
|
2138
2161
|
:storage_connectors,
|
2139
|
-
:delete_storage_connectors
|
2162
|
+
:delete_storage_connectors,
|
2163
|
+
:redirect_url,
|
2164
|
+
:attributes_to_delete)
|
2140
2165
|
include Aws::Structure
|
2141
2166
|
end
|
2142
2167
|
|
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.5.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:
|
11
|
+
date: 2018-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|