@aws-sdk/client-emr-serverless 3.928.0 → 3.929.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 (40) hide show
  1. package/dist-cjs/index.js +1024 -968
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/EMRServerlessClient.js +2 -0
  4. package/dist-es/commands/CancelJobRunCommand.js +3 -9
  5. package/dist-es/commands/CreateApplicationCommand.js +3 -10
  6. package/dist-es/commands/DeleteApplicationCommand.js +3 -9
  7. package/dist-es/commands/GetApplicationCommand.js +3 -10
  8. package/dist-es/commands/GetDashboardForJobRunCommand.js +3 -9
  9. package/dist-es/commands/GetJobRunCommand.js +3 -10
  10. package/dist-es/commands/ListApplicationsCommand.js +3 -9
  11. package/dist-es/commands/ListJobRunAttemptsCommand.js +3 -9
  12. package/dist-es/commands/ListJobRunsCommand.js +3 -9
  13. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  14. package/dist-es/commands/StartApplicationCommand.js +3 -9
  15. package/dist-es/commands/StartJobRunCommand.js +3 -10
  16. package/dist-es/commands/StopApplicationCommand.js +3 -9
  17. package/dist-es/commands/TagResourceCommand.js +3 -9
  18. package/dist-es/commands/UntagResourceCommand.js +3 -9
  19. package/dist-es/commands/UpdateApplicationCommand.js +3 -10
  20. package/dist-es/models/models_0.js +0 -78
  21. package/dist-es/runtimeConfig.shared.js +2 -0
  22. package/dist-es/schemas/schemas_0.js +991 -0
  23. package/dist-types/EMRServerlessClient.d.ts +10 -1
  24. package/dist-types/models/models_0.d.ts +0 -52
  25. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  26. package/dist-types/runtimeConfig.d.ts +1 -0
  27. package/dist-types/runtimeConfig.native.d.ts +1 -0
  28. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  29. package/dist-types/schemas/schemas_0.d.ts +112 -0
  30. package/dist-types/ts3.4/EMRServerlessClient.d.ts +4 -0
  31. package/dist-types/ts3.4/models/models_0.d.ts +0 -29
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  36. package/dist-types/ts3.4/schemas/schemas_0.d.ts +119 -0
  37. package/package.json +2 -3
  38. package/dist-es/protocols/Aws_restJson1.js +0 -759
  39. package/dist-types/protocols/Aws_restJson1.d.ts +0 -146
  40. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -197
@@ -1,146 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CancelJobRunCommandInput, CancelJobRunCommandOutput } from "../commands/CancelJobRunCommand";
4
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
5
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
6
- import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
7
- import { GetDashboardForJobRunCommandInput, GetDashboardForJobRunCommandOutput } from "../commands/GetDashboardForJobRunCommand";
8
- import { GetJobRunCommandInput, GetJobRunCommandOutput } from "../commands/GetJobRunCommand";
9
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
10
- import { ListJobRunAttemptsCommandInput, ListJobRunAttemptsCommandOutput } from "../commands/ListJobRunAttemptsCommand";
11
- import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "../commands/ListJobRunsCommand";
12
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
13
- import { StartApplicationCommandInput, StartApplicationCommandOutput } from "../commands/StartApplicationCommand";
14
- import { StartJobRunCommandInput, StartJobRunCommandOutput } from "../commands/StartJobRunCommand";
15
- import { StopApplicationCommandInput, StopApplicationCommandOutput } from "../commands/StopApplicationCommand";
16
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
17
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
18
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
19
- /**
20
- * serializeAws_restJson1CancelJobRunCommand
21
- */
22
- export declare const se_CancelJobRunCommand: (input: CancelJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- /**
24
- * serializeAws_restJson1CreateApplicationCommand
25
- */
26
- export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- /**
28
- * serializeAws_restJson1DeleteApplicationCommand
29
- */
30
- export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- /**
32
- * serializeAws_restJson1GetApplicationCommand
33
- */
34
- export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- /**
36
- * serializeAws_restJson1GetDashboardForJobRunCommand
37
- */
38
- export declare const se_GetDashboardForJobRunCommand: (input: GetDashboardForJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- /**
40
- * serializeAws_restJson1GetJobRunCommand
41
- */
42
- export declare const se_GetJobRunCommand: (input: GetJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- /**
44
- * serializeAws_restJson1ListApplicationsCommand
45
- */
46
- export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- /**
48
- * serializeAws_restJson1ListJobRunAttemptsCommand
49
- */
50
- export declare const se_ListJobRunAttemptsCommand: (input: ListJobRunAttemptsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- /**
52
- * serializeAws_restJson1ListJobRunsCommand
53
- */
54
- export declare const se_ListJobRunsCommand: (input: ListJobRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_restJson1ListTagsForResourceCommand
57
- */
58
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_restJson1StartApplicationCommand
61
- */
62
- export declare const se_StartApplicationCommand: (input: StartApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_restJson1StartJobRunCommand
65
- */
66
- export declare const se_StartJobRunCommand: (input: StartJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_restJson1StopApplicationCommand
69
- */
70
- export declare const se_StopApplicationCommand: (input: StopApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_restJson1TagResourceCommand
73
- */
74
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_restJson1UntagResourceCommand
77
- */
78
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_restJson1UpdateApplicationCommand
81
- */
82
- export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * deserializeAws_restJson1CancelJobRunCommand
85
- */
86
- export declare const de_CancelJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobRunCommandOutput>;
87
- /**
88
- * deserializeAws_restJson1CreateApplicationCommand
89
- */
90
- export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
91
- /**
92
- * deserializeAws_restJson1DeleteApplicationCommand
93
- */
94
- export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
95
- /**
96
- * deserializeAws_restJson1GetApplicationCommand
97
- */
98
- export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
99
- /**
100
- * deserializeAws_restJson1GetDashboardForJobRunCommand
101
- */
102
- export declare const de_GetDashboardForJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDashboardForJobRunCommandOutput>;
103
- /**
104
- * deserializeAws_restJson1GetJobRunCommand
105
- */
106
- export declare const de_GetJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobRunCommandOutput>;
107
- /**
108
- * deserializeAws_restJson1ListApplicationsCommand
109
- */
110
- export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
111
- /**
112
- * deserializeAws_restJson1ListJobRunAttemptsCommand
113
- */
114
- export declare const de_ListJobRunAttemptsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobRunAttemptsCommandOutput>;
115
- /**
116
- * deserializeAws_restJson1ListJobRunsCommand
117
- */
118
- export declare const de_ListJobRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobRunsCommandOutput>;
119
- /**
120
- * deserializeAws_restJson1ListTagsForResourceCommand
121
- */
122
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
123
- /**
124
- * deserializeAws_restJson1StartApplicationCommand
125
- */
126
- export declare const de_StartApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartApplicationCommandOutput>;
127
- /**
128
- * deserializeAws_restJson1StartJobRunCommand
129
- */
130
- export declare const de_StartJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobRunCommandOutput>;
131
- /**
132
- * deserializeAws_restJson1StopApplicationCommand
133
- */
134
- export declare const de_StopApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopApplicationCommandOutput>;
135
- /**
136
- * deserializeAws_restJson1TagResourceCommand
137
- */
138
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
139
- /**
140
- * deserializeAws_restJson1UntagResourceCommand
141
- */
142
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
143
- /**
144
- * deserializeAws_restJson1UpdateApplicationCommand
145
- */
146
- export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
@@ -1,197 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CancelJobRunCommandInput,
8
- CancelJobRunCommandOutput,
9
- } from "../commands/CancelJobRunCommand";
10
- import {
11
- CreateApplicationCommandInput,
12
- CreateApplicationCommandOutput,
13
- } from "../commands/CreateApplicationCommand";
14
- import {
15
- DeleteApplicationCommandInput,
16
- DeleteApplicationCommandOutput,
17
- } from "../commands/DeleteApplicationCommand";
18
- import {
19
- GetApplicationCommandInput,
20
- GetApplicationCommandOutput,
21
- } from "../commands/GetApplicationCommand";
22
- import {
23
- GetDashboardForJobRunCommandInput,
24
- GetDashboardForJobRunCommandOutput,
25
- } from "../commands/GetDashboardForJobRunCommand";
26
- import {
27
- GetJobRunCommandInput,
28
- GetJobRunCommandOutput,
29
- } from "../commands/GetJobRunCommand";
30
- import {
31
- ListApplicationsCommandInput,
32
- ListApplicationsCommandOutput,
33
- } from "../commands/ListApplicationsCommand";
34
- import {
35
- ListJobRunAttemptsCommandInput,
36
- ListJobRunAttemptsCommandOutput,
37
- } from "../commands/ListJobRunAttemptsCommand";
38
- import {
39
- ListJobRunsCommandInput,
40
- ListJobRunsCommandOutput,
41
- } from "../commands/ListJobRunsCommand";
42
- import {
43
- ListTagsForResourceCommandInput,
44
- ListTagsForResourceCommandOutput,
45
- } from "../commands/ListTagsForResourceCommand";
46
- import {
47
- StartApplicationCommandInput,
48
- StartApplicationCommandOutput,
49
- } from "../commands/StartApplicationCommand";
50
- import {
51
- StartJobRunCommandInput,
52
- StartJobRunCommandOutput,
53
- } from "../commands/StartJobRunCommand";
54
- import {
55
- StopApplicationCommandInput,
56
- StopApplicationCommandOutput,
57
- } from "../commands/StopApplicationCommand";
58
- import {
59
- TagResourceCommandInput,
60
- TagResourceCommandOutput,
61
- } from "../commands/TagResourceCommand";
62
- import {
63
- UntagResourceCommandInput,
64
- UntagResourceCommandOutput,
65
- } from "../commands/UntagResourceCommand";
66
- import {
67
- UpdateApplicationCommandInput,
68
- UpdateApplicationCommandOutput,
69
- } from "../commands/UpdateApplicationCommand";
70
- export declare const se_CancelJobRunCommand: (
71
- input: CancelJobRunCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_CreateApplicationCommand: (
75
- input: CreateApplicationCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_DeleteApplicationCommand: (
79
- input: DeleteApplicationCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_GetApplicationCommand: (
83
- input: GetApplicationCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_GetDashboardForJobRunCommand: (
87
- input: GetDashboardForJobRunCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_GetJobRunCommand: (
91
- input: GetJobRunCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_ListApplicationsCommand: (
95
- input: ListApplicationsCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_ListJobRunAttemptsCommand: (
99
- input: ListJobRunAttemptsCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_ListJobRunsCommand: (
103
- input: ListJobRunsCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_ListTagsForResourceCommand: (
107
- input: ListTagsForResourceCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_StartApplicationCommand: (
111
- input: StartApplicationCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_StartJobRunCommand: (
115
- input: StartJobRunCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_StopApplicationCommand: (
119
- input: StopApplicationCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_TagResourceCommand: (
123
- input: TagResourceCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_UntagResourceCommand: (
127
- input: UntagResourceCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_UpdateApplicationCommand: (
131
- input: UpdateApplicationCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const de_CancelJobRunCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<CancelJobRunCommandOutput>;
138
- export declare const de_CreateApplicationCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<CreateApplicationCommandOutput>;
142
- export declare const de_DeleteApplicationCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<DeleteApplicationCommandOutput>;
146
- export declare const de_GetApplicationCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<GetApplicationCommandOutput>;
150
- export declare const de_GetDashboardForJobRunCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<GetDashboardForJobRunCommandOutput>;
154
- export declare const de_GetJobRunCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<GetJobRunCommandOutput>;
158
- export declare const de_ListApplicationsCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<ListApplicationsCommandOutput>;
162
- export declare const de_ListJobRunAttemptsCommand: (
163
- output: __HttpResponse,
164
- context: __SerdeContext
165
- ) => Promise<ListJobRunAttemptsCommandOutput>;
166
- export declare const de_ListJobRunsCommand: (
167
- output: __HttpResponse,
168
- context: __SerdeContext
169
- ) => Promise<ListJobRunsCommandOutput>;
170
- export declare const de_ListTagsForResourceCommand: (
171
- output: __HttpResponse,
172
- context: __SerdeContext
173
- ) => Promise<ListTagsForResourceCommandOutput>;
174
- export declare const de_StartApplicationCommand: (
175
- output: __HttpResponse,
176
- context: __SerdeContext
177
- ) => Promise<StartApplicationCommandOutput>;
178
- export declare const de_StartJobRunCommand: (
179
- output: __HttpResponse,
180
- context: __SerdeContext
181
- ) => Promise<StartJobRunCommandOutput>;
182
- export declare const de_StopApplicationCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<StopApplicationCommandOutput>;
186
- export declare const de_TagResourceCommand: (
187
- output: __HttpResponse,
188
- context: __SerdeContext
189
- ) => Promise<TagResourceCommandOutput>;
190
- export declare const de_UntagResourceCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<UntagResourceCommandOutput>;
194
- export declare const de_UpdateApplicationCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<UpdateApplicationCommandOutput>;