Skip to content

Commit bc1f332

Browse files
Allows UpdateEnvironment to update the environment to 0 host capacity. New GetSignedBluinsightsUrl API
1 parent 60fd6a4 commit bc1f332

29 files changed

+5190
-324
lines changed

generator/ServiceModels/m2/m2-2021-04-28.api.json

Lines changed: 158 additions & 139 deletions
Large diffs are not rendered by default.

generator/ServiceModels/m2/m2-2021-04-28.docs.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"GetDataSetImportTask": "<p>Gets the status of a data set import task initiated with the <a>CreateDataSetImportTask</a> operation.</p>",
1818
"GetDeployment": "<p>Gets details of a specific deployment with a given deployment identifier.</p>",
1919
"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>",
2021
"ListApplicationVersions": "<p>Returns a list of the application versions for a specific application.</p>",
2122
"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>",
2223
"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,7 +107,7 @@
106107
"ApplicationSummary$applicationArn": "<p>The Amazon Resource Name (ARN) of the application.</p>",
107108
"ApplicationSummary$roleArn": "<p>The Amazon Resource Name (ARN) of the role associated with the application.</p>",
108109
"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>",
110111
"CreateApplicationResponse$applicationArn": "<p>The Amazon Resource Name (ARN) of the application.</p>",
111112
"EnvironmentSummary$environmentArn": "<p>The Amazon Resource Name (ARN) of a particular runtime environment.</p>",
112113
"GetApplicationResponse$applicationArn": "<p>The Amazon Resource Name (ARN) of the application.</p>",
@@ -216,8 +217,8 @@
216217
"base": null,
217218
"refs": {
218219
"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>"
221222
}
222223
},
223224
"ConflictException": {
@@ -599,6 +600,11 @@
599600
"refs": {
600601
}
601602
},
603+
"GetSignedBluinsightsUrlResponse": {
604+
"base": null,
605+
"refs": {
606+
}
607+
},
602608
"HighAvailabilityConfig": {
603609
"base": "<p>Defines the details of a high availability configuration.</p>",
604610
"refs": {
@@ -1013,6 +1019,7 @@
10131019
"GetEnvironmentResponse$kmsKeyId": "<p>The identifier of a customer managed key.</p>",
10141020
"GetEnvironmentResponse$loadBalancerArn": "<p>The Amazon Resource Name (ARN) for the load balancer used with the runtime environment.</p>",
10151021
"GetEnvironmentResponse$statusReason": "<p>The reason for the reported status.</p>",
1022+
"GetSignedBluinsightsUrlResponse$signedBiUrl": "<p>Single sign-on AWS Blu Insights URL.</p>",
10161023
"InternalServerException$message": null,
10171024
"ListBatchJobDefinitionsRequest$prefix": "<p>If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.</p>",
10181025
"PendingMaintenance$engineVersion": "<p>The specific runtime engine that the maintenance schedule applies to.</p>",

0 commit comments

Comments
 (0)