Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-emr

Package Overview
Dependencies
Maintainers
7
Versions
432
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-emr - npm Package Compare versions

Comparing version 3.37.0 to 3.38.0

dist-cjs/commands/index.js

74

dist-cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./EMR"), exports);
tslib_1.__exportStar(require("./EMRClient"), exports);
tslib_1.__exportStar(require("./EMR"), exports);
tslib_1.__exportStar(require("./commands/AddInstanceFleetCommand"), exports);
tslib_1.__exportStar(require("./commands/AddInstanceGroupsCommand"), exports);
tslib_1.__exportStar(require("./commands/AddJobFlowStepsCommand"), exports);
tslib_1.__exportStar(require("./commands/AddTagsCommand"), exports);
tslib_1.__exportStar(require("./commands/CancelStepsCommand"), exports);
tslib_1.__exportStar(require("./commands/CreateSecurityConfigurationCommand"), exports);
tslib_1.__exportStar(require("./commands/CreateStudioCommand"), exports);
tslib_1.__exportStar(require("./commands/CreateStudioSessionMappingCommand"), exports);
tslib_1.__exportStar(require("./commands/DeleteSecurityConfigurationCommand"), exports);
tslib_1.__exportStar(require("./commands/DeleteStudioCommand"), exports);
tslib_1.__exportStar(require("./commands/DeleteStudioSessionMappingCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeClusterCommand"), exports);
tslib_1.__exportStar(require("./waiters/waitForClusterRunning"), exports);
tslib_1.__exportStar(require("./waiters/waitForClusterTerminated"), exports);
tslib_1.__exportStar(require("./commands/DescribeJobFlowsCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeNotebookExecutionCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeReleaseLabelCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeSecurityConfigurationCommand"), exports);
tslib_1.__exportStar(require("./commands/DescribeStepCommand"), exports);
tslib_1.__exportStar(require("./waiters/waitForStepComplete"), exports);
tslib_1.__exportStar(require("./commands/DescribeStudioCommand"), exports);
tslib_1.__exportStar(require("./commands/GetAutoTerminationPolicyCommand"), exports);
tslib_1.__exportStar(require("./commands/GetBlockPublicAccessConfigurationCommand"), exports);
tslib_1.__exportStar(require("./commands/GetManagedScalingPolicyCommand"), exports);
tslib_1.__exportStar(require("./commands/GetStudioSessionMappingCommand"), exports);
tslib_1.__exportStar(require("./commands/ListBootstrapActionsCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListBootstrapActionsPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListClustersCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListClustersPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListInstanceFleetsCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListInstanceFleetsPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListInstanceGroupsCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListInstanceGroupsPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListInstancesCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListInstancesPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListNotebookExecutionsCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListNotebookExecutionsPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListReleaseLabelsCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListReleaseLabelsPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListSecurityConfigurationsCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListSecurityConfigurationsPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListStepsCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListStepsPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListStudiosCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListStudiosPaginator"), exports);
tslib_1.__exportStar(require("./commands/ListStudioSessionMappingsCommand"), exports);
tslib_1.__exportStar(require("./pagination/ListStudioSessionMappingsPaginator"), exports);
tslib_1.__exportStar(require("./commands/ModifyClusterCommand"), exports);
tslib_1.__exportStar(require("./commands/ModifyInstanceFleetCommand"), exports);
tslib_1.__exportStar(require("./commands/ModifyInstanceGroupsCommand"), exports);
tslib_1.__exportStar(require("./commands/PutAutoScalingPolicyCommand"), exports);
tslib_1.__exportStar(require("./commands/PutAutoTerminationPolicyCommand"), exports);
tslib_1.__exportStar(require("./commands/PutBlockPublicAccessConfigurationCommand"), exports);
tslib_1.__exportStar(require("./commands/PutManagedScalingPolicyCommand"), exports);
tslib_1.__exportStar(require("./commands/RemoveAutoScalingPolicyCommand"), exports);
tslib_1.__exportStar(require("./commands/RemoveAutoTerminationPolicyCommand"), exports);
tslib_1.__exportStar(require("./commands/RemoveManagedScalingPolicyCommand"), exports);
tslib_1.__exportStar(require("./commands/RemoveTagsCommand"), exports);
tslib_1.__exportStar(require("./commands/RunJobFlowCommand"), exports);
tslib_1.__exportStar(require("./commands/SetTerminationProtectionCommand"), exports);
tslib_1.__exportStar(require("./commands/SetVisibleToAllUsersCommand"), exports);
tslib_1.__exportStar(require("./commands/StartNotebookExecutionCommand"), exports);
tslib_1.__exportStar(require("./commands/StopNotebookExecutionCommand"), exports);
tslib_1.__exportStar(require("./commands/TerminateJobFlowsCommand"), exports);
tslib_1.__exportStar(require("./commands/UpdateStudioCommand"), exports);
tslib_1.__exportStar(require("./commands/UpdateStudioSessionMappingCommand"), exports);
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
tslib_1.__exportStar(require("./models/index"), exports);
tslib_1.__exportStar(require("./commands"), exports);
tslib_1.__exportStar(require("./models"), exports);
tslib_1.__exportStar(require("./pagination"), exports);
tslib_1.__exportStar(require("./waiters"), exports);

@@ -0,70 +1,6 @@

export * from "./EMR";
export * from "./EMRClient";
export * from "./EMR";
export * from "./commands/AddInstanceFleetCommand";
export * from "./commands/AddInstanceGroupsCommand";
export * from "./commands/AddJobFlowStepsCommand";
export * from "./commands/AddTagsCommand";
export * from "./commands/CancelStepsCommand";
export * from "./commands/CreateSecurityConfigurationCommand";
export * from "./commands/CreateStudioCommand";
export * from "./commands/CreateStudioSessionMappingCommand";
export * from "./commands/DeleteSecurityConfigurationCommand";
export * from "./commands/DeleteStudioCommand";
export * from "./commands/DeleteStudioSessionMappingCommand";
export * from "./commands/DescribeClusterCommand";
export * from "./waiters/waitForClusterRunning";
export * from "./waiters/waitForClusterTerminated";
export * from "./commands/DescribeJobFlowsCommand";
export * from "./commands/DescribeNotebookExecutionCommand";
export * from "./commands/DescribeReleaseLabelCommand";
export * from "./commands/DescribeSecurityConfigurationCommand";
export * from "./commands/DescribeStepCommand";
export * from "./waiters/waitForStepComplete";
export * from "./commands/DescribeStudioCommand";
export * from "./commands/GetAutoTerminationPolicyCommand";
export * from "./commands/GetBlockPublicAccessConfigurationCommand";
export * from "./commands/GetManagedScalingPolicyCommand";
export * from "./commands/GetStudioSessionMappingCommand";
export * from "./commands/ListBootstrapActionsCommand";
export * from "./pagination/ListBootstrapActionsPaginator";
export * from "./commands/ListClustersCommand";
export * from "./pagination/ListClustersPaginator";
export * from "./commands/ListInstanceFleetsCommand";
export * from "./pagination/ListInstanceFleetsPaginator";
export * from "./commands/ListInstanceGroupsCommand";
export * from "./pagination/ListInstanceGroupsPaginator";
export * from "./commands/ListInstancesCommand";
export * from "./pagination/ListInstancesPaginator";
export * from "./commands/ListNotebookExecutionsCommand";
export * from "./pagination/ListNotebookExecutionsPaginator";
export * from "./commands/ListReleaseLabelsCommand";
export * from "./pagination/ListReleaseLabelsPaginator";
export * from "./commands/ListSecurityConfigurationsCommand";
export * from "./pagination/ListSecurityConfigurationsPaginator";
export * from "./commands/ListStepsCommand";
export * from "./pagination/ListStepsPaginator";
export * from "./commands/ListStudiosCommand";
export * from "./pagination/ListStudiosPaginator";
export * from "./commands/ListStudioSessionMappingsCommand";
export * from "./pagination/ListStudioSessionMappingsPaginator";
export * from "./commands/ModifyClusterCommand";
export * from "./commands/ModifyInstanceFleetCommand";
export * from "./commands/ModifyInstanceGroupsCommand";
export * from "./commands/PutAutoScalingPolicyCommand";
export * from "./commands/PutAutoTerminationPolicyCommand";
export * from "./commands/PutBlockPublicAccessConfigurationCommand";
export * from "./commands/PutManagedScalingPolicyCommand";
export * from "./commands/RemoveAutoScalingPolicyCommand";
export * from "./commands/RemoveAutoTerminationPolicyCommand";
export * from "./commands/RemoveManagedScalingPolicyCommand";
export * from "./commands/RemoveTagsCommand";
export * from "./commands/RunJobFlowCommand";
export * from "./commands/SetTerminationProtectionCommand";
export * from "./commands/SetVisibleToAllUsersCommand";
export * from "./commands/StartNotebookExecutionCommand";
export * from "./commands/StopNotebookExecutionCommand";
export * from "./commands/TerminateJobFlowsCommand";
export * from "./commands/UpdateStudioCommand";
export * from "./commands/UpdateStudioSessionMappingCommand";
export * from "./pagination/Interfaces";
export * from "./models/index";
export * from "./commands";
export * from "./models";
export * from "./pagination";
export * from "./waiters";

@@ -0,70 +1,6 @@

export * from "./EMR";
export * from "./EMRClient";
export * from "./EMR";
export * from "./commands/AddInstanceFleetCommand";
export * from "./commands/AddInstanceGroupsCommand";
export * from "./commands/AddJobFlowStepsCommand";
export * from "./commands/AddTagsCommand";
export * from "./commands/CancelStepsCommand";
export * from "./commands/CreateSecurityConfigurationCommand";
export * from "./commands/CreateStudioCommand";
export * from "./commands/CreateStudioSessionMappingCommand";
export * from "./commands/DeleteSecurityConfigurationCommand";
export * from "./commands/DeleteStudioCommand";
export * from "./commands/DeleteStudioSessionMappingCommand";
export * from "./commands/DescribeClusterCommand";
export * from "./waiters/waitForClusterRunning";
export * from "./waiters/waitForClusterTerminated";
export * from "./commands/DescribeJobFlowsCommand";
export * from "./commands/DescribeNotebookExecutionCommand";
export * from "./commands/DescribeReleaseLabelCommand";
export * from "./commands/DescribeSecurityConfigurationCommand";
export * from "./commands/DescribeStepCommand";
export * from "./waiters/waitForStepComplete";
export * from "./commands/DescribeStudioCommand";
export * from "./commands/GetAutoTerminationPolicyCommand";
export * from "./commands/GetBlockPublicAccessConfigurationCommand";
export * from "./commands/GetManagedScalingPolicyCommand";
export * from "./commands/GetStudioSessionMappingCommand";
export * from "./commands/ListBootstrapActionsCommand";
export * from "./pagination/ListBootstrapActionsPaginator";
export * from "./commands/ListClustersCommand";
export * from "./pagination/ListClustersPaginator";
export * from "./commands/ListInstanceFleetsCommand";
export * from "./pagination/ListInstanceFleetsPaginator";
export * from "./commands/ListInstanceGroupsCommand";
export * from "./pagination/ListInstanceGroupsPaginator";
export * from "./commands/ListInstancesCommand";
export * from "./pagination/ListInstancesPaginator";
export * from "./commands/ListNotebookExecutionsCommand";
export * from "./pagination/ListNotebookExecutionsPaginator";
export * from "./commands/ListReleaseLabelsCommand";
export * from "./pagination/ListReleaseLabelsPaginator";
export * from "./commands/ListSecurityConfigurationsCommand";
export * from "./pagination/ListSecurityConfigurationsPaginator";
export * from "./commands/ListStepsCommand";
export * from "./pagination/ListStepsPaginator";
export * from "./commands/ListStudiosCommand";
export * from "./pagination/ListStudiosPaginator";
export * from "./commands/ListStudioSessionMappingsCommand";
export * from "./pagination/ListStudioSessionMappingsPaginator";
export * from "./commands/ModifyClusterCommand";
export * from "./commands/ModifyInstanceFleetCommand";
export * from "./commands/ModifyInstanceGroupsCommand";
export * from "./commands/PutAutoScalingPolicyCommand";
export * from "./commands/PutAutoTerminationPolicyCommand";
export * from "./commands/PutBlockPublicAccessConfigurationCommand";
export * from "./commands/PutManagedScalingPolicyCommand";
export * from "./commands/RemoveAutoScalingPolicyCommand";
export * from "./commands/RemoveAutoTerminationPolicyCommand";
export * from "./commands/RemoveManagedScalingPolicyCommand";
export * from "./commands/RemoveTagsCommand";
export * from "./commands/RunJobFlowCommand";
export * from "./commands/SetTerminationProtectionCommand";
export * from "./commands/SetVisibleToAllUsersCommand";
export * from "./commands/StartNotebookExecutionCommand";
export * from "./commands/StopNotebookExecutionCommand";
export * from "./commands/TerminateJobFlowsCommand";
export * from "./commands/UpdateStudioCommand";
export * from "./commands/UpdateStudioSessionMappingCommand";
export * from "./pagination/Interfaces";
export * from "./models/index";
export * from "./commands";
export * from "./models";
export * from "./pagination";
export * from "./waiters";

@@ -0,70 +1,6 @@

export * from "./EMR";
export * from "./EMRClient";
export * from "./EMR";
export * from "./commands/AddInstanceFleetCommand";
export * from "./commands/AddInstanceGroupsCommand";
export * from "./commands/AddJobFlowStepsCommand";
export * from "./commands/AddTagsCommand";
export * from "./commands/CancelStepsCommand";
export * from "./commands/CreateSecurityConfigurationCommand";
export * from "./commands/CreateStudioCommand";
export * from "./commands/CreateStudioSessionMappingCommand";
export * from "./commands/DeleteSecurityConfigurationCommand";
export * from "./commands/DeleteStudioCommand";
export * from "./commands/DeleteStudioSessionMappingCommand";
export * from "./commands/DescribeClusterCommand";
export * from "./waiters/waitForClusterRunning";
export * from "./waiters/waitForClusterTerminated";
export * from "./commands/DescribeJobFlowsCommand";
export * from "./commands/DescribeNotebookExecutionCommand";
export * from "./commands/DescribeReleaseLabelCommand";
export * from "./commands/DescribeSecurityConfigurationCommand";
export * from "./commands/DescribeStepCommand";
export * from "./waiters/waitForStepComplete";
export * from "./commands/DescribeStudioCommand";
export * from "./commands/GetAutoTerminationPolicyCommand";
export * from "./commands/GetBlockPublicAccessConfigurationCommand";
export * from "./commands/GetManagedScalingPolicyCommand";
export * from "./commands/GetStudioSessionMappingCommand";
export * from "./commands/ListBootstrapActionsCommand";
export * from "./pagination/ListBootstrapActionsPaginator";
export * from "./commands/ListClustersCommand";
export * from "./pagination/ListClustersPaginator";
export * from "./commands/ListInstanceFleetsCommand";
export * from "./pagination/ListInstanceFleetsPaginator";
export * from "./commands/ListInstanceGroupsCommand";
export * from "./pagination/ListInstanceGroupsPaginator";
export * from "./commands/ListInstancesCommand";
export * from "./pagination/ListInstancesPaginator";
export * from "./commands/ListNotebookExecutionsCommand";
export * from "./pagination/ListNotebookExecutionsPaginator";
export * from "./commands/ListReleaseLabelsCommand";
export * from "./pagination/ListReleaseLabelsPaginator";
export * from "./commands/ListSecurityConfigurationsCommand";
export * from "./pagination/ListSecurityConfigurationsPaginator";
export * from "./commands/ListStepsCommand";
export * from "./pagination/ListStepsPaginator";
export * from "./commands/ListStudiosCommand";
export * from "./pagination/ListStudiosPaginator";
export * from "./commands/ListStudioSessionMappingsCommand";
export * from "./pagination/ListStudioSessionMappingsPaginator";
export * from "./commands/ModifyClusterCommand";
export * from "./commands/ModifyInstanceFleetCommand";
export * from "./commands/ModifyInstanceGroupsCommand";
export * from "./commands/PutAutoScalingPolicyCommand";
export * from "./commands/PutAutoTerminationPolicyCommand";
export * from "./commands/PutBlockPublicAccessConfigurationCommand";
export * from "./commands/PutManagedScalingPolicyCommand";
export * from "./commands/RemoveAutoScalingPolicyCommand";
export * from "./commands/RemoveAutoTerminationPolicyCommand";
export * from "./commands/RemoveManagedScalingPolicyCommand";
export * from "./commands/RemoveTagsCommand";
export * from "./commands/RunJobFlowCommand";
export * from "./commands/SetTerminationProtectionCommand";
export * from "./commands/SetVisibleToAllUsersCommand";
export * from "./commands/StartNotebookExecutionCommand";
export * from "./commands/StopNotebookExecutionCommand";
export * from "./commands/TerminateJobFlowsCommand";
export * from "./commands/UpdateStudioCommand";
export * from "./commands/UpdateStudioSessionMappingCommand";
export * from "./pagination/Interfaces";
export * from "./models/index";
export * from "./commands";
export * from "./models";
export * from "./pagination";
export * from "./waiters";
{
"name": "@aws-sdk/client-emr",
"description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
"version": "3.37.0",
"version": "3.38.0",
"scripts": {

@@ -24,22 +24,22 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.37.0",
"@aws-sdk/config-resolver": "3.37.0",
"@aws-sdk/credential-provider-node": "3.37.0",
"@aws-sdk/fetch-http-handler": "3.37.0",
"@aws-sdk/hash-node": "3.37.0",
"@aws-sdk/invalid-dependency": "3.37.0",
"@aws-sdk/middleware-content-length": "3.37.0",
"@aws-sdk/middleware-host-header": "3.37.0",
"@aws-sdk/middleware-logger": "3.37.0",
"@aws-sdk/middleware-retry": "3.37.0",
"@aws-sdk/middleware-serde": "3.37.0",
"@aws-sdk/middleware-signing": "3.37.0",
"@aws-sdk/middleware-stack": "3.37.0",
"@aws-sdk/middleware-user-agent": "3.37.0",
"@aws-sdk/node-config-provider": "3.37.0",
"@aws-sdk/node-http-handler": "3.37.0",
"@aws-sdk/protocol-http": "3.37.0",
"@aws-sdk/smithy-client": "3.37.0",
"@aws-sdk/types": "3.37.0",
"@aws-sdk/url-parser": "3.37.0",
"@aws-sdk/client-sts": "3.38.0",
"@aws-sdk/config-resolver": "3.38.0",
"@aws-sdk/credential-provider-node": "3.38.0",
"@aws-sdk/fetch-http-handler": "3.38.0",
"@aws-sdk/hash-node": "3.38.0",
"@aws-sdk/invalid-dependency": "3.38.0",
"@aws-sdk/middleware-content-length": "3.38.0",
"@aws-sdk/middleware-host-header": "3.38.0",
"@aws-sdk/middleware-logger": "3.38.0",
"@aws-sdk/middleware-retry": "3.38.0",
"@aws-sdk/middleware-serde": "3.38.0",
"@aws-sdk/middleware-signing": "3.38.0",
"@aws-sdk/middleware-stack": "3.38.0",
"@aws-sdk/middleware-user-agent": "3.38.0",
"@aws-sdk/node-config-provider": "3.38.0",
"@aws-sdk/node-http-handler": "3.38.0",
"@aws-sdk/protocol-http": "3.38.0",
"@aws-sdk/smithy-client": "3.38.0",
"@aws-sdk/types": "3.38.0",
"@aws-sdk/url-parser": "3.38.0",
"@aws-sdk/util-base64-browser": "3.37.0",

@@ -49,11 +49,11 @@ "@aws-sdk/util-base64-node": "3.37.0",

"@aws-sdk/util-body-length-node": "3.37.0",
"@aws-sdk/util-user-agent-browser": "3.37.0",
"@aws-sdk/util-user-agent-node": "3.37.0",
"@aws-sdk/util-user-agent-browser": "3.38.0",
"@aws-sdk/util-user-agent-node": "3.38.0",
"@aws-sdk/util-utf8-browser": "3.37.0",
"@aws-sdk/util-utf8-node": "3.37.0",
"@aws-sdk/util-waiter": "3.37.0",
"@aws-sdk/util-waiter": "3.38.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.37.0",
"@aws-sdk/service-client-documentation-generator": "3.38.0",
"@types/node": "^12.7.5",

@@ -60,0 +60,0 @@ "downlevel-dts": "0.7.0",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc