aws-sdk-appstream 1.120.0 → 1.124.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.
@@ -817,7 +817,7 @@ module Aws::AppStream
817
817
 
818
818
  # Creates an app block.
819
819
  #
820
- # App blocks are an Amazon AppStream 2.0 resource that stores the
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
- # AppStream 2.0 Administration Guide*.
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. AppStream 2.0 retrieves the temporary
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 AppStream 2.0 Streaming
996
- # Instances][1] in the *Amazon AppStream 2.0 Administration Guide*.
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 an Amazon AppStream 2.0 resource that stores the
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
@@ -1138,8 +1139,8 @@ module Aws::AppStream
1138
1139
  # The launch parameters of the application.
1139
1140
  #
1140
1141
  # @option params [required, Array<String>] :platforms
1141
- # The platforms the application supports. WINDOWS\_SERVER\_2019 and
1142
- # AMAZON\_LINUX2 are supported for Elastic fleets.
1142
+ # The platforms the application supports. WINDOWS\_SERVER\_2019,
1143
+ # AMAZON\_LINUX2 and UBUNTU\_PRO\_2404 are supported for Elastic fleets.
1143
1144
  #
1144
1145
  # @option params [required, Array<String>] :instance_families
1145
1146
  # The instance families the application supports. Valid values are
@@ -1168,7 +1169,7 @@ module Aws::AppStream
1168
1169
  # launch_path: "String", # required
1169
1170
  # working_directory: "String",
1170
1171
  # launch_parameters: "String",
1171
- # platforms: ["WINDOWS"], # required, accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
1172
+ # platforms: ["WINDOWS"], # required, accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, WINDOWS_SERVER_2025, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8, UBUNTU_PRO_2404
1172
1173
  # instance_families: ["String"], # required
1173
1174
  # app_block_arn: "Arn", # required
1174
1175
  # tags: {
@@ -1193,7 +1194,7 @@ module Aws::AppStream
1193
1194
  # resp.application.icon_s3_location.s3_bucket #=> String
1194
1195
  # resp.application.icon_s3_location.s3_key #=> String
1195
1196
  # resp.application.platforms #=> Array
1196
- # resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
1197
+ # resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
1197
1198
  # resp.application.instance_families #=> Array
1198
1199
  # resp.application.instance_families[0] #=> String
1199
1200
  # resp.application.created_time #=> Time
@@ -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 AppStream 2.0. This object
1211
- # includes the configuration information required to join fleets and
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. Amazon AppStream 2.0 user
1280
- # pool and streaming URL users are entitled to all applications in a
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
  #
@@ -1395,16 +1462,6 @@ module Aws::AppStream
1395
1462
  #
1396
1463
  # * stream.memory.z1d.12xlarge
1397
1464
  #
1398
- # * stream.graphics-design.large
1399
- #
1400
- # * stream.graphics-design.xlarge
1401
- #
1402
- # * stream.graphics-design.2xlarge
1403
- #
1404
- # * stream.graphics-design.4xlarge
1405
- #
1406
- # * stream.graphics-desktop.2xlarge
1407
- #
1408
1465
  # * stream.graphics.g4dn.xlarge
1409
1466
  #
1410
1467
  # * stream.graphics.g4dn.2xlarge
@@ -1431,12 +1488,6 @@ module Aws::AppStream
1431
1488
  #
1432
1489
  # * stream.graphics.g5.24xlarge
1433
1490
  #
1434
- # * stream.graphics-pro.4xlarge
1435
- #
1436
- # * stream.graphics-pro.8xlarge
1437
- #
1438
- # * stream.graphics-pro.16xlarge
1439
- #
1440
1491
  # * stream.graphics.g6.xlarge
1441
1492
  #
1442
1493
  # * stream.graphics.g6.2xlarge
@@ -1547,7 +1598,7 @@ module Aws::AppStream
1547
1598
  # \_ . : / = + \\ - @
1548
1599
  #
1549
1600
  # For more information, see [Tagging Your Resources][1] in the *Amazon
1550
- # AppStream 2.0 Administration Guide*.
1601
+ # WorkSpaces Applications Administration Guide*.
1551
1602
  #
1552
1603
  #
1553
1604
  #
@@ -1586,29 +1637,31 @@ module Aws::AppStream
1586
1637
  # To assume a role, a fleet instance calls the AWS Security Token
1587
1638
  # Service (STS) `AssumeRole` API operation and passes the ARN of the
1588
1639
  # role to use. The operation creates a new session with temporary
1589
- # credentials. AppStream 2.0 retrieves the temporary credentials and
1590
- # creates the **appstream\_machine\_role** credential profile on the
1591
- # instance.
1640
+ # credentials. WorkSpaces Applications retrieves the temporary
1641
+ # credentials and creates the **appstream\_machine\_role** credential
1642
+ # profile on the instance.
1592
1643
  #
1593
1644
  # For more information, see [Using an IAM Role to Grant Permissions to
1594
- # Applications and Scripts Running on AppStream 2.0 Streaming
1595
- # Instances][1] in the *Amazon AppStream 2.0 Administration Guide*.
1645
+ # Applications and Scripts Running on WorkSpaces Applications Streaming
1646
+ # Instances][1] in the *Amazon WorkSpaces Applications Administration
1647
+ # Guide*.
1596
1648
  #
1597
1649
  #
1598
1650
  #
1599
1651
  # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
1600
1652
  #
1601
1653
  # @option params [String] :stream_view
1602
- # The AppStream 2.0 view that is displayed to your users when they
1603
- # stream from the fleet. When `APP` is specified, only the windows of
1604
- # applications opened by users display. When `DESKTOP` is specified, the
1605
- # standard desktop that is provided by the operating system displays.
1654
+ # The WorkSpaces Applications view that is displayed to your users when
1655
+ # they stream from the fleet. When `APP` is specified, only the windows
1656
+ # of applications opened by users display. When `DESKTOP` is specified,
1657
+ # the standard desktop that is provided by the operating system
1658
+ # displays.
1606
1659
  #
1607
1660
  # The default value is `APP`.
1608
1661
  #
1609
1662
  # @option params [String] :platform
1610
- # The fleet platform. WINDOWS\_SERVER\_2019 and AMAZON\_LINUX2 are
1611
- # supported for Elastic fleets.
1663
+ # The fleet platform. WINDOWS\_SERVER\_2019, AMAZON\_LINUX2 and
1664
+ # UBUNTU\_PRO\_2404 are supported for Elastic fleets.
1612
1665
  #
1613
1666
  # @option params [Integer] :max_concurrent_sessions
1614
1667
  # The maximum concurrent sessions of the Elastic fleet. This is required
@@ -1627,6 +1680,11 @@ module Aws::AppStream
1627
1680
  # The maximum number of user sessions on an instance. This only applies
1628
1681
  # to multi-session fleets.
1629
1682
  #
1683
+ # @option params [Types::VolumeConfig] :root_volume_config
1684
+ # The configuration for the root volume of fleet instances. Use this to
1685
+ # customize storage capacity from 200 GB up to 500 GB based on your
1686
+ # application requirements.
1687
+ #
1630
1688
  # @return [Types::CreateFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1631
1689
  #
1632
1690
  # * {Types::CreateFleetResult#fleet #fleet} => Types::Fleet
@@ -1662,7 +1720,7 @@ module Aws::AppStream
1662
1720
  # idle_disconnect_timeout_in_seconds: 1,
1663
1721
  # iam_role_arn: "Arn",
1664
1722
  # stream_view: "APP", # accepts APP, DESKTOP
1665
- # platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
1723
+ # platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, WINDOWS_SERVER_2025, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8, UBUNTU_PRO_2404
1666
1724
  # max_concurrent_sessions: 1,
1667
1725
  # usb_device_filter_strings: ["UsbDeviceFilterString"],
1668
1726
  # session_script_s3_location: {
@@ -1670,6 +1728,9 @@ module Aws::AppStream
1670
1728
  # s3_key: "S3Key",
1671
1729
  # },
1672
1730
  # max_sessions_per_instance: 1,
1731
+ # root_volume_config: {
1732
+ # volume_size_in_gb: 1,
1733
+ # },
1673
1734
  # })
1674
1735
  #
1675
1736
  # @example Response structure
@@ -1699,7 +1760,7 @@ module Aws::AppStream
1699
1760
  # resp.fleet.vpc_config.security_group_ids[0] #=> String
1700
1761
  # resp.fleet.created_time #=> Time
1701
1762
  # 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"
1763
+ # 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
1764
  # resp.fleet.fleet_errors[0].error_message #=> String
1704
1765
  # resp.fleet.enable_default_internet_access #=> Boolean
1705
1766
  # resp.fleet.domain_join_info.directory_name #=> String
@@ -1707,13 +1768,14 @@ module Aws::AppStream
1707
1768
  # resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
1708
1769
  # resp.fleet.iam_role_arn #=> String
1709
1770
  # resp.fleet.stream_view #=> String, one of "APP", "DESKTOP"
1710
- # resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
1771
+ # resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
1711
1772
  # resp.fleet.max_concurrent_sessions #=> Integer
1712
1773
  # resp.fleet.usb_device_filter_strings #=> Array
1713
1774
  # resp.fleet.usb_device_filter_strings[0] #=> String
1714
1775
  # resp.fleet.session_script_s3_location.s3_bucket #=> String
1715
1776
  # resp.fleet.session_script_s3_location.s3_key #=> String
1716
1777
  # resp.fleet.max_sessions_per_instance #=> Integer
1778
+ # resp.fleet.root_volume_config.volume_size_in_gb #=> Integer
1717
1779
  #
1718
1780
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateFleet AWS API Documentation
1719
1781
  #
@@ -1781,16 +1843,6 @@ module Aws::AppStream
1781
1843
  #
1782
1844
  # * stream.memory.z1d.12xlarge
1783
1845
  #
1784
- # * stream.graphics-design.large
1785
- #
1786
- # * stream.graphics-design.xlarge
1787
- #
1788
- # * stream.graphics-design.2xlarge
1789
- #
1790
- # * stream.graphics-design.4xlarge
1791
- #
1792
- # * stream.graphics-desktop.2xlarge
1793
- #
1794
1846
  # * stream.graphics.g4dn.xlarge
1795
1847
  #
1796
1848
  # * stream.graphics.g4dn.2xlarge
@@ -1803,12 +1855,6 @@ module Aws::AppStream
1803
1855
  #
1804
1856
  # * stream.graphics.g4dn.16xlarge
1805
1857
  #
1806
- # * stream.graphics-pro.4xlarge
1807
- #
1808
- # * stream.graphics-pro.8xlarge
1809
- #
1810
- # * stream.graphics-pro.16xlarge
1811
- #
1812
1858
  # * stream.graphics.g5.xlarge
1813
1859
  #
1814
1860
  # * stream.graphics.g5.2xlarge
@@ -1866,13 +1912,14 @@ module Aws::AppStream
1866
1912
  # builder. To assume a role, the image builder calls the AWS Security
1867
1913
  # Token Service (STS) `AssumeRole` API operation and passes the ARN of
1868
1914
  # the role to use. The operation creates a new session with temporary
1869
- # credentials. AppStream 2.0 retrieves the temporary credentials and
1870
- # creates the **appstream\_machine\_role** credential profile on the
1871
- # instance.
1915
+ # credentials. WorkSpaces Applications retrieves the temporary
1916
+ # credentials and creates the **appstream\_machine\_role** credential
1917
+ # profile on the instance.
1872
1918
  #
1873
1919
  # For more information, see [Using an IAM Role to Grant Permissions to
1874
- # Applications and Scripts Running on AppStream 2.0 Streaming
1875
- # Instances][1] in the *Amazon AppStream 2.0 Administration Guide*.
1920
+ # Applications and Scripts Running on WorkSpaces Applications Streaming
1921
+ # Instances][1] in the *Amazon WorkSpaces Applications Administration
1922
+ # Guide*.
1876
1923
  #
1877
1924
  #
1878
1925
  #
@@ -1886,9 +1933,9 @@ module Aws::AppStream
1886
1933
  # the image builder to a Microsoft Active Directory domain.
1887
1934
  #
1888
1935
  # @option params [String] :appstream_agent_version
1889
- # The version of the AppStream 2.0 agent to use for this image builder.
1890
- # To use the latest version of the AppStream 2.0 agent, specify
1891
- # \[LATEST\].
1936
+ # The version of the WorkSpaces Applications agent to use for this image
1937
+ # builder. To use the latest version of the WorkSpaces Applications
1938
+ # agent, specify \[LATEST\].
1892
1939
  #
1893
1940
  # @option params [Hash<String,String>] :tags
1894
1941
  # The tags to associate with the image builder. A tag is a key-value
@@ -1903,7 +1950,7 @@ module Aws::AppStream
1903
1950
  # If you do not specify a value, the value is set to an empty string.
1904
1951
  #
1905
1952
  # For more information about tags, see [Tagging Your Resources][1] in
1906
- # the *Amazon AppStream 2.0 Administration Guide*.
1953
+ # the *Amazon WorkSpaces Applications Administration Guide*.
1907
1954
  #
1908
1955
  #
1909
1956
  #
@@ -1914,6 +1961,11 @@ module Aws::AppStream
1914
1961
  # Administrators can connect to the image builder only through the
1915
1962
  # specified endpoints.
1916
1963
  #
1964
+ # @option params [Types::VolumeConfig] :root_volume_config
1965
+ # The configuration for the root volume of the image builder. Use this
1966
+ # to customize storage capacity from 200 GB up to 500 GB based on your
1967
+ # application installation requirements.
1968
+ #
1917
1969
  # @option params [Array<String>] :softwares_to_install
1918
1970
  # The list of license included applications to install on the image
1919
1971
  # builder during creation.
@@ -2055,6 +2107,9 @@ module Aws::AppStream
2055
2107
  # vpce_id: "String",
2056
2108
  # },
2057
2109
  # ],
2110
+ # root_volume_config: {
2111
+ # volume_size_in_gb: 1,
2112
+ # },
2058
2113
  # softwares_to_install: ["String"],
2059
2114
  # softwares_to_uninstall: ["String"],
2060
2115
  # })
@@ -2071,9 +2126,9 @@ module Aws::AppStream
2071
2126
  # resp.image_builder.vpc_config.security_group_ids #=> Array
2072
2127
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
2073
2128
  # resp.image_builder.instance_type #=> String
2074
- # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
2129
+ # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
2075
2130
  # 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"
2131
+ # 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
2132
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
2078
2133
  # resp.image_builder.state_change_reason.message #=> String
2079
2134
  # resp.image_builder.created_time #=> Time
@@ -2081,15 +2136,18 @@ module Aws::AppStream
2081
2136
  # resp.image_builder.domain_join_info.directory_name #=> String
2082
2137
  # resp.image_builder.domain_join_info.organizational_unit_distinguished_name #=> String
2083
2138
  # resp.image_builder.network_access_configuration.eni_private_ip_address #=> String
2139
+ # resp.image_builder.network_access_configuration.eni_ipv_6_addresses #=> Array
2140
+ # resp.image_builder.network_access_configuration.eni_ipv_6_addresses[0] #=> String
2084
2141
  # resp.image_builder.network_access_configuration.eni_id #=> String
2085
2142
  # resp.image_builder.image_builder_errors #=> Array
2086
- # 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"
2143
+ # 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"
2087
2144
  # resp.image_builder.image_builder_errors[0].error_message #=> String
2088
2145
  # resp.image_builder.image_builder_errors[0].error_timestamp #=> Time
2089
2146
  # resp.image_builder.appstream_agent_version #=> String
2090
2147
  # resp.image_builder.access_endpoints #=> Array
2091
2148
  # resp.image_builder.access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
2092
2149
  # resp.image_builder.access_endpoints[0].vpce_id #=> String
2150
+ # resp.image_builder.root_volume_config.volume_size_in_gb #=> Integer
2093
2151
  # resp.image_builder.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
2094
2152
  #
2095
2153
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateImageBuilder AWS API Documentation
@@ -2136,6 +2194,155 @@ module Aws::AppStream
2136
2194
  req.send_request(options)
2137
2195
  end
2138
2196
 
2197
+ # Creates a custom WorkSpaces Applications image by importing an EC2
2198
+ # AMI. This allows you to use your own customized AMI to create
2199
+ # WorkSpaces Applications images that support additional instance types
2200
+ # beyond the standard stream.* instances.
2201
+ #
2202
+ # @option params [required, String] :name
2203
+ # A unique name for the imported image. The name must be between 1 and
2204
+ # 100 characters and can contain letters, numbers, underscores, periods,
2205
+ # and hyphens.
2206
+ #
2207
+ # @option params [required, String] :source_ami_id
2208
+ # The ID of the EC2 AMI to import. The AMI must meet specific
2209
+ # requirements including Windows Server 2022 Full Base, UEFI boot mode,
2210
+ # TPM 2.0 support, and proper drivers.
2211
+ #
2212
+ # @option params [required, String] :iam_role_arn
2213
+ # The ARN of the IAM role that allows WorkSpaces Applications to access
2214
+ # your AMI. The role must have permissions to modify image attributes
2215
+ # and describe images, with a trust relationship allowing
2216
+ # appstream.amazonaws.com to assume the role.
2217
+ #
2218
+ # @option params [String] :description
2219
+ # An optional description for the imported image. The description must
2220
+ # match approved regex patterns and can be up to 256 characters.
2221
+ #
2222
+ # @option params [String] :display_name
2223
+ # An optional display name for the imported image. The display name must
2224
+ # match approved regex patterns and can be up to 100 characters.
2225
+ #
2226
+ # @option params [Hash<String,String>] :tags
2227
+ # The tags to apply to the imported image. Tags help you organize and
2228
+ # manage your WorkSpaces Applications resources.
2229
+ #
2230
+ # @option params [Types::RuntimeValidationConfig] :runtime_validation_config
2231
+ # Configuration for runtime validation of the imported image. When
2232
+ # specified, WorkSpaces Applications provisions an instance to test
2233
+ # streaming functionality, which helps ensure the image is suitable for
2234
+ # use.
2235
+ #
2236
+ # @option params [String] :agent_software_version
2237
+ # The version of the WorkSpaces Applications agent to use for the
2238
+ # imported image. Choose CURRENT\_LATEST to use the agent version
2239
+ # available at the time of import, or ALWAYS\_LATEST to automatically
2240
+ # update to the latest agent version when new versions are released.
2241
+ #
2242
+ # @option params [Array<Types::ApplicationConfig>] :app_catalog_config
2243
+ # Configuration for the application catalog of the imported image. This
2244
+ # allows you to specify applications available for streaming, including
2245
+ # their paths, icons, and launch parameters. This field contains
2246
+ # sensitive data.
2247
+ #
2248
+ # @option params [Boolean] :dry_run
2249
+ # When set to true, performs validation checks without actually creating
2250
+ # the imported image. Use this to verify your configuration before
2251
+ # executing the actual import operation.
2252
+ #
2253
+ # @return [Types::CreateImportedImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2254
+ #
2255
+ # * {Types::CreateImportedImageResult#image #image} => Types::Image
2256
+ #
2257
+ # @example Request syntax with placeholder values
2258
+ #
2259
+ # resp = client.create_imported_image({
2260
+ # name: "Name", # required
2261
+ # source_ami_id: "PhotonAmiId", # required
2262
+ # iam_role_arn: "Arn", # required
2263
+ # description: "ImageImportDescription",
2264
+ # display_name: "ImageImportDisplayName",
2265
+ # tags: {
2266
+ # "TagKey" => "TagValue",
2267
+ # },
2268
+ # runtime_validation_config: {
2269
+ # intended_instance_type: "InstanceType",
2270
+ # },
2271
+ # agent_software_version: "CURRENT_LATEST", # accepts CURRENT_LATEST, ALWAYS_LATEST
2272
+ # app_catalog_config: [
2273
+ # {
2274
+ # name: "AppName", # required
2275
+ # display_name: "AppDisplayName",
2276
+ # absolute_app_path: "FilePath", # required
2277
+ # absolute_icon_path: "FilePath",
2278
+ # absolute_manifest_path: "FilePath",
2279
+ # working_directory: "FilePath",
2280
+ # launch_parameters: "LaunchParameters",
2281
+ # },
2282
+ # ],
2283
+ # dry_run: false,
2284
+ # })
2285
+ #
2286
+ # @example Response structure
2287
+ #
2288
+ # resp.image.name #=> String
2289
+ # resp.image.arn #=> String
2290
+ # resp.image.base_image_arn #=> String
2291
+ # resp.image.display_name #=> String
2292
+ # resp.image.state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING", "VALIDATING"
2293
+ # resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
2294
+ # resp.image.image_builder_supported #=> Boolean
2295
+ # resp.image.image_builder_name #=> String
2296
+ # resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
2297
+ # resp.image.description #=> String
2298
+ # resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE", "IMAGE_UPDATE_FAILURE", "IMAGE_IMPORT_FAILURE"
2299
+ # resp.image.state_change_reason.message #=> String
2300
+ # resp.image.applications #=> Array
2301
+ # resp.image.applications[0].name #=> String
2302
+ # resp.image.applications[0].display_name #=> String
2303
+ # resp.image.applications[0].icon_url #=> String
2304
+ # resp.image.applications[0].launch_path #=> String
2305
+ # resp.image.applications[0].launch_parameters #=> String
2306
+ # resp.image.applications[0].enabled #=> Boolean
2307
+ # resp.image.applications[0].metadata #=> Hash
2308
+ # resp.image.applications[0].metadata["String"] #=> String
2309
+ # resp.image.applications[0].working_directory #=> String
2310
+ # resp.image.applications[0].description #=> String
2311
+ # resp.image.applications[0].arn #=> String
2312
+ # resp.image.applications[0].app_block_arn #=> String
2313
+ # resp.image.applications[0].icon_s3_location.s3_bucket #=> String
2314
+ # resp.image.applications[0].icon_s3_location.s3_key #=> String
2315
+ # resp.image.applications[0].platforms #=> Array
2316
+ # resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
2317
+ # resp.image.applications[0].instance_families #=> Array
2318
+ # resp.image.applications[0].instance_families[0] #=> String
2319
+ # resp.image.applications[0].created_time #=> Time
2320
+ # resp.image.created_time #=> Time
2321
+ # resp.image.public_base_image_released_date #=> Time
2322
+ # resp.image.appstream_agent_version #=> String
2323
+ # resp.image.image_permissions.allow_fleet #=> Boolean
2324
+ # resp.image.image_permissions.allow_image_builder #=> Boolean
2325
+ # resp.image.image_errors #=> Array
2326
+ # 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"
2327
+ # resp.image.image_errors[0].error_message #=> String
2328
+ # resp.image.image_errors[0].error_timestamp #=> Time
2329
+ # resp.image.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
2330
+ # resp.image.supported_instance_families #=> Array
2331
+ # resp.image.supported_instance_families[0] #=> String
2332
+ # resp.image.dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
2333
+ # resp.image.image_shared_with_others #=> String, one of "TRUE", "FALSE"
2334
+ # resp.image.managed_software_included #=> Boolean
2335
+ # resp.image.image_type #=> String, one of "CUSTOM", "NATIVE"
2336
+ #
2337
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateImportedImage AWS API Documentation
2338
+ #
2339
+ # @overload create_imported_image(params = {})
2340
+ # @param [Hash] params ({})
2341
+ def create_imported_image(params = {}, options = {})
2342
+ req = build_request(:create_imported_image, params)
2343
+ req.send_request(options)
2344
+ end
2345
+
2139
2346
  # Creates a stack to start streaming applications to users. A stack
2140
2347
  # consists of an associated fleet, user access policies, and storage
2141
2348
  # configurations.
@@ -2184,7 +2391,7 @@ module Aws::AppStream
2184
2391
  # \_ . : / = + \\ - @
2185
2392
  #
2186
2393
  # For more information about tags, see [Tagging Your Resources][1] in
2187
- # the *Amazon AppStream 2.0 Administration Guide*.
2394
+ # the *Amazon WorkSpaces Applications Administration Guide*.
2188
2395
  #
2189
2396
  #
2190
2397
  #
@@ -2192,13 +2399,13 @@ module Aws::AppStream
2192
2399
  #
2193
2400
  # @option params [Array<Types::AccessEndpoint>] :access_endpoints
2194
2401
  # The list of interface VPC endpoint (interface endpoint) objects. Users
2195
- # of the stack can connect to AppStream 2.0 only through the specified
2196
- # endpoints.
2402
+ # of the stack can connect to WorkSpaces Applications only through the
2403
+ # specified endpoints.
2197
2404
  #
2198
2405
  # @option params [Array<String>] :embed_host_domains
2199
- # The domains where AppStream 2.0 streaming sessions can be embedded in
2200
- # an iframe. You must approve the domains that you want to host embedded
2201
- # AppStream 2.0 streaming sessions.
2406
+ # The domains where WorkSpaces Applications streaming sessions can be
2407
+ # embedded in an iframe. You must approve the domains that you want to
2408
+ # host embedded WorkSpaces Applications streaming sessions.
2202
2409
  #
2203
2410
  # @option params [Types::StreamingExperienceSettings] :streaming_experience_settings
2204
2411
  # The streaming protocol you want your stack to prefer. This can be UDP
@@ -2292,9 +2499,9 @@ module Aws::AppStream
2292
2499
  req.send_request(options)
2293
2500
  end
2294
2501
 
2295
- # Creates a temporary URL to start an AppStream 2.0 streaming session
2296
- # for the specified user. A streaming URL enables application streaming
2297
- # to be tested without user setup.
2502
+ # Creates a temporary URL to start an WorkSpaces Applications streaming
2503
+ # session for the specified user. A streaming URL enables application
2504
+ # streaming to be tested without user setup.
2298
2505
  #
2299
2506
  # @option params [required, String] :stack_name
2300
2507
  # The name of the stack.
@@ -2318,7 +2525,7 @@ module Aws::AppStream
2318
2525
  #
2319
2526
  # @option params [String] :session_context
2320
2527
  # The session context. For more information, see [Session Context][1] in
2321
- # the *Amazon AppStream 2.0 Administration Guide*.
2528
+ # the *Amazon WorkSpaces Applications Administration Guide*.
2322
2529
  #
2323
2530
  #
2324
2531
  #
@@ -2433,11 +2640,12 @@ module Aws::AppStream
2433
2640
  end
2434
2641
 
2435
2642
  # Creates a new image with the latest Windows operating system updates,
2436
- # driver updates, and AppStream 2.0 agent software.
2643
+ # driver updates, and WorkSpaces Applications agent software.
2437
2644
  #
2438
2645
  # For more information, see the "Update an Image by Using Managed
2439
- # AppStream 2.0 Image Updates" section in [Administer Your AppStream
2440
- # 2.0 Images][1], in the *Amazon AppStream 2.0 Administration Guide*.
2646
+ # WorkSpaces Applications Image Updates" section in [Administer Your
2647
+ # WorkSpaces Applications Images][1], in the *Amazon WorkSpaces
2648
+ # Applications Administration Guide*.
2441
2649
  #
2442
2650
  #
2443
2651
  #
@@ -2469,7 +2677,7 @@ module Aws::AppStream
2469
2677
  # If you do not specify a value, the value is set to an empty string.
2470
2678
  #
2471
2679
  # For more information about tags, see [Tagging Your Resources][1] in
2472
- # the *Amazon AppStream 2.0 Administration Guide*.
2680
+ # the *Amazon WorkSpaces Applications Administration Guide*.
2473
2681
  #
2474
2682
  #
2475
2683
  #
@@ -2477,11 +2685,12 @@ module Aws::AppStream
2477
2685
  #
2478
2686
  # @option params [Boolean] :dry_run
2479
2687
  # Indicates whether to display the status of image update availability
2480
- # before AppStream 2.0 initiates the process of creating a new updated
2481
- # image. If this value is set to `true`, AppStream 2.0 displays whether
2482
- # image updates are available. If this value is set to `false`,
2483
- # AppStream 2.0 initiates the process of creating a new updated image
2484
- # without displaying whether image updates are available.
2688
+ # before WorkSpaces Applications initiates the process of creating a new
2689
+ # updated image. If this value is set to `true`, WorkSpaces Applications
2690
+ # displays whether image updates are available. If this value is set to
2691
+ # `false`, WorkSpaces Applications initiates the process of creating a
2692
+ # new updated image without displaying whether image updates are
2693
+ # available.
2485
2694
  #
2486
2695
  # @return [Types::CreateUpdatedImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2487
2696
  #
@@ -2507,13 +2716,13 @@ module Aws::AppStream
2507
2716
  # resp.image.arn #=> String
2508
2717
  # resp.image.base_image_arn #=> String
2509
2718
  # resp.image.display_name #=> String
2510
- # resp.image.state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING"
2719
+ # resp.image.state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING", "VALIDATING"
2511
2720
  # resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
2512
2721
  # resp.image.image_builder_supported #=> Boolean
2513
2722
  # resp.image.image_builder_name #=> String
2514
- # resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
2723
+ # resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
2515
2724
  # resp.image.description #=> String
2516
- # resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
2725
+ # resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE", "IMAGE_UPDATE_FAILURE", "IMAGE_IMPORT_FAILURE"
2517
2726
  # resp.image.state_change_reason.message #=> String
2518
2727
  # resp.image.applications #=> Array
2519
2728
  # resp.image.applications[0].name #=> String
@@ -2531,7 +2740,7 @@ module Aws::AppStream
2531
2740
  # resp.image.applications[0].icon_s3_location.s3_bucket #=> String
2532
2741
  # resp.image.applications[0].icon_s3_location.s3_key #=> String
2533
2742
  # resp.image.applications[0].platforms #=> Array
2534
- # resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
2743
+ # resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
2535
2744
  # resp.image.applications[0].instance_families #=> Array
2536
2745
  # resp.image.applications[0].instance_families[0] #=> String
2537
2746
  # resp.image.applications[0].created_time #=> Time
@@ -2541,7 +2750,7 @@ module Aws::AppStream
2541
2750
  # resp.image.image_permissions.allow_fleet #=> Boolean
2542
2751
  # resp.image.image_permissions.allow_image_builder #=> Boolean
2543
2752
  # resp.image.image_errors #=> Array
2544
- # 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"
2753
+ # 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"
2545
2754
  # resp.image.image_errors[0].error_message #=> String
2546
2755
  # resp.image.image_errors[0].error_timestamp #=> Time
2547
2756
  # resp.image.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
@@ -2550,6 +2759,7 @@ module Aws::AppStream
2550
2759
  # resp.image.dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
2551
2760
  # resp.image.image_shared_with_others #=> String, one of "TRUE", "FALSE"
2552
2761
  # resp.image.managed_software_included #=> Boolean
2762
+ # resp.image.image_type #=> String, one of "CUSTOM", "NATIVE"
2553
2763
  # resp.can_update_image #=> Boolean
2554
2764
  #
2555
2765
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateUpdatedImage AWS API Documentation
@@ -2706,9 +2916,9 @@ module Aws::AppStream
2706
2916
  req.send_request(options)
2707
2917
  end
2708
2918
 
2709
- # Deletes the specified Directory Config object from AppStream 2.0. This
2710
- # object includes the information required to join streaming instances
2711
- # to an Active Directory domain.
2919
+ # Deletes the specified Directory Config object from WorkSpaces
2920
+ # Applications. This object includes the information required to join
2921
+ # streaming instances to an Active Directory domain.
2712
2922
  #
2713
2923
  # @option params [required, String] :directory_name
2714
2924
  # The name of the directory configuration.
@@ -2801,13 +3011,13 @@ module Aws::AppStream
2801
3011
  # resp.image.arn #=> String
2802
3012
  # resp.image.base_image_arn #=> String
2803
3013
  # resp.image.display_name #=> String
2804
- # resp.image.state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING"
3014
+ # resp.image.state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING", "VALIDATING"
2805
3015
  # resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
2806
3016
  # resp.image.image_builder_supported #=> Boolean
2807
3017
  # resp.image.image_builder_name #=> String
2808
- # resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
3018
+ # resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
2809
3019
  # resp.image.description #=> String
2810
- # resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
3020
+ # resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE", "IMAGE_UPDATE_FAILURE", "IMAGE_IMPORT_FAILURE"
2811
3021
  # resp.image.state_change_reason.message #=> String
2812
3022
  # resp.image.applications #=> Array
2813
3023
  # resp.image.applications[0].name #=> String
@@ -2825,7 +3035,7 @@ module Aws::AppStream
2825
3035
  # resp.image.applications[0].icon_s3_location.s3_bucket #=> String
2826
3036
  # resp.image.applications[0].icon_s3_location.s3_key #=> String
2827
3037
  # resp.image.applications[0].platforms #=> Array
2828
- # resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
3038
+ # resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
2829
3039
  # resp.image.applications[0].instance_families #=> Array
2830
3040
  # resp.image.applications[0].instance_families[0] #=> String
2831
3041
  # resp.image.applications[0].created_time #=> Time
@@ -2835,7 +3045,7 @@ module Aws::AppStream
2835
3045
  # resp.image.image_permissions.allow_fleet #=> Boolean
2836
3046
  # resp.image.image_permissions.allow_image_builder #=> Boolean
2837
3047
  # resp.image.image_errors #=> Array
2838
- # 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"
3048
+ # 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"
2839
3049
  # resp.image.image_errors[0].error_message #=> String
2840
3050
  # resp.image.image_errors[0].error_timestamp #=> Time
2841
3051
  # resp.image.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
@@ -2844,6 +3054,7 @@ module Aws::AppStream
2844
3054
  # resp.image.dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
2845
3055
  # resp.image.image_shared_with_others #=> String, one of "TRUE", "FALSE"
2846
3056
  # resp.image.managed_software_included #=> Boolean
3057
+ # resp.image.image_type #=> String, one of "CUSTOM", "NATIVE"
2847
3058
  #
2848
3059
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DeleteImage AWS API Documentation
2849
3060
  #
@@ -2881,9 +3092,9 @@ module Aws::AppStream
2881
3092
  # resp.image_builder.vpc_config.security_group_ids #=> Array
2882
3093
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
2883
3094
  # resp.image_builder.instance_type #=> String
2884
- # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
3095
+ # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
2885
3096
  # resp.image_builder.iam_role_arn #=> String
2886
- # 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"
3097
+ # 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"
2887
3098
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
2888
3099
  # resp.image_builder.state_change_reason.message #=> String
2889
3100
  # resp.image_builder.created_time #=> Time
@@ -2891,15 +3102,18 @@ module Aws::AppStream
2891
3102
  # resp.image_builder.domain_join_info.directory_name #=> String
2892
3103
  # resp.image_builder.domain_join_info.organizational_unit_distinguished_name #=> String
2893
3104
  # resp.image_builder.network_access_configuration.eni_private_ip_address #=> String
3105
+ # resp.image_builder.network_access_configuration.eni_ipv_6_addresses #=> Array
3106
+ # resp.image_builder.network_access_configuration.eni_ipv_6_addresses[0] #=> String
2894
3107
  # resp.image_builder.network_access_configuration.eni_id #=> String
2895
3108
  # resp.image_builder.image_builder_errors #=> Array
2896
- # 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"
3109
+ # 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"
2897
3110
  # resp.image_builder.image_builder_errors[0].error_message #=> String
2898
3111
  # resp.image_builder.image_builder_errors[0].error_timestamp #=> Time
2899
3112
  # resp.image_builder.appstream_agent_version #=> String
2900
3113
  # resp.image_builder.access_endpoints #=> Array
2901
3114
  # resp.image_builder.access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
2902
3115
  # resp.image_builder.access_endpoints[0].vpce_id #=> String
3116
+ # resp.image_builder.root_volume_config.volume_size_in_gb #=> Integer
2903
3117
  # resp.image_builder.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
2904
3118
  #
2905
3119
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DeleteImageBuilder AWS API Documentation
@@ -3124,7 +3338,7 @@ module Aws::AppStream
3124
3338
  # resp.app_block_builders[0].state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED"
3125
3339
  # resp.app_block_builders[0].created_time #=> Time
3126
3340
  # resp.app_block_builders[0].app_block_builder_errors #=> Array
3127
- # 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"
3341
+ # 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"
3128
3342
  # resp.app_block_builders[0].app_block_builder_errors[0].error_message #=> String
3129
3343
  # resp.app_block_builders[0].app_block_builder_errors[0].error_timestamp #=> Time
3130
3344
  # resp.app_block_builders[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR"
@@ -3341,7 +3555,7 @@ module Aws::AppStream
3341
3555
  # resp.applications[0].icon_s3_location.s3_bucket #=> String
3342
3556
  # resp.applications[0].icon_s3_location.s3_key #=> String
3343
3557
  # resp.applications[0].platforms #=> Array
3344
- # resp.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
3558
+ # resp.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
3345
3559
  # resp.applications[0].instance_families #=> Array
3346
3560
  # resp.applications[0].instance_families[0] #=> String
3347
3561
  # resp.applications[0].created_time #=> Time
@@ -3357,9 +3571,9 @@ module Aws::AppStream
3357
3571
  end
3358
3572
 
3359
3573
  # Retrieves a list that describes one or more specified Directory Config
3360
- # objects for AppStream 2.0, if the names for these objects are
3361
- # provided. Otherwise, all Directory Config objects in the account are
3362
- # described. These objects include the configuration information
3574
+ # objects for WorkSpaces Applications, if the names for these objects
3575
+ # are provided. Otherwise, all Directory Config objects in the account
3576
+ # are described. These objects include the configuration information
3363
3577
  # required to join fleets and image builders to Microsoft Active
3364
3578
  # Directory domains.
3365
3579
  #
@@ -3514,7 +3728,7 @@ module Aws::AppStream
3514
3728
  # resp.fleets[0].vpc_config.security_group_ids[0] #=> String
3515
3729
  # resp.fleets[0].created_time #=> Time
3516
3730
  # resp.fleets[0].fleet_errors #=> Array
3517
- # 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"
3731
+ # 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"
3518
3732
  # resp.fleets[0].fleet_errors[0].error_message #=> String
3519
3733
  # resp.fleets[0].enable_default_internet_access #=> Boolean
3520
3734
  # resp.fleets[0].domain_join_info.directory_name #=> String
@@ -3522,13 +3736,14 @@ module Aws::AppStream
3522
3736
  # resp.fleets[0].idle_disconnect_timeout_in_seconds #=> Integer
3523
3737
  # resp.fleets[0].iam_role_arn #=> String
3524
3738
  # resp.fleets[0].stream_view #=> String, one of "APP", "DESKTOP"
3525
- # resp.fleets[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
3739
+ # resp.fleets[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
3526
3740
  # resp.fleets[0].max_concurrent_sessions #=> Integer
3527
3741
  # resp.fleets[0].usb_device_filter_strings #=> Array
3528
3742
  # resp.fleets[0].usb_device_filter_strings[0] #=> String
3529
3743
  # resp.fleets[0].session_script_s3_location.s3_bucket #=> String
3530
3744
  # resp.fleets[0].session_script_s3_location.s3_key #=> String
3531
3745
  # resp.fleets[0].max_sessions_per_instance #=> Integer
3746
+ # resp.fleets[0].root_volume_config.volume_size_in_gb #=> Integer
3532
3747
  # resp.next_token #=> String
3533
3748
  #
3534
3749
  #
@@ -3586,9 +3801,9 @@ module Aws::AppStream
3586
3801
  # resp.image_builders[0].vpc_config.security_group_ids #=> Array
3587
3802
  # resp.image_builders[0].vpc_config.security_group_ids[0] #=> String
3588
3803
  # resp.image_builders[0].instance_type #=> String
3589
- # resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
3804
+ # resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
3590
3805
  # resp.image_builders[0].iam_role_arn #=> String
3591
- # 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"
3806
+ # 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"
3592
3807
  # resp.image_builders[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
3593
3808
  # resp.image_builders[0].state_change_reason.message #=> String
3594
3809
  # resp.image_builders[0].created_time #=> Time
@@ -3596,15 +3811,18 @@ module Aws::AppStream
3596
3811
  # resp.image_builders[0].domain_join_info.directory_name #=> String
3597
3812
  # resp.image_builders[0].domain_join_info.organizational_unit_distinguished_name #=> String
3598
3813
  # resp.image_builders[0].network_access_configuration.eni_private_ip_address #=> String
3814
+ # resp.image_builders[0].network_access_configuration.eni_ipv_6_addresses #=> Array
3815
+ # resp.image_builders[0].network_access_configuration.eni_ipv_6_addresses[0] #=> String
3599
3816
  # resp.image_builders[0].network_access_configuration.eni_id #=> String
3600
3817
  # resp.image_builders[0].image_builder_errors #=> Array
3601
- # 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"
3818
+ # 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"
3602
3819
  # resp.image_builders[0].image_builder_errors[0].error_message #=> String
3603
3820
  # resp.image_builders[0].image_builder_errors[0].error_timestamp #=> Time
3604
3821
  # resp.image_builders[0].appstream_agent_version #=> String
3605
3822
  # resp.image_builders[0].access_endpoints #=> Array
3606
3823
  # resp.image_builders[0].access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
3607
3824
  # resp.image_builders[0].access_endpoints[0].vpce_id #=> String
3825
+ # resp.image_builders[0].root_volume_config.volume_size_in_gb #=> Integer
3608
3826
  # resp.image_builders[0].latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
3609
3827
  # resp.next_token #=> String
3610
3828
  #
@@ -3714,13 +3932,13 @@ module Aws::AppStream
3714
3932
  # resp.images[0].arn #=> String
3715
3933
  # resp.images[0].base_image_arn #=> String
3716
3934
  # resp.images[0].display_name #=> String
3717
- # resp.images[0].state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING"
3935
+ # resp.images[0].state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING", "VALIDATING"
3718
3936
  # resp.images[0].visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
3719
3937
  # resp.images[0].image_builder_supported #=> Boolean
3720
3938
  # resp.images[0].image_builder_name #=> String
3721
- # resp.images[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
3939
+ # resp.images[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
3722
3940
  # resp.images[0].description #=> String
3723
- # resp.images[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
3941
+ # 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"
3724
3942
  # resp.images[0].state_change_reason.message #=> String
3725
3943
  # resp.images[0].applications #=> Array
3726
3944
  # resp.images[0].applications[0].name #=> String
@@ -3738,7 +3956,7 @@ module Aws::AppStream
3738
3956
  # resp.images[0].applications[0].icon_s3_location.s3_bucket #=> String
3739
3957
  # resp.images[0].applications[0].icon_s3_location.s3_key #=> String
3740
3958
  # resp.images[0].applications[0].platforms #=> Array
3741
- # resp.images[0].applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
3959
+ # resp.images[0].applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
3742
3960
  # resp.images[0].applications[0].instance_families #=> Array
3743
3961
  # resp.images[0].applications[0].instance_families[0] #=> String
3744
3962
  # resp.images[0].applications[0].created_time #=> Time
@@ -3748,7 +3966,7 @@ module Aws::AppStream
3748
3966
  # resp.images[0].image_permissions.allow_fleet #=> Boolean
3749
3967
  # resp.images[0].image_permissions.allow_image_builder #=> Boolean
3750
3968
  # resp.images[0].image_errors #=> Array
3751
- # 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"
3969
+ # 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"
3752
3970
  # resp.images[0].image_errors[0].error_message #=> String
3753
3971
  # resp.images[0].image_errors[0].error_timestamp #=> Time
3754
3972
  # resp.images[0].latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
@@ -3757,6 +3975,7 @@ module Aws::AppStream
3757
3975
  # resp.images[0].dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
3758
3976
  # resp.images[0].image_shared_with_others #=> String, one of "TRUE", "FALSE"
3759
3977
  # resp.images[0].managed_software_included #=> Boolean
3978
+ # resp.images[0].image_type #=> String, one of "CUSTOM", "NATIVE"
3760
3979
  # resp.next_token #=> String
3761
3980
  #
3762
3981
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeImages AWS API Documentation
@@ -3830,6 +4049,8 @@ module Aws::AppStream
3830
4049
  # resp.sessions[0].max_expiration_time #=> Time
3831
4050
  # resp.sessions[0].authentication_type #=> String, one of "API", "SAML", "USERPOOL", "AWS_AD"
3832
4051
  # resp.sessions[0].network_access_configuration.eni_private_ip_address #=> String
4052
+ # resp.sessions[0].network_access_configuration.eni_ipv_6_addresses #=> Array
4053
+ # resp.sessions[0].network_access_configuration.eni_ipv_6_addresses[0] #=> String
3833
4054
  # resp.sessions[0].network_access_configuration.eni_id #=> String
3834
4055
  # resp.sessions[0].instance_id #=> String
3835
4056
  # resp.next_token #=> String
@@ -4151,8 +4372,8 @@ module Aws::AppStream
4151
4372
  end
4152
4373
 
4153
4374
  # Disables the specified user in the user pool. Users can't sign in to
4154
- # AppStream 2.0 until they are re-enabled. This action does not delete
4155
- # the user.
4375
+ # WorkSpaces Applications until they are re-enabled. This action does
4376
+ # not delete the user.
4156
4377
  #
4157
4378
  # @option params [required, String] :user_name
4158
4379
  # The email address of the user.
@@ -4370,8 +4591,8 @@ module Aws::AppStream
4370
4591
  end
4371
4592
 
4372
4593
  # Enables a user in the user pool. After being enabled, users can sign
4373
- # in to AppStream 2.0 and open applications from the stacks to which
4374
- # they are assigned.
4594
+ # in to WorkSpaces Applications and open applications from the stacks to
4595
+ # which they are assigned.
4375
4596
  #
4376
4597
  # @option params [required, String] :user_name
4377
4598
  # The email address of the user.
@@ -4426,6 +4647,47 @@ module Aws::AppStream
4426
4647
  req.send_request(options)
4427
4648
  end
4428
4649
 
4650
+ # Retrieves information about an export image task, including its
4651
+ # current state, progress, and any error details.
4652
+ #
4653
+ # @option params [String] :task_id
4654
+ # The unique identifier of the export image task to retrieve information
4655
+ # about.
4656
+ #
4657
+ # @return [Types::GetExportImageTaskResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4658
+ #
4659
+ # * {Types::GetExportImageTaskResult#export_image_task #export_image_task} => Types::ExportImageTask
4660
+ #
4661
+ # @example Request syntax with placeholder values
4662
+ #
4663
+ # resp = client.get_export_image_task({
4664
+ # task_id: "UUID",
4665
+ # })
4666
+ #
4667
+ # @example Response structure
4668
+ #
4669
+ # resp.export_image_task.task_id #=> String
4670
+ # resp.export_image_task.image_arn #=> String
4671
+ # resp.export_image_task.ami_name #=> String
4672
+ # resp.export_image_task.created_date #=> Time
4673
+ # resp.export_image_task.ami_description #=> String
4674
+ # resp.export_image_task.state #=> String, one of "EXPORTING", "COMPLETED", "FAILED"
4675
+ # resp.export_image_task.ami_id #=> String
4676
+ # resp.export_image_task.tag_specifications #=> Hash
4677
+ # resp.export_image_task.tag_specifications["TagKey"] #=> String
4678
+ # resp.export_image_task.error_details #=> Array
4679
+ # resp.export_image_task.error_details[0].error_code #=> String
4680
+ # resp.export_image_task.error_details[0].error_message #=> String
4681
+ #
4682
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/GetExportImageTask AWS API Documentation
4683
+ #
4684
+ # @overload get_export_image_task(params = {})
4685
+ # @param [Hash] params ({})
4686
+ def get_export_image_task(params = {}, options = {})
4687
+ req = build_request(:get_export_image_task, params)
4688
+ req.send_request(options)
4689
+ end
4690
+
4429
4691
  # Retrieves the name of the fleet that is associated with the specified
4430
4692
  # stack.
4431
4693
  #
@@ -4544,11 +4806,72 @@ module Aws::AppStream
4544
4806
  req.send_request(options)
4545
4807
  end
4546
4808
 
4547
- # Retrieves a list of all tags for the specified AppStream 2.0 resource.
4548
- # You can tag AppStream 2.0 image builders, images, fleets, and stacks.
4809
+ # Lists export image tasks, with optional filtering and pagination. Use
4810
+ # this operation to monitor the status of multiple export operations.
4811
+ #
4812
+ # @option params [Array<Types::Filter>] :filters
4813
+ # Optional filters to apply when listing export image tasks. Filters
4814
+ # help you narrow down the results based on specific criteria.
4815
+ #
4816
+ # @option params [Integer] :max_results
4817
+ # The maximum number of export image tasks to return in a single
4818
+ # request. The valid range is 1-500, with a default of 50.
4819
+ #
4820
+ # @option params [String] :next_token
4821
+ # The pagination token from a previous request. Use this to retrieve the
4822
+ # next page of results when there are more tasks than the MaxResults
4823
+ # limit.
4824
+ #
4825
+ # @return [Types::ListExportImageTasksResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4826
+ #
4827
+ # * {Types::ListExportImageTasksResult#export_image_tasks #export_image_tasks} => Array&lt;Types::ExportImageTask&gt;
4828
+ # * {Types::ListExportImageTasksResult#next_token #next_token} => String
4829
+ #
4830
+ # @example Request syntax with placeholder values
4831
+ #
4832
+ # resp = client.list_export_image_tasks({
4833
+ # filters: [
4834
+ # {
4835
+ # name: "FilterName", # required
4836
+ # values: ["FilterValue"], # required
4837
+ # },
4838
+ # ],
4839
+ # max_results: 1,
4840
+ # next_token: "String",
4841
+ # })
4842
+ #
4843
+ # @example Response structure
4844
+ #
4845
+ # resp.export_image_tasks #=> Array
4846
+ # resp.export_image_tasks[0].task_id #=> String
4847
+ # resp.export_image_tasks[0].image_arn #=> String
4848
+ # resp.export_image_tasks[0].ami_name #=> String
4849
+ # resp.export_image_tasks[0].created_date #=> Time
4850
+ # resp.export_image_tasks[0].ami_description #=> String
4851
+ # resp.export_image_tasks[0].state #=> String, one of "EXPORTING", "COMPLETED", "FAILED"
4852
+ # resp.export_image_tasks[0].ami_id #=> String
4853
+ # resp.export_image_tasks[0].tag_specifications #=> Hash
4854
+ # resp.export_image_tasks[0].tag_specifications["TagKey"] #=> String
4855
+ # resp.export_image_tasks[0].error_details #=> Array
4856
+ # resp.export_image_tasks[0].error_details[0].error_code #=> String
4857
+ # resp.export_image_tasks[0].error_details[0].error_message #=> String
4858
+ # resp.next_token #=> String
4859
+ #
4860
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/ListExportImageTasks AWS API Documentation
4861
+ #
4862
+ # @overload list_export_image_tasks(params = {})
4863
+ # @param [Hash] params ({})
4864
+ def list_export_image_tasks(params = {}, options = {})
4865
+ req = build_request(:list_export_image_tasks, params)
4866
+ req.send_request(options)
4867
+ end
4868
+
4869
+ # Retrieves a list of all tags for the specified WorkSpaces Applications
4870
+ # resource. You can tag WorkSpaces Applications image builders, images,
4871
+ # fleets, and stacks.
4549
4872
  #
4550
4873
  # For more information about tags, see [Tagging Your Resources][1] in
4551
- # the *Amazon AppStream 2.0 Administration Guide*.
4874
+ # the *Amazon WorkSpaces Applications Administration Guide*.
4552
4875
  #
4553
4876
  #
4554
4877
  #
@@ -4620,7 +4943,7 @@ module Aws::AppStream
4620
4943
  # resp.app_block_builder.state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED"
4621
4944
  # resp.app_block_builder.created_time #=> Time
4622
4945
  # resp.app_block_builder.app_block_builder_errors #=> Array
4623
- # 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"
4946
+ # 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"
4624
4947
  # resp.app_block_builder.app_block_builder_errors[0].error_message #=> String
4625
4948
  # resp.app_block_builder.app_block_builder_errors[0].error_timestamp #=> Time
4626
4949
  # resp.app_block_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR"
@@ -4666,9 +4989,9 @@ module Aws::AppStream
4666
4989
  # The name of the image builder.
4667
4990
  #
4668
4991
  # @option params [String] :appstream_agent_version
4669
- # The version of the AppStream 2.0 agent to use for this image builder.
4670
- # To use the latest version of the AppStream 2.0 agent, specify
4671
- # \[LATEST\].
4992
+ # The version of the WorkSpaces Applications agent to use for this image
4993
+ # builder. To use the latest version of the WorkSpaces Applications
4994
+ # agent, specify \[LATEST\].
4672
4995
  #
4673
4996
  # @return [Types::StartImageBuilderResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4674
4997
  #
@@ -4693,9 +5016,9 @@ module Aws::AppStream
4693
5016
  # resp.image_builder.vpc_config.security_group_ids #=> Array
4694
5017
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
4695
5018
  # resp.image_builder.instance_type #=> String
4696
- # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
5019
+ # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
4697
5020
  # resp.image_builder.iam_role_arn #=> String
4698
- # 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"
5021
+ # 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"
4699
5022
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
4700
5023
  # resp.image_builder.state_change_reason.message #=> String
4701
5024
  # resp.image_builder.created_time #=> Time
@@ -4703,15 +5026,18 @@ module Aws::AppStream
4703
5026
  # resp.image_builder.domain_join_info.directory_name #=> String
4704
5027
  # resp.image_builder.domain_join_info.organizational_unit_distinguished_name #=> String
4705
5028
  # resp.image_builder.network_access_configuration.eni_private_ip_address #=> String
5029
+ # resp.image_builder.network_access_configuration.eni_ipv_6_addresses #=> Array
5030
+ # resp.image_builder.network_access_configuration.eni_ipv_6_addresses[0] #=> String
4706
5031
  # resp.image_builder.network_access_configuration.eni_id #=> String
4707
5032
  # resp.image_builder.image_builder_errors #=> Array
4708
- # 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"
5033
+ # 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"
4709
5034
  # resp.image_builder.image_builder_errors[0].error_message #=> String
4710
5035
  # resp.image_builder.image_builder_errors[0].error_timestamp #=> Time
4711
5036
  # resp.image_builder.appstream_agent_version #=> String
4712
5037
  # resp.image_builder.access_endpoints #=> Array
4713
5038
  # resp.image_builder.access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
4714
5039
  # resp.image_builder.access_endpoints[0].vpce_id #=> String
5040
+ # resp.image_builder.root_volume_config.volume_size_in_gb #=> Integer
4715
5041
  # resp.image_builder.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
4716
5042
  #
4717
5043
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/StartImageBuilder AWS API Documentation
@@ -4786,7 +5112,7 @@ module Aws::AppStream
4786
5112
  # resp.app_block_builder.state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED"
4787
5113
  # resp.app_block_builder.created_time #=> Time
4788
5114
  # resp.app_block_builder.app_block_builder_errors #=> Array
4789
- # 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"
5115
+ # 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"
4790
5116
  # resp.app_block_builder.app_block_builder_errors[0].error_message #=> String
4791
5117
  # resp.app_block_builder.app_block_builder_errors[0].error_timestamp #=> Time
4792
5118
  # resp.app_block_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR"
@@ -4853,9 +5179,9 @@ module Aws::AppStream
4853
5179
  # resp.image_builder.vpc_config.security_group_ids #=> Array
4854
5180
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
4855
5181
  # resp.image_builder.instance_type #=> String
4856
- # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
5182
+ # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
4857
5183
  # resp.image_builder.iam_role_arn #=> String
4858
- # 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"
5184
+ # 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"
4859
5185
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
4860
5186
  # resp.image_builder.state_change_reason.message #=> String
4861
5187
  # resp.image_builder.created_time #=> Time
@@ -4863,15 +5189,18 @@ module Aws::AppStream
4863
5189
  # resp.image_builder.domain_join_info.directory_name #=> String
4864
5190
  # resp.image_builder.domain_join_info.organizational_unit_distinguished_name #=> String
4865
5191
  # resp.image_builder.network_access_configuration.eni_private_ip_address #=> String
5192
+ # resp.image_builder.network_access_configuration.eni_ipv_6_addresses #=> Array
5193
+ # resp.image_builder.network_access_configuration.eni_ipv_6_addresses[0] #=> String
4866
5194
  # resp.image_builder.network_access_configuration.eni_id #=> String
4867
5195
  # resp.image_builder.image_builder_errors #=> Array
4868
- # 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"
5196
+ # 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"
4869
5197
  # resp.image_builder.image_builder_errors[0].error_message #=> String
4870
5198
  # resp.image_builder.image_builder_errors[0].error_timestamp #=> Time
4871
5199
  # resp.image_builder.appstream_agent_version #=> String
4872
5200
  # resp.image_builder.access_endpoints #=> Array
4873
5201
  # resp.image_builder.access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
4874
5202
  # resp.image_builder.access_endpoints[0].vpce_id #=> String
5203
+ # resp.image_builder.root_volume_config.volume_size_in_gb #=> Integer
4875
5204
  # resp.image_builder.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
4876
5205
  #
4877
5206
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/StopImageBuilder AWS API Documentation
@@ -4883,9 +5212,9 @@ module Aws::AppStream
4883
5212
  req.send_request(options)
4884
5213
  end
4885
5214
 
4886
- # Adds or overwrites one or more tags for the specified AppStream 2.0
4887
- # resource. You can tag AppStream 2.0 image builders, images, fleets,
4888
- # and stacks.
5215
+ # Adds or overwrites one or more tags for the specified WorkSpaces
5216
+ # Applications resource. You can tag WorkSpaces Applications image
5217
+ # builders, images, fleets, and stacks.
4889
5218
  #
4890
5219
  # Each tag consists of a key and an optional value. If a resource
4891
5220
  # already has a tag with the same key, this operation updates its value.
@@ -4894,7 +5223,7 @@ module Aws::AppStream
4894
5223
  # To disassociate tags from your resources, use UntagResource.
4895
5224
  #
4896
5225
  # For more information about tags, see [Tagging Your Resources][1] in
4897
- # the *Amazon AppStream 2.0 Administration Guide*.
5226
+ # the *Amazon WorkSpaces Applications Administration Guide*.
4898
5227
  #
4899
5228
  #
4900
5229
  #
@@ -4935,13 +5264,13 @@ module Aws::AppStream
4935
5264
  req.send_request(options)
4936
5265
  end
4937
5266
 
4938
- # Disassociates one or more specified tags from the specified AppStream
4939
- # 2.0 resource.
5267
+ # Disassociates one or more specified tags from the specified WorkSpaces
5268
+ # Applications resource.
4940
5269
  #
4941
5270
  # To list the current tags for your resources, use ListTagsForResource.
4942
5271
  #
4943
5272
  # For more information about tags, see [Tagging Your Resources][1] in
4944
- # the *Amazon AppStream 2.0 Administration Guide*.
5273
+ # the *Amazon WorkSpaces Applications Administration Guide*.
4945
5274
  #
4946
5275
  #
4947
5276
  #
@@ -5021,13 +5350,14 @@ module Aws::AppStream
5021
5350
  # block builder. To assume a role, the app block builder calls the AWS
5022
5351
  # Security Token Service (STS) `AssumeRole` API operation and passes the
5023
5352
  # ARN of the role to use. The operation creates a new session with
5024
- # temporary credentials. AppStream 2.0 retrieves the temporary
5353
+ # temporary credentials. WorkSpaces Applications retrieves the temporary
5025
5354
  # credentials and creates the **appstream\_machine\_role** credential
5026
5355
  # profile on the instance.
5027
5356
  #
5028
5357
  # For more information, see [Using an IAM Role to Grant Permissions to
5029
- # Applications and Scripts Running on AppStream 2.0 Streaming
5030
- # Instances][1] in the *Amazon AppStream 2.0 Administration Guide*.
5358
+ # Applications and Scripts Running on WorkSpaces Applications Streaming
5359
+ # Instances][1] in the *Amazon WorkSpaces Applications Administration
5360
+ # Guide*.
5031
5361
  #
5032
5362
  #
5033
5363
  #
@@ -5051,7 +5381,7 @@ module Aws::AppStream
5051
5381
  # name: "Name", # required
5052
5382
  # description: "Description",
5053
5383
  # display_name: "DisplayName",
5054
- # platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
5384
+ # platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, WINDOWS_SERVER_2025, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8, UBUNTU_PRO_2404
5055
5385
  # instance_type: "String",
5056
5386
  # vpc_config: {
5057
5387
  # subnet_ids: ["String"],
@@ -5085,7 +5415,7 @@ module Aws::AppStream
5085
5415
  # resp.app_block_builder.state #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED"
5086
5416
  # resp.app_block_builder.created_time #=> Time
5087
5417
  # resp.app_block_builder.app_block_builder_errors #=> Array
5088
- # 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"
5418
+ # 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"
5089
5419
  # resp.app_block_builder.app_block_builder_errors[0].error_message #=> String
5090
5420
  # resp.app_block_builder.app_block_builder_errors[0].error_timestamp #=> Time
5091
5421
  # resp.app_block_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR"
@@ -5172,7 +5502,7 @@ module Aws::AppStream
5172
5502
  # resp.application.icon_s3_location.s3_bucket #=> String
5173
5503
  # resp.application.icon_s3_location.s3_key #=> String
5174
5504
  # resp.application.platforms #=> Array
5175
- # resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
5505
+ # resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
5176
5506
  # resp.application.instance_families #=> Array
5177
5507
  # resp.application.instance_families[0] #=> String
5178
5508
  # resp.application.created_time #=> Time
@@ -5186,9 +5516,10 @@ module Aws::AppStream
5186
5516
  req.send_request(options)
5187
5517
  end
5188
5518
 
5189
- # Updates the specified Directory Config object in AppStream 2.0. This
5190
- # object includes the configuration information required to join fleets
5191
- # and image builders to Microsoft Active Directory domains.
5519
+ # Updates the specified Directory Config object in WorkSpaces
5520
+ # Applications. This object includes the configuration information
5521
+ # required to join fleets and image builders to Microsoft Active
5522
+ # Directory domains.
5192
5523
  #
5193
5524
  # @option params [required, String] :directory_name
5194
5525
  # The name of the Directory Config object.
@@ -5387,16 +5718,6 @@ module Aws::AppStream
5387
5718
  #
5388
5719
  # * stream.memory.z1d.12xlarge
5389
5720
  #
5390
- # * stream.graphics-design.large
5391
- #
5392
- # * stream.graphics-design.xlarge
5393
- #
5394
- # * stream.graphics-design.2xlarge
5395
- #
5396
- # * stream.graphics-design.4xlarge
5397
- #
5398
- # * stream.graphics-desktop.2xlarge
5399
- #
5400
5721
  # * stream.graphics.g4dn.xlarge
5401
5722
  #
5402
5723
  # * stream.graphics.g4dn.2xlarge
@@ -5409,12 +5730,6 @@ module Aws::AppStream
5409
5730
  #
5410
5731
  # * stream.graphics.g4dn.16xlarge
5411
5732
  #
5412
- # * stream.graphics-pro.4xlarge
5413
- #
5414
- # * stream.graphics-pro.8xlarge
5415
- #
5416
- # * stream.graphics-pro.16xlarge
5417
- #
5418
5733
  # * stream.graphics.g5.xlarge
5419
5734
  #
5420
5735
  # * stream.graphics.g5.2xlarge
@@ -5548,29 +5863,31 @@ module Aws::AppStream
5548
5863
  # To assume a role, a fleet instance calls the AWS Security Token
5549
5864
  # Service (STS) `AssumeRole` API operation and passes the ARN of the
5550
5865
  # role to use. The operation creates a new session with temporary
5551
- # credentials. AppStream 2.0 retrieves the temporary credentials and
5552
- # creates the **appstream\_machine\_role** credential profile on the
5553
- # instance.
5866
+ # credentials. WorkSpaces Applications retrieves the temporary
5867
+ # credentials and creates the **appstream\_machine\_role** credential
5868
+ # profile on the instance.
5554
5869
  #
5555
5870
  # For more information, see [Using an IAM Role to Grant Permissions to
5556
- # Applications and Scripts Running on AppStream 2.0 Streaming
5557
- # Instances][1] in the *Amazon AppStream 2.0 Administration Guide*.
5871
+ # Applications and Scripts Running on WorkSpaces Applications Streaming
5872
+ # Instances][1] in the *Amazon WorkSpaces Applications Administration
5873
+ # Guide*.
5558
5874
  #
5559
5875
  #
5560
5876
  #
5561
5877
  # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
5562
5878
  #
5563
5879
  # @option params [String] :stream_view
5564
- # The AppStream 2.0 view that is displayed to your users when they
5565
- # stream from the fleet. When `APP` is specified, only the windows of
5566
- # applications opened by users display. When `DESKTOP` is specified, the
5567
- # standard desktop that is provided by the operating system displays.
5880
+ # The WorkSpaces Applications view that is displayed to your users when
5881
+ # they stream from the fleet. When `APP` is specified, only the windows
5882
+ # of applications opened by users display. When `DESKTOP` is specified,
5883
+ # the standard desktop that is provided by the operating system
5884
+ # displays.
5568
5885
  #
5569
5886
  # The default value is `APP`.
5570
5887
  #
5571
5888
  # @option params [String] :platform
5572
- # The platform of the fleet. WINDOWS\_SERVER\_2019 and AMAZON\_LINUX2
5573
- # are supported for Elastic fleets.
5889
+ # The platform of the fleet. WINDOWS\_SERVER\_2019, AMAZON\_LINUX2 and
5890
+ # UBUNTU\_PRO\_2404 are supported for Elastic fleets.
5574
5891
  #
5575
5892
  # @option params [Integer] :max_concurrent_sessions
5576
5893
  # The maximum number of concurrent sessions for a fleet.
@@ -5588,6 +5905,10 @@ module Aws::AppStream
5588
5905
  # The maximum number of user sessions on an instance. This only applies
5589
5906
  # to multi-session fleets.
5590
5907
  #
5908
+ # @option params [Types::VolumeConfig] :root_volume_config
5909
+ # The updated configuration for the root volume of fleet instances. Note
5910
+ # that volume size cannot be decreased below the image volume size.
5911
+ #
5591
5912
  # @return [Types::UpdateFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5592
5913
  #
5593
5914
  # * {Types::UpdateFleetResult#fleet #fleet} => Types::Fleet
@@ -5618,10 +5939,10 @@ module Aws::AppStream
5618
5939
  # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
5619
5940
  # },
5620
5941
  # idle_disconnect_timeout_in_seconds: 1,
5621
- # 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
5942
+ # 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
5622
5943
  # iam_role_arn: "Arn",
5623
5944
  # stream_view: "APP", # accepts APP, DESKTOP
5624
- # platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
5945
+ # platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, WINDOWS_SERVER_2025, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8, UBUNTU_PRO_2404
5625
5946
  # max_concurrent_sessions: 1,
5626
5947
  # usb_device_filter_strings: ["UsbDeviceFilterString"],
5627
5948
  # session_script_s3_location: {
@@ -5629,6 +5950,9 @@ module Aws::AppStream
5629
5950
  # s3_key: "S3Key",
5630
5951
  # },
5631
5952
  # max_sessions_per_instance: 1,
5953
+ # root_volume_config: {
5954
+ # volume_size_in_gb: 1,
5955
+ # },
5632
5956
  # })
5633
5957
  #
5634
5958
  # @example Response structure
@@ -5658,7 +5982,7 @@ module Aws::AppStream
5658
5982
  # resp.fleet.vpc_config.security_group_ids[0] #=> String
5659
5983
  # resp.fleet.created_time #=> Time
5660
5984
  # resp.fleet.fleet_errors #=> Array
5661
- # 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"
5985
+ # 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"
5662
5986
  # resp.fleet.fleet_errors[0].error_message #=> String
5663
5987
  # resp.fleet.enable_default_internet_access #=> Boolean
5664
5988
  # resp.fleet.domain_join_info.directory_name #=> String
@@ -5666,13 +5990,14 @@ module Aws::AppStream
5666
5990
  # resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
5667
5991
  # resp.fleet.iam_role_arn #=> String
5668
5992
  # resp.fleet.stream_view #=> String, one of "APP", "DESKTOP"
5669
- # resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
5993
+ # resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
5670
5994
  # resp.fleet.max_concurrent_sessions #=> Integer
5671
5995
  # resp.fleet.usb_device_filter_strings #=> Array
5672
5996
  # resp.fleet.usb_device_filter_strings[0] #=> String
5673
5997
  # resp.fleet.session_script_s3_location.s3_bucket #=> String
5674
5998
  # resp.fleet.session_script_s3_location.s3_key #=> String
5675
5999
  # resp.fleet.max_sessions_per_instance #=> Integer
6000
+ # resp.fleet.root_volume_config.volume_size_in_gb #=> Integer
5676
6001
  #
5677
6002
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateFleet AWS API Documentation
5678
6003
  #
@@ -5758,13 +6083,13 @@ module Aws::AppStream
5758
6083
  #
5759
6084
  # @option params [Array<Types::AccessEndpoint>] :access_endpoints
5760
6085
  # The list of interface VPC endpoint (interface endpoint) objects. Users
5761
- # of the stack can connect to AppStream 2.0 only through the specified
5762
- # endpoints.
6086
+ # of the stack can connect to WorkSpaces Applications only through the
6087
+ # specified endpoints.
5763
6088
  #
5764
6089
  # @option params [Array<String>] :embed_host_domains
5765
- # The domains where AppStream 2.0 streaming sessions can be embedded in
5766
- # an iframe. You must approve the domains that you want to host embedded
5767
- # AppStream 2.0 streaming sessions.
6090
+ # The domains where WorkSpaces Applications streaming sessions can be
6091
+ # embedded in an iframe. You must approve the domains that you want to
6092
+ # host embedded WorkSpaces Applications streaming sessions.
5768
6093
  #
5769
6094
  # @option params [Types::StreamingExperienceSettings] :streaming_experience_settings
5770
6095
  # The streaming protocol you want your stack to prefer. This can be UDP
@@ -5962,7 +6287,7 @@ module Aws::AppStream
5962
6287
  tracer: tracer
5963
6288
  )
5964
6289
  context[:gem_name] = 'aws-sdk-appstream'
5965
- context[:gem_version] = '1.120.0'
6290
+ context[:gem_version] = '1.124.0'
5966
6291
  Seahorse::Client::Request.new(handlers, context)
5967
6292
  end
5968
6293