aws-sdk-appstream 1.20.0 → 1.21.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 +38 -32
- data/lib/aws-sdk-appstream/client_api.rb +4 -0
- data/lib/aws-sdk-appstream/types.rb +54 -25
- 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: bf71253f9205cdcb4bc1d5267b0a254077b95e5a
|
4
|
+
data.tar.gz: 691ec4b05bb51ced04a811f3207ab19a94457746
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '049645998d9134d12dfed425eb7a0e940a17cc8ce63ea28fc7a245fb6fa142626a5e120632a0642d98eefe60731060aa05983646501ae508fb4c6e77b3965573'
|
7
|
+
data.tar.gz: 1fe99e36dca5a75c8ed986156046528258fbf7d13b84babcbeadc6ac729a3347d03cd2c84eea167115cad5caba0ea6014532db63b039bc66a3f09a9e13813dcc
|
data/lib/aws-sdk-appstream.rb
CHANGED
@@ -500,13 +500,13 @@ module Aws::AppStream
|
|
500
500
|
#
|
501
501
|
# @option params [Integer] :max_user_duration_in_seconds
|
502
502
|
# The maximum time that a streaming session can run, in seconds. Specify
|
503
|
-
# a value between 600 and
|
503
|
+
# a value between 600 and 360000.
|
504
504
|
#
|
505
505
|
# @option params [Integer] :disconnect_timeout_in_seconds
|
506
506
|
# The time after disconnection when a session is considered to have
|
507
507
|
# ended, in seconds. If a user who was disconnected reconnects within
|
508
508
|
# this time interval, the user is connected to their previous session.
|
509
|
-
# Specify a value between 60 and
|
509
|
+
# Specify a value between 60 and 360000.
|
510
510
|
#
|
511
511
|
# @option params [String] :description
|
512
512
|
# The description to display.
|
@@ -522,18 +522,18 @@ module Aws::AppStream
|
|
522
522
|
# the fleet to a Microsoft Active Directory domain.
|
523
523
|
#
|
524
524
|
# @option params [Hash<String,String>] :tags
|
525
|
-
# The tags to associate with the fleet. A tag is a key-value pair
|
526
|
-
# value is optional
|
525
|
+
# The tags to associate with the fleet. A tag is a key-value pair, and
|
526
|
+
# the value is optional. For example, Environment=Test. If you do not
|
527
527
|
# specify a value, Environment=.
|
528
528
|
#
|
529
|
-
# If you do not specify a value,
|
529
|
+
# If you do not specify a value, the value is set to an empty string.
|
530
530
|
#
|
531
531
|
# For more information, see [Tagging Your Resources][1] in the *Amazon
|
532
532
|
# AppStream 2.0 Developer Guide*.
|
533
533
|
#
|
534
534
|
#
|
535
535
|
#
|
536
|
-
# [1]:
|
536
|
+
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
|
537
537
|
#
|
538
538
|
# @return [Types::CreateFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
539
539
|
#
|
@@ -648,17 +648,17 @@ module Aws::AppStream
|
|
648
648
|
#
|
649
649
|
# @option params [Hash<String,String>] :tags
|
650
650
|
# The tags to associate with the image builder. A tag is a key-value
|
651
|
-
# pair
|
652
|
-
#
|
651
|
+
# pair, and the value is optional. For example, Environment=Test. If you
|
652
|
+
# do not specify a value, Environment=.
|
653
653
|
#
|
654
|
-
# If you do not specify a value,
|
654
|
+
# If you do not specify a value, the value is set to an empty string.
|
655
655
|
#
|
656
656
|
# For more information about tags, see [Tagging Your Resources][1] in
|
657
657
|
# the *Amazon AppStream 2.0 Developer Guide*.
|
658
658
|
#
|
659
659
|
#
|
660
660
|
#
|
661
|
-
# [1]:
|
661
|
+
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
|
662
662
|
#
|
663
663
|
# @return [Types::CreateImageBuilderResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
664
664
|
#
|
@@ -794,18 +794,18 @@ module Aws::AppStream
|
|
794
794
|
# applied to the next session.
|
795
795
|
#
|
796
796
|
# @option params [Hash<String,String>] :tags
|
797
|
-
# The tags to associate with the stack. A tag is a key-value pair
|
798
|
-
# value is optional
|
797
|
+
# The tags to associate with the stack. A tag is a key-value pair, and
|
798
|
+
# the value is optional. For example, Environment=Test. If you do not
|
799
799
|
# specify a value, Environment=.
|
800
800
|
#
|
801
|
-
# If you do not specify a value,
|
801
|
+
# If you do not specify a value, the value is set to an empty string.
|
802
802
|
#
|
803
803
|
# For more information about tags, see [Tagging Your Resources][1] in
|
804
804
|
# the *Amazon AppStream 2.0 Developer Guide*.
|
805
805
|
#
|
806
806
|
#
|
807
807
|
#
|
808
|
-
# [1]:
|
808
|
+
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
|
809
809
|
#
|
810
810
|
# @return [Types::CreateStackResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
811
811
|
#
|
@@ -901,7 +901,7 @@ module Aws::AppStream
|
|
901
901
|
#
|
902
902
|
#
|
903
903
|
#
|
904
|
-
# [1]:
|
904
|
+
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/managing-stacks-fleets.html#managing-stacks-fleets-parameters
|
905
905
|
#
|
906
906
|
# @return [Types::CreateStreamingURLResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
907
907
|
#
|
@@ -1514,11 +1514,11 @@ module Aws::AppStream
|
|
1514
1514
|
req.send_request(options)
|
1515
1515
|
end
|
1516
1516
|
|
1517
|
-
# Retrieves a list that describes the streaming sessions for a
|
1518
|
-
# stack and fleet. If a UserId is provided for the
|
1519
|
-
# streaming sessions for that user are described.
|
1520
|
-
# type is not provided, the default is to
|
1521
|
-
# streaming URL.
|
1517
|
+
# Retrieves a list that describes the active streaming sessions for a
|
1518
|
+
# specified stack and fleet. If a value for `UserId` is provided for the
|
1519
|
+
# stack and fleet, only streaming sessions for that user are described.
|
1520
|
+
# If an authentication type is not provided, the default is to
|
1521
|
+
# authenticate users using a streaming URL.
|
1522
1522
|
#
|
1523
1523
|
# @option params [required, String] :stack_name
|
1524
1524
|
# The name of the stack. This value is case-sensitive.
|
@@ -1539,8 +1539,9 @@ module Aws::AppStream
|
|
1539
1539
|
#
|
1540
1540
|
# @option params [String] :authentication_type
|
1541
1541
|
# The authentication method. Specify `API` for a user authenticated
|
1542
|
-
# using a streaming URL
|
1543
|
-
#
|
1542
|
+
# using a streaming URL, `SAML` for a SAML 2.0-federated user, or
|
1543
|
+
# `USERPOOL` for a user in the AppStream 2.0 user pool. The default is
|
1544
|
+
# to authenticate users using a streaming URL.
|
1544
1545
|
#
|
1545
1546
|
# @return [Types::DescribeSessionsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1546
1547
|
#
|
@@ -1566,6 +1567,9 @@ module Aws::AppStream
|
|
1566
1567
|
# resp.sessions[0].stack_name #=> String
|
1567
1568
|
# resp.sessions[0].fleet_name #=> String
|
1568
1569
|
# resp.sessions[0].state #=> String, one of "ACTIVE", "PENDING", "EXPIRED"
|
1570
|
+
# resp.sessions[0].connection_state #=> String, one of "CONNECTED", "NOT_CONNECTED"
|
1571
|
+
# resp.sessions[0].start_time #=> Time
|
1572
|
+
# resp.sessions[0].max_expiration_time #=> Time
|
1569
1573
|
# resp.sessions[0].authentication_type #=> String, one of "API", "SAML", "USERPOOL"
|
1570
1574
|
# resp.sessions[0].network_access_configuration.eni_private_ip_address #=> String
|
1571
1575
|
# resp.sessions[0].network_access_configuration.eni_id #=> String
|
@@ -1931,7 +1935,7 @@ module Aws::AppStream
|
|
1931
1935
|
#
|
1932
1936
|
#
|
1933
1937
|
#
|
1934
|
-
# [1]:
|
1938
|
+
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
|
1935
1939
|
#
|
1936
1940
|
# @option params [required, String] :resource_arn
|
1937
1941
|
# The Amazon Resource Name (ARN) of the resource.
|
@@ -2125,17 +2129,17 @@ module Aws::AppStream
|
|
2125
2129
|
#
|
2126
2130
|
#
|
2127
2131
|
#
|
2128
|
-
# [1]:
|
2132
|
+
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
|
2129
2133
|
#
|
2130
2134
|
# @option params [required, String] :resource_arn
|
2131
2135
|
# The Amazon Resource Name (ARN) of the resource.
|
2132
2136
|
#
|
2133
2137
|
# @option params [required, Hash<String,String>] :tags
|
2134
|
-
# The tags to associate. A tag is a key-value pair
|
2135
|
-
# optional
|
2136
|
-
#
|
2138
|
+
# The tags to associate. A tag is a key-value pair, and the value is
|
2139
|
+
# optional. For example, Environment=Test. If you do not specify a
|
2140
|
+
# value, Environment=.
|
2137
2141
|
#
|
2138
|
-
# If you do not specify a value,
|
2142
|
+
# If you do not specify a value, the value is set to an empty string.
|
2139
2143
|
#
|
2140
2144
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2141
2145
|
#
|
@@ -2167,7 +2171,7 @@ module Aws::AppStream
|
|
2167
2171
|
#
|
2168
2172
|
#
|
2169
2173
|
#
|
2170
|
-
# [1]:
|
2174
|
+
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
|
2171
2175
|
#
|
2172
2176
|
# @option params [required, String] :resource_arn
|
2173
2177
|
# The Amazon Resource Name (ARN) of the resource.
|
@@ -2309,13 +2313,15 @@ module Aws::AppStream
|
|
2309
2313
|
#
|
2310
2314
|
# @option params [Integer] :max_user_duration_in_seconds
|
2311
2315
|
# The maximum time that a streaming session can run, in seconds. Specify
|
2312
|
-
# a value between 600 and
|
2316
|
+
# a value between 600 and 360000. By default, the value is 900 seconds
|
2317
|
+
# (15 minutes).
|
2313
2318
|
#
|
2314
2319
|
# @option params [Integer] :disconnect_timeout_in_seconds
|
2315
2320
|
# The time after disconnection when a session is considered to have
|
2316
2321
|
# ended, in seconds. If a user who was disconnected reconnects within
|
2317
2322
|
# this time interval, the user is connected to their previous session.
|
2318
|
-
# Specify a value between 60 and
|
2323
|
+
# Specify a value between 60 and 360000. By default, the value is 900
|
2324
|
+
# seconds (15 minutes).
|
2319
2325
|
#
|
2320
2326
|
# @option params [Boolean] :delete_vpc_config
|
2321
2327
|
# Deletes the VPC association for the specified fleet.
|
@@ -2557,7 +2563,7 @@ module Aws::AppStream
|
|
2557
2563
|
params: params,
|
2558
2564
|
config: config)
|
2559
2565
|
context[:gem_name] = 'aws-sdk-appstream'
|
2560
|
-
context[:gem_version] = '1.
|
2566
|
+
context[:gem_version] = '1.21.0'
|
2561
2567
|
Seahorse::Client::Request.new(handlers, context)
|
2562
2568
|
end
|
2563
2569
|
|
@@ -158,6 +158,7 @@ module Aws::AppStream
|
|
158
158
|
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
159
159
|
ServiceAccountCredentials = Shapes::StructureShape.new(name: 'ServiceAccountCredentials')
|
160
160
|
Session = Shapes::StructureShape.new(name: 'Session')
|
161
|
+
SessionConnectionState = Shapes::StringShape.new(name: 'SessionConnectionState')
|
161
162
|
SessionList = Shapes::ListShape.new(name: 'SessionList')
|
162
163
|
SessionState = Shapes::StringShape.new(name: 'SessionState')
|
163
164
|
SettingsGroup = Shapes::StringShape.new(name: 'SettingsGroup')
|
@@ -657,6 +658,9 @@ module Aws::AppStream
|
|
657
658
|
Session.add_member(:stack_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackName"))
|
658
659
|
Session.add_member(:fleet_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "FleetName"))
|
659
660
|
Session.add_member(:state, Shapes::ShapeRef.new(shape: SessionState, required: true, location_name: "State"))
|
661
|
+
Session.add_member(:connection_state, Shapes::ShapeRef.new(shape: SessionConnectionState, location_name: "ConnectionState"))
|
662
|
+
Session.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
663
|
+
Session.add_member(:max_expiration_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "MaxExpirationTime"))
|
660
664
|
Session.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "AuthenticationType"))
|
661
665
|
Session.add_member(:network_access_configuration, Shapes::ShapeRef.new(shape: NetworkAccessConfiguration, location_name: "NetworkAccessConfiguration"))
|
662
666
|
Session.struct_class = Types::Session
|
@@ -472,14 +472,14 @@ module Aws::AppStream
|
|
472
472
|
#
|
473
473
|
# @!attribute [rw] max_user_duration_in_seconds
|
474
474
|
# The maximum time that a streaming session can run, in seconds.
|
475
|
-
# Specify a value between 600 and
|
475
|
+
# Specify a value between 600 and 360000.
|
476
476
|
# @return [Integer]
|
477
477
|
#
|
478
478
|
# @!attribute [rw] disconnect_timeout_in_seconds
|
479
479
|
# The time after disconnection when a session is considered to have
|
480
480
|
# ended, in seconds. If a user who was disconnected reconnects within
|
481
481
|
# this time interval, the user is connected to their previous session.
|
482
|
-
# Specify a value between 60 and
|
482
|
+
# Specify a value between 60 and 360000.
|
483
483
|
# @return [Integer]
|
484
484
|
#
|
485
485
|
# @!attribute [rw] description
|
@@ -500,18 +500,18 @@ module Aws::AppStream
|
|
500
500
|
# @return [Types::DomainJoinInfo]
|
501
501
|
#
|
502
502
|
# @!attribute [rw] tags
|
503
|
-
# The tags to associate with the fleet. A tag is a key-value pair
|
504
|
-
# value is optional
|
503
|
+
# The tags to associate with the fleet. A tag is a key-value pair, and
|
504
|
+
# the value is optional. For example, Environment=Test. If you do not
|
505
505
|
# specify a value, Environment=.
|
506
506
|
#
|
507
|
-
# If you do not specify a value,
|
507
|
+
# If you do not specify a value, the value is set to an empty string.
|
508
508
|
#
|
509
509
|
# For more information, see [Tagging Your Resources][1] in the *Amazon
|
510
510
|
# AppStream 2.0 Developer Guide*.
|
511
511
|
#
|
512
512
|
#
|
513
513
|
#
|
514
|
-
# [1]:
|
514
|
+
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
|
515
515
|
# @return [Hash<String,String>]
|
516
516
|
#
|
517
517
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateFleetRequest AWS API Documentation
|
@@ -616,17 +616,17 @@ module Aws::AppStream
|
|
616
616
|
#
|
617
617
|
# @!attribute [rw] tags
|
618
618
|
# The tags to associate with the image builder. A tag is a key-value
|
619
|
-
# pair
|
619
|
+
# pair, and the value is optional. For example, Environment=Test. If
|
620
620
|
# you do not specify a value, Environment=.
|
621
621
|
#
|
622
|
-
# If you do not specify a value,
|
622
|
+
# If you do not specify a value, the value is set to an empty string.
|
623
623
|
#
|
624
624
|
# For more information about tags, see [Tagging Your Resources][1] in
|
625
625
|
# the *Amazon AppStream 2.0 Developer Guide*.
|
626
626
|
#
|
627
627
|
#
|
628
628
|
#
|
629
|
-
# [1]:
|
629
|
+
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
|
630
630
|
# @return [Hash<String,String>]
|
631
631
|
#
|
632
632
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateImageBuilderRequest AWS API Documentation
|
@@ -770,18 +770,18 @@ module Aws::AppStream
|
|
770
770
|
# @return [Types::ApplicationSettings]
|
771
771
|
#
|
772
772
|
# @!attribute [rw] tags
|
773
|
-
# The tags to associate with the stack. A tag is a key-value pair
|
774
|
-
# value is optional
|
773
|
+
# The tags to associate with the stack. A tag is a key-value pair, and
|
774
|
+
# the value is optional. For example, Environment=Test. If you do not
|
775
775
|
# specify a value, Environment=.
|
776
776
|
#
|
777
|
-
# If you do not specify a value,
|
777
|
+
# If you do not specify a value, the value is set to an empty string.
|
778
778
|
#
|
779
779
|
# For more information about tags, see [Tagging Your Resources][1] in
|
780
780
|
# the *Amazon AppStream 2.0 Developer Guide*.
|
781
781
|
#
|
782
782
|
#
|
783
783
|
#
|
784
|
-
# [1]:
|
784
|
+
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
|
785
785
|
# @return [Hash<String,String>]
|
786
786
|
#
|
787
787
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateStackRequest AWS API Documentation
|
@@ -850,7 +850,7 @@ module Aws::AppStream
|
|
850
850
|
#
|
851
851
|
#
|
852
852
|
#
|
853
|
-
# [1]:
|
853
|
+
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/managing-stacks-fleets.html#managing-stacks-fleets-parameters
|
854
854
|
# @return [String]
|
855
855
|
#
|
856
856
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateStreamingURLRequest AWS API Documentation
|
@@ -1416,8 +1416,9 @@ module Aws::AppStream
|
|
1416
1416
|
#
|
1417
1417
|
# @!attribute [rw] authentication_type
|
1418
1418
|
# The authentication method. Specify `API` for a user authenticated
|
1419
|
-
# using a streaming URL
|
1420
|
-
#
|
1419
|
+
# using a streaming URL, `SAML` for a SAML 2.0-federated user, or
|
1420
|
+
# `USERPOOL` for a user in the AppStream 2.0 user pool. The default is
|
1421
|
+
# to authenticate users using a streaming URL.
|
1421
1422
|
# @return [String]
|
1422
1423
|
#
|
1423
1424
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeSessionsRequest AWS API Documentation
|
@@ -1821,14 +1822,15 @@ module Aws::AppStream
|
|
1821
1822
|
#
|
1822
1823
|
# @!attribute [rw] max_user_duration_in_seconds
|
1823
1824
|
# The maximum time that a streaming session can run, in seconds.
|
1824
|
-
# Specify a value between 600 and
|
1825
|
+
# Specify a value between 600 and 360000.
|
1825
1826
|
# @return [Integer]
|
1826
1827
|
#
|
1827
1828
|
# @!attribute [rw] disconnect_timeout_in_seconds
|
1828
1829
|
# The time after disconnection when a session is considered to have
|
1829
1830
|
# ended, in seconds. If a user who was disconnected reconnects within
|
1830
1831
|
# this time interval, the user is connected to their previous session.
|
1831
|
-
# Specify a value between 60 and
|
1832
|
+
# Specify a value between 60 and 360000. By default, this value is 900
|
1833
|
+
# seconds (15 minutes).
|
1832
1834
|
# @return [Integer]
|
1833
1835
|
#
|
1834
1836
|
# @!attribute [rw] state
|
@@ -2343,9 +2345,31 @@ module Aws::AppStream
|
|
2343
2345
|
# The current state of the streaming session.
|
2344
2346
|
# @return [String]
|
2345
2347
|
#
|
2348
|
+
# @!attribute [rw] connection_state
|
2349
|
+
# Specifies whether a user is connected to the streaming session.
|
2350
|
+
# @return [String]
|
2351
|
+
#
|
2352
|
+
# @!attribute [rw] start_time
|
2353
|
+
# The time when a streaming instance is dedicated for the user.
|
2354
|
+
# @return [Time]
|
2355
|
+
#
|
2356
|
+
# @!attribute [rw] max_expiration_time
|
2357
|
+
# The time when the streaming session is set to expire. This time is
|
2358
|
+
# based on the `MaxUserDurationinSeconds` value, which determines the
|
2359
|
+
# maximum length of time that a streaming session can run. A streaming
|
2360
|
+
# session might end earlier than the time specified in
|
2361
|
+
# `SessionMaxExpirationTime`, when the `DisconnectTimeOutInSeconds`
|
2362
|
+
# elapses or the user chooses to end his or her session. If the
|
2363
|
+
# `DisconnectTimeOutInSeconds` elapses, or the user chooses to end his
|
2364
|
+
# or her session, the streaming instance is terminated and the
|
2365
|
+
# streaming session ends.
|
2366
|
+
# @return [Time]
|
2367
|
+
#
|
2346
2368
|
# @!attribute [rw] authentication_type
|
2347
2369
|
# The authentication method. The user is authenticated using a
|
2348
|
-
# streaming URL (`API`)
|
2370
|
+
# streaming URL (`API`), SAML 2.0 federation (`SAML`), or the
|
2371
|
+
# AppStream 2.0 user pool (`USERPOOL`). The default is to authenticate
|
2372
|
+
# users using a streaming URL.
|
2349
2373
|
# @return [String]
|
2350
2374
|
#
|
2351
2375
|
# @!attribute [rw] network_access_configuration
|
@@ -2360,6 +2384,9 @@ module Aws::AppStream
|
|
2360
2384
|
:stack_name,
|
2361
2385
|
:fleet_name,
|
2362
2386
|
:state,
|
2387
|
+
:connection_state,
|
2388
|
+
:start_time,
|
2389
|
+
:max_expiration_time,
|
2363
2390
|
:authentication_type,
|
2364
2391
|
:network_access_configuration)
|
2365
2392
|
include Aws::Structure
|
@@ -2627,11 +2654,11 @@ module Aws::AppStream
|
|
2627
2654
|
# @return [String]
|
2628
2655
|
#
|
2629
2656
|
# @!attribute [rw] tags
|
2630
|
-
# The tags to associate. A tag is a key-value pair
|
2631
|
-
# optional
|
2632
|
-
#
|
2657
|
+
# The tags to associate. A tag is a key-value pair, and the value is
|
2658
|
+
# optional. For example, Environment=Test. If you do not specify a
|
2659
|
+
# value, Environment=.
|
2633
2660
|
#
|
2634
|
-
# If you do not specify a value,
|
2661
|
+
# If you do not specify a value, the value is set to an empty string.
|
2635
2662
|
# @return [Hash<String,String>]
|
2636
2663
|
#
|
2637
2664
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/TagResourceRequest AWS API Documentation
|
@@ -2815,14 +2842,16 @@ module Aws::AppStream
|
|
2815
2842
|
#
|
2816
2843
|
# @!attribute [rw] max_user_duration_in_seconds
|
2817
2844
|
# The maximum time that a streaming session can run, in seconds.
|
2818
|
-
# Specify a value between 600 and
|
2845
|
+
# Specify a value between 600 and 360000. By default, the value is 900
|
2846
|
+
# seconds (15 minutes).
|
2819
2847
|
# @return [Integer]
|
2820
2848
|
#
|
2821
2849
|
# @!attribute [rw] disconnect_timeout_in_seconds
|
2822
2850
|
# The time after disconnection when a session is considered to have
|
2823
2851
|
# ended, in seconds. If a user who was disconnected reconnects within
|
2824
2852
|
# this time interval, the user is connected to their previous session.
|
2825
|
-
# Specify a value between 60 and
|
2853
|
+
# Specify a value between 60 and 360000. By default, the value is 900
|
2854
|
+
# seconds (15 minutes).
|
2826
2855
|
# @return [Integer]
|
2827
2856
|
#
|
2828
2857
|
# @!attribute [rw] delete_vpc_config
|
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.21.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-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|