@aws-sdk/client-emr 3.535.0 → 3.536.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.
|
@@ -47,6 +47,8 @@ declare const DescribeJobFlowsCommand_base: {
|
|
|
47
47
|
* </li>
|
|
48
48
|
* </ul>
|
|
49
49
|
* <p>Amazon EMR can return a maximum of 512 job flow descriptions.</p>
|
|
50
|
+
*
|
|
51
|
+
* @deprecated
|
|
50
52
|
* @example
|
|
51
53
|
* Use a bare-bones client and the command you need to make an API call.
|
|
52
54
|
* ```javascript
|
|
@@ -189,7 +191,6 @@ declare const DescribeJobFlowsCommand_base: {
|
|
|
189
191
|
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
190
192
|
*
|
|
191
193
|
* @public
|
|
192
|
-
* @deprecated
|
|
193
194
|
*/
|
|
194
195
|
export declare class DescribeJobFlowsCommand extends DescribeJobFlowsCommand_base {
|
|
195
196
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-emr",
|
|
3
3
|
"description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.536.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",
|