@aws-sdk/client-emr-containers 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 (47) hide show
  1. package/dist-cjs/index.js +1233 -1263
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/EMRContainersClient.js +2 -0
  4. package/dist-es/commands/CancelJobRunCommand.js +3 -9
  5. package/dist-es/commands/CreateJobTemplateCommand.js +3 -10
  6. package/dist-es/commands/CreateManagedEndpointCommand.js +3 -10
  7. package/dist-es/commands/CreateSecurityConfigurationCommand.js +3 -9
  8. package/dist-es/commands/CreateVirtualClusterCommand.js +3 -9
  9. package/dist-es/commands/DeleteJobTemplateCommand.js +3 -9
  10. package/dist-es/commands/DeleteManagedEndpointCommand.js +3 -9
  11. package/dist-es/commands/DeleteVirtualClusterCommand.js +3 -9
  12. package/dist-es/commands/DescribeJobRunCommand.js +3 -10
  13. package/dist-es/commands/DescribeJobTemplateCommand.js +3 -10
  14. package/dist-es/commands/DescribeManagedEndpointCommand.js +3 -10
  15. package/dist-es/commands/DescribeSecurityConfigurationCommand.js +3 -9
  16. package/dist-es/commands/DescribeVirtualClusterCommand.js +3 -9
  17. package/dist-es/commands/GetManagedEndpointSessionCredentialsCommand.js +3 -10
  18. package/dist-es/commands/ListJobRunsCommand.js +3 -10
  19. package/dist-es/commands/ListJobTemplatesCommand.js +3 -10
  20. package/dist-es/commands/ListManagedEndpointsCommand.js +3 -10
  21. package/dist-es/commands/ListSecurityConfigurationsCommand.js +3 -9
  22. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  23. package/dist-es/commands/ListVirtualClustersCommand.js +3 -9
  24. package/dist-es/commands/StartJobRunCommand.js +3 -10
  25. package/dist-es/commands/TagResourceCommand.js +3 -9
  26. package/dist-es/commands/UntagResourceCommand.js +3 -9
  27. package/dist-es/models/models_0.js +0 -112
  28. package/dist-es/runtimeConfig.shared.js +2 -0
  29. package/dist-es/schemas/schemas_0.js +1187 -0
  30. package/dist-types/EMRContainersClient.d.ts +10 -1
  31. package/dist-types/models/models_0.d.ts +0 -84
  32. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  33. package/dist-types/runtimeConfig.d.ts +1 -0
  34. package/dist-types/runtimeConfig.native.d.ts +1 -0
  35. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  36. package/dist-types/schemas/schemas_0.d.ts +134 -0
  37. package/dist-types/ts3.4/EMRContainersClient.d.ts +4 -0
  38. package/dist-types/ts3.4/models/models_0.d.ts +0 -53
  39. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  40. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  42. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  43. package/dist-types/ts3.4/schemas/schemas_0.d.ts +141 -0
  44. package/package.json +2 -3
  45. package/dist-es/protocols/Aws_restJson1.js +0 -964
  46. package/dist-types/protocols/Aws_restJson1.d.ts +0 -209
  47. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -281
@@ -1,209 +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 { CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput } from "../commands/CreateJobTemplateCommand";
5
- import { CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput } from "../commands/CreateManagedEndpointCommand";
6
- import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "../commands/CreateSecurityConfigurationCommand";
7
- import { CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput } from "../commands/CreateVirtualClusterCommand";
8
- import { DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput } from "../commands/DeleteJobTemplateCommand";
9
- import { DeleteManagedEndpointCommandInput, DeleteManagedEndpointCommandOutput } from "../commands/DeleteManagedEndpointCommand";
10
- import { DeleteVirtualClusterCommandInput, DeleteVirtualClusterCommandOutput } from "../commands/DeleteVirtualClusterCommand";
11
- import { DescribeJobRunCommandInput, DescribeJobRunCommandOutput } from "../commands/DescribeJobRunCommand";
12
- import { DescribeJobTemplateCommandInput, DescribeJobTemplateCommandOutput } from "../commands/DescribeJobTemplateCommand";
13
- import { DescribeManagedEndpointCommandInput, DescribeManagedEndpointCommandOutput } from "../commands/DescribeManagedEndpointCommand";
14
- import { DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput } from "../commands/DescribeSecurityConfigurationCommand";
15
- import { DescribeVirtualClusterCommandInput, DescribeVirtualClusterCommandOutput } from "../commands/DescribeVirtualClusterCommand";
16
- import { GetManagedEndpointSessionCredentialsCommandInput, GetManagedEndpointSessionCredentialsCommandOutput } from "../commands/GetManagedEndpointSessionCredentialsCommand";
17
- import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "../commands/ListJobRunsCommand";
18
- import { ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput } from "../commands/ListJobTemplatesCommand";
19
- import { ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput } from "../commands/ListManagedEndpointsCommand";
20
- import { ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput } from "../commands/ListSecurityConfigurationsCommand";
21
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
22
- import { ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput } from "../commands/ListVirtualClustersCommand";
23
- import { StartJobRunCommandInput, StartJobRunCommandOutput } from "../commands/StartJobRunCommand";
24
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
25
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
26
- /**
27
- * serializeAws_restJson1CancelJobRunCommand
28
- */
29
- export declare const se_CancelJobRunCommand: (input: CancelJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- /**
31
- * serializeAws_restJson1CreateJobTemplateCommand
32
- */
33
- export declare const se_CreateJobTemplateCommand: (input: CreateJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_restJson1CreateManagedEndpointCommand
36
- */
37
- export declare const se_CreateManagedEndpointCommand: (input: CreateManagedEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_restJson1CreateSecurityConfigurationCommand
40
- */
41
- export declare const se_CreateSecurityConfigurationCommand: (input: CreateSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_restJson1CreateVirtualClusterCommand
44
- */
45
- export declare const se_CreateVirtualClusterCommand: (input: CreateVirtualClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1DeleteJobTemplateCommand
48
- */
49
- export declare const se_DeleteJobTemplateCommand: (input: DeleteJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1DeleteManagedEndpointCommand
52
- */
53
- export declare const se_DeleteManagedEndpointCommand: (input: DeleteManagedEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1DeleteVirtualClusterCommand
56
- */
57
- export declare const se_DeleteVirtualClusterCommand: (input: DeleteVirtualClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1DescribeJobRunCommand
60
- */
61
- export declare const se_DescribeJobRunCommand: (input: DescribeJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1DescribeJobTemplateCommand
64
- */
65
- export declare const se_DescribeJobTemplateCommand: (input: DescribeJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1DescribeManagedEndpointCommand
68
- */
69
- export declare const se_DescribeManagedEndpointCommand: (input: DescribeManagedEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1DescribeSecurityConfigurationCommand
72
- */
73
- export declare const se_DescribeSecurityConfigurationCommand: (input: DescribeSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1DescribeVirtualClusterCommand
76
- */
77
- export declare const se_DescribeVirtualClusterCommand: (input: DescribeVirtualClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1GetManagedEndpointSessionCredentialsCommand
80
- */
81
- export declare const se_GetManagedEndpointSessionCredentialsCommand: (input: GetManagedEndpointSessionCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1ListJobRunsCommand
84
- */
85
- export declare const se_ListJobRunsCommand: (input: ListJobRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1ListJobTemplatesCommand
88
- */
89
- export declare const se_ListJobTemplatesCommand: (input: ListJobTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1ListManagedEndpointsCommand
92
- */
93
- export declare const se_ListManagedEndpointsCommand: (input: ListManagedEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1ListSecurityConfigurationsCommand
96
- */
97
- export declare const se_ListSecurityConfigurationsCommand: (input: ListSecurityConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1ListTagsForResourceCommand
100
- */
101
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1ListVirtualClustersCommand
104
- */
105
- export declare const se_ListVirtualClustersCommand: (input: ListVirtualClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1StartJobRunCommand
108
- */
109
- export declare const se_StartJobRunCommand: (input: StartJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1TagResourceCommand
112
- */
113
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1UntagResourceCommand
116
- */
117
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * deserializeAws_restJson1CancelJobRunCommand
120
- */
121
- export declare const de_CancelJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobRunCommandOutput>;
122
- /**
123
- * deserializeAws_restJson1CreateJobTemplateCommand
124
- */
125
- export declare const de_CreateJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobTemplateCommandOutput>;
126
- /**
127
- * deserializeAws_restJson1CreateManagedEndpointCommand
128
- */
129
- export declare const de_CreateManagedEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateManagedEndpointCommandOutput>;
130
- /**
131
- * deserializeAws_restJson1CreateSecurityConfigurationCommand
132
- */
133
- export declare const de_CreateSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSecurityConfigurationCommandOutput>;
134
- /**
135
- * deserializeAws_restJson1CreateVirtualClusterCommand
136
- */
137
- export declare const de_CreateVirtualClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVirtualClusterCommandOutput>;
138
- /**
139
- * deserializeAws_restJson1DeleteJobTemplateCommand
140
- */
141
- export declare const de_DeleteJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobTemplateCommandOutput>;
142
- /**
143
- * deserializeAws_restJson1DeleteManagedEndpointCommand
144
- */
145
- export declare const de_DeleteManagedEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteManagedEndpointCommandOutput>;
146
- /**
147
- * deserializeAws_restJson1DeleteVirtualClusterCommand
148
- */
149
- export declare const de_DeleteVirtualClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVirtualClusterCommandOutput>;
150
- /**
151
- * deserializeAws_restJson1DescribeJobRunCommand
152
- */
153
- export declare const de_DescribeJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobRunCommandOutput>;
154
- /**
155
- * deserializeAws_restJson1DescribeJobTemplateCommand
156
- */
157
- export declare const de_DescribeJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobTemplateCommandOutput>;
158
- /**
159
- * deserializeAws_restJson1DescribeManagedEndpointCommand
160
- */
161
- export declare const de_DescribeManagedEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeManagedEndpointCommandOutput>;
162
- /**
163
- * deserializeAws_restJson1DescribeSecurityConfigurationCommand
164
- */
165
- export declare const de_DescribeSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityConfigurationCommandOutput>;
166
- /**
167
- * deserializeAws_restJson1DescribeVirtualClusterCommand
168
- */
169
- export declare const de_DescribeVirtualClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVirtualClusterCommandOutput>;
170
- /**
171
- * deserializeAws_restJson1GetManagedEndpointSessionCredentialsCommand
172
- */
173
- export declare const de_GetManagedEndpointSessionCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedEndpointSessionCredentialsCommandOutput>;
174
- /**
175
- * deserializeAws_restJson1ListJobRunsCommand
176
- */
177
- export declare const de_ListJobRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobRunsCommandOutput>;
178
- /**
179
- * deserializeAws_restJson1ListJobTemplatesCommand
180
- */
181
- export declare const de_ListJobTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobTemplatesCommandOutput>;
182
- /**
183
- * deserializeAws_restJson1ListManagedEndpointsCommand
184
- */
185
- export declare const de_ListManagedEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedEndpointsCommandOutput>;
186
- /**
187
- * deserializeAws_restJson1ListSecurityConfigurationsCommand
188
- */
189
- export declare const de_ListSecurityConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityConfigurationsCommandOutput>;
190
- /**
191
- * deserializeAws_restJson1ListTagsForResourceCommand
192
- */
193
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
194
- /**
195
- * deserializeAws_restJson1ListVirtualClustersCommand
196
- */
197
- export declare const de_ListVirtualClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVirtualClustersCommandOutput>;
198
- /**
199
- * deserializeAws_restJson1StartJobRunCommand
200
- */
201
- export declare const de_StartJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobRunCommandOutput>;
202
- /**
203
- * deserializeAws_restJson1TagResourceCommand
204
- */
205
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
206
- /**
207
- * deserializeAws_restJson1UntagResourceCommand
208
- */
209
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
@@ -1,281 +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
- CreateJobTemplateCommandInput,
12
- CreateJobTemplateCommandOutput,
13
- } from "../commands/CreateJobTemplateCommand";
14
- import {
15
- CreateManagedEndpointCommandInput,
16
- CreateManagedEndpointCommandOutput,
17
- } from "../commands/CreateManagedEndpointCommand";
18
- import {
19
- CreateSecurityConfigurationCommandInput,
20
- CreateSecurityConfigurationCommandOutput,
21
- } from "../commands/CreateSecurityConfigurationCommand";
22
- import {
23
- CreateVirtualClusterCommandInput,
24
- CreateVirtualClusterCommandOutput,
25
- } from "../commands/CreateVirtualClusterCommand";
26
- import {
27
- DeleteJobTemplateCommandInput,
28
- DeleteJobTemplateCommandOutput,
29
- } from "../commands/DeleteJobTemplateCommand";
30
- import {
31
- DeleteManagedEndpointCommandInput,
32
- DeleteManagedEndpointCommandOutput,
33
- } from "../commands/DeleteManagedEndpointCommand";
34
- import {
35
- DeleteVirtualClusterCommandInput,
36
- DeleteVirtualClusterCommandOutput,
37
- } from "../commands/DeleteVirtualClusterCommand";
38
- import {
39
- DescribeJobRunCommandInput,
40
- DescribeJobRunCommandOutput,
41
- } from "../commands/DescribeJobRunCommand";
42
- import {
43
- DescribeJobTemplateCommandInput,
44
- DescribeJobTemplateCommandOutput,
45
- } from "../commands/DescribeJobTemplateCommand";
46
- import {
47
- DescribeManagedEndpointCommandInput,
48
- DescribeManagedEndpointCommandOutput,
49
- } from "../commands/DescribeManagedEndpointCommand";
50
- import {
51
- DescribeSecurityConfigurationCommandInput,
52
- DescribeSecurityConfigurationCommandOutput,
53
- } from "../commands/DescribeSecurityConfigurationCommand";
54
- import {
55
- DescribeVirtualClusterCommandInput,
56
- DescribeVirtualClusterCommandOutput,
57
- } from "../commands/DescribeVirtualClusterCommand";
58
- import {
59
- GetManagedEndpointSessionCredentialsCommandInput,
60
- GetManagedEndpointSessionCredentialsCommandOutput,
61
- } from "../commands/GetManagedEndpointSessionCredentialsCommand";
62
- import {
63
- ListJobRunsCommandInput,
64
- ListJobRunsCommandOutput,
65
- } from "../commands/ListJobRunsCommand";
66
- import {
67
- ListJobTemplatesCommandInput,
68
- ListJobTemplatesCommandOutput,
69
- } from "../commands/ListJobTemplatesCommand";
70
- import {
71
- ListManagedEndpointsCommandInput,
72
- ListManagedEndpointsCommandOutput,
73
- } from "../commands/ListManagedEndpointsCommand";
74
- import {
75
- ListSecurityConfigurationsCommandInput,
76
- ListSecurityConfigurationsCommandOutput,
77
- } from "../commands/ListSecurityConfigurationsCommand";
78
- import {
79
- ListTagsForResourceCommandInput,
80
- ListTagsForResourceCommandOutput,
81
- } from "../commands/ListTagsForResourceCommand";
82
- import {
83
- ListVirtualClustersCommandInput,
84
- ListVirtualClustersCommandOutput,
85
- } from "../commands/ListVirtualClustersCommand";
86
- import {
87
- StartJobRunCommandInput,
88
- StartJobRunCommandOutput,
89
- } from "../commands/StartJobRunCommand";
90
- import {
91
- TagResourceCommandInput,
92
- TagResourceCommandOutput,
93
- } from "../commands/TagResourceCommand";
94
- import {
95
- UntagResourceCommandInput,
96
- UntagResourceCommandOutput,
97
- } from "../commands/UntagResourceCommand";
98
- export declare const se_CancelJobRunCommand: (
99
- input: CancelJobRunCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_CreateJobTemplateCommand: (
103
- input: CreateJobTemplateCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_CreateManagedEndpointCommand: (
107
- input: CreateManagedEndpointCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_CreateSecurityConfigurationCommand: (
111
- input: CreateSecurityConfigurationCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_CreateVirtualClusterCommand: (
115
- input: CreateVirtualClusterCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_DeleteJobTemplateCommand: (
119
- input: DeleteJobTemplateCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_DeleteManagedEndpointCommand: (
123
- input: DeleteManagedEndpointCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_DeleteVirtualClusterCommand: (
127
- input: DeleteVirtualClusterCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_DescribeJobRunCommand: (
131
- input: DescribeJobRunCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_DescribeJobTemplateCommand: (
135
- input: DescribeJobTemplateCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_DescribeManagedEndpointCommand: (
139
- input: DescribeManagedEndpointCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_DescribeSecurityConfigurationCommand: (
143
- input: DescribeSecurityConfigurationCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_DescribeVirtualClusterCommand: (
147
- input: DescribeVirtualClusterCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_GetManagedEndpointSessionCredentialsCommand: (
151
- input: GetManagedEndpointSessionCredentialsCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_ListJobRunsCommand: (
155
- input: ListJobRunsCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_ListJobTemplatesCommand: (
159
- input: ListJobTemplatesCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_ListManagedEndpointsCommand: (
163
- input: ListManagedEndpointsCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_ListSecurityConfigurationsCommand: (
167
- input: ListSecurityConfigurationsCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_ListTagsForResourceCommand: (
171
- input: ListTagsForResourceCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_ListVirtualClustersCommand: (
175
- input: ListVirtualClustersCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_StartJobRunCommand: (
179
- input: StartJobRunCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_TagResourceCommand: (
183
- input: TagResourceCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_UntagResourceCommand: (
187
- input: UntagResourceCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const de_CancelJobRunCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<CancelJobRunCommandOutput>;
194
- export declare const de_CreateJobTemplateCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<CreateJobTemplateCommandOutput>;
198
- export declare const de_CreateManagedEndpointCommand: (
199
- output: __HttpResponse,
200
- context: __SerdeContext
201
- ) => Promise<CreateManagedEndpointCommandOutput>;
202
- export declare const de_CreateSecurityConfigurationCommand: (
203
- output: __HttpResponse,
204
- context: __SerdeContext
205
- ) => Promise<CreateSecurityConfigurationCommandOutput>;
206
- export declare const de_CreateVirtualClusterCommand: (
207
- output: __HttpResponse,
208
- context: __SerdeContext
209
- ) => Promise<CreateVirtualClusterCommandOutput>;
210
- export declare const de_DeleteJobTemplateCommand: (
211
- output: __HttpResponse,
212
- context: __SerdeContext
213
- ) => Promise<DeleteJobTemplateCommandOutput>;
214
- export declare const de_DeleteManagedEndpointCommand: (
215
- output: __HttpResponse,
216
- context: __SerdeContext
217
- ) => Promise<DeleteManagedEndpointCommandOutput>;
218
- export declare const de_DeleteVirtualClusterCommand: (
219
- output: __HttpResponse,
220
- context: __SerdeContext
221
- ) => Promise<DeleteVirtualClusterCommandOutput>;
222
- export declare const de_DescribeJobRunCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<DescribeJobRunCommandOutput>;
226
- export declare const de_DescribeJobTemplateCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<DescribeJobTemplateCommandOutput>;
230
- export declare const de_DescribeManagedEndpointCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<DescribeManagedEndpointCommandOutput>;
234
- export declare const de_DescribeSecurityConfigurationCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<DescribeSecurityConfigurationCommandOutput>;
238
- export declare const de_DescribeVirtualClusterCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<DescribeVirtualClusterCommandOutput>;
242
- export declare const de_GetManagedEndpointSessionCredentialsCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<GetManagedEndpointSessionCredentialsCommandOutput>;
246
- export declare const de_ListJobRunsCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<ListJobRunsCommandOutput>;
250
- export declare const de_ListJobTemplatesCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<ListJobTemplatesCommandOutput>;
254
- export declare const de_ListManagedEndpointsCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<ListManagedEndpointsCommandOutput>;
258
- export declare const de_ListSecurityConfigurationsCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<ListSecurityConfigurationsCommandOutput>;
262
- export declare const de_ListTagsForResourceCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<ListTagsForResourceCommandOutput>;
266
- export declare const de_ListVirtualClustersCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<ListVirtualClustersCommandOutput>;
270
- export declare const de_StartJobRunCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<StartJobRunCommandOutput>;
274
- export declare const de_TagResourceCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<TagResourceCommandOutput>;
278
- export declare const de_UntagResourceCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<UntagResourceCommandOutput>;