@aws-sdk/client-m2 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.
- package/dist-cjs/index.js +1918 -1755
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/M2Client.js +2 -0
- package/dist-es/commands/CancelBatchJobExecutionCommand.js +3 -9
- package/dist-es/commands/CreateApplicationCommand.js +3 -9
- package/dist-es/commands/CreateDataSetExportTaskCommand.js +3 -9
- package/dist-es/commands/CreateDataSetImportTaskCommand.js +3 -9
- package/dist-es/commands/CreateDeploymentCommand.js +3 -9
- package/dist-es/commands/CreateEnvironmentCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +3 -9
- package/dist-es/commands/DeleteEnvironmentCommand.js +3 -9
- package/dist-es/commands/GetApplicationCommand.js +3 -9
- package/dist-es/commands/GetApplicationVersionCommand.js +3 -9
- package/dist-es/commands/GetBatchJobExecutionCommand.js +3 -9
- package/dist-es/commands/GetDataSetDetailsCommand.js +3 -9
- package/dist-es/commands/GetDataSetExportTaskCommand.js +3 -9
- package/dist-es/commands/GetDataSetImportTaskCommand.js +3 -9
- package/dist-es/commands/GetDeploymentCommand.js +3 -9
- package/dist-es/commands/GetEnvironmentCommand.js +3 -9
- package/dist-es/commands/GetSignedBluinsightsUrlCommand.js +3 -9
- package/dist-es/commands/ListApplicationVersionsCommand.js +3 -9
- package/dist-es/commands/ListApplicationsCommand.js +3 -9
- package/dist-es/commands/ListBatchJobDefinitionsCommand.js +3 -9
- package/dist-es/commands/ListBatchJobExecutionsCommand.js +3 -9
- package/dist-es/commands/ListBatchJobRestartPointsCommand.js +3 -9
- package/dist-es/commands/ListDataSetExportHistoryCommand.js +3 -9
- package/dist-es/commands/ListDataSetImportHistoryCommand.js +3 -9
- package/dist-es/commands/ListDataSetsCommand.js +3 -9
- package/dist-es/commands/ListDeploymentsCommand.js +3 -9
- package/dist-es/commands/ListEngineVersionsCommand.js +3 -9
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/StartApplicationCommand.js +3 -9
- package/dist-es/commands/StartBatchJobCommand.js +3 -9
- package/dist-es/commands/StopApplicationCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateApplicationCommand.js +3 -9
- package/dist-es/commands/UpdateEnvironmentCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1835 -0
- package/dist-types/M2Client.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +199 -0
- package/dist-types/ts3.4/M2Client.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +204 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -1481
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -335
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -449
|
@@ -1,335 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CancelBatchJobExecutionCommandInput, CancelBatchJobExecutionCommandOutput } from "../commands/CancelBatchJobExecutionCommand";
|
|
4
|
-
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
|
|
5
|
-
import { CreateDataSetExportTaskCommandInput, CreateDataSetExportTaskCommandOutput } from "../commands/CreateDataSetExportTaskCommand";
|
|
6
|
-
import { CreateDataSetImportTaskCommandInput, CreateDataSetImportTaskCommandOutput } from "../commands/CreateDataSetImportTaskCommand";
|
|
7
|
-
import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand";
|
|
8
|
-
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "../commands/CreateEnvironmentCommand";
|
|
9
|
-
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
|
|
10
|
-
import { DeleteApplicationFromEnvironmentCommandInput, DeleteApplicationFromEnvironmentCommandOutput } from "../commands/DeleteApplicationFromEnvironmentCommand";
|
|
11
|
-
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "../commands/DeleteEnvironmentCommand";
|
|
12
|
-
import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
|
|
13
|
-
import { GetApplicationVersionCommandInput, GetApplicationVersionCommandOutput } from "../commands/GetApplicationVersionCommand";
|
|
14
|
-
import { GetBatchJobExecutionCommandInput, GetBatchJobExecutionCommandOutput } from "../commands/GetBatchJobExecutionCommand";
|
|
15
|
-
import { GetDataSetDetailsCommandInput, GetDataSetDetailsCommandOutput } from "../commands/GetDataSetDetailsCommand";
|
|
16
|
-
import { GetDataSetExportTaskCommandInput, GetDataSetExportTaskCommandOutput } from "../commands/GetDataSetExportTaskCommand";
|
|
17
|
-
import { GetDataSetImportTaskCommandInput, GetDataSetImportTaskCommandOutput } from "../commands/GetDataSetImportTaskCommand";
|
|
18
|
-
import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "../commands/GetDeploymentCommand";
|
|
19
|
-
import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "../commands/GetEnvironmentCommand";
|
|
20
|
-
import { GetSignedBluinsightsUrlCommandInput, GetSignedBluinsightsUrlCommandOutput } from "../commands/GetSignedBluinsightsUrlCommand";
|
|
21
|
-
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
22
|
-
import { ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput } from "../commands/ListApplicationVersionsCommand";
|
|
23
|
-
import { ListBatchJobDefinitionsCommandInput, ListBatchJobDefinitionsCommandOutput } from "../commands/ListBatchJobDefinitionsCommand";
|
|
24
|
-
import { ListBatchJobExecutionsCommandInput, ListBatchJobExecutionsCommandOutput } from "../commands/ListBatchJobExecutionsCommand";
|
|
25
|
-
import { ListBatchJobRestartPointsCommandInput, ListBatchJobRestartPointsCommandOutput } from "../commands/ListBatchJobRestartPointsCommand";
|
|
26
|
-
import { ListDataSetExportHistoryCommandInput, ListDataSetExportHistoryCommandOutput } from "../commands/ListDataSetExportHistoryCommand";
|
|
27
|
-
import { ListDataSetImportHistoryCommandInput, ListDataSetImportHistoryCommandOutput } from "../commands/ListDataSetImportHistoryCommand";
|
|
28
|
-
import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands/ListDataSetsCommand";
|
|
29
|
-
import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "../commands/ListDeploymentsCommand";
|
|
30
|
-
import { ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput } from "../commands/ListEngineVersionsCommand";
|
|
31
|
-
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
|
|
32
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
33
|
-
import { StartApplicationCommandInput, StartApplicationCommandOutput } from "../commands/StartApplicationCommand";
|
|
34
|
-
import { StartBatchJobCommandInput, StartBatchJobCommandOutput } from "../commands/StartBatchJobCommand";
|
|
35
|
-
import { StopApplicationCommandInput, StopApplicationCommandOutput } from "../commands/StopApplicationCommand";
|
|
36
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
37
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
38
|
-
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
|
|
39
|
-
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
|
|
40
|
-
/**
|
|
41
|
-
* serializeAws_restJson1CancelBatchJobExecutionCommand
|
|
42
|
-
*/
|
|
43
|
-
export declare const se_CancelBatchJobExecutionCommand: (input: CancelBatchJobExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
/**
|
|
45
|
-
* serializeAws_restJson1CreateApplicationCommand
|
|
46
|
-
*/
|
|
47
|
-
export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
/**
|
|
49
|
-
* serializeAws_restJson1CreateDataSetExportTaskCommand
|
|
50
|
-
*/
|
|
51
|
-
export declare const se_CreateDataSetExportTaskCommand: (input: CreateDataSetExportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
/**
|
|
53
|
-
* serializeAws_restJson1CreateDataSetImportTaskCommand
|
|
54
|
-
*/
|
|
55
|
-
export declare const se_CreateDataSetImportTaskCommand: (input: CreateDataSetImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
/**
|
|
57
|
-
* serializeAws_restJson1CreateDeploymentCommand
|
|
58
|
-
*/
|
|
59
|
-
export declare const se_CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
/**
|
|
61
|
-
* serializeAws_restJson1CreateEnvironmentCommand
|
|
62
|
-
*/
|
|
63
|
-
export declare const se_CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
/**
|
|
65
|
-
* serializeAws_restJson1DeleteApplicationCommand
|
|
66
|
-
*/
|
|
67
|
-
export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
/**
|
|
69
|
-
* serializeAws_restJson1DeleteApplicationFromEnvironmentCommand
|
|
70
|
-
*/
|
|
71
|
-
export declare const se_DeleteApplicationFromEnvironmentCommand: (input: DeleteApplicationFromEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
/**
|
|
73
|
-
* serializeAws_restJson1DeleteEnvironmentCommand
|
|
74
|
-
*/
|
|
75
|
-
export declare const se_DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
-
/**
|
|
77
|
-
* serializeAws_restJson1GetApplicationCommand
|
|
78
|
-
*/
|
|
79
|
-
export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
-
/**
|
|
81
|
-
* serializeAws_restJson1GetApplicationVersionCommand
|
|
82
|
-
*/
|
|
83
|
-
export declare const se_GetApplicationVersionCommand: (input: GetApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
-
/**
|
|
85
|
-
* serializeAws_restJson1GetBatchJobExecutionCommand
|
|
86
|
-
*/
|
|
87
|
-
export declare const se_GetBatchJobExecutionCommand: (input: GetBatchJobExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
-
/**
|
|
89
|
-
* serializeAws_restJson1GetDataSetDetailsCommand
|
|
90
|
-
*/
|
|
91
|
-
export declare const se_GetDataSetDetailsCommand: (input: GetDataSetDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
-
/**
|
|
93
|
-
* serializeAws_restJson1GetDataSetExportTaskCommand
|
|
94
|
-
*/
|
|
95
|
-
export declare const se_GetDataSetExportTaskCommand: (input: GetDataSetExportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
-
/**
|
|
97
|
-
* serializeAws_restJson1GetDataSetImportTaskCommand
|
|
98
|
-
*/
|
|
99
|
-
export declare const se_GetDataSetImportTaskCommand: (input: GetDataSetImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
-
/**
|
|
101
|
-
* serializeAws_restJson1GetDeploymentCommand
|
|
102
|
-
*/
|
|
103
|
-
export declare const se_GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
-
/**
|
|
105
|
-
* serializeAws_restJson1GetEnvironmentCommand
|
|
106
|
-
*/
|
|
107
|
-
export declare const se_GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
-
/**
|
|
109
|
-
* serializeAws_restJson1GetSignedBluinsightsUrlCommand
|
|
110
|
-
*/
|
|
111
|
-
export declare const se_GetSignedBluinsightsUrlCommand: (input: GetSignedBluinsightsUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
-
/**
|
|
113
|
-
* serializeAws_restJson1ListApplicationsCommand
|
|
114
|
-
*/
|
|
115
|
-
export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
-
/**
|
|
117
|
-
* serializeAws_restJson1ListApplicationVersionsCommand
|
|
118
|
-
*/
|
|
119
|
-
export declare const se_ListApplicationVersionsCommand: (input: ListApplicationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
-
/**
|
|
121
|
-
* serializeAws_restJson1ListBatchJobDefinitionsCommand
|
|
122
|
-
*/
|
|
123
|
-
export declare const se_ListBatchJobDefinitionsCommand: (input: ListBatchJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
-
/**
|
|
125
|
-
* serializeAws_restJson1ListBatchJobExecutionsCommand
|
|
126
|
-
*/
|
|
127
|
-
export declare const se_ListBatchJobExecutionsCommand: (input: ListBatchJobExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
-
/**
|
|
129
|
-
* serializeAws_restJson1ListBatchJobRestartPointsCommand
|
|
130
|
-
*/
|
|
131
|
-
export declare const se_ListBatchJobRestartPointsCommand: (input: ListBatchJobRestartPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
-
/**
|
|
133
|
-
* serializeAws_restJson1ListDataSetExportHistoryCommand
|
|
134
|
-
*/
|
|
135
|
-
export declare const se_ListDataSetExportHistoryCommand: (input: ListDataSetExportHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
-
/**
|
|
137
|
-
* serializeAws_restJson1ListDataSetImportHistoryCommand
|
|
138
|
-
*/
|
|
139
|
-
export declare const se_ListDataSetImportHistoryCommand: (input: ListDataSetImportHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
-
/**
|
|
141
|
-
* serializeAws_restJson1ListDataSetsCommand
|
|
142
|
-
*/
|
|
143
|
-
export declare const se_ListDataSetsCommand: (input: ListDataSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
-
/**
|
|
145
|
-
* serializeAws_restJson1ListDeploymentsCommand
|
|
146
|
-
*/
|
|
147
|
-
export declare const se_ListDeploymentsCommand: (input: ListDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
-
/**
|
|
149
|
-
* serializeAws_restJson1ListEngineVersionsCommand
|
|
150
|
-
*/
|
|
151
|
-
export declare const se_ListEngineVersionsCommand: (input: ListEngineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
-
/**
|
|
153
|
-
* serializeAws_restJson1ListEnvironmentsCommand
|
|
154
|
-
*/
|
|
155
|
-
export declare const se_ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
-
/**
|
|
157
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
158
|
-
*/
|
|
159
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
-
/**
|
|
161
|
-
* serializeAws_restJson1StartApplicationCommand
|
|
162
|
-
*/
|
|
163
|
-
export declare const se_StartApplicationCommand: (input: StartApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
-
/**
|
|
165
|
-
* serializeAws_restJson1StartBatchJobCommand
|
|
166
|
-
*/
|
|
167
|
-
export declare const se_StartBatchJobCommand: (input: StartBatchJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
-
/**
|
|
169
|
-
* serializeAws_restJson1StopApplicationCommand
|
|
170
|
-
*/
|
|
171
|
-
export declare const se_StopApplicationCommand: (input: StopApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
-
/**
|
|
173
|
-
* serializeAws_restJson1TagResourceCommand
|
|
174
|
-
*/
|
|
175
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
-
/**
|
|
177
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
178
|
-
*/
|
|
179
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
-
/**
|
|
181
|
-
* serializeAws_restJson1UpdateApplicationCommand
|
|
182
|
-
*/
|
|
183
|
-
export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
-
/**
|
|
185
|
-
* serializeAws_restJson1UpdateEnvironmentCommand
|
|
186
|
-
*/
|
|
187
|
-
export declare const se_UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
|
-
/**
|
|
189
|
-
* deserializeAws_restJson1CancelBatchJobExecutionCommand
|
|
190
|
-
*/
|
|
191
|
-
export declare const de_CancelBatchJobExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelBatchJobExecutionCommandOutput>;
|
|
192
|
-
/**
|
|
193
|
-
* deserializeAws_restJson1CreateApplicationCommand
|
|
194
|
-
*/
|
|
195
|
-
export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
|
|
196
|
-
/**
|
|
197
|
-
* deserializeAws_restJson1CreateDataSetExportTaskCommand
|
|
198
|
-
*/
|
|
199
|
-
export declare const de_CreateDataSetExportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSetExportTaskCommandOutput>;
|
|
200
|
-
/**
|
|
201
|
-
* deserializeAws_restJson1CreateDataSetImportTaskCommand
|
|
202
|
-
*/
|
|
203
|
-
export declare const de_CreateDataSetImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSetImportTaskCommandOutput>;
|
|
204
|
-
/**
|
|
205
|
-
* deserializeAws_restJson1CreateDeploymentCommand
|
|
206
|
-
*/
|
|
207
|
-
export declare const de_CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
|
|
208
|
-
/**
|
|
209
|
-
* deserializeAws_restJson1CreateEnvironmentCommand
|
|
210
|
-
*/
|
|
211
|
-
export declare const de_CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
|
|
212
|
-
/**
|
|
213
|
-
* deserializeAws_restJson1DeleteApplicationCommand
|
|
214
|
-
*/
|
|
215
|
-
export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
|
|
216
|
-
/**
|
|
217
|
-
* deserializeAws_restJson1DeleteApplicationFromEnvironmentCommand
|
|
218
|
-
*/
|
|
219
|
-
export declare const de_DeleteApplicationFromEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationFromEnvironmentCommandOutput>;
|
|
220
|
-
/**
|
|
221
|
-
* deserializeAws_restJson1DeleteEnvironmentCommand
|
|
222
|
-
*/
|
|
223
|
-
export declare const de_DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
|
|
224
|
-
/**
|
|
225
|
-
* deserializeAws_restJson1GetApplicationCommand
|
|
226
|
-
*/
|
|
227
|
-
export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
|
|
228
|
-
/**
|
|
229
|
-
* deserializeAws_restJson1GetApplicationVersionCommand
|
|
230
|
-
*/
|
|
231
|
-
export declare const de_GetApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationVersionCommandOutput>;
|
|
232
|
-
/**
|
|
233
|
-
* deserializeAws_restJson1GetBatchJobExecutionCommand
|
|
234
|
-
*/
|
|
235
|
-
export declare const de_GetBatchJobExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBatchJobExecutionCommandOutput>;
|
|
236
|
-
/**
|
|
237
|
-
* deserializeAws_restJson1GetDataSetDetailsCommand
|
|
238
|
-
*/
|
|
239
|
-
export declare const de_GetDataSetDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSetDetailsCommandOutput>;
|
|
240
|
-
/**
|
|
241
|
-
* deserializeAws_restJson1GetDataSetExportTaskCommand
|
|
242
|
-
*/
|
|
243
|
-
export declare const de_GetDataSetExportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSetExportTaskCommandOutput>;
|
|
244
|
-
/**
|
|
245
|
-
* deserializeAws_restJson1GetDataSetImportTaskCommand
|
|
246
|
-
*/
|
|
247
|
-
export declare const de_GetDataSetImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSetImportTaskCommandOutput>;
|
|
248
|
-
/**
|
|
249
|
-
* deserializeAws_restJson1GetDeploymentCommand
|
|
250
|
-
*/
|
|
251
|
-
export declare const de_GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
|
|
252
|
-
/**
|
|
253
|
-
* deserializeAws_restJson1GetEnvironmentCommand
|
|
254
|
-
*/
|
|
255
|
-
export declare const de_GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
|
|
256
|
-
/**
|
|
257
|
-
* deserializeAws_restJson1GetSignedBluinsightsUrlCommand
|
|
258
|
-
*/
|
|
259
|
-
export declare const de_GetSignedBluinsightsUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSignedBluinsightsUrlCommandOutput>;
|
|
260
|
-
/**
|
|
261
|
-
* deserializeAws_restJson1ListApplicationsCommand
|
|
262
|
-
*/
|
|
263
|
-
export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
|
|
264
|
-
/**
|
|
265
|
-
* deserializeAws_restJson1ListApplicationVersionsCommand
|
|
266
|
-
*/
|
|
267
|
-
export declare const de_ListApplicationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationVersionsCommandOutput>;
|
|
268
|
-
/**
|
|
269
|
-
* deserializeAws_restJson1ListBatchJobDefinitionsCommand
|
|
270
|
-
*/
|
|
271
|
-
export declare const de_ListBatchJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchJobDefinitionsCommandOutput>;
|
|
272
|
-
/**
|
|
273
|
-
* deserializeAws_restJson1ListBatchJobExecutionsCommand
|
|
274
|
-
*/
|
|
275
|
-
export declare const de_ListBatchJobExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchJobExecutionsCommandOutput>;
|
|
276
|
-
/**
|
|
277
|
-
* deserializeAws_restJson1ListBatchJobRestartPointsCommand
|
|
278
|
-
*/
|
|
279
|
-
export declare const de_ListBatchJobRestartPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchJobRestartPointsCommandOutput>;
|
|
280
|
-
/**
|
|
281
|
-
* deserializeAws_restJson1ListDataSetExportHistoryCommand
|
|
282
|
-
*/
|
|
283
|
-
export declare const de_ListDataSetExportHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetExportHistoryCommandOutput>;
|
|
284
|
-
/**
|
|
285
|
-
* deserializeAws_restJson1ListDataSetImportHistoryCommand
|
|
286
|
-
*/
|
|
287
|
-
export declare const de_ListDataSetImportHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetImportHistoryCommandOutput>;
|
|
288
|
-
/**
|
|
289
|
-
* deserializeAws_restJson1ListDataSetsCommand
|
|
290
|
-
*/
|
|
291
|
-
export declare const de_ListDataSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetsCommandOutput>;
|
|
292
|
-
/**
|
|
293
|
-
* deserializeAws_restJson1ListDeploymentsCommand
|
|
294
|
-
*/
|
|
295
|
-
export declare const de_ListDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentsCommandOutput>;
|
|
296
|
-
/**
|
|
297
|
-
* deserializeAws_restJson1ListEngineVersionsCommand
|
|
298
|
-
*/
|
|
299
|
-
export declare const de_ListEngineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEngineVersionsCommandOutput>;
|
|
300
|
-
/**
|
|
301
|
-
* deserializeAws_restJson1ListEnvironmentsCommand
|
|
302
|
-
*/
|
|
303
|
-
export declare const de_ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
|
|
304
|
-
/**
|
|
305
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
306
|
-
*/
|
|
307
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
308
|
-
/**
|
|
309
|
-
* deserializeAws_restJson1StartApplicationCommand
|
|
310
|
-
*/
|
|
311
|
-
export declare const de_StartApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartApplicationCommandOutput>;
|
|
312
|
-
/**
|
|
313
|
-
* deserializeAws_restJson1StartBatchJobCommand
|
|
314
|
-
*/
|
|
315
|
-
export declare const de_StartBatchJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBatchJobCommandOutput>;
|
|
316
|
-
/**
|
|
317
|
-
* deserializeAws_restJson1StopApplicationCommand
|
|
318
|
-
*/
|
|
319
|
-
export declare const de_StopApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopApplicationCommandOutput>;
|
|
320
|
-
/**
|
|
321
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
322
|
-
*/
|
|
323
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
324
|
-
/**
|
|
325
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
326
|
-
*/
|
|
327
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
328
|
-
/**
|
|
329
|
-
* deserializeAws_restJson1UpdateApplicationCommand
|
|
330
|
-
*/
|
|
331
|
-
export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
|
|
332
|
-
/**
|
|
333
|
-
* deserializeAws_restJson1UpdateEnvironmentCommand
|
|
334
|
-
*/
|
|
335
|
-
export declare const de_UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
|