@aws-sdk/client-emr-serverless 3.369.0 → 3.377.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -13
- package/dist-types/EMRServerless.d.ts +12 -13
- package/dist-types/EMRServerlessClient.d.ts +12 -13
- package/dist-types/commands/GetDashboardForJobRunCommand.d.ts +9 -2
- package/dist-types/commands/GetJobRunCommand.d.ts +11 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +11 -0
- package/dist-types/index.d.ts +12 -13
- package/dist-types/models/models_0.d.ts +72 -14
- package/dist-types/ts3.4/models/models_0.d.ts +8 -0
- package/package.json +16 -17
package/README.md
CHANGED
|
@@ -6,26 +6,25 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript EMRServerless Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>Amazon EMR
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
<p>The API reference to Amazon EMR Serverless is <code>emr-serverless</code>. The
|
|
9
|
+
<p>Amazon EMR Serverless is a new deployment option for Amazon EMR. Amazon EMR Serverless provides a serverless runtime environment that simplifies running
|
|
10
|
+
analytics applications using the latest open source frameworks such as Apache Spark and
|
|
11
|
+
Apache Hive. With Amazon EMR Serverless, you don’t have to configure, optimize,
|
|
12
|
+
secure, or operate clusters to run applications with these frameworks.</p>
|
|
13
|
+
<p>The API reference to Amazon EMR Serverless is <code>emr-serverless</code>. The
|
|
15
14
|
<code>emr-serverless</code> prefix is used in the following scenarios: </p>
|
|
16
15
|
<ul>
|
|
17
16
|
<li>
|
|
18
|
-
<p>It is the prefix in the CLI commands for Amazon EMR
|
|
19
|
-
<code>aws emr-serverless start-job-run</code>.</p>
|
|
17
|
+
<p>It is the prefix in the CLI commands for Amazon EMR Serverless. For
|
|
18
|
+
example, <code>aws emr-serverless start-job-run</code>.</p>
|
|
20
19
|
</li>
|
|
21
20
|
<li>
|
|
22
|
-
<p>It is the prefix before IAM policy actions for Amazon EMR
|
|
23
|
-
<code>"Action": ["emr-serverless:StartJobRun"]</code>. For more information,
|
|
24
|
-
<a href="https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-actions">Policy actions for Amazon EMR
|
|
21
|
+
<p>It is the prefix before IAM policy actions for Amazon EMR Serverless. For
|
|
22
|
+
example, <code>"Action": ["emr-serverless:StartJobRun"]</code>. For more information,
|
|
23
|
+
see <a href="https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-actions">Policy actions for Amazon EMR Serverless</a>.</p>
|
|
25
24
|
</li>
|
|
26
25
|
<li>
|
|
27
|
-
<p>It is the prefix used in Amazon EMR
|
|
28
|
-
<code>emr-serverless.us-east-2.amazonaws.com</code>.</p>
|
|
26
|
+
<p>It is the prefix used in Amazon EMR Serverless service endpoints. For
|
|
27
|
+
example, <code>emr-serverless.us-east-2.amazonaws.com</code>.</p>
|
|
29
28
|
</li>
|
|
30
29
|
</ul>
|
|
31
30
|
|
|
@@ -109,26 +109,25 @@ export interface EMRServerless {
|
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
111
|
* @public
|
|
112
|
-
* <p>Amazon EMR
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
* <p>The API reference to Amazon EMR Serverless is <code>emr-serverless</code>. The
|
|
112
|
+
* <p>Amazon EMR Serverless is a new deployment option for Amazon EMR. Amazon EMR Serverless provides a serverless runtime environment that simplifies running
|
|
113
|
+
* analytics applications using the latest open source frameworks such as Apache Spark and
|
|
114
|
+
* Apache Hive. With Amazon EMR Serverless, you don’t have to configure, optimize,
|
|
115
|
+
* secure, or operate clusters to run applications with these frameworks.</p>
|
|
116
|
+
* <p>The API reference to Amazon EMR Serverless is <code>emr-serverless</code>. The
|
|
118
117
|
* <code>emr-serverless</code> prefix is used in the following scenarios: </p>
|
|
119
118
|
* <ul>
|
|
120
119
|
* <li>
|
|
121
|
-
* <p>It is the prefix in the CLI commands for Amazon EMR
|
|
122
|
-
*
|
|
120
|
+
* <p>It is the prefix in the CLI commands for Amazon EMR Serverless. For
|
|
121
|
+
* example, <code>aws emr-serverless start-job-run</code>.</p>
|
|
123
122
|
* </li>
|
|
124
123
|
* <li>
|
|
125
|
-
* <p>It is the prefix before IAM policy actions for Amazon EMR
|
|
126
|
-
*
|
|
127
|
-
*
|
|
124
|
+
* <p>It is the prefix before IAM policy actions for Amazon EMR Serverless. For
|
|
125
|
+
* example, <code>"Action": ["emr-serverless:StartJobRun"]</code>. For more information,
|
|
126
|
+
* see <a href="https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-actions">Policy actions for Amazon EMR Serverless</a>.</p>
|
|
128
127
|
* </li>
|
|
129
128
|
* <li>
|
|
130
|
-
* <p>It is the prefix used in Amazon EMR
|
|
131
|
-
*
|
|
129
|
+
* <p>It is the prefix used in Amazon EMR Serverless service endpoints. For
|
|
130
|
+
* example, <code>emr-serverless.us-east-2.amazonaws.com</code>.</p>
|
|
132
131
|
* </li>
|
|
133
132
|
* </ul>
|
|
134
133
|
*/
|
|
@@ -160,26 +160,25 @@ export interface EMRServerlessClientResolvedConfig extends EMRServerlessClientRe
|
|
|
160
160
|
}
|
|
161
161
|
/**
|
|
162
162
|
* @public
|
|
163
|
-
* <p>Amazon EMR
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
* <p>The API reference to Amazon EMR Serverless is <code>emr-serverless</code>. The
|
|
163
|
+
* <p>Amazon EMR Serverless is a new deployment option for Amazon EMR. Amazon EMR Serverless provides a serverless runtime environment that simplifies running
|
|
164
|
+
* analytics applications using the latest open source frameworks such as Apache Spark and
|
|
165
|
+
* Apache Hive. With Amazon EMR Serverless, you don’t have to configure, optimize,
|
|
166
|
+
* secure, or operate clusters to run applications with these frameworks.</p>
|
|
167
|
+
* <p>The API reference to Amazon EMR Serverless is <code>emr-serverless</code>. The
|
|
169
168
|
* <code>emr-serverless</code> prefix is used in the following scenarios: </p>
|
|
170
169
|
* <ul>
|
|
171
170
|
* <li>
|
|
172
|
-
* <p>It is the prefix in the CLI commands for Amazon EMR
|
|
173
|
-
*
|
|
171
|
+
* <p>It is the prefix in the CLI commands for Amazon EMR Serverless. For
|
|
172
|
+
* example, <code>aws emr-serverless start-job-run</code>.</p>
|
|
174
173
|
* </li>
|
|
175
174
|
* <li>
|
|
176
|
-
* <p>It is the prefix before IAM policy actions for Amazon EMR
|
|
177
|
-
*
|
|
178
|
-
*
|
|
175
|
+
* <p>It is the prefix before IAM policy actions for Amazon EMR Serverless. For
|
|
176
|
+
* example, <code>"Action": ["emr-serverless:StartJobRun"]</code>. For more information,
|
|
177
|
+
* see <a href="https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-actions">Policy actions for Amazon EMR Serverless</a>.</p>
|
|
179
178
|
* </li>
|
|
180
179
|
* <li>
|
|
181
|
-
* <p>It is the prefix used in Amazon EMR
|
|
182
|
-
*
|
|
180
|
+
* <p>It is the prefix used in Amazon EMR Serverless service endpoints. For
|
|
181
|
+
* example, <code>emr-serverless.us-east-2.amazonaws.com</code>.</p>
|
|
183
182
|
* </li>
|
|
184
183
|
* </ul>
|
|
185
184
|
*/
|
|
@@ -23,8 +23,15 @@ export interface GetDashboardForJobRunCommandOutput extends GetDashboardForJobRu
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
27
|
-
*
|
|
26
|
+
* <p>Creates and returns a URL that you can use to access the application UIs for a job
|
|
27
|
+
* run.</p>
|
|
28
|
+
* <p>For jobs in a running state, the application UI is a live user interface such as the
|
|
29
|
+
* Spark or Tez web UI. For completed jobs, the application UI is a persistent application
|
|
30
|
+
* user interface such as the Spark History Server or persistent Tez UI.</p>
|
|
31
|
+
* <note>
|
|
32
|
+
* <p>The URL is valid for one hour after you generate it. To access the application UI
|
|
33
|
+
* after that hour elapses, you must invoke the API again to generate a new URL.</p>
|
|
34
|
+
* </note>
|
|
28
35
|
* @example
|
|
29
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
37
|
* ```javascript
|
|
@@ -76,6 +76,17 @@ export interface GetJobRunCommandOutput extends GetJobRunResponse, __MetadataBea
|
|
|
76
76
|
* // enabled: true || false,
|
|
77
77
|
* // encryptionKeyArn: "STRING_VALUE",
|
|
78
78
|
* // },
|
|
79
|
+
* // cloudWatchLoggingConfiguration: { // CloudWatchLoggingConfiguration
|
|
80
|
+
* // enabled: true || false, // required
|
|
81
|
+
* // logGroupName: "STRING_VALUE",
|
|
82
|
+
* // logStreamNamePrefix: "STRING_VALUE",
|
|
83
|
+
* // encryptionKeyArn: "STRING_VALUE",
|
|
84
|
+
* // logTypes: { // LogTypeMap
|
|
85
|
+
* // "<keys>": [ // LogTypeList
|
|
86
|
+
* // "STRING_VALUE",
|
|
87
|
+
* // ],
|
|
88
|
+
* // },
|
|
89
|
+
* // },
|
|
79
90
|
* // },
|
|
80
91
|
* // },
|
|
81
92
|
* // jobDriver: { // JobDriver Union: only one key present
|
|
@@ -75,6 +75,17 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
|
|
|
75
75
|
* enabled: true || false,
|
|
76
76
|
* encryptionKeyArn: "STRING_VALUE",
|
|
77
77
|
* },
|
|
78
|
+
* cloudWatchLoggingConfiguration: { // CloudWatchLoggingConfiguration
|
|
79
|
+
* enabled: true || false, // required
|
|
80
|
+
* logGroupName: "STRING_VALUE",
|
|
81
|
+
* logStreamNamePrefix: "STRING_VALUE",
|
|
82
|
+
* encryptionKeyArn: "STRING_VALUE",
|
|
83
|
+
* logTypes: { // LogTypeMap
|
|
84
|
+
* "<keys>": [ // LogTypeList
|
|
85
|
+
* "STRING_VALUE",
|
|
86
|
+
* ],
|
|
87
|
+
* },
|
|
88
|
+
* },
|
|
78
89
|
* },
|
|
79
90
|
* },
|
|
80
91
|
* tags: { // TagMap
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,24 +1,23 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>Amazon EMR
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <p>The API reference to Amazon EMR Serverless is <code>emr-serverless</code>. The
|
|
2
|
+
* <p>Amazon EMR Serverless is a new deployment option for Amazon EMR. Amazon EMR Serverless provides a serverless runtime environment that simplifies running
|
|
3
|
+
* analytics applications using the latest open source frameworks such as Apache Spark and
|
|
4
|
+
* Apache Hive. With Amazon EMR Serverless, you don’t have to configure, optimize,
|
|
5
|
+
* secure, or operate clusters to run applications with these frameworks.</p>
|
|
6
|
+
* <p>The API reference to Amazon EMR Serverless is <code>emr-serverless</code>. The
|
|
8
7
|
* <code>emr-serverless</code> prefix is used in the following scenarios: </p>
|
|
9
8
|
* <ul>
|
|
10
9
|
* <li>
|
|
11
|
-
* <p>It is the prefix in the CLI commands for Amazon EMR
|
|
12
|
-
*
|
|
10
|
+
* <p>It is the prefix in the CLI commands for Amazon EMR Serverless. For
|
|
11
|
+
* example, <code>aws emr-serverless start-job-run</code>.</p>
|
|
13
12
|
* </li>
|
|
14
13
|
* <li>
|
|
15
|
-
* <p>It is the prefix before IAM policy actions for Amazon EMR
|
|
16
|
-
*
|
|
17
|
-
*
|
|
14
|
+
* <p>It is the prefix before IAM policy actions for Amazon EMR Serverless. For
|
|
15
|
+
* example, <code>"Action": ["emr-serverless:StartJobRun"]</code>. For more information,
|
|
16
|
+
* see <a href="https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-actions">Policy actions for Amazon EMR Serverless</a>.</p>
|
|
18
17
|
* </li>
|
|
19
18
|
* <li>
|
|
20
|
-
* <p>It is the prefix used in Amazon EMR
|
|
21
|
-
*
|
|
19
|
+
* <p>It is the prefix used in Amazon EMR Serverless service endpoints. For
|
|
20
|
+
* example, <code>emr-serverless.us-east-2.amazonaws.com</code>.</p>
|
|
22
21
|
* </li>
|
|
23
22
|
* </ul>
|
|
24
23
|
*
|
|
@@ -150,7 +150,8 @@ export interface WorkerTypeSpecification {
|
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
152
|
* @public
|
|
153
|
-
* <p>Information about an application. Amazon EMR Serverless uses applications to run
|
|
153
|
+
* <p>Information about an application. Amazon EMR Serverless uses applications to run
|
|
154
|
+
* jobs.</p>
|
|
154
155
|
*/
|
|
155
156
|
export interface Application {
|
|
156
157
|
/**
|
|
@@ -295,8 +296,8 @@ export declare class ConflictException extends __BaseException {
|
|
|
295
296
|
export interface ImageConfigurationInput {
|
|
296
297
|
/**
|
|
297
298
|
* <p>The URI of an image in the Amazon ECR registry. This field is required when you create a
|
|
298
|
-
* new application. If you leave this field blank in an update, Amazon EMR
|
|
299
|
-
* image configuration.</p>
|
|
299
|
+
* new application. If you leave this field blank in an update, Amazon EMR will remove
|
|
300
|
+
* the image configuration.</p>
|
|
300
301
|
*/
|
|
301
302
|
imageUri?: string;
|
|
302
303
|
}
|
|
@@ -594,7 +595,8 @@ export interface UpdateApplicationRequest {
|
|
|
594
595
|
*/
|
|
595
596
|
workerTypeSpecifications?: Record<string, WorkerTypeSpecificationInput>;
|
|
596
597
|
/**
|
|
597
|
-
* <p>The Amazon EMR release label for the application. You can change the release
|
|
598
|
+
* <p>The Amazon EMR release label for the application. You can change the release
|
|
599
|
+
* label to use a different release of Amazon EMR.</p>
|
|
598
600
|
*/
|
|
599
601
|
releaseLabel?: string;
|
|
600
602
|
}
|
|
@@ -689,6 +691,54 @@ export interface ResourceUtilization {
|
|
|
689
691
|
*/
|
|
690
692
|
storageGBHour?: number;
|
|
691
693
|
}
|
|
694
|
+
/**
|
|
695
|
+
* @public
|
|
696
|
+
* <p>The Amazon CloudWatch configuration for monitoring logs. You can configure your jobs
|
|
697
|
+
* to send log information to CloudWatch.</p>
|
|
698
|
+
*/
|
|
699
|
+
export interface CloudWatchLoggingConfiguration {
|
|
700
|
+
/**
|
|
701
|
+
* <p>Enables CloudWatch logging.</p>
|
|
702
|
+
*/
|
|
703
|
+
enabled: boolean | undefined;
|
|
704
|
+
/**
|
|
705
|
+
* <p>The name of the log group in Amazon CloudWatch Logs where you want to publish your
|
|
706
|
+
* logs.</p>
|
|
707
|
+
*/
|
|
708
|
+
logGroupName?: string;
|
|
709
|
+
/**
|
|
710
|
+
* <p>Prefix for the CloudWatch log stream name.</p>
|
|
711
|
+
*/
|
|
712
|
+
logStreamNamePrefix?: string;
|
|
713
|
+
/**
|
|
714
|
+
* <p>The Key Management Service (KMS) key ARN to encrypt the logs that you store in CloudWatch Logs.</p>
|
|
715
|
+
*/
|
|
716
|
+
encryptionKeyArn?: string;
|
|
717
|
+
/**
|
|
718
|
+
* <p>The types of logs that you want to publish to CloudWatch. If you don't specify
|
|
719
|
+
* any log types, driver STDOUT and STDERR logs will be published to CloudWatch Logs by
|
|
720
|
+
* default. For more information including the supported worker types for Hive and Spark, see
|
|
721
|
+
* <a href="https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/logging.html#jobs-log-storage-cw">Logging for
|
|
722
|
+
* EMR Serverless with CloudWatch</a>.</p>
|
|
723
|
+
* <ul>
|
|
724
|
+
* <li>
|
|
725
|
+
* <p>
|
|
726
|
+
* <b>Key Valid Values</b>: <code>SPARK_DRIVER</code>,
|
|
727
|
+
* <code>SPARK_EXECUTOR</code>, <code>HIVE_DRIVER</code>,
|
|
728
|
+
* <code>TEZ_TASK</code>
|
|
729
|
+
* </p>
|
|
730
|
+
* </li>
|
|
731
|
+
* <li>
|
|
732
|
+
* <p>
|
|
733
|
+
* <b>Array Members Valid Values</b>: <code>STDOUT</code>,
|
|
734
|
+
* <code>STDERR</code>, <code>HIVE_LOG</code>, <code>TEZ_AM</code>,
|
|
735
|
+
* <code>SYSTEM_LOGS</code>
|
|
736
|
+
* </p>
|
|
737
|
+
* </li>
|
|
738
|
+
* </ul>
|
|
739
|
+
*/
|
|
740
|
+
logTypes?: Record<string, string[]>;
|
|
741
|
+
}
|
|
692
742
|
/**
|
|
693
743
|
* @public
|
|
694
744
|
* <p>The managed log persistence configuration for a job run.</p>
|
|
@@ -732,6 +782,11 @@ export interface MonitoringConfiguration {
|
|
|
732
782
|
* <p>The managed log persistence configuration for a job run.</p>
|
|
733
783
|
*/
|
|
734
784
|
managedPersistenceMonitoringConfiguration?: ManagedPersistenceMonitoringConfiguration;
|
|
785
|
+
/**
|
|
786
|
+
* <p>The Amazon CloudWatch configuration for monitoring logs. You can configure your jobs
|
|
787
|
+
* to send log information to CloudWatch.</p>
|
|
788
|
+
*/
|
|
789
|
+
cloudWatchLoggingConfiguration?: CloudWatchLoggingConfiguration;
|
|
735
790
|
}
|
|
736
791
|
/**
|
|
737
792
|
* @public
|
|
@@ -922,7 +977,8 @@ export interface JobRunSummary {
|
|
|
922
977
|
*/
|
|
923
978
|
stateDetails: string | undefined;
|
|
924
979
|
/**
|
|
925
|
-
* <p>The Amazon EMR release associated with the application your job is running
|
|
980
|
+
* <p>The Amazon EMR release associated with the application your job is running
|
|
981
|
+
* on.</p>
|
|
926
982
|
*/
|
|
927
983
|
releaseLabel: string | undefined;
|
|
928
984
|
/**
|
|
@@ -967,7 +1023,7 @@ export interface StartJobRunResponse {
|
|
|
967
1023
|
export interface ListTagsForResourceRequest {
|
|
968
1024
|
/**
|
|
969
1025
|
* <p>The Amazon Resource Name (ARN) that identifies the resource to list the tags for.
|
|
970
|
-
* Currently, the supported resources are Amazon EMR
|
|
1026
|
+
* Currently, the supported resources are Amazon EMR Serverless applications and job
|
|
971
1027
|
* runs.</p>
|
|
972
1028
|
*/
|
|
973
1029
|
resourceArn: string | undefined;
|
|
@@ -987,7 +1043,7 @@ export interface ListTagsForResourceResponse {
|
|
|
987
1043
|
export interface TagResourceRequest {
|
|
988
1044
|
/**
|
|
989
1045
|
* <p>The Amazon Resource Name (ARN) that identifies the resource to list the tags for.
|
|
990
|
-
* Currently, the supported resources are Amazon EMR
|
|
1046
|
+
* Currently, the supported resources are Amazon EMR Serverless applications and job
|
|
991
1047
|
* runs.</p>
|
|
992
1048
|
*/
|
|
993
1049
|
resourceArn: string | undefined;
|
|
@@ -1007,7 +1063,7 @@ export interface TagResourceResponse {
|
|
|
1007
1063
|
export interface UntagResourceRequest {
|
|
1008
1064
|
/**
|
|
1009
1065
|
* <p>The Amazon Resource Name (ARN) that identifies the resource to list the tags for.
|
|
1010
|
-
* Currently, the supported resources are Amazon EMR
|
|
1066
|
+
* Currently, the supported resources are Amazon EMR Serverless applications and job
|
|
1011
1067
|
* runs.</p>
|
|
1012
1068
|
*/
|
|
1013
1069
|
resourceArn: string | undefined;
|
|
@@ -1059,7 +1115,8 @@ export interface ConfigurationOverrides {
|
|
|
1059
1115
|
/**
|
|
1060
1116
|
* @public
|
|
1061
1117
|
* <p>Information about a job run. A job run is a unit of work, such as a Spark JAR, Hive
|
|
1062
|
-
* query, or SparkSQL query, that you submit to an Amazon EMR Serverless
|
|
1118
|
+
* query, or SparkSQL query, that you submit to an Amazon EMR Serverless
|
|
1119
|
+
* application.</p>
|
|
1063
1120
|
*/
|
|
1064
1121
|
export interface JobRun {
|
|
1065
1122
|
/**
|
|
@@ -1103,7 +1160,8 @@ export interface JobRun {
|
|
|
1103
1160
|
*/
|
|
1104
1161
|
stateDetails: string | undefined;
|
|
1105
1162
|
/**
|
|
1106
|
-
* <p>The Amazon EMR release associated with the application your job is running
|
|
1163
|
+
* <p>The Amazon EMR release associated with the application your job is running
|
|
1164
|
+
* on.</p>
|
|
1107
1165
|
*/
|
|
1108
1166
|
releaseLabel: string | undefined;
|
|
1109
1167
|
/**
|
|
@@ -1139,10 +1197,10 @@ export interface JobRun {
|
|
|
1139
1197
|
*/
|
|
1140
1198
|
executionTimeoutMinutes?: number;
|
|
1141
1199
|
/**
|
|
1142
|
-
* <p>The aggregate vCPU, memory, and storage that Amazon Web Services has billed for the job
|
|
1143
|
-
* resources include a 1-minute minimum usage for workers, plus additional
|
|
1144
|
-
* per worker. Note that billed resources do not include usage for idle
|
|
1145
|
-
* workers.</p>
|
|
1200
|
+
* <p>The aggregate vCPU, memory, and storage that Amazon Web Services has billed for the job
|
|
1201
|
+
* run. The billed resources include a 1-minute minimum usage for workers, plus additional
|
|
1202
|
+
* storage over 20 GB per worker. Note that billed resources do not include usage for idle
|
|
1203
|
+
* pre-initialized workers.</p>
|
|
1146
1204
|
*/
|
|
1147
1205
|
billedResourceUtilization?: ResourceUtilization;
|
|
1148
1206
|
}
|
|
@@ -206,6 +206,13 @@ export interface ResourceUtilization {
|
|
|
206
206
|
memoryGBHour?: number;
|
|
207
207
|
storageGBHour?: number;
|
|
208
208
|
}
|
|
209
|
+
export interface CloudWatchLoggingConfiguration {
|
|
210
|
+
enabled: boolean | undefined;
|
|
211
|
+
logGroupName?: string;
|
|
212
|
+
logStreamNamePrefix?: string;
|
|
213
|
+
encryptionKeyArn?: string;
|
|
214
|
+
logTypes?: Record<string, string[]>;
|
|
215
|
+
}
|
|
209
216
|
export interface ManagedPersistenceMonitoringConfiguration {
|
|
210
217
|
enabled?: boolean;
|
|
211
218
|
encryptionKeyArn?: string;
|
|
@@ -217,6 +224,7 @@ export interface S3MonitoringConfiguration {
|
|
|
217
224
|
export interface MonitoringConfiguration {
|
|
218
225
|
s3MonitoringConfiguration?: S3MonitoringConfiguration;
|
|
219
226
|
managedPersistenceMonitoringConfiguration?: ManagedPersistenceMonitoringConfiguration;
|
|
227
|
+
cloudWatchLoggingConfiguration?: CloudWatchLoggingConfiguration;
|
|
220
228
|
}
|
|
221
229
|
export interface Hive {
|
|
222
230
|
query: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-emr-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Emr Serverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.377.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,29 +21,29 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.377.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.370.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.370.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.370.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.370.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.370.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.370.0",
|
|
31
|
+
"@aws-sdk/types": "3.370.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.370.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.370.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.370.0",
|
|
35
35
|
"@smithy/config-resolver": "^1.0.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^1.0.1",
|
|
37
37
|
"@smithy/hash-node": "^1.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^1.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^1.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^1.0.
|
|
41
|
-
"@smithy/middleware-retry": "^1.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^1.0.2",
|
|
41
|
+
"@smithy/middleware-retry": "^1.0.3",
|
|
42
42
|
"@smithy/middleware-serde": "^1.0.1",
|
|
43
43
|
"@smithy/middleware-stack": "^1.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^1.0.1",
|
|
45
45
|
"@smithy/node-http-handler": "^1.0.2",
|
|
46
|
-
"@smithy/protocol-http": "^1.0
|
|
46
|
+
"@smithy/protocol-http": "^1.1.0",
|
|
47
47
|
"@smithy/smithy-client": "^1.0.3",
|
|
48
48
|
"@smithy/types": "^1.1.0",
|
|
49
49
|
"@smithy/url-parser": "^1.0.1",
|
|
@@ -52,13 +52,12 @@
|
|
|
52
52
|
"@smithy/util-body-length-node": "^1.0.1",
|
|
53
53
|
"@smithy/util-defaults-mode-browser": "^1.0.1",
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^1.0.1",
|
|
55
|
-
"@smithy/util-retry": "^1.0.
|
|
55
|
+
"@smithy/util-retry": "^1.0.3",
|
|
56
56
|
"@smithy/util-utf8": "^1.0.1",
|
|
57
57
|
"tslib": "^2.5.0",
|
|
58
58
|
"uuid": "^8.3.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
62
61
|
"@smithy/service-client-documentation-generator": "^1.0.1",
|
|
63
62
|
"@tsconfig/node14": "1.0.3",
|
|
64
63
|
"@types/node": "^14.14.31",
|