@aws-sdk/client-emr-serverless 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.
Files changed (73) hide show
  1. package/dist-cjs/commands/CancelJobRunCommand.js +18 -41
  2. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  3. package/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
  4. package/dist-cjs/commands/GetApplicationCommand.js +18 -41
  5. package/dist-cjs/commands/GetDashboardForJobRunCommand.js +18 -41
  6. package/dist-cjs/commands/GetJobRunCommand.js +18 -41
  7. package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
  8. package/dist-cjs/commands/ListJobRunsCommand.js +18 -41
  9. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  10. package/dist-cjs/commands/StartApplicationCommand.js +18 -41
  11. package/dist-cjs/commands/StartJobRunCommand.js +18 -41
  12. package/dist-cjs/commands/StopApplicationCommand.js +18 -41
  13. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  14. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  15. package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
  16. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  17. package/dist-cjs/pagination/ListApplicationsPaginator.js +2 -24
  18. package/dist-cjs/pagination/ListJobRunsPaginator.js +2 -24
  19. package/dist-es/commands/CancelJobRunCommand.js +18 -41
  20. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  21. package/dist-es/commands/DeleteApplicationCommand.js +18 -41
  22. package/dist-es/commands/GetApplicationCommand.js +18 -41
  23. package/dist-es/commands/GetDashboardForJobRunCommand.js +18 -41
  24. package/dist-es/commands/GetJobRunCommand.js +18 -41
  25. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  26. package/dist-es/commands/ListJobRunsCommand.js +18 -41
  27. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  28. package/dist-es/commands/StartApplicationCommand.js +18 -41
  29. package/dist-es/commands/StartJobRunCommand.js +18 -41
  30. package/dist-es/commands/StopApplicationCommand.js +18 -41
  31. package/dist-es/commands/TagResourceCommand.js +18 -41
  32. package/dist-es/commands/UntagResourceCommand.js +18 -41
  33. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  34. package/dist-es/endpoint/EndpointParameters.js +6 -0
  35. package/dist-es/pagination/ListApplicationsPaginator.js +2 -23
  36. package/dist-es/pagination/ListJobRunsPaginator.js +2 -23
  37. package/dist-types/commands/CancelJobRunCommand.d.ts +6 -21
  38. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  39. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
  40. package/dist-types/commands/GetApplicationCommand.d.ts +6 -21
  41. package/dist-types/commands/GetDashboardForJobRunCommand.d.ts +6 -21
  42. package/dist-types/commands/GetJobRunCommand.d.ts +6 -21
  43. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  44. package/dist-types/commands/ListJobRunsCommand.d.ts +6 -21
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  46. package/dist-types/commands/StartApplicationCommand.d.ts +6 -21
  47. package/dist-types/commands/StartJobRunCommand.d.ts +6 -21
  48. package/dist-types/commands/StopApplicationCommand.d.ts +6 -21
  49. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  50. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  51. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  52. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  53. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListJobRunsPaginator.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +14 -23
  56. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  57. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
  58. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +14 -23
  59. package/dist-types/ts3.4/commands/GetDashboardForJobRunCommand.d.ts +12 -24
  60. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +14 -23
  67. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  71. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +3 -3
  72. package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +3 -3
  73. 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 { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient";
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, EMRServerlessClientResolvedConfig, 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.</p>
@@ -81,23 +84,5 @@ export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __Metadat
81
84
  * <p>Base exception class for all service exceptions from EMRServerless service.</p>
82
85
  *
83
86
  */
84
- export declare class ListJobRunsCommand extends $Command<ListJobRunsCommandInput, ListJobRunsCommandOutput, EMRServerlessClientResolvedConfig> {
85
- readonly input: ListJobRunsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListJobRunsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobRunsCommandInput, ListJobRunsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
103
88
  }
@@ -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 { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient";
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, EMRServerlessClientResolvedConfig, 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>
@@ -63,23 +66,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
63
66
  * <p>Base exception class for all service exceptions from EMRServerless service.</p>
64
67
  *
65
68
  */
66
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EMRServerlessClientResolvedConfig> {
67
- readonly input: ListTagsForResourceCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: ListTagsForResourceCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
85
70
  }
@@ -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 { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient";
5
4
  import { StartApplicationRequest, StartApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartApplicationCommandInput extends StartApplicationRequest {
21
20
  */
22
21
  export interface StartApplicationCommandOutput extends StartApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartApplicationCommand_base: {
24
+ new (input: StartApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a specified application and initializes initial capacity if configured.</p>
@@ -62,23 +65,5 @@ export interface StartApplicationCommandOutput extends StartApplicationResponse,
62
65
  * <p>Base exception class for all service exceptions from EMRServerless service.</p>
63
66
  *
64
67
  */
65
- export declare class StartApplicationCommand extends $Command<StartApplicationCommandInput, StartApplicationCommandOutput, EMRServerlessClientResolvedConfig> {
66
- readonly input: StartApplicationCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: StartApplicationCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartApplicationCommandInput, StartApplicationCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class StartApplicationCommand extends StartApplicationCommand_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 { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient";
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, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a job run.</p>
@@ -128,23 +131,5 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
128
131
  * <p>Base exception class for all service exceptions from EMRServerless service.</p>
129
132
  *
130
133
  */
131
- export declare class StartJobRunCommand extends $Command<StartJobRunCommandInput, StartJobRunCommandOutput, EMRServerlessClientResolvedConfig> {
132
- readonly input: StartJobRunCommandInput;
133
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
134
- /**
135
- * @public
136
- */
137
- constructor(input: StartJobRunCommandInput);
138
- /**
139
- * @internal
140
- */
141
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartJobRunCommandInput, StartJobRunCommandOutput>;
142
- /**
143
- * @internal
144
- */
145
- private serialize;
146
- /**
147
- * @internal
148
- */
149
- private deserialize;
134
+ export declare class StartJobRunCommand extends StartJobRunCommand_base {
150
135
  }
@@ -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 { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient";
5
4
  import { StopApplicationRequest, StopApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopApplicationCommandInput extends StopApplicationRequest {
21
20
  */
22
21
  export interface StopApplicationCommandOutput extends StopApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopApplicationCommand_base: {
24
+ new (input: StopApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops a specified application and releases initial capacity if configured. All scheduled
@@ -60,23 +63,5 @@ export interface StopApplicationCommandOutput extends StopApplicationResponse, _
60
63
  * <p>Base exception class for all service exceptions from EMRServerless service.</p>
61
64
  *
62
65
  */
63
- export declare class StopApplicationCommand extends $Command<StopApplicationCommandInput, StopApplicationCommandOutput, EMRServerlessClientResolvedConfig> {
64
- readonly input: StopApplicationCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: StopApplicationCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopApplicationCommandInput, StopApplicationCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class StopApplicationCommand extends StopApplicationCommand_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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient";
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, EMRServerlessClientResolvedConfig, 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
@@ -66,23 +69,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
66
69
  * <p>Base exception class for all service exceptions from EMRServerless service.</p>
67
70
  *
68
71
  */
69
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EMRServerlessClientResolvedConfig> {
70
- readonly input: TagResourceCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: TagResourceCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class TagResourceCommand extends TagResourceCommand_base {
88
73
  }
@@ -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 { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient";
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, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from resources.</p>
@@ -62,23 +65,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
62
65
  * <p>Base exception class for all service exceptions from EMRServerless service.</p>
63
66
  *
64
67
  */
65
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EMRServerlessClientResolvedConfig> {
66
- readonly input: UntagResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: UntagResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class UntagResourceCommand extends UntagResourceCommand_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 { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient";
5
4
  import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest
21
20
  */
22
21
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateApplicationCommand_base: {
24
+ new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a specified application. An application has to be in a stopped or created state
@@ -237,23 +240,5 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
237
240
  * <p>Base exception class for all service exceptions from EMRServerless service.</p>
238
241
  *
239
242
  */
240
- export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, EMRServerlessClientResolvedConfig> {
241
- readonly input: UpdateApplicationCommandInput;
242
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
243
- /**
244
- * @public
245
- */
246
- constructor(input: UpdateApplicationCommandInput);
247
- /**
248
- * @internal
249
- */
250
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
251
- /**
252
- * @internal
253
- */
254
- private serialize;
255
- /**
256
- * @internal
257
- */
258
- private deserialize;
243
+ export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
259
244
  }
@@ -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;
@@ -4,4 +4,4 @@ import { EMRServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListApplications(config: EMRServerlessPaginationConfiguration, input: ListApplicationsCommandInput, ...additionalArguments: any): Paginator<ListApplicationsCommandOutput>;
7
+ export declare const paginateListApplications: (config: EMRServerlessPaginationConfiguration, input: ListApplicationsCommandInput, ...rest: any[]) => Paginator<ListApplicationsCommandOutput>;
@@ -4,4 +4,4 @@ import { EMRServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListJobRuns(config: EMRServerlessPaginationConfiguration, input: ListJobRunsCommandInput, ...additionalArguments: any): Paginator<ListJobRunsCommandOutput>;
7
+ export declare const paginateListJobRuns: (config: EMRServerlessPaginationConfiguration, input: ListJobRunsCommandInput, ...rest: any[]) => Paginator<ListJobRunsCommandOutput>;
@@ -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
  EMRServerlessClientResolvedConfig,
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
- EMRServerlessClientResolvedConfig
24
- > {
25
- readonly input: CancelJobRunCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CancelJobRunCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: EMRServerlessClientResolvedConfig,
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
+ EMRServerlessClientResolvedConfig,
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
  EMRServerlessClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateApplicationCommandInput
21
15
  export interface CreateApplicationCommandOutput
22
16
  extends CreateApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateApplicationCommand extends $Command<
25
- CreateApplicationCommandInput,
26
- CreateApplicationCommandOutput,
27
- EMRServerlessClientResolvedConfig
28
- > {
29
- readonly input: CreateApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRServerlessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateApplicationCommand_base: {
19
+ new (
20
+ input: CreateApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateApplicationCommandInput,
23
+ CreateApplicationCommandOutput,
24
+ EMRServerlessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_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
  EMRServerlessClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DeleteApplicationCommandInput
21
15
  export interface DeleteApplicationCommandOutput
22
16
  extends DeleteApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteApplicationCommand extends $Command<
25
- DeleteApplicationCommandInput,
26
- DeleteApplicationCommandOutput,
27
- EMRServerlessClientResolvedConfig
28
- > {
29
- readonly input: DeleteApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRServerlessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteApplicationCommand_base: {
19
+ new (
20
+ input: DeleteApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteApplicationCommandInput,
23
+ DeleteApplicationCommandOutput,
24
+ EMRServerlessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteApplicationCommand extends DeleteApplicationCommand_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
  EMRServerlessClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {}
20
14
  export interface GetApplicationCommandOutput
21
15
  extends GetApplicationResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetApplicationCommand extends $Command<
24
- GetApplicationCommandInput,
25
- GetApplicationCommandOutput,
26
- EMRServerlessClientResolvedConfig
27
- > {
28
- readonly input: GetApplicationCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetApplicationCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: EMRServerlessClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetApplicationCommand_base: {
18
+ new (
19
+ input: GetApplicationCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetApplicationCommandInput,
22
+ GetApplicationCommandOutput,
23
+ EMRServerlessClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetApplicationCommand extends GetApplicationCommand_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
  EMRServerlessClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetDashboardForJobRunCommandInput
21
15
  export interface GetDashboardForJobRunCommandOutput
22
16
  extends GetDashboardForJobRunResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDashboardForJobRunCommand extends $Command<
25
- GetDashboardForJobRunCommandInput,
26
- GetDashboardForJobRunCommandOutput,
27
- EMRServerlessClientResolvedConfig
28
- > {
29
- readonly input: GetDashboardForJobRunCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDashboardForJobRunCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRServerlessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetDashboardForJobRunCommand_base: {
19
+ new (
20
+ input: GetDashboardForJobRunCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetDashboardForJobRunCommandInput,
38
- GetDashboardForJobRunCommandOutput
23
+ GetDashboardForJobRunCommandOutput,
24
+ EMRServerlessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDashboardForJobRunCommand extends GetDashboardForJobRunCommand_base {}