@aws-sdk/client-codedeploy 3.926.0 → 3.928.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 (68) hide show
  1. package/dist-cjs/index.js +3169 -3269
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CodeDeployClient.js +2 -0
  4. package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +3 -9
  5. package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +3 -9
  6. package/dist-es/commands/BatchGetApplicationsCommand.js +3 -9
  7. package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +3 -9
  8. package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +3 -9
  9. package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +3 -9
  10. package/dist-es/commands/BatchGetDeploymentsCommand.js +3 -9
  11. package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +3 -9
  12. package/dist-es/commands/ContinueDeploymentCommand.js +3 -9
  13. package/dist-es/commands/CreateApplicationCommand.js +3 -9
  14. package/dist-es/commands/CreateDeploymentCommand.js +3 -9
  15. package/dist-es/commands/CreateDeploymentConfigCommand.js +3 -9
  16. package/dist-es/commands/CreateDeploymentGroupCommand.js +3 -9
  17. package/dist-es/commands/DeleteApplicationCommand.js +3 -9
  18. package/dist-es/commands/DeleteDeploymentConfigCommand.js +3 -9
  19. package/dist-es/commands/DeleteDeploymentGroupCommand.js +3 -9
  20. package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +3 -9
  21. package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +3 -9
  22. package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +3 -9
  23. package/dist-es/commands/GetApplicationCommand.js +3 -9
  24. package/dist-es/commands/GetApplicationRevisionCommand.js +3 -9
  25. package/dist-es/commands/GetDeploymentCommand.js +3 -9
  26. package/dist-es/commands/GetDeploymentConfigCommand.js +3 -9
  27. package/dist-es/commands/GetDeploymentGroupCommand.js +3 -9
  28. package/dist-es/commands/GetDeploymentInstanceCommand.js +3 -9
  29. package/dist-es/commands/GetDeploymentTargetCommand.js +3 -9
  30. package/dist-es/commands/GetOnPremisesInstanceCommand.js +3 -9
  31. package/dist-es/commands/ListApplicationRevisionsCommand.js +3 -9
  32. package/dist-es/commands/ListApplicationsCommand.js +3 -9
  33. package/dist-es/commands/ListDeploymentConfigsCommand.js +3 -9
  34. package/dist-es/commands/ListDeploymentGroupsCommand.js +3 -9
  35. package/dist-es/commands/ListDeploymentInstancesCommand.js +3 -9
  36. package/dist-es/commands/ListDeploymentTargetsCommand.js +3 -9
  37. package/dist-es/commands/ListDeploymentsCommand.js +3 -9
  38. package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +3 -9
  39. package/dist-es/commands/ListOnPremisesInstancesCommand.js +3 -9
  40. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  41. package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +3 -9
  42. package/dist-es/commands/RegisterApplicationRevisionCommand.js +3 -9
  43. package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +3 -9
  44. package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +3 -9
  45. package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +3 -9
  46. package/dist-es/commands/StopDeploymentCommand.js +3 -9
  47. package/dist-es/commands/TagResourceCommand.js +3 -9
  48. package/dist-es/commands/UntagResourceCommand.js +3 -9
  49. package/dist-es/commands/UpdateApplicationCommand.js +3 -9
  50. package/dist-es/commands/UpdateDeploymentGroupCommand.js +3 -9
  51. package/dist-es/runtimeConfig.shared.js +7 -0
  52. package/dist-es/schemas/schemas_0.js +2762 -0
  53. package/dist-types/CodeDeployClient.d.ts +10 -1
  54. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  55. package/dist-types/runtimeConfig.d.ts +1 -0
  56. package/dist-types/runtimeConfig.native.d.ts +1 -0
  57. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  58. package/dist-types/schemas/schemas_0.d.ts +341 -0
  59. package/dist-types/ts3.4/CodeDeployClient.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  64. package/dist-types/ts3.4/schemas/schemas_0.d.ts +347 -0
  65. package/package.json +5 -5
  66. package/dist-es/protocols/Aws_json1_1.js +0 -2614
  67. package/dist-types/protocols/Aws_json1_1.d.ts +0 -425
  68. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -569
@@ -1,569 +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
- AddTagsToOnPremisesInstancesCommandInput,
8
- AddTagsToOnPremisesInstancesCommandOutput,
9
- } from "../commands/AddTagsToOnPremisesInstancesCommand";
10
- import {
11
- BatchGetApplicationRevisionsCommandInput,
12
- BatchGetApplicationRevisionsCommandOutput,
13
- } from "../commands/BatchGetApplicationRevisionsCommand";
14
- import {
15
- BatchGetApplicationsCommandInput,
16
- BatchGetApplicationsCommandOutput,
17
- } from "../commands/BatchGetApplicationsCommand";
18
- import {
19
- BatchGetDeploymentGroupsCommandInput,
20
- BatchGetDeploymentGroupsCommandOutput,
21
- } from "../commands/BatchGetDeploymentGroupsCommand";
22
- import {
23
- BatchGetDeploymentInstancesCommandInput,
24
- BatchGetDeploymentInstancesCommandOutput,
25
- } from "../commands/BatchGetDeploymentInstancesCommand";
26
- import {
27
- BatchGetDeploymentsCommandInput,
28
- BatchGetDeploymentsCommandOutput,
29
- } from "../commands/BatchGetDeploymentsCommand";
30
- import {
31
- BatchGetDeploymentTargetsCommandInput,
32
- BatchGetDeploymentTargetsCommandOutput,
33
- } from "../commands/BatchGetDeploymentTargetsCommand";
34
- import {
35
- BatchGetOnPremisesInstancesCommandInput,
36
- BatchGetOnPremisesInstancesCommandOutput,
37
- } from "../commands/BatchGetOnPremisesInstancesCommand";
38
- import {
39
- ContinueDeploymentCommandInput,
40
- ContinueDeploymentCommandOutput,
41
- } from "../commands/ContinueDeploymentCommand";
42
- import {
43
- CreateApplicationCommandInput,
44
- CreateApplicationCommandOutput,
45
- } from "../commands/CreateApplicationCommand";
46
- import {
47
- CreateDeploymentCommandInput,
48
- CreateDeploymentCommandOutput,
49
- } from "../commands/CreateDeploymentCommand";
50
- import {
51
- CreateDeploymentConfigCommandInput,
52
- CreateDeploymentConfigCommandOutput,
53
- } from "../commands/CreateDeploymentConfigCommand";
54
- import {
55
- CreateDeploymentGroupCommandInput,
56
- CreateDeploymentGroupCommandOutput,
57
- } from "../commands/CreateDeploymentGroupCommand";
58
- import {
59
- DeleteApplicationCommandInput,
60
- DeleteApplicationCommandOutput,
61
- } from "../commands/DeleteApplicationCommand";
62
- import {
63
- DeleteDeploymentConfigCommandInput,
64
- DeleteDeploymentConfigCommandOutput,
65
- } from "../commands/DeleteDeploymentConfigCommand";
66
- import {
67
- DeleteDeploymentGroupCommandInput,
68
- DeleteDeploymentGroupCommandOutput,
69
- } from "../commands/DeleteDeploymentGroupCommand";
70
- import {
71
- DeleteGitHubAccountTokenCommandInput,
72
- DeleteGitHubAccountTokenCommandOutput,
73
- } from "../commands/DeleteGitHubAccountTokenCommand";
74
- import {
75
- DeleteResourcesByExternalIdCommandInput,
76
- DeleteResourcesByExternalIdCommandOutput,
77
- } from "../commands/DeleteResourcesByExternalIdCommand";
78
- import {
79
- DeregisterOnPremisesInstanceCommandInput,
80
- DeregisterOnPremisesInstanceCommandOutput,
81
- } from "../commands/DeregisterOnPremisesInstanceCommand";
82
- import {
83
- GetApplicationCommandInput,
84
- GetApplicationCommandOutput,
85
- } from "../commands/GetApplicationCommand";
86
- import {
87
- GetApplicationRevisionCommandInput,
88
- GetApplicationRevisionCommandOutput,
89
- } from "../commands/GetApplicationRevisionCommand";
90
- import {
91
- GetDeploymentCommandInput,
92
- GetDeploymentCommandOutput,
93
- } from "../commands/GetDeploymentCommand";
94
- import {
95
- GetDeploymentConfigCommandInput,
96
- GetDeploymentConfigCommandOutput,
97
- } from "../commands/GetDeploymentConfigCommand";
98
- import {
99
- GetDeploymentGroupCommandInput,
100
- GetDeploymentGroupCommandOutput,
101
- } from "../commands/GetDeploymentGroupCommand";
102
- import {
103
- GetDeploymentInstanceCommandInput,
104
- GetDeploymentInstanceCommandOutput,
105
- } from "../commands/GetDeploymentInstanceCommand";
106
- import {
107
- GetDeploymentTargetCommandInput,
108
- GetDeploymentTargetCommandOutput,
109
- } from "../commands/GetDeploymentTargetCommand";
110
- import {
111
- GetOnPremisesInstanceCommandInput,
112
- GetOnPremisesInstanceCommandOutput,
113
- } from "../commands/GetOnPremisesInstanceCommand";
114
- import {
115
- ListApplicationRevisionsCommandInput,
116
- ListApplicationRevisionsCommandOutput,
117
- } from "../commands/ListApplicationRevisionsCommand";
118
- import {
119
- ListApplicationsCommandInput,
120
- ListApplicationsCommandOutput,
121
- } from "../commands/ListApplicationsCommand";
122
- import {
123
- ListDeploymentConfigsCommandInput,
124
- ListDeploymentConfigsCommandOutput,
125
- } from "../commands/ListDeploymentConfigsCommand";
126
- import {
127
- ListDeploymentGroupsCommandInput,
128
- ListDeploymentGroupsCommandOutput,
129
- } from "../commands/ListDeploymentGroupsCommand";
130
- import {
131
- ListDeploymentInstancesCommandInput,
132
- ListDeploymentInstancesCommandOutput,
133
- } from "../commands/ListDeploymentInstancesCommand";
134
- import {
135
- ListDeploymentsCommandInput,
136
- ListDeploymentsCommandOutput,
137
- } from "../commands/ListDeploymentsCommand";
138
- import {
139
- ListDeploymentTargetsCommandInput,
140
- ListDeploymentTargetsCommandOutput,
141
- } from "../commands/ListDeploymentTargetsCommand";
142
- import {
143
- ListGitHubAccountTokenNamesCommandInput,
144
- ListGitHubAccountTokenNamesCommandOutput,
145
- } from "../commands/ListGitHubAccountTokenNamesCommand";
146
- import {
147
- ListOnPremisesInstancesCommandInput,
148
- ListOnPremisesInstancesCommandOutput,
149
- } from "../commands/ListOnPremisesInstancesCommand";
150
- import {
151
- ListTagsForResourceCommandInput,
152
- ListTagsForResourceCommandOutput,
153
- } from "../commands/ListTagsForResourceCommand";
154
- import {
155
- PutLifecycleEventHookExecutionStatusCommandInput,
156
- PutLifecycleEventHookExecutionStatusCommandOutput,
157
- } from "../commands/PutLifecycleEventHookExecutionStatusCommand";
158
- import {
159
- RegisterApplicationRevisionCommandInput,
160
- RegisterApplicationRevisionCommandOutput,
161
- } from "../commands/RegisterApplicationRevisionCommand";
162
- import {
163
- RegisterOnPremisesInstanceCommandInput,
164
- RegisterOnPremisesInstanceCommandOutput,
165
- } from "../commands/RegisterOnPremisesInstanceCommand";
166
- import {
167
- RemoveTagsFromOnPremisesInstancesCommandInput,
168
- RemoveTagsFromOnPremisesInstancesCommandOutput,
169
- } from "../commands/RemoveTagsFromOnPremisesInstancesCommand";
170
- import {
171
- SkipWaitTimeForInstanceTerminationCommandInput,
172
- SkipWaitTimeForInstanceTerminationCommandOutput,
173
- } from "../commands/SkipWaitTimeForInstanceTerminationCommand";
174
- import {
175
- StopDeploymentCommandInput,
176
- StopDeploymentCommandOutput,
177
- } from "../commands/StopDeploymentCommand";
178
- import {
179
- TagResourceCommandInput,
180
- TagResourceCommandOutput,
181
- } from "../commands/TagResourceCommand";
182
- import {
183
- UntagResourceCommandInput,
184
- UntagResourceCommandOutput,
185
- } from "../commands/UntagResourceCommand";
186
- import {
187
- UpdateApplicationCommandInput,
188
- UpdateApplicationCommandOutput,
189
- } from "../commands/UpdateApplicationCommand";
190
- import {
191
- UpdateDeploymentGroupCommandInput,
192
- UpdateDeploymentGroupCommandOutput,
193
- } from "../commands/UpdateDeploymentGroupCommand";
194
- export declare const se_AddTagsToOnPremisesInstancesCommand: (
195
- input: AddTagsToOnPremisesInstancesCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_BatchGetApplicationRevisionsCommand: (
199
- input: BatchGetApplicationRevisionsCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_BatchGetApplicationsCommand: (
203
- input: BatchGetApplicationsCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_BatchGetDeploymentGroupsCommand: (
207
- input: BatchGetDeploymentGroupsCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_BatchGetDeploymentInstancesCommand: (
211
- input: BatchGetDeploymentInstancesCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_BatchGetDeploymentsCommand: (
215
- input: BatchGetDeploymentsCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_BatchGetDeploymentTargetsCommand: (
219
- input: BatchGetDeploymentTargetsCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_BatchGetOnPremisesInstancesCommand: (
223
- input: BatchGetOnPremisesInstancesCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_ContinueDeploymentCommand: (
227
- input: ContinueDeploymentCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_CreateApplicationCommand: (
231
- input: CreateApplicationCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_CreateDeploymentCommand: (
235
- input: CreateDeploymentCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_CreateDeploymentConfigCommand: (
239
- input: CreateDeploymentConfigCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_CreateDeploymentGroupCommand: (
243
- input: CreateDeploymentGroupCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_DeleteApplicationCommand: (
247
- input: DeleteApplicationCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_DeleteDeploymentConfigCommand: (
251
- input: DeleteDeploymentConfigCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_DeleteDeploymentGroupCommand: (
255
- input: DeleteDeploymentGroupCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_DeleteGitHubAccountTokenCommand: (
259
- input: DeleteGitHubAccountTokenCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_DeleteResourcesByExternalIdCommand: (
263
- input: DeleteResourcesByExternalIdCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_DeregisterOnPremisesInstanceCommand: (
267
- input: DeregisterOnPremisesInstanceCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_GetApplicationCommand: (
271
- input: GetApplicationCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_GetApplicationRevisionCommand: (
275
- input: GetApplicationRevisionCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_GetDeploymentCommand: (
279
- input: GetDeploymentCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_GetDeploymentConfigCommand: (
283
- input: GetDeploymentConfigCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_GetDeploymentGroupCommand: (
287
- input: GetDeploymentGroupCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_GetDeploymentInstanceCommand: (
291
- input: GetDeploymentInstanceCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_GetDeploymentTargetCommand: (
295
- input: GetDeploymentTargetCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_GetOnPremisesInstanceCommand: (
299
- input: GetOnPremisesInstanceCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_ListApplicationRevisionsCommand: (
303
- input: ListApplicationRevisionsCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_ListApplicationsCommand: (
307
- input: ListApplicationsCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_ListDeploymentConfigsCommand: (
311
- input: ListDeploymentConfigsCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_ListDeploymentGroupsCommand: (
315
- input: ListDeploymentGroupsCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_ListDeploymentInstancesCommand: (
319
- input: ListDeploymentInstancesCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_ListDeploymentsCommand: (
323
- input: ListDeploymentsCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_ListDeploymentTargetsCommand: (
327
- input: ListDeploymentTargetsCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_ListGitHubAccountTokenNamesCommand: (
331
- input: ListGitHubAccountTokenNamesCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_ListOnPremisesInstancesCommand: (
335
- input: ListOnPremisesInstancesCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_ListTagsForResourceCommand: (
339
- input: ListTagsForResourceCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_PutLifecycleEventHookExecutionStatusCommand: (
343
- input: PutLifecycleEventHookExecutionStatusCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_RegisterApplicationRevisionCommand: (
347
- input: RegisterApplicationRevisionCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_RegisterOnPremisesInstanceCommand: (
351
- input: RegisterOnPremisesInstanceCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_RemoveTagsFromOnPremisesInstancesCommand: (
355
- input: RemoveTagsFromOnPremisesInstancesCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_SkipWaitTimeForInstanceTerminationCommand: (
359
- input: SkipWaitTimeForInstanceTerminationCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_StopDeploymentCommand: (
363
- input: StopDeploymentCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_TagResourceCommand: (
367
- input: TagResourceCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_UntagResourceCommand: (
371
- input: UntagResourceCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_UpdateApplicationCommand: (
375
- input: UpdateApplicationCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_UpdateDeploymentGroupCommand: (
379
- input: UpdateDeploymentGroupCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const de_AddTagsToOnPremisesInstancesCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<AddTagsToOnPremisesInstancesCommandOutput>;
386
- export declare const de_BatchGetApplicationRevisionsCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<BatchGetApplicationRevisionsCommandOutput>;
390
- export declare const de_BatchGetApplicationsCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<BatchGetApplicationsCommandOutput>;
394
- export declare const de_BatchGetDeploymentGroupsCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<BatchGetDeploymentGroupsCommandOutput>;
398
- export declare const de_BatchGetDeploymentInstancesCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<BatchGetDeploymentInstancesCommandOutput>;
402
- export declare const de_BatchGetDeploymentsCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<BatchGetDeploymentsCommandOutput>;
406
- export declare const de_BatchGetDeploymentTargetsCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<BatchGetDeploymentTargetsCommandOutput>;
410
- export declare const de_BatchGetOnPremisesInstancesCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<BatchGetOnPremisesInstancesCommandOutput>;
414
- export declare const de_ContinueDeploymentCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<ContinueDeploymentCommandOutput>;
418
- export declare const de_CreateApplicationCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<CreateApplicationCommandOutput>;
422
- export declare const de_CreateDeploymentCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<CreateDeploymentCommandOutput>;
426
- export declare const de_CreateDeploymentConfigCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<CreateDeploymentConfigCommandOutput>;
430
- export declare const de_CreateDeploymentGroupCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<CreateDeploymentGroupCommandOutput>;
434
- export declare const de_DeleteApplicationCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<DeleteApplicationCommandOutput>;
438
- export declare const de_DeleteDeploymentConfigCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<DeleteDeploymentConfigCommandOutput>;
442
- export declare const de_DeleteDeploymentGroupCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<DeleteDeploymentGroupCommandOutput>;
446
- export declare const de_DeleteGitHubAccountTokenCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<DeleteGitHubAccountTokenCommandOutput>;
450
- export declare const de_DeleteResourcesByExternalIdCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<DeleteResourcesByExternalIdCommandOutput>;
454
- export declare const de_DeregisterOnPremisesInstanceCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<DeregisterOnPremisesInstanceCommandOutput>;
458
- export declare const de_GetApplicationCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<GetApplicationCommandOutput>;
462
- export declare const de_GetApplicationRevisionCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<GetApplicationRevisionCommandOutput>;
466
- export declare const de_GetDeploymentCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<GetDeploymentCommandOutput>;
470
- export declare const de_GetDeploymentConfigCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<GetDeploymentConfigCommandOutput>;
474
- export declare const de_GetDeploymentGroupCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<GetDeploymentGroupCommandOutput>;
478
- export declare const de_GetDeploymentInstanceCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<GetDeploymentInstanceCommandOutput>;
482
- export declare const de_GetDeploymentTargetCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<GetDeploymentTargetCommandOutput>;
486
- export declare const de_GetOnPremisesInstanceCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<GetOnPremisesInstanceCommandOutput>;
490
- export declare const de_ListApplicationRevisionsCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<ListApplicationRevisionsCommandOutput>;
494
- export declare const de_ListApplicationsCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<ListApplicationsCommandOutput>;
498
- export declare const de_ListDeploymentConfigsCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<ListDeploymentConfigsCommandOutput>;
502
- export declare const de_ListDeploymentGroupsCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<ListDeploymentGroupsCommandOutput>;
506
- export declare const de_ListDeploymentInstancesCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<ListDeploymentInstancesCommandOutput>;
510
- export declare const de_ListDeploymentsCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<ListDeploymentsCommandOutput>;
514
- export declare const de_ListDeploymentTargetsCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<ListDeploymentTargetsCommandOutput>;
518
- export declare const de_ListGitHubAccountTokenNamesCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<ListGitHubAccountTokenNamesCommandOutput>;
522
- export declare const de_ListOnPremisesInstancesCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<ListOnPremisesInstancesCommandOutput>;
526
- export declare const de_ListTagsForResourceCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<ListTagsForResourceCommandOutput>;
530
- export declare const de_PutLifecycleEventHookExecutionStatusCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<PutLifecycleEventHookExecutionStatusCommandOutput>;
534
- export declare const de_RegisterApplicationRevisionCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<RegisterApplicationRevisionCommandOutput>;
538
- export declare const de_RegisterOnPremisesInstanceCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<RegisterOnPremisesInstanceCommandOutput>;
542
- export declare const de_RemoveTagsFromOnPremisesInstancesCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<RemoveTagsFromOnPremisesInstancesCommandOutput>;
546
- export declare const de_SkipWaitTimeForInstanceTerminationCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<SkipWaitTimeForInstanceTerminationCommandOutput>;
550
- export declare const de_StopDeploymentCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<StopDeploymentCommandOutput>;
554
- export declare const de_TagResourceCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<TagResourceCommandOutput>;
558
- export declare const de_UntagResourceCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<UntagResourceCommandOutput>;
562
- export declare const de_UpdateApplicationCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<UpdateApplicationCommandOutput>;
566
- export declare const de_UpdateDeploymentGroupCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<UpdateDeploymentGroupCommandOutput>;