github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/nimble/2020-08-01/docs-2.json (about)

     1  {
     2    "version" : "2.0",
     3    "service" : null,
     4    "operations" : {
     5      "AcceptEulas" : "<p>Accept EULAs.</p>",
     6      "CreateLaunchProfile" : "<p>Create a launch profile.</p>",
     7      "CreateStreamingImage" : "<p>Creates a streaming image resource in a studio.</p>",
     8      "CreateStreamingSession" : "<p>Creates a streaming session in a studio.</p> <p>After invoking this operation, you must poll GetStreamingSession until the streaming session is in state READY.</p>",
     9      "CreateStreamingSessionStream" : "<p>Creates a streaming session stream for a streaming session.</p> <p>After invoking this API, invoke GetStreamingSessionStream with the returned streamId to poll the resource until it is in state READY.</p>",
    10      "CreateStudio" : "<p>Create a new Studio.</p> <p>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.</p> <p>The user role must have the AmazonNimbleStudio-StudioUser managed policy attached for the portal to function properly.</p> <p>The Admin Role must have the AmazonNimbleStudio-StudioAdmin managed policy attached for the portal to function properly.</p> <p>You may optionally specify a KMS key in the StudioEncryptionConfiguration.</p> <p>In Nimble Studio, resource names, descriptions, initialization scripts, and other data you provide are always encrypted at rest using an KMS key. By default, this key is owned by Amazon Web Services and managed on your behalf. You may provide your own KMS key when calling CreateStudio to encrypt this data using a key you own and manage.</p> <p>When providing an 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.</p> <p>If you delete this grant, the studio will no longer be accessible to your portal users.</p> <p>If you delete the studio KMS key, your studio will no longer be accessible.</p>",
    11      "CreateStudioComponent" : "<p>Creates a studio component resource.</p>",
    12      "DeleteLaunchProfile" : "<p>Permanently delete a launch profile.</p>",
    13      "DeleteLaunchProfileMember" : "<p>Delete a user from launch profile membership.</p>",
    14      "DeleteStreamingImage" : "<p>Delete streaming image.</p>",
    15      "DeleteStreamingSession" : "<p>Deletes streaming session resource.</p> <p>After invoking this operation, use GetStreamingSession to poll the resource until it transitions to a DELETED state.</p> <p>A streaming session will count against your streaming session quota until it is marked DELETED.</p>",
    16      "DeleteStudio" : "<p>Delete a studio resource.</p>",
    17      "DeleteStudioComponent" : "<p>Deletes a studio component resource.</p>",
    18      "DeleteStudioMember" : "<p>Delete a user from studio membership.</p>",
    19      "GetEula" : "<p>Get Eula.</p>",
    20      "GetLaunchProfile" : "<p>Get a launch profile.</p>",
    21      "GetLaunchProfileDetails" : "<p>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.</p>",
    22      "GetLaunchProfileInitialization" : "<p>Get a launch profile initialization.</p>",
    23      "GetLaunchProfileMember" : "<p>Get a user persona in launch profile membership.</p>",
    24      "GetStreamingImage" : "<p>Get streaming image.</p>",
    25      "GetStreamingSession" : "<p>Gets StreamingSession resource.</p> <p>Invoke this operation to poll for a streaming session state while creating or deleting a session.</p>",
    26      "GetStreamingSessionStream" : "<p>Gets a StreamingSessionStream for a streaming session.</p> <p>Invoke this operation to poll the resource after invoking CreateStreamingSessionStream.</p> <p>After the StreamingSessionStream changes to the state READY, the url property will contain a stream to be used with the DCV streaming client.</p>",
    27      "GetStudio" : "<p>Get a Studio resource.</p>",
    28      "GetStudioComponent" : "<p>Gets a studio component resource.</p>",
    29      "GetStudioMember" : "<p>Get a user's membership in a studio.</p>",
    30      "ListEulaAcceptances" : "<p>List Eula Acceptances.</p>",
    31      "ListEulas" : "<p>List Eulas.</p>",
    32      "ListLaunchProfileMembers" : "<p>Get all users in a given launch profile membership.</p>",
    33      "ListLaunchProfiles" : "<p>List all the launch profiles a studio.</p>",
    34      "ListStreamingImages" : "<p>List the streaming image resources available to this studio.</p> <p>This list will contain both images provided by Amazon Web Services, as well as streaming images that you have created in your studio.</p>",
    35      "ListStreamingSessions" : "<p>Lists the streaming image resources in a studio.</p>",
    36      "ListStudioComponents" : "<p>Lists the StudioComponents in a studio.</p>",
    37      "ListStudioMembers" : "<p>Get all users in a given studio membership.</p>",
    38      "ListStudios" : "<p>List studios in your Amazon Web Services account in the requested Amazon Web Services Region.</p>",
    39      "ListTagsForResource" : "<p>Gets the tags for a resource, given its Amazon Resource Names (ARN).</p> <p>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.</p>",
    40      "PutLaunchProfileMembers" : "<p>Add/update users with given persona to launch profile membership.</p>",
    41      "PutStudioMembers" : "<p>Add/update users with given persona to studio membership.</p>",
    42      "StartStudioSSOConfigurationRepair" : "<p>Repairs the SSO configuration for a given studio.</p> <p>If the studio has a valid Amazon Web Services SSO configuration currently associated with it, this operation will fail with a validation error.</p> <p>If the studio does not have a valid Amazon Web Services SSO configuration currently associated with it, then a new Amazon Web Services SSO application is created for the studio and the studio is changed to the READY state.</p> <p>After the Amazon Web Services SSO application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.</p>",
    43      "TagResource" : "<p>Creates tags for a resource, given its ARN.</p>",
    44      "UntagResource" : "<p>Deletes the tags for a resource.</p>",
    45      "UpdateLaunchProfile" : "<p>Update a launch profile.</p>",
    46      "UpdateLaunchProfileMember" : "<p>Update a user persona in launch profile membership.</p>",
    47      "UpdateStreamingImage" : "<p>Update streaming image.</p>",
    48      "UpdateStudio" : "<p>Update a Studio resource.</p> <p>Currently, this operation only supports updating the displayName of your studio.</p>",
    49      "UpdateStudioComponent" : "<p>Updates a studio component resource.</p>"
    50    },
    51    "shapes" : {
    52      "AcceptEulasInput" : {
    53        "base" : "",
    54        "refs" : { }
    55      },
    56      "AcceptEulasOutput" : {
    57        "base" : "",
    58        "refs" : { }
    59      },
    60      "AccessDeniedException" : {
    61        "base" : "",
    62        "refs" : { }
    63      },
    64      "ActiveDirectoryComputerAttribute" : {
    65        "base" : "<p>An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.</p>",
    66        "refs" : {
    67          "ActiveDirectoryComputerAttributeList$member" : null
    68        }
    69      },
    70      "ActiveDirectoryComputerAttributeList" : {
    71        "base" : "<p>A collection of LDAP attributes to apply to Active Directory computer accounts that are created for streaming sessions.</p>",
    72        "refs" : {
    73          "ActiveDirectoryConfiguration$ComputerAttributes" : "<p>A collection of custom attributes for an Active Directory computer.</p>",
    74          "LaunchProfileInitializationActiveDirectory$ComputerAttributes" : "<p>A collection of custom attributes for an Active Directory computer.</p>"
    75        }
    76      },
    77      "ActiveDirectoryComputerAttributeName" : {
    78        "base" : "<p>The name for the LDAP attribute.</p>",
    79        "refs" : {
    80          "ActiveDirectoryComputerAttribute$Name" : "<p>The name for the LDAP attribute.</p>"
    81        }
    82      },
    83      "ActiveDirectoryComputerAttributeValue" : {
    84        "base" : "<p>The value for the LDAP attribute.</p>",
    85        "refs" : {
    86          "ActiveDirectoryComputerAttribute$Value" : "<p>The value for the LDAP attribute.</p>"
    87        }
    88      },
    89      "ActiveDirectoryConfiguration" : {
    90        "base" : "<p>The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.</p>",
    91        "refs" : {
    92          "StudioComponentConfiguration$ActiveDirectoryConfiguration" : "<p>The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.</p>"
    93        }
    94      },
    95      "ActiveDirectoryDnsIpAddress" : {
    96        "base" : null,
    97        "refs" : {
    98          "ActiveDirectoryDnsIpAddressList$member" : null
    99        }
   100      },
   101      "ActiveDirectoryDnsIpAddressList" : {
   102        "base" : "",
   103        "refs" : {
   104          "LaunchProfileInitializationActiveDirectory$DnsIpAddresses" : "<p>The DNS IP address.</p>"
   105        }
   106      },
   107      "ActiveDirectoryOrganizationalUnitDistinguishedName" : {
   108        "base" : "<p>The fully-qualified distinguished name of the organizational unit to place the computer account in.</p>",
   109        "refs" : {
   110          "ActiveDirectoryConfiguration$OrganizationalUnitDistinguishedName" : "<p>The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.</p>",
   111          "LaunchProfileInitializationActiveDirectory$OrganizationalUnitDistinguishedName" : "<p>The name for the organizational unit distinguished name.</p>"
   112        }
   113      },
   114      "ComputeFarmConfiguration" : {
   115        "base" : "<p>The configuration for a render farm that is associated with a studio resource.</p>",
   116        "refs" : {
   117          "StudioComponentConfiguration$ComputeFarmConfiguration" : "<p>The configuration for a render farm that is associated with a studio resource.</p>"
   118        }
   119      },
   120      "ConflictException" : {
   121        "base" : "",
   122        "refs" : { }
   123      },
   124      "CreateLaunchProfileInput" : {
   125        "base" : "",
   126        "refs" : { }
   127      },
   128      "CreateLaunchProfileOutput" : {
   129        "base" : "",
   130        "refs" : { }
   131      },
   132      "CreateStreamingImageInput" : {
   133        "base" : "",
   134        "refs" : { }
   135      },
   136      "CreateStreamingImageOutput" : {
   137        "base" : "",
   138        "refs" : { }
   139      },
   140      "CreateStreamingSessionInput" : {
   141        "base" : "",
   142        "refs" : { }
   143      },
   144      "CreateStreamingSessionOutput" : {
   145        "base" : "",
   146        "refs" : { }
   147      },
   148      "CreateStreamingSessionStreamInput" : {
   149        "base" : "",
   150        "refs" : { }
   151      },
   152      "CreateStreamingSessionStreamOutput" : {
   153        "base" : "",
   154        "refs" : { }
   155      },
   156      "CreateStudioComponentInput" : {
   157        "base" : "",
   158        "refs" : { }
   159      },
   160      "CreateStudioComponentOutput" : {
   161        "base" : "<p></p>",
   162        "refs" : { }
   163      },
   164      "CreateStudioInput" : {
   165        "base" : "",
   166        "refs" : { }
   167      },
   168      "CreateStudioOutput" : {
   169        "base" : "",
   170        "refs" : { }
   171      },
   172      "DeleteLaunchProfileMemberOutput" : {
   173        "base" : "",
   174        "refs" : { }
   175      },
   176      "DeleteLaunchProfileOutput" : {
   177        "base" : "",
   178        "refs" : { }
   179      },
   180      "DeleteStreamingImageOutput" : {
   181        "base" : "",
   182        "refs" : { }
   183      },
   184      "DeleteStreamingSessionOutput" : {
   185        "base" : "",
   186        "refs" : { }
   187      },
   188      "DeleteStudioComponentOutput" : {
   189        "base" : "",
   190        "refs" : { }
   191      },
   192      "DeleteStudioMemberOutput" : {
   193        "base" : "",
   194        "refs" : { }
   195      },
   196      "DeleteStudioOutput" : {
   197        "base" : "",
   198        "refs" : { }
   199      },
   200      "DirectoryId" : {
   201        "base" : null,
   202        "refs" : {
   203          "ActiveDirectoryConfiguration$DirectoryId" : "<p>The directory ID of the Directory Service for Microsoft Active Directory to access using this studio component.</p>",
   204          "LaunchProfileInitializationActiveDirectory$DirectoryId" : "<p>The directory ID of the Directory Service for Microsoft Active Directory to access using this launch profile.</p>"
   205        }
   206      },
   207      "EC2ImageId" : {
   208        "base" : "",
   209        "refs" : {
   210          "CreateStreamingImageInput$Ec2ImageId" : "<p>The ID of an EC2 machine image with which to create this streaming image.</p>",
   211          "StreamingImage$Ec2ImageId" : "<p>The ID of an EC2 machine image with which to create the streaming image.</p>"
   212        }
   213      },
   214      "EC2SubnetId" : {
   215        "base" : null,
   216        "refs" : {
   217          "EC2SubnetIdList$member" : null
   218        }
   219      },
   220      "EC2SubnetIdList" : {
   221        "base" : "",
   222        "refs" : {
   223          "CreateLaunchProfileInput$Ec2SubnetIds" : "",
   224          "LaunchProfile$Ec2SubnetIds" : "<p>Unique identifiers for a collection of EC2 subnets.</p>"
   225        }
   226      },
   227      "Empty" : {
   228        "base" : "",
   229        "refs" : { }
   230      },
   231      "Eula" : {
   232        "base" : "<p>Represents a EULA resource.</p>",
   233        "refs" : {
   234          "EulaList$member" : null,
   235          "GetEulaOutput$Eula" : "<p>The EULA.</p>"
   236        }
   237      },
   238      "EulaAcceptance" : {
   239        "base" : "",
   240        "refs" : {
   241          "EulaAcceptanceList$member" : null
   242        }
   243      },
   244      "EulaAcceptanceId" : {
   245        "base" : "<p>The EULA acceptance ID.</p>",
   246        "refs" : {
   247          "EulaAcceptance$EulaAcceptanceId" : "<p>The EULA acceptance ID.</p>"
   248        }
   249      },
   250      "EulaAcceptanceList" : {
   251        "base" : "",
   252        "refs" : {
   253          "AcceptEulasOutput$EulaAcceptances" : "<p>A collection of EULA acceptances.</p>",
   254          "ListEulaAcceptancesOutput$EulaAcceptances" : "<p>A collection of EULA acceptances.</p>"
   255        }
   256      },
   257      "EulaId" : {
   258        "base" : "<p>Represents a EULA resource.</p>",
   259        "refs" : {
   260          "Eula$EulaId" : "<p>The EULA ID.</p>",
   261          "EulaAcceptance$EulaId" : "<p>The EULA ID.</p>"
   262        }
   263      },
   264      "EulaIdList" : {
   265        "base" : "",
   266        "refs" : {
   267          "AcceptEulasInput$EulaIds" : "<p>The EULA ID.</p>",
   268          "StreamingImage$EulaIds" : "<p>The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image.</p>"
   269        }
   270      },
   271      "EulaList" : {
   272        "base" : "",
   273        "refs" : {
   274          "ListEulasOutput$Eulas" : "<p>A collection of EULA resources.</p>"
   275        }
   276      },
   277      "EulaName" : {
   278        "base" : null,
   279        "refs" : {
   280          "Eula$Name" : "<p>The name for the EULA.</p>"
   281        }
   282      },
   283      "ExceptionContext" : {
   284        "base" : "<p>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.</p> <p>ExceptionContext enables scripts and other programmatic clients to provide for better error handling.</p>",
   285        "refs" : {
   286          "AccessDeniedException$Context" : "<p>The exception context.</p>",
   287          "ConflictException$Context" : "<p>The exception context.</p>",
   288          "InternalServerException$Context" : "<p>The exception context.</p>",
   289          "ResourceNotFoundException$Context" : "<p>The exception context.</p>",
   290          "ServiceQuotaExceededException$Context" : "<p>The exception context.</p>",
   291          "ThrottlingException$Context" : "<p>The exception context.</p>",
   292          "ValidationException$Context" : "<p>The exception context.</p>"
   293        }
   294      },
   295      "GetEulaOutput" : {
   296        "base" : "",
   297        "refs" : { }
   298      },
   299      "GetLaunchProfileDetailsOutput" : {
   300        "base" : "",
   301        "refs" : { }
   302      },
   303      "GetLaunchProfileInitializationOutput" : {
   304        "base" : "",
   305        "refs" : { }
   306      },
   307      "GetLaunchProfileMemberOutput" : {
   308        "base" : "",
   309        "refs" : { }
   310      },
   311      "GetLaunchProfileOutput" : {
   312        "base" : "",
   313        "refs" : { }
   314      },
   315      "GetStreamingImageOutput" : {
   316        "base" : "",
   317        "refs" : { }
   318      },
   319      "GetStreamingSessionOutput" : {
   320        "base" : "",
   321        "refs" : { }
   322      },
   323      "GetStreamingSessionStreamOutput" : {
   324        "base" : "",
   325        "refs" : { }
   326      },
   327      "GetStudioComponentOutput" : {
   328        "base" : "",
   329        "refs" : { }
   330      },
   331      "GetStudioMemberOutput" : {
   332        "base" : "",
   333        "refs" : { }
   334      },
   335      "GetStudioOutput" : {
   336        "base" : "",
   337        "refs" : { }
   338      },
   339      "InternalServerErrorException" : {
   340        "base" : "",
   341        "refs" : { }
   342      },
   343      "InternalServerException" : {
   344        "base" : "",
   345        "refs" : { }
   346      },
   347      "LaunchProfile" : {
   348        "base" : "",
   349        "refs" : {
   350          "CreateLaunchProfileOutput$LaunchProfile" : "<p>The launch profile.</p>",
   351          "DeleteLaunchProfileOutput$LaunchProfile" : "<p>The launch profile.</p>",
   352          "GetLaunchProfileDetailsOutput$LaunchProfile" : "<p>The launch profile.</p>",
   353          "GetLaunchProfileOutput$LaunchProfile" : "<p>The launch profile.</p>",
   354          "LaunchProfileList$member" : null,
   355          "UpdateLaunchProfileOutput$LaunchProfile" : "<p>The launch profile.</p>"
   356        }
   357      },
   358      "LaunchProfileDescription" : {
   359        "base" : null,
   360        "refs" : {
   361          "CreateLaunchProfileInput$Description" : "<p>The description.</p>",
   362          "LaunchProfile$Description" : "<p>A human-readable description of the launch profile.</p>",
   363          "UpdateLaunchProfileInput$Description" : "<p>The description.</p>"
   364        }
   365      },
   366      "LaunchProfileId" : {
   367        "base" : null,
   368        "refs" : {
   369          "LaunchProfile$LaunchProfileId" : "<p>The launch profile ID.</p>",
   370          "LaunchProfileInitialization$LaunchProfileId" : "<p>The launch profile ID.</p>"
   371        }
   372      },
   373      "LaunchProfileInitialization" : {
   374        "base" : "",
   375        "refs" : {
   376          "GetLaunchProfileInitializationOutput$LaunchProfileInitialization" : "<p>The launch profile initialization.</p>"
   377        }
   378      },
   379      "LaunchProfileInitializationActiveDirectory" : {
   380        "base" : "",
   381        "refs" : {
   382          "LaunchProfileInitialization$ActiveDirectory" : "<p>A LaunchProfileInitializationActiveDirectory resource.</p>"
   383        }
   384      },
   385      "LaunchProfileInitializationScript" : {
   386        "base" : "",
   387        "refs" : {
   388          "LaunchProfileInitializationScriptList$member" : null
   389        }
   390      },
   391      "LaunchProfileInitializationScriptList" : {
   392        "base" : "",
   393        "refs" : {
   394          "LaunchProfileInitialization$SystemInitializationScripts" : "<p>The system initializtion scripts.</p>",
   395          "LaunchProfileInitialization$UserInitializationScripts" : "<p>The user initializtion scripts.</p>"
   396        }
   397      },
   398      "LaunchProfileList" : {
   399        "base" : "",
   400        "refs" : {
   401          "ListLaunchProfilesOutput$LaunchProfiles" : "<p>A collection of launch profiles.</p>"
   402        }
   403      },
   404      "LaunchProfileMembership" : {
   405        "base" : "",
   406        "refs" : {
   407          "GetLaunchProfileMemberOutput$Member" : "<p>The member.</p>",
   408          "LaunchProfileMembershipList$member" : null
   409        }
   410      },
   411      "LaunchProfileMembershipList" : {
   412        "base" : "<p></p>",
   413        "refs" : {
   414          "ListLaunchProfileMembersOutput$Members" : "<p>A list of members.</p>"
   415        }
   416      },
   417      "LaunchProfileName" : {
   418        "base" : null,
   419        "refs" : {
   420          "CreateLaunchProfileInput$Name" : "<p>The name for the launch profile.</p>",
   421          "LaunchProfile$Name" : "<p>A friendly name for the launch profile.</p>",
   422          "LaunchProfileInitialization$Name" : "<p>The name for the launch profile.</p>",
   423          "UpdateLaunchProfileInput$Name" : "<p>The name for the launch profile.</p>"
   424        }
   425      },
   426      "LaunchProfilePersona" : {
   427        "base" : "",
   428        "refs" : {
   429          "LaunchProfileMembership$Persona" : "<p>The persona.</p>",
   430          "NewLaunchProfileMember$Persona" : "<p>The persona.</p>",
   431          "UpdateLaunchProfileMemberInput$Persona" : "<p>The persona.</p>"
   432        }
   433      },
   434      "LaunchProfilePlatform" : {
   435        "base" : "",
   436        "refs" : {
   437          "LaunchProfileInitialization$Platform" : "<p>The platform of the launch platform, either WINDOWS or LINUX.</p>",
   438          "StudioComponentInitializationScript$Platform" : "<p>The platform of the initialization script, either WINDOWS or LINUX.</p>"
   439        }
   440      },
   441      "LaunchProfileProtocolVersion" : {
   442        "base" : "<p>The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".</p>",
   443        "refs" : {
   444          "LaunchProfileInitialization$LaunchProfileProtocolVersion" : "<p>The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".</p>",
   445          "LaunchProfileProtocolVersionList$member" : null,
   446          "StudioComponentInitializationScript$LaunchProfileProtocolVersion" : "<p>The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".</p>"
   447        }
   448      },
   449      "LaunchProfileProtocolVersionList" : {
   450        "base" : "",
   451        "refs" : {
   452          "CreateLaunchProfileInput$LaunchProfileProtocolVersions" : "<p>The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".</p>",
   453          "LaunchProfile$LaunchProfileProtocolVersions" : "<p>The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".</p>",
   454          "UpdateLaunchProfileInput$LaunchProfileProtocolVersions" : "<p>The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".</p>"
   455        }
   456      },
   457      "LaunchProfileSecurityGroupIdList" : {
   458        "base" : "",
   459        "refs" : {
   460          "LaunchProfileInitialization$Ec2SecurityGroupIds" : "<p>The EC2 security groups that control access to the studio component.</p>"
   461        }
   462      },
   463      "LaunchProfileState" : {
   464        "base" : "",
   465        "refs" : {
   466          "LaunchProfile$State" : "<p>The current state.</p>"
   467        }
   468      },
   469      "LaunchProfileStatusCode" : {
   470        "base" : "",
   471        "refs" : {
   472          "LaunchProfile$StatusCode" : "<p>The status code.</p>"
   473        }
   474      },
   475      "LaunchProfileStudioComponentIdList" : {
   476        "base" : "",
   477        "refs" : {
   478          "CreateLaunchProfileInput$StudioComponentIds" : "<p>Unique identifiers for a collection of studio components that can be used with this launch profile.</p>",
   479          "LaunchProfile$StudioComponentIds" : "<p>Unique identifiers for a collection of studio components that can be used with this launch profile.</p>",
   480          "UpdateLaunchProfileInput$StudioComponentIds" : "<p>Unique identifiers for a collection of studio components that can be used with this launch profile.</p>"
   481        }
   482      },
   483      "LaunchPurpose" : {
   484        "base" : "<p>The launch purpose.</p>",
   485        "refs" : {
   486          "LaunchProfileInitialization$LaunchPurpose" : "<p>The launch purpose.</p>"
   487        }
   488      },
   489      "LicenseServiceConfiguration" : {
   490        "base" : "<p>The configuration for a license service that is associated with a studio resource.</p>",
   491        "refs" : {
   492          "StudioComponentConfiguration$LicenseServiceConfiguration" : "<p>The configuration for a license service that is associated with a studio resource.</p>"
   493        }
   494      },
   495      "LinuxMountPoint" : {
   496        "base" : "",
   497        "refs" : {
   498          "SharedFileSystemConfiguration$LinuxMountPoint" : "<p>The mount location for a shared file system on a Linux virtual workstation.</p>"
   499        }
   500      },
   501      "ListEulaAcceptancesOutput" : {
   502        "base" : "<p></p>",
   503        "refs" : { }
   504      },
   505      "ListEulasOutput" : {
   506        "base" : "",
   507        "refs" : { }
   508      },
   509      "ListLaunchProfileMembersOutput" : {
   510        "base" : "",
   511        "refs" : { }
   512      },
   513      "ListLaunchProfilesOutput" : {
   514        "base" : "",
   515        "refs" : { }
   516      },
   517      "ListStreamingImagesOutput" : {
   518        "base" : "",
   519        "refs" : { }
   520      },
   521      "ListStreamingSessionsOutput" : {
   522        "base" : "",
   523        "refs" : { }
   524      },
   525      "ListStudioComponentsOutput" : {
   526        "base" : "",
   527        "refs" : { }
   528      },
   529      "ListStudioMembersOutput" : {
   530        "base" : "",
   531        "refs" : { }
   532      },
   533      "ListStudiosOutput" : {
   534        "base" : "",
   535        "refs" : { }
   536      },
   537      "ListTagsOutput" : {
   538        "base" : "",
   539        "refs" : { }
   540      },
   541      "NewLaunchProfileMember" : {
   542        "base" : "",
   543        "refs" : {
   544          "NewLaunchProfileMemberList$member" : null
   545        }
   546      },
   547      "NewLaunchProfileMemberList" : {
   548        "base" : "",
   549        "refs" : {
   550          "PutLaunchProfileMembersInput$Members" : "<p>A list of members.</p>"
   551        }
   552      },
   553      "NewStudioMember" : {
   554        "base" : "",
   555        "refs" : {
   556          "NewStudioMemberList$member" : null
   557        }
   558      },
   559      "NewStudioMemberList" : {
   560        "base" : "",
   561        "refs" : {
   562          "PutStudioMembersInput$Members" : "<p>A list of members.</p>"
   563        }
   564      },
   565      "PutLaunchProfileMembersInput" : {
   566        "base" : "",
   567        "refs" : { }
   568      },
   569      "PutStudioMembersInput" : {
   570        "base" : "",
   571        "refs" : { }
   572      },
   573      "PutStudioMembersOutput" : {
   574        "base" : "",
   575        "refs" : { }
   576      },
   577      "Region" : {
   578        "base" : "",
   579        "refs" : {
   580          "Studio$HomeRegion" : "<p>The Amazon Web Services Region where the studio resource is located.</p>"
   581        }
   582      },
   583      "ResourceNotFoundException" : {
   584        "base" : "",
   585        "refs" : { }
   586      },
   587      "ScriptParameterKey" : {
   588        "base" : "<p>A script parameter key.</p>",
   589        "refs" : {
   590          "ScriptParameterKeyValue$Key" : "<p>A script parameter key.</p>"
   591        }
   592      },
   593      "ScriptParameterKeyValue" : {
   594        "base" : "<p>A parameter for a studio component script, in the form of a key:value pair.</p>",
   595        "refs" : {
   596          "StudioComponentScriptParameterKeyValueList$member" : null
   597        }
   598      },
   599      "ScriptParameterValue" : {
   600        "base" : "<p>A script parameter value.</p>",
   601        "refs" : {
   602          "ScriptParameterKeyValue$Value" : "<p>A script parameter value.</p>"
   603        }
   604      },
   605      "SecurityGroupId" : {
   606        "base" : "",
   607        "refs" : {
   608          "LaunchProfileSecurityGroupIdList$member" : null,
   609          "StudioComponentSecurityGroupIdList$member" : null
   610        }
   611      },
   612      "ServiceQuotaExceededException" : {
   613        "base" : "",
   614        "refs" : { }
   615      },
   616      "SharedFileSystemConfiguration" : {
   617        "base" : "<p>The configuration for a shared file storage system that is associated with a studio resource.</p>",
   618        "refs" : {
   619          "StudioComponentConfiguration$SharedFileSystemConfiguration" : "<p>The configuration for a shared file storage system that is associated with a studio resource.</p>"
   620        }
   621      },
   622      "StartStudioSSOConfigurationRepairOutput" : {
   623        "base" : "",
   624        "refs" : { }
   625      },
   626      "StreamConfiguration" : {
   627        "base" : "<p>A configuration for a streaming session.</p>",
   628        "refs" : {
   629          "LaunchProfile$StreamConfiguration" : "<p>A configuration for a streaming session.</p>"
   630        }
   631      },
   632      "StreamConfigurationCreate" : {
   633        "base" : "",
   634        "refs" : {
   635          "CreateLaunchProfileInput$StreamConfiguration" : "<p>A configuration for a streaming session.</p>",
   636          "UpdateLaunchProfileInput$StreamConfiguration" : "<p>A configuration for a streaming session.</p>"
   637        }
   638      },
   639      "StreamConfigurationMaxSessionLengthInMinutes" : {
   640        "base" : "",
   641        "refs" : {
   642          "StreamConfiguration$MaxSessionLengthInMinutes" : "<p>The length of time, in minutes, that a streaming session can run. After this point, Nimble Studio automatically terminates the session.</p>",
   643          "StreamConfigurationCreate$MaxSessionLengthInMinutes" : "<p>The length of time, in minutes, that a streaming session can run. After this point, Nimble Studio automatically terminates the session.</p>"
   644        }
   645      },
   646      "StreamingClipboardMode" : {
   647        "base" : "",
   648        "refs" : {
   649          "StreamConfiguration$ClipboardMode" : "<p>Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.</p>",
   650          "StreamConfigurationCreate$ClipboardMode" : "<p>Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.</p>"
   651        }
   652      },
   653      "StreamingImage" : {
   654        "base" : "",
   655        "refs" : {
   656          "CreateStreamingImageOutput$StreamingImage" : "",
   657          "DeleteStreamingImageOutput$StreamingImage" : "<p>The streaming image.</p>",
   658          "GetStreamingImageOutput$StreamingImage" : "<p>The streaming image.</p>",
   659          "StreamingImageList$member" : null,
   660          "UpdateStreamingImageOutput$StreamingImage" : "<p></p>"
   661        }
   662      },
   663      "StreamingImageDescription" : {
   664        "base" : "<p>The description.</p>",
   665        "refs" : {
   666          "CreateStreamingImageInput$Description" : "<p>A human-readable description of the streaming image.</p>",
   667          "StreamingImage$Description" : "<p>A human-readable description of the streaming image.</p>",
   668          "UpdateStreamingImageInput$Description" : "<p>The description.</p>"
   669        }
   670      },
   671      "StreamingImageEncryptionConfiguration" : {
   672        "base" : "",
   673        "refs" : {
   674          "StreamingImage$EncryptionConfiguration" : "<p>The encryption configuration.</p>"
   675        }
   676      },
   677      "StreamingImageEncryptionConfigurationKeyArn" : {
   678        "base" : "",
   679        "refs" : {
   680          "StreamingImageEncryptionConfiguration$KeyArn" : "<p>The ARN for a KMS key that is used to encrypt studio data.</p>"
   681        }
   682      },
   683      "StreamingImageEncryptionConfigurationKeyType" : {
   684        "base" : "<p></p>",
   685        "refs" : {
   686          "StreamingImageEncryptionConfiguration$KeyType" : "<p>The type of KMS key that is used to encrypt studio data.</p>"
   687        }
   688      },
   689      "StreamingImageId" : {
   690        "base" : "",
   691        "refs" : {
   692          "CreateStreamingSessionInput$StreamingImageId" : "<p>The ID of the streaming image.</p>",
   693          "StreamingImage$StreamingImageId" : "<p>The ID of the streaming image.</p>",
   694          "StreamingImageIdList$member" : null,
   695          "StreamingSession$StreamingImageId" : "<p>The ID of the streaming image.</p>"
   696        }
   697      },
   698      "StreamingImageIdList" : {
   699        "base" : "<p>A list of streaming image IDs that users can select from when launching a streaming session with this launch profile.</p>",
   700        "refs" : {
   701          "StreamConfiguration$StreamingImageIds" : "<p>The streaming images that users can select from when launching a streaming session with this launch profile.</p>",
   702          "StreamConfigurationCreate$StreamingImageIds" : "<p>The streaming images that users can select from when launching a streaming session with this launch profile.</p>"
   703        }
   704      },
   705      "StreamingImageList" : {
   706        "base" : "",
   707        "refs" : {
   708          "GetLaunchProfileDetailsOutput$StreamingImages" : "<p>A collection of streaming images.</p>",
   709          "ListStreamingImagesOutput$StreamingImages" : "<p>A collection of streaming images.</p>"
   710        }
   711      },
   712      "StreamingImageName" : {
   713        "base" : "<p>A friendly name for a streaming image resource.</p>",
   714        "refs" : {
   715          "CreateStreamingImageInput$Name" : "<p>A friendly name for a streaming image resource.</p>",
   716          "StreamingImage$Name" : "<p>A friendly name for a streaming image resource.</p>",
   717          "UpdateStreamingImageInput$Name" : "<p>The name for the streaming image.</p>"
   718        }
   719      },
   720      "StreamingImageOwner" : {
   721        "base" : "<p>StreamingImageOwner is the owner of a particular streaming image.</p> <p>This string is either the studioId that contains the streaming image, or the word 'AMAZON' for images provided by Nimble Studio.</p>",
   722        "refs" : {
   723          "StreamingImage$Owner" : "<p>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.</p>"
   724        }
   725      },
   726      "StreamingImagePlatform" : {
   727        "base" : "<p>The platform of this Streaming Image, either WINDOWS or LINUX.</p>",
   728        "refs" : {
   729          "StreamingImage$Platform" : "<p>The platform of the streaming image, either WINDOWS or LINUX.</p>"
   730        }
   731      },
   732      "StreamingImageState" : {
   733        "base" : "",
   734        "refs" : {
   735          "StreamingImage$State" : "<p>The current state.</p>"
   736        }
   737      },
   738      "StreamingImageStatusCode" : {
   739        "base" : "<p>The status code.</p>",
   740        "refs" : {
   741          "StreamingImage$StatusCode" : "<p>The status code.</p>"
   742        }
   743      },
   744      "StreamingInstanceType" : {
   745        "base" : "",
   746        "refs" : {
   747          "CreateStreamingSessionInput$Ec2InstanceType" : "<p>The EC2 Instance type used for the streaming session.</p>",
   748          "StreamingInstanceTypeList$member" : null
   749        }
   750      },
   751      "StreamingInstanceTypeList" : {
   752        "base" : "<p>The EC2 instance types that users can select from when launching a streaming session with this launch profile.</p>",
   753        "refs" : {
   754          "StreamConfiguration$Ec2InstanceTypes" : "<p>The EC2 instance types that users can select from when launching a streaming session with this launch profile.</p>",
   755          "StreamConfigurationCreate$Ec2InstanceTypes" : "<p>The EC2 instance types that users can select from when launching a streaming session with this launch profile.</p>"
   756        }
   757      },
   758      "StreamingSession" : {
   759        "base" : "",
   760        "refs" : {
   761          "CreateStreamingSessionOutput$Session" : "<p>The session.</p>",
   762          "DeleteStreamingSessionOutput$Session" : "<p>The session.</p>",
   763          "GetStreamingSessionOutput$Session" : "<p>The session.</p>",
   764          "StreamingSessionList$member" : null
   765        }
   766      },
   767      "StreamingSessionId" : {
   768        "base" : null,
   769        "refs" : {
   770          "StreamingSession$SessionId" : "<p>The session ID.</p>"
   771        }
   772      },
   773      "StreamingSessionList" : {
   774        "base" : "",
   775        "refs" : {
   776          "ListStreamingSessionsOutput$Sessions" : "<p>A collection of streaming sessions.</p>"
   777        }
   778      },
   779      "StreamingSessionState" : {
   780        "base" : "<p>The streaming session state.</p>",
   781        "refs" : {
   782          "StreamingSession$State" : "<p>The current state.</p>"
   783        }
   784      },
   785      "StreamingSessionStatusCode" : {
   786        "base" : "",
   787        "refs" : {
   788          "StreamingSession$StatusCode" : "<p>The status code.</p>"
   789        }
   790      },
   791      "StreamingSessionStream" : {
   792        "base" : "",
   793        "refs" : {
   794          "CreateStreamingSessionStreamOutput$Stream" : "<p>The stream.</p>",
   795          "GetStreamingSessionStreamOutput$Stream" : "<p>The stream.</p>"
   796        }
   797      },
   798      "StreamingSessionStreamExpirationInSeconds" : {
   799        "base" : "",
   800        "refs" : {
   801          "CreateStreamingSessionStreamInput$ExpirationInSeconds" : "<p>The expiration time in seconds.</p>"
   802        }
   803      },
   804      "StreamingSessionStreamState" : {
   805        "base" : "",
   806        "refs" : {
   807          "StreamingSessionStream$State" : "<p>The current state.</p>"
   808        }
   809      },
   810      "StreamingSessionStreamStatusCode" : {
   811        "base" : null,
   812        "refs" : {
   813          "StreamingSessionStream$StatusCode" : "<p>The streaming session stream status code.</p>"
   814        }
   815      },
   816      "Studio" : {
   817        "base" : "",
   818        "refs" : {
   819          "CreateStudioOutput$Studio" : "<p>Information about a studio.</p>",
   820          "DeleteStudioOutput$Studio" : "<p>Information about a studio.</p>",
   821          "GetStudioOutput$Studio" : "<p>Information about a studio.</p>",
   822          "StartStudioSSOConfigurationRepairOutput$Studio" : "<p>Information about a studio.</p>",
   823          "StudioList$member" : null,
   824          "UpdateStudioOutput$Studio" : "<p>Information about a studio.</p>"
   825        }
   826      },
   827      "StudioComponent" : {
   828        "base" : "<p>A network that is used by a studio’s users and workflows, including render farm, Active Directory, licensing, and file system.</p>",
   829        "refs" : {
   830          "CreateStudioComponentOutput$StudioComponent" : "<p>Information about the studio component.</p>",
   831          "DeleteStudioComponentOutput$StudioComponent" : "<p>Information about the studio component.</p>",
   832          "GetStudioComponentOutput$StudioComponent" : "<p>Information about the studio component.</p>",
   833          "StudioComponentList$member" : null,
   834          "UpdateStudioComponentOutput$StudioComponent" : "<p>Information about the studio component.</p>"
   835        }
   836      },
   837      "StudioComponentConfiguration" : {
   838        "base" : "<p>The configuration of the studio component, based on component type.</p>",
   839        "refs" : {
   840          "CreateStudioComponentInput$Configuration" : "<p>The configuration of the studio component, based on component type.</p>",
   841          "StudioComponent$Configuration" : "<p>The configuration of the studio component, based on component type.</p>",
   842          "UpdateStudioComponentInput$Configuration" : "<p>The configuration of the studio component, based on component type.</p>"
   843        }
   844      },
   845      "StudioComponentDescription" : {
   846        "base" : "",
   847        "refs" : {
   848          "CreateStudioComponentInput$Description" : "<p>The description.</p>",
   849          "StudioComponent$Description" : "<p>A human-readable description for the studio component resource.</p>",
   850          "StudioComponentSummary$Description" : "<p>The description.</p>",
   851          "UpdateStudioComponentInput$Description" : "<p>The description.</p>"
   852        }
   853      },
   854      "StudioComponentId" : {
   855        "base" : null,
   856        "refs" : {
   857          "LaunchProfileInitializationActiveDirectory$StudioComponentId" : "<p>The unique identifier for a studio component resource.</p>",
   858          "LaunchProfileInitializationScript$StudioComponentId" : "<p>The unique identifier for a studio component resource.</p>",
   859          "StudioComponent$StudioComponentId" : "<p>The unique identifier for a studio component resource.</p>",
   860          "StudioComponentSummary$StudioComponentId" : "<p>The unique identifier for a studio component resource.</p>"
   861        }
   862      },
   863      "StudioComponentInitializationScript" : {
   864        "base" : "<p>Initialization scripts for studio components.</p>",
   865        "refs" : {
   866          "StudioComponentInitializationScriptList$member" : null
   867        }
   868      },
   869      "StudioComponentInitializationScriptContent" : {
   870        "base" : "",
   871        "refs" : {
   872          "LaunchProfileInitializationScript$Script" : "<p>The initialization script.</p>",
   873          "StudioComponentInitializationScript$Script" : "<p>The initialization script.</p>"
   874        }
   875      },
   876      "StudioComponentInitializationScriptList" : {
   877        "base" : "",
   878        "refs" : {
   879          "CreateStudioComponentInput$InitializationScripts" : "<p>Initialization scripts for studio components.</p>",
   880          "StudioComponent$InitializationScripts" : "<p>Initialization scripts for studio components.</p>",
   881          "UpdateStudioComponentInput$InitializationScripts" : "<p>Initialization scripts for studio components.</p>"
   882        }
   883      },
   884      "StudioComponentInitializationScriptRunContext" : {
   885        "base" : "",
   886        "refs" : {
   887          "StudioComponentInitializationScript$RunContext" : "<p>The method to use when running the initialization script.</p>"
   888        }
   889      },
   890      "StudioComponentList" : {
   891        "base" : "",
   892        "refs" : {
   893          "ListStudioComponentsOutput$StudioComponents" : "<p>A collection of studio components.</p>"
   894        }
   895      },
   896      "StudioComponentName" : {
   897        "base" : "",
   898        "refs" : {
   899          "CreateStudioComponentInput$Name" : "<p>The name for the studio component.</p>",
   900          "LaunchProfileInitializationActiveDirectory$StudioComponentName" : "<p>The name for the studio component.</p>",
   901          "LaunchProfileInitializationScript$StudioComponentName" : "<p>The name for the studio component.</p>",
   902          "StudioComponent$Name" : "<p>A friendly name for the studio component resource.</p>",
   903          "StudioComponentSummary$Name" : "<p>The name for the studio component.</p>",
   904          "UpdateStudioComponentInput$Name" : "<p>The name for the studio component.</p>"
   905        }
   906      },
   907      "StudioComponentScriptParameterKeyValueList" : {
   908        "base" : "",
   909        "refs" : {
   910          "CreateStudioComponentInput$ScriptParameters" : "<p>Parameters for the studio component scripts.</p>",
   911          "StudioComponent$ScriptParameters" : "<p>Parameters for the studio component scripts.</p>",
   912          "UpdateStudioComponentInput$ScriptParameters" : "<p>Parameters for the studio component scripts.</p>"
   913        }
   914      },
   915      "StudioComponentSecurityGroupIdList" : {
   916        "base" : "",
   917        "refs" : {
   918          "CreateStudioComponentInput$Ec2SecurityGroupIds" : "<p>The EC2 security groups that control access to the studio component.</p>",
   919          "StudioComponent$Ec2SecurityGroupIds" : "<p>The EC2 security groups that control access to the studio component.</p>",
   920          "UpdateStudioComponentInput$Ec2SecurityGroupIds" : "<p>The EC2 security groups that control access to the studio component.</p>"
   921        }
   922      },
   923      "StudioComponentState" : {
   924        "base" : "<p>The current state of the studio component resource.</p> <p>While a studio component is being created, modified, or deleted, its state will equal \"CREATE_IN_PROGRESS\", \"UPDATE_IN_PROGRESS\", or \"DELETE_IN_PROGRESS\"</p> <p>These are called 'transition states'.</p> <p>No modifications may be made to the studio component while it is in a transition state.</p> <p>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.</p> <p>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.</p> <p>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.</p>",
   925        "refs" : {
   926          "StudioComponent$State" : "<p>The current state.</p>"
   927        }
   928      },
   929      "StudioComponentStatusCode" : {
   930        "base" : "<p>The current status of the studio component resource.</p> <p>When the resource is in the 'READY' state, the status code signals what the last mutation made to the resource was.</p> <p>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.</p>",
   931        "refs" : {
   932          "StudioComponent$StatusCode" : "<p>The status code.</p>"
   933        }
   934      },
   935      "StudioComponentSubtype" : {
   936        "base" : "",
   937        "refs" : {
   938          "CreateStudioComponentInput$Subtype" : "<p>The specific subtype of a studio component.</p>",
   939          "StudioComponent$Subtype" : "<p>The specific subtype of a studio component.</p>",
   940          "StudioComponentSummary$Subtype" : "<p>The specific subtype of a studio component.</p>",
   941          "UpdateStudioComponentInput$Subtype" : "<p>The specific subtype of a studio component.</p>"
   942        }
   943      },
   944      "StudioComponentSummary" : {
   945        "base" : "<p></p>",
   946        "refs" : {
   947          "StudioComponentSummaryList$member" : null
   948        }
   949      },
   950      "StudioComponentSummaryList" : {
   951        "base" : "",
   952        "refs" : {
   953          "GetLaunchProfileDetailsOutput$StudioComponentSummaries" : "<p>A collection of studio component summaries.</p>"
   954        }
   955      },
   956      "StudioComponentType" : {
   957        "base" : "",
   958        "refs" : {
   959          "CreateStudioComponentInput$Type" : "<p>The type of the studio component.</p>",
   960          "StudioComponent$Type" : "<p>The type of the studio component.</p>",
   961          "StudioComponentSummary$Type" : "<p>The type of the studio component.</p>",
   962          "UpdateStudioComponentInput$Type" : "<p>The type of the studio component.</p>"
   963        }
   964      },
   965      "StudioDisplayName" : {
   966        "base" : null,
   967        "refs" : {
   968          "CreateStudioInput$DisplayName" : "<p>A friendly name for the studio.</p>",
   969          "Studio$DisplayName" : "<p>A friendly name for the studio.</p>",
   970          "UpdateStudioInput$DisplayName" : "<p>A friendly name for the studio.</p>"
   971        }
   972      },
   973      "StudioEncryptionConfiguration" : {
   974        "base" : "<p>Configuration of the encryption method that is used for the studio.</p>",
   975        "refs" : {
   976          "CreateStudioInput$StudioEncryptionConfiguration" : "<p>The studio encryption configuration.</p>",
   977          "Studio$StudioEncryptionConfiguration" : "<p>Configuration of the encryption method that is used for the studio.</p>"
   978        }
   979      },
   980      "StudioEncryptionConfigurationKeyArn" : {
   981        "base" : "<p>The Amazon Resource Name (ARN) for a KMS key that is used to encrypt studio data.</p>",
   982        "refs" : {
   983          "StudioEncryptionConfiguration$KeyArn" : "<p>The ARN for a KMS key that is used to encrypt studio data.</p>"
   984        }
   985      },
   986      "StudioEncryptionConfigurationKeyType" : {
   987        "base" : "<p>The type of KMS key that is used to encrypt studio data.</p>",
   988        "refs" : {
   989          "StudioEncryptionConfiguration$KeyType" : "<p>The type of KMS key that is used to encrypt studio data.</p>"
   990        }
   991      },
   992      "StudioList" : {
   993        "base" : "",
   994        "refs" : {
   995          "ListStudiosOutput$Studios" : "<p>A collection of studios.</p>"
   996        }
   997      },
   998      "StudioMembership" : {
   999        "base" : "",
  1000        "refs" : {
  1001          "GetStudioMemberOutput$Member" : "<p>The member.</p>",
  1002          "StudioMembershipList$member" : null
  1003        }
  1004      },
  1005      "StudioMembershipList" : {
  1006        "base" : "",
  1007        "refs" : {
  1008          "ListStudioMembersOutput$Members" : "<p>A list of members.</p>"
  1009        }
  1010      },
  1011      "StudioName" : {
  1012        "base" : "",
  1013        "refs" : {
  1014          "CreateStudioInput$StudioName" : "<p>The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.</p>",
  1015          "Studio$StudioName" : "<p>The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.</p>"
  1016        }
  1017      },
  1018      "StudioPersona" : {
  1019        "base" : "",
  1020        "refs" : {
  1021          "NewStudioMember$Persona" : "<p>The persona.</p>",
  1022          "StudioMembership$Persona" : "<p>The persona.</p>"
  1023        }
  1024      },
  1025      "StudioState" : {
  1026        "base" : "",
  1027        "refs" : {
  1028          "Studio$State" : "<p>The current state of the studio resource.</p>"
  1029        }
  1030      },
  1031      "StudioStatusCode" : {
  1032        "base" : "<p>The status code.</p>",
  1033        "refs" : {
  1034          "Studio$StatusCode" : "<p>Status codes that provide additional detail on the studio state.</p>"
  1035        }
  1036      },
  1037      "TagResourceInput" : {
  1038        "base" : "<p></p>",
  1039        "refs" : { }
  1040      },
  1041      "Tags" : {
  1042        "base" : "",
  1043        "refs" : {
  1044          "CreateLaunchProfileInput$Tags" : "<p>A collection of labels, in the form of key:value pairs, that apply to this resource.</p>",
  1045          "CreateStreamingImageInput$Tags" : "<p>A collection of labels, in the form of key:value pairs, that apply to this resource.</p>",
  1046          "CreateStreamingSessionInput$Tags" : "<p>A collection of labels, in the form of key:value pairs, that apply to this resource.</p>",
  1047          "CreateStudioComponentInput$Tags" : "<p>A collection of labels, in the form of key:value pairs, that apply to this resource.</p>",
  1048          "CreateStudioInput$Tags" : "<p>A collection of labels, in the form of key:value pairs, that apply to this resource.</p>",
  1049          "LaunchProfile$Tags" : "<p>A collection of labels, in the form of key:value pairs, that apply to this resource.</p>",
  1050          "ListTagsOutput$Tags" : "<p>A collection of labels, in the form of key:value pairs, that apply to this resource.</p>",
  1051          "StreamingImage$Tags" : "<p>A collection of labels, in the form of key:value pairs, that apply to this resource.</p>",
  1052          "StreamingSession$Tags" : "<p>A collection of labels, in the form of key:value pairs, that apply to this resource.</p>",
  1053          "Studio$Tags" : "<p>A collection of labels, in the form of key:value pairs, that apply to this resource.</p>",
  1054          "StudioComponent$Tags" : "<p>A collection of labels, in the form of key:value pairs, that apply to this resource.</p>",
  1055          "TagResourceInput$Tags" : "<p>A collection of labels, in the form of key:value pairs, that apply to this resource.</p>"
  1056        }
  1057      },
  1058      "ThrottlingException" : {
  1059        "base" : "",
  1060        "refs" : { }
  1061      },
  1062      "Timestamp" : {
  1063        "base" : "",
  1064        "refs" : {
  1065          "Eula$CreatedAt" : "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
  1066          "Eula$UpdatedAt" : "<p>The Unix epoch timestamp in seconds for when the resource was updated.</p>",
  1067          "EulaAcceptance$AcceptedAt" : "<p>The Unix epoch timestamp in seconds for when the EULA was accepted.</p>",
  1068          "LaunchProfile$CreatedAt" : "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
  1069          "LaunchProfile$UpdatedAt" : "<p>The Unix epoch timestamp in seconds for when the resource was updated.</p>",
  1070          "StreamingSession$CreatedAt" : "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
  1071          "StreamingSession$TerminateAt" : "<p>The time the streaming session will automatically terminate if not terminated by the user.</p>",
  1072          "StreamingSession$UpdatedAt" : "<p>The Unix epoch timestamp in seconds for when the resource was updated.</p>",
  1073          "StreamingSessionStream$CreatedAt" : "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
  1074          "StreamingSessionStream$ExpiresAt" : "<p>The Unix epoch timestamp in seconds for when the resource expires.</p>",
  1075          "Studio$CreatedAt" : "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
  1076          "Studio$UpdatedAt" : "<p>The Unix epoch timestamp in seconds for when the resource was updated.</p>",
  1077          "StudioComponent$CreatedAt" : "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
  1078          "StudioComponent$UpdatedAt" : "<p>The Unix epoch timestamp in seconds for when the resource was updated.</p>",
  1079          "StudioComponentSummary$CreatedAt" : "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
  1080          "StudioComponentSummary$UpdatedAt" : "<p>The Unix epoch timestamp in seconds for when the resource was updated.</p>"
  1081        }
  1082      },
  1083      "UpdateLaunchProfileInput" : {
  1084        "base" : "",
  1085        "refs" : { }
  1086      },
  1087      "UpdateLaunchProfileMemberInput" : {
  1088        "base" : "<p></p>",
  1089        "refs" : { }
  1090      },
  1091      "UpdateLaunchProfileOutput" : {
  1092        "base" : "",
  1093        "refs" : { }
  1094      },
  1095      "UpdateStreamingImageInput" : {
  1096        "base" : "",
  1097        "refs" : { }
  1098      },
  1099      "UpdateStreamingImageOutput" : {
  1100        "base" : "<p></p>",
  1101        "refs" : { }
  1102      },
  1103      "UpdateStudioComponentInput" : {
  1104        "base" : "",
  1105        "refs" : { }
  1106      },
  1107      "UpdateStudioComponentOutput" : {
  1108        "base" : "",
  1109        "refs" : { }
  1110      },
  1111      "UpdateStudioInput" : {
  1112        "base" : "",
  1113        "refs" : { }
  1114      },
  1115      "UpdateStudioOutput" : {
  1116        "base" : "",
  1117        "refs" : { }
  1118      },
  1119      "ValidationException" : {
  1120        "base" : "",
  1121        "refs" : { }
  1122      },
  1123      "WindowsMountDrive" : {
  1124        "base" : "",
  1125        "refs" : {
  1126          "SharedFileSystemConfiguration$WindowsMountDrive" : "<p>The mount location for a shared file system on a Windows virtual workstation.</p>"
  1127        }
  1128      },
  1129      "__string" : {
  1130        "base" : null,
  1131        "refs" : {
  1132          "AccessDeniedException$Code" : "<p>A more specific error code.</p>",
  1133          "AccessDeniedException$Message" : "<p>A human-readable description of the error.</p>",
  1134          "ComputeFarmConfiguration$ActiveDirectoryUser" : "<p>The name of an Active Directory user that is used on ComputeFarm worker instances.</p>",
  1135          "ComputeFarmConfiguration$Endpoint" : "<p>The endpoint of the ComputeFarm that is accessed by the studio component resource.</p>",
  1136          "ConflictException$Code" : "<p>A more specific error code.</p>",
  1137          "ConflictException$Message" : "<p>A human-readable description of the error.</p>",
  1138          "CreateStreamingSessionInput$LaunchProfileId" : "<p>The launch profile ID.</p>",
  1139          "CreateStreamingSessionInput$OwnedBy" : "<p>The user ID of the user that owns the streaming session.</p>",
  1140          "CreateStudioInput$AdminRoleArn" : "<p>The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.</p>",
  1141          "CreateStudioInput$UserRoleArn" : "<p>The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.</p>",
  1142          "Eula$Content" : "<p>The EULA content.</p>",
  1143          "EulaAcceptance$AcceptedBy" : "<p>The ID of the person who accepted the EULA.</p>",
  1144          "EulaAcceptance$AccepteeId" : "<p>The ID of the acceptee.</p>",
  1145          "EulaIdList$member" : null,
  1146          "ExceptionContext$member" : null,
  1147          "InternalServerException$Code" : "<p>A more specific error code.</p>",
  1148          "InternalServerException$Message" : "<p>A human-readable description of the error.</p>",
  1149          "LaunchProfile$Arn" : "<p>The ARN of the resource.</p>",
  1150          "LaunchProfile$CreatedBy" : "<p>The user ID of the user that created the launch profile.</p>",
  1151          "LaunchProfile$StatusMessage" : "<p>The status message for the launch profile.</p>",
  1152          "LaunchProfile$UpdatedBy" : "<p>The user ID of the user that most recently updated the resource.</p>",
  1153          "LaunchProfileInitializationActiveDirectory$DirectoryName" : "<p>The directory name.</p>",
  1154          "LaunchProfileMembership$IdentityStoreId" : "<p>The ID of the identity store.</p>",
  1155          "LaunchProfileMembership$PrincipalId" : "<p>The principal ID.</p>",
  1156          "LaunchProfileStudioComponentIdList$member" : null,
  1157          "LicenseServiceConfiguration$Endpoint" : "<p>The endpoint of the license service that is accessed by the studio component resource.</p>",
  1158          "ListEulaAcceptancesOutput$NextToken" : "<p>The token for the next set of results, or null if there are no more results.</p>",
  1159          "ListEulasOutput$NextToken" : "<p>The token for the next set of results, or null if there are no more results.</p>",
  1160          "ListLaunchProfileMembersOutput$NextToken" : "<p>The token for the next set of results, or null if there are no more results.</p>",
  1161          "ListLaunchProfilesOutput$NextToken" : "<p>The token for the next set of results, or null if there are no more results.</p>",
  1162          "ListStreamingImagesOutput$NextToken" : "<p>The token for the next set of results, or null if there are no more results.</p>",
  1163          "ListStreamingSessionsOutput$NextToken" : "<p>The token for the next set of results, or null if there are no more results.</p>",
  1164          "ListStudioComponentsOutput$NextToken" : "<p>The token for the next set of results, or null if there are no more results.</p>",
  1165          "ListStudioMembersOutput$NextToken" : "<p>The token for the next set of results, or null if there are no more results.</p>",
  1166          "ListStudiosOutput$NextToken" : "<p>The token for the next set of results, or null if there are no more results.</p>",
  1167          "NewLaunchProfileMember$PrincipalId" : "<p>The principal ID.</p>",
  1168          "NewStudioMember$PrincipalId" : "<p>The principal ID.</p>",
  1169          "PutLaunchProfileMembersInput$IdentityStoreId" : "<p>The ID of the identity store.</p>",
  1170          "PutStudioMembersInput$IdentityStoreId" : "<p>The ID of the identity store.</p>",
  1171          "ResourceNotFoundException$Code" : "<p>A more specific error code.</p>",
  1172          "ResourceNotFoundException$Message" : "<p>A human-readable description of the error.</p>",
  1173          "ServiceQuotaExceededException$Code" : "<p>A more specific error code.</p>",
  1174          "ServiceQuotaExceededException$Message" : "<p>A human-readable description of the error.</p>",
  1175          "SharedFileSystemConfiguration$Endpoint" : "<p>The endpoint of the shared file system that is accessed by the studio component resource.</p>",
  1176          "SharedFileSystemConfiguration$FileSystemId" : "<p>The unique identifier for a file system.</p>",
  1177          "SharedFileSystemConfiguration$ShareName" : "<p>The name of the file share.</p>",
  1178          "StreamingImage$Arn" : "<p>The ARN of the resource.</p>",
  1179          "StreamingImage$StatusMessage" : "<p>The status message for the streaming image.</p>",
  1180          "StreamingSession$Arn" : "<p>The ARN of the resource.</p>",
  1181          "StreamingSession$CreatedBy" : "<p>The user ID of the user that created the streaming session.</p>",
  1182          "StreamingSession$Ec2InstanceType" : "<p>The EC2 Instance type used for the streaming session.</p>",
  1183          "StreamingSession$LaunchProfileId" : "<p>The ID of the launch profile used to control access from the streaming session.</p>",
  1184          "StreamingSession$OwnedBy" : "<p>The user ID of the user that owns the streaming session.</p>",
  1185          "StreamingSession$StatusMessage" : "<p>The status message for the streaming session.</p>",
  1186          "StreamingSession$UpdatedBy" : "<p>The user ID of the user that most recently updated the resource.</p>",
  1187          "StreamingSessionStream$CreatedBy" : "<p>The user ID of the user that created the streaming session stream.</p>",
  1188          "StreamingSessionStream$OwnedBy" : "<p>The user ID of the user that owns the streaming session.</p>",
  1189          "StreamingSessionStream$StreamId" : "<p>The stream ID.</p>",
  1190          "StreamingSessionStream$Url" : "<p>The URL to connect to this stream using the DCV client.</p>",
  1191          "Studio$AdminRoleArn" : "<p>The IAM role that studio admins assume when logging in to the Nimble Studio portal.</p>",
  1192          "Studio$Arn" : "<p>The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.</p>",
  1193          "Studio$SsoClientId" : "<p>The Amazon Web Services SSO application client ID used to integrate with Amazon Web Services SSO to enable Amazon Web Services SSO users to log in to Nimble portal.</p>",
  1194          "Studio$StatusMessage" : "<p>Additional detail on the studio state.</p>",
  1195          "Studio$StudioId" : "<p>The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.</p>",
  1196          "Studio$StudioUrl" : "<p>The address of the web page for the studio.</p>",
  1197          "Studio$UserRoleArn" : "<p>The IAM role that studio users assume when logging in to the Nimble Studio portal.</p>",
  1198          "StudioComponent$Arn" : "<p>The ARN of the resource.</p>",
  1199          "StudioComponent$CreatedBy" : "<p>The user ID of the user that created the studio component.</p>",
  1200          "StudioComponent$StatusMessage" : "<p>The status message for the studio component.</p>",
  1201          "StudioComponent$UpdatedBy" : "<p>The user ID of the user that most recently updated the resource.</p>",
  1202          "StudioComponentSummary$CreatedBy" : "<p>The user ID of the user that created the studio component.</p>",
  1203          "StudioComponentSummary$UpdatedBy" : "<p>The user ID of the user that most recently updated the resource.</p>",
  1204          "StudioMembership$IdentityStoreId" : "<p>The ID of the identity store.</p>",
  1205          "StudioMembership$PrincipalId" : "<p>The principal ID.</p>",
  1206          "Tags$member" : null,
  1207          "ThrottlingException$Code" : "<p>A more specific error code.</p>",
  1208          "ThrottlingException$Message" : "<p>A human-readable description of the error.</p>",
  1209          "UpdateStudioInput$AdminRoleArn" : "<p>The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.</p>",
  1210          "UpdateStudioInput$UserRoleArn" : "<p>The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.</p>",
  1211          "ValidationException$Code" : "<p>A more specific error code.</p>",
  1212          "ValidationException$Message" : "<p>A human-readable description of the error.</p>"
  1213        }
  1214      }
  1215    }
  1216  }