From bbb4450b91ceaf6140ec59f98fdd636117752181 Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 30 Jul 2024 18:19:25 +0000 Subject: [PATCH] feat(client-appstream): Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0 --- .../src/commands/CreateApplicationCommand.ts | 4 +- .../src/commands/CreateFleetCommand.ts | 4 +- .../src/commands/CreateImageBuilderCommand.ts | 2 +- .../src/commands/CreateUpdatedImageCommand.ts | 4 +- .../src/commands/DeleteImageBuilderCommand.ts | 2 +- .../src/commands/DeleteImageCommand.ts | 4 +- .../commands/DescribeApplicationsCommand.ts | 2 +- .../src/commands/DescribeFleetsCommand.ts | 2 +- .../commands/DescribeImageBuildersCommand.ts | 2 +- .../src/commands/DescribeImagesCommand.ts | 4 +- .../src/commands/StartImageBuilderCommand.ts | 2 +- .../src/commands/StopImageBuilderCommand.ts | 2 +- .../commands/UpdateAppBlockBuilderCommand.ts | 2 +- .../src/commands/UpdateApplicationCommand.ts | 2 +- .../src/commands/UpdateFleetCommand.ts | 4 +- .../client-appstream/src/models/models_0.ts | 14 +- codegen/sdk-codegen/aws-models/appstream.json | 20377 ++++++++-------- 17 files changed, 10226 insertions(+), 10207 deletions(-) diff --git a/clients/client-appstream/src/commands/CreateApplicationCommand.ts b/clients/client-appstream/src/commands/CreateApplicationCommand.ts index 5731830b4419..0533247550c3 100644 --- a/clients/client-appstream/src/commands/CreateApplicationCommand.ts +++ b/clients/client-appstream/src/commands/CreateApplicationCommand.ts @@ -53,7 +53,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationResult, * WorkingDirectory: "STRING_VALUE", * LaunchParameters: "STRING_VALUE", * Platforms: [ // Platforms // required - * "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * ], * InstanceFamilies: [ // StringList // required * "STRING_VALUE", @@ -85,7 +85,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationResult, * // S3Key: "STRING_VALUE", * // }, * // Platforms: [ // Platforms - * // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // ], * // InstanceFamilies: [ // StringList * // "STRING_VALUE", diff --git a/clients/client-appstream/src/commands/CreateFleetCommand.ts b/clients/client-appstream/src/commands/CreateFleetCommand.ts index 8b72b51a2b6b..2eb34d4b26d3 100644 --- a/clients/client-appstream/src/commands/CreateFleetCommand.ts +++ b/clients/client-appstream/src/commands/CreateFleetCommand.ts @@ -68,7 +68,7 @@ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataB * IdleDisconnectTimeoutInSeconds: Number("int"), * IamRoleArn: "STRING_VALUE", * StreamView: "APP" || "DESKTOP", - * Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * MaxConcurrentSessions: Number("int"), * UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings * "STRING_VALUE", @@ -127,7 +127,7 @@ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataB * // IdleDisconnectTimeoutInSeconds: Number("int"), * // IamRoleArn: "STRING_VALUE", * // StreamView: "APP" || "DESKTOP", - * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // MaxConcurrentSessions: Number("int"), * // UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings * // "STRING_VALUE", diff --git a/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts b/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts index ea3914017330..90f68c93bdc7 100644 --- a/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts @@ -86,7 +86,7 @@ export interface CreateImageBuilderCommandOutput extends CreateImageBuilderResul * // ], * // }, * // InstanceType: "STRING_VALUE", - * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // IamRoleArn: "STRING_VALUE", * // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION", * // StateChangeReason: { // ImageBuilderStateChangeReason diff --git a/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts b/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts index 69cab6630ff2..a07774bfdb23 100644 --- a/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts +++ b/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts @@ -59,7 +59,7 @@ export interface CreateUpdatedImageCommandOutput extends CreateUpdatedImageResul * // Visibility: "PUBLIC" || "PRIVATE" || "SHARED", * // ImageBuilderSupported: true || false, * // ImageBuilderName: "STRING_VALUE", - * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // Description: "STRING_VALUE", * // StateChangeReason: { // ImageStateChangeReason * // Code: "INTERNAL_ERROR" || "IMAGE_BUILDER_NOT_AVAILABLE" || "IMAGE_COPY_FAILURE", @@ -85,7 +85,7 @@ export interface CreateUpdatedImageCommandOutput extends CreateUpdatedImageResul * // S3Key: "STRING_VALUE", * // }, * // Platforms: [ // Platforms - * // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // ], * // InstanceFamilies: [ // StringList * // "STRING_VALUE", diff --git a/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts b/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts index 9ced7eba0abb..1e71773bb1ab 100644 --- a/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts @@ -56,7 +56,7 @@ export interface DeleteImageBuilderCommandOutput extends DeleteImageBuilderResul * // ], * // }, * // InstanceType: "STRING_VALUE", - * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // IamRoleArn: "STRING_VALUE", * // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION", * // StateChangeReason: { // ImageBuilderStateChangeReason diff --git a/clients/client-appstream/src/commands/DeleteImageCommand.ts b/clients/client-appstream/src/commands/DeleteImageCommand.ts index f6790fc5fd0f..a8367301c6dd 100644 --- a/clients/client-appstream/src/commands/DeleteImageCommand.ts +++ b/clients/client-appstream/src/commands/DeleteImageCommand.ts @@ -51,7 +51,7 @@ export interface DeleteImageCommandOutput extends DeleteImageResult, __MetadataB * // Visibility: "PUBLIC" || "PRIVATE" || "SHARED", * // ImageBuilderSupported: true || false, * // ImageBuilderName: "STRING_VALUE", - * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // Description: "STRING_VALUE", * // StateChangeReason: { // ImageStateChangeReason * // Code: "INTERNAL_ERROR" || "IMAGE_BUILDER_NOT_AVAILABLE" || "IMAGE_COPY_FAILURE", @@ -77,7 +77,7 @@ export interface DeleteImageCommandOutput extends DeleteImageResult, __MetadataB * // S3Key: "STRING_VALUE", * // }, * // Platforms: [ // Platforms - * // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // ], * // InstanceFamilies: [ // StringList * // "STRING_VALUE", diff --git a/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts b/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts index 1422b14ecc0d..43b2cd8a5d64 100644 --- a/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts @@ -65,7 +65,7 @@ export interface DescribeApplicationsCommandOutput extends DescribeApplicationsR * // S3Key: "STRING_VALUE", * // }, * // Platforms: [ // Platforms - * // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // ], * // InstanceFamilies: [ // StringList * // "STRING_VALUE", diff --git a/clients/client-appstream/src/commands/DescribeFleetsCommand.ts b/clients/client-appstream/src/commands/DescribeFleetsCommand.ts index 8db494a5dbea..c404a84c4a42 100644 --- a/clients/client-appstream/src/commands/DescribeFleetsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeFleetsCommand.ts @@ -90,7 +90,7 @@ export interface DescribeFleetsCommandOutput extends DescribeFleetsResult, __Met * // IdleDisconnectTimeoutInSeconds: Number("int"), * // IamRoleArn: "STRING_VALUE", * // StreamView: "APP" || "DESKTOP", - * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // MaxConcurrentSessions: Number("int"), * // UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings * // "STRING_VALUE", diff --git a/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts b/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts index 2c7503df8cef..102e1bcb4883 100644 --- a/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts +++ b/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts @@ -61,7 +61,7 @@ export interface DescribeImageBuildersCommandOutput extends DescribeImageBuilder * // ], * // }, * // InstanceType: "STRING_VALUE", - * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // IamRoleArn: "STRING_VALUE", * // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION", * // StateChangeReason: { // ImageBuilderStateChangeReason diff --git a/clients/client-appstream/src/commands/DescribeImagesCommand.ts b/clients/client-appstream/src/commands/DescribeImagesCommand.ts index b96478acc8e7..4a31b508f10e 100644 --- a/clients/client-appstream/src/commands/DescribeImagesCommand.ts +++ b/clients/client-appstream/src/commands/DescribeImagesCommand.ts @@ -59,7 +59,7 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResult, __Met * // Visibility: "PUBLIC" || "PRIVATE" || "SHARED", * // ImageBuilderSupported: true || false, * // ImageBuilderName: "STRING_VALUE", - * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // Description: "STRING_VALUE", * // StateChangeReason: { // ImageStateChangeReason * // Code: "INTERNAL_ERROR" || "IMAGE_BUILDER_NOT_AVAILABLE" || "IMAGE_COPY_FAILURE", @@ -85,7 +85,7 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResult, __Met * // S3Key: "STRING_VALUE", * // }, * // Platforms: [ // Platforms - * // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // ], * // InstanceFamilies: [ // StringList * // "STRING_VALUE", diff --git a/clients/client-appstream/src/commands/StartImageBuilderCommand.ts b/clients/client-appstream/src/commands/StartImageBuilderCommand.ts index ad139c710c5f..b5d8ef95fa3d 100644 --- a/clients/client-appstream/src/commands/StartImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/StartImageBuilderCommand.ts @@ -57,7 +57,7 @@ export interface StartImageBuilderCommandOutput extends StartImageBuilderResult, * // ], * // }, * // InstanceType: "STRING_VALUE", - * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // IamRoleArn: "STRING_VALUE", * // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION", * // StateChangeReason: { // ImageBuilderStateChangeReason diff --git a/clients/client-appstream/src/commands/StopImageBuilderCommand.ts b/clients/client-appstream/src/commands/StopImageBuilderCommand.ts index 1edcb7d6b7fd..3d38e134ae28 100644 --- a/clients/client-appstream/src/commands/StopImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/StopImageBuilderCommand.ts @@ -56,7 +56,7 @@ export interface StopImageBuilderCommandOutput extends StopImageBuilderResult, _ * // ], * // }, * // InstanceType: "STRING_VALUE", - * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // IamRoleArn: "STRING_VALUE", * // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION", * // StateChangeReason: { // ImageBuilderStateChangeReason diff --git a/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts index 727309072ec9..cdb9185f5304 100644 --- a/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts +++ b/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts @@ -43,7 +43,7 @@ export interface UpdateAppBlockBuilderCommandOutput extends UpdateAppBlockBuilde * Name: "STRING_VALUE", // required * Description: "STRING_VALUE", * DisplayName: "STRING_VALUE", - * Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * InstanceType: "STRING_VALUE", * VpcConfig: { // VpcConfig * SubnetIds: [ // SubnetIdList diff --git a/clients/client-appstream/src/commands/UpdateApplicationCommand.ts b/clients/client-appstream/src/commands/UpdateApplicationCommand.ts index 3c380a0d1b66..21a4a601babe 100644 --- a/clients/client-appstream/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-appstream/src/commands/UpdateApplicationCommand.ts @@ -73,7 +73,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationResult, * // S3Key: "STRING_VALUE", * // }, * // Platforms: [ // Platforms - * // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // ], * // InstanceFamilies: [ // StringList * // "STRING_VALUE", diff --git a/clients/client-appstream/src/commands/UpdateFleetCommand.ts b/clients/client-appstream/src/commands/UpdateFleetCommand.ts index 29b1aa6f92aa..bf683639d660 100644 --- a/clients/client-appstream/src/commands/UpdateFleetCommand.ts +++ b/clients/client-appstream/src/commands/UpdateFleetCommand.ts @@ -89,7 +89,7 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB * ], * IamRoleArn: "STRING_VALUE", * StreamView: "APP" || "DESKTOP", - * Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * MaxConcurrentSessions: Number("int"), * UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings * "STRING_VALUE", @@ -148,7 +148,7 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB * // IdleDisconnectTimeoutInSeconds: Number("int"), * // IamRoleArn: "STRING_VALUE", * // StreamView: "APP" || "DESKTOP", - * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2", + * // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8", * // MaxConcurrentSessions: Number("int"), * // UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings * // "STRING_VALUE", diff --git a/clients/client-appstream/src/models/models_0.ts b/clients/client-appstream/src/models/models_0.ts index 611e4d8a5d79..b9c9cbd77356 100644 --- a/clients/client-appstream/src/models/models_0.ts +++ b/clients/client-appstream/src/models/models_0.ts @@ -531,6 +531,7 @@ export type AppBlockBuilderAttribute = (typeof AppBlockBuilderAttribute)[keyof t */ export const PlatformType = { AMAZON_LINUX2: "AMAZON_LINUX2", + RHEL8: "RHEL8", WINDOWS: "WINDOWS", WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016", WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019", @@ -2253,7 +2254,7 @@ export interface CreateFleetRequest { /** *

The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

- *

Specify a value between 60 and 360000.

+ *

Specify a value between 60 and 36000.

* @public */ DisconnectTimeoutInSeconds?: number; @@ -2303,7 +2304,7 @@ export interface CreateFleetRequest { * and pixels changing do not qualify as user activity. If users continue to be idle after * the time interval in IdleDisconnectTimeoutInSeconds elapses, they are * disconnected.

- *

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.

+ *

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.

* *

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

*
@@ -2574,7 +2575,7 @@ export interface Fleet { /** *

The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

- *

Specify a value between 60 and 360000.

+ *

Specify a value between 60 and 36000.

* @public */ DisconnectTimeoutInSeconds?: number; @@ -2626,7 +2627,7 @@ export interface Fleet { * and pixels changing do not qualify as user activity. If users continue to be idle after * the time interval in IdleDisconnectTimeoutInSeconds elapses, they are * disconnected.

- *

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.

+ *

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.

* *

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

*
@@ -3315,7 +3316,6 @@ export interface UserSetting { *

Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.

*

This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions.

*

This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can't be specified when the permission is DISABLED.

- *

This can only be specified for AlwaysOn and OnDemand fleets. The attribute is not supported on Elastic fleets.

*

The value can be between 1 and 20,971,520 (20 MB).

* @public */ @@ -6116,7 +6116,7 @@ export interface UpdateFleetRequest { /** *

The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

- *

Specify a value between 60 and 360000.

+ *

Specify a value between 60 and 36000.

* @public */ DisconnectTimeoutInSeconds?: number; @@ -6164,7 +6164,7 @@ export interface UpdateFleetRequest { * and pixels changing do not qualify as user activity. If users continue to be idle after * the time interval in IdleDisconnectTimeoutInSeconds elapses, they are * disconnected.

- *

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.

+ *

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.

* *

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

*
diff --git a/codegen/sdk-codegen/aws-models/appstream.json b/codegen/sdk-codegen/aws-models/appstream.json index 210a178f1cdf..906d9cff9880 100644 --- a/codegen/sdk-codegen/aws-models/appstream.json +++ b/codegen/sdk-codegen/aws-models/appstream.json @@ -1,10337 +1,10356 @@ { - "smithy": "2.0", - "metadata": { - "suppressions": [ - { - "id": "HttpMethodSemantics", - "namespace": "*" - }, - { - "id": "HttpResponseCodeSemantics", - "namespace": "*" - }, - { - "id": "PaginatedTrait", - "namespace": "*" - }, - { - "id": "HttpHeaderTrait", - "namespace": "*" - }, - { - "id": "HttpUriConflict", - "namespace": "*" - }, - { - "id": "Service", - "namespace": "*" - } - ] + "smithy": "2.0", + "metadata": { + "suppressions": [ + { + "id": "HttpMethodSemantics", + "namespace": "*" + }, + { + "id": "HttpResponseCodeSemantics", + "namespace": "*" + }, + { + "id": "PaginatedTrait", + "namespace": "*" + }, + { + "id": "HttpHeaderTrait", + "namespace": "*" + }, + { + "id": "HttpUriConflict", + "namespace": "*" + }, + { + "id": "Service", + "namespace": "*" + } + ] + }, + "shapes": { + "com.amazonaws.appstream#AccessEndpoint": { + "type": "structure", + "members": { + "EndpointType": { + "target": "com.amazonaws.appstream#AccessEndpointType", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The type of interface endpoint.

", + "smithy.api#required": {} + } + }, + "VpceId": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The identifier (ID) of the VPC in which the interface endpoint is used.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.

" + } }, - "shapes": { - "com.amazonaws.appstream#AccessEndpoint": { - "type": "structure", - "members": { - "EndpointType": { - "target": "com.amazonaws.appstream#AccessEndpointType", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The type of interface endpoint.

", - "smithy.api#required": {} - } - }, - "VpceId": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The identifier (ID) of the VPC in which the interface endpoint is used.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.

" - } + "com.amazonaws.appstream#AccessEndpointList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#AccessEndpoint" + }, + "traits": { + "smithy.api#length": { + "min": 1, + "max": 4 + } + } + }, + "com.amazonaws.appstream#AccessEndpointType": { + "type": "enum", + "members": { + "STREAMING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STREAMING" + } + } + } + }, + "com.amazonaws.appstream#AccountName": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 1 + }, + "smithy.api#sensitive": {} + } + }, + "com.amazonaws.appstream#AccountPassword": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 1, + "max": 127 + }, + "smithy.api#sensitive": {} + } + }, + "com.amazonaws.appstream#Action": { + "type": "enum", + "members": { + "CLIPBOARD_COPY_FROM_LOCAL_DEVICE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "CLIPBOARD_COPY_FROM_LOCAL_DEVICE" + } + }, + "CLIPBOARD_COPY_TO_LOCAL_DEVICE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "CLIPBOARD_COPY_TO_LOCAL_DEVICE" + } + }, + "FILE_UPLOAD": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "FILE_UPLOAD" + } + }, + "FILE_DOWNLOAD": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "FILE_DOWNLOAD" + } + }, + "PRINTING_TO_LOCAL_DEVICE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "PRINTING_TO_LOCAL_DEVICE" + } + }, + "DOMAIN_PASSWORD_SIGNIN": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_PASSWORD_SIGNIN" + } + }, + "DOMAIN_SMART_CARD_SIGNIN": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_SMART_CARD_SIGNIN" + } + } + } + }, + "com.amazonaws.appstream#AppBlock": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the app block.

", + "smithy.api#required": {} + } + }, + "Arn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The ARN of the app block.

", + "smithy.api#required": {} + } + }, + "Description": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The description of the app block.

" + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The display name of the app block.

" + } + }, + "SourceS3Location": { + "target": "com.amazonaws.appstream#S3Location", + "traits": { + "smithy.api#documentation": "

The source S3 location of the app block.

" + } + }, + "SetupScriptDetails": { + "target": "com.amazonaws.appstream#ScriptDetails", + "traits": { + "smithy.api#documentation": "

The setup script details of the app block.

\n

This only applies to app blocks with PackagingType CUSTOM.

" + } + }, + "CreatedTime": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The created time of the app block.

" + } + }, + "PostSetupScriptDetails": { + "target": "com.amazonaws.appstream#ScriptDetails", + "traits": { + "smithy.api#documentation": "

The post setup script details of the app block.

\n

This only applies to app blocks with PackagingType APPSTREAM2.

" + } + }, + "PackagingType": { + "target": "com.amazonaws.appstream#PackagingType", + "traits": { + "smithy.api#documentation": "

The packaging type of the app block.

" + } + }, + "State": { + "target": "com.amazonaws.appstream#AppBlockState", + "traits": { + "smithy.api#documentation": "

The state of the app block.

\n

An app block with AppStream 2.0 packaging will be in the INACTIVE state\n if no application package (VHD) is assigned to it. After an application package (VHD) is\n created by an app block builder for an app block, it becomes ACTIVE.

\n

Custom app blocks are always in the ACTIVE state and no action is required to use them.

" + } + }, + "AppBlockErrors": { + "target": "com.amazonaws.appstream#ErrorDetailsList", + "traits": { + "smithy.api#documentation": "

The errors of the app block.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes an app block.

\n

App blocks are an Amazon AppStream 2.0 resource that stores the details about the\n virtual hard disk in an S3 bucket. It also stores the setup script with details about\n how to mount the virtual hard disk. The virtual hard disk includes the application\n binaries and other files necessary to launch your applications. Multiple applications\n can be assigned to a single app block.

\n

This is only supported for Elastic fleets.

" + } + }, + "com.amazonaws.appstream#AppBlockBuilder": { + "type": "structure", + "members": { + "Arn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The ARN of the app block builder.

", + "smithy.api#required": {} + } + }, + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the app block builder.

", + "smithy.api#required": {} + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The display name of the app block builder.

" + } + }, + "Description": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The description of the app block builder.

" + } + }, + "Platform": { + "target": "com.amazonaws.appstream#AppBlockBuilderPlatformType", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The platform of the app block builder.

\n

\n WINDOWS_SERVER_2019 is the only valid value.

", + "smithy.api#required": {} + } + }, + "InstanceType": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The instance type of the app block builder.

", + "smithy.api#required": {} + } + }, + "EnableDefaultInternetAccess": { + "target": "com.amazonaws.appstream#BooleanObject", + "traits": { + "smithy.api#documentation": "

Indicates whether default internet access is enabled for the app block builder.

" + } + }, + "IamRoleArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the IAM role that is applied to the app block builder.

" + } + }, + "VpcConfig": { + "target": "com.amazonaws.appstream#VpcConfig", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The VPC configuration for the app block builder.

", + "smithy.api#required": {} + } + }, + "State": { + "target": "com.amazonaws.appstream#AppBlockBuilderState", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The state of the app block builder.

", + "smithy.api#required": {} + } + }, + "CreatedTime": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The creation time of the app block builder.

" + } + }, + "AppBlockBuilderErrors": { + "target": "com.amazonaws.appstream#ResourceErrors", + "traits": { + "smithy.api#documentation": "

The app block builder errors.

" + } + }, + "StateChangeReason": { + "target": "com.amazonaws.appstream#AppBlockBuilderStateChangeReason", + "traits": { + "smithy.api#documentation": "

The state change reason.

" + } + }, + "AccessEndpoints": { + "target": "com.amazonaws.appstream#AccessEndpointList", + "traits": { + "smithy.api#documentation": "

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes an app block builder.

" + } + }, + "com.amazonaws.appstream#AppBlockBuilderAppBlockAssociation": { + "type": "structure", + "members": { + "AppBlockArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The ARN of the app block.

", + "smithy.api#required": {} + } + }, + "AppBlockBuilderName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the app block builder.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes an association between an app block builder and app block.

" + } + }, + "com.amazonaws.appstream#AppBlockBuilderAppBlockAssociationsList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#AppBlockBuilderAppBlockAssociation" + }, + "traits": { + "smithy.api#length": { + "min": 1, + "max": 25 + } + } + }, + "com.amazonaws.appstream#AppBlockBuilderAttribute": { + "type": "enum", + "members": { + "IAM_ROLE_ARN": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IAM_ROLE_ARN" + } + }, + "ACCESS_ENDPOINTS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ACCESS_ENDPOINTS" + } + }, + "VPC_CONFIGURATION_SECURITY_GROUP_IDS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "VPC_CONFIGURATION_SECURITY_GROUP_IDS" + } + } + } + }, + "com.amazonaws.appstream#AppBlockBuilderAttributes": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#AppBlockBuilderAttribute" + } + }, + "com.amazonaws.appstream#AppBlockBuilderList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#AppBlockBuilder" + } + }, + "com.amazonaws.appstream#AppBlockBuilderPlatformType": { + "type": "enum", + "members": { + "WINDOWS_SERVER_2019": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "WINDOWS_SERVER_2019" + } + } + } + }, + "com.amazonaws.appstream#AppBlockBuilderState": { + "type": "enum", + "members": { + "STARTING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STARTING" + } + }, + "RUNNING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "RUNNING" + } + }, + "STOPPING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STOPPING" + } + }, + "STOPPED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STOPPED" + } + } + } + }, + "com.amazonaws.appstream#AppBlockBuilderStateChangeReason": { + "type": "structure", + "members": { + "Code": { + "target": "com.amazonaws.appstream#AppBlockBuilderStateChangeReasonCode", + "traits": { + "smithy.api#documentation": "

The state change reason code.

" + } + }, + "Message": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The state change reason message.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the reason why the last app block builder state change occurred.

" + } + }, + "com.amazonaws.appstream#AppBlockBuilderStateChangeReasonCode": { + "type": "enum", + "members": { + "INTERNAL_ERROR": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "INTERNAL_ERROR" + } + } + } + }, + "com.amazonaws.appstream#AppBlockState": { + "type": "enum", + "members": { + "INACTIVE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "INACTIVE" + } + }, + "ACTIVE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ACTIVE" + } + } + } + }, + "com.amazonaws.appstream#AppBlocks": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#AppBlock" + } + }, + "com.amazonaws.appstream#AppVisibility": { + "type": "enum", + "members": { + "ALL": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ALL" + } + }, + "ASSOCIATED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ASSOCIATED" + } + } + } + }, + "com.amazonaws.appstream#Application": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The name of the application.

" + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The application name to display.

" + } + }, + "IconURL": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The URL for the application icon. This URL might be time-limited.

" + } + }, + "LaunchPath": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The path to the application executable in the instance.

" + } + }, + "LaunchParameters": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The arguments that are passed to the application at launch.

" + } + }, + "Enabled": { + "target": "com.amazonaws.appstream#Boolean", + "traits": { + "smithy.api#documentation": "

If there is a problem, the application can be disabled after image creation.

" + } + }, + "Metadata": { + "target": "com.amazonaws.appstream#Metadata", + "traits": { + "smithy.api#documentation": "

Additional attributes that describe the application.

" + } + }, + "WorkingDirectory": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The working directory for the application.

" + } + }, + "Description": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The description of the application.

" + } + }, + "Arn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the application.

" + } + }, + "AppBlockArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The app block ARN of the application.

" + } + }, + "IconS3Location": { + "target": "com.amazonaws.appstream#S3Location", + "traits": { + "smithy.api#documentation": "

The S3 location of the application icon.

" + } + }, + "Platforms": { + "target": "com.amazonaws.appstream#Platforms", + "traits": { + "smithy.api#documentation": "

The platforms on which the application can run.

" + } + }, + "InstanceFamilies": { + "target": "com.amazonaws.appstream#StringList", + "traits": { + "smithy.api#documentation": "

The instance families for the application.

" + } + }, + "CreatedTime": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The time at which the application was created within the app block.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes an application in the application catalog.

" + } + }, + "com.amazonaws.appstream#ApplicationAttribute": { + "type": "enum", + "members": { + "LAUNCH_PARAMETERS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "LAUNCH_PARAMETERS" + } + }, + "WORKING_DIRECTORY": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "WORKING_DIRECTORY" + } + } + } + }, + "com.amazonaws.appstream#ApplicationAttributes": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#ApplicationAttribute" + }, + "traits": { + "smithy.api#length": { + "min": 0, + "max": 2 + } + } + }, + "com.amazonaws.appstream#ApplicationFleetAssociation": { + "type": "structure", + "members": { + "FleetName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the fleet associated with the application.

", + "smithy.api#required": {} + } + }, + "ApplicationArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The ARN of the application associated with the fleet.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the application fleet association.

" + } + }, + "com.amazonaws.appstream#ApplicationFleetAssociationList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#ApplicationFleetAssociation" + }, + "traits": { + "smithy.api#length": { + "min": 1, + "max": 25 + } + } + }, + "com.amazonaws.appstream#ApplicationSettings": { + "type": "structure", + "members": { + "Enabled": { + "target": "com.amazonaws.appstream#Boolean", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

Enables or disables persistent application settings for users during their streaming sessions.

", + "smithy.api#required": {} + } + }, + "SettingsGroup": { + "target": "com.amazonaws.appstream#SettingsGroup", + "traits": { + "smithy.api#documentation": "

The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

The persistent application settings for users of a stack.

" + } + }, + "com.amazonaws.appstream#ApplicationSettingsResponse": { + "type": "structure", + "members": { + "Enabled": { + "target": "com.amazonaws.appstream#Boolean", + "traits": { + "smithy.api#documentation": "

Specifies whether persistent application settings are enabled for users during their streaming sessions.

" + } + }, + "SettingsGroup": { + "target": "com.amazonaws.appstream#SettingsGroup", + "traits": { + "smithy.api#documentation": "

The path prefix for the S3 bucket where users’ persistent application settings are stored.

" + } + }, + "S3BucketName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region. \n

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the persistent application settings for users of a stack.

" + } + }, + "com.amazonaws.appstream#Applications": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#Application" + } + }, + "com.amazonaws.appstream#AppstreamAgentVersion": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 1, + "max": 100 + } + } + }, + "com.amazonaws.appstream#Arn": { + "type": "string", + "traits": { + "smithy.api#pattern": "^arn:aws(?:\\-cn|\\-iso\\-b|\\-iso|\\-us\\-gov)?:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.\\\\-]{0,1023}$" + } + }, + "com.amazonaws.appstream#ArnList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#Arn" + } + }, + "com.amazonaws.appstream#AssociateAppBlockBuilderAppBlock": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#AssociateAppBlockBuilderAppBlockRequest" + }, + "output": { + "target": "com.amazonaws.appstream#AssociateAppBlockBuilderAppBlockResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Associates the specified app block builder with the specified app block.

" + } + }, + "com.amazonaws.appstream#AssociateAppBlockBuilderAppBlockRequest": { + "type": "structure", + "members": { + "AppBlockArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The ARN of the app block.

", + "smithy.api#required": {} + } + }, + "AppBlockBuilderName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the app block builder.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#AssociateAppBlockBuilderAppBlockResult": { + "type": "structure", + "members": { + "AppBlockBuilderAppBlockAssociation": { + "target": "com.amazonaws.appstream#AppBlockBuilderAppBlockAssociation", + "traits": { + "smithy.api#documentation": "

The list of app block builders associated with app blocks.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#AssociateApplicationFleet": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#AssociateApplicationFleetRequest" + }, + "output": { + "target": "com.amazonaws.appstream#AssociateApplicationFleetResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Associates the specified application with the specified fleet. This is only supported for Elastic fleets.

" + } + }, + "com.amazonaws.appstream#AssociateApplicationFleetRequest": { + "type": "structure", + "members": { + "FleetName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the fleet.

", + "smithy.api#required": {} + } + }, + "ApplicationArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The ARN of the application.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#AssociateApplicationFleetResult": { + "type": "structure", + "members": { + "ApplicationFleetAssociation": { + "target": "com.amazonaws.appstream#ApplicationFleetAssociation", + "traits": { + "smithy.api#documentation": "

If fleet name is specified, this returns the list of applications that are associated\n to it. If application ARN is specified, this returns the list of fleets to which it is\n associated.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#AssociateApplicationToEntitlement": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#AssociateApplicationToEntitlementRequest" + }, + "output": { + "target": "com.amazonaws.appstream#AssociateApplicationToEntitlementResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#EntitlementNotFoundException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Associates an application to entitle.

" + } + }, + "com.amazonaws.appstream#AssociateApplicationToEntitlementRequest": { + "type": "structure", + "members": { + "StackName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack.

", + "smithy.api#required": {} + } + }, + "EntitlementName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the entitlement.

", + "smithy.api#required": {} + } + }, + "ApplicationIdentifier": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The identifier of the application.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#AssociateApplicationToEntitlementResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#AssociateFleet": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#AssociateFleetRequest" + }, + "output": { + "target": "com.amazonaws.appstream#AssociateFleetResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#IncompatibleImageException" + }, + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Associates the specified fleet with the specified stack.

" + } + }, + "com.amazonaws.appstream#AssociateFleetRequest": { + "type": "structure", + "members": { + "FleetName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the fleet.

", + "smithy.api#required": {} + } + }, + "StackName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#AssociateFleetResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#AuthenticationType": { + "type": "enum", + "members": { + "API": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "API" + } + }, + "SAML": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SAML" + } + }, + "USERPOOL": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "USERPOOL" + } + }, + "AWS_AD": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_AD" + } + } + } + }, + "com.amazonaws.appstream#AwsAccountId": { + "type": "string", + "traits": { + "smithy.api#pattern": "^\\d+$" + } + }, + "com.amazonaws.appstream#AwsAccountIdList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#AwsAccountId" + }, + "traits": { + "smithy.api#length": { + "min": 1, + "max": 5 + } + } + }, + "com.amazonaws.appstream#BatchAssociateUserStack": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#BatchAssociateUserStackRequest" + }, + "output": { + "target": "com.amazonaws.appstream#BatchAssociateUserStackResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + } + ], + "traits": { + "smithy.api#documentation": "

Associates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.

" + } + }, + "com.amazonaws.appstream#BatchAssociateUserStackRequest": { + "type": "structure", + "members": { + "UserStackAssociations": { + "target": "com.amazonaws.appstream#UserStackAssociationList", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The list of UserStackAssociation objects.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#BatchAssociateUserStackResult": { + "type": "structure", + "members": { + "errors": { + "target": "com.amazonaws.appstream#UserStackAssociationErrorList", + "traits": { + "smithy.api#documentation": "

The list of UserStackAssociationError objects.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#BatchDisassociateUserStack": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#BatchDisassociateUserStackRequest" + }, + "output": { + "target": "com.amazonaws.appstream#BatchDisassociateUserStackResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + } + ], + "traits": { + "smithy.api#documentation": "

Disassociates the specified users from the specified stacks.

" + } + }, + "com.amazonaws.appstream#BatchDisassociateUserStackRequest": { + "type": "structure", + "members": { + "UserStackAssociations": { + "target": "com.amazonaws.appstream#UserStackAssociationList", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The list of UserStackAssociation objects.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#BatchDisassociateUserStackResult": { + "type": "structure", + "members": { + "errors": { + "target": "com.amazonaws.appstream#UserStackAssociationErrorList", + "traits": { + "smithy.api#documentation": "

The list of UserStackAssociationError objects.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#Boolean": { + "type": "boolean" + }, + "com.amazonaws.appstream#BooleanObject": { + "type": "boolean" + }, + "com.amazonaws.appstream#CertificateBasedAuthProperties": { + "type": "structure", + "members": { + "Status": { + "target": "com.amazonaws.appstream#CertificateBasedAuthStatus", + "traits": { + "smithy.api#documentation": "

The status of the certificate-based authentication properties.

" + } + }, + "CertificateAuthorityArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the AWS Certificate Manager Private CA resource.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

The certificate-based authentication properties used to authenticate SAML 2.0 Identity\n Provider (IdP) user identities to Active Directory domain-joined streaming instances.\n Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD\n domain password if certificate-based authentication is unsuccessful, or to unlock a\n desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based\n authentication, but does not allow users to log in using their AD domain password. Users\n will be disconnected to re-authenticate using certificates.

" + } + }, + "com.amazonaws.appstream#CertificateBasedAuthStatus": { + "type": "enum", + "members": { + "DISABLED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DISABLED" + } + }, + "ENABLED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ENABLED" + } + }, + "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK" + } + } + } + }, + "com.amazonaws.appstream#ComputeCapacity": { + "type": "structure", + "members": { + "DesiredInstances": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The desired number of streaming instances.

" + } + }, + "DesiredSessions": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets.

\n

When you create a fleet, you must set either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You can’t define both attributes or leave both attributes blank.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the capacity for a fleet.

" + } + }, + "com.amazonaws.appstream#ComputeCapacityStatus": { + "type": "structure", + "members": { + "Desired": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The desired number of streaming instances.

", + "smithy.api#required": {} + } + }, + "Running": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The total number of simultaneous streaming instances that are running.

" + } + }, + "InUse": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The number of instances in use for streaming.

" + } + }, + "Available": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The number of currently available instances that can be used to stream\n sessions.

" + } + }, + "DesiredUserSessions": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your fleet can support in a steady state.

\n

DesiredUserSessionCapacity = ActualUserSessionCapacity + PendingUserSessionCapacity

\n

This only applies to multi-session fleets.

" + } + }, + "AvailableUserSessions": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The number of idle session slots currently available for user sessions.

\n

AvailableUserSessionCapacity = ActualUserSessionCapacity - ActiveUserSessions

\n

This only applies to multi-session fleets.

" + } + }, + "ActiveUserSessions": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The number of user sessions currently being used for streaming sessions. This only applies to multi-session fleets.

" + } + }, + "ActualUserSessions": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The total number of session slots that are available for streaming or are currently streaming.

\n

ActualUserSessionCapacity = AvailableUserSessionCapacity + ActiveUserSessions

\n

This only applies to multi-session fleets.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the capacity status for a fleet.

" + } + }, + "com.amazonaws.appstream#ConcurrentModificationException": { + "type": "structure", + "members": { + "Message": { + "target": "com.amazonaws.appstream#ErrorMessage" + } + }, + "traits": { + "smithy.api#documentation": "

An API error occurred. Wait a few minutes and try again.

", + "smithy.api#error": "client", + "smithy.api#httpError": 400 + } + }, + "com.amazonaws.appstream#CopyImage": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CopyImageRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CopyImageResponse" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#IncompatibleImageException" + }, + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotAvailableException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.

" + } + }, + "com.amazonaws.appstream#CopyImageRequest": { + "type": "structure", + "members": { + "SourceImageName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the image to copy.

", + "smithy.api#required": {} + } + }, + "DestinationImageName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name that the image will have when it is copied to the destination.

", + "smithy.api#required": {} + } + }, + "DestinationRegion": { + "target": "com.amazonaws.appstream#RegionName", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.

", + "smithy.api#required": {} + } + }, + "DestinationImageDescription": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description that the image will have when it is copied to the destination.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CopyImageResponse": { + "type": "structure", + "members": { + "DestinationImageName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#documentation": "

The name of the destination image.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#CreateAppBlock": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CreateAppBlockRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CreateAppBlockResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" + } + ], + "traits": { + "smithy.api#documentation": "

Creates an app block.

\n

App blocks are an Amazon AppStream 2.0 resource that stores the details about the\n virtual hard disk in an S3 bucket. It also stores the setup script with details about\n how to mount the virtual hard disk. The virtual hard disk includes the application\n binaries and other files necessary to launch your applications. Multiple applications\n can be assigned to a single app block.

\n

This is only supported for Elastic fleets.

" + } + }, + "com.amazonaws.appstream#CreateAppBlockBuilder": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CreateAppBlockBuilderRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CreateAppBlockBuilderResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" }, - "com.amazonaws.appstream#AccessEndpointList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#AccessEndpoint" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 4 - } - } + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" }, - "com.amazonaws.appstream#AccessEndpointType": { - "type": "enum", - "members": { - "STREAMING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STREAMING" - } - } - } + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" }, - "com.amazonaws.appstream#AccountName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1 - }, - "smithy.api#sensitive": {} - } + { + "target": "com.amazonaws.appstream#InvalidRoleException" }, - "com.amazonaws.appstream#AccountPassword": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 127 - }, - "smithy.api#sensitive": {} - } + { + "target": "com.amazonaws.appstream#LimitExceededException" }, - "com.amazonaws.appstream#Action": { - "type": "enum", - "members": { - "CLIPBOARD_COPY_FROM_LOCAL_DEVICE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CLIPBOARD_COPY_FROM_LOCAL_DEVICE" - } - }, - "CLIPBOARD_COPY_TO_LOCAL_DEVICE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CLIPBOARD_COPY_TO_LOCAL_DEVICE" - } - }, - "FILE_UPLOAD": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FILE_UPLOAD" - } - }, - "FILE_DOWNLOAD": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FILE_DOWNLOAD" - } - }, - "PRINTING_TO_LOCAL_DEVICE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PRINTING_TO_LOCAL_DEVICE" - } - }, - "DOMAIN_PASSWORD_SIGNIN": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_PASSWORD_SIGNIN" - } - }, - "DOMAIN_SMART_CARD_SIGNIN": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_SMART_CARD_SIGNIN" - } - } - } + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" }, - "com.amazonaws.appstream#AppBlock": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the app block.

", - "smithy.api#required": {} - } - }, - "Arn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The ARN of the app block.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The description of the app block.

" - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The display name of the app block.

" - } - }, - "SourceS3Location": { - "target": "com.amazonaws.appstream#S3Location", - "traits": { - "smithy.api#documentation": "

The source S3 location of the app block.

" - } - }, - "SetupScriptDetails": { - "target": "com.amazonaws.appstream#ScriptDetails", - "traits": { - "smithy.api#documentation": "

The setup script details of the app block.

\n

This only applies to app blocks with PackagingType CUSTOM.

" - } - }, - "CreatedTime": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The created time of the app block.

" - } - }, - "PostSetupScriptDetails": { - "target": "com.amazonaws.appstream#ScriptDetails", - "traits": { - "smithy.api#documentation": "

The post setup script details of the app block.

\n

This only applies to app blocks with PackagingType APPSTREAM2.

" - } - }, - "PackagingType": { - "target": "com.amazonaws.appstream#PackagingType", - "traits": { - "smithy.api#documentation": "

The packaging type of the app block.

" - } - }, - "State": { - "target": "com.amazonaws.appstream#AppBlockState", - "traits": { - "smithy.api#documentation": "

The state of the app block.

\n

An app block with AppStream 2.0 packaging will be in the INACTIVE state\n if no application package (VHD) is assigned to it. After an application package (VHD) is\n created by an app block builder for an app block, it becomes ACTIVE.

\n

Custom app blocks are always in the ACTIVE state and no action is required to use them.

" - } - }, - "AppBlockErrors": { - "target": "com.amazonaws.appstream#ErrorDetailsList", - "traits": { - "smithy.api#documentation": "

The errors of the app block.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an app block.

\n

App blocks are an Amazon AppStream 2.0 resource that stores the details about the\n virtual hard disk in an S3 bucket. It also stores the setup script with details about\n how to mount the virtual hard disk. The virtual hard disk includes the application\n binaries and other files necessary to launch your applications. Multiple applications\n can be assigned to a single app block.

\n

This is only supported for Elastic fleets.

" - } + { + "target": "com.amazonaws.appstream#RequestLimitExceededException" }, - "com.amazonaws.appstream#AppBlockBuilder": { - "type": "structure", - "members": { - "Arn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The ARN of the app block builder.

", - "smithy.api#required": {} - } - }, - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the app block builder.

", - "smithy.api#required": {} - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The display name of the app block builder.

" - } - }, - "Description": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The description of the app block builder.

" - } - }, - "Platform": { - "target": "com.amazonaws.appstream#AppBlockBuilderPlatformType", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The platform of the app block builder.

\n

\n WINDOWS_SERVER_2019 is the only valid value.

", - "smithy.api#required": {} - } - }, - "InstanceType": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The instance type of the app block builder.

", - "smithy.api#required": {} - } - }, - "EnableDefaultInternetAccess": { - "target": "com.amazonaws.appstream#BooleanObject", - "traits": { - "smithy.api#documentation": "

Indicates whether default internet access is enabled for the app block builder.

" - } - }, - "IamRoleArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the IAM role that is applied to the app block builder.

" - } - }, - "VpcConfig": { - "target": "com.amazonaws.appstream#VpcConfig", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The VPC configuration for the app block builder.

", - "smithy.api#required": {} - } - }, - "State": { - "target": "com.amazonaws.appstream#AppBlockBuilderState", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The state of the app block builder.

", - "smithy.api#required": {} - } - }, - "CreatedTime": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The creation time of the app block builder.

" - } - }, - "AppBlockBuilderErrors": { - "target": "com.amazonaws.appstream#ResourceErrors", - "traits": { - "smithy.api#documentation": "

The app block builder errors.

" - } - }, - "StateChangeReason": { - "target": "com.amazonaws.appstream#AppBlockBuilderStateChangeReason", - "traits": { - "smithy.api#documentation": "

The state change reason.

" - } - }, - "AccessEndpoints": { - "target": "com.amazonaws.appstream#AccessEndpointList", - "traits": { - "smithy.api#documentation": "

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an app block builder.

" - } + { + "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" }, - "com.amazonaws.appstream#AppBlockBuilderAppBlockAssociation": { - "type": "structure", - "members": { - "AppBlockArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The ARN of the app block.

", - "smithy.api#required": {} - } - }, - "AppBlockBuilderName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the app block builder.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an association between an app block builder and app block.

" - } + { + "target": "com.amazonaws.appstream#ResourceNotAvailableException" }, - "com.amazonaws.appstream#AppBlockBuilderAppBlockAssociationsList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#AppBlockBuilderAppBlockAssociation" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 25 - } - } + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Creates an app block builder.

" + } + }, + "com.amazonaws.appstream#CreateAppBlockBuilderRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The unique name for the app block builder.

", + "smithy.api#required": {} + } + }, + "Description": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description of the app block builder.

" + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#DisplayName", + "traits": { + "smithy.api#documentation": "

The display name of the app block builder.

" + } + }, + "Tags": { + "target": "com.amazonaws.appstream#Tags", + "traits": { + "smithy.api#documentation": "

The tags to associate with the app block builder. A tag is a key-value pair, and the\n value is optional. For example, Environment=Test. If you do not specify a value,\n Environment=.

\n

If you do not specify a value, the value is set to an empty string.

\n

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

\n

_ . : / = + \\ - @

\n

For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "Platform": { + "target": "com.amazonaws.appstream#AppBlockBuilderPlatformType", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The platform of the app block builder.

\n

\n WINDOWS_SERVER_2019 is the only valid value.

", + "smithy.api#required": {} + } + }, + "InstanceType": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The instance type to use when launching the app block builder. The following instance\n types are available:

\n ", + "smithy.api#required": {} + } + }, + "VpcConfig": { + "target": "com.amazonaws.appstream#VpcConfig", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The VPC configuration for the app block builder.

\n

App block builders require that you specify at least two subnets in different availability\n zones.

", + "smithy.api#required": {} + } + }, + "EnableDefaultInternetAccess": { + "target": "com.amazonaws.appstream#BooleanObject", + "traits": { + "smithy.api#documentation": "

Enables or disables default internet access for the app block builder.

" + } + }, + "IamRoleArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To\n assume a role, the app block builder calls the AWS Security Token Service (STS)\n AssumeRole API operation and passes the ARN of the role to use. The\n operation creates a new session with temporary credentials. AppStream 2.0 retrieves the\n temporary credentials and creates the appstream_machine_role credential profile on the instance.

\n

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "AccessEndpoints": { + "target": "com.amazonaws.appstream#AccessEndpointList", + "traits": { + "smithy.api#documentation": "

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CreateAppBlockBuilderResult": { + "type": "structure", + "members": { + "AppBlockBuilder": { + "target": "com.amazonaws.appstream#AppBlockBuilder" + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#CreateAppBlockBuilderStreamingURL": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CreateAppBlockBuilderStreamingURLRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CreateAppBlockBuilderStreamingURLResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Creates a URL to start a create app block builder streaming session.

" + } + }, + "com.amazonaws.appstream#CreateAppBlockBuilderStreamingURLRequest": { + "type": "structure", + "members": { + "AppBlockBuilderName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the app block builder.

", + "smithy.api#required": {} + } + }, + "Validity": { + "target": "com.amazonaws.appstream#Long", + "traits": { + "smithy.api#documentation": "

The time that the streaming URL will be valid, in seconds. \n Specify a value between 1 and 604800 seconds. The default is 3600 seconds.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CreateAppBlockBuilderStreamingURLResult": { + "type": "structure", + "members": { + "StreamingURL": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The URL to start the streaming session.

" + } + }, + "Expires": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The elapsed time, in seconds after the Unix epoch, when this URL expires.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#CreateAppBlockRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the app block.

", + "smithy.api#required": {} + } + }, + "Description": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description of the app block.

" + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#DisplayName", + "traits": { + "smithy.api#documentation": "

The display name of the app block. This is not displayed to the user.

" + } + }, + "SourceS3Location": { + "target": "com.amazonaws.appstream#S3Location", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The source S3 location of the app block.

", + "smithy.api#required": {} + } + }, + "SetupScriptDetails": { + "target": "com.amazonaws.appstream#ScriptDetails", + "traits": { + "smithy.api#documentation": "

The setup script details of the app block. This must be provided for the\n CUSTOM PackagingType.

" + } + }, + "Tags": { + "target": "com.amazonaws.appstream#Tags", + "traits": { + "smithy.api#documentation": "

The tags assigned to the app block.

" + } + }, + "PostSetupScriptDetails": { + "target": "com.amazonaws.appstream#ScriptDetails", + "traits": { + "smithy.api#documentation": "

The post setup script details of the app block. This can only be provided for the\n APPSTREAM2 PackagingType.

" + } + }, + "PackagingType": { + "target": "com.amazonaws.appstream#PackagingType", + "traits": { + "smithy.api#documentation": "

The packaging type of the app block.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CreateAppBlockResult": { + "type": "structure", + "members": { + "AppBlock": { + "target": "com.amazonaws.appstream#AppBlock", + "traits": { + "smithy.api#documentation": "

The app block.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#CreateApplication": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CreateApplicationRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CreateApplicationResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Creates an application.

\n

Applications are an Amazon AppStream 2.0 resource that stores the details about how to\n launch applications on Elastic fleet streaming instances. An application consists of the\n launch details, icon, and display name. Applications are associated with an app block\n that contains the application binaries and other files. The applications assigned to an\n Elastic fleet are the applications users can launch.

\n

This is only supported for Elastic fleets.

" + } + }, + "com.amazonaws.appstream#CreateApplicationRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the application. This name is visible to users when display name is not specified.

", + "smithy.api#required": {} + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#DisplayName", + "traits": { + "smithy.api#documentation": "

The display name of the application. This name is visible to users in the application catalog.

" + } + }, + "Description": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description of the application.

" + } + }, + "IconS3Location": { + "target": "com.amazonaws.appstream#S3Location", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The location in S3 of the application icon.

", + "smithy.api#required": {} + } + }, + "LaunchPath": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The launch path of the application.

", + "smithy.api#required": {} + } + }, + "WorkingDirectory": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The working directory of the application.

" + } + }, + "LaunchParameters": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The launch parameters of the application.

" + } + }, + "Platforms": { + "target": "com.amazonaws.appstream#Platforms", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.

", + "smithy.api#required": {} + } + }, + "InstanceFamilies": { + "target": "com.amazonaws.appstream#StringList", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The instance families the application supports. Valid values are GENERAL_PURPOSE and GRAPHICS_G4.

", + "smithy.api#required": {} + } + }, + "AppBlockArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The app block ARN to which the application should be associated

", + "smithy.api#required": {} + } + }, + "Tags": { + "target": "com.amazonaws.appstream#Tags", + "traits": { + "smithy.api#documentation": "

The tags assigned to the application.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CreateApplicationResult": { + "type": "structure", + "members": { + "Application": { + "target": "com.amazonaws.appstream#Application" + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#CreateDirectoryConfig": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CreateDirectoryConfigRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CreateDirectoryConfigResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" + }, + { + "target": "com.amazonaws.appstream#InvalidRoleException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Creates a Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

" + } + }, + "com.amazonaws.appstream#CreateDirectoryConfigRequest": { + "type": "structure", + "members": { + "DirectoryName": { + "target": "com.amazonaws.appstream#DirectoryName", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The fully qualified name of the directory (for example, corp.example.com).

", + "smithy.api#required": {} + } + }, + "OrganizationalUnitDistinguishedNames": { + "target": "com.amazonaws.appstream#OrganizationalUnitDistinguishedNamesList", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The distinguished names of the organizational units for computer accounts.

", + "smithy.api#required": {} + } + }, + "ServiceAccountCredentials": { + "target": "com.amazonaws.appstream#ServiceAccountCredentials", + "traits": { + "smithy.api#documentation": "

The credentials for the service account used by the fleet or image builder to connect to the directory.

" + } + }, + "CertificateBasedAuthProperties": { + "target": "com.amazonaws.appstream#CertificateBasedAuthProperties", + "traits": { + "smithy.api#documentation": "

The certificate-based authentication properties used to authenticate SAML 2.0 Identity\n Provider (IdP) user identities to Active Directory domain-joined streaming instances.\n Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD\n domain password if certificate-based authentication is unsuccessful, or to unlock a\n desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based\n authentication, but does not allow users to log in using their AD domain password. Users\n will be disconnected to re-authenticate using certificates.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CreateDirectoryConfigResult": { + "type": "structure", + "members": { + "DirectoryConfig": { + "target": "com.amazonaws.appstream#DirectoryConfig", + "traits": { + "smithy.api#documentation": "

Information about the directory configuration.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#CreateEntitlement": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CreateEntitlementRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CreateEntitlementResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#EntitlementAlreadyExistsException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Creates a new entitlement. Entitlements control access to specific applications within\n a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user\n identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all\n applications in a stack. Entitlements don't apply to the desktop stream view\n application, or to applications managed by a dynamic app provider using the Dynamic\n Application Framework.

" + } + }, + "com.amazonaws.appstream#CreateEntitlementRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the entitlement.

", + "smithy.api#required": {} + } + }, + "StackName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack with which the entitlement is associated.

", + "smithy.api#required": {} + } + }, + "Description": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description of the entitlement.

" + } + }, + "AppVisibility": { + "target": "com.amazonaws.appstream#AppVisibility", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

Specifies whether all or selected apps are entitled.

", + "smithy.api#required": {} + } + }, + "Attributes": { + "target": "com.amazonaws.appstream#EntitlementAttributeList", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The attributes of the entitlement.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CreateEntitlementResult": { + "type": "structure", + "members": { + "Entitlement": { + "target": "com.amazonaws.appstream#Entitlement", + "traits": { + "smithy.api#documentation": "

The entitlement.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#CreateFleet": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CreateFleetRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CreateFleetResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" }, - "com.amazonaws.appstream#AppBlockBuilderAttribute": { - "type": "enum", - "members": { - "IAM_ROLE_ARN": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IAM_ROLE_ARN" - } - }, - "ACCESS_ENDPOINTS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ACCESS_ENDPOINTS" - } - }, - "VPC_CONFIGURATION_SECURITY_GROUP_IDS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "VPC_CONFIGURATION_SECURITY_GROUP_IDS" - } - } - } - }, - "com.amazonaws.appstream#AppBlockBuilderAttributes": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#AppBlockBuilderAttribute" - } - }, - "com.amazonaws.appstream#AppBlockBuilderList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#AppBlockBuilder" - } - }, - "com.amazonaws.appstream#AppBlockBuilderPlatformType": { - "type": "enum", - "members": { - "WINDOWS_SERVER_2019": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "WINDOWS_SERVER_2019" - } - } - } - }, - "com.amazonaws.appstream#AppBlockBuilderState": { - "type": "enum", - "members": { - "STARTING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STARTING" - } - }, - "RUNNING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "RUNNING" - } - }, - "STOPPING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STOPPING" - } - }, - "STOPPED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STOPPED" - } - } - } - }, - "com.amazonaws.appstream#AppBlockBuilderStateChangeReason": { - "type": "structure", - "members": { - "Code": { - "target": "com.amazonaws.appstream#AppBlockBuilderStateChangeReasonCode", - "traits": { - "smithy.api#documentation": "

The state change reason code.

" - } - }, - "Message": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The state change reason message.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the reason why the last app block builder state change occurred.

" - } - }, - "com.amazonaws.appstream#AppBlockBuilderStateChangeReasonCode": { - "type": "enum", - "members": { - "INTERNAL_ERROR": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INTERNAL_ERROR" - } - } - } - }, - "com.amazonaws.appstream#AppBlockState": { - "type": "enum", - "members": { - "INACTIVE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INACTIVE" - } - }, - "ACTIVE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ACTIVE" - } - } - } - }, - "com.amazonaws.appstream#AppBlocks": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#AppBlock" - } - }, - "com.amazonaws.appstream#AppVisibility": { - "type": "enum", - "members": { - "ALL": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ALL" - } - }, - "ASSOCIATED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ASSOCIATED" - } - } - } - }, - "com.amazonaws.appstream#Application": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The name of the application.

" - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The application name to display.

" - } - }, - "IconURL": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The URL for the application icon. This URL might be time-limited.

" - } - }, - "LaunchPath": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The path to the application executable in the instance.

" - } - }, - "LaunchParameters": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The arguments that are passed to the application at launch.

" - } - }, - "Enabled": { - "target": "com.amazonaws.appstream#Boolean", - "traits": { - "smithy.api#documentation": "

If there is a problem, the application can be disabled after image creation.

" - } - }, - "Metadata": { - "target": "com.amazonaws.appstream#Metadata", - "traits": { - "smithy.api#documentation": "

Additional attributes that describe the application.

" - } - }, - "WorkingDirectory": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The working directory for the application.

" - } - }, - "Description": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The description of the application.

" - } - }, - "Arn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the application.

" - } - }, - "AppBlockArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The app block ARN of the application.

" - } - }, - "IconS3Location": { - "target": "com.amazonaws.appstream#S3Location", - "traits": { - "smithy.api#documentation": "

The S3 location of the application icon.

" - } - }, - "Platforms": { - "target": "com.amazonaws.appstream#Platforms", - "traits": { - "smithy.api#documentation": "

The platforms on which the application can run.

" - } - }, - "InstanceFamilies": { - "target": "com.amazonaws.appstream#StringList", - "traits": { - "smithy.api#documentation": "

The instance families for the application.

" - } - }, - "CreatedTime": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The time at which the application was created within the app block.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an application in the application catalog.

" - } - }, - "com.amazonaws.appstream#ApplicationAttribute": { - "type": "enum", - "members": { - "LAUNCH_PARAMETERS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "LAUNCH_PARAMETERS" - } - }, - "WORKING_DIRECTORY": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "WORKING_DIRECTORY" - } - } - } - }, - "com.amazonaws.appstream#ApplicationAttributes": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#ApplicationAttribute" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 2 - } - } - }, - "com.amazonaws.appstream#ApplicationFleetAssociation": { - "type": "structure", - "members": { - "FleetName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the fleet associated with the application.

", - "smithy.api#required": {} - } - }, - "ApplicationArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The ARN of the application associated with the fleet.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the application fleet association.

" - } - }, - "com.amazonaws.appstream#ApplicationFleetAssociationList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#ApplicationFleetAssociation" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 25 - } - } - }, - "com.amazonaws.appstream#ApplicationSettings": { - "type": "structure", - "members": { - "Enabled": { - "target": "com.amazonaws.appstream#Boolean", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

Enables or disables persistent application settings for users during their streaming sessions.

", - "smithy.api#required": {} - } - }, - "SettingsGroup": { - "target": "com.amazonaws.appstream#SettingsGroup", - "traits": { - "smithy.api#documentation": "

The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The persistent application settings for users of a stack.

" - } - }, - "com.amazonaws.appstream#ApplicationSettingsResponse": { - "type": "structure", - "members": { - "Enabled": { - "target": "com.amazonaws.appstream#Boolean", - "traits": { - "smithy.api#documentation": "

Specifies whether persistent application settings are enabled for users during their streaming sessions.

" - } - }, - "SettingsGroup": { - "target": "com.amazonaws.appstream#SettingsGroup", - "traits": { - "smithy.api#documentation": "

The path prefix for the S3 bucket where users’ persistent application settings are stored.

" - } - }, - "S3BucketName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region. \n

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the persistent application settings for users of a stack.

" - } - }, - "com.amazonaws.appstream#Applications": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#Application" - } - }, - "com.amazonaws.appstream#AppstreamAgentVersion": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - } - } - }, - "com.amazonaws.appstream#Arn": { - "type": "string", - "traits": { - "smithy.api#pattern": "^arn:aws(?:\\-cn|\\-iso\\-b|\\-iso|\\-us\\-gov)?:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.\\\\-]{0,1023}$" - } + { + "target": "com.amazonaws.appstream#IncompatibleImageException" }, - "com.amazonaws.appstream#ArnList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#Arn" - } - }, - "com.amazonaws.appstream#AssociateAppBlockBuilderAppBlock": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#AssociateAppBlockBuilderAppBlockRequest" - }, - "output": { - "target": "com.amazonaws.appstream#AssociateAppBlockBuilderAppBlockResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Associates the specified app block builder with the specified app block.

" - } + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" }, - "com.amazonaws.appstream#AssociateAppBlockBuilderAppBlockRequest": { - "type": "structure", - "members": { - "AppBlockArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The ARN of the app block.

", - "smithy.api#required": {} - } - }, - "AppBlockBuilderName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the app block builder.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" }, - "com.amazonaws.appstream#AssociateAppBlockBuilderAppBlockResult": { - "type": "structure", - "members": { - "AppBlockBuilderAppBlockAssociation": { - "target": "com.amazonaws.appstream#AppBlockBuilderAppBlockAssociation", - "traits": { - "smithy.api#documentation": "

The list of app block builders associated with app blocks.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#InvalidRoleException" }, - "com.amazonaws.appstream#AssociateApplicationFleet": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#AssociateApplicationFleetRequest" - }, - "output": { - "target": "com.amazonaws.appstream#AssociateApplicationFleetResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Associates the specified application with the specified fleet. This is only supported for Elastic fleets.

" - } + { + "target": "com.amazonaws.appstream#LimitExceededException" }, - "com.amazonaws.appstream#AssociateApplicationFleetRequest": { - "type": "structure", - "members": { - "FleetName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the fleet.

", - "smithy.api#required": {} - } - }, - "ApplicationArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The ARN of the application.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" }, - "com.amazonaws.appstream#AssociateApplicationFleetResult": { - "type": "structure", - "members": { - "ApplicationFleetAssociation": { - "target": "com.amazonaws.appstream#ApplicationFleetAssociation", - "traits": { - "smithy.api#documentation": "

If fleet name is specified, this returns the list of applications that are associated\n to it. If application ARN is specified, this returns the list of fleets to which it is\n associated.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#RequestLimitExceededException" }, - "com.amazonaws.appstream#AssociateApplicationToEntitlement": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#AssociateApplicationToEntitlementRequest" - }, - "output": { - "target": "com.amazonaws.appstream#AssociateApplicationToEntitlementResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#EntitlementNotFoundException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Associates an application to entitle.

" - } + { + "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" }, - "com.amazonaws.appstream#AssociateApplicationToEntitlementRequest": { - "type": "structure", - "members": { - "StackName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack.

", - "smithy.api#required": {} - } - }, - "EntitlementName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the entitlement.

", - "smithy.api#required": {} - } - }, - "ApplicationIdentifier": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The identifier of the application.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#ResourceNotAvailableException" }, - "com.amazonaws.appstream#AssociateApplicationToEntitlementResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Creates a fleet. A fleet consists of streaming instances that your users access for their applications and desktops.

" + } + }, + "com.amazonaws.appstream#CreateFleetRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

A unique name for the fleet.

", + "smithy.api#required": {} + } + }, + "ImageName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#documentation": "

The name of the image used to create the fleet.

" + } + }, + "ImageArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the public, private, or shared image to use.

" + } + }, + "InstanceType": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The instance type to use when launching fleet instances. The following instance types are available:

\n \n

The following instance types are available for Elastic fleets:

\n ", + "smithy.api#required": {} + } + }, + "FleetType": { + "target": "com.amazonaws.appstream#FleetType", + "traits": { + "smithy.api#documentation": "

The fleet type.

\n
\n
ALWAYS_ON
\n
\n

Provides users with instant-on access to their apps.\n You are charged for all running instances in your fleet, even if no users are streaming apps.

\n
\n
ON_DEMAND
\n
\n

Provide users with access to applications after they connect, which takes one to two minutes.\n You are charged for instance streaming when users are connected and a\n small hourly fee for instances that are not streaming apps.

\n
\n
" + } + }, + "ComputeCapacity": { + "target": "com.amazonaws.appstream#ComputeCapacity", + "traits": { + "smithy.api#documentation": "

The desired capacity for the fleet. This is not allowed for Elastic fleets. For Elastic fleets, specify MaxConcurrentSessions instead.

" + } + }, + "VpcConfig": { + "target": "com.amazonaws.appstream#VpcConfig", + "traits": { + "smithy.api#documentation": "

The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.

" + } + }, + "MaxUserDurationInSeconds": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

\n

Specify a value between 600 and 432000.

" + } + }, + "DisconnectTimeoutInSeconds": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

\n

Specify a value between 60 and 36000.

" + } + }, + "Description": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description to display.

" + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#DisplayName", + "traits": { + "smithy.api#documentation": "

The fleet name to display.

" + } + }, + "EnableDefaultInternetAccess": { + "target": "com.amazonaws.appstream#BooleanObject", + "traits": { + "smithy.api#documentation": "

Enables or disables default internet access for the fleet.

" + } + }, + "DomainJoinInfo": { + "target": "com.amazonaws.appstream#DomainJoinInfo", + "traits": { + "smithy.api#documentation": "

The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. This is not allowed for Elastic fleets.

" + } + }, + "Tags": { + "target": "com.amazonaws.appstream#Tags", + "traits": { + "smithy.api#documentation": "

The tags to associate with the fleet. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

\n

If you do not specify a value, the value is set to an empty string.

\n

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

\n

_ . : / = + \\ - @

\n

For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "IdleDisconnectTimeoutInSeconds": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The amount of time that users can be idle (inactive) before they are disconnected\n from their streaming session and the DisconnectTimeoutInSeconds time\n interval begins. Users are notified before they are disconnected due to inactivity. If\n they try to reconnect to the streaming session before the time interval specified in\n DisconnectTimeoutInSeconds elapses, they are connected to their\n previous session. Users are considered idle when they stop providing keyboard or mouse\n input during their streaming session. File uploads and downloads, audio in, audio out,\n and pixels changing do not qualify as user activity. If users continue to be idle after\n the time interval in IdleDisconnectTimeoutInSeconds elapses, they are\n disconnected.

\n

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.

\n \n

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

\n
" + } + }, + "IamRoleArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

\n

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "StreamView": { + "target": "com.amazonaws.appstream#StreamView", + "traits": { + "smithy.api#documentation": "

The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

\n

The default value is APP.

" + } + }, + "Platform": { + "target": "com.amazonaws.appstream#PlatformType", + "traits": { + "smithy.api#documentation": "

The fleet platform. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic\n fleets.

" + } + }, + "MaxConcurrentSessions": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum concurrent sessions of the Elastic fleet. This is required for Elastic\n fleets, and not allowed for other fleet types.

" + } + }, + "UsbDeviceFilterStrings": { + "target": "com.amazonaws.appstream#UsbDeviceFilterStrings", + "traits": { + "smithy.api#documentation": "

The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.

" + } + }, + "SessionScriptS3Location": { + "target": "com.amazonaws.appstream#S3Location", + "traits": { + "smithy.api#documentation": "

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

" + } + }, + "MaxSessionsPerInstance": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum number of user sessions on an instance. This only applies to multi-session fleets.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CreateFleetResult": { + "type": "structure", + "members": { + "Fleet": { + "target": "com.amazonaws.appstream#Fleet", + "traits": { + "smithy.api#documentation": "

Information about the fleet.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#CreateImageBuilder": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CreateImageBuilderRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CreateImageBuilderResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" }, - "com.amazonaws.appstream#AssociateFleet": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#AssociateFleetRequest" - }, - "output": { - "target": "com.amazonaws.appstream#AssociateFleetResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#IncompatibleImageException" - }, - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Associates the specified fleet with the specified stack.

" - } + { + "target": "com.amazonaws.appstream#IncompatibleImageException" }, - "com.amazonaws.appstream#AssociateFleetRequest": { - "type": "structure", - "members": { - "FleetName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the fleet.

", - "smithy.api#required": {} - } - }, - "StackName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" }, - "com.amazonaws.appstream#AssociateFleetResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" }, - "com.amazonaws.appstream#AuthenticationType": { - "type": "enum", - "members": { - "API": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "API" - } - }, - "SAML": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SAML" - } - }, - "USERPOOL": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "USERPOOL" - } - }, - "AWS_AD": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "AWS_AD" - } - } - } + { + "target": "com.amazonaws.appstream#InvalidRoleException" }, - "com.amazonaws.appstream#AwsAccountId": { - "type": "string", - "traits": { - "smithy.api#pattern": "^\\d+$" - } + { + "target": "com.amazonaws.appstream#LimitExceededException" }, - "com.amazonaws.appstream#AwsAccountIdList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#AwsAccountId" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 5 - } - } + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" }, - "com.amazonaws.appstream#BatchAssociateUserStack": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#BatchAssociateUserStackRequest" - }, - "output": { - "target": "com.amazonaws.appstream#BatchAssociateUserStackResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - } - ], - "traits": { - "smithy.api#documentation": "

Associates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.

" - } + { + "target": "com.amazonaws.appstream#RequestLimitExceededException" }, - "com.amazonaws.appstream#BatchAssociateUserStackRequest": { - "type": "structure", - "members": { - "UserStackAssociations": { - "target": "com.amazonaws.appstream#UserStackAssociationList", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The list of UserStackAssociation objects.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" }, - "com.amazonaws.appstream#BatchAssociateUserStackResult": { - "type": "structure", - "members": { - "errors": { - "target": "com.amazonaws.appstream#UserStackAssociationErrorList", - "traits": { - "smithy.api#documentation": "

The list of UserStackAssociationError objects.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#ResourceNotAvailableException" }, - "com.amazonaws.appstream#BatchDisassociateUserStack": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#BatchDisassociateUserStackRequest" - }, - "output": { - "target": "com.amazonaws.appstream#BatchDisassociateUserStackResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - } - ], - "traits": { - "smithy.api#documentation": "

Disassociates the specified users from the specified stacks.

" - } - }, - "com.amazonaws.appstream#BatchDisassociateUserStackRequest": { - "type": "structure", - "members": { - "UserStackAssociations": { - "target": "com.amazonaws.appstream#UserStackAssociationList", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The list of UserStackAssociation objects.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#BatchDisassociateUserStackResult": { - "type": "structure", - "members": { - "errors": { - "target": "com.amazonaws.appstream#UserStackAssociationErrorList", - "traits": { - "smithy.api#documentation": "

The list of UserStackAssociationError objects.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#Boolean": { - "type": "boolean" - }, - "com.amazonaws.appstream#BooleanObject": { - "type": "boolean" - }, - "com.amazonaws.appstream#CertificateBasedAuthProperties": { - "type": "structure", - "members": { - "Status": { - "target": "com.amazonaws.appstream#CertificateBasedAuthStatus", - "traits": { - "smithy.api#documentation": "

The status of the certificate-based authentication properties.

" - } - }, - "CertificateAuthorityArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the AWS Certificate Manager Private CA resource.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The certificate-based authentication properties used to authenticate SAML 2.0 Identity\n Provider (IdP) user identities to Active Directory domain-joined streaming instances.\n Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD\n domain password if certificate-based authentication is unsuccessful, or to unlock a\n desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based\n authentication, but does not allow users to log in using their AD domain password. Users\n will be disconnected to re-authenticate using certificates.

" - } - }, - "com.amazonaws.appstream#CertificateBasedAuthStatus": { - "type": "enum", - "members": { - "DISABLED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DISABLED" - } - }, - "ENABLED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ENABLED" - } - }, - "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK" - } - } - } - }, - "com.amazonaws.appstream#ComputeCapacity": { - "type": "structure", - "members": { - "DesiredInstances": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The desired number of streaming instances.

" - } - }, - "DesiredSessions": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets.

\n

When you create a fleet, you must set either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You can’t define both attributes or leave both attributes blank.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the capacity for a fleet.

" - } - }, - "com.amazonaws.appstream#ComputeCapacityStatus": { - "type": "structure", - "members": { - "Desired": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The desired number of streaming instances.

", - "smithy.api#required": {} - } - }, - "Running": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The total number of simultaneous streaming instances that are running.

" - } - }, - "InUse": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The number of instances in use for streaming.

" - } - }, - "Available": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The number of currently available instances that can be used to stream\n sessions.

" - } - }, - "DesiredUserSessions": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your fleet can support in a steady state.

\n

DesiredUserSessionCapacity = ActualUserSessionCapacity + PendingUserSessionCapacity

\n

This only applies to multi-session fleets.

" - } - }, - "AvailableUserSessions": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The number of idle session slots currently available for user sessions.

\n

AvailableUserSessionCapacity = ActualUserSessionCapacity - ActiveUserSessions

\n

This only applies to multi-session fleets.

" - } - }, - "ActiveUserSessions": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The number of user sessions currently being used for streaming sessions. This only applies to multi-session fleets.

" - } - }, - "ActualUserSessions": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The total number of session slots that are available for streaming or are currently streaming.

\n

ActualUserSessionCapacity = AvailableUserSessionCapacity + ActiveUserSessions

\n

This only applies to multi-session fleets.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the capacity status for a fleet.

" - } - }, - "com.amazonaws.appstream#ConcurrentModificationException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.appstream#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

An API error occurred. Wait a few minutes and try again.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.appstream#CopyImage": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CopyImageRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CopyImageResponse" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#IncompatibleImageException" - }, - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotAvailableException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Creates an image builder. An image builder is a virtual machine that is used to create an image.

\n

The initial state of the builder is PENDING. When it is ready, the state is RUNNING.

" + } + }, + "com.amazonaws.appstream#CreateImageBuilderRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

A unique name for the image builder.

", + "smithy.api#required": {} + } + }, + "ImageName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The name of the image used to create the image builder.

" + } + }, + "ImageArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the public, private, or shared image to use.

" + } + }, + "InstanceType": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The instance type to use when launching the image builder. The following instance types are available:

\n ", + "smithy.api#required": {} + } + }, + "Description": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description to display.

" + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#DisplayName", + "traits": { + "smithy.api#documentation": "

The image builder name to display.

" + } + }, + "VpcConfig": { + "target": "com.amazonaws.appstream#VpcConfig", + "traits": { + "smithy.api#documentation": "

The VPC configuration for the image builder. You can specify only one subnet.

" + } + }, + "IamRoleArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to apply to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

\n

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "EnableDefaultInternetAccess": { + "target": "com.amazonaws.appstream#BooleanObject", + "traits": { + "smithy.api#documentation": "

Enables or disables default internet access for the image builder.

" + } + }, + "DomainJoinInfo": { + "target": "com.amazonaws.appstream#DomainJoinInfo", + "traits": { + "smithy.api#documentation": "

The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.

" + } + }, + "AppstreamAgentVersion": { + "target": "com.amazonaws.appstream#AppstreamAgentVersion", + "traits": { + "smithy.api#documentation": "

The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].

" + } + }, + "Tags": { + "target": "com.amazonaws.appstream#Tags", + "traits": { + "smithy.api#documentation": "

The tags to associate with the image builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

\n

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

\n

_ . : / = + \\ - @

\n

If you do not specify a value, the value is set to an empty string.

\n

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "AccessEndpoints": { + "target": "com.amazonaws.appstream#AccessEndpointList", + "traits": { + "smithy.api#documentation": "

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the image builder only through the specified endpoints.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CreateImageBuilderResult": { + "type": "structure", + "members": { + "ImageBuilder": { + "target": "com.amazonaws.appstream#ImageBuilder", + "traits": { + "smithy.api#documentation": "

Information about the image builder.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#CreateImageBuilderStreamingURL": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CreateImageBuilderStreamingURLRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CreateImageBuilderStreamingURLResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Creates a URL to start an image builder streaming session.

" + } + }, + "com.amazonaws.appstream#CreateImageBuilderStreamingURLRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the image builder.

", + "smithy.api#required": {} + } + }, + "Validity": { + "target": "com.amazonaws.appstream#Long", + "traits": { + "smithy.api#documentation": "

The time that the streaming URL will be valid, in seconds. \n Specify a value between 1 and 604800 seconds. The default is 3600 seconds.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CreateImageBuilderStreamingURLResult": { + "type": "structure", + "members": { + "StreamingURL": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The URL to start the AppStream 2.0 streaming session.

" + } + }, + "Expires": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The elapsed time, in seconds after the Unix epoch, when this URL expires.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#CreateStack": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CreateStackRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CreateStackResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" + }, + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + }, + { + "target": "com.amazonaws.appstream#InvalidRoleException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.

" + } + }, + "com.amazonaws.appstream#CreateStackRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack.

", + "smithy.api#required": {} + } + }, + "Description": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description to display.

" + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#DisplayName", + "traits": { + "smithy.api#documentation": "

The stack name to display.

" + } + }, + "StorageConnectors": { + "target": "com.amazonaws.appstream#StorageConnectorList", + "traits": { + "smithy.api#documentation": "

The storage connectors to enable.

" + } + }, + "RedirectURL": { + "target": "com.amazonaws.appstream#RedirectURL", + "traits": { + "smithy.api#documentation": "

The URL that users are redirected to after their streaming session ends.

" + } + }, + "FeedbackURL": { + "target": "com.amazonaws.appstream#FeedbackURL", + "traits": { + "smithy.api#documentation": "

The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

" + } + }, + "UserSettings": { + "target": "com.amazonaws.appstream#UserSettingList", + "traits": { + "smithy.api#documentation": "

The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

" + } + }, + "ApplicationSettings": { + "target": "com.amazonaws.appstream#ApplicationSettings", + "traits": { + "smithy.api#documentation": "

The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.

" + } + }, + "Tags": { + "target": "com.amazonaws.appstream#Tags", + "traits": { + "smithy.api#documentation": "

The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

\n

If you do not specify a value, the value is set to an empty string.

\n

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

\n

_ . : / = + \\ - @

\n

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "AccessEndpoints": { + "target": "com.amazonaws.appstream#AccessEndpointList", + "traits": { + "smithy.api#documentation": "

The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

" + } + }, + "EmbedHostDomains": { + "target": "com.amazonaws.appstream#EmbedHostDomains", + "traits": { + "smithy.api#documentation": "

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

" + } + }, + "StreamingExperienceSettings": { + "target": "com.amazonaws.appstream#StreamingExperienceSettings", + "traits": { + "smithy.api#documentation": "

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CreateStackResult": { + "type": "structure", + "members": { + "Stack": { + "target": "com.amazonaws.appstream#Stack", + "traits": { + "smithy.api#documentation": "

Information about the stack.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#CreateStreamingURL": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CreateStreamingURLRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CreateStreamingURLResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotAvailableException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup.

" + } + }, + "com.amazonaws.appstream#CreateStreamingURLRequest": { + "type": "structure", + "members": { + "StackName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack.

", + "smithy.api#required": {} + } + }, + "FleetName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the fleet.

", + "smithy.api#required": {} + } + }, + "UserId": { + "target": "com.amazonaws.appstream#StreamingUrlUserId", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The identifier of the user.

", + "smithy.api#required": {} + } + }, + "ApplicationId": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The name of the application to launch after the session starts. This is the name that you specified\n as Name in the Image Assistant. If your fleet is enabled for the Desktop stream view, you can also choose to launch directly to the operating system desktop. To do so, specify Desktop.

" + } + }, + "Validity": { + "target": "com.amazonaws.appstream#Long", + "traits": { + "smithy.api#documentation": "

The time that the streaming URL will be valid, in seconds.\n Specify a value between 1 and 604800 seconds. The default is 60 seconds.

" + } + }, + "SessionContext": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CreateStreamingURLResult": { + "type": "structure", + "members": { + "StreamingURL": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The URL to start the AppStream 2.0 streaming session.

" + } + }, + "Expires": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The elapsed time, in seconds after the Unix epoch, when this URL expires.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#CreateUpdatedImage": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CreateUpdatedImageRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CreateUpdatedImageResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#IncompatibleImageException" + }, + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.

\n

For more information, see the \"Update an Image by Using\n Managed AppStream 2.0 Image Updates\" section in Administer Your AppStream 2.0 Images, in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "com.amazonaws.appstream#CreateUpdatedImageRequest": { + "type": "structure", + "members": { + "existingImageName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the image to update.

", + "smithy.api#required": {} + } + }, + "newImageName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the new image. The name must be unique within the AWS account and Region.

", + "smithy.api#required": {} + } + }, + "newImageDescription": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description to display for the new image.

" + } + }, + "newImageDisplayName": { + "target": "com.amazonaws.appstream#DisplayName", + "traits": { + "smithy.api#documentation": "

The name to display for the new image.

" + } + }, + "newImageTags": { + "target": "com.amazonaws.appstream#Tags", + "traits": { + "smithy.api#documentation": "

The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

\n

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

\n

_ . : / = + \\ - @

\n

If you do not specify a value, the value is set to an empty string.

\n

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "dryRun": { + "target": "com.amazonaws.appstream#Boolean", + "traits": { + "smithy.api#documentation": "

Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process of creating a new updated image. If this value is set to true, AppStream 2.0 displays whether image updates are available. If this value is set to false, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CreateUpdatedImageResult": { + "type": "structure", + "members": { + "image": { + "target": "com.amazonaws.appstream#Image" + }, + "canUpdateImage": { + "target": "com.amazonaws.appstream#Boolean", + "traits": { + "smithy.api#documentation": "

Indicates whether a new image can be created.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#CreateUsageReportSubscription": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CreateUsageReportSubscriptionRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CreateUsageReportSubscriptionResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" + }, + { + "target": "com.amazonaws.appstream#InvalidRoleException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + } + ], + "traits": { + "smithy.api#documentation": "

Creates a usage report subscription. Usage reports are generated daily.

" + } + }, + "com.amazonaws.appstream#CreateUsageReportSubscriptionRequest": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CreateUsageReportSubscriptionResult": { + "type": "structure", + "members": { + "S3BucketName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The Amazon S3 bucket where generated reports are stored.

\n

If you enabled on-instance session scripts and Amazon S3 logging for your session script\n configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is\n unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0\n uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, \n when you enable usage reports, AppStream 2.0 creates a new S3 bucket.

" + } + }, + "Schedule": { + "target": "com.amazonaws.appstream#UsageReportSchedule", + "traits": { + "smithy.api#documentation": "

The schedule for generating usage reports.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#CreateUser": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#CreateUserRequest" + }, + "output": { + "target": "com.amazonaws.appstream#CreateUserResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" + }, + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" + } + ], + "traits": { + "smithy.api#documentation": "

Creates a new user in the user pool.

" + } + }, + "com.amazonaws.appstream#CreateUserRequest": { + "type": "structure", + "members": { + "UserName": { + "target": "com.amazonaws.appstream#Username", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The email address of the user.

\n \n

Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a \"user does not exist\" error message displays.

\n
", + "smithy.api#required": {} + } + }, + "MessageAction": { + "target": "com.amazonaws.appstream#MessageAction", + "traits": { + "smithy.api#documentation": "

The action to take for the welcome email that is sent to a user after the user is created in the user pool. If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent.

\n \n

The temporary password in the welcome email is valid for only 7 days. If users don’t set their passwords within 7 days, you must send them a new welcome email.

\n
" + } + }, + "FirstName": { + "target": "com.amazonaws.appstream#UserAttributeValue", + "traits": { + "smithy.api#documentation": "

The first name, or given name, of the user.

" + } + }, + "LastName": { + "target": "com.amazonaws.appstream#UserAttributeValue", + "traits": { + "smithy.api#documentation": "

The last name, or surname, of the user.

" + } + }, + "AuthenticationType": { + "target": "com.amazonaws.appstream#AuthenticationType", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The authentication type for the user. You must specify USERPOOL.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#CreateUserResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DeleteAppBlock": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DeleteAppBlockRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DeleteAppBlockResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#ResourceInUseException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Deletes an app block.

" + } + }, + "com.amazonaws.appstream#DeleteAppBlockBuilder": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DeleteAppBlockBuilderRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DeleteAppBlockBuilderResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceInUseException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Deletes an app block builder.

\n

An app block builder can only be deleted when it has no association with an app\n block.

" + } + }, + "com.amazonaws.appstream#DeleteAppBlockBuilderRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the app block builder.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DeleteAppBlockBuilderResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DeleteAppBlockRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the app block.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DeleteAppBlockResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DeleteApplication": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DeleteApplicationRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DeleteApplicationResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceInUseException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Deletes an application.

" + } + }, + "com.amazonaws.appstream#DeleteApplicationRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the application.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DeleteApplicationResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DeleteDirectoryConfig": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DeleteDirectoryConfigRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DeleteDirectoryConfigResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ResourceInUseException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.

" + } + }, + "com.amazonaws.appstream#DeleteDirectoryConfigRequest": { + "type": "structure", + "members": { + "DirectoryName": { + "target": "com.amazonaws.appstream#DirectoryName", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the directory configuration.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DeleteDirectoryConfigResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DeleteEntitlement": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DeleteEntitlementRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DeleteEntitlementResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#EntitlementNotFoundException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Deletes the specified entitlement.

" + } + }, + "com.amazonaws.appstream#DeleteEntitlementRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the entitlement.

", + "smithy.api#required": {} + } + }, + "StackName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack with which the entitlement is associated.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DeleteEntitlementResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DeleteFleet": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DeleteFleetRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DeleteFleetResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#ResourceInUseException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Deletes the specified fleet.

" + } + }, + "com.amazonaws.appstream#DeleteFleetRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the fleet.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DeleteFleetResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DeleteImage": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DeleteImageRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DeleteImageResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceInUseException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Deletes the specified image. You cannot delete an image when it is in use. \n After you delete an image, you cannot provision new capacity using the image.

" + } + }, + "com.amazonaws.appstream#DeleteImageBuilder": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DeleteImageBuilderRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DeleteImageBuilderResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Deletes the specified image builder and releases the capacity.

" + } + }, + "com.amazonaws.appstream#DeleteImageBuilderRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the image builder.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DeleteImageBuilderResult": { + "type": "structure", + "members": { + "ImageBuilder": { + "target": "com.amazonaws.appstream#ImageBuilder", + "traits": { + "smithy.api#documentation": "

Information about the image builder.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DeleteImagePermissions": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DeleteImagePermissionsRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DeleteImagePermissionsResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ResourceNotAvailableException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.

" + } + }, + "com.amazonaws.appstream#DeleteImagePermissionsRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the private image.

", + "smithy.api#required": {} + } + }, + "SharedAccountId": { + "target": "com.amazonaws.appstream#AwsAccountId", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The 12-digit identifier of the AWS account for which to delete image permissions.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DeleteImagePermissionsResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DeleteImageRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the image.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DeleteImageResult": { + "type": "structure", + "members": { + "Image": { + "target": "com.amazonaws.appstream#Image", + "traits": { + "smithy.api#documentation": "

Information about the image.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DeleteStack": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DeleteStackRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DeleteStackResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceInUseException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.

" + } + }, + "com.amazonaws.appstream#DeleteStackRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DeleteStackResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DeleteUsageReportSubscription": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DeleteUsageReportSubscriptionRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DeleteUsageReportSubscriptionResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Disables usage report generation.

" + } + }, + "com.amazonaws.appstream#DeleteUsageReportSubscriptionRequest": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DeleteUsageReportSubscriptionResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DeleteUser": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DeleteUserRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DeleteUserResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Deletes a user from the user pool.

" + } + }, + "com.amazonaws.appstream#DeleteUserRequest": { + "type": "structure", + "members": { + "UserName": { + "target": "com.amazonaws.appstream#Username", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The email address of the user.

\n \n

Users' email addresses are case-sensitive.

\n
", + "smithy.api#required": {} + } + }, + "AuthenticationType": { + "target": "com.amazonaws.appstream#AuthenticationType", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The authentication type for the user. You must specify USERPOOL.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DeleteUserResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeAppBlockBuilderAppBlockAssociations": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeAppBlockBuilderAppBlockAssociationsRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeAppBlockBuilderAppBlockAssociationsResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes one or more app block builder associations.

", + "smithy.api#paginated": { + "inputToken": "NextToken", + "outputToken": "NextToken", + "pageSize": "MaxResults" + } + } + }, + "com.amazonaws.appstream#DescribeAppBlockBuilderAppBlockAssociationsRequest": { + "type": "structure", + "members": { + "AppBlockArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the app block.

" + } + }, + "AppBlockBuilderName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#documentation": "

The name of the app block builder.

" + } + }, + "MaxResults": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum size of each page of results.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeAppBlockBuilderAppBlockAssociationsResult": { + "type": "structure", + "members": { + "AppBlockBuilderAppBlockAssociations": { + "target": "com.amazonaws.appstream#AppBlockBuilderAppBlockAssociationsList", + "traits": { + "smithy.api#documentation": "

This list of app block builders associated with app blocks.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeAppBlockBuilders": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeAppBlockBuildersRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeAppBlockBuildersResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes one or more app block builders.

", + "smithy.api#paginated": { + "inputToken": "NextToken", + "outputToken": "NextToken", + "pageSize": "MaxResults" + } + } + }, + "com.amazonaws.appstream#DescribeAppBlockBuildersRequest": { + "type": "structure", + "members": { + "Names": { + "target": "com.amazonaws.appstream#StringList", + "traits": { + "smithy.api#documentation": "

The names of the app block builders.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" + } + }, + "MaxResults": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum size of each page of results. The maximum value is 25.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeAppBlockBuildersResult": { + "type": "structure", + "members": { + "AppBlockBuilders": { + "target": "com.amazonaws.appstream#AppBlockBuilderList", + "traits": { + "smithy.api#documentation": "

The list that describes one or more app block builders.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeAppBlocks": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeAppBlocksRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeAppBlocksResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes one or more app blocks.

" + } + }, + "com.amazonaws.appstream#DescribeAppBlocksRequest": { + "type": "structure", + "members": { + "Arns": { + "target": "com.amazonaws.appstream#ArnList", + "traits": { + "smithy.api#documentation": "

The ARNs of the app blocks.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" + } + }, + "MaxResults": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum size of each page of results.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeAppBlocksResult": { + "type": "structure", + "members": { + "AppBlocks": { + "target": "com.amazonaws.appstream#AppBlocks", + "traits": { + "smithy.api#documentation": "

The app blocks in the list.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeApplicationFleetAssociations": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeApplicationFleetAssociationsRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeApplicationFleetAssociationsResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.

" + } + }, + "com.amazonaws.appstream#DescribeApplicationFleetAssociationsRequest": { + "type": "structure", + "members": { + "FleetName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#documentation": "

The name of the fleet.

" + } + }, + "ApplicationArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the application.

" + } + }, + "MaxResults": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum size of each page of results.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeApplicationFleetAssociationsResult": { + "type": "structure", + "members": { + "ApplicationFleetAssociations": { + "target": "com.amazonaws.appstream#ApplicationFleetAssociationList", + "traits": { + "smithy.api#documentation": "

The application fleet associations in the list.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeApplications": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeApplicationsRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeApplicationsResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes one or more applications.

" + } + }, + "com.amazonaws.appstream#DescribeApplicationsRequest": { + "type": "structure", + "members": { + "Arns": { + "target": "com.amazonaws.appstream#ArnList", + "traits": { + "smithy.api#documentation": "

The ARNs for the applications.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" + } + }, + "MaxResults": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum size of each page of results.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeApplicationsResult": { + "type": "structure", + "members": { + "Applications": { + "target": "com.amazonaws.appstream#Applications", + "traits": { + "smithy.api#documentation": "

The applications in the list.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeDirectoryConfigs": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeDirectoryConfigsRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeDirectoryConfigsResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the configuration information required to join fleets and image builders to Microsoft Active Directory domains. \n

\n

Although the response syntax in this topic includes the account password, this password is not returned in the actual response.

" + } + }, + "com.amazonaws.appstream#DescribeDirectoryConfigsRequest": { + "type": "structure", + "members": { + "DirectoryNames": { + "target": "com.amazonaws.appstream#DirectoryNameList", + "traits": { + "smithy.api#documentation": "

The directory names.

" + } + }, + "MaxResults": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum size of each page of results.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeDirectoryConfigsResult": { + "type": "structure", + "members": { + "DirectoryConfigs": { + "target": "com.amazonaws.appstream#DirectoryConfigList", + "traits": { + "smithy.api#documentation": "

Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeEntitlements": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeEntitlementsRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeEntitlementsResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#EntitlementNotFoundException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes one of more entitlements.

" + } + }, + "com.amazonaws.appstream#DescribeEntitlementsRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#documentation": "

The name of the entitlement.

" + } + }, + "StackName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack with which the entitlement is associated.

", + "smithy.api#required": {} + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this operation.

" + } + }, + "MaxResults": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum size of each page of results.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeEntitlementsResult": { + "type": "structure", + "members": { + "Entitlements": { + "target": "com.amazonaws.appstream#EntitlementList", + "traits": { + "smithy.api#documentation": "

The entitlements.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeFleets": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeFleetsRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeFleetsResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.

", + "smithy.waiters#waitable": { + "FleetStarted": { + "acceptors": [ + { + "state": "success", + "matcher": { + "output": { + "path": "Fleets[].State", + "expected": "RUNNING", + "comparator": "allStringEquals" + } + } + }, + { + "state": "failure", + "matcher": { + "output": { + "path": "Fleets[].State", + "expected": "STOPPING", + "comparator": "anyStringEquals" + } + } + }, + { + "state": "failure", + "matcher": { + "output": { + "path": "Fleets[].State", + "expected": "STOPPED", + "comparator": "anyStringEquals" + } + } + } ], - "traits": { - "smithy.api#documentation": "

Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.

" - } - }, - "com.amazonaws.appstream#CopyImageRequest": { - "type": "structure", - "members": { - "SourceImageName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the image to copy.

", - "smithy.api#required": {} - } - }, - "DestinationImageName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name that the image will have when it is copied to the destination.

", - "smithy.api#required": {} - } - }, - "DestinationRegion": { - "target": "com.amazonaws.appstream#RegionName", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.

", - "smithy.api#required": {} - } - }, - "DestinationImageDescription": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description that the image will have when it is copied to the destination.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CopyImageResponse": { - "type": "structure", - "members": { - "DestinationImageName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#documentation": "

The name of the destination image.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#CreateAppBlock": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CreateAppBlockRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CreateAppBlockResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" - } + "minDelay": 30 + }, + "FleetStopped": { + "acceptors": [ + { + "state": "success", + "matcher": { + "output": { + "path": "Fleets[].State", + "expected": "STOPPED", + "comparator": "allStringEquals" + } + } + }, + { + "state": "failure", + "matcher": { + "output": { + "path": "Fleets[].State", + "expected": "STARTING", + "comparator": "anyStringEquals" + } + } + }, + { + "state": "failure", + "matcher": { + "output": { + "path": "Fleets[].State", + "expected": "RUNNING", + "comparator": "anyStringEquals" + } + } + } ], - "traits": { - "smithy.api#documentation": "

Creates an app block.

\n

App blocks are an Amazon AppStream 2.0 resource that stores the details about the\n virtual hard disk in an S3 bucket. It also stores the setup script with details about\n how to mount the virtual hard disk. The virtual hard disk includes the application\n binaries and other files necessary to launch your applications. Multiple applications\n can be assigned to a single app block.

\n

This is only supported for Elastic fleets.

" - } - }, - "com.amazonaws.appstream#CreateAppBlockBuilder": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CreateAppBlockBuilderRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CreateAppBlockBuilderResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#InvalidRoleException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#RequestLimitExceededException" - }, - { - "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotAvailableException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates an app block builder.

" - } - }, - "com.amazonaws.appstream#CreateAppBlockBuilderRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The unique name for the app block builder.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description of the app block builder.

" - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#DisplayName", - "traits": { - "smithy.api#documentation": "

The display name of the app block builder.

" - } - }, - "Tags": { - "target": "com.amazonaws.appstream#Tags", - "traits": { - "smithy.api#documentation": "

The tags to associate with the app block builder. A tag is a key-value pair, and the\n value is optional. For example, Environment=Test. If you do not specify a value,\n Environment=.

\n

If you do not specify a value, the value is set to an empty string.

\n

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

\n

_ . : / = + \\ - @

\n

For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" - } - }, - "Platform": { - "target": "com.amazonaws.appstream#AppBlockBuilderPlatformType", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The platform of the app block builder.

\n

\n WINDOWS_SERVER_2019 is the only valid value.

", - "smithy.api#required": {} - } - }, - "InstanceType": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The instance type to use when launching the app block builder. The following instance\n types are available:

\n ", - "smithy.api#required": {} - } - }, - "VpcConfig": { - "target": "com.amazonaws.appstream#VpcConfig", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The VPC configuration for the app block builder.

\n

App block builders require that you specify at least two subnets in different availability\n zones.

", - "smithy.api#required": {} - } - }, - "EnableDefaultInternetAccess": { - "target": "com.amazonaws.appstream#BooleanObject", - "traits": { - "smithy.api#documentation": "

Enables or disables default internet access for the app block builder.

" - } - }, - "IamRoleArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To\n assume a role, the app block builder calls the AWS Security Token Service (STS)\n AssumeRole API operation and passes the ARN of the role to use. The\n operation creates a new session with temporary credentials. AppStream 2.0 retrieves the\n temporary credentials and creates the appstream_machine_role credential profile on the instance.

\n

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

" - } - }, - "AccessEndpoints": { - "target": "com.amazonaws.appstream#AccessEndpointList", - "traits": { - "smithy.api#documentation": "

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CreateAppBlockBuilderResult": { - "type": "structure", - "members": { - "AppBlockBuilder": { - "target": "com.amazonaws.appstream#AppBlockBuilder" - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#CreateAppBlockBuilderStreamingURL": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CreateAppBlockBuilderStreamingURLRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CreateAppBlockBuilderStreamingURLResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a URL to start a create app block builder streaming session.

" - } - }, - "com.amazonaws.appstream#CreateAppBlockBuilderStreamingURLRequest": { - "type": "structure", - "members": { - "AppBlockBuilderName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the app block builder.

", - "smithy.api#required": {} - } - }, - "Validity": { - "target": "com.amazonaws.appstream#Long", - "traits": { - "smithy.api#documentation": "

The time that the streaming URL will be valid, in seconds. \n Specify a value between 1 and 604800 seconds. The default is 3600 seconds.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CreateAppBlockBuilderStreamingURLResult": { - "type": "structure", - "members": { - "StreamingURL": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The URL to start the streaming session.

" - } - }, - "Expires": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The elapsed time, in seconds after the Unix epoch, when this URL expires.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#CreateAppBlockRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the app block.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description of the app block.

" - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#DisplayName", - "traits": { - "smithy.api#documentation": "

The display name of the app block. This is not displayed to the user.

" - } - }, - "SourceS3Location": { - "target": "com.amazonaws.appstream#S3Location", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The source S3 location of the app block.

", - "smithy.api#required": {} - } - }, - "SetupScriptDetails": { - "target": "com.amazonaws.appstream#ScriptDetails", - "traits": { - "smithy.api#documentation": "

The setup script details of the app block. This must be provided for the\n CUSTOM PackagingType.

" - } - }, - "Tags": { - "target": "com.amazonaws.appstream#Tags", - "traits": { - "smithy.api#documentation": "

The tags assigned to the app block.

" - } - }, - "PostSetupScriptDetails": { - "target": "com.amazonaws.appstream#ScriptDetails", - "traits": { - "smithy.api#documentation": "

The post setup script details of the app block. This can only be provided for the\n APPSTREAM2 PackagingType.

" - } - }, - "PackagingType": { - "target": "com.amazonaws.appstream#PackagingType", - "traits": { - "smithy.api#documentation": "

The packaging type of the app block.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CreateAppBlockResult": { - "type": "structure", - "members": { - "AppBlock": { - "target": "com.amazonaws.appstream#AppBlock", - "traits": { - "smithy.api#documentation": "

The app block.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#CreateApplication": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CreateApplicationRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CreateApplicationResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates an application.

\n

Applications are an Amazon AppStream 2.0 resource that stores the details about how to\n launch applications on Elastic fleet streaming instances. An application consists of the\n launch details, icon, and display name. Applications are associated with an app block\n that contains the application binaries and other files. The applications assigned to an\n Elastic fleet are the applications users can launch.

\n

This is only supported for Elastic fleets.

" - } - }, - "com.amazonaws.appstream#CreateApplicationRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the application. This name is visible to users when display name is not specified.

", - "smithy.api#required": {} - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#DisplayName", - "traits": { - "smithy.api#documentation": "

The display name of the application. This name is visible to users in the application catalog.

" - } - }, - "Description": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description of the application.

" - } - }, - "IconS3Location": { - "target": "com.amazonaws.appstream#S3Location", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The location in S3 of the application icon.

", - "smithy.api#required": {} - } - }, - "LaunchPath": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The launch path of the application.

", - "smithy.api#required": {} - } - }, - "WorkingDirectory": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The working directory of the application.

" - } - }, - "LaunchParameters": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The launch parameters of the application.

" - } - }, - "Platforms": { - "target": "com.amazonaws.appstream#Platforms", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.

", - "smithy.api#required": {} - } - }, - "InstanceFamilies": { - "target": "com.amazonaws.appstream#StringList", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The instance families the application supports. Valid values are GENERAL_PURPOSE and GRAPHICS_G4.

", - "smithy.api#required": {} - } - }, - "AppBlockArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The app block ARN to which the application should be associated

", - "smithy.api#required": {} - } - }, - "Tags": { - "target": "com.amazonaws.appstream#Tags", - "traits": { - "smithy.api#documentation": "

The tags assigned to the application.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CreateApplicationResult": { - "type": "structure", - "members": { - "Application": { - "target": "com.amazonaws.appstream#Application" - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#CreateDirectoryConfig": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CreateDirectoryConfigRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CreateDirectoryConfigResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#InvalidRoleException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

" - } - }, - "com.amazonaws.appstream#CreateDirectoryConfigRequest": { - "type": "structure", - "members": { - "DirectoryName": { - "target": "com.amazonaws.appstream#DirectoryName", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The fully qualified name of the directory (for example, corp.example.com).

", - "smithy.api#required": {} - } - }, - "OrganizationalUnitDistinguishedNames": { - "target": "com.amazonaws.appstream#OrganizationalUnitDistinguishedNamesList", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The distinguished names of the organizational units for computer accounts.

", - "smithy.api#required": {} - } - }, - "ServiceAccountCredentials": { - "target": "com.amazonaws.appstream#ServiceAccountCredentials", - "traits": { - "smithy.api#documentation": "

The credentials for the service account used by the fleet or image builder to connect to the directory.

" - } - }, - "CertificateBasedAuthProperties": { - "target": "com.amazonaws.appstream#CertificateBasedAuthProperties", - "traits": { - "smithy.api#documentation": "

The certificate-based authentication properties used to authenticate SAML 2.0 Identity\n Provider (IdP) user identities to Active Directory domain-joined streaming instances.\n Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD\n domain password if certificate-based authentication is unsuccessful, or to unlock a\n desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based\n authentication, but does not allow users to log in using their AD domain password. Users\n will be disconnected to re-authenticate using certificates.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CreateDirectoryConfigResult": { - "type": "structure", - "members": { - "DirectoryConfig": { - "target": "com.amazonaws.appstream#DirectoryConfig", - "traits": { - "smithy.api#documentation": "

Information about the directory configuration.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#CreateEntitlement": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CreateEntitlementRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CreateEntitlementResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#EntitlementAlreadyExistsException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a new entitlement. Entitlements control access to specific applications within\n a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user\n identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all\n applications in a stack. Entitlements don't apply to the desktop stream view\n application, or to applications managed by a dynamic app provider using the Dynamic\n Application Framework.

" - } - }, - "com.amazonaws.appstream#CreateEntitlementRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the entitlement.

", - "smithy.api#required": {} - } - }, - "StackName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack with which the entitlement is associated.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description of the entitlement.

" - } - }, - "AppVisibility": { - "target": "com.amazonaws.appstream#AppVisibility", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

Specifies whether all or selected apps are entitled.

", - "smithy.api#required": {} - } - }, - "Attributes": { - "target": "com.amazonaws.appstream#EntitlementAttributeList", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The attributes of the entitlement.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CreateEntitlementResult": { - "type": "structure", - "members": { - "Entitlement": { - "target": "com.amazonaws.appstream#Entitlement", - "traits": { - "smithy.api#documentation": "

The entitlement.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#CreateFleet": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CreateFleetRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CreateFleetResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#IncompatibleImageException" - }, - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#InvalidRoleException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#RequestLimitExceededException" - }, - { - "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotAvailableException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a fleet. A fleet consists of streaming instances that your users access for their applications and desktops.

" - } - }, - "com.amazonaws.appstream#CreateFleetRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

A unique name for the fleet.

", - "smithy.api#required": {} - } - }, - "ImageName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#documentation": "

The name of the image used to create the fleet.

" - } - }, - "ImageArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the public, private, or shared image to use.

" - } - }, - "InstanceType": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The instance type to use when launching fleet instances. The following instance types are available:

\n \n

The following instance types are available for Elastic fleets:

\n ", - "smithy.api#required": {} - } - }, - "FleetType": { - "target": "com.amazonaws.appstream#FleetType", - "traits": { - "smithy.api#documentation": "

The fleet type.

\n
\n
ALWAYS_ON
\n
\n

Provides users with instant-on access to their apps.\n You are charged for all running instances in your fleet, even if no users are streaming apps.

\n
\n
ON_DEMAND
\n
\n

Provide users with access to applications after they connect, which takes one to two minutes.\n You are charged for instance streaming when users are connected and a\n small hourly fee for instances that are not streaming apps.

\n
\n
" - } - }, - "ComputeCapacity": { - "target": "com.amazonaws.appstream#ComputeCapacity", - "traits": { - "smithy.api#documentation": "

The desired capacity for the fleet. This is not allowed for Elastic fleets. For Elastic fleets, specify MaxConcurrentSessions instead.

" - } - }, - "VpcConfig": { - "target": "com.amazonaws.appstream#VpcConfig", - "traits": { - "smithy.api#documentation": "

The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.

" - } - }, - "MaxUserDurationInSeconds": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

\n

Specify a value between 600 and 432000.

" - } - }, - "DisconnectTimeoutInSeconds": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

\n

Specify a value between 60 and 360000.

" - } - }, - "Description": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description to display.

" - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#DisplayName", - "traits": { - "smithy.api#documentation": "

The fleet name to display.

" - } - }, - "EnableDefaultInternetAccess": { - "target": "com.amazonaws.appstream#BooleanObject", - "traits": { - "smithy.api#documentation": "

Enables or disables default internet access for the fleet.

" - } - }, - "DomainJoinInfo": { - "target": "com.amazonaws.appstream#DomainJoinInfo", - "traits": { - "smithy.api#documentation": "

The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. This is not allowed for Elastic fleets.

" - } - }, - "Tags": { - "target": "com.amazonaws.appstream#Tags", - "traits": { - "smithy.api#documentation": "

The tags to associate with the fleet. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

\n

If you do not specify a value, the value is set to an empty string.

\n

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

\n

_ . : / = + \\ - @

\n

For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" - } - }, - "IdleDisconnectTimeoutInSeconds": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The amount of time that users can be idle (inactive) before they are disconnected\n from their streaming session and the DisconnectTimeoutInSeconds time\n interval begins. Users are notified before they are disconnected due to inactivity. If\n they try to reconnect to the streaming session before the time interval specified in\n DisconnectTimeoutInSeconds elapses, they are connected to their\n previous session. Users are considered idle when they stop providing keyboard or mouse\n input during their streaming session. File uploads and downloads, audio in, audio out,\n and pixels changing do not qualify as user activity. If users continue to be idle after\n the time interval in IdleDisconnectTimeoutInSeconds elapses, they are\n disconnected.

\n

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.

\n \n

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

\n
" - } - }, - "IamRoleArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

\n

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

" - } - }, - "StreamView": { - "target": "com.amazonaws.appstream#StreamView", - "traits": { - "smithy.api#documentation": "

The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

\n

The default value is APP.

" - } - }, - "Platform": { - "target": "com.amazonaws.appstream#PlatformType", - "traits": { - "smithy.api#documentation": "

The fleet platform. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic\n fleets.

" - } - }, - "MaxConcurrentSessions": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum concurrent sessions of the Elastic fleet. This is required for Elastic\n fleets, and not allowed for other fleet types.

" - } - }, - "UsbDeviceFilterStrings": { - "target": "com.amazonaws.appstream#UsbDeviceFilterStrings", - "traits": { - "smithy.api#documentation": "

The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.

" - } - }, - "SessionScriptS3Location": { - "target": "com.amazonaws.appstream#S3Location", - "traits": { - "smithy.api#documentation": "

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

" - } - }, - "MaxSessionsPerInstance": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum number of user sessions on an instance. This only applies to multi-session fleets.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CreateFleetResult": { - "type": "structure", - "members": { - "Fleet": { - "target": "com.amazonaws.appstream#Fleet", - "traits": { - "smithy.api#documentation": "

Information about the fleet.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#CreateImageBuilder": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CreateImageBuilderRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CreateImageBuilderResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#IncompatibleImageException" - }, - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#InvalidRoleException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#RequestLimitExceededException" - }, - { - "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotAvailableException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates an image builder. An image builder is a virtual machine that is used to create an image.

\n

The initial state of the builder is PENDING. When it is ready, the state is RUNNING.

" - } - }, - "com.amazonaws.appstream#CreateImageBuilderRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

A unique name for the image builder.

", - "smithy.api#required": {} - } - }, - "ImageName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The name of the image used to create the image builder.

" - } - }, - "ImageArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the public, private, or shared image to use.

" - } - }, - "InstanceType": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The instance type to use when launching the image builder. The following instance types are available:

\n ", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description to display.

" - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#DisplayName", - "traits": { - "smithy.api#documentation": "

The image builder name to display.

" - } - }, - "VpcConfig": { - "target": "com.amazonaws.appstream#VpcConfig", - "traits": { - "smithy.api#documentation": "

The VPC configuration for the image builder. You can specify only one subnet.

" - } - }, - "IamRoleArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to apply to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

\n

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

" - } - }, - "EnableDefaultInternetAccess": { - "target": "com.amazonaws.appstream#BooleanObject", - "traits": { - "smithy.api#documentation": "

Enables or disables default internet access for the image builder.

" - } - }, - "DomainJoinInfo": { - "target": "com.amazonaws.appstream#DomainJoinInfo", - "traits": { - "smithy.api#documentation": "

The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.

" - } - }, - "AppstreamAgentVersion": { - "target": "com.amazonaws.appstream#AppstreamAgentVersion", - "traits": { - "smithy.api#documentation": "

The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].

" - } - }, - "Tags": { - "target": "com.amazonaws.appstream#Tags", - "traits": { - "smithy.api#documentation": "

The tags to associate with the image builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

\n

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

\n

_ . : / = + \\ - @

\n

If you do not specify a value, the value is set to an empty string.

\n

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" - } - }, - "AccessEndpoints": { - "target": "com.amazonaws.appstream#AccessEndpointList", - "traits": { - "smithy.api#documentation": "

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the image builder only through the specified endpoints.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CreateImageBuilderResult": { - "type": "structure", - "members": { - "ImageBuilder": { - "target": "com.amazonaws.appstream#ImageBuilder", - "traits": { - "smithy.api#documentation": "

Information about the image builder.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#CreateImageBuilderStreamingURL": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CreateImageBuilderStreamingURLRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CreateImageBuilderStreamingURLResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a URL to start an image builder streaming session.

" - } - }, - "com.amazonaws.appstream#CreateImageBuilderStreamingURLRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the image builder.

", - "smithy.api#required": {} - } - }, - "Validity": { - "target": "com.amazonaws.appstream#Long", - "traits": { - "smithy.api#documentation": "

The time that the streaming URL will be valid, in seconds. \n Specify a value between 1 and 604800 seconds. The default is 3600 seconds.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CreateImageBuilderStreamingURLResult": { - "type": "structure", - "members": { - "StreamingURL": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The URL to start the AppStream 2.0 streaming session.

" - } - }, - "Expires": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The elapsed time, in seconds after the Unix epoch, when this URL expires.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#CreateStack": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CreateStackRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CreateStackResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#InvalidRoleException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.

" - } - }, - "com.amazonaws.appstream#CreateStackRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description to display.

" - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#DisplayName", - "traits": { - "smithy.api#documentation": "

The stack name to display.

" - } - }, - "StorageConnectors": { - "target": "com.amazonaws.appstream#StorageConnectorList", - "traits": { - "smithy.api#documentation": "

The storage connectors to enable.

" - } - }, - "RedirectURL": { - "target": "com.amazonaws.appstream#RedirectURL", - "traits": { - "smithy.api#documentation": "

The URL that users are redirected to after their streaming session ends.

" - } - }, - "FeedbackURL": { - "target": "com.amazonaws.appstream#FeedbackURL", - "traits": { - "smithy.api#documentation": "

The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

" - } - }, - "UserSettings": { - "target": "com.amazonaws.appstream#UserSettingList", - "traits": { - "smithy.api#documentation": "

The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

" - } - }, - "ApplicationSettings": { - "target": "com.amazonaws.appstream#ApplicationSettings", - "traits": { - "smithy.api#documentation": "

The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.

" - } - }, - "Tags": { - "target": "com.amazonaws.appstream#Tags", - "traits": { - "smithy.api#documentation": "

The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

\n

If you do not specify a value, the value is set to an empty string.

\n

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

\n

_ . : / = + \\ - @

\n

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" - } - }, - "AccessEndpoints": { - "target": "com.amazonaws.appstream#AccessEndpointList", - "traits": { - "smithy.api#documentation": "

The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

" - } - }, - "EmbedHostDomains": { - "target": "com.amazonaws.appstream#EmbedHostDomains", - "traits": { - "smithy.api#documentation": "

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

" - } - }, - "StreamingExperienceSettings": { - "target": "com.amazonaws.appstream#StreamingExperienceSettings", - "traits": { - "smithy.api#documentation": "

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CreateStackResult": { - "type": "structure", - "members": { - "Stack": { - "target": "com.amazonaws.appstream#Stack", - "traits": { - "smithy.api#documentation": "

Information about the stack.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#CreateStreamingURL": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CreateStreamingURLRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CreateStreamingURLResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotAvailableException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup.

" - } - }, - "com.amazonaws.appstream#CreateStreamingURLRequest": { - "type": "structure", - "members": { - "StackName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack.

", - "smithy.api#required": {} - } - }, - "FleetName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the fleet.

", - "smithy.api#required": {} - } - }, - "UserId": { - "target": "com.amazonaws.appstream#StreamingUrlUserId", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The identifier of the user.

", - "smithy.api#required": {} - } - }, - "ApplicationId": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The name of the application to launch after the session starts. This is the name that you specified\n as Name in the Image Assistant. If your fleet is enabled for the Desktop stream view, you can also choose to launch directly to the operating system desktop. To do so, specify Desktop.

" - } - }, - "Validity": { - "target": "com.amazonaws.appstream#Long", - "traits": { - "smithy.api#documentation": "

The time that the streaming URL will be valid, in seconds.\n Specify a value between 1 and 604800 seconds. The default is 60 seconds.

" - } - }, - "SessionContext": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CreateStreamingURLResult": { - "type": "structure", - "members": { - "StreamingURL": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The URL to start the AppStream 2.0 streaming session.

" - } - }, - "Expires": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The elapsed time, in seconds after the Unix epoch, when this URL expires.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#CreateUpdatedImage": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CreateUpdatedImageRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CreateUpdatedImageResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#IncompatibleImageException" - }, - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.

\n

For more information, see the \"Update an Image by Using\n Managed AppStream 2.0 Image Updates\" section in Administer Your AppStream 2.0 Images, in the Amazon AppStream 2.0 Administration Guide.

" - } - }, - "com.amazonaws.appstream#CreateUpdatedImageRequest": { - "type": "structure", - "members": { - "existingImageName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the image to update.

", - "smithy.api#required": {} - } - }, - "newImageName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the new image. The name must be unique within the AWS account and Region.

", - "smithy.api#required": {} - } - }, - "newImageDescription": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description to display for the new image.

" - } - }, - "newImageDisplayName": { - "target": "com.amazonaws.appstream#DisplayName", - "traits": { - "smithy.api#documentation": "

The name to display for the new image.

" - } - }, - "newImageTags": { - "target": "com.amazonaws.appstream#Tags", - "traits": { - "smithy.api#documentation": "

The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

\n

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

\n

_ . : / = + \\ - @

\n

If you do not specify a value, the value is set to an empty string.

\n

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" - } - }, - "dryRun": { - "target": "com.amazonaws.appstream#Boolean", - "traits": { - "smithy.api#documentation": "

Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process of creating a new updated image. If this value is set to true, AppStream 2.0 displays whether image updates are available. If this value is set to false, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CreateUpdatedImageResult": { - "type": "structure", - "members": { - "image": { - "target": "com.amazonaws.appstream#Image" - }, - "canUpdateImage": { - "target": "com.amazonaws.appstream#Boolean", - "traits": { - "smithy.api#documentation": "

Indicates whether a new image can be created.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#CreateUsageReportSubscription": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CreateUsageReportSubscriptionRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CreateUsageReportSubscriptionResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#InvalidRoleException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a usage report subscription. Usage reports are generated daily.

" - } - }, - "com.amazonaws.appstream#CreateUsageReportSubscriptionRequest": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CreateUsageReportSubscriptionResult": { - "type": "structure", - "members": { - "S3BucketName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The Amazon S3 bucket where generated reports are stored.

\n

If you enabled on-instance session scripts and Amazon S3 logging for your session script\n configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is\n unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0\n uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, \n when you enable usage reports, AppStream 2.0 creates a new S3 bucket.

" - } - }, - "Schedule": { - "target": "com.amazonaws.appstream#UsageReportSchedule", - "traits": { - "smithy.api#documentation": "

The schedule for generating usage reports.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#CreateUser": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#CreateUserRequest" - }, - "output": { - "target": "com.amazonaws.appstream#CreateUserResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceAlreadyExistsException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a new user in the user pool.

" - } - }, - "com.amazonaws.appstream#CreateUserRequest": { - "type": "structure", - "members": { - "UserName": { - "target": "com.amazonaws.appstream#Username", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The email address of the user.

\n \n

Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a \"user does not exist\" error message displays.

\n
", - "smithy.api#required": {} - } - }, - "MessageAction": { - "target": "com.amazonaws.appstream#MessageAction", - "traits": { - "smithy.api#documentation": "

The action to take for the welcome email that is sent to a user after the user is created in the user pool. If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent.

\n \n

The temporary password in the welcome email is valid for only 7 days. If users don’t set their passwords within 7 days, you must send them a new welcome email.

\n
" - } - }, - "FirstName": { - "target": "com.amazonaws.appstream#UserAttributeValue", - "traits": { - "smithy.api#documentation": "

The first name, or given name, of the user.

" - } - }, - "LastName": { - "target": "com.amazonaws.appstream#UserAttributeValue", - "traits": { - "smithy.api#documentation": "

The last name, or surname, of the user.

" - } - }, - "AuthenticationType": { - "target": "com.amazonaws.appstream#AuthenticationType", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The authentication type for the user. You must specify USERPOOL.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#CreateUserResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DeleteAppBlock": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DeleteAppBlockRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DeleteAppBlockResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#ResourceInUseException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes an app block.

" - } - }, - "com.amazonaws.appstream#DeleteAppBlockBuilder": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DeleteAppBlockBuilderRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DeleteAppBlockBuilderResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceInUseException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes an app block builder.

\n

An app block builder can only be deleted when it has no association with an app\n block.

" - } - }, - "com.amazonaws.appstream#DeleteAppBlockBuilderRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the app block builder.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DeleteAppBlockBuilderResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DeleteAppBlockRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the app block.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DeleteAppBlockResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DeleteApplication": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DeleteApplicationRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DeleteApplicationResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceInUseException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes an application.

" - } - }, - "com.amazonaws.appstream#DeleteApplicationRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the application.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DeleteApplicationResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DeleteDirectoryConfig": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DeleteDirectoryConfigRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DeleteDirectoryConfigResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ResourceInUseException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.

" - } - }, - "com.amazonaws.appstream#DeleteDirectoryConfigRequest": { - "type": "structure", - "members": { - "DirectoryName": { - "target": "com.amazonaws.appstream#DirectoryName", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the directory configuration.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DeleteDirectoryConfigResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DeleteEntitlement": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DeleteEntitlementRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DeleteEntitlementResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#EntitlementNotFoundException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes the specified entitlement.

" - } - }, - "com.amazonaws.appstream#DeleteEntitlementRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the entitlement.

", - "smithy.api#required": {} - } - }, - "StackName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack with which the entitlement is associated.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DeleteEntitlementResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DeleteFleet": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DeleteFleetRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DeleteFleetResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#ResourceInUseException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes the specified fleet.

" - } - }, - "com.amazonaws.appstream#DeleteFleetRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the fleet.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DeleteFleetResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DeleteImage": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DeleteImageRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DeleteImageResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceInUseException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes the specified image. You cannot delete an image when it is in use. \n After you delete an image, you cannot provision new capacity using the image.

" - } - }, - "com.amazonaws.appstream#DeleteImageBuilder": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DeleteImageBuilderRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DeleteImageBuilderResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes the specified image builder and releases the capacity.

" - } - }, - "com.amazonaws.appstream#DeleteImageBuilderRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the image builder.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DeleteImageBuilderResult": { - "type": "structure", - "members": { - "ImageBuilder": { - "target": "com.amazonaws.appstream#ImageBuilder", - "traits": { - "smithy.api#documentation": "

Information about the image builder.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DeleteImagePermissions": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DeleteImagePermissionsRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DeleteImagePermissionsResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ResourceNotAvailableException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.

" - } - }, - "com.amazonaws.appstream#DeleteImagePermissionsRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the private image.

", - "smithy.api#required": {} - } - }, - "SharedAccountId": { - "target": "com.amazonaws.appstream#AwsAccountId", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The 12-digit identifier of the AWS account for which to delete image permissions.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DeleteImagePermissionsResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DeleteImageRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the image.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DeleteImageResult": { - "type": "structure", - "members": { - "Image": { - "target": "com.amazonaws.appstream#Image", - "traits": { - "smithy.api#documentation": "

Information about the image.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DeleteStack": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DeleteStackRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DeleteStackResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceInUseException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.

" - } - }, - "com.amazonaws.appstream#DeleteStackRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DeleteStackResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DeleteUsageReportSubscription": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DeleteUsageReportSubscriptionRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DeleteUsageReportSubscriptionResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Disables usage report generation.

" - } - }, - "com.amazonaws.appstream#DeleteUsageReportSubscriptionRequest": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DeleteUsageReportSubscriptionResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DeleteUser": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DeleteUserRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DeleteUserResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes a user from the user pool.

" - } - }, - "com.amazonaws.appstream#DeleteUserRequest": { - "type": "structure", - "members": { - "UserName": { - "target": "com.amazonaws.appstream#Username", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The email address of the user.

\n \n

Users' email addresses are case-sensitive.

\n
", - "smithy.api#required": {} - } - }, - "AuthenticationType": { - "target": "com.amazonaws.appstream#AuthenticationType", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The authentication type for the user. You must specify USERPOOL.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DeleteUserResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeAppBlockBuilderAppBlockAssociations": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeAppBlockBuilderAppBlockAssociationsRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeAppBlockBuilderAppBlockAssociationsResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes one or more app block builder associations.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.appstream#DescribeAppBlockBuilderAppBlockAssociationsRequest": { - "type": "structure", - "members": { - "AppBlockArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the app block.

" - } - }, - "AppBlockBuilderName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#documentation": "

The name of the app block builder.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum size of each page of results.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeAppBlockBuilderAppBlockAssociationsResult": { - "type": "structure", - "members": { - "AppBlockBuilderAppBlockAssociations": { - "target": "com.amazonaws.appstream#AppBlockBuilderAppBlockAssociationsList", - "traits": { - "smithy.api#documentation": "

This list of app block builders associated with app blocks.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeAppBlockBuilders": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeAppBlockBuildersRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeAppBlockBuildersResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes one or more app block builders.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.appstream#DescribeAppBlockBuildersRequest": { - "type": "structure", - "members": { - "Names": { - "target": "com.amazonaws.appstream#StringList", - "traits": { - "smithy.api#documentation": "

The names of the app block builders.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum size of each page of results. The maximum value is 25.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeAppBlockBuildersResult": { - "type": "structure", - "members": { - "AppBlockBuilders": { - "target": "com.amazonaws.appstream#AppBlockBuilderList", - "traits": { - "smithy.api#documentation": "

The list that describes one or more app block builders.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeAppBlocks": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeAppBlocksRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeAppBlocksResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes one or more app blocks.

" - } - }, - "com.amazonaws.appstream#DescribeAppBlocksRequest": { - "type": "structure", - "members": { - "Arns": { - "target": "com.amazonaws.appstream#ArnList", - "traits": { - "smithy.api#documentation": "

The ARNs of the app blocks.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum size of each page of results.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeAppBlocksResult": { - "type": "structure", - "members": { - "AppBlocks": { - "target": "com.amazonaws.appstream#AppBlocks", - "traits": { - "smithy.api#documentation": "

The app blocks in the list.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeApplicationFleetAssociations": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeApplicationFleetAssociationsRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeApplicationFleetAssociationsResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.

" - } - }, - "com.amazonaws.appstream#DescribeApplicationFleetAssociationsRequest": { - "type": "structure", - "members": { - "FleetName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#documentation": "

The name of the fleet.

" - } - }, - "ApplicationArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the application.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum size of each page of results.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeApplicationFleetAssociationsResult": { - "type": "structure", - "members": { - "ApplicationFleetAssociations": { - "target": "com.amazonaws.appstream#ApplicationFleetAssociationList", - "traits": { - "smithy.api#documentation": "

The application fleet associations in the list.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeApplications": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeApplicationsRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeApplicationsResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes one or more applications.

" - } - }, - "com.amazonaws.appstream#DescribeApplicationsRequest": { - "type": "structure", - "members": { - "Arns": { - "target": "com.amazonaws.appstream#ArnList", - "traits": { - "smithy.api#documentation": "

The ARNs for the applications.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum size of each page of results.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeApplicationsResult": { - "type": "structure", - "members": { - "Applications": { - "target": "com.amazonaws.appstream#Applications", - "traits": { - "smithy.api#documentation": "

The applications in the list.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeDirectoryConfigs": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeDirectoryConfigsRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeDirectoryConfigsResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the configuration information required to join fleets and image builders to Microsoft Active Directory domains. \n

\n

Although the response syntax in this topic includes the account password, this password is not returned in the actual response.

" - } - }, - "com.amazonaws.appstream#DescribeDirectoryConfigsRequest": { - "type": "structure", - "members": { - "DirectoryNames": { - "target": "com.amazonaws.appstream#DirectoryNameList", - "traits": { - "smithy.api#documentation": "

The directory names.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum size of each page of results.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeDirectoryConfigsResult": { - "type": "structure", - "members": { - "DirectoryConfigs": { - "target": "com.amazonaws.appstream#DirectoryConfigList", - "traits": { - "smithy.api#documentation": "

Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeEntitlements": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeEntitlementsRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeEntitlementsResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#EntitlementNotFoundException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes one of more entitlements.

" - } - }, - "com.amazonaws.appstream#DescribeEntitlementsRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#documentation": "

The name of the entitlement.

" - } - }, - "StackName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack with which the entitlement is associated.

", - "smithy.api#required": {} - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this operation.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum size of each page of results.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeEntitlementsResult": { - "type": "structure", - "members": { - "Entitlements": { - "target": "com.amazonaws.appstream#EntitlementList", - "traits": { - "smithy.api#documentation": "

The entitlements.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this\n operation.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeFleets": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeFleetsRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeFleetsResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.

", - "smithy.waiters#waitable": { - "FleetStarted": { - "acceptors": [ - { - "state": "success", - "matcher": { - "output": { - "path": "Fleets[].State", - "expected": "RUNNING", - "comparator": "allStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Fleets[].State", - "expected": "STOPPING", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Fleets[].State", - "expected": "STOPPED", - "comparator": "anyStringEquals" - } - } - } - ], - "minDelay": 30 - }, - "FleetStopped": { - "acceptors": [ - { - "state": "success", - "matcher": { - "output": { - "path": "Fleets[].State", - "expected": "STOPPED", - "comparator": "allStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Fleets[].State", - "expected": "STARTING", - "comparator": "anyStringEquals" - } - } - }, - { - "state": "failure", - "matcher": { - "output": { - "path": "Fleets[].State", - "expected": "RUNNING", - "comparator": "anyStringEquals" - } - } - } - ], - "minDelay": 30 - } - } - } - }, - "com.amazonaws.appstream#DescribeFleetsRequest": { - "type": "structure", - "members": { - "Names": { - "target": "com.amazonaws.appstream#StringList", - "traits": { - "smithy.api#documentation": "

The names of the fleets to describe.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeFleetsResult": { - "type": "structure", - "members": { - "Fleets": { - "target": "com.amazonaws.appstream#FleetList", - "traits": { - "smithy.api#documentation": "

Information about the fleets.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeImageBuilders": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeImageBuildersRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeImageBuildersResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.

" - } - }, - "com.amazonaws.appstream#DescribeImageBuildersRequest": { - "type": "structure", - "members": { - "Names": { - "target": "com.amazonaws.appstream#StringList", - "traits": { - "smithy.api#documentation": "

The names of the image builders to describe.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum size of each page of results.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeImageBuildersResult": { - "type": "structure", - "members": { - "ImageBuilders": { - "target": "com.amazonaws.appstream#ImageBuilderList", - "traits": { - "smithy.api#documentation": "

Information about the image builders.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeImagePermissions": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeImagePermissionsRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeImagePermissionsResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.appstream#DescribeImagePermissionsRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the private image for which to describe permissions. The image must be one that you own.

", - "smithy.api#required": {} - } - }, - "MaxResults": { - "target": "com.amazonaws.appstream#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum size of each page of results.

" - } - }, - "SharedAwsAccountIds": { - "target": "com.amazonaws.appstream#AwsAccountIdList", - "traits": { - "smithy.api#documentation": "

The 12-digit identifier of one or more AWS accounts with which the image is shared.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeImagePermissionsResult": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#documentation": "

The name of the private image.

" - } - }, - "SharedImagePermissionsList": { - "target": "com.amazonaws.appstream#SharedImagePermissionsList", - "traits": { - "smithy.api#documentation": "

The permissions for a private image that you own.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeImages": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeImagesRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeImagesResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.appstream#DescribeImagesMaxResults": { - "type": "integer", - "traits": { - "smithy.api#range": { - "min": 0, - "max": 25 - } - } - }, - "com.amazonaws.appstream#DescribeImagesRequest": { - "type": "structure", - "members": { - "Names": { - "target": "com.amazonaws.appstream#StringList", - "traits": { - "smithy.api#documentation": "

The names of the public or private images to describe.

" - } - }, - "Arns": { - "target": "com.amazonaws.appstream#ArnList", - "traits": { - "smithy.api#documentation": "

The ARNs of the public, private, and shared images to describe.

" - } - }, - "Type": { - "target": "com.amazonaws.appstream#VisibilityType", - "traits": { - "smithy.api#documentation": "

The type of image (public, private, or shared) to describe.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.appstream#DescribeImagesMaxResults", - "traits": { - "smithy.api#documentation": "

The maximum size of each page of results.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeImagesResult": { - "type": "structure", - "members": { - "Images": { - "target": "com.amazonaws.appstream#ImageList", - "traits": { - "smithy.api#documentation": "

Information about the images.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeSessions": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeSessionsRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeSessionsResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a UserId is provided for the stack and fleet,\n only streaming sessions for that user are described. If an authentication type is not provided, \n the default is to authenticate users using a streaming URL.

" - } - }, - "com.amazonaws.appstream#DescribeSessionsRequest": { - "type": "structure", - "members": { - "StackName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack. This value is case-sensitive.

", - "smithy.api#required": {} - } - }, - "FleetName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the fleet. This value is case-sensitive.

", - "smithy.api#required": {} - } - }, - "UserId": { - "target": "com.amazonaws.appstream#UserId", - "traits": { - "smithy.api#documentation": "

The user identifier (ID). If you specify a user ID, you must also specify the authentication type.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - } - }, - "Limit": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The size of each page of results. The default value is 20 and the maximum value is 50.

" - } - }, - "AuthenticationType": { - "target": "com.amazonaws.appstream#AuthenticationType", - "traits": { - "smithy.api#documentation": "

The authentication method. Specify API for a user\n authenticated using a streaming URL or SAML for a SAML federated user. \n The default is to authenticate users using a streaming URL.

" - } - }, - "InstanceId": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The identifier for the instance hosting the session.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeSessionsResult": { - "type": "structure", - "members": { - "Sessions": { - "target": "com.amazonaws.appstream#SessionList", - "traits": { - "smithy.api#documentation": "

Information about the streaming sessions.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeStacks": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeStacksRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeStacksResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.

" - } - }, - "com.amazonaws.appstream#DescribeStacksRequest": { - "type": "structure", - "members": { - "Names": { - "target": "com.amazonaws.appstream#StringList", - "traits": { - "smithy.api#documentation": "

The names of the stacks to describe.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeStacksResult": { - "type": "structure", - "members": { - "Stacks": { - "target": "com.amazonaws.appstream#StackList", - "traits": { - "smithy.api#documentation": "

Information about the stacks.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeUsageReportSubscriptions": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeUsageReportSubscriptionsRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeUsageReportSubscriptionsResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes one or more usage report subscriptions.

" - } - }, - "com.amazonaws.appstream#DescribeUsageReportSubscriptionsRequest": { - "type": "structure", - "members": { - "MaxResults": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum size of each page of results.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeUsageReportSubscriptionsResult": { - "type": "structure", - "members": { - "UsageReportSubscriptions": { - "target": "com.amazonaws.appstream#UsageReportSubscriptionList", - "traits": { - "smithy.api#documentation": "

Information about the usage report subscription.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeUserStackAssociations": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeUserStackAssociationsRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeUserStackAssociationsResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:

\n " - } - }, - "com.amazonaws.appstream#DescribeUserStackAssociationsRequest": { - "type": "structure", - "members": { - "StackName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The name of the stack that is associated with the user.

" - } - }, - "UserName": { - "target": "com.amazonaws.appstream#Username", - "traits": { - "smithy.api#documentation": "

The email address of the user who is associated with the stack.

\n \n

Users' email addresses are case-sensitive.

\n
" - } - }, - "AuthenticationType": { - "target": "com.amazonaws.appstream#AuthenticationType", - "traits": { - "smithy.api#documentation": "

The authentication type for the user who is associated with the stack. You must specify USERPOOL.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.appstream#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum size of each page of results.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeUserStackAssociationsResult": { - "type": "structure", - "members": { - "UserStackAssociations": { - "target": "com.amazonaws.appstream#UserStackAssociationList", - "traits": { - "smithy.api#documentation": "

The UserStackAssociation objects.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DescribeUsers": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DescribeUsersRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DescribeUsersResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list that describes one or more specified users in the user pool.

" - } - }, - "com.amazonaws.appstream#DescribeUsersRequest": { - "type": "structure", - "members": { - "AuthenticationType": { - "target": "com.amazonaws.appstream#AuthenticationType", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The authentication type for the users in the user pool to describe. You must specify USERPOOL.

", - "smithy.api#required": {} - } - }, - "MaxResults": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum size of each page of results.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DescribeUsersResult": { - "type": "structure", - "members": { - "Users": { - "target": "com.amazonaws.appstream#UserList", - "traits": { - "smithy.api#documentation": "

Information about users in the user pool.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#Description": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 256 - } - } - }, - "com.amazonaws.appstream#DirectoryConfig": { - "type": "structure", - "members": { - "DirectoryName": { - "target": "com.amazonaws.appstream#DirectoryName", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The fully qualified name of the directory (for example, corp.example.com).

", - "smithy.api#required": {} - } - }, - "OrganizationalUnitDistinguishedNames": { - "target": "com.amazonaws.appstream#OrganizationalUnitDistinguishedNamesList", - "traits": { - "smithy.api#documentation": "

The distinguished names of the organizational units for computer accounts.

" - } - }, - "ServiceAccountCredentials": { - "target": "com.amazonaws.appstream#ServiceAccountCredentials", - "traits": { - "smithy.api#documentation": "

The credentials for the service account used by the fleet or image builder to connect to the directory.

" - } - }, - "CreatedTime": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The time the directory configuration was created.

" - } - }, - "CertificateBasedAuthProperties": { - "target": "com.amazonaws.appstream#CertificateBasedAuthProperties", - "traits": { - "smithy.api#documentation": "

The certificate-based authentication properties used to authenticate SAML 2.0 Identity\n Provider (IdP) user identities to Active Directory domain-joined streaming instances.\n Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD\n domain password if certificate-based authentication is unsuccessful, or to unlock a\n desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based\n authentication, but does not allow users to log in using their AD domain password. Users\n will be disconnected to re-authenticate using certificates.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

" - } - }, - "com.amazonaws.appstream#DirectoryConfigList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#DirectoryConfig" - } - }, - "com.amazonaws.appstream#DirectoryName": { - "type": "string" - }, - "com.amazonaws.appstream#DirectoryNameList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#DirectoryName" - } - }, - "com.amazonaws.appstream#DisableUser": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DisableUserRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DisableUserResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.

" - } - }, - "com.amazonaws.appstream#DisableUserRequest": { - "type": "structure", - "members": { - "UserName": { - "target": "com.amazonaws.appstream#Username", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The email address of the user.

\n \n

Users' email addresses are case-sensitive.

\n
", - "smithy.api#required": {} - } - }, - "AuthenticationType": { - "target": "com.amazonaws.appstream#AuthenticationType", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The authentication type for the user. You must specify USERPOOL.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DisableUserResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DisassociateAppBlockBuilderAppBlock": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DisassociateAppBlockBuilderAppBlockRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DisassociateAppBlockBuilderAppBlockResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Disassociates a specified app block builder from a specified app block.

" - } - }, - "com.amazonaws.appstream#DisassociateAppBlockBuilderAppBlockRequest": { - "type": "structure", - "members": { - "AppBlockArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The ARN of the app block.

", - "smithy.api#required": {} - } - }, - "AppBlockBuilderName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the app block builder.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DisassociateAppBlockBuilderAppBlockResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DisassociateApplicationFleet": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DisassociateApplicationFleetRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DisassociateApplicationFleetResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - } - ], - "traits": { - "smithy.api#documentation": "

Disassociates the specified application from the fleet.

" - } - }, - "com.amazonaws.appstream#DisassociateApplicationFleetRequest": { - "type": "structure", - "members": { - "FleetName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the fleet.

", - "smithy.api#required": {} - } - }, - "ApplicationArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The ARN of the application.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DisassociateApplicationFleetResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DisassociateApplicationFromEntitlement": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DisassociateApplicationFromEntitlementRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DisassociateApplicationFromEntitlementResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#EntitlementNotFoundException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes the specified application from the specified entitlement.

" - } - }, - "com.amazonaws.appstream#DisassociateApplicationFromEntitlementRequest": { - "type": "structure", - "members": { - "StackName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack with which the entitlement is associated.

", - "smithy.api#required": {} - } - }, - "EntitlementName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the entitlement.

", - "smithy.api#required": {} - } - }, - "ApplicationIdentifier": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The identifier of the application to remove from the entitlement.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DisassociateApplicationFromEntitlementResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DisassociateFleet": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#DisassociateFleetRequest" - }, - "output": { - "target": "com.amazonaws.appstream#DisassociateFleetResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceInUseException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Disassociates the specified fleet from the specified stack.

" - } - }, - "com.amazonaws.appstream#DisassociateFleetRequest": { - "type": "structure", - "members": { - "FleetName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the fleet.

", - "smithy.api#required": {} - } - }, - "StackName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#DisassociateFleetResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#DisplayName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 100 - } - } - }, - "com.amazonaws.appstream#Domain": { - "type": "string", - "traits": { - "smithy.api#documentation": "GSuite domain for GDrive integration.", - "smithy.api#length": { - "min": 1, - "max": 64 - } - } - }, - "com.amazonaws.appstream#DomainJoinInfo": { - "type": "structure", - "members": { - "DirectoryName": { - "target": "com.amazonaws.appstream#DirectoryName", - "traits": { - "smithy.api#documentation": "

The fully qualified name of the directory (for example, corp.example.com).

" - } - }, - "OrganizationalUnitDistinguishedName": { - "target": "com.amazonaws.appstream#OrganizationalUnitDistinguishedName", - "traits": { - "smithy.api#documentation": "

The distinguished name of the organizational unit for computer accounts.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

" - } - }, - "com.amazonaws.appstream#DomainList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#Domain" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 50 - } - } - }, - "com.amazonaws.appstream#EmbedHostDomain": { - "type": "string", - "traits": { - "smithy.api#documentation": "Specifies a valid domain that can embed AppStream.\n Valid examples include: [\"testorigin.tt--com\", \"testingorigin.com.us\", \"test.com.us\"]\n Invalid examples include: [\"test,com\", \".com\", \"h*llo.com\". \"\"]", - "smithy.api#length": { - "min": 0, - "max": 128 - }, - "smithy.api#pattern": "^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$" - } - }, - "com.amazonaws.appstream#EmbedHostDomains": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#EmbedHostDomain" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 20 - } - } - }, - "com.amazonaws.appstream#EnableUser": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#EnableUserRequest" - }, - "output": { - "target": "com.amazonaws.appstream#EnableUserResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Enables a user in the user pool. After being enabled, users can sign in to AppStream 2.0 and open applications from the stacks to which they are assigned.

" - } - }, - "com.amazonaws.appstream#EnableUserRequest": { - "type": "structure", - "members": { - "UserName": { - "target": "com.amazonaws.appstream#Username", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The email address of the user.

\n \n

Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a \"user does not exist\" error message displays.

\n
", - "smithy.api#required": {} - } - }, - "AuthenticationType": { - "target": "com.amazonaws.appstream#AuthenticationType", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The authentication type for the user. You must specify USERPOOL.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#EnableUserResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#EntitledApplication": { - "type": "structure", - "members": { - "ApplicationIdentifier": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The identifier of the application.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The application associated to an entitlement. Access is controlled based on user attributes.

" - } - }, - "com.amazonaws.appstream#EntitledApplicationList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#EntitledApplication" - } - }, - "com.amazonaws.appstream#Entitlement": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the entitlement.

", - "smithy.api#required": {} - } - }, - "StackName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack with which the entitlement is associated.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description of the entitlement.

" - } - }, - "AppVisibility": { - "target": "com.amazonaws.appstream#AppVisibility", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

Specifies whether all or selected apps are entitled.

", - "smithy.api#required": {} - } - }, - "Attributes": { - "target": "com.amazonaws.appstream#EntitlementAttributeList", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The attributes of the entitlement.

", - "smithy.api#required": {} - } - }, - "CreatedTime": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The time when the entitlement was created.

" - } - }, - "LastModifiedTime": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The time when the entitlement was last modified.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Specifies an entitlement. Entitlements control access to specific applications within\n a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user\n identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all\n applications in a stack. Entitlements don't apply to the desktop stream view\n application, or to applications managed by a dynamic app provider using the Dynamic\n Application Framework.

" - } - }, - "com.amazonaws.appstream#EntitlementAlreadyExistsException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.appstream#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The entitlement already exists.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.appstream#EntitlementAttribute": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

A supported AWS IAM SAML PrincipalTag attribute that is matched to the\n associated value when a user identity federates into an Amazon AppStream 2.0 SAML\n application.

\n

The following are valid values:

\n \n

", - "smithy.api#required": {} - } - }, - "Value": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

A value that is matched to a supported SAML attribute name when a user identity\n federates into an Amazon AppStream 2.0 SAML application.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

An attribute associated with an entitlement. Application entitlements work by matching\n a supported SAML 2.0 attribute name to a value when a user identity federates to an\n Amazon AppStream 2.0 SAML application.

" - } - }, - "com.amazonaws.appstream#EntitlementAttributeList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#EntitlementAttribute" - }, - "traits": { - "smithy.api#length": { - "min": 1 - } - } - }, - "com.amazonaws.appstream#EntitlementList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#Entitlement" - } - }, - "com.amazonaws.appstream#EntitlementNotFoundException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.appstream#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The entitlement can't be found.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.appstream#ErrorDetails": { - "type": "structure", - "members": { - "ErrorCode": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The error code.

" - } - }, - "ErrorMessage": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The error message.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The error details.

" - } - }, - "com.amazonaws.appstream#ErrorDetailsList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#ErrorDetails" - } - }, - "com.amazonaws.appstream#ErrorMessage": { - "type": "string", - "traits": { - "smithy.api#documentation": "

The error message in the exception.

" - } - }, - "com.amazonaws.appstream#ExpireSession": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#ExpireSessionRequest" - }, - "output": { - "target": "com.amazonaws.appstream#ExpireSessionResult" - }, - "traits": { - "smithy.api#documentation": "

Immediately stops the specified streaming session.

" - } - }, - "com.amazonaws.appstream#ExpireSessionRequest": { - "type": "structure", - "members": { - "SessionId": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The identifier of the streaming session.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#ExpireSessionResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#FeedbackURL": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 1000 - } - } - }, - "com.amazonaws.appstream#Fleet": { - "type": "structure", - "members": { - "Arn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the fleet.

", - "smithy.api#required": {} - } - }, - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the fleet.

", - "smithy.api#required": {} - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The fleet name to display.

" - } - }, - "Description": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The description to display.

" - } - }, - "ImageName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The name of the image used to create the fleet.

" - } - }, - "ImageArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN for the public, private, or shared image.

" - } - }, - "InstanceType": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The instance type to use when launching fleet instances. The following instance types are available:

\n ", - "smithy.api#required": {} - } - }, - "FleetType": { - "target": "com.amazonaws.appstream#FleetType", - "traits": { - "smithy.api#documentation": "

The fleet type.

\n
\n
ALWAYS_ON
\n
\n

Provides users with instant-on access to their apps.\n You are charged for all running instances in your fleet, even if no users are streaming apps.

\n
\n
ON_DEMAND
\n
\n

Provide users with access to applications after they connect, which takes one to two minutes.\n You are charged for instance streaming when users are connected and a\n small hourly fee for instances that are not streaming apps.

\n
\n
" - } - }, - "ComputeCapacityStatus": { - "target": "com.amazonaws.appstream#ComputeCapacityStatus", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The capacity status for the fleet.

", - "smithy.api#required": {} - } - }, - "MaxUserDurationInSeconds": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

\n

Specify a value between 600 and 360000.

" - } - }, - "DisconnectTimeoutInSeconds": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

\n

Specify a value between 60 and 360000.

" - } - }, - "State": { - "target": "com.amazonaws.appstream#FleetState", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The current state for the fleet.

", - "smithy.api#required": {} - } - }, - "VpcConfig": { - "target": "com.amazonaws.appstream#VpcConfig", - "traits": { - "smithy.api#documentation": "

The VPC configuration for the fleet.

" - } - }, - "CreatedTime": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The time the fleet was created.

" - } - }, - "FleetErrors": { - "target": "com.amazonaws.appstream#FleetErrors", - "traits": { - "smithy.api#documentation": "

The fleet errors.

" - } - }, - "EnableDefaultInternetAccess": { - "target": "com.amazonaws.appstream#BooleanObject", - "traits": { - "smithy.api#documentation": "

Indicates whether default internet access is enabled for the fleet.

" - } - }, - "DomainJoinInfo": { - "target": "com.amazonaws.appstream#DomainJoinInfo", - "traits": { - "smithy.api#documentation": "

The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.

" - } - }, - "IdleDisconnectTimeoutInSeconds": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The amount of time that users can be idle (inactive) before they are disconnected\n from their streaming session and the DisconnectTimeoutInSeconds time\n interval begins. Users are notified before they are disconnected due to inactivity. If\n users try to reconnect to the streaming session before the time interval specified in\n DisconnectTimeoutInSeconds elapses, they are connected to their\n previous session. Users are considered idle when they stop providing keyboard or mouse\n input during their streaming session. File uploads and downloads, audio in, audio out,\n and pixels changing do not qualify as user activity. If users continue to be idle after\n the time interval in IdleDisconnectTimeoutInSeconds elapses, they are\n disconnected.

\n

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.

\n \n

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

\n
" - } - }, - "IamRoleArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the IAM role that is applied to the fleet. To assume a role, the fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

\n

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

" - } - }, - "StreamView": { - "target": "com.amazonaws.appstream#StreamView", - "traits": { - "smithy.api#documentation": "

The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

\n

The default value is APP.

" - } - }, - "Platform": { - "target": "com.amazonaws.appstream#PlatformType", - "traits": { - "smithy.api#documentation": "

The platform of the fleet.

" - } - }, - "MaxConcurrentSessions": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum number of concurrent sessions for the fleet.

" - } - }, - "UsbDeviceFilterStrings": { - "target": "com.amazonaws.appstream#UsbDeviceFilterStrings", - "traits": { - "smithy.api#documentation": "

The USB device filter strings associated with the fleet.

" - } - }, - "SessionScriptS3Location": { - "target": "com.amazonaws.appstream#S3Location", - "traits": { - "smithy.api#documentation": "

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

" - } - }, - "MaxSessionsPerInstance": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum number of user sessions on an instance. This only applies to multi-session fleets.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a fleet.

" - } - }, - "com.amazonaws.appstream#FleetAttribute": { - "type": "enum", - "members": { - "VPC_CONFIGURATION": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "VPC_CONFIGURATION" - } - }, - "VPC_CONFIGURATION_SECURITY_GROUP_IDS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "VPC_CONFIGURATION_SECURITY_GROUP_IDS" - } - }, - "DOMAIN_JOIN_INFO": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_JOIN_INFO" - } - }, - "IAM_ROLE_ARN": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IAM_ROLE_ARN" - } - }, - "USB_DEVICE_FILTER_STRINGS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "USB_DEVICE_FILTER_STRINGS" - } - }, - "SESSION_SCRIPT_S3_LOCATION": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SESSION_SCRIPT_S3_LOCATION" - } - }, - "MAX_SESSIONS_PER_INSTANCE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "MAX_SESSIONS_PER_INSTANCE" - } - } - }, - "traits": { - "smithy.api#documentation": "

The fleet attribute.

" - } - }, - "com.amazonaws.appstream#FleetAttributes": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#FleetAttribute" - }, - "traits": { - "smithy.api#documentation": "

The fleet attributes.

" - } - }, - "com.amazonaws.appstream#FleetError": { - "type": "structure", - "members": { - "ErrorCode": { - "target": "com.amazonaws.appstream#FleetErrorCode", - "traits": { - "smithy.api#documentation": "

The error code.

" - } - }, - "ErrorMessage": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The error message.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a fleet error.

" - } - }, - "com.amazonaws.appstream#FleetErrorCode": { - "type": "enum", - "members": { - "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION" - } - }, - "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION" - } - }, - "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION" - } - }, - "NETWORK_INTERFACE_LIMIT_EXCEEDED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "NETWORK_INTERFACE_LIMIT_EXCEEDED" - } - }, - "INTERNAL_SERVICE_ERROR": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INTERNAL_SERVICE_ERROR" - } - }, - "IAM_SERVICE_ROLE_IS_MISSING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IAM_SERVICE_ROLE_IS_MISSING" - } - }, - "MACHINE_ROLE_IS_MISSING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "MACHINE_ROLE_IS_MISSING" - } - }, - "STS_DISABLED_IN_REGION": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STS_DISABLED_IN_REGION" - } - }, - "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES" - } - }, - "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION" - } - }, - "SUBNET_NOT_FOUND": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SUBNET_NOT_FOUND" - } - }, - "IMAGE_NOT_FOUND": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IMAGE_NOT_FOUND" - } - }, - "INVALID_SUBNET_CONFIGURATION": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INVALID_SUBNET_CONFIGURATION" - } - }, - "SECURITY_GROUPS_NOT_FOUND": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SECURITY_GROUPS_NOT_FOUND" - } - }, - "IGW_NOT_ATTACHED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IGW_NOT_ATTACHED" - } - }, - "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION" - } - }, - "FLEET_STOPPED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FLEET_STOPPED" - } - }, - "FLEET_INSTANCE_PROVISIONING_FAILURE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FLEET_INSTANCE_PROVISIONING_FAILURE" - } - }, - "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND" - } - }, - "DOMAIN_JOIN_ERROR_ACCESS_DENIED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_ACCESS_DENIED" - } - }, - "DOMAIN_JOIN_ERROR_LOGON_FAILURE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_LOGON_FAILURE" - } - }, - "DOMAIN_JOIN_ERROR_INVALID_PARAMETER": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_INVALID_PARAMETER" - } - }, - "DOMAIN_JOIN_ERROR_MORE_DATA": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_MORE_DATA" - } - }, - "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN" - } - }, - "DOMAIN_JOIN_ERROR_NOT_SUPPORTED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_NOT_SUPPORTED" - } - }, - "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME" - } - }, - "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED" - } - }, - "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED" - } - }, - "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED" - } - }, - "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR" - } - } - } - }, - "com.amazonaws.appstream#FleetErrors": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#FleetError" - } - }, - "com.amazonaws.appstream#FleetList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#Fleet" - }, - "traits": { - "smithy.api#documentation": "

The fleets.

" - } - }, - "com.amazonaws.appstream#FleetState": { - "type": "enum", - "members": { - "STARTING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STARTING" - } - }, - "RUNNING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "RUNNING" - } - }, - "STOPPING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STOPPING" - } - }, - "STOPPED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STOPPED" - } - } - } - }, - "com.amazonaws.appstream#FleetType": { - "type": "enum", - "members": { - "ALWAYS_ON": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ALWAYS_ON" - } - }, - "ON_DEMAND": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ON_DEMAND" - } - }, - "ELASTIC": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ELASTIC" - } - } - } - }, - "com.amazonaws.appstream#Image": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the image.

", - "smithy.api#required": {} - } - }, - "Arn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the image.

" - } - }, - "BaseImageArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the image from which this image was created.

" - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The image name to display.

" - } - }, - "State": { - "target": "com.amazonaws.appstream#ImageState", - "traits": { - "smithy.api#documentation": "

The image starts in the PENDING state. If image creation succeeds, the\n state is AVAILABLE. If image creation fails, the state is FAILED.

" - } - }, - "Visibility": { - "target": "com.amazonaws.appstream#VisibilityType", - "traits": { - "smithy.api#documentation": "

Indicates whether the image is public or private.

" - } - }, - "ImageBuilderSupported": { - "target": "com.amazonaws.appstream#Boolean", - "traits": { - "smithy.api#documentation": "

Indicates whether an image builder can be launched from this image.

" - } - }, - "ImageBuilderName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The name of the image builder that was used to create the private image. If the image is shared, this value is null.

" - } - }, - "Platform": { - "target": "com.amazonaws.appstream#PlatformType", - "traits": { - "smithy.api#documentation": "

The operating system platform of the image.

" - } - }, - "Description": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The description to display.

" - } - }, - "StateChangeReason": { - "target": "com.amazonaws.appstream#ImageStateChangeReason", - "traits": { - "smithy.api#documentation": "

The reason why the last state change occurred.

" - } - }, - "Applications": { - "target": "com.amazonaws.appstream#Applications", - "traits": { - "smithy.api#documentation": "

The applications associated with the image.

" - } - }, - "CreatedTime": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The time the image was created.

" - } - }, - "PublicBaseImageReleasedDate": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The release date of the public base image. \n For private images, this date is the release date of the base image from which the image was created.

" - } - }, - "AppstreamAgentVersion": { - "target": "com.amazonaws.appstream#AppstreamAgentVersion", - "traits": { - "smithy.api#documentation": "

The version of the AppStream 2.0 agent to use for instances that are launched from this image.

" - } - }, - "ImagePermissions": { - "target": "com.amazonaws.appstream#ImagePermissions", - "traits": { - "smithy.api#documentation": "

The permissions to provide to the destination AWS account for the specified image.

" - } - }, - "ImageErrors": { - "target": "com.amazonaws.appstream#ResourceErrors", - "traits": { - "smithy.api#documentation": "

Describes the errors that are returned when a new image can't be created.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an image.

" - } - }, - "com.amazonaws.appstream#ImageBuilder": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the image builder.

", - "smithy.api#required": {} - } - }, - "Arn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN for the image builder.

" - } - }, - "ImageArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the image from which this builder was created.

" - } - }, - "Description": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The description to display.

" - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The image builder name to display.

" - } - }, - "VpcConfig": { - "target": "com.amazonaws.appstream#VpcConfig", - "traits": { - "smithy.api#documentation": "

The VPC configuration of the image builder.

" - } - }, - "InstanceType": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The instance type for the image builder. The following instance types are available:

\n " - } - }, - "Platform": { - "target": "com.amazonaws.appstream#PlatformType", - "traits": { - "smithy.api#documentation": "

The operating system platform of the image builder.

" - } - }, - "IamRoleArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the IAM role that is applied to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

\n

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

" - } - }, - "State": { - "target": "com.amazonaws.appstream#ImageBuilderState", - "traits": { - "smithy.api#documentation": "

The state of the image builder.

" - } - }, - "StateChangeReason": { - "target": "com.amazonaws.appstream#ImageBuilderStateChangeReason", - "traits": { - "smithy.api#documentation": "

The reason why the last state change occurred.

" - } - }, - "CreatedTime": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The time stamp when the image builder was created.

" - } - }, - "EnableDefaultInternetAccess": { - "target": "com.amazonaws.appstream#BooleanObject", - "traits": { - "smithy.api#documentation": "

Enables or disables default internet access for the image builder.

" - } - }, - "DomainJoinInfo": { - "target": "com.amazonaws.appstream#DomainJoinInfo", - "traits": { - "smithy.api#documentation": "

The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.

" - } - }, - "NetworkAccessConfiguration": { - "target": "com.amazonaws.appstream#NetworkAccessConfiguration" - }, - "ImageBuilderErrors": { - "target": "com.amazonaws.appstream#ResourceErrors", - "traits": { - "smithy.api#documentation": "

The image builder errors.

" - } - }, - "AppstreamAgentVersion": { - "target": "com.amazonaws.appstream#AppstreamAgentVersion", - "traits": { - "smithy.api#documentation": "

The version of the AppStream 2.0 agent that is currently being used by the image builder.

" - } - }, - "AccessEndpoints": { - "target": "com.amazonaws.appstream#AccessEndpointList", - "traits": { - "smithy.api#documentation": "

The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a virtual machine that is used to create an image.

" - } - }, - "com.amazonaws.appstream#ImageBuilderList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#ImageBuilder" - } - }, - "com.amazonaws.appstream#ImageBuilderState": { - "type": "enum", - "members": { - "PENDING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PENDING" - } - }, - "UPDATING_AGENT": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "UPDATING_AGENT" - } - }, - "RUNNING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "RUNNING" - } - }, - "STOPPING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STOPPING" - } - }, - "STOPPED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STOPPED" - } - }, - "REBOOTING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "REBOOTING" - } - }, - "SNAPSHOTTING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SNAPSHOTTING" - } - }, - "DELETING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DELETING" - } - }, - "FAILED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FAILED" - } - }, - "UPDATING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "UPDATING" - } - }, - "PENDING_QUALIFICATION": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PENDING_QUALIFICATION" - } - } - } - }, - "com.amazonaws.appstream#ImageBuilderStateChangeReason": { - "type": "structure", - "members": { - "Code": { - "target": "com.amazonaws.appstream#ImageBuilderStateChangeReasonCode", - "traits": { - "smithy.api#documentation": "

The state change reason code.

" - } - }, - "Message": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The state change reason message.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the reason why the last image builder state change occurred.

" - } - }, - "com.amazonaws.appstream#ImageBuilderStateChangeReasonCode": { - "type": "enum", - "members": { - "INTERNAL_ERROR": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INTERNAL_ERROR" - } - }, - "IMAGE_UNAVAILABLE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IMAGE_UNAVAILABLE" - } - } - } - }, - "com.amazonaws.appstream#ImageList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#Image" - } - }, - "com.amazonaws.appstream#ImagePermissions": { - "type": "structure", - "members": { - "allowFleet": { - "target": "com.amazonaws.appstream#BooleanObject", - "traits": { - "smithy.api#documentation": "

Indicates whether the image can be used for a fleet.

" - } - }, - "allowImageBuilder": { - "target": "com.amazonaws.appstream#BooleanObject", - "traits": { - "smithy.api#documentation": "

Indicates whether the image can be used for an image builder.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the permissions for an image.

" - } - }, - "com.amazonaws.appstream#ImageState": { - "type": "enum", - "members": { - "PENDING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PENDING" - } - }, - "AVAILABLE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "AVAILABLE" - } - }, - "FAILED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FAILED" - } - }, - "COPYING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "COPYING" - } - }, - "DELETING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DELETING" - } - }, - "CREATING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CREATING" - } - }, - "IMPORTING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IMPORTING" - } - } - } - }, - "com.amazonaws.appstream#ImageStateChangeReason": { - "type": "structure", - "members": { - "Code": { - "target": "com.amazonaws.appstream#ImageStateChangeReasonCode", - "traits": { - "smithy.api#documentation": "

The state change reason code.

" - } - }, - "Message": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The state change reason message.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the reason why the last image state change occurred.

" - } - }, - "com.amazonaws.appstream#ImageStateChangeReasonCode": { - "type": "enum", - "members": { - "INTERNAL_ERROR": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INTERNAL_ERROR" - } - }, - "IMAGE_BUILDER_NOT_AVAILABLE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IMAGE_BUILDER_NOT_AVAILABLE" - } - }, - "IMAGE_COPY_FAILURE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IMAGE_COPY_FAILURE" - } - } - } - }, - "com.amazonaws.appstream#IncompatibleImageException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.appstream#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The image can't be updated because it's not compatible for updates.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.appstream#Integer": { - "type": "integer" - }, - "com.amazonaws.appstream#InvalidAccountStatusException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.appstream#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.appstream#InvalidParameterCombinationException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.appstream#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

Indicates an incorrect combination of parameters, or a missing parameter.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.appstream#InvalidRoleException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.appstream#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The specified role is invalid.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.appstream#LastReportGenerationExecutionError": { - "type": "structure", - "members": { - "ErrorCode": { - "target": "com.amazonaws.appstream#UsageReportExecutionErrorCode", - "traits": { - "smithy.api#documentation": "

The error code for the error that is returned when a usage report can't be generated.

" - } - }, - "ErrorMessage": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The error message for the error that is returned when a usage report can't be generated.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the error that is returned when a usage report can't be generated.

" - } - }, - "com.amazonaws.appstream#LastReportGenerationExecutionErrors": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#LastReportGenerationExecutionError" - } - }, - "com.amazonaws.appstream#LimitExceededException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.appstream#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The requested limit exceeds the permitted limit for an account.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.appstream#ListAssociatedFleets": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#ListAssociatedFleetsRequest" - }, - "output": { - "target": "com.amazonaws.appstream#ListAssociatedFleetsResult" - }, - "traits": { - "smithy.api#documentation": "

Retrieves the name of the fleet that is associated with the specified stack.

" - } - }, - "com.amazonaws.appstream#ListAssociatedFleetsRequest": { - "type": "structure", - "members": { - "StackName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack.

", - "smithy.api#required": {} - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#ListAssociatedFleetsResult": { - "type": "structure", - "members": { - "Names": { - "target": "com.amazonaws.appstream#StringList", - "traits": { - "smithy.api#documentation": "

The name of the fleet.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#ListAssociatedStacks": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#ListAssociatedStacksRequest" - }, - "output": { - "target": "com.amazonaws.appstream#ListAssociatedStacksResult" - }, - "traits": { - "smithy.api#documentation": "

Retrieves the name of the stack with which the specified fleet is associated.

" - } - }, - "com.amazonaws.appstream#ListAssociatedStacksRequest": { - "type": "structure", - "members": { - "FleetName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the fleet.

", - "smithy.api#required": {} - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#ListAssociatedStacksResult": { - "type": "structure", - "members": { - "Names": { - "target": "com.amazonaws.appstream#StringList", - "traits": { - "smithy.api#documentation": "

The name of the stack.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#ListEntitledApplications": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#ListEntitledApplicationsRequest" - }, - "output": { - "target": "com.amazonaws.appstream#ListEntitledApplicationsResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#EntitlementNotFoundException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list of entitled applications.

" - } - }, - "com.amazonaws.appstream#ListEntitledApplicationsRequest": { - "type": "structure", - "members": { - "StackName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack with which the entitlement is associated.

", - "smithy.api#required": {} - } - }, - "EntitlementName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the entitlement.

", - "smithy.api#required": {} - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this operation.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum size of each page of results.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#ListEntitledApplicationsResult": { - "type": "structure", - "members": { - "EntitledApplications": { - "target": "com.amazonaws.appstream#EntitledApplicationList", - "traits": { - "smithy.api#documentation": "

The entitled applications.

" - } - }, - "NextToken": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this operation.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#ListTagsForResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#ListTagsForResourceRequest" - }, - "output": { - "target": "com.amazonaws.appstream#ListTagsForResourceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.

\n

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" - } - }, - "com.amazonaws.appstream#ListTagsForResourceRequest": { - "type": "structure", - "members": { - "ResourceArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#ListTagsForResourceResponse": { - "type": "structure", - "members": { - "Tags": { - "target": "com.amazonaws.appstream#Tags", - "traits": { - "smithy.api#documentation": "

The information about the tags.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#Long": { - "type": "long" - }, - "com.amazonaws.appstream#MaxResults": { - "type": "integer", - "traits": { - "smithy.api#range": { - "min": 0, - "max": 500 - } - } - }, - "com.amazonaws.appstream#MessageAction": { - "type": "enum", - "members": { - "SUPPRESS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SUPPRESS" - } - }, - "RESEND": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "RESEND" - } - } - } - }, - "com.amazonaws.appstream#Metadata": { - "type": "map", - "key": { - "target": "com.amazonaws.appstream#String" - }, - "value": { - "target": "com.amazonaws.appstream#String" - } - }, - "com.amazonaws.appstream#Name": { - "type": "string", - "traits": { - "smithy.api#pattern": "^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$" - } - }, - "com.amazonaws.appstream#NetworkAccessConfiguration": { - "type": "structure", - "members": { - "EniPrivateIpAddress": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The private IP address of the elastic network interface that is attached to instances in your VPC.

" - } - }, - "EniId": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the network details of the fleet or image builder instance.

" - } - }, - "com.amazonaws.appstream#OperationNotPermittedException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.appstream#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The attempted operation is not permitted.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.appstream#OrganizationalUnitDistinguishedName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 2000 - } - } - }, - "com.amazonaws.appstream#OrganizationalUnitDistinguishedNamesList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#OrganizationalUnitDistinguishedName" - } - }, - "com.amazonaws.appstream#PackagingType": { - "type": "enum", - "members": { - "CUSTOM": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CUSTOM" - } - }, - "APPSTREAM2": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "APPSTREAM2" - } - } - } - }, - "com.amazonaws.appstream#Permission": { - "type": "enum", - "members": { - "ENABLED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ENABLED" - } - }, - "DISABLED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DISABLED" - } - } - } - }, - "com.amazonaws.appstream#PhotonAdminProxyService": { - "type": "service", - "version": "2016-12-01", - "operations": [ - { - "target": "com.amazonaws.appstream#AssociateAppBlockBuilderAppBlock" - }, - { - "target": "com.amazonaws.appstream#AssociateApplicationFleet" - }, - { - "target": "com.amazonaws.appstream#AssociateApplicationToEntitlement" - }, - { - "target": "com.amazonaws.appstream#AssociateFleet" - }, - { - "target": "com.amazonaws.appstream#BatchAssociateUserStack" - }, - { - "target": "com.amazonaws.appstream#BatchDisassociateUserStack" - }, - { - "target": "com.amazonaws.appstream#CopyImage" - }, - { - "target": "com.amazonaws.appstream#CreateAppBlock" - }, - { - "target": "com.amazonaws.appstream#CreateAppBlockBuilder" - }, - { - "target": "com.amazonaws.appstream#CreateAppBlockBuilderStreamingURL" - }, - { - "target": "com.amazonaws.appstream#CreateApplication" - }, - { - "target": "com.amazonaws.appstream#CreateDirectoryConfig" - }, - { - "target": "com.amazonaws.appstream#CreateEntitlement" - }, - { - "target": "com.amazonaws.appstream#CreateFleet" - }, - { - "target": "com.amazonaws.appstream#CreateImageBuilder" - }, - { - "target": "com.amazonaws.appstream#CreateImageBuilderStreamingURL" - }, - { - "target": "com.amazonaws.appstream#CreateStack" - }, - { - "target": "com.amazonaws.appstream#CreateStreamingURL" - }, - { - "target": "com.amazonaws.appstream#CreateUpdatedImage" - }, - { - "target": "com.amazonaws.appstream#CreateUsageReportSubscription" - }, - { - "target": "com.amazonaws.appstream#CreateUser" - }, - { - "target": "com.amazonaws.appstream#DeleteAppBlock" - }, - { - "target": "com.amazonaws.appstream#DeleteAppBlockBuilder" - }, - { - "target": "com.amazonaws.appstream#DeleteApplication" - }, - { - "target": "com.amazonaws.appstream#DeleteDirectoryConfig" - }, - { - "target": "com.amazonaws.appstream#DeleteEntitlement" - }, - { - "target": "com.amazonaws.appstream#DeleteFleet" - }, - { - "target": "com.amazonaws.appstream#DeleteImage" - }, - { - "target": "com.amazonaws.appstream#DeleteImageBuilder" - }, - { - "target": "com.amazonaws.appstream#DeleteImagePermissions" - }, - { - "target": "com.amazonaws.appstream#DeleteStack" - }, - { - "target": "com.amazonaws.appstream#DeleteUsageReportSubscription" - }, - { - "target": "com.amazonaws.appstream#DeleteUser" - }, - { - "target": "com.amazonaws.appstream#DescribeAppBlockBuilderAppBlockAssociations" - }, - { - "target": "com.amazonaws.appstream#DescribeAppBlockBuilders" - }, - { - "target": "com.amazonaws.appstream#DescribeAppBlocks" - }, - { - "target": "com.amazonaws.appstream#DescribeApplicationFleetAssociations" - }, - { - "target": "com.amazonaws.appstream#DescribeApplications" - }, - { - "target": "com.amazonaws.appstream#DescribeDirectoryConfigs" - }, - { - "target": "com.amazonaws.appstream#DescribeEntitlements" - }, - { - "target": "com.amazonaws.appstream#DescribeFleets" - }, - { - "target": "com.amazonaws.appstream#DescribeImageBuilders" - }, - { - "target": "com.amazonaws.appstream#DescribeImagePermissions" - }, - { - "target": "com.amazonaws.appstream#DescribeImages" - }, - { - "target": "com.amazonaws.appstream#DescribeSessions" - }, - { - "target": "com.amazonaws.appstream#DescribeStacks" - }, - { - "target": "com.amazonaws.appstream#DescribeUsageReportSubscriptions" - }, - { - "target": "com.amazonaws.appstream#DescribeUsers" - }, - { - "target": "com.amazonaws.appstream#DescribeUserStackAssociations" - }, - { - "target": "com.amazonaws.appstream#DisableUser" - }, - { - "target": "com.amazonaws.appstream#DisassociateAppBlockBuilderAppBlock" - }, - { - "target": "com.amazonaws.appstream#DisassociateApplicationFleet" - }, - { - "target": "com.amazonaws.appstream#DisassociateApplicationFromEntitlement" - }, - { - "target": "com.amazonaws.appstream#DisassociateFleet" - }, - { - "target": "com.amazonaws.appstream#EnableUser" - }, - { - "target": "com.amazonaws.appstream#ExpireSession" - }, - { - "target": "com.amazonaws.appstream#ListAssociatedFleets" - }, - { - "target": "com.amazonaws.appstream#ListAssociatedStacks" - }, - { - "target": "com.amazonaws.appstream#ListEntitledApplications" - }, - { - "target": "com.amazonaws.appstream#ListTagsForResource" - }, - { - "target": "com.amazonaws.appstream#StartAppBlockBuilder" - }, - { - "target": "com.amazonaws.appstream#StartFleet" - }, - { - "target": "com.amazonaws.appstream#StartImageBuilder" - }, - { - "target": "com.amazonaws.appstream#StopAppBlockBuilder" - }, - { - "target": "com.amazonaws.appstream#StopFleet" - }, - { - "target": "com.amazonaws.appstream#StopImageBuilder" - }, - { - "target": "com.amazonaws.appstream#TagResource" - }, - { - "target": "com.amazonaws.appstream#UntagResource" - }, - { - "target": "com.amazonaws.appstream#UpdateAppBlockBuilder" - }, - { - "target": "com.amazonaws.appstream#UpdateApplication" - }, - { - "target": "com.amazonaws.appstream#UpdateDirectoryConfig" - }, - { - "target": "com.amazonaws.appstream#UpdateEntitlement" - }, - { - "target": "com.amazonaws.appstream#UpdateFleet" - }, - { - "target": "com.amazonaws.appstream#UpdateImagePermissions" - }, - { - "target": "com.amazonaws.appstream#UpdateStack" - } - ], - "traits": { - "aws.api#service": { - "sdkId": "AppStream", - "arnNamespace": "appstream", - "cloudFormationName": "AppStream", - "cloudTrailEventSource": "appstream.amazonaws.com", - "endpointPrefix": "appstream2" - }, - "aws.auth#sigv4": { - "name": "appstream" - }, - "aws.protocols#awsJson1_1": {}, - "smithy.api#documentation": "Amazon AppStream 2.0\n

This is the Amazon AppStream 2.0 API Reference. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand.

\n \n

You can call the AppStream 2.0 API operations by using an interface VPC endpoint (interface endpoint). For more information, see Access AppStream 2.0 API Operations and CLI Commands Through an Interface VPC Endpoint in the Amazon AppStream 2.0 Administration Guide.

\n
\n

To learn more about AppStream 2.0, see the following resources:

\n ", - "smithy.api#title": "Amazon AppStream", - "smithy.rules#endpointRuleSet": { - "version": "1.0", - "parameters": { - "Region": { - "builtIn": "AWS::Region", - "required": false, - "documentation": "The AWS region used to dispatch the request.", - "type": "String" - }, - "UseDualStack": { - "builtIn": "AWS::UseDualStack", - "required": true, - "default": false, - "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", - "type": "Boolean" - }, - "UseFIPS": { - "builtIn": "AWS::UseFIPS", - "required": true, - "default": false, - "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", - "type": "Boolean" - }, - "Endpoint": { - "builtIn": "SDK::Endpoint", - "required": false, - "documentation": "Override the endpoint used to send this request", - "type": "String" - } - }, - "rules": [ - { - "conditions": [ - { - "fn": "isSet", - "argv": [ - { - "ref": "Endpoint" - } - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - } - ], - "error": "Invalid Configuration: FIPS and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" - }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "isSet", - "argv": [ - { - "ref": "Region" - } - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "aws.partition", - "argv": [ - { - "ref": "Region" - } - ], - "assign": "PartitionResult" - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - }, - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - }, - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://appstream2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "FIPS and DualStack are enabled, but this partition does not support one or both", - "type": "error" - } - ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - }, - true - ] - } - ], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://appstream2-fips.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "FIPS is enabled but this partition does not support FIPS", - "type": "error" - } - ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://appstream2.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" - } - ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "stringEquals", - "argv": [ - "aws", - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "name" - ] - } - ] - } - ], - "endpoint": { - "url": "https://appstream2.{Region}.amazonaws.com", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - }, - { - "conditions": [ - { - "fn": "stringEquals", - "argv": [ - "aws-us-gov", - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "name" - ] - } - ] - } - ], - "endpoint": { - "url": "https://appstream2.{Region}.amazonaws.com", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - }, - { - "conditions": [], - "endpoint": { - "url": "https://appstream2.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "Invalid Configuration: Missing Region", - "type": "error" - } - ] - }, - "smithy.rules#endpointTests": { - "testCases": [ - { - "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.ap-northeast-1.amazonaws.com" - } - }, - "params": { - "Region": "ap-northeast-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.ap-northeast-2.amazonaws.com" - } - }, - "params": { - "Region": "ap-northeast-2", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.ap-south-1.amazonaws.com" - } - }, - "params": { - "Region": "ap-south-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.ap-southeast-1.amazonaws.com" - } - }, - "params": { - "Region": "ap-southeast-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.ap-southeast-2.amazonaws.com" - } - }, - "params": { - "Region": "ap-southeast-2", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.ca-central-1.amazonaws.com" - } - }, - "params": { - "Region": "ca-central-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.eu-central-1.amazonaws.com" - } - }, - "params": { - "Region": "eu-central-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.eu-west-1.amazonaws.com" - } - }, - "params": { - "Region": "eu-west-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.eu-west-2.amazonaws.com" - } - }, - "params": { - "Region": "eu-west-2", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.us-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2-fips.us-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.us-east-2.amazonaws.com" - } - }, - "params": { - "Region": "us-east-2", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.us-west-2.amazonaws.com" - } - }, - "params": { - "Region": "us-west-2", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-west-2 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2-fips.us-west-2.amazonaws.com" - } - }, - "params": { - "Region": "us-west-2", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://appstream2-fips.us-east-1.api.aws" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://appstream2.us-east-1.api.aws" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://appstream2-fips.cn-north-1.api.amazonwebservices.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2-fips.cn-north-1.amazonaws.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://appstream2.cn-north-1.api.amazonwebservices.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.cn-north-1.amazonaws.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.us-gov-west-1.amazonaws.com" - } - }, - "params": { - "Region": "us-gov-west-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2-fips.us-gov-west-1.amazonaws.com" - } - }, - "params": { - "Region": "us-gov-west-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://appstream2-fips.us-gov-east-1.api.aws" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2-fips.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://appstream2.us-gov-east-1.api.aws" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2-fips.us-iso-east-1.c2s.ic.gov" - } - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "error": "DualStack is enabled but this partition does not support DualStack" - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.us-iso-east-1.c2s.ic.gov" - } - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2-fips.us-isob-east-1.sc2s.sgov.gov" - } - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "error": "DualStack is enabled but this partition does not support DualStack" - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://appstream2.us-isob-east-1.sc2s.sgov.gov" - } - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", - "expect": { - "endpoint": { - "url": "https://example.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", - "expect": { - "endpoint": { - "url": "https://example.com" - } - }, - "params": { - "UseFIPS": false, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with fips enabled and dualstack disabled", - "expect": { - "error": "Invalid Configuration: FIPS and custom endpoint are not supported" - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with fips disabled and dualstack enabled", - "expect": { - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": true, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "Missing region", - "expect": { - "error": "Invalid Configuration: Missing Region" - } - } - ], - "version": "1.0" - } - } - }, - "com.amazonaws.appstream#PlatformType": { - "type": "enum", - "members": { - "WINDOWS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "WINDOWS" - } - }, - "WINDOWS_SERVER_2016": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "WINDOWS_SERVER_2016" - } - }, - "WINDOWS_SERVER_2019": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "WINDOWS_SERVER_2019" - } - }, - "WINDOWS_SERVER_2022": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "WINDOWS_SERVER_2022" - } - }, - "AMAZON_LINUX2": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "AMAZON_LINUX2" - } - } - } - }, - "com.amazonaws.appstream#Platforms": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#PlatformType" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 4 - } - } - }, - "com.amazonaws.appstream#PreferredProtocol": { - "type": "enum", - "members": { - "TCP": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "TCP" - } - }, - "UDP": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "UDP" - } - } - } - }, - "com.amazonaws.appstream#RedirectURL": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 1000 - } - } - }, - "com.amazonaws.appstream#RegionName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 32 - } - } - }, - "com.amazonaws.appstream#RequestLimitExceededException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.appstream#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

AppStream 2.0 can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.appstream#ResourceAlreadyExistsException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.appstream#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The specified resource already exists.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.appstream#ResourceError": { - "type": "structure", - "members": { - "ErrorCode": { - "target": "com.amazonaws.appstream#FleetErrorCode", - "traits": { - "smithy.api#documentation": "

The error code.

" - } - }, - "ErrorMessage": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The error message.

" - } - }, - "ErrorTimestamp": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The time the error occurred.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a resource error.

" - } + "minDelay": 30 + } + } + } + }, + "com.amazonaws.appstream#DescribeFleetsRequest": { + "type": "structure", + "members": { + "Names": { + "target": "com.amazonaws.appstream#StringList", + "traits": { + "smithy.api#documentation": "

The names of the fleets to describe.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeFleetsResult": { + "type": "structure", + "members": { + "Fleets": { + "target": "com.amazonaws.appstream#FleetList", + "traits": { + "smithy.api#documentation": "

Information about the fleets.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeImageBuilders": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeImageBuildersRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeImageBuildersResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.

" + } + }, + "com.amazonaws.appstream#DescribeImageBuildersRequest": { + "type": "structure", + "members": { + "Names": { + "target": "com.amazonaws.appstream#StringList", + "traits": { + "smithy.api#documentation": "

The names of the image builders to describe.

" + } + }, + "MaxResults": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum size of each page of results.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeImageBuildersResult": { + "type": "structure", + "members": { + "ImageBuilders": { + "target": "com.amazonaws.appstream#ImageBuilderList", + "traits": { + "smithy.api#documentation": "

Information about the image builders.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeImagePermissions": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeImagePermissionsRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeImagePermissionsResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.

", + "smithy.api#paginated": { + "inputToken": "NextToken", + "outputToken": "NextToken", + "pageSize": "MaxResults" + } + } + }, + "com.amazonaws.appstream#DescribeImagePermissionsRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the private image for which to describe permissions. The image must be one that you own.

", + "smithy.api#required": {} + } + }, + "MaxResults": { + "target": "com.amazonaws.appstream#MaxResults", + "traits": { + "smithy.api#documentation": "

The maximum size of each page of results.

" + } + }, + "SharedAwsAccountIds": { + "target": "com.amazonaws.appstream#AwsAccountIdList", + "traits": { + "smithy.api#documentation": "

The 12-digit identifier of one or more AWS accounts with which the image is shared.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeImagePermissionsResult": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#documentation": "

The name of the private image.

" + } + }, + "SharedImagePermissionsList": { + "target": "com.amazonaws.appstream#SharedImagePermissionsList", + "traits": { + "smithy.api#documentation": "

The permissions for a private image that you own.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeImages": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeImagesRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeImagesResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.

", + "smithy.api#paginated": { + "inputToken": "NextToken", + "outputToken": "NextToken", + "pageSize": "MaxResults" + } + } + }, + "com.amazonaws.appstream#DescribeImagesMaxResults": { + "type": "integer", + "traits": { + "smithy.api#range": { + "min": 0, + "max": 25 + } + } + }, + "com.amazonaws.appstream#DescribeImagesRequest": { + "type": "structure", + "members": { + "Names": { + "target": "com.amazonaws.appstream#StringList", + "traits": { + "smithy.api#documentation": "

The names of the public or private images to describe.

" + } + }, + "Arns": { + "target": "com.amazonaws.appstream#ArnList", + "traits": { + "smithy.api#documentation": "

The ARNs of the public, private, and shared images to describe.

" + } + }, + "Type": { + "target": "com.amazonaws.appstream#VisibilityType", + "traits": { + "smithy.api#documentation": "

The type of image (public, private, or shared) to describe.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" + } + }, + "MaxResults": { + "target": "com.amazonaws.appstream#DescribeImagesMaxResults", + "traits": { + "smithy.api#documentation": "

The maximum size of each page of results.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeImagesResult": { + "type": "structure", + "members": { + "Images": { + "target": "com.amazonaws.appstream#ImageList", + "traits": { + "smithy.api#documentation": "

Information about the images.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeSessions": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeSessionsRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeSessionsResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a UserId is provided for the stack and fleet,\n only streaming sessions for that user are described. If an authentication type is not provided, \n the default is to authenticate users using a streaming URL.

" + } + }, + "com.amazonaws.appstream#DescribeSessionsRequest": { + "type": "structure", + "members": { + "StackName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack. This value is case-sensitive.

", + "smithy.api#required": {} + } + }, + "FleetName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the fleet. This value is case-sensitive.

", + "smithy.api#required": {} + } + }, + "UserId": { + "target": "com.amazonaws.appstream#UserId", + "traits": { + "smithy.api#documentation": "

The user identifier (ID). If you specify a user ID, you must also specify the authentication type.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" + } + }, + "Limit": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The size of each page of results. The default value is 20 and the maximum value is 50.

" + } + }, + "AuthenticationType": { + "target": "com.amazonaws.appstream#AuthenticationType", + "traits": { + "smithy.api#documentation": "

The authentication method. Specify API for a user\n authenticated using a streaming URL or SAML for a SAML federated user. \n The default is to authenticate users using a streaming URL.

" + } + }, + "InstanceId": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The identifier for the instance hosting the session.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeSessionsResult": { + "type": "structure", + "members": { + "Sessions": { + "target": "com.amazonaws.appstream#SessionList", + "traits": { + "smithy.api#documentation": "

Information about the streaming sessions.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeStacks": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeStacksRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeStacksResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.

", + "smithy.test#smokeTests": [ + { + "id": "DescribeStacksSuccess", + "params": {}, + "vendorParams": { + "region": "us-west-2" + }, + "vendorParamsShape": "aws.test#AwsVendorParams", + "expect": { + "success": {} + } + } + ] + } + }, + "com.amazonaws.appstream#DescribeStacksRequest": { + "type": "structure", + "members": { + "Names": { + "target": "com.amazonaws.appstream#StringList", + "traits": { + "smithy.api#documentation": "

The names of the stacks to describe.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeStacksResult": { + "type": "structure", + "members": { + "Stacks": { + "target": "com.amazonaws.appstream#StackList", + "traits": { + "smithy.api#documentation": "

Information about the stacks.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeUsageReportSubscriptions": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeUsageReportSubscriptionsRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeUsageReportSubscriptionsResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes one or more usage report subscriptions.

" + } + }, + "com.amazonaws.appstream#DescribeUsageReportSubscriptionsRequest": { + "type": "structure", + "members": { + "MaxResults": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum size of each page of results.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeUsageReportSubscriptionsResult": { + "type": "structure", + "members": { + "UsageReportSubscriptions": { + "target": "com.amazonaws.appstream#UsageReportSubscriptionList", + "traits": { + "smithy.api#documentation": "

Information about the usage report subscription.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeUserStackAssociations": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeUserStackAssociationsRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeUserStackAssociationsResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:

\n " + } + }, + "com.amazonaws.appstream#DescribeUserStackAssociationsRequest": { + "type": "structure", + "members": { + "StackName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The name of the stack that is associated with the user.

" + } + }, + "UserName": { + "target": "com.amazonaws.appstream#Username", + "traits": { + "smithy.api#documentation": "

The email address of the user who is associated with the stack.

\n \n

Users' email addresses are case-sensitive.

\n
" + } + }, + "AuthenticationType": { + "target": "com.amazonaws.appstream#AuthenticationType", + "traits": { + "smithy.api#documentation": "

The authentication type for the user who is associated with the stack. You must specify USERPOOL.

" + } + }, + "MaxResults": { + "target": "com.amazonaws.appstream#MaxResults", + "traits": { + "smithy.api#documentation": "

The maximum size of each page of results.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeUserStackAssociationsResult": { + "type": "structure", + "members": { + "UserStackAssociations": { + "target": "com.amazonaws.appstream#UserStackAssociationList", + "traits": { + "smithy.api#documentation": "

The UserStackAssociation objects.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DescribeUsers": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DescribeUsersRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DescribeUsersResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list that describes one or more specified users in the user pool.

" + } + }, + "com.amazonaws.appstream#DescribeUsersRequest": { + "type": "structure", + "members": { + "AuthenticationType": { + "target": "com.amazonaws.appstream#AuthenticationType", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The authentication type for the users in the user pool to describe. You must specify USERPOOL.

", + "smithy.api#required": {} + } + }, + "MaxResults": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum size of each page of results.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DescribeUsersResult": { + "type": "structure", + "members": { + "Users": { + "target": "com.amazonaws.appstream#UserList", + "traits": { + "smithy.api#documentation": "

Information about users in the user pool.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#Description": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 0, + "max": 256 + } + } + }, + "com.amazonaws.appstream#DirectoryConfig": { + "type": "structure", + "members": { + "DirectoryName": { + "target": "com.amazonaws.appstream#DirectoryName", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The fully qualified name of the directory (for example, corp.example.com).

", + "smithy.api#required": {} + } + }, + "OrganizationalUnitDistinguishedNames": { + "target": "com.amazonaws.appstream#OrganizationalUnitDistinguishedNamesList", + "traits": { + "smithy.api#documentation": "

The distinguished names of the organizational units for computer accounts.

" + } + }, + "ServiceAccountCredentials": { + "target": "com.amazonaws.appstream#ServiceAccountCredentials", + "traits": { + "smithy.api#documentation": "

The credentials for the service account used by the fleet or image builder to connect to the directory.

" + } + }, + "CreatedTime": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The time the directory configuration was created.

" + } + }, + "CertificateBasedAuthProperties": { + "target": "com.amazonaws.appstream#CertificateBasedAuthProperties", + "traits": { + "smithy.api#documentation": "

The certificate-based authentication properties used to authenticate SAML 2.0 Identity\n Provider (IdP) user identities to Active Directory domain-joined streaming instances.\n Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD\n domain password if certificate-based authentication is unsuccessful, or to unlock a\n desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based\n authentication, but does not allow users to log in using their AD domain password. Users\n will be disconnected to re-authenticate using certificates.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

" + } + }, + "com.amazonaws.appstream#DirectoryConfigList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#DirectoryConfig" + } + }, + "com.amazonaws.appstream#DirectoryName": { + "type": "string" + }, + "com.amazonaws.appstream#DirectoryNameList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#DirectoryName" + } + }, + "com.amazonaws.appstream#DisableUser": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DisableUserRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DisableUserResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.

" + } + }, + "com.amazonaws.appstream#DisableUserRequest": { + "type": "structure", + "members": { + "UserName": { + "target": "com.amazonaws.appstream#Username", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The email address of the user.

\n \n

Users' email addresses are case-sensitive.

\n
", + "smithy.api#required": {} + } + }, + "AuthenticationType": { + "target": "com.amazonaws.appstream#AuthenticationType", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The authentication type for the user. You must specify USERPOOL.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DisableUserResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DisassociateAppBlockBuilderAppBlock": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DisassociateAppBlockBuilderAppBlockRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DisassociateAppBlockBuilderAppBlockResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Disassociates a specified app block builder from a specified app block.

" + } + }, + "com.amazonaws.appstream#DisassociateAppBlockBuilderAppBlockRequest": { + "type": "structure", + "members": { + "AppBlockArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The ARN of the app block.

", + "smithy.api#required": {} + } + }, + "AppBlockBuilderName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the app block builder.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DisassociateAppBlockBuilderAppBlockResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DisassociateApplicationFleet": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DisassociateApplicationFleetRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DisassociateApplicationFleetResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + } + ], + "traits": { + "smithy.api#documentation": "

Disassociates the specified application from the fleet.

" + } + }, + "com.amazonaws.appstream#DisassociateApplicationFleetRequest": { + "type": "structure", + "members": { + "FleetName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the fleet.

", + "smithy.api#required": {} + } + }, + "ApplicationArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The ARN of the application.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DisassociateApplicationFleetResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DisassociateApplicationFromEntitlement": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DisassociateApplicationFromEntitlementRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DisassociateApplicationFromEntitlementResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#EntitlementNotFoundException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Deletes the specified application from the specified entitlement.

" + } + }, + "com.amazonaws.appstream#DisassociateApplicationFromEntitlementRequest": { + "type": "structure", + "members": { + "StackName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack with which the entitlement is associated.

", + "smithy.api#required": {} + } + }, + "EntitlementName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the entitlement.

", + "smithy.api#required": {} + } + }, + "ApplicationIdentifier": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The identifier of the application to remove from the entitlement.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DisassociateApplicationFromEntitlementResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DisassociateFleet": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#DisassociateFleetRequest" + }, + "output": { + "target": "com.amazonaws.appstream#DisassociateFleetResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceInUseException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Disassociates the specified fleet from the specified stack.

" + } + }, + "com.amazonaws.appstream#DisassociateFleetRequest": { + "type": "structure", + "members": { + "FleetName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the fleet.

", + "smithy.api#required": {} + } + }, + "StackName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#DisassociateFleetResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#DisplayName": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 0, + "max": 100 + } + } + }, + "com.amazonaws.appstream#Domain": { + "type": "string", + "traits": { + "smithy.api#documentation": "GSuite domain for GDrive integration.", + "smithy.api#length": { + "min": 1, + "max": 64 + } + } + }, + "com.amazonaws.appstream#DomainJoinInfo": { + "type": "structure", + "members": { + "DirectoryName": { + "target": "com.amazonaws.appstream#DirectoryName", + "traits": { + "smithy.api#documentation": "

The fully qualified name of the directory (for example, corp.example.com).

" + } + }, + "OrganizationalUnitDistinguishedName": { + "target": "com.amazonaws.appstream#OrganizationalUnitDistinguishedName", + "traits": { + "smithy.api#documentation": "

The distinguished name of the organizational unit for computer accounts.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

" + } + }, + "com.amazonaws.appstream#DomainList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#Domain" + }, + "traits": { + "smithy.api#length": { + "min": 0, + "max": 50 + } + } + }, + "com.amazonaws.appstream#EmbedHostDomain": { + "type": "string", + "traits": { + "smithy.api#documentation": "Specifies a valid domain that can embed AppStream.\n Valid examples include: [\"testorigin.tt--com\", \"testingorigin.com.us\", \"test.com.us\"]\n Invalid examples include: [\"test,com\", \".com\", \"h*llo.com\". \"\"]", + "smithy.api#length": { + "min": 0, + "max": 128 + }, + "smithy.api#pattern": "^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$" + } + }, + "com.amazonaws.appstream#EmbedHostDomains": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#EmbedHostDomain" + }, + "traits": { + "smithy.api#length": { + "min": 1, + "max": 20 + } + } + }, + "com.amazonaws.appstream#EnableUser": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#EnableUserRequest" + }, + "output": { + "target": "com.amazonaws.appstream#EnableUserResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Enables a user in the user pool. After being enabled, users can sign in to AppStream 2.0 and open applications from the stacks to which they are assigned.

" + } + }, + "com.amazonaws.appstream#EnableUserRequest": { + "type": "structure", + "members": { + "UserName": { + "target": "com.amazonaws.appstream#Username", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The email address of the user.

\n \n

Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a \"user does not exist\" error message displays.

\n
", + "smithy.api#required": {} + } + }, + "AuthenticationType": { + "target": "com.amazonaws.appstream#AuthenticationType", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The authentication type for the user. You must specify USERPOOL.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#EnableUserResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#EntitledApplication": { + "type": "structure", + "members": { + "ApplicationIdentifier": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The identifier of the application.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "

The application associated to an entitlement. Access is controlled based on user attributes.

" + } + }, + "com.amazonaws.appstream#EntitledApplicationList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#EntitledApplication" + } + }, + "com.amazonaws.appstream#Entitlement": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the entitlement.

", + "smithy.api#required": {} + } + }, + "StackName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack with which the entitlement is associated.

", + "smithy.api#required": {} + } + }, + "Description": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description of the entitlement.

" + } + }, + "AppVisibility": { + "target": "com.amazonaws.appstream#AppVisibility", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

Specifies whether all or selected apps are entitled.

", + "smithy.api#required": {} + } + }, + "Attributes": { + "target": "com.amazonaws.appstream#EntitlementAttributeList", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The attributes of the entitlement.

", + "smithy.api#required": {} + } + }, + "CreatedTime": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The time when the entitlement was created.

" + } + }, + "LastModifiedTime": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The time when the entitlement was last modified.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Specifies an entitlement. Entitlements control access to specific applications within\n a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user\n identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all\n applications in a stack. Entitlements don't apply to the desktop stream view\n application, or to applications managed by a dynamic app provider using the Dynamic\n Application Framework.

" + } + }, + "com.amazonaws.appstream#EntitlementAlreadyExistsException": { + "type": "structure", + "members": { + "Message": { + "target": "com.amazonaws.appstream#ErrorMessage" + } + }, + "traits": { + "smithy.api#documentation": "

The entitlement already exists.

", + "smithy.api#error": "client", + "smithy.api#httpError": 400 + } + }, + "com.amazonaws.appstream#EntitlementAttribute": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

A supported AWS IAM SAML PrincipalTag attribute that is matched to the\n associated value when a user identity federates into an Amazon AppStream 2.0 SAML\n application.

\n

The following are valid values:

\n \n

", + "smithy.api#required": {} + } + }, + "Value": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

A value that is matched to a supported SAML attribute name when a user identity\n federates into an Amazon AppStream 2.0 SAML application.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "

An attribute associated with an entitlement. Application entitlements work by matching\n a supported SAML 2.0 attribute name to a value when a user identity federates to an\n Amazon AppStream 2.0 SAML application.

" + } + }, + "com.amazonaws.appstream#EntitlementAttributeList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#EntitlementAttribute" + }, + "traits": { + "smithy.api#length": { + "min": 1 + } + } + }, + "com.amazonaws.appstream#EntitlementList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#Entitlement" + } + }, + "com.amazonaws.appstream#EntitlementNotFoundException": { + "type": "structure", + "members": { + "Message": { + "target": "com.amazonaws.appstream#ErrorMessage" + } + }, + "traits": { + "smithy.api#documentation": "

The entitlement can't be found.

", + "smithy.api#error": "client", + "smithy.api#httpError": 400 + } + }, + "com.amazonaws.appstream#ErrorDetails": { + "type": "structure", + "members": { + "ErrorCode": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The error code.

" + } + }, + "ErrorMessage": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The error message.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

The error details.

" + } + }, + "com.amazonaws.appstream#ErrorDetailsList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#ErrorDetails" + } + }, + "com.amazonaws.appstream#ErrorMessage": { + "type": "string", + "traits": { + "smithy.api#documentation": "

The error message in the exception.

" + } + }, + "com.amazonaws.appstream#ExpireSession": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#ExpireSessionRequest" + }, + "output": { + "target": "com.amazonaws.appstream#ExpireSessionResult" + }, + "traits": { + "smithy.api#documentation": "

Immediately stops the specified streaming session.

" + } + }, + "com.amazonaws.appstream#ExpireSessionRequest": { + "type": "structure", + "members": { + "SessionId": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The identifier of the streaming session.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#ExpireSessionResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#FeedbackURL": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 0, + "max": 1000 + } + } + }, + "com.amazonaws.appstream#Fleet": { + "type": "structure", + "members": { + "Arn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the fleet.

", + "smithy.api#required": {} + } + }, + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the fleet.

", + "smithy.api#required": {} + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The fleet name to display.

" + } + }, + "Description": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The description to display.

" + } + }, + "ImageName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The name of the image used to create the fleet.

" + } + }, + "ImageArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN for the public, private, or shared image.

" + } + }, + "InstanceType": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The instance type to use when launching fleet instances. The following instance types are available:

\n ", + "smithy.api#required": {} + } + }, + "FleetType": { + "target": "com.amazonaws.appstream#FleetType", + "traits": { + "smithy.api#documentation": "

The fleet type.

\n
\n
ALWAYS_ON
\n
\n

Provides users with instant-on access to their apps.\n You are charged for all running instances in your fleet, even if no users are streaming apps.

\n
\n
ON_DEMAND
\n
\n

Provide users with access to applications after they connect, which takes one to two minutes.\n You are charged for instance streaming when users are connected and a\n small hourly fee for instances that are not streaming apps.

\n
\n
" + } + }, + "ComputeCapacityStatus": { + "target": "com.amazonaws.appstream#ComputeCapacityStatus", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The capacity status for the fleet.

", + "smithy.api#required": {} + } + }, + "MaxUserDurationInSeconds": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

\n

Specify a value between 600 and 360000.

" + } + }, + "DisconnectTimeoutInSeconds": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

\n

Specify a value between 60 and 36000.

" + } + }, + "State": { + "target": "com.amazonaws.appstream#FleetState", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The current state for the fleet.

", + "smithy.api#required": {} + } + }, + "VpcConfig": { + "target": "com.amazonaws.appstream#VpcConfig", + "traits": { + "smithy.api#documentation": "

The VPC configuration for the fleet.

" + } + }, + "CreatedTime": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The time the fleet was created.

" + } + }, + "FleetErrors": { + "target": "com.amazonaws.appstream#FleetErrors", + "traits": { + "smithy.api#documentation": "

The fleet errors.

" + } + }, + "EnableDefaultInternetAccess": { + "target": "com.amazonaws.appstream#BooleanObject", + "traits": { + "smithy.api#documentation": "

Indicates whether default internet access is enabled for the fleet.

" + } + }, + "DomainJoinInfo": { + "target": "com.amazonaws.appstream#DomainJoinInfo", + "traits": { + "smithy.api#documentation": "

The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.

" + } + }, + "IdleDisconnectTimeoutInSeconds": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The amount of time that users can be idle (inactive) before they are disconnected\n from their streaming session and the DisconnectTimeoutInSeconds time\n interval begins. Users are notified before they are disconnected due to inactivity. If\n users try to reconnect to the streaming session before the time interval specified in\n DisconnectTimeoutInSeconds elapses, they are connected to their\n previous session. Users are considered idle when they stop providing keyboard or mouse\n input during their streaming session. File uploads and downloads, audio in, audio out,\n and pixels changing do not qualify as user activity. If users continue to be idle after\n the time interval in IdleDisconnectTimeoutInSeconds elapses, they are\n disconnected.

\n

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.

\n \n

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

\n
" + } + }, + "IamRoleArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the IAM role that is applied to the fleet. To assume a role, the fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

\n

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "StreamView": { + "target": "com.amazonaws.appstream#StreamView", + "traits": { + "smithy.api#documentation": "

The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

\n

The default value is APP.

" + } + }, + "Platform": { + "target": "com.amazonaws.appstream#PlatformType", + "traits": { + "smithy.api#documentation": "

The platform of the fleet.

" + } + }, + "MaxConcurrentSessions": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum number of concurrent sessions for the fleet.

" + } + }, + "UsbDeviceFilterStrings": { + "target": "com.amazonaws.appstream#UsbDeviceFilterStrings", + "traits": { + "smithy.api#documentation": "

The USB device filter strings associated with the fleet.

" + } + }, + "SessionScriptS3Location": { + "target": "com.amazonaws.appstream#S3Location", + "traits": { + "smithy.api#documentation": "

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

" + } + }, + "MaxSessionsPerInstance": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum number of user sessions on an instance. This only applies to multi-session fleets.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes a fleet.

" + } + }, + "com.amazonaws.appstream#FleetAttribute": { + "type": "enum", + "members": { + "VPC_CONFIGURATION": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "VPC_CONFIGURATION" + } + }, + "VPC_CONFIGURATION_SECURITY_GROUP_IDS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "VPC_CONFIGURATION_SECURITY_GROUP_IDS" + } + }, + "DOMAIN_JOIN_INFO": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_JOIN_INFO" + } + }, + "IAM_ROLE_ARN": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IAM_ROLE_ARN" + } + }, + "USB_DEVICE_FILTER_STRINGS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "USB_DEVICE_FILTER_STRINGS" + } + }, + "SESSION_SCRIPT_S3_LOCATION": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SESSION_SCRIPT_S3_LOCATION" + } + }, + "MAX_SESSIONS_PER_INSTANCE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "MAX_SESSIONS_PER_INSTANCE" + } + } + }, + "traits": { + "smithy.api#documentation": "

The fleet attribute.

" + } + }, + "com.amazonaws.appstream#FleetAttributes": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#FleetAttribute" + }, + "traits": { + "smithy.api#documentation": "

The fleet attributes.

" + } + }, + "com.amazonaws.appstream#FleetError": { + "type": "structure", + "members": { + "ErrorCode": { + "target": "com.amazonaws.appstream#FleetErrorCode", + "traits": { + "smithy.api#documentation": "

The error code.

" + } + }, + "ErrorMessage": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The error message.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes a fleet error.

" + } + }, + "com.amazonaws.appstream#FleetErrorCode": { + "type": "enum", + "members": { + "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION" + } + }, + "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION" + } + }, + "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION" + } + }, + "NETWORK_INTERFACE_LIMIT_EXCEEDED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "NETWORK_INTERFACE_LIMIT_EXCEEDED" + } + }, + "INTERNAL_SERVICE_ERROR": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "INTERNAL_SERVICE_ERROR" + } + }, + "IAM_SERVICE_ROLE_IS_MISSING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IAM_SERVICE_ROLE_IS_MISSING" + } + }, + "MACHINE_ROLE_IS_MISSING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "MACHINE_ROLE_IS_MISSING" + } + }, + "STS_DISABLED_IN_REGION": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STS_DISABLED_IN_REGION" + } + }, + "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES" + } + }, + "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION" + } + }, + "SUBNET_NOT_FOUND": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SUBNET_NOT_FOUND" + } + }, + "IMAGE_NOT_FOUND": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IMAGE_NOT_FOUND" + } + }, + "INVALID_SUBNET_CONFIGURATION": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "INVALID_SUBNET_CONFIGURATION" + } + }, + "SECURITY_GROUPS_NOT_FOUND": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SECURITY_GROUPS_NOT_FOUND" + } + }, + "IGW_NOT_ATTACHED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IGW_NOT_ATTACHED" + } + }, + "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION" + } + }, + "FLEET_STOPPED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "FLEET_STOPPED" + } + }, + "FLEET_INSTANCE_PROVISIONING_FAILURE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "FLEET_INSTANCE_PROVISIONING_FAILURE" + } + }, + "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND" + } + }, + "DOMAIN_JOIN_ERROR_ACCESS_DENIED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_ACCESS_DENIED" + } + }, + "DOMAIN_JOIN_ERROR_LOGON_FAILURE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_LOGON_FAILURE" + } + }, + "DOMAIN_JOIN_ERROR_INVALID_PARAMETER": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_INVALID_PARAMETER" + } + }, + "DOMAIN_JOIN_ERROR_MORE_DATA": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_MORE_DATA" + } + }, + "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN" + } + }, + "DOMAIN_JOIN_ERROR_NOT_SUPPORTED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_NOT_SUPPORTED" + } + }, + "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME" + } + }, + "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED" + } + }, + "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED" + } + }, + "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED" + } + }, + "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR" + } + } + } + }, + "com.amazonaws.appstream#FleetErrors": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#FleetError" + } + }, + "com.amazonaws.appstream#FleetList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#Fleet" + }, + "traits": { + "smithy.api#documentation": "

The fleets.

" + } + }, + "com.amazonaws.appstream#FleetState": { + "type": "enum", + "members": { + "STARTING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STARTING" + } + }, + "RUNNING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "RUNNING" + } + }, + "STOPPING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STOPPING" + } + }, + "STOPPED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STOPPED" + } + } + } + }, + "com.amazonaws.appstream#FleetType": { + "type": "enum", + "members": { + "ALWAYS_ON": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ALWAYS_ON" + } + }, + "ON_DEMAND": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ON_DEMAND" + } + }, + "ELASTIC": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ELASTIC" + } + } + } + }, + "com.amazonaws.appstream#Image": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the image.

", + "smithy.api#required": {} + } + }, + "Arn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the image.

" + } + }, + "BaseImageArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the image from which this image was created.

" + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The image name to display.

" + } + }, + "State": { + "target": "com.amazonaws.appstream#ImageState", + "traits": { + "smithy.api#documentation": "

The image starts in the PENDING state. If image creation succeeds, the\n state is AVAILABLE. If image creation fails, the state is FAILED.

" + } + }, + "Visibility": { + "target": "com.amazonaws.appstream#VisibilityType", + "traits": { + "smithy.api#documentation": "

Indicates whether the image is public or private.

" + } + }, + "ImageBuilderSupported": { + "target": "com.amazonaws.appstream#Boolean", + "traits": { + "smithy.api#documentation": "

Indicates whether an image builder can be launched from this image.

" + } + }, + "ImageBuilderName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The name of the image builder that was used to create the private image. If the image is shared, this value is null.

" + } + }, + "Platform": { + "target": "com.amazonaws.appstream#PlatformType", + "traits": { + "smithy.api#documentation": "

The operating system platform of the image.

" + } + }, + "Description": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The description to display.

" + } + }, + "StateChangeReason": { + "target": "com.amazonaws.appstream#ImageStateChangeReason", + "traits": { + "smithy.api#documentation": "

The reason why the last state change occurred.

" + } + }, + "Applications": { + "target": "com.amazonaws.appstream#Applications", + "traits": { + "smithy.api#documentation": "

The applications associated with the image.

" + } + }, + "CreatedTime": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The time the image was created.

" + } + }, + "PublicBaseImageReleasedDate": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The release date of the public base image. \n For private images, this date is the release date of the base image from which the image was created.

" + } + }, + "AppstreamAgentVersion": { + "target": "com.amazonaws.appstream#AppstreamAgentVersion", + "traits": { + "smithy.api#documentation": "

The version of the AppStream 2.0 agent to use for instances that are launched from this image.

" + } + }, + "ImagePermissions": { + "target": "com.amazonaws.appstream#ImagePermissions", + "traits": { + "smithy.api#documentation": "

The permissions to provide to the destination AWS account for the specified image.

" + } + }, + "ImageErrors": { + "target": "com.amazonaws.appstream#ResourceErrors", + "traits": { + "smithy.api#documentation": "

Describes the errors that are returned when a new image can't be created.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes an image.

" + } + }, + "com.amazonaws.appstream#ImageBuilder": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the image builder.

", + "smithy.api#required": {} + } + }, + "Arn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN for the image builder.

" + } + }, + "ImageArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the image from which this builder was created.

" + } + }, + "Description": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The description to display.

" + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The image builder name to display.

" + } + }, + "VpcConfig": { + "target": "com.amazonaws.appstream#VpcConfig", + "traits": { + "smithy.api#documentation": "

The VPC configuration of the image builder.

" + } + }, + "InstanceType": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The instance type for the image builder. The following instance types are available:

\n " + } + }, + "Platform": { + "target": "com.amazonaws.appstream#PlatformType", + "traits": { + "smithy.api#documentation": "

The operating system platform of the image builder.

" + } + }, + "IamRoleArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the IAM role that is applied to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

\n

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "State": { + "target": "com.amazonaws.appstream#ImageBuilderState", + "traits": { + "smithy.api#documentation": "

The state of the image builder.

" + } + }, + "StateChangeReason": { + "target": "com.amazonaws.appstream#ImageBuilderStateChangeReason", + "traits": { + "smithy.api#documentation": "

The reason why the last state change occurred.

" + } + }, + "CreatedTime": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The time stamp when the image builder was created.

" + } + }, + "EnableDefaultInternetAccess": { + "target": "com.amazonaws.appstream#BooleanObject", + "traits": { + "smithy.api#documentation": "

Enables or disables default internet access for the image builder.

" + } + }, + "DomainJoinInfo": { + "target": "com.amazonaws.appstream#DomainJoinInfo", + "traits": { + "smithy.api#documentation": "

The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.

" + } + }, + "NetworkAccessConfiguration": { + "target": "com.amazonaws.appstream#NetworkAccessConfiguration" + }, + "ImageBuilderErrors": { + "target": "com.amazonaws.appstream#ResourceErrors", + "traits": { + "smithy.api#documentation": "

The image builder errors.

" + } + }, + "AppstreamAgentVersion": { + "target": "com.amazonaws.appstream#AppstreamAgentVersion", + "traits": { + "smithy.api#documentation": "

The version of the AppStream 2.0 agent that is currently being used by the image builder.

" + } + }, + "AccessEndpoints": { + "target": "com.amazonaws.appstream#AccessEndpointList", + "traits": { + "smithy.api#documentation": "

The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes a virtual machine that is used to create an image.

" + } + }, + "com.amazonaws.appstream#ImageBuilderList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#ImageBuilder" + } + }, + "com.amazonaws.appstream#ImageBuilderState": { + "type": "enum", + "members": { + "PENDING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "PENDING" + } + }, + "UPDATING_AGENT": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "UPDATING_AGENT" + } + }, + "RUNNING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "RUNNING" + } + }, + "STOPPING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STOPPING" + } + }, + "STOPPED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STOPPED" + } + }, + "REBOOTING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "REBOOTING" + } + }, + "SNAPSHOTTING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SNAPSHOTTING" + } + }, + "DELETING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DELETING" + } + }, + "FAILED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "FAILED" + } + }, + "UPDATING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "UPDATING" + } + }, + "PENDING_QUALIFICATION": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "PENDING_QUALIFICATION" + } + } + } + }, + "com.amazonaws.appstream#ImageBuilderStateChangeReason": { + "type": "structure", + "members": { + "Code": { + "target": "com.amazonaws.appstream#ImageBuilderStateChangeReasonCode", + "traits": { + "smithy.api#documentation": "

The state change reason code.

" + } + }, + "Message": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The state change reason message.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the reason why the last image builder state change occurred.

" + } + }, + "com.amazonaws.appstream#ImageBuilderStateChangeReasonCode": { + "type": "enum", + "members": { + "INTERNAL_ERROR": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "INTERNAL_ERROR" + } + }, + "IMAGE_UNAVAILABLE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IMAGE_UNAVAILABLE" + } + } + } + }, + "com.amazonaws.appstream#ImageList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#Image" + } + }, + "com.amazonaws.appstream#ImagePermissions": { + "type": "structure", + "members": { + "allowFleet": { + "target": "com.amazonaws.appstream#BooleanObject", + "traits": { + "smithy.api#documentation": "

Indicates whether the image can be used for a fleet.

" + } + }, + "allowImageBuilder": { + "target": "com.amazonaws.appstream#BooleanObject", + "traits": { + "smithy.api#documentation": "

Indicates whether the image can be used for an image builder.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the permissions for an image.

" + } + }, + "com.amazonaws.appstream#ImageState": { + "type": "enum", + "members": { + "PENDING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "PENDING" + } + }, + "AVAILABLE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AVAILABLE" + } + }, + "FAILED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "FAILED" + } + }, + "COPYING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "COPYING" + } + }, + "DELETING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DELETING" + } + }, + "CREATING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "CREATING" + } + }, + "IMPORTING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IMPORTING" + } + } + } + }, + "com.amazonaws.appstream#ImageStateChangeReason": { + "type": "structure", + "members": { + "Code": { + "target": "com.amazonaws.appstream#ImageStateChangeReasonCode", + "traits": { + "smithy.api#documentation": "

The state change reason code.

" + } + }, + "Message": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The state change reason message.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the reason why the last image state change occurred.

" + } + }, + "com.amazonaws.appstream#ImageStateChangeReasonCode": { + "type": "enum", + "members": { + "INTERNAL_ERROR": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "INTERNAL_ERROR" + } + }, + "IMAGE_BUILDER_NOT_AVAILABLE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IMAGE_BUILDER_NOT_AVAILABLE" + } + }, + "IMAGE_COPY_FAILURE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IMAGE_COPY_FAILURE" + } + } + } + }, + "com.amazonaws.appstream#IncompatibleImageException": { + "type": "structure", + "members": { + "Message": { + "target": "com.amazonaws.appstream#ErrorMessage" + } + }, + "traits": { + "smithy.api#documentation": "

The image can't be updated because it's not compatible for updates.

", + "smithy.api#error": "client", + "smithy.api#httpError": 400 + } + }, + "com.amazonaws.appstream#Integer": { + "type": "integer" + }, + "com.amazonaws.appstream#InvalidAccountStatusException": { + "type": "structure", + "members": { + "Message": { + "target": "com.amazonaws.appstream#ErrorMessage" + } + }, + "traits": { + "smithy.api#documentation": "

The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.

", + "smithy.api#error": "client", + "smithy.api#httpError": 400 + } + }, + "com.amazonaws.appstream#InvalidParameterCombinationException": { + "type": "structure", + "members": { + "Message": { + "target": "com.amazonaws.appstream#ErrorMessage" + } + }, + "traits": { + "smithy.api#documentation": "

Indicates an incorrect combination of parameters, or a missing parameter.

", + "smithy.api#error": "client", + "smithy.api#httpError": 400 + } + }, + "com.amazonaws.appstream#InvalidRoleException": { + "type": "structure", + "members": { + "Message": { + "target": "com.amazonaws.appstream#ErrorMessage" + } + }, + "traits": { + "smithy.api#documentation": "

The specified role is invalid.

", + "smithy.api#error": "client", + "smithy.api#httpError": 400 + } + }, + "com.amazonaws.appstream#LastReportGenerationExecutionError": { + "type": "structure", + "members": { + "ErrorCode": { + "target": "com.amazonaws.appstream#UsageReportExecutionErrorCode", + "traits": { + "smithy.api#documentation": "

The error code for the error that is returned when a usage report can't be generated.

" + } + }, + "ErrorMessage": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The error message for the error that is returned when a usage report can't be generated.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the error that is returned when a usage report can't be generated.

" + } + }, + "com.amazonaws.appstream#LastReportGenerationExecutionErrors": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#LastReportGenerationExecutionError" + } + }, + "com.amazonaws.appstream#LimitExceededException": { + "type": "structure", + "members": { + "Message": { + "target": "com.amazonaws.appstream#ErrorMessage" + } + }, + "traits": { + "smithy.api#documentation": "

The requested limit exceeds the permitted limit for an account.

", + "smithy.api#error": "client", + "smithy.api#httpError": 400 + } + }, + "com.amazonaws.appstream#ListAssociatedFleets": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#ListAssociatedFleetsRequest" + }, + "output": { + "target": "com.amazonaws.appstream#ListAssociatedFleetsResult" + }, + "traits": { + "smithy.api#documentation": "

Retrieves the name of the fleet that is associated with the specified stack.

" + } + }, + "com.amazonaws.appstream#ListAssociatedFleetsRequest": { + "type": "structure", + "members": { + "StackName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack.

", + "smithy.api#required": {} + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#ListAssociatedFleetsResult": { + "type": "structure", + "members": { + "Names": { + "target": "com.amazonaws.appstream#StringList", + "traits": { + "smithy.api#documentation": "

The name of the fleet.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#ListAssociatedStacks": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#ListAssociatedStacksRequest" + }, + "output": { + "target": "com.amazonaws.appstream#ListAssociatedStacksResult" + }, + "traits": { + "smithy.api#documentation": "

Retrieves the name of the stack with which the specified fleet is associated.

" + } + }, + "com.amazonaws.appstream#ListAssociatedStacksRequest": { + "type": "structure", + "members": { + "FleetName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the fleet.

", + "smithy.api#required": {} + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#ListAssociatedStacksResult": { + "type": "structure", + "members": { + "Names": { + "target": "com.amazonaws.appstream#StringList", + "traits": { + "smithy.api#documentation": "

The name of the stack.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#ListEntitledApplications": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#ListEntitledApplicationsRequest" + }, + "output": { + "target": "com.amazonaws.appstream#ListEntitledApplicationsResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#EntitlementNotFoundException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list of entitled applications.

" + } + }, + "com.amazonaws.appstream#ListEntitledApplicationsRequest": { + "type": "structure", + "members": { + "StackName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack with which the entitlement is associated.

", + "smithy.api#required": {} + } + }, + "EntitlementName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the entitlement.

", + "smithy.api#required": {} + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this operation.

" + } + }, + "MaxResults": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum size of each page of results.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#ListEntitledApplicationsResult": { + "type": "structure", + "members": { + "EntitledApplications": { + "target": "com.amazonaws.appstream#EntitledApplicationList", + "traits": { + "smithy.api#documentation": "

The entitled applications.

" + } + }, + "NextToken": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The pagination token used to retrieve the next page of results for this operation.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#ListTagsForResource": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#ListTagsForResourceRequest" + }, + "output": { + "target": "com.amazonaws.appstream#ListTagsForResourceResponse" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.

\n

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "com.amazonaws.appstream#ListTagsForResourceRequest": { + "type": "structure", + "members": { + "ResourceArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#ListTagsForResourceResponse": { + "type": "structure", + "members": { + "Tags": { + "target": "com.amazonaws.appstream#Tags", + "traits": { + "smithy.api#documentation": "

The information about the tags.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#Long": { + "type": "long" + }, + "com.amazonaws.appstream#MaxResults": { + "type": "integer", + "traits": { + "smithy.api#range": { + "min": 0, + "max": 500 + } + } + }, + "com.amazonaws.appstream#MessageAction": { + "type": "enum", + "members": { + "SUPPRESS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SUPPRESS" + } + }, + "RESEND": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "RESEND" + } + } + } + }, + "com.amazonaws.appstream#Metadata": { + "type": "map", + "key": { + "target": "com.amazonaws.appstream#String" + }, + "value": { + "target": "com.amazonaws.appstream#String" + } + }, + "com.amazonaws.appstream#Name": { + "type": "string", + "traits": { + "smithy.api#pattern": "^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$" + } + }, + "com.amazonaws.appstream#NetworkAccessConfiguration": { + "type": "structure", + "members": { + "EniPrivateIpAddress": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The private IP address of the elastic network interface that is attached to instances in your VPC.

" + } + }, + "EniId": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the network details of the fleet or image builder instance.

" + } + }, + "com.amazonaws.appstream#OperationNotPermittedException": { + "type": "structure", + "members": { + "Message": { + "target": "com.amazonaws.appstream#ErrorMessage" + } + }, + "traits": { + "smithy.api#documentation": "

The attempted operation is not permitted.

", + "smithy.api#error": "client", + "smithy.api#httpError": 400 + } + }, + "com.amazonaws.appstream#OrganizationalUnitDistinguishedName": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 0, + "max": 2000 + } + } + }, + "com.amazonaws.appstream#OrganizationalUnitDistinguishedNamesList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#OrganizationalUnitDistinguishedName" + } + }, + "com.amazonaws.appstream#PackagingType": { + "type": "enum", + "members": { + "CUSTOM": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "CUSTOM" + } + }, + "APPSTREAM2": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "APPSTREAM2" + } + } + } + }, + "com.amazonaws.appstream#Permission": { + "type": "enum", + "members": { + "ENABLED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ENABLED" + } + }, + "DISABLED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DISABLED" + } + } + } + }, + "com.amazonaws.appstream#PhotonAdminProxyService": { + "type": "service", + "version": "2016-12-01", + "operations": [ + { + "target": "com.amazonaws.appstream#AssociateAppBlockBuilderAppBlock" }, - "com.amazonaws.appstream#ResourceErrors": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#ResourceError" - } + { + "target": "com.amazonaws.appstream#AssociateApplicationFleet" }, - "com.amazonaws.appstream#ResourceIdentifier": { - "type": "string", - "traits": { - "smithy.api#documentation": "

The ARN of the resource.

", - "smithy.api#length": { - "min": 1, - "max": 2048 - } - } + { + "target": "com.amazonaws.appstream#AssociateApplicationToEntitlement" }, - "com.amazonaws.appstream#ResourceInUseException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.appstream#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The specified resource is in use.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } + { + "target": "com.amazonaws.appstream#AssociateFleet" }, - "com.amazonaws.appstream#ResourceNotAvailableException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.appstream#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The specified resource exists and is not in use, but isn't available.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } + { + "target": "com.amazonaws.appstream#BatchAssociateUserStack" }, - "com.amazonaws.appstream#ResourceNotFoundException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.appstream#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The specified resource was not found.

", - "smithy.api#error": "client", - "smithy.api#httpError": 404 - } + { + "target": "com.amazonaws.appstream#BatchDisassociateUserStack" }, - "com.amazonaws.appstream#S3Bucket": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 3, - "max": 63 - }, - "smithy.api#pattern": "^[0-9a-z\\.\\-]*(?The S3 bucket of the S3 object.

", - "smithy.api#required": {} - } - }, - "S3Key": { - "target": "com.amazonaws.appstream#S3Key", - "traits": { - "smithy.api#documentation": "

The S3 key of the S3 object.

\n

This is required when used for the following:

\n " - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the S3 location.

" - } + { + "target": "com.amazonaws.appstream#CreateAppBlockBuilder" }, - "com.amazonaws.appstream#ScriptDetails": { - "type": "structure", - "members": { - "ScriptS3Location": { - "target": "com.amazonaws.appstream#S3Location", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The S3 object location for the script.

", - "smithy.api#required": {} - } - }, - "ExecutablePath": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The run path for the script.

", - "smithy.api#required": {} - } - }, - "ExecutableParameters": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The runtime parameters passed to the run path for the script.

" - } - }, - "TimeoutInSeconds": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The run timeout, in seconds, for the script.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the details of the script.

" - } + { + "target": "com.amazonaws.appstream#CreateAppBlockBuilderStreamingURL" }, - "com.amazonaws.appstream#SecurityGroupIdList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#String" - }, - "traits": { - "smithy.api#documentation": "

The security group identifiers.

", - "smithy.api#length": { - "min": 0, - "max": 5 - } - } + { + "target": "com.amazonaws.appstream#CreateApplication" }, - "com.amazonaws.appstream#ServiceAccountCredentials": { - "type": "structure", - "members": { - "AccountName": { - "target": "com.amazonaws.appstream#AccountName", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The user name of the account. This account must have the following privileges: create computer objects, \n join computers to the domain, and change/reset the password on descendant computer objects for the \n organizational units specified.

", - "smithy.api#required": {} - } - }, - "AccountPassword": { - "target": "com.amazonaws.appstream#AccountPassword", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The password for the account.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the credentials for the service account used by the fleet or image builder to connect to the directory.

" - } + { + "target": "com.amazonaws.appstream#CreateDirectoryConfig" }, - "com.amazonaws.appstream#Session": { - "type": "structure", - "members": { - "Id": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The identifier of the streaming session.

", - "smithy.api#required": {} - } - }, - "UserId": { - "target": "com.amazonaws.appstream#UserId", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The identifier of the user for whom the session was created.

", - "smithy.api#required": {} - } - }, - "StackName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack for the streaming session.

", - "smithy.api#required": {} - } - }, - "FleetName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the fleet for the streaming session.

", - "smithy.api#required": {} - } - }, - "State": { - "target": "com.amazonaws.appstream#SessionState", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The current state of the streaming session.

", - "smithy.api#required": {} - } - }, - "ConnectionState": { - "target": "com.amazonaws.appstream#SessionConnectionState", - "traits": { - "smithy.api#documentation": "

Specifies whether a user is connected to the streaming session.

" - } - }, - "StartTime": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The time when a streaming instance is dedicated for the user.

" - } - }, - "MaxExpirationTime": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The time when the streaming session is set to expire. This time is based on the MaxUserDurationinSeconds value, which determines the maximum length of time that a streaming session can run. A streaming session might end earlier than the time specified in SessionMaxExpirationTime, when the DisconnectTimeOutInSeconds elapses or the user chooses to end his or her session. If the DisconnectTimeOutInSeconds elapses, or the user chooses to end his or her session, the streaming instance is terminated and the streaming session ends.

" - } - }, - "AuthenticationType": { - "target": "com.amazonaws.appstream#AuthenticationType", - "traits": { - "smithy.api#documentation": "

The authentication method. The user is authenticated using a streaming URL\n (API) or SAML 2.0 federation (SAML).

" - } - }, - "NetworkAccessConfiguration": { - "target": "com.amazonaws.appstream#NetworkAccessConfiguration", - "traits": { - "smithy.api#documentation": "

The network details for the streaming session.

" - } - }, - "InstanceId": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The identifier for the instance hosting the session.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a streaming session.

" - } + { + "target": "com.amazonaws.appstream#CreateEntitlement" }, - "com.amazonaws.appstream#SessionConnectionState": { - "type": "enum", - "members": { - "CONNECTED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CONNECTED" - } - }, - "NOT_CONNECTED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "NOT_CONNECTED" - } - } - } + { + "target": "com.amazonaws.appstream#CreateFleet" }, - "com.amazonaws.appstream#SessionList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#Session" - }, - "traits": { - "smithy.api#documentation": "

List of sessions.

" - } + { + "target": "com.amazonaws.appstream#CreateImageBuilder" }, - "com.amazonaws.appstream#SessionState": { - "type": "enum", - "members": { - "ACTIVE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ACTIVE" - } - }, - "PENDING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PENDING" - } - }, - "EXPIRED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "EXPIRED" - } - } - }, - "traits": { - "smithy.api#documentation": "

Possible values for the state of a streaming session.

" - } + { + "target": "com.amazonaws.appstream#CreateImageBuilderStreamingURL" }, - "com.amazonaws.appstream#SettingsGroup": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 100 - } - } + { + "target": "com.amazonaws.appstream#CreateStack" }, - "com.amazonaws.appstream#SharedImagePermissions": { - "type": "structure", - "members": { - "sharedAccountId": { - "target": "com.amazonaws.appstream#AwsAccountId", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The 12-digit identifier of the AWS account with which the image is shared.

", - "smithy.api#required": {} - } - }, - "imagePermissions": { - "target": "com.amazonaws.appstream#ImagePermissions", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

Describes the permissions for a shared image.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the permissions that are available to the specified AWS account for a shared image.

" - } + { + "target": "com.amazonaws.appstream#CreateStreamingURL" }, - "com.amazonaws.appstream#SharedImagePermissionsList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#SharedImagePermissions" - } + { + "target": "com.amazonaws.appstream#CreateUpdatedImage" }, - "com.amazonaws.appstream#Stack": { - "type": "structure", - "members": { - "Arn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the stack.

" - } - }, - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The description to display.

" - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The stack name to display.

" - } - }, - "CreatedTime": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The time the stack was created.

" - } - }, - "StorageConnectors": { - "target": "com.amazonaws.appstream#StorageConnectorList", - "traits": { - "smithy.api#documentation": "

The storage connectors to enable.

" - } - }, - "RedirectURL": { - "target": "com.amazonaws.appstream#RedirectURL", - "traits": { - "smithy.api#documentation": "

The URL that users are redirected to after their streaming session ends.

" - } - }, - "FeedbackURL": { - "target": "com.amazonaws.appstream#FeedbackURL", - "traits": { - "smithy.api#documentation": "

The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

" - } - }, - "StackErrors": { - "target": "com.amazonaws.appstream#StackErrors", - "traits": { - "smithy.api#documentation": "

The errors for the stack.

" - } - }, - "UserSettings": { - "target": "com.amazonaws.appstream#UserSettingList", - "traits": { - "smithy.api#documentation": "

The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.

" - } - }, - "ApplicationSettings": { - "target": "com.amazonaws.appstream#ApplicationSettingsResponse", - "traits": { - "smithy.api#documentation": "

The persistent application settings for users of the stack.

" - } - }, - "AccessEndpoints": { - "target": "com.amazonaws.appstream#AccessEndpointList", - "traits": { - "smithy.api#documentation": "

The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

" - } - }, - "EmbedHostDomains": { - "target": "com.amazonaws.appstream#EmbedHostDomains", - "traits": { - "smithy.api#documentation": "

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

" - } - }, - "StreamingExperienceSettings": { - "target": "com.amazonaws.appstream#StreamingExperienceSettings", - "traits": { - "smithy.api#documentation": "

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a stack.

" - } + { + "target": "com.amazonaws.appstream#CreateUsageReportSubscription" }, - "com.amazonaws.appstream#StackAttribute": { - "type": "enum", - "members": { - "STORAGE_CONNECTORS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STORAGE_CONNECTORS" - } - }, - "STORAGE_CONNECTOR_HOMEFOLDERS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STORAGE_CONNECTOR_HOMEFOLDERS" - } - }, - "STORAGE_CONNECTOR_GOOGLE_DRIVE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STORAGE_CONNECTOR_GOOGLE_DRIVE" - } - }, - "STORAGE_CONNECTOR_ONE_DRIVE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STORAGE_CONNECTOR_ONE_DRIVE" - } - }, - "REDIRECT_URL": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "REDIRECT_URL" - } - }, - "FEEDBACK_URL": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FEEDBACK_URL" - } - }, - "THEME_NAME": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "THEME_NAME" - } - }, - "USER_SETTINGS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "USER_SETTINGS" - } - }, - "EMBED_HOST_DOMAINS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "EMBED_HOST_DOMAINS" - } - }, - "IAM_ROLE_ARN": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IAM_ROLE_ARN" - } - }, - "ACCESS_ENDPOINTS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ACCESS_ENDPOINTS" - } - }, - "STREAMING_EXPERIENCE_SETTINGS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STREAMING_EXPERIENCE_SETTINGS" - } - } - } + { + "target": "com.amazonaws.appstream#CreateUser" }, - "com.amazonaws.appstream#StackAttributes": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#StackAttribute" - } + { + "target": "com.amazonaws.appstream#DeleteAppBlock" }, - "com.amazonaws.appstream#StackError": { - "type": "structure", - "members": { - "ErrorCode": { - "target": "com.amazonaws.appstream#StackErrorCode", - "traits": { - "smithy.api#documentation": "

The error code.

" - } - }, - "ErrorMessage": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The error message.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a stack error.

" - } + { + "target": "com.amazonaws.appstream#DeleteAppBlockBuilder" }, - "com.amazonaws.appstream#StackErrorCode": { - "type": "enum", - "members": { - "STORAGE_CONNECTOR_ERROR": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STORAGE_CONNECTOR_ERROR" - } - }, - "INTERNAL_SERVICE_ERROR": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INTERNAL_SERVICE_ERROR" - } - } - } + { + "target": "com.amazonaws.appstream#DeleteApplication" }, - "com.amazonaws.appstream#StackErrors": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#StackError" - }, - "traits": { - "smithy.api#documentation": "

The stack errors.

" - } + { + "target": "com.amazonaws.appstream#DeleteDirectoryConfig" }, - "com.amazonaws.appstream#StackList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#Stack" - }, - "traits": { - "smithy.api#documentation": "

The stacks.

" - } + { + "target": "com.amazonaws.appstream#DeleteEntitlement" }, - "com.amazonaws.appstream#StartAppBlockBuilder": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#StartAppBlockBuilderRequest" - }, - "output": { - "target": "com.amazonaws.appstream#StartAppBlockBuilderResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#RequestLimitExceededException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotAvailableException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Starts an app block builder.

\n

An app block builder can only be started when it's associated with an app\n block.

\n

Starting an app block builder starts a new instance, which is equivalent to an elastic\n fleet instance with application builder assistance functionality.

" - } + { + "target": "com.amazonaws.appstream#DeleteFleet" }, - "com.amazonaws.appstream#StartAppBlockBuilderRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the app block builder.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#DeleteImage" }, - "com.amazonaws.appstream#StartAppBlockBuilderResult": { - "type": "structure", - "members": { - "AppBlockBuilder": { - "target": "com.amazonaws.appstream#AppBlockBuilder" - } - }, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#DeleteImageBuilder" }, - "com.amazonaws.appstream#StartFleet": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#StartFleetRequest" - }, - "output": { - "target": "com.amazonaws.appstream#StartFleetResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#InvalidRoleException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#RequestLimitExceededException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotAvailableException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Starts the specified fleet.

" - } + { + "target": "com.amazonaws.appstream#DeleteImagePermissions" }, - "com.amazonaws.appstream#StartFleetRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the fleet.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#DeleteStack" }, - "com.amazonaws.appstream#StartFleetResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#DeleteUsageReportSubscription" }, - "com.amazonaws.appstream#StartImageBuilder": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#StartImageBuilderRequest" - }, - "output": { - "target": "com.amazonaws.appstream#StartImageBuilderResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#IncompatibleImageException" - }, - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotAvailableException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Starts the specified image builder.

" - } + { + "target": "com.amazonaws.appstream#DeleteUser" }, - "com.amazonaws.appstream#StartImageBuilderRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the image builder.

", - "smithy.api#required": {} - } - }, - "AppstreamAgentVersion": { - "target": "com.amazonaws.appstream#AppstreamAgentVersion", - "traits": { - "smithy.api#documentation": "

The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].

" - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#DescribeAppBlockBuilderAppBlockAssociations" }, - "com.amazonaws.appstream#StartImageBuilderResult": { - "type": "structure", - "members": { - "ImageBuilder": { - "target": "com.amazonaws.appstream#ImageBuilder", - "traits": { - "smithy.api#documentation": "

Information about the image builder.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#DescribeAppBlockBuilders" }, - "com.amazonaws.appstream#StopAppBlockBuilder": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#StopAppBlockBuilderRequest" - }, - "output": { - "target": "com.amazonaws.appstream#StopAppBlockBuilderResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Stops an app block builder.

\n

Stopping an app block builder terminates the instance, and the instance state is not\n persisted.

" - } + { + "target": "com.amazonaws.appstream#DescribeAppBlocks" }, - "com.amazonaws.appstream#StopAppBlockBuilderRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the app block builder.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#DescribeApplicationFleetAssociations" }, - "com.amazonaws.appstream#StopAppBlockBuilderResult": { - "type": "structure", - "members": { - "AppBlockBuilder": { - "target": "com.amazonaws.appstream#AppBlockBuilder" - } - }, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#DescribeApplications" }, - "com.amazonaws.appstream#StopFleet": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#StopFleetRequest" - }, - "output": { - "target": "com.amazonaws.appstream#StopFleetResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Stops the specified fleet.

" - } + { + "target": "com.amazonaws.appstream#DescribeDirectoryConfigs" }, - "com.amazonaws.appstream#StopFleetRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the fleet.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#DescribeEntitlements" }, - "com.amazonaws.appstream#StopFleetResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#DescribeFleets" }, - "com.amazonaws.appstream#StopImageBuilder": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#StopImageBuilderRequest" - }, - "output": { - "target": "com.amazonaws.appstream#StopImageBuilderResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Stops the specified image builder.

" - } + { + "target": "com.amazonaws.appstream#DescribeImageBuilders" }, - "com.amazonaws.appstream#StopImageBuilderRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the image builder.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#DescribeImagePermissions" }, - "com.amazonaws.appstream#StopImageBuilderResult": { - "type": "structure", - "members": { - "ImageBuilder": { - "target": "com.amazonaws.appstream#ImageBuilder", - "traits": { - "smithy.api#documentation": "

Information about the image builder.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#DescribeImages" }, - "com.amazonaws.appstream#StorageConnector": { - "type": "structure", - "members": { - "ConnectorType": { - "target": "com.amazonaws.appstream#StorageConnectorType", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The type of storage connector.

", - "smithy.api#required": {} - } - }, - "ResourceIdentifier": { - "target": "com.amazonaws.appstream#ResourceIdentifier", - "traits": { - "smithy.api#documentation": "

The ARN of the storage connector.

" - } - }, - "Domains": { - "target": "com.amazonaws.appstream#DomainList", - "traits": { - "smithy.api#documentation": "

The names of the domains for the account.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a connector that enables persistent storage for users.

" - } + { + "target": "com.amazonaws.appstream#DescribeSessions" }, - "com.amazonaws.appstream#StorageConnectorList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#StorageConnector" - }, - "traits": { - "smithy.api#documentation": "

The storage connectors.

" - } + { + "target": "com.amazonaws.appstream#DescribeStacks" }, - "com.amazonaws.appstream#StorageConnectorType": { - "type": "enum", - "members": { - "HOMEFOLDERS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "HOMEFOLDERS" - } - }, - "GOOGLE_DRIVE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "GOOGLE_DRIVE" - } - }, - "ONE_DRIVE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ONE_DRIVE" - } - } - }, - "traits": { - "smithy.api#documentation": "

The type of storage connector.

" - } + { + "target": "com.amazonaws.appstream#DescribeUsageReportSubscriptions" }, - "com.amazonaws.appstream#StreamView": { - "type": "enum", - "members": { - "APP": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "APP" - } - }, - "DESKTOP": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DESKTOP" - } - } - } + { + "target": "com.amazonaws.appstream#DescribeUsers" }, - "com.amazonaws.appstream#StreamingExperienceSettings": { - "type": "structure", - "members": { - "PreferredProtocol": { - "target": "com.amazonaws.appstream#PreferredProtocol", - "traits": { - "smithy.api#documentation": "

The preferred protocol that you want to use while streaming your application.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

" - } + { + "target": "com.amazonaws.appstream#DescribeUserStackAssociations" }, - "com.amazonaws.appstream#StreamingUrlUserId": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 2, - "max": 32 - }, - "smithy.api#pattern": "^[\\w+=,.@-]*$" - } + { + "target": "com.amazonaws.appstream#DisableUser" + }, + { + "target": "com.amazonaws.appstream#DisassociateAppBlockBuilderAppBlock" + }, + { + "target": "com.amazonaws.appstream#DisassociateApplicationFleet" + }, + { + "target": "com.amazonaws.appstream#DisassociateApplicationFromEntitlement" + }, + { + "target": "com.amazonaws.appstream#DisassociateFleet" + }, + { + "target": "com.amazonaws.appstream#EnableUser" + }, + { + "target": "com.amazonaws.appstream#ExpireSession" + }, + { + "target": "com.amazonaws.appstream#ListAssociatedFleets" + }, + { + "target": "com.amazonaws.appstream#ListAssociatedStacks" + }, + { + "target": "com.amazonaws.appstream#ListEntitledApplications" + }, + { + "target": "com.amazonaws.appstream#ListTagsForResource" }, - "com.amazonaws.appstream#String": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1 - } - } + { + "target": "com.amazonaws.appstream#StartAppBlockBuilder" }, - "com.amazonaws.appstream#StringList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#String" - } + { + "target": "com.amazonaws.appstream#StartFleet" }, - "com.amazonaws.appstream#SubnetIdList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#String" - }, - "traits": { - "smithy.api#documentation": "

The subnet identifiers.

" - } + { + "target": "com.amazonaws.appstream#StartImageBuilder" }, - "com.amazonaws.appstream#TagKey": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 128 - }, - "smithy.api#pattern": "^(^(?!aws:).[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" - } + { + "target": "com.amazonaws.appstream#StopAppBlockBuilder" }, - "com.amazonaws.appstream#TagKeyList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#TagKey" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 50 - } - } + { + "target": "com.amazonaws.appstream#StopFleet" }, - "com.amazonaws.appstream#TagResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#TagResourceRequest" - }, - "output": { - "target": "com.amazonaws.appstream#TagResourceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.

\n

Each tag consists of a key and an optional value. If a resource already has a tag with the same key, \n this operation updates its value.

\n

To list the current tags for your resources, use ListTagsForResource.\n To disassociate tags from your resources, use UntagResource.

\n

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" - } + { + "target": "com.amazonaws.appstream#StopImageBuilder" }, - "com.amazonaws.appstream#TagResourceRequest": { - "type": "structure", - "members": { - "ResourceArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource.

", - "smithy.api#required": {} - } - }, - "Tags": { - "target": "com.amazonaws.appstream#Tags", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The tags to associate. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

\n

If you do not specify a value, the value is set to an empty string.

\n

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

\n

_ . : / = + \\ - @

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#TagResource" }, - "com.amazonaws.appstream#TagResourceResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#UntagResource" }, - "com.amazonaws.appstream#TagValue": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 256 - }, - "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" - } + { + "target": "com.amazonaws.appstream#UpdateAppBlockBuilder" }, - "com.amazonaws.appstream#Tags": { - "type": "map", - "key": { - "target": "com.amazonaws.appstream#TagKey" - }, - "value": { - "target": "com.amazonaws.appstream#TagValue" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 50 - } - } + { + "target": "com.amazonaws.appstream#UpdateApplication" }, - "com.amazonaws.appstream#Timestamp": { - "type": "timestamp" + { + "target": "com.amazonaws.appstream#UpdateDirectoryConfig" }, - "com.amazonaws.appstream#UntagResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#UntagResourceRequest" - }, - "output": { - "target": "com.amazonaws.appstream#UntagResourceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Disassociates one or more specified tags from the specified AppStream 2.0 resource.

\n

To list the current tags for your resources, use ListTagsForResource.

\n

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" - } + { + "target": "com.amazonaws.appstream#UpdateEntitlement" }, - "com.amazonaws.appstream#UntagResourceRequest": { - "type": "structure", - "members": { - "ResourceArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource.

", - "smithy.api#required": {} - } - }, - "TagKeys": { - "target": "com.amazonaws.appstream#TagKeyList", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The tag keys for the tags to disassociate.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#UpdateFleet" }, - "com.amazonaws.appstream#UntagResourceResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#UpdateImagePermissions" }, - "com.amazonaws.appstream#UpdateAppBlockBuilder": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#UpdateAppBlockBuilderRequest" - }, - "output": { - "target": "com.amazonaws.appstream#UpdateAppBlockBuilderResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#InvalidRoleException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, + { + "target": "com.amazonaws.appstream#UpdateStack" + } + ], + "traits": { + "aws.api#service": { + "sdkId": "AppStream", + "arnNamespace": "appstream", + "cloudFormationName": "AppStream", + "cloudTrailEventSource": "appstream.amazonaws.com", + "endpointPrefix": "appstream2" + }, + "aws.auth#sigv4": { + "name": "appstream" + }, + "aws.protocols#awsJson1_1": {}, + "smithy.api#documentation": "Amazon AppStream 2.0\n

This is the Amazon AppStream 2.0 API Reference. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand.

\n \n

You can call the AppStream 2.0 API operations by using an interface VPC endpoint (interface endpoint). For more information, see Access AppStream 2.0 API Operations and CLI Commands Through an Interface VPC Endpoint in the Amazon AppStream 2.0 Administration Guide.

\n
\n

To learn more about AppStream 2.0, see the following resources:

\n ", + "smithy.api#title": "Amazon AppStream", + "smithy.rules#endpointRuleSet": { + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ { - "target": "com.amazonaws.appstream#RequestLimitExceededException" - }, + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ { - "target": "com.amazonaws.appstream#ResourceInUseException" + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" }, { - "target": "com.amazonaws.appstream#ResourceNotAvailableException" + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" }, { - "target": "com.amazonaws.appstream#ResourceNotFoundException" + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" } - ], - "traits": { - "smithy.api#documentation": "

Updates an app block builder.

\n

If the app block builder is in the STARTING or STOPPING\n state, you can't update it. If the app block builder is in the RUNNING\n state, you can only update the DisplayName and Description. If the app block builder is\n in the STOPPED state, you can update any attribute except the Name.

" - } - }, - "com.amazonaws.appstream#UpdateAppBlockBuilderRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The unique name for the app block builder.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description of the app block builder.

" - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#DisplayName", - "traits": { - "smithy.api#documentation": "

The display name of the app block builder.

" - } - }, - "Platform": { - "target": "com.amazonaws.appstream#PlatformType", - "traits": { - "smithy.api#documentation": "

The platform of the app block builder.

\n

\n WINDOWS_SERVER_2019 is the only valid value.

" - } - }, - "InstanceType": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The instance type to use when launching the app block builder. The following instance\n types are available:

\n " - } - }, - "VpcConfig": { - "target": "com.amazonaws.appstream#VpcConfig", - "traits": { - "smithy.api#documentation": "

The VPC configuration for the app block builder.

\n

App block builders require that you specify at least two subnets in different availability\n zones.

" - } - }, - "EnableDefaultInternetAccess": { - "target": "com.amazonaws.appstream#BooleanObject", - "traits": { - "smithy.api#documentation": "

Enables or disables default internet access for the app block builder.

" - } - }, - "IamRoleArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To\n assume a role, the app block builder calls the AWS Security Token Service (STS)\n AssumeRole API operation and passes the ARN of the role to use. The\n operation creates a new session with temporary credentials. AppStream 2.0 retrieves the\n temporary credentials and creates the appstream_machine_role credential profile on the instance.

\n

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

" + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" } - }, - "AccessEndpoints": { - "target": "com.amazonaws.appstream#AccessEndpointList", - "traits": { - "smithy.api#documentation": "

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

" + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" } - }, - "AttributesToDelete": { - "target": "com.amazonaws.appstream#AppBlockBuilderAttributes", - "traits": { - "smithy.api#documentation": "

The attributes to delete from the app block builder.

" + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://appstream2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://appstream2-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://appstream2.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + "aws", + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "name" + ] + } + ] + } + ], + "endpoint": { + "url": "https://appstream2.{Region}.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + "aws-us-gov", + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "name" + ] + } + ] + } + ], + "endpoint": { + "url": "https://appstream2.{Region}.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, + { + "conditions": [], + "endpoint": { + "url": "https://appstream2.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } + ], + "type": "tree" } + ], + "type": "tree" }, - "traits": { - "smithy.api#input": {} + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" } + ] }, - "com.amazonaws.appstream#UpdateAppBlockBuilderResult": { - "type": "structure", - "members": { - "AppBlockBuilder": { - "target": "com.amazonaws.appstream#AppBlockBuilder" - } + "smithy.rules#endpointTests": { + "testCases": [ + { + "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.ap-northeast-1.amazonaws.com" + } + }, + "params": { + "Region": "ap-northeast-1", + "UseFIPS": false, + "UseDualStack": false + } }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#UpdateApplication": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#UpdateApplicationRequest" + { + "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.ap-northeast-2.amazonaws.com" + } + }, + "params": { + "Region": "ap-northeast-2", + "UseFIPS": false, + "UseDualStack": false + } }, - "output": { - "target": "com.amazonaws.appstream#UpdateApplicationResult" + { + "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.ap-south-1.amazonaws.com" + } + }, + "params": { + "Region": "ap-south-1", + "UseFIPS": false, + "UseDualStack": false + } }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates the specified application.

" - } - }, - "com.amazonaws.appstream#UpdateApplicationRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the application. This name is visible to users when display name is not specified.

", - "smithy.api#required": {} - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#DisplayName", - "traits": { - "smithy.api#documentation": "

The display name of the application. This name is visible to users in the application catalog.

" - } - }, - "Description": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description of the application.

" - } - }, - "IconS3Location": { - "target": "com.amazonaws.appstream#S3Location", - "traits": { - "smithy.api#documentation": "

The icon S3 location of the application.

" - } - }, - "LaunchPath": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The launch path of the application.

" - } - }, - "WorkingDirectory": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The working directory of the application.

" - } - }, - "LaunchParameters": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The launch parameters of the application.

" - } - }, - "AppBlockArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the app block.

" - } - }, - "AttributesToDelete": { - "target": "com.amazonaws.appstream#ApplicationAttributes", - "traits": { - "smithy.api#documentation": "

The attributes to delete for an application.

" - } - } + { + "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.ap-southeast-1.amazonaws.com" + } + }, + "params": { + "Region": "ap-southeast-1", + "UseFIPS": false, + "UseDualStack": false + } }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#UpdateApplicationResult": { - "type": "structure", - "members": { - "Application": { - "target": "com.amazonaws.appstream#Application" - } + { + "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.ap-southeast-2.amazonaws.com" + } + }, + "params": { + "Region": "ap-southeast-2", + "UseFIPS": false, + "UseDualStack": false + } }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#UpdateDirectoryConfig": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#UpdateDirectoryConfigRequest" + { + "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.ca-central-1.amazonaws.com" + } + }, + "params": { + "Region": "ca-central-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.eu-central-1.amazonaws.com" + } + }, + "params": { + "Region": "eu-central-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.eu-west-1.amazonaws.com" + } + }, + "params": { + "Region": "eu-west-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.eu-west-2.amazonaws.com" + } + }, + "params": { + "Region": "eu-west-2", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.us-east-1.amazonaws.com" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2-fips.us-east-1.amazonaws.com" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.us-east-2.amazonaws.com" + } + }, + "params": { + "Region": "us-east-2", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.us-west-2.amazonaws.com" + } + }, + "params": { + "Region": "us-west-2", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-west-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2-fips.us-west-2.amazonaws.com" + } + }, + "params": { + "Region": "us-west-2", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://appstream2-fips.us-east-1.api.aws" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": true, + "UseDualStack": true + } + }, + { + "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://appstream2.us-east-1.api.aws" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": true + } + }, + { + "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://appstream2-fips.cn-north-1.api.amazonwebservices.com.cn" + } + }, + "params": { + "Region": "cn-north-1", + "UseFIPS": true, + "UseDualStack": true + } + }, + { + "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2-fips.cn-north-1.amazonaws.com.cn" + } + }, + "params": { + "Region": "cn-north-1", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://appstream2.cn-north-1.api.amazonwebservices.com.cn" + } + }, + "params": { + "Region": "cn-north-1", + "UseFIPS": false, + "UseDualStack": true + } + }, + { + "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.cn-north-1.amazonaws.com.cn" + } + }, + "params": { + "Region": "cn-north-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.us-gov-west-1.amazonaws.com" + } + }, + "params": { + "Region": "us-gov-west-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2-fips.us-gov-west-1.amazonaws.com" + } + }, + "params": { + "Region": "us-gov-west-1", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://appstream2-fips.us-gov-east-1.api.aws" + } + }, + "params": { + "Region": "us-gov-east-1", + "UseFIPS": true, + "UseDualStack": true + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2-fips.us-gov-east-1.amazonaws.com" + } + }, + "params": { + "Region": "us-gov-east-1", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://appstream2.us-gov-east-1.api.aws" + } + }, + "params": { + "Region": "us-gov-east-1", + "UseFIPS": false, + "UseDualStack": true + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.us-gov-east-1.amazonaws.com" + } + }, + "params": { + "Region": "us-gov-east-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" + }, + "params": { + "Region": "us-iso-east-1", + "UseFIPS": true, + "UseDualStack": true + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2-fips.us-iso-east-1.c2s.ic.gov" + } + }, + "params": { + "Region": "us-iso-east-1", + "UseFIPS": true, + "UseDualStack": false + } }, - "output": { - "target": "com.amazonaws.appstream#UpdateDirectoryConfigResult" + { + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "error": "DualStack is enabled but this partition does not support DualStack" + }, + "params": { + "Region": "us-iso-east-1", + "UseFIPS": false, + "UseDualStack": true + } }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#InvalidRoleException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceInUseException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates the specified Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

" - } - }, - "com.amazonaws.appstream#UpdateDirectoryConfigRequest": { - "type": "structure", - "members": { - "DirectoryName": { - "target": "com.amazonaws.appstream#DirectoryName", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the Directory Config object.

", - "smithy.api#required": {} - } - }, - "OrganizationalUnitDistinguishedNames": { - "target": "com.amazonaws.appstream#OrganizationalUnitDistinguishedNamesList", - "traits": { - "smithy.api#documentation": "

The distinguished names of the organizational units for computer accounts.

" - } - }, - "ServiceAccountCredentials": { - "target": "com.amazonaws.appstream#ServiceAccountCredentials", - "traits": { - "smithy.api#documentation": "

The credentials for the service account used by the fleet or image builder to connect to the directory.

" - } - }, - "CertificateBasedAuthProperties": { - "target": "com.amazonaws.appstream#CertificateBasedAuthProperties", - "traits": { - "smithy.api#documentation": "

The certificate-based authentication properties used to authenticate SAML 2.0 Identity\n Provider (IdP) user identities to Active Directory domain-joined streaming instances.\n Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD\n domain password if certificate-based authentication is unsuccessful, or to unlock a\n desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based\n authentication, but does not allow users to log in using their AD domain password. Users\n will be disconnected to re-authenticate using certificates.

" - } - } + { + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.us-iso-east-1.c2s.ic.gov" + } + }, + "params": { + "Region": "us-iso-east-1", + "UseFIPS": false, + "UseDualStack": false + } }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#UpdateDirectoryConfigResult": { - "type": "structure", - "members": { - "DirectoryConfig": { - "target": "com.amazonaws.appstream#DirectoryConfig", - "traits": { - "smithy.api#documentation": "

Information about the Directory Config object.

" - } - } + { + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" + }, + "params": { + "Region": "us-isob-east-1", + "UseFIPS": true, + "UseDualStack": true + } }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#UpdateEntitlement": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#UpdateEntitlementRequest" + { + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2-fips.us-isob-east-1.sc2s.sgov.gov" + } + }, + "params": { + "Region": "us-isob-east-1", + "UseFIPS": true, + "UseDualStack": false + } }, - "output": { - "target": "com.amazonaws.appstream#UpdateEntitlementResult" + { + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "error": "DualStack is enabled but this partition does not support DualStack" + }, + "params": { + "Region": "us-isob-east-1", + "UseFIPS": false, + "UseDualStack": true + } }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#EntitlementNotFoundException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates the specified entitlement.

" - } - }, - "com.amazonaws.appstream#UpdateEntitlementRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the entitlement.

", - "smithy.api#required": {} - } - }, - "StackName": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack with which the entitlement is associated.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description of the entitlement.

" - } - }, - "AppVisibility": { - "target": "com.amazonaws.appstream#AppVisibility", - "traits": { - "smithy.api#documentation": "

Specifies whether all or only selected apps are entitled.

" - } - }, - "Attributes": { - "target": "com.amazonaws.appstream#EntitlementAttributeList", - "traits": { - "smithy.api#documentation": "

The attributes of the entitlement.

" - } - } + { + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://appstream2.us-isob-east-1.sc2s.sgov.gov" + } + }, + "params": { + "Region": "us-isob-east-1", + "UseFIPS": false, + "UseDualStack": false + } }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.appstream#UpdateEntitlementResult": { - "type": "structure", - "members": { - "Entitlement": { - "target": "com.amazonaws.appstream#Entitlement", - "traits": { - "smithy.api#documentation": "

The entitlement.

" - } - } + { + "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", + "expect": { + "endpoint": { + "url": "https://example.com" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": false, + "Endpoint": "https://example.com" + } }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.appstream#UpdateFleet": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#UpdateFleetRequest" + { + "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", + "expect": { + "endpoint": { + "url": "https://example.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Endpoint": "https://example.com" + } }, - "output": { - "target": "com.amazonaws.appstream#UpdateFleetResult" + { + "documentation": "For custom endpoint with fips enabled and dualstack disabled", + "expect": { + "error": "Invalid Configuration: FIPS and custom endpoint are not supported" + }, + "params": { + "Region": "us-east-1", + "UseFIPS": true, + "UseDualStack": false, + "Endpoint": "https://example.com" + } }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#IncompatibleImageException" - }, - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#InvalidRoleException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#RequestLimitExceededException" - }, - { - "target": "com.amazonaws.appstream#ResourceInUseException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotAvailableException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates the specified fleet.

\n

If the fleet is in the STOPPED state, you can update any attribute except\n the fleet name.

\n

If the fleet is in the RUNNING state, you can update the following based\n on the fleet type:

\n \n

If the fleet is in the STARTING or STOPPED state, you can't update it.

" - } - }, - "com.amazonaws.appstream#UpdateFleetRequest": { - "type": "structure", - "members": { - "ImageName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The name of the image used to create the fleet.

" - } - }, - "ImageArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the public, private, or shared image to use.

" - } - }, - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#documentation": "

A unique name for the fleet.

" - } - }, - "InstanceType": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The instance type to use when launching fleet instances. The following instance types are available:

\n \n

The following instance types are available for Elastic fleets:

\n " - } - }, - "ComputeCapacity": { - "target": "com.amazonaws.appstream#ComputeCapacity", - "traits": { - "smithy.api#documentation": "

The desired capacity for the fleet. This is not allowed for Elastic fleets.

" - } - }, - "VpcConfig": { - "target": "com.amazonaws.appstream#VpcConfig", - "traits": { - "smithy.api#documentation": "

The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.

" - } - }, - "MaxUserDurationInSeconds": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

\n

Specify a value between 600 and 432000.

" - } - }, - "DisconnectTimeoutInSeconds": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

\n

Specify a value between 60 and 360000.

" - } - }, - "DeleteVpcConfig": { - "target": "com.amazonaws.appstream#Boolean", - "traits": { - "smithy.api#deprecated": {}, - "smithy.api#documentation": "

Deletes the VPC association for the specified fleet.

" - } - }, - "Description": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description to display.

" - } - }, - "DisplayName": { - "target": "com.amazonaws.appstream#DisplayName", - "traits": { - "smithy.api#documentation": "

The fleet name to display.

" - } - }, - "EnableDefaultInternetAccess": { - "target": "com.amazonaws.appstream#BooleanObject", - "traits": { - "smithy.api#documentation": "

Enables or disables default internet access for the fleet.

" - } - }, - "DomainJoinInfo": { - "target": "com.amazonaws.appstream#DomainJoinInfo", - "traits": { - "smithy.api#documentation": "

The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.

" - } - }, - "IdleDisconnectTimeoutInSeconds": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The amount of time that users can be idle (inactive) before they are disconnected\n from their streaming session and the DisconnectTimeoutInSeconds time\n interval begins. Users are notified before they are disconnected due to inactivity. If\n users try to reconnect to the streaming session before the time interval specified in\n DisconnectTimeoutInSeconds elapses, they are connected to their\n previous session. Users are considered idle when they stop providing keyboard or mouse\n input during their streaming session. File uploads and downloads, audio in, audio out,\n and pixels changing do not qualify as user activity. If users continue to be idle after\n the time interval in IdleDisconnectTimeoutInSeconds elapses, they are\n disconnected.

\n

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.

\n \n

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

\n
" - } - }, - "AttributesToDelete": { - "target": "com.amazonaws.appstream#FleetAttributes", - "traits": { - "smithy.api#documentation": "

The fleet attributes to delete.

" - } - }, - "IamRoleArn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

\n

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

" - } - }, - "StreamView": { - "target": "com.amazonaws.appstream#StreamView", - "traits": { - "smithy.api#documentation": "

The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

\n

The default value is APP.

" - } - }, - "Platform": { - "target": "com.amazonaws.appstream#PlatformType", - "traits": { - "smithy.api#documentation": "

The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.

" - } - }, - "MaxConcurrentSessions": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum number of concurrent sessions for a fleet.

" - } - }, - "UsbDeviceFilterStrings": { - "target": "com.amazonaws.appstream#UsbDeviceFilterStrings", - "traits": { - "smithy.api#documentation": "

The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.

" - } - }, - "SessionScriptS3Location": { - "target": "com.amazonaws.appstream#S3Location", - "traits": { - "smithy.api#documentation": "

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

" - } - }, - "MaxSessionsPerInstance": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

The maximum number of user sessions on an instance. This only applies to multi-session fleets.

" - } - } + { + "documentation": "For custom endpoint with fips disabled and dualstack enabled", + "expect": { + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" + }, + "params": { + "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": true, + "Endpoint": "https://example.com" + } }, - "traits": { - "smithy.api#input": {} + { + "documentation": "Missing region", + "expect": { + "error": "Invalid Configuration: Missing Region" + } } + ], + "version": "1.0" + } + } + }, + "com.amazonaws.appstream#PlatformType": { + "type": "enum", + "members": { + "WINDOWS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "WINDOWS" + } + }, + "WINDOWS_SERVER_2016": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "WINDOWS_SERVER_2016" + } + }, + "WINDOWS_SERVER_2019": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "WINDOWS_SERVER_2019" + } + }, + "WINDOWS_SERVER_2022": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "WINDOWS_SERVER_2022" + } + }, + "AMAZON_LINUX2": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AMAZON_LINUX2" + } + }, + "RHEL8": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "RHEL8" + } + } + } + }, + "com.amazonaws.appstream#Platforms": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#PlatformType" + }, + "traits": { + "smithy.api#length": { + "min": 0, + "max": 4 + } + } + }, + "com.amazonaws.appstream#PreferredProtocol": { + "type": "enum", + "members": { + "TCP": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "TCP" + } + }, + "UDP": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "UDP" + } + } + } + }, + "com.amazonaws.appstream#RedirectURL": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 0, + "max": 1000 + } + } + }, + "com.amazonaws.appstream#RegionName": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 1, + "max": 32 + } + } + }, + "com.amazonaws.appstream#RequestLimitExceededException": { + "type": "structure", + "members": { + "Message": { + "target": "com.amazonaws.appstream#ErrorMessage" + } + }, + "traits": { + "smithy.api#documentation": "

AppStream 2.0 can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.

", + "smithy.api#error": "client", + "smithy.api#httpError": 400 + } + }, + "com.amazonaws.appstream#ResourceAlreadyExistsException": { + "type": "structure", + "members": { + "Message": { + "target": "com.amazonaws.appstream#ErrorMessage" + } + }, + "traits": { + "smithy.api#documentation": "

The specified resource already exists.

", + "smithy.api#error": "client", + "smithy.api#httpError": 400 + } + }, + "com.amazonaws.appstream#ResourceError": { + "type": "structure", + "members": { + "ErrorCode": { + "target": "com.amazonaws.appstream#FleetErrorCode", + "traits": { + "smithy.api#documentation": "

The error code.

" + } + }, + "ErrorMessage": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The error message.

" + } + }, + "ErrorTimestamp": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The time the error occurred.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes a resource error.

" + } + }, + "com.amazonaws.appstream#ResourceErrors": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#ResourceError" + } + }, + "com.amazonaws.appstream#ResourceIdentifier": { + "type": "string", + "traits": { + "smithy.api#documentation": "

The ARN of the resource.

", + "smithy.api#length": { + "min": 1, + "max": 2048 + } + } + }, + "com.amazonaws.appstream#ResourceInUseException": { + "type": "structure", + "members": { + "Message": { + "target": "com.amazonaws.appstream#ErrorMessage" + } + }, + "traits": { + "smithy.api#documentation": "

The specified resource is in use.

", + "smithy.api#error": "client", + "smithy.api#httpError": 400 + } + }, + "com.amazonaws.appstream#ResourceNotAvailableException": { + "type": "structure", + "members": { + "Message": { + "target": "com.amazonaws.appstream#ErrorMessage" + } + }, + "traits": { + "smithy.api#documentation": "

The specified resource exists and is not in use, but isn't available.

", + "smithy.api#error": "client", + "smithy.api#httpError": 400 + } + }, + "com.amazonaws.appstream#ResourceNotFoundException": { + "type": "structure", + "members": { + "Message": { + "target": "com.amazonaws.appstream#ErrorMessage" + } + }, + "traits": { + "smithy.api#documentation": "

The specified resource was not found.

", + "smithy.api#error": "client", + "smithy.api#httpError": 404 + } + }, + "com.amazonaws.appstream#S3Bucket": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 3, + "max": 63 + }, + "smithy.api#pattern": "^[0-9a-z\\.\\-]*(?The S3 bucket of the S3 object.

", + "smithy.api#required": {} + } + }, + "S3Key": { + "target": "com.amazonaws.appstream#S3Key", + "traits": { + "smithy.api#documentation": "

The S3 key of the S3 object.

\n

This is required when used for the following:

\n " + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the S3 location.

" + } + }, + "com.amazonaws.appstream#ScriptDetails": { + "type": "structure", + "members": { + "ScriptS3Location": { + "target": "com.amazonaws.appstream#S3Location", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The S3 object location for the script.

", + "smithy.api#required": {} + } + }, + "ExecutablePath": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The run path for the script.

", + "smithy.api#required": {} + } + }, + "ExecutableParameters": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The runtime parameters passed to the run path for the script.

" + } + }, + "TimeoutInSeconds": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The run timeout, in seconds, for the script.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the details of the script.

" + } + }, + "com.amazonaws.appstream#SecurityGroupIdList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#String" + }, + "traits": { + "smithy.api#documentation": "

The security group identifiers.

", + "smithy.api#length": { + "min": 0, + "max": 5 + } + } + }, + "com.amazonaws.appstream#ServiceAccountCredentials": { + "type": "structure", + "members": { + "AccountName": { + "target": "com.amazonaws.appstream#AccountName", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The user name of the account. This account must have the following privileges: create computer objects, \n join computers to the domain, and change/reset the password on descendant computer objects for the \n organizational units specified.

", + "smithy.api#required": {} + } + }, + "AccountPassword": { + "target": "com.amazonaws.appstream#AccountPassword", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The password for the account.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the credentials for the service account used by the fleet or image builder to connect to the directory.

" + } + }, + "com.amazonaws.appstream#Session": { + "type": "structure", + "members": { + "Id": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The identifier of the streaming session.

", + "smithy.api#required": {} + } + }, + "UserId": { + "target": "com.amazonaws.appstream#UserId", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The identifier of the user for whom the session was created.

", + "smithy.api#required": {} + } + }, + "StackName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack for the streaming session.

", + "smithy.api#required": {} + } + }, + "FleetName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the fleet for the streaming session.

", + "smithy.api#required": {} + } + }, + "State": { + "target": "com.amazonaws.appstream#SessionState", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The current state of the streaming session.

", + "smithy.api#required": {} + } + }, + "ConnectionState": { + "target": "com.amazonaws.appstream#SessionConnectionState", + "traits": { + "smithy.api#documentation": "

Specifies whether a user is connected to the streaming session.

" + } + }, + "StartTime": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The time when a streaming instance is dedicated for the user.

" + } + }, + "MaxExpirationTime": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The time when the streaming session is set to expire. This time is based on the MaxUserDurationinSeconds value, which determines the maximum length of time that a streaming session can run. A streaming session might end earlier than the time specified in SessionMaxExpirationTime, when the DisconnectTimeOutInSeconds elapses or the user chooses to end his or her session. If the DisconnectTimeOutInSeconds elapses, or the user chooses to end his or her session, the streaming instance is terminated and the streaming session ends.

" + } + }, + "AuthenticationType": { + "target": "com.amazonaws.appstream#AuthenticationType", + "traits": { + "smithy.api#documentation": "

The authentication method. The user is authenticated using a streaming URL\n (API) or SAML 2.0 federation (SAML).

" + } + }, + "NetworkAccessConfiguration": { + "target": "com.amazonaws.appstream#NetworkAccessConfiguration", + "traits": { + "smithy.api#documentation": "

The network details for the streaming session.

" + } + }, + "InstanceId": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The identifier for the instance hosting the session.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes a streaming session.

" + } + }, + "com.amazonaws.appstream#SessionConnectionState": { + "type": "enum", + "members": { + "CONNECTED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "CONNECTED" + } + }, + "NOT_CONNECTED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "NOT_CONNECTED" + } + } + } + }, + "com.amazonaws.appstream#SessionList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#Session" + }, + "traits": { + "smithy.api#documentation": "

List of sessions.

" + } + }, + "com.amazonaws.appstream#SessionState": { + "type": "enum", + "members": { + "ACTIVE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ACTIVE" + } + }, + "PENDING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "PENDING" + } + }, + "EXPIRED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "EXPIRED" + } + } + }, + "traits": { + "smithy.api#documentation": "

Possible values for the state of a streaming session.

" + } + }, + "com.amazonaws.appstream#SettingsGroup": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 0, + "max": 100 + } + } + }, + "com.amazonaws.appstream#SharedImagePermissions": { + "type": "structure", + "members": { + "sharedAccountId": { + "target": "com.amazonaws.appstream#AwsAccountId", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The 12-digit identifier of the AWS account with which the image is shared.

", + "smithy.api#required": {} + } + }, + "imagePermissions": { + "target": "com.amazonaws.appstream#ImagePermissions", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

Describes the permissions for a shared image.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the permissions that are available to the specified AWS account for a shared image.

" + } + }, + "com.amazonaws.appstream#SharedImagePermissionsList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#SharedImagePermissions" + } + }, + "com.amazonaws.appstream#Stack": { + "type": "structure", + "members": { + "Arn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the stack.

" + } + }, + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack.

", + "smithy.api#required": {} + } + }, + "Description": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The description to display.

" + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The stack name to display.

" + } + }, + "CreatedTime": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The time the stack was created.

" + } + }, + "StorageConnectors": { + "target": "com.amazonaws.appstream#StorageConnectorList", + "traits": { + "smithy.api#documentation": "

The storage connectors to enable.

" + } + }, + "RedirectURL": { + "target": "com.amazonaws.appstream#RedirectURL", + "traits": { + "smithy.api#documentation": "

The URL that users are redirected to after their streaming session ends.

" + } + }, + "FeedbackURL": { + "target": "com.amazonaws.appstream#FeedbackURL", + "traits": { + "smithy.api#documentation": "

The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

" + } + }, + "StackErrors": { + "target": "com.amazonaws.appstream#StackErrors", + "traits": { + "smithy.api#documentation": "

The errors for the stack.

" + } + }, + "UserSettings": { + "target": "com.amazonaws.appstream#UserSettingList", + "traits": { + "smithy.api#documentation": "

The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.

" + } + }, + "ApplicationSettings": { + "target": "com.amazonaws.appstream#ApplicationSettingsResponse", + "traits": { + "smithy.api#documentation": "

The persistent application settings for users of the stack.

" + } + }, + "AccessEndpoints": { + "target": "com.amazonaws.appstream#AccessEndpointList", + "traits": { + "smithy.api#documentation": "

The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

" + } + }, + "EmbedHostDomains": { + "target": "com.amazonaws.appstream#EmbedHostDomains", + "traits": { + "smithy.api#documentation": "

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

" + } + }, + "StreamingExperienceSettings": { + "target": "com.amazonaws.appstream#StreamingExperienceSettings", + "traits": { + "smithy.api#documentation": "

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes a stack.

" + } + }, + "com.amazonaws.appstream#StackAttribute": { + "type": "enum", + "members": { + "STORAGE_CONNECTORS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STORAGE_CONNECTORS" + } + }, + "STORAGE_CONNECTOR_HOMEFOLDERS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STORAGE_CONNECTOR_HOMEFOLDERS" + } + }, + "STORAGE_CONNECTOR_GOOGLE_DRIVE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STORAGE_CONNECTOR_GOOGLE_DRIVE" + } + }, + "STORAGE_CONNECTOR_ONE_DRIVE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STORAGE_CONNECTOR_ONE_DRIVE" + } + }, + "REDIRECT_URL": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "REDIRECT_URL" + } + }, + "FEEDBACK_URL": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "FEEDBACK_URL" + } + }, + "THEME_NAME": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "THEME_NAME" + } + }, + "USER_SETTINGS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "USER_SETTINGS" + } + }, + "EMBED_HOST_DOMAINS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "EMBED_HOST_DOMAINS" + } + }, + "IAM_ROLE_ARN": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IAM_ROLE_ARN" + } + }, + "ACCESS_ENDPOINTS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ACCESS_ENDPOINTS" + } + }, + "STREAMING_EXPERIENCE_SETTINGS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STREAMING_EXPERIENCE_SETTINGS" + } + } + } + }, + "com.amazonaws.appstream#StackAttributes": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#StackAttribute" + } + }, + "com.amazonaws.appstream#StackError": { + "type": "structure", + "members": { + "ErrorCode": { + "target": "com.amazonaws.appstream#StackErrorCode", + "traits": { + "smithy.api#documentation": "

The error code.

" + } + }, + "ErrorMessage": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The error message.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes a stack error.

" + } + }, + "com.amazonaws.appstream#StackErrorCode": { + "type": "enum", + "members": { + "STORAGE_CONNECTOR_ERROR": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STORAGE_CONNECTOR_ERROR" + } + }, + "INTERNAL_SERVICE_ERROR": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "INTERNAL_SERVICE_ERROR" + } + } + } + }, + "com.amazonaws.appstream#StackErrors": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#StackError" + }, + "traits": { + "smithy.api#documentation": "

The stack errors.

" + } + }, + "com.amazonaws.appstream#StackList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#Stack" + }, + "traits": { + "smithy.api#documentation": "

The stacks.

" + } + }, + "com.amazonaws.appstream#StartAppBlockBuilder": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#StartAppBlockBuilderRequest" + }, + "output": { + "target": "com.amazonaws.appstream#StartAppBlockBuilderResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#RequestLimitExceededException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotAvailableException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Starts an app block builder.

\n

An app block builder can only be started when it's associated with an app\n block.

\n

Starting an app block builder starts a new instance, which is equivalent to an elastic\n fleet instance with application builder assistance functionality.

" + } + }, + "com.amazonaws.appstream#StartAppBlockBuilderRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the app block builder.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#StartAppBlockBuilderResult": { + "type": "structure", + "members": { + "AppBlockBuilder": { + "target": "com.amazonaws.appstream#AppBlockBuilder" + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#StartFleet": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#StartFleetRequest" + }, + "output": { + "target": "com.amazonaws.appstream#StartFleetResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" + }, + { + "target": "com.amazonaws.appstream#InvalidRoleException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#RequestLimitExceededException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotAvailableException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Starts the specified fleet.

" + } + }, + "com.amazonaws.appstream#StartFleetRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the fleet.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#StartFleetResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#StartImageBuilder": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#StartImageBuilderRequest" + }, + "output": { + "target": "com.amazonaws.appstream#StartImageBuilderResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#IncompatibleImageException" + }, + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotAvailableException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Starts the specified image builder.

" + } + }, + "com.amazonaws.appstream#StartImageBuilderRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the image builder.

", + "smithy.api#required": {} + } + }, + "AppstreamAgentVersion": { + "target": "com.amazonaws.appstream#AppstreamAgentVersion", + "traits": { + "smithy.api#documentation": "

The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#StartImageBuilderResult": { + "type": "structure", + "members": { + "ImageBuilder": { + "target": "com.amazonaws.appstream#ImageBuilder", + "traits": { + "smithy.api#documentation": "

Information about the image builder.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#StopAppBlockBuilder": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#StopAppBlockBuilderRequest" + }, + "output": { + "target": "com.amazonaws.appstream#StopAppBlockBuilderResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Stops an app block builder.

\n

Stopping an app block builder terminates the instance, and the instance state is not\n persisted.

" + } + }, + "com.amazonaws.appstream#StopAppBlockBuilderRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the app block builder.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#StopAppBlockBuilderResult": { + "type": "structure", + "members": { + "AppBlockBuilder": { + "target": "com.amazonaws.appstream#AppBlockBuilder" + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#StopFleet": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#StopFleetRequest" + }, + "output": { + "target": "com.amazonaws.appstream#StopFleetResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Stops the specified fleet.

" + } + }, + "com.amazonaws.appstream#StopFleetRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the fleet.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#StopFleetResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#StopImageBuilder": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#StopImageBuilderRequest" + }, + "output": { + "target": "com.amazonaws.appstream#StopImageBuilderResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Stops the specified image builder.

" + } + }, + "com.amazonaws.appstream#StopImageBuilderRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the image builder.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#StopImageBuilderResult": { + "type": "structure", + "members": { + "ImageBuilder": { + "target": "com.amazonaws.appstream#ImageBuilder", + "traits": { + "smithy.api#documentation": "

Information about the image builder.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#StorageConnector": { + "type": "structure", + "members": { + "ConnectorType": { + "target": "com.amazonaws.appstream#StorageConnectorType", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The type of storage connector.

", + "smithy.api#required": {} + } + }, + "ResourceIdentifier": { + "target": "com.amazonaws.appstream#ResourceIdentifier", + "traits": { + "smithy.api#documentation": "

The ARN of the storage connector.

" + } + }, + "Domains": { + "target": "com.amazonaws.appstream#DomainList", + "traits": { + "smithy.api#documentation": "

The names of the domains for the account.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes a connector that enables persistent storage for users.

" + } + }, + "com.amazonaws.appstream#StorageConnectorList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#StorageConnector" + }, + "traits": { + "smithy.api#documentation": "

The storage connectors.

" + } + }, + "com.amazonaws.appstream#StorageConnectorType": { + "type": "enum", + "members": { + "HOMEFOLDERS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "HOMEFOLDERS" + } + }, + "GOOGLE_DRIVE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "GOOGLE_DRIVE" + } + }, + "ONE_DRIVE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ONE_DRIVE" + } + } + }, + "traits": { + "smithy.api#documentation": "

The type of storage connector.

" + } + }, + "com.amazonaws.appstream#StreamView": { + "type": "enum", + "members": { + "APP": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "APP" + } + }, + "DESKTOP": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DESKTOP" + } + } + } + }, + "com.amazonaws.appstream#StreamingExperienceSettings": { + "type": "structure", + "members": { + "PreferredProtocol": { + "target": "com.amazonaws.appstream#PreferredProtocol", + "traits": { + "smithy.api#documentation": "

The preferred protocol that you want to use while streaming your application.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

" + } + }, + "com.amazonaws.appstream#StreamingUrlUserId": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 2, + "max": 32 + }, + "smithy.api#pattern": "^[\\w+=,.@-]*$" + } + }, + "com.amazonaws.appstream#String": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 1 + } + } + }, + "com.amazonaws.appstream#StringList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#String" + } + }, + "com.amazonaws.appstream#SubnetIdList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#String" + }, + "traits": { + "smithy.api#documentation": "

The subnet identifiers.

" + } + }, + "com.amazonaws.appstream#TagKey": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 1, + "max": 128 + }, + "smithy.api#pattern": "^(^(?!aws:).[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" + } + }, + "com.amazonaws.appstream#TagKeyList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#TagKey" + }, + "traits": { + "smithy.api#length": { + "min": 1, + "max": 50 + } + } + }, + "com.amazonaws.appstream#TagResource": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#TagResourceRequest" + }, + "output": { + "target": "com.amazonaws.appstream#TagResourceResponse" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" + }, + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.

\n

Each tag consists of a key and an optional value. If a resource already has a tag with the same key, \n this operation updates its value.

\n

To list the current tags for your resources, use ListTagsForResource.\n To disassociate tags from your resources, use UntagResource.

\n

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "com.amazonaws.appstream#TagResourceRequest": { + "type": "structure", + "members": { + "ResourceArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource.

", + "smithy.api#required": {} + } + }, + "Tags": { + "target": "com.amazonaws.appstream#Tags", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The tags to associate. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

\n

If you do not specify a value, the value is set to an empty string.

\n

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

\n

_ . : / = + \\ - @

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#TagResourceResponse": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#TagValue": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 0, + "max": 256 + }, + "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" + } + }, + "com.amazonaws.appstream#Tags": { + "type": "map", + "key": { + "target": "com.amazonaws.appstream#TagKey" + }, + "value": { + "target": "com.amazonaws.appstream#TagValue" + }, + "traits": { + "smithy.api#length": { + "min": 1, + "max": 50 + } + } + }, + "com.amazonaws.appstream#Timestamp": { + "type": "timestamp" + }, + "com.amazonaws.appstream#UntagResource": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#UntagResourceRequest" + }, + "output": { + "target": "com.amazonaws.appstream#UntagResourceResponse" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Disassociates one or more specified tags from the specified AppStream 2.0 resource.

\n

To list the current tags for your resources, use ListTagsForResource.

\n

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "com.amazonaws.appstream#UntagResourceRequest": { + "type": "structure", + "members": { + "ResourceArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource.

", + "smithy.api#required": {} + } + }, + "TagKeys": { + "target": "com.amazonaws.appstream#TagKeyList", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The tag keys for the tags to disassociate.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#UntagResourceResponse": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#UpdateAppBlockBuilder": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#UpdateAppBlockBuilderRequest" + }, + "output": { + "target": "com.amazonaws.appstream#UpdateAppBlockBuilderResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" }, - "com.amazonaws.appstream#UpdateFleetResult": { - "type": "structure", - "members": { - "Fleet": { - "target": "com.amazonaws.appstream#Fleet", - "traits": { - "smithy.api#documentation": "

Information about the fleet.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" }, - "com.amazonaws.appstream#UpdateImagePermissions": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#UpdateImagePermissionsRequest" - }, - "output": { - "target": "com.amazonaws.appstream#UpdateImagePermissionsResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotAvailableException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Adds or updates permissions for the specified private image.

" - } + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" }, - "com.amazonaws.appstream#UpdateImagePermissionsRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.appstream#Name", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the private image.

", - "smithy.api#required": {} - } - }, - "SharedAccountId": { - "target": "com.amazonaws.appstream#AwsAccountId", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The 12-digit identifier of the AWS account for which you want add or update image permissions.

", - "smithy.api#required": {} - } - }, - "ImagePermissions": { - "target": "com.amazonaws.appstream#ImagePermissions", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The permissions for the image.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#InvalidRoleException" }, - "com.amazonaws.appstream#UpdateImagePermissionsResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#LimitExceededException" }, - "com.amazonaws.appstream#UpdateStack": { - "type": "operation", - "input": { - "target": "com.amazonaws.appstream#UpdateStackRequest" - }, - "output": { - "target": "com.amazonaws.appstream#UpdateStackResult" - }, - "errors": [ - { - "target": "com.amazonaws.appstream#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.appstream#IncompatibleImageException" - }, - { - "target": "com.amazonaws.appstream#InvalidAccountStatusException" - }, - { - "target": "com.amazonaws.appstream#InvalidParameterCombinationException" - }, - { - "target": "com.amazonaws.appstream#InvalidRoleException" - }, - { - "target": "com.amazonaws.appstream#LimitExceededException" - }, - { - "target": "com.amazonaws.appstream#OperationNotPermittedException" - }, - { - "target": "com.amazonaws.appstream#ResourceInUseException" - }, - { - "target": "com.amazonaws.appstream#ResourceNotFoundException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates the specified fields for the specified stack.

" - } + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" }, - "com.amazonaws.appstream#UpdateStackRequest": { - "type": "structure", - "members": { - "DisplayName": { - "target": "com.amazonaws.appstream#DisplayName", - "traits": { - "smithy.api#documentation": "

The stack name to display.

" - } - }, - "Description": { - "target": "com.amazonaws.appstream#Description", - "traits": { - "smithy.api#documentation": "

The description to display.

" - } - }, - "Name": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack.

", - "smithy.api#required": {} - } - }, - "StorageConnectors": { - "target": "com.amazonaws.appstream#StorageConnectorList", - "traits": { - "smithy.api#documentation": "

The storage connectors to enable.

" - } - }, - "DeleteStorageConnectors": { - "target": "com.amazonaws.appstream#Boolean", - "traits": { - "smithy.api#deprecated": {}, - "smithy.api#documentation": "

Deletes the storage connectors currently enabled for the stack.

" - } - }, - "RedirectURL": { - "target": "com.amazonaws.appstream#RedirectURL", - "traits": { - "smithy.api#documentation": "

The URL that users are redirected to after their streaming session ends.

" - } - }, - "FeedbackURL": { - "target": "com.amazonaws.appstream#FeedbackURL", - "traits": { - "smithy.api#documentation": "

The URL that users are redirected to after they choose the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

" - } - }, - "AttributesToDelete": { - "target": "com.amazonaws.appstream#StackAttributes", - "traits": { - "smithy.api#documentation": "

The stack attributes to delete.

" - } - }, - "UserSettings": { - "target": "com.amazonaws.appstream#UserSettingList", - "traits": { - "smithy.api#documentation": "

The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

" - } - }, - "ApplicationSettings": { - "target": "com.amazonaws.appstream#ApplicationSettings", - "traits": { - "smithy.api#documentation": "

The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.

" - } - }, - "AccessEndpoints": { - "target": "com.amazonaws.appstream#AccessEndpointList", - "traits": { - "smithy.api#documentation": "

The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

" - } - }, - "EmbedHostDomains": { - "target": "com.amazonaws.appstream#EmbedHostDomains", - "traits": { - "smithy.api#documentation": "

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

" - } - }, - "StreamingExperienceSettings": { - "target": "com.amazonaws.appstream#StreamingExperienceSettings", - "traits": { - "smithy.api#documentation": "

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } + { + "target": "com.amazonaws.appstream#RequestLimitExceededException" }, - "com.amazonaws.appstream#UpdateStackResult": { - "type": "structure", - "members": { - "Stack": { - "target": "com.amazonaws.appstream#Stack", - "traits": { - "smithy.api#documentation": "

Information about the stack.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } + { + "target": "com.amazonaws.appstream#ResourceInUseException" }, - "com.amazonaws.appstream#UsageReportExecutionErrorCode": { - "type": "enum", - "members": { - "RESOURCE_NOT_FOUND": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "RESOURCE_NOT_FOUND" - } - }, - "ACCESS_DENIED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ACCESS_DENIED" - } - }, - "INTERNAL_SERVICE_ERROR": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INTERNAL_SERVICE_ERROR" - } - } - } + { + "target": "com.amazonaws.appstream#ResourceNotAvailableException" }, - "com.amazonaws.appstream#UsageReportSchedule": { - "type": "enum", - "members": { - "DAILY": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DAILY" - } - } - } + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Updates an app block builder.

\n

If the app block builder is in the STARTING or STOPPING\n state, you can't update it. If the app block builder is in the RUNNING\n state, you can only update the DisplayName and Description. If the app block builder is\n in the STOPPED state, you can update any attribute except the Name.

" + } + }, + "com.amazonaws.appstream#UpdateAppBlockBuilderRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The unique name for the app block builder.

", + "smithy.api#required": {} + } + }, + "Description": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description of the app block builder.

" + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#DisplayName", + "traits": { + "smithy.api#documentation": "

The display name of the app block builder.

" + } + }, + "Platform": { + "target": "com.amazonaws.appstream#PlatformType", + "traits": { + "smithy.api#documentation": "

The platform of the app block builder.

\n

\n WINDOWS_SERVER_2019 is the only valid value.

" + } + }, + "InstanceType": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The instance type to use when launching the app block builder. The following instance\n types are available:

\n " + } + }, + "VpcConfig": { + "target": "com.amazonaws.appstream#VpcConfig", + "traits": { + "smithy.api#documentation": "

The VPC configuration for the app block builder.

\n

App block builders require that you specify at least two subnets in different availability\n zones.

" + } + }, + "EnableDefaultInternetAccess": { + "target": "com.amazonaws.appstream#BooleanObject", + "traits": { + "smithy.api#documentation": "

Enables or disables default internet access for the app block builder.

" + } + }, + "IamRoleArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To\n assume a role, the app block builder calls the AWS Security Token Service (STS)\n AssumeRole API operation and passes the ARN of the role to use. The\n operation creates a new session with temporary credentials. AppStream 2.0 retrieves the\n temporary credentials and creates the appstream_machine_role credential profile on the instance.

\n

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "AccessEndpoints": { + "target": "com.amazonaws.appstream#AccessEndpointList", + "traits": { + "smithy.api#documentation": "

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

" + } + }, + "AttributesToDelete": { + "target": "com.amazonaws.appstream#AppBlockBuilderAttributes", + "traits": { + "smithy.api#documentation": "

The attributes to delete from the app block builder.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#UpdateAppBlockBuilderResult": { + "type": "structure", + "members": { + "AppBlockBuilder": { + "target": "com.amazonaws.appstream#AppBlockBuilder" + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#UpdateApplication": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#UpdateApplicationRequest" + }, + "output": { + "target": "com.amazonaws.appstream#UpdateApplicationResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Updates the specified application.

" + } + }, + "com.amazonaws.appstream#UpdateApplicationRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the application. This name is visible to users when display name is not specified.

", + "smithy.api#required": {} + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#DisplayName", + "traits": { + "smithy.api#documentation": "

The display name of the application. This name is visible to users in the application catalog.

" + } + }, + "Description": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description of the application.

" + } + }, + "IconS3Location": { + "target": "com.amazonaws.appstream#S3Location", + "traits": { + "smithy.api#documentation": "

The icon S3 location of the application.

" + } + }, + "LaunchPath": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The launch path of the application.

" + } + }, + "WorkingDirectory": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The working directory of the application.

" + } + }, + "LaunchParameters": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The launch parameters of the application.

" + } + }, + "AppBlockArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the app block.

" + } + }, + "AttributesToDelete": { + "target": "com.amazonaws.appstream#ApplicationAttributes", + "traits": { + "smithy.api#documentation": "

The attributes to delete for an application.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#UpdateApplicationResult": { + "type": "structure", + "members": { + "Application": { + "target": "com.amazonaws.appstream#Application" + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#UpdateDirectoryConfig": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#UpdateDirectoryConfigRequest" + }, + "output": { + "target": "com.amazonaws.appstream#UpdateDirectoryConfigResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#InvalidRoleException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceInUseException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Updates the specified Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

" + } + }, + "com.amazonaws.appstream#UpdateDirectoryConfigRequest": { + "type": "structure", + "members": { + "DirectoryName": { + "target": "com.amazonaws.appstream#DirectoryName", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the Directory Config object.

", + "smithy.api#required": {} + } + }, + "OrganizationalUnitDistinguishedNames": { + "target": "com.amazonaws.appstream#OrganizationalUnitDistinguishedNamesList", + "traits": { + "smithy.api#documentation": "

The distinguished names of the organizational units for computer accounts.

" + } + }, + "ServiceAccountCredentials": { + "target": "com.amazonaws.appstream#ServiceAccountCredentials", + "traits": { + "smithy.api#documentation": "

The credentials for the service account used by the fleet or image builder to connect to the directory.

" + } + }, + "CertificateBasedAuthProperties": { + "target": "com.amazonaws.appstream#CertificateBasedAuthProperties", + "traits": { + "smithy.api#documentation": "

The certificate-based authentication properties used to authenticate SAML 2.0 Identity\n Provider (IdP) user identities to Active Directory domain-joined streaming instances.\n Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD\n domain password if certificate-based authentication is unsuccessful, or to unlock a\n desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based\n authentication, but does not allow users to log in using their AD domain password. Users\n will be disconnected to re-authenticate using certificates.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#UpdateDirectoryConfigResult": { + "type": "structure", + "members": { + "DirectoryConfig": { + "target": "com.amazonaws.appstream#DirectoryConfig", + "traits": { + "smithy.api#documentation": "

Information about the Directory Config object.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#UpdateEntitlement": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#UpdateEntitlementRequest" + }, + "output": { + "target": "com.amazonaws.appstream#UpdateEntitlementResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" + }, + { + "target": "com.amazonaws.appstream#EntitlementNotFoundException" + }, + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Updates the specified entitlement.

" + } + }, + "com.amazonaws.appstream#UpdateEntitlementRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the entitlement.

", + "smithy.api#required": {} + } + }, + "StackName": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack with which the entitlement is associated.

", + "smithy.api#required": {} + } + }, + "Description": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description of the entitlement.

" + } + }, + "AppVisibility": { + "target": "com.amazonaws.appstream#AppVisibility", + "traits": { + "smithy.api#documentation": "

Specifies whether all or only selected apps are entitled.

" + } + }, + "Attributes": { + "target": "com.amazonaws.appstream#EntitlementAttributeList", + "traits": { + "smithy.api#documentation": "

The attributes of the entitlement.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#UpdateEntitlementResult": { + "type": "structure", + "members": { + "Entitlement": { + "target": "com.amazonaws.appstream#Entitlement", + "traits": { + "smithy.api#documentation": "

The entitlement.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#UpdateFleet": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#UpdateFleetRequest" + }, + "output": { + "target": "com.amazonaws.appstream#UpdateFleetResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" }, - "com.amazonaws.appstream#UsageReportSubscription": { - "type": "structure", - "members": { - "S3BucketName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The Amazon S3 bucket where generated reports are stored.

\n

If you enabled on-instance session scripts and Amazon S3 logging for your session script\n configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is\n unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0\n uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, \n when you enable usage reports, AppStream 2.0 creates a new S3 bucket.

" - } - }, - "Schedule": { - "target": "com.amazonaws.appstream#UsageReportSchedule", - "traits": { - "smithy.api#documentation": "

The schedule for generating usage reports.

" - } - }, - "LastGeneratedReportDate": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The time when the last usage report was generated.

" - } - }, - "SubscriptionErrors": { - "target": "com.amazonaws.appstream#LastReportGenerationExecutionErrors", - "traits": { - "smithy.api#documentation": "

The errors that were returned if usage reports couldn't be generated.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes information about the usage report subscription.

" - } + { + "target": "com.amazonaws.appstream#IncompatibleImageException" }, - "com.amazonaws.appstream#UsageReportSubscriptionList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#UsageReportSubscription" - } + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" }, - "com.amazonaws.appstream#UsbDeviceFilterString": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 100 - }, - "smithy.api#pattern": "^((\\w*)\\s*(\\w*)\\s*\\,\\s*(\\w*)\\s*\\,\\s*\\*?(\\w*)\\s*\\,\\s*\\*?(\\w*)\\s*\\,\\s*\\*?\\d*\\s*\\,\\s*\\*?\\d*\\s*\\,\\s*[0-1]\\s*\\,\\s*[0-1]\\s*)$" - } + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" }, - "com.amazonaws.appstream#UsbDeviceFilterStrings": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#UsbDeviceFilterString" - } + { + "target": "com.amazonaws.appstream#InvalidRoleException" }, - "com.amazonaws.appstream#User": { - "type": "structure", - "members": { - "Arn": { - "target": "com.amazonaws.appstream#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the user.

" - } - }, - "UserName": { - "target": "com.amazonaws.appstream#Username", - "traits": { - "smithy.api#documentation": "

The email address of the user.

\n \n

Users' email addresses are case-sensitive.

\n
" - } - }, - "Enabled": { - "target": "com.amazonaws.appstream#Boolean", - "traits": { - "smithy.api#documentation": "

Specifies whether the user in the user pool is enabled.

" - } - }, - "Status": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The status of the user in the user pool. The status can be one of the following:

\n " - } - }, - "FirstName": { - "target": "com.amazonaws.appstream#UserAttributeValue", - "traits": { - "smithy.api#documentation": "

The first name, or given name, of the user.

" - } - }, - "LastName": { - "target": "com.amazonaws.appstream#UserAttributeValue", - "traits": { - "smithy.api#documentation": "

The last name, or surname, of the user.

" - } - }, - "CreatedTime": { - "target": "com.amazonaws.appstream#Timestamp", - "traits": { - "smithy.api#documentation": "

The date and time the user was created in the user pool.

" - } - }, - "AuthenticationType": { - "target": "com.amazonaws.appstream#AuthenticationType", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The authentication type for the user.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a user in the user pool.

" - } + { + "target": "com.amazonaws.appstream#LimitExceededException" }, - "com.amazonaws.appstream#UserAttributeValue": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 2048 - }, - "smithy.api#pattern": "^[A-Za-z0-9_\\-\\s]+$", - "smithy.api#sensitive": {} - } + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" }, - "com.amazonaws.appstream#UserId": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 2, - "max": 128 - } - } + { + "target": "com.amazonaws.appstream#RequestLimitExceededException" }, - "com.amazonaws.appstream#UserList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#User" - } + { + "target": "com.amazonaws.appstream#ResourceInUseException" }, - "com.amazonaws.appstream#UserSetting": { - "type": "structure", - "members": { - "Action": { - "target": "com.amazonaws.appstream#Action", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The action that is enabled or disabled.

", - "smithy.api#required": {} - } - }, - "Permission": { - "target": "com.amazonaws.appstream#Permission", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

Indicates whether the action is enabled or disabled.

", - "smithy.api#required": {} - } - }, - "MaximumLength": { - "target": "com.amazonaws.appstream#Integer", - "traits": { - "smithy.api#documentation": "

Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.

\n

This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions.

\n

This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can't be specified when the permission is DISABLED.

\n

This can only be specified for AlwaysOn and OnDemand fleets. The attribute is not supported on Elastic fleets.

\n

The value can be between 1 and 20,971,520 (20 MB).

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes an action and whether the action is enabled or disabled for users during their streaming sessions.

" - } + { + "target": "com.amazonaws.appstream#ResourceNotAvailableException" }, - "com.amazonaws.appstream#UserSettingList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#UserSetting" - }, - "traits": { - "smithy.api#length": { - "min": 1 - } - } + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Updates the specified fleet.

\n

If the fleet is in the STOPPED state, you can update any attribute except\n the fleet name.

\n

If the fleet is in the RUNNING state, you can update the following based\n on the fleet type:

\n \n

If the fleet is in the STARTING or STOPPED state, you can't update it.

" + } + }, + "com.amazonaws.appstream#UpdateFleetRequest": { + "type": "structure", + "members": { + "ImageName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The name of the image used to create the fleet.

" + } + }, + "ImageArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the public, private, or shared image to use.

" + } + }, + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#documentation": "

A unique name for the fleet.

" + } + }, + "InstanceType": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The instance type to use when launching fleet instances. The following instance types are available:

\n \n

The following instance types are available for Elastic fleets:

\n " + } + }, + "ComputeCapacity": { + "target": "com.amazonaws.appstream#ComputeCapacity", + "traits": { + "smithy.api#documentation": "

The desired capacity for the fleet. This is not allowed for Elastic fleets.

" + } + }, + "VpcConfig": { + "target": "com.amazonaws.appstream#VpcConfig", + "traits": { + "smithy.api#documentation": "

The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.

" + } + }, + "MaxUserDurationInSeconds": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

\n

Specify a value between 600 and 432000.

" + } + }, + "DisconnectTimeoutInSeconds": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

\n

Specify a value between 60 and 36000.

" + } + }, + "DeleteVpcConfig": { + "target": "com.amazonaws.appstream#Boolean", + "traits": { + "smithy.api#deprecated": {}, + "smithy.api#documentation": "

Deletes the VPC association for the specified fleet.

" + } + }, + "Description": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description to display.

" + } + }, + "DisplayName": { + "target": "com.amazonaws.appstream#DisplayName", + "traits": { + "smithy.api#documentation": "

The fleet name to display.

" + } + }, + "EnableDefaultInternetAccess": { + "target": "com.amazonaws.appstream#BooleanObject", + "traits": { + "smithy.api#documentation": "

Enables or disables default internet access for the fleet.

" + } + }, + "DomainJoinInfo": { + "target": "com.amazonaws.appstream#DomainJoinInfo", + "traits": { + "smithy.api#documentation": "

The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.

" + } + }, + "IdleDisconnectTimeoutInSeconds": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The amount of time that users can be idle (inactive) before they are disconnected\n from their streaming session and the DisconnectTimeoutInSeconds time\n interval begins. Users are notified before they are disconnected due to inactivity. If\n users try to reconnect to the streaming session before the time interval specified in\n DisconnectTimeoutInSeconds elapses, they are connected to their\n previous session. Users are considered idle when they stop providing keyboard or mouse\n input during their streaming session. File uploads and downloads, audio in, audio out,\n and pixels changing do not qualify as user activity. If users continue to be idle after\n the time interval in IdleDisconnectTimeoutInSeconds elapses, they are\n disconnected.

\n

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.

\n \n

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

\n
" + } + }, + "AttributesToDelete": { + "target": "com.amazonaws.appstream#FleetAttributes", + "traits": { + "smithy.api#documentation": "

The fleet attributes to delete.

" + } + }, + "IamRoleArn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

\n

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

" + } + }, + "StreamView": { + "target": "com.amazonaws.appstream#StreamView", + "traits": { + "smithy.api#documentation": "

The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

\n

The default value is APP.

" + } + }, + "Platform": { + "target": "com.amazonaws.appstream#PlatformType", + "traits": { + "smithy.api#documentation": "

The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.

" + } + }, + "MaxConcurrentSessions": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum number of concurrent sessions for a fleet.

" + } + }, + "UsbDeviceFilterStrings": { + "target": "com.amazonaws.appstream#UsbDeviceFilterStrings", + "traits": { + "smithy.api#documentation": "

The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.

" + } + }, + "SessionScriptS3Location": { + "target": "com.amazonaws.appstream#S3Location", + "traits": { + "smithy.api#documentation": "

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

" + } + }, + "MaxSessionsPerInstance": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

The maximum number of user sessions on an instance. This only applies to multi-session fleets.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#UpdateFleetResult": { + "type": "structure", + "members": { + "Fleet": { + "target": "com.amazonaws.appstream#Fleet", + "traits": { + "smithy.api#documentation": "

Information about the fleet.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#UpdateImagePermissions": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#UpdateImagePermissionsRequest" + }, + "output": { + "target": "com.amazonaws.appstream#UpdateImagePermissionsResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#LimitExceededException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotAvailableException" + }, + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Adds or updates permissions for the specified private image.

" + } + }, + "com.amazonaws.appstream#UpdateImagePermissionsRequest": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.appstream#Name", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the private image.

", + "smithy.api#required": {} + } + }, + "SharedAccountId": { + "target": "com.amazonaws.appstream#AwsAccountId", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The 12-digit identifier of the AWS account for which you want add or update image permissions.

", + "smithy.api#required": {} + } + }, + "ImagePermissions": { + "target": "com.amazonaws.appstream#ImagePermissions", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The permissions for the image.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#UpdateImagePermissionsResult": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#UpdateStack": { + "type": "operation", + "input": { + "target": "com.amazonaws.appstream#UpdateStackRequest" + }, + "output": { + "target": "com.amazonaws.appstream#UpdateStackResult" + }, + "errors": [ + { + "target": "com.amazonaws.appstream#ConcurrentModificationException" }, - "com.amazonaws.appstream#UserStackAssociation": { - "type": "structure", - "members": { - "StackName": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the stack that is associated with the user.

", - "smithy.api#required": {} - } - }, - "UserName": { - "target": "com.amazonaws.appstream#Username", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The email address of the user who is associated with the stack.

\n \n

Users' email addresses are case-sensitive.

\n
", - "smithy.api#required": {} - } - }, - "AuthenticationType": { - "target": "com.amazonaws.appstream#AuthenticationType", - "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The authentication type for the user.

", - "smithy.api#required": {} - } - }, - "SendEmailNotification": { - "target": "com.amazonaws.appstream#Boolean", - "traits": { - "smithy.api#documentation": "

Specifies whether a welcome email is sent to a user after the user is created in the user pool.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes a user in the user pool and the associated stack.

" - } + { + "target": "com.amazonaws.appstream#IncompatibleImageException" }, - "com.amazonaws.appstream#UserStackAssociationError": { - "type": "structure", - "members": { - "UserStackAssociation": { - "target": "com.amazonaws.appstream#UserStackAssociation", - "traits": { - "smithy.api#documentation": "

Information about the user and associated stack.

" - } - }, - "ErrorCode": { - "target": "com.amazonaws.appstream#UserStackAssociationErrorCode", - "traits": { - "smithy.api#documentation": "

The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.

" - } - }, - "ErrorMessage": { - "target": "com.amazonaws.appstream#String", - "traits": { - "smithy.api#documentation": "

The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the error that is returned when a user can’t be associated with or disassociated from a stack.

" - } + { + "target": "com.amazonaws.appstream#InvalidAccountStatusException" }, - "com.amazonaws.appstream#UserStackAssociationErrorCode": { - "type": "enum", - "members": { - "STACK_NOT_FOUND": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "STACK_NOT_FOUND" - } - }, - "USER_NAME_NOT_FOUND": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "USER_NAME_NOT_FOUND" - } - }, - "DIRECTORY_NOT_FOUND": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DIRECTORY_NOT_FOUND" - } - }, - "INTERNAL_ERROR": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INTERNAL_ERROR" - } - } - } + { + "target": "com.amazonaws.appstream#InvalidParameterCombinationException" }, - "com.amazonaws.appstream#UserStackAssociationErrorList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#UserStackAssociationError" - } + { + "target": "com.amazonaws.appstream#InvalidRoleException" }, - "com.amazonaws.appstream#UserStackAssociationList": { - "type": "list", - "member": { - "target": "com.amazonaws.appstream#UserStackAssociation" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 25 - } - } + { + "target": "com.amazonaws.appstream#LimitExceededException" }, - "com.amazonaws.appstream#Username": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 128 - }, - "smithy.api#pattern": "^[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+$", - "smithy.api#sensitive": {} - } + { + "target": "com.amazonaws.appstream#OperationNotPermittedException" }, - "com.amazonaws.appstream#VisibilityType": { - "type": "enum", - "members": { - "PUBLIC": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PUBLIC" - } - }, - "PRIVATE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PRIVATE" - } - }, - "SHARED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SHARED" - } - } - } + { + "target": "com.amazonaws.appstream#ResourceInUseException" }, - "com.amazonaws.appstream#VpcConfig": { - "type": "structure", - "members": { - "SubnetIds": { - "target": "com.amazonaws.appstream#SubnetIdList", - "traits": { - "smithy.api#documentation": "

The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.

" - } - }, - "SecurityGroupIds": { - "target": "com.amazonaws.appstream#SecurityGroupIdList", - "traits": { - "smithy.api#documentation": "

The identifiers of the security groups for the fleet or image builder.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes VPC configuration information for fleets and image builders.

" - } + { + "target": "com.amazonaws.appstream#ResourceNotFoundException" + } + ], + "traits": { + "smithy.api#documentation": "

Updates the specified fields for the specified stack.

" + } + }, + "com.amazonaws.appstream#UpdateStackRequest": { + "type": "structure", + "members": { + "DisplayName": { + "target": "com.amazonaws.appstream#DisplayName", + "traits": { + "smithy.api#documentation": "

The stack name to display.

" + } + }, + "Description": { + "target": "com.amazonaws.appstream#Description", + "traits": { + "smithy.api#documentation": "

The description to display.

" + } + }, + "Name": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack.

", + "smithy.api#required": {} + } + }, + "StorageConnectors": { + "target": "com.amazonaws.appstream#StorageConnectorList", + "traits": { + "smithy.api#documentation": "

The storage connectors to enable.

" + } + }, + "DeleteStorageConnectors": { + "target": "com.amazonaws.appstream#Boolean", + "traits": { + "smithy.api#deprecated": {}, + "smithy.api#documentation": "

Deletes the storage connectors currently enabled for the stack.

" + } + }, + "RedirectURL": { + "target": "com.amazonaws.appstream#RedirectURL", + "traits": { + "smithy.api#documentation": "

The URL that users are redirected to after their streaming session ends.

" + } + }, + "FeedbackURL": { + "target": "com.amazonaws.appstream#FeedbackURL", + "traits": { + "smithy.api#documentation": "

The URL that users are redirected to after they choose the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

" + } + }, + "AttributesToDelete": { + "target": "com.amazonaws.appstream#StackAttributes", + "traits": { + "smithy.api#documentation": "

The stack attributes to delete.

" + } + }, + "UserSettings": { + "target": "com.amazonaws.appstream#UserSettingList", + "traits": { + "smithy.api#documentation": "

The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

" + } + }, + "ApplicationSettings": { + "target": "com.amazonaws.appstream#ApplicationSettings", + "traits": { + "smithy.api#documentation": "

The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.

" + } + }, + "AccessEndpoints": { + "target": "com.amazonaws.appstream#AccessEndpointList", + "traits": { + "smithy.api#documentation": "

The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

" + } + }, + "EmbedHostDomains": { + "target": "com.amazonaws.appstream#EmbedHostDomains", + "traits": { + "smithy.api#documentation": "

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

" + } + }, + "StreamingExperienceSettings": { + "target": "com.amazonaws.appstream#StreamingExperienceSettings", + "traits": { + "smithy.api#documentation": "

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.appstream#UpdateStackResult": { + "type": "structure", + "members": { + "Stack": { + "target": "com.amazonaws.appstream#Stack", + "traits": { + "smithy.api#documentation": "

Information about the stack.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, + "com.amazonaws.appstream#UsageReportExecutionErrorCode": { + "type": "enum", + "members": { + "RESOURCE_NOT_FOUND": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "RESOURCE_NOT_FOUND" + } + }, + "ACCESS_DENIED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ACCESS_DENIED" + } + }, + "INTERNAL_SERVICE_ERROR": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "INTERNAL_SERVICE_ERROR" + } + } + } + }, + "com.amazonaws.appstream#UsageReportSchedule": { + "type": "enum", + "members": { + "DAILY": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DAILY" + } + } + } + }, + "com.amazonaws.appstream#UsageReportSubscription": { + "type": "structure", + "members": { + "S3BucketName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The Amazon S3 bucket where generated reports are stored.

\n

If you enabled on-instance session scripts and Amazon S3 logging for your session script\n configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is\n unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0\n uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, \n when you enable usage reports, AppStream 2.0 creates a new S3 bucket.

" + } + }, + "Schedule": { + "target": "com.amazonaws.appstream#UsageReportSchedule", + "traits": { + "smithy.api#documentation": "

The schedule for generating usage reports.

" + } + }, + "LastGeneratedReportDate": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The time when the last usage report was generated.

" + } + }, + "SubscriptionErrors": { + "target": "com.amazonaws.appstream#LastReportGenerationExecutionErrors", + "traits": { + "smithy.api#documentation": "

The errors that were returned if usage reports couldn't be generated.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes information about the usage report subscription.

" + } + }, + "com.amazonaws.appstream#UsageReportSubscriptionList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#UsageReportSubscription" + } + }, + "com.amazonaws.appstream#UsbDeviceFilterString": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 0, + "max": 100 + }, + "smithy.api#pattern": "^((\\w*)\\s*(\\w*)\\s*\\,\\s*(\\w*)\\s*\\,\\s*\\*?(\\w*)\\s*\\,\\s*\\*?(\\w*)\\s*\\,\\s*\\*?\\d*\\s*\\,\\s*\\*?\\d*\\s*\\,\\s*[0-1]\\s*\\,\\s*[0-1]\\s*)$" + } + }, + "com.amazonaws.appstream#UsbDeviceFilterStrings": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#UsbDeviceFilterString" + } + }, + "com.amazonaws.appstream#User": { + "type": "structure", + "members": { + "Arn": { + "target": "com.amazonaws.appstream#Arn", + "traits": { + "smithy.api#documentation": "

The ARN of the user.

" + } + }, + "UserName": { + "target": "com.amazonaws.appstream#Username", + "traits": { + "smithy.api#documentation": "

The email address of the user.

\n \n

Users' email addresses are case-sensitive.

\n
" + } + }, + "Enabled": { + "target": "com.amazonaws.appstream#Boolean", + "traits": { + "smithy.api#documentation": "

Specifies whether the user in the user pool is enabled.

" + } + }, + "Status": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The status of the user in the user pool. The status can be one of the following:

\n " + } + }, + "FirstName": { + "target": "com.amazonaws.appstream#UserAttributeValue", + "traits": { + "smithy.api#documentation": "

The first name, or given name, of the user.

" + } + }, + "LastName": { + "target": "com.amazonaws.appstream#UserAttributeValue", + "traits": { + "smithy.api#documentation": "

The last name, or surname, of the user.

" + } + }, + "CreatedTime": { + "target": "com.amazonaws.appstream#Timestamp", + "traits": { + "smithy.api#documentation": "

The date and time the user was created in the user pool.

" + } + }, + "AuthenticationType": { + "target": "com.amazonaws.appstream#AuthenticationType", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The authentication type for the user.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes a user in the user pool.

" + } + }, + "com.amazonaws.appstream#UserAttributeValue": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 0, + "max": 2048 + }, + "smithy.api#pattern": "^[A-Za-z0-9_\\-\\s]+$", + "smithy.api#sensitive": {} + } + }, + "com.amazonaws.appstream#UserId": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 2, + "max": 128 + } + } + }, + "com.amazonaws.appstream#UserList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#User" + } + }, + "com.amazonaws.appstream#UserSetting": { + "type": "structure", + "members": { + "Action": { + "target": "com.amazonaws.appstream#Action", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The action that is enabled or disabled.

", + "smithy.api#required": {} + } + }, + "Permission": { + "target": "com.amazonaws.appstream#Permission", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

Indicates whether the action is enabled or disabled.

", + "smithy.api#required": {} + } + }, + "MaximumLength": { + "target": "com.amazonaws.appstream#Integer", + "traits": { + "smithy.api#documentation": "

Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.

\n

This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions.

\n

This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can't be specified when the permission is DISABLED.

\n

The value can be between 1 and 20,971,520 (20 MB).

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes an action and whether the action is enabled or disabled for users during their streaming sessions.

" + } + }, + "com.amazonaws.appstream#UserSettingList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#UserSetting" + }, + "traits": { + "smithy.api#length": { + "min": 1 + } + } + }, + "com.amazonaws.appstream#UserStackAssociation": { + "type": "structure", + "members": { + "StackName": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The name of the stack that is associated with the user.

", + "smithy.api#required": {} + } + }, + "UserName": { + "target": "com.amazonaws.appstream#Username", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The email address of the user who is associated with the stack.

\n \n

Users' email addresses are case-sensitive.

\n
", + "smithy.api#required": {} + } + }, + "AuthenticationType": { + "target": "com.amazonaws.appstream#AuthenticationType", + "traits": { + "smithy.api#clientOptional": {}, + "smithy.api#documentation": "

The authentication type for the user.

", + "smithy.api#required": {} + } + }, + "SendEmailNotification": { + "target": "com.amazonaws.appstream#Boolean", + "traits": { + "smithy.api#documentation": "

Specifies whether a welcome email is sent to a user after the user is created in the user pool.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes a user in the user pool and the associated stack.

" + } + }, + "com.amazonaws.appstream#UserStackAssociationError": { + "type": "structure", + "members": { + "UserStackAssociation": { + "target": "com.amazonaws.appstream#UserStackAssociation", + "traits": { + "smithy.api#documentation": "

Information about the user and associated stack.

" + } + }, + "ErrorCode": { + "target": "com.amazonaws.appstream#UserStackAssociationErrorCode", + "traits": { + "smithy.api#documentation": "

The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.

" + } + }, + "ErrorMessage": { + "target": "com.amazonaws.appstream#String", + "traits": { + "smithy.api#documentation": "

The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Describes the error that is returned when a user can’t be associated with or disassociated from a stack.

" + } + }, + "com.amazonaws.appstream#UserStackAssociationErrorCode": { + "type": "enum", + "members": { + "STACK_NOT_FOUND": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STACK_NOT_FOUND" + } + }, + "USER_NAME_NOT_FOUND": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "USER_NAME_NOT_FOUND" + } + }, + "DIRECTORY_NOT_FOUND": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DIRECTORY_NOT_FOUND" + } + }, + "INTERNAL_ERROR": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "INTERNAL_ERROR" + } + } + } + }, + "com.amazonaws.appstream#UserStackAssociationErrorList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#UserStackAssociationError" + } + }, + "com.amazonaws.appstream#UserStackAssociationList": { + "type": "list", + "member": { + "target": "com.amazonaws.appstream#UserStackAssociation" + }, + "traits": { + "smithy.api#length": { + "min": 1, + "max": 25 + } + } + }, + "com.amazonaws.appstream#Username": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 1, + "max": 128 + }, + "smithy.api#pattern": "^[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+$", + "smithy.api#sensitive": {} + } + }, + "com.amazonaws.appstream#VisibilityType": { + "type": "enum", + "members": { + "PUBLIC": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "PUBLIC" + } + }, + "PRIVATE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "PRIVATE" + } + }, + "SHARED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SHARED" + } + } + } + }, + "com.amazonaws.appstream#VpcConfig": { + "type": "structure", + "members": { + "SubnetIds": { + "target": "com.amazonaws.appstream#SubnetIdList", + "traits": { + "smithy.api#documentation": "

The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.

" + } + }, + "SecurityGroupIds": { + "target": "com.amazonaws.appstream#SecurityGroupIdList", + "traits": { + "smithy.api#documentation": "

The identifiers of the security groups for the fleet or image builder.

" + } } + }, + "traits": { + "smithy.api#documentation": "

Describes VPC configuration information for fleets and image builders.

" + } } + } }