aws-sdk-appstream 1.37.0 → 1.38.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: baf2f5ae7a78c271c6b5b702a82fdf2d3cb8c3bf
4
- data.tar.gz: 8512146c0a676ccc82097a034412554e725824fb
3
+ metadata.gz: 50862845bda8a5c45cfca6f03c5f8ce2a7305176
4
+ data.tar.gz: 3d8e6617bcffd5291647a6b5bb8558cb47e4c42b
5
5
  SHA512:
6
- metadata.gz: 184711003111188cc445c2f216e7809e55481a6901642460b0651e966b96b3ee98db4276f621a23d7a8f88a3873cd7df766acb6aa9d47389d6b2f4c198143799
7
- data.tar.gz: 2cf31c55fc0140b00cfcc99db0589b74117930c885d69e32baa0439d217bebfc5e127719be6b633187c650d562ad3ae7c412a0e0f6752676dd83abe1682fcd1f
6
+ metadata.gz: 1bcf358c2749cd7e71c50d86c6f5167fcf1bf2816c36c4c0757c8d6c0b97a725014102b798cce9cb59d5f1d57613a5204163f4072d63f0bf2acc9da97c369a04
7
+ data.tar.gz: f75fcc59db6b353555a2d27b7f4c033f94988e11d5cb9bc0d5c95ef7140b4b630990dda0df81c3449f256178326c512a7518aae38667e9ed3df85b87310fab0a
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-appstream/customizations'
43
43
  # @service
44
44
  module Aws::AppStream
45
45
 
46
- GEM_VERSION = '1.37.0'
46
+ GEM_VERSION = '1.38.0'
47
47
 
48
48
  end
@@ -630,7 +630,17 @@ module Aws::AppStream
630
630
  # To assume a role, a fleet instance calls the AWS Security Token
631
631
  # Service (STS) `AssumeRole` API operation and passes the ARN of the
632
632
  # role to use. The operation creates a new session with temporary
633
- # credentials.
633
+ # credentials. AppStream 2.0 retrieves the temporary credentials and
634
+ # creates the **AppStream\_Machine\_Role** credential profile on the
635
+ # instance.
636
+ #
637
+ # For more information, see [Using an IAM Role to Grant Permissions to
638
+ # Applications and Scripts Running on AppStream 2.0 Streaming
639
+ # Instances][1] in the *Amazon AppStream 2.0 Administration Guide*.
640
+ #
641
+ #
642
+ #
643
+ # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
634
644
  #
635
645
  # @return [Types::CreateFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
636
646
  #
@@ -723,7 +733,48 @@ module Aws::AppStream
723
733
  # The ARN of the public, private, or shared image to use.
724
734
  #
725
735
  # @option params [required, String] :instance_type
726
- # The instance type to use when launching the image builder.
736
+ # The instance type to use when launching the image builder. The
737
+ # following instance types are available:
738
+ #
739
+ # * stream.standard.medium
740
+ #
741
+ # * stream.standard.large
742
+ #
743
+ # * stream.compute.large
744
+ #
745
+ # * stream.compute.xlarge
746
+ #
747
+ # * stream.compute.2xlarge
748
+ #
749
+ # * stream.compute.4xlarge
750
+ #
751
+ # * stream.compute.8xlarge
752
+ #
753
+ # * stream.memory.large
754
+ #
755
+ # * stream.memory.xlarge
756
+ #
757
+ # * stream.memory.2xlarge
758
+ #
759
+ # * stream.memory.4xlarge
760
+ #
761
+ # * stream.memory.8xlarge
762
+ #
763
+ # * stream.graphics-design.large
764
+ #
765
+ # * stream.graphics-design.xlarge
766
+ #
767
+ # * stream.graphics-design.2xlarge
768
+ #
769
+ # * stream.graphics-design.4xlarge
770
+ #
771
+ # * stream.graphics-desktop.2xlarge
772
+ #
773
+ # * stream.graphics-pro.4xlarge
774
+ #
775
+ # * stream.graphics-pro.8xlarge
776
+ #
777
+ # * stream.graphics-pro.16xlarge
727
778
  #
728
779
  # @option params [String] :description
729
780
  # The description to display.
@@ -740,7 +791,17 @@ module Aws::AppStream
740
791
  # builder. To assume a role, the image builder calls the AWS Security
741
792
  # Token Service (STS) `AssumeRole` API operation and passes the ARN of
742
793
  # the role to use. The operation creates a new session with temporary
743
- # credentials.
794
+ # credentials. AppStream 2.0 retrieves the temporary credentials and
795
+ # creates the **AppStream\_Machine\_Role** credential profile on the
796
+ # instance.
797
+ #
798
+ # For more information, see [Using an IAM Role to Grant Permissions to
799
+ # Applications and Scripts Running on AppStream 2.0 Streaming
800
+ # Instances][1] in the *Amazon AppStream 2.0 Administration Guide*.
801
+ #
802
+ #
803
+ #
804
+ # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
744
805
  #
745
806
  # @option params [Boolean] :enable_default_internet_access
746
807
  # Enables or disables default internet access for the image builder.
@@ -948,6 +1009,11 @@ module Aws::AppStream
948
1009
  # of the stack can connect to AppStream 2.0 only through the specified
949
1010
  # endpoints.
950
1011
  #
1012
+ # @option params [Array<String>] :embed_host_domains
1013
+ # The domains where AppStream 2.0 streaming sessions can be embedded in
1014
+ # an iframe. You must approve the domains that you want to host embedded
1015
+ # AppStream 2.0 streaming sessions.
1016
+ #
951
1017
  # @return [Types::CreateStackResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
952
1018
  #
953
1019
  # * {Types::CreateStackResult#stack #stack} => Types::Stack
@@ -986,6 +1052,7 @@ module Aws::AppStream
986
1052
  # vpce_id: "String",
987
1053
  # },
988
1054
  # ],
1055
+ # embed_host_domains: ["EmbedHostDomain"],
989
1056
  # })
990
1057
  #
991
1058
  # @example Response structure
@@ -1014,6 +1081,8 @@ module Aws::AppStream
1014
1081
  # resp.stack.access_endpoints #=> Array
1015
1082
  # resp.stack.access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
1016
1083
  # resp.stack.access_endpoints[0].vpce_id #=> String
1084
+ # resp.stack.embed_host_domains #=> Array
1085
+ # resp.stack.embed_host_domains[0] #=> String
1017
1086
  #
1018
1087
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateStack AWS API Documentation
1019
1088
  #
@@ -1846,6 +1915,8 @@ module Aws::AppStream
1846
1915
  # resp.stacks[0].access_endpoints #=> Array
1847
1916
  # resp.stacks[0].access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
1848
1917
  # resp.stacks[0].access_endpoints[0].vpce_id #=> String
1918
+ # resp.stacks[0].embed_host_domains #=> Array
1919
+ # resp.stacks[0].embed_host_domains[0] #=> String
1849
1920
  # resp.next_token #=> String
1850
1921
  #
1851
1922
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeStacks AWS API Documentation
@@ -2672,7 +2743,17 @@ module Aws::AppStream
2672
2743
  # To assume a role, a fleet instance calls the AWS Security Token
2673
2744
  # Service (STS) `AssumeRole` API operation and passes the ARN of the
2674
2745
  # role to use. The operation creates a new session with temporary
2675
- # credentials.
2746
+ # credentials. AppStream 2.0 retrieves the temporary credentials and
2747
+ # creates the **AppStream\_Machine\_Role** credential profile on the
2748
+ # instance.
2749
+ #
2750
+ # For more information, see [Using an IAM Role to Grant Permissions to
2751
+ # Applications and Scripts Running on AppStream 2.0 Streaming
2752
+ # Instances][1] in the *Amazon AppStream 2.0 Administration Guide*.
2753
+ #
2754
+ #
2755
+ #
2756
+ # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
2676
2757
  #
2677
2758
  # @return [Types::UpdateFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2678
2759
  #
@@ -2825,6 +2906,11 @@ module Aws::AppStream
2825
2906
  # of the stack can connect to AppStream 2.0 only through the specified
2826
2907
  # endpoints.
2827
2908
  #
2909
+ # @option params [Array<String>] :embed_host_domains
2910
+ # The domains where AppStream 2.0 streaming sessions can be embedded in
2911
+ # an iframe. You must approve the domains that you want to host embedded
2912
+ # AppStream 2.0 streaming sessions.
2913
+ #
2828
2914
  # @return [Types::UpdateStackResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2829
2915
  #
2830
2916
  # * {Types::UpdateStackResult#stack #stack} => Types::Stack
@@ -2845,7 +2931,7 @@ module Aws::AppStream
2845
2931
  # delete_storage_connectors: false,
2846
2932
  # redirect_url: "RedirectURL",
2847
2933
  # feedback_url: "FeedbackURL",
2848
- # attributes_to_delete: ["STORAGE_CONNECTORS"], # accepts STORAGE_CONNECTORS, STORAGE_CONNECTOR_HOMEFOLDERS, STORAGE_CONNECTOR_GOOGLE_DRIVE, STORAGE_CONNECTOR_ONE_DRIVE, REDIRECT_URL, FEEDBACK_URL, THEME_NAME, USER_SETTINGS, IAM_ROLE_ARN, ACCESS_ENDPOINTS
2934
+ # attributes_to_delete: ["STORAGE_CONNECTORS"], # accepts STORAGE_CONNECTORS, STORAGE_CONNECTOR_HOMEFOLDERS, STORAGE_CONNECTOR_GOOGLE_DRIVE, STORAGE_CONNECTOR_ONE_DRIVE, REDIRECT_URL, FEEDBACK_URL, THEME_NAME, USER_SETTINGS, EMBED_HOST_DOMAINS, IAM_ROLE_ARN, ACCESS_ENDPOINTS
2849
2935
  # user_settings: [
2850
2936
  # {
2851
2937
  # 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
@@ -2862,6 +2948,7 @@ module Aws::AppStream
2862
2948
  # vpce_id: "String",
2863
2949
  # },
2864
2950
  # ],
2951
+ # embed_host_domains: ["EmbedHostDomain"],
2865
2952
  # })
2866
2953
  #
2867
2954
  # @example Response structure
@@ -2890,6 +2977,8 @@ module Aws::AppStream
2890
2977
  # resp.stack.access_endpoints #=> Array
2891
2978
  # resp.stack.access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
2892
2979
  # resp.stack.access_endpoints[0].vpce_id #=> String
2980
+ # resp.stack.embed_host_domains #=> Array
2981
+ # resp.stack.embed_host_domains[0] #=> String
2893
2982
  #
2894
2983
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateStack AWS API Documentation
2895
2984
  #
@@ -2913,7 +3002,7 @@ module Aws::AppStream
2913
3002
  params: params,
2914
3003
  config: config)
2915
3004
  context[:gem_name] = 'aws-sdk-appstream'
2916
- context[:gem_version] = '1.37.0'
3005
+ context[:gem_version] = '1.38.0'
2917
3006
  Seahorse::Client::Request.new(handlers, context)
2918
3007
  end
2919
3008
 
@@ -106,6 +106,8 @@ module Aws::AppStream
106
106
  Domain = Shapes::StringShape.new(name: 'Domain')
107
107
  DomainJoinInfo = Shapes::StructureShape.new(name: 'DomainJoinInfo')
108
108
  DomainList = Shapes::ListShape.new(name: 'DomainList')
109
+ EmbedHostDomain = Shapes::StringShape.new(name: 'EmbedHostDomain')
110
+ EmbedHostDomains = Shapes::ListShape.new(name: 'EmbedHostDomains')
109
111
  EnableUserRequest = Shapes::StructureShape.new(name: 'EnableUserRequest')
110
112
  EnableUserResult = Shapes::StructureShape.new(name: 'EnableUserResult')
111
113
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
@@ -367,6 +369,7 @@ module Aws::AppStream
367
369
  CreateStackRequest.add_member(:application_settings, Shapes::ShapeRef.new(shape: ApplicationSettings, location_name: "ApplicationSettings"))
368
370
  CreateStackRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
369
371
  CreateStackRequest.add_member(:access_endpoints, Shapes::ShapeRef.new(shape: AccessEndpointList, location_name: "AccessEndpoints"))
372
+ CreateStackRequest.add_member(:embed_host_domains, Shapes::ShapeRef.new(shape: EmbedHostDomains, location_name: "EmbedHostDomains"))
370
373
  CreateStackRequest.struct_class = Types::CreateStackRequest
371
374
 
372
375
  CreateStackResult.add_member(:stack, Shapes::ShapeRef.new(shape: Stack, location_name: "Stack"))
@@ -566,6 +569,8 @@ module Aws::AppStream
566
569
 
567
570
  DomainList.member = Shapes::ShapeRef.new(shape: Domain)
568
571
 
572
+ EmbedHostDomains.member = Shapes::ShapeRef.new(shape: EmbedHostDomain)
573
+
569
574
  EnableUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "UserName"))
570
575
  EnableUserRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, required: true, location_name: "AuthenticationType"))
571
576
  EnableUserRequest.struct_class = Types::EnableUserRequest
@@ -774,6 +779,7 @@ module Aws::AppStream
774
779
  Stack.add_member(:user_settings, Shapes::ShapeRef.new(shape: UserSettingList, location_name: "UserSettings"))
775
780
  Stack.add_member(:application_settings, Shapes::ShapeRef.new(shape: ApplicationSettingsResponse, location_name: "ApplicationSettings"))
776
781
  Stack.add_member(:access_endpoints, Shapes::ShapeRef.new(shape: AccessEndpointList, location_name: "AccessEndpoints"))
782
+ Stack.add_member(:embed_host_domains, Shapes::ShapeRef.new(shape: EmbedHostDomains, location_name: "EmbedHostDomains"))
777
783
  Stack.struct_class = Types::Stack
778
784
 
779
785
  StackAttributes.member = Shapes::ShapeRef.new(shape: StackAttribute)
@@ -884,6 +890,7 @@ module Aws::AppStream
884
890
  UpdateStackRequest.add_member(:user_settings, Shapes::ShapeRef.new(shape: UserSettingList, location_name: "UserSettings"))
885
891
  UpdateStackRequest.add_member(:application_settings, Shapes::ShapeRef.new(shape: ApplicationSettings, location_name: "ApplicationSettings"))
886
892
  UpdateStackRequest.add_member(:access_endpoints, Shapes::ShapeRef.new(shape: AccessEndpointList, location_name: "AccessEndpoints"))
893
+ UpdateStackRequest.add_member(:embed_host_domains, Shapes::ShapeRef.new(shape: EmbedHostDomains, location_name: "EmbedHostDomains"))
887
894
  UpdateStackRequest.struct_class = Types::UpdateStackRequest
888
895
 
889
896
  UpdateStackResult.add_member(:stack, Shapes::ShapeRef.new(shape: Stack, location_name: "Stack"))
@@ -611,7 +611,17 @@ module Aws::AppStream
611
611
  # fleet. To assume a role, a fleet instance calls the AWS Security
612
612
  # Token Service (STS) `AssumeRole` API operation and passes the ARN of
613
613
  # the role to use. The operation creates a new session with temporary
614
- # credentials.
614
+ # credentials. AppStream 2.0 retrieves the temporary credentials and
615
+ # creates the **AppStream\_Machine\_Role** credential profile on the
616
+ # instance.
617
+ #
618
+ # For more information, see [Using an IAM Role to Grant Permissions to
619
+ # Applications and Scripts Running on AppStream 2.0 Streaming
620
+ # Instances][1] in the *Amazon AppStream 2.0 Administration Guide*.
621
+ #
622
+ #
623
+ #
624
+ # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
615
625
  # @return [String]
616
626
  #
617
627
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateFleetRequest AWS API Documentation
@@ -692,7 +702,48 @@ module Aws::AppStream
692
702
  # @return [String]
693
703
  #
694
704
  # @!attribute [rw] instance_type
695
- # The instance type to use when launching the image builder.
705
+ # The instance type to use when launching the image builder. The
706
+ # following instance types are available:
707
+ #
708
+ # * stream.standard.medium
709
+ #
710
+ # * stream.standard.large
711
+ #
712
+ # * stream.compute.large
713
+ #
714
+ # * stream.compute.xlarge
715
+ #
716
+ # * stream.compute.2xlarge
717
+ #
718
+ # * stream.compute.4xlarge
719
+ #
720
+ # * stream.compute.8xlarge
721
+ #
722
+ # * stream.memory.large
723
+ #
724
+ # * stream.memory.xlarge
725
+ #
726
+ # * stream.memory.2xlarge
727
+ #
728
+ # * stream.memory.4xlarge
729
+ #
730
+ # * stream.memory.8xlarge
731
+ #
732
+ # * stream.graphics-design.large
733
+ #
734
+ # * stream.graphics-design.xlarge
735
+ #
736
+ # * stream.graphics-design.2xlarge
737
+ #
738
+ # * stream.graphics-design.4xlarge
739
+ #
740
+ # * stream.graphics-desktop.2xlarge
741
+ #
742
+ # * stream.graphics-pro.4xlarge
743
+ #
744
+ # * stream.graphics-pro.8xlarge
745
+ #
746
+ # * stream.graphics-pro.16xlarge
696
747
  # @return [String]
697
748
  #
698
749
  # @!attribute [rw] description
@@ -713,7 +764,17 @@ module Aws::AppStream
713
764
  # builder. To assume a role, the image builder calls the AWS Security
714
765
  # Token Service (STS) `AssumeRole` API operation and passes the ARN of
715
766
  # the role to use. The operation creates a new session with temporary
716
- # credentials.
767
+ # credentials. AppStream 2.0 retrieves the temporary credentials and
768
+ # creates the **AppStream\_Machine\_Role** credential profile on the
769
+ # instance.
770
+ #
771
+ # For more information, see [Using an IAM Role to Grant Permissions to
772
+ # Applications and Scripts Running on AppStream 2.0 Streaming
773
+ # Instances][1] in the *Amazon AppStream 2.0 Administration Guide*.
774
+ #
775
+ #
776
+ #
777
+ # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
717
778
  # @return [String]
718
779
  #
719
780
  # @!attribute [rw] enable_default_internet_access
@@ -864,6 +925,7 @@ module Aws::AppStream
864
925
  # vpce_id: "String",
865
926
  # },
866
927
  # ],
928
+ # embed_host_domains: ["EmbedHostDomain"],
867
929
  # }
868
930
  #
869
931
  # @!attribute [rw] name
@@ -931,6 +993,12 @@ module Aws::AppStream
931
993
  # specified endpoints.
932
994
  # @return [Array<Types::AccessEndpoint>]
933
995
  #
996
+ # @!attribute [rw] embed_host_domains
997
+ # The domains where AppStream 2.0 streaming sessions can be embedded
998
+ # in an iframe. You must approve the domains that you want to host
999
+ # embedded AppStream 2.0 streaming sessions.
1000
+ # @return [Array<String>]
1001
+ #
934
1002
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateStackRequest AWS API Documentation
935
1003
  #
936
1004
  class CreateStackRequest < Struct.new(
@@ -943,7 +1011,8 @@ module Aws::AppStream
943
1011
  :user_settings,
944
1012
  :application_settings,
945
1013
  :tags,
946
- :access_endpoints)
1014
+ :access_endpoints,
1015
+ :embed_host_domains)
947
1016
  include Aws::Structure
948
1017
  end
949
1018
 
@@ -2051,7 +2120,48 @@ module Aws::AppStream
2051
2120
  # @return [String]
2052
2121
  #
2053
2122
  # @!attribute [rw] instance_type
2054
- # The instance type to use when launching fleet instances.
2123
+ # The instance type to use when launching fleet instances. The
2124
+ # following instance types are available:
2125
+ #
2126
+ # * stream.standard.medium
2127
+ #
2128
+ # * stream.standard.large
2129
+ #
2130
+ # * stream.compute.large
2131
+ #
2132
+ # * stream.compute.xlarge
2133
+ #
2134
+ # * stream.compute.2xlarge
2135
+ #
2136
+ # * stream.compute.4xlarge
2137
+ #
2138
+ # * stream.compute.8xlarge
2139
+ #
2140
+ # * stream.memory.large
2141
+ #
2142
+ # * stream.memory.xlarge
2143
+ #
2144
+ # * stream.memory.2xlarge
2145
+ #
2146
+ # * stream.memory.4xlarge
2147
+ #
2148
+ # * stream.memory.8xlarge
2149
+ #
2150
+ # * stream.graphics-design.large
2151
+ #
2152
+ # * stream.graphics-design.xlarge
2153
+ #
2154
+ # * stream.graphics-design.2xlarge
2155
+ #
2156
+ # * stream.graphics-design.4xlarge
2157
+ #
2158
+ # * stream.graphics-desktop.2xlarge
2159
+ #
2160
+ # * stream.graphics-pro.4xlarge
2161
+ #
2162
+ # * stream.graphics-pro.8xlarge
2163
+ #
2164
+ # * stream.graphics-pro.16xlarge
2055
2165
  # @return [String]
2056
2166
  #
2057
2167
  # @!attribute [rw] fleet_type
@@ -2156,6 +2266,16 @@ module Aws::AppStream
2156
2266
  # role, the fleet instance calls the AWS Security Token Service (STS)
2157
2267
  # `AssumeRole` API operation and passes the ARN of the role to use.
2158
2268
  # The operation creates a new session with temporary credentials.
2269
+ # AppStream 2.0 retrieves the temporary credentials and creates the
2270
+ # **AppStream\_Machine\_Role** credential profile on the instance.
2271
+ #
2272
+ # For more information, see [Using an IAM Role to Grant Permissions to
2273
+ # Applications and Scripts Running on AppStream 2.0 Streaming
2274
+ # Instances][1] in the *Amazon AppStream 2.0 Administration Guide*.
2275
+ #
2276
+ #
2277
+ #
2278
+ # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
2159
2279
  # @return [String]
2160
2280
  #
2161
2281
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/Fleet AWS API Documentation
@@ -2323,7 +2443,48 @@ module Aws::AppStream
2323
2443
  # @return [Types::VpcConfig]
2324
2444
  #
2325
2445
  # @!attribute [rw] instance_type
2326
- # The instance type for the image builder.
2446
+ # The instance type for the image builder. The following instance
2447
+ # types are available:
2448
+ #
2449
+ # * stream.standard.medium
2450
+ #
2451
+ # * stream.standard.large
2452
+ #
2453
+ # * stream.compute.large
2454
+ #
2455
+ # * stream.compute.xlarge
2456
+ #
2457
+ # * stream.compute.2xlarge
2458
+ #
2459
+ # * stream.compute.4xlarge
2460
+ #
2461
+ # * stream.compute.8xlarge
2462
+ #
2463
+ # * stream.memory.large
2464
+ #
2465
+ # * stream.memory.xlarge
2466
+ #
2467
+ # * stream.memory.2xlarge
2468
+ #
2469
+ # * stream.memory.4xlarge
2470
+ #
2471
+ # * stream.memory.8xlarge
2472
+ #
2473
+ # * stream.graphics-design.large
2474
+ #
2475
+ # * stream.graphics-design.xlarge
2476
+ #
2477
+ # * stream.graphics-design.2xlarge
2478
+ #
2479
+ # * stream.graphics-design.4xlarge
2480
+ #
2481
+ # * stream.graphics-desktop.2xlarge
2482
+ #
2483
+ # * stream.graphics-pro.4xlarge
2484
+ #
2485
+ # * stream.graphics-pro.8xlarge
2486
+ #
2487
+ # * stream.graphics-pro.16xlarge
2327
2488
  # @return [String]
2328
2489
  #
2329
2490
  # @!attribute [rw] platform
@@ -2335,7 +2496,17 @@ module Aws::AppStream
2335
2496
  # assume a role, the image builder calls the AWS Security Token
2336
2497
  # Service (STS) `AssumeRole` API operation and passes the ARN of the
2337
2498
  # role to use. The operation creates a new session with temporary
2338
- # credentials.
2499
+ # credentials. AppStream 2.0 retrieves the temporary credentials and
2500
+ # creates the **AppStream\_Machine\_Role** credential profile on the
2501
+ # instance.
2502
+ #
2503
+ # For more information, see [Using an IAM Role to Grant Permissions to
2504
+ # Applications and Scripts Running on AppStream 2.0 Streaming
2505
+ # Instances][1] in the *Amazon AppStream 2.0 Administration Guide*.
2506
+ #
2507
+ #
2508
+ #
2509
+ # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
2339
2510
  # @return [String]
2340
2511
  #
2341
2512
  # @!attribute [rw] state
@@ -2948,6 +3119,12 @@ module Aws::AppStream
2948
3119
  # specified endpoints.
2949
3120
  # @return [Array<Types::AccessEndpoint>]
2950
3121
  #
3122
+ # @!attribute [rw] embed_host_domains
3123
+ # The domains where AppStream 2.0 streaming sessions can be embedded
3124
+ # in an iframe. You must approve the domains that you want to host
3125
+ # embedded AppStream 2.0 streaming sessions.
3126
+ # @return [Array<String>]
3127
+ #
2951
3128
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/Stack AWS API Documentation
2952
3129
  #
2953
3130
  class Stack < Struct.new(
@@ -2962,7 +3139,8 @@ module Aws::AppStream
2962
3139
  :stack_errors,
2963
3140
  :user_settings,
2964
3141
  :application_settings,
2965
- :access_endpoints)
3142
+ :access_endpoints,
3143
+ :embed_host_domains)
2966
3144
  include Aws::Structure
2967
3145
  end
2968
3146
 
@@ -3415,7 +3593,17 @@ module Aws::AppStream
3415
3593
  # fleet. To assume a role, a fleet instance calls the AWS Security
3416
3594
  # Token Service (STS) `AssumeRole` API operation and passes the ARN of
3417
3595
  # the role to use. The operation creates a new session with temporary
3418
- # credentials.
3596
+ # credentials. AppStream 2.0 retrieves the temporary credentials and
3597
+ # creates the **AppStream\_Machine\_Role** credential profile on the
3598
+ # instance.
3599
+ #
3600
+ # For more information, see [Using an IAM Role to Grant Permissions to
3601
+ # Applications and Scripts Running on AppStream 2.0 Streaming
3602
+ # Instances][1] in the *Amazon AppStream 2.0 Administration Guide*.
3603
+ #
3604
+ #
3605
+ #
3606
+ # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
3419
3607
  # @return [String]
3420
3608
  #
3421
3609
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateFleetRequest AWS API Documentation
@@ -3506,7 +3694,7 @@ module Aws::AppStream
3506
3694
  # delete_storage_connectors: false,
3507
3695
  # redirect_url: "RedirectURL",
3508
3696
  # feedback_url: "FeedbackURL",
3509
- # attributes_to_delete: ["STORAGE_CONNECTORS"], # accepts STORAGE_CONNECTORS, STORAGE_CONNECTOR_HOMEFOLDERS, STORAGE_CONNECTOR_GOOGLE_DRIVE, STORAGE_CONNECTOR_ONE_DRIVE, REDIRECT_URL, FEEDBACK_URL, THEME_NAME, USER_SETTINGS, IAM_ROLE_ARN, ACCESS_ENDPOINTS
3697
+ # attributes_to_delete: ["STORAGE_CONNECTORS"], # accepts STORAGE_CONNECTORS, STORAGE_CONNECTOR_HOMEFOLDERS, STORAGE_CONNECTOR_GOOGLE_DRIVE, STORAGE_CONNECTOR_ONE_DRIVE, REDIRECT_URL, FEEDBACK_URL, THEME_NAME, USER_SETTINGS, EMBED_HOST_DOMAINS, IAM_ROLE_ARN, ACCESS_ENDPOINTS
3510
3698
  # user_settings: [
3511
3699
  # {
3512
3700
  # 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
@@ -3523,6 +3711,7 @@ module Aws::AppStream
3523
3711
  # vpce_id: "String",
3524
3712
  # },
3525
3713
  # ],
3714
+ # embed_host_domains: ["EmbedHostDomain"],
3526
3715
  # }
3527
3716
  #
3528
3717
  # @!attribute [rw] display_name
@@ -3578,6 +3767,12 @@ module Aws::AppStream
3578
3767
  # specified endpoints.
3579
3768
  # @return [Array<Types::AccessEndpoint>]
3580
3769
  #
3770
+ # @!attribute [rw] embed_host_domains
3771
+ # The domains where AppStream 2.0 streaming sessions can be embedded
3772
+ # in an iframe. You must approve the domains that you want to host
3773
+ # embedded AppStream 2.0 streaming sessions.
3774
+ # @return [Array<String>]
3775
+ #
3581
3776
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateStackRequest AWS API Documentation
3582
3777
  #
3583
3778
  class UpdateStackRequest < Struct.new(
@@ -3591,7 +3786,8 @@ module Aws::AppStream
3591
3786
  :attributes_to_delete,
3592
3787
  :user_settings,
3593
3788
  :application_settings,
3594
- :access_endpoints)
3789
+ :access_endpoints,
3790
+ :embed_host_domains)
3595
3791
  include Aws::Structure
3596
3792
  end
3597
3793
 
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.37.0
4
+ version: 1.38.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-10-23 00:00:00.000000000 Z
11
+ date: 2019-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core