Skip to content

Commit 6f369a9

Browse files
author
awstools
committed
feat(client-emr-serverless): The GetJobRun API has been updated to include the job's billed resource utilization. This utilization shows the aggregate vCPU, memory and storage that AWS has billed for the job run. The billed resources include a 1-minute minimum usage for workers, plus additional storage over 20 GB per worker.
1 parent c1349f2 commit 6f369a9

19 files changed

+184
-90
lines changed

clients/client-emr-serverless/src/EMRServerless.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ export class EMRServerless extends EMRServerlessClient {
220220

221221
/**
222222
* @public
223-
* <p>Returns a URL to access the job run dashboard.</p>
223+
* <p>Returns a URL to access the job run dashboard. The generated URL is valid for one hour,
224+
* after which you must invoke the API again to generate a new URL.</p>
224225
*/
225226
public getDashboardForJobRun(
226227
args: GetDashboardForJobRunCommandInput,
@@ -467,11 +468,11 @@ export class EMRServerless extends EMRServerlessClient {
467468

468469
/**
469470
* @public
470-
* <p>Assigns tags to resources. A tag is a label that you assign to an Amazon Web Services resource. Each tag
471-
* consists of a key and an optional value, both of which you define. Tags enable you to
472-
* categorize your Amazon Web Services resources by attributes such as purpose, owner, or environment. When
473-
* you have many resources of the same type, you can quickly identify a specific resource
474-
* based on the tags you've assigned to it. </p>
471+
* <p>Assigns tags to resources. A tag is a label that you assign to an Amazon Web Services
472+
* resource. Each tag consists of a key and an optional value, both of which you define. Tags
473+
* enable you to categorize your Amazon Web Services resources by attributes such as purpose,
474+
* owner, or environment. When you have many resources of the same type, you can quickly
475+
* identify a specific resource based on the tags you've assigned to it. </p>
475476
*/
476477
public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
477478
public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;

clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ export interface CancelJobRunCommandOutput extends CancelJobRunResponse, __Metad
6060
* <p>The specified resource was not found.</p>
6161
*
6262
* @throws {@link ValidationException} (client fault)
63-
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
63+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services
64+
* service.</p>
6465
*
6566
*
6667
*/

clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
110110
* <p>The specified resource was not found.</p>
111111
*
112112
* @throws {@link ValidationException} (client fault)
113-
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
113+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services
114+
* service.</p>
114115
*
115116
*
116117
*/

clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
6060
* <p>The specified resource was not found.</p>
6161
*
6262
* @throws {@link ValidationException} (client fault)
63-
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
63+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services
64+
* service.</p>
6465
*
6566
*
6667
*/

clients/client-emr-serverless/src/commands/GetApplicationCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
5959
* <p>The specified resource was not found.</p>
6060
*
6161
* @throws {@link ValidationException} (client fault)
62-
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
62+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services
63+
* service.</p>
6364
*
6465
*
6566
*/

clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export interface GetDashboardForJobRunCommandOutput extends GetDashboardForJobRu
3232

3333
/**
3434
* @public
35-
* <p>Returns a URL to access the job run dashboard.</p>
35+
* <p>Returns a URL to access the job run dashboard. The generated URL is valid for one hour,
36+
* after which you must invoke the API again to generate a new URL.</p>
3637
* @example
3738
* Use a bare-bones client and the command you need to make an API call.
3839
* ```javascript
@@ -60,7 +61,8 @@ export interface GetDashboardForJobRunCommandOutput extends GetDashboardForJobRu
6061
* <p>The specified resource was not found.</p>
6162
*
6263
* @throws {@link ValidationException} (client fault)
63-
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
64+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services
65+
* service.</p>
6466
*
6567
*
6668
*/

clients/client-emr-serverless/src/commands/GetJobRunCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ export interface GetJobRunCommandOutput extends GetJobRunResponse, __MetadataBea
6060
* <p>The specified resource was not found.</p>
6161
*
6262
* @throws {@link ValidationException} (client fault)
63-
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
63+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services
64+
* service.</p>
6465
*
6566
*
6667
*/

clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
6060
* <p>Request processing failed because of an error or failure with the service.</p>
6161
*
6262
* @throws {@link ValidationException} (client fault)
63-
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
63+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services
64+
* service.</p>
6465
*
6566
*
6667
*/

clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __Metadat
6363
* <p>Request processing failed because of an error or failure with the service.</p>
6464
*
6565
* @throws {@link ValidationException} (client fault)
66-
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
66+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services
67+
* service.</p>
6768
*
6869
*
6970
*/

clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
5959
* <p>The specified resource was not found.</p>
6060
*
6161
* @throws {@link ValidationException} (client fault)
62-
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
62+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services
63+
* service.</p>
6364
*
6465
*
6566
*/

0 commit comments

Comments
 (0)