@aws-sdk/client-emr-containers 3.478.0 → 3.484.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.
Files changed (85) hide show
  1. package/dist-cjs/commands/CancelJobRunCommand.js +18 -41
  2. package/dist-cjs/commands/CreateJobTemplateCommand.js +18 -41
  3. package/dist-cjs/commands/CreateManagedEndpointCommand.js +18 -41
  4. package/dist-cjs/commands/CreateVirtualClusterCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteJobTemplateCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteManagedEndpointCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteVirtualClusterCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeJobRunCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeJobTemplateCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeManagedEndpointCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeVirtualClusterCommand.js +18 -41
  12. package/dist-cjs/commands/GetManagedEndpointSessionCredentialsCommand.js +18 -41
  13. package/dist-cjs/commands/ListJobRunsCommand.js +18 -41
  14. package/dist-cjs/commands/ListJobTemplatesCommand.js +18 -41
  15. package/dist-cjs/commands/ListManagedEndpointsCommand.js +18 -41
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  17. package/dist-cjs/commands/ListVirtualClustersCommand.js +18 -41
  18. package/dist-cjs/commands/StartJobRunCommand.js +18 -41
  19. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  20. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  21. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  22. package/dist-es/commands/CancelJobRunCommand.js +18 -41
  23. package/dist-es/commands/CreateJobTemplateCommand.js +18 -41
  24. package/dist-es/commands/CreateManagedEndpointCommand.js +18 -41
  25. package/dist-es/commands/CreateVirtualClusterCommand.js +18 -41
  26. package/dist-es/commands/DeleteJobTemplateCommand.js +18 -41
  27. package/dist-es/commands/DeleteManagedEndpointCommand.js +18 -41
  28. package/dist-es/commands/DeleteVirtualClusterCommand.js +18 -41
  29. package/dist-es/commands/DescribeJobRunCommand.js +18 -41
  30. package/dist-es/commands/DescribeJobTemplateCommand.js +18 -41
  31. package/dist-es/commands/DescribeManagedEndpointCommand.js +18 -41
  32. package/dist-es/commands/DescribeVirtualClusterCommand.js +18 -41
  33. package/dist-es/commands/GetManagedEndpointSessionCredentialsCommand.js +18 -41
  34. package/dist-es/commands/ListJobRunsCommand.js +18 -41
  35. package/dist-es/commands/ListJobTemplatesCommand.js +18 -41
  36. package/dist-es/commands/ListManagedEndpointsCommand.js +18 -41
  37. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  38. package/dist-es/commands/ListVirtualClustersCommand.js +18 -41
  39. package/dist-es/commands/StartJobRunCommand.js +18 -41
  40. package/dist-es/commands/TagResourceCommand.js +18 -41
  41. package/dist-es/commands/UntagResourceCommand.js +18 -41
  42. package/dist-es/endpoint/EndpointParameters.js +6 -0
  43. package/dist-types/commands/CancelJobRunCommand.d.ts +6 -21
  44. package/dist-types/commands/CreateJobTemplateCommand.d.ts +6 -21
  45. package/dist-types/commands/CreateManagedEndpointCommand.d.ts +6 -21
  46. package/dist-types/commands/CreateVirtualClusterCommand.d.ts +6 -21
  47. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +6 -21
  48. package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +6 -21
  49. package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +6 -21
  50. package/dist-types/commands/DescribeJobRunCommand.d.ts +6 -21
  51. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +6 -21
  52. package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +6 -21
  53. package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +6 -21
  54. package/dist-types/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +6 -21
  55. package/dist-types/commands/ListJobRunsCommand.d.ts +6 -21
  56. package/dist-types/commands/ListJobTemplatesCommand.d.ts +6 -21
  57. package/dist-types/commands/ListManagedEndpointsCommand.d.ts +6 -21
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  59. package/dist-types/commands/ListVirtualClustersCommand.d.ts +6 -21
  60. package/dist-types/commands/StartJobRunCommand.d.ts +6 -21
  61. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  62. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  63. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  64. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +12 -24
  68. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +12 -24
  70. package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +12 -24
  71. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +12 -24
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  85. 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<DescribeJobTemplateCommandInput, DescribeJobTemplateCommandOutput, EMRContainersClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<DescribeManagedEndpointCommandInput, DescribeManagedEndpointCommandOutput, EMRContainersClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<DescribeVirtualClusterCommandInput, DescribeVirtualClusterCommandOutput, EMRContainersClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<GetManagedEndpointSessionCredentialsCommandInput, GetManagedEndpointSessionCredentialsCommandOutput, EMRContainersClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<ListJobRunsCommandInput, ListJobRunsCommandOutput, EMRContainersClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput, EMRContainersClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput, EMRContainersClientResolvedConfig> {
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
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 $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EMRContainersClientResolvedConfig> {
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
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
5
4
  import { ListVirtualClustersRequest, ListVirtualClustersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListVirtualClustersCommandInput extends ListVirtualClustersRequ
21
20
  */
22
21
  export interface ListVirtualClustersCommandOutput extends ListVirtualClustersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListVirtualClustersCommand_base: {
24
+ new (input: ListVirtualClustersCommandInput): import("@smithy/smithy-client").CommandImpl<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists information about the specified virtual cluster. Virtual cluster is a managed
@@ -91,23 +94,5 @@ export interface ListVirtualClustersCommandOutput extends ListVirtualClustersRes
91
94
  * <p>Base exception class for all service exceptions from EMRContainers service.</p>
92
95
  *
93
96
  */
94
- export declare class ListVirtualClustersCommand extends $Command<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput, EMRContainersClientResolvedConfig> {
95
- readonly input: ListVirtualClustersCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: ListVirtualClustersCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class ListVirtualClustersCommand extends ListVirtualClustersCommand_base {
113
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
5
4
  import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartJobRunCommandInput extends StartJobRunRequest {
21
20
  */
22
21
  export interface StartJobRunCommandOutput extends StartJobRunResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartJobRunCommand_base: {
24
+ new (input: StartJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartJobRunCommandInput, StartJobRunCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or
@@ -124,23 +127,5 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
124
127
  * <p>Base exception class for all service exceptions from EMRContainers service.</p>
125
128
  *
126
129
  */
127
- export declare class StartJobRunCommand extends $Command<StartJobRunCommandInput, StartJobRunCommandOutput, EMRContainersClientResolvedConfig> {
128
- readonly input: StartJobRunCommandInput;
129
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
130
- /**
131
- * @public
132
- */
133
- constructor(input: StartJobRunCommandInput);
134
- /**
135
- * @internal
136
- */
137
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartJobRunCommandInput, StartJobRunCommandOutput>;
138
- /**
139
- * @internal
140
- */
141
- private serialize;
142
- /**
143
- * @internal
144
- */
145
- private deserialize;
130
+ export declare class StartJobRunCommand extends StartJobRunCommand_base {
146
131
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Assigns tags to resources. A tag is a label that you assign to an Amazon Web Services
@@ -69,23 +72,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
69
72
  * <p>Base exception class for all service exceptions from EMRContainers service.</p>
70
73
  *
71
74
  */
72
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EMRContainersClientResolvedConfig> {
73
- readonly input: TagResourceCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: TagResourceCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class TagResourceCommand extends TagResourceCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from resources.</p>
@@ -61,23 +64,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
61
64
  * <p>Base exception class for all service exceptions from EMRContainers service.</p>
62
65
  *
63
66
  */
64
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EMRContainersClientResolvedConfig> {
65
- readonly input: UntagResourceCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: UntagResourceCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
83
68
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRContainersClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CancelJobRunCommandInput extends CancelJobRunRequest {}
17
11
  export interface CancelJobRunCommandOutput
18
12
  extends CancelJobRunResponse,
19
13
  __MetadataBearer {}
20
- export declare class CancelJobRunCommand extends $Command<
21
- CancelJobRunCommandInput,
22
- CancelJobRunCommandOutput,
23
- EMRContainersClientResolvedConfig
24
- > {
25
- readonly input: CancelJobRunCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CancelJobRunCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: EMRContainersClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CancelJobRunCommandInput, CancelJobRunCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CancelJobRunCommand_base: {
15
+ new (
16
+ input: CancelJobRunCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CancelJobRunCommandInput,
19
+ CancelJobRunCommandOutput,
20
+ EMRContainersClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CancelJobRunCommand extends CancelJobRunCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRContainersClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateJobTemplateCommandInput
21
15
  export interface CreateJobTemplateCommandOutput
22
16
  extends CreateJobTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateJobTemplateCommand extends $Command<
25
- CreateJobTemplateCommandInput,
26
- CreateJobTemplateCommandOutput,
27
- EMRContainersClientResolvedConfig
28
- > {
29
- readonly input: CreateJobTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateJobTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRContainersClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateJobTemplateCommand_base: {
19
+ new (
20
+ input: CreateJobTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateJobTemplateCommandInput,
23
+ CreateJobTemplateCommandOutput,
24
+ EMRContainersClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {}