@aws-sdk/client-emr-containers 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CancelJobRunCommand.js +18 -41
- package/dist-cjs/commands/CreateJobTemplateCommand.js +18 -41
- package/dist-cjs/commands/CreateManagedEndpointCommand.js +18 -41
- package/dist-cjs/commands/CreateVirtualClusterCommand.js +18 -41
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +18 -41
- package/dist-cjs/commands/DeleteManagedEndpointCommand.js +18 -41
- package/dist-cjs/commands/DeleteVirtualClusterCommand.js +18 -41
- package/dist-cjs/commands/DescribeJobRunCommand.js +18 -41
- package/dist-cjs/commands/DescribeJobTemplateCommand.js +18 -41
- package/dist-cjs/commands/DescribeManagedEndpointCommand.js +18 -41
- package/dist-cjs/commands/DescribeVirtualClusterCommand.js +18 -41
- package/dist-cjs/commands/GetManagedEndpointSessionCredentialsCommand.js +18 -41
- package/dist-cjs/commands/ListJobRunsCommand.js +18 -41
- package/dist-cjs/commands/ListJobTemplatesCommand.js +18 -41
- package/dist-cjs/commands/ListManagedEndpointsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListVirtualClustersCommand.js +18 -41
- package/dist-cjs/commands/StartJobRunCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListJobRunsPaginator.js +2 -24
- package/dist-cjs/pagination/ListJobTemplatesPaginator.js +2 -24
- package/dist-cjs/pagination/ListManagedEndpointsPaginator.js +2 -24
- package/dist-cjs/pagination/ListVirtualClustersPaginator.js +2 -24
- package/dist-es/commands/CancelJobRunCommand.js +18 -41
- package/dist-es/commands/CreateJobTemplateCommand.js +18 -41
- package/dist-es/commands/CreateManagedEndpointCommand.js +18 -41
- package/dist-es/commands/CreateVirtualClusterCommand.js +18 -41
- package/dist-es/commands/DeleteJobTemplateCommand.js +18 -41
- package/dist-es/commands/DeleteManagedEndpointCommand.js +18 -41
- package/dist-es/commands/DeleteVirtualClusterCommand.js +18 -41
- package/dist-es/commands/DescribeJobRunCommand.js +18 -41
- package/dist-es/commands/DescribeJobTemplateCommand.js +18 -41
- package/dist-es/commands/DescribeManagedEndpointCommand.js +18 -41
- package/dist-es/commands/DescribeVirtualClusterCommand.js +18 -41
- package/dist-es/commands/GetManagedEndpointSessionCredentialsCommand.js +18 -41
- package/dist-es/commands/ListJobRunsCommand.js +18 -41
- package/dist-es/commands/ListJobTemplatesCommand.js +18 -41
- package/dist-es/commands/ListManagedEndpointsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListVirtualClustersCommand.js +18 -41
- package/dist-es/commands/StartJobRunCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListJobRunsPaginator.js +2 -23
- package/dist-es/pagination/ListJobTemplatesPaginator.js +2 -23
- package/dist-es/pagination/ListManagedEndpointsPaginator.js +2 -23
- package/dist-es/pagination/ListVirtualClustersPaginator.js +2 -23
- package/dist-types/commands/CancelJobRunCommand.d.ts +6 -21
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +6 -21
- package/dist-types/commands/CreateManagedEndpointCommand.d.ts +6 -21
- package/dist-types/commands/CreateVirtualClusterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +6 -21
- package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeJobRunCommand.d.ts +6 -21
- package/dist-types/commands/DescribeJobTemplateCommand.d.ts +6 -21
- package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +6 -21
- package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +6 -21
- package/dist-types/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +6 -21
- package/dist-types/commands/ListJobRunsCommand.d.ts +6 -21
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +6 -21
- package/dist-types/commands/ListManagedEndpointsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListVirtualClustersCommand.d.ts +6 -21
- package/dist-types/commands/StartJobRunCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListJobRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListManagedEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVirtualClustersPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListJobTemplatesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListManagedEndpointsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListVirtualClustersPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
4
|
import { CreateManagedEndpointRequest, CreateManagedEndpointResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateManagedEndpointCommandInput extends CreateManagedEndpoint
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateManagedEndpointCommandOutput extends CreateManagedEndpointResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateManagedEndpointCommand_base: {
|
|
24
|
+
new (input: CreateManagedEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can
|
|
@@ -106,23 +109,5 @@ export interface CreateManagedEndpointCommandOutput extends CreateManagedEndpoin
|
|
|
106
109
|
* <p>Base exception class for all service exceptions from EMRContainers service.</p>
|
|
107
110
|
*
|
|
108
111
|
*/
|
|
109
|
-
export declare class CreateManagedEndpointCommand extends
|
|
110
|
-
readonly input: CreateManagedEndpointCommandInput;
|
|
111
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
112
|
-
/**
|
|
113
|
-
* @public
|
|
114
|
-
*/
|
|
115
|
-
constructor(input: CreateManagedEndpointCommandInput);
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput>;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private serialize;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private deserialize;
|
|
112
|
+
export declare class CreateManagedEndpointCommand extends CreateManagedEndpointCommand_base {
|
|
128
113
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
4
|
import { CreateVirtualClusterRequest, CreateVirtualClusterResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateVirtualClusterCommandInput extends CreateVirtualClusterRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateVirtualClusterCommandOutput extends CreateVirtualClusterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateVirtualClusterCommand_base: {
|
|
24
|
+
new (input: CreateVirtualClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any
|
|
@@ -78,23 +81,5 @@ export interface CreateVirtualClusterCommandOutput extends CreateVirtualClusterR
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from EMRContainers service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class CreateVirtualClusterCommand extends
|
|
82
|
-
readonly input: CreateVirtualClusterCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: CreateVirtualClusterCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class CreateVirtualClusterCommand extends CreateVirtualClusterCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
4
|
import { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteJobTemplateCommandInput extends DeleteJobTemplateRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteJobTemplateCommand_base: {
|
|
24
|
+
new (input: DeleteJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a job template. Job template stores values of StartJobRun API request in a
|
|
@@ -60,23 +63,5 @@ export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateRespons
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from EMRContainers service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class DeleteJobTemplateCommand extends
|
|
64
|
-
readonly input: DeleteJobTemplateCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: DeleteJobTemplateCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
4
|
import { DeleteManagedEndpointRequest, DeleteManagedEndpointResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteManagedEndpointCommandInput extends DeleteManagedEndpoint
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteManagedEndpointCommandOutput extends DeleteManagedEndpointResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteManagedEndpointCommand_base: {
|
|
24
|
+
new (input: DeleteManagedEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteManagedEndpointCommandInput, DeleteManagedEndpointCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can
|
|
@@ -60,23 +63,5 @@ export interface DeleteManagedEndpointCommandOutput extends DeleteManagedEndpoin
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from EMRContainers service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class DeleteManagedEndpointCommand extends
|
|
64
|
-
readonly input: DeleteManagedEndpointCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: DeleteManagedEndpointCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteManagedEndpointCommandInput, DeleteManagedEndpointCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class DeleteManagedEndpointCommand extends DeleteManagedEndpointCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
4
|
import { DeleteVirtualClusterRequest, DeleteVirtualClusterResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteVirtualClusterCommandInput extends DeleteVirtualClusterRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteVirtualClusterCommandOutput extends DeleteVirtualClusterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteVirtualClusterCommand_base: {
|
|
24
|
+
new (input: DeleteVirtualClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualClusterCommandInput, DeleteVirtualClusterCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any
|
|
@@ -60,23 +63,5 @@ export interface DeleteVirtualClusterCommandOutput extends DeleteVirtualClusterR
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from EMRContainers service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class DeleteVirtualClusterCommand extends
|
|
64
|
-
readonly input: DeleteVirtualClusterCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: DeleteVirtualClusterCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVirtualClusterCommandInput, DeleteVirtualClusterCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class DeleteVirtualClusterCommand extends DeleteVirtualClusterCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
4
|
import { DescribeJobRunRequest, DescribeJobRunResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeJobRunCommandInput extends DescribeJobRunRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeJobRunCommand_base: {
|
|
24
|
+
new (input: DescribeJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobRunCommandInput, DescribeJobRunCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Displays detailed information about a job run. A job run is a unit of work, such as a
|
|
@@ -131,23 +134,5 @@ export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __M
|
|
|
131
134
|
* <p>Base exception class for all service exceptions from EMRContainers service.</p>
|
|
132
135
|
*
|
|
133
136
|
*/
|
|
134
|
-
export declare class DescribeJobRunCommand extends
|
|
135
|
-
readonly input: DescribeJobRunCommandInput;
|
|
136
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
137
|
-
/**
|
|
138
|
-
* @public
|
|
139
|
-
*/
|
|
140
|
-
constructor(input: DescribeJobRunCommandInput);
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobRunCommandInput, DescribeJobRunCommandOutput>;
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
private serialize;
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
|
-
private deserialize;
|
|
137
|
+
export declare class DescribeJobRunCommand extends DescribeJobRunCommand_base {
|
|
153
138
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
4
|
import { DescribeJobTemplateRequest, DescribeJobTemplateResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeJobTemplateCommandInput extends DescribeJobTemplateRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeJobTemplateCommandOutput extends DescribeJobTemplateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeJobTemplateCommand_base: {
|
|
24
|
+
new (input: DescribeJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobTemplateCommandInput, DescribeJobTemplateCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Displays detailed information about a specified job template. Job template stores values
|
|
@@ -129,23 +132,5 @@ export interface DescribeJobTemplateCommandOutput extends DescribeJobTemplateRes
|
|
|
129
132
|
* <p>Base exception class for all service exceptions from EMRContainers service.</p>
|
|
130
133
|
*
|
|
131
134
|
*/
|
|
132
|
-
export declare class DescribeJobTemplateCommand extends
|
|
133
|
-
readonly input: DescribeJobTemplateCommandInput;
|
|
134
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
135
|
-
/**
|
|
136
|
-
* @public
|
|
137
|
-
*/
|
|
138
|
-
constructor(input: DescribeJobTemplateCommandInput);
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobTemplateCommandInput, DescribeJobTemplateCommandOutput>;
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
private serialize;
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
private deserialize;
|
|
135
|
+
export declare class DescribeJobTemplateCommand extends DescribeJobTemplateCommand_base {
|
|
151
136
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
4
|
import { DescribeManagedEndpointRequest, DescribeManagedEndpointResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeManagedEndpointCommandInput extends DescribeManagedEndp
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeManagedEndpointCommandOutput extends DescribeManagedEndpointResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeManagedEndpointCommand_base: {
|
|
24
|
+
new (input: DescribeManagedEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeManagedEndpointCommandInput, DescribeManagedEndpointCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Displays detailed information about a managed endpoint. A managed endpoint is a gateway
|
|
@@ -120,23 +123,5 @@ export interface DescribeManagedEndpointCommandOutput extends DescribeManagedEnd
|
|
|
120
123
|
* <p>Base exception class for all service exceptions from EMRContainers service.</p>
|
|
121
124
|
*
|
|
122
125
|
*/
|
|
123
|
-
export declare class DescribeManagedEndpointCommand extends
|
|
124
|
-
readonly input: DescribeManagedEndpointCommandInput;
|
|
125
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
126
|
-
/**
|
|
127
|
-
* @public
|
|
128
|
-
*/
|
|
129
|
-
constructor(input: DescribeManagedEndpointCommandInput);
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeManagedEndpointCommandInput, DescribeManagedEndpointCommandOutput>;
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
private serialize;
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
private deserialize;
|
|
126
|
+
export declare class DescribeManagedEndpointCommand extends DescribeManagedEndpointCommand_base {
|
|
142
127
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
4
|
import { DescribeVirtualClusterRequest, DescribeVirtualClusterResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeVirtualClusterCommandInput extends DescribeVirtualClust
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeVirtualClusterCommandOutput extends DescribeVirtualClusterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeVirtualClusterCommand_base: {
|
|
24
|
+
new (input: DescribeVirtualClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualClusterCommandInput, DescribeVirtualClusterCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Displays detailed information about a specified virtual cluster. Virtual cluster is a
|
|
@@ -83,23 +86,5 @@ export interface DescribeVirtualClusterCommandOutput extends DescribeVirtualClus
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from EMRContainers service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class DescribeVirtualClusterCommand extends
|
|
87
|
-
readonly input: DescribeVirtualClusterCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: DescribeVirtualClusterCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVirtualClusterCommandInput, DescribeVirtualClusterCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class DescribeVirtualClusterCommand extends DescribeVirtualClusterCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
4
|
import { GetManagedEndpointSessionCredentialsRequest, GetManagedEndpointSessionCredentialsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetManagedEndpointSessionCredentialsCommandInput extends GetMan
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetManagedEndpointSessionCredentialsCommandOutput extends GetManagedEndpointSessionCredentialsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetManagedEndpointSessionCredentialsCommand_base: {
|
|
24
|
+
new (input: GetManagedEndpointSessionCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedEndpointSessionCredentialsCommandInput, GetManagedEndpointSessionCredentialsCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Generate a session token to connect to a managed endpoint. </p>
|
|
@@ -73,23 +76,5 @@ export interface GetManagedEndpointSessionCredentialsCommandOutput extends GetMa
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from EMRContainers service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class GetManagedEndpointSessionCredentialsCommand extends
|
|
77
|
-
readonly input: GetManagedEndpointSessionCredentialsCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: GetManagedEndpointSessionCredentialsCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetManagedEndpointSessionCredentialsCommandInput, GetManagedEndpointSessionCredentialsCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class GetManagedEndpointSessionCredentialsCommand extends GetManagedEndpointSessionCredentialsCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
4
|
import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListJobRunsCommandInput extends ListJobRunsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListJobRunsCommand_base: {
|
|
24
|
+
new (input: ListJobRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobRunsCommandInput, ListJobRunsCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists job runs based on a set of parameters. A job run is a unit of work, such as a
|
|
@@ -138,23 +141,5 @@ export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __Metadat
|
|
|
138
141
|
* <p>Base exception class for all service exceptions from EMRContainers service.</p>
|
|
139
142
|
*
|
|
140
143
|
*/
|
|
141
|
-
export declare class ListJobRunsCommand extends
|
|
142
|
-
readonly input: ListJobRunsCommandInput;
|
|
143
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
144
|
-
/**
|
|
145
|
-
* @public
|
|
146
|
-
*/
|
|
147
|
-
constructor(input: ListJobRunsCommandInput);
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobRunsCommandInput, ListJobRunsCommandOutput>;
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
private serialize;
|
|
156
|
-
/**
|
|
157
|
-
* @internal
|
|
158
|
-
*/
|
|
159
|
-
private deserialize;
|
|
144
|
+
export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
|
|
160
145
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
4
|
import { ListJobTemplatesRequest, ListJobTemplatesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListJobTemplatesCommandInput extends ListJobTemplatesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListJobTemplatesCommand_base: {
|
|
24
|
+
new (input: ListJobTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists job templates based on a set of parameters. Job template stores values of
|
|
@@ -132,23 +135,5 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
|
|
|
132
135
|
* <p>Base exception class for all service exceptions from EMRContainers service.</p>
|
|
133
136
|
*
|
|
134
137
|
*/
|
|
135
|
-
export declare class ListJobTemplatesCommand extends
|
|
136
|
-
readonly input: ListJobTemplatesCommandInput;
|
|
137
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
138
|
-
/**
|
|
139
|
-
* @public
|
|
140
|
-
*/
|
|
141
|
-
constructor(input: ListJobTemplatesCommandInput);
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
private serialize;
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
private deserialize;
|
|
138
|
+
export declare class ListJobTemplatesCommand extends ListJobTemplatesCommand_base {
|
|
154
139
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
4
|
import { ListManagedEndpointsRequest, ListManagedEndpointsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListManagedEndpointsCommandInput extends ListManagedEndpointsRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListManagedEndpointsCommandOutput extends ListManagedEndpointsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListManagedEndpointsCommand_base: {
|
|
24
|
+
new (input: ListManagedEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists managed endpoints based on a set of parameters. A managed endpoint is a gateway
|
|
@@ -129,23 +132,5 @@ export interface ListManagedEndpointsCommandOutput extends ListManagedEndpointsR
|
|
|
129
132
|
* <p>Base exception class for all service exceptions from EMRContainers service.</p>
|
|
130
133
|
*
|
|
131
134
|
*/
|
|
132
|
-
export declare class ListManagedEndpointsCommand extends
|
|
133
|
-
readonly input: ListManagedEndpointsCommandInput;
|
|
134
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
135
|
-
/**
|
|
136
|
-
* @public
|
|
137
|
-
*/
|
|
138
|
-
constructor(input: ListManagedEndpointsCommandInput);
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput>;
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
private serialize;
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
private deserialize;
|
|
135
|
+
export declare class ListManagedEndpointsCommand extends ListManagedEndpointsCommand_base {
|
|
151
136
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the tags assigned to the resources.</p>
|
|
@@ -62,23 +65,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from EMRContainers service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class ListTagsForResourceCommand extends
|
|
66
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
84
69
|
}
|