@aws-sdk/client-emr-containers 3.34.0 → 3.37.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 +47 -0
- package/{dist/cjs → dist-cjs}/EMRContainers.js +1 -26
- package/dist-cjs/EMRContainersClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/CancelJobRunCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateManagedEndpointCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateVirtualClusterCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteManagedEndpointCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteVirtualClusterCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeJobRunCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeManagedEndpointCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeVirtualClusterCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListJobRunsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListManagedEndpointsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListVirtualClustersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StartJobRunCommand.js +2 -27
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -139
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListJobRunsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListManagedEndpointsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListVirtualClustersPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +3 -9
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/EMRContainers.js +1 -2
- package/{dist/es → dist-es}/EMRContainersClient.js +1 -2
- package/{dist/es → dist-es}/commands/CancelJobRunCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateManagedEndpointCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateVirtualClusterCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteManagedEndpointCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteVirtualClusterCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeJobRunCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeManagedEndpointCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeVirtualClusterCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListJobRunsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListManagedEndpointsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListVirtualClustersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartJobRunCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListJobRunsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListManagedEndpointsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListVirtualClustersPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/EMRContainers.d.ts +2 -2
- package/{dist/types → dist-types}/EMRContainersClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CancelJobRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateManagedEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateVirtualClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteManagedEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteVirtualClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeJobRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeManagedEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeVirtualClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListJobRunsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListManagedEndpointsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListVirtualClustersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartJobRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListJobRunsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListManagedEndpointsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListVirtualClustersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/EMRContainers.d.ts +18 -71
- package/{dist/types → dist-types}/ts3.4/EMRContainersClient.d.ts +32 -118
- package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +655 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListJobRunsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListManagedEndpointsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListVirtualClustersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/EMRContainers.ts +0 -550
- package/EMRContainersClient.ts +0 -328
- package/commands/CancelJobRunCommand.ts +0 -94
- package/commands/CreateManagedEndpointCommand.ts +0 -94
- package/commands/CreateVirtualClusterCommand.ts +0 -94
- package/commands/DeleteManagedEndpointCommand.ts +0 -94
- package/commands/DeleteVirtualClusterCommand.ts +0 -94
- package/commands/DescribeJobRunCommand.ts +0 -94
- package/commands/DescribeManagedEndpointCommand.ts +0 -94
- package/commands/DescribeVirtualClusterCommand.ts +0 -94
- package/commands/ListJobRunsCommand.ts +0 -94
- package/commands/ListManagedEndpointsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListVirtualClustersCommand.ts +0 -94
- package/commands/StartJobRunCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/dist/cjs/EMRContainers.js.map +0 -1
- package/dist/cjs/EMRContainersClient.js +0 -65
- package/dist/cjs/EMRContainersClient.js.map +0 -1
- package/dist/cjs/commands/CancelJobRunCommand.js.map +0 -1
- package/dist/cjs/commands/CreateManagedEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVirtualClusterCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteManagedEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVirtualClusterCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeJobRunCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeManagedEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVirtualClusterCommand.js.map +0 -1
- package/dist/cjs/commands/ListJobRunsCommand.js.map +0 -1
- package/dist/cjs/commands/ListManagedEndpointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListVirtualClustersCommand.js.map +0 -1
- package/dist/cjs/commands/StartJobRunCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListJobRunsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListManagedEndpointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListVirtualClustersPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/EMRContainers.js.map +0 -1
- package/dist/es/EMRContainersClient.js.map +0 -1
- package/dist/es/commands/CancelJobRunCommand.js.map +0 -1
- package/dist/es/commands/CreateManagedEndpointCommand.js.map +0 -1
- package/dist/es/commands/CreateVirtualClusterCommand.js.map +0 -1
- package/dist/es/commands/DeleteManagedEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteVirtualClusterCommand.js.map +0 -1
- package/dist/es/commands/DescribeJobRunCommand.js.map +0 -1
- package/dist/es/commands/DescribeManagedEndpointCommand.js.map +0 -1
- package/dist/es/commands/DescribeVirtualClusterCommand.js.map +0 -1
- package/dist/es/commands/ListJobRunsCommand.js.map +0 -1
- package/dist/es/commands/ListManagedEndpointsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListVirtualClustersCommand.js.map +0 -1
- package/dist/es/commands/StartJobRunCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -23
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListJobRunsPaginator.js.map +0 -1
- package/dist/es/pagination/ListManagedEndpointsPaginator.js.map +0 -1
- package/dist/es/pagination/ListVirtualClustersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/CancelJobRunCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeJobRunCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListJobRunsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListVirtualClustersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartJobRunCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -1073
- package/endpoints.ts +0 -83
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -1388
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListJobRunsPaginator.ts +0 -54
- package/pagination/ListManagedEndpointsPaginator.ts +0 -58
- package/pagination/ListVirtualClustersPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -2264
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTagsForResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { EMRContainersClient, ListTagsForResourceCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
|
|
14
|
-
* // const { EMRContainersClient, ListTagsForResourceCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
|
|
15
|
-
* const client = new EMRContainersClient(config);
|
|
16
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
61
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListVirtualClustersCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { EMRContainersClient, ListVirtualClustersCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
|
|
14
|
-
* // const { EMRContainersClient, ListVirtualClustersCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
|
|
15
|
-
* const client = new EMRContainersClient(config);
|
|
16
|
-
* const command = new ListVirtualClustersCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListVirtualClustersCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListVirtualClustersCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class ListVirtualClustersCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListVirtualClustersCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListVirtualClustersCommand = ListVirtualClustersCommand;
|
|
61
|
-
//# sourceMappingURL=ListVirtualClustersCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartJobRunCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { EMRContainersClient, StartJobRunCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
|
|
14
|
-
* // const { EMRContainersClient, StartJobRunCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
|
|
15
|
-
* const client = new EMRContainersClient(config);
|
|
16
|
-
* const command = new StartJobRunCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link StartJobRunCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link StartJobRunCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class StartJobRunCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class StartJobRunCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.StartJobRunCommand = StartJobRunCommand;
|
|
61
|
-
//# sourceMappingURL=StartJobRunCommand.js.map
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TagResourceCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class TagResourceCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "EMRContainersClient";
|
|
18
|
+
const commandName = "TagResourceCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.TagResourceRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.TagResourceResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1TagResourceCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { EMRContainersClient, UntagResourceCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
|
|
14
|
-
* // const { EMRContainersClient, UntagResourceCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
|
|
15
|
-
* const client = new EMRContainersClient(config);
|
|
16
|
-
* const command = new UntagResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -61,7 +61,7 @@ const partitionHash = {
|
|
|
61
61
|
hostname: "emr-containers.{region}.amazonaws.com.cn",
|
|
62
62
|
},
|
|
63
63
|
"aws-iso": {
|
|
64
|
-
regions: ["us-iso-east-1"],
|
|
64
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
65
65
|
hostname: "emr-containers.{region}.c2s.ic.gov",
|
|
66
66
|
},
|
|
67
67
|
"aws-iso-b": {
|
|
@@ -80,4 +80,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
|
|
|
80
80
|
partitionHash,
|
|
81
81
|
});
|
|
82
82
|
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
|
83
|
-
//# sourceMappingURL=endpoints.js.map
|
|
@@ -23,4 +23,3 @@ tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
|
23
23
|
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
24
24
|
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
25
25
|
tslib_1.__exportStar(require("./models/index"), exports);
|
|
26
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -5,45 +5,30 @@ exports.ListManagedEndpointsResponse = exports.ListJobRunsResponse = void 0;
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
var CancelJobRunRequest;
|
|
7
7
|
(function (CancelJobRunRequest) {
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
8
|
CancelJobRunRequest.filterSensitiveLog = (obj) => ({
|
|
12
9
|
...obj,
|
|
13
10
|
});
|
|
14
11
|
})(CancelJobRunRequest = exports.CancelJobRunRequest || (exports.CancelJobRunRequest = {}));
|
|
15
12
|
var CancelJobRunResponse;
|
|
16
13
|
(function (CancelJobRunResponse) {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
14
|
CancelJobRunResponse.filterSensitiveLog = (obj) => ({
|
|
21
15
|
...obj,
|
|
22
16
|
});
|
|
23
17
|
})(CancelJobRunResponse = exports.CancelJobRunResponse || (exports.CancelJobRunResponse = {}));
|
|
24
18
|
var InternalServerException;
|
|
25
19
|
(function (InternalServerException) {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
20
|
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
30
21
|
...obj,
|
|
31
22
|
});
|
|
32
23
|
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
33
24
|
var ValidationException;
|
|
34
25
|
(function (ValidationException) {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
26
|
ValidationException.filterSensitiveLog = (obj) => ({
|
|
39
27
|
...obj,
|
|
40
28
|
});
|
|
41
29
|
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
42
30
|
var CloudWatchMonitoringConfiguration;
|
|
43
31
|
(function (CloudWatchMonitoringConfiguration) {
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
32
|
CloudWatchMonitoringConfiguration.filterSensitiveLog = (obj) => ({
|
|
48
33
|
...obj,
|
|
49
34
|
});
|
|
@@ -55,45 +40,30 @@ var PersistentAppUI;
|
|
|
55
40
|
})(PersistentAppUI = exports.PersistentAppUI || (exports.PersistentAppUI = {}));
|
|
56
41
|
var S3MonitoringConfiguration;
|
|
57
42
|
(function (S3MonitoringConfiguration) {
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
43
|
S3MonitoringConfiguration.filterSensitiveLog = (obj) => ({
|
|
62
44
|
...obj,
|
|
63
45
|
});
|
|
64
46
|
})(S3MonitoringConfiguration = exports.S3MonitoringConfiguration || (exports.S3MonitoringConfiguration = {}));
|
|
65
47
|
var MonitoringConfiguration;
|
|
66
48
|
(function (MonitoringConfiguration) {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
49
|
MonitoringConfiguration.filterSensitiveLog = (obj) => ({
|
|
71
50
|
...obj,
|
|
72
51
|
});
|
|
73
52
|
})(MonitoringConfiguration = exports.MonitoringConfiguration || (exports.MonitoringConfiguration = {}));
|
|
74
53
|
var CreateManagedEndpointResponse;
|
|
75
54
|
(function (CreateManagedEndpointResponse) {
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
55
|
CreateManagedEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
80
56
|
...obj,
|
|
81
57
|
});
|
|
82
58
|
})(CreateManagedEndpointResponse = exports.CreateManagedEndpointResponse || (exports.CreateManagedEndpointResponse = {}));
|
|
83
59
|
var ResourceNotFoundException;
|
|
84
60
|
(function (ResourceNotFoundException) {
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
61
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
89
62
|
...obj,
|
|
90
63
|
});
|
|
91
64
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
92
65
|
var EksInfo;
|
|
93
66
|
(function (EksInfo) {
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
67
|
EksInfo.filterSensitiveLog = (obj) => ({
|
|
98
68
|
...obj,
|
|
99
69
|
});
|
|
@@ -105,9 +75,6 @@ var ContainerInfo;
|
|
|
105
75
|
return visitor.eksInfo(value.eksInfo);
|
|
106
76
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
107
77
|
};
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
78
|
ContainerInfo.filterSensitiveLog = (obj) => {
|
|
112
79
|
if (obj.eksInfo !== undefined)
|
|
113
80
|
return { eksInfo: EksInfo.filterSensitiveLog(obj.eksInfo) };
|
|
@@ -121,9 +88,6 @@ var ContainerProviderType;
|
|
|
121
88
|
})(ContainerProviderType = exports.ContainerProviderType || (exports.ContainerProviderType = {}));
|
|
122
89
|
var ContainerProvider;
|
|
123
90
|
(function (ContainerProvider) {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
91
|
ContainerProvider.filterSensitiveLog = (obj) => ({
|
|
128
92
|
...obj,
|
|
129
93
|
...(obj.info && { info: ContainerInfo.filterSensitiveLog(obj.info) }),
|
|
@@ -131,9 +95,6 @@ var ContainerProvider;
|
|
|
131
95
|
})(ContainerProvider = exports.ContainerProvider || (exports.ContainerProvider = {}));
|
|
132
96
|
var CreateVirtualClusterRequest;
|
|
133
97
|
(function (CreateVirtualClusterRequest) {
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
98
|
CreateVirtualClusterRequest.filterSensitiveLog = (obj) => ({
|
|
138
99
|
...obj,
|
|
139
100
|
...(obj.containerProvider && { containerProvider: ContainerProvider.filterSensitiveLog(obj.containerProvider) }),
|
|
@@ -141,54 +102,36 @@ var CreateVirtualClusterRequest;
|
|
|
141
102
|
})(CreateVirtualClusterRequest = exports.CreateVirtualClusterRequest || (exports.CreateVirtualClusterRequest = {}));
|
|
142
103
|
var CreateVirtualClusterResponse;
|
|
143
104
|
(function (CreateVirtualClusterResponse) {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
105
|
CreateVirtualClusterResponse.filterSensitiveLog = (obj) => ({
|
|
148
106
|
...obj,
|
|
149
107
|
});
|
|
150
108
|
})(CreateVirtualClusterResponse = exports.CreateVirtualClusterResponse || (exports.CreateVirtualClusterResponse = {}));
|
|
151
109
|
var DeleteManagedEndpointRequest;
|
|
152
110
|
(function (DeleteManagedEndpointRequest) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
111
|
DeleteManagedEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
157
112
|
...obj,
|
|
158
113
|
});
|
|
159
114
|
})(DeleteManagedEndpointRequest = exports.DeleteManagedEndpointRequest || (exports.DeleteManagedEndpointRequest = {}));
|
|
160
115
|
var DeleteManagedEndpointResponse;
|
|
161
116
|
(function (DeleteManagedEndpointResponse) {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
117
|
DeleteManagedEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
166
118
|
...obj,
|
|
167
119
|
});
|
|
168
120
|
})(DeleteManagedEndpointResponse = exports.DeleteManagedEndpointResponse || (exports.DeleteManagedEndpointResponse = {}));
|
|
169
121
|
var DeleteVirtualClusterRequest;
|
|
170
122
|
(function (DeleteVirtualClusterRequest) {
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
123
|
DeleteVirtualClusterRequest.filterSensitiveLog = (obj) => ({
|
|
175
124
|
...obj,
|
|
176
125
|
});
|
|
177
126
|
})(DeleteVirtualClusterRequest = exports.DeleteVirtualClusterRequest || (exports.DeleteVirtualClusterRequest = {}));
|
|
178
127
|
var DeleteVirtualClusterResponse;
|
|
179
128
|
(function (DeleteVirtualClusterResponse) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
129
|
DeleteVirtualClusterResponse.filterSensitiveLog = (obj) => ({
|
|
184
130
|
...obj,
|
|
185
131
|
});
|
|
186
132
|
})(DeleteVirtualClusterResponse = exports.DeleteVirtualClusterResponse || (exports.DeleteVirtualClusterResponse = {}));
|
|
187
133
|
var DescribeJobRunRequest;
|
|
188
134
|
(function (DescribeJobRunRequest) {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
135
|
DescribeJobRunRequest.filterSensitiveLog = (obj) => ({
|
|
193
136
|
...obj,
|
|
194
137
|
});
|
|
@@ -202,9 +145,6 @@ var FailureReason;
|
|
|
202
145
|
})(FailureReason = exports.FailureReason || (exports.FailureReason = {}));
|
|
203
146
|
var SparkSubmitJobDriver;
|
|
204
147
|
(function (SparkSubmitJobDriver) {
|
|
205
|
-
/**
|
|
206
|
-
* @internal
|
|
207
|
-
*/
|
|
208
148
|
SparkSubmitJobDriver.filterSensitiveLog = (obj) => ({
|
|
209
149
|
...obj,
|
|
210
150
|
...(obj.entryPoint && { entryPoint: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -214,9 +154,6 @@ var SparkSubmitJobDriver;
|
|
|
214
154
|
})(SparkSubmitJobDriver = exports.SparkSubmitJobDriver || (exports.SparkSubmitJobDriver = {}));
|
|
215
155
|
var JobDriver;
|
|
216
156
|
(function (JobDriver) {
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
157
|
JobDriver.filterSensitiveLog = (obj) => ({
|
|
221
158
|
...obj,
|
|
222
159
|
...(obj.sparkSubmitJobDriver && {
|
|
@@ -236,9 +173,6 @@ var JobRunState;
|
|
|
236
173
|
})(JobRunState = exports.JobRunState || (exports.JobRunState = {}));
|
|
237
174
|
var DescribeManagedEndpointRequest;
|
|
238
175
|
(function (DescribeManagedEndpointRequest) {
|
|
239
|
-
/**
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
176
|
DescribeManagedEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
243
177
|
...obj,
|
|
244
178
|
});
|
|
@@ -253,9 +187,6 @@ var EndpointState;
|
|
|
253
187
|
})(EndpointState = exports.EndpointState || (exports.EndpointState = {}));
|
|
254
188
|
var DescribeVirtualClusterRequest;
|
|
255
189
|
(function (DescribeVirtualClusterRequest) {
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
190
|
DescribeVirtualClusterRequest.filterSensitiveLog = (obj) => ({
|
|
260
191
|
...obj,
|
|
261
192
|
});
|
|
@@ -269,9 +200,6 @@ var VirtualClusterState;
|
|
|
269
200
|
})(VirtualClusterState = exports.VirtualClusterState || (exports.VirtualClusterState = {}));
|
|
270
201
|
var VirtualCluster;
|
|
271
202
|
(function (VirtualCluster) {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
203
|
VirtualCluster.filterSensitiveLog = (obj) => ({
|
|
276
204
|
...obj,
|
|
277
205
|
...(obj.containerProvider && { containerProvider: ContainerProvider.filterSensitiveLog(obj.containerProvider) }),
|
|
@@ -279,9 +207,6 @@ var VirtualCluster;
|
|
|
279
207
|
})(VirtualCluster = exports.VirtualCluster || (exports.VirtualCluster = {}));
|
|
280
208
|
var DescribeVirtualClusterResponse;
|
|
281
209
|
(function (DescribeVirtualClusterResponse) {
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
210
|
DescribeVirtualClusterResponse.filterSensitiveLog = (obj) => ({
|
|
286
211
|
...obj,
|
|
287
212
|
...(obj.virtualCluster && { virtualCluster: VirtualCluster.filterSensitiveLog(obj.virtualCluster) }),
|
|
@@ -289,54 +214,36 @@ var DescribeVirtualClusterResponse;
|
|
|
289
214
|
})(DescribeVirtualClusterResponse = exports.DescribeVirtualClusterResponse || (exports.DescribeVirtualClusterResponse = {}));
|
|
290
215
|
var ListJobRunsRequest;
|
|
291
216
|
(function (ListJobRunsRequest) {
|
|
292
|
-
/**
|
|
293
|
-
* @internal
|
|
294
|
-
*/
|
|
295
217
|
ListJobRunsRequest.filterSensitiveLog = (obj) => ({
|
|
296
218
|
...obj,
|
|
297
219
|
});
|
|
298
220
|
})(ListJobRunsRequest = exports.ListJobRunsRequest || (exports.ListJobRunsRequest = {}));
|
|
299
221
|
var ListManagedEndpointsRequest;
|
|
300
222
|
(function (ListManagedEndpointsRequest) {
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
223
|
ListManagedEndpointsRequest.filterSensitiveLog = (obj) => ({
|
|
305
224
|
...obj,
|
|
306
225
|
});
|
|
307
226
|
})(ListManagedEndpointsRequest = exports.ListManagedEndpointsRequest || (exports.ListManagedEndpointsRequest = {}));
|
|
308
227
|
var ListTagsForResourceRequest;
|
|
309
228
|
(function (ListTagsForResourceRequest) {
|
|
310
|
-
/**
|
|
311
|
-
* @internal
|
|
312
|
-
*/
|
|
313
229
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
314
230
|
...obj,
|
|
315
231
|
});
|
|
316
232
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
317
233
|
var ListTagsForResourceResponse;
|
|
318
234
|
(function (ListTagsForResourceResponse) {
|
|
319
|
-
/**
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
235
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
323
236
|
...obj,
|
|
324
237
|
});
|
|
325
238
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
326
239
|
var ListVirtualClustersRequest;
|
|
327
240
|
(function (ListVirtualClustersRequest) {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
241
|
ListVirtualClustersRequest.filterSensitiveLog = (obj) => ({
|
|
332
242
|
...obj,
|
|
333
243
|
});
|
|
334
244
|
})(ListVirtualClustersRequest = exports.ListVirtualClustersRequest || (exports.ListVirtualClustersRequest = {}));
|
|
335
245
|
var ListVirtualClustersResponse;
|
|
336
246
|
(function (ListVirtualClustersResponse) {
|
|
337
|
-
/**
|
|
338
|
-
* @internal
|
|
339
|
-
*/
|
|
340
247
|
ListVirtualClustersResponse.filterSensitiveLog = (obj) => ({
|
|
341
248
|
...obj,
|
|
342
249
|
...(obj.virtualClusters && {
|
|
@@ -346,54 +253,36 @@ var ListVirtualClustersResponse;
|
|
|
346
253
|
})(ListVirtualClustersResponse = exports.ListVirtualClustersResponse || (exports.ListVirtualClustersResponse = {}));
|
|
347
254
|
var StartJobRunResponse;
|
|
348
255
|
(function (StartJobRunResponse) {
|
|
349
|
-
/**
|
|
350
|
-
* @internal
|
|
351
|
-
*/
|
|
352
256
|
StartJobRunResponse.filterSensitiveLog = (obj) => ({
|
|
353
257
|
...obj,
|
|
354
258
|
});
|
|
355
259
|
})(StartJobRunResponse = exports.StartJobRunResponse || (exports.StartJobRunResponse = {}));
|
|
356
260
|
var TagResourceRequest;
|
|
357
261
|
(function (TagResourceRequest) {
|
|
358
|
-
/**
|
|
359
|
-
* @internal
|
|
360
|
-
*/
|
|
361
262
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
362
263
|
...obj,
|
|
363
264
|
});
|
|
364
265
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
365
266
|
var TagResourceResponse;
|
|
366
267
|
(function (TagResourceResponse) {
|
|
367
|
-
/**
|
|
368
|
-
* @internal
|
|
369
|
-
*/
|
|
370
268
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
371
269
|
...obj,
|
|
372
270
|
});
|
|
373
271
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
374
272
|
var UntagResourceRequest;
|
|
375
273
|
(function (UntagResourceRequest) {
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
274
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
380
275
|
...obj,
|
|
381
276
|
});
|
|
382
277
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
383
278
|
var UntagResourceResponse;
|
|
384
279
|
(function (UntagResourceResponse) {
|
|
385
|
-
/**
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
388
280
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
389
281
|
...obj,
|
|
390
282
|
});
|
|
391
283
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
392
284
|
var Configuration;
|
|
393
285
|
(function (Configuration) {
|
|
394
|
-
/**
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
397
286
|
Configuration.filterSensitiveLog = (obj) => ({
|
|
398
287
|
...obj,
|
|
399
288
|
...(obj.properties && { properties: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -404,9 +293,6 @@ var Configuration;
|
|
|
404
293
|
})(Configuration = exports.Configuration || (exports.Configuration = {}));
|
|
405
294
|
var ConfigurationOverrides;
|
|
406
295
|
(function (ConfigurationOverrides) {
|
|
407
|
-
/**
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
296
|
ConfigurationOverrides.filterSensitiveLog = (obj) => ({
|
|
411
297
|
...obj,
|
|
412
298
|
...(obj.applicationConfiguration && {
|
|
@@ -416,9 +302,6 @@ var ConfigurationOverrides;
|
|
|
416
302
|
})(ConfigurationOverrides = exports.ConfigurationOverrides || (exports.ConfigurationOverrides = {}));
|
|
417
303
|
var CreateManagedEndpointRequest;
|
|
418
304
|
(function (CreateManagedEndpointRequest) {
|
|
419
|
-
/**
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
422
305
|
CreateManagedEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
423
306
|
...obj,
|
|
424
307
|
...(obj.configurationOverrides && {
|
|
@@ -428,9 +311,6 @@ var CreateManagedEndpointRequest;
|
|
|
428
311
|
})(CreateManagedEndpointRequest = exports.CreateManagedEndpointRequest || (exports.CreateManagedEndpointRequest = {}));
|
|
429
312
|
var Endpoint;
|
|
430
313
|
(function (Endpoint) {
|
|
431
|
-
/**
|
|
432
|
-
* @internal
|
|
433
|
-
*/
|
|
434
314
|
Endpoint.filterSensitiveLog = (obj) => ({
|
|
435
315
|
...obj,
|
|
436
316
|
...(obj.configurationOverrides && {
|
|
@@ -440,9 +320,6 @@ var Endpoint;
|
|
|
440
320
|
})(Endpoint = exports.Endpoint || (exports.Endpoint = {}));
|
|
441
321
|
var JobRun;
|
|
442
322
|
(function (JobRun) {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
323
|
JobRun.filterSensitiveLog = (obj) => ({
|
|
447
324
|
...obj,
|
|
448
325
|
...(obj.configurationOverrides && {
|
|
@@ -453,9 +330,6 @@ var JobRun;
|
|
|
453
330
|
})(JobRun = exports.JobRun || (exports.JobRun = {}));
|
|
454
331
|
var StartJobRunRequest;
|
|
455
332
|
(function (StartJobRunRequest) {
|
|
456
|
-
/**
|
|
457
|
-
* @internal
|
|
458
|
-
*/
|
|
459
333
|
StartJobRunRequest.filterSensitiveLog = (obj) => ({
|
|
460
334
|
...obj,
|
|
461
335
|
...(obj.jobDriver && { jobDriver: JobDriver.filterSensitiveLog(obj.jobDriver) }),
|
|
@@ -466,9 +340,6 @@ var StartJobRunRequest;
|
|
|
466
340
|
})(StartJobRunRequest = exports.StartJobRunRequest || (exports.StartJobRunRequest = {}));
|
|
467
341
|
var DescribeJobRunResponse;
|
|
468
342
|
(function (DescribeJobRunResponse) {
|
|
469
|
-
/**
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
472
343
|
DescribeJobRunResponse.filterSensitiveLog = (obj) => ({
|
|
473
344
|
...obj,
|
|
474
345
|
...(obj.jobRun && { jobRun: JobRun.filterSensitiveLog(obj.jobRun) }),
|
|
@@ -476,9 +347,6 @@ var DescribeJobRunResponse;
|
|
|
476
347
|
})(DescribeJobRunResponse = exports.DescribeJobRunResponse || (exports.DescribeJobRunResponse = {}));
|
|
477
348
|
var DescribeManagedEndpointResponse;
|
|
478
349
|
(function (DescribeManagedEndpointResponse) {
|
|
479
|
-
/**
|
|
480
|
-
* @internal
|
|
481
|
-
*/
|
|
482
350
|
DescribeManagedEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
483
351
|
...obj,
|
|
484
352
|
...(obj.endpoint && { endpoint: Endpoint.filterSensitiveLog(obj.endpoint) }),
|
|
@@ -486,9 +354,6 @@ var DescribeManagedEndpointResponse;
|
|
|
486
354
|
})(DescribeManagedEndpointResponse = exports.DescribeManagedEndpointResponse || (exports.DescribeManagedEndpointResponse = {}));
|
|
487
355
|
var ListJobRunsResponse;
|
|
488
356
|
(function (ListJobRunsResponse) {
|
|
489
|
-
/**
|
|
490
|
-
* @internal
|
|
491
|
-
*/
|
|
492
357
|
ListJobRunsResponse.filterSensitiveLog = (obj) => ({
|
|
493
358
|
...obj,
|
|
494
359
|
...(obj.jobRuns && { jobRuns: obj.jobRuns.map((item) => JobRun.filterSensitiveLog(item)) }),
|
|
@@ -496,11 +361,7 @@ var ListJobRunsResponse;
|
|
|
496
361
|
})(ListJobRunsResponse = exports.ListJobRunsResponse || (exports.ListJobRunsResponse = {}));
|
|
497
362
|
var ListManagedEndpointsResponse;
|
|
498
363
|
(function (ListManagedEndpointsResponse) {
|
|
499
|
-
/**
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
502
364
|
ListManagedEndpointsResponse.filterSensitiveLog = (obj) => ({
|
|
503
365
|
...obj,
|
|
504
366
|
});
|
|
505
367
|
})(ListManagedEndpointsResponse = exports.ListManagedEndpointsResponse || (exports.ListManagedEndpointsResponse = {}));
|
|
506
|
-
//# sourceMappingURL=models_0.js.map
|