@aws-sdk/client-emr-serverless 3.775.0 → 3.777.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/dist-types/commands/CancelJobRunCommand.d.ts +1 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +1 -0
- package/dist-types/commands/GetDashboardForJobRunCommand.d.ts +1 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +1 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +1 -0
- package/dist-types/commands/ListJobRunAttemptsCommand.d.ts +1 -0
- package/dist-types/commands/ListJobRunsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/StartApplicationCommand.d.ts +1 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +1 -0
- package/dist-types/commands/StopApplicationCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -66,6 +66,7 @@ declare const CancelJobRunCommand_base: {
|
|
|
66
66
|
* @throws {@link EMRServerlessServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class CancelJobRunCommand extends CancelJobRunCommand_base {
|
|
@@ -167,6 +167,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
167
167
|
* @throws {@link EMRServerlessServiceException}
|
|
168
168
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
169
169
|
*
|
|
170
|
+
*
|
|
170
171
|
* @public
|
|
171
172
|
*/
|
|
172
173
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
63
63
|
* @throws {@link EMRServerlessServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
@@ -170,6 +170,7 @@ declare const GetApplicationCommand_base: {
|
|
|
170
170
|
* @throws {@link EMRServerlessServiceException}
|
|
171
171
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
172
172
|
*
|
|
173
|
+
*
|
|
173
174
|
* @public
|
|
174
175
|
*/
|
|
175
176
|
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const GetDashboardForJobRunCommand_base: {
|
|
|
75
75
|
* @throws {@link EMRServerlessServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetDashboardForJobRunCommand extends GetDashboardForJobRunCommand_base {
|
|
@@ -169,6 +169,7 @@ declare const GetJobRunCommand_base: {
|
|
|
169
169
|
* @throws {@link EMRServerlessServiceException}
|
|
170
170
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
171
171
|
*
|
|
172
|
+
*
|
|
172
173
|
* @public
|
|
173
174
|
*/
|
|
174
175
|
export declare class GetJobRunCommand extends GetJobRunCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const ListApplicationsCommand_base: {
|
|
|
79
79
|
* @throws {@link EMRServerlessServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ListJobRunAttemptsCommand_base: {
|
|
|
86
86
|
* @throws {@link EMRServerlessServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListJobRunAttemptsCommand extends ListJobRunAttemptsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListJobRunsCommand_base: {
|
|
|
89
89
|
* @throws {@link EMRServerlessServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link EMRServerlessServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const StartApplicationCommand_base: {
|
|
|
65
65
|
* @throws {@link EMRServerlessServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class StartApplicationCommand extends StartApplicationCommand_base {
|
|
@@ -139,6 +139,7 @@ declare const StartJobRunCommand_base: {
|
|
|
139
139
|
* @throws {@link EMRServerlessServiceException}
|
|
140
140
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
141
141
|
*
|
|
142
|
+
*
|
|
142
143
|
* @public
|
|
143
144
|
*/
|
|
144
145
|
export declare class StartJobRunCommand extends StartJobRunCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const StopApplicationCommand_base: {
|
|
|
63
63
|
* @throws {@link EMRServerlessServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class StopApplicationCommand extends StopApplicationCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const TagResourceCommand_base: {
|
|
|
69
69
|
* @throws {@link EMRServerlessServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const UntagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link EMRServerlessServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -264,6 +264,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
264
264
|
* @throws {@link EMRServerlessServiceException}
|
|
265
265
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
266
266
|
*
|
|
267
|
+
*
|
|
267
268
|
* @public
|
|
268
269
|
*/
|
|
269
270
|
export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
|
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.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-emr-serverless",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|