aws-sdk-appstream 1.121.0 → 1.122.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appstream/client.rb +483 -146
- data/lib/aws-sdk-appstream/client_api.rb +170 -0
- data/lib/aws-sdk-appstream/errors.rb +16 -0
- data/lib/aws-sdk-appstream/types.rb +600 -173
- data/lib/aws-sdk-appstream.rb +1 -1
- data/sig/client.rbs +85 -3
- data/sig/errors.rbs +3 -0
- data/sig/types.rbs +113 -6
- metadata +1 -1
|
@@ -817,7 +817,7 @@ module Aws::AppStream
|
|
|
817
817
|
|
|
818
818
|
# Creates an app block.
|
|
819
819
|
#
|
|
820
|
-
# App blocks are
|
|
820
|
+
# App blocks are a WorkSpaces Applications resource that stores the
|
|
821
821
|
# details about the virtual hard disk in an S3 bucket. It also stores
|
|
822
822
|
# the setup script with details about how to mount the virtual hard
|
|
823
823
|
# disk. The virtual hard disk includes the application binaries and
|
|
@@ -948,7 +948,7 @@ module Aws::AppStream
|
|
|
948
948
|
# \_ . : / = + \\ - @
|
|
949
949
|
#
|
|
950
950
|
# For more information, see [Tagging Your Resources][1] in the *Amazon
|
|
951
|
-
#
|
|
951
|
+
# WorkSpaces Applications Administration Guide*.
|
|
952
952
|
#
|
|
953
953
|
#
|
|
954
954
|
#
|
|
@@ -987,13 +987,14 @@ module Aws::AppStream
|
|
|
987
987
|
# block builder. To assume a role, the app block builder calls the AWS
|
|
988
988
|
# Security Token Service (STS) `AssumeRole` API operation and passes the
|
|
989
989
|
# ARN of the role to use. The operation creates a new session with
|
|
990
|
-
# temporary credentials.
|
|
990
|
+
# temporary credentials. WorkSpaces Applications retrieves the temporary
|
|
991
991
|
# credentials and creates the **appstream\_machine\_role** credential
|
|
992
992
|
# profile on the instance.
|
|
993
993
|
#
|
|
994
994
|
# For more information, see [Using an IAM Role to Grant Permissions to
|
|
995
|
-
# Applications and Scripts Running on
|
|
996
|
-
# Instances][1] in the *Amazon
|
|
995
|
+
# Applications and Scripts Running on WorkSpaces Applications Streaming
|
|
996
|
+
# Instances][1] in the *Amazon WorkSpaces Applications Administration
|
|
997
|
+
# Guide*.
|
|
997
998
|
#
|
|
998
999
|
#
|
|
999
1000
|
#
|
|
@@ -1050,7 +1051,7 @@ module Aws::AppStream
|
|
|
1050
1051
|
# resp.app_block_builder.state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED"
|
|
1051
1052
|
# resp.app_block_builder.created_time #=> Time
|
|
1052
1053
|
# resp.app_block_builder.app_block_builder_errors #=> Array
|
|
1053
|
-
# resp.app_block_builder.app_block_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
1054
|
+
# resp.app_block_builder.app_block_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
1054
1055
|
# resp.app_block_builder.app_block_builder_errors[0].error_message #=> String
|
|
1055
1056
|
# resp.app_block_builder.app_block_builder_errors[0].error_timestamp #=> Time
|
|
1056
1057
|
# resp.app_block_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR"
|
|
@@ -1105,7 +1106,7 @@ module Aws::AppStream
|
|
|
1105
1106
|
|
|
1106
1107
|
# Creates an application.
|
|
1107
1108
|
#
|
|
1108
|
-
# Applications are
|
|
1109
|
+
# Applications are a WorkSpaces Applications resource that stores the
|
|
1109
1110
|
# details about how to launch applications on Elastic fleet streaming
|
|
1110
1111
|
# instances. An application consists of the launch details, icon, and
|
|
1111
1112
|
# display name. Applications are associated with an app block that
|
|
@@ -1207,9 +1208,9 @@ module Aws::AppStream
|
|
|
1207
1208
|
req.send_request(options)
|
|
1208
1209
|
end
|
|
1209
1210
|
|
|
1210
|
-
# Creates a Directory Config object in
|
|
1211
|
-
# includes the configuration information required to join fleets
|
|
1212
|
-
# image builders to Microsoft Active Directory domains.
|
|
1211
|
+
# Creates a Directory Config object in WorkSpaces Applications. This
|
|
1212
|
+
# object includes the configuration information required to join fleets
|
|
1213
|
+
# and image builders to Microsoft Active Directory domains.
|
|
1213
1214
|
#
|
|
1214
1215
|
# @option params [required, String] :directory_name
|
|
1215
1216
|
# The fully qualified name of the directory (for example,
|
|
@@ -1276,9 +1277,9 @@ module Aws::AppStream
|
|
|
1276
1277
|
|
|
1277
1278
|
# Creates a new entitlement. Entitlements control access to specific
|
|
1278
1279
|
# applications within a stack, based on user attributes. Entitlements
|
|
1279
|
-
# apply to SAML 2.0 federated user identities.
|
|
1280
|
-
# pool and streaming URL users are entitled to all applications in
|
|
1281
|
-
# stack. Entitlements don't apply to the desktop stream view
|
|
1280
|
+
# apply to SAML 2.0 federated user identities. WorkSpaces Applications
|
|
1281
|
+
# user pool and streaming URL users are entitled to all applications in
|
|
1282
|
+
# a stack. Entitlements don't apply to the desktop stream view
|
|
1282
1283
|
# application, or to applications managed by a dynamic app provider
|
|
1283
1284
|
# using the Dynamic Application Framework.
|
|
1284
1285
|
#
|
|
@@ -1337,6 +1338,72 @@ module Aws::AppStream
|
|
|
1337
1338
|
req.send_request(options)
|
|
1338
1339
|
end
|
|
1339
1340
|
|
|
1341
|
+
# Creates a task to export a WorkSpaces Applications image to an EC2
|
|
1342
|
+
# AMI. This allows you to use your customized WorkSpaces Applications
|
|
1343
|
+
# images with other AWS services or for backup purposes.
|
|
1344
|
+
#
|
|
1345
|
+
# @option params [required, String] :image_name
|
|
1346
|
+
# The name of the WorkSpaces Applications image to export. The image
|
|
1347
|
+
# must be in an available state and owned by your account.
|
|
1348
|
+
#
|
|
1349
|
+
# @option params [required, String] :ami_name
|
|
1350
|
+
# The name for the exported EC2 AMI. This is a required field that must
|
|
1351
|
+
# be unique within your account and region.
|
|
1352
|
+
#
|
|
1353
|
+
# @option params [required, String] :iam_role_arn
|
|
1354
|
+
# The ARN of the IAM role that allows WorkSpaces Applications to create
|
|
1355
|
+
# the AMI. The role must have permissions to copy images, describe
|
|
1356
|
+
# images, and create tags, with a trust relationship allowing
|
|
1357
|
+
# appstream.amazonaws.com to assume the role.
|
|
1358
|
+
#
|
|
1359
|
+
# @option params [Hash<String,String>] :tag_specifications
|
|
1360
|
+
# The tags to apply to the exported AMI. These tags help you organize
|
|
1361
|
+
# and manage your EC2 AMIs.
|
|
1362
|
+
#
|
|
1363
|
+
# @option params [String] :ami_description
|
|
1364
|
+
# An optional description for the exported AMI. This description will be
|
|
1365
|
+
# applied to the resulting EC2 AMI.
|
|
1366
|
+
#
|
|
1367
|
+
# @return [Types::CreateExportImageTaskResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1368
|
+
#
|
|
1369
|
+
# * {Types::CreateExportImageTaskResult#export_image_task #export_image_task} => Types::ExportImageTask
|
|
1370
|
+
#
|
|
1371
|
+
# @example Request syntax with placeholder values
|
|
1372
|
+
#
|
|
1373
|
+
# resp = client.create_export_image_task({
|
|
1374
|
+
# image_name: "Name", # required
|
|
1375
|
+
# ami_name: "AmiName", # required
|
|
1376
|
+
# iam_role_arn: "Arn", # required
|
|
1377
|
+
# tag_specifications: {
|
|
1378
|
+
# "TagKey" => "TagValue",
|
|
1379
|
+
# },
|
|
1380
|
+
# ami_description: "Description",
|
|
1381
|
+
# })
|
|
1382
|
+
#
|
|
1383
|
+
# @example Response structure
|
|
1384
|
+
#
|
|
1385
|
+
# resp.export_image_task.task_id #=> String
|
|
1386
|
+
# resp.export_image_task.image_arn #=> String
|
|
1387
|
+
# resp.export_image_task.ami_name #=> String
|
|
1388
|
+
# resp.export_image_task.created_date #=> Time
|
|
1389
|
+
# resp.export_image_task.ami_description #=> String
|
|
1390
|
+
# resp.export_image_task.state #=> String, one of "EXPORTING", "COMPLETED", "FAILED"
|
|
1391
|
+
# resp.export_image_task.ami_id #=> String
|
|
1392
|
+
# resp.export_image_task.tag_specifications #=> Hash
|
|
1393
|
+
# resp.export_image_task.tag_specifications["TagKey"] #=> String
|
|
1394
|
+
# resp.export_image_task.error_details #=> Array
|
|
1395
|
+
# resp.export_image_task.error_details[0].error_code #=> String
|
|
1396
|
+
# resp.export_image_task.error_details[0].error_message #=> String
|
|
1397
|
+
#
|
|
1398
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateExportImageTask AWS API Documentation
|
|
1399
|
+
#
|
|
1400
|
+
# @overload create_export_image_task(params = {})
|
|
1401
|
+
# @param [Hash] params ({})
|
|
1402
|
+
def create_export_image_task(params = {}, options = {})
|
|
1403
|
+
req = build_request(:create_export_image_task, params)
|
|
1404
|
+
req.send_request(options)
|
|
1405
|
+
end
|
|
1406
|
+
|
|
1340
1407
|
# Creates a fleet. A fleet consists of streaming instances that your
|
|
1341
1408
|
# users access for their applications and desktops.
|
|
1342
1409
|
#
|
|
@@ -1403,8 +1470,6 @@ module Aws::AppStream
|
|
|
1403
1470
|
#
|
|
1404
1471
|
# * stream.graphics-design.4xlarge
|
|
1405
1472
|
#
|
|
1406
|
-
# * stream.graphics-desktop.2xlarge
|
|
1407
|
-
#
|
|
1408
1473
|
# * stream.graphics.g4dn.xlarge
|
|
1409
1474
|
#
|
|
1410
1475
|
# * stream.graphics.g4dn.2xlarge
|
|
@@ -1431,12 +1496,6 @@ module Aws::AppStream
|
|
|
1431
1496
|
#
|
|
1432
1497
|
# * stream.graphics.g5.24xlarge
|
|
1433
1498
|
#
|
|
1434
|
-
# * stream.graphics-pro.4xlarge
|
|
1435
|
-
#
|
|
1436
|
-
# * stream.graphics-pro.8xlarge
|
|
1437
|
-
#
|
|
1438
|
-
# * stream.graphics-pro.16xlarge
|
|
1439
|
-
#
|
|
1440
1499
|
# * stream.graphics.g6.xlarge
|
|
1441
1500
|
#
|
|
1442
1501
|
# * stream.graphics.g6.2xlarge
|
|
@@ -1547,7 +1606,7 @@ module Aws::AppStream
|
|
|
1547
1606
|
# \_ . : / = + \\ - @
|
|
1548
1607
|
#
|
|
1549
1608
|
# For more information, see [Tagging Your Resources][1] in the *Amazon
|
|
1550
|
-
#
|
|
1609
|
+
# WorkSpaces Applications Administration Guide*.
|
|
1551
1610
|
#
|
|
1552
1611
|
#
|
|
1553
1612
|
#
|
|
@@ -1586,23 +1645,25 @@ module Aws::AppStream
|
|
|
1586
1645
|
# To assume a role, a fleet instance calls the AWS Security Token
|
|
1587
1646
|
# Service (STS) `AssumeRole` API operation and passes the ARN of the
|
|
1588
1647
|
# role to use. The operation creates a new session with temporary
|
|
1589
|
-
# credentials.
|
|
1590
|
-
# creates the **appstream\_machine\_role** credential
|
|
1591
|
-
# instance.
|
|
1648
|
+
# credentials. WorkSpaces Applications retrieves the temporary
|
|
1649
|
+
# credentials and creates the **appstream\_machine\_role** credential
|
|
1650
|
+
# profile on the instance.
|
|
1592
1651
|
#
|
|
1593
1652
|
# For more information, see [Using an IAM Role to Grant Permissions to
|
|
1594
|
-
# Applications and Scripts Running on
|
|
1595
|
-
# Instances][1] in the *Amazon
|
|
1653
|
+
# Applications and Scripts Running on WorkSpaces Applications Streaming
|
|
1654
|
+
# Instances][1] in the *Amazon WorkSpaces Applications Administration
|
|
1655
|
+
# Guide*.
|
|
1596
1656
|
#
|
|
1597
1657
|
#
|
|
1598
1658
|
#
|
|
1599
1659
|
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
|
|
1600
1660
|
#
|
|
1601
1661
|
# @option params [String] :stream_view
|
|
1602
|
-
# The
|
|
1603
|
-
# stream from the fleet. When `APP` is specified, only the windows
|
|
1604
|
-
# applications opened by users display. When `DESKTOP` is specified,
|
|
1605
|
-
# standard desktop that is provided by the operating system
|
|
1662
|
+
# The WorkSpaces Applications view that is displayed to your users when
|
|
1663
|
+
# they stream from the fleet. When `APP` is specified, only the windows
|
|
1664
|
+
# of applications opened by users display. When `DESKTOP` is specified,
|
|
1665
|
+
# the standard desktop that is provided by the operating system
|
|
1666
|
+
# displays.
|
|
1606
1667
|
#
|
|
1607
1668
|
# The default value is `APP`.
|
|
1608
1669
|
#
|
|
@@ -1627,6 +1688,11 @@ module Aws::AppStream
|
|
|
1627
1688
|
# The maximum number of user sessions on an instance. This only applies
|
|
1628
1689
|
# to multi-session fleets.
|
|
1629
1690
|
#
|
|
1691
|
+
# @option params [Types::VolumeConfig] :root_volume_config
|
|
1692
|
+
# The configuration for the root volume of fleet instances. Use this to
|
|
1693
|
+
# customize storage capacity from 200 GB up to 500 GB based on your
|
|
1694
|
+
# application requirements.
|
|
1695
|
+
#
|
|
1630
1696
|
# @return [Types::CreateFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1631
1697
|
#
|
|
1632
1698
|
# * {Types::CreateFleetResult#fleet #fleet} => Types::Fleet
|
|
@@ -1670,6 +1736,9 @@ module Aws::AppStream
|
|
|
1670
1736
|
# s3_key: "S3Key",
|
|
1671
1737
|
# },
|
|
1672
1738
|
# max_sessions_per_instance: 1,
|
|
1739
|
+
# root_volume_config: {
|
|
1740
|
+
# volume_size_in_gb: 1,
|
|
1741
|
+
# },
|
|
1673
1742
|
# })
|
|
1674
1743
|
#
|
|
1675
1744
|
# @example Response structure
|
|
@@ -1699,7 +1768,7 @@ module Aws::AppStream
|
|
|
1699
1768
|
# resp.fleet.vpc_config.security_group_ids[0] #=> String
|
|
1700
1769
|
# resp.fleet.created_time #=> Time
|
|
1701
1770
|
# resp.fleet.fleet_errors #=> Array
|
|
1702
|
-
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
1771
|
+
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
1703
1772
|
# resp.fleet.fleet_errors[0].error_message #=> String
|
|
1704
1773
|
# resp.fleet.enable_default_internet_access #=> Boolean
|
|
1705
1774
|
# resp.fleet.domain_join_info.directory_name #=> String
|
|
@@ -1714,6 +1783,7 @@ module Aws::AppStream
|
|
|
1714
1783
|
# resp.fleet.session_script_s3_location.s3_bucket #=> String
|
|
1715
1784
|
# resp.fleet.session_script_s3_location.s3_key #=> String
|
|
1716
1785
|
# resp.fleet.max_sessions_per_instance #=> Integer
|
|
1786
|
+
# resp.fleet.root_volume_config.volume_size_in_gb #=> Integer
|
|
1717
1787
|
#
|
|
1718
1788
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateFleet AWS API Documentation
|
|
1719
1789
|
#
|
|
@@ -1789,8 +1859,6 @@ module Aws::AppStream
|
|
|
1789
1859
|
#
|
|
1790
1860
|
# * stream.graphics-design.4xlarge
|
|
1791
1861
|
#
|
|
1792
|
-
# * stream.graphics-desktop.2xlarge
|
|
1793
|
-
#
|
|
1794
1862
|
# * stream.graphics.g4dn.xlarge
|
|
1795
1863
|
#
|
|
1796
1864
|
# * stream.graphics.g4dn.2xlarge
|
|
@@ -1803,12 +1871,6 @@ module Aws::AppStream
|
|
|
1803
1871
|
#
|
|
1804
1872
|
# * stream.graphics.g4dn.16xlarge
|
|
1805
1873
|
#
|
|
1806
|
-
# * stream.graphics-pro.4xlarge
|
|
1807
|
-
#
|
|
1808
|
-
# * stream.graphics-pro.8xlarge
|
|
1809
|
-
#
|
|
1810
|
-
# * stream.graphics-pro.16xlarge
|
|
1811
|
-
#
|
|
1812
1874
|
# * stream.graphics.g5.xlarge
|
|
1813
1875
|
#
|
|
1814
1876
|
# * stream.graphics.g5.2xlarge
|
|
@@ -1866,13 +1928,14 @@ module Aws::AppStream
|
|
|
1866
1928
|
# builder. To assume a role, the image builder calls the AWS Security
|
|
1867
1929
|
# Token Service (STS) `AssumeRole` API operation and passes the ARN of
|
|
1868
1930
|
# the role to use. The operation creates a new session with temporary
|
|
1869
|
-
# credentials.
|
|
1870
|
-
# creates the **appstream\_machine\_role** credential
|
|
1871
|
-
# instance.
|
|
1931
|
+
# credentials. WorkSpaces Applications retrieves the temporary
|
|
1932
|
+
# credentials and creates the **appstream\_machine\_role** credential
|
|
1933
|
+
# profile on the instance.
|
|
1872
1934
|
#
|
|
1873
1935
|
# For more information, see [Using an IAM Role to Grant Permissions to
|
|
1874
|
-
# Applications and Scripts Running on
|
|
1875
|
-
# Instances][1] in the *Amazon
|
|
1936
|
+
# Applications and Scripts Running on WorkSpaces Applications Streaming
|
|
1937
|
+
# Instances][1] in the *Amazon WorkSpaces Applications Administration
|
|
1938
|
+
# Guide*.
|
|
1876
1939
|
#
|
|
1877
1940
|
#
|
|
1878
1941
|
#
|
|
@@ -1886,9 +1949,9 @@ module Aws::AppStream
|
|
|
1886
1949
|
# the image builder to a Microsoft Active Directory domain.
|
|
1887
1950
|
#
|
|
1888
1951
|
# @option params [String] :appstream_agent_version
|
|
1889
|
-
# The version of the
|
|
1890
|
-
# To use the latest version of the
|
|
1891
|
-
# \[LATEST\].
|
|
1952
|
+
# The version of the WorkSpaces Applications agent to use for this image
|
|
1953
|
+
# builder. To use the latest version of the WorkSpaces Applications
|
|
1954
|
+
# agent, specify \[LATEST\].
|
|
1892
1955
|
#
|
|
1893
1956
|
# @option params [Hash<String,String>] :tags
|
|
1894
1957
|
# The tags to associate with the image builder. A tag is a key-value
|
|
@@ -1903,7 +1966,7 @@ module Aws::AppStream
|
|
|
1903
1966
|
# If you do not specify a value, the value is set to an empty string.
|
|
1904
1967
|
#
|
|
1905
1968
|
# For more information about tags, see [Tagging Your Resources][1] in
|
|
1906
|
-
# the *Amazon
|
|
1969
|
+
# the *Amazon WorkSpaces Applications Administration Guide*.
|
|
1907
1970
|
#
|
|
1908
1971
|
#
|
|
1909
1972
|
#
|
|
@@ -1914,6 +1977,11 @@ module Aws::AppStream
|
|
|
1914
1977
|
# Administrators can connect to the image builder only through the
|
|
1915
1978
|
# specified endpoints.
|
|
1916
1979
|
#
|
|
1980
|
+
# @option params [Types::VolumeConfig] :root_volume_config
|
|
1981
|
+
# The configuration for the root volume of the image builder. Use this
|
|
1982
|
+
# to customize storage capacity from 200 GB up to 500 GB based on your
|
|
1983
|
+
# application installation requirements.
|
|
1984
|
+
#
|
|
1917
1985
|
# @option params [Array<String>] :softwares_to_install
|
|
1918
1986
|
# The list of license included applications to install on the image
|
|
1919
1987
|
# builder during creation.
|
|
@@ -2055,6 +2123,9 @@ module Aws::AppStream
|
|
|
2055
2123
|
# vpce_id: "String",
|
|
2056
2124
|
# },
|
|
2057
2125
|
# ],
|
|
2126
|
+
# root_volume_config: {
|
|
2127
|
+
# volume_size_in_gb: 1,
|
|
2128
|
+
# },
|
|
2058
2129
|
# softwares_to_install: ["String"],
|
|
2059
2130
|
# softwares_to_uninstall: ["String"],
|
|
2060
2131
|
# })
|
|
@@ -2073,7 +2144,7 @@ module Aws::AppStream
|
|
|
2073
2144
|
# resp.image_builder.instance_type #=> String
|
|
2074
2145
|
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
2075
2146
|
# resp.image_builder.iam_role_arn #=> String
|
|
2076
|
-
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS"
|
|
2147
|
+
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS", "PENDING_IMAGE_IMPORT"
|
|
2077
2148
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
2078
2149
|
# resp.image_builder.state_change_reason.message #=> String
|
|
2079
2150
|
# resp.image_builder.created_time #=> Time
|
|
@@ -2085,13 +2156,14 @@ module Aws::AppStream
|
|
|
2085
2156
|
# resp.image_builder.network_access_configuration.eni_ipv_6_addresses[0] #=> String
|
|
2086
2157
|
# resp.image_builder.network_access_configuration.eni_id #=> String
|
|
2087
2158
|
# resp.image_builder.image_builder_errors #=> Array
|
|
2088
|
-
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
2159
|
+
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
2089
2160
|
# resp.image_builder.image_builder_errors[0].error_message #=> String
|
|
2090
2161
|
# resp.image_builder.image_builder_errors[0].error_timestamp #=> Time
|
|
2091
2162
|
# resp.image_builder.appstream_agent_version #=> String
|
|
2092
2163
|
# resp.image_builder.access_endpoints #=> Array
|
|
2093
2164
|
# resp.image_builder.access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
|
|
2094
2165
|
# resp.image_builder.access_endpoints[0].vpce_id #=> String
|
|
2166
|
+
# resp.image_builder.root_volume_config.volume_size_in_gb #=> Integer
|
|
2095
2167
|
# resp.image_builder.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
|
|
2096
2168
|
#
|
|
2097
2169
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateImageBuilder AWS API Documentation
|
|
@@ -2138,6 +2210,155 @@ module Aws::AppStream
|
|
|
2138
2210
|
req.send_request(options)
|
|
2139
2211
|
end
|
|
2140
2212
|
|
|
2213
|
+
# Creates a custom WorkSpaces Applications image by importing an EC2
|
|
2214
|
+
# AMI. This allows you to use your own customized AMI to create
|
|
2215
|
+
# WorkSpaces Applications images that support additional instance types
|
|
2216
|
+
# beyond the standard stream.* instances.
|
|
2217
|
+
#
|
|
2218
|
+
# @option params [required, String] :name
|
|
2219
|
+
# A unique name for the imported image. The name must be between 1 and
|
|
2220
|
+
# 100 characters and can contain letters, numbers, underscores, periods,
|
|
2221
|
+
# and hyphens.
|
|
2222
|
+
#
|
|
2223
|
+
# @option params [required, String] :source_ami_id
|
|
2224
|
+
# The ID of the EC2 AMI to import. The AMI must meet specific
|
|
2225
|
+
# requirements including Windows Server 2022 Full Base, UEFI boot mode,
|
|
2226
|
+
# TPM 2.0 support, and proper drivers.
|
|
2227
|
+
#
|
|
2228
|
+
# @option params [required, String] :iam_role_arn
|
|
2229
|
+
# The ARN of the IAM role that allows WorkSpaces Applications to access
|
|
2230
|
+
# your AMI. The role must have permissions to modify image attributes
|
|
2231
|
+
# and describe images, with a trust relationship allowing
|
|
2232
|
+
# appstream.amazonaws.com to assume the role.
|
|
2233
|
+
#
|
|
2234
|
+
# @option params [String] :description
|
|
2235
|
+
# An optional description for the imported image. The description must
|
|
2236
|
+
# match approved regex patterns and can be up to 256 characters.
|
|
2237
|
+
#
|
|
2238
|
+
# @option params [String] :display_name
|
|
2239
|
+
# An optional display name for the imported image. The display name must
|
|
2240
|
+
# match approved regex patterns and can be up to 100 characters.
|
|
2241
|
+
#
|
|
2242
|
+
# @option params [Hash<String,String>] :tags
|
|
2243
|
+
# The tags to apply to the imported image. Tags help you organize and
|
|
2244
|
+
# manage your WorkSpaces Applications resources.
|
|
2245
|
+
#
|
|
2246
|
+
# @option params [Types::RuntimeValidationConfig] :runtime_validation_config
|
|
2247
|
+
# Configuration for runtime validation of the imported image. When
|
|
2248
|
+
# specified, WorkSpaces Applications provisions an instance to test
|
|
2249
|
+
# streaming functionality, which helps ensure the image is suitable for
|
|
2250
|
+
# use.
|
|
2251
|
+
#
|
|
2252
|
+
# @option params [String] :agent_software_version
|
|
2253
|
+
# The version of the WorkSpaces Applications agent to use for the
|
|
2254
|
+
# imported image. Choose CURRENT\_LATEST to use the agent version
|
|
2255
|
+
# available at the time of import, or ALWAYS\_LATEST to automatically
|
|
2256
|
+
# update to the latest agent version when new versions are released.
|
|
2257
|
+
#
|
|
2258
|
+
# @option params [Array<Types::ApplicationConfig>] :app_catalog_config
|
|
2259
|
+
# Configuration for the application catalog of the imported image. This
|
|
2260
|
+
# allows you to specify applications available for streaming, including
|
|
2261
|
+
# their paths, icons, and launch parameters. This field contains
|
|
2262
|
+
# sensitive data.
|
|
2263
|
+
#
|
|
2264
|
+
# @option params [Boolean] :dry_run
|
|
2265
|
+
# When set to true, performs validation checks without actually creating
|
|
2266
|
+
# the imported image. Use this to verify your configuration before
|
|
2267
|
+
# executing the actual import operation.
|
|
2268
|
+
#
|
|
2269
|
+
# @return [Types::CreateImportedImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2270
|
+
#
|
|
2271
|
+
# * {Types::CreateImportedImageResult#image #image} => Types::Image
|
|
2272
|
+
#
|
|
2273
|
+
# @example Request syntax with placeholder values
|
|
2274
|
+
#
|
|
2275
|
+
# resp = client.create_imported_image({
|
|
2276
|
+
# name: "Name", # required
|
|
2277
|
+
# source_ami_id: "PhotonAmiId", # required
|
|
2278
|
+
# iam_role_arn: "Arn", # required
|
|
2279
|
+
# description: "ImageImportDescription",
|
|
2280
|
+
# display_name: "ImageImportDisplayName",
|
|
2281
|
+
# tags: {
|
|
2282
|
+
# "TagKey" => "TagValue",
|
|
2283
|
+
# },
|
|
2284
|
+
# runtime_validation_config: {
|
|
2285
|
+
# intended_instance_type: "InstanceType",
|
|
2286
|
+
# },
|
|
2287
|
+
# agent_software_version: "CURRENT_LATEST", # accepts CURRENT_LATEST, ALWAYS_LATEST
|
|
2288
|
+
# app_catalog_config: [
|
|
2289
|
+
# {
|
|
2290
|
+
# name: "AppName", # required
|
|
2291
|
+
# display_name: "AppDisplayName",
|
|
2292
|
+
# absolute_app_path: "FilePath", # required
|
|
2293
|
+
# absolute_icon_path: "FilePath",
|
|
2294
|
+
# absolute_manifest_path: "FilePath",
|
|
2295
|
+
# working_directory: "FilePath",
|
|
2296
|
+
# launch_parameters: "LaunchParameters",
|
|
2297
|
+
# },
|
|
2298
|
+
# ],
|
|
2299
|
+
# dry_run: false,
|
|
2300
|
+
# })
|
|
2301
|
+
#
|
|
2302
|
+
# @example Response structure
|
|
2303
|
+
#
|
|
2304
|
+
# resp.image.name #=> String
|
|
2305
|
+
# resp.image.arn #=> String
|
|
2306
|
+
# resp.image.base_image_arn #=> String
|
|
2307
|
+
# resp.image.display_name #=> String
|
|
2308
|
+
# resp.image.state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING", "VALIDATING"
|
|
2309
|
+
# resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
|
2310
|
+
# resp.image.image_builder_supported #=> Boolean
|
|
2311
|
+
# resp.image.image_builder_name #=> String
|
|
2312
|
+
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
2313
|
+
# resp.image.description #=> String
|
|
2314
|
+
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE", "IMAGE_UPDATE_FAILURE", "IMAGE_IMPORT_FAILURE"
|
|
2315
|
+
# resp.image.state_change_reason.message #=> String
|
|
2316
|
+
# resp.image.applications #=> Array
|
|
2317
|
+
# resp.image.applications[0].name #=> String
|
|
2318
|
+
# resp.image.applications[0].display_name #=> String
|
|
2319
|
+
# resp.image.applications[0].icon_url #=> String
|
|
2320
|
+
# resp.image.applications[0].launch_path #=> String
|
|
2321
|
+
# resp.image.applications[0].launch_parameters #=> String
|
|
2322
|
+
# resp.image.applications[0].enabled #=> Boolean
|
|
2323
|
+
# resp.image.applications[0].metadata #=> Hash
|
|
2324
|
+
# resp.image.applications[0].metadata["String"] #=> String
|
|
2325
|
+
# resp.image.applications[0].working_directory #=> String
|
|
2326
|
+
# resp.image.applications[0].description #=> String
|
|
2327
|
+
# resp.image.applications[0].arn #=> String
|
|
2328
|
+
# resp.image.applications[0].app_block_arn #=> String
|
|
2329
|
+
# resp.image.applications[0].icon_s3_location.s3_bucket #=> String
|
|
2330
|
+
# resp.image.applications[0].icon_s3_location.s3_key #=> String
|
|
2331
|
+
# resp.image.applications[0].platforms #=> Array
|
|
2332
|
+
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
2333
|
+
# resp.image.applications[0].instance_families #=> Array
|
|
2334
|
+
# resp.image.applications[0].instance_families[0] #=> String
|
|
2335
|
+
# resp.image.applications[0].created_time #=> Time
|
|
2336
|
+
# resp.image.created_time #=> Time
|
|
2337
|
+
# resp.image.public_base_image_released_date #=> Time
|
|
2338
|
+
# resp.image.appstream_agent_version #=> String
|
|
2339
|
+
# resp.image.image_permissions.allow_fleet #=> Boolean
|
|
2340
|
+
# resp.image.image_permissions.allow_image_builder #=> Boolean
|
|
2341
|
+
# resp.image.image_errors #=> Array
|
|
2342
|
+
# resp.image.image_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
2343
|
+
# resp.image.image_errors[0].error_message #=> String
|
|
2344
|
+
# resp.image.image_errors[0].error_timestamp #=> Time
|
|
2345
|
+
# resp.image.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
|
|
2346
|
+
# resp.image.supported_instance_families #=> Array
|
|
2347
|
+
# resp.image.supported_instance_families[0] #=> String
|
|
2348
|
+
# resp.image.dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
|
|
2349
|
+
# resp.image.image_shared_with_others #=> String, one of "TRUE", "FALSE"
|
|
2350
|
+
# resp.image.managed_software_included #=> Boolean
|
|
2351
|
+
# resp.image.image_type #=> String, one of "CUSTOM", "NATIVE"
|
|
2352
|
+
#
|
|
2353
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateImportedImage AWS API Documentation
|
|
2354
|
+
#
|
|
2355
|
+
# @overload create_imported_image(params = {})
|
|
2356
|
+
# @param [Hash] params ({})
|
|
2357
|
+
def create_imported_image(params = {}, options = {})
|
|
2358
|
+
req = build_request(:create_imported_image, params)
|
|
2359
|
+
req.send_request(options)
|
|
2360
|
+
end
|
|
2361
|
+
|
|
2141
2362
|
# Creates a stack to start streaming applications to users. A stack
|
|
2142
2363
|
# consists of an associated fleet, user access policies, and storage
|
|
2143
2364
|
# configurations.
|
|
@@ -2186,7 +2407,7 @@ module Aws::AppStream
|
|
|
2186
2407
|
# \_ . : / = + \\ - @
|
|
2187
2408
|
#
|
|
2188
2409
|
# For more information about tags, see [Tagging Your Resources][1] in
|
|
2189
|
-
# the *Amazon
|
|
2410
|
+
# the *Amazon WorkSpaces Applications Administration Guide*.
|
|
2190
2411
|
#
|
|
2191
2412
|
#
|
|
2192
2413
|
#
|
|
@@ -2194,13 +2415,13 @@ module Aws::AppStream
|
|
|
2194
2415
|
#
|
|
2195
2416
|
# @option params [Array<Types::AccessEndpoint>] :access_endpoints
|
|
2196
2417
|
# The list of interface VPC endpoint (interface endpoint) objects. Users
|
|
2197
|
-
# of the stack can connect to
|
|
2198
|
-
# endpoints.
|
|
2418
|
+
# of the stack can connect to WorkSpaces Applications only through the
|
|
2419
|
+
# specified endpoints.
|
|
2199
2420
|
#
|
|
2200
2421
|
# @option params [Array<String>] :embed_host_domains
|
|
2201
|
-
# The domains where
|
|
2202
|
-
# an iframe. You must approve the domains that you want to
|
|
2203
|
-
#
|
|
2422
|
+
# The domains where WorkSpaces Applications streaming sessions can be
|
|
2423
|
+
# embedded in an iframe. You must approve the domains that you want to
|
|
2424
|
+
# host embedded WorkSpaces Applications streaming sessions.
|
|
2204
2425
|
#
|
|
2205
2426
|
# @option params [Types::StreamingExperienceSettings] :streaming_experience_settings
|
|
2206
2427
|
# The streaming protocol you want your stack to prefer. This can be UDP
|
|
@@ -2294,9 +2515,9 @@ module Aws::AppStream
|
|
|
2294
2515
|
req.send_request(options)
|
|
2295
2516
|
end
|
|
2296
2517
|
|
|
2297
|
-
# Creates a temporary URL to start an
|
|
2298
|
-
# for the specified user. A streaming URL enables application
|
|
2299
|
-
# to be tested without user setup.
|
|
2518
|
+
# Creates a temporary URL to start an WorkSpaces Applications streaming
|
|
2519
|
+
# session for the specified user. A streaming URL enables application
|
|
2520
|
+
# streaming to be tested without user setup.
|
|
2300
2521
|
#
|
|
2301
2522
|
# @option params [required, String] :stack_name
|
|
2302
2523
|
# The name of the stack.
|
|
@@ -2320,7 +2541,7 @@ module Aws::AppStream
|
|
|
2320
2541
|
#
|
|
2321
2542
|
# @option params [String] :session_context
|
|
2322
2543
|
# The session context. For more information, see [Session Context][1] in
|
|
2323
|
-
# the *Amazon
|
|
2544
|
+
# the *Amazon WorkSpaces Applications Administration Guide*.
|
|
2324
2545
|
#
|
|
2325
2546
|
#
|
|
2326
2547
|
#
|
|
@@ -2435,11 +2656,12 @@ module Aws::AppStream
|
|
|
2435
2656
|
end
|
|
2436
2657
|
|
|
2437
2658
|
# Creates a new image with the latest Windows operating system updates,
|
|
2438
|
-
# driver updates, and
|
|
2659
|
+
# driver updates, and WorkSpaces Applications agent software.
|
|
2439
2660
|
#
|
|
2440
2661
|
# For more information, see the "Update an Image by Using Managed
|
|
2441
|
-
#
|
|
2442
|
-
#
|
|
2662
|
+
# WorkSpaces Applications Image Updates" section in [Administer Your
|
|
2663
|
+
# WorkSpaces Applications Images][1], in the *Amazon WorkSpaces
|
|
2664
|
+
# Applications Administration Guide*.
|
|
2443
2665
|
#
|
|
2444
2666
|
#
|
|
2445
2667
|
#
|
|
@@ -2471,7 +2693,7 @@ module Aws::AppStream
|
|
|
2471
2693
|
# If you do not specify a value, the value is set to an empty string.
|
|
2472
2694
|
#
|
|
2473
2695
|
# For more information about tags, see [Tagging Your Resources][1] in
|
|
2474
|
-
# the *Amazon
|
|
2696
|
+
# the *Amazon WorkSpaces Applications Administration Guide*.
|
|
2475
2697
|
#
|
|
2476
2698
|
#
|
|
2477
2699
|
#
|
|
@@ -2479,11 +2701,12 @@ module Aws::AppStream
|
|
|
2479
2701
|
#
|
|
2480
2702
|
# @option params [Boolean] :dry_run
|
|
2481
2703
|
# Indicates whether to display the status of image update availability
|
|
2482
|
-
# before
|
|
2483
|
-
# image. If this value is set to `true`,
|
|
2484
|
-
# image updates are available. If this value is set to
|
|
2485
|
-
#
|
|
2486
|
-
# without displaying whether image updates are
|
|
2704
|
+
# before WorkSpaces Applications initiates the process of creating a new
|
|
2705
|
+
# updated image. If this value is set to `true`, WorkSpaces Applications
|
|
2706
|
+
# displays whether image updates are available. If this value is set to
|
|
2707
|
+
# `false`, WorkSpaces Applications initiates the process of creating a
|
|
2708
|
+
# new updated image without displaying whether image updates are
|
|
2709
|
+
# available.
|
|
2487
2710
|
#
|
|
2488
2711
|
# @return [Types::CreateUpdatedImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2489
2712
|
#
|
|
@@ -2509,13 +2732,13 @@ module Aws::AppStream
|
|
|
2509
2732
|
# resp.image.arn #=> String
|
|
2510
2733
|
# resp.image.base_image_arn #=> String
|
|
2511
2734
|
# resp.image.display_name #=> String
|
|
2512
|
-
# resp.image.state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING"
|
|
2735
|
+
# resp.image.state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING", "VALIDATING"
|
|
2513
2736
|
# resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
|
2514
2737
|
# resp.image.image_builder_supported #=> Boolean
|
|
2515
2738
|
# resp.image.image_builder_name #=> String
|
|
2516
2739
|
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
2517
2740
|
# resp.image.description #=> String
|
|
2518
|
-
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
|
|
2741
|
+
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE", "IMAGE_UPDATE_FAILURE", "IMAGE_IMPORT_FAILURE"
|
|
2519
2742
|
# resp.image.state_change_reason.message #=> String
|
|
2520
2743
|
# resp.image.applications #=> Array
|
|
2521
2744
|
# resp.image.applications[0].name #=> String
|
|
@@ -2543,7 +2766,7 @@ module Aws::AppStream
|
|
|
2543
2766
|
# resp.image.image_permissions.allow_fleet #=> Boolean
|
|
2544
2767
|
# resp.image.image_permissions.allow_image_builder #=> Boolean
|
|
2545
2768
|
# resp.image.image_errors #=> Array
|
|
2546
|
-
# resp.image.image_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
2769
|
+
# resp.image.image_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
2547
2770
|
# resp.image.image_errors[0].error_message #=> String
|
|
2548
2771
|
# resp.image.image_errors[0].error_timestamp #=> Time
|
|
2549
2772
|
# resp.image.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
|
|
@@ -2552,6 +2775,7 @@ module Aws::AppStream
|
|
|
2552
2775
|
# resp.image.dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
|
|
2553
2776
|
# resp.image.image_shared_with_others #=> String, one of "TRUE", "FALSE"
|
|
2554
2777
|
# resp.image.managed_software_included #=> Boolean
|
|
2778
|
+
# resp.image.image_type #=> String, one of "CUSTOM", "NATIVE"
|
|
2555
2779
|
# resp.can_update_image #=> Boolean
|
|
2556
2780
|
#
|
|
2557
2781
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateUpdatedImage AWS API Documentation
|
|
@@ -2708,9 +2932,9 @@ module Aws::AppStream
|
|
|
2708
2932
|
req.send_request(options)
|
|
2709
2933
|
end
|
|
2710
2934
|
|
|
2711
|
-
# Deletes the specified Directory Config object from
|
|
2712
|
-
# object includes the information required to join
|
|
2713
|
-
# to an Active Directory domain.
|
|
2935
|
+
# Deletes the specified Directory Config object from WorkSpaces
|
|
2936
|
+
# Applications. This object includes the information required to join
|
|
2937
|
+
# streaming instances to an Active Directory domain.
|
|
2714
2938
|
#
|
|
2715
2939
|
# @option params [required, String] :directory_name
|
|
2716
2940
|
# The name of the directory configuration.
|
|
@@ -2803,13 +3027,13 @@ module Aws::AppStream
|
|
|
2803
3027
|
# resp.image.arn #=> String
|
|
2804
3028
|
# resp.image.base_image_arn #=> String
|
|
2805
3029
|
# resp.image.display_name #=> String
|
|
2806
|
-
# resp.image.state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING"
|
|
3030
|
+
# resp.image.state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING", "VALIDATING"
|
|
2807
3031
|
# resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
|
2808
3032
|
# resp.image.image_builder_supported #=> Boolean
|
|
2809
3033
|
# resp.image.image_builder_name #=> String
|
|
2810
3034
|
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
2811
3035
|
# resp.image.description #=> String
|
|
2812
|
-
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
|
|
3036
|
+
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE", "IMAGE_UPDATE_FAILURE", "IMAGE_IMPORT_FAILURE"
|
|
2813
3037
|
# resp.image.state_change_reason.message #=> String
|
|
2814
3038
|
# resp.image.applications #=> Array
|
|
2815
3039
|
# resp.image.applications[0].name #=> String
|
|
@@ -2837,7 +3061,7 @@ module Aws::AppStream
|
|
|
2837
3061
|
# resp.image.image_permissions.allow_fleet #=> Boolean
|
|
2838
3062
|
# resp.image.image_permissions.allow_image_builder #=> Boolean
|
|
2839
3063
|
# resp.image.image_errors #=> Array
|
|
2840
|
-
# resp.image.image_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
3064
|
+
# resp.image.image_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
2841
3065
|
# resp.image.image_errors[0].error_message #=> String
|
|
2842
3066
|
# resp.image.image_errors[0].error_timestamp #=> Time
|
|
2843
3067
|
# resp.image.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
|
|
@@ -2846,6 +3070,7 @@ module Aws::AppStream
|
|
|
2846
3070
|
# resp.image.dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
|
|
2847
3071
|
# resp.image.image_shared_with_others #=> String, one of "TRUE", "FALSE"
|
|
2848
3072
|
# resp.image.managed_software_included #=> Boolean
|
|
3073
|
+
# resp.image.image_type #=> String, one of "CUSTOM", "NATIVE"
|
|
2849
3074
|
#
|
|
2850
3075
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DeleteImage AWS API Documentation
|
|
2851
3076
|
#
|
|
@@ -2885,7 +3110,7 @@ module Aws::AppStream
|
|
|
2885
3110
|
# resp.image_builder.instance_type #=> String
|
|
2886
3111
|
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
2887
3112
|
# resp.image_builder.iam_role_arn #=> String
|
|
2888
|
-
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS"
|
|
3113
|
+
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS", "PENDING_IMAGE_IMPORT"
|
|
2889
3114
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
2890
3115
|
# resp.image_builder.state_change_reason.message #=> String
|
|
2891
3116
|
# resp.image_builder.created_time #=> Time
|
|
@@ -2897,13 +3122,14 @@ module Aws::AppStream
|
|
|
2897
3122
|
# resp.image_builder.network_access_configuration.eni_ipv_6_addresses[0] #=> String
|
|
2898
3123
|
# resp.image_builder.network_access_configuration.eni_id #=> String
|
|
2899
3124
|
# resp.image_builder.image_builder_errors #=> Array
|
|
2900
|
-
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
3125
|
+
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
2901
3126
|
# resp.image_builder.image_builder_errors[0].error_message #=> String
|
|
2902
3127
|
# resp.image_builder.image_builder_errors[0].error_timestamp #=> Time
|
|
2903
3128
|
# resp.image_builder.appstream_agent_version #=> String
|
|
2904
3129
|
# resp.image_builder.access_endpoints #=> Array
|
|
2905
3130
|
# resp.image_builder.access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
|
|
2906
3131
|
# resp.image_builder.access_endpoints[0].vpce_id #=> String
|
|
3132
|
+
# resp.image_builder.root_volume_config.volume_size_in_gb #=> Integer
|
|
2907
3133
|
# resp.image_builder.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
|
|
2908
3134
|
#
|
|
2909
3135
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DeleteImageBuilder AWS API Documentation
|
|
@@ -3128,7 +3354,7 @@ module Aws::AppStream
|
|
|
3128
3354
|
# resp.app_block_builders[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED"
|
|
3129
3355
|
# resp.app_block_builders[0].created_time #=> Time
|
|
3130
3356
|
# resp.app_block_builders[0].app_block_builder_errors #=> Array
|
|
3131
|
-
# resp.app_block_builders[0].app_block_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
3357
|
+
# resp.app_block_builders[0].app_block_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
3132
3358
|
# resp.app_block_builders[0].app_block_builder_errors[0].error_message #=> String
|
|
3133
3359
|
# resp.app_block_builders[0].app_block_builder_errors[0].error_timestamp #=> Time
|
|
3134
3360
|
# resp.app_block_builders[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR"
|
|
@@ -3361,9 +3587,9 @@ module Aws::AppStream
|
|
|
3361
3587
|
end
|
|
3362
3588
|
|
|
3363
3589
|
# Retrieves a list that describes one or more specified Directory Config
|
|
3364
|
-
# objects for
|
|
3365
|
-
# provided. Otherwise, all Directory Config objects in the account
|
|
3366
|
-
# described. These objects include the configuration information
|
|
3590
|
+
# objects for WorkSpaces Applications, if the names for these objects
|
|
3591
|
+
# are provided. Otherwise, all Directory Config objects in the account
|
|
3592
|
+
# are described. These objects include the configuration information
|
|
3367
3593
|
# required to join fleets and image builders to Microsoft Active
|
|
3368
3594
|
# Directory domains.
|
|
3369
3595
|
#
|
|
@@ -3518,7 +3744,7 @@ module Aws::AppStream
|
|
|
3518
3744
|
# resp.fleets[0].vpc_config.security_group_ids[0] #=> String
|
|
3519
3745
|
# resp.fleets[0].created_time #=> Time
|
|
3520
3746
|
# resp.fleets[0].fleet_errors #=> Array
|
|
3521
|
-
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
3747
|
+
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
3522
3748
|
# resp.fleets[0].fleet_errors[0].error_message #=> String
|
|
3523
3749
|
# resp.fleets[0].enable_default_internet_access #=> Boolean
|
|
3524
3750
|
# resp.fleets[0].domain_join_info.directory_name #=> String
|
|
@@ -3533,6 +3759,7 @@ module Aws::AppStream
|
|
|
3533
3759
|
# resp.fleets[0].session_script_s3_location.s3_bucket #=> String
|
|
3534
3760
|
# resp.fleets[0].session_script_s3_location.s3_key #=> String
|
|
3535
3761
|
# resp.fleets[0].max_sessions_per_instance #=> Integer
|
|
3762
|
+
# resp.fleets[0].root_volume_config.volume_size_in_gb #=> Integer
|
|
3536
3763
|
# resp.next_token #=> String
|
|
3537
3764
|
#
|
|
3538
3765
|
#
|
|
@@ -3592,7 +3819,7 @@ module Aws::AppStream
|
|
|
3592
3819
|
# resp.image_builders[0].instance_type #=> String
|
|
3593
3820
|
# resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
3594
3821
|
# resp.image_builders[0].iam_role_arn #=> String
|
|
3595
|
-
# resp.image_builders[0].state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS"
|
|
3822
|
+
# resp.image_builders[0].state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS", "PENDING_IMAGE_IMPORT"
|
|
3596
3823
|
# resp.image_builders[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
3597
3824
|
# resp.image_builders[0].state_change_reason.message #=> String
|
|
3598
3825
|
# resp.image_builders[0].created_time #=> Time
|
|
@@ -3604,13 +3831,14 @@ module Aws::AppStream
|
|
|
3604
3831
|
# resp.image_builders[0].network_access_configuration.eni_ipv_6_addresses[0] #=> String
|
|
3605
3832
|
# resp.image_builders[0].network_access_configuration.eni_id #=> String
|
|
3606
3833
|
# resp.image_builders[0].image_builder_errors #=> Array
|
|
3607
|
-
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
3834
|
+
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
3608
3835
|
# resp.image_builders[0].image_builder_errors[0].error_message #=> String
|
|
3609
3836
|
# resp.image_builders[0].image_builder_errors[0].error_timestamp #=> Time
|
|
3610
3837
|
# resp.image_builders[0].appstream_agent_version #=> String
|
|
3611
3838
|
# resp.image_builders[0].access_endpoints #=> Array
|
|
3612
3839
|
# resp.image_builders[0].access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
|
|
3613
3840
|
# resp.image_builders[0].access_endpoints[0].vpce_id #=> String
|
|
3841
|
+
# resp.image_builders[0].root_volume_config.volume_size_in_gb #=> Integer
|
|
3614
3842
|
# resp.image_builders[0].latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
|
|
3615
3843
|
# resp.next_token #=> String
|
|
3616
3844
|
#
|
|
@@ -3720,13 +3948,13 @@ module Aws::AppStream
|
|
|
3720
3948
|
# resp.images[0].arn #=> String
|
|
3721
3949
|
# resp.images[0].base_image_arn #=> String
|
|
3722
3950
|
# resp.images[0].display_name #=> String
|
|
3723
|
-
# resp.images[0].state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING"
|
|
3951
|
+
# resp.images[0].state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING", "VALIDATING"
|
|
3724
3952
|
# resp.images[0].visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
|
3725
3953
|
# resp.images[0].image_builder_supported #=> Boolean
|
|
3726
3954
|
# resp.images[0].image_builder_name #=> String
|
|
3727
3955
|
# resp.images[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
3728
3956
|
# resp.images[0].description #=> String
|
|
3729
|
-
# resp.images[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
|
|
3957
|
+
# resp.images[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE", "IMAGE_UPDATE_FAILURE", "IMAGE_IMPORT_FAILURE"
|
|
3730
3958
|
# resp.images[0].state_change_reason.message #=> String
|
|
3731
3959
|
# resp.images[0].applications #=> Array
|
|
3732
3960
|
# resp.images[0].applications[0].name #=> String
|
|
@@ -3754,7 +3982,7 @@ module Aws::AppStream
|
|
|
3754
3982
|
# resp.images[0].image_permissions.allow_fleet #=> Boolean
|
|
3755
3983
|
# resp.images[0].image_permissions.allow_image_builder #=> Boolean
|
|
3756
3984
|
# resp.images[0].image_errors #=> Array
|
|
3757
|
-
# resp.images[0].image_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
3985
|
+
# resp.images[0].image_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
3758
3986
|
# resp.images[0].image_errors[0].error_message #=> String
|
|
3759
3987
|
# resp.images[0].image_errors[0].error_timestamp #=> Time
|
|
3760
3988
|
# resp.images[0].latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
|
|
@@ -3763,6 +3991,7 @@ module Aws::AppStream
|
|
|
3763
3991
|
# resp.images[0].dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
|
|
3764
3992
|
# resp.images[0].image_shared_with_others #=> String, one of "TRUE", "FALSE"
|
|
3765
3993
|
# resp.images[0].managed_software_included #=> Boolean
|
|
3994
|
+
# resp.images[0].image_type #=> String, one of "CUSTOM", "NATIVE"
|
|
3766
3995
|
# resp.next_token #=> String
|
|
3767
3996
|
#
|
|
3768
3997
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeImages AWS API Documentation
|
|
@@ -4159,8 +4388,8 @@ module Aws::AppStream
|
|
|
4159
4388
|
end
|
|
4160
4389
|
|
|
4161
4390
|
# Disables the specified user in the user pool. Users can't sign in to
|
|
4162
|
-
#
|
|
4163
|
-
# the user.
|
|
4391
|
+
# WorkSpaces Applications until they are re-enabled. This action does
|
|
4392
|
+
# not delete the user.
|
|
4164
4393
|
#
|
|
4165
4394
|
# @option params [required, String] :user_name
|
|
4166
4395
|
# The email address of the user.
|
|
@@ -4378,8 +4607,8 @@ module Aws::AppStream
|
|
|
4378
4607
|
end
|
|
4379
4608
|
|
|
4380
4609
|
# Enables a user in the user pool. After being enabled, users can sign
|
|
4381
|
-
# in to
|
|
4382
|
-
# they are assigned.
|
|
4610
|
+
# in to WorkSpaces Applications and open applications from the stacks to
|
|
4611
|
+
# which they are assigned.
|
|
4383
4612
|
#
|
|
4384
4613
|
# @option params [required, String] :user_name
|
|
4385
4614
|
# The email address of the user.
|
|
@@ -4434,6 +4663,47 @@ module Aws::AppStream
|
|
|
4434
4663
|
req.send_request(options)
|
|
4435
4664
|
end
|
|
4436
4665
|
|
|
4666
|
+
# Retrieves information about an export image task, including its
|
|
4667
|
+
# current state, progress, and any error details.
|
|
4668
|
+
#
|
|
4669
|
+
# @option params [String] :task_id
|
|
4670
|
+
# The unique identifier of the export image task to retrieve information
|
|
4671
|
+
# about.
|
|
4672
|
+
#
|
|
4673
|
+
# @return [Types::GetExportImageTaskResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4674
|
+
#
|
|
4675
|
+
# * {Types::GetExportImageTaskResult#export_image_task #export_image_task} => Types::ExportImageTask
|
|
4676
|
+
#
|
|
4677
|
+
# @example Request syntax with placeholder values
|
|
4678
|
+
#
|
|
4679
|
+
# resp = client.get_export_image_task({
|
|
4680
|
+
# task_id: "UUID",
|
|
4681
|
+
# })
|
|
4682
|
+
#
|
|
4683
|
+
# @example Response structure
|
|
4684
|
+
#
|
|
4685
|
+
# resp.export_image_task.task_id #=> String
|
|
4686
|
+
# resp.export_image_task.image_arn #=> String
|
|
4687
|
+
# resp.export_image_task.ami_name #=> String
|
|
4688
|
+
# resp.export_image_task.created_date #=> Time
|
|
4689
|
+
# resp.export_image_task.ami_description #=> String
|
|
4690
|
+
# resp.export_image_task.state #=> String, one of "EXPORTING", "COMPLETED", "FAILED"
|
|
4691
|
+
# resp.export_image_task.ami_id #=> String
|
|
4692
|
+
# resp.export_image_task.tag_specifications #=> Hash
|
|
4693
|
+
# resp.export_image_task.tag_specifications["TagKey"] #=> String
|
|
4694
|
+
# resp.export_image_task.error_details #=> Array
|
|
4695
|
+
# resp.export_image_task.error_details[0].error_code #=> String
|
|
4696
|
+
# resp.export_image_task.error_details[0].error_message #=> String
|
|
4697
|
+
#
|
|
4698
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/GetExportImageTask AWS API Documentation
|
|
4699
|
+
#
|
|
4700
|
+
# @overload get_export_image_task(params = {})
|
|
4701
|
+
# @param [Hash] params ({})
|
|
4702
|
+
def get_export_image_task(params = {}, options = {})
|
|
4703
|
+
req = build_request(:get_export_image_task, params)
|
|
4704
|
+
req.send_request(options)
|
|
4705
|
+
end
|
|
4706
|
+
|
|
4437
4707
|
# Retrieves the name of the fleet that is associated with the specified
|
|
4438
4708
|
# stack.
|
|
4439
4709
|
#
|
|
@@ -4552,11 +4822,72 @@ module Aws::AppStream
|
|
|
4552
4822
|
req.send_request(options)
|
|
4553
4823
|
end
|
|
4554
4824
|
|
|
4555
|
-
#
|
|
4556
|
-
#
|
|
4825
|
+
# Lists export image tasks, with optional filtering and pagination. Use
|
|
4826
|
+
# this operation to monitor the status of multiple export operations.
|
|
4827
|
+
#
|
|
4828
|
+
# @option params [Array<Types::Filter>] :filters
|
|
4829
|
+
# Optional filters to apply when listing export image tasks. Filters
|
|
4830
|
+
# help you narrow down the results based on specific criteria.
|
|
4831
|
+
#
|
|
4832
|
+
# @option params [Integer] :max_results
|
|
4833
|
+
# The maximum number of export image tasks to return in a single
|
|
4834
|
+
# request. The valid range is 1-500, with a default of 50.
|
|
4835
|
+
#
|
|
4836
|
+
# @option params [String] :next_token
|
|
4837
|
+
# The pagination token from a previous request. Use this to retrieve the
|
|
4838
|
+
# next page of results when there are more tasks than the MaxResults
|
|
4839
|
+
# limit.
|
|
4840
|
+
#
|
|
4841
|
+
# @return [Types::ListExportImageTasksResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4842
|
+
#
|
|
4843
|
+
# * {Types::ListExportImageTasksResult#export_image_tasks #export_image_tasks} => Array<Types::ExportImageTask>
|
|
4844
|
+
# * {Types::ListExportImageTasksResult#next_token #next_token} => String
|
|
4845
|
+
#
|
|
4846
|
+
# @example Request syntax with placeholder values
|
|
4847
|
+
#
|
|
4848
|
+
# resp = client.list_export_image_tasks({
|
|
4849
|
+
# filters: [
|
|
4850
|
+
# {
|
|
4851
|
+
# name: "FilterName", # required
|
|
4852
|
+
# values: ["FilterValue"], # required
|
|
4853
|
+
# },
|
|
4854
|
+
# ],
|
|
4855
|
+
# max_results: 1,
|
|
4856
|
+
# next_token: "String",
|
|
4857
|
+
# })
|
|
4858
|
+
#
|
|
4859
|
+
# @example Response structure
|
|
4860
|
+
#
|
|
4861
|
+
# resp.export_image_tasks #=> Array
|
|
4862
|
+
# resp.export_image_tasks[0].task_id #=> String
|
|
4863
|
+
# resp.export_image_tasks[0].image_arn #=> String
|
|
4864
|
+
# resp.export_image_tasks[0].ami_name #=> String
|
|
4865
|
+
# resp.export_image_tasks[0].created_date #=> Time
|
|
4866
|
+
# resp.export_image_tasks[0].ami_description #=> String
|
|
4867
|
+
# resp.export_image_tasks[0].state #=> String, one of "EXPORTING", "COMPLETED", "FAILED"
|
|
4868
|
+
# resp.export_image_tasks[0].ami_id #=> String
|
|
4869
|
+
# resp.export_image_tasks[0].tag_specifications #=> Hash
|
|
4870
|
+
# resp.export_image_tasks[0].tag_specifications["TagKey"] #=> String
|
|
4871
|
+
# resp.export_image_tasks[0].error_details #=> Array
|
|
4872
|
+
# resp.export_image_tasks[0].error_details[0].error_code #=> String
|
|
4873
|
+
# resp.export_image_tasks[0].error_details[0].error_message #=> String
|
|
4874
|
+
# resp.next_token #=> String
|
|
4875
|
+
#
|
|
4876
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/ListExportImageTasks AWS API Documentation
|
|
4877
|
+
#
|
|
4878
|
+
# @overload list_export_image_tasks(params = {})
|
|
4879
|
+
# @param [Hash] params ({})
|
|
4880
|
+
def list_export_image_tasks(params = {}, options = {})
|
|
4881
|
+
req = build_request(:list_export_image_tasks, params)
|
|
4882
|
+
req.send_request(options)
|
|
4883
|
+
end
|
|
4884
|
+
|
|
4885
|
+
# Retrieves a list of all tags for the specified WorkSpaces Applications
|
|
4886
|
+
# resource. You can tag WorkSpaces Applications image builders, images,
|
|
4887
|
+
# fleets, and stacks.
|
|
4557
4888
|
#
|
|
4558
4889
|
# For more information about tags, see [Tagging Your Resources][1] in
|
|
4559
|
-
# the *Amazon
|
|
4890
|
+
# the *Amazon WorkSpaces Applications Administration Guide*.
|
|
4560
4891
|
#
|
|
4561
4892
|
#
|
|
4562
4893
|
#
|
|
@@ -4628,7 +4959,7 @@ module Aws::AppStream
|
|
|
4628
4959
|
# resp.app_block_builder.state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED"
|
|
4629
4960
|
# resp.app_block_builder.created_time #=> Time
|
|
4630
4961
|
# resp.app_block_builder.app_block_builder_errors #=> Array
|
|
4631
|
-
# resp.app_block_builder.app_block_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
4962
|
+
# resp.app_block_builder.app_block_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
4632
4963
|
# resp.app_block_builder.app_block_builder_errors[0].error_message #=> String
|
|
4633
4964
|
# resp.app_block_builder.app_block_builder_errors[0].error_timestamp #=> Time
|
|
4634
4965
|
# resp.app_block_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR"
|
|
@@ -4674,9 +5005,9 @@ module Aws::AppStream
|
|
|
4674
5005
|
# The name of the image builder.
|
|
4675
5006
|
#
|
|
4676
5007
|
# @option params [String] :appstream_agent_version
|
|
4677
|
-
# The version of the
|
|
4678
|
-
# To use the latest version of the
|
|
4679
|
-
# \[LATEST\].
|
|
5008
|
+
# The version of the WorkSpaces Applications agent to use for this image
|
|
5009
|
+
# builder. To use the latest version of the WorkSpaces Applications
|
|
5010
|
+
# agent, specify \[LATEST\].
|
|
4680
5011
|
#
|
|
4681
5012
|
# @return [Types::StartImageBuilderResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4682
5013
|
#
|
|
@@ -4703,7 +5034,7 @@ module Aws::AppStream
|
|
|
4703
5034
|
# resp.image_builder.instance_type #=> String
|
|
4704
5035
|
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
4705
5036
|
# resp.image_builder.iam_role_arn #=> String
|
|
4706
|
-
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS"
|
|
5037
|
+
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS", "PENDING_IMAGE_IMPORT"
|
|
4707
5038
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
4708
5039
|
# resp.image_builder.state_change_reason.message #=> String
|
|
4709
5040
|
# resp.image_builder.created_time #=> Time
|
|
@@ -4715,13 +5046,14 @@ module Aws::AppStream
|
|
|
4715
5046
|
# resp.image_builder.network_access_configuration.eni_ipv_6_addresses[0] #=> String
|
|
4716
5047
|
# resp.image_builder.network_access_configuration.eni_id #=> String
|
|
4717
5048
|
# resp.image_builder.image_builder_errors #=> Array
|
|
4718
|
-
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
5049
|
+
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
4719
5050
|
# resp.image_builder.image_builder_errors[0].error_message #=> String
|
|
4720
5051
|
# resp.image_builder.image_builder_errors[0].error_timestamp #=> Time
|
|
4721
5052
|
# resp.image_builder.appstream_agent_version #=> String
|
|
4722
5053
|
# resp.image_builder.access_endpoints #=> Array
|
|
4723
5054
|
# resp.image_builder.access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
|
|
4724
5055
|
# resp.image_builder.access_endpoints[0].vpce_id #=> String
|
|
5056
|
+
# resp.image_builder.root_volume_config.volume_size_in_gb #=> Integer
|
|
4725
5057
|
# resp.image_builder.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
|
|
4726
5058
|
#
|
|
4727
5059
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/StartImageBuilder AWS API Documentation
|
|
@@ -4796,7 +5128,7 @@ module Aws::AppStream
|
|
|
4796
5128
|
# resp.app_block_builder.state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED"
|
|
4797
5129
|
# resp.app_block_builder.created_time #=> Time
|
|
4798
5130
|
# resp.app_block_builder.app_block_builder_errors #=> Array
|
|
4799
|
-
# resp.app_block_builder.app_block_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
5131
|
+
# resp.app_block_builder.app_block_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
4800
5132
|
# resp.app_block_builder.app_block_builder_errors[0].error_message #=> String
|
|
4801
5133
|
# resp.app_block_builder.app_block_builder_errors[0].error_timestamp #=> Time
|
|
4802
5134
|
# resp.app_block_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR"
|
|
@@ -4865,7 +5197,7 @@ module Aws::AppStream
|
|
|
4865
5197
|
# resp.image_builder.instance_type #=> String
|
|
4866
5198
|
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
4867
5199
|
# resp.image_builder.iam_role_arn #=> String
|
|
4868
|
-
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS"
|
|
5200
|
+
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS", "PENDING_IMAGE_IMPORT"
|
|
4869
5201
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
4870
5202
|
# resp.image_builder.state_change_reason.message #=> String
|
|
4871
5203
|
# resp.image_builder.created_time #=> Time
|
|
@@ -4877,13 +5209,14 @@ module Aws::AppStream
|
|
|
4877
5209
|
# resp.image_builder.network_access_configuration.eni_ipv_6_addresses[0] #=> String
|
|
4878
5210
|
# resp.image_builder.network_access_configuration.eni_id #=> String
|
|
4879
5211
|
# resp.image_builder.image_builder_errors #=> Array
|
|
4880
|
-
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
5212
|
+
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
4881
5213
|
# resp.image_builder.image_builder_errors[0].error_message #=> String
|
|
4882
5214
|
# resp.image_builder.image_builder_errors[0].error_timestamp #=> Time
|
|
4883
5215
|
# resp.image_builder.appstream_agent_version #=> String
|
|
4884
5216
|
# resp.image_builder.access_endpoints #=> Array
|
|
4885
5217
|
# resp.image_builder.access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
|
|
4886
5218
|
# resp.image_builder.access_endpoints[0].vpce_id #=> String
|
|
5219
|
+
# resp.image_builder.root_volume_config.volume_size_in_gb #=> Integer
|
|
4887
5220
|
# resp.image_builder.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
|
|
4888
5221
|
#
|
|
4889
5222
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/StopImageBuilder AWS API Documentation
|
|
@@ -4895,9 +5228,9 @@ module Aws::AppStream
|
|
|
4895
5228
|
req.send_request(options)
|
|
4896
5229
|
end
|
|
4897
5230
|
|
|
4898
|
-
# Adds or overwrites one or more tags for the specified
|
|
4899
|
-
# resource. You can tag
|
|
4900
|
-
# and stacks.
|
|
5231
|
+
# Adds or overwrites one or more tags for the specified WorkSpaces
|
|
5232
|
+
# Applications resource. You can tag WorkSpaces Applications image
|
|
5233
|
+
# builders, images, fleets, and stacks.
|
|
4901
5234
|
#
|
|
4902
5235
|
# Each tag consists of a key and an optional value. If a resource
|
|
4903
5236
|
# already has a tag with the same key, this operation updates its value.
|
|
@@ -4906,7 +5239,7 @@ module Aws::AppStream
|
|
|
4906
5239
|
# To disassociate tags from your resources, use UntagResource.
|
|
4907
5240
|
#
|
|
4908
5241
|
# For more information about tags, see [Tagging Your Resources][1] in
|
|
4909
|
-
# the *Amazon
|
|
5242
|
+
# the *Amazon WorkSpaces Applications Administration Guide*.
|
|
4910
5243
|
#
|
|
4911
5244
|
#
|
|
4912
5245
|
#
|
|
@@ -4947,13 +5280,13 @@ module Aws::AppStream
|
|
|
4947
5280
|
req.send_request(options)
|
|
4948
5281
|
end
|
|
4949
5282
|
|
|
4950
|
-
# Disassociates one or more specified tags from the specified
|
|
4951
|
-
#
|
|
5283
|
+
# Disassociates one or more specified tags from the specified WorkSpaces
|
|
5284
|
+
# Applications resource.
|
|
4952
5285
|
#
|
|
4953
5286
|
# To list the current tags for your resources, use ListTagsForResource.
|
|
4954
5287
|
#
|
|
4955
5288
|
# For more information about tags, see [Tagging Your Resources][1] in
|
|
4956
|
-
# the *Amazon
|
|
5289
|
+
# the *Amazon WorkSpaces Applications Administration Guide*.
|
|
4957
5290
|
#
|
|
4958
5291
|
#
|
|
4959
5292
|
#
|
|
@@ -5033,13 +5366,14 @@ module Aws::AppStream
|
|
|
5033
5366
|
# block builder. To assume a role, the app block builder calls the AWS
|
|
5034
5367
|
# Security Token Service (STS) `AssumeRole` API operation and passes the
|
|
5035
5368
|
# ARN of the role to use. The operation creates a new session with
|
|
5036
|
-
# temporary credentials.
|
|
5369
|
+
# temporary credentials. WorkSpaces Applications retrieves the temporary
|
|
5037
5370
|
# credentials and creates the **appstream\_machine\_role** credential
|
|
5038
5371
|
# profile on the instance.
|
|
5039
5372
|
#
|
|
5040
5373
|
# For more information, see [Using an IAM Role to Grant Permissions to
|
|
5041
|
-
# Applications and Scripts Running on
|
|
5042
|
-
# Instances][1] in the *Amazon
|
|
5374
|
+
# Applications and Scripts Running on WorkSpaces Applications Streaming
|
|
5375
|
+
# Instances][1] in the *Amazon WorkSpaces Applications Administration
|
|
5376
|
+
# Guide*.
|
|
5043
5377
|
#
|
|
5044
5378
|
#
|
|
5045
5379
|
#
|
|
@@ -5097,7 +5431,7 @@ module Aws::AppStream
|
|
|
5097
5431
|
# resp.app_block_builder.state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED"
|
|
5098
5432
|
# resp.app_block_builder.created_time #=> Time
|
|
5099
5433
|
# resp.app_block_builder.app_block_builder_errors #=> Array
|
|
5100
|
-
# resp.app_block_builder.app_block_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
5434
|
+
# resp.app_block_builder.app_block_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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
5101
5435
|
# resp.app_block_builder.app_block_builder_errors[0].error_message #=> String
|
|
5102
5436
|
# resp.app_block_builder.app_block_builder_errors[0].error_timestamp #=> Time
|
|
5103
5437
|
# resp.app_block_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR"
|
|
@@ -5198,9 +5532,10 @@ module Aws::AppStream
|
|
|
5198
5532
|
req.send_request(options)
|
|
5199
5533
|
end
|
|
5200
5534
|
|
|
5201
|
-
# Updates the specified Directory Config object in
|
|
5202
|
-
# object includes the configuration information
|
|
5203
|
-
# and image builders to Microsoft Active
|
|
5535
|
+
# Updates the specified Directory Config object in WorkSpaces
|
|
5536
|
+
# Applications. This object includes the configuration information
|
|
5537
|
+
# required to join fleets and image builders to Microsoft Active
|
|
5538
|
+
# Directory domains.
|
|
5204
5539
|
#
|
|
5205
5540
|
# @option params [required, String] :directory_name
|
|
5206
5541
|
# The name of the Directory Config object.
|
|
@@ -5407,8 +5742,6 @@ module Aws::AppStream
|
|
|
5407
5742
|
#
|
|
5408
5743
|
# * stream.graphics-design.4xlarge
|
|
5409
5744
|
#
|
|
5410
|
-
# * stream.graphics-desktop.2xlarge
|
|
5411
|
-
#
|
|
5412
5745
|
# * stream.graphics.g4dn.xlarge
|
|
5413
5746
|
#
|
|
5414
5747
|
# * stream.graphics.g4dn.2xlarge
|
|
@@ -5421,12 +5754,6 @@ module Aws::AppStream
|
|
|
5421
5754
|
#
|
|
5422
5755
|
# * stream.graphics.g4dn.16xlarge
|
|
5423
5756
|
#
|
|
5424
|
-
# * stream.graphics-pro.4xlarge
|
|
5425
|
-
#
|
|
5426
|
-
# * stream.graphics-pro.8xlarge
|
|
5427
|
-
#
|
|
5428
|
-
# * stream.graphics-pro.16xlarge
|
|
5429
|
-
#
|
|
5430
5757
|
# * stream.graphics.g5.xlarge
|
|
5431
5758
|
#
|
|
5432
5759
|
# * stream.graphics.g5.2xlarge
|
|
@@ -5560,23 +5887,25 @@ module Aws::AppStream
|
|
|
5560
5887
|
# To assume a role, a fleet instance calls the AWS Security Token
|
|
5561
5888
|
# Service (STS) `AssumeRole` API operation and passes the ARN of the
|
|
5562
5889
|
# role to use. The operation creates a new session with temporary
|
|
5563
|
-
# credentials.
|
|
5564
|
-
# creates the **appstream\_machine\_role** credential
|
|
5565
|
-
# instance.
|
|
5890
|
+
# credentials. WorkSpaces Applications retrieves the temporary
|
|
5891
|
+
# credentials and creates the **appstream\_machine\_role** credential
|
|
5892
|
+
# profile on the instance.
|
|
5566
5893
|
#
|
|
5567
5894
|
# For more information, see [Using an IAM Role to Grant Permissions to
|
|
5568
|
-
# Applications and Scripts Running on
|
|
5569
|
-
# Instances][1] in the *Amazon
|
|
5895
|
+
# Applications and Scripts Running on WorkSpaces Applications Streaming
|
|
5896
|
+
# Instances][1] in the *Amazon WorkSpaces Applications Administration
|
|
5897
|
+
# Guide*.
|
|
5570
5898
|
#
|
|
5571
5899
|
#
|
|
5572
5900
|
#
|
|
5573
5901
|
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
|
|
5574
5902
|
#
|
|
5575
5903
|
# @option params [String] :stream_view
|
|
5576
|
-
# The
|
|
5577
|
-
# stream from the fleet. When `APP` is specified, only the windows
|
|
5578
|
-
# applications opened by users display. When `DESKTOP` is specified,
|
|
5579
|
-
# standard desktop that is provided by the operating system
|
|
5904
|
+
# The WorkSpaces Applications view that is displayed to your users when
|
|
5905
|
+
# they stream from the fleet. When `APP` is specified, only the windows
|
|
5906
|
+
# of applications opened by users display. When `DESKTOP` is specified,
|
|
5907
|
+
# the standard desktop that is provided by the operating system
|
|
5908
|
+
# displays.
|
|
5580
5909
|
#
|
|
5581
5910
|
# The default value is `APP`.
|
|
5582
5911
|
#
|
|
@@ -5600,6 +5929,10 @@ module Aws::AppStream
|
|
|
5600
5929
|
# The maximum number of user sessions on an instance. This only applies
|
|
5601
5930
|
# to multi-session fleets.
|
|
5602
5931
|
#
|
|
5932
|
+
# @option params [Types::VolumeConfig] :root_volume_config
|
|
5933
|
+
# The updated configuration for the root volume of fleet instances. Note
|
|
5934
|
+
# that volume size cannot be decreased below the image volume size.
|
|
5935
|
+
#
|
|
5603
5936
|
# @return [Types::UpdateFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5604
5937
|
#
|
|
5605
5938
|
# * {Types::UpdateFleetResult#fleet #fleet} => Types::Fleet
|
|
@@ -5630,7 +5963,7 @@ module Aws::AppStream
|
|
|
5630
5963
|
# organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
|
|
5631
5964
|
# },
|
|
5632
5965
|
# idle_disconnect_timeout_in_seconds: 1,
|
|
5633
|
-
# attributes_to_delete: ["VPC_CONFIGURATION"], # accepts VPC_CONFIGURATION, VPC_CONFIGURATION_SECURITY_GROUP_IDS, DOMAIN_JOIN_INFO, IAM_ROLE_ARN, USB_DEVICE_FILTER_STRINGS, SESSION_SCRIPT_S3_LOCATION, MAX_SESSIONS_PER_INSTANCE
|
|
5966
|
+
# attributes_to_delete: ["VPC_CONFIGURATION"], # accepts VPC_CONFIGURATION, VPC_CONFIGURATION_SECURITY_GROUP_IDS, DOMAIN_JOIN_INFO, IAM_ROLE_ARN, USB_DEVICE_FILTER_STRINGS, SESSION_SCRIPT_S3_LOCATION, MAX_SESSIONS_PER_INSTANCE, VOLUME_CONFIGURATION
|
|
5634
5967
|
# iam_role_arn: "Arn",
|
|
5635
5968
|
# stream_view: "APP", # accepts APP, DESKTOP
|
|
5636
5969
|
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
|
|
@@ -5641,6 +5974,9 @@ module Aws::AppStream
|
|
|
5641
5974
|
# s3_key: "S3Key",
|
|
5642
5975
|
# },
|
|
5643
5976
|
# max_sessions_per_instance: 1,
|
|
5977
|
+
# root_volume_config: {
|
|
5978
|
+
# volume_size_in_gb: 1,
|
|
5979
|
+
# },
|
|
5644
5980
|
# })
|
|
5645
5981
|
#
|
|
5646
5982
|
# @example Response structure
|
|
@@ -5670,7 +6006,7 @@ module Aws::AppStream
|
|
|
5670
6006
|
# resp.fleet.vpc_config.security_group_ids[0] #=> String
|
|
5671
6007
|
# resp.fleet.created_time #=> Time
|
|
5672
6008
|
# resp.fleet.fleet_errors #=> Array
|
|
5673
|
-
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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"
|
|
6009
|
+
# 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", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "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", "VALIDATION_ERROR"
|
|
5674
6010
|
# resp.fleet.fleet_errors[0].error_message #=> String
|
|
5675
6011
|
# resp.fleet.enable_default_internet_access #=> Boolean
|
|
5676
6012
|
# resp.fleet.domain_join_info.directory_name #=> String
|
|
@@ -5685,6 +6021,7 @@ module Aws::AppStream
|
|
|
5685
6021
|
# resp.fleet.session_script_s3_location.s3_bucket #=> String
|
|
5686
6022
|
# resp.fleet.session_script_s3_location.s3_key #=> String
|
|
5687
6023
|
# resp.fleet.max_sessions_per_instance #=> Integer
|
|
6024
|
+
# resp.fleet.root_volume_config.volume_size_in_gb #=> Integer
|
|
5688
6025
|
#
|
|
5689
6026
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateFleet AWS API Documentation
|
|
5690
6027
|
#
|
|
@@ -5770,13 +6107,13 @@ module Aws::AppStream
|
|
|
5770
6107
|
#
|
|
5771
6108
|
# @option params [Array<Types::AccessEndpoint>] :access_endpoints
|
|
5772
6109
|
# The list of interface VPC endpoint (interface endpoint) objects. Users
|
|
5773
|
-
# of the stack can connect to
|
|
5774
|
-
# endpoints.
|
|
6110
|
+
# of the stack can connect to WorkSpaces Applications only through the
|
|
6111
|
+
# specified endpoints.
|
|
5775
6112
|
#
|
|
5776
6113
|
# @option params [Array<String>] :embed_host_domains
|
|
5777
|
-
# The domains where
|
|
5778
|
-
# an iframe. You must approve the domains that you want to
|
|
5779
|
-
#
|
|
6114
|
+
# The domains where WorkSpaces Applications streaming sessions can be
|
|
6115
|
+
# embedded in an iframe. You must approve the domains that you want to
|
|
6116
|
+
# host embedded WorkSpaces Applications streaming sessions.
|
|
5780
6117
|
#
|
|
5781
6118
|
# @option params [Types::StreamingExperienceSettings] :streaming_experience_settings
|
|
5782
6119
|
# The streaming protocol you want your stack to prefer. This can be UDP
|
|
@@ -5974,7 +6311,7 @@ module Aws::AppStream
|
|
|
5974
6311
|
tracer: tracer
|
|
5975
6312
|
)
|
|
5976
6313
|
context[:gem_name] = 'aws-sdk-appstream'
|
|
5977
|
-
context[:gem_version] = '1.
|
|
6314
|
+
context[:gem_version] = '1.122.0'
|
|
5978
6315
|
Seahorse::Client::Request.new(handlers, context)
|
|
5979
6316
|
end
|
|
5980
6317
|
|