@aws-sdk/client-emr 3.194.0 → 3.196.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/CHANGELOG.md +19 -0
- package/dist-cjs/EMRClient.js +11 -8
- package/dist-cjs/commands/AddInstanceFleetCommand.js +10 -0
- package/dist-cjs/commands/AddInstanceGroupsCommand.js +10 -0
- package/dist-cjs/commands/AddJobFlowStepsCommand.js +10 -0
- package/dist-cjs/commands/AddTagsCommand.js +10 -0
- package/dist-cjs/commands/CancelStepsCommand.js +10 -0
- package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +10 -0
- package/dist-cjs/commands/CreateStudioCommand.js +10 -0
- package/dist-cjs/commands/CreateStudioSessionMappingCommand.js +10 -0
- package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeleteStudioCommand.js +10 -0
- package/dist-cjs/commands/DeleteStudioSessionMappingCommand.js +10 -0
- package/dist-cjs/commands/DescribeClusterCommand.js +10 -0
- package/dist-cjs/commands/DescribeJobFlowsCommand.js +10 -0
- package/dist-cjs/commands/DescribeNotebookExecutionCommand.js +10 -0
- package/dist-cjs/commands/DescribeReleaseLabelCommand.js +10 -0
- package/dist-cjs/commands/DescribeSecurityConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DescribeStepCommand.js +10 -0
- package/dist-cjs/commands/DescribeStudioCommand.js +10 -0
- package/dist-cjs/commands/GetAutoTerminationPolicyCommand.js +10 -0
- package/dist-cjs/commands/GetBlockPublicAccessConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetManagedScalingPolicyCommand.js +10 -0
- package/dist-cjs/commands/GetStudioSessionMappingCommand.js +10 -0
- package/dist-cjs/commands/ListBootstrapActionsCommand.js +10 -0
- package/dist-cjs/commands/ListClustersCommand.js +10 -0
- package/dist-cjs/commands/ListInstanceFleetsCommand.js +10 -0
- package/dist-cjs/commands/ListInstanceGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListInstancesCommand.js +10 -0
- package/dist-cjs/commands/ListNotebookExecutionsCommand.js +10 -0
- package/dist-cjs/commands/ListReleaseLabelsCommand.js +10 -0
- package/dist-cjs/commands/ListSecurityConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/ListStepsCommand.js +10 -0
- package/dist-cjs/commands/ListStudioSessionMappingsCommand.js +10 -0
- package/dist-cjs/commands/ListStudiosCommand.js +10 -0
- package/dist-cjs/commands/ModifyClusterCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceFleetCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceGroupsCommand.js +10 -0
- package/dist-cjs/commands/PutAutoScalingPolicyCommand.js +10 -0
- package/dist-cjs/commands/PutAutoTerminationPolicyCommand.js +10 -0
- package/dist-cjs/commands/PutBlockPublicAccessConfigurationCommand.js +10 -0
- package/dist-cjs/commands/PutManagedScalingPolicyCommand.js +10 -0
- package/dist-cjs/commands/RemoveAutoScalingPolicyCommand.js +10 -0
- package/dist-cjs/commands/RemoveAutoTerminationPolicyCommand.js +10 -0
- package/dist-cjs/commands/RemoveManagedScalingPolicyCommand.js +10 -0
- package/dist-cjs/commands/RemoveTagsCommand.js +10 -0
- package/dist-cjs/commands/RunJobFlowCommand.js +10 -0
- package/dist-cjs/commands/SetTerminationProtectionCommand.js +10 -0
- package/dist-cjs/commands/SetVisibleToAllUsersCommand.js +10 -0
- package/dist-cjs/commands/StartNotebookExecutionCommand.js +10 -0
- package/dist-cjs/commands/StopNotebookExecutionCommand.js +10 -0
- package/dist-cjs/commands/TerminateJobFlowsCommand.js +10 -0
- package/dist-cjs/commands/UpdateStudioCommand.js +10 -0
- package/dist-cjs/commands/UpdateStudioSessionMappingCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +343 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/EMRClient.js +12 -9
- package/dist-es/commands/AddInstanceFleetCommand.js +10 -0
- package/dist-es/commands/AddInstanceGroupsCommand.js +10 -0
- package/dist-es/commands/AddJobFlowStepsCommand.js +10 -0
- package/dist-es/commands/AddTagsCommand.js +10 -0
- package/dist-es/commands/CancelStepsCommand.js +10 -0
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +10 -0
- package/dist-es/commands/CreateStudioCommand.js +10 -0
- package/dist-es/commands/CreateStudioSessionMappingCommand.js +10 -0
- package/dist-es/commands/DeleteSecurityConfigurationCommand.js +10 -0
- package/dist-es/commands/DeleteStudioCommand.js +10 -0
- package/dist-es/commands/DeleteStudioSessionMappingCommand.js +10 -0
- package/dist-es/commands/DescribeClusterCommand.js +10 -0
- package/dist-es/commands/DescribeJobFlowsCommand.js +10 -0
- package/dist-es/commands/DescribeNotebookExecutionCommand.js +10 -0
- package/dist-es/commands/DescribeReleaseLabelCommand.js +10 -0
- package/dist-es/commands/DescribeSecurityConfigurationCommand.js +10 -0
- package/dist-es/commands/DescribeStepCommand.js +10 -0
- package/dist-es/commands/DescribeStudioCommand.js +10 -0
- package/dist-es/commands/GetAutoTerminationPolicyCommand.js +10 -0
- package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +10 -0
- package/dist-es/commands/GetManagedScalingPolicyCommand.js +10 -0
- package/dist-es/commands/GetStudioSessionMappingCommand.js +10 -0
- package/dist-es/commands/ListBootstrapActionsCommand.js +10 -0
- package/dist-es/commands/ListClustersCommand.js +10 -0
- package/dist-es/commands/ListInstanceFleetsCommand.js +10 -0
- package/dist-es/commands/ListInstanceGroupsCommand.js +10 -0
- package/dist-es/commands/ListInstancesCommand.js +10 -0
- package/dist-es/commands/ListNotebookExecutionsCommand.js +10 -0
- package/dist-es/commands/ListReleaseLabelsCommand.js +10 -0
- package/dist-es/commands/ListSecurityConfigurationsCommand.js +10 -0
- package/dist-es/commands/ListStepsCommand.js +10 -0
- package/dist-es/commands/ListStudioSessionMappingsCommand.js +10 -0
- package/dist-es/commands/ListStudiosCommand.js +10 -0
- package/dist-es/commands/ModifyClusterCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceFleetCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceGroupsCommand.js +10 -0
- package/dist-es/commands/PutAutoScalingPolicyCommand.js +10 -0
- package/dist-es/commands/PutAutoTerminationPolicyCommand.js +10 -0
- package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +10 -0
- package/dist-es/commands/PutManagedScalingPolicyCommand.js +10 -0
- package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +10 -0
- package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +10 -0
- package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +10 -0
- package/dist-es/commands/RemoveTagsCommand.js +10 -0
- package/dist-es/commands/RunJobFlowCommand.js +10 -0
- package/dist-es/commands/SetTerminationProtectionCommand.js +10 -0
- package/dist-es/commands/SetVisibleToAllUsersCommand.js +10 -0
- package/dist-es/commands/StartNotebookExecutionCommand.js +10 -0
- package/dist-es/commands/StopNotebookExecutionCommand.js +10 -0
- package/dist-es/commands/TerminateJobFlowsCommand.js +10 -0
- package/dist-es/commands/UpdateStudioCommand.js +10 -0
- package/dist-es/commands/UpdateStudioSessionMappingCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +340 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/EMRClient.d.ts +6 -9
- 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/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/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/GetManagedScalingPolicyCommand.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/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/SetTerminationProtectionCommand.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/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/EMRClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -194
- package/dist-es/endpoints.js +0 -190
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListSecurityConfigurationsInputFilterSensitiveLog, ListSecurityConfigurationsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListSecurityConfigurationsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListSecurityConfigurationsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListStepsInputFilterSensitiveLog, ListStepsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListStepsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListStepsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListStudioSessionMappingsInputFilterSensitiveLog, ListStudioSessionMappingsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListStudioSessionMappingsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListStudioSessionMappingsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListStudiosInputFilterSensitiveLog, ListStudiosOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListStudiosCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListStudiosCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ModifyClusterInputFilterSensitiveLog, ModifyClusterOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ModifyClusterCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ModifyClusterCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ModifyInstanceFleetInputFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ModifyInstanceFleetCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ModifyInstanceFleetCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ModifyInstanceGroupsInputFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ModifyInstanceGroupsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ModifyInstanceGroupsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PutAutoScalingPolicyInputFilterSensitiveLog, PutAutoScalingPolicyOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class PutAutoScalingPolicyCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutAutoScalingPolicyCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PutAutoTerminationPolicyInputFilterSensitiveLog, PutAutoTerminationPolicyOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class PutAutoTerminationPolicyCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutAutoTerminationPolicyCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PutBlockPublicAccessConfigurationInputFilterSensitiveLog, PutBlockPublicAccessConfigurationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class PutBlockPublicAccessConfigurationCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutBlockPublicAccessConfigurationCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PutManagedScalingPolicyInputFilterSensitiveLog, PutManagedScalingPolicyOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class PutManagedScalingPolicyCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutManagedScalingPolicyCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RemoveAutoScalingPolicyInputFilterSensitiveLog, RemoveAutoScalingPolicyOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class RemoveAutoScalingPolicyCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, RemoveAutoScalingPolicyCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RemoveAutoTerminationPolicyInputFilterSensitiveLog, RemoveAutoTerminationPolicyOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class RemoveAutoTerminationPolicyCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, RemoveAutoTerminationPolicyCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RemoveManagedScalingPolicyInputFilterSensitiveLog, RemoveManagedScalingPolicyOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class RemoveManagedScalingPolicyCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, RemoveManagedScalingPolicyCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RemoveTagsInputFilterSensitiveLog, RemoveTagsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class RemoveTagsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, RemoveTagsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RunJobFlowInputFilterSensitiveLog, RunJobFlowOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class RunJobFlowCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, RunJobFlowCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { SetTerminationProtectionInputFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class SetTerminationProtectionCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, SetTerminationProtectionCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { SetVisibleToAllUsersInputFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class SetVisibleToAllUsersCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, SetVisibleToAllUsersCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { StartNotebookExecutionInputFilterSensitiveLog, StartNotebookExecutionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class StartNotebookExecutionCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, StartNotebookExecutionCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { StopNotebookExecutionInputFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class StopNotebookExecutionCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, StopNotebookExecutionCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { TerminateJobFlowsInputFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class TerminateJobFlowsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, TerminateJobFlowsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UpdateStudioInputFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class UpdateStudioCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateStudioCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UpdateStudioSessionMappingInputFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class UpdateStudioSessionMappingCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateStudioSessionMappingCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "EMRClient";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { resolveEndpoint } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { ruleSet } from "./ruleset";
|
|
3
|
+
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
|
+
return resolveEndpoint(ruleSet, {
|
|
5
|
+
endpointParams: endpointParams,
|
|
6
|
+
logger: context.logger,
|
|
7
|
+
});
|
|
8
|
+
};
|