aws-sdk-appstream 1.35.0 → 1.36.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: 837467d47e9a8d08e761fc80359707098addb3a6
4
- data.tar.gz: 5104732c3b31c9102efa0833310717ff5574d210
3
+ metadata.gz: faecbf65bfbf67db0ce5bb6374adf70e8b3e3c4b
4
+ data.tar.gz: 2769e6c6061c4b6cae745ca488693fab4b7a5ea5
5
5
  SHA512:
6
- metadata.gz: 9acf8c7424b2536c64d378f3ba723569d2ffaeb1c6d9267ac96b15400e200e31ef282dc9200c066e4a54370143d99477f575231c2f0779059ea25f463cdd73e4
7
- data.tar.gz: 5d2771eaec2da88b0e3d306c976c45995e00935f68118802daa14e49ebc1439429a956e2f8206a6dab6698ff69d7caef2ad26627894be27028f3704ca37cca92
6
+ metadata.gz: 718fa729eea55189d4da7f1e854cab9150690dd29e9c62c6965923fa6a15e703b27539cd13a85f237ea39d2ace1b6be59fb24ad117c3b61289f3306dd37095f5
7
+ data.tar.gz: c3199336613b15d480330fb28c8c7ee7ceebe06f78e4d5b6a4ca24e45e1fa9e28438dc848fa3b281a3bd4a52c8c91c6f989ba4198777ee9af0a20e151f01d26a
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-appstream/customizations'
43
43
  # @service
44
44
  module Aws::AppStream
45
45
 
46
- GEM_VERSION = '1.35.0'
46
+ GEM_VERSION = '1.36.0'
47
47
 
48
48
  end
@@ -625,6 +625,13 @@ module Aws::AppStream
625
625
  #
626
626
  # </note>
627
627
  #
628
+ # @option params [String] :iam_role_arn
629
+ # The Amazon Resource Name (ARN) of the IAM role to apply to the fleet.
630
+ # To assume a role, a fleet instance calls the AWS Security Token
631
+ # Service (STS) `AssumeRole` API operation and passes the ARN of the
632
+ # role to use. The operation creates a new session with temporary
633
+ # credentials.
634
+ #
628
635
  # @return [Types::CreateFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
629
636
  #
630
637
  # * {Types::CreateFleetResult#fleet #fleet} => Types::Fleet
@@ -657,6 +664,7 @@ module Aws::AppStream
657
664
  # "TagKey" => "TagValue",
658
665
  # },
659
666
  # idle_disconnect_timeout_in_seconds: 1,
667
+ # iam_role_arn: "Arn",
660
668
  # })
661
669
  #
662
670
  # @example Response structure
@@ -682,12 +690,13 @@ module Aws::AppStream
682
690
  # resp.fleet.vpc_config.security_group_ids[0] #=> String
683
691
  # resp.fleet.created_time #=> Time
684
692
  # resp.fleet.fleet_errors #=> Array
685
- # resp.fleet.fleet_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
693
+ # resp.fleet.fleet_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "MACHINE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
686
694
  # resp.fleet.fleet_errors[0].error_message #=> String
687
695
  # resp.fleet.enable_default_internet_access #=> Boolean
688
696
  # resp.fleet.domain_join_info.directory_name #=> String
689
697
  # resp.fleet.domain_join_info.organizational_unit_distinguished_name #=> String
690
698
  # resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
699
+ # resp.fleet.iam_role_arn #=> String
691
700
  #
692
701
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateFleet AWS API Documentation
693
702
  #
@@ -726,6 +735,13 @@ module Aws::AppStream
726
735
  # The VPC configuration for the image builder. You can specify only one
727
736
  # subnet.
728
737
  #
738
+ # @option params [String] :iam_role_arn
739
+ # The Amazon Resource Name (ARN) of the IAM role to apply to the image
740
+ # builder. To assume a role, the image builder calls the AWS Security
741
+ # Token Service (STS) `AssumeRole` API operation and passes the ARN of
742
+ # the role to use. The operation creates a new session with temporary
743
+ # credentials.
744
+ #
729
745
  # @option params [Boolean] :enable_default_internet_access
730
746
  # Enables or disables default internet access for the image builder.
731
747
  #
@@ -758,7 +774,7 @@ module Aws::AppStream
758
774
  # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
759
775
  #
760
776
  # @option params [Array<Types::AccessEndpoint>] :access_endpoints
761
- # The list of virtual private cloud (VPC) interface endpoint objects.
777
+ # The list of interface VPC endpoint (interface endpoint) objects.
762
778
  # Administrators can connect to the image builder only through the
763
779
  # specified endpoints.
764
780
  #
@@ -779,6 +795,7 @@ module Aws::AppStream
779
795
  # subnet_ids: ["String"],
780
796
  # security_group_ids: ["String"],
781
797
  # },
798
+ # iam_role_arn: "Arn",
782
799
  # enable_default_internet_access: false,
783
800
  # domain_join_info: {
784
801
  # directory_name: "DirectoryName",
@@ -809,6 +826,7 @@ module Aws::AppStream
809
826
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
810
827
  # resp.image_builder.instance_type #=> String
811
828
  # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
829
+ # resp.image_builder.iam_role_arn #=> String
812
830
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED"
813
831
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
814
832
  # resp.image_builder.state_change_reason.message #=> String
@@ -819,7 +837,7 @@ module Aws::AppStream
819
837
  # resp.image_builder.network_access_configuration.eni_private_ip_address #=> String
820
838
  # resp.image_builder.network_access_configuration.eni_id #=> String
821
839
  # resp.image_builder.image_builder_errors #=> Array
822
- # resp.image_builder.image_builder_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
840
+ # resp.image_builder.image_builder_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "MACHINE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
823
841
  # resp.image_builder.image_builder_errors[0].error_message #=> String
824
842
  # resp.image_builder.image_builder_errors[0].error_timestamp #=> Time
825
843
  # resp.image_builder.appstream_agent_version #=> String
@@ -926,9 +944,9 @@ module Aws::AppStream
926
944
  # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
927
945
  #
928
946
  # @option params [Array<Types::AccessEndpoint>] :access_endpoints
929
- # The list of virtual private cloud (VPC) interface endpoint objects.
930
- # Users of the stack can connect to AppStream 2.0 only through the
931
- # specified endpoints.
947
+ # The list of interface VPC endpoint (interface endpoint) objects. Users
948
+ # of the stack can connect to AppStream 2.0 only through the specified
949
+ # endpoints.
932
950
  #
933
951
  # @return [Types::CreateStackResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
934
952
  #
@@ -1270,6 +1288,7 @@ module Aws::AppStream
1270
1288
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
1271
1289
  # resp.image_builder.instance_type #=> String
1272
1290
  # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
1291
+ # resp.image_builder.iam_role_arn #=> String
1273
1292
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED"
1274
1293
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
1275
1294
  # resp.image_builder.state_change_reason.message #=> String
@@ -1280,7 +1299,7 @@ module Aws::AppStream
1280
1299
  # resp.image_builder.network_access_configuration.eni_private_ip_address #=> String
1281
1300
  # resp.image_builder.network_access_configuration.eni_id #=> String
1282
1301
  # resp.image_builder.image_builder_errors #=> Array
1283
- # resp.image_builder.image_builder_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
1302
+ # resp.image_builder.image_builder_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "MACHINE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
1284
1303
  # resp.image_builder.image_builder_errors[0].error_message #=> String
1285
1304
  # resp.image_builder.image_builder_errors[0].error_timestamp #=> Time
1286
1305
  # resp.image_builder.appstream_agent_version #=> String
@@ -1494,12 +1513,13 @@ module Aws::AppStream
1494
1513
  # resp.fleets[0].vpc_config.security_group_ids[0] #=> String
1495
1514
  # resp.fleets[0].created_time #=> Time
1496
1515
  # resp.fleets[0].fleet_errors #=> Array
1497
- # resp.fleets[0].fleet_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
1516
+ # resp.fleets[0].fleet_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "MACHINE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
1498
1517
  # resp.fleets[0].fleet_errors[0].error_message #=> String
1499
1518
  # resp.fleets[0].enable_default_internet_access #=> Boolean
1500
1519
  # resp.fleets[0].domain_join_info.directory_name #=> String
1501
1520
  # resp.fleets[0].domain_join_info.organizational_unit_distinguished_name #=> String
1502
1521
  # resp.fleets[0].idle_disconnect_timeout_in_seconds #=> Integer
1522
+ # resp.fleets[0].iam_role_arn #=> String
1503
1523
  # resp.next_token #=> String
1504
1524
  #
1505
1525
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeFleets AWS API Documentation
@@ -1552,6 +1572,7 @@ module Aws::AppStream
1552
1572
  # resp.image_builders[0].vpc_config.security_group_ids[0] #=> String
1553
1573
  # resp.image_builders[0].instance_type #=> String
1554
1574
  # resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
1575
+ # resp.image_builders[0].iam_role_arn #=> String
1555
1576
  # resp.image_builders[0].state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED"
1556
1577
  # resp.image_builders[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
1557
1578
  # resp.image_builders[0].state_change_reason.message #=> String
@@ -1562,7 +1583,7 @@ module Aws::AppStream
1562
1583
  # resp.image_builders[0].network_access_configuration.eni_private_ip_address #=> String
1563
1584
  # resp.image_builders[0].network_access_configuration.eni_id #=> String
1564
1585
  # resp.image_builders[0].image_builder_errors #=> Array
1565
- # resp.image_builders[0].image_builder_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
1586
+ # resp.image_builders[0].image_builder_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "MACHINE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
1566
1587
  # resp.image_builders[0].image_builder_errors[0].error_message #=> String
1567
1588
  # resp.image_builders[0].image_builder_errors[0].error_timestamp #=> Time
1568
1589
  # resp.image_builders[0].appstream_agent_version #=> String
@@ -2271,6 +2292,7 @@ module Aws::AppStream
2271
2292
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
2272
2293
  # resp.image_builder.instance_type #=> String
2273
2294
  # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
2295
+ # resp.image_builder.iam_role_arn #=> String
2274
2296
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED"
2275
2297
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
2276
2298
  # resp.image_builder.state_change_reason.message #=> String
@@ -2281,7 +2303,7 @@ module Aws::AppStream
2281
2303
  # resp.image_builder.network_access_configuration.eni_private_ip_address #=> String
2282
2304
  # resp.image_builder.network_access_configuration.eni_id #=> String
2283
2305
  # resp.image_builder.image_builder_errors #=> Array
2284
- # resp.image_builder.image_builder_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
2306
+ # resp.image_builder.image_builder_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "MACHINE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
2285
2307
  # resp.image_builder.image_builder_errors[0].error_message #=> String
2286
2308
  # resp.image_builder.image_builder_errors[0].error_timestamp #=> Time
2287
2309
  # resp.image_builder.appstream_agent_version #=> String
@@ -2348,6 +2370,7 @@ module Aws::AppStream
2348
2370
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
2349
2371
  # resp.image_builder.instance_type #=> String
2350
2372
  # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
2373
+ # resp.image_builder.iam_role_arn #=> String
2351
2374
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED"
2352
2375
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
2353
2376
  # resp.image_builder.state_change_reason.message #=> String
@@ -2358,7 +2381,7 @@ module Aws::AppStream
2358
2381
  # resp.image_builder.network_access_configuration.eni_private_ip_address #=> String
2359
2382
  # resp.image_builder.network_access_configuration.eni_id #=> String
2360
2383
  # resp.image_builder.image_builder_errors #=> Array
2361
- # resp.image_builder.image_builder_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
2384
+ # resp.image_builder.image_builder_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "MACHINE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
2362
2385
  # resp.image_builder.image_builder_errors[0].error_message #=> String
2363
2386
  # resp.image_builder.image_builder_errors[0].error_timestamp #=> Time
2364
2387
  # resp.image_builder.appstream_agent_version #=> String
@@ -2516,8 +2539,9 @@ module Aws::AppStream
2516
2539
  # If the fleet is in the `STOPPED` state, you can update any attribute
2517
2540
  # except the fleet name. If the fleet is in the `RUNNING` state, you can
2518
2541
  # update the `DisplayName`, `ComputeCapacity`, `ImageARN`, `ImageName`,
2519
- # and `DisconnectTimeoutInSeconds` attributes. If the fleet is in the
2520
- # `STARTING` or `STOPPING` state, you can't update it.
2542
+ # `IdleDisconnectTimeoutInSeconds`, and `DisconnectTimeoutInSeconds`
2543
+ # attributes. If the fleet is in the `STARTING` or `STOPPING` state, you
2544
+ # can't update it.
2521
2545
  #
2522
2546
  # @option params [String] :image_name
2523
2547
  # The name of the image used to create the fleet.
@@ -2643,6 +2667,13 @@ module Aws::AppStream
2643
2667
  # @option params [Array<String>] :attributes_to_delete
2644
2668
  # The fleet attributes to delete.
2645
2669
  #
2670
+ # @option params [String] :iam_role_arn
2671
+ # The Amazon Resource Name (ARN) of the IAM role to apply to the fleet.
2672
+ # To assume a role, a fleet instance calls the AWS Security Token
2673
+ # Service (STS) `AssumeRole` API operation and passes the ARN of the
2674
+ # role to use. The operation creates a new session with temporary
2675
+ # credentials.
2676
+ #
2646
2677
  # @return [Types::UpdateFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2647
2678
  #
2648
2679
  # * {Types::UpdateFleetResult#fleet #fleet} => Types::Fleet
@@ -2672,7 +2703,8 @@ module Aws::AppStream
2672
2703
  # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
2673
2704
  # },
2674
2705
  # idle_disconnect_timeout_in_seconds: 1,
2675
- # attributes_to_delete: ["VPC_CONFIGURATION"], # accepts VPC_CONFIGURATION, VPC_CONFIGURATION_SECURITY_GROUP_IDS, DOMAIN_JOIN_INFO
2706
+ # attributes_to_delete: ["VPC_CONFIGURATION"], # accepts VPC_CONFIGURATION, VPC_CONFIGURATION_SECURITY_GROUP_IDS, DOMAIN_JOIN_INFO, IAM_ROLE_ARN
2707
+ # iam_role_arn: "Arn",
2676
2708
  # })
2677
2709
  #
2678
2710
  # @example Response structure
@@ -2698,12 +2730,13 @@ module Aws::AppStream
2698
2730
  # resp.fleet.vpc_config.security_group_ids[0] #=> String
2699
2731
  # resp.fleet.created_time #=> Time
2700
2732
  # resp.fleet.fleet_errors #=> Array
2701
- # resp.fleet.fleet_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
2733
+ # resp.fleet.fleet_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "MACHINE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
2702
2734
  # resp.fleet.fleet_errors[0].error_message #=> String
2703
2735
  # resp.fleet.enable_default_internet_access #=> Boolean
2704
2736
  # resp.fleet.domain_join_info.directory_name #=> String
2705
2737
  # resp.fleet.domain_join_info.organizational_unit_distinguished_name #=> String
2706
2738
  # resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
2739
+ # resp.fleet.iam_role_arn #=> String
2707
2740
  #
2708
2741
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateFleet AWS API Documentation
2709
2742
  #
@@ -2788,9 +2821,9 @@ module Aws::AppStream
2788
2821
  # applied to the next session.
2789
2822
  #
2790
2823
  # @option params [Array<Types::AccessEndpoint>] :access_endpoints
2791
- # The list of virtual private cloud (VPC) interface endpoint objects.
2792
- # Users of the stack can connect to AppStream 2.0 only through the
2793
- # specified endpoints.
2824
+ # The list of interface VPC endpoint (interface endpoint) objects. Users
2825
+ # of the stack can connect to AppStream 2.0 only through the specified
2826
+ # endpoints.
2794
2827
  #
2795
2828
  # @return [Types::UpdateStackResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2796
2829
  #
@@ -2812,7 +2845,7 @@ module Aws::AppStream
2812
2845
  # delete_storage_connectors: false,
2813
2846
  # redirect_url: "RedirectURL",
2814
2847
  # feedback_url: "FeedbackURL",
2815
- # 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, ACCESS_ENDPOINTS
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
2816
2849
  # user_settings: [
2817
2850
  # {
2818
2851
  # 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
@@ -2880,7 +2913,7 @@ module Aws::AppStream
2880
2913
  params: params,
2881
2914
  config: config)
2882
2915
  context[:gem_name] = 'aws-sdk-appstream'
2883
- context[:gem_version] = '1.35.0'
2916
+ context[:gem_version] = '1.36.0'
2884
2917
  Seahorse::Client::Request.new(handlers, context)
2885
2918
  end
2886
2919
 
@@ -325,6 +325,7 @@ module Aws::AppStream
325
325
  CreateFleetRequest.add_member(:domain_join_info, Shapes::ShapeRef.new(shape: DomainJoinInfo, location_name: "DomainJoinInfo"))
326
326
  CreateFleetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
327
327
  CreateFleetRequest.add_member(:idle_disconnect_timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "IdleDisconnectTimeoutInSeconds"))
328
+ CreateFleetRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
328
329
  CreateFleetRequest.struct_class = Types::CreateFleetRequest
329
330
 
330
331
  CreateFleetResult.add_member(:fleet, Shapes::ShapeRef.new(shape: Fleet, location_name: "Fleet"))
@@ -337,6 +338,7 @@ module Aws::AppStream
337
338
  CreateImageBuilderRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
338
339
  CreateImageBuilderRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
339
340
  CreateImageBuilderRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
341
+ CreateImageBuilderRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
340
342
  CreateImageBuilderRequest.add_member(:enable_default_internet_access, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "EnableDefaultInternetAccess"))
341
343
  CreateImageBuilderRequest.add_member(:domain_join_info, Shapes::ShapeRef.new(shape: DomainJoinInfo, location_name: "DomainJoinInfo"))
342
344
  CreateImageBuilderRequest.add_member(:appstream_agent_version, Shapes::ShapeRef.new(shape: AppstreamAgentVersion, location_name: "AppstreamAgentVersion"))
@@ -593,6 +595,7 @@ module Aws::AppStream
593
595
  Fleet.add_member(:enable_default_internet_access, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "EnableDefaultInternetAccess"))
594
596
  Fleet.add_member(:domain_join_info, Shapes::ShapeRef.new(shape: DomainJoinInfo, location_name: "DomainJoinInfo"))
595
597
  Fleet.add_member(:idle_disconnect_timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "IdleDisconnectTimeoutInSeconds"))
598
+ Fleet.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
596
599
  Fleet.struct_class = Types::Fleet
597
600
 
598
601
  FleetAttributes.member = Shapes::ShapeRef.new(shape: FleetAttribute)
@@ -631,6 +634,7 @@ module Aws::AppStream
631
634
  ImageBuilder.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
632
635
  ImageBuilder.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "InstanceType"))
633
636
  ImageBuilder.add_member(:platform, Shapes::ShapeRef.new(shape: PlatformType, location_name: "Platform"))
637
+ ImageBuilder.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
634
638
  ImageBuilder.add_member(:state, Shapes::ShapeRef.new(shape: ImageBuilderState, location_name: "State"))
635
639
  ImageBuilder.add_member(:state_change_reason, Shapes::ShapeRef.new(shape: ImageBuilderStateChangeReason, location_name: "StateChangeReason"))
636
640
  ImageBuilder.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
@@ -856,6 +860,7 @@ module Aws::AppStream
856
860
  UpdateFleetRequest.add_member(:domain_join_info, Shapes::ShapeRef.new(shape: DomainJoinInfo, location_name: "DomainJoinInfo"))
857
861
  UpdateFleetRequest.add_member(:idle_disconnect_timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "IdleDisconnectTimeoutInSeconds"))
858
862
  UpdateFleetRequest.add_member(:attributes_to_delete, Shapes::ShapeRef.new(shape: FleetAttributes, location_name: "AttributesToDelete"))
863
+ UpdateFleetRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
859
864
  UpdateFleetRequest.struct_class = Types::UpdateFleetRequest
860
865
 
861
866
  UpdateFleetResult.add_member(:fleet, Shapes::ShapeRef.new(shape: Fleet, location_name: "Fleet"))
@@ -1085,6 +1090,7 @@ module Aws::AppStream
1085
1090
  o.output = Shapes::ShapeRef.new(shape: CreateUsageReportSubscriptionResult)
1086
1091
  o.errors << Shapes::ShapeRef.new(shape: InvalidRoleException)
1087
1092
  o.errors << Shapes::ShapeRef.new(shape: InvalidAccountStatusException)
1093
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1088
1094
  end)
1089
1095
 
1090
1096
  api.add_operation(:create_user, Seahorse::Model::Operation.new.tap do |o|
@@ -1364,6 +1370,7 @@ module Aws::AppStream
1364
1370
  o.errors << Shapes::ShapeRef.new(shape: InvalidAccountStatusException)
1365
1371
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1366
1372
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotAvailableException)
1373
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRoleException)
1367
1374
  end)
1368
1375
 
1369
1376
  api.add_operation(:start_image_builder, Seahorse::Model::Operation.new.tap do |o|
@@ -8,13 +8,13 @@
8
8
  module Aws::AppStream
9
9
  module Types
10
10
 
11
- # Describes a virtual private cloud (VPC) interface endpoint that lets
12
- # you create a private connection between the VPC that you specify and
13
- # AppStream 2.0. When you specify a VPC interface endpoint for a stack,
14
- # users of the stack can connect to AppStream 2.0 only through that
15
- # endpoint. When you specify a VPC interface endpoint for an image
16
- # builder, administrators can connect to the image builder only through
17
- # that endpoint.
11
+ # Describes an interface VPC endpoint (interface endpoint) that lets you
12
+ # create a private connection between the virtual private cloud (VPC)
13
+ # that you specify and AppStream 2.0. When you specify an interface
14
+ # endpoint for a stack, users of the stack can connect to AppStream 2.0
15
+ # only through that endpoint. When you specify an interface endpoint for
16
+ # an image builder, administrators can connect to the image builder only
17
+ # through that endpoint.
18
18
  #
19
19
  # @note When making an API call, you may pass AccessEndpoint
20
20
  # data as a hash:
@@ -25,11 +25,12 @@ module Aws::AppStream
25
25
  # }
26
26
  #
27
27
  # @!attribute [rw] endpoint_type
28
- # The type of VPC interface endpoint.
28
+ # The type of interface endpoint.
29
29
  # @return [String]
30
30
  #
31
31
  # @!attribute [rw] vpce_id
32
- # The identifier (ID) of the VPC in which the endpoint is used.
32
+ # The identifier (ID) of the VPC in which the interface endpoint is
33
+ # used.
33
34
  # @return [String]
34
35
  #
35
36
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/AccessEndpoint AWS API Documentation
@@ -432,6 +433,7 @@ module Aws::AppStream
432
433
  # "TagKey" => "TagValue",
433
434
  # },
434
435
  # idle_disconnect_timeout_in_seconds: 1,
436
+ # iam_role_arn: "Arn",
435
437
  # }
436
438
  #
437
439
  # @!attribute [rw] name
@@ -604,6 +606,14 @@ module Aws::AppStream
604
606
  # </note>
605
607
  # @return [Integer]
606
608
  #
609
+ # @!attribute [rw] iam_role_arn
610
+ # The Amazon Resource Name (ARN) of the IAM role to apply to the
611
+ # fleet. To assume a role, a fleet instance calls the AWS Security
612
+ # Token Service (STS) `AssumeRole` API operation and passes the ARN of
613
+ # the role to use. The operation creates a new session with temporary
614
+ # credentials.
615
+ # @return [String]
616
+ #
607
617
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateFleetRequest AWS API Documentation
608
618
  #
609
619
  class CreateFleetRequest < Struct.new(
@@ -621,7 +631,8 @@ module Aws::AppStream
621
631
  :enable_default_internet_access,
622
632
  :domain_join_info,
623
633
  :tags,
624
- :idle_disconnect_timeout_in_seconds)
634
+ :idle_disconnect_timeout_in_seconds,
635
+ :iam_role_arn)
625
636
  include Aws::Structure
626
637
  end
627
638
 
@@ -650,6 +661,7 @@ module Aws::AppStream
650
661
  # subnet_ids: ["String"],
651
662
  # security_group_ids: ["String"],
652
663
  # },
664
+ # iam_role_arn: "Arn",
653
665
  # enable_default_internet_access: false,
654
666
  # domain_join_info: {
655
667
  # directory_name: "DirectoryName",
@@ -696,6 +708,14 @@ module Aws::AppStream
696
708
  # one subnet.
697
709
  # @return [Types::VpcConfig]
698
710
  #
711
+ # @!attribute [rw] iam_role_arn
712
+ # The Amazon Resource Name (ARN) of the IAM role to apply to the image
713
+ # builder. To assume a role, the image builder calls the AWS Security
714
+ # Token Service (STS) `AssumeRole` API operation and passes the ARN of
715
+ # the role to use. The operation creates a new session with temporary
716
+ # credentials.
717
+ # @return [String]
718
+ #
699
719
  # @!attribute [rw] enable_default_internet_access
700
720
  # Enables or disables default internet access for the image builder.
701
721
  # @return [Boolean]
@@ -732,7 +752,7 @@ module Aws::AppStream
732
752
  # @return [Hash<String,String>]
733
753
  #
734
754
  # @!attribute [rw] access_endpoints
735
- # The list of virtual private cloud (VPC) interface endpoint objects.
755
+ # The list of interface VPC endpoint (interface endpoint) objects.
736
756
  # Administrators can connect to the image builder only through the
737
757
  # specified endpoints.
738
758
  # @return [Array<Types::AccessEndpoint>]
@@ -747,6 +767,7 @@ module Aws::AppStream
747
767
  :description,
748
768
  :display_name,
749
769
  :vpc_config,
770
+ :iam_role_arn,
750
771
  :enable_default_internet_access,
751
772
  :domain_join_info,
752
773
  :appstream_agent_version,
@@ -905,7 +926,7 @@ module Aws::AppStream
905
926
  # @return [Hash<String,String>]
906
927
  #
907
928
  # @!attribute [rw] access_endpoints
908
- # The list of virtual private cloud (VPC) interface endpoint objects.
929
+ # The list of interface VPC endpoint (interface endpoint) objects.
909
930
  # Users of the stack can connect to AppStream 2.0 only through the
910
931
  # specified endpoints.
911
932
  # @return [Array<Types::AccessEndpoint>]
@@ -2006,7 +2027,7 @@ module Aws::AppStream
2006
2027
  # Describes a fleet.
2007
2028
  #
2008
2029
  # @!attribute [rw] arn
2009
- # The ARN for the fleet.
2030
+ # The Amazon Resource Name (ARN) for the fleet.
2010
2031
  # @return [String]
2011
2032
  #
2012
2033
  # @!attribute [rw] name
@@ -2130,6 +2151,13 @@ module Aws::AppStream
2130
2151
  # </note>
2131
2152
  # @return [Integer]
2132
2153
  #
2154
+ # @!attribute [rw] iam_role_arn
2155
+ # The ARN of the IAM role that is applied to the fleet. To assume a
2156
+ # role, the fleet instance calls the AWS Security Token Service (STS)
2157
+ # `AssumeRole` API operation and passes the ARN of the role to use.
2158
+ # The operation creates a new session with temporary credentials.
2159
+ # @return [String]
2160
+ #
2133
2161
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/Fleet AWS API Documentation
2134
2162
  #
2135
2163
  class Fleet < Struct.new(
@@ -2150,7 +2178,8 @@ module Aws::AppStream
2150
2178
  :fleet_errors,
2151
2179
  :enable_default_internet_access,
2152
2180
  :domain_join_info,
2153
- :idle_disconnect_timeout_in_seconds)
2181
+ :idle_disconnect_timeout_in_seconds,
2182
+ :iam_role_arn)
2154
2183
  include Aws::Structure
2155
2184
  end
2156
2185
 
@@ -2301,6 +2330,14 @@ module Aws::AppStream
2301
2330
  # The operating system platform of the image builder.
2302
2331
  # @return [String]
2303
2332
  #
2333
+ # @!attribute [rw] iam_role_arn
2334
+ # The ARN of the IAM role that is applied to the image builder. To
2335
+ # assume a role, the image builder calls the AWS Security Token
2336
+ # Service (STS) `AssumeRole` API operation and passes the ARN of the
2337
+ # role to use. The operation creates a new session with temporary
2338
+ # credentials.
2339
+ # @return [String]
2340
+ #
2304
2341
  # @!attribute [rw] state
2305
2342
  # The state of the image builder.
2306
2343
  # @return [String]
@@ -2353,6 +2390,7 @@ module Aws::AppStream
2353
2390
  :vpc_config,
2354
2391
  :instance_type,
2355
2392
  :platform,
2393
+ :iam_role_arn,
2356
2394
  :state,
2357
2395
  :state_change_reason,
2358
2396
  :created_time,
@@ -3227,7 +3265,8 @@ module Aws::AppStream
3227
3265
  # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
3228
3266
  # },
3229
3267
  # idle_disconnect_timeout_in_seconds: 1,
3230
- # attributes_to_delete: ["VPC_CONFIGURATION"], # accepts VPC_CONFIGURATION, VPC_CONFIGURATION_SECURITY_GROUP_IDS, DOMAIN_JOIN_INFO
3268
+ # attributes_to_delete: ["VPC_CONFIGURATION"], # accepts VPC_CONFIGURATION, VPC_CONFIGURATION_SECURITY_GROUP_IDS, DOMAIN_JOIN_INFO, IAM_ROLE_ARN
3269
+ # iam_role_arn: "Arn",
3231
3270
  # }
3232
3271
  #
3233
3272
  # @!attribute [rw] image_name
@@ -3371,6 +3410,14 @@ module Aws::AppStream
3371
3410
  # The fleet attributes to delete.
3372
3411
  # @return [Array<String>]
3373
3412
  #
3413
+ # @!attribute [rw] iam_role_arn
3414
+ # The Amazon Resource Name (ARN) of the IAM role to apply to the
3415
+ # fleet. To assume a role, a fleet instance calls the AWS Security
3416
+ # Token Service (STS) `AssumeRole` API operation and passes the ARN of
3417
+ # the role to use. The operation creates a new session with temporary
3418
+ # credentials.
3419
+ # @return [String]
3420
+ #
3374
3421
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateFleetRequest AWS API Documentation
3375
3422
  #
3376
3423
  class UpdateFleetRequest < Struct.new(
@@ -3388,7 +3435,8 @@ module Aws::AppStream
3388
3435
  :enable_default_internet_access,
3389
3436
  :domain_join_info,
3390
3437
  :idle_disconnect_timeout_in_seconds,
3391
- :attributes_to_delete)
3438
+ :attributes_to_delete,
3439
+ :iam_role_arn)
3392
3440
  include Aws::Structure
3393
3441
  end
3394
3442
 
@@ -3458,7 +3506,7 @@ module Aws::AppStream
3458
3506
  # delete_storage_connectors: false,
3459
3507
  # redirect_url: "RedirectURL",
3460
3508
  # feedback_url: "FeedbackURL",
3461
- # 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, ACCESS_ENDPOINTS
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
3462
3510
  # user_settings: [
3463
3511
  # {
3464
3512
  # 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
@@ -3525,7 +3573,7 @@ module Aws::AppStream
3525
3573
  # @return [Types::ApplicationSettings]
3526
3574
  #
3527
3575
  # @!attribute [rw] access_endpoints
3528
- # The list of virtual private cloud (VPC) interface endpoint objects.
3576
+ # The list of interface VPC endpoint (interface endpoint) objects.
3529
3577
  # Users of the stack can connect to AppStream 2.0 only through the
3530
3578
  # specified endpoints.
3531
3579
  # @return [Array<Types::AccessEndpoint>]
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.35.0
4
+ version: 1.36.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-08-20 00:00:00.000000000 Z
11
+ date: 2019-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core