aws-sdk-appstream 1.44.0 → 1.45.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 +103 -9
- data/lib/aws-sdk-appstream/client_api.rb +23 -1
- data/lib/aws-sdk-appstream/errors.rb +16 -0
- data/lib/aws-sdk-appstream/types.rb +182 -10
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0524275fc05db4d85b9198652d1d93068170435121908f027871b03084d50c55
|
4
|
+
data.tar.gz: eab7a0ef52b9a30f08e4bab840496de15de8cc30804ed2ab415d09a689fb3881
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a8f03ef216c42cf3f88df5cb401b0e4f16870ab226287213f3c634a2d3821f856157c96c4a07aa4d1fd353c0634c675acf1d45d2fa1bd510faeebcc25d37015
|
7
|
+
data.tar.gz: 816980c723ec33dbf0946d7ee3a67518a4904d69f00c2b17d22067181317ab322a8245856c235bf15dc196638857706faec97b12379e8ce149002c155469c832
|
data/lib/aws-sdk-appstream.rb
CHANGED
@@ -379,7 +379,7 @@ module Aws::AppStream
|
|
379
379
|
# resp.errors[0].user_stack_association.user_name #=> String
|
380
380
|
# resp.errors[0].user_stack_association.authentication_type #=> String, one of "API", "SAML", "USERPOOL"
|
381
381
|
# resp.errors[0].user_stack_association.send_email_notification #=> Boolean
|
382
|
-
# resp.errors[0].error_code #=> String, one of "STACK_NOT_FOUND", "USER_NAME_NOT_FOUND", "INTERNAL_ERROR"
|
382
|
+
# resp.errors[0].error_code #=> String, one of "STACK_NOT_FOUND", "USER_NAME_NOT_FOUND", "DIRECTORY_NOT_FOUND", "INTERNAL_ERROR"
|
383
383
|
# resp.errors[0].error_message #=> String
|
384
384
|
#
|
385
385
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/BatchAssociateUserStack AWS API Documentation
|
@@ -420,7 +420,7 @@ module Aws::AppStream
|
|
420
420
|
# resp.errors[0].user_stack_association.user_name #=> String
|
421
421
|
# resp.errors[0].user_stack_association.authentication_type #=> String, one of "API", "SAML", "USERPOOL"
|
422
422
|
# resp.errors[0].user_stack_association.send_email_notification #=> Boolean
|
423
|
-
# resp.errors[0].error_code #=> String, one of "STACK_NOT_FOUND", "USER_NAME_NOT_FOUND", "INTERNAL_ERROR"
|
423
|
+
# resp.errors[0].error_code #=> String, one of "STACK_NOT_FOUND", "USER_NAME_NOT_FOUND", "DIRECTORY_NOT_FOUND", "INTERNAL_ERROR"
|
424
424
|
# resp.errors[0].error_message #=> String
|
425
425
|
#
|
426
426
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/BatchDisassociateUserStack AWS API Documentation
|
@@ -490,7 +490,7 @@ module Aws::AppStream
|
|
490
490
|
# The distinguished names of the organizational units for computer
|
491
491
|
# accounts.
|
492
492
|
#
|
493
|
-
# @option params [
|
493
|
+
# @option params [Types::ServiceAccountCredentials] :service_account_credentials
|
494
494
|
# The credentials for the service account used by the fleet or image
|
495
495
|
# builder to connect to the directory.
|
496
496
|
#
|
@@ -503,7 +503,7 @@ module Aws::AppStream
|
|
503
503
|
# resp = client.create_directory_config({
|
504
504
|
# directory_name: "DirectoryName", # required
|
505
505
|
# organizational_unit_distinguished_names: ["OrganizationalUnitDistinguishedName"], # required
|
506
|
-
# service_account_credentials: {
|
506
|
+
# service_account_credentials: {
|
507
507
|
# account_name: "AccountName", # required
|
508
508
|
# account_password: "AccountPassword", # required
|
509
509
|
# },
|
@@ -567,6 +567,18 @@ module Aws::AppStream
|
|
567
567
|
#
|
568
568
|
# * stream.memory.8xlarge
|
569
569
|
#
|
570
|
+
# * stream.memory.z1d.large
|
571
|
+
#
|
572
|
+
# * stream.memory.z1d.xlarge
|
573
|
+
#
|
574
|
+
# * stream.memory.z1d.2xlarge
|
575
|
+
#
|
576
|
+
# * stream.memory.z1d.3xlarge
|
577
|
+
#
|
578
|
+
# * stream.memory.z1d.6xlarge
|
579
|
+
#
|
580
|
+
# * stream.memory.z1d.12xlarge
|
581
|
+
#
|
570
582
|
# * stream.graphics-design.large
|
571
583
|
#
|
572
584
|
# * stream.graphics-design.xlarge
|
@@ -577,6 +589,18 @@ module Aws::AppStream
|
|
577
589
|
#
|
578
590
|
# * stream.graphics-desktop.2xlarge
|
579
591
|
#
|
592
|
+
# * stream.graphics.g4dn.xlarge
|
593
|
+
#
|
594
|
+
# * stream.graphics.g4dn.2xlarge
|
595
|
+
#
|
596
|
+
# * stream.graphics.g4dn.4xlarge
|
597
|
+
#
|
598
|
+
# * stream.graphics.g4dn.8xlarge
|
599
|
+
#
|
600
|
+
# * stream.graphics.g4dn.12xlarge
|
601
|
+
#
|
602
|
+
# * stream.graphics.g4dn.16xlarge
|
603
|
+
#
|
580
604
|
# * stream.graphics-pro.4xlarge
|
581
605
|
#
|
582
606
|
# * stream.graphics-pro.8xlarge
|
@@ -689,7 +713,7 @@ module Aws::AppStream
|
|
689
713
|
# Service (STS) `AssumeRole` API operation and passes the ARN of the
|
690
714
|
# role to use. The operation creates a new session with temporary
|
691
715
|
# credentials. AppStream 2.0 retrieves the temporary credentials and
|
692
|
-
# creates the **
|
716
|
+
# creates the **appstream\_machine\_role** credential profile on the
|
693
717
|
# instance.
|
694
718
|
#
|
695
719
|
# For more information, see [Using an IAM Role to Grant Permissions to
|
@@ -700,6 +724,14 @@ module Aws::AppStream
|
|
700
724
|
#
|
701
725
|
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
|
702
726
|
#
|
727
|
+
# @option params [String] :stream_view
|
728
|
+
# The AppStream 2.0 view that is displayed to your users when they
|
729
|
+
# stream from the fleet. When `APP` is specified, only the windows of
|
730
|
+
# applications opened by users display. When `DESKTOP` is specified, the
|
731
|
+
# standard desktop that is provided by the operating system displays.
|
732
|
+
#
|
733
|
+
# The default value is `APP`.
|
734
|
+
#
|
703
735
|
# @return [Types::CreateFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
704
736
|
#
|
705
737
|
# * {Types::CreateFleetResult#fleet #fleet} => Types::Fleet
|
@@ -733,6 +765,7 @@ module Aws::AppStream
|
|
733
765
|
# },
|
734
766
|
# idle_disconnect_timeout_in_seconds: 1,
|
735
767
|
# iam_role_arn: "Arn",
|
768
|
+
# stream_view: "APP", # accepts APP, DESKTOP
|
736
769
|
# })
|
737
770
|
#
|
738
771
|
# @example Response structure
|
@@ -765,6 +798,7 @@ module Aws::AppStream
|
|
765
798
|
# resp.fleet.domain_join_info.organizational_unit_distinguished_name #=> String
|
766
799
|
# resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
|
767
800
|
# resp.fleet.iam_role_arn #=> String
|
801
|
+
# resp.fleet.stream_view #=> String, one of "APP", "DESKTOP"
|
768
802
|
#
|
769
803
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateFleet AWS API Documentation
|
770
804
|
#
|
@@ -818,6 +852,18 @@ module Aws::AppStream
|
|
818
852
|
#
|
819
853
|
# * stream.memory.8xlarge
|
820
854
|
#
|
855
|
+
# * stream.memory.z1d.large
|
856
|
+
#
|
857
|
+
# * stream.memory.z1d.xlarge
|
858
|
+
#
|
859
|
+
# * stream.memory.z1d.2xlarge
|
860
|
+
#
|
861
|
+
# * stream.memory.z1d.3xlarge
|
862
|
+
#
|
863
|
+
# * stream.memory.z1d.6xlarge
|
864
|
+
#
|
865
|
+
# * stream.memory.z1d.12xlarge
|
866
|
+
#
|
821
867
|
# * stream.graphics-design.large
|
822
868
|
#
|
823
869
|
# * stream.graphics-design.xlarge
|
@@ -828,6 +874,18 @@ module Aws::AppStream
|
|
828
874
|
#
|
829
875
|
# * stream.graphics-desktop.2xlarge
|
830
876
|
#
|
877
|
+
# * stream.graphics.g4dn.xlarge
|
878
|
+
#
|
879
|
+
# * stream.graphics.g4dn.2xlarge
|
880
|
+
#
|
881
|
+
# * stream.graphics.g4dn.4xlarge
|
882
|
+
#
|
883
|
+
# * stream.graphics.g4dn.8xlarge
|
884
|
+
#
|
885
|
+
# * stream.graphics.g4dn.12xlarge
|
886
|
+
#
|
887
|
+
# * stream.graphics.g4dn.16xlarge
|
888
|
+
#
|
831
889
|
# * stream.graphics-pro.4xlarge
|
832
890
|
#
|
833
891
|
# * stream.graphics-pro.8xlarge
|
@@ -850,7 +908,7 @@ module Aws::AppStream
|
|
850
908
|
# Token Service (STS) `AssumeRole` API operation and passes the ARN of
|
851
909
|
# the role to use. The operation creates a new session with temporary
|
852
910
|
# credentials. AppStream 2.0 retrieves the temporary credentials and
|
853
|
-
# creates the **
|
911
|
+
# creates the **appstream\_machine\_role** credential profile on the
|
854
912
|
# instance.
|
855
913
|
#
|
856
914
|
# For more information, see [Using an IAM Role to Grant Permissions to
|
@@ -1647,6 +1705,7 @@ module Aws::AppStream
|
|
1647
1705
|
# resp.fleets[0].domain_join_info.organizational_unit_distinguished_name #=> String
|
1648
1706
|
# resp.fleets[0].idle_disconnect_timeout_in_seconds #=> Integer
|
1649
1707
|
# resp.fleets[0].iam_role_arn #=> String
|
1708
|
+
# resp.fleets[0].stream_view #=> String, one of "APP", "DESKTOP"
|
1650
1709
|
# resp.next_token #=> String
|
1651
1710
|
#
|
1652
1711
|
#
|
@@ -1877,7 +1936,8 @@ module Aws::AppStream
|
|
1877
1936
|
# The name of the fleet. This value is case-sensitive.
|
1878
1937
|
#
|
1879
1938
|
# @option params [String] :user_id
|
1880
|
-
# The user identifier.
|
1939
|
+
# The user identifier (ID). If you specify a user ID, you must also
|
1940
|
+
# specify the authentication type.
|
1881
1941
|
#
|
1882
1942
|
# @option params [String] :next_token
|
1883
1943
|
# The pagination token to use to retrieve the next page of results for
|
@@ -2719,6 +2779,18 @@ module Aws::AppStream
|
|
2719
2779
|
#
|
2720
2780
|
# * stream.memory.8xlarge
|
2721
2781
|
#
|
2782
|
+
# * stream.memory.z1d.large
|
2783
|
+
#
|
2784
|
+
# * stream.memory.z1d.xlarge
|
2785
|
+
#
|
2786
|
+
# * stream.memory.z1d.2xlarge
|
2787
|
+
#
|
2788
|
+
# * stream.memory.z1d.3xlarge
|
2789
|
+
#
|
2790
|
+
# * stream.memory.z1d.6xlarge
|
2791
|
+
#
|
2792
|
+
# * stream.memory.z1d.12xlarge
|
2793
|
+
#
|
2722
2794
|
# * stream.graphics-design.large
|
2723
2795
|
#
|
2724
2796
|
# * stream.graphics-design.xlarge
|
@@ -2729,6 +2801,18 @@ module Aws::AppStream
|
|
2729
2801
|
#
|
2730
2802
|
# * stream.graphics-desktop.2xlarge
|
2731
2803
|
#
|
2804
|
+
# * stream.graphics.g4dn.xlarge
|
2805
|
+
#
|
2806
|
+
# * stream.graphics.g4dn.2xlarge
|
2807
|
+
#
|
2808
|
+
# * stream.graphics.g4dn.4xlarge
|
2809
|
+
#
|
2810
|
+
# * stream.graphics.g4dn.8xlarge
|
2811
|
+
#
|
2812
|
+
# * stream.graphics.g4dn.12xlarge
|
2813
|
+
#
|
2814
|
+
# * stream.graphics.g4dn.16xlarge
|
2815
|
+
#
|
2732
2816
|
# * stream.graphics-pro.4xlarge
|
2733
2817
|
#
|
2734
2818
|
# * stream.graphics-pro.8xlarge
|
@@ -2812,7 +2896,7 @@ module Aws::AppStream
|
|
2812
2896
|
# Service (STS) `AssumeRole` API operation and passes the ARN of the
|
2813
2897
|
# role to use. The operation creates a new session with temporary
|
2814
2898
|
# credentials. AppStream 2.0 retrieves the temporary credentials and
|
2815
|
-
# creates the **
|
2899
|
+
# creates the **appstream\_machine\_role** credential profile on the
|
2816
2900
|
# instance.
|
2817
2901
|
#
|
2818
2902
|
# For more information, see [Using an IAM Role to Grant Permissions to
|
@@ -2823,6 +2907,14 @@ module Aws::AppStream
|
|
2823
2907
|
#
|
2824
2908
|
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
|
2825
2909
|
#
|
2910
|
+
# @option params [String] :stream_view
|
2911
|
+
# The AppStream 2.0 view that is displayed to your users when they
|
2912
|
+
# stream from the fleet. When `APP` is specified, only the windows of
|
2913
|
+
# applications opened by users display. When `DESKTOP` is specified, the
|
2914
|
+
# standard desktop that is provided by the operating system displays.
|
2915
|
+
#
|
2916
|
+
# The default value is `APP`.
|
2917
|
+
#
|
2826
2918
|
# @return [Types::UpdateFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2827
2919
|
#
|
2828
2920
|
# * {Types::UpdateFleetResult#fleet #fleet} => Types::Fleet
|
@@ -2854,6 +2946,7 @@ module Aws::AppStream
|
|
2854
2946
|
# idle_disconnect_timeout_in_seconds: 1,
|
2855
2947
|
# attributes_to_delete: ["VPC_CONFIGURATION"], # accepts VPC_CONFIGURATION, VPC_CONFIGURATION_SECURITY_GROUP_IDS, DOMAIN_JOIN_INFO, IAM_ROLE_ARN
|
2856
2948
|
# iam_role_arn: "Arn",
|
2949
|
+
# stream_view: "APP", # accepts APP, DESKTOP
|
2857
2950
|
# })
|
2858
2951
|
#
|
2859
2952
|
# @example Response structure
|
@@ -2886,6 +2979,7 @@ module Aws::AppStream
|
|
2886
2979
|
# resp.fleet.domain_join_info.organizational_unit_distinguished_name #=> String
|
2887
2980
|
# resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
|
2888
2981
|
# resp.fleet.iam_role_arn #=> String
|
2982
|
+
# resp.fleet.stream_view #=> String, one of "APP", "DESKTOP"
|
2889
2983
|
#
|
2890
2984
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateFleet AWS API Documentation
|
2891
2985
|
#
|
@@ -3070,7 +3164,7 @@ module Aws::AppStream
|
|
3070
3164
|
params: params,
|
3071
3165
|
config: config)
|
3072
3166
|
context[:gem_name] = 'aws-sdk-appstream'
|
3073
|
-
context[:gem_version] = '1.
|
3167
|
+
context[:gem_version] = '1.45.0'
|
3074
3168
|
Seahorse::Client::Request.new(handlers, context)
|
3075
3169
|
end
|
3076
3170
|
|
@@ -163,6 +163,7 @@ module Aws::AppStream
|
|
163
163
|
PlatformType = Shapes::StringShape.new(name: 'PlatformType')
|
164
164
|
RedirectURL = Shapes::StringShape.new(name: 'RedirectURL')
|
165
165
|
RegionName = Shapes::StringShape.new(name: 'RegionName')
|
166
|
+
RequestLimitExceededException = Shapes::StructureShape.new(name: 'RequestLimitExceededException')
|
166
167
|
ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
|
167
168
|
ResourceError = Shapes::StructureShape.new(name: 'ResourceError')
|
168
169
|
ResourceErrors = Shapes::ListShape.new(name: 'ResourceErrors')
|
@@ -197,6 +198,7 @@ module Aws::AppStream
|
|
197
198
|
StorageConnector = Shapes::StructureShape.new(name: 'StorageConnector')
|
198
199
|
StorageConnectorList = Shapes::ListShape.new(name: 'StorageConnectorList')
|
199
200
|
StorageConnectorType = Shapes::StringShape.new(name: 'StorageConnectorType')
|
201
|
+
StreamView = Shapes::StringShape.new(name: 'StreamView')
|
200
202
|
StreamingUrlUserId = Shapes::StringShape.new(name: 'StreamingUrlUserId')
|
201
203
|
String = Shapes::StringShape.new(name: 'String')
|
202
204
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
@@ -308,7 +310,7 @@ module Aws::AppStream
|
|
308
310
|
|
309
311
|
CreateDirectoryConfigRequest.add_member(:directory_name, Shapes::ShapeRef.new(shape: DirectoryName, required: true, location_name: "DirectoryName"))
|
310
312
|
CreateDirectoryConfigRequest.add_member(:organizational_unit_distinguished_names, Shapes::ShapeRef.new(shape: OrganizationalUnitDistinguishedNamesList, required: true, location_name: "OrganizationalUnitDistinguishedNames"))
|
311
|
-
CreateDirectoryConfigRequest.add_member(:service_account_credentials, Shapes::ShapeRef.new(shape: ServiceAccountCredentials,
|
313
|
+
CreateDirectoryConfigRequest.add_member(:service_account_credentials, Shapes::ShapeRef.new(shape: ServiceAccountCredentials, location_name: "ServiceAccountCredentials"))
|
312
314
|
CreateDirectoryConfigRequest.struct_class = Types::CreateDirectoryConfigRequest
|
313
315
|
|
314
316
|
CreateDirectoryConfigResult.add_member(:directory_config, Shapes::ShapeRef.new(shape: DirectoryConfig, location_name: "DirectoryConfig"))
|
@@ -330,6 +332,7 @@ module Aws::AppStream
|
|
330
332
|
CreateFleetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
331
333
|
CreateFleetRequest.add_member(:idle_disconnect_timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "IdleDisconnectTimeoutInSeconds"))
|
332
334
|
CreateFleetRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
|
335
|
+
CreateFleetRequest.add_member(:stream_view, Shapes::ShapeRef.new(shape: StreamView, location_name: "StreamView"))
|
333
336
|
CreateFleetRequest.struct_class = Types::CreateFleetRequest
|
334
337
|
|
335
338
|
CreateFleetResult.add_member(:fleet, Shapes::ShapeRef.new(shape: Fleet, location_name: "Fleet"))
|
@@ -603,6 +606,7 @@ module Aws::AppStream
|
|
603
606
|
Fleet.add_member(:domain_join_info, Shapes::ShapeRef.new(shape: DomainJoinInfo, location_name: "DomainJoinInfo"))
|
604
607
|
Fleet.add_member(:idle_disconnect_timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "IdleDisconnectTimeoutInSeconds"))
|
605
608
|
Fleet.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
|
609
|
+
Fleet.add_member(:stream_view, Shapes::ShapeRef.new(shape: StreamView, location_name: "StreamView"))
|
606
610
|
Fleet.struct_class = Types::Fleet
|
607
611
|
|
608
612
|
FleetAttributes.member = Shapes::ShapeRef.new(shape: FleetAttribute)
|
@@ -724,6 +728,9 @@ module Aws::AppStream
|
|
724
728
|
|
725
729
|
OrganizationalUnitDistinguishedNamesList.member = Shapes::ShapeRef.new(shape: OrganizationalUnitDistinguishedName)
|
726
730
|
|
731
|
+
RequestLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
732
|
+
RequestLimitExceededException.struct_class = Types::RequestLimitExceededException
|
733
|
+
|
727
734
|
ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
728
735
|
ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
|
729
736
|
|
@@ -869,6 +876,7 @@ module Aws::AppStream
|
|
869
876
|
UpdateFleetRequest.add_member(:idle_disconnect_timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "IdleDisconnectTimeoutInSeconds"))
|
870
877
|
UpdateFleetRequest.add_member(:attributes_to_delete, Shapes::ShapeRef.new(shape: FleetAttributes, location_name: "AttributesToDelete"))
|
871
878
|
UpdateFleetRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
|
879
|
+
UpdateFleetRequest.add_member(:stream_view, Shapes::ShapeRef.new(shape: StreamView, location_name: "StreamView"))
|
872
880
|
UpdateFleetRequest.struct_class = Types::UpdateFleetRequest
|
873
881
|
|
874
882
|
UpdateFleetResult.add_member(:fleet, Shapes::ShapeRef.new(shape: Fleet, location_name: "Fleet"))
|
@@ -983,6 +991,7 @@ module Aws::AppStream
|
|
983
991
|
o.input = Shapes::ShapeRef.new(shape: BatchAssociateUserStackRequest)
|
984
992
|
o.output = Shapes::ShapeRef.new(shape: BatchAssociateUserStackResult)
|
985
993
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
994
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
986
995
|
end)
|
987
996
|
|
988
997
|
api.add_operation(:batch_disassociate_user_stack, Seahorse::Model::Operation.new.tap do |o|
|
@@ -991,6 +1000,8 @@ module Aws::AppStream
|
|
991
1000
|
o.http_request_uri = "/"
|
992
1001
|
o.input = Shapes::ShapeRef.new(shape: BatchDisassociateUserStackRequest)
|
993
1002
|
o.output = Shapes::ShapeRef.new(shape: BatchDisassociateUserStackResult)
|
1003
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1004
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
994
1005
|
end)
|
995
1006
|
|
996
1007
|
api.add_operation(:copy_image, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1013,9 +1024,12 @@ module Aws::AppStream
|
|
1013
1024
|
o.http_request_uri = "/"
|
1014
1025
|
o.input = Shapes::ShapeRef.new(shape: CreateDirectoryConfigRequest)
|
1015
1026
|
o.output = Shapes::ShapeRef.new(shape: CreateDirectoryConfigResult)
|
1027
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1016
1028
|
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1017
1029
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1018
1030
|
o.errors << Shapes::ShapeRef.new(shape: InvalidAccountStatusException)
|
1031
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1032
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRoleException)
|
1019
1033
|
end)
|
1020
1034
|
|
1021
1035
|
api.add_operation(:create_fleet, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1028,6 +1042,7 @@ module Aws::AppStream
|
|
1028
1042
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotAvailableException)
|
1029
1043
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1030
1044
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1045
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestLimitExceededException)
|
1031
1046
|
o.errors << Shapes::ShapeRef.new(shape: InvalidAccountStatusException)
|
1032
1047
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRoleException)
|
1033
1048
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
@@ -1043,6 +1058,7 @@ module Aws::AppStream
|
|
1043
1058
|
o.input = Shapes::ShapeRef.new(shape: CreateImageBuilderRequest)
|
1044
1059
|
o.output = Shapes::ShapeRef.new(shape: CreateImageBuilderResult)
|
1045
1060
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1061
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestLimitExceededException)
|
1046
1062
|
o.errors << Shapes::ShapeRef.new(shape: InvalidAccountStatusException)
|
1047
1063
|
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1048
1064
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotAvailableException)
|
@@ -1292,6 +1308,7 @@ module Aws::AppStream
|
|
1292
1308
|
o.input = Shapes::ShapeRef.new(shape: DescribeUserStackAssociationsRequest)
|
1293
1309
|
o.output = Shapes::ShapeRef.new(shape: DescribeUserStackAssociationsResult)
|
1294
1310
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
1311
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1295
1312
|
end)
|
1296
1313
|
|
1297
1314
|
api.add_operation(:describe_users, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1322,6 +1339,7 @@ module Aws::AppStream
|
|
1322
1339
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1323
1340
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1324
1341
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1342
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1325
1343
|
end)
|
1326
1344
|
|
1327
1345
|
api.add_operation(:enable_user, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1376,6 +1394,7 @@ module Aws::AppStream
|
|
1376
1394
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1377
1395
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1378
1396
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1397
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestLimitExceededException)
|
1379
1398
|
o.errors << Shapes::ShapeRef.new(shape: InvalidAccountStatusException)
|
1380
1399
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1381
1400
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotAvailableException)
|
@@ -1445,6 +1464,8 @@ module Aws::AppStream
|
|
1445
1464
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1446
1465
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1447
1466
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1467
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1468
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRoleException)
|
1448
1469
|
end)
|
1449
1470
|
|
1450
1471
|
api.add_operation(:update_fleet, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1455,6 +1476,7 @@ module Aws::AppStream
|
|
1455
1476
|
o.output = Shapes::ShapeRef.new(shape: UpdateFleetResult)
|
1456
1477
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1457
1478
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1479
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestLimitExceededException)
|
1458
1480
|
o.errors << Shapes::ShapeRef.new(shape: InvalidAccountStatusException)
|
1459
1481
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRoleException)
|
1460
1482
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -34,6 +34,7 @@ module Aws::AppStream
|
|
34
34
|
# * {InvalidRoleException}
|
35
35
|
# * {LimitExceededException}
|
36
36
|
# * {OperationNotPermittedException}
|
37
|
+
# * {RequestLimitExceededException}
|
37
38
|
# * {ResourceAlreadyExistsException}
|
38
39
|
# * {ResourceInUseException}
|
39
40
|
# * {ResourceNotAvailableException}
|
@@ -150,6 +151,21 @@ module Aws::AppStream
|
|
150
151
|
end
|
151
152
|
end
|
152
153
|
|
154
|
+
class RequestLimitExceededException < ServiceError
|
155
|
+
|
156
|
+
# @param [Seahorse::Client::RequestContext] context
|
157
|
+
# @param [String] message
|
158
|
+
# @param [Aws::AppStream::Types::RequestLimitExceededException] data
|
159
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
160
|
+
super(context, message, data)
|
161
|
+
end
|
162
|
+
|
163
|
+
# @return [String]
|
164
|
+
def message
|
165
|
+
@message || @data[:message]
|
166
|
+
end
|
167
|
+
end
|
168
|
+
|
153
169
|
class ResourceAlreadyExistsException < ServiceError
|
154
170
|
|
155
171
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -379,7 +379,7 @@ module Aws::AppStream
|
|
379
379
|
# {
|
380
380
|
# directory_name: "DirectoryName", # required
|
381
381
|
# organizational_unit_distinguished_names: ["OrganizationalUnitDistinguishedName"], # required
|
382
|
-
# service_account_credentials: {
|
382
|
+
# service_account_credentials: {
|
383
383
|
# account_name: "AccountName", # required
|
384
384
|
# account_password: "AccountPassword", # required
|
385
385
|
# },
|
@@ -452,6 +452,7 @@ module Aws::AppStream
|
|
452
452
|
# },
|
453
453
|
# idle_disconnect_timeout_in_seconds: 1,
|
454
454
|
# iam_role_arn: "Arn",
|
455
|
+
# stream_view: "APP", # accepts APP, DESKTOP
|
455
456
|
# }
|
456
457
|
#
|
457
458
|
# @!attribute [rw] name
|
@@ -494,6 +495,18 @@ module Aws::AppStream
|
|
494
495
|
#
|
495
496
|
# * stream.memory.8xlarge
|
496
497
|
#
|
498
|
+
# * stream.memory.z1d.large
|
499
|
+
#
|
500
|
+
# * stream.memory.z1d.xlarge
|
501
|
+
#
|
502
|
+
# * stream.memory.z1d.2xlarge
|
503
|
+
#
|
504
|
+
# * stream.memory.z1d.3xlarge
|
505
|
+
#
|
506
|
+
# * stream.memory.z1d.6xlarge
|
507
|
+
#
|
508
|
+
# * stream.memory.z1d.12xlarge
|
509
|
+
#
|
497
510
|
# * stream.graphics-design.large
|
498
511
|
#
|
499
512
|
# * stream.graphics-design.xlarge
|
@@ -504,6 +517,18 @@ module Aws::AppStream
|
|
504
517
|
#
|
505
518
|
# * stream.graphics-desktop.2xlarge
|
506
519
|
#
|
520
|
+
# * stream.graphics.g4dn.xlarge
|
521
|
+
#
|
522
|
+
# * stream.graphics.g4dn.2xlarge
|
523
|
+
#
|
524
|
+
# * stream.graphics.g4dn.4xlarge
|
525
|
+
#
|
526
|
+
# * stream.graphics.g4dn.8xlarge
|
527
|
+
#
|
528
|
+
# * stream.graphics.g4dn.12xlarge
|
529
|
+
#
|
530
|
+
# * stream.graphics.g4dn.16xlarge
|
531
|
+
#
|
507
532
|
# * stream.graphics-pro.4xlarge
|
508
533
|
#
|
509
534
|
# * stream.graphics-pro.8xlarge
|
@@ -630,7 +655,7 @@ module Aws::AppStream
|
|
630
655
|
# Token Service (STS) `AssumeRole` API operation and passes the ARN of
|
631
656
|
# the role to use. The operation creates a new session with temporary
|
632
657
|
# credentials. AppStream 2.0 retrieves the temporary credentials and
|
633
|
-
# creates the **
|
658
|
+
# creates the **appstream\_machine\_role** credential profile on the
|
634
659
|
# instance.
|
635
660
|
#
|
636
661
|
# For more information, see [Using an IAM Role to Grant Permissions to
|
@@ -642,6 +667,16 @@ module Aws::AppStream
|
|
642
667
|
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
|
643
668
|
# @return [String]
|
644
669
|
#
|
670
|
+
# @!attribute [rw] stream_view
|
671
|
+
# The AppStream 2.0 view that is displayed to your users when they
|
672
|
+
# stream from the fleet. When `APP` is specified, only the windows of
|
673
|
+
# applications opened by users display. When `DESKTOP` is specified,
|
674
|
+
# the standard desktop that is provided by the operating system
|
675
|
+
# displays.
|
676
|
+
#
|
677
|
+
# The default value is `APP`.
|
678
|
+
# @return [String]
|
679
|
+
#
|
645
680
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateFleetRequest AWS API Documentation
|
646
681
|
#
|
647
682
|
class CreateFleetRequest < Struct.new(
|
@@ -660,7 +695,8 @@ module Aws::AppStream
|
|
660
695
|
:domain_join_info,
|
661
696
|
:tags,
|
662
697
|
:idle_disconnect_timeout_in_seconds,
|
663
|
-
:iam_role_arn
|
698
|
+
:iam_role_arn,
|
699
|
+
:stream_view)
|
664
700
|
SENSITIVE = []
|
665
701
|
include Aws::Structure
|
666
702
|
end
|
@@ -749,6 +785,18 @@ module Aws::AppStream
|
|
749
785
|
#
|
750
786
|
# * stream.memory.8xlarge
|
751
787
|
#
|
788
|
+
# * stream.memory.z1d.large
|
789
|
+
#
|
790
|
+
# * stream.memory.z1d.xlarge
|
791
|
+
#
|
792
|
+
# * stream.memory.z1d.2xlarge
|
793
|
+
#
|
794
|
+
# * stream.memory.z1d.3xlarge
|
795
|
+
#
|
796
|
+
# * stream.memory.z1d.6xlarge
|
797
|
+
#
|
798
|
+
# * stream.memory.z1d.12xlarge
|
799
|
+
#
|
752
800
|
# * stream.graphics-design.large
|
753
801
|
#
|
754
802
|
# * stream.graphics-design.xlarge
|
@@ -759,6 +807,18 @@ module Aws::AppStream
|
|
759
807
|
#
|
760
808
|
# * stream.graphics-desktop.2xlarge
|
761
809
|
#
|
810
|
+
# * stream.graphics.g4dn.xlarge
|
811
|
+
#
|
812
|
+
# * stream.graphics.g4dn.2xlarge
|
813
|
+
#
|
814
|
+
# * stream.graphics.g4dn.4xlarge
|
815
|
+
#
|
816
|
+
# * stream.graphics.g4dn.8xlarge
|
817
|
+
#
|
818
|
+
# * stream.graphics.g4dn.12xlarge
|
819
|
+
#
|
820
|
+
# * stream.graphics.g4dn.16xlarge
|
821
|
+
#
|
762
822
|
# * stream.graphics-pro.4xlarge
|
763
823
|
#
|
764
824
|
# * stream.graphics-pro.8xlarge
|
@@ -785,7 +845,7 @@ module Aws::AppStream
|
|
785
845
|
# Token Service (STS) `AssumeRole` API operation and passes the ARN of
|
786
846
|
# the role to use. The operation creates a new session with temporary
|
787
847
|
# credentials. AppStream 2.0 retrieves the temporary credentials and
|
788
|
-
# creates the **
|
848
|
+
# creates the **appstream\_machine\_role** credential profile on the
|
789
849
|
# instance.
|
790
850
|
#
|
791
851
|
# For more information, see [Using an IAM Role to Grant Permissions to
|
@@ -1718,7 +1778,8 @@ module Aws::AppStream
|
|
1718
1778
|
# @return [String]
|
1719
1779
|
#
|
1720
1780
|
# @!attribute [rw] user_id
|
1721
|
-
# The user identifier.
|
1781
|
+
# The user identifier (ID). If you specify a user ID, you must also
|
1782
|
+
# specify the authentication type.
|
1722
1783
|
# @return [String]
|
1723
1784
|
#
|
1724
1785
|
# @!attribute [rw] next_token
|
@@ -2212,6 +2273,18 @@ module Aws::AppStream
|
|
2212
2273
|
#
|
2213
2274
|
# * stream.memory.8xlarge
|
2214
2275
|
#
|
2276
|
+
# * stream.memory.z1d.large
|
2277
|
+
#
|
2278
|
+
# * stream.memory.z1d.xlarge
|
2279
|
+
#
|
2280
|
+
# * stream.memory.z1d.2xlarge
|
2281
|
+
#
|
2282
|
+
# * stream.memory.z1d.3xlarge
|
2283
|
+
#
|
2284
|
+
# * stream.memory.z1d.6xlarge
|
2285
|
+
#
|
2286
|
+
# * stream.memory.z1d.12xlarge
|
2287
|
+
#
|
2215
2288
|
# * stream.graphics-design.large
|
2216
2289
|
#
|
2217
2290
|
# * stream.graphics-design.xlarge
|
@@ -2222,6 +2295,18 @@ module Aws::AppStream
|
|
2222
2295
|
#
|
2223
2296
|
# * stream.graphics-desktop.2xlarge
|
2224
2297
|
#
|
2298
|
+
# * stream.graphics.g4dn.xlarge
|
2299
|
+
#
|
2300
|
+
# * stream.graphics.g4dn.2xlarge
|
2301
|
+
#
|
2302
|
+
# * stream.graphics.g4dn.4xlarge
|
2303
|
+
#
|
2304
|
+
# * stream.graphics.g4dn.8xlarge
|
2305
|
+
#
|
2306
|
+
# * stream.graphics.g4dn.12xlarge
|
2307
|
+
#
|
2308
|
+
# * stream.graphics.g4dn.16xlarge
|
2309
|
+
#
|
2225
2310
|
# * stream.graphics-pro.4xlarge
|
2226
2311
|
#
|
2227
2312
|
# * stream.graphics-pro.8xlarge
|
@@ -2332,7 +2417,7 @@ module Aws::AppStream
|
|
2332
2417
|
# `AssumeRole` API operation and passes the ARN of the role to use.
|
2333
2418
|
# The operation creates a new session with temporary credentials.
|
2334
2419
|
# AppStream 2.0 retrieves the temporary credentials and creates the
|
2335
|
-
# **
|
2420
|
+
# **appstream\_machine\_role** credential profile on the instance.
|
2336
2421
|
#
|
2337
2422
|
# For more information, see [Using an IAM Role to Grant Permissions to
|
2338
2423
|
# Applications and Scripts Running on AppStream 2.0 Streaming
|
@@ -2343,6 +2428,16 @@ module Aws::AppStream
|
|
2343
2428
|
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
|
2344
2429
|
# @return [String]
|
2345
2430
|
#
|
2431
|
+
# @!attribute [rw] stream_view
|
2432
|
+
# The AppStream 2.0 view that is displayed to your users when they
|
2433
|
+
# stream from the fleet. When `APP` is specified, only the windows of
|
2434
|
+
# applications opened by users display. When `DESKTOP` is specified,
|
2435
|
+
# the standard desktop that is provided by the operating system
|
2436
|
+
# displays.
|
2437
|
+
#
|
2438
|
+
# The default value is `APP`.
|
2439
|
+
# @return [String]
|
2440
|
+
#
|
2346
2441
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/Fleet AWS API Documentation
|
2347
2442
|
#
|
2348
2443
|
class Fleet < Struct.new(
|
@@ -2364,7 +2459,8 @@ module Aws::AppStream
|
|
2364
2459
|
:enable_default_internet_access,
|
2365
2460
|
:domain_join_info,
|
2366
2461
|
:idle_disconnect_timeout_in_seconds,
|
2367
|
-
:iam_role_arn
|
2462
|
+
:iam_role_arn,
|
2463
|
+
:stream_view)
|
2368
2464
|
SENSITIVE = []
|
2369
2465
|
include Aws::Structure
|
2370
2466
|
end
|
@@ -2538,6 +2634,18 @@ module Aws::AppStream
|
|
2538
2634
|
#
|
2539
2635
|
# * stream.memory.8xlarge
|
2540
2636
|
#
|
2637
|
+
# * stream.memory.z1d.large
|
2638
|
+
#
|
2639
|
+
# * stream.memory.z1d.xlarge
|
2640
|
+
#
|
2641
|
+
# * stream.memory.z1d.2xlarge
|
2642
|
+
#
|
2643
|
+
# * stream.memory.z1d.3xlarge
|
2644
|
+
#
|
2645
|
+
# * stream.memory.z1d.6xlarge
|
2646
|
+
#
|
2647
|
+
# * stream.memory.z1d.12xlarge
|
2648
|
+
#
|
2541
2649
|
# * stream.graphics-design.large
|
2542
2650
|
#
|
2543
2651
|
# * stream.graphics-design.xlarge
|
@@ -2548,6 +2656,18 @@ module Aws::AppStream
|
|
2548
2656
|
#
|
2549
2657
|
# * stream.graphics-desktop.2xlarge
|
2550
2658
|
#
|
2659
|
+
# * stream.graphics.g4dn.xlarge
|
2660
|
+
#
|
2661
|
+
# * stream.graphics.g4dn.2xlarge
|
2662
|
+
#
|
2663
|
+
# * stream.graphics.g4dn.4xlarge
|
2664
|
+
#
|
2665
|
+
# * stream.graphics.g4dn.8xlarge
|
2666
|
+
#
|
2667
|
+
# * stream.graphics.g4dn.12xlarge
|
2668
|
+
#
|
2669
|
+
# * stream.graphics.g4dn.16xlarge
|
2670
|
+
#
|
2551
2671
|
# * stream.graphics-pro.4xlarge
|
2552
2672
|
#
|
2553
2673
|
# * stream.graphics-pro.8xlarge
|
@@ -2565,7 +2685,7 @@ module Aws::AppStream
|
|
2565
2685
|
# Service (STS) `AssumeRole` API operation and passes the ARN of the
|
2566
2686
|
# role to use. The operation creates a new session with temporary
|
2567
2687
|
# credentials. AppStream 2.0 retrieves the temporary credentials and
|
2568
|
-
# creates the **
|
2688
|
+
# creates the **appstream\_machine\_role** credential profile on the
|
2569
2689
|
# instance.
|
2570
2690
|
#
|
2571
2691
|
# For more information, see [Using an IAM Role to Grant Permissions to
|
@@ -2957,6 +3077,22 @@ module Aws::AppStream
|
|
2957
3077
|
include Aws::Structure
|
2958
3078
|
end
|
2959
3079
|
|
3080
|
+
# AppStream 2.0 can’t process the request right now because the Describe
|
3081
|
+
# calls from your AWS account are being throttled by Amazon EC2. Try
|
3082
|
+
# again later.
|
3083
|
+
#
|
3084
|
+
# @!attribute [rw] message
|
3085
|
+
# The error message in the exception.
|
3086
|
+
# @return [String]
|
3087
|
+
#
|
3088
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/RequestLimitExceededException AWS API Documentation
|
3089
|
+
#
|
3090
|
+
class RequestLimitExceededException < Struct.new(
|
3091
|
+
:message)
|
3092
|
+
SENSITIVE = []
|
3093
|
+
include Aws::Structure
|
3094
|
+
end
|
3095
|
+
|
2960
3096
|
# The specified resource already exists.
|
2961
3097
|
#
|
2962
3098
|
# @!attribute [rw] message
|
@@ -3552,6 +3688,7 @@ module Aws::AppStream
|
|
3552
3688
|
# idle_disconnect_timeout_in_seconds: 1,
|
3553
3689
|
# attributes_to_delete: ["VPC_CONFIGURATION"], # accepts VPC_CONFIGURATION, VPC_CONFIGURATION_SECURITY_GROUP_IDS, DOMAIN_JOIN_INFO, IAM_ROLE_ARN
|
3554
3690
|
# iam_role_arn: "Arn",
|
3691
|
+
# stream_view: "APP", # accepts APP, DESKTOP
|
3555
3692
|
# }
|
3556
3693
|
#
|
3557
3694
|
# @!attribute [rw] image_name
|
@@ -3594,6 +3731,18 @@ module Aws::AppStream
|
|
3594
3731
|
#
|
3595
3732
|
# * stream.memory.8xlarge
|
3596
3733
|
#
|
3734
|
+
# * stream.memory.z1d.large
|
3735
|
+
#
|
3736
|
+
# * stream.memory.z1d.xlarge
|
3737
|
+
#
|
3738
|
+
# * stream.memory.z1d.2xlarge
|
3739
|
+
#
|
3740
|
+
# * stream.memory.z1d.3xlarge
|
3741
|
+
#
|
3742
|
+
# * stream.memory.z1d.6xlarge
|
3743
|
+
#
|
3744
|
+
# * stream.memory.z1d.12xlarge
|
3745
|
+
#
|
3597
3746
|
# * stream.graphics-design.large
|
3598
3747
|
#
|
3599
3748
|
# * stream.graphics-design.xlarge
|
@@ -3604,6 +3753,18 @@ module Aws::AppStream
|
|
3604
3753
|
#
|
3605
3754
|
# * stream.graphics-desktop.2xlarge
|
3606
3755
|
#
|
3756
|
+
# * stream.graphics.g4dn.xlarge
|
3757
|
+
#
|
3758
|
+
# * stream.graphics.g4dn.2xlarge
|
3759
|
+
#
|
3760
|
+
# * stream.graphics.g4dn.4xlarge
|
3761
|
+
#
|
3762
|
+
# * stream.graphics.g4dn.8xlarge
|
3763
|
+
#
|
3764
|
+
# * stream.graphics.g4dn.12xlarge
|
3765
|
+
#
|
3766
|
+
# * stream.graphics.g4dn.16xlarge
|
3767
|
+
#
|
3607
3768
|
# * stream.graphics-pro.4xlarge
|
3608
3769
|
#
|
3609
3770
|
# * stream.graphics-pro.8xlarge
|
@@ -3701,7 +3862,7 @@ module Aws::AppStream
|
|
3701
3862
|
# Token Service (STS) `AssumeRole` API operation and passes the ARN of
|
3702
3863
|
# the role to use. The operation creates a new session with temporary
|
3703
3864
|
# credentials. AppStream 2.0 retrieves the temporary credentials and
|
3704
|
-
# creates the **
|
3865
|
+
# creates the **appstream\_machine\_role** credential profile on the
|
3705
3866
|
# instance.
|
3706
3867
|
#
|
3707
3868
|
# For more information, see [Using an IAM Role to Grant Permissions to
|
@@ -3713,6 +3874,16 @@ module Aws::AppStream
|
|
3713
3874
|
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
|
3714
3875
|
# @return [String]
|
3715
3876
|
#
|
3877
|
+
# @!attribute [rw] stream_view
|
3878
|
+
# The AppStream 2.0 view that is displayed to your users when they
|
3879
|
+
# stream from the fleet. When `APP` is specified, only the windows of
|
3880
|
+
# applications opened by users display. When `DESKTOP` is specified,
|
3881
|
+
# the standard desktop that is provided by the operating system
|
3882
|
+
# displays.
|
3883
|
+
#
|
3884
|
+
# The default value is `APP`.
|
3885
|
+
# @return [String]
|
3886
|
+
#
|
3716
3887
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateFleetRequest AWS API Documentation
|
3717
3888
|
#
|
3718
3889
|
class UpdateFleetRequest < Struct.new(
|
@@ -3731,7 +3902,8 @@ module Aws::AppStream
|
|
3731
3902
|
:domain_join_info,
|
3732
3903
|
:idle_disconnect_timeout_in_seconds,
|
3733
3904
|
:attributes_to_delete,
|
3734
|
-
:iam_role_arn
|
3905
|
+
:iam_role_arn,
|
3906
|
+
:stream_view)
|
3735
3907
|
SENSITIVE = []
|
3736
3908
|
include Aws::Structure
|
3737
3909
|
end
|
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.45.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: 2020-
|
11
|
+
date: 2020-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|