|
17 | 17 | "GetDataSetImportTask": "<p>Gets the status of a data set import task initiated with the <a>CreateDataSetImportTask</a> operation.</p>",
|
18 | 18 | "GetDeployment": "<p>Gets details of a specific deployment with a given deployment identifier.</p>",
|
19 | 19 | "GetEnvironment": "<p>Describes a specific runtime environment.</p>",
|
| 20 | + "GetSignedBluinsightsUrl": "<p>Gets a single sign-on URL that can be used to connect to AWS Blu Insights.</p>", |
20 | 21 | "ListApplicationVersions": "<p>Returns a list of the application versions for a specific application.</p>",
|
21 | 22 | "ListApplications": "<p>Lists the applications associated with a specific Amazon Web Services account. You can provide the unique identifier of a specific runtime environment in a query parameter to see all applications associated with that environment.</p>",
|
22 | 23 | "ListBatchJobDefinitions": "<p>Lists all the available batch job definitions based on the batch job resources uploaded during the application creation. You can use the batch job definitions in the list to start a batch job.</p>",
|
|
106 | 107 | "ApplicationSummary$applicationArn": "<p>The Amazon Resource Name (ARN) of the application.</p>",
|
107 | 108 | "ApplicationSummary$roleArn": "<p>The Amazon Resource Name (ARN) of the role associated with the application.</p>",
|
108 | 109 | "ArnList$member": null,
|
109 |
| - "CreateApplicationRequest$roleArn": "<p>The Amazon Resource Name (ARN) of the role associated with the application.</p>", |
| 110 | + "CreateApplicationRequest$roleArn": "<p>The Amazon Resource Name (ARN) that identifies a role that the application uses to access Amazon Web Services resources that are not part of the application or are in a different Amazon Web Services account.</p>", |
110 | 111 | "CreateApplicationResponse$applicationArn": "<p>The Amazon Resource Name (ARN) of the application.</p>",
|
111 | 112 | "EnvironmentSummary$environmentArn": "<p>The Amazon Resource Name (ARN) of a particular runtime environment.</p>",
|
112 | 113 | "GetApplicationResponse$applicationArn": "<p>The Amazon Resource Name (ARN) of the application.</p>",
|
|
216 | 217 | "base": null,
|
217 | 218 | "refs": {
|
218 | 219 | "GetEnvironmentResponse$actualCapacity": "<p>The number of instances included in the runtime environment. A standalone runtime environment has a maxiumum of one instance. Currently, a high availability runtime environment has a maximum of two instances. </p>",
|
219 |
| - "HighAvailabilityConfig$desiredCapacity": "<p>The number of instances in a high availability configuration.</p>", |
220 |
| - "UpdateEnvironmentRequest$desiredCapacity": "<p>The desired capacity for the runtime environment to update.</p>" |
| 220 | + "HighAvailabilityConfig$desiredCapacity": "<p>The number of instances in a high availability configuration. The minimum possible value is 1 and the maximum is 100.</p>", |
| 221 | + "UpdateEnvironmentRequest$desiredCapacity": "<p>The desired capacity for the runtime environment to update. The minimum possible value is 0 and the maximum is 100.</p>" |
221 | 222 | }
|
222 | 223 | },
|
223 | 224 | "ConflictException": {
|
|
599 | 600 | "refs": {
|
600 | 601 | }
|
601 | 602 | },
|
| 603 | + "GetSignedBluinsightsUrlResponse": { |
| 604 | + "base": null, |
| 605 | + "refs": { |
| 606 | + } |
| 607 | + }, |
602 | 608 | "HighAvailabilityConfig": {
|
603 | 609 | "base": "<p>Defines the details of a high availability configuration.</p>",
|
604 | 610 | "refs": {
|
|
1013 | 1019 | "GetEnvironmentResponse$kmsKeyId": "<p>The identifier of a customer managed key.</p>",
|
1014 | 1020 | "GetEnvironmentResponse$loadBalancerArn": "<p>The Amazon Resource Name (ARN) for the load balancer used with the runtime environment.</p>",
|
1015 | 1021 | "GetEnvironmentResponse$statusReason": "<p>The reason for the reported status.</p>",
|
| 1022 | + "GetSignedBluinsightsUrlResponse$signedBiUrl": "<p>Single sign-on AWS Blu Insights URL.</p>", |
1016 | 1023 | "InternalServerException$message": null,
|
1017 | 1024 | "ListBatchJobDefinitionsRequest$prefix": "<p>If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.</p>",
|
1018 | 1025 | "PendingMaintenance$engineVersion": "<p>The specific runtime engine that the maintenance schedule applies to.</p>",
|
|
0 commit comments