The names of one or more AWS accounts for which you want to deploy stack set updates.
" }, - "AccountsUrl":{"shape":"AccountsUrl"}, + "AccountsUrl":{ + "shape":"AccountsUrl", + "documentation":"Returns the value of the AccountsUrl property.
" + }, "OrganizationalUnitIds":{ "shape":"OrganizationalUnitIdList", "documentation":"The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
" @@ -2497,6 +2500,10 @@ "StackSetName":{ "shape":"StackSetNameOrId", "documentation":"The name or unique ID of the stack set from which the stack was created.
Conditional: You must specify only one of the following parameters: StackName
, StackSetName
, TemplateBody
, or TemplateURL
.
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
By default, SELF
is specified. Use SELF
for stack sets with self-managed permissions.
If you are signed in to the management account, specify SELF
.
If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN
.
Your AWS account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the AWS CloudFormation User Guide.
The input for the GetTemplateSummary action.
" @@ -4817,7 +4824,10 @@ "StackSetOperationPreferences":{ "type":"structure", "members":{ - "RegionConcurrencyType":{"shape":"RegionConcurrencyType"}, + "RegionConcurrencyType":{ + "shape":"RegionConcurrencyType", + "documentation":"The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time.
" + }, "RegionOrder":{ "shape":"RegionList", "documentation":"The order of the Regions in where you want to perform the stack operation.
" diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml index 0cf3824ab367..379e6fc9923d 100644 --- a/services/cloudfront/pom.xml +++ b/services/cloudfront/pom.xml @@ -21,7 +21,7 @@Gets the history of an asset property's values. For more information, see Querying historical values in the AWS IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
The assetId
and propertyId
of an asset property.
A propertyAlias
, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature
). To define an asset property's alias, see UpdateAssetProperty.
Get interpolated values for an asset property for a specified time interval, during a period of time. For example, you can use the this operation to return the interpolated temperature values for a wind turbine every 24 hours over a duration of 7 days.
To identify an asset property, you must specify one of the following:
The assetId
and propertyId
of an asset property.
A propertyAlias
, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature
). To define an asset property's alias, see UpdateAssetProperty.
The ID of the asset.
", + "location":"querystring", + "locationName":"assetId" + }, + "propertyId":{ + "shape":"ID", + "documentation":"The ID of the asset property.
", + "location":"querystring", + "locationName":"propertyId" + }, + "propertyAlias":{ + "shape":"AssetPropertyAlias", + "documentation":"The property alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature
). For more information, see Mapping industrial data streams to asset properties in the AWS IoT SiteWise User Guide.
The exclusive start of the range from which to interpolate data, expressed in seconds in Unix epoch time.
", + "location":"querystring", + "locationName":"startTimeInSeconds" + }, + "startTimeOffsetInNanos":{ + "shape":"OffsetInNanos", + "documentation":"The nanosecond offset converted from startTimeInSeconds
.
The inclusive end of the range from which to interpolate data, expressed in seconds in Unix epoch time.
", + "location":"querystring", + "locationName":"endTimeInSeconds" + }, + "endTimeOffsetInNanos":{ + "shape":"OffsetInNanos", + "documentation":"The nanosecond offset converted from endTimeInSeconds
.
The quality of the asset property value. You can use this parameter as a filter to choose only the asset property values that have a specific quality.
", + "location":"querystring", + "locationName":"quality" + }, + "intervalInSeconds":{ + "shape":"IntervalInSeconds", + "documentation":"The time interval in seconds over which to interpolate data. Each interval starts when the previous one ends.
", + "location":"querystring", + "locationName":"intervalInSeconds" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token to be used for the next set of paginated results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxInterpolatedResults", + "documentation":"The maximum number of results to be returned per paginated request. If not specified, the default value is 10.
", + "location":"querystring", + "locationName":"maxResults" + }, + "type":{ + "shape":"InterpolationType", + "documentation":"The interpolation type.
Valid values: LINEAR_INTERPOLATION
The requested interpolated values.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token for the next set of results, or null if there are no additional results.
" + } + } + }, "Greengrass":{ "type":"structure", "required":["groupArn"], @@ -3616,7 +3732,7 @@ "members":{ "arn":{ "shape":"ARN", - "documentation":"The ARN of the IAM role. For more information, see IAM ARNs in the IAM User Guide.
" + "documentation":"The ARN of the IAM role. For more information, see IAM ARNs in the IAM User Guide.
" } }, "documentation":"Contains information about an AWS Identity and Access Management (IAM) role. For more information, see IAM roles in the IAM User Guide.
" @@ -3747,12 +3863,38 @@ "exception":true, "fault":true }, + "InterpolatedAssetPropertyValue":{ + "type":"structure", + "required":[ + "timestamp", + "value" + ], + "members":{ + "timestamp":{"shape":"TimeInNanos"}, + "value":{"shape":"Variant"} + }, + "documentation":"Contains information about an interpolated asset property value.
" + }, + "InterpolatedAssetPropertyValues":{ + "type":"list", + "member":{"shape":"InterpolatedAssetPropertyValue"} + }, + "InterpolationType":{ + "type":"string", + "max":256, + "min":1 + }, "Interval":{ "type":"string", "max":3, "min":2, "pattern":"1w|1d|1h|15m|5m|1m" }, + "IntervalInSeconds":{ + "type":"long", + "max":320000000, + "min":1 + }, "InvalidRequestException":{ "type":"structure", "required":["message"], @@ -4238,6 +4380,10 @@ "min":1, "pattern":"[^\\u0000-\\u001F\\u007F]+" }, + "MaxInterpolatedResults":{ + "type":"integer", + "min":1 + }, "MaxResults":{ "type":"integer", "max":250, @@ -4313,7 +4459,7 @@ }, "NextToken":{ "type":"string", - "max":2048, + "max":4096, "min":1, "pattern":"[A-Za-z0-9+/=]+" }, diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml index 473bc4245ffc..21f52202cad6 100644 --- a/services/iotthingsgraph/pom.xml +++ b/services/iotthingsgraph/pom.xml @@ -21,7 +21,7 @@Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Accept EULAs.
" + }, + "CreateLaunchProfile": { + "name": "CreateLaunchProfile", + "http": { + "method": "POST", + "requestUri": "/2020-08-01/studios/{studioId}/launch-profiles", + "responseCode": 200 + }, + "input": { + "shape": "CreateLaunchProfileRequest" + }, + "output": { + "shape": "CreateLaunchProfileResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Create a launch profile.
" + }, + "CreateStreamingImage": { + "name": "CreateStreamingImage", + "http": { + "method": "POST", + "requestUri": "/2020-08-01/studios/{studioId}/streaming-images", + "responseCode": 200 + }, + "input": { + "shape": "CreateStreamingImageRequest" + }, + "output": { + "shape": "CreateStreamingImageResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Creates a streaming image resource in a studio.
" + }, + "CreateStreamingSession": { + "name": "CreateStreamingSession", + "http": { + "method": "POST", + "requestUri": "/2020-08-01/studios/{studioId}/streaming-sessions", + "responseCode": 200 + }, + "input": { + "shape": "CreateStreamingSessionRequest" + }, + "output": { + "shape": "CreateStreamingSessionResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Creates a streaming session in a studio.
After invoking this operation, you must poll GetStreamingSession until the streaming session is in state READY.
" + }, + "CreateStreamingSessionStream": { + "name": "CreateStreamingSessionStream", + "http": { + "method": "POST", + "requestUri": "/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}/streams", + "responseCode": 200 + }, + "input": { + "shape": "CreateStreamingSessionStreamRequest" + }, + "output": { + "shape": "CreateStreamingSessionStreamResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Creates a streaming session stream for a streaming session.
After invoking this API, invoke GetStreamingSessionStream with the returned streamId to poll the resource until it is in state READY.
" + }, + "CreateStudio": { + "name": "CreateStudio", + "http": { + "method": "POST", + "requestUri": "/2020-08-01/studios", + "responseCode": 200 + }, + "input": { + "shape": "CreateStudioRequest" + }, + "output": { + "shape": "CreateStudioResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Create a new Studio.
When creating a Studio, two IAM roles must be provided: the admin role and the user Role. These roles are assumed by your users when they log in to the Nimble Studio portal.
The user role must have the AmazonNimbleStudio-StudioUser managed policy attached for the portal to function properly.
The Admin Role must have the AmazonNimbleStudio-StudioAdmin managed policy attached for the portal to function properly.
You may optionally specify a KMS key in the StudioEncryptionConfiguration.
In Nimble Studio, resource names, descriptions, initialization scripts, and other data you provide are always encrypted at rest using an AWS KMS key. By default, this key is owned by AWS and managed on your behalf. You may provide your own AWS KMS key when calling CreateStudio to encrypt this data using a key you own and manage.
When providing an AWS KMS key during studio creation, Nimble Studio creates KMS grants in your account to provide your studio user and admin roles access to these KMS keys.
If you delete this grant, the studio will no longer be accessible to your portal users.
If you delete the studio KMS key, your studio will no longer be accessible.
" + }, + "CreateStudioComponent": { + "name": "CreateStudioComponent", + "http": { + "method": "POST", + "requestUri": "/2020-08-01/studios/{studioId}/studio-components", + "responseCode": 200 + }, + "input": { + "shape": "CreateStudioComponentRequest" + }, + "output": { + "shape": "CreateStudioComponentResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Creates a studio component resource.
" + }, + "DeleteLaunchProfile": { + "name": "DeleteLaunchProfile", + "http": { + "method": "DELETE", + "requestUri": "/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}", + "responseCode": 200 + }, + "input": { + "shape": "DeleteLaunchProfileRequest" + }, + "output": { + "shape": "DeleteLaunchProfileResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Permanently delete a launch profile.
" + }, + "DeleteLaunchProfileMember": { + "name": "DeleteLaunchProfileMember", + "http": { + "method": "DELETE", + "requestUri": "/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}/membership/{principalId}", + "responseCode": 200 + }, + "input": { + "shape": "DeleteLaunchProfileMemberRequest" + }, + "output": { + "shape": "DeleteLaunchProfileMemberResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Delete a user from launch profile membership.
" + }, + "DeleteStreamingImage": { + "name": "DeleteStreamingImage", + "http": { + "method": "DELETE", + "requestUri": "/2020-08-01/studios/{studioId}/streaming-images/{streamingImageId}", + "responseCode": 200 + }, + "input": { + "shape": "DeleteStreamingImageRequest" + }, + "output": { + "shape": "DeleteStreamingImageResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Delete streaming image.
" + }, + "DeleteStreamingSession": { + "name": "DeleteStreamingSession", + "http": { + "method": "DELETE", + "requestUri": "/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}", + "responseCode": 200 + }, + "input": { + "shape": "DeleteStreamingSessionRequest" + }, + "output": { + "shape": "DeleteStreamingSessionResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Deletes streaming session resource.
After invoking this operation, use GetStreamingSession to poll the resource until it transitions to a DELETED state.
A streaming session will count against your streaming session quota until it is marked DELETED.
" + }, + "DeleteStudio": { + "name": "DeleteStudio", + "http": { + "method": "DELETE", + "requestUri": "/2020-08-01/studios/{studioId}", + "responseCode": 200 + }, + "input": { + "shape": "DeleteStudioRequest" + }, + "output": { + "shape": "DeleteStudioResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Delete a studio resource.
" + }, + "DeleteStudioComponent": { + "name": "DeleteStudioComponent", + "http": { + "method": "DELETE", + "requestUri": "/2020-08-01/studios/{studioId}/studio-components/{studioComponentId}", + "responseCode": 200 + }, + "input": { + "shape": "DeleteStudioComponentRequest" + }, + "output": { + "shape": "DeleteStudioComponentResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Deletes a studio component resource.
" + }, + "DeleteStudioMember": { + "name": "DeleteStudioMember", + "http": { + "method": "DELETE", + "requestUri": "/2020-08-01/studios/{studioId}/membership/{principalId}", + "responseCode": 200 + }, + "input": { + "shape": "DeleteStudioMemberRequest" + }, + "output": { + "shape": "DeleteStudioMemberResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Delete a user from studio membership.
" + }, + "GetEula": { + "name": "GetEula", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/eulas/{eulaId}", + "responseCode": 200 + }, + "input": { + "shape": "GetEulaRequest" + }, + "output": { + "shape": "GetEulaResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Get Eula.
" + }, + "GetLaunchProfile": { + "name": "GetLaunchProfile", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}", + "responseCode": 200 + }, + "input": { + "shape": "GetLaunchProfileRequest" + }, + "output": { + "shape": "GetLaunchProfileResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Get a launch profile.
" + }, + "GetLaunchProfileDetails": { + "name": "GetLaunchProfileDetails", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}/details", + "responseCode": 200 + }, + "input": { + "shape": "GetLaunchProfileDetailsRequest" + }, + "output": { + "shape": "GetLaunchProfileDetailsResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Launch profile details include the launch profile resource and summary information of resources that are used by, or available to, the launch profile. This includes the name and description of all studio components used by the launch profiles, and the name and description of streaming images that can be used with this launch profile.
" + }, + "GetLaunchProfileInitialization": { + "name": "GetLaunchProfileInitialization", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}/init", + "responseCode": 200 + }, + "input": { + "shape": "GetLaunchProfileInitializationRequest" + }, + "output": { + "shape": "GetLaunchProfileInitializationResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Get a launch profile initialization.
" + }, + "GetLaunchProfileMember": { + "name": "GetLaunchProfileMember", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}/membership/{principalId}", + "responseCode": 200 + }, + "input": { + "shape": "GetLaunchProfileMemberRequest" + }, + "output": { + "shape": "GetLaunchProfileMemberResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Get a user persona in launch profile membership.
" + }, + "GetStreamingImage": { + "name": "GetStreamingImage", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/streaming-images/{streamingImageId}", + "responseCode": 200 + }, + "input": { + "shape": "GetStreamingImageRequest" + }, + "output": { + "shape": "GetStreamingImageResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Get streaming image.
" + }, + "GetStreamingSession": { + "name": "GetStreamingSession", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}", + "responseCode": 200 + }, + "input": { + "shape": "GetStreamingSessionRequest" + }, + "output": { + "shape": "GetStreamingSessionResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Gets StreamingSession resource.
Invoke this operation to poll for a streaming session state while creating or deleting a session.
" + }, + "GetStreamingSessionStream": { + "name": "GetStreamingSessionStream", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}/streams/{streamId}", + "responseCode": 200 + }, + "input": { + "shape": "GetStreamingSessionStreamRequest" + }, + "output": { + "shape": "GetStreamingSessionStreamResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Gets a StreamingSessionStream for a streaming session.
Invoke this operation to poll the resource after invoking CreateStreamingSessionStream.
After the StreamingSessionStream changes to the state READY, the url property will contain a stream to be used with the DCV streaming client.
" + }, + "GetStudio": { + "name": "GetStudio", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}", + "responseCode": 200 + }, + "input": { + "shape": "GetStudioRequest" + }, + "output": { + "shape": "GetStudioResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Get a Studio resource.
" + }, + "GetStudioComponent": { + "name": "GetStudioComponent", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/studio-components/{studioComponentId}", + "responseCode": 200 + }, + "input": { + "shape": "GetStudioComponentRequest" + }, + "output": { + "shape": "GetStudioComponentResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Gets a studio component resource.
" + }, + "GetStudioMember": { + "name": "GetStudioMember", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/membership/{principalId}", + "responseCode": 200 + }, + "input": { + "shape": "GetStudioMemberRequest" + }, + "output": { + "shape": "GetStudioMemberResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Get a user's membership in a studio.
" + }, + "ListEulaAcceptances": { + "name": "ListEulaAcceptances", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/eula-acceptances", + "responseCode": 200 + }, + "input": { + "shape": "ListEulaAcceptancesRequest" + }, + "output": { + "shape": "ListEulaAcceptancesResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "List Eula Acceptances.
" + }, + "ListEulas": { + "name": "ListEulas", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/eulas", + "responseCode": 200 + }, + "input": { + "shape": "ListEulasRequest" + }, + "output": { + "shape": "ListEulasResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "List Eulas.
" + }, + "ListLaunchProfileMembers": { + "name": "ListLaunchProfileMembers", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}/membership", + "responseCode": 200 + }, + "input": { + "shape": "ListLaunchProfileMembersRequest" + }, + "output": { + "shape": "ListLaunchProfileMembersResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Get all users in a given launch profile membership.
" + }, + "ListLaunchProfiles": { + "name": "ListLaunchProfiles", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/launch-profiles", + "responseCode": 200 + }, + "input": { + "shape": "ListLaunchProfilesRequest" + }, + "output": { + "shape": "ListLaunchProfilesResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "List all the launch profiles a studio.
" + }, + "ListStreamingImages": { + "name": "ListStreamingImages", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/streaming-images", + "responseCode": 200 + }, + "input": { + "shape": "ListStreamingImagesRequest" + }, + "output": { + "shape": "ListStreamingImagesResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "List the streaming image resources available to this studio.
This list will contain both images provided by AWS, as well as streaming images that you have created in your studio.
" + }, + "ListStreamingSessions": { + "name": "ListStreamingSessions", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/streaming-sessions", + "responseCode": 200 + }, + "input": { + "shape": "ListStreamingSessionsRequest" + }, + "output": { + "shape": "ListStreamingSessionsResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Lists the streaming image resources in a studio.
" + }, + "ListStudioComponents": { + "name": "ListStudioComponents", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/studio-components", + "responseCode": 200 + }, + "input": { + "shape": "ListStudioComponentsRequest" + }, + "output": { + "shape": "ListStudioComponentsResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Lists the StudioComponents in a studio.
" + }, + "ListStudioMembers": { + "name": "ListStudioMembers", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios/{studioId}/membership", + "responseCode": 200 + }, + "input": { + "shape": "ListStudioMembersRequest" + }, + "output": { + "shape": "ListStudioMembersResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Get all users in a given studio membership.
" + }, + "ListStudios": { + "name": "ListStudios", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/studios", + "responseCode": 200 + }, + "input": { + "shape": "ListStudiosRequest" + }, + "output": { + "shape": "ListStudiosResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "List studios in your AWS account in the requested AWS Region.
" + }, + "ListTagsForResource": { + "name": "ListTagsForResource", + "http": { + "method": "GET", + "requestUri": "/2020-08-01/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "shape": "ListTagsForResourceRequest" + }, + "output": { + "shape": "ListTagsForResourceResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Gets the tags for a resource, given its Amazon Resource Names (ARN).
This operation supports ARNs for all resource types in Nimble Studio that support tags, including studio, studio component, launch profile, streaming image, and streaming session. All resources that can be tagged will contain an ARN property, so you do not have to create this ARN yourself.
" + }, + "PutLaunchProfileMembers": { + "name": "PutLaunchProfileMembers", + "http": { + "method": "POST", + "requestUri": "/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}/membership", + "responseCode": 200 + }, + "input": { + "shape": "PutLaunchProfileMembersRequest" + }, + "output": { + "shape": "PutLaunchProfileMembersResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Add/update users with given persona to launch profile membership.
" + }, + "PutStudioMembers": { + "name": "PutStudioMembers", + "http": { + "method": "POST", + "requestUri": "/2020-08-01/studios/{studioId}/membership", + "responseCode": 200 + }, + "input": { + "shape": "PutStudioMembersRequest" + }, + "output": { + "shape": "PutStudioMembersResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Add/update users with given persona to studio membership.
" + }, + "StartStudioSSOConfigurationRepair": { + "name": "StartStudioSSOConfigurationRepair", + "http": { + "method": "PUT", + "requestUri": "/2020-08-01/studios/{studioId}/sso-configuration", + "responseCode": 200 + }, + "input": { + "shape": "StartStudioSSOConfigurationRepairRequest" + }, + "output": { + "shape": "StartStudioSSOConfigurationRepairResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Repairs the SSO configuration for a given studio.
If the studio has a valid AWS SSO configuration currently associated with it, this operation will fail with a validation error.
If the studio does not have a valid AWS SSO configuration currently associated with it, then a new AWS SSO application is created for the studio and the studio is changed to the READY state.
After the AWS SSO application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.
" + }, + "TagResource": { + "name": "TagResource", + "http": { + "method": "POST", + "requestUri": "/2020-08-01/tags/{resourceArn}", + "responseCode": 204 + }, + "input": { + "shape": "TagResourceRequest" + }, + "output": { + "shape": "TagResourceResponse", + "documentation": "204 response
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Creates tags for a resource, given its ARN.
" + }, + "UntagResource": { + "name": "UntagResource", + "http": { + "method": "DELETE", + "requestUri": "/2020-08-01/tags/{resourceArn}", + "responseCode": 204 + }, + "input": { + "shape": "UntagResourceRequest" + }, + "output": { + "shape": "UntagResourceResponse", + "documentation": "204 response
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Deletes the tags for a resource.
" + }, + "UpdateLaunchProfile": { + "name": "UpdateLaunchProfile", + "http": { + "method": "PATCH", + "requestUri": "/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}", + "responseCode": 200 + }, + "input": { + "shape": "UpdateLaunchProfileRequest" + }, + "output": { + "shape": "UpdateLaunchProfileResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Update a launch profile.
" + }, + "UpdateLaunchProfileMember": { + "name": "UpdateLaunchProfileMember", + "http": { + "method": "PATCH", + "requestUri": "/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}/membership/{principalId}", + "responseCode": 200 + }, + "input": { + "shape": "UpdateLaunchProfileMemberRequest" + }, + "output": { + "shape": "UpdateLaunchProfileMemberResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Update a user persona in launch profile membership.
" + }, + "UpdateStreamingImage": { + "name": "UpdateStreamingImage", + "http": { + "method": "PATCH", + "requestUri": "/2020-08-01/studios/{studioId}/streaming-images/{streamingImageId}", + "responseCode": 200 + }, + "input": { + "shape": "UpdateStreamingImageRequest" + }, + "output": { + "shape": "UpdateStreamingImageResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Update streaming image.
" + }, + "UpdateStudio": { + "name": "UpdateStudio", + "http": { + "method": "PATCH", + "requestUri": "/2020-08-01/studios/{studioId}", + "responseCode": 200 + }, + "input": { + "shape": "UpdateStudioRequest" + }, + "output": { + "shape": "UpdateStudioResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Update a Studio resource.
Currently, this operation only supports updating the displayName of your studio.
" + }, + "UpdateStudioComponent": { + "name": "UpdateStudioComponent", + "http": { + "method": "PATCH", + "requestUri": "/2020-08-01/studios/{studioId}/studio-components/{studioComponentId}", + "responseCode": 200 + }, + "input": { + "shape": "UpdateStudioComponentRequest" + }, + "output": { + "shape": "UpdateStudioComponentResponse", + "documentation": "Success
" + }, + "errors": [ + { + "shape": "ValidationException", + "documentation": "One of the parameters in the request is invalid.
" + }, + { + "shape": "InternalServerErrorException", + "documentation": "A service fault has occurred. Please retry your request and contact AWS support if this error continues.
" + }, + { + "shape": "ServiceQuotaExceededException", + "documentation": "This request would cause a service quota to be exceeded. Please use the AWS Service Quotas console to request an increase.
" + }, + { + "shape": "AccessDeniedException", + "documentation": "You do not have permission to perform this action.
" + }, + { + "shape": "ResourceNotFoundException", + "documentation": "A requested resource was not found.
" + }, + { + "shape": "ThrottlingException", + "documentation": "The request was denied due to request throttling. Please retry your request.
" + }, + { + "shape": "ConflictException", + "documentation": "This request conflicts with another concurrent request. Please retry your request.
" + } + ], + "documentation": "Updates a studio component resource.
" + } + }, + "shapes": { + "AcceptEulasInput": { + "type": "structure", + "members": { + "eulaIds": { + "shape": "EulaIdList", + "locationName": "eulaIds", + "documentation": "The EULA ID.
" + } + }, + "documentation": "" + }, + "AcceptEulasOutput": { + "type": "structure", + "members": { + "eulaAcceptances": { + "shape": "EulaAcceptanceList", + "locationName": "eulaAcceptances", + "documentation": "A collection of EULA acceptances.
" + } + }, + "documentation": "" + }, + "AcceptEulasRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "eulaIds": { + "shape": "EulaIdList", + "locationName": "eulaIds", + "documentation": "The EULA ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "documentation": "A collection of EULA acceptances.
", + "required": [ + "studioId" + ] + }, + "AcceptEulasResponse": { + "type": "structure", + "members": { + "eulaAcceptances": { + "shape": "EulaAcceptanceList", + "locationName": "eulaAcceptances", + "documentation": "A collection of EULA acceptances.
" + } + } + }, + "AccessDeniedException": { + "type": "structure", + "members": { + "code": { + "shape": "__string", + "locationName": "code", + "documentation": "A more specific error code.
" + }, + "context": { + "shape": "ExceptionContext", + "locationName": "context", + "documentation": "The exception context.
" + }, + "message": { + "shape": "__string", + "locationName": "message", + "documentation": "A human-readable description of the error.
" + } + }, + "documentation": "", + "exception": true, + "error": { + "httpStatusCode": 403 + } + }, + "ActiveDirectoryComputerAttribute": { + "type": "structure", + "members": { + "name": { + "shape": "ActiveDirectoryComputerAttributeName", + "locationName": "name", + "documentation": "The name for the LDAP attribute.
" + }, + "value": { + "shape": "ActiveDirectoryComputerAttributeValue", + "locationName": "value", + "documentation": "The value for the LDAP attribute.
" + } + }, + "documentation": "An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.
" + }, + "ActiveDirectoryComputerAttributeList": { + "type": "list", + "documentation": "A collection of LDAP attributes to apply to Active Directory computer accounts that are created for streaming sessions.
", + "max": 50, + "member": { + "shape": "ActiveDirectoryComputerAttribute" + } + }, + "ActiveDirectoryComputerAttributeName": { + "type": "string", + "documentation": "The name for the LDAP attribute.
", + "min": 1, + "max": 40 + }, + "ActiveDirectoryComputerAttributeValue": { + "type": "string", + "documentation": "The value for the LDAP attribute.
", + "min": 1, + "max": 64 + }, + "ActiveDirectoryConfiguration": { + "type": "structure", + "members": { + "computerAttributes": { + "shape": "ActiveDirectoryComputerAttributeList", + "locationName": "computerAttributes", + "documentation": "A collection of custom attributes for an Active Directory computer.
" + }, + "directoryId": { + "shape": "DirectoryId", + "locationName": "directoryId", + "documentation": "The directory ID of the AWS Directory Service for Microsoft AD to access using this studio component.
" + }, + "organizationalUnitDistinguishedName": { + "shape": "ActiveDirectoryOrganizationalUnitDistinguishedName", + "locationName": "organizationalUnitDistinguishedName", + "documentation": "The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.
" + } + }, + "documentation": "The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.
" + }, + "ActiveDirectoryDnsIpAddress": { + "type": "string" + }, + "ActiveDirectoryDnsIpAddressList": { + "type": "list", + "documentation": "", + "max": 10, + "member": { + "shape": "ActiveDirectoryDnsIpAddress" + } + }, + "ActiveDirectoryOrganizationalUnitDistinguishedName": { + "type": "string", + "documentation": "The fully-qualified distinguished name of the organizational unit to place the computer account in.
", + "min": 1, + "max": 2000 + }, + "ComputeFarmConfiguration": { + "type": "structure", + "members": { + "activeDirectoryUser": { + "shape": "__string", + "locationName": "activeDirectoryUser", + "documentation": "The name of an Active Directory user that is used on ComputeFarm worker instances.
" + }, + "endpoint": { + "shape": "__string", + "locationName": "endpoint", + "documentation": "The endpoint of the ComputeFarm that is accessed by the studio component resource.
" + } + }, + "documentation": "The configuration for a render farm that is associated with a studio resource.
" + }, + "ConflictException": { + "type": "structure", + "members": { + "code": { + "shape": "__string", + "locationName": "code", + "documentation": "A more specific error code.
" + }, + "context": { + "shape": "ExceptionContext", + "locationName": "context", + "documentation": "The exception context.
" + }, + "message": { + "shape": "__string", + "locationName": "message", + "documentation": "A human-readable description of the error.
" + } + }, + "documentation": "", + "exception": true, + "error": { + "httpStatusCode": 409 + } + }, + "CreateLaunchProfileInput": { + "type": "structure", + "members": { + "description": { + "shape": "LaunchProfileDescription", + "locationName": "description", + "documentation": "The description.
" + }, + "ec2SubnetIds": { + "shape": "EC2SubnetIdList", + "locationName": "ec2SubnetIds", + "documentation": "" + }, + "launchProfileProtocolVersions": { + "shape": "LaunchProfileProtocolVersionList", + "locationName": "launchProfileProtocolVersions", + "documentation": "The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".
" + }, + "name": { + "shape": "LaunchProfileName", + "locationName": "name", + "documentation": "The name for the launch profile.
" + }, + "streamConfiguration": { + "shape": "StreamConfigurationCreate", + "locationName": "streamConfiguration", + "documentation": "A configuration for a streaming session.
" + }, + "studioComponentIds": { + "shape": "LaunchProfileStudioComponentIdList", + "locationName": "studioComponentIds", + "documentation": "Unique identifiers for a collection of studio components that can be used with this launch profile.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + } + }, + "documentation": "", + "required": [ + "ec2SubnetIds", + "studioComponentIds", + "launchProfileProtocolVersions", + "name", + "streamConfiguration" + ] + }, + "CreateLaunchProfileOutput": { + "type": "structure", + "members": { + "launchProfile": { + "shape": "LaunchProfile", + "locationName": "launchProfile", + "documentation": "The launch profile.
" + } + }, + "documentation": "" + }, + "CreateLaunchProfileRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "description": { + "shape": "LaunchProfileDescription", + "locationName": "description", + "documentation": "The description.
" + }, + "ec2SubnetIds": { + "shape": "EC2SubnetIdList", + "locationName": "ec2SubnetIds", + "documentation": "" + }, + "launchProfileProtocolVersions": { + "shape": "LaunchProfileProtocolVersionList", + "locationName": "launchProfileProtocolVersions", + "documentation": "The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".
" + }, + "name": { + "shape": "LaunchProfileName", + "locationName": "name", + "documentation": "The name for the launch profile.
" + }, + "streamConfiguration": { + "shape": "StreamConfigurationCreate", + "locationName": "streamConfiguration", + "documentation": "A configuration for a streaming session.
" + }, + "studioComponentIds": { + "shape": "LaunchProfileStudioComponentIdList", + "locationName": "studioComponentIds", + "documentation": "Unique identifiers for a collection of studio components that can be used with this launch profile.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + } + }, + "documentation": "A collection of launch profiles.
", + "required": [ + "ec2SubnetIds", + "studioComponentIds", + "studioId", + "launchProfileProtocolVersions", + "name", + "streamConfiguration" + ] + }, + "CreateLaunchProfileResponse": { + "type": "structure", + "members": { + "launchProfile": { + "shape": "LaunchProfile", + "locationName": "launchProfile", + "documentation": "The launch profile.
" + } + } + }, + "CreateStreamingImageInput": { + "type": "structure", + "members": { + "description": { + "shape": "StreamingImageDescription", + "locationName": "description", + "documentation": "A human-readable description of the streaming image.
" + }, + "ec2ImageId": { + "shape": "EC2ImageId", + "locationName": "ec2ImageId", + "documentation": "The ID of an EC2 machine image with which to create this streaming image.
" + }, + "name": { + "shape": "StreamingImageName", + "locationName": "name", + "documentation": "A friendly name for a streaming image resource.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + } + }, + "documentation": "", + "required": [ + "name", + "ec2ImageId" + ] + }, + "CreateStreamingImageOutput": { + "type": "structure", + "members": { + "streamingImage": { + "shape": "StreamingImage", + "locationName": "streamingImage", + "documentation": "" + } + }, + "documentation": "" + }, + "CreateStreamingImageRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "description": { + "shape": "StreamingImageDescription", + "locationName": "description", + "documentation": "A human-readable description of the streaming image.
" + }, + "ec2ImageId": { + "shape": "EC2ImageId", + "locationName": "ec2ImageId", + "documentation": "The ID of an EC2 machine image with which to create this streaming image.
" + }, + "name": { + "shape": "StreamingImageName", + "locationName": "name", + "documentation": "A friendly name for a streaming image resource.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + } + }, + "documentation": "A collection of streaming images.
", + "required": [ + "studioId", + "name", + "ec2ImageId" + ] + }, + "CreateStreamingImageResponse": { + "type": "structure", + "members": { + "streamingImage": { + "shape": "StreamingImage", + "locationName": "streamingImage", + "documentation": "" + } + } + }, + "CreateStreamingSessionInput": { + "type": "structure", + "members": { + "ec2InstanceType": { + "shape": "StreamingInstanceType", + "locationName": "ec2InstanceType", + "documentation": "The EC2 Instance type used for the streaming session.
" + }, + "launchProfileId": { + "shape": "__string", + "locationName": "launchProfileId", + "documentation": "The launch profile ID.
" + }, + "streamingImageId": { + "shape": "StreamingImageId", + "locationName": "streamingImageId", + "documentation": "The ID of the streaming image.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + } + }, + "documentation": "" + }, + "CreateStreamingSessionOutput": { + "type": "structure", + "members": { + "session": { + "shape": "StreamingSession", + "locationName": "session", + "documentation": "The session.
" + } + }, + "documentation": "" + }, + "CreateStreamingSessionRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "ec2InstanceType": { + "shape": "StreamingInstanceType", + "locationName": "ec2InstanceType", + "documentation": "The EC2 Instance type used for the streaming session.
" + }, + "launchProfileId": { + "shape": "__string", + "locationName": "launchProfileId", + "documentation": "The launch profile ID.
" + }, + "streamingImageId": { + "shape": "StreamingImageId", + "locationName": "streamingImageId", + "documentation": "The ID of the streaming image.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + } + }, + "documentation": "A collection of streaming sessions.
", + "required": [ + "studioId" + ] + }, + "CreateStreamingSessionResponse": { + "type": "structure", + "members": { + "session": { + "shape": "StreamingSession", + "locationName": "session", + "documentation": "The session.
" + } + } + }, + "CreateStreamingSessionStreamInput": { + "type": "structure", + "members": { + "expirationInSeconds": { + "shape": "StreamingSessionStreamExpirationInSeconds", + "locationName": "expirationInSeconds", + "documentation": "The expiration time in seconds.
" + } + }, + "documentation": "" + }, + "CreateStreamingSessionStreamOutput": { + "type": "structure", + "members": { + "stream": { + "shape": "StreamingSessionStream", + "locationName": "stream", + "documentation": "The stream.
" + } + }, + "documentation": "" + }, + "CreateStreamingSessionStreamRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "expirationInSeconds": { + "shape": "StreamingSessionStreamExpirationInSeconds", + "locationName": "expirationInSeconds", + "documentation": "The expiration time in seconds.
" + }, + "sessionId": { + "shape": "__string", + "location": "uri", + "locationName": "sessionId", + "documentation": "The session ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "documentation": "A list collection streams.
", + "required": [ + "studioId", + "sessionId" + ] + }, + "CreateStreamingSessionStreamResponse": { + "type": "structure", + "members": { + "stream": { + "shape": "StreamingSessionStream", + "locationName": "stream", + "documentation": "The stream.
" + } + } + }, + "CreateStudioComponentInput": { + "type": "structure", + "members": { + "configuration": { + "shape": "StudioComponentConfiguration", + "locationName": "configuration", + "documentation": "The configuration of the studio component, based on component type.
" + }, + "description": { + "shape": "StudioComponentDescription", + "locationName": "description", + "documentation": "The description.
" + }, + "ec2SecurityGroupIds": { + "shape": "StudioComponentSecurityGroupIdList", + "locationName": "ec2SecurityGroupIds", + "documentation": "The EC2 security groups that control access to the studio component.
" + }, + "initializationScripts": { + "shape": "StudioComponentInitializationScriptList", + "locationName": "initializationScripts", + "documentation": "Initialization scripts for studio components.
" + }, + "name": { + "shape": "StudioComponentName", + "locationName": "name", + "documentation": "The name for the studio component.
" + }, + "scriptParameters": { + "shape": "StudioComponentScriptParameterKeyValueList", + "locationName": "scriptParameters", + "documentation": "Parameters for the studio component scripts.
" + }, + "subtype": { + "shape": "StudioComponentSubtype", + "locationName": "subtype", + "documentation": "The specific subtype of a studio component.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + }, + "type": { + "shape": "StudioComponentType", + "locationName": "type", + "documentation": "The type of the studio component.
" + } + }, + "documentation": "", + "required": [ + "name", + "type" + ] + }, + "CreateStudioComponentOutput": { + "type": "structure", + "members": { + "studioComponent": { + "shape": "StudioComponent", + "locationName": "studioComponent", + "documentation": "Information about the studio component.
" + } + }, + "documentation": "" + }, + "CreateStudioComponentRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "configuration": { + "shape": "StudioComponentConfiguration", + "locationName": "configuration", + "documentation": "The configuration of the studio component, based on component type.
" + }, + "description": { + "shape": "StudioComponentDescription", + "locationName": "description", + "documentation": "The description.
" + }, + "ec2SecurityGroupIds": { + "shape": "StudioComponentSecurityGroupIdList", + "locationName": "ec2SecurityGroupIds", + "documentation": "The EC2 security groups that control access to the studio component.
" + }, + "initializationScripts": { + "shape": "StudioComponentInitializationScriptList", + "locationName": "initializationScripts", + "documentation": "Initialization scripts for studio components.
" + }, + "name": { + "shape": "StudioComponentName", + "locationName": "name", + "documentation": "The name for the studio component.
" + }, + "scriptParameters": { + "shape": "StudioComponentScriptParameterKeyValueList", + "locationName": "scriptParameters", + "documentation": "Parameters for the studio component scripts.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + }, + "subtype": { + "shape": "StudioComponentSubtype", + "locationName": "subtype", + "documentation": "The specific subtype of a studio component.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + }, + "type": { + "shape": "StudioComponentType", + "locationName": "type", + "documentation": "The type of the studio component.
" + } + }, + "documentation": "The studio components.
", + "required": [ + "studioId", + "name", + "type" + ] + }, + "CreateStudioComponentResponse": { + "type": "structure", + "members": { + "studioComponent": { + "shape": "StudioComponent", + "locationName": "studioComponent", + "documentation": "Information about the studio component.
" + } + } + }, + "CreateStudioInput": { + "type": "structure", + "members": { + "adminRoleArn": { + "shape": "__string", + "locationName": "adminRoleArn", + "documentation": "The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
" + }, + "displayName": { + "shape": "StudioDisplayName", + "locationName": "displayName", + "documentation": "A friendly name for the studio.
" + }, + "studioEncryptionConfiguration": { + "shape": "StudioEncryptionConfiguration", + "locationName": "studioEncryptionConfiguration", + "documentation": "The studio encryption configuration.
" + }, + "studioName": { + "shape": "StudioName", + "locationName": "studioName", + "documentation": "The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + }, + "userRoleArn": { + "shape": "__string", + "locationName": "userRoleArn", + "documentation": "The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
" + } + }, + "documentation": "", + "required": [ + "displayName", + "studioName", + "userRoleArn", + "adminRoleArn" + ] + }, + "CreateStudioOutput": { + "type": "structure", + "members": { + "studio": { + "shape": "Studio", + "locationName": "studio", + "documentation": "Information about a studio.
" + } + }, + "documentation": "" + }, + "CreateStudioRequest": { + "type": "structure", + "members": { + "adminRoleArn": { + "shape": "__string", + "locationName": "adminRoleArn", + "documentation": "The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
" + }, + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "displayName": { + "shape": "StudioDisplayName", + "locationName": "displayName", + "documentation": "A friendly name for the studio.
" + }, + "studioEncryptionConfiguration": { + "shape": "StudioEncryptionConfiguration", + "locationName": "studioEncryptionConfiguration", + "documentation": "The studio encryption configuration.
" + }, + "studioName": { + "shape": "StudioName", + "locationName": "studioName", + "documentation": "The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + }, + "userRoleArn": { + "shape": "__string", + "locationName": "userRoleArn", + "documentation": "The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
" + } + }, + "documentation": "A collection of studio resources.
", + "required": [ + "displayName", + "studioName", + "userRoleArn", + "adminRoleArn" + ] + }, + "CreateStudioResponse": { + "type": "structure", + "members": { + "studio": { + "shape": "Studio", + "locationName": "studio", + "documentation": "Information about a studio.
" + } + } + }, + "DeleteLaunchProfileMemberOutput": { + "type": "structure", + "members": {}, + "documentation": "" + }, + "DeleteLaunchProfileMemberRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "launchProfileId": { + "shape": "__string", + "location": "uri", + "locationName": "launchProfileId", + "documentation": "The launch profile ID.
" + }, + "principalId": { + "shape": "__string", + "location": "uri", + "locationName": "principalId", + "documentation": "The principal ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "principalId", + "launchProfileId" + ] + }, + "DeleteLaunchProfileMemberResponse": { + "type": "structure", + "members": {} + }, + "DeleteLaunchProfileOutput": { + "type": "structure", + "members": { + "launchProfile": { + "shape": "LaunchProfile", + "locationName": "launchProfile", + "documentation": "The launch profile.
" + } + }, + "documentation": "" + }, + "DeleteLaunchProfileRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "launchProfileId": { + "shape": "__string", + "location": "uri", + "locationName": "launchProfileId", + "documentation": "The launch profile ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "launchProfileId" + ] + }, + "DeleteLaunchProfileResponse": { + "type": "structure", + "members": { + "launchProfile": { + "shape": "LaunchProfile", + "locationName": "launchProfile", + "documentation": "The launch profile.
" + } + } + }, + "DeleteStreamingImageOutput": { + "type": "structure", + "members": { + "streamingImage": { + "shape": "StreamingImage", + "locationName": "streamingImage", + "documentation": "The streaming image.
" + } + }, + "documentation": "" + }, + "DeleteStreamingImageRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "streamingImageId": { + "shape": "__string", + "location": "uri", + "locationName": "streamingImageId", + "documentation": "The streaming image ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "streamingImageId" + ] + }, + "DeleteStreamingImageResponse": { + "type": "structure", + "members": { + "streamingImage": { + "shape": "StreamingImage", + "locationName": "streamingImage", + "documentation": "The streaming image.
" + } + } + }, + "DeleteStreamingSessionOutput": { + "type": "structure", + "members": { + "session": { + "shape": "StreamingSession", + "locationName": "session", + "documentation": "The session.
" + } + }, + "documentation": "" + }, + "DeleteStreamingSessionRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "sessionId": { + "shape": "__string", + "location": "uri", + "locationName": "sessionId", + "documentation": "The session ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "sessionId" + ] + }, + "DeleteStreamingSessionResponse": { + "type": "structure", + "members": { + "session": { + "shape": "StreamingSession", + "locationName": "session", + "documentation": "The session.
" + } + } + }, + "DeleteStudioComponentOutput": { + "type": "structure", + "members": { + "studioComponent": { + "shape": "StudioComponent", + "locationName": "studioComponent", + "documentation": "Information about the studio component.
" + } + }, + "documentation": "" + }, + "DeleteStudioComponentRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "studioComponentId": { + "shape": "__string", + "location": "uri", + "locationName": "studioComponentId", + "documentation": "The studio component ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "studioComponentId" + ] + }, + "DeleteStudioComponentResponse": { + "type": "structure", + "members": { + "studioComponent": { + "shape": "StudioComponent", + "locationName": "studioComponent", + "documentation": "Information about the studio component.
" + } + } + }, + "DeleteStudioMemberOutput": { + "type": "structure", + "members": {}, + "documentation": "" + }, + "DeleteStudioMemberRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "principalId": { + "shape": "__string", + "location": "uri", + "locationName": "principalId", + "documentation": "The principal ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "principalId" + ] + }, + "DeleteStudioMemberResponse": { + "type": "structure", + "members": {} + }, + "DeleteStudioOutput": { + "type": "structure", + "members": { + "studio": { + "shape": "Studio", + "locationName": "studio", + "documentation": "Information about a studio.
" + } + }, + "documentation": "" + }, + "DeleteStudioRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId" + ] + }, + "DeleteStudioResponse": { + "type": "structure", + "members": { + "studio": { + "shape": "Studio", + "locationName": "studio", + "documentation": "Information about a studio.
" + } + } + }, + "DirectoryId": { + "type": "string" + }, + "EC2ImageId": { + "type": "string", + "documentation": "", + "pattern": "^ami-[0-9A-z]+$" + }, + "EC2SubnetId": { + "type": "string" + }, + "EC2SubnetIdList": { + "type": "list", + "documentation": "", + "max": 6, + "member": { + "shape": "EC2SubnetId" + } + }, + "Empty": { + "type": "structure", + "members": {}, + "documentation": "" + }, + "Eula": { + "type": "structure", + "members": { + "content": { + "shape": "__string", + "locationName": "content", + "documentation": "The EULA content.
" + }, + "createdAt": { + "shape": "Timestamp", + "locationName": "createdAt", + "documentation": "The Unix epoch timestamp in seconds for when the resource was created.
" + }, + "eulaId": { + "shape": "EulaId", + "locationName": "eulaId", + "documentation": "The EULA ID.
" + }, + "name": { + "shape": "EulaName", + "locationName": "name", + "documentation": "The name for the EULA.
" + }, + "updatedAt": { + "shape": "Timestamp", + "locationName": "updatedAt", + "documentation": "The Unix epoch timestamp in seconds for when the resource was updated.
" + } + }, + "documentation": "Represents a EULA resource.
" + }, + "EulaAcceptance": { + "type": "structure", + "members": { + "acceptedAt": { + "shape": "Timestamp", + "locationName": "acceptedAt", + "documentation": "The Unix epoch timestamp in seconds for when the EULA was accepted.
" + }, + "acceptedBy": { + "shape": "__string", + "locationName": "acceptedBy", + "documentation": "The ID of the person who accepted the EULA.
" + }, + "accepteeId": { + "shape": "__string", + "locationName": "accepteeId", + "documentation": "The ID of the acceptee.
" + }, + "eulaAcceptanceId": { + "shape": "EulaAcceptanceId", + "locationName": "eulaAcceptanceId", + "documentation": "The EULA acceptance ID.
" + }, + "eulaId": { + "shape": "EulaId", + "locationName": "eulaId", + "documentation": "The EULA ID.
" + } + }, + "documentation": "" + }, + "EulaAcceptanceId": { + "type": "string", + "documentation": "The EULA acceptance ID.
", + "max": 22, + "pattern": "^[a-zA-Z0-9-_]*$" + }, + "EulaAcceptanceList": { + "type": "list", + "documentation": "", + "member": { + "shape": "EulaAcceptance" + } + }, + "EulaId": { + "type": "string", + "documentation": "Represents a EULA resource.
", + "max": 22, + "pattern": "^[a-zA-Z0-9-_]*$" + }, + "EulaIdList": { + "type": "list", + "documentation": "", + "member": { + "shape": "__string" + } + }, + "EulaList": { + "type": "list", + "documentation": "", + "member": { + "shape": "Eula" + } + }, + "EulaName": { + "type": "string", + "max": 64 + }, + "ExceptionContext": { + "type": "map", + "documentation": "ExceptionContext is a set of key-value pairs that provide you with more information about the error that occurred. For example, when the service returns a 404 ResourceNotFound error, ExceptionContext will contain the key `resourceId` with the value of resource that was not found.
ExceptionContext enables scripts and other programmatic clients to provide for better error handling.
", + "key": { + "shape": "__string" + }, + "value": { + "shape": "__string" + } + }, + "GetEulaOutput": { + "type": "structure", + "members": { + "eula": { + "shape": "Eula", + "locationName": "eula", + "documentation": "The EULA.
" + } + }, + "documentation": "" + }, + "GetEulaRequest": { + "type": "structure", + "members": { + "eulaId": { + "shape": "__string", + "location": "uri", + "locationName": "eulaId", + "documentation": "The EULA ID.
" + } + }, + "required": [ + "eulaId" + ] + }, + "GetEulaResponse": { + "type": "structure", + "members": { + "eula": { + "shape": "Eula", + "locationName": "eula", + "documentation": "The EULA.
" + } + } + }, + "GetLaunchProfileDetailsOutput": { + "type": "structure", + "members": { + "launchProfile": { + "shape": "LaunchProfile", + "locationName": "launchProfile", + "documentation": "The launch profile.
" + }, + "streamingImages": { + "shape": "StreamingImageList", + "locationName": "streamingImages", + "documentation": "A collection of streaming images.
" + }, + "studioComponentSummaries": { + "shape": "StudioComponentSummaryList", + "locationName": "studioComponentSummaries", + "documentation": "A collection of studio component summaries.
" + } + }, + "documentation": "" + }, + "GetLaunchProfileDetailsRequest": { + "type": "structure", + "members": { + "launchProfileId": { + "shape": "__string", + "location": "uri", + "locationName": "launchProfileId", + "documentation": "The launch profile ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "launchProfileId" + ] + }, + "GetLaunchProfileDetailsResponse": { + "type": "structure", + "members": { + "launchProfile": { + "shape": "LaunchProfile", + "locationName": "launchProfile", + "documentation": "The launch profile.
" + }, + "streamingImages": { + "shape": "StreamingImageList", + "locationName": "streamingImages", + "documentation": "A collection of streaming images.
" + }, + "studioComponentSummaries": { + "shape": "StudioComponentSummaryList", + "locationName": "studioComponentSummaries", + "documentation": "A collection of studio component summaries.
" + } + } + }, + "GetLaunchProfileInitializationOutput": { + "type": "structure", + "members": { + "launchProfileInitialization": { + "shape": "LaunchProfileInitialization", + "locationName": "launchProfileInitialization", + "documentation": "The launch profile initialization.
" + } + }, + "documentation": "" + }, + "GetLaunchProfileInitializationRequest": { + "type": "structure", + "members": { + "launchProfileId": { + "shape": "__string", + "location": "uri", + "locationName": "launchProfileId", + "documentation": "The launch profile ID.
" + }, + "launchProfileProtocolVersions": { + "shape": "multiValueQueryStringList", + "location": "querystring", + "locationName": "launchProfileProtocolVersions", + "documentation": "A collection of launch profile protocol versions.
" + }, + "launchPurpose": { + "shape": "__string", + "location": "querystring", + "locationName": "launchPurpose", + "documentation": "The launch purpose.
" + }, + "platform": { + "shape": "__string", + "location": "querystring", + "locationName": "platform", + "documentation": "The platform.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "launchProfileProtocolVersions", + "launchPurpose", + "launchProfileId", + "platform" + ] + }, + "GetLaunchProfileInitializationResponse": { + "type": "structure", + "members": { + "launchProfileInitialization": { + "shape": "LaunchProfileInitialization", + "locationName": "launchProfileInitialization", + "documentation": "The launch profile initialization.
" + } + } + }, + "GetLaunchProfileMemberOutput": { + "type": "structure", + "members": { + "member": { + "shape": "LaunchProfileMembership", + "locationName": "member", + "documentation": "The member.
" + } + }, + "documentation": "" + }, + "GetLaunchProfileMemberRequest": { + "type": "structure", + "members": { + "launchProfileId": { + "shape": "__string", + "location": "uri", + "locationName": "launchProfileId", + "documentation": "The launch profile ID.
" + }, + "principalId": { + "shape": "__string", + "location": "uri", + "locationName": "principalId", + "documentation": "The principal ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "principalId", + "launchProfileId" + ] + }, + "GetLaunchProfileMemberResponse": { + "type": "structure", + "members": { + "member": { + "shape": "LaunchProfileMembership", + "locationName": "member", + "documentation": "The member.
" + } + } + }, + "GetLaunchProfileOutput": { + "type": "structure", + "members": { + "launchProfile": { + "shape": "LaunchProfile", + "locationName": "launchProfile", + "documentation": "The launch profile.
" + } + }, + "documentation": "" + }, + "GetLaunchProfileRequest": { + "type": "structure", + "members": { + "launchProfileId": { + "shape": "__string", + "location": "uri", + "locationName": "launchProfileId", + "documentation": "The launch profile ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "launchProfileId" + ] + }, + "GetLaunchProfileResponse": { + "type": "structure", + "members": { + "launchProfile": { + "shape": "LaunchProfile", + "locationName": "launchProfile", + "documentation": "The launch profile.
" + } + } + }, + "GetStreamingImageOutput": { + "type": "structure", + "members": { + "streamingImage": { + "shape": "StreamingImage", + "locationName": "streamingImage", + "documentation": "The streaming image.
" + } + }, + "documentation": "" + }, + "GetStreamingImageRequest": { + "type": "structure", + "members": { + "streamingImageId": { + "shape": "__string", + "location": "uri", + "locationName": "streamingImageId", + "documentation": "The streaming image ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "streamingImageId" + ] + }, + "GetStreamingImageResponse": { + "type": "structure", + "members": { + "streamingImage": { + "shape": "StreamingImage", + "locationName": "streamingImage", + "documentation": "The streaming image.
" + } + } + }, + "GetStreamingSessionOutput": { + "type": "structure", + "members": { + "session": { + "shape": "StreamingSession", + "locationName": "session", + "documentation": "The session.
" + } + }, + "documentation": "" + }, + "GetStreamingSessionRequest": { + "type": "structure", + "members": { + "sessionId": { + "shape": "__string", + "location": "uri", + "locationName": "sessionId", + "documentation": "The session ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "sessionId" + ] + }, + "GetStreamingSessionResponse": { + "type": "structure", + "members": { + "session": { + "shape": "StreamingSession", + "locationName": "session", + "documentation": "The session.
" + } + } + }, + "GetStreamingSessionStreamOutput": { + "type": "structure", + "members": { + "stream": { + "shape": "StreamingSessionStream", + "locationName": "stream", + "documentation": "The stream.
" + } + }, + "documentation": "" + }, + "GetStreamingSessionStreamRequest": { + "type": "structure", + "members": { + "sessionId": { + "shape": "__string", + "location": "uri", + "locationName": "sessionId", + "documentation": "The session ID.
" + }, + "streamId": { + "shape": "__string", + "location": "uri", + "locationName": "streamId", + "documentation": "The stream ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "streamId", + "sessionId" + ] + }, + "GetStreamingSessionStreamResponse": { + "type": "structure", + "members": { + "stream": { + "shape": "StreamingSessionStream", + "locationName": "stream", + "documentation": "The stream.
" + } + } + }, + "GetStudioComponentOutput": { + "type": "structure", + "members": { + "studioComponent": { + "shape": "StudioComponent", + "locationName": "studioComponent", + "documentation": "Information about the studio component.
" + } + }, + "documentation": "" + }, + "GetStudioComponentRequest": { + "type": "structure", + "members": { + "studioComponentId": { + "shape": "__string", + "location": "uri", + "locationName": "studioComponentId", + "documentation": "The studio component ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "studioComponentId" + ] + }, + "GetStudioComponentResponse": { + "type": "structure", + "members": { + "studioComponent": { + "shape": "StudioComponent", + "locationName": "studioComponent", + "documentation": "Information about the studio component.
" + } + } + }, + "GetStudioMemberOutput": { + "type": "structure", + "members": { + "member": { + "shape": "StudioMembership", + "locationName": "member", + "documentation": "The member.
" + } + }, + "documentation": "" + }, + "GetStudioMemberRequest": { + "type": "structure", + "members": { + "principalId": { + "shape": "__string", + "location": "uri", + "locationName": "principalId", + "documentation": "The principal ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "principalId" + ] + }, + "GetStudioMemberResponse": { + "type": "structure", + "members": { + "member": { + "shape": "StudioMembership", + "locationName": "member", + "documentation": "The member.
" + } + } + }, + "GetStudioOutput": { + "type": "structure", + "members": { + "studio": { + "shape": "Studio", + "locationName": "studio", + "documentation": "Information about a studio.
" + } + }, + "documentation": "" + }, + "GetStudioRequest": { + "type": "structure", + "members": { + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId" + ] + }, + "GetStudioResponse": { + "type": "structure", + "members": { + "studio": { + "shape": "Studio", + "locationName": "studio", + "documentation": "Information about a studio.
" + } + } + }, + "InternalServerErrorException": { + "type": "structure", + "members": { + "code": { + "shape": "__string", + "locationName": "code", + "documentation": "A more specific error code.
" + }, + "context": { + "shape": "ExceptionContext", + "locationName": "context", + "documentation": "The exception context.
" + }, + "message": { + "shape": "__string", + "locationName": "message", + "documentation": "A human-readable description of the error.
" + } + }, + "documentation": "", + "exception": true, + "error": { + "httpStatusCode": 500 + } + }, + "InternalServerException": { + "type": "structure", + "members": { + "code": { + "shape": "__string", + "locationName": "code", + "documentation": "A more specific error code.
" + }, + "context": { + "shape": "ExceptionContext", + "locationName": "context", + "documentation": "The exception context.
" + }, + "message": { + "shape": "__string", + "locationName": "message", + "documentation": "A human-readable description of the error.
" + } + }, + "documentation": "" + }, + "LaunchProfile": { + "type": "structure", + "members": { + "arn": { + "shape": "__string", + "locationName": "arn", + "documentation": "The ARN of the resource.
" + }, + "createdAt": { + "shape": "Timestamp", + "locationName": "createdAt", + "documentation": "The Unix epoch timestamp in seconds for when the resource was created.
" + }, + "createdBy": { + "shape": "__string", + "locationName": "createdBy", + "documentation": "The user ID of the user that created the launch profile.
" + }, + "description": { + "shape": "LaunchProfileDescription", + "locationName": "description", + "documentation": "A human-readable description of the launch profile.
" + }, + "ec2SubnetIds": { + "shape": "EC2SubnetIdList", + "locationName": "ec2SubnetIds", + "documentation": "Unique identifiers for a collection of EC2 subnets.
" + }, + "launchProfileId": { + "shape": "LaunchProfileId", + "locationName": "launchProfileId", + "documentation": "The launch profile ID.
" + }, + "launchProfileProtocolVersions": { + "shape": "LaunchProfileProtocolVersionList", + "locationName": "launchProfileProtocolVersions", + "documentation": "The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".
" + }, + "name": { + "shape": "LaunchProfileName", + "locationName": "name", + "documentation": "A friendly name for the launch profile.
" + }, + "state": { + "shape": "LaunchProfileState", + "locationName": "state", + "documentation": "The current state.
" + }, + "statusCode": { + "shape": "LaunchProfileStatusCode", + "locationName": "statusCode", + "documentation": "The status code.
" + }, + "statusMessage": { + "shape": "__string", + "locationName": "statusMessage", + "documentation": "The status message for the launch profile.
" + }, + "streamConfiguration": { + "shape": "StreamConfiguration", + "locationName": "streamConfiguration", + "documentation": "A configuration for a streaming session.
" + }, + "studioComponentIds": { + "shape": "LaunchProfileStudioComponentIdList", + "locationName": "studioComponentIds", + "documentation": "Unique identifiers for a collection of studio components that can be used with this launch profile.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + }, + "updatedAt": { + "shape": "Timestamp", + "locationName": "updatedAt", + "documentation": "The Unix epoch timestamp in seconds for when the resource was updated.
" + }, + "updatedBy": { + "shape": "__string", + "locationName": "updatedBy", + "documentation": "The user ID of the user that most recently updated the resource.
" + } + }, + "documentation": "" + }, + "LaunchProfileDescription": { + "type": "string", + "max": 256 + }, + "LaunchProfileId": { + "type": "string", + "max": 22, + "pattern": "^[a-zA-Z0-9-_]*$" + }, + "LaunchProfileInitialization": { + "type": "structure", + "members": { + "activeDirectory": { + "shape": "LaunchProfileInitializationActiveDirectory", + "locationName": "activeDirectory", + "documentation": "A LaunchProfileInitializationActiveDirectory resource.
" + }, + "ec2SecurityGroupIds": { + "shape": "LaunchProfileSecurityGroupIdList", + "locationName": "ec2SecurityGroupIds", + "documentation": "The EC2 security groups that control access to the studio component.
" + }, + "launchProfileId": { + "shape": "LaunchProfileId", + "locationName": "launchProfileId", + "documentation": "The launch profile ID.
" + }, + "launchProfileProtocolVersion": { + "shape": "LaunchProfileProtocolVersion", + "locationName": "launchProfileProtocolVersion", + "documentation": "The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".
" + }, + "launchPurpose": { + "shape": "LaunchPurpose", + "locationName": "launchPurpose", + "documentation": "The launch purpose.
" + }, + "name": { + "shape": "LaunchProfileName", + "locationName": "name", + "documentation": "The name for the launch profile.
" + }, + "platform": { + "shape": "LaunchProfilePlatform", + "locationName": "platform", + "documentation": "The platform of the launch platform, either WINDOWS or LINUX.
" + }, + "systemInitializationScripts": { + "shape": "LaunchProfileInitializationScriptList", + "locationName": "systemInitializationScripts", + "documentation": "The system initializtion scripts.
" + }, + "userInitializationScripts": { + "shape": "LaunchProfileInitializationScriptList", + "locationName": "userInitializationScripts", + "documentation": "The user initializtion scripts.
" + } + }, + "documentation": "" + }, + "LaunchProfileInitializationActiveDirectory": { + "type": "structure", + "members": { + "computerAttributes": { + "shape": "ActiveDirectoryComputerAttributeList", + "locationName": "computerAttributes", + "documentation": "A collection of custom attributes for an Active Directory computer.
" + }, + "directoryId": { + "shape": "DirectoryId", + "locationName": "directoryId", + "documentation": "The directory ID of the AWS Directory Service for Microsoft AD to access using this launch profile.
" + }, + "directoryName": { + "shape": "__string", + "locationName": "directoryName", + "documentation": "The directory name.
" + }, + "dnsIpAddresses": { + "shape": "ActiveDirectoryDnsIpAddressList", + "locationName": "dnsIpAddresses", + "documentation": "The DNS IP address.
" + }, + "organizationalUnitDistinguishedName": { + "shape": "ActiveDirectoryOrganizationalUnitDistinguishedName", + "locationName": "organizationalUnitDistinguishedName", + "documentation": "The name for the organizational unit distinguished name.
" + }, + "studioComponentId": { + "shape": "StudioComponentId", + "locationName": "studioComponentId", + "documentation": "The unique identifier for a studio component resource.
" + }, + "studioComponentName": { + "shape": "StudioComponentName", + "locationName": "studioComponentName", + "documentation": "The name for the studio component.
" + } + }, + "documentation": "" + }, + "LaunchProfileInitializationScript": { + "type": "structure", + "members": { + "script": { + "shape": "StudioComponentInitializationScriptContent", + "locationName": "script", + "documentation": "The initialization script.
" + }, + "studioComponentId": { + "shape": "StudioComponentId", + "locationName": "studioComponentId", + "documentation": "The unique identifier for a studio component resource.
" + }, + "studioComponentName": { + "shape": "StudioComponentName", + "locationName": "studioComponentName", + "documentation": "The name for the studio component.
" + } + }, + "documentation": "" + }, + "LaunchProfileInitializationScriptList": { + "type": "list", + "documentation": "", + "member": { + "shape": "LaunchProfileInitializationScript" + } + }, + "LaunchProfileList": { + "type": "list", + "documentation": "", + "member": { + "shape": "LaunchProfile" + } + }, + "LaunchProfileMembership": { + "type": "structure", + "members": { + "identityStoreId": { + "shape": "__string", + "locationName": "identityStoreId", + "documentation": "The ID of the identity store.
" + }, + "persona": { + "shape": "LaunchProfilePersona", + "locationName": "persona", + "documentation": "The persona.
" + }, + "principalId": { + "shape": "__string", + "locationName": "principalId", + "documentation": "The principal ID.
" + } + }, + "documentation": "" + }, + "LaunchProfileMembershipList": { + "type": "list", + "documentation": "", + "max": 20, + "member": { + "shape": "LaunchProfileMembership" + } + }, + "LaunchProfileName": { + "type": "string", + "max": 64 + }, + "LaunchProfilePersona": { + "type": "string", + "documentation": "", + "enum": [ + "USER" + ] + }, + "LaunchProfilePlatform": { + "type": "string", + "documentation": "", + "enum": [ + "LINUX", + "WINDOWS" + ] + }, + "LaunchProfileProtocolVersion": { + "type": "string", + "documentation": "The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".
", + "max": 10, + "pattern": "^2021\\-03\\-31$" + }, + "LaunchProfileProtocolVersionList": { + "type": "list", + "documentation": "", + "member": { + "shape": "LaunchProfileProtocolVersion" + } + }, + "LaunchProfileSecurityGroupIdList": { + "type": "list", + "documentation": "", + "min": 1, + "member": { + "shape": "SecurityGroupId" + } + }, + "LaunchProfileState": { + "type": "string", + "documentation": "", + "enum": [ + "CREATE_IN_PROGRESS", + "READY", + "UPDATE_IN_PROGRESS", + "DELETE_IN_PROGRESS", + "DELETED", + "DELETE_FAILED", + "CREATE_FAILED", + "UPDATE_FAILED" + ] + }, + "LaunchProfileStatusCode": { + "type": "string", + "documentation": "", + "enum": [ + "LAUNCH_PROFILE_CREATED", + "LAUNCH_PROFILE_UPDATED", + "LAUNCH_PROFILE_DELETED", + "LAUNCH_PROFILE_CREATE_IN_PROGRESS", + "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", + "LAUNCH_PROFILE_DELETE_IN_PROGRESS", + "INTERNAL_ERROR", + "STREAMING_IMAGE_NOT_FOUND", + "STREAMING_IMAGE_NOT_READY", + "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", + "ENCRYPTION_KEY_ACCESS_DENIED", + "ENCRYPTION_KEY_NOT_FOUND", + "INVALID_SUBNETS_PROVIDED" + ] + }, + "LaunchProfileStudioComponentIdList": { + "type": "list", + "documentation": "", + "min": 1, + "max": 100, + "member": { + "shape": "__string" + } + }, + "LaunchPurpose": { + "type": "string", + "documentation": "The launch purpose.
", + "max": 64, + "pattern": "^[A-Z0-9_]+$" + }, + "LicenseServiceConfiguration": { + "type": "structure", + "members": { + "endpoint": { + "shape": "__string", + "locationName": "endpoint", + "documentation": "The endpoint of the license service that is accessed by the studio component resource.
" + } + }, + "documentation": "The configuration for a license service that is associated with a studio resource.
" + }, + "LinuxMountPoint": { + "type": "string", + "documentation": "", + "max": 128, + "pattern": "^(/?|(\\$HOME)?(/[^/\\n\\s\\\\]+)*)$" + }, + "ListEulaAcceptancesOutput": { + "type": "structure", + "members": { + "eulaAcceptances": { + "shape": "EulaAcceptanceList", + "locationName": "eulaAcceptances", + "documentation": "A collection of EULA acceptances.
" + }, + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + } + }, + "documentation": "" + }, + "ListEulaAcceptancesRequest": { + "type": "structure", + "members": { + "eulaIds": { + "shape": "multiValueQueryStringList", + "location": "querystring", + "locationName": "eulaIds", + "documentation": "A collection of EULA IDs.
" + }, + "nextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId" + ] + }, + "ListEulaAcceptancesResponse": { + "type": "structure", + "members": { + "eulaAcceptances": { + "shape": "EulaAcceptanceList", + "locationName": "eulaAcceptances", + "documentation": "A collection of EULA acceptances.
" + }, + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + } + } + }, + "ListEulasOutput": { + "type": "structure", + "members": { + "eulas": { + "shape": "EulaList", + "locationName": "eulas", + "documentation": "A collection of EULA resources.
" + }, + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + } + }, + "documentation": "" + }, + "ListEulasRequest": { + "type": "structure", + "members": { + "eulaIds": { + "shape": "multiValueQueryStringList", + "location": "querystring", + "locationName": "eulaIds", + "documentation": "A collection of EULA IDs.
" + }, + "nextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + } + } + }, + "ListEulasResponse": { + "type": "structure", + "members": { + "eulas": { + "shape": "EulaList", + "locationName": "eulas", + "documentation": "A collection of EULA resources.
" + }, + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + } + } + }, + "ListLaunchProfileMembersOutput": { + "type": "structure", + "members": { + "members": { + "shape": "LaunchProfileMembershipList", + "locationName": "members", + "documentation": "A list of members.
" + }, + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + } + }, + "documentation": "" + }, + "ListLaunchProfileMembersRequest": { + "type": "structure", + "members": { + "launchProfileId": { + "shape": "__string", + "location": "uri", + "locationName": "launchProfileId", + "documentation": "The launch profile ID.
" + }, + "maxResults": { + "shape": "MaxResults", + "location": "querystring", + "locationName": "maxResults", + "documentation": "The maximum number of results to be returned per request.
" + }, + "nextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId", + "launchProfileId" + ] + }, + "ListLaunchProfileMembersResponse": { + "type": "structure", + "members": { + "members": { + "shape": "LaunchProfileMembershipList", + "locationName": "members", + "documentation": "A list of members.
" + }, + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + } + } + }, + "ListLaunchProfilesOutput": { + "type": "structure", + "members": { + "launchProfiles": { + "shape": "LaunchProfileList", + "locationName": "launchProfiles", + "documentation": "A collection of launch profiles.
" + }, + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + } + }, + "documentation": "" + }, + "ListLaunchProfilesRequest": { + "type": "structure", + "members": { + "maxResults": { + "shape": "MaxResults", + "location": "querystring", + "locationName": "maxResults", + "documentation": "The maximum number of results to be returned per request.
" + }, + "nextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "principalId": { + "shape": "__string", + "location": "querystring", + "locationName": "principalId", + "documentation": "The principal ID.
" + }, + "states": { + "shape": "multiValueQueryStringList", + "location": "querystring", + "locationName": "states", + "documentation": "A list of states.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId" + ] + }, + "ListLaunchProfilesResponse": { + "type": "structure", + "members": { + "launchProfiles": { + "shape": "LaunchProfileList", + "locationName": "launchProfiles", + "documentation": "A collection of launch profiles.
" + }, + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + } + } + }, + "ListStreamingImagesOutput": { + "type": "structure", + "members": { + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "streamingImages": { + "shape": "StreamingImageList", + "locationName": "streamingImages", + "documentation": "A collection of streaming images.
" + } + }, + "documentation": "" + }, + "ListStreamingImagesRequest": { + "type": "structure", + "members": { + "nextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "owner": { + "shape": "__string", + "location": "querystring", + "locationName": "owner", + "documentation": "The owner.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId" + ] + }, + "ListStreamingImagesResponse": { + "type": "structure", + "members": { + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "streamingImages": { + "shape": "StreamingImageList", + "locationName": "streamingImages", + "documentation": "A collection of streaming images.
" + } + } + }, + "ListStreamingSessionsOutput": { + "type": "structure", + "members": { + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "sessions": { + "shape": "StreamingSessionList", + "locationName": "sessions", + "documentation": "A collection of streaming sessions.
" + } + }, + "documentation": "" + }, + "ListStreamingSessionsRequest": { + "type": "structure", + "members": { + "createdBy": { + "shape": "__string", + "location": "querystring", + "locationName": "createdBy", + "documentation": "The user ID.
" + }, + "nextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "sessionIds": { + "shape": "__string", + "location": "querystring", + "locationName": "sessionIds", + "documentation": "A collection of session IDs.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId" + ] + }, + "ListStreamingSessionsResponse": { + "type": "structure", + "members": { + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "sessions": { + "shape": "StreamingSessionList", + "locationName": "sessions", + "documentation": "A collection of streaming sessions.
" + } + } + }, + "ListStudioComponentsOutput": { + "type": "structure", + "members": { + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "studioComponents": { + "shape": "StudioComponentList", + "locationName": "studioComponents", + "documentation": "A collection of studio components.
" + } + }, + "documentation": "" + }, + "ListStudioComponentsRequest": { + "type": "structure", + "members": { + "maxResults": { + "shape": "MaxResults", + "location": "querystring", + "locationName": "maxResults", + "documentation": "The maximum number of results to be returned per request.
" + }, + "nextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "states": { + "shape": "multiValueQueryStringList", + "location": "querystring", + "locationName": "states", + "documentation": "A list of states.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + }, + "types": { + "shape": "multiValueQueryStringList", + "location": "querystring", + "locationName": "types", + "documentation": "The types.
" + } + }, + "required": [ + "studioId" + ] + }, + "ListStudioComponentsResponse": { + "type": "structure", + "members": { + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "studioComponents": { + "shape": "StudioComponentList", + "locationName": "studioComponents", + "documentation": "A collection of studio components.
" + } + } + }, + "ListStudioMembersOutput": { + "type": "structure", + "members": { + "members": { + "shape": "StudioMembershipList", + "locationName": "members", + "documentation": "A list of members.
" + }, + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + } + }, + "documentation": "" + }, + "ListStudioMembersRequest": { + "type": "structure", + "members": { + "maxResults": { + "shape": "MaxResults", + "location": "querystring", + "locationName": "maxResults", + "documentation": "The maximum number of results to be returned per request.
" + }, + "nextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId" + ] + }, + "ListStudioMembersResponse": { + "type": "structure", + "members": { + "members": { + "shape": "StudioMembershipList", + "locationName": "members", + "documentation": "A list of members.
" + }, + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + } + } + }, + "ListStudiosOutput": { + "type": "structure", + "members": { + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "studios": { + "shape": "StudioList", + "locationName": "studios", + "documentation": "A collection of studios.
" + } + }, + "documentation": "" + }, + "ListStudiosRequest": { + "type": "structure", + "members": { + "nextToken": { + "shape": "__string", + "location": "querystring", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + } + } + }, + "ListStudiosResponse": { + "type": "structure", + "members": { + "nextToken": { + "shape": "__string", + "locationName": "nextToken", + "documentation": "The token for the next set of results, or null if there are no more results.
" + }, + "studios": { + "shape": "StudioList", + "locationName": "studios", + "documentation": "A collection of studios.
" + } + } + }, + "ListTagsForResourceRequest": { + "type": "structure", + "members": { + "resourceArn": { + "shape": "__string", + "location": "uri", + "locationName": "resourceArn", + "documentation": "The ARN of the target resource for tagging operations.
" + } + }, + "required": [ + "resourceArn" + ] + }, + "ListTagsForResourceResponse": { + "type": "structure", + "members": { + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + } + } + }, + "ListTagsOutput": { + "type": "structure", + "members": { + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + } + }, + "documentation": "" + }, + "MaxResults": { + "type": "integer", + "min": 1, + "max": 100 + }, + "NewLaunchProfileMember": { + "type": "structure", + "members": { + "persona": { + "shape": "LaunchProfilePersona", + "locationName": "persona", + "documentation": "The persona.
" + }, + "principalId": { + "shape": "__string", + "locationName": "principalId", + "documentation": "The principal ID.
" + } + }, + "documentation": "", + "required": [ + "persona", + "principalId" + ] + }, + "NewLaunchProfileMemberList": { + "type": "list", + "documentation": "", + "max": 20, + "member": { + "shape": "NewLaunchProfileMember" + } + }, + "NewStudioMember": { + "type": "structure", + "members": { + "persona": { + "shape": "StudioPersona", + "locationName": "persona", + "documentation": "The persona.
" + }, + "principalId": { + "shape": "__string", + "locationName": "principalId", + "documentation": "The principal ID.
" + } + }, + "documentation": "", + "required": [ + "persona", + "principalId" + ] + }, + "NewStudioMemberList": { + "type": "list", + "documentation": "", + "max": 20, + "member": { + "shape": "NewStudioMember" + } + }, + "PutLaunchProfileMembersInput": { + "type": "structure", + "members": { + "identityStoreId": { + "shape": "__string", + "locationName": "identityStoreId", + "documentation": "The ID of the identity store.
" + }, + "members": { + "shape": "NewLaunchProfileMemberList", + "locationName": "members", + "documentation": "A list of members.
" + } + }, + "documentation": "", + "required": [ + "members", + "identityStoreId" + ] + }, + "PutLaunchProfileMembersRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "identityStoreId": { + "shape": "__string", + "locationName": "identityStoreId", + "documentation": "The ID of the identity store.
" + }, + "launchProfileId": { + "shape": "__string", + "location": "uri", + "locationName": "launchProfileId", + "documentation": "The launch profile ID.
" + }, + "members": { + "shape": "NewLaunchProfileMemberList", + "locationName": "members", + "documentation": "A list of members.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "documentation": "Information about a launch profile membership.
", + "required": [ + "studioId", + "members", + "launchProfileId", + "identityStoreId" + ] + }, + "PutLaunchProfileMembersResponse": { + "type": "structure", + "members": {} + }, + "PutStudioMembersInput": { + "type": "structure", + "members": { + "identityStoreId": { + "shape": "__string", + "locationName": "identityStoreId", + "documentation": "The ID of the identity store.
" + }, + "members": { + "shape": "NewStudioMemberList", + "locationName": "members", + "documentation": "A list of members.
" + } + }, + "documentation": "", + "required": [ + "members", + "identityStoreId" + ] + }, + "PutStudioMembersOutput": { + "type": "structure", + "members": {}, + "documentation": "" + }, + "PutStudioMembersRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "identityStoreId": { + "shape": "__string", + "locationName": "identityStoreId", + "documentation": "The ID of the identity store.
" + }, + "members": { + "shape": "NewStudioMemberList", + "locationName": "members", + "documentation": "A list of members.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "documentation": "A launch profile membership collection.
", + "required": [ + "studioId", + "members", + "identityStoreId" + ] + }, + "PutStudioMembersResponse": { + "type": "structure", + "members": {} + }, + "Region": { + "type": "string", + "documentation": "", + "max": 50, + "pattern": "[a-z]{2}-?(iso|gov)?-{1}[a-z]*-{1}[0-9]" + }, + "ResourceNotFoundException": { + "type": "structure", + "members": { + "code": { + "shape": "__string", + "locationName": "code", + "documentation": "A more specific error code.
" + }, + "context": { + "shape": "ExceptionContext", + "locationName": "context", + "documentation": "The exception context.
" + }, + "message": { + "shape": "__string", + "locationName": "message", + "documentation": "A human-readable description of the error.
" + } + }, + "documentation": "", + "exception": true, + "error": { + "httpStatusCode": 404 + } + }, + "ScriptParameterKey": { + "type": "string", + "documentation": "A script parameter key.
", + "min": 1, + "max": 64, + "pattern": "^[a-zA-Z_][a-zA-Z0-9_]+$" + }, + "ScriptParameterKeyValue": { + "type": "structure", + "members": { + "key": { + "shape": "ScriptParameterKey", + "locationName": "key", + "documentation": "A script parameter key.
" + }, + "value": { + "shape": "ScriptParameterValue", + "locationName": "value", + "documentation": "A script parameter value.
" + } + }, + "documentation": "A parameter for a studio component script, in the form of a key:value pair.
" + }, + "ScriptParameterValue": { + "type": "string", + "documentation": "A script parameter value.
", + "min": 1, + "max": 256 + }, + "SecurityGroupId": { + "type": "string", + "documentation": "" + }, + "ServiceQuotaExceededException": { + "type": "structure", + "members": { + "code": { + "shape": "__string", + "locationName": "code", + "documentation": "A more specific error code.
" + }, + "context": { + "shape": "ExceptionContext", + "locationName": "context", + "documentation": "The exception context.
" + }, + "message": { + "shape": "__string", + "locationName": "message", + "documentation": "A human-readable description of the error.
" + } + }, + "documentation": "", + "exception": true, + "error": { + "httpStatusCode": 402 + } + }, + "SharedFileSystemConfiguration": { + "type": "structure", + "members": { + "endpoint": { + "shape": "__string", + "locationName": "endpoint", + "documentation": "The endpoint of the shared file system that is accessed by the studio component resource.
" + }, + "fileSystemId": { + "shape": "__string", + "locationName": "fileSystemId", + "documentation": "The unique identifier for a file system.
" + }, + "linuxMountPoint": { + "shape": "LinuxMountPoint", + "locationName": "linuxMountPoint", + "documentation": "The mount location for a shared file system on a Linux virtual workstation.
" + }, + "shareName": { + "shape": "__string", + "locationName": "shareName", + "documentation": "The name of the file share.
" + }, + "windowsMountDrive": { + "shape": "WindowsMountDrive", + "locationName": "windowsMountDrive", + "documentation": "The mount location for a shared file system on a Windows virtual workstation.
" + } + }, + "documentation": "The configuration for a shared file storage system that is associated with a studio resource.
" + }, + "StartStudioSSOConfigurationRepairOutput": { + "type": "structure", + "members": { + "studio": { + "shape": "Studio", + "locationName": "studio", + "documentation": "Information about a studio.
" + } + }, + "documentation": "" + }, + "StartStudioSSOConfigurationRepairRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "required": [ + "studioId" + ] + }, + "StartStudioSSOConfigurationRepairResponse": { + "type": "structure", + "members": { + "studio": { + "shape": "Studio", + "locationName": "studio", + "documentation": "Information about a studio.
" + } + } + }, + "StreamConfiguration": { + "type": "structure", + "members": { + "clipboardMode": { + "shape": "StreamingClipboardMode", + "locationName": "clipboardMode", + "documentation": "Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.
" + }, + "ec2InstanceTypes": { + "shape": "StreamingInstanceTypeList", + "locationName": "ec2InstanceTypes", + "documentation": "The EC2 instance types that users can select from when launching a streaming session with this launch profile.
" + }, + "maxSessionLengthInMinutes": { + "shape": "StreamConfigurationMaxSessionLengthInMinutes", + "locationName": "maxSessionLengthInMinutes", + "documentation": "The length of time, in minutes, that a streaming session can run. After this point, Nimble Studio automatically terminates the session.
" + }, + "streamingImageIds": { + "shape": "StreamingImageIdList", + "locationName": "streamingImageIds", + "documentation": "The streaming images that users can select from when launching a streaming session with this launch profile.
" + } + }, + "documentation": "A configuration for a streaming session.
" + }, + "StreamConfigurationCreate": { + "type": "structure", + "members": { + "clipboardMode": { + "shape": "StreamingClipboardMode", + "locationName": "clipboardMode", + "documentation": "Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.
" + }, + "ec2InstanceTypes": { + "shape": "StreamingInstanceTypeList", + "locationName": "ec2InstanceTypes", + "documentation": "The EC2 instance types that users can select from when launching a streaming session with this launch profile.
" + }, + "maxSessionLengthInMinutes": { + "shape": "StreamConfigurationMaxSessionLengthInMinutes", + "locationName": "maxSessionLengthInMinutes", + "documentation": "The length of time, in minutes, that a streaming session can run. After this point, Nimble Studio automatically terminates the session.
" + }, + "streamingImageIds": { + "shape": "StreamingImageIdList", + "locationName": "streamingImageIds", + "documentation": "The streaming images that users can select from when launching a streaming session with this launch profile.
" + } + }, + "documentation": "", + "required": [ + "clipboardMode", + "streamingImageIds", + "ec2InstanceTypes" + ] + }, + "StreamConfigurationMaxSessionLengthInMinutes": { + "type": "integer", + "documentation": "", + "min": 1, + "max": 690 + }, + "StreamingClipboardMode": { + "type": "string", + "documentation": "", + "enum": [ + "ENABLED", + "DISABLED" + ] + }, + "StreamingImage": { + "type": "structure", + "members": { + "arn": { + "shape": "__string", + "locationName": "arn", + "documentation": "The ARN of the resource.
" + }, + "description": { + "shape": "StreamingImageDescription", + "locationName": "description", + "documentation": "A human-readable description of the streaming image.
" + }, + "ec2ImageId": { + "shape": "EC2ImageId", + "locationName": "ec2ImageId", + "documentation": "The ID of an EC2 machine image with which to create the streaming image.
" + }, + "encryptionConfiguration": { + "shape": "StreamingImageEncryptionConfiguration", + "locationName": "encryptionConfiguration", + "documentation": "The encryption configuration.
" + }, + "eulaIds": { + "shape": "EulaIdList", + "locationName": "eulaIds", + "documentation": "The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image.
" + }, + "name": { + "shape": "StreamingImageName", + "locationName": "name", + "documentation": "A friendly name for a streaming image resource.
" + }, + "owner": { + "shape": "StreamingImageOwner", + "locationName": "owner", + "documentation": "The owner of the streaming image, either the studioId that contains the streaming image, or 'amazon' for images that are provided by Amazon Nimble Studio.
" + }, + "platform": { + "shape": "StreamingImagePlatform", + "locationName": "platform", + "documentation": "The platform of the streaming image, either WINDOWS or LINUX.
" + }, + "state": { + "shape": "StreamingImageState", + "locationName": "state", + "documentation": "The current state.
" + }, + "statusCode": { + "shape": "StreamingImageStatusCode", + "locationName": "statusCode", + "documentation": "The status code.
" + }, + "statusMessage": { + "shape": "__string", + "locationName": "statusMessage", + "documentation": "The status message for the streaming image.
" + }, + "streamingImageId": { + "shape": "StreamingImageId", + "locationName": "streamingImageId", + "documentation": "The ID of the streaming image.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + } + }, + "documentation": "" + }, + "StreamingImageDescription": { + "type": "string", + "documentation": "The description.
", + "max": 256 + }, + "StreamingImageEncryptionConfiguration": { + "type": "structure", + "members": { + "keyArn": { + "shape": "StreamingImageEncryptionConfigurationKeyArn", + "locationName": "keyArn", + "documentation": "The ARN for a KMS key that is used to encrypt studio data.
" + }, + "keyType": { + "shape": "StreamingImageEncryptionConfigurationKeyType", + "locationName": "keyType", + "documentation": "The type of KMS key that is used to encrypt studio data.
" + } + }, + "documentation": "", + "required": [ + "keyType" + ] + }, + "StreamingImageEncryptionConfigurationKeyArn": { + "type": "string", + "documentation": "", + "min": 4, + "pattern": "^arn:.*" + }, + "StreamingImageEncryptionConfigurationKeyType": { + "type": "string", + "documentation": "", + "enum": [ + "CUSTOMER_MANAGED_KEY" + ] + }, + "StreamingImageId": { + "type": "string", + "documentation": "", + "max": 22, + "pattern": "^[a-zA-Z0-9-_]*$" + }, + "StreamingImageIdList": { + "type": "list", + "documentation": "A list of streaming image IDs that users can select from when launching a streaming session with this launch profile.
", + "max": 20, + "member": { + "shape": "StreamingImageId" + } + }, + "StreamingImageList": { + "type": "list", + "documentation": "", + "member": { + "shape": "StreamingImage" + } + }, + "StreamingImageName": { + "type": "string", + "documentation": "A friendly name for a streaming image resource.
", + "max": 64 + }, + "StreamingImageOwner": { + "type": "string", + "documentation": "StreamingImageOwner is the owner of a particular streaming image.
This string is either the studioId that contains the streaming image, or the word 'AMAZON' for images provided by Nimble Studio.
" + }, + "StreamingImagePlatform": { + "type": "string", + "documentation": "The platform of this Streaming Image, either WINDOWS or LINUX.
", + "pattern": "^[a-zA-Z]*$" + }, + "StreamingImageSessionId": { + "type": "string", + "documentation": "The streaming image session ID.
", + "pattern": "^[A-z0-9-_:]*\\.{1}[A-z0-9-_]*$" + }, + "StreamingImageState": { + "type": "string", + "documentation": "", + "enum": [ + "CREATE_IN_PROGRESS", + "READY", + "DELETE_IN_PROGRESS", + "DELETED", + "UPDATE_IN_PROGRESS", + "UPDATE_FAILED", + "CREATE_FAILED", + "DELETE_FAILED" + ] + }, + "StreamingImageStatusCode": { + "type": "string", + "documentation": "The status code.
", + "enum": [ + "STREAMING_IMAGE_CREATE_IN_PROGRESS", + "STREAMING_IMAGE_READY", + "STREAMING_IMAGE_DELETE_IN_PROGRESS", + "STREAMING_IMAGE_DELETED", + "STREAMING_IMAGE_UPDATE_IN_PROGRESS", + "INTERNAL_ERROR" + ] + }, + "StreamingInstanceType": { + "type": "string", + "documentation": "", + "enum": [ + "g4dn.xlarge", + "g4dn.2xlarge", + "g4dn.4xlarge", + "g4dn.8xlarge", + "g4dn.12xlarge", + "g4dn.16xlarge" + ] + }, + "StreamingInstanceTypeList": { + "type": "list", + "documentation": "The EC2 instance types that users can select from when launching a streaming session with this launch profile.
", + "min": 1, + "max": 30, + "member": { + "shape": "StreamingInstanceType" + } + }, + "StreamingSession": { + "type": "structure", + "members": { + "arn": { + "shape": "__string", + "locationName": "arn", + "documentation": "The ARN of the resource.
" + }, + "createdAt": { + "shape": "Timestamp", + "locationName": "createdAt", + "documentation": "The Unix epoch timestamp in seconds for when the resource was created.
" + }, + "createdBy": { + "shape": "__string", + "locationName": "createdBy", + "documentation": "The user ID of the user that created the streaming session.
" + }, + "ec2InstanceType": { + "shape": "__string", + "locationName": "ec2InstanceType", + "documentation": "The EC2 Instance type used for the streaming session.
" + }, + "launchProfileId": { + "shape": "__string", + "locationName": "launchProfileId", + "documentation": "The ID of the launch profile used to control access from the streaming session.
" + }, + "sessionId": { + "shape": "StreamingImageSessionId", + "locationName": "sessionId", + "documentation": "The session ID.
" + }, + "state": { + "shape": "StreamingSessionState", + "locationName": "state", + "documentation": "The current state.
" + }, + "statusCode": { + "shape": "StreamingSessionStatusCode", + "locationName": "statusCode", + "documentation": "The status code.
" + }, + "statusMessage": { + "shape": "__string", + "locationName": "statusMessage", + "documentation": "The status message for the streaming session.
" + }, + "streamingImageId": { + "shape": "StreamingImageId", + "locationName": "streamingImageId", + "documentation": "The ID of the streaming image.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + }, + "terminateAt": { + "shape": "Timestamp", + "locationName": "terminateAt", + "documentation": "The time the streaming session will automatically terminate if not terminated by the user.
" + }, + "updatedAt": { + "shape": "Timestamp", + "locationName": "updatedAt", + "documentation": "The Unix epoch timestamp in seconds for when the resource was updated.
" + }, + "updatedBy": { + "shape": "__string", + "locationName": "updatedBy", + "documentation": "The user ID of the user that most recently updated the resource.
" + } + }, + "documentation": "" + }, + "StreamingSessionList": { + "type": "list", + "documentation": "", + "member": { + "shape": "StreamingSession" + } + }, + "StreamingSessionState": { + "type": "string", + "documentation": "The streaming session state.
", + "enum": [ + "CREATE_IN_PROGRESS", + "DELETE_IN_PROGRESS", + "READY", + "DELETED", + "CREATE_FAILED", + "DELETE_FAILED" + ] + }, + "StreamingSessionStatusCode": { + "type": "string", + "documentation": "", + "enum": [ + "STREAMING_SESSION_READY", + "STREAMING_SESSION_DELETED", + "STREAMING_SESSION_CREATE_IN_PROGRESS", + "STREAMING_SESSION_DELETE_IN_PROGRESS", + "INTERNAL_ERROR", + "INSUFFICIENT_CAPACITY", + "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", + "NETWORK_CONNECTION_ERROR", + "INITIALIZATION_SCRIPT_ERROR", + "DECRYPT_STREAMING_IMAGE_ERROR", + "NETWORK_INTERFACE_ERROR" + ] + }, + "StreamingSessionStream": { + "type": "structure", + "members": { + "createdAt": { + "shape": "Timestamp", + "locationName": "createdAt", + "documentation": "The Unix epoch timestamp in seconds for when the resource was created.
" + }, + "createdBy": { + "shape": "__string", + "locationName": "createdBy", + "documentation": "The user ID of the user that created the streaming session stream.
" + }, + "expiresAt": { + "shape": "Timestamp", + "locationName": "expiresAt", + "documentation": "The Unix epoch timestamp in seconds for when the resource expires.
" + }, + "state": { + "shape": "StreamingSessionStreamState", + "locationName": "state", + "documentation": "The current state.
" + }, + "statusCode": { + "shape": "StreamingSessionStreamStatusCode", + "locationName": "statusCode", + "documentation": "The streaming session stream status code.
" + }, + "streamId": { + "shape": "__string", + "locationName": "streamId", + "documentation": "The stream ID.
" + }, + "url": { + "shape": "__string", + "locationName": "url", + "documentation": "The URL to connect to this stream using the DCV client.
" + } + }, + "documentation": "" + }, + "StreamingSessionStreamExpirationInSeconds": { + "type": "integer", + "documentation": "", + "min": 60, + "max": 3600 + }, + "StreamingSessionStreamState": { + "type": "string", + "documentation": "", + "enum": [ + "READY", + "CREATE_IN_PROGRESS", + "DELETE_IN_PROGRESS", + "DELETED", + "CREATE_FAILED", + "DELETE_FAILED" + ] + }, + "StreamingSessionStreamStatusCode": { + "type": "string", + "enum": [ + "STREAM_CREATE_IN_PROGRESS", + "STREAM_READY", + "STREAM_DELETE_IN_PROGRESS", + "STREAM_DELETED", + "INTERNAL_ERROR", + "NETWORK_CONNECTION_ERROR" + ] + }, + "Studio": { + "type": "structure", + "members": { + "adminRoleArn": { + "shape": "__string", + "locationName": "adminRoleArn", + "documentation": "The IAM role that studio admins assume when logging in to the Nimble Studio portal.
" + }, + "arn": { + "shape": "__string", + "locationName": "arn", + "documentation": "The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.
" + }, + "createdAt": { + "shape": "Timestamp", + "locationName": "createdAt", + "documentation": "The Unix epoch timestamp in seconds for when the resource was created.
" + }, + "displayName": { + "shape": "StudioDisplayName", + "locationName": "displayName", + "documentation": "A friendly name for the studio.
" + }, + "homeRegion": { + "shape": "Region", + "locationName": "homeRegion", + "documentation": "The AWS region where the studio resource is located.
" + }, + "ssoClientId": { + "shape": "__string", + "locationName": "ssoClientId", + "documentation": "The AWS SSO application client ID used to integrate with AWS SSO to enable AWS SSO users to log in to Nimble portal.
" + }, + "state": { + "shape": "StudioState", + "locationName": "state", + "documentation": "The current state of the studio resource.
" + }, + "statusCode": { + "shape": "StudioStatusCode", + "locationName": "statusCode", + "documentation": "Status codes that provide additional detail on the studio state.
" + }, + "statusMessage": { + "shape": "__string", + "locationName": "statusMessage", + "documentation": "Additional detail on the studio state.
" + }, + "studioEncryptionConfiguration": { + "shape": "StudioEncryptionConfiguration", + "locationName": "studioEncryptionConfiguration", + "documentation": "Configuration of the encryption method that is used for the studio.
" + }, + "studioId": { + "shape": "__string", + "locationName": "studioId", + "documentation": "The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
" + }, + "studioName": { + "shape": "StudioName", + "locationName": "studioName", + "documentation": "The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
" + }, + "studioUrl": { + "shape": "__string", + "locationName": "studioUrl", + "documentation": "The address of the web page for the studio.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + }, + "updatedAt": { + "shape": "Timestamp", + "locationName": "updatedAt", + "documentation": "The Unix epoch timestamp in seconds for when the resource was updated.
" + }, + "userRoleArn": { + "shape": "__string", + "locationName": "userRoleArn", + "documentation": "The IAM role that studio users assume when logging in to the Nimble Studio portal.
" + } + }, + "documentation": "" + }, + "StudioComponent": { + "type": "structure", + "members": { + "arn": { + "shape": "__string", + "locationName": "arn", + "documentation": "The ARN of the resource.
" + }, + "configuration": { + "shape": "StudioComponentConfiguration", + "locationName": "configuration", + "documentation": "The configuration of the studio component, based on component type.
" + }, + "createdAt": { + "shape": "Timestamp", + "locationName": "createdAt", + "documentation": "The Unix epoch timestamp in seconds for when the resource was created.
" + }, + "createdBy": { + "shape": "__string", + "locationName": "createdBy", + "documentation": "The user ID of the user that created the studio component.
" + }, + "description": { + "shape": "StudioComponentDescription", + "locationName": "description", + "documentation": "A human-readable description for the studio component resource.
" + }, + "ec2SecurityGroupIds": { + "shape": "StudioComponentSecurityGroupIdList", + "locationName": "ec2SecurityGroupIds", + "documentation": "The EC2 security groups that control access to the studio component.
" + }, + "initializationScripts": { + "shape": "StudioComponentInitializationScriptList", + "locationName": "initializationScripts", + "documentation": "Initialization scripts for studio components.
" + }, + "name": { + "shape": "StudioComponentName", + "locationName": "name", + "documentation": "A friendly name for the studio component resource.
" + }, + "scriptParameters": { + "shape": "StudioComponentScriptParameterKeyValueList", + "locationName": "scriptParameters", + "documentation": "Parameters for the studio component scripts.
" + }, + "state": { + "shape": "StudioComponentState", + "locationName": "state", + "documentation": "The current state.
" + }, + "statusCode": { + "shape": "StudioComponentStatusCode", + "locationName": "statusCode", + "documentation": "The status code.
" + }, + "statusMessage": { + "shape": "__string", + "locationName": "statusMessage", + "documentation": "The status message for the studio component.
" + }, + "studioComponentId": { + "shape": "StudioComponentId", + "locationName": "studioComponentId", + "documentation": "The unique identifier for a studio component resource.
" + }, + "subtype": { + "shape": "StudioComponentSubtype", + "locationName": "subtype", + "documentation": "The specific subtype of a studio component.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + }, + "type": { + "shape": "StudioComponentType", + "locationName": "type", + "documentation": "The type of the studio component.
" + }, + "updatedAt": { + "shape": "Timestamp", + "locationName": "updatedAt", + "documentation": "The Unix epoch timestamp in seconds for when the resource was updated.
" + }, + "updatedBy": { + "shape": "__string", + "locationName": "updatedBy", + "documentation": "The user ID of the user that most recently updated the resource.
" + } + }, + "documentation": "A network that is used by a studio’s users and workflows, including render farm, Active Directory, licensing, and file system.
" + }, + "StudioComponentConfiguration": { + "type": "structure", + "members": { + "activeDirectoryConfiguration": { + "shape": "ActiveDirectoryConfiguration", + "locationName": "activeDirectoryConfiguration", + "documentation": "The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.
" + }, + "computeFarmConfiguration": { + "shape": "ComputeFarmConfiguration", + "locationName": "computeFarmConfiguration", + "documentation": "The configuration for a render farm that is associated with a studio resource.
" + }, + "licenseServiceConfiguration": { + "shape": "LicenseServiceConfiguration", + "locationName": "licenseServiceConfiguration", + "documentation": "The configuration for a license service that is associated with a studio resource.
" + }, + "sharedFileSystemConfiguration": { + "shape": "SharedFileSystemConfiguration", + "locationName": "sharedFileSystemConfiguration", + "documentation": "The configuration for a shared file storage system that is associated with a studio resource.
" + } + }, + "documentation": "The configuration of the studio component, based on component type.
", + "union": true + }, + "StudioComponentDescription": { + "type": "string", + "documentation": "", + "max": 256 + }, + "StudioComponentId": { + "type": "string", + "max": 22, + "pattern": "^[a-zA-Z0-9-_]*$" + }, + "StudioComponentInitializationScript": { + "type": "structure", + "members": { + "launchProfileProtocolVersion": { + "shape": "LaunchProfileProtocolVersion", + "locationName": "launchProfileProtocolVersion", + "documentation": "The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".
" + }, + "platform": { + "shape": "LaunchProfilePlatform", + "locationName": "platform", + "documentation": "The platform of the initialization script, either WINDOWS or LINUX.
" + }, + "runContext": { + "shape": "StudioComponentInitializationScriptRunContext", + "locationName": "runContext", + "documentation": "The method to use when running the initialization script.
" + }, + "script": { + "shape": "StudioComponentInitializationScriptContent", + "locationName": "script", + "documentation": "The initialization script.
" + } + }, + "documentation": "Initialization scripts for studio components.
" + }, + "StudioComponentInitializationScriptContent": { + "type": "string", + "documentation": "", + "min": 1, + "max": 5120 + }, + "StudioComponentInitializationScriptList": { + "type": "list", + "documentation": "", + "member": { + "shape": "StudioComponentInitializationScript" + } + }, + "StudioComponentInitializationScriptRunContext": { + "type": "string", + "documentation": "", + "enum": [ + "SYSTEM_INITIALIZATION", + "USER_INITIALIZATION" + ] + }, + "StudioComponentList": { + "type": "list", + "documentation": "", + "max": 50, + "member": { + "shape": "StudioComponent" + } + }, + "StudioComponentName": { + "type": "string", + "documentation": "", + "max": 64 + }, + "StudioComponentScriptParameterKeyValueList": { + "type": "list", + "documentation": "", + "max": 30, + "member": { + "shape": "ScriptParameterKeyValue" + } + }, + "StudioComponentSecurityGroupIdList": { + "type": "list", + "documentation": "", + "min": 1, + "max": 30, + "member": { + "shape": "SecurityGroupId" + } + }, + "StudioComponentState": { + "type": "string", + "documentation": "The current state of the studio component resource.
While a studio component is being created, modified, or deleted, its state will equal \"CREATE_IN_PROGRESS\", \"UPDATE_IN_PROGRESS\", or \"DELETE_IN_PROGRESS\"
These are called 'transition states'.
No modifications may be made to the studio component while it is in a transition state.
If creation of the resource fails, the state will change to `CREATE_FAILED`. The resource StatusCode and StatusMessage will provide more information of why creation failed. The resource in this state will automatically be deleted from your account after a period of time.
If updating the resource fails, the state will change to `UPDATE_FAILED`. The resource StatusCode and StatusMessage will provide more information of why the update failed. The resource will be returned to the state it was in when the update request was invoked.
If deleting the resource fails, the state will change to `DELETE_FAILED`. The resource StatusCode and StatusMessage will provide more information of why the update failed. The resource will be returned to the state it was in when the update request was invoked. After the resource is deleted successfully, it will change to the \"DELETED\" state. The resource will no longer count against service quotas and cannot be used or acted upon any futher. It will be removed from your account after a period of time.
", + "enum": [ + "CREATE_IN_PROGRESS", + "READY", + "UPDATE_IN_PROGRESS", + "DELETE_IN_PROGRESS", + "DELETED", + "DELETE_FAILED", + "CREATE_FAILED", + "UPDATE_FAILED" + ] + }, + "StudioComponentStatusCode": { + "type": "string", + "documentation": "The current status of the studio component resource.
When the resource is in the 'READY' state, the status code signals what the last mutation made to the resource was.
When the resource is in a CREATE_FAILED/UPDATE_FAILED/DELETE_FAILED state, the status code signals what went wrong and why the mutation failed.
", + "enum": [ + "ACTIVE_DIRECTORY_ALREADY_EXISTS", + "STUDIO_COMPONENT_CREATED", + "STUDIO_COMPONENT_UPDATED", + "STUDIO_COMPONENT_DELETED", + "ENCRYPTION_KEY_ACCESS_DENIED", + "ENCRYPTION_KEY_NOT_FOUND", + "STUDIO_COMPONENT_CREATE_IN_PROGRESS", + "STUDIO_COMPONENT_UPDATE_IN_PROGRESS", + "STUDIO_COMPONENT_DELETE_IN_PROGRESS", + "INTERNAL_ERROR" + ] + }, + "StudioComponentSubtype": { + "type": "string", + "documentation": "", + "enum": [ + "AWS_MANAGED_MICROSOFT_AD", + "AMAZON_FSX_FOR_WINDOWS", + "AMAZON_FSX_FOR_LUSTRE", + "CUSTOM" + ] + }, + "StudioComponentSummary": { + "type": "structure", + "members": { + "createdAt": { + "shape": "Timestamp", + "locationName": "createdAt", + "documentation": "The Unix epoch timestamp in seconds for when the resource was created.
" + }, + "createdBy": { + "shape": "__string", + "locationName": "createdBy", + "documentation": "The user ID of the user that created the studio component.
" + }, + "description": { + "shape": "StudioComponentDescription", + "locationName": "description", + "documentation": "The description.
" + }, + "name": { + "shape": "StudioComponentName", + "locationName": "name", + "documentation": "The name for the studio component.
" + }, + "studioComponentId": { + "shape": "StudioComponentId", + "locationName": "studioComponentId", + "documentation": "The unique identifier for a studio component resource.
" + }, + "subtype": { + "shape": "StudioComponentSubtype", + "locationName": "subtype", + "documentation": "The specific subtype of a studio component.
" + }, + "type": { + "shape": "StudioComponentType", + "locationName": "type", + "documentation": "The type of the studio component.
" + }, + "updatedAt": { + "shape": "Timestamp", + "locationName": "updatedAt", + "documentation": "The Unix epoch timestamp in seconds for when the resource was updated.
" + }, + "updatedBy": { + "shape": "__string", + "locationName": "updatedBy", + "documentation": "The user ID of the user that most recently updated the resource.
" + } + }, + "documentation": "" + }, + "StudioComponentSummaryList": { + "type": "list", + "documentation": "", + "member": { + "shape": "StudioComponentSummary" + } + }, + "StudioComponentType": { + "type": "string", + "documentation": "", + "enum": [ + "ACTIVE_DIRECTORY", + "SHARED_FILE_SYSTEM", + "COMPUTE_FARM", + "LICENSE_SERVICE", + "CUSTOM" + ] + }, + "StudioDisplayName": { + "type": "string", + "max": 64 + }, + "StudioEncryptionConfiguration": { + "type": "structure", + "members": { + "keyArn": { + "shape": "StudioEncryptionConfigurationKeyArn", + "locationName": "keyArn", + "documentation": "The ARN for a KMS key that is used to encrypt studio data.
" + }, + "keyType": { + "shape": "StudioEncryptionConfigurationKeyType", + "locationName": "keyType", + "documentation": "The type of KMS key that is used to encrypt studio data.
" + } + }, + "documentation": "Configuration of the encryption method that is used for the studio.
", + "required": [ + "keyType" + ] + }, + "StudioEncryptionConfigurationKeyArn": { + "type": "string", + "documentation": "The Amazon Resource Name (ARN) for a KMS key that is used to encrypt studio data.
", + "min": 4, + "pattern": "^arn:.*" + }, + "StudioEncryptionConfigurationKeyType": { + "type": "string", + "documentation": "The type of KMS key that is used to encrypt studio data.
", + "enum": [ + "AWS_OWNED_KEY", + "CUSTOMER_MANAGED_KEY" + ] + }, + "StudioList": { + "type": "list", + "documentation": "", + "member": { + "shape": "Studio" + } + }, + "StudioMembership": { + "type": "structure", + "members": { + "identityStoreId": { + "shape": "__string", + "locationName": "identityStoreId", + "documentation": "The ID of the identity store.
" + }, + "persona": { + "shape": "StudioPersona", + "locationName": "persona", + "documentation": "The persona.
" + }, + "principalId": { + "shape": "__string", + "locationName": "principalId", + "documentation": "The principal ID.
" + } + }, + "documentation": "" + }, + "StudioMembershipList": { + "type": "list", + "documentation": "", + "max": 20, + "member": { + "shape": "StudioMembership" + } + }, + "StudioName": { + "type": "string", + "documentation": "", + "min": 3, + "max": 64, + "pattern": "^[a-z0-9]*$" + }, + "StudioPersona": { + "type": "string", + "documentation": "", + "enum": [ + "ADMINISTRATOR" + ] + }, + "StudioState": { + "type": "string", + "documentation": "", + "enum": [ + "CREATE_IN_PROGRESS", + "READY", + "UPDATE_IN_PROGRESS", + "DELETE_IN_PROGRESS", + "DELETED", + "DELETE_FAILED", + "CREATE_FAILED", + "UPDATE_FAILED" + ] + }, + "StudioStatusCode": { + "type": "string", + "documentation": "The status code.
", + "enum": [ + "STUDIO_CREATED", + "STUDIO_DELETED", + "STUDIO_UPDATED", + "STUDIO_CREATE_IN_PROGRESS", + "STUDIO_UPDATE_IN_PROGRESS", + "STUDIO_DELETE_IN_PROGRESS", + "STUDIO_WITH_LAUNCH_PROFILES_NOT_DELETED", + "STUDIO_WITH_STUDIO_COMPONENTS_NOT_DELETED", + "STUDIO_WITH_STREAMING_IMAGES_NOT_DELETED", + "AWS_SSO_NOT_ENABLED", + "AWS_SSO_ACCESS_DENIED", + "ROLE_NOT_OWNED_BY_STUDIO_OWNER", + "ROLE_COULD_NOT_BE_ASSUMED", + "INTERNAL_ERROR", + "ENCRYPTION_KEY_NOT_FOUND", + "ENCRYPTION_KEY_ACCESS_DENIED", + "AWS_SSO_CONFIGURATION_REPAIRED", + "AWS_SSO_CONFIGURATION_REPAIR_IN_PROGRESS" + ] + }, + "TagResourceInput": { + "type": "structure", + "members": { + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + } + }, + "documentation": "" + }, + "TagResourceRequest": { + "type": "structure", + "members": { + "resourceArn": { + "shape": "__string", + "location": "uri", + "locationName": "resourceArn", + "documentation": "The ARN of the target resource for tagging operations.
" + }, + "tags": { + "shape": "Tags", + "locationName": "tags", + "documentation": "A collection of labels, in the form of key:value pairs, that apply to this resource.
" + } + }, + "documentation": "The ARN for the role that manages access.
", + "required": [ + "resourceArn" + ] + }, + "TagResourceResponse": { + "type": "structure", + "members": {} + }, + "Tags": { + "type": "map", + "documentation": "", + "key": { + "shape": "__string" + }, + "value": { + "shape": "__string" + } + }, + "ThrottlingException": { + "type": "structure", + "members": { + "code": { + "shape": "__string", + "locationName": "code", + "documentation": "A more specific error code.
" + }, + "context": { + "shape": "ExceptionContext", + "locationName": "context", + "documentation": "The exception context.
" + }, + "message": { + "shape": "__string", + "locationName": "message", + "documentation": "A human-readable description of the error.
" + } + }, + "documentation": "", + "exception": true, + "error": { + "httpStatusCode": 429 + } + }, + "Timestamp": { + "type": "timestamp", + "documentation": "", + "timestampFormat": "iso8601" + }, + "UntagResourceRequest": { + "type": "structure", + "members": { + "resourceArn": { + "shape": "__string", + "location": "uri", + "locationName": "resourceArn", + "documentation": "The ARN of the target resource for tagging operations.
" + }, + "tagKeys": { + "shape": "multiValueQueryStringList", + "location": "querystring", + "locationName": "tagKeys", + "documentation": "An array of tag keys to delete.
" + } + }, + "required": [ + "tagKeys", + "resourceArn" + ] + }, + "UntagResourceResponse": { + "type": "structure", + "members": {} + }, + "UpdateLaunchProfileInput": { + "type": "structure", + "members": { + "description": { + "shape": "LaunchProfileDescription", + "locationName": "description", + "documentation": "The description.
" + }, + "launchProfileProtocolVersions": { + "shape": "LaunchProfileProtocolVersionList", + "locationName": "launchProfileProtocolVersions", + "documentation": "The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".
" + }, + "name": { + "shape": "LaunchProfileName", + "locationName": "name", + "documentation": "The name for the launch profile.
" + }, + "streamConfiguration": { + "shape": "StreamConfigurationCreate", + "locationName": "streamConfiguration", + "documentation": "A configuration for a streaming session.
" + }, + "studioComponentIds": { + "shape": "LaunchProfileStudioComponentIdList", + "locationName": "studioComponentIds", + "documentation": "Unique identifiers for a collection of studio components that can be used with this launch profile.
" + } + }, + "documentation": "" + }, + "UpdateLaunchProfileMemberInput": { + "type": "structure", + "members": { + "persona": { + "shape": "LaunchProfilePersona", + "locationName": "persona", + "documentation": "The persona.
" + } + }, + "documentation": "", + "required": [ + "persona" + ] + }, + "UpdateLaunchProfileMemberRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "launchProfileId": { + "shape": "__string", + "location": "uri", + "locationName": "launchProfileId", + "documentation": "The launch profile ID.
" + }, + "persona": { + "shape": "LaunchProfilePersona", + "locationName": "persona", + "documentation": "The persona.
" + }, + "principalId": { + "shape": "__string", + "location": "uri", + "locationName": "principalId", + "documentation": "The principal ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "documentation": "The principal ID.
", + "required": [ + "studioId", + "persona", + "principalId", + "launchProfileId" + ] + }, + "UpdateLaunchProfileMemberResponse": { + "type": "structure", + "members": { + "member": { + "shape": "LaunchProfileMembership", + "locationName": "member", + "documentation": "The member.
" + } + } + }, + "UpdateLaunchProfileOutput": { + "type": "structure", + "members": { + "launchProfile": { + "shape": "LaunchProfile", + "locationName": "launchProfile", + "documentation": "The launch profile.
" + } + }, + "documentation": "" + }, + "UpdateLaunchProfileRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "description": { + "shape": "LaunchProfileDescription", + "locationName": "description", + "documentation": "The description.
" + }, + "launchProfileId": { + "shape": "__string", + "location": "uri", + "locationName": "launchProfileId", + "documentation": "The launch profile ID.
" + }, + "launchProfileProtocolVersions": { + "shape": "LaunchProfileProtocolVersionList", + "locationName": "launchProfileProtocolVersions", + "documentation": "The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".
" + }, + "name": { + "shape": "LaunchProfileName", + "locationName": "name", + "documentation": "The name for the launch profile.
" + }, + "streamConfiguration": { + "shape": "StreamConfigurationCreate", + "locationName": "streamConfiguration", + "documentation": "A configuration for a streaming session.
" + }, + "studioComponentIds": { + "shape": "LaunchProfileStudioComponentIdList", + "locationName": "studioComponentIds", + "documentation": "Unique identifiers for a collection of studio components that can be used with this launch profile.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "documentation": "The launch profile ID.
", + "required": [ + "studioId", + "launchProfileId" + ] + }, + "UpdateLaunchProfileResponse": { + "type": "structure", + "members": { + "launchProfile": { + "shape": "LaunchProfile", + "locationName": "launchProfile", + "documentation": "The launch profile.
" + } + } + }, + "UpdateStreamingImageInput": { + "type": "structure", + "members": { + "description": { + "shape": "StreamingImageDescription", + "locationName": "description", + "documentation": "The description.
" + }, + "name": { + "shape": "StreamingImageName", + "locationName": "name", + "documentation": "The name for the streaming image.
" + } + }, + "documentation": "" + }, + "UpdateStreamingImageOutput": { + "type": "structure", + "members": { + "streamingImage": { + "shape": "StreamingImage", + "locationName": "streamingImage", + "documentation": "" + } + }, + "documentation": "" + }, + "UpdateStreamingImageRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "description": { + "shape": "StreamingImageDescription", + "locationName": "description", + "documentation": "The description.
" + }, + "name": { + "shape": "StreamingImageName", + "locationName": "name", + "documentation": "The name for the streaming image.
" + }, + "streamingImageId": { + "shape": "__string", + "location": "uri", + "locationName": "streamingImageId", + "documentation": "The streaming image ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + } + }, + "documentation": "The streaming image ID.
", + "required": [ + "studioId", + "streamingImageId" + ] + }, + "UpdateStreamingImageResponse": { + "type": "structure", + "members": { + "streamingImage": { + "shape": "StreamingImage", + "locationName": "streamingImage", + "documentation": "" + } + } + }, + "UpdateStudioComponentInput": { + "type": "structure", + "members": { + "configuration": { + "shape": "StudioComponentConfiguration", + "locationName": "configuration", + "documentation": "The configuration of the studio component, based on component type.
" + }, + "description": { + "shape": "StudioComponentDescription", + "locationName": "description", + "documentation": "The description.
" + }, + "ec2SecurityGroupIds": { + "shape": "StudioComponentSecurityGroupIdList", + "locationName": "ec2SecurityGroupIds", + "documentation": "The EC2 security groups that control access to the studio component.
" + }, + "initializationScripts": { + "shape": "StudioComponentInitializationScriptList", + "locationName": "initializationScripts", + "documentation": "Initialization scripts for studio components.
" + }, + "name": { + "shape": "StudioComponentName", + "locationName": "name", + "documentation": "The name for the studio component.
" + }, + "scriptParameters": { + "shape": "StudioComponentScriptParameterKeyValueList", + "locationName": "scriptParameters", + "documentation": "Parameters for the studio component scripts.
" + }, + "subtype": { + "shape": "StudioComponentSubtype", + "locationName": "subtype", + "documentation": "The specific subtype of a studio component.
" + }, + "type": { + "shape": "StudioComponentType", + "locationName": "type", + "documentation": "The type of the studio component.
" + } + }, + "documentation": "" + }, + "UpdateStudioComponentOutput": { + "type": "structure", + "members": { + "studioComponent": { + "shape": "StudioComponent", + "locationName": "studioComponent", + "documentation": "Information about the studio component.
" + } + }, + "documentation": "" + }, + "UpdateStudioComponentRequest": { + "type": "structure", + "members": { + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "configuration": { + "shape": "StudioComponentConfiguration", + "locationName": "configuration", + "documentation": "The configuration of the studio component, based on component type.
" + }, + "description": { + "shape": "StudioComponentDescription", + "locationName": "description", + "documentation": "The description.
" + }, + "ec2SecurityGroupIds": { + "shape": "StudioComponentSecurityGroupIdList", + "locationName": "ec2SecurityGroupIds", + "documentation": "The EC2 security groups that control access to the studio component.
" + }, + "initializationScripts": { + "shape": "StudioComponentInitializationScriptList", + "locationName": "initializationScripts", + "documentation": "Initialization scripts for studio components.
" + }, + "name": { + "shape": "StudioComponentName", + "locationName": "name", + "documentation": "The name for the studio component.
" + }, + "scriptParameters": { + "shape": "StudioComponentScriptParameterKeyValueList", + "locationName": "scriptParameters", + "documentation": "Parameters for the studio component scripts.
" + }, + "studioComponentId": { + "shape": "__string", + "location": "uri", + "locationName": "studioComponentId", + "documentation": "The studio component ID.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + }, + "subtype": { + "shape": "StudioComponentSubtype", + "locationName": "subtype", + "documentation": "The specific subtype of a studio component.
" + }, + "type": { + "shape": "StudioComponentType", + "locationName": "type", + "documentation": "The type of the studio component.
" + } + }, + "documentation": "The studio component ID.
", + "required": [ + "studioId", + "studioComponentId" + ] + }, + "UpdateStudioComponentResponse": { + "type": "structure", + "members": { + "studioComponent": { + "shape": "StudioComponent", + "locationName": "studioComponent", + "documentation": "Information about the studio component.
" + } + } + }, + "UpdateStudioInput": { + "type": "structure", + "members": { + "adminRoleArn": { + "shape": "__string", + "locationName": "adminRoleArn", + "documentation": "The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
" + }, + "displayName": { + "shape": "StudioDisplayName", + "locationName": "displayName", + "documentation": "A friendly name for the studio.
" + }, + "userRoleArn": { + "shape": "__string", + "locationName": "userRoleArn", + "documentation": "The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
" + } + }, + "documentation": "" + }, + "UpdateStudioOutput": { + "type": "structure", + "members": { + "studio": { + "shape": "Studio", + "locationName": "studio", + "documentation": "Information about a studio.
" + } + }, + "documentation": "" + }, + "UpdateStudioRequest": { + "type": "structure", + "members": { + "adminRoleArn": { + "shape": "__string", + "locationName": "adminRoleArn", + "documentation": "The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
" + }, + "clientToken": { + "shape": "ClientToken", + "location": "header", + "locationName": "X-Amz-Client-Token", + "documentation": "To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
", + "idempotencyToken": true + }, + "displayName": { + "shape": "StudioDisplayName", + "locationName": "displayName", + "documentation": "A friendly name for the studio.
" + }, + "studioId": { + "shape": "__string", + "location": "uri", + "locationName": "studioId", + "documentation": "The studio ID.
" + }, + "userRoleArn": { + "shape": "__string", + "locationName": "userRoleArn", + "documentation": "The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
" + } + }, + "documentation": "The studio ID.
", + "required": [ + "studioId" + ] + }, + "UpdateStudioResponse": { + "type": "structure", + "members": { + "studio": { + "shape": "Studio", + "locationName": "studio", + "documentation": "Information about a studio.
" + } + } + }, + "ValidationException": { + "type": "structure", + "members": { + "code": { + "shape": "__string", + "locationName": "code", + "documentation": "A more specific error code.
" + }, + "context": { + "shape": "ExceptionContext", + "locationName": "context", + "documentation": "The exception context.
" + }, + "message": { + "shape": "__string", + "locationName": "message", + "documentation": "A human-readable description of the error.
" + } + }, + "documentation": "", + "exception": true, + "error": { + "httpStatusCode": 400 + } + }, + "WindowsMountDrive": { + "type": "string", + "documentation": "", + "pattern": "^[A-Z]$" + }, + "__boolean": { + "type": "boolean" + }, + "__double": { + "type": "double" + }, + "__integer": { + "type": "integer" + }, + "__listOf__string": { + "type": "list", + "member": { + "shape": "__string" + } + }, + "__long": { + "type": "long" + }, + "__string": { + "type": "string" + }, + "__timestampIso8601": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, + "__timestampUnix": { + "type": "timestamp", + "timestampFormat": "unixTimestamp" + }, + "ClientToken": { + "type": "string", + "min": 1, + "max": 64 + }, + "multiValueQueryStringList": { + "type": "list", + "member": { + "shape": "__string" + } + } + } +} diff --git a/services/opsworks/pom.xml b/services/opsworks/pom.xml index a5030e01c23a..90f700943f23 100644 --- a/services/opsworks/pom.xml +++ b/services/opsworks/pom.xml @@ -21,7 +21,7 @@