{
  "version": "2.0",
  "service": "<fullname>Amazon AppStream 2.0</fullname> <p>You can use Amazon AppStream 2.0 to stream desktop applications to any device running a web browser, without rewriting them.</p>",
  "operations": {
    "AssociateFleet": "<p>Associates the specified fleet with the specified stack.</p>",
    "CopyImage": "<p>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.</p>",
    "CreateDirectoryConfig": "<p>Creates a Directory Config object in AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.</p>",
    "CreateFleet": "<p>Creates a fleet. A fleet consists of streaming instances that run a specified image.</p>",
    "CreateImageBuilder": "<p>Creates an image builder. An image builder is a virtual machine that is used to create an image.</p> <p>The initial state of the builder is <code>PENDING</code>. When it is ready, the state is <code>RUNNING</code>.</p>",
    "CreateImageBuilderStreamingURL": "<p>Creates a URL to start an image builder streaming session.</p>",
    "CreateStack": "<p>Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations. </p>",
    "CreateStreamingURL": "<p>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. </p>",
    "DeleteDirectoryConfig": "<p>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.</p>",
    "DeleteFleet": "<p>Deletes the specified fleet.</p>",
    "DeleteImage": "<p>Deletes the specified image. You cannot delete an image when it is in use. After you delete an image, you cannot provision new capacity using the image.</p>",
    "DeleteImageBuilder": "<p>Deletes the specified image builder and releases the capacity.</p>",
    "DeleteImagePermissions": "<p>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.</p>",
    "DeleteStack": "<p>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.</p>",
    "DescribeDirectoryConfigs": "<p>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 information required to join streaming instances to an Active Directory domain. </p> <p>Although the response syntax in this topic includes the account password, this password is not returned in the actual response.</p>",
    "DescribeFleets": "<p>Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.</p>",
    "DescribeImageBuilders": "<p>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.</p>",
    "DescribeImagePermissions": "<p>Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own. </p>",
    "DescribeImages": "<p>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.</p>",
    "DescribeSessions": "<p>Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a user ID is provided for the stack and fleet, only streaming sessions for that user are described. If an authentication type is not provided, the default is to authenticate users using a streaming URL.</p>",
    "DescribeStacks": "<p>Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.</p>",
    "DisassociateFleet": "<p>Disassociates the specified fleet from the specified stack.</p>",
    "ExpireSession": "<p>Immediately stops the specified streaming session.</p>",
    "ListAssociatedFleets": "<p>Retrieves the name of the fleet that is associated with the specified stack.</p>",
    "ListAssociatedStacks": "<p>Retrieves the name of the stack with which the specified fleet is associated.</p>",
    "ListTagsForResource": "<p>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.</p> <p>For more information about tags, see <a href=\"http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html\">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Developer Guide</i>.</p>",
    "StartFleet": "<p>Starts the specified fleet.</p>",
    "StartImageBuilder": "<p>Starts the specified image builder.</p>",
    "StopFleet": "<p>Stops the specified fleet.</p>",
    "StopImageBuilder": "<p>Stops the specified image builder.</p>",
    "TagResource": "<p>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.</p> <p>Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.</p> <p>To list the current tags for your resources, use <a>ListTagsForResource</a>. To disassociate tags from your resources, use <a>UntagResource</a>.</p> <p>For more information about tags, see <a href=\"http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html\">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Developer Guide</i>.</p>",
    "UntagResource": "<p>Disassociates one or more specified tags from the specified AppStream 2.0 resource.</p> <p>To list the current tags for your resources, use <a>ListTagsForResource</a>.</p> <p>For more information about tags, see <a href=\"http://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html\">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Developer Guide</i>.</p>",
    "UpdateDirectoryConfig": "<p>Updates the specified Directory Config object in AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.</p>",
    "UpdateFleet": "<p>Updates the specified fleet.</p> <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except the fleet name. If the fleet is in the <code>RUNNING</code> state, you can update the <code>DisplayName</code> and <code>ComputeCapacity</code> attributes. If the fleet is in the <code>STARTING</code> or <code>STOPPING</code> state, you can't update it.</p>",
    "UpdateImagePermissions": "<p>Adds or updates permissions for the specified private image. </p>",
    "UpdateStack": "<p>Updates the specified fields for the specified stack.</p>"
  },
  "shapes": {
    "AccountName": {
      "base": null,
      "refs": {
        "ServiceAccountCredentials$AccountName": "<p>The user name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.</p>"
      }
    },
    "AccountPassword": {
      "base": null,
      "refs": {
        "ServiceAccountCredentials$AccountPassword": "<p>The password for the account.</p>"
      }
    },
    "Action": {
      "base": null,
      "refs": {
        "UserSetting$Action": "<p>The action that is enabled or disabled.</p>"
      }
    },
    "Application": {
      "base": "<p>Describes an application in the application catalog.</p>",
      "refs": {
        "Applications$member": null
      }
    },
    "ApplicationSettings": {
      "base": "<p>The persistent application settings for users of a stack.</p>",
      "refs": {
        "CreateStackRequest$ApplicationSettings": "<p>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.</p>",
        "UpdateStackRequest$ApplicationSettings": "<p>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.</p>"
      }
    },
    "ApplicationSettingsResponse": {
      "base": "<p>Describes the persistent application settings for users of a stack.</p>",
      "refs": {
        "Stack$ApplicationSettings": "<p>The persistent application settings for users of the stack.</p>"
      }
    },
    "Applications": {
      "base": null,
      "refs": {
        "Image$Applications": "<p>The applications associated with the image.</p>"
      }
    },
    "AppstreamAgentVersion": {
      "base": null,
      "refs": {
        "CreateImageBuilderRequest$AppstreamAgentVersion": "<p>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]. </p>",
        "Image$AppstreamAgentVersion": "<p>The version of the AppStream 2.0 agent to use for instances that are launched from this image. </p>",
        "ImageBuilder$AppstreamAgentVersion": "<p>The version of the AppStream 2.0 agent that is currently being used by this image builder. </p>",
        "StartImageBuilderRequest$AppstreamAgentVersion": "<p>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]. </p>"
      }
    },
    "Arn": {
      "base": null,
      "refs": {
        "ArnList$member": null,
        "CreateFleetRequest$ImageArn": "<p>The ARN of the public, private, or shared image to use.</p>",
        "CreateImageBuilderRequest$ImageArn": "<p>The ARN of the public, private, or shared image to use.</p>",
        "Fleet$Arn": "<p>The ARN for the fleet.</p>",
        "Fleet$ImageArn": "<p>The ARN for the public, private, or shared image.</p>",
        "Image$Arn": "<p>The ARN of the image.</p>",
        "Image$BaseImageArn": "<p>The ARN of the image from which this image was created.</p>",
        "ImageBuilder$Arn": "<p>The ARN for the image builder.</p>",
        "ImageBuilder$ImageArn": "<p>The ARN of the image from which this builder was created.</p>",
        "ListTagsForResourceRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource.</p>",
        "Stack$Arn": "<p>The ARN of the stack.</p>",
        "TagResourceRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource.</p>",
        "UntagResourceRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource.</p>",
        "UpdateFleetRequest$ImageArn": "<p>The ARN of the public, private, or shared image to use.</p>"
      }
    },
    "ArnList": {
      "base": null,
      "refs": {
        "DescribeImagesRequest$Arns": "<p>The ARNs of the public, private, and shared images to describe.</p>"
      }
    },
    "AssociateFleetRequest": {
      "base": null,
      "refs": {
      }
    },
    "AssociateFleetResult": {
      "base": null,
      "refs": {
      }
    },
    "AuthenticationType": {
      "base": null,
      "refs": {
        "DescribeSessionsRequest$AuthenticationType": "<p>The authentication method. Specify <code>API</code> for a user authenticated using a streaming URL or <code>SAML</code> for a SAML federated user. The default is to authenticate users using a streaming URL.</p>",
        "Session$AuthenticationType": "<p>The authentication method. The user is authenticated using a streaming URL (<code>API</code>) or SAML federation (<code>SAML</code>).</p>"
      }
    },
    "AwsAccountId": {
      "base": null,
      "refs": {
        "AwsAccountIdList$member": null,
        "DeleteImagePermissionsRequest$SharedAccountId": "<p>The 12-digit ID of the AWS account for which to delete image permissions.</p>",
        "SharedImagePermissions$sharedAccountId": "<p>The 12-digit ID of the AWS account with which the image is shared.</p>",
        "UpdateImagePermissionsRequest$SharedAccountId": "<p>The 12-digit ID of the AWS account for which you want add or update image permissions.</p>"
      }
    },
    "AwsAccountIdList": {
      "base": null,
      "refs": {
        "DescribeImagePermissionsRequest$SharedAwsAccountIds": "<p>The 12-digit ID of one or more AWS accounts with which the image is shared.</p>"
      }
    },
    "Boolean": {
      "base": null,
      "refs": {
        "Application$Enabled": "<p>If there is a problem, the application can be disabled after image creation.</p>",
        "ApplicationSettings$Enabled": "<p>Enables or disables persistent application settings for users during their streaming sessions. </p>",
        "ApplicationSettingsResponse$Enabled": "<p>Specifies whether persistent application settings are enabled for users during their streaming sessions.</p>",
        "Image$ImageBuilderSupported": "<p>Indicates whether an image builder can be launched from this image.</p>",
        "UpdateFleetRequest$DeleteVpcConfig": "<p>Deletes the VPC association for the specified fleet.</p>",
        "UpdateStackRequest$DeleteStorageConnectors": "<p>Deletes the storage connectors currently enabled for the stack.</p>"
      }
    },
    "BooleanObject": {
      "base": null,
      "refs": {
        "CreateFleetRequest$EnableDefaultInternetAccess": "<p>Enables or disables default internet access for the fleet.</p>",
        "CreateImageBuilderRequest$EnableDefaultInternetAccess": "<p>Enables or disables default internet access for the image builder.</p>",
        "Fleet$EnableDefaultInternetAccess": "<p>Indicates whether default internet access is enabled for the fleet.</p>",
        "ImageBuilder$EnableDefaultInternetAccess": "<p>Enables or disables default internet access for the image builder.</p>",
        "ImagePermissions$allowFleet": "<p>Indicates whether the image can be used for a fleet.</p>",
        "ImagePermissions$allowImageBuilder": "<p>Indicates whether the image can be used for an image builder.</p>",
        "UpdateFleetRequest$EnableDefaultInternetAccess": "<p>Enables or disables default internet access for the fleet.</p>"
      }
    },
    "ComputeCapacity": {
      "base": "<p>Describes the capacity for a fleet.</p>",
      "refs": {
        "CreateFleetRequest$ComputeCapacity": "<p>The desired capacity for the fleet.</p>",
        "UpdateFleetRequest$ComputeCapacity": "<p>The desired capacity for the fleet.</p>"
      }
    },
    "ComputeCapacityStatus": {
      "base": "<p>Describes the capacity status for a fleet.</p>",
      "refs": {
        "Fleet$ComputeCapacityStatus": "<p>The capacity status for the fleet.</p>"
      }
    },
    "ConcurrentModificationException": {
      "base": "<p>An API error occurred. Wait a few minutes and try again.</p>",
      "refs": {
      }
    },
    "CopyImageRequest": {
      "base": null,
      "refs": {
      }
    },
    "CopyImageResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateDirectoryConfigRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateDirectoryConfigResult": {
      "base": null,
      "refs": {
      }
    },
    "CreateFleetRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateFleetResult": {
      "base": null,
      "refs": {
      }
    },
    "CreateImageBuilderRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateImageBuilderResult": {
      "base": null,
      "refs": {
      }
    },
    "CreateImageBuilderStreamingURLRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateImageBuilderStreamingURLResult": {
      "base": null,
      "refs": {
      }
    },
    "CreateStackRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateStackResult": {
      "base": null,
      "refs": {
      }
    },
    "CreateStreamingURLRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateStreamingURLResult": {
      "base": null,
      "refs": {
      }
    },
    "DeleteDirectoryConfigRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteDirectoryConfigResult": {
      "base": null,
      "refs": {
      }
    },
    "DeleteFleetRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteFleetResult": {
      "base": null,
      "refs": {
      }
    },
    "DeleteImageBuilderRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteImageBuilderResult": {
      "base": null,
      "refs": {
      }
    },
    "DeleteImagePermissionsRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteImagePermissionsResult": {
      "base": null,
      "refs": {
      }
    },
    "DeleteImageRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteImageResult": {
      "base": null,
      "refs": {
      }
    },
    "DeleteStackRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteStackResult": {
      "base": null,
      "refs": {
      }
    },
    "DescribeDirectoryConfigsRequest": {
      "base": null,
      "refs": {
      }
    },
    "DescribeDirectoryConfigsResult": {
      "base": null,
      "refs": {
      }
    },
    "DescribeFleetsRequest": {
      "base": null,
      "refs": {
      }
    },
    "DescribeFleetsResult": {
      "base": null,
      "refs": {
      }
    },
    "DescribeImageBuildersRequest": {
      "base": null,
      "refs": {
      }
    },
    "DescribeImageBuildersResult": {
      "base": null,
      "refs": {
      }
    },
    "DescribeImagePermissionsRequest": {
      "base": null,
      "refs": {
      }
    },
    "DescribeImagePermissionsResult": {
      "base": null,
      "refs": {
      }
    },
    "DescribeImagesMaxResults": {
      "base": null,
      "refs": {
        "DescribeImagesRequest$MaxResults": "<p>The maximum size of each page of results.</p>"
      }
    },
    "DescribeImagesRequest": {
      "base": null,
      "refs": {
      }
    },
    "DescribeImagesResult": {
      "base": null,
      "refs": {
      }
    },
    "DescribeSessionsRequest": {
      "base": null,
      "refs": {
      }
    },
    "DescribeSessionsResult": {
      "base": null,
      "refs": {
      }
    },
    "DescribeStacksRequest": {
      "base": null,
      "refs": {
      }
    },
    "DescribeStacksResult": {
      "base": null,
      "refs": {
      }
    },
    "Description": {
      "base": null,
      "refs": {
        "CopyImageRequest$DestinationImageDescription": "<p>The description that the image will have when it is copied to the destination.</p>",
        "CreateFleetRequest$Description": "<p>The description for display.</p>",
        "CreateImageBuilderRequest$Description": "<p>The description for display.</p>",
        "CreateStackRequest$Description": "<p>The description for display.</p>",
        "UpdateFleetRequest$Description": "<p>The description for display.</p>",
        "UpdateStackRequest$Description": "<p>The description for display.</p>"
      }
    },
    "DirectoryConfig": {
      "base": "<p>Configuration information for the directory used to join domains.</p>",
      "refs": {
        "CreateDirectoryConfigResult$DirectoryConfig": "<p>Information about the directory configuration.</p>",
        "DirectoryConfigList$member": null,
        "UpdateDirectoryConfigResult$DirectoryConfig": "<p>Information about the Directory Config object.</p>"
      }
    },
    "DirectoryConfigList": {
      "base": null,
      "refs": {
        "DescribeDirectoryConfigsResult$DirectoryConfigs": "<p>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. </p>"
      }
    },
    "DirectoryName": {
      "base": null,
      "refs": {
        "CreateDirectoryConfigRequest$DirectoryName": "<p>The fully qualified name of the directory (for example, corp.example.com).</p>",
        "DeleteDirectoryConfigRequest$DirectoryName": "<p>The name of the directory configuration.</p>",
        "DirectoryConfig$DirectoryName": "<p>The fully qualified name of the directory (for example, corp.example.com).</p>",
        "DirectoryNameList$member": null,
        "DomainJoinInfo$DirectoryName": "<p>The fully qualified name of the directory (for example, corp.example.com).</p>",
        "UpdateDirectoryConfigRequest$DirectoryName": "<p>The name of the Directory Config object.</p>"
      }
    },
    "DirectoryNameList": {
      "base": null,
      "refs": {
        "DescribeDirectoryConfigsRequest$DirectoryNames": "<p>The directory names.</p>"
      }
    },
    "DisassociateFleetRequest": {
      "base": null,
      "refs": {
      }
    },
    "DisassociateFleetResult": {
      "base": null,
      "refs": {
      }
    },
    "DisplayName": {
      "base": null,
      "refs": {
        "CreateFleetRequest$DisplayName": "<p>The fleet name for display.</p>",
        "CreateImageBuilderRequest$DisplayName": "<p>The image builder name for display.</p>",
        "CreateStackRequest$DisplayName": "<p>The stack name for display.</p>",
        "UpdateFleetRequest$DisplayName": "<p>The fleet name for display.</p>",
        "UpdateStackRequest$DisplayName": "<p>The stack name for display.</p>"
      }
    },
    "Domain": {
      "base": "GSuite domain for GDrive integration.",
      "refs": {
        "DomainList$member": null
      }
    },
    "DomainJoinInfo": {
      "base": "<p>Contains the information needed to join a Microsoft Active Directory domain.</p>",
      "refs": {
        "CreateFleetRequest$DomainJoinInfo": "<p>The information needed to join a Microsoft Active Directory domain.</p>",
        "CreateImageBuilderRequest$DomainJoinInfo": "<p>The information needed to join a Microsoft Active Directory domain.</p>",
        "Fleet$DomainJoinInfo": "<p>The information needed to join a Microsoft Active Directory domain.</p>",
        "ImageBuilder$DomainJoinInfo": "<p>The information needed to join a Microsoft Active Directory domain.</p>",
        "UpdateFleetRequest$DomainJoinInfo": "<p>The information needed to join a Microsoft Active Directory domain.</p>"
      }
    },
    "DomainList": {
      "base": null,
      "refs": {
        "StorageConnector$Domains": "<p>The names of the domains for the G Suite account.</p>"
      }
    },
    "ErrorMessage": {
      "base": "<p>The error message in the exception.</p>",
      "refs": {
        "ConcurrentModificationException$Message": null,
        "IncompatibleImageException$Message": null,
        "InvalidAccountStatusException$Message": null,
        "InvalidParameterCombinationException$Message": null,
        "InvalidRoleException$Message": null,
        "LimitExceededException$Message": null,
        "OperationNotPermittedException$Message": null,
        "ResourceAlreadyExistsException$Message": null,
        "ResourceInUseException$Message": null,
        "ResourceNotAvailableException$Message": null,
        "ResourceNotFoundException$Message": null
      }
    },
    "ExpireSessionRequest": {
      "base": null,
      "refs": {
      }
    },
    "ExpireSessionResult": {
      "base": null,
      "refs": {
      }
    },
    "FeedbackURL": {
      "base": null,
      "refs": {
        "CreateStackRequest$FeedbackURL": "<p>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.</p>",
        "Stack$FeedbackURL": "<p>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.</p>",
        "UpdateStackRequest$FeedbackURL": "<p>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.</p>"
      }
    },
    "Fleet": {
      "base": "<p>Contains the parameters for a fleet.</p>",
      "refs": {
        "CreateFleetResult$Fleet": "<p>Information about the fleet.</p>",
        "FleetList$member": null,
        "UpdateFleetResult$Fleet": "<p>Information about the fleet.</p>"
      }
    },
    "FleetAttribute": {
      "base": "<p>The fleet attribute.</p>",
      "refs": {
        "FleetAttributes$member": null
      }
    },
    "FleetAttributes": {
      "base": "<p>The fleet attributes.</p>",
      "refs": {
        "UpdateFleetRequest$AttributesToDelete": "<p>The fleet attributes to delete.</p>"
      }
    },
    "FleetError": {
      "base": "<p>Describes a fleet error.</p>",
      "refs": {
        "FleetErrors$member": null
      }
    },
    "FleetErrorCode": {
      "base": null,
      "refs": {
        "FleetError$ErrorCode": "<p>The error code.</p>",
        "ResourceError$ErrorCode": "<p>The error code.</p>"
      }
    },
    "FleetErrors": {
      "base": null,
      "refs": {
        "Fleet$FleetErrors": "<p>The fleet errors.</p>"
      }
    },
    "FleetList": {
      "base": "<p>The fleets.</p>",
      "refs": {
        "DescribeFleetsResult$Fleets": "<p>Information about the fleets.</p>"
      }
    },
    "FleetState": {
      "base": null,
      "refs": {
        "Fleet$State": "<p>The current state for the fleet.</p>"
      }
    },
    "FleetType": {
      "base": null,
      "refs": {
        "CreateFleetRequest$FleetType": "<p>The fleet type.</p> <dl> <dt>ALWAYS_ON</dt> <dd> <p>Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.</p> </dd> <dt>ON_DEMAND</dt> <dd> <p>Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.</p> </dd> </dl>",
        "Fleet$FleetType": "<p>The fleet type.</p> <dl> <dt>ALWAYS_ON</dt> <dd> <p>Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.</p> </dd> <dt>ON_DEMAND</dt> <dd> <p>Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.</p> </dd> </dl>"
      }
    },
    "Image": {
      "base": "<p>Describes an image.</p>",
      "refs": {
        "DeleteImageResult$Image": "<p>Information about the image.</p>",
        "ImageList$member": null
      }
    },
    "ImageBuilder": {
      "base": "<p>Describes a streaming instance used for editing an image. New images are created from a snapshot through an image builder.</p>",
      "refs": {
        "CreateImageBuilderResult$ImageBuilder": "<p>Information about the image builder.</p>",
        "DeleteImageBuilderResult$ImageBuilder": "<p>Information about the image builder.</p>",
        "ImageBuilderList$member": null,
        "StartImageBuilderResult$ImageBuilder": "<p>Information about the image builder.</p>",
        "StopImageBuilderResult$ImageBuilder": "<p>Information about the image builder.</p>"
      }
    },
    "ImageBuilderList": {
      "base": null,
      "refs": {
        "DescribeImageBuildersResult$ImageBuilders": "<p>Information about the image builders.</p>"
      }
    },
    "ImageBuilderState": {
      "base": null,
      "refs": {
        "ImageBuilder$State": "<p>The state of the image builder.</p>"
      }
    },
    "ImageBuilderStateChangeReason": {
      "base": "<p>Describes the reason why the last image builder state change occurred.</p>",
      "refs": {
        "ImageBuilder$StateChangeReason": "<p>The reason why the last state change occurred.</p>"
      }
    },
    "ImageBuilderStateChangeReasonCode": {
      "base": null,
      "refs": {
        "ImageBuilderStateChangeReason$Code": "<p>The state change reason code.</p>"
      }
    },
    "ImageList": {
      "base": null,
      "refs": {
        "DescribeImagesResult$Images": "<p>Information about the images.</p>"
      }
    },
    "ImagePermissions": {
      "base": "<p>Describes the permissions for an image. </p>",
      "refs": {
        "Image$ImagePermissions": "<p>The permissions to provide to the destination AWS account for the specified image.</p>",
        "SharedImagePermissions$imagePermissions": "<p>Describes the permissions for a shared image.</p>",
        "UpdateImagePermissionsRequest$ImagePermissions": "<p>The permissions for the image.</p>"
      }
    },
    "ImageState": {
      "base": null,
      "refs": {
        "Image$State": "<p>The image starts in the <code>PENDING</code> state. If image creation succeeds, the state is <code>AVAILABLE</code>. If image creation fails, the state is <code>FAILED</code>.</p>"
      }
    },
    "ImageStateChangeReason": {
      "base": "<p>Describes the reason why the last image state change occurred.</p>",
      "refs": {
        "Image$StateChangeReason": "<p>The reason why the last state change occurred.</p>"
      }
    },
    "ImageStateChangeReasonCode": {
      "base": null,
      "refs": {
        "ImageStateChangeReason$Code": "<p>The state change reason code.</p>"
      }
    },
    "IncompatibleImageException": {
      "base": "<p>The image does not support storage connectors.</p>",
      "refs": {
      }
    },
    "Integer": {
      "base": null,
      "refs": {
        "ComputeCapacity$DesiredInstances": "<p>The desired number of streaming instances.</p>",
        "ComputeCapacityStatus$Desired": "<p>The desired number of streaming instances.</p>",
        "ComputeCapacityStatus$Running": "<p>The total number of simultaneous streaming instances that are running.</p>",
        "ComputeCapacityStatus$InUse": "<p>The number of instances in use for streaming.</p>",
        "ComputeCapacityStatus$Available": "<p>The number of currently available instances that can be used to stream sessions.</p>",
        "CreateFleetRequest$MaxUserDurationInSeconds": "<p>The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.</p>",
        "CreateFleetRequest$DisconnectTimeoutInSeconds": "<p>The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.</p>",
        "DescribeDirectoryConfigsRequest$MaxResults": "<p>The maximum size of each page of results.</p>",
        "DescribeImageBuildersRequest$MaxResults": "<p>The maximum size of each page of results.</p>",
        "DescribeSessionsRequest$Limit": "<p>The size of each page of results. The default value is 20 and the maximum value is 50.</p>",
        "Fleet$MaxUserDurationInSeconds": "<p>The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.</p>",
        "Fleet$DisconnectTimeoutInSeconds": "<p>The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.</p>",
        "UpdateFleetRequest$MaxUserDurationInSeconds": "<p>The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.</p>",
        "UpdateFleetRequest$DisconnectTimeoutInSeconds": "<p>The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.</p>"
      }
    },
    "InvalidAccountStatusException": {
      "base": "<p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>",
      "refs": {
      }
    },
    "InvalidParameterCombinationException": {
      "base": "<p>Indicates an incorrect combination of parameters, or a missing parameter.</p>",
      "refs": {
      }
    },
    "InvalidRoleException": {
      "base": "<p>The specified role is invalid.</p>",
      "refs": {
      }
    },
    "LimitExceededException": {
      "base": "<p>The requested limit exceeds the permitted limit for an account.</p>",
      "refs": {
      }
    },
    "ListAssociatedFleetsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListAssociatedFleetsResult": {
      "base": null,
      "refs": {
      }
    },
    "ListAssociatedStacksRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListAssociatedStacksResult": {
      "base": null,
      "refs": {
      }
    },
    "ListTagsForResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListTagsForResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "Long": {
      "base": null,
      "refs": {
        "CreateImageBuilderStreamingURLRequest$Validity": "<p>The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.</p>",
        "CreateStreamingURLRequest$Validity": "<p>The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.</p>"
      }
    },
    "MaxResults": {
      "base": null,
      "refs": {
        "DescribeImagePermissionsRequest$MaxResults": "<p>The maximum size of each results page.</p>"
      }
    },
    "Metadata": {
      "base": null,
      "refs": {
        "Application$Metadata": "<p>Additional attributes that describe the application.</p>"
      }
    },
    "Name": {
      "base": null,
      "refs": {
        "CopyImageRequest$SourceImageName": "<p>The name of the image to copy.</p>",
        "CopyImageRequest$DestinationImageName": "<p>The name that the image will have when it is copied to the destination.</p>",
        "CopyImageResponse$DestinationImageName": "<p>The name of the destination image.</p>",
        "CreateFleetRequest$Name": "<p>A unique name for the fleet.</p>",
        "CreateImageBuilderRequest$Name": "<p>A unique name for the image builder.</p>",
        "CreateStackRequest$Name": "<p>The name of the stack.</p>",
        "DeleteImageBuilderRequest$Name": "<p>The name of the image builder.</p>",
        "DeleteImagePermissionsRequest$Name": "<p>The name of the private image.</p>",
        "DeleteImageRequest$Name": "<p>The name of the image.</p>",
        "DescribeImagePermissionsRequest$Name": "<p>The name of the private image for which to describe permissions. The image must be one that you own. </p>",
        "DescribeImagePermissionsResult$Name": "<p>The name of the private image.</p>",
        "UpdateImagePermissionsRequest$Name": "<p>The name of the private image.</p>"
      }
    },
    "NetworkAccessConfiguration": {
      "base": "<p>The network details of the fleet instance for the streaming session.</p>",
      "refs": {
        "Session$NetworkAccessConfiguration": "<p>The network details for the streaming session.</p>"
      }
    },
    "OperationNotPermittedException": {
      "base": "<p>The attempted operation is not permitted.</p>",
      "refs": {
      }
    },
    "OrganizationalUnitDistinguishedName": {
      "base": null,
      "refs": {
        "DomainJoinInfo$OrganizationalUnitDistinguishedName": "<p>The distinguished name of the organizational unit for computer accounts.</p>",
        "OrganizationalUnitDistinguishedNamesList$member": null
      }
    },
    "OrganizationalUnitDistinguishedNamesList": {
      "base": null,
      "refs": {
        "CreateDirectoryConfigRequest$OrganizationalUnitDistinguishedNames": "<p>The distinguished names of the organizational units for computer accounts.</p>",
        "DirectoryConfig$OrganizationalUnitDistinguishedNames": "<p>The distinguished names of the organizational units for computer accounts.</p>",
        "UpdateDirectoryConfigRequest$OrganizationalUnitDistinguishedNames": "<p>The distinguished names of the organizational units for computer accounts.</p>"
      }
    },
    "Permission": {
      "base": null,
      "refs": {
        "UserSetting$Permission": "<p>Indicates whether the action is enabled or disabled.</p>"
      }
    },
    "PlatformType": {
      "base": null,
      "refs": {
        "Image$Platform": "<p>The operating system platform of the image.</p>",
        "ImageBuilder$Platform": "<p>The operating system platform of the image builder.</p>"
      }
    },
    "RedirectURL": {
      "base": null,
      "refs": {
        "CreateStackRequest$RedirectURL": "<p>The URL that users are redirected to after their streaming session ends.</p>",
        "Stack$RedirectURL": "<p>The URL that users are redirected to after their streaming session ends.</p>",
        "UpdateStackRequest$RedirectURL": "<p>The URL that users are redirected to after their streaming session ends.</p>"
      }
    },
    "RegionName": {
      "base": null,
      "refs": {
        "CopyImageRequest$DestinationRegion": "<p>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.</p>"
      }
    },
    "ResourceAlreadyExistsException": {
      "base": "<p>The specified resource already exists.</p>",
      "refs": {
      }
    },
    "ResourceError": {
      "base": "<p>Describes a resource error.</p>",
      "refs": {
        "ResourceErrors$member": null
      }
    },
    "ResourceErrors": {
      "base": null,
      "refs": {
        "ImageBuilder$ImageBuilderErrors": "<p>The image builder errors.</p>"
      }
    },
    "ResourceIdentifier": {
      "base": "<p>The ARN of the resource.</p>",
      "refs": {
        "StorageConnector$ResourceIdentifier": "<p>The ARN of the storage connector.</p>"
      }
    },
    "ResourceInUseException": {
      "base": "<p>The specified resource is in use.</p>",
      "refs": {
      }
    },
    "ResourceNotAvailableException": {
      "base": "<p>The specified resource exists and is not in use, but isn't available.</p>",
      "refs": {
      }
    },
    "ResourceNotFoundException": {
      "base": "<p>The specified resource was not found.</p>",
      "refs": {
      }
    },
    "SecurityGroupIdList": {
      "base": "<p>The security group IDs.</p>",
      "refs": {
        "VpcConfig$SecurityGroupIds": "<p>The security groups for the fleet.</p>"
      }
    },
    "ServiceAccountCredentials": {
      "base": "<p>Describes the credentials for the service account used by the streaming instance to connect to the directory.</p>",
      "refs": {
        "CreateDirectoryConfigRequest$ServiceAccountCredentials": "<p>The credentials for the service account used by the streaming instance to connect to the directory.</p>",
        "DirectoryConfig$ServiceAccountCredentials": "<p>The credentials for the service account used by the streaming instance to connect to the directory.</p>",
        "UpdateDirectoryConfigRequest$ServiceAccountCredentials": "<p>The credentials for the service account used by the streaming instance to connect to the directory.</p>"
      }
    },
    "Session": {
      "base": "<p>Describes a streaming session.</p>",
      "refs": {
        "SessionList$member": null
      }
    },
    "SessionList": {
      "base": "<p>List of sessions.</p>",
      "refs": {
        "DescribeSessionsResult$Sessions": "<p>Information about the streaming sessions.</p>"
      }
    },
    "SessionState": {
      "base": "<p>Possible values for the state of a streaming session.</p>",
      "refs": {
        "Session$State": "<p>The current state of the streaming session.</p>"
      }
    },
    "SettingsGroup": {
      "base": null,
      "refs": {
        "ApplicationSettings$SettingsGroup": "<p>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. </p>",
        "ApplicationSettingsResponse$SettingsGroup": "<p>The path prefix for the S3 bucket where users’ persistent application settings are stored.</p>"
      }
    },
    "SharedImagePermissions": {
      "base": "<p>Describes the permissions that are available to the specified AWS account for a shared image.</p>",
      "refs": {
        "SharedImagePermissionsList$member": null
      }
    },
    "SharedImagePermissionsList": {
      "base": null,
      "refs": {
        "DescribeImagePermissionsResult$SharedImagePermissionsList": "<p>The permissions for a private image that you own. </p>"
      }
    },
    "Stack": {
      "base": "<p>Describes a stack.</p>",
      "refs": {
        "CreateStackResult$Stack": "<p>Information about the stack.</p>",
        "StackList$member": null,
        "UpdateStackResult$Stack": "<p>Information about the stack.</p>"
      }
    },
    "StackAttribute": {
      "base": null,
      "refs": {
        "StackAttributes$member": null
      }
    },
    "StackAttributes": {
      "base": null,
      "refs": {
        "UpdateStackRequest$AttributesToDelete": "<p>The stack attributes to delete.</p>"
      }
    },
    "StackError": {
      "base": "<p>Describes a stack error.</p>",
      "refs": {
        "StackErrors$member": null
      }
    },
    "StackErrorCode": {
      "base": null,
      "refs": {
        "StackError$ErrorCode": "<p>The error code.</p>"
      }
    },
    "StackErrors": {
      "base": "<p>The stack errors.</p>",
      "refs": {
        "Stack$StackErrors": "<p>The errors for the stack.</p>"
      }
    },
    "StackList": {
      "base": "<p>The stacks.</p>",
      "refs": {
        "DescribeStacksResult$Stacks": "<p>Information about the stacks.</p>"
      }
    },
    "StartFleetRequest": {
      "base": null,
      "refs": {
      }
    },
    "StartFleetResult": {
      "base": null,
      "refs": {
      }
    },
    "StartImageBuilderRequest": {
      "base": null,
      "refs": {
      }
    },
    "StartImageBuilderResult": {
      "base": null,
      "refs": {
      }
    },
    "StopFleetRequest": {
      "base": null,
      "refs": {
      }
    },
    "StopFleetResult": {
      "base": null,
      "refs": {
      }
    },
    "StopImageBuilderRequest": {
      "base": null,
      "refs": {
      }
    },
    "StopImageBuilderResult": {
      "base": null,
      "refs": {
      }
    },
    "StorageConnector": {
      "base": "<p>Describes a connector to enable persistent storage for users.</p>",
      "refs": {
        "StorageConnectorList$member": null
      }
    },
    "StorageConnectorList": {
      "base": "<p>The storage connectors.</p>",
      "refs": {
        "CreateStackRequest$StorageConnectors": "<p>The storage connectors to enable.</p>",
        "Stack$StorageConnectors": "<p>The storage connectors to enable.</p>",
        "UpdateStackRequest$StorageConnectors": "<p>The storage connectors to enable.</p>"
      }
    },
    "StorageConnectorType": {
      "base": "<p>The type of storage connector.</p>",
      "refs": {
        "StorageConnector$ConnectorType": "<p>The type of storage connector.</p>"
      }
    },
    "StreamingUrlUserId": {
      "base": null,
      "refs": {
        "CreateStreamingURLRequest$UserId": "<p>The ID of the user.</p>"
      }
    },
    "String": {
      "base": null,
      "refs": {
        "Application$Name": "<p>The name of the application.</p>",
        "Application$DisplayName": "<p>The application name for display.</p>",
        "Application$IconURL": "<p>The URL for the application icon. This URL might be time-limited.</p>",
        "Application$LaunchPath": "<p>The path to the application executable in the instance.</p>",
        "Application$LaunchParameters": "<p>The arguments that are passed to the application at launch.</p>",
        "ApplicationSettingsResponse$S3BucketName": "<p>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. </p>",
        "AssociateFleetRequest$FleetName": "<p>The name of the fleet. </p>",
        "AssociateFleetRequest$StackName": "<p>The name of the stack.</p>",
        "CreateFleetRequest$ImageName": "<p>The name of the image used to create the fleet.</p>",
        "CreateFleetRequest$InstanceType": "<p>The instance type to use when launching fleet instances. The following instance types are available:</p> <ul> <li> <p>stream.standard.medium</p> </li> <li> <p>stream.standard.large</p> </li> <li> <p>stream.compute.large</p> </li> <li> <p>stream.compute.xlarge</p> </li> <li> <p>stream.compute.2xlarge</p> </li> <li> <p>stream.compute.4xlarge</p> </li> <li> <p>stream.compute.8xlarge</p> </li> <li> <p>stream.memory.large</p> </li> <li> <p>stream.memory.xlarge</p> </li> <li> <p>stream.memory.2xlarge</p> </li> <li> <p>stream.memory.4xlarge</p> </li> <li> <p>stream.memory.8xlarge</p> </li> <li> <p>stream.graphics-design.large</p> </li> <li> <p>stream.graphics-design.xlarge</p> </li> <li> <p>stream.graphics-design.2xlarge</p> </li> <li> <p>stream.graphics-design.4xlarge</p> </li> <li> <p>stream.graphics-desktop.2xlarge</p> </li> <li> <p>stream.graphics-pro.4xlarge</p> </li> <li> <p>stream.graphics-pro.8xlarge</p> </li> <li> <p>stream.graphics-pro.16xlarge</p> </li> </ul>",
        "CreateImageBuilderRequest$ImageName": "<p>The name of the image used to create the builder.</p>",
        "CreateImageBuilderRequest$InstanceType": "<p>The instance type to use when launching the image builder.</p>",
        "CreateImageBuilderStreamingURLRequest$Name": "<p>The name of the image builder.</p>",
        "CreateImageBuilderStreamingURLResult$StreamingURL": "<p>The URL to start the AppStream 2.0 streaming session.</p>",
        "CreateStreamingURLRequest$StackName": "<p>The name of the stack.</p>",
        "CreateStreamingURLRequest$FleetName": "<p>The name of the fleet.</p>",
        "CreateStreamingURLRequest$ApplicationId": "<p>The name of the application to launch after the session starts. This is the name that you specified as <b>Name</b> in the Image Assistant.</p>",
        "CreateStreamingURLRequest$SessionContext": "<p>The session context. For more information, see <a href=\"http://docs.aws.amazon.com/appstream2/latest/developerguide/managing-stacks-fleets.html#managing-stacks-fleets-parameters\">Session Context</a> in the <i>Amazon AppStream 2.0 Developer Guide</i>.</p>",
        "CreateStreamingURLResult$StreamingURL": "<p>The URL to start the AppStream 2.0 streaming session.</p>",
        "DeleteFleetRequest$Name": "<p>The name of the fleet.</p>",
        "DeleteStackRequest$Name": "<p>The name of the stack.</p>",
        "DescribeDirectoryConfigsRequest$NextToken": "<p>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.</p>",
        "DescribeDirectoryConfigsResult$NextToken": "<p>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.</p>",
        "DescribeFleetsRequest$NextToken": "<p>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.</p>",
        "DescribeFleetsResult$NextToken": "<p>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.</p>",
        "DescribeImageBuildersRequest$NextToken": "<p>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.</p>",
        "DescribeImageBuildersResult$NextToken": "<p>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.</p>",
        "DescribeImagePermissionsRequest$NextToken": "<p>The pagination token to use to retrieve the next page of results. If this value is empty, only the first page is retrieved.</p>",
        "DescribeImagePermissionsResult$NextToken": "<p>The pagination token to use to retrieve the next page of results. If this value is empty, only the first page is retrieved.</p>",
        "DescribeImagesRequest$NextToken": "<p>The pagination token to use to retrieve the next page of results. If this value is empty, only the first page is retrieved.</p>",
        "DescribeImagesResult$NextToken": "<p>The pagination token to use to retrieve the next page of results. If there are no more pages, this value is null.</p>",
        "DescribeSessionsRequest$StackName": "<p>The name of the stack. This value is case-sensitive.</p>",
        "DescribeSessionsRequest$FleetName": "<p>The name of the fleet. This value is case-sensitive.</p>",
        "DescribeSessionsRequest$NextToken": "<p>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.</p>",
        "DescribeSessionsResult$NextToken": "<p>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.</p>",
        "DescribeStacksRequest$NextToken": "<p>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.</p>",
        "DescribeStacksResult$NextToken": "<p>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.</p>",
        "DisassociateFleetRequest$FleetName": "<p>The name of the fleet.</p>",
        "DisassociateFleetRequest$StackName": "<p>The name of the stack.</p>",
        "ExpireSessionRequest$SessionId": "<p>The ID of the streaming session.</p>",
        "Fleet$Name": "<p>The name of the fleet.</p>",
        "Fleet$DisplayName": "<p>The fleet name for display.</p>",
        "Fleet$Description": "<p>The description for display.</p>",
        "Fleet$ImageName": "<p>The name of the image used to create the fleet.</p>",
        "Fleet$InstanceType": "<p>The instance type to use when launching fleet instances.</p>",
        "FleetError$ErrorMessage": "<p>The error message.</p>",
        "Image$Name": "<p>The name of the image.</p>",
        "Image$DisplayName": "<p>The image name for display.</p>",
        "Image$Description": "<p>The description for display.</p>",
        "ImageBuilder$Name": "<p>The name of the image builder.</p>",
        "ImageBuilder$Description": "<p>The description for display.</p>",
        "ImageBuilder$DisplayName": "<p>The image builder name for display.</p>",
        "ImageBuilder$InstanceType": "<p>The instance type for the image builder.</p>",
        "ImageBuilderStateChangeReason$Message": "<p>The state change reason message.</p>",
        "ImageStateChangeReason$Message": "<p>The state change reason message.</p>",
        "ListAssociatedFleetsRequest$StackName": "<p>The name of the stack.</p>",
        "ListAssociatedFleetsRequest$NextToken": "<p>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.</p>",
        "ListAssociatedFleetsResult$NextToken": "<p>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.</p>",
        "ListAssociatedStacksRequest$FleetName": "<p>The name of the fleet.</p>",
        "ListAssociatedStacksRequest$NextToken": "<p>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.</p>",
        "ListAssociatedStacksResult$NextToken": "<p>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.</p>",
        "Metadata$key": null,
        "Metadata$value": null,
        "NetworkAccessConfiguration$EniPrivateIpAddress": "<p>The private IP address of the elastic network interface that is attached to instances in your VPC.</p>",
        "NetworkAccessConfiguration$EniId": "<p>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.</p>",
        "ResourceError$ErrorMessage": "<p>The error message.</p>",
        "SecurityGroupIdList$member": null,
        "Session$Id": "<p>The ID of the streaming session.</p>",
        "Session$StackName": "<p>The name of the stack for the streaming session.</p>",
        "Session$FleetName": "<p>The name of the fleet for the streaming session.</p>",
        "Stack$Name": "<p>The name of the stack.</p>",
        "Stack$Description": "<p>The description for display.</p>",
        "Stack$DisplayName": "<p>The stack name for display.</p>",
        "StackError$ErrorMessage": "<p>The error message.</p>",
        "StartFleetRequest$Name": "<p>The name of the fleet.</p>",
        "StartImageBuilderRequest$Name": "<p>The name of the image builder.</p>",
        "StopFleetRequest$Name": "<p>The name of the fleet.</p>",
        "StopImageBuilderRequest$Name": "<p>The name of the image builder.</p>",
        "StringList$member": null,
        "SubnetIdList$member": null,
        "UpdateFleetRequest$ImageName": "<p>The name of the image used to create the fleet.</p>",
        "UpdateFleetRequest$Name": "<p>A unique name for the fleet.</p>",
        "UpdateFleetRequest$InstanceType": "<p>The instance type to use when launching fleet instances. The following instance types are available:</p> <ul> <li> <p>stream.standard.medium</p> </li> <li> <p>stream.standard.large</p> </li> <li> <p>stream.compute.large</p> </li> <li> <p>stream.compute.xlarge</p> </li> <li> <p>stream.compute.2xlarge</p> </li> <li> <p>stream.compute.4xlarge</p> </li> <li> <p>stream.compute.8xlarge</p> </li> <li> <p>stream.memory.large</p> </li> <li> <p>stream.memory.xlarge</p> </li> <li> <p>stream.memory.2xlarge</p> </li> <li> <p>stream.memory.4xlarge</p> </li> <li> <p>stream.memory.8xlarge</p> </li> <li> <p>stream.graphics-design.large</p> </li> <li> <p>stream.graphics-design.xlarge</p> </li> <li> <p>stream.graphics-design.2xlarge</p> </li> <li> <p>stream.graphics-design.4xlarge</p> </li> <li> <p>stream.graphics-desktop.2xlarge</p> </li> <li> <p>stream.graphics-pro.4xlarge</p> </li> <li> <p>stream.graphics-pro.8xlarge</p> </li> <li> <p>stream.graphics-pro.16xlarge</p> </li> </ul>",
        "UpdateStackRequest$Name": "<p>The name of the stack.</p>"
      }
    },
    "StringList": {
      "base": null,
      "refs": {
        "DescribeFleetsRequest$Names": "<p>The names of the fleets to describe.</p>",
        "DescribeImageBuildersRequest$Names": "<p>The names of the image builders to describe.</p>",
        "DescribeImagesRequest$Names": "<p>The names of the public or private images to describe.</p>",
        "DescribeStacksRequest$Names": "<p>The names of the stacks to describe.</p>",
        "ListAssociatedFleetsResult$Names": "<p>The name of the fleet.</p>",
        "ListAssociatedStacksResult$Names": "<p>The name of the stack.</p>"
      }
    },
    "SubnetIdList": {
      "base": "<p>The subnet IDs.</p>",
      "refs": {
        "VpcConfig$SubnetIds": "<p>The subnets to which a network interface is established from the fleet instance.</p>"
      }
    },
    "TagKey": {
      "base": null,
      "refs": {
        "TagKeyList$member": null,
        "Tags$key": null
      }
    },
    "TagKeyList": {
      "base": null,
      "refs": {
        "UntagResourceRequest$TagKeys": "<p>The tag keys for the tags to disassociate.</p>"
      }
    },
    "TagResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "TagResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "TagValue": {
      "base": null,
      "refs": {
        "Tags$value": null
      }
    },
    "Tags": {
      "base": null,
      "refs": {
        "ListTagsForResourceResponse$Tags": "<p>The information about the tags.</p>",
        "TagResourceRequest$Tags": "<p>The tags to associate. A tag is a key-value pair (the value is optional). For example, <code>Environment=Test</code>, or, if you do not specify a value, <code>Environment=</code>. </p> <p>If you do not specify a value, we set the value to an empty string.</p>"
      }
    },
    "Timestamp": {
      "base": null,
      "refs": {
        "CreateImageBuilderStreamingURLResult$Expires": "<p>The elapsed time, in seconds after the Unix epoch, when this URL expires.</p>",
        "CreateStreamingURLResult$Expires": "<p>The elapsed time, in seconds after the Unix epoch, when this URL expires.</p>",
        "DirectoryConfig$CreatedTime": "<p>The time the directory configuration was created.</p>",
        "Fleet$CreatedTime": "<p>The time the fleet was created.</p>",
        "Image$CreatedTime": "<p>The time the image was created.</p>",
        "Image$PublicBaseImageReleasedDate": "<p>The release date of the public base image. For private images, this date is the release date of the base image from which the image was created.</p>",
        "ImageBuilder$CreatedTime": "<p>The time stamp when the image builder was created.</p>",
        "ResourceError$ErrorTimestamp": "<p>The time the error occurred.</p>",
        "Stack$CreatedTime": "<p>The time the stack was created.</p>"
      }
    },
    "UntagResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "UntagResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateDirectoryConfigRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateDirectoryConfigResult": {
      "base": null,
      "refs": {
      }
    },
    "UpdateFleetRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateFleetResult": {
      "base": null,
      "refs": {
      }
    },
    "UpdateImagePermissionsRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateImagePermissionsResult": {
      "base": null,
      "refs": {
      }
    },
    "UpdateStackRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateStackResult": {
      "base": null,
      "refs": {
      }
    },
    "UserId": {
      "base": null,
      "refs": {
        "DescribeSessionsRequest$UserId": "<p>The user ID.</p>",
        "Session$UserId": "<p>The identifier of the user for whom the session was created.</p>"
      }
    },
    "UserSetting": {
      "base": "<p>Describes an action and whether the action is enabled or disabled for users during their streaming sessions.</p>",
      "refs": {
        "UserSettingList$member": null
      }
    },
    "UserSettingList": {
      "base": null,
      "refs": {
        "CreateStackRequest$UserSettings": "<p>The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled. </p>",
        "Stack$UserSettings": "<p>The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.</p>",
        "UpdateStackRequest$UserSettings": "<p>The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.</p>"
      }
    },
    "VisibilityType": {
      "base": null,
      "refs": {
        "DescribeImagesRequest$Type": "<p>The type of image (public, private, or shared) to describe. </p>",
        "Image$Visibility": "<p>Indicates whether the image is public or private.</p>"
      }
    },
    "VpcConfig": {
      "base": "<p>Describes VPC configuration information.</p>",
      "refs": {
        "CreateFleetRequest$VpcConfig": "<p>The VPC configuration for the fleet.</p>",
        "CreateImageBuilderRequest$VpcConfig": "<p>The VPC configuration for the image builder. You can specify only one subnet.</p>",
        "Fleet$VpcConfig": "<p>The VPC configuration for the fleet.</p>",
        "ImageBuilder$VpcConfig": "<p>The VPC configuration of the image builder.</p>",
        "UpdateFleetRequest$VpcConfig": "<p>The VPC configuration for the fleet.</p>"
      }
    }
  }
}
