@aws-sdk/client-emr 3.890.0 → 3.891.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/AddInstanceFleetCommand.d.ts +2 -0
- package/dist-types/commands/AddInstanceGroupsCommand.d.ts +2 -0
- package/dist-types/commands/AddJobFlowStepsCommand.d.ts +2 -0
- package/dist-types/commands/AddTagsCommand.d.ts +2 -0
- package/dist-types/commands/CancelStepsCommand.d.ts +2 -0
- package/dist-types/commands/CreatePersistentAppUICommand.d.ts +2 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateStudioCommand.d.ts +2 -0
- package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStudioCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -0
- package/dist-types/commands/DescribeJobFlowsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +2 -0
- package/dist-types/commands/DescribePersistentAppUICommand.d.ts +2 -0
- package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStepCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStudioCommand.d.ts +2 -0
- package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetClusterSessionCredentialsCommand.d.ts +2 -0
- package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetOnClusterAppUIPresignedURLCommand.d.ts +2 -0
- package/dist-types/commands/GetPersistentAppUIPresignedURLCommand.d.ts +2 -0
- package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +2 -0
- package/dist-types/commands/ListBootstrapActionsCommand.d.ts +2 -0
- package/dist-types/commands/ListClustersCommand.d.ts +2 -0
- package/dist-types/commands/ListInstanceFleetsCommand.d.ts +2 -0
- package/dist-types/commands/ListInstanceGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +2 -0
- package/dist-types/commands/ListReleaseLabelsCommand.d.ts +2 -0
- package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListStepsCommand.d.ts +2 -0
- package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +2 -0
- package/dist-types/commands/ListStudiosCommand.d.ts +2 -0
- package/dist-types/commands/ListSupportedInstanceTypesCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +2 -0
- package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +2 -0
- package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +2 -0
- package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +2 -0
- package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +2 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +2 -0
- package/dist-types/commands/RunJobFlowCommand.d.ts +2 -0
- package/dist-types/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +2 -0
- package/dist-types/commands/SetTerminationProtectionCommand.d.ts +2 -0
- package/dist-types/commands/SetUnhealthyNodeReplacementCommand.d.ts +2 -0
- package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +2 -0
- package/dist-types/commands/StartNotebookExecutionCommand.d.ts +2 -0
- package/dist-types/commands/StopNotebookExecutionCommand.d.ts +2 -0
- package/dist-types/commands/TerminateJobFlowsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateStudioCommand.d.ts +2 -0
- package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -37,6 +37,8 @@ declare const AddInstanceFleetCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { EMRClient, AddInstanceFleetCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
39
39
|
* // const { EMRClient, AddInstanceFleetCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
40
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
41
|
+
* const config = {}; // type is EMRClientConfig
|
|
40
42
|
* const client = new EMRClient(config);
|
|
41
43
|
* const input = { // AddInstanceFleetInput
|
|
42
44
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AddInstanceGroupsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, AddInstanceGroupsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, AddInstanceGroupsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // AddInstanceGroupsInput
|
|
38
40
|
* InstanceGroups: [ // InstanceGroupConfigList // required
|
|
@@ -51,6 +51,8 @@ declare const AddJobFlowStepsCommand_base: {
|
|
|
51
51
|
* ```javascript
|
|
52
52
|
* import { EMRClient, AddJobFlowStepsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
53
53
|
* // const { EMRClient, AddJobFlowStepsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
54
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
55
|
+
* const config = {}; // type is EMRClientConfig
|
|
54
56
|
* const client = new EMRClient(config);
|
|
55
57
|
* const input = { // AddJobFlowStepsInput
|
|
56
58
|
* JobFlowId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const AddTagsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { EMRClient, AddTagsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
39
39
|
* // const { EMRClient, AddTagsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
40
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
41
|
+
* const config = {}; // type is EMRClientConfig
|
|
40
42
|
* const client = new EMRClient(config);
|
|
41
43
|
* const input = { // AddTagsInput
|
|
42
44
|
* ResourceId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CancelStepsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { EMRClient, CancelStepsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
39
39
|
* // const { EMRClient, CancelStepsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
40
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
41
|
+
* const config = {}; // type is EMRClientConfig
|
|
40
42
|
* const client = new EMRClient(config);
|
|
41
43
|
* const input = { // CancelStepsInput
|
|
42
44
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreatePersistentAppUICommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, CreatePersistentAppUICommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, CreatePersistentAppUICommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // CreatePersistentAppUIInput
|
|
38
40
|
* TargetResourceArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateSecurityConfigurationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { EMRClient, CreateSecurityConfigurationCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
36
36
|
* // const { EMRClient, CreateSecurityConfigurationCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
37
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
38
|
+
* const config = {}; // type is EMRClientConfig
|
|
37
39
|
* const client = new EMRClient(config);
|
|
38
40
|
* const input = { // CreateSecurityConfigurationInput
|
|
39
41
|
* Name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateStudioCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, CreateStudioCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, CreateStudioCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // CreateStudioInput
|
|
38
40
|
* Name: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateStudioSessionMappingCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { EMRClient, CreateStudioSessionMappingCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
39
39
|
* // const { EMRClient, CreateStudioSessionMappingCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
40
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
41
|
+
* const config = {}; // type is EMRClientConfig
|
|
40
42
|
* const client = new EMRClient(config);
|
|
41
43
|
* const input = { // CreateStudioSessionMappingInput
|
|
42
44
|
* StudioId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSecurityConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, DeleteSecurityConfigurationCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, DeleteSecurityConfigurationCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // DeleteSecurityConfigurationInput
|
|
38
40
|
* Name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteStudioCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, DeleteStudioCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, DeleteStudioCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // DeleteStudioInput
|
|
38
40
|
* StudioId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteStudioSessionMappingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, DeleteStudioSessionMappingCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, DeleteStudioSessionMappingCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // DeleteStudioSessionMappingInput
|
|
38
40
|
* StudioId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeClusterCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { EMRClient, DescribeClusterCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
36
36
|
* // const { EMRClient, DescribeClusterCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
37
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
38
|
+
* const config = {}; // type is EMRClientConfig
|
|
37
39
|
* const client = new EMRClient(config);
|
|
38
40
|
* const input = { // DescribeClusterInput
|
|
39
41
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -55,6 +55,8 @@ declare const DescribeJobFlowsCommand_base: {
|
|
|
55
55
|
* ```javascript
|
|
56
56
|
* import { EMRClient, DescribeJobFlowsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
57
57
|
* // const { EMRClient, DescribeJobFlowsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
58
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
59
|
+
* const config = {}; // type is EMRClientConfig
|
|
58
60
|
* const client = new EMRClient(config);
|
|
59
61
|
* const input = { // DescribeJobFlowsInput
|
|
60
62
|
* CreatedAfter: new Date("TIMESTAMP"),
|
|
@@ -33,6 +33,8 @@ declare const DescribeNotebookExecutionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, DescribeNotebookExecutionCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, DescribeNotebookExecutionCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // DescribeNotebookExecutionInput
|
|
38
40
|
* NotebookExecutionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribePersistentAppUICommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, DescribePersistentAppUICommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, DescribePersistentAppUICommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // DescribePersistentAppUIInput
|
|
38
40
|
* PersistentAppUIId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeReleaseLabelCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { EMRClient, DescribeReleaseLabelCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
37
37
|
* // const { EMRClient, DescribeReleaseLabelCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
38
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
39
|
+
* const config = {}; // type is EMRClientConfig
|
|
38
40
|
* const client = new EMRClient(config);
|
|
39
41
|
* const input = { // DescribeReleaseLabelInput
|
|
40
42
|
* ReleaseLabel: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const DescribeSecurityConfigurationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { EMRClient, DescribeSecurityConfigurationCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
36
36
|
* // const { EMRClient, DescribeSecurityConfigurationCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
37
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
38
|
+
* const config = {}; // type is EMRClientConfig
|
|
37
39
|
* const client = new EMRClient(config);
|
|
38
40
|
* const input = { // DescribeSecurityConfigurationInput
|
|
39
41
|
* Name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeStepCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, DescribeStepCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, DescribeStepCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // DescribeStepInput
|
|
38
40
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeStudioCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { EMRClient, DescribeStudioCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
36
36
|
* // const { EMRClient, DescribeStudioCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
37
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
38
|
+
* const config = {}; // type is EMRClientConfig
|
|
37
39
|
* const client = new EMRClient(config);
|
|
38
40
|
* const input = { // DescribeStudioInput
|
|
39
41
|
* StudioId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAutoTerminationPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, GetAutoTerminationPolicyCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, GetAutoTerminationPolicyCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // GetAutoTerminationPolicyInput
|
|
38
40
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetBlockPublicAccessConfigurationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { EMRClient, GetBlockPublicAccessConfigurationCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
37
37
|
* // const { EMRClient, GetBlockPublicAccessConfigurationCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
38
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
39
|
+
* const config = {}; // type is EMRClientConfig
|
|
38
40
|
* const client = new EMRClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new GetBlockPublicAccessConfigurationCommand(input);
|
|
@@ -36,6 +36,8 @@ declare const GetClusterSessionCredentialsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { EMRClient, GetClusterSessionCredentialsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
38
38
|
* // const { EMRClient, GetClusterSessionCredentialsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
39
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
40
|
+
* const config = {}; // type is EMRClientConfig
|
|
39
41
|
* const client = new EMRClient(config);
|
|
40
42
|
* const input = { // GetClusterSessionCredentialsInput
|
|
41
43
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetManagedScalingPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, GetManagedScalingPolicyCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, GetManagedScalingPolicyCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // GetManagedScalingPolicyInput
|
|
38
40
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetOnClusterAppUIPresignedURLCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, GetOnClusterAppUIPresignedURLCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, GetOnClusterAppUIPresignedURLCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // GetOnClusterAppUIPresignedURLInput
|
|
38
40
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetPersistentAppUIPresignedURLCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, GetPersistentAppUIPresignedURLCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, GetPersistentAppUIPresignedURLCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // GetPersistentAppUIPresignedURLInput
|
|
38
40
|
* PersistentAppUIId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetStudioSessionMappingCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { EMRClient, GetStudioSessionMappingCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
36
36
|
* // const { EMRClient, GetStudioSessionMappingCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
37
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
38
|
+
* const config = {}; // type is EMRClientConfig
|
|
37
39
|
* const client = new EMRClient(config);
|
|
38
40
|
* const input = { // GetStudioSessionMappingInput
|
|
39
41
|
* StudioId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListBootstrapActionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, ListBootstrapActionsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, ListBootstrapActionsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // ListBootstrapActionsInput
|
|
38
40
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const ListClustersCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { EMRClient, ListClustersCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
39
39
|
* // const { EMRClient, ListClustersCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
40
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
41
|
+
* const config = {}; // type is EMRClientConfig
|
|
40
42
|
* const client = new EMRClient(config);
|
|
41
43
|
* const input = { // ListClustersInput
|
|
42
44
|
* CreatedAfter: new Date("TIMESTAMP"),
|
|
@@ -37,6 +37,8 @@ declare const ListInstanceFleetsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { EMRClient, ListInstanceFleetsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
39
39
|
* // const { EMRClient, ListInstanceFleetsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
40
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
41
|
+
* const config = {}; // type is EMRClientConfig
|
|
40
42
|
* const client = new EMRClient(config);
|
|
41
43
|
* const input = { // ListInstanceFleetsInput
|
|
42
44
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListInstanceGroupsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, ListInstanceGroupsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, ListInstanceGroupsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // ListInstanceGroupsInput
|
|
38
40
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListInstancesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { EMRClient, ListInstancesCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
38
38
|
* // const { EMRClient, ListInstancesCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
39
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
40
|
+
* const config = {}; // type is EMRClientConfig
|
|
39
41
|
* const client = new EMRClient(config);
|
|
40
42
|
* const input = { // ListInstancesInput
|
|
41
43
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListNotebookExecutionsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { EMRClient, ListNotebookExecutionsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
38
38
|
* // const { EMRClient, ListNotebookExecutionsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
39
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
40
|
+
* const config = {}; // type is EMRClientConfig
|
|
39
41
|
* const client = new EMRClient(config);
|
|
40
42
|
* const input = { // ListNotebookExecutionsInput
|
|
41
43
|
* EditorId: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListReleaseLabelsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { EMRClient, ListReleaseLabelsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
36
36
|
* // const { EMRClient, ListReleaseLabelsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
37
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
38
|
+
* const config = {}; // type is EMRClientConfig
|
|
37
39
|
* const client = new EMRClient(config);
|
|
38
40
|
* const input = { // ListReleaseLabelsInput
|
|
39
41
|
* Filters: { // ReleaseLabelFilter
|
|
@@ -36,6 +36,8 @@ declare const ListSecurityConfigurationsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { EMRClient, ListSecurityConfigurationsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
38
38
|
* // const { EMRClient, ListSecurityConfigurationsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
39
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
40
|
+
* const config = {}; // type is EMRClientConfig
|
|
39
41
|
* const client = new EMRClient(config);
|
|
40
42
|
* const input = { // ListSecurityConfigurationsInput
|
|
41
43
|
* Marker: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const ListStepsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { EMRClient, ListStepsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
40
40
|
* // const { EMRClient, ListStepsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
41
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
42
|
+
* const config = {}; // type is EMRClientConfig
|
|
41
43
|
* const client = new EMRClient(config);
|
|
42
44
|
* const input = { // ListStepsInput
|
|
43
45
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListStudioSessionMappingsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { EMRClient, ListStudioSessionMappingsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
36
36
|
* // const { EMRClient, ListStudioSessionMappingsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
37
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
38
|
+
* const config = {}; // type is EMRClientConfig
|
|
37
39
|
* const client = new EMRClient(config);
|
|
38
40
|
* const input = { // ListStudioSessionMappingsInput
|
|
39
41
|
* StudioId: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListStudiosCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { EMRClient, ListStudiosCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
36
36
|
* // const { EMRClient, ListStudiosCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
37
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
38
|
+
* const config = {}; // type is EMRClientConfig
|
|
37
39
|
* const client = new EMRClient(config);
|
|
38
40
|
* const input = { // ListStudiosInput
|
|
39
41
|
* Marker: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListSupportedInstanceTypesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { EMRClient, ListSupportedInstanceTypesCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
36
36
|
* // const { EMRClient, ListSupportedInstanceTypesCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
37
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
38
|
+
* const config = {}; // type is EMRClientConfig
|
|
37
39
|
* const client = new EMRClient(config);
|
|
38
40
|
* const input = { // ListSupportedInstanceTypesInput
|
|
39
41
|
* ReleaseLabel: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ModifyClusterCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { EMRClient, ModifyClusterCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
36
36
|
* // const { EMRClient, ModifyClusterCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
37
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
38
|
+
* const config = {}; // type is EMRClientConfig
|
|
37
39
|
* const client = new EMRClient(config);
|
|
38
40
|
* const input = { // ModifyClusterInput
|
|
39
41
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const ModifyInstanceFleetCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { EMRClient, ModifyInstanceFleetCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
41
41
|
* // const { EMRClient, ModifyInstanceFleetCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
42
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
43
|
+
* const config = {}; // type is EMRClientConfig
|
|
42
44
|
* const client = new EMRClient(config);
|
|
43
45
|
* const input = { // ModifyInstanceFleetInput
|
|
44
46
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ModifyInstanceGroupsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { EMRClient, ModifyInstanceGroupsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
37
37
|
* // const { EMRClient, ModifyInstanceGroupsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
38
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
39
|
+
* const config = {}; // type is EMRClientConfig
|
|
38
40
|
* const client = new EMRClient(config);
|
|
39
41
|
* const input = { // ModifyInstanceGroupsInput
|
|
40
42
|
* ClusterId: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const PutAutoScalingPolicyCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { EMRClient, PutAutoScalingPolicyCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
38
38
|
* // const { EMRClient, PutAutoScalingPolicyCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
39
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
40
|
+
* const config = {}; // type is EMRClientConfig
|
|
39
41
|
* const client = new EMRClient(config);
|
|
40
42
|
* const input = { // PutAutoScalingPolicyInput
|
|
41
43
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const PutAutoTerminationPolicyCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { EMRClient, PutAutoTerminationPolicyCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
43
43
|
* // const { EMRClient, PutAutoTerminationPolicyCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
44
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
45
|
+
* const config = {}; // type is EMRClientConfig
|
|
44
46
|
* const client = new EMRClient(config);
|
|
45
47
|
* const input = { // PutAutoTerminationPolicyInput
|
|
46
48
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const PutBlockPublicAccessConfigurationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { EMRClient, PutBlockPublicAccessConfigurationCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
38
38
|
* // const { EMRClient, PutBlockPublicAccessConfigurationCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
39
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
40
|
+
* const config = {}; // type is EMRClientConfig
|
|
39
41
|
* const client = new EMRClient(config);
|
|
40
42
|
* const input = { // PutBlockPublicAccessConfigurationInput
|
|
41
43
|
* BlockPublicAccessConfiguration: { // BlockPublicAccessConfiguration
|
|
@@ -36,6 +36,8 @@ declare const PutManagedScalingPolicyCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { EMRClient, PutManagedScalingPolicyCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
38
38
|
* // const { EMRClient, PutManagedScalingPolicyCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
39
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
40
|
+
* const config = {}; // type is EMRClientConfig
|
|
39
41
|
* const client = new EMRClient(config);
|
|
40
42
|
* const input = { // PutManagedScalingPolicyInput
|
|
41
43
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RemoveAutoScalingPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, RemoveAutoScalingPolicyCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, RemoveAutoScalingPolicyCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // RemoveAutoScalingPolicyInput
|
|
38
40
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RemoveAutoTerminationPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, RemoveAutoTerminationPolicyCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, RemoveAutoTerminationPolicyCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // RemoveAutoTerminationPolicyInput
|
|
38
40
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RemoveManagedScalingPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, RemoveManagedScalingPolicyCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, RemoveManagedScalingPolicyCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // RemoveManagedScalingPolicyInput
|
|
38
40
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const RemoveTagsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { EMRClient, RemoveTagsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
39
39
|
* // const { EMRClient, RemoveTagsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
40
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
41
|
+
* const config = {}; // type is EMRClientConfig
|
|
40
42
|
* const client = new EMRClient(config);
|
|
41
43
|
* const input = { // RemoveTagsInput
|
|
42
44
|
* ResourceId: "STRING_VALUE", // required
|
|
@@ -54,6 +54,8 @@ declare const RunJobFlowCommand_base: {
|
|
|
54
54
|
* ```javascript
|
|
55
55
|
* import { EMRClient, RunJobFlowCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
56
56
|
* // const { EMRClient, RunJobFlowCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
57
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
58
|
+
* const config = {}; // type is EMRClientConfig
|
|
57
59
|
* const client = new EMRClient(config);
|
|
58
60
|
* const input = { // RunJobFlowInput
|
|
59
61
|
* Name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const SetKeepJobFlowAliveWhenNoStepsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { EMRClient, SetKeepJobFlowAliveWhenNoStepsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
38
38
|
* // const { EMRClient, SetKeepJobFlowAliveWhenNoStepsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
39
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
40
|
+
* const config = {}; // type is EMRClientConfig
|
|
39
41
|
* const client = new EMRClient(config);
|
|
40
42
|
* const input = { // SetKeepJobFlowAliveWhenNoStepsInput
|
|
41
43
|
* JobFlowIds: [ // XmlStringList // required
|
|
@@ -49,6 +49,8 @@ declare const SetTerminationProtectionCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { EMRClient, SetTerminationProtectionCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
51
51
|
* // const { EMRClient, SetTerminationProtectionCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
52
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
53
|
+
* const config = {}; // type is EMRClientConfig
|
|
52
54
|
* const client = new EMRClient(config);
|
|
53
55
|
* const input = { // SetTerminationProtectionInput
|
|
54
56
|
* JobFlowIds: [ // XmlStringList // required
|
|
@@ -44,6 +44,8 @@ declare const SetUnhealthyNodeReplacementCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { EMRClient, SetUnhealthyNodeReplacementCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
46
46
|
* // const { EMRClient, SetUnhealthyNodeReplacementCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
47
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
48
|
+
* const config = {}; // type is EMRClientConfig
|
|
47
49
|
* const client = new EMRClient(config);
|
|
48
50
|
* const input = { // SetUnhealthyNodeReplacementInput
|
|
49
51
|
* JobFlowIds: [ // XmlStringList // required
|
|
@@ -45,6 +45,8 @@ declare const SetVisibleToAllUsersCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { EMRClient, SetVisibleToAllUsersCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
47
47
|
* // const { EMRClient, SetVisibleToAllUsersCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
48
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
49
|
+
* const config = {}; // type is EMRClientConfig
|
|
48
50
|
* const client = new EMRClient(config);
|
|
49
51
|
* const input = { // SetVisibleToAllUsersInput
|
|
50
52
|
* JobFlowIds: [ // XmlStringList // required
|
|
@@ -33,6 +33,8 @@ declare const StartNotebookExecutionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, StartNotebookExecutionCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, StartNotebookExecutionCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // StartNotebookExecutionInput
|
|
38
40
|
* EditorId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const StopNotebookExecutionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, StopNotebookExecutionCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, StopNotebookExecutionCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // StopNotebookExecutionInput
|
|
38
40
|
* NotebookExecutionId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const TerminateJobFlowsCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { EMRClient, TerminateJobFlowsCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
41
41
|
* // const { EMRClient, TerminateJobFlowsCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
42
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
43
|
+
* const config = {}; // type is EMRClientConfig
|
|
42
44
|
* const client = new EMRClient(config);
|
|
43
45
|
* const input = { // TerminateJobFlowsInput
|
|
44
46
|
* JobFlowIds: [ // XmlStringList // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateStudioCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { EMRClient, UpdateStudioCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
36
36
|
* // const { EMRClient, UpdateStudioCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
37
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
38
|
+
* const config = {}; // type is EMRClientConfig
|
|
37
39
|
* const client = new EMRClient(config);
|
|
38
40
|
* const input = { // UpdateStudioInput
|
|
39
41
|
* StudioId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateStudioSessionMappingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EMRClient, UpdateStudioSessionMappingCommand } from "@aws-sdk/client-emr"; // ES Modules import
|
|
35
35
|
* // const { EMRClient, UpdateStudioSessionMappingCommand } = require("@aws-sdk/client-emr"); // CommonJS import
|
|
36
|
+
* // import type { EMRClientConfig } from "@aws-sdk/client-emr";
|
|
37
|
+
* const config = {}; // type is EMRClientConfig
|
|
36
38
|
* const client = new EMRClient(config);
|
|
37
39
|
* const input = { // UpdateStudioSessionMappingInput
|
|
38
40
|
* StudioId: "STRING_VALUE", // required
|
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.891.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@smithy/util-waiter": "^4.1.1",
|
|
60
60
|
"tslib": "^2.6.2"
|